.form-inline .form-check{width: 100%;} @media (min-width: 576px){.form-inline label{display: flex; align-items: center; justify-content: center; margin-bottom: 0;}.form-inline .form-group{display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0;}.form-inline .form-control{display: inline-block; width: auto; vertical-align: middle;}.form-inline .form-control-plaintext{display: inline-block;}.form-inline .input-group, .form-inline .custom-select{width: auto;}.form-inline .form-check{display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0;}.form-inline .form-check-input{position: relative; flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0;}.form-inline .custom-control{align-items: center; justify-content: center;}.form-inline .custom-control-label{margin-bottom: 0;}} .btn{display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;} @media (prefers-reduced-motion: reduce){.btn{transition: none;}} .btn:hover{color: #212529; text-decoration: none;} .btn:focus, .btn.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);} .btn.disabled, .btn:disabled{opacity: 0.65;} a.btn.disabled, fieldset:disabled a.btn{pointer-events: none;} .btn-primary{color: #fff; background-color: #007bff; border-color: #007bff;} .btn-primary:hover{color: #fff; background-color: #0069d9; border-color: #0062cc;} .btn-primary:focus, .btn-primary.focus{box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);} .btn-primary.disabled, .btn-primary:disabled{color: #fff; background-color: #007bff; border-color: #007bff;} .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{color: #fff; background-color: #0062cc; border-color: #005cbf;} .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);} .btn-secondary{color: #fff; background-color: #6c757d; border-color: #6c757d;} .btn-secondary:hover{color: #fff; background-color: #5a6268; border-color: #545b62;} .btn-secondary:focus, .btn-secondary.focus{box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);} .btn-secondary.disabled, .btn-secondary:disabled{color: #fff; background-color: #6c757d; border-color: #6c757d;} .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle{color: #fff; background-color: #545b62; border-color: #4e555b;} .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);} .btn-success{color: #fff; background-color: #28a745; border-color: #28a745;} .btn-success:hover{color: #fff; background-color: #218838; border-color: #1e7e34;} .btn-success:focus, .btn-success.focus{box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);} .btn-success.disabled, .btn-success:disabled{color: #fff; background-color: #28a745; border-color: #28a745;} .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle{color: #fff; background-color: #1e7e34; border-color: #1c7430;} .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);} .btn-info{color: #fff; background-color: #17a2b8; border-color: #17a2b8;} .btn-info:hover{color: #fff; background-color: #138496; border-color: #117a8b;} .btn-info:focus, .btn-info.focus{box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);} .btn-info.disabled, .btn-info:disabled{color: #fff; background-color: #17a2b8; border-color: #17a2b8;} .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle{color: #fff; background-color: #117a8b; border-color: #10707f;} .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);} .btn-warning{color: #212529; background-color: #ffc107; border-color: #ffc107;} .btn-warning:hover{color: #212529; background-color: #e0a800; border-color: #d39e00;} .btn-warning:focus, .btn-warning.focus{box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);} .btn-warning.disabled, .btn-warning:disabled{color: #212529; background-color: #ffc107; border-color: #ffc107;} .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle{color: #212529; background-color: #d39e00; border-color: #c69500;} .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);} .btn-danger{color: #fff; background-color: #dc3545; border-color: #dc3545;} .btn-danger:hover{color: #fff; background-color: #c82333; border-color: #bd2130;} .btn-danger:focus, .btn-danger.focus{box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);} .btn-danger.disabled, .btn-danger:disabled{color: #fff; background-color: #dc3545; border-color: #dc3545;} .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle{color: #fff; background-color: #bd2130; border-color: #b21f2d;} .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);} .btn-light{color: #212529; background-color: #f8f9fa; border-color: #f8f9fa;} .btn-light:hover{color: #212529; background-color: #e2e6ea; border-color: #dae0e5;} .btn-light:focus, .btn-light.focus{box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);} .btn-light.disabled, .btn-light:disabled{color: #212529; background-color: #f8f9fa; border-color: #f8f9fa;} .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle{color: #212529; background-color: #dae0e5; border-color: #d3d9df;} .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);} .btn-dark{color: #fff; background-color: #343a40; border-color: #343a40;} .btn-dark:hover{color: #fff; background-color: #23272b; border-color: #1d2124;} .btn-dark:focus, .btn-dark.focus{box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);} .btn-dark.disabled, .btn-dark:disabled{color: #fff; background-color: #343a40; border-color: #343a40;} .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle{color: #fff; background-color: #1d2124; border-color: #171a1d;} .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);} .btn-outline-primary{color: #007bff; border-color: #007bff;} .btn-outline-primary:hover{color: #fff; background-color: #007bff; border-color: #007bff;} .btn-outline-primary:focus, .btn-outline-primary.focus{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);} .btn-outline-primary.disabled, .btn-outline-primary:disabled{color: #007bff; background-color: transparent;} .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle{color: #fff; background-color: #007bff; border-color: #007bff;} .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);} .btn-outline-secondary{color: #6c757d; border-color: #6c757d;} .btn-outline-secondary:hover{color: #fff; background-color: #6c757d; border-color: #6c757d;} .btn-outline-secondary:focus, .btn-outline-secondary.focus{box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);} .btn-outline-secondary.disabled, .btn-outline-secondary:disabled{color: #6c757d; background-color: transparent;} .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle{color: #fff; background-color: #6c757d; border-color: #6c757d;} .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);} .btn-outline-success{color: #28a745; border-color: #28a745;} .btn-outline-success:hover{color: #fff; background-color: #28a745; border-color: #28a745;} .btn-outline-success:focus, .btn-outline-success.focus{box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);} .btn-outline-success.disabled, .btn-outline-success:disabled{color: #28a745; background-color: transparent;} .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle{color: #fff; background-color: #28a745; border-color: #28a745;} .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);} .btn-outline-info{color: #17a2b8; border-color: #17a2b8;} .btn-outline-info:hover{color: #fff; background-color: #17a2b8; border-color: #17a2b8;} .btn-outline-info:focus, .btn-outline-info.focus{box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);} .btn-outline-info.disabled, .btn-outline-info:disabled{color: #17a2b8; background-color: transparent;} .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle{color: #fff; background-color: #17a2b8; border-color: #17a2b8;} .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);} .btn-outline-warning{color: #ffc107; border-color: #ffc107;} .btn-outline-warning:hover{color: #212529; background-color: #ffc107; border-color: #ffc107;} .btn-outline-warning:focus, .btn-outline-warning.focus{box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);} .btn-outline-warning.disabled, .btn-outline-warning:disabled{color: #ffc107; background-color: transparent;} .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle{color: #212529; background-color: #ffc107; border-color: #ffc107;} .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);} .btn-outline-danger{color: #dc3545; border-color: #dc3545;} .btn-outline-danger:hover{color: #fff; background-color: #dc3545; border-color: #dc3545;} .btn-outline-danger:focus, .btn-outline-danger.focus{box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);} .btn-outline-danger.disabled, .btn-outline-danger:disabled{color: #dc3545; background-color: transparent;} .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle{color: #fff; background-color: #dc3545; border-color: #dc3545;} .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);} .btn-outline-light{color: #f8f9fa; border-color: #f8f9fa;} .btn-outline-light:hover{color: #212529; background-color: #f8f9fa; border-color: #f8f9fa;} .btn-outline-light:focus, .btn-outline-light.focus{box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);} .btn-outline-light.disabled, .btn-outline-light:disabled{color: #f8f9fa; background-color: transparent;} .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle{color: #212529; background-color: #f8f9fa; border-color: #f8f9fa;} .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);} .btn-outline-dark{color: #343a40; border-color: #343a40;} .btn-outline-dark:hover{color: #fff; background-color: #343a40; border-color: #343a40;} .btn-outline-dark:focus, .btn-outline-dark.focus{box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);} .btn-outline-dark.disabled, .btn-outline-dark:disabled{color: #343a40; background-color: transparent;} .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle{color: #fff; background-color: #343a40; border-color: #343a40;} .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);} .btn-link{font-weight: 400; color: #007bff; text-decoration: none;} .btn-link:hover{color: #0056b3; text-decoration: underline;} .btn-link:focus, .btn-link.focus{text-decoration: underline; box-shadow: none;} .btn-link:disabled, .btn-link.disabled{color: #6c757d; pointer-events: none;} .btn-lg, .btn-group-lg > .btn{padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem;} .btn-sm, .btn-group-sm > .btn{padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem;} .btn-block{display: block; width: 100%;} .btn-block + .btn-block{margin-top: 0.5rem;} input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block{width: 100%;} .fade{transition: opacity 0.15s linear;} @media (prefers-reduced-motion: reduce){.fade{transition: none;}} .fade:not(.show){opacity: 0;} .collapse:not(.show){display: none;} .collapsing{position: relative; height: 0; overflow: hidden; transition: height 0.35s ease;} @media (prefers-reduced-motion: reduce){.collapsing{transition: none;}} .dropup, .dropright, .dropdown, .dropleft{position: relative;} .dropdown-toggle{white-space: nowrap;} .dropdown-toggle::after{display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent;} .dropdown-toggle:empty::after{margin-left: 0;} .dropdown-menu{position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem;} .dropdown-menu-left{right: auto; left: 0;} .dropdown-menu-right{right: 0; left: auto;} @media (min-width: 576px){.dropdown-menu-sm-left{right: auto; left: 0;}.dropdown-menu-sm-right{right: 0; left: auto;}} @media (min-width: 768px){.dropdown-menu-md-left{right: auto; left: 0;}.dropdown-menu-md-right{right: 0; left: auto;}} @media (min-width: 992px){.dropdown-menu-lg-left{right: auto; left: 0;}.dropdown-menu-lg-right{right: 0; left: auto;}} @media (min-width: 1200px){.dropdown-menu-xl-left{right: auto; left: 0;}.dropdown-menu-xl-right{right: 0; left: auto;}} .dropup .dropdown-menu{top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem;} .dropup .dropdown-toggle::after{display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent;} .dropup .dropdown-toggle:empty::after{margin-left: 0;} .dropright .dropdown-menu{top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem;} .dropright .dropdown-toggle::after{display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid;} .dropright .dropdown-toggle:empty::after{margin-left: 0;} .dropright .dropdown-toggle::after{vertical-align: 0;} .dropleft .dropdown-menu{top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem;} .dropleft .dropdown-toggle::after{display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: "";} .dropleft .dropdown-toggle::after{display: none;} .dropleft .dropdown-toggle::before{display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent;} .dropleft .dropdown-toggle:empty::after{margin-left: 0;} .dropleft .dropdown-toggle::before{vertical-align: 0;} .dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left]{right: auto; bottom: auto;} .dropdown-divider{height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef;} .dropdown-item{display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0;} .dropdown-item:hover, .dropdown-item:focus{color: #16181b; text-decoration: none; background-color: #f8f9fa;} .dropdown-item.active, .dropdown-item:active{color: #fff; text-decoration: none; background-color: #007bff;} .dropdown-item.disabled, .dropdown-item:disabled{color: #6c757d; pointer-events: none; background-color: transparent;} .dropdown-menu.show{display: block;} .dropdown-header{display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap;} .dropdown-item-text{display: block; padding: 0.25rem 1.5rem; color: #212529;} .btn-group, .btn-group-vertical{position: relative; display: inline-flex; vertical-align: middle;} .btn-group > .btn, .btn-group-vertical > .btn{position: relative; flex: 1 1 auto;} .btn-group > .btn:hover, .btn-group-vertical > .btn:hover{z-index: 1;} .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active{z-index: 1;} .btn-toolbar{display: flex; flex-wrap: wrap; justify-content: flex-start;} .btn-toolbar .input-group{width: auto;} .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child){margin-left: -1px;} .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn{border-top-right-radius: 0; border-bottom-right-radius: 0;} .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn{border-top-left-radius: 0; border-bottom-left-radius: 0;} .dropdown-toggle-split{padding-right: 0.5625rem; padding-left: 0.5625rem;} .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after{margin-left: 0;} .dropleft .dropdown-toggle-split::before{margin-right: 0;} .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split{padding-right: 0.375rem; padding-left: 0.375rem;} .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split{padding-right: 0.75rem; padding-left: 0.75rem;} .btn-group-vertical{flex-direction: column; align-items: flex-start; justify-content: center;} .btn-group-vertical > .btn, .btn-group-vertical > .btn-group{width: 100%;} .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child){margin-top: -1px;} .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn{border-bottom-right-radius: 0; border-bottom-left-radius: 0;} .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn{border-top-left-radius: 0; border-top-right-radius: 0;} .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn{margin-bottom: 0;} .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox]{position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none;} .input-group{position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%;} .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file{position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0;} .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file{margin-left: -1px;} .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label{z-index: 3;} .input-group > .custom-file .custom-file-input:focus{z-index: 4;} .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child){border-top-right-radius: 0; border-bottom-right-radius: 0;} .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child){border-top-left-radius: 0; border-bottom-left-radius: 0;} .input-group > .custom-file{display: flex; align-items: center;} .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius: 0; border-bottom-right-radius: 0;} .input-group > .custom-file:not(:first-child) .custom-file-label{border-top-left-radius: 0; border-bottom-left-radius: 0;} .input-group-prepend, .input-group-append{display: flex;} .input-group-prepend .btn, .input-group-append .btn{position: relative; z-index: 2;} .input-group-prepend .btn:focus, .input-group-append .btn:focus{z-index: 3;} .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn{margin-left: -1px;} .input-group-prepend{margin-right: -1px;} .input-group-append{margin-left: -1px;} .input-group-text{display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem;} .input-group-text input[type=radio], .input-group-text input[type=checkbox]{margin-top: 0;} .input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select{height: calc(1.5em + 1rem + 2px);} .input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn{padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem;} .input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select{height: calc(1.5em + 0.5rem + 2px);} .input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn{padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem;} .input-group-lg > .custom-select, .input-group-sm > .custom-select{padding-right: 1.75rem;} .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child){border-top-right-radius: 0; border-bottom-right-radius: 0;} .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){border-top-left-radius: 0; border-bottom-left-radius: 0;} .custom-control{position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem;} .custom-control-inline{display: inline-flex; margin-right: 1rem;} .custom-control-input{position: absolute; z-index: -1; opacity: 0;} .custom-control-input:checked ~ .custom-control-label::before{color: #fff; border-color: #007bff; background-color: #007bff;} .custom-control-input:focus ~ .custom-control-label::before{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);} .custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color: #80bdff;} .custom-control-input:not(:disabled):active ~ .custom-control-label::before{color: #fff; background-color: #b3d7ff; border-color: #b3d7ff;} .custom-control-input:disabled ~ .custom-control-label{color: #6c757d;} .custom-control-input:disabled ~ .custom-control-label::before{background-color: #e9ecef;} .custom-control-label{position: relative; margin-bottom: 0; vertical-align: top;} .custom-control-label::before{position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: #fff; border: #adb5bd solid 1px;} .custom-control-label::after{position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50%/50% 50%;} .custom-checkbox .custom-control-label::before{border-radius: 0.25rem;} .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");} .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color: #007bff; background-color: #007bff;} .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");} .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color: rgba(0, 123, 255, 0.5);} .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color: rgba(0, 123, 255, 0.5);} .custom-radio .custom-control-label::before{border-radius: 50%;} .custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");} .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color: rgba(0, 123, 255, 0.5);} .custom-switch{padding-left: 2.25rem;} .custom-switch .custom-control-label::before{left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem;} .custom-switch .custom-control-label::after{top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;} @media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition: none;}} .custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color: #fff; transform: translateX(0.75rem);} .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color: rgba(0, 123, 255, 0.5);} .custom-select{display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; vertical-align: middle; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; appearance: none;} .custom-select:focus{border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);} .custom-select:focus::-ms-value{color: #495057; background-color: #fff;} .custom-select[multiple], .custom-select[size]:not([size="1"]){height: auto; padding-right: 0.75rem; background-image: none;} .custom-select:disabled{color: #6c757d; background-color: #e9ecef;} .custom-select::-ms-expand{display: none;} .custom-select-sm{height: calc(1.5em + 0.5rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem;} .custom-select-lg{height: calc(1.5em + 1rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem;} .custom-file{position: relative; display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin-bottom: 0;} .custom-file-input{position: relative; z-index: 2; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin: 0; opacity: 0;} .custom-file-input:focus ~ .custom-file-label{border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);} .custom-file-input:disabled ~ .custom-file-label{background-color: #e9ecef;} .custom-file-input:lang(en) ~ .custom-file-label::after{content: "Browse";} .custom-file-input ~ .custom-file-label[data-browse]::after{content: attr(data-browse);} .custom-file-label{position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem;} .custom-file-label::after{position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(1.5em + 0.75rem); padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 0.25rem 0.25rem 0;} .custom-range{width: 100%; height: calc(1rem + 0.4rem); padding: 0; background-color: transparent; appearance: none;} .custom-range:focus{outline: none;} .custom-range:focus::-webkit-slider-thumb{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);} .custom-range:focus::-moz-range-thumb{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);} .custom-range:focus::-ms-thumb{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);} .custom-range::-moz-focus-outer{border: 0;} .custom-range::-webkit-slider-thumb{width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #007bff; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none;} @media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition: none;}} .custom-range::-webkit-slider-thumb:active{background-color: #b3d7ff;} .custom-range::-webkit-slider-runnable-track{width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem;} .custom-range::-moz-range-thumb{width: 1rem; height: 1rem; background-color: #007bff; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none;} @media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition: none;}} .custom-range::-moz-range-thumb:active{background-color: #b3d7ff;} .custom-range::-moz-range-track{width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem;} .custom-range::-ms-thumb{width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #007bff; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none;} @media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition: none;}} .custom-range::-ms-thumb:active{background-color: #b3d7ff;} .custom-range::-ms-track{width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem;} .custom-range::-ms-fill-lower{background-color: #dee2e6; border-radius: 1rem;} .custom-range::-ms-fill-upper{margin-right: 15px; background-color: #dee2e6; border-radius: 1rem;} .custom-range:disabled::-webkit-slider-thumb{background-color: #adb5bd;} .custom-range:disabled::-webkit-slider-runnable-track{cursor: default;} .custom-range:disabled::-moz-range-thumb{background-color: #adb5bd;} .custom-range:disabled::-moz-range-track{cursor: default;} .custom-range:disabled::-ms-thumb{background-color: #adb5bd;} .custom-control-label::before, .custom-file-label, .custom-select{transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;} @media (prefers-reduced-motion: reduce){.custom-control-label::before, .custom-file-label, .custom-select{transition: none;}} .nav{display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none;} .nav-link{display: block; padding: 0.5rem 1rem;} .nav-link:hover, .nav-link:focus{text-decoration: none;} .nav-link.disabled{color: #6c757d; pointer-events: none; cursor: default;} .nav-tabs{border-bottom: 1px solid #dee2e6;} .nav-tabs .nav-item{margin-bottom: -1px;} .nav-tabs .nav-link{border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem;} .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{border-color: #e9ecef #e9ecef #dee2e6;} .nav-tabs .nav-link.disabled{color: #6c757d; background-color: transparent; border-color: transparent;} .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff;} .nav-tabs .dropdown-menu{margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0;} .nav-pills .nav-link{border-radius: 0.25rem;} .nav-pills .nav-link.active, .nav-pills .show > .nav-link{color: #fff; background-color: #007bff;} .nav-fill .nav-item{flex: 1 1 auto; text-align: center;} .nav-justified .nav-item{flex-basis: 0; flex-grow: 1; text-align: center;} .tab-content > .tab-pane{display: none;} .tab-content > .active{display: block;} .navbar{position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem;} .navbar > .container, .navbar > .container-fluid{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;} .navbar-brand{display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap;} .navbar-brand:hover, .navbar-brand:focus{text-decoration: none;} .navbar-nav{display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none;} .navbar-nav .nav-link{padding-right: 0; padding-left: 0;} .navbar-nav .dropdown-menu{position: static; float: none;} .navbar-text{display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem;} .navbar-collapse{flex-basis: 100%; flex-grow: 1; align-items: center;} .navbar-toggler{padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem;} .navbar-toggler:hover, .navbar-toggler:focus{text-decoration: none;} .navbar-toggler-icon{display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%;} @media (max-width: 575.98px){.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid{padding-right: 0; padding-left: 0;}} @media (min-width: 576px){.navbar-expand-sm{flex-flow: row nowrap; justify-content: flex-start;}.navbar-expand-sm .navbar-nav{flex-direction: row;}.navbar-expand-sm .navbar-nav .dropdown-menu{position: absolute;}.navbar-expand-sm .navbar-nav .nav-link{padding-right: 0.5rem; padding-left: 0.5rem;}.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid{flex-wrap: nowrap;}.navbar-expand-sm .navbar-collapse{display: flex !important; flex-basis: auto;}.navbar-expand-sm .navbar-toggler{display: none;}} @media (max-width: 767.98px){.navbar-expand-md > .container, .navbar-expand-md > .container-fluid{padding-right: 0; padding-left: 0;}} @media (min-width: 768px){.navbar-expand-md{flex-flow: row nowrap; justify-content: flex-start;}.navbar-expand-md .navbar-nav{flex-direction: row;}.navbar-expand-md .navbar-nav .dropdown-menu{position: absolute;}.navbar-expand-md .navbar-nav .nav-link{padding-right: 0.5rem; padding-left: 0.5rem;}.navbar-expand-md > .container, .navbar-expand-md > .container-fluid{flex-wrap: nowrap;}.navbar-expand-md .navbar-collapse{display: flex !important; flex-basis: auto;}.navbar-expand-md .navbar-toggler{display: none;}} @media (max-width: 991.98px){.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid{padding-right: 0; padding-left: 0;}} @media (min-width: 992px){.navbar-expand-lg{flex-flow: row nowrap; justify-content: flex-start;}.navbar-expand-lg .navbar-nav{flex-direction: row;}.navbar-expand-lg .navbar-nav .dropdown-menu{position: absolute;}.navbar-expand-lg .navbar-nav .nav-link{padding-right: 0.5rem; padding-left: 0.5rem;}.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid{flex-wrap: nowrap;}.navbar-expand-lg .navbar-collapse{display: flex !important; flex-basis: auto;}.navbar-expand-lg .navbar-toggler{display: none;}} @media (max-width: 1199.98px){.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid{padding-right: 0; padding-left: 0;}} @media (min-width: 1200px){.navbar-expand-xl{flex-flow: row nowrap; justify-content: flex-start;}.navbar-expand-xl .navbar-nav{flex-direction: row;}.navbar-expand-xl .navbar-nav .dropdown-menu{position: absolute;}.navbar-expand-xl .navbar-nav .nav-link{padding-right: 0.5rem; padding-left: 0.5rem;}.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid{flex-wrap: nowrap;}.navbar-expand-xl .navbar-collapse{display: flex !important; flex-basis: auto;}.navbar-expand-xl .navbar-toggler{display: none;}} .navbar-expand{flex-flow: row nowrap; justify-content: flex-start;} .navbar-expand > .container, .navbar-expand > .container-fluid{padding-right: 0; padding-left: 0;} .navbar-expand .navbar-nav{flex-direction: row;} .navbar-expand .navbar-nav .dropdown-menu{position: absolute;} .navbar-expand .navbar-nav .nav-link{padding-right: 0.5rem; padding-left: 0.5rem;} .navbar-expand > .container, .navbar-expand > .container-fluid{flex-wrap: nowrap;} .navbar-expand .navbar-collapse{display: flex !important; flex-basis: auto;} .navbar-expand .navbar-toggler{display: none;} .navbar-light .navbar-brand{color: rgba(0, 0, 0, 0.9);} .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus{color: rgba(0, 0, 0, 0.9);} .navbar-light .navbar-nav .nav-link{color: rgba(0, 0, 0, 0.5);} .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{color: rgba(0, 0, 0, 0.7);} .navbar-light .navbar-nav .nav-link.disabled{color: rgba(0, 0, 0, 0.3);} .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{color: rgba(0, 0, 0, 0.9);} .navbar-light .navbar-toggler{color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1);} .navbar-light .navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");} .navbar-light .navbar-text{color: rgba(0, 0, 0, 0.5);} .navbar-light .navbar-text a{color: rgba(0, 0, 0, 0.9);} .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus{color: rgba(0, 0, 0, 0.9);} .navbar-dark .navbar-brand{color: #fff;} .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus{color: #fff;} .navbar-dark .navbar-nav .nav-link{color: rgba(255, 255, 255, 0.5);} .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{color: rgba(255, 255, 255, 0.75);} .navbar-dark .navbar-nav .nav-link.disabled{color: rgba(255, 255, 255, 0.25);} .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active{color: #fff;} .navbar-dark .navbar-toggler{color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1);} .navbar-dark .navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");} .navbar-dark .navbar-text{color: rgba(255, 255, 255, 0.5);} .navbar-dark .navbar-text a{color: #fff;} .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus{color: #fff;} .card{position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem;} .card > hr{margin-right: 0; margin-left: 0;} .card > .list-group:first-child .list-group-item:first-child{border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem;} .card > .list-group:last-child .list-group-item:last-child{border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem;} .card-body{flex: 1 1 auto; padding: 1.25rem;} .card-title{margin-bottom: 0.75rem;} .card-subtitle{margin-top: -0.375rem; margin-bottom: 0;} .card-text:last-child{margin-bottom: 0;} .card-link:hover{text-decoration: none;} .card-link + .card-link{margin-left: 1.25rem;} .card-header{padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125);} .card-header:first-child{border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;} .card-header + .list-group .list-group-item:first-child{border-top: 0;} .card-footer{padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125);} .card-footer:last-child{border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);} .card-header-tabs{margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0;} .card-header-pills{margin-right: -0.625rem; margin-left: -0.625rem;} .card-img-overlay{position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem;} .card-img{width: 100%; border-radius: calc(0.25rem - 1px);} .card-img-top{width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px);} .card-img-bottom{width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px);} .card-deck{display: flex; flex-direction: column;} .card-deck .card{margin-bottom: 15px;} @media (min-width: 576px){.card-deck{flex-flow: row wrap; margin-right: -15px; margin-left: -15px;}.card-deck .card{display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px;}} .card-group{display: flex; flex-direction: column;} .card-group > .card{margin-bottom: 15px;} @media (min-width: 576px){.card-group{flex-flow: row wrap;}.card-group > .card{flex: 1 0 0%; margin-bottom: 0;}.card-group > .card + .card{margin-left: 0; border-left: 0;}.card-group > .card:not(:last-child){border-top-right-radius: 0; border-bottom-right-radius: 0;}.card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header{border-top-right-radius: 0;}.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer{border-bottom-right-radius: 0;}.card-group > .card:not(:first-child){border-top-left-radius: 0; border-bottom-left-radius: 0;}.card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header{border-top-left-radius: 0;}.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer{border-bottom-left-radius: 0;}} .card-columns .card{margin-bottom: 0.75rem;} @media (min-width: 576px){.card-columns{column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1;}.card-columns .card{display: inline-block; width: 100%;}} .accordion > .card{overflow: hidden;} .accordion > .card:not(:first-of-type) .card-header:first-child{border-radius: 0;} .accordion > .card:not(:first-of-type):not(:last-of-type){border-bottom: 0; border-radius: 0;} .accordion > .card:first-of-type{border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0;} .accordion > .card:last-of-type{border-top-left-radius: 0; border-top-right-radius: 0;} .accordion > .card .card-header{margin-bottom: -1px;} .breadcrumb{display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem;} .breadcrumb-item + .breadcrumb-item{padding-left: 0.5rem;} .breadcrumb-item + .breadcrumb-item::before{display: inline-block; padding-right: 0.5rem; color: #6c757d; content: "/";} .breadcrumb-item + .breadcrumb-item:hover::before{text-decoration: underline;} .breadcrumb-item + .breadcrumb-item:hover::before{text-decoration: none;} .breadcrumb-item.active{color: #6c757d;} .pagination{display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem;} .page-link{position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6;} .page-link:hover{z-index: 2; color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6;} .page-link:focus{z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);} .page-item:first-child .page-link{margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem;} .page-item:last-child .page-link{border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem;} .page-item.active .page-link{z-index: 1; color: #fff; background-color: #007bff; border-color: #007bff;} .page-item.disabled .page-link{color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6;} .pagination-lg .page-link{padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5;} .pagination-lg .page-item:first-child .page-link{border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem;} .pagination-lg .page-item:last-child .page-link{border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem;} .pagination-sm .page-link{padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5;} .pagination-sm .page-item:first-child .page-link{border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem;} .pagination-sm .page-item:last-child .page-link{border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem;} .badge{display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;} @media (prefers-reduced-motion: reduce){.badge{transition: none;}} a.badge:hover, a.badge:focus{text-decoration: none;} .badge:empty{display: none;} .btn .badge{position: relative; top: -1px;} .badge-pill{padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem;} .badge-primary{color: #fff; background-color: #007bff;} a.badge-primary:hover, a.badge-primary:focus{color: #fff; background-color: #0062cc;} a.badge-primary:focus, a.badge-primary.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);} .badge-secondary{color: #fff; background-color: #6c757d;} a.badge-secondary:hover, a.badge-secondary:focus{color: #fff; background-color: #545b62;} a.badge-secondary:focus, a.badge-secondary.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);} .badge-success{color: #fff; background-color: #28a745;} a.badge-success:hover, a.badge-success:focus{color: #fff; background-color: #1e7e34;} a.badge-success:focus, a.badge-success.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);} .badge-info{color: #fff; background-color: #17a2b8;} a.badge-info:hover, a.badge-info:focus{color: #fff; background-color: #117a8b;} a.badge-info:focus, a.badge-info.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);} .badge-warning{color: #212529; background-color: #ffc107;} a.badge-warning:hover, a.badge-warning:focus{color: #212529; background-color: #d39e00;} a.badge-warning:focus, a.badge-warning.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);} .badge-danger{color: #fff; background-color: #dc3545;} a.badge-danger:hover, a.badge-danger:focus{color: #fff; background-color: #bd2130;} a.badge-danger:focus, a.badge-danger.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);} .badge-light{color: #212529; background-color: #f8f9fa;} a.badge-light:hover, a.badge-light:focus{color: #212529; background-color: #dae0e5;} a.badge-light:focus, a.badge-light.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);} .badge-dark{color: #fff; background-color: #343a40;} a.badge-dark:hover, a.badge-dark:focus{color: #fff; background-color: #1d2124;} a.badge-dark:focus, a.badge-dark.focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);} .jumbotron{padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem;} @media (min-width: 576px){.jumbotron{padding: 4rem 2rem;}} .jumbotron-fluid{padding-right: 0; padding-left: 0; border-radius: 0;} .alert{position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem;} .alert-heading{color: inherit;} .alert-link{font-weight: 700;} .alert-dismissible{padding-right: 4rem;} .alert-dismissible .close{position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit;} .alert-primary{color: #004085; background-color: #cce5ff; border-color: #b8daff;} .alert-primary hr{border-top-color: #9fcdff;} .alert-primary .alert-link{color: #002752;} .alert-secondary{color: #383d41; background-color: #e2e3e5; border-color: #d6d8db;} .alert-secondary hr{border-top-color: #c8cbcf;} .alert-secondary .alert-link{color: #202326;} .alert-success{color: #155724; background-color: #d4edda; border-color: #c3e6cb;} .alert-success hr{border-top-color: #b1dfbb;} .alert-success .alert-link{color: #0b2e13;} .alert-info{color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb;} .alert-info hr{border-top-color: #abdde5;} .alert-info .alert-link{color: #062c33;} .alert-warning{color: #856404; background-color: #fff3cd; border-color: #ffeeba;} .alert-warning hr{border-top-color: #ffe8a1;} .alert-warning .alert-link{color: #533f03;} .alert-danger{color: #721c24; background-color: #f8d7da; border-color: #f5c6cb;} .alert-danger hr{border-top-color: #f1b0b7;} .alert-danger .alert-link{color: #491217;} .alert-light{color: #818182; background-color: #fefefe; border-color: #fdfdfe;} .alert-light hr{border-top-color: #ececf6;} .alert-light .alert-link{color: #686868;} .alert-dark{color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca;} .alert-dark hr{border-top-color: #b9bbbe;} .alert-dark .alert-link{color: #040505;} @keyframes progress-bar-stripes{from{background-position: 1rem 0;}to{background-position: 0 0;}} .progress{display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem;} .progress-bar{display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #007bff; transition: width 0.6s ease;} @media (prefers-reduced-motion: reduce){.progress-bar{transition: none;}} .progress-bar-striped{background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem;} .progress-bar-animated{animation: progress-bar-stripes 1s linear infinite;} @media (prefers-reduced-motion: reduce){.progress-bar-animated{animation: none;}} .media{display: flex; align-items: flex-start;} .media-body{flex: 1;} .list-group{display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0;} .list-group-item-action{width: 100%; color: #495057; text-align: inherit;} .list-group-item-action:hover, .list-group-item-action:focus{z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa;} .list-group-item-action:active{color: #212529; background-color: #e9ecef;} .list-group-item{position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125);} .list-group-item:first-child{border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem;} .list-group-item:last-child{margin-bottom: 0; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem;} .list-group-item.disabled, .list-group-item:disabled{color: #6c757d; pointer-events: none; background-color: #fff;} .list-group-item.active{z-index: 2; color: #fff; background-color: #007bff; border-color: #007bff;} .list-group-horizontal{flex-direction: row;} .list-group-horizontal .list-group-item{margin-right: -1px; margin-bottom: 0;} .list-group-horizontal .list-group-item:first-child{border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0;} .list-group-horizontal .list-group-item:last-child{margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0;} @media (min-width: 576px){.list-group-horizontal-sm{flex-direction: row;}.list-group-horizontal-sm .list-group-item{margin-right: -1px; margin-bottom: 0;}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0;}.list-group-horizontal-sm .list-group-item:last-child{margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0;}} @media (min-width: 768px){.list-group-horizontal-md{flex-direction: row;}.list-group-horizontal-md .list-group-item{margin-right: -1px; margin-bottom: 0;}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0;}.list-group-horizontal-md .list-group-item:last-child{margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0;}} @media (min-width: 992px){.list-group-horizontal-lg{flex-direction: row;}.list-group-horizontal-lg .list-group-item{margin-right: -1px; margin-bottom: 0;}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0;}.list-group-horizontal-lg .list-group-item:last-child{margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0;}} @media (min-width: 1200px){.list-group-horizontal-xl{flex-direction: row;}.list-group-horizontal-xl .list-group-item{margin-right: -1px; margin-bottom: 0;}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0;}.list-group-horizontal-xl .list-group-item:last-child{margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0;}} .list-group-flush .list-group-item{border-right: 0; border-left: 0; border-radius: 0;} .list-group-flush .list-group-item:last-child{margin-bottom: -1px;} .list-group-flush:first-child .list-group-item:first-child{border-top: 0;} .list-group-flush:last-child .list-group-item:last-child{margin-bottom: 0; border-bottom: 0;} .list-group-item-primary{color: #004085; background-color: #b8daff;} .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus{color: #004085; background-color: #9fcdff;} .list-group-item-primary.list-group-item-action.active{color: #fff; background-color: #004085; border-color: #004085;} .list-group-item-secondary{color: #383d41; background-color: #d6d8db;} .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus{color: #383d41; background-color: #c8cbcf;} .list-group-item-secondary.list-group-item-action.active{color: #fff; background-color: #383d41; border-color: #383d41;} .list-group-item-success{color: #155724; background-color: #c3e6cb;} .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus{color: #155724; background-color: #b1dfbb;} .list-group-item-success.list-group-item-action.active{color: #fff; background-color: #155724; border-color: #155724;} .list-group-item-info{color: #0c5460; background-color: #bee5eb;} .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus{color: #0c5460; background-color: #abdde5;} .list-group-item-info.list-group-item-action.active{color: #fff; background-color: #0c5460; border-color: #0c5460;} .list-group-item-warning{color: #856404; background-color: #ffeeba;} .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus{color: #856404; background-color: #ffe8a1;} .list-group-item-warning.list-group-item-action.active{color: #fff; background-color: #856404; border-color: #856404;} .list-group-item-danger{color: #721c24; background-color: #f5c6cb;} .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus{color: #721c24; background-color: #f1b0b7;} .list-group-item-danger.list-group-item-action.active{color: #fff; background-color: #721c24; border-color: #721c24;} .list-group-item-light{color: #818182; background-color: #fdfdfe;} .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus{color: #818182; background-color: #ececf6;} .list-group-item-light.list-group-item-action.active{color: #fff; background-color: #818182; border-color: #818182;} .list-group-item-dark{color: #1b1e21; background-color: #c6c8ca;} .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus{color: #1b1e21; background-color: #b9bbbe;} .list-group-item-dark.list-group-item-action.active{color: #fff; background-color: #1b1e21; border-color: #1b1e21;} .close{float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.5;} .close:hover{color: #000; text-decoration: none;} .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus{opacity: 0.75;} button.close{padding: 0; background-color: transparent; border: 0; appearance: none;} a.close.disabled{pointer-events: none;} .toast{max-width: 350px; overflow: hidden; font-size: 0.875rem; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px); opacity: 0; border-radius: 0.25rem;} .toast:not(:last-child){margin-bottom: 0.75rem;} .toast.showing{opacity: 1;} .toast.show{display: block; opacity: 1;} .toast.hide{display: none;} .toast-header{display: flex; align-items: center; padding: 0.25rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05);} .toast-body{padding: 0.75rem;} .modal-open{overflow: hidden;} .modal-open .modal{overflow-x: hidden; overflow-y: auto;} .modal{position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0;} .modal-dialog{position: relative; width: auto; margin: 0.5rem; pointer-events: none;} .modal.fade .modal-dialog{transition: transform 0.3s ease-out; transform: translate(0, -50px);} @media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition: none;}} .modal.show .modal-dialog{transform: none;} .modal-dialog-scrollable{display: flex; max-height: calc(100% - 1rem);} .modal-dialog-scrollable .modal-content{max-height: calc(100vh - 1rem); overflow: hidden;} .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer{flex-shrink: 0;} .modal-dialog-scrollable .modal-body{overflow-y: auto;} .modal-dialog-centered{display: flex; align-items: center; min-height: calc(100% - 1rem);} .modal-dialog-centered::before{display: block; height: calc(100vh - 1rem); content: "";} .modal-dialog-centered.modal-dialog-scrollable{flex-direction: column; justify-content: center; height: 100%;} .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height: none;} .modal-dialog-centered.modal-dialog-scrollable::before{content: none;} .modal-content{position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0;} .modal-backdrop{position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000;} .modal-backdrop.fade{opacity: 0;} .modal-backdrop.show{opacity: 0.5;} .modal-header{display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem;} .modal-header .close{padding: 1rem 1rem; margin: -1rem -1rem -1rem auto;} .modal-title{margin-bottom: 0; line-height: 1.5;} .modal-body{position: relative; flex: 1 1 auto; padding: 1rem;} .modal-footer{display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem;} .modal-footer > :not(:first-child){margin-left: 0.25rem;} .modal-footer > :not(:last-child){margin-right: 0.25rem;} .modal-scrollbar-measure{position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll;} @media (min-width: 576px){.modal-dialog{max-width: 500px; margin: 1.75rem auto;}.modal-dialog-scrollable{max-height: calc(100% - 3.5rem);}.modal-dialog-scrollable .modal-content{max-height: calc(100vh - 3.5rem);}.modal-dialog-centered{min-height: calc(100% - 3.5rem);}.modal-dialog-centered::before{height: calc(100vh - 3.5rem);}.modal-sm{max-width: 300px;}} @media (min-width: 992px){.modal-lg, .modal-xl{max-width: 800px;}} @media (min-width: 1200px){.modal-xl{max-width: 1140px;}} .tooltip{position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0;} .tooltip.show{opacity: 0.9;} .tooltip .arrow{position: absolute; display: block; width: 0.8rem; height: 0.4rem;} .tooltip .arrow::before{position: absolute; content: ""; border-color: transparent; border-style: solid;} .bs-tooltip-top, .bs-tooltip-auto[x-placement^=top]{padding: 0.4rem 0;} .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow{bottom: 0;} .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before{top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000;} .bs-tooltip-right, .bs-tooltip-auto[x-placement^=right]{padding: 0 0.4rem;} .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow{left: 0; width: 0.4rem; height: 0.8rem;} .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before{right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000;} .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom]{padding: 0.4rem 0;} .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow{top: 0;} .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000;} .bs-tooltip-left, .bs-tooltip-auto[x-placement^=left]{padding: 0 0.4rem;} .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow{right: 0; width: 0.4rem; height: 0.8rem;} .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before{left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000;} .tooltip-inner{max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem;} .popover{position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem;} .popover .arrow{position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0.3rem;} .popover .arrow::before, .popover .arrow::after{position: absolute; display: block; content: ""; border-color: transparent; border-style: solid;} .bs-popover-top, .bs-popover-auto[x-placement^=top]{margin-bottom: 0.5rem;} .bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow{bottom: calc((0.5rem + 1px) * -1);} .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before{bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25);} .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after{bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff;} .bs-popover-right, .bs-popover-auto[x-placement^=right]{margin-left: 0.5rem;} .bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow{left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0;} .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before{left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25);} .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after{left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff;} .bs-popover-bottom, .bs-popover-auto[x-placement^=bottom]{margin-top: 0.5rem;} .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow{top: calc((0.5rem + 1px) * -1);} .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before{top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25);} .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after{top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff;} .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before{position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7;} .bs-popover-left, .bs-popover-auto[x-placement^=left]{margin-right: 0.5rem;} .bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow{right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0;} .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before{right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25);} .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after{right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff;} .popover-header{padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px);} .popover-header:empty{display: none;} .popover-body{padding: 0.5rem 0.75rem; color: #212529;} .carousel{position: relative;} .carousel.pointer-event{touch-action: pan-y;} .carousel-inner{position: relative; width: 100%; overflow: hidden;} .carousel-inner::after{display: block; clear: both; content: "";} .carousel-item{position: relative; display: none; float: left; width: 100%; margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out;} @media (prefers-reduced-motion: reduce){.carousel-item{transition: none;}} .carousel-item.active, .carousel-item-next, .carousel-item-prev{display: block;} .carousel-item-next:not(.carousel-item-left), .active.carousel-item-right{transform: translateX(100%);} .carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left{transform: translateX(-100%);} .carousel-fade .carousel-item{opacity: 0; transition-property: opacity; transform: none;} .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right{z-index: 1; opacity: 1;} .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right{z-index: 0; opacity: 0; transition: 0s 0.6s opacity;} @media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right{transition: none;}} .carousel-control-prev, .carousel-control-next{position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease;} @media (prefers-reduced-motion: reduce){.carousel-control-prev, .carousel-control-next{transition: none;}} .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus{color: #fff; text-decoration: none; outline: 0; opacity: 0.9;} .carousel-control-prev{left: 0;} .carousel-control-next{right: 0;} .carousel-control-prev-icon, .carousel-control-next-icon{display: inline-block; width: 20px; height: 20px; background: no-repeat 50%/100% 100%;} .carousel-control-prev-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");} .carousel-control-next-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");} .carousel-indicators{position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none;} .carousel-indicators li{box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: 0.5; transition: opacity 0.6s ease;} @media (prefers-reduced-motion: reduce){.carousel-indicators li{transition: none;}} .carousel-indicators .active{opacity: 1;} .carousel-caption{position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center;} @keyframes spinner-border{to{transform: rotate(360deg);}} .spinner-border{display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spinner-border 0.75s linear infinite;} .spinner-border-sm{width: 1rem; height: 1rem; border-width: 0.2em;} @keyframes spinner-grow{0%{transform: scale(0);}50%{opacity: 1;}} .spinner-grow{display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; animation: spinner-grow 0.75s linear infinite;} .spinner-grow-sm{width: 1rem; height: 1rem;} .align-baseline{vertical-align: baseline !important;} .align-top{vertical-align: top !important;} .align-middle{vertical-align: middle !important;} .align-bottom{vertical-align: bottom !important;} .align-text-bottom{vertical-align: text-bottom !important;} .align-text-top{vertical-align: text-top !important;} .bg-primary{background-color: #007bff !important;} a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus{background-color: #0062cc !important;} .bg-secondary{background-color: #6c757d !important;} a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus{background-color: #545b62 !important;} .bg-success{background-color: #28a745 !important;} a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus{background-color: #1e7e34 !important;} .bg-info{background-color: #17a2b8 !important;} a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus{background-color: #117a8b !important;} .bg-warning{background-color: #ffc107 !important;} a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus{background-color: #d39e00 !important;} .bg-danger{background-color: #dc3545 !important;} a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus{background-color: #bd2130 !important;} .bg-light{background-color: #f8f9fa !important;} a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus{background-color: #dae0e5 !important;} .bg-dark{background-color: #343a40 !important;} a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus{background-color: #1d2124 !important;} .bg-white{background-color: #fff !important;} .bg-transparent{background-color: transparent !important;} .border{border: 1px solid #dee2e6 !important;} .border-top{border-top: 1px solid #dee2e6 !important;} .border-right{border-right: 1px solid #dee2e6 !important;} .border-bottom{border-bottom: 1px solid #dee2e6 !important;} .border-left{border-left: 1px solid #dee2e6 !important;} .border-0{border: 0 !important;} .border-top-0{border-top: 0 !important;} .border-right-0{border-right: 0 !important;} .border-bottom-0{border-bottom: 0 !important;} .border-left-0{border-left: 0 !important;} .border-primary{border-color: #007bff !important;} .border-secondary{border-color: #6c757d !important;} .border-success{border-color: #28a745 !important;} .border-info{border-color: #17a2b8 !important;} .border-warning{border-color: #ffc107 !important;} .border-danger{border-color: #dc3545 !important;} .border-light{border-color: #f8f9fa !important;} .border-dark{border-color: #343a40 !important;} .border-white{border-color: #fff !important;} .rounded-sm{border-radius: 0.2rem !important;} .rounded{border-radius: 0.25rem !important;} .rounded-top{border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important;} .rounded-right{border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important;} .rounded-bottom{border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important;} .rounded-left{border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important;} .rounded-lg{border-radius: 0.3rem !important;} .rounded-circle{border-radius: 50% !important;} .rounded-pill{border-radius: 50rem !important;} .rounded-0{border-radius: 0 !important;} .clearfix::after{display: block; clear: both; content: "";} .d-none{display: none !important;} .d-inline{display: inline !important;} .d-inline-block{display: inline-block !important;} .d-block{display: block !important;} .d-table{display: table !important;} .d-table-row{display: table-row !important;} .d-table-cell{display: table-cell !important;} .d-flex{display: flex !important;} .d-inline-flex{display: inline-flex !important;} @media (min-width: 576px){.d-sm-none{display: none !important;}.d-sm-inline{display: inline !important;}.d-sm-inline-block{display: inline-block !important;}.d-sm-block{display: block !important;}.d-sm-table{display: table !important;}.d-sm-table-row{display: table-row !important;}.d-sm-table-cell{display: table-cell !important;}.d-sm-flex{display: flex !important;}.d-sm-inline-flex{display: inline-flex !important;}} @media (min-width: 768px){.d-md-none{display: none !important;}.d-md-inline{display: inline !important;}.d-md-inline-block{display: inline-block !important;}.d-md-block{display: block !important;}.d-md-table{display: table !important;}.d-md-table-row{display: table-row !important;}.d-md-table-cell{display: table-cell !important;}.d-md-flex{display: flex !important;}.d-md-inline-flex{display: inline-flex !important;}} @media (min-width: 992px){.d-lg-none{display: none !important;}.d-lg-inline{display: inline !important;}.d-lg-inline-block{display: inline-block !important;}.d-lg-block{display: block !important;}.d-lg-table{display: table !important;}.d-lg-table-row{display: table-row !important;}.d-lg-table-cell{display: table-cell !important;}.d-lg-flex{display: flex !important;}.d-lg-inline-flex{display: inline-flex !important;}} @media (min-width: 1200px){.d-xl-none{display: none !important;}.d-xl-inline{display: inline !important;}.d-xl-inline-block{display: inline-block !important;}.d-xl-block{display: block !important;}.d-xl-table{display: table !important;}.d-xl-table-row{display: table-row !important;}.d-xl-table-cell{display: table-cell !important;}.d-xl-flex{display: flex !important;}.d-xl-inline-flex{display: inline-flex !important;}} @media print{.d-print-none{display: none !important;}.d-print-inline{display: inline !important;}.d-print-inline-block{display: inline-block !important;}.d-print-block{display: block !important;}.d-print-table{display: table !important;}.d-print-table-row{display: table-row !important;}.d-print-table-cell{display: table-cell !important;}.d-print-flex{display: flex !important;}.d-print-inline-flex{display: inline-flex !important;}} .embed-responsive{position: relative; display: block; width: 100%; padding: 0; overflow: hidden;} .embed-responsive::before{display: block; content: "";} .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video{position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;} .embed-responsive-21by9::before{padding-top: 42.8571428571%;} .embed-responsive-16by9::before{padding-top: 56.25%;} .embed-responsive-4by3::before{padding-top: 75%;} .embed-responsive-1by1::before{padding-top: 100%;} .flex-row{flex-direction: row !important;} .flex-column{flex-direction: column !important;} .flex-row-reverse{flex-direction: row-reverse !important;} .flex-column-reverse{flex-direction: column-reverse !important;} .flex-wrap{flex-wrap: wrap !important;} .flex-nowrap{flex-wrap: nowrap !important;} .flex-wrap-reverse{flex-wrap: wrap-reverse !important;} .flex-fill{flex: 1 1 auto !important;} .flex-grow-0{flex-grow: 0 !important;} .flex-grow-1{flex-grow: 1 !important;} .flex-shrink-0{flex-shrink: 0 !important;} .flex-shrink-1{flex-shrink: 1 !important;} .justify-content-start{justify-content: flex-start !important;} .justify-content-end{justify-content: flex-end !important;} .justify-content-center{justify-content: center !important;} .justify-content-between{justify-content: space-between !important;} .justify-content-around{justify-content: space-around !important;} .align-items-start{align-items: flex-start !important;} .align-items-end{align-items: flex-end !important;} .align-items-center{align-items: center !important;} .align-items-baseline{align-items: baseline !important;} .align-items-stretch{align-items: stretch !important;} .align-content-start{align-content: flex-start !important;} .align-content-end{align-content: flex-end !important;} .align-content-center{align-content: center !important;} .align-content-between{align-content: space-between !important;} .align-content-around{align-content: space-around !important;} .align-content-stretch{align-content: stretch !important;} .align-self-auto{align-self: auto !important;} .align-self-start{align-self: flex-start !important;} .align-self-end{align-self: flex-end !important;} .align-self-center{align-self: center !important;} .align-self-baseline{align-self: baseline !important;} .align-self-stretch{align-self: stretch !important;} @media (min-width: 576px){.flex-sm-row{flex-direction: row !important;}.flex-sm-column{flex-direction: column !important;}.flex-sm-row-reverse{flex-direction: row-reverse !important;}.flex-sm-column-reverse{flex-direction: column-reverse !important;}.flex-sm-wrap{flex-wrap: wrap !important;}.flex-sm-nowrap{flex-wrap: nowrap !important;}.flex-sm-wrap-reverse{flex-wrap: wrap-reverse !important;}.flex-sm-fill{flex: 1 1 auto !important;}.flex-sm-grow-0{flex-grow: 0 !important;}.flex-sm-grow-1{flex-grow: 1 !important;}.flex-sm-shrink-0{flex-shrink: 0 !important;}.flex-sm-shrink-1{flex-shrink: 1 !important;}.justify-content-sm-start{justify-content: flex-start !important;}.justify-content-sm-end{justify-content: flex-end !important;}.justify-content-sm-center{justify-content: center !important;}.justify-content-sm-between{justify-content: space-between !important;}.justify-content-sm-around{justify-content: space-around !important;}.align-items-sm-start{align-items: flex-start !important;}.align-items-sm-end{align-items: flex-end !important;}.align-items-sm-center{align-items: center !important;}.align-items-sm-baseline{align-items: baseline !important;}.align-items-sm-stretch{align-items: stretch !important;}.align-content-sm-start{align-content: flex-start !important;}.align-content-sm-end{align-content: flex-end !important;}.align-content-sm-center{align-content: center !important;}.align-content-sm-between{align-content: space-between !important;}.align-content-sm-around{align-content: space-around !important;}.align-content-sm-stretch{align-content: stretch !important;}.align-self-sm-auto{align-self: auto !important;}.align-self-sm-start{align-self: flex-start !important;}.align-self-sm-end{align-self: flex-end !important;}.align-self-sm-center{align-self: center !important;}.align-self-sm-baseline{align-self: baseline !important;}.align-self-sm-stretch{align-self: stretch !important;}} @media (min-width: 768px){.flex-md-row{flex-direction: row !important;}.flex-md-column{flex-direction: column !important;}.flex-md-row-reverse{flex-direction: row-reverse !important;}.flex-md-column-reverse{flex-direction: column-reverse !important;}.flex-md-wrap{flex-wrap: wrap !important;}.flex-md-nowrap{flex-wrap: nowrap !important;}.flex-md-wrap-reverse{flex-wrap: wrap-reverse !important;}.flex-md-fill{flex: 1 1 auto !important;}.flex-md-grow-0{flex-grow: 0 !important;}.flex-md-grow-1{flex-grow: 1 !important;}.flex-md-shrink-0{flex-shrink: 0 !important;}.flex-md-shrink-1{flex-shrink: 1 !important;}.justify-content-md-start{justify-content: flex-start !important;}.justify-content-md-end{justify-content: flex-end !important;}.justify-content-md-center{justify-content: center !important;}.justify-content-md-between{justify-content: space-between !important;}.justify-content-md-around{justify-content: space-around !important;}.align-items-md-start{align-items: flex-start !important;}.align-items-md-end{align-items: flex-end !important;}.align-items-md-center{align-items: center !important;}.align-items-md-baseline{align-items: baseline !important;}.align-items-md-stretch{align-items: stretch !important;}.align-content-md-start{align-content: flex-start !important;}.align-content-md-end{align-content: flex-end !important;}.align-content-md-center{align-content: center !important;}.align-content-md-between{align-content: space-between !important;}.align-content-md-around{align-content: space-around !important;}.align-content-md-stretch{align-content: stretch !important;}.align-self-md-auto{align-self: auto !important;}.align-self-md-start{align-self: flex-start !important;}.align-self-md-end{align-self: flex-end !important;}.align-self-md-center{align-self: center !important;}.align-self-md-baseline{align-self: baseline !important;}.align-self-md-stretch{align-self: stretch !important;}} @media (min-width: 992px){.flex-lg-row{flex-direction: row !important;}.flex-lg-column{flex-direction: column !important;}.flex-lg-row-reverse{flex-direction: row-reverse !important;}.flex-lg-column-reverse{flex-direction: column-reverse !important;}.flex-lg-wrap{flex-wrap: wrap !important;}.flex-lg-nowrap{flex-wrap: nowrap !important;}.flex-lg-wrap-reverse{flex-wrap: wrap-reverse !important;}.flex-lg-fill{flex: 1 1 auto !important;}.flex-lg-grow-0{flex-grow: 0 !important;}.flex-lg-grow-1{flex-grow: 1 !important;}.flex-lg-shrink-0{flex-shrink: 0 !important;}.flex-lg-shrink-1{flex-shrink: 1 !important;}.justify-content-lg-start{justify-content: flex-start !important;}.justify-content-lg-end{justify-content: flex-end !important;}.justify-content-lg-center{justify-content: center !important;}.justify-content-lg-between{justify-content: space-between !important;}.justify-content-lg-around{justify-content: space-around !important;}.align-items-lg-start{align-items: flex-start !important;}.align-items-lg-end{align-items: flex-end !important;}.align-items-lg-center{align-items: center !important;}.align-items-lg-baseline{align-items: baseline !important;}.align-items-lg-stretch{align-items: stretch !important;}.align-content-lg-start{align-content: flex-start !important;}.align-content-lg-end{align-content: flex-end !important;}.align-content-lg-center{align-content: center !important;}.align-content-lg-between{align-content: space-between !important;}.align-content-lg-around{align-content: space-around !important;}.align-content-lg-stretch{align-content: stretch !important;}.align-self-lg-auto{align-self: auto !important;}.align-self-lg-start{align-self: flex-start !important;}.align-self-lg-end{align-self: flex-end !important;}.align-self-lg-center{align-self: center !important;}.align-self-lg-baseline{align-self: baseline !important;}.align-self-lg-stretch{align-self: stretch !important;}} @media (min-width: 1200px){.flex-xl-row{flex-direction: row !important;}.flex-xl-column{flex-direction: column !important;}.flex-xl-row-reverse{flex-direction: row-reverse !important;}.flex-xl-column-reverse{flex-direction: column-reverse !important;}.flex-xl-wrap{flex-wrap: wrap !important;}.flex-xl-nowrap{flex-wrap: nowrap !important;}.flex-xl-wrap-reverse{flex-wrap: wrap-reverse !important;}.flex-xl-fill{flex: 1 1 auto !important;}.flex-xl-grow-0{flex-grow: 0 !important;}.flex-xl-grow-1{flex-grow: 1 !important;}.flex-xl-shrink-0{flex-shrink: 0 !important;}.flex-xl-shrink-1{flex-shrink: 1 !important;}.justify-content-xl-start{justify-content: flex-start !important;}.justify-content-xl-end{justify-content: flex-end !important;}.justify-content-xl-center{justify-content: center !important;}.justify-content-xl-between{justify-content: space-between !important;}.justify-content-xl-around{justify-content: space-around !important;}.align-items-xl-start{align-items: flex-start !important;}.align-items-xl-end{align-items: flex-end !important;}.align-items-xl-center{align-items: center !important;}.align-items-xl-baseline{align-items: baseline !important;}.align-items-xl-stretch{align-items: stretch !important;}.align-content-xl-start{align-content: flex-start !important;}.align-content-xl-end{align-content: flex-end !important;}.align-content-xl-center{align-content: center !important;}.align-content-xl-between{align-content: space-between !important;}.align-content-xl-around{align-content: space-around !important;}.align-content-xl-stretch{align-content: stretch !important;}.align-self-xl-auto{align-self: auto !important;}.align-self-xl-start{align-self: flex-start !important;}.align-self-xl-end{align-self: flex-end !important;}.align-self-xl-center{align-self: center !important;}.align-self-xl-baseline{align-self: baseline !important;}.align-self-xl-stretch{align-self: stretch !important;}} .float-left{float: left !important;} .float-right{float: right !important;} .float-none{float: none !important;} @media (min-width: 576px){.float-sm-left{float: left !important;}.float-sm-right{float: right !important;}.float-sm-none{float: none !important;}} @media (min-width: 768px){.float-md-left{float: left !important;}.float-md-right{float: right !important;}.float-md-none{float: none !important;}} @media (min-width: 992px){.float-lg-left{float: left !important;}.float-lg-right{float: right !important;}.float-lg-none{float: none !important;}} @media (min-width: 1200px){.float-xl-left{float: left !important;}.float-xl-right{float: right !important;}.float-xl-none{float: none !important;}} .overflow-auto{overflow: auto !important;} .overflow-hidden{overflow: hidden !important;} .position-static{position: static !important;} .position-relative{position: relative !important;} .position-absolute{position: absolute !important;} .position-fixed{position: fixed !important;} .position-sticky{position: sticky !important;} .fixed-top{position: fixed; top: 0; right: 0; left: 0; z-index: 1030;} .fixed-bottom{position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030;} @supports (position: sticky){.sticky-top{position: sticky; top: 0; z-index: 1020;}} .sr-only{position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;} .sr-only-focusable:active, .sr-only-focusable:focus{position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal;} .shadow-sm{box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;} .shadow{box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;} .shadow-lg{box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;} .shadow-none{box-shadow: none !important;} .w-25{width: 25% !important;} .w-50{width: 50% !important;} .w-75{width: 75% !important;} .w-100{width: 100% !important;} .w-auto{width: auto !important;} .h-25{height: 25% !important;} .h-50{height: 50% !important;} .h-75{height: 75% !important;} .h-100{height: 100% !important;} .h-auto{height: auto !important;} .mw-100{max-width: 100% !important;} .mh-100{max-height: 100% !important;} .min-vw-100{min-width: 100vw !important;} .min-vh-100{min-height: 100vh !important;} .vw-100{width: 100vw !important;} .vh-100{height: 100vh !important;} .stretched-link::after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0, 0, 0, 0);} .m-0{margin: 0 !important;} .mt-0, .my-0{margin-top: 0 !important;} .mr-0, .mx-0{margin-right: 0 !important;} .mb-0, .my-0{margin-bottom: 0 !important;} .ml-0, .mx-0{margin-left: 0 !important;} .m-1{margin: 0.25rem !important;} .mt-1, .my-1{margin-top: 0.25rem !important;} .mr-1, .mx-1{margin-right: 0.25rem !important;} .mb-1, .my-1{margin-bottom: 0.25rem !important;} .ml-1, .mx-1{margin-left: 0.25rem !important;} .m-2{margin: 0.5rem !important;} .mt-2, .my-2{margin-top: 0.5rem !important;} .mr-2, .mx-2{margin-right: 0.5rem !important;} .mb-2, .my-2{margin-bottom: 0.5rem !important;} .ml-2, .mx-2{margin-left: 0.5rem !important;} .m-3{margin: 1rem !important;} .mt-3, .my-3{margin-top: 1rem !important;} .mr-3, .mx-3{margin-right: 1rem !important;} .mb-3, .my-3{margin-bottom: 1rem !important;} .ml-3, .mx-3{margin-left: 1rem !important;} .m-4{margin: 1.5rem !important;} .mt-4, .my-4{margin-top: 1.5rem !important;} .mr-4, .mx-4{margin-right: 1.5rem !important;} .mb-4, .my-4{margin-bottom: 1.5rem !important;} .ml-4, .mx-4{margin-left: 1.5rem !important;} .m-5{margin: 3rem !important;} .mt-5, .my-5{margin-top: 3rem !important;} .mr-5, .mx-5{margin-right: 3rem !important;} .mb-5, .my-5{margin-bottom: 3rem !important;} .ml-5, .mx-5{margin-left: 3rem !important;} .p-0{padding: 0 !important;} .pt-0, .py-0{padding-top: 0 !important;} .pr-0, .px-0{padding-right: 0 !important;} .pb-0, .py-0{padding-bottom: 0 !important;} .pl-0, .px-0{padding-left: 0 !important;} .p-1{padding: 0.25rem !important;} .pt-1, .py-1{padding-top: 0.25rem !important;} .pr-1, .px-1{padding-right: 0.25rem !important;} .pb-1, .py-1{padding-bottom: 0.25rem !important;} .pl-1, .px-1{padding-left: 0.25rem !important;} .p-2{padding: 0.5rem !important;} .pt-2, .py-2{padding-top: 0.5rem !important;} .pr-2, .px-2{padding-right: 0.5rem !important;} .pb-2, .py-2{padding-bottom: 0.5rem !important;} .pl-2, .px-2{padding-left: 0.5rem !important;} .p-3{padding: 1rem !important;} .pt-3, .py-3{padding-top: 1rem !important;} .pr-3, .px-3{padding-right: 1rem !important;} .pb-3, .py-3{padding-bottom: 1rem !important;} .pl-3, .px-3{padding-left: 1rem !important;} .p-4{padding: 1.5rem !important;} .pt-4, .py-4{padding-top: 1.5rem !important;} .pr-4, .px-4{padding-right: 1.5rem !important;} .pb-4, .py-4{padding-bottom: 1.5rem !important;} .pl-4, .px-4{padding-left: 1.5rem !important;} .p-5{padding: 3rem !important;} .pt-5, .py-5{padding-top: 3rem !important;} .pr-5, .px-5{padding-right: 3rem !important;} .pb-5, .py-5{padding-bottom: 3rem !important;} .pl-5, .px-5{padding-left: 3rem !important;} .m-n1{margin: -0.25rem !important;} .mt-n1, .my-n1{margin-top: -0.25rem !important;} .mr-n1, .mx-n1{margin-right: -0.25rem !important;} .mb-n1, .my-n1{margin-bottom: -0.25rem !important;} .ml-n1, .mx-n1{margin-left: -0.25rem !important;} .m-n2{margin: -0.5rem !important;} .mt-n2, .my-n2{margin-top: -0.5rem !important;} .mr-n2, .mx-n2{margin-right: -0.5rem !important;} .mb-n2, .my-n2{margin-bottom: -0.5rem !important;} .ml-n2, .mx-n2{margin-left: -0.5rem !important;} .m-n3{margin: -1rem !important;} .mt-n3, .my-n3{margin-top: -1rem !important;} .mr-n3, .mx-n3{margin-right: -1rem !important;} .mb-n3, .my-n3{margin-bottom: -1rem !important;} .ml-n3, .mx-n3{margin-left: -1rem !important;} .m-n4{margin: -1.5rem !important;} .mt-n4, .my-n4{margin-top: -1.5rem !important;} .mr-n4, .mx-n4{margin-right: -1.5rem !important;} .mb-n4, .my-n4{margin-bottom: -1.5rem !important;} .ml-n4, .mx-n4{margin-left: -1.5rem !important;} .m-n5{margin: -3rem !important;} .mt-n5, .my-n5{margin-top: -3rem !important;} .mr-n5, .mx-n5{margin-right: -3rem !important;} .mb-n5, .my-n5{margin-bottom: -3rem !important;} .ml-n5, .mx-n5{margin-left: -3rem !important;} .m-auto{margin: auto !important;} .mt-auto, .my-auto{margin-top: auto !important;} .mr-auto, .mx-auto{margin-right: auto !important;} .mb-auto, .my-auto{margin-bottom: auto !important;} .ml-auto, .mx-auto{margin-left: auto !important;} @media (min-width: 576px){.m-sm-0{margin: 0 !important;}.mt-sm-0, .my-sm-0{margin-top: 0 !important;}.mr-sm-0, .mx-sm-0{margin-right: 0 !important;}.mb-sm-0, .my-sm-0{margin-bottom: 0 !important;}.ml-sm-0, .mx-sm-0{margin-left: 0 !important;}.m-sm-1{margin: 0.25rem !important;}.mt-sm-1, .my-sm-1{margin-top: 0.25rem !important;}.mr-sm-1, .mx-sm-1{margin-right: 0.25rem !important;}.mb-sm-1, .my-sm-1{margin-bottom: 0.25rem !important;}.ml-sm-1, .mx-sm-1{margin-left: 0.25rem !important;}.m-sm-2{margin: 0.5rem !important;}.mt-sm-2, .my-sm-2{margin-top: 0.5rem !important;}.mr-sm-2, .mx-sm-2{margin-right: 0.5rem !important;}.mb-sm-2, .my-sm-2{margin-bottom: 0.5rem !important;}.ml-sm-2, .mx-sm-2{margin-left: 0.5rem !important;}.m-sm-3{margin: 1rem !important;}.mt-sm-3, .my-sm-3{margin-top: 1rem !important;}.mr-sm-3, .mx-sm-3{margin-right: 1rem !important;}.mb-sm-3, .my-sm-3{margin-bottom: 1rem !important;}.ml-sm-3, .mx-sm-3{margin-left: 1rem !important;}.m-sm-4{margin: 1.5rem !important;}.mt-sm-4, .my-sm-4{margin-top: 1.5rem !important;}.mr-sm-4, .mx-sm-4{margin-right: 1.5rem !important;}.mb-sm-4, .my-sm-4{margin-bottom: 1.5rem !important;}.ml-sm-4, .mx-sm-4{margin-left: 1.5rem !important;}.m-sm-5{margin: 3rem !important;}.mt-sm-5, .my-sm-5{margin-top: 3rem !important;}.mr-sm-5, .mx-sm-5{margin-right: 3rem !important;}.mb-sm-5, .my-sm-5{margin-bottom: 3rem !important;}.ml-sm-5, .mx-sm-5{margin-left: 3rem !important;}.p-sm-0{padding: 0 !important;}.pt-sm-0, .py-sm-0{padding-top: 0 !important;}.pr-sm-0, .px-sm-0{padding-right: 0 !important;}.pb-sm-0, .py-sm-0{padding-bottom: 0 !important;}.pl-sm-0, .px-sm-0{padding-left: 0 !important;}.p-sm-1{padding: 0.25rem !important;}.pt-sm-1, .py-sm-1{padding-top: 0.25rem !important;}.pr-sm-1, .px-sm-1{padding-right: 0.25rem !important;}.pb-sm-1, .py-sm-1{padding-bottom: 0.25rem !important;}.pl-sm-1, .px-sm-1{padding-left: 0.25rem !important;}.p-sm-2{padding: 0.5rem !important;}.pt-sm-2, .py-sm-2{padding-top: 0.5rem !important;}.pr-sm-2, .px-sm-2{padding-right: 0.5rem !important;}.pb-sm-2, .py-sm-2{padding-bottom: 0.5rem !important;}.pl-sm-2, .px-sm-2{padding-left: 0.5rem !important;}.p-sm-3{padding: 1rem !important;}.pt-sm-3, .py-sm-3{padding-top: 1rem !important;}.pr-sm-3, .px-sm-3{padding-right: 1rem !important;}.pb-sm-3, .py-sm-3{padding-bottom: 1rem !important;}.pl-sm-3, .px-sm-3{padding-left: 1rem !important;}.p-sm-4{padding: 1.5rem !important;}.pt-sm-4, .py-sm-4{padding-top: 1.5rem !important;}.pr-sm-4, .px-sm-4{padding-right: 1.5rem !important;}.pb-sm-4, .py-sm-4{padding-bottom: 1.5rem !important;}.pl-sm-4, .px-sm-4{padding-left: 1.5rem !important;}.p-sm-5{padding: 3rem !important;}.pt-sm-5, .py-sm-5{padding-top: 3rem !important;}.pr-sm-5, .px-sm-5{padding-right: 3rem !important;}.pb-sm-5, .py-sm-5{padding-bottom: 3rem !important;}.pl-sm-5, .px-sm-5{padding-left: 3rem !important;}.m-sm-n1{margin: -0.25rem !important;}.mt-sm-n1, .my-sm-n1{margin-top: -0.25rem !important;}.mr-sm-n1, .mx-sm-n1{margin-right: -0.25rem !important;}.mb-sm-n1, .my-sm-n1{margin-bottom: -0.25rem !important;}.ml-sm-n1, .mx-sm-n1{margin-left: -0.25rem !important;}.m-sm-n2{margin: -0.5rem !important;}.mt-sm-n2, .my-sm-n2{margin-top: -0.5rem !important;}.mr-sm-n2, .mx-sm-n2{margin-right: -0.5rem !important;}.mb-sm-n2, .my-sm-n2{margin-bottom: -0.5rem !important;}.ml-sm-n2, .mx-sm-n2{margin-left: -0.5rem !important;}.m-sm-n3{margin: -1rem !important;}.mt-sm-n3, .my-sm-n3{margin-top: -1rem !important;}.mr-sm-n3, .mx-sm-n3{margin-right: -1rem !important;}.mb-sm-n3, .my-sm-n3{margin-bottom: -1rem !important;}.ml-sm-n3, .mx-sm-n3{margin-left: -1rem !important;}.m-sm-n4{margin: -1.5rem !important;}.mt-sm-n4, .my-sm-n4{margin-top: -1.5rem !important;}.mr-sm-n4, .mx-sm-n4{margin-right: -1.5rem !important;}.mb-sm-n4, .my-sm-n4{margin-bottom: -1.5rem !important;}.ml-sm-n4, .mx-sm-n4{margin-left: -1.5rem !important;}.m-sm-n5{margin: -3rem !important;}.mt-sm-n5, .my-sm-n5{margin-top: -3rem !important;}.mr-sm-n5, .mx-sm-n5{margin-right: -3rem !important;}.mb-sm-n5, .my-sm-n5{margin-bottom: -3rem !important;}.ml-sm-n5, .mx-sm-n5{margin-left: -3rem !important;}.m-sm-auto{margin: auto !important;}.mt-sm-auto, .my-sm-auto{margin-top: auto !important;}.mr-sm-auto, .mx-sm-auto{margin-right: auto !important;}.mb-sm-auto, .my-sm-auto{margin-bottom: auto !important;}.ml-sm-auto, .mx-sm-auto{margin-left: auto !important;}} @media (min-width: 768px){.m-md-0{margin: 0 !important;}.mt-md-0, .my-md-0{margin-top: 0 !important;}.mr-md-0, .mx-md-0{margin-right: 0 !important;}.mb-md-0, .my-md-0{margin-bottom: 0 !important;}.ml-md-0, .mx-md-0{margin-left: 0 !important;}.m-md-1{margin: 0.25rem !important;}.mt-md-1, .my-md-1{margin-top: 0.25rem !important;}.mr-md-1, .mx-md-1{margin-right: 0.25rem !important;}.mb-md-1, .my-md-1{margin-bottom: 0.25rem !important;}.ml-md-1, .mx-md-1{margin-left: 0.25rem !important;}.m-md-2{margin: 0.5rem !important;}.mt-md-2, .my-md-2{margin-top: 0.5rem !important;}.mr-md-2, .mx-md-2{margin-right: 0.5rem !important;}.mb-md-2, .my-md-2{margin-bottom: 0.5rem !important;}.ml-md-2, .mx-md-2{margin-left: 0.5rem !important;}.m-md-3{margin: 1rem !important;}.mt-md-3, .my-md-3{margin-top: 1rem !important;}.mr-md-3, .mx-md-3{margin-right: 1rem !important;}.mb-md-3, .my-md-3{margin-bottom: 1rem !important;}.ml-md-3, .mx-md-3{margin-left: 1rem !important;}.m-md-4{margin: 1.5rem !important;}.mt-md-4, .my-md-4{margin-top: 1.5rem !important;}.mr-md-4, .mx-md-4{margin-right: 1.5rem !important;}.mb-md-4, .my-md-4{margin-bottom: 1.5rem !important;}.ml-md-4, .mx-md-4{margin-left: 1.5rem !important;}.m-md-5{margin: 3rem !important;}.mt-md-5, .my-md-5{margin-top: 3rem !important;}.mr-md-5, .mx-md-5{margin-right: 3rem !important;}.mb-md-5, .my-md-5{margin-bottom: 3rem !important;}.ml-md-5, .mx-md-5{margin-left: 3rem !important;}.p-md-0{padding: 0 !important;}.pt-md-0, .py-md-0{padding-top: 0 !important;}.pr-md-0, .px-md-0{padding-right: 0 !important;}.pb-md-0, .py-md-0{padding-bottom: 0 !important;}.pl-md-0, .px-md-0{padding-left: 0 !important;}.p-md-1{padding: 0.25rem !important;}.pt-md-1, .py-md-1{padding-top: 0.25rem !important;}.pr-md-1, .px-md-1{padding-right: 0.25rem !important;}.pb-md-1, .py-md-1{padding-bottom: 0.25rem !important;}.pl-md-1, .px-md-1{padding-left: 0.25rem !important;}.p-md-2{padding: 0.5rem !important;}.pt-md-2, .py-md-2{padding-top: 0.5rem !important;}.pr-md-2, .px-md-2{padding-right: 0.5rem !important;}.pb-md-2, .py-md-2{padding-bottom: 0.5rem !important;}.pl-md-2, .px-md-2{padding-left: 0.5rem !important;}.p-md-3{padding: 1rem !important;}.pt-md-3, .py-md-3{padding-top: 1rem !important;}.pr-md-3, .px-md-3{padding-right: 1rem !important;}.pb-md-3, .py-md-3{padding-bottom: 1rem !important;}.pl-md-3, .px-md-3{padding-left: 1rem !important;}.p-md-4{padding: 1.5rem !important;}.pt-md-4, .py-md-4{padding-top: 1.5rem !important;}.pr-md-4, .px-md-4{padding-right: 1.5rem !important;}.pb-md-4, .py-md-4{padding-bottom: 1.5rem !important;}.pl-md-4, .px-md-4{padding-left: 1.5rem !important;}.p-md-5{padding: 3rem !important;}.pt-md-5, .py-md-5{padding-top: 3rem !important;}.pr-md-5, .px-md-5{padding-right: 3rem !important;}.pb-md-5, .py-md-5{padding-bottom: 3rem !important;}.pl-md-5, .px-md-5{padding-left: 3rem !important;}.m-md-n1{margin: -0.25rem !important;}.mt-md-n1, .my-md-n1{margin-top: -0.25rem !important;}.mr-md-n1, .mx-md-n1{margin-right: -0.25rem !important;}.mb-md-n1, .my-md-n1{margin-bottom: -0.25rem !important;}.ml-md-n1, .mx-md-n1{margin-left: -0.25rem !important;}.m-md-n2{margin: -0.5rem !important;}.mt-md-n2, .my-md-n2{margin-top: -0.5rem !important;}.mr-md-n2, .mx-md-n2{margin-right: -0.5rem !important;}.mb-md-n2, .my-md-n2{margin-bottom: -0.5rem !important;}.ml-md-n2, .mx-md-n2{margin-left: -0.5rem !important;}.m-md-n3{margin: -1rem !important;}.mt-md-n3, .my-md-n3{margin-top: -1rem !important;}.mr-md-n3, .mx-md-n3{margin-right: -1rem !important;}.mb-md-n3, .my-md-n3{margin-bottom: -1rem !important;}.ml-md-n3, .mx-md-n3{margin-left: -1rem !important;}.m-md-n4{margin: -1.5rem !important;}.mt-md-n4, .my-md-n4{margin-top: -1.5rem !important;}.mr-md-n4, .mx-md-n4{margin-right: -1.5rem !important;}.mb-md-n4, .my-md-n4{margin-bottom: -1.5rem !important;}.ml-md-n4, .mx-md-n4{margin-left: -1.5rem !important;}.m-md-n5{margin: -3rem !important;}.mt-md-n5, .my-md-n5{margin-top: -3rem !important;}.mr-md-n5, .mx-md-n5{margin-right: -3rem !important;}.mb-md-n5, .my-md-n5{margin-bottom: -3rem !important;}.ml-md-n5, .mx-md-n5{margin-left: -3rem !important;}.m-md-auto{margin: auto !important;}.mt-md-auto, .my-md-auto{margin-top: auto !important;}.mr-md-auto, .mx-md-auto{margin-right: auto !important;}.mb-md-auto, .my-md-auto{margin-bottom: auto !important;}.ml-md-auto, .mx-md-auto{margin-left: auto !important;}} @media (min-width: 992px){.m-lg-0{margin: 0 !important;}.mt-lg-0, .my-lg-0{margin-top: 0 !important;}.mr-lg-0, .mx-lg-0{margin-right: 0 !important;}.mb-lg-0, .my-lg-0{margin-bottom: 0 !important;}.ml-lg-0, .mx-lg-0{margin-left: 0 !important;}.m-lg-1{margin: 0.25rem !important;}.mt-lg-1, .my-lg-1{margin-top: 0.25rem !important;}.mr-lg-1, .mx-lg-1{margin-right: 0.25rem !important;}.mb-lg-1, .my-lg-1{margin-bottom: 0.25rem !important;}.ml-lg-1, .mx-lg-1{margin-left: 0.25rem !important;}.m-lg-2{margin: 0.5rem !important;}.mt-lg-2, .my-lg-2{margin-top: 0.5rem !important;}.mr-lg-2, .mx-lg-2{margin-right: 0.5rem !important;}.mb-lg-2, .my-lg-2{margin-bottom: 0.5rem !important;}.ml-lg-2, .mx-lg-2{margin-left: 0.5rem !important;}.m-lg-3{margin: 1rem !important;}.mt-lg-3, .my-lg-3{margin-top: 1rem !important;}.mr-lg-3, .mx-lg-3{margin-right: 1rem !important;}.mb-lg-3, .my-lg-3{margin-bottom: 1rem !important;}.ml-lg-3, .mx-lg-3{margin-left: 1rem !important;}.m-lg-4{margin: 1.5rem !important;}.mt-lg-4, .my-lg-4{margin-top: 1.5rem !important;}.mr-lg-4, .mx-lg-4{margin-right: 1.5rem !important;}.mb-lg-4, .my-lg-4{margin-bottom: 1.5rem !important;}.ml-lg-4, .mx-lg-4{margin-left: 1.5rem !important;}.m-lg-5{margin: 3rem !important;}.mt-lg-5, .my-lg-5{margin-top: 3rem !important;}.mr-lg-5, .mx-lg-5{margin-right: 3rem !important;}.mb-lg-5, .my-lg-5{margin-bottom: 3rem !important;}.ml-lg-5, .mx-lg-5{margin-left: 3rem !important;}.p-lg-0{padding: 0 !important;}.pt-lg-0, .py-lg-0{padding-top: 0 !important;}.pr-lg-0, .px-lg-0{padding-right: 0 !important;}.pb-lg-0, .py-lg-0{padding-bottom: 0 !important;}.pl-lg-0, .px-lg-0{padding-left: 0 !important;}.p-lg-1{padding: 0.25rem !important;}.pt-lg-1, .py-lg-1{padding-top: 0.25rem !important;}.pr-lg-1, .px-lg-1{padding-right: 0.25rem !important;}.pb-lg-1, .py-lg-1{padding-bottom: 0.25rem !important;}.pl-lg-1, .px-lg-1{padding-left: 0.25rem !important;}.p-lg-2{padding: 0.5rem !important;}.pt-lg-2, .py-lg-2{padding-top: 0.5rem !important;}.pr-lg-2, .px-lg-2{padding-right: 0.5rem !important;}.pb-lg-2, .py-lg-2{padding-bottom: 0.5rem !important;}.pl-lg-2, .px-lg-2{padding-left: 0.5rem !important;}.p-lg-3{padding: 1rem !important;}.pt-lg-3, .py-lg-3{padding-top: 1rem !important;}.pr-lg-3, .px-lg-3{padding-right: 1rem !important;}.pb-lg-3, .py-lg-3{padding-bottom: 1rem !important;}.pl-lg-3, .px-lg-3{padding-left: 1rem !important;}.p-lg-4{padding: 1.5rem !important;}.pt-lg-4, .py-lg-4{padding-top: 1.5rem !important;}.pr-lg-4, .px-lg-4{padding-right: 1.5rem !important;}.pb-lg-4, .py-lg-4{padding-bottom: 1.5rem !important;}.pl-lg-4, .px-lg-4{padding-left: 1.5rem !important;}.p-lg-5{padding: 3rem !important;}.pt-lg-5, .py-lg-5{padding-top: 3rem !important;}.pr-lg-5, .px-lg-5{padding-right: 3rem !important;}.pb-lg-5, .py-lg-5{padding-bottom: 3rem !important;}.pl-lg-5, .px-lg-5{padding-left: 3rem !important;}.m-lg-n1{margin: -0.25rem !important;}.mt-lg-n1, .my-lg-n1{margin-top: -0.25rem !important;}.mr-lg-n1, .mx-lg-n1{margin-right: -0.25rem !important;}.mb-lg-n1, .my-lg-n1{margin-bottom: -0.25rem !important;}.ml-lg-n1, .mx-lg-n1{margin-left: -0.25rem !important;}.m-lg-n2{margin: -0.5rem !important;}.mt-lg-n2, .my-lg-n2{margin-top: -0.5rem !important;}.mr-lg-n2, .mx-lg-n2{margin-right: -0.5rem !important;}.mb-lg-n2, .my-lg-n2{margin-bottom: -0.5rem !important;}.ml-lg-n2, .mx-lg-n2{margin-left: -0.5rem !important;}.m-lg-n3{margin: -1rem !important;}.mt-lg-n3, .my-lg-n3{margin-top: -1rem !important;}.mr-lg-n3, .mx-lg-n3{margin-right: -1rem !important;}.mb-lg-n3, .my-lg-n3{margin-bottom: -1rem !important;}.ml-lg-n3, .mx-lg-n3{margin-left: -1rem !important;}.m-lg-n4{margin: -1.5rem !important;}.mt-lg-n4, .my-lg-n4{margin-top: -1.5rem !important;}.mr-lg-n4, .mx-lg-n4{margin-right: -1.5rem !important;}.mb-lg-n4, .my-lg-n4{margin-bottom: -1.5rem !important;}.ml-lg-n4, .mx-lg-n4{margin-left: -1.5rem !important;}.m-lg-n5{margin: -3rem !important;}.mt-lg-n5, .my-lg-n5{margin-top: -3rem !important;}.mr-lg-n5, .mx-lg-n5{margin-right: -3rem !important;}.mb-lg-n5, .my-lg-n5{margin-bottom: -3rem !important;}.ml-lg-n5, .mx-lg-n5{margin-left: -3rem !important;}.m-lg-auto{margin: auto !important;}.mt-lg-auto, .my-lg-auto{margin-top: auto !important;}.mr-lg-auto, .mx-lg-auto{margin-right: auto !important;}.mb-lg-auto, .my-lg-auto{margin-bottom: auto !important;}.ml-lg-auto, .mx-lg-auto{margin-left: auto !important;}} @media (min-width: 1200px){.m-xl-0{margin: 0 !important;}.mt-xl-0, .my-xl-0{margin-top: 0 !important;}.mr-xl-0, .mx-xl-0{margin-right: 0 !important;}.mb-xl-0, .my-xl-0{margin-bottom: 0 !important;}.ml-xl-0, .mx-xl-0{margin-left: 0 !important;}.m-xl-1{margin: 0.25rem !important;}.mt-xl-1, .my-xl-1{margin-top: 0.25rem !important;}.mr-xl-1, .mx-xl-1{margin-right: 0.25rem !important;}.mb-xl-1, .my-xl-1{margin-bottom: 0.25rem !important;}.ml-xl-1, .mx-xl-1{margin-left: 0.25rem !important;}.m-xl-2{margin: 0.5rem !important;}.mt-xl-2, .my-xl-2{margin-top: 0.5rem !important;}.mr-xl-2, .mx-xl-2{margin-right: 0.5rem !important;}.mb-xl-2, .my-xl-2{margin-bottom: 0.5rem !important;}.ml-xl-2, .mx-xl-2{margin-left: 0.5rem !important;}.m-xl-3{margin: 1rem !important;}.mt-xl-3, .my-xl-3{margin-top: 1rem !important;}.mr-xl-3, .mx-xl-3{margin-right: 1rem !important;}.mb-xl-3, .my-xl-3{margin-bottom: 1rem !important;}.ml-xl-3, .mx-xl-3{margin-left: 1rem !important;}.m-xl-4{margin: 1.5rem !important;}.mt-xl-4, .my-xl-4{margin-top: 1.5rem !important;}.mr-xl-4, .mx-xl-4{margin-right: 1.5rem !important;}.mb-xl-4, .my-xl-4{margin-bottom: 1.5rem !important;}.ml-xl-4, .mx-xl-4{margin-left: 1.5rem !important;}.m-xl-5{margin: 3rem !important;}.mt-xl-5, .my-xl-5{margin-top: 3rem !important;}.mr-xl-5, .mx-xl-5{margin-right: 3rem !important;}.mb-xl-5, .my-xl-5{margin-bottom: 3rem !important;}.ml-xl-5, .mx-xl-5{margin-left: 3rem !important;}.p-xl-0{padding: 0 !important;}.pt-xl-0, .py-xl-0{padding-top: 0 !important;}.pr-xl-0, .px-xl-0{padding-right: 0 !important;}.pb-xl-0, .py-xl-0{padding-bottom: 0 !important;}.pl-xl-0, .px-xl-0{padding-left: 0 !important;}.p-xl-1{padding: 0.25rem !important;}.pt-xl-1, .py-xl-1{padding-top: 0.25rem !important;}.pr-xl-1, .px-xl-1{padding-right: 0.25rem !important;}.pb-xl-1, .py-xl-1{padding-bottom: 0.25rem !important;}.pl-xl-1, .px-xl-1{padding-left: 0.25rem !important;}.p-xl-2{padding: 0.5rem !important;}.pt-xl-2, .py-xl-2{padding-top: 0.5rem !important;}.pr-xl-2, .px-xl-2{padding-right: 0.5rem !important;}.pb-xl-2, .py-xl-2{padding-bottom: 0.5rem !important;}.pl-xl-2, .px-xl-2{padding-left: 0.5rem !important;}.p-xl-3{padding: 1rem !important;}.pt-xl-3, .py-xl-3{padding-top: 1rem !important;}.pr-xl-3, .px-xl-3{padding-right: 1rem !important;}.pb-xl-3, .py-xl-3{padding-bottom: 1rem !important;}.pl-xl-3, .px-xl-3{padding-left: 1rem !important;}.p-xl-4{padding: 1.5rem !important;}.pt-xl-4, .py-xl-4{padding-top: 1.5rem !important;}.pr-xl-4, .px-xl-4{padding-right: 1.5rem !important;}.pb-xl-4, .py-xl-4{padding-bottom: 1.5rem !important;}.pl-xl-4, .px-xl-4{padding-left: 1.5rem !important;}.p-xl-5{padding: 3rem !important;}.pt-xl-5, .py-xl-5{padding-top: 3rem !important;}.pr-xl-5, .px-xl-5{padding-right: 3rem !important;}.pb-xl-5, .py-xl-5{padding-bottom: 3rem !important;}.pl-xl-5, .px-xl-5{padding-left: 3rem !important;}.m-xl-n1{margin: -0.25rem !important;}.mt-xl-n1, .my-xl-n1{margin-top: -0.25rem !important;}.mr-xl-n1, .mx-xl-n1{margin-right: -0.25rem !important;}.mb-xl-n1, .my-xl-n1{margin-bottom: -0.25rem !important;}.ml-xl-n1, .mx-xl-n1{margin-left: -0.25rem !important;}.m-xl-n2{margin: -0.5rem !important;}.mt-xl-n2, .my-xl-n2{margin-top: -0.5rem !important;}.mr-xl-n2, .mx-xl-n2{margin-right: -0.5rem !important;}.mb-xl-n2, .my-xl-n2{margin-bottom: -0.5rem !important;}.ml-xl-n2, .mx-xl-n2{margin-left: -0.5rem !important;}.m-xl-n3{margin: -1rem !important;}.mt-xl-n3, .my-xl-n3{margin-top: -1rem !important;}.mr-xl-n3, .mx-xl-n3{margin-right: -1rem !important;}.mb-xl-n3, .my-xl-n3{margin-bottom: -1rem !important;}.ml-xl-n3, .mx-xl-n3{margin-left: -1rem !important;}.m-xl-n4{margin: -1.5rem !important;}.mt-xl-n4, .my-xl-n4{margin-top: -1.5rem !important;}.mr-xl-n4, .mx-xl-n4{margin-right: -1.5rem !important;}.mb-xl-n4, .my-xl-n4{margin-bottom: -1.5rem !important;}.ml-xl-n4, .mx-xl-n4{margin-left: -1.5rem !important;}.m-xl-n5{margin: -3rem !important;}.mt-xl-n5, .my-xl-n5{margin-top: -3rem !important;}.mr-xl-n5, .mx-xl-n5{margin-right: -3rem !important;}.mb-xl-n5, .my-xl-n5{margin-bottom: -3rem !important;}.ml-xl-n5, .mx-xl-n5{margin-left: -3rem !important;}.m-xl-auto{margin: auto !important;}.mt-xl-auto, .my-xl-auto{margin-top: auto !important;}.mr-xl-auto, .mx-xl-auto{margin-right: auto !important;}.mb-xl-auto, .my-xl-auto{margin-bottom: auto !important;}.ml-xl-auto, .mx-xl-auto{margin-left: auto !important;}} .text-monospace{font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;} .text-justify{text-align: justify !important;} .text-wrap{white-space: normal !important;} .text-nowrap{white-space: nowrap !important;} .text-truncate{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} .text-left{text-align: left !important;} .text-right{text-align: right !important;} .text-center{text-align: center !important;} @media (min-width: 576px){.text-sm-left{text-align: left !important;}.text-sm-right{text-align: right !important;}.text-sm-center{text-align: center !important;}} @media (min-width: 768px){.text-md-left{text-align: left !important;}.text-md-right{text-align: right !important;}.text-md-center{text-align: center !important;}} @media (min-width: 992px){.text-lg-left{text-align: left !important;}.text-lg-right{text-align: right !important;}.text-lg-center{text-align: center !important;}} @media (min-width: 1200px){.text-xl-left{text-align: left !important;}.text-xl-right{text-align: right !important;}.text-xl-center{text-align: center !important;}} .text-lowercase{text-transform: lowercase !important;} .text-uppercase{text-transform: uppercase !important;} .text-capitalize{text-transform: capitalize !important;} .font-weight-light{font-weight: 300 !important;} .font-weight-lighter{font-weight: lighter !important;} .font-weight-normal{font-weight: 400 !important;} .font-weight-bold{font-weight: 700 !important;} .font-weight-bolder{font-weight: bolder !important;} .font-italic{font-style: italic !important;} .text-white{color: #fff !important;} .text-primary{color: #007bff !important;} a.text-primary:hover, a.text-primary:focus{color: #0056b3 !important;} .text-secondary{color: #6c757d !important;} a.text-secondary:hover, a.text-secondary:focus{color: #494f54 !important;} .text-success{color: #28a745 !important;} a.text-success:hover, a.text-success:focus{color: #19692c !important;} .text-info{color: #17a2b8 !important;} a.text-info:hover, a.text-info:focus{color: #0f6674 !important;} .text-warning{color: #ffc107 !important;} a.text-warning:hover, a.text-warning:focus{color: #ba8b00 !important;} .text-danger{color: #dc3545 !important;} a.text-danger:hover, a.text-danger:focus{color: #a71d2a !important;} .text-light{color: #f8f9fa !important;} a.text-light:hover, a.text-light:focus{color: #cbd3da !important;} .text-dark{color: #343a40 !important;} a.text-dark:hover, a.text-dark:focus{color: #121416 !important;} .text-body{color: #212529 !important;} .text-muted{color: #6c757d !important;} .text-black-50{color: rgba(0, 0, 0, 0.5) !important;} .text-white-50{color: rgba(255, 255, 255, 0.5) !important;} .text-hide{font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;} .text-decoration-none{text-decoration: none !important;} .text-break{word-break: break-word !important; overflow-wrap: break-word !important;} .text-reset{color: inherit !important;} .visible{visibility: visible !important;} .invisible{visibility: hidden !important;} @media print{*, *::before, *::after{text-shadow: none !important; box-shadow: none !important;}a:not(.btn){text-decoration: underline;}abbr[title]::after{content: " (" attr(title) ")";}pre{white-space: pre-wrap !important;}pre, blockquote{border: 1px solid #adb5bd; page-break-inside: avoid;}thead{display: table-header-group;}tr, img{page-break-inside: avoid;}p, h2, h3{orphans: 3; widows: 3;}h2, h3{page-break-after: avoid;}@page{size: a3;}body{min-width: 992px !important;}.container{min-width: 992px !important;}.navbar{display: none;}.badge{border: 1px solid #000;}.table{border-collapse: collapse !important;}.table td, .table th{background-color: #fff !important;}.table-bordered th, .table-bordered td{border: 1px solid #dee2e6 !important;}.table-dark{color: inherit;}.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody{border-color: #dee2e6;}.table .thead-dark th{color: inherit; border-color: #dee2e6;}} @font-face{font-family: 'SF Pro Display'; src: url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Medium.eot'); src: url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Medium.woff2') format('woff2'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Medium.woff') format('woff'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Medium.ttf') format('truetype'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg'); font-weight: 500; font-style: normal;} @font-face{font-family: 'SF Pro Text'; src: url('/dod_theme/static/src/css/../webfonts/SFProText-Regular.eot'); src: url('/dod_theme/static/src/css/../webfonts/SFProText-Regular.eot?#iefix') format('embedded-opentype'), url('/dod_theme/static/src/css/../webfonts/SFProText-Regular.woff2') format('woff2'), url('/dod_theme/static/src/css/../webfonts/SFProText-Regular.woff') format('woff'), url('/dod_theme/static/src/css/../webfonts/SFProText-Regular.ttf') format('truetype'), url('/dod_theme/static/src/css/../webfonts/SFProText-Regular.svg#SFProText-Regular') format('svg'); font-weight: normal; font-style: normal;} @font-face{font-family: 'SF Pro Display'; src: url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Semibold.eot'); src: url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Semibold.woff2') format('woff2'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Semibold.woff') format('woff'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Semibold.ttf') format('truetype'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg'); font-weight: 600; font-style: normal;} @font-face{font-family: 'SF Pro Display'; src: url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Regular.eot'); src: url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Regular.woff2') format('woff2'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Regular.woff') format('woff'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Regular.ttf') format('truetype'), url('/dod_theme/static/src/css/../webfonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg'); font-weight: normal; font-style: normal;} @font-face{font-family: 'SF Pro Text'; src: url('/dod_theme/static/src/css/../webfonts/SFProText-Semibold.eot'); src: url('/dod_theme/static/src/css/../webfonts/SFProText-Semibold.eot?#iefix') format('embedded-opentype'), url('/dod_theme/static/src/css/../webfonts/SFProText-Semibold.woff2') format('woff2'), url('/dod_theme/static/src/css/../webfonts/SFProText-Semibold.woff') format('woff'), url('/dod_theme/static/src/css/../webfonts/SFProText-Semibold.ttf') format('truetype'), url('/dod_theme/static/src/css/../webfonts/SFProText-Semibold.svg#SFProText-Semibold') format('svg'); font-weight: 600; font-style: normal;} .m-t-0{margin-top: 0px !important;} .p-t-0{padding-top: 0px !important;} .m-b-0{margin-bottom: 0px !important;} .p-b-0{padding-bottom: 0px !important;} .m-l-0{margin-left: 0px !important;} .p-l-0{padding-left: 0px !important;} .m-r-0{margin-right: 0px !important;} .p-r-0{padding-right: 0px !important;} .m-t-5{margin-top: 5px !important;} .p-t-5{padding-top: 5px !important;} .m-b-5{margin-bottom: 5px !important;} .p-b-5{padding-bottom: 5px !important;} .m-l-5{margin-left: 5px !important;} .p-l-5{padding-left: 5px !important;} .m-r-5{margin-right: 5px !important;} .p-r-5{padding-right: 5px !important;} .m-t-10{margin-top: 10px !important;} .p-t-10{padding-top: 10px !important;} .m-b-10{margin-bottom: 10px !important;} .p-b-10{padding-bottom: 10px !important;} .m-l-10{margin-left: 10px !important;} .p-l-10{padding-left: 10px !important;} .m-r-10{margin-right: 10px !important;} .p-r-10{padding-right: 10px !important;} .m-t-15{margin-top: 15px !important;} .p-t-15{padding-top: 15px !important;} .m-b-15{margin-bottom: 15px !important;} .p-b-15{padding-bottom: 15px !important;} .m-l-15{margin-left: 15px !important;} .p-l-15{padding-left: 15px !important;} .m-r-15{margin-right: 15px !important;} .p-r-15{padding-right: 15px !important;} .m-t-20{margin-top: 20px !important;} .p-t-20{padding-top: 20px !important;} .m-b-20{margin-bottom: 20px !important;} .p-b-20{padding-bottom: 20px !important;} .m-l-20{margin-left: 20px !important;} .p-l-20{padding-left: 20px !important;} .m-r-20{margin-right: 20px !important;} .p-r-20{padding-right: 20px !important;} .m-t-25{margin-top: 25px !important;} .p-t-25{padding-top: 25px !important;} .m-b-25{margin-bottom: 25px !important;} .p-b-25{padding-bottom: 25px !important;} .m-l-25{margin-left: 25px !important;} .p-l-25{padding-left: 25px !important;} .m-r-25{margin-right: 25px !important;} .p-r-25{padding-right: 25px !important;} .m-t-30{margin-top: 30px !important;} .p-t-30{padding-top: 30px !important;} .m-b-30{margin-bottom: 30px !important;} .p-b-30{padding-bottom: 30px !important;} .m-l-30{margin-left: 30px !important;} .p-l-30{padding-left: 30px !important;} .m-r-30{margin-right: 30px !important;} .p-r-30{padding-right: 30px !important;} .m-t-35{margin-top: 35px !important;} .p-t-35{padding-top: 35px !important;} .m-b-35{margin-bottom: 35px !important;} .p-b-35{padding-bottom: 35px !important;} .m-l-35{margin-left: 35px !important;} .p-l-35{padding-left: 35px !important;} .m-r-35{margin-right: 35px !important;} .p-r-35{padding-right: 35px !important;} .m-t-40{margin-top: 40px !important;} .p-t-40{padding-top: 40px !important;} .m-b-40{margin-bottom: 40px !important;} .p-b-40{padding-bottom: 40px !important;} .m-l-40{margin-left: 40px !important;} .p-l-40{padding-left: 40px !important;} .m-r-40{margin-right: 40px !important;} .p-r-40{padding-right: 40px !important;} .m-t-45{margin-top: 45px !important;} .p-t-45{padding-top: 45px !important;} .m-b-45{margin-bottom: 45px !important;} .p-b-45{padding-bottom: 45px !important;} .m-l-45{margin-left: 45px !important;} .p-l-45{padding-left: 45px !important;} .m-r-45{margin-right: 45px !important;} .p-r-45{padding-right: 45px !important;} .m-t-50{margin-top: 50px !important;} .p-t-50{padding-top: 50px !important;} .m-b-50{margin-bottom: 50px !important;} .p-b-50{padding-bottom: 50px !important;} .m-l-50{margin-left: 50px !important;} .p-l-50{padding-left: 50px !important;} .m-r-50{margin-right: 50px !important;} .p-r-50{padding-right: 50px !important;} .m-t-75{margin-top: 75px !important;} .p-t-75{padding-top: 75px !important;} .m-b-75{margin-bottom: 75px !important;} .p-b-75{padding-bottom: 75px !important;} .m-l-75{margin-left: 75px !important;} .p-l-75{padding-left: 75px !important;} .m-r-75{margin-right: 75px !important;} .p-r-75{padding-right: 75px !important;} .m-t-100{margin-top: 100px !important;} .p-t-100{padding-top: 100px !important;} .m-b-100{margin-bottom: 100px !important;} .p-b-100{padding-bottom: 100px !important;} .m-l-100{margin-left: 100px !important;} .p-l-100{padding-left: 100px !important;} .m-r-100{margin-right: 100px !important;} .p-r-100{padding-right: 100px !important;} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;} :focus{outline: 0;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;} body{line-height: 1;} ol, ul{list-style: none;} blockquote, q{quotes: none;} blockquote:before, blockquote:after, q:before, q:after{content: ""; content: none;} table{border-collapse: collapse; border-spacing: 0;} input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration{-webkit-appearance: none; -moz-appearance: none;} input[type=search]{-webkit-appearance: none; -moz-appearance: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;} textarea{overflow: auto; vertical-align: top; resize: vertical;} audio, canvas, video{display: inline-block; *display: inline; *zoom: 1; max-width: 100%;} audio:not([controls]){display: none; height: 0;} [hidden]{display: none;} html{font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;} a:focus{outline: thin dotted;} a:active, a:hover{outline: 0;} img{border: 0; -ms-interpolation-mode: bicubic;} figure{margin: 0;} form{margin: 0;} fieldset{border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;} legend{border: 0; padding: 0; white-space: normal; *margin-left: -7px;} button, input, select, textarea{font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;} button, input{line-height: normal;} button, select{text-transform: none;} button, html input[type=button], input[type=reset], input[type=submit]{-webkit-appearance: button; cursor: pointer; *overflow: visible;} button[disabled], html input[disabled]{cursor: default;} input[type=checkbox], input[type=radio]{box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;} input[type=search]{-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;} input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration{-webkit-appearance: none;} button::-moz-focus-inner, input::-moz-focus-inner{border: 0; padding: 0;} textarea{overflow: auto; vertical-align: top;} table{border-collapse: collapse; border-spacing: 0;} html, button, input, select, textarea{color: #222;} ::-moz-selection{background: #b3d4fc; text-shadow: none;} ::selection{background: #b3d4fc; text-shadow: none;} img{vertical-align: middle;} fieldset{border: 0; margin: 0; padding: 0;} textarea{resize: vertical;} .chromeframe{margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0;} a:hover, a:focus, a:active{text-decoration: none; outline: none;} input{-webkit-appearance: none; border-radius: 0;} input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none; margin: 0;} html{max-width: 100vw; max-height: 100%; display: flex; flex-direction: column;} body{background: #ffffff; font-size: 16px; font-family: 'SF Pro Display', sans-serif; max-width: 100vw;} .wrapper{width: 100%; margin: 0 auto; overflow: hidden;} .container{padding: 0 12px; max-width: 1280px;} .header{width: 100%; margin-bottom: -35px; position: relative; z-index: 1041;} .header .header__top{background: #fff; width: 100%; position: relative; perspective: 1200px; height: 60px; display: flex; align-items: center;} .header .header__top .container{display: flex; align-items: center; justify-content: space-between; position: relative;} .header .header__top .container .logo__wrapper .logo{width: 135px; height: 50px;} .header .header__top .container .nav__block{display: flex;} .header .header__top .container .nav__block .nav__list .nav__link{font-size: 18px; letter-spacing: 1px; line-height: 29px; color: #626262; font-family: 'SF Pro Display', sans-serif; font-weight: 300; text-decoration: none !important; text-transform: uppercase; padding: 15px; transition: all 0.4s;} .header .header__top .container .nav__block .nav__list .nav__link:hover{color: #2197d2;} .header .header__top .blur_menu__cont{width: 98vw; height: 83.5vh; position: absolute; overflow: hidden; left: 0; right: 0; margin: 0 auto; top: 100px; border-radius: 5px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26); display: none; opacity: 0; will-change: opacity, top;} .header .header__top .blur_menu__cont .blur_menu__cont__close{background-color: transparent; outline: none; border: 0; position: absolute; right: 10px; top: 5px; color: #919191; transition: all 0.4s; font-size: 25px; z-index: 11;} .header .header__top .blur_menu__cont .blur_menu__cont__close:hover{color: #2197d2;} .header .header__top .blur_menu__cont .blur_menu{width: 100%; height: 100%; padding-top: 35px; display: none; transition: opacity 0.3s;} .header .header__top .blur_menu__cont .blur_menu .categories__container{width: 15%; min-width: 200px;} .header .header__top .blur_menu__cont .blur_menu .categories__container .categories__title{font-family: 'SF Pro Display', sans-serif; font-size: 20px; color: #0a4271; padding-left: 35px; margin-bottom: 10px;} .header .header__top .blur_menu__cont .blur_menu .categories__container .categories__block .categories__list .categories__radio{display: none;} .header .header__top .blur_menu__cont .blur_menu .categories__container .categories__block .categories__list .categories__radio:checked ~ .categories__link{background: #2197d2; color: #fff; border-radius: 2px;} .header .header__top .blur_menu__cont .blur_menu .categories__container .categories__block .categories__list .categories__link{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 20px; color: #5c6880; display: block; width: 200px; padding: 5px 0 5px 35px; cursor: pointer;} .header .header__top .blur_menu__cont .blur_menu .categories__container .categories__block .categories__list .categories__link:hover{background: #2197d2; color: #fff; border-radius: 2px;} .header .header__top .blur_menu__cont .blur_menu .brands__container{width: 85%;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__title{font-family: 'SF Pro Display', sans-serif; font-size: 18px; color: #0a4271; margin-bottom: 10px; margin-left: 25px;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont{width: 99%; height: 90%; padding: 5px 25px; border-left: 1px solid #676469; display: flex; flex-wrap: wrap; overflow: hidden; overflow-y: scroll; margin-right: 15px;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont::-webkit-scrollbar{cursor: pointer; width: 6px;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 10px;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item{height: 65px; width: calc(25% - 2px); margin: 1px;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item .brands__top__list{width: 100%; height: 100%; display: flex; align-items: center; margin-bottom: 5px; font-family: 'SF Pro Display', sans-serif; font-size: 18px; font-weight: normal; color: #5c6880; justify-content: flex-start; line-height: 22px; padding: 5px; border-radius: 2px; transition: all 0.4s; cursor: pointer;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item .brands__top__list:hover{background: #b3d1e8;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item .brands__top__list span{width: 60px; height: 60px; overflow: hidden; padding: 10px; border-radius: 50%; display: flex; background: #fff; margin-right: 5px;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item .brands__top__list span .brands__top__logo{width: 100%; object-fit: contain;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item .brands__top__list strong{width: 180px; font-weight: normal;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item .brands__top__link{display: none;} .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item .brands__top__link:checked ~ .brands__top__list{background: #b3d4fc; transition: all 0.4s;} .header .header__top .blur_menu__cont .blur_search{width: 100%; height: 100%; padding: 35px 30px; flex-direction: column; display: none;} .header .header__top .blur_menu__cont .blur_search .search__form__cont, .header .header__top .blur_menu__cont .blur_search .search__form{width: 100%; position: relative;} .header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__input, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__input{background: #fff; height: 50px; border: 1px solid #676469; border-radius: 5px; overflow: hidden; width: 100%; text-indent: 10px; line-height: 30px; outline: none; vertical-align: middle; transition: all 0.4s; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: normal;} .header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__input::placeholder, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__input::placeholder{color: #b0afb2; opacity: 1; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: normal;} .header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__input:-ms-input-placeholder, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__input:-ms-input-placeholder{color: #b0afb2; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: normal;} .header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__input::-ms-input-placeholder, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__input::-ms-input-placeholder{color: #b0afb2; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: normal;} .header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__input:focus, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__input:focus{background: rgba(251, 249, 248, 0.6); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);} .header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__btn, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__btn{background: transparent; border: none; position: absolute; right: 20px; top: 8px; outline: none; font-size: 28px; color: #adaeb1; transition: all 0.4s;} .header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__btn:hover, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__btn:hover{color: #2197d2;} .header .header__top .blur_menu__cont .blur_search .search__result__block{display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; height: 100%; overflow-y: scroll; padding-right: 5px; margin-top: 15px;} .header .header__top .blur_menu__cont .blur_search .search__result__block::-webkit-scrollbar{cursor: pointer; width: 5px;} .header .header__top .blur_menu__cont .blur_search .search__result__block::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 10px;} .header .header__top .blur_menu__cont .blur_search .search__result__block::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .header .header__top .blur_menu__cont .blur_search .search__result__block::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item{display: flex; flex-direction: row; padding-top: 5px; margin: 0 0 10px 0; min-width: 255px; max-width: 24.5%;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__left .product__item__img{width: 100px !important; height: 100px !important; margin-bottom: 0; margin-right: 5px; margin-left: 5px;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right{margin-left: 5px; padding-top: 5px;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right .product__item__title{height: 45px; font-size: 14px; text-align: left; margin-bottom: 0;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right .stars{margin-bottom: 5px;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right .stars i{font-size: 14px; color: #2197d2;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right .product__item__bottom{margin: 5px 0 0 0; padding: 5px 0 5px;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right .product__item__bottom .product__item__favorite, .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right .product__item__bottom .product__item__add__cart{font-size: 20px;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right .product__item__bottom .product__item__price{font-size: 18px;} .header .header__top .blur__bg{width: 100%; height: 100%; background-color: rgba(250, 253, 255, 0.97); position: relative; z-index: 10; background-size: 100% 100%; background-position: center top; position: relative;} .header .header__top .blur__bg:after{background-color: rgba(250, 253, 255, 0.97); content: ""; width: 100%; height: 100%; z-index: 9; filter: blur(6px); -o-filter: blur(6px); -ms-filter: blur(6px); -moz-filter: blur(6px); -webkit-filter: blur(6px);} .header .header__top .blur__bg .blur__bg__home{-webkit-background-size: cover; background-size: cover; background-position: center; width: 101%; height: 460px; position: absolute; top: 0; left: 0; z-index: -1;} .user__nav{display: flex;} .user__nav .search__nav{background: transparent; border: none; margin: 0 10px 0 0; padding: 0; outline: none; padding-left: 2px;} .user__nav .search__nav i{font-size: 26px; transition: all 0.2s; color: #626262;} .user__nav .search__nav i:hover{color: #2197d2;} .user__nav .cart__nav{margin: 0 10px 0 0; padding: 0; position: relative; display: flex;} .user__nav .cart__nav i{font-size: 26px; transition: all 0.2s; color: #626262;} .user__nav .cart__nav i:hover{color: #2197d2;} .user__nav .cart__nav .item__count{position: absolute; top: -5px; left: 4px; min-width: 16px; height: 16px; font-size: 12px; background-color: #0092D4; color: #FFFFFF; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-family: 'SF Pro Display', sans-serif;} .user__nav .cart__nav.dropdown-toggle:after{display: none;} .user__nav .user__nav i{font-size: 26px; transition: all 0.2s; color: #626262;} .user__nav .user__nav i:hover{color: #2197d2;} .user__nav .mobile-menu-open{display: none;} .banner__menu{width: 100%; background-color: rgba(255, 255, 255, 0.5); display: flex; justify-content: center; align-items: center; height: 35px;} .banner__menu .container{display: flex; justify-content: center; align-items: center;} .banner__menu .container .banner__menu__block{display: flex; justify-content: center; align-items: center;} .banner__menu .container .banner__menu__block .banner__menu__list{border-right: 1px solid #626262;} .banner__menu .container .banner__menu__block .banner__menu__list:last-child{border-right: none;} .banner__menu .container .banner__menu__block .banner__menu__list .banner__menu__link{font-size: 18px; letter-spacing: 1px; color: #5b5d68; font-family: 'SF Pro Display', sans-serif; font-weight: 300; text-decoration: none !important; text-transform: uppercase; padding: 15px; transition: all 0.4s;} .banner__menu .container .banner__menu__block .banner__menu__list .banner__menu__link:hover{color: #2197d2;} .banner{height: 500px; width: 100%; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative;} .header__select{display: flex; border-right: 1px solid #626262; padding-right: 10px; margin-right: 10px; align-items: center;} .header__select .lang__select{display: flex; align-items: center; margin-right: 5px; width: 90px; height: 20px; padding: 1px; border-radius: 2px; border: 1px solid #a8aaad !important;} .header__select .lang__select:after{height: 7px; width: 7px; margin-top: -5px; right: 7px;} .header__select .lang__select .current{text-transform: uppercase; font-family: 'SF Pro Display', sans-serif; white-space: nowrap; width: 67px; display: block; overflow: hidden; color: #626262;} .header__select .lang__select .list li{text-transform: uppercase; font-family: 'SF Pro Display', sans-serif;} .header__select .currency__select{display: flex; align-items: center; margin-right: 5px; width: 70px; height: 20px; padding: 1px; border-radius: 2px; border: 1px solid #a8aaad !important;} .header__select .currency__select:after{height: 7px; width: 7px; margin-top: -5px; right: 7px;} .header__select .currency__select .current{text-transform: uppercase; font-family: 'SF Pro Display', sans-serif; white-space: nowrap; width: 60px; display: block; overflow: hidden; text-overflow: ellipsis; color: #626262;} .header__select .currency__select .list{width: 85px;} .header__select .currency__select .list li{text-transform: uppercase; font-family: 'SF Pro Display', sans-serif;} .block__title, .product__item__block .container .product__item__desc .product__item__name, .about__ship .container .about__ship__title, .products__block__title{font-family: 'SF Pro Display', sans-serif; font-weight: 300; color: #28242b; font-size: 35px; text-align: center; margin-bottom: 35px;} .popular__products{width: 100%; padding: 35px 0 10px;} .popular__products__slider{padding: 0; position: relative; margin-top: -2px;} .popular__products__slider .owl-item{padding: 0 3px;} .popular__products__slider .owl-stage-outer .owl-stage{padding-top: 2px;} .popular__products__slider .owl-nav .owl-prev{position: absolute; top: 159px; left: -20px; outline: none; color: rgba(128, 128, 128, 0.5) !important; font-size: 28px !important;} .popular__products__slider .owl-nav .owl-prev:hover{background: transparent !important;} .popular__products__slider .owl-nav .owl-next{position: absolute; top: 159px; right: -20px; outline: none; color: rgba(128, 128, 128, 0.51) !important; font-size: 28px !important;} .popular__products__slider .owl-nav .owl-next:hover{background: transparent !important;} .product__item{box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); background: #fff; padding-top: 20px; max-width: 300px; display: flex; flex-direction: column; align-items: center; margin-bottom: 18px; transition: all 0.4s;} .product__item:hover{box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14), 0 5px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 7px 0 rgba(0, 0, 0, 0.2);} .product__item .product__item__img{width: 240px !important; height: 240px; object-fit: cover; margin: 0 auto 10px; display: flex;} .product__item .product__item__link{transition: all 0.4s;} .product__item .product__item__link:hover .product__item__title{color: #2197d2; transition: all 0.4s;} .product__item .product__item__title{font-family: 'SF Pro Display', sans-serif; text-align: center; font-weight: normal; font-size: 16px; color: #4a484c; letter-spacing: 1px; width: 95%; height: 34px; line-height: 16px; margin: 0 auto 5px; overflow: hidden;} .product__item .product__item__bottom{padding: 5px 1px; width: 95%; margin: 5px auto 0; border-top: 1px solid #676469; display: flex; justify-content: space-between; align-items: center;} .product__item .product__item__bottom .product__item__favorite{font-size: 25px; transition: all 0.2s; color: #626262;} .product__item .product__item__bottom .product__item__favorite:hover{color: #2197d2; transform: scale(1.1);} .product__item .product__item__bottom .product__item__add__cart{font-size: 25px; transition: all 0.2s; color: #626262;} .product__item .product__item__bottom .product__item__add__cart:hover{color: #2197d2; transform: scale(1.1);} .product__item .product__item__bottom .product__item__price{font-family: 'SF Pro Display', sans-serif; font-weight: 300; color: #28242b; font-size: 25px;} .products__block{background-image: url(/dod_theme/static/src/css/../images/site_bg/product-bg.png); background-repeat: no-repeat, repeat-x; background-position: 0 0, 0 315px; background-size: 100% 315px, 20px 20px; position: relative; padding-top: 35px; z-index: 1;} .products__block .container{display: flex; padding: 40px 10px 30px; position: relative; flex-wrap: wrap; justify-content: space-between;} .products__block .container .product__item__sort__block{width: 98%; display: flex; flex-direction: column; align-items: center; position: absolute; margin: 0 auto; left: 0; right: 0; top: -20px;} .products__block .container .product__item__sort__cont{border-radius: 20px; border: 1px solid #2197d2; overflow: hidden; display: inline-flex; align-items: center; background: #fff;} .products__block .container .product__item__sort__cont .product__item__sort{padding: 11px 53px; border-right: 1px solid #2197d2; font-size: 17px; color: #28242b; font-family: 'SF Pro Display', sans-serif; font-weight: normal; transition: all 0.4s;} .products__block .container .product__item__sort__cont .product__item__sort:last-child{border-right: none;} .products__block .container .product__item__sort__cont .product__item__sort:hover, .products__block .container .product__item__sort__cont .product__item__sort.active{background: #2197d2; color: #fff;} .products__block .container .show__more__cont{width: 100%; display: flex; justify-content: center; margin-top: 10px;} .products__block .container .show__more__cont .show__more__link{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 16px; color: #28242b; text-transform: uppercase; text-align: center; position: relative; transition: all 0.4s;} .products__block .container .show__more__cont .show__more__link:after{position: absolute; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: ""; top: 20px; left: 0; right: 0; transition: all 0.4s;} .products__block .container .show__more__cont .show__more__link:hover{color: #2197d2; transition: all 0.4s;} .products__block .container .show__more__cont .show__more__link:hover:after{top: 30px;} .products__block__title{font-size: 50px; color: #fff; margin-bottom: 0;} .testimonial__block{width: 100%; margin-top: 20px;} .testimonial__block .container{display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;} .testimonial__block .container .testimonial__item{background-image: url(/dod_theme/static/src/css/../images/site_bg/product-bg.png); font-family: 'SF Pro Display', sans-serif; font-weight: 600; line-height: 1.2; background-repeat: no-repeat; background-position: center center; background-size: cover; color: #fff; width: 32.25%; border-top-right-radius: 50px; border-bottom-left-radius: 50px; padding: 25px 20px 0 20px; position: relative; transition: 0.4s;} .testimonial__block .container .testimonial__item:nth-child(1) .testimonial__item__desc{height: 438px;} .testimonial__block .container .testimonial__item:nth-child(2) .testimonial__item__desc{height: 172px;} .testimonial__block .container .testimonial__item:nth-child(3) .testimonial__item__desc{height: 172px;} .testimonial__block .container .testimonial__item .testimonial__item__quote{position: absolute; fill: #067db8; top: -5px; right: 15px; height: 30px; width: 40px;} .testimonial__block .container .testimonial__item .testimonial__item__title{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 18px; padding-bottom: 5px; border-bottom: 1px solid #fff; margin-bottom: 10px;} .testimonial__block .container .testimonial__item .testimonial__item__desc.content{height: 78px; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;} .testimonial__block .container .testimonial__item .testimonial__item__desc{font-family: 'SF Pro Display', sans-serif; font-size: 16px; font-weight: 300; overflow: hidden; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;} .testimonial__block .container .testimonial__item .testimonial__item__more{width: 100%; display: flex; justify-content: center; align-items: center; height: 20px; transition: 0.4s;} .testimonial__block .container .testimonial__item .testimonial__item__more .testimonial__item__more__icon{width: 24px; transition: all 0.4s;} .about__ship{width: 100%; background: #fff; margin-top: 40px;} .about__ship .container{position: relative; background-color: #ebebeb; padding: 35px 30px 30px; max-width: 1260px; z-index: 1;} .about__ship .container:after{content: ""; position: absolute; background-image: url(/dod_theme/static/src/css/../images/site_bg/map.png); background-size: 85%; background-position: center 150px; background-repeat: no-repeat; min-height: 100px; top: 0; left: 0; z-index: -1; opacity: 0.2; width: 100%; height: 100%;} .about__ship .container .about__ship__title{font-size: 40px; font-family: 'SF Pro Display', sans-serif; font-weight: 300; margin-bottom: 35px; color: #2197d2;} .about__ship .container p{font-family: 'SF Pro Display', sans-serif; font-weight: 300; font-size: 20px; color: #28242b; margin-top: 15px; line-height: 30px;} .about__ship .container .ship__logo__block{display: flex; justify-content: space-around; flex-wrap: wrap; align-items: flex-end; margin: 30px auto 0;} .about__ship .container .ship__logo__block .ship__logo{height: 45px; filter: grayscale(100%); transition: all 0.4s; transform: translate3d(0, 0, 0); object-fit: cover;} .about__ship .container .ship__logo__block .ship__logo:hover{filter: grayscale(0%);} .partners__block{padding: 40px 0 30px;} .partners__block .container{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 5px;} .partners__block .container .partners__block__item{padding: 0 5px; display: flex; flex-direction: column;} .partners__block .container .partners__block__item .partners__link{display: flex; align-items: center; justify-content: center; width: 240px; height: 130px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26); background-color: #fff; margin: 0 auto 10px; transition: all 0.4s;} .partners__block .container .partners__block__item .partners__link:hover{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);} .partners__block .container .partners__block__item .partners__link:hover .partners__logo{filter: grayscale(0%);} .partners__block .container .partners__block__item .partners__link .partners__logo{display: block; object-fit: contain; width: 140px; filter: grayscale(100%); transition: all 0.4s; transform: translate3d(0, 0, 0);} .footer{position: relative; width: 100%; font-family: 'SF Pro Display', sans-serif; font-size: 16.5px; background-color: #131925; padding: 100px 0 0;} .footer .container{display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; background-image: url(/dod_theme/static/src/css/../images/site_bg/logo_darck.svg); background-attachment: fixed; background-position: 121px 85%; background-repeat: no-repeat; background-size: 250px; padding-bottom: 50px;} .footer .container .footer__item{width: 22%;} .footer .container .footer__nav__title{font-weight: bold; color: #fff; font-size: 17px; margin-bottom: 20px;} .footer .container .footer__nav__list{margin-bottom: 10px;} .footer .container .footer__nav__list .footer__nav__link{font-weight: normal; font-size: 16px; color: #fff; transition: all 0.4s; border-bottom: 1px solid transparent;} .footer .container .footer__nav__list .footer__nav__link:hover{color: #2197d2; border-color: #2197d2;} .footer .container .footer__pay{width: 214px;} .footer .container .footer__pay .footer__nav__block{position: relative; display: flex; flex-wrap: wrap; padding: 10px 5px 0; align-items: center; justify-content: space-around; border: 1px solid #fff; border-radius: 10px;} .footer .container .footer__pay .footer__nav__block .footer__nav__list{font-size: 40px; cursor: pointer; transition: all 0.4s; width: 59px; height: 40px; display: flex; align-items: center; justify-content: center; background: #fff; color: #131925; border-radius: 4px;} .footer .container .footer__pay .footer__nav__block .footer__nav__list:hover{background: #2197d2; color: #fff;} .footer .container .footer__pay .norton__logo{width: 100px; object-fit: cover; margin-top: 10px;} .footer .container .footer__info{width: 25%;} .footer .container .footer__info .footer__info__items{display: flex; flex-direction: column;} .footer .container .footer__info .footer__info__items .footer__info__item{font-weight: normal; font-size: 15px; color: #fff; text-align: left; margin-bottom: 10px; transition: all 0.4s;} .footer .container .footer__info .footer__info__items .footer__info__item:hover{color: #2197d2;} .footer .container .footer__info .footer__info__items .footer__info__item i{color: #2197d2; margin-right: 5px; width: 15px; font-size: 16px;} .footer .container .footer__info .footer__sub__form{display: flex; border-radius: 5px; overflow: hidden; height: 30px; margin-top: 5px;} .footer .container .footer__info .footer__sub__form .footer__sub__form__email{background: #4a484c; width: 180px; text-indent: 5px; line-height: 30px; height: 100%; outline: none; border: none; vertical-align: middle; transition: all 0.4s; font-size: 12px;} .footer .container .footer__info .footer__sub__form .footer__sub__form__email::placeholder{color: #fff; opacity: 1; font-size: 12px;} .footer .container .footer__info .footer__sub__form .footer__sub__form__email:-ms-input-placeholder{color: #fff; font-size: 12px;} .footer .container .footer__info .footer__sub__form .footer__sub__form__email::-ms-input-placeholder{color: #fff; font-size: 12px;} .footer .container .footer__info .footer__sub__form .footer__sub__form__email:focus{background: #fff;} .footer .container .footer__info .footer__sub__form .footer__sub__form__btn{background: #2197d2; color: #fff; outline: none; border: none; font-size: 12px; font-weight: bold; text-transform: uppercase; width: 80px; height: 100%; transition: all 0.4s; border-top-right-radius: 5px; border-bottom-right-radius: 5px; padding: 0;} .footer .container .footer__info .footer__sub__form .footer__sub__form__btn:hover{background: #fff; color: #2197d2;} .footer .container .footer__info .social__block{display: flex; align-items: center; justify-content: space-between; margin-top: 25px; width: 260px;} .footer .container .footer__info .social__block .social__link{color: #fff; text-align: center; vertical-align: middle; display: block; line-height: 35px; border-radius: 2px; transition: all 0.4s; font-size: 18px;} .footer .container .footer__info .social__block .social__link:hover{color: #2197d2;} .footer:before{position: absolute; content: ""; background-image: url(/dod_theme/static/src/css/../images/site_bg/product-bg.png); width: 100%; height: 30px; top: 0; background-repeat: no-repeat; background-size: cover; left: 0;} .footer .footer__copyright{margin-top: 20px; width: 100%; text-align: center; padding: 20px 0; background: #0e131c; color: #555f6a; font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 15px;} .footer .footer__copyright .footer__copyright__link{transition: all 0.4s; border-bottom: 1px solid transparent; font-size: 16px; color: #fff; padding-bottom: 1px;} .footer .footer__copyright .footer__copyright__link:hover{border-color: #2197d2; color: #2197d2;} .cbx__container{margin-bottom: 10px; min-width: 240px;} .cbx__container .cbx{margin: auto; -webkit-user-select: none; user-select: none; cursor: pointer;} .cbx__container .cbx span{display: inline-block; vertical-align: middle; transform: translate3d(0, 0, 0); font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 18px; color: #5c6880; margin-right: 5px;} .cbx__container .cbx span:first-child{position: relative; width: 18px; height: 18px; transform: scale(1); vertical-align: middle; border: 1px solid #676469; transition: all 0.2s ease; border-radius: 3px;} .cbx__container .cbx span:first-child svg{position: absolute; top: 3px; left: 2px; fill: none; stroke: #676469; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 16px; stroke-dashoffset: 16px; transition: all 0.3s ease; transition-delay: 0.1s; transform: translate3d(0, 0, 0);} .cbx__container .cbx span:first-child svg:before{content: ""; width: 100%; height: 100%; background: #e0e0e0; display: block; transform: scale(0); opacity: 1; border-radius: 50%;} .cbx__container .cbx span:first-child:last-child{padding-left: 3px;} .cbx__container .cbx span:hover span:first-child{border-color: #000000;} .cbx__container .inp-cbx:checked + .cbx span:first-child{border-color: #676469; animation: wave 0.4s ease;} .cbx__container .inp-cbx:checked + .cbx span:first-child svg{stroke-dashoffset: 0;} .cbx__container .inp-cbx:checked + .cbx span:first-child:before{transform: scale(3.5); opacity: 0; transition: all 0.6s ease;} .nice-select{font-family: 'SF Pro Display', sans-serif;} .fancybox-button--zoom{display: none !important;} .cart__dropdown .product__item{flex-direction: row; box-shadow: 0 0; border-bottom: 1px solid #dfdcdc; max-width: 260px; position: relative; margin: 0 auto; padding: 10px 0 0;} .cart__dropdown .product__item__img{width: 60px !important; height: 60px; margin-right: 10px;} .cart__dropdown .dropdown-menu{width: 295px; padding-top: 10px; padding-bottom: 0; right: -290px; left: auto !important; top: 15px !important; border-radius: 10px; border: 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.44); background: #ffffff; position: relative;} .cart__dropdown .dropdown-menu .triangle-with-shadow{width: 30px; height: 30px; overflow: hidden; box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5); position: absolute; top: -30px; right: 35px; z-index: 2; border-radius: 1px;} .cart__dropdown .dropdown-menu .triangle-with-shadow:after{content: ""; position: absolute; width: 35px; height: 35px; background: #fff; transform: rotate(45deg); top: 25px; left: 0; box-shadow: -1px -1px 4px -2px rgba(0, 0, 0, 0.5); border-radius: 1px;} .cart__dropdown .product__item__title{font-size: 16px; height: 17px; overflow: hidden; text-overflow: ellipsis; width: 185px; white-space: nowrap; margin-bottom: 5px;} .cart__dropdown .pr__tax{font-family: 'SF Pro Display', sans-serif; font-weight: 300; font-size: 18px; color: #b7b7b7; margin-bottom: 5px;} .cart__dropdown .pr__tax span{font-size: 14px;} .cart__dropdown .pr__del{position: absolute; right: 0; top: 5px; background: transparent; border: none; color: #b7b7b7; font-size: 17px; transition: all 0.4s; outline: none;} .cart__dropdown .pr__del:hover{color: #2197d2;} .cart__dropdown .subtotal__block{font-family: 'SF Pro Display', sans-serif; font-size: 14px; font-weight: bold; color: #626262; display: flex; align-items: center; justify-content: space-between; width: 260px; margin: 20px auto 10px;} .cart__dropdown .subtotal__price{font-size: 20px; font-weight: normal; color: #2197d2;} .cart__dropdown .check__btn{width: 100%; background: #2197d2; color: #fff; font-family: 'SF Pro Display', sans-serif; font-weight: bold; padding: 10px 0; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.4s; border: 1px solid #2197d2; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;} .cart__dropdown .check__btn:hover{background: #fff; color: #2197d2;} .user__dropdown .dropdown-menu{width: 260px; padding: 25px; right: -275px; left: auto !important; top: 15px !important; border-radius: 10px; border: 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.44); background: #ffffff; position: relative;} .user__dropdown .dropdown-menu .triangle-with-shadow{width: 30px; height: 30px; overflow: hidden; box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5); position: absolute; top: -30px; right: 35px; z-index: 2; border-radius: 1px;} .user__dropdown .dropdown-menu .triangle-with-shadow:after{content: ""; position: absolute; width: 35px; height: 35px; background: #fff; transform: rotate(45deg); top: 25px; left: 0; box-shadow: -1px -1px 4px -2px rgba(0, 0, 0, 0.5); border-radius: 1px;} .user__dropdown .user__nav.dropdown-toggle:after{display: none;} .user__dropdown label{text-transform: uppercase; font-size: 14px; font-family: 'SF Pro Display', sans-serif; color: #626262; font-weight: normal; margin-bottom: 10px;} .user__dropdown .login__input{width: 222px; height: 27px; background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.1); text-indent: 10px; box-shadow: none; outline: none;} .user__dropdown .form-group{display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 30px;} .user__dropdown .forgot__pass{font-size: 14px; color: #c2c2c2; font-family: 'SF Pro Display', sans-serif; font-weight: 400; border-bottom: 1px solid #c2c2c2; transition: all 0.4s; height: 18px;} .user__dropdown .forgot__pass:hover{color: #2197d2; border-bottom: 0;} .user__dropdown .login__btn{width: 100%; display: flex; align-items: center; justify-content: center; height: 32px; background: #2197d2; border: 1px solid #2197d2; color: #fff; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: 700; transition: all 0.4s;} .user__dropdown .login__btn:hover{color: #2197d2; background: #fff;} .user__dropdown .new__customer{width: 100%; display: flex; justify-content: space-between; margin-top: 10px;} .user__dropdown .new__customer__title{font-size: 14px; color: #c2c2c2; font-family: 'SF Pro Display', sans-serif; font-weight: 400;} .user__dropdown .new__customer__link{font-size: 14px; color: #c2c2c2; font-family: 'SF Pro Display', sans-serif; font-weight: 400; border-bottom: 1px solid #c2c2c2; transition: all 0.4s; height: 18px;} .user__dropdown .new__customer__link:hover{color: #2197d2; border-bottom: 0;} .user__dropdown .or__login{font-size: 11px; color: #c2c2c2; font-family: 'SF Pro Display', sans-serif; font-weight: 700; text-align: center; margin-top: 15px;} .user__dropdown .cont__social__block{display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 5px;} .user__dropdown .cont__social__block .social__link{color: #2197d2; text-align: center; vertical-align: middle; display: block; line-height: 35px; border-radius: 2px; transition: all 0.4s; font-size: 25px;} .user__dropdown .cont__social__block .social__link:hover{color: #0a4271;} .reg__modal{max-width: 880px; top: 50px;} .reg__modal .modal-header{border: 0; padding-bottom: 0;} .reg__modal .close{outline: none;} .reg__modal .modal-title{font-size: 20px; color: #626262; font-family: 'SF Pro Display', sans-serif; font-weight: 700; text-transform: uppercase;} .reg__modal .reg__form__left, .reg__modal .reg__form__right{width: calc(50% - 20px);} .reg__modal .reg__form__left .contact__form__label, .reg__modal .reg__form__right .contact__form__label{width: 100%; display: block; margin-bottom: 20px;} .reg__modal .reg__form__left .contact__form__label span, .reg__modal .reg__form__right .contact__form__label span{font-family: 'SF Pro Display', sans-serif; font-size: 15px; display: block; width: 100%; color: #626262; margin-bottom: 10px;} .reg__modal .reg__form__left .contact__form__label .contact__form__input, .reg__modal .reg__form__right .contact__form__label .contact__form__input{width: 100%; height: 40px; font-family: 'SF Pro Display', sans-serif; font-size: 18px; text-indent: 10px; border: 1px solid #a2a2a2;} .reg__modal .reg__form__cont{justify-content: space-between; display: flex;} .reg__modal .request__google{height: 65px; display: flex; justify-content: center; margin: 10px auto 15px;} .reg__modal .reg__btn{width: 100%; background: #2197d2; color: #fff; transition: all 0.4s; cursor: pointer; border: 1px solid #2197d2; outline: none; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; display: flex; height: 40px; text-align: center; align-items: center; justify-content: center;} .reg__modal .reg__btn:hover{background: #fff; color: #2197d2;} .reg__modal .cont__social__block{display: flex; align-items: center; justify-content: space-between; margin-top: 0; width: 60%;} .reg__modal .cont__social__block .social__link{color: #2197d2; text-align: center; vertical-align: middle; display: block; line-height: 35px; border-radius: 2px; transition: all 0.4s; font-size: 25px;} .reg__modal .cont__social__block .social__link:hover{color: #0a4271;} .reg__modal .reg__bottom{display: flex; margin-top: 10px; align-items: center; justify-content: space-between;} .reg__modal .or__login{font-size: 16px; color: #c2c2c2; font-family: 'SF Pro Display', sans-serif; font-weight: 700;} .reg__modal .reg__file__label{font-size: 16px; letter-spacing: 1px; color: #626262; font-family: 'SF Pro Display', sans-serif; font-weight: 400; transition: all 0.4s; display: inline-flex; margin-left: 30px; cursor: pointer;} .reg__modal .reg__file__label span{padding-bottom: 5px; border-bottom: 1px solid #626262;} .reg__modal .reg__file__label span:hover{color: #2197d2; border: 0;} .reg__modal .reg__file__label i{margin-right: 10px;} .reg__modal .reg__file__label .reg__file{display: none;} .filters__top__block{display: none;} .blur_menu__btn{display: none;} .owl-theme .owl-nav{margin-top: 0;} .mob__dn{display: none;} .banner__shop{height: 210px; width: 100%; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative;} .popular__products__shop{background: #fff; margin: 50px 0 20px;} .products__block{background-position: 0 0, 0 140px; background-size: 100% 140px, 20px 20px;} .products__block .container{margin-top: 55px; padding: 40px 10px 30px;} .products__block__shop{padding: 75px 0 0; background-position: 0 0, 0 215px; background-size: 100% 215px, 20px 20px;} .products__block__shop .container{margin-top: 25px; padding-bottom: 0;} .products__block__shop .container .tab-content{width: 100%;} .products__block__shop .container .grid__product{display: flex; justify-content: space-between; flex-wrap: wrap;} .products__block__shop .container .list__product{display: flex; flex-direction: column; width: 100%; margin-top: -40px;} .products__block__shop .container .list__product .product__item{flex-direction: row; border: 0; max-width: 100%; padding-top: 0; margin-bottom: 0; box-shadow: unset; border-bottom: 1px solid #cccccc;} .products__block__shop .container .list__product .product__item .product__item__img{margin: 0; width: 240px !important; height: 240px;} .products__block__shop .container .list__product .product__item .product__item__cont{height: 330px; display: flex; flex-direction: column; justify-content: center; padding: 25px 10px 25px 50px;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__title{text-align: left; font-size: 18px; font-weight: normal; color: #0a4271;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__price{font-family: 'SF Pro Display', sans-serif; color: #2197d2; font-size: 22px; font-weight: normal; margin-bottom: 10px;} .products__block__shop .container .list__product .product__item .product__item__cont .stars i{color: #ffd203; cursor: pointer;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__desc__text{font-family: 'SF Pro Display', sans-serif; font-weight: normal; color: #a9aaaf; font-size: 15px; margin-top: 15px; line-height: 18px;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__bottom{width: 205px; margin: 15px 0; border: 0;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__bottom .product__item__add__cart{font-family: 'SF Pro Display', sans-serif; font-weight: normal; color: #fff; background: #2197d2; padding: 10px 25px; transition: all 0.4s; border: 1px solid #2197d2; border-radius: 7px; margin-right: 10px; transform: unset; font-size: 18px;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__bottom .product__item__add__cart:hover{color: #2197d2; background: #fff;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__bottom .product__item__wish{height: 38px; width: 38px; background: #2197d2; border: 1px solid #2197d2; border-radius: 6px; display: flex; align-items: center; justify-content: center; transition: all 0.4s; font-size: 24px; color: #fff; margin: 0; padding: 0;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__bottom .product__item__wish i{margin: 0; padding: 0;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__bottom .product__item__wish:hover{color: #2197d2; background: #fff;} .products__block__shop .container .list__product .product__item .product__item__cont .product__item__bottom .product__item__wish:hover i{transform: scale(1.1);} .products__block__brand .partners__block__item{height: 100px; width: 100px; background: #fff; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center;} .products__block__brand .partners__block__item .partners__logo__label{display: block; width: 100%; height: 100%; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.4s; transform: translate3d(0, 0, 0); overflow: hidden; cursor: pointer;} .products__block__brand .partners__block__item .partners__logo__input{display: none;} .products__block__brand .partners__block__item .partners__logo__input:checked + .partners__logo__label{box-shadow: 2px 2px 2px 2px rgba(128, 128, 128, 0.65) inset;} .products__block__brand .partners__block__item .partners__logo{width: 74%; display: block; margin: 0 auto;} .product__sort__grid__list .product__sort__list, .product__sort__grid__list .product__sort__grid{width: 35px; height: 35px; display: flex; color: #999999; background-color: #eeeeee; align-items: center; justify-content: center; font-size: 20px;} .product__sort__grid__list .product__sort__list.active, .product__sort__grid__list .product__sort__grid.active{background: #2197d2; color: #fff;} .product__sort__block{display: flex; width: 100%; justify-content: center; position: relative; margin-top: 10px; margin-bottom: 20px;} .product__sort__block .product__sort__left{background: #fff; width: 210px; display: flex; align-items: center; justify-content: center; height: 40px; border: 1px solid #2197d2; color: #28242b; font-weight: normal; font-size: 17px; border-radius: 20px; font-family: 'SF Pro Display', sans-serif; transition: all 0.4s; margin-left: 12px;} .product__sort__block .product__sort__left i{margin-right: 15px;} .product__sort__block .product__sort__left:hover{background: #2197d2; color: #fff; cursor: pointer;} .product__sort__block .product__sort__right{position: absolute; right: 0;} .product__sort__block .product__sort__right span.btn{background: #fff; width: 105px; display: flex; align-items: center; justify-content: center; height: 40px; border: 1px solid #2197d2; color: #28242b; font-weight: normal; font-size: 17px; border-radius: 20px; font-family: 'SF Pro Display', sans-serif; transition: all 0.4s; margin-right: 12px;} .product__sort__block .product__sort__right span.btn:hover{background: #2197d2; color: #fff; cursor: pointer;} .product__sort__block .product__sort__right .dropdown-item{font-family: 'SF Pro Display', sans-serif; color: #28242b;} .product__sort__block__cont{display: flex; width: 100%; justify-content: space-between; margin-bottom: 40px; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px;} .product__sort__block__cont .product__sort__grid__list{border: 0; display: flex; align-items: center;} .product__sort__block__cont .nice-select{margin-right: 15px;} .product__sort__block__cont .toolbar-shorter__cont{display: flex; align-items: center;} .product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter{display: flex; align-items: center;} .product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter .nice-select__sort{min-width: 180px; max-width: 180px;} .product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter .nice-select__count{min-width: 85px; max-width: 85px;} .product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter label, .product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter span{display: flex; align-items: center; white-space: nowrap; font-family: 'SF Pro Display', sans-serif; color: #0a4271; text-transform: capitalize;} .product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter label{text-transform: capitalize; margin-right: 15px;} .product__item__block{background-color: #ebebeb; background-position: 0% 100%; background-size: 100% 180px, 20px 20px; padding: 5px 0 60px;} .product__item__block .container{margin-top: 0; background-color: transparent; justify-content: space-between; padding: 40px 10px 30px;} .product__item__block .container .product__item__img__block{background: #fff; width: calc(40% - 5px); overflow: hidden; padding: 25px; height: 425px; position: relative;} .product__item__block .container .product__item__img__block .product__item__img{width: 85%; object-fit: contain; display: flex; align-items: center; justify-content: center; margin: 0 auto; overflow: hidden;} .product__item__block .container .product__item__img__block .product__item__img__resize{position: absolute; width: 50px; height: 50px; bottom: 0; right: 0; background: #2197d2; color: #fff; display: flex; align-items: center; justify-content: center; transition: all 0.4s; border: 1px solid #2197d2; font-size: 18px;} .product__item__block .container .product__item__img__block .product__item__img__resize:hover{background: #fff; color: #2197d2;} .product__item__block .container .product__item__img__block .product__item__img__resize:hover i{transform: scale(1.2);} .product__item__block .container .product__item__desc{background: #fff; width: calc(60% - 5px); padding: 25px 20px;} .product__item__block .container .product__item__desc .product__item__name{font-size: 28px; font-weight: normal; color: #0a4271; text-align: left; margin-bottom: 10px;} .product__item__block .container .product__item__desc .product__breadcrumb{display: flex; margin-left: -5px; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px;} .product__item__block .container .product__item__desc .product__breadcrumb .breadcrumb__link{font-size: 14px; font-family: 'SF Pro Display', sans-serif; color: #a8a9ae; font-weight: normal; border-right: 1px solid #8f9098; padding: 0 5px; display: block; height: 15px; border-bottom: 1px solid transparent;} .product__item__block .container .product__item__desc .product__breadcrumb .breadcrumb__link:hover{border-color: #2197d2; color: #2197d2;} .product__item__block .container .product__item__desc .product__breadcrumb .breadcrumb__list:last-child .breadcrumb__link{border-right: none;} .product__item__block .container .product__item__desc .product__item__price__block{display: flex; padding-left: 30px; align-items: center; margin-top: 15px; flex-wrap: wrap;} .product__item__block .container .product__item__desc .product__item__price__block .product__item__price{font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #2197d2; font-size: 45px; width: 157px; margin-right: 15px;} .product__item__block .container .product__item__desc .product__item__price__block .product__item__count__block{display: flex; border: 1px solid #969699; width: 100px; border-radius: 7px; height: 38px; font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 25px; margin-right: 65px;} .product__item__block .container .product__item__desc .product__item__price__block .product__item__count__block .product__item__count__input{width: 50px; display: block; height: 100%; text-align: center; border: none; border-left: 1px solid #969699; border-right: 1px solid #969699; color: #76767a;} .product__item__block .container .product__item__desc .product__item__price__block .product__item__count__block .product__item__reduce, .product__item__block .container .product__item__desc .product__item__price__block .product__item__count__block .product__item__add{width: 25px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 15px; color: #76767a; font-weight: normal; transition: all 0.4s;} .product__item__block .container .product__item__desc .product__item__price__block .product__item__count__block .product__item__reduce:hover, .product__item__block .container .product__item__desc .product__item__price__block .product__item__count__block .product__item__add:hover{color: #2197d2;} .product__item__block .container .product__item__desc .product__item__price__block .discount__quantity{display: flex; flex-direction: column; font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 14px; color: #a8a9ae; text-transform: uppercase; line-height: 18px;} .product__item__block .container .product__item__desc .discount__block{display: flex; padding-left: 40px; align-items: flex-end; font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #76767a; margin-top: 10px;} .product__item__block .container .product__item__desc .discount__block .discount__price__label{font-size: 13px; text-transform: uppercase; margin-right: 5px;} .product__item__block .container .product__item__desc .discount__block .discount__price{font-size: 25px; text-decoration: line-through; margin-right: 15px;} .product__item__block .container .product__item__desc .discount__block .suggested__price{font-size: 25px;} .product__item__block .container .product__item__desc .discount__block .percent{background: #2197d2; font-weight: bold; color: #fff; font-size: 13px; border-radius: 4px; padding: 2px 8px; margin-bottom: 2px; margin-left: 10px;} .product__item__block .container .product__item__desc .product__item__btn__block{font-family: 'SF Pro Display', sans-serif; font-weight: normal; display: flex; border-bottom: 1px solid #e0e0e0; padding: 15px 35px 20px; margin-left: -5px; flex-wrap: wrap;} .product__item__block .container .product__item__desc .product__item__btn__block .product__item__buy, .product__item__block .container .product__item__desc .product__item__btn__block .product__item__add__cart{font-family: 'SF Pro Display', sans-serif; font-weight: normal; color: #fff; background: #2197d2; padding: 10px 25px; transition: all 0.4s; border: 1px solid #2197d2; border-radius: 7px; margin-right: 10px;} .product__item__block .container .product__item__desc .product__item__btn__block .product__item__buy:hover, .product__item__block .container .product__item__desc .product__item__btn__block .product__item__add__cart:hover{color: #2197d2; background: #fff;} .product__item__block .container .product__item__desc .product__item__btn__block .product__item__add__cart{color: #0a4271; background: #fff; border: 1px solid #0a4271;} .product__item__block .container .product__item__desc .product__item__btn__block .product__item__add__cart:hover{color: #fff; background: #0a4271;} .product__item__block .container .product__item__desc .product__item__btn__block .product__item__wish{height: 38px; width: 38px; border: 1px solid #676469; border-radius: 6px; display: flex; align-items: center; justify-content: center; transition: all 0.4s; font-size: 24px; color: #676469;} .product__item__block .container .product__item__desc .product__item__btn__block .product__item__wish:hover i{color: #2197d2; transform: scale(1.1); transition: all 0.4s;} .product__item__block .container .product__item__desc .product__item__btn__block .product__item__wish:hover{border-color: #2197d2;} .product__item__block .container .product__item__desc .product__item__btn__block .product__item__wish:hover > .product__item__wish__icon{fill: #2197d2;} .product__item__block .container .product__item__desc .product__item__btn__block .stars{height: 38px; display: flex; align-items: center; margin-left: 15px;} .product__item__block .container .product__item__desc .product__item__btn__block .stars i{color: #ffd203; cursor: pointer;} .product__item__block .container .product__item__desc .product__item__desc__text__bottom{position: relative;} .product__item__block .container .product__item__desc .product__item__desc__text__bottom .product__item__desc__text{font-family: 'SF Pro Display', sans-serif; font-weight: 300; color: #a9aaaf; font-size: 15px; margin-top: 15px; line-height: 18px; padding-left: 30px;} .product__item__block .container .product__item__desc .product__item__desc__text__bottom .product__share__block{display: inline-flex; position: absolute; right: 0; bottom: 0px;} .product__item__block .container .product__item__desc .product__item__desc__text__bottom .product__share__block .product__share__list{border-radius: 2px; width: 30px; height: 30px; margin-right: 5px; overflow: hidden;} .product__item__block .container .product__item__desc .product__item__desc__text__bottom .product__share__block .product__share__list .product__share__link{background-color: transparent; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #2197d2; font-size: 18px; transition: all 0.4s;} .product__item__block .container .product__item__desc .product__item__desc__text__bottom .product__share__block .product__share__list .product__share__link:hover{color: #0a4271;} .product__item__block .container .product__desc__rev__block{width: 100%; background: #fff; margin-top: 10px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; padding: 25px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__top{padding: 0 0 15px; display: flex; align-items: center; border-bottom: 1px solid #b3b4b8; width: 100%;} .product__item__block .container .product__desc__rev__block .product__desc__rev__top .nav-tabs__list:last-child .product__desc__rev__top__link{border: none;} .product__item__block .container .product__desc__rev__block .product__desc__rev__top .product__desc__rev__top__link{font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #b3b4b8; font-size: 16px; border-right: 1px solid #b3b4b8; padding-right: 10px; margin-right: 10px; display: block; height: 15px; overflow: hidden; line-height: 15px; transition: all 0.4s;} .product__item__block .container .product__desc__rev__block .product__desc__rev__top .product__desc__rev__top__link.active, .product__item__block .container .product__desc__rev__block .product__desc__rev__top .product__desc__rev__top__link:hover{color: #2197d2;} .product__item__block .container .product__desc__rev__block .product__desc__rev__left{width: 50%; padding-top: 10px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__left .product__desc__rev__user__block{display: flex; margin-bottom: 30px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__left .product__desc__rev__user__block .product__desc__rev__user__img{width: 60px; height: 60px; object-fit: cover; display: block; margin-right: 10px; border-top-left-radius: 7px; border-bottom-right-radius: 7px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__left .product__desc__rev__user__block .product__desc__rev__user__item{display: flex; flex-wrap: wrap;} .product__item__block .container .product__desc__rev__block .product__desc__rev__left .product__desc__rev__user__block .product__desc__rev__user__item .product__desc__rev__user__name{font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #626262; font-size: 18px; margin-bottom: 5px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__left .product__desc__rev__user__block .product__desc__rev__user__item .product__desc__rev__user__text{width: 100%; font-size: 14px; color: #626262; font-family: 'SF Pro Display', sans-serif; font-weight: normal; line-height: 18px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__left .product__desc__rev__user__block .product__desc__rev__user__item .stars{display: flex; align-items: center; height: 18px; margin-left: 10px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__left .product__desc__rev__user__block .product__desc__rev__user__item .stars i{color: #ffd203; cursor: pointer; font-size: 12px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right{width: 45%; padding-top: 10px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__title{font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #626262; font-size: 18px; margin-bottom: 10px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__name, .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__email, .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__message{width: 100%; font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 16px; color: #626262; height: 35px; margin-bottom: 20px; text-indent: 10px; border: 1px solid rgba(0, 0, 0, 0.1);} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__name::placeholder, .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__email::placeholder, .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__message::placeholder{color: #c6c6c6; opacity: 1;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__name:-ms-input-placeholder, .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__email:-ms-input-placeholder, .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__message:-ms-input-placeholder{color: #c6c6c6;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__name::-ms-input-placeholder, .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__email::-ms-input-placeholder, .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__message::-ms-input-placeholder{color: #c6c6c6;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__message{min-width: 100%; max-width: 100%; min-height: 120px; max-height: 120px; padding: 10px; text-indent: unset; resize: none; white-space: pre; -webkit-appearance: textfield;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__bottom{display: flex; width: 100%; justify-content: flex-end; align-items: center;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__bottom .stars{height: 38px; display: flex; align-items: center; margin-right: 80px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__bottom .stars i{color: #ffd203; cursor: pointer; font-size: 20px;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__bottom .product__rev__user__btn{font-family: 'SF Pro Display', sans-serif; font-size: 18px; color: #fff; background: #2197d2; transition: all 0.4s; border: 1px solid #2197d2; padding: 8px 45px; outline: none;} .product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__bottom .product__rev__user__btn:hover{color: #2197d2; background: #fff;} .product__item__block .container .product__video{margin-top: 10px; width: 100%; height: 600px; background: #fff; padding: 10px;} .product__item__block .container .tab-content{height: 385px; overflow: hidden; overflow-y: auto; margin-top: 15px;} .product__item__block .container .tab-content::-webkit-scrollbar{cursor: pointer; width: 6px;} .product__item__block .container .tab-content::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 10px;} .product__item__block .container .tab-content::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .product__item__block .container .tab-content::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .product__flex__cont{display: flex; justify-content: space-between;} .product__desc__container{padding-top: 15px;} .product__desc__container h1, .product__desc__container h2, .product__desc__container h3, .product__desc__container h4, .product__desc__container h5, .product__desc__container h6{font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #626262; margin-bottom: 20px;} .product__desc__container h1{font-size: 26px;} .product__desc__container h2{font-size: 24px;} .product__desc__container h3{font-size: 22px;} .product__desc__container h4{font-size: 20px;} .product__desc__container h5{font-size: 18px;} .product__desc__container h6{font-size: 16px;} .product__desc__container p{font-family: 'SF Pro Display', sans-serif; font-weight: normal; color: #626262; font-size: 16px; margin-bottom: 15px; line-height: 25px;} .popular__products__shop__single{margin: 35px 0 20px;} .blog__block{background-image: url(/dod_theme/static/src/css/../images/site_bg/product-bg.png), url(/dod_theme/static/src/css/../images/site_bg/white-bg.png); background-position: 0 0, 0 245px, 100% 100%; background-size: 100% 245px, 100% 10px, 100% 30px; background-color: #ebebeb;} .blog__block .container{margin-top: 0; background: transparent; justify-content: space-between; padding: 40px 10px 60px;} .blog__block .container .show__more__cont{margin-top: 20px;} .blog__block .blog__banner{width: 100%; height: 350px; -webkit-background-size: cover; background-size: cover; border: 10px solid #fff; align-items: center; display: flex; padding-left: 70px; margin-bottom: 40px;} .blog__block .blog__banner .blog__banner__desc{width: 50%; margin-right: 30%; font-family: 'SF Pro Display', sans-serif; color: #fff;} .blog__block .blog__banner .blog__banner__desc .blog__title{font-size: 45px; margin-bottom: 10px;} .blog__block .blog__banner .blog__banner__desc .blog__description{font-size: 16px;} .blog__item{box-shadow: 0.656px 0.755px 1px rgba(0, 0, 1, 0.09); background: #fff; max-width: 300px; display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; transition: all 0.4s;} .blog__item:hover{transition: all 0.4s; box-shadow: 2px 2px 2px rgba(0, 0, 1, 0.09);} .blog__item .blog__item__link{width: 100%; height: 200px; display: block; position: relative;} .blog__item .blog__item__link .blog__item__img{width: 100%; height: 100%; object-fit: cover;} .blog__item .blog__item__link:after{content: ""; position: absolute; bottom: -15px; left: 7px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 16px solid #1d7dc0;} .blog__item .blog__item__bottom{padding: 15px 0; width: 95%; display: flex;} .blog__item .blog__item__bottom .blog__item__date__block{font-family: 'SF Pro Display', sans-serif; margin-right: 5px;} .blog__item .blog__item__bottom .blog__item__date__block .blog__item__date{color: #0a4271; font-size: 40px;} .blog__item .blog__item__bottom .blog__item__date__block .blog__item__month{color: #2a8fc3; font-size: 26px;} .blog__item .blog__item__bottom .blog__item__desc__block{padding-top: 10px;} .blog__item .blog__item__bottom .blog__item__desc__block .blog__item__title{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 14px; color: #5b5d68; letter-spacing: 1px; margin-bottom: 5px; height: 30px; overflow: hidden;} .blog__item .blog__item__bottom .blog__item__desc__block .blog__item__desc{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 11px; color: #5b5d68; letter-spacing: 1px; margin-bottom: 5px; height: 25px; overflow: hidden;} .blog__sort__search{width: 100%; height: 40px; border: 1px solid #2197d2; border-radius: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; margin-bottom: 15px; display: none;} .blog__sort__search .blog__sort__search__form{width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between;} .blog__sort__search .blog__sort__search__input{width: 95%; height: 100%; background-color: transparent; border: none; text-indent: 15px; font-family: 'SF Pro Display', sans-serif;} .blog__sort__search .blog__sort__search__input::placeholder{color: #28242b; opacity: 1; font-size: 17px; font-family: 'SF Pro Display', sans-serif;} .blog__sort__search .blog__sort__search__input:-ms-input-placeholder{color: #28242b; font-size: 17px; font-family: 'SF Pro Display', sans-serif;} .blog__sort__search .blog__sort__search__input::-ms-input-placeholder{color: #28242b; font-size: 17px; font-family: 'SF Pro Display', sans-serif;} .blog__sort__search .blog__sort__search__btn{background: transparent; border: none; color: #626262; font-size: 24px; transition: all 0.2s; outline: none; margin-right: 10px;} .blog__sort__search .blog__sort__search__btn:hover{color: #2197d2;} .single__blog__title{font-size: 40px; margin-bottom: 15px; font-weight: bold;} .single__blog__description{font-size: 16px; line-height: 25px;} .single__desc__title{font-family: 'SF Pro Display', sans-serif; font-weight: normal; margin-bottom: 20px; color: #2197d2; font-size: 30px; text-align: center; width: 100%;} .products__block .container .product__video{width: 100%; height: 600px; background: #fff; padding: 10px;} .card__first__block{background-position: 0 0, 0 250px, 100% 100%; background-size: 100% 240px, 100% 10px, 100% 30px; background-color: #ebebeb;} .card__first__block .cart__product__steps__block{width: 865px; margin: 40px auto; display: flex; justify-content: space-between;} .card__first__block .cart__product__steps__block .cart__product__steps__item{display: flex; align-items: center; justify-content: center; flex-direction: column; transition: all 0.4s;} .card__first__block .cart__product__steps__block .cart__product__steps__item .cart__product__steps__number{border-bottom: 2px solid transparent; position: relative; padding-bottom: 10px;} .card__first__block .cart__product__steps__block .cart__product__steps__item .cart__product__steps__number .cart__product__steps__round{height: 90px; width: 90px; border-radius: 50%; display: flex; justify-content: center; line-height: 85px; font-family: 'SF Pro Display', sans-serif; font-weight: bold; border: 2px solid #2197d2; background: #fff; color: #2197d2; font-size: 40px; padding-bottom: 10px;} .card__first__block .cart__product__steps__block .cart__product__steps__item .cart__product__steps__title{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 18px; color: #fff; margin-top: 5px;} .card__first__block .cart__product__steps__block .cart__product__steps__item.completed .cart__product__steps__round{background: #2197d2; color: #fff; border-color: #fff;} .card__first__block .cart__product__steps__block .cart__product__steps__item.active .cart__product__steps__number, .card__first__block .cart__product__steps__block .cart__product__steps__item:hover .cart__product__steps__number{border-color: #fff; transition: all 0.4s;} .card__first__block .cart__product__steps__block .cart__product__steps__item.active .cart__product__steps__number:after, .card__first__block .cart__product__steps__block .cart__product__steps__item:hover .cart__product__steps__number:after{position: absolute; content: ""; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #fff; bottom: -1px; left: 0; right: 0; margin: 0 auto;} .card__first__block .cart__product__steps__block .cart__product__steps__item.active .cart__product__steps__number .cart__product__steps__round, .card__first__block .cart__product__steps__block .cart__product__steps__item:hover .cart__product__steps__number .cart__product__steps__round{background: #2197d2; color: #fff; border-color: #fff;} .card__first__block .container{margin-top: 50px; padding: 0 50px 30px;} .cart__product__top{background: #fff; display: flex; font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #626262; width: 100%; height: 50px; margin-bottom: 5px; box-shadow: 0.656px 0.755px 1px rgba(0, 0, 1, 0.09); font-size: 16px;} .cart__product__top .cart__product__del{background: #2197d2; color: #fff; width: 4.24%; display: flex; align-items: center; justify-content: center;} .cart__product__top .cart__product__name{width: 55%; display: flex; align-items: center; justify-content: flex-start; padding-left: 40px;} .cart__product__top .cart__product__price, .cart__product__top .cart__product__quantity, .cart__product__top .cart__product__total{display: flex; align-items: center; width: 12%;} .cart__product__top .cart__product__total{justify-content: flex-end;} .cart__product__item{background: #fff; display: flex; font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #626262; width: 100%; margin-bottom: 2px; box-shadow: 0.656px 0.755px 1px rgba(0, 0, 1, 0.09);} .cart__product__item .cart__product__del{background: #2197d2; border: 1px solid #2197d2; color: #fff; width: 4.24%; display: flex; height: 100px; align-items: center; justify-content: center; transition: all 0.4s;} .cart__product__item .cart__product__del:hover{background: #fff;} .cart__product__item .cart__product__del:hover .cart__product__del__btn{color: #2197d2;} .cart__product__item .cart__product__del .cart__product__del__btn{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; text-decoration: none;} .cart__product__item .cart__product__name{width: 55%; display: flex; align-items: center; justify-content: flex-start; padding-left: 40px;} .cart__product__item .cart__product__name .cart__product__name__title{width: 280px; font-weight: 300; color: #4a484c; font-size: 18px; margin-left: 40px; letter-spacing: 1px; line-height: 25px;} .cart__product__item .cart__product__name .cart__product__name__img{width: 90px; height: 90px; object-fit: cover;} .cart__product__item .cart__product__price, .cart__product__item .cart__product__quantity, .cart__product__item .cart__product__total{display: flex; align-items: center; width: 12%;} .cart__product__item .cart__product__total{justify-content: flex-end;} .cart__product__item .cart__product__price, .cart__product__item .cart__product__total{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 22px; color: #4a484c;} .cart__product__item .cart__product__total{color: #2197d2;} .cart__product__item .cart__product__quantity .product__item__count__block{display: flex; border: 1px solid #969699; width: 100px; border-radius: 7px; height: 35px; font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 25px;} .cart__product__item .cart__product__quantity .product__item__count__block .product__item__count__input{width: 50px; display: block; height: 100%; text-align: center; border: none; border-left: 1px solid #969699; border-right: 1px solid #969699; color: #76767a; border-radius: 0; padding: 0; line-height: 1; -webkit-appearance: none;} .cart__product__item .cart__product__quantity .product__item__count__block .product__item__reduce, .cart__product__item .cart__product__quantity .product__item__count__block .product__item__add{width: 25px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 15px; color: #76767a; font-weight: normal; transition: all 0.4s;} .cart__product__item .cart__product__quantity .product__item__count__block .product__item__reduce:hover, .cart__product__item .cart__product__quantity .product__item__count__block .product__item__add:hover{color: #2197d2;} .cart__product__total__block{background: #fff; margin-top: 8px; width: 100%; padding: 30px; display: flex; justify-content: space-between; flex-wrap: wrap;} .cart__product__total__block .cart__product__total__form__cont, .cart__product__total__block .cart__product__total__totals__cont{width: 50%;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort{width: 95%; height: 40px; background-color: #fff; border: 1px solid #a2a2a2; margin-bottom: 20px; text-indent: 10px; border-radius: 0; color: #626262;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort .current, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort .current{font-family: 'SF Pro Display', sans-serif; font-size: 16px;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort .current:after, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort .current:after{position: absolute; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: ""; top: 0; left: 0; color: #2197d2;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort:after, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort:after{width: 10px; height: 10px; color: #2197d2; border-bottom: 2px solid #2197d2; border-right: 2px solid #2197d2;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort .list, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort .list{height: 300px; overflow-y: scroll;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort .list::-webkit-scrollbar, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort .list::-webkit-scrollbar{cursor: pointer; width: 10px; padding-right: 5px;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-track, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 5px;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-thumb, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .cart__product__total__block .cart__product__total__form__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-thumb:hover, .cart__product__total__block .cart__product__total__totals__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .cart__product__total__block .cart__product__total__form__country{width: 95%; height: 40px; background-color: #fff; border: 1px solid #a2a2a2; margin-bottom: 20px; text-indent: 10px;} .cart__product__total__block .cart__product__total__form__country::placeholder{color: #e1dfde; opacity: 1; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: 300;} .cart__product__total__block .cart__product__total__form__country:-ms-input-placeholder{color: #e1dfde; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: 300;} .cart__product__total__block .cart__product__total__form__country::-ms-input-placeholder{color: #e1dfde; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: 300;} .cart__product__total__block .cart__product__total__title{width: 95%; font-family: 'SF Pro Display', sans-serif; color: #4a484c; font-size: 18px; font-weight: bold; margin-bottom: 25px;} .cart__product__total__block .cart__product__total__form__label{width: 95%; display: flex; justify-content: space-between;} .cart__product__total__block .cart__product__total__form__label .cart__product__total__form__country{width: 60%;} .cart__product__total__block .cart__product__total__form__label .cart__product__total__form__update{width: 35%; color: #0a4271; border: 1px solid #0a4271; height: 40px; background-color: transparent; font-family: 'SF Pro Display', sans-serif; font-weight: bold; transition: all 0.4s; cursor: pointer;} .cart__product__total__block .cart__product__total__form__label .cart__product__total__form__update:hover{background: #0a4271; color: #fff;} .cart__product__total__block .cart__product__total__totals__cont{display: flex; flex-direction: column; align-items: flex-end;} .cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals{width: 95%; height: 40px; border-bottom: 1px solid #a2a2a2; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; padding: 0 10px 10px;} .cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals .sub__label{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 16px; color: #4a484c;} .cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals .sub__label__value{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 16px; color: #2197d2;} .cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals .toolbar-shorter .nice-select.nice-select__sort{border: none;} .cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals .toolbar-shorter .nice-select.nice-select__sort .current{font-family: 'SF Pro Display', sans-serif; color: #2197d2; font-weight: bold; font-size: 16px;} .cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals .toolbar-shorter .nice-select.nice-select__sort .current:after{position: absolute; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: ""; top: 0; left: 0;} .cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals .toolbar-shorter .nice-select.nice-select__sort:after{width: 10px; height: 10px; color: #2197d2; border-bottom: 2px solid #2197d2; border-right: 2px solid #2197d2;} .cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__order-totals{display: flex; justify-content: space-between; align-items: center; width: 95%; background: #2197d2; height: 40px; font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #fff; padding: 0 10px;} .cart__product__total__block .cart__product__total__totals__cont .shipping__select{border: none; width: 100%;} .cart__product__total__block .cart__product__total__totals__cont .shipping__select .current{font-family: 'SF Pro Display', sans-serif; color: #2197d2; font-weight: bold; font-size: 16px;} .cart__product__total__block .cart__product__total__totals__cont .shipping__select .current:after{position: absolute; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: ""; top: 0; left: 0;} .cart__product__total__block .cart__product__total__totals__cont .shipping__select:after{width: 10px; height: 10px; color: #2197d2; border-bottom: 2px solid #2197d2; border-right: 2px solid #2197d2;} .cart__product__total__block .cart__product__total__bottom{margin-top: 40px; padding: 40px 0 0; width: 100%; border-top: 1px solid #cccbcb; display: flex; justify-content: space-between;} .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__left, .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right{width: 50%;} .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right{display: flex; justify-content: flex-end; width: 47.5%;} .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__cart{outline: none; cursor: pointer; width: 35%; color: #0a4271; border: 1px solid #0a4271; height: 40px; background-color: transparent; font-family: 'SF Pro Display', sans-serif; font-weight: bold; transition: all 0.4s; margin-right: 25px;} .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__cart:hover{background: #0a4271; color: #fff;} .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__checkout{outline: none; cursor: pointer; width: 45%; background: #2197d2; height: 40px; font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #fff; border: 1px solid #2197d2; display: flex; align-items: center; justify-content: center;} .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__checkout:hover{background: #fff; color: #2197d2;} .card__first__block .container{flex-direction: row; justify-content: space-between;} .card__first__block .container .shipping__details{width: calc(50% - 5px); min-height: 300px;} .card__first__block .container .shipping__details .card{border-radius: 0; border: 0; margin-top: 10px;} .card__first__block .container .shipping__details .shipping__details__cont{background: #fff; padding: 0 20px 40px;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort{width: 100%; height: 40px; background-color: #fff; border: 1px solid #a2a2a2; margin-bottom: 20px; text-indent: 10px; border-radius: 0; color: #626262;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort .current{font-family: 'SF Pro Display', sans-serif; font-size: 16px;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort .current:after{position: absolute; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: ""; top: 0; left: 0; color: #2197d2;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort:after{width: 10px; height: 10px; color: #2197d2; border-bottom: 2px solid #2197d2; border-right: 2px solid #2197d2;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort .list{height: 300px; overflow-y: scroll;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort .list::-webkit-scrollbar{cursor: pointer; width: 10px; padding-right: 5px;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 5px;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .card__first__block .container .shipping__details .shipping__details__cont .nice-select.nice-select__sort .list::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .card__first__block .container .shipping__details .shipping__details__cont .cbx__container .cbx span{font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 20px;} .card__first__block .container .shipping__details .shipping__details__cont .cbx__container .cbx span:first-child{border-radius: 1px;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__top{height: 50px; display: flex; align-items: center; border-bottom: 1px solid #ebebeb;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__top span{font-family: 'SF Pro Display', sans-serif; font-size: 16px; color: #626262; font-weight: normal;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__top a{margin-left: 10px; font-family: 'SF Pro Display', sans-serif; font-size: 16px; font-weight: bold; color: #2197d2;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__title{font-family: 'SF Pro Display', sans-serif; font-size: 20px; font-weight: bold; color: #2197d2; height: 60px; display: flex; align-items: center;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__label{width: 100%; display: block; margin-bottom: 10px;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__label .shipping__details__text{font-family: 'SF Pro Display', sans-serif; font-size: 15px; display: block; width: 100%; color: #626262; margin-bottom: 10px;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__label .shipping__details__input{width: 100%; height: 40px; font-family: 'SF Pro Display', sans-serif; font-size: 18px; text-indent: 10px; border: 1px solid #a2a2a2;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__form__bottom{width: 100%; display: flex; justify-content: space-between;} .card__first__block .container .shipping__details .shipping__details__cont .shipping__details__form__bottom .shipping__details__label{width: 48%;} .card__first__block .container .shipping__details .shipping__details__cont .cbx__container{margin-left: auto;} .card__first__block .container .shipping__details .shipping__details__address{background: #fff; padding: 0 20px; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 20px; color: #626262; margin-top: 10px; display: flex; align-items: center; height: 45px; transition: all 0.4s;} .card__first__block .container .shipping__details .shipping__details__address:hover{background: #2197d2; color: #fff;} .card__first__block .container .order__details{width: calc(50% - 5px); min-height: 300px;} .card__first__block .container .order__details .order__details__top__block{background: #fff; padding: 0 20px 30px; width: 100%;} .card__first__block .container .order__details .order__details__top__block .order__details__top{display: flex; align-items: center; height: 50px; border-bottom: 1px solid #ebebeb;} .card__first__block .container .order__details .order__details__top__block .order__details__top .order__details__title{font-family: 'SF Pro Display', sans-serif; font-size: 20px; color: #626262; font-weight: bold;} .card__first__block .container .order__details .order__details__top__block .order__details__products .order__details__products__top{display: flex; justify-content: space-between; font-family: 'SF Pro Display', sans-serif; font-size: 16px; color: #2197d2; height: 60px; align-items: center;} .card__first__block .container .order__details .order__details__top__block .order__details__products .order__details__products__top span{display: flex; align-items: center;} .card__first__block .container .order__details .order__details__top__block .order__details__products .order__details__products__list{display: flex; justify-content: space-between; font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 19px; color: #626262; margin-bottom: 10px; letter-spacing: 1px;} .card__first__block .container .order__details .order__details__top__block .order__details__products .order__details__products__list .order__details__products__name span{color: #2197d2;} .card__first__block .container .order__details .order__details__top__block .order__details__subtotal{margin-top: 20px; display: flex; justify-content: space-between; font-family: 'SF Pro Display', sans-serif; color: #626262; font-weight: bold; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; height: 50px; align-items: center;} .card__first__block .container .order__details .order__details__top__block .order__details__subtotal .order__details__subtotal__price{color: #2197d2;} .card__first__block .container .order__details .order__details__top__block .order__details__shipping{display: flex; margin-top: 10px; justify-content: space-between; font-family: 'SF Pro Display', sans-serif; font-weight: bold;} .card__first__block .container .order__details .order__details__top__block .toolbar-shorter{width: 380px;} .card__first__block .container .order__details .order__details__top__block .toolbar-shorter .nice-select.nice-select__sort{border: none;} .card__first__block .container .order__details .order__details__top__block .toolbar-shorter .nice-select.nice-select__sort .current{font-family: 'SF Pro Display', sans-serif; color: #2197d2; font-weight: bold; font-size: 16px;} .card__first__block .container .order__details .order__details__top__block .toolbar-shorter .nice-select.nice-select__sort .current:after{position: absolute; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: ""; top: 0; left: 0;} .card__first__block .container .order__details .order__details__top__block .toolbar-shorter .nice-select.nice-select__sort:after{width: 10px; height: 10px; color: #2197d2; border-bottom: 2px solid #2197d2; border-right: 2px solid #2197d2;} .card__first__block .container .order__details .order__details__top__block .order__details__total{width: 100%; background: #2197d2; color: #fff; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; height: 40px; margin-top: 30px;} .card__first__block .container .order__details .order__details__bottom__block{background: #fff; padding: 20px 20px 21px; width: 100%; margin-top: 10px;} .card__first__block .container .order__details .order__details__bottom__block .cbx__container{margin-bottom: 20px;} .card__first__block .container .order__details .order__details__bottom__block .cbx__container .cbx span:first-child{border-radius: 1px;} .card__first__block .container .order__details .order__details__bottom__block .cbx__container .cbx span{font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 20px; text-transform: capitalize;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block{display: flex; flex-wrap: wrap; align-items: center;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__pay__block__link{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 16px; color: #626262; border-bottom: 1px solid #626262; transition: all 0.4s; line-height: 25px; margin-left: 15px;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__pay__block__link:hover{color: #2197d2; border-bottom: 1px solid #2197d2;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__nav__block{margin: 5px 0; position: relative; display: flex; flex-wrap: wrap; padding: 5px; align-items: center; justify-content: space-around; border: 1px solid #626262; border-radius: 10px;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__nav__block .order__nav__list{margin-right: 5px;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__nav__block .order__nav__list:last-child{margin-right: 0;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__nav__block .order__nav__list .order__nav__link{font-size: 40px; cursor: pointer; transition: all 0.4s; width: 59px; height: 40px; display: flex; align-items: center; justify-content: center; background: #131925; color: #fff; border-radius: 4px;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__nav__block .order__nav__list .order__nav__link:hover{background: #2197d2; color: #fff;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__nav__block .footer__pay__icon{margin-bottom: 10px;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__pay__block__desc{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 14px; color: #9b9b9b; margin-top: 15px; margin-bottom: 35px;} .card__first__block .container .order__details .order__details__bottom__block .cbx__container{margin-bottom: 20px;} .card__first__block .container .order__details .order__details__bottom__block .cbx__container .cbx span:first-child{border-radius: 1px;} .card__first__block .container .order__details .order__details__bottom__block .order__pay__block__description{font-family: 'SF Pro Display', sans-serif; font-size: 16px; color: #626262; line-height: 25px;} .card__first__block .container .order__details .order__details__footer{margin-top: 10px; display: flex; width: 100%; height: 45px; align-items: center; justify-content: space-between;} .card__first__block .container .order__details .order__details__footer .cbx__container{display: flex; align-items: center; height: 100%; width: calc(60% - 5px); background: #fff; margin-bottom: 0;} .card__first__block .container .order__details .order__details__footer .cbx__container .cbx span:first-child{border-radius: 1px;} .card__first__block .container .order__details .order__details__footer .cbx__container .cbx span{font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 20px; text-transform: capitalize;} .card__first__block .container .order__details .order__details__footer .order__details__checkout{display: flex; align-items: center; justify-content: center; background: #2197d2; border: 1px solid #2197d2; color: #fff; transition: all 0.4s; cursor: pointer; height: 100%; font-family: 'SF Pro Display', sans-serif; font-size: 24px; outline: none; box-sizing: border-box; font-weight: bold; width: calc(40% - 5px);} .card__first__block .container .order__details .order__details__footer .order__details__checkout:hover{background: #fff; color: #2197d2;} .shipping__details__label + .toolbar-shorter > .nice-select.nice-select__sort{width: 100%; margin-bottom: 19px;} .card__third__block{background-color: #fff;} .shop__cart{position: relative; display: flex; align-items: center; justify-content: center; width: 240px; margin: 50px auto 20px;} .shop__cart .shop__cart__icon{font-size: 180px; transition: all 0.2s; color: #3b3f47; transform: rotateY(-180deg);} .shop__cart .shop__cart__check{position: absolute; top: -20px; left: 45px; background: #2197d2; color: #fff; font-size: 70px; border-radius: 50%; width: 80px; height: 80px; text-align: center; border: 2px solid #fff; display: flex; align-items: center; justify-content: center;} .third__title{font-family: 'SF Pro Display', sans-serif; font-size: 30px; color: #2197d2; width: 100%; text-align: center; margin: 20px auto 40px;} .third__btn__block{display: flex; justify-content: center; align-items: center; width: 100%;} .third__btn__block .third__btn__home{font-family: 'SF Pro Display', sans-serif; color: #0a4271; border: 1px solid #0a4271; transition: all 0.4s; padding: 10px 40px; font-weight: bold; font-size: 20px;} .third__btn__block .third__btn__home:hover{background: #0a4271; color: #fff;} .third__btn__block .third__btn__cont{font-family: 'SF Pro Display', sans-serif; color: #fff; border: 1px solid #2197d2; background: #2197d2; transition: all 0.4s; padding: 10px 40px; font-weight: bold; font-size: 20px; margin-left: 15px;} .third__btn__block .third__btn__cont:hover{background: #fff; color: #2197d2;} .popular__products__shop__m{margin-top: 0;} .popular__products__shop__m .block__title, .popular__products__shop__m .products__block__title, .popular__products__shop__m .about__ship .container .about__ship__title, .about__ship .container .popular__products__shop__m .about__ship__title, .popular__products__shop__m .product__item__block .container .product__item__desc .product__item__name, .product__item__block .container .product__item__desc .popular__products__shop__m .product__item__name{font-size: 24px; margin-bottom: 20px;} .faq__block{padding: 65px 0 40px; background-position: 0 0, 0 315px; background-size: 100% 315px, 20px 20px;} .faq__block .faq__block__title{font-family: 'SF Pro Display', sans-serif; font-weight: 300; font-size: 75px; color: #fff; text-align: center;} .faq__accordion__cont{display: flex; background: #fff; padding: 30px 15px; margin: 40px 0 15px;} .faq__accordion__cont .card-body{font-family: 'SF Pro Display', sans-serif; line-height: 25px;} .faq__accordion__cont .faq__accordion__left{width: 50%; padding-right: 25px; border-right: 1px solid #a2a2a2;} .faq__accordion__cont .faq__accordion__right{width: 50%; padding-left: 25px;} .faq__accordion__cont .card{border: 0; background: transparent; border-radius: 0;} .faq__accordion__cont .card .accordion__title{font-family: 'SF Pro Display', sans-serif; font-size: 19px;} .faq__accordion__cont .card .accordion__title .btn-link{color: #28242b; width: 100%; display: flex; justify-content: space-between; text-decoration: none !important;} .faq__accordion__cont .card .accordion__title .btn-link i{font-size: 30px; color: #2197d2; transform: rotate(0deg);} .faq__accordion__cont .card .accordion__title .btn-link[aria-expanded=true] i{transform: rotate(180deg);} .faq__accordion__cont .card-header{background-color: transparent; padding: 0;} .faq__accordion__cont .faq__accordion__title{font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 24px; color: #2197d2; margin-bottom: 15px; margin-top: 5px;} .about__ship__faq{margin-top: 10px; margin-bottom: 10px;} .prof__block__title{font-family: 'SF Pro Display', sans-serif; font-weight: 300; font-size: 55px; color: #fff; text-align: center;} .prof__block{background-color: #ebebeb; padding-top: 10px;} .prof__block .container{background: #fff; padding: 20px;} .prof__block .container .prof__block__cont__title{font-family: 'SF Pro Display', sans-serif; font-weight: normal; margin-bottom: 20px; color: #2197d2; font-size: 30px; text-align: center;} .prof__block .container p{font-family: 'SF Pro Display', sans-serif; font-weight: 300; color: #626262; font-size: 20px; margin-bottom: 15px; line-height: 25px;} .prof__block .container p:last-child{margin-bottom: 0;} .prof__block .container .prof__btn__block{display: flex; align-items: center; justify-content: center; margin-bottom: 40px;} .prof__block .container .prof__btn__block .prof__btn{border: 1px solid #0a4271; padding: 10px 20px; color: #0a4271; font-family: 'SF Pro Display', sans-serif; font-weight: bold; margin-left: 10px; transition: all 0.4s;} .prof__block .container .prof__btn__block .prof__btn span{margin-left: 10px; color: #858585;} .prof__block .container .prof__btn__block .prof__btn:hover{background: #0a4271; color: #fff;} .prof__block .container .prof__btn__block .prof__btn:hover span{color: #fff;} .request__block{display: flex;} .request__block .request__block__left, .request__block .request__block__right{width: 50%;} .request__block .request__block__title{font-family: 'SF Pro Display', sans-serif; font-size: 18px; color: #4a484c; font-weight: bold; margin-bottom: 25px;} .request__block .nice-select.nice-select__sort{width: 95%; height: 40px; background-color: #fff; border: 1px solid #a2a2a2; margin-bottom: 20px; text-indent: 10px; border-radius: 0; color: #626262;} .request__block .nice-select.nice-select__sort .current{font-family: 'SF Pro Display', sans-serif; font-size: 16px;} .request__block .nice-select.nice-select__sort .current:after{position: absolute; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: ""; top: 0; left: 0; color: #2197d2;} .request__block .nice-select.nice-select__sort:after{width: 10px; height: 10px; color: #2197d2; border-bottom: 2px solid #2197d2; border-right: 2px solid #2197d2;} .request__block .nice-select.nice-select__sort .list{height: 300px; overflow-y: scroll;} .request__block .nice-select.nice-select__sort .list::-webkit-scrollbar{cursor: pointer; width: 10px; padding-right: 5px;} .request__block .nice-select.nice-select__sort .list::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 5px;} .request__block .nice-select.nice-select__sort .list::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .request__block .nice-select.nice-select__sort .list::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .request__block .request__block__input{width: 95%; height: 40px; background-color: #fff; border: 1px solid #a2a2a2; margin-bottom: 20px; text-indent: 10px; color: #4a484c;} .request__block .request__block__input::placeholder{color: #e1dfde; opacity: 1; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: 300;} .request__block .request__block__input:-ms-input-placeholder{color: #e1dfde; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: 300;} .request__block .request__block__input::-ms-input-placeholder{color: #e1dfde; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: 300;} .request__block__right{display: flex; justify-content: flex-end;} .request__block__right__cont{width: 95%;} .request__radio__block{display: flex; align-items: center; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 18px;} .request__radio__block span{margin-right: 50px; display: flex;} .request__radio__block [type=radio]:checked, .request__radio__block [type=radio]:not(:checked){position: absolute; left: -9999px;} .request__radio__block [type=radio]:checked + label, .request__radio__block [type=radio]:not(:checked) + label{position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #4a484c;} .request__radio__block [type=radio]:checked + label:before, .request__radio__block [type=radio]:not(:checked) + label:before{content: ""; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #ddd; border-radius: 100%; background: #fff;} .request__radio__block [type=radio]:checked + label:after, .request__radio__block [type=radio]:not(:checked) + label:after{content: ""; width: 12px; height: 12px; background: #2197d2; position: absolute; display: flex; align-items: center; justify-content: center; top: 3px; left: 3px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;} .request__radio__block [type=radio]:not(:checked) + label:after{opacity: 0; -webkit-transform: scale(0); transform: scale(0);} .request__radio__block [type=radio]:checked + label:after{opacity: 1; -webkit-transform: scale(1); transform: scale(1);} .product__rev__form__message{width: 100%; font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 16px; color: #626262; margin-top: 23px; margin-bottom: 10px; min-width: 100%; max-width: 100%; min-height: 150px; max-height: 150px; padding: 10px; resize: none; white-space: pre; -webkit-appearance: textfield;} .product__rev__form__message::placeholder{color: #c6c6c6; opacity: 1;} .product__rev__form__message:-ms-input-placeholder{color: #c6c6c6;} .product__rev__form__message::-ms-input-placeholder{color: #c6c6c6;} .request__btn__block{display: flex; justify-content: space-between; align-items: center;} .request__btn__block .request__google{height: 60px; width: 48.5%;} .request__btn__block .request__btn{width: 48.5%; font-family: 'SF Pro Display', sans-serif; background: #2197d2; height: 60px; border: 1px solid #2197d2; animation: all 0.4s; outline: none; color: #fff; font-size: 24px;} .request__btn__block .request__btn:hover{color: #2197d2; background: #fff;} .user__details__block .container{display: flex; justify-content: space-around;} .user__details__block .container .user__details__item{display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all 0.4s; width: 150px; height: 150px; border-radius: 10px;} .user__details__block .container .user__details__item:hover, .user__details__block .container .user__details__item.active{background: rgba(44, 144, 195, 0.6);} .user__details__block .container .user__details__item .user__details__icon{font-size: 70px; color: #fff; margin-bottom: 5px;} .user__details__block .container .user__details__item .user__details__title_top{font-size: 16px; font-family: 'SF Pro Display', sans-serif; color: #fff;} .details__first__block{background-position: 0 0, 0 250px, 100% 100%; background-size: 100% 265px, 100% 10px, 100% 30px;} .details__first__block .container{margin-top: 0;} .user__details__form__block{width: 100%; background: #fff; display: flex; padding: 30px 30px 30px 0;} .user__details__form__left, .user__details__form__right{width: 50%; padding-left: 30px;} .user__details__label{width: 95%; margin-bottom: 20px; display: flex; flex-direction: column;} .user__details__label span{font-family: 'SF Pro Display', sans-serif; font-size: 15px; color: #626262; margin-bottom: 5px;} .user__details__input{width: 100%; height: 40px; border: 1px solid #a2a2a2; text-indent: 10px;} .user__details__title{font-family: 'SF Pro Display', sans-serif; font-weight: bold; width: 95%; border-bottom: 1px solid #a2a2a2; color: #626262; font-size: 20px; padding-bottom: 5px; margin-bottom: 10px;} .details__bottom{width: 95%; display: flex; justify-content: space-between; align-items: flex-end;} .details__bottom .user__details__label{margin-bottom: 0; width: calc(60% - 5px);} .details__bottom .details__submit{width: calc(40% - 5px); background: #2197d2; color: #fff; transition: all 0.4s; cursor: pointer; border: 1px solid #2197d2; outline: none; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; display: flex; height: 40px; text-align: center; align-items: center; justify-content: center;} .details__bottom .details__submit:hover{background: #fff; color: #2197d2;} .user__details__form__left{border-right: 1px solid #e0e0e0;} .user__details__form__right .details__bottom{justify-content: flex-end;} .user__details__form__right .details__submit{width: calc(40% - 5px); background: #2197d2; color: #fff; transition: all 0.4s; cursor: pointer; border: 1px solid #2197d2; outline: none; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; display: flex; height: 40px; text-align: center; align-items: center; justify-content: center; margin-top: 20px;} .user__details__form__right .details__submit:hover{background: #fff; color: #2197d2;} .bgu{background: #ebebeb; margin-bottom: 0; overflow: hidden;} .book__details__block{background: #fff; width: 100%;} .book__details__btn__block{display: flex; width: 100%; justify-content: flex-end;} .book__details__btn__block .book__details__del, .book__details__btn__block .book__details__edit, .book__details__btn__block .book__details__add{padding: 15px 50px; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; transition: all 0.4s; margin-left: 10px;} .book__details__btn__block .book__details__del{background: #d41616; color: #fff; border: 1px solid #d41616;} .book__details__btn__block .book__details__del:hover{background: #fff; color: #d41616;} .book__details__btn__block .book__details__edit{background: #2197d2; color: #fff; border: 1px solid #2197d2;} .book__details__btn__block .book__details__edit:hover{background: #fff; color: #2197d2;} .book__details__btn__block .book__details__add{background: #fff; color: #0a4271; border: 1px solid #0a4271; margin-left: 50px;} .book__details__btn__block .book__details__add:hover{background: #0a4271; color: #fff;} .book__details__block{margin-bottom: 10px; padding: 30px; display: flex; flex-direction: column; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);} .book__details__block__title{font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 20px; color: #626262; border-bottom: 1px solid #626262; padding-bottom: 5px; margin-bottom: 5px;} .book__address__title{font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 15px; color: #626262; margin-bottom: 5px;} .book__address__row{font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 15px; line-height: 20px; color: #7d7d7d; padding-left: 30px;} .book__details__address{position: relative;} .book__details__btn__block{position: absolute; right: 0; bottom: 0px;} .order__details__block{width: 100%; background: #fff; padding: 30px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);} .order__details__top{display: flex; justify-content: space-between; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 20px; color: #626262; border-bottom: 1px solid #626262; padding: 0 5px 5px 5px; margin-bottom: 10px;} .order__details__top .order__details__top__item:nth-child(1){width: 4%;} .order__details__top .order__details__top__item:nth-child(2){width: 25%;} .order__details__top .order__details__top__item:nth-child(3){width: 28%;} .order__details__top .order__details__top__item:nth-child(4){width: 28%;} .order__details__top .order__details__top__item:nth-child(5){width: 15%;} .order__details__row{display: flex; justify-content: space-between; padding: 0 5px 5px 5px;} .order__details__row .order__details__row__item:nth-child(1){font-family: 'SF Pro Display', sans-serif; color: #727073; font-size: 16px; font-weight: normal; width: 4%;} .order__details__row .order__details__row__item:nth-child(2){font-family: 'SF Pro Display', sans-serif; color: #727073; font-size: 16px; font-weight: normal; width: 25%;} .order__details__row .order__details__row__item:nth-child(2) span{margin-right: 15px;} .order__details__row .order__details__row__item:nth-child(3){font-family: 'SF Pro Display', sans-serif; color: #727073; font-size: 16px; font-weight: bold; width: 28%;} .order__details__row .order__details__row__item:nth-child(4){font-family: 'SF Pro Display', sans-serif; color: #2197d2; font-size: 16px; font-weight: bold; width: 28%;} .order__details__row .order__details__row__item:nth-child(5){width: 15%;} .order__details__row .order__details__row__item:nth-child(5) a{font-family: 'SF Pro Display', sans-serif; color: #2197d2; font-size: 16px; font-weight: normal; border-bottom: 1px solid transparent; transition: all 0.4s;} .order__details__row .order__details__row__item:nth-child(5) a:hover{border-color: #2197d2;} .comp__order__details__top{display: flex; justify-content: space-between; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 20px; color: #626262; border-bottom: 1px solid #626262; padding: 0 5px 5px 5px;} .comp__order__details__top .order__details__top__item:nth-child(1){width: 10%;} .comp__order__details__top .order__details__top__item:nth-child(2){width: 15%;} .comp__order__details__top .order__details__top__item:nth-child(3){width: 65%;} .comp__order__details__top .order__details__top__item:nth-child(4){display: flex; justify-content: flex-end; width: 10%;} .comp__order__details__row{display: flex; justify-content: space-between; padding: 10px 5px 10px 5px; font-family: 'SF Pro Display', sans-serif; font-size: 16px; font-weight: bold; color: #727073; border-bottom: 1px solid #626262; margin-bottom: 10px;} .comp__order__details__row .order__details__row__item:nth-child(1){width: 10%;} .comp__order__details__row .order__details__row__item:nth-child(2){width: 15%;} .comp__order__details__row .order__details__row__item:nth-child(3){width: 65%;} .comp__order__details__row .order__details__row__item:nth-child(4){display: flex; justify-content: flex-end; width: 10%;} .comp__order__address__block{display: flex; justify-content: space-between;} .comp__order__address__block .comp__order__address__item .comp__order__address__title{font-family: 'SF Pro Display', sans-serif; font-weight: bold; color: #4a484c; margin-bottom: 10px; text-transform: uppercase;} .comp__order__address__block .comp__order__address__item:nth-child(1){width: 50%; display: flex; flex-direction: column;} .comp__order__address__block .comp__order__address__item:nth-child(1) .comp__order__address__line{padding-left: 15px;} .comp__order__address__block .comp__order__address__item:nth-child(2){width: 25%; display: flex; flex-direction: column;} .comp__order__address__block .comp__order__address__item:nth-child(3){width: 25%; display: flex; flex-direction: column; align-items: flex-end;} .comp__order__address__block .comp__order__address__line, .comp__order__address__block .comp__order__address__name{font-size: 16px; line-height: 20px; color: #7d7d7d; font-family: 'SF Pro Display', sans-serif; font-weight: 600;} .user__details__form__block{width: 100%; background: #fff; display: flex; padding: 30px 30px 30px 0; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);} .user__details__form__left, .user__details__form__right{width: 50%; padding-left: 30px; position: relative; min-height: 230px;} .my__details__block{display: flex; justify-content: space-between; width: 95%; flex-wrap: wrap;} .my__details__cont{font-family: 'SF Pro Display', sans-serif; width: 50%; font-weight: 700; font-size: 16px;} .my__details__cont .my__details__label{color: #626262;} .my__details__cont .my__details__name{color: #7d7d7d; margin: 15px;} .my__details__btn__block{display: flex; width: 95%; justify-content: flex-end; position: absolute; bottom: 0; right: 5%;} .my__details__btn__block .my__details__edit{background: #2197d2; text-transform: uppercase; color: #fff; border: 1px solid #2197d2; padding: 15px 50px; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; transition: all 0.4s;} .my__details__btn__block .my__details__edit:hover{background: #fff; color: #2197d2;} .order__id__block{width: 100%; background: #fff; display: flex; margin-top: 10px; padding: 10px; align-items: center; position: relative; flex-wrap: wrap; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);} .order__id{font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; color: #626262; margin-right: 25px;} .order__data{font-family: 'SF Pro Display', sans-serif; color: #626262; font-size: 16px; border-right: 1px solid #e0e0e0; padding: 0 25px;} .order__data span{font-size: 15px;} .order__status{font-family: 'SF Pro Display', sans-serif; color: #2197d2; font-size: 16px; border-right: 1px solid #e0e0e0; padding: 0 25px;} .order__status span{font-size: 15px; color: #626262; margin-right: 5px;} .order__amount{font-family: 'SF Pro Display', sans-serif; color: #2197d2; font-size: 16px; border-right: 1px solid #e0e0e0; padding: 0 25px;} .order__amount span{font-size: 15px; color: #626262;} .order__delivery{font-family: 'SF Pro Display', sans-serif; color: #626262; font-size: 16px; padding: 0 25px;} .order__delivery span{font-size: 15px;} .order__id__link{background: #2197d2; color: #fff; font-weight: bold; font-family: 'SF Pro Display', sans-serif; font-size: 16px; padding: 5px 50px; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute; right: 0; top: 0; transition: all 0.4s; border: 1px solid #2197d2;} .order__id__link:hover{background: #fff; color: #2197d2;} .card__first__block .prof__block__title{display: none;} .contact__block__title{font-family: 'SF Pro Display', sans-serif; font-size: 30px; font-weight: 300; color: #fff; margin-top: 70px; margin-bottom: 15px;} .contact__block__hi{font-family: 'SF Pro Display', sans-serif; font-size: 70px; font-weight: bold; color: #fff; margin-bottom: 70px; letter-spacing: 3px; text-transform: uppercase;} .contact__block{background-image: url(/dod_theme/static/src/css/../images/site_bg/product-bg.png); background-repeat: no-repeat; background-position: 0 0, 0 600px, 100% 100%; background-size: 100% 600px, 100% 10px, 100% 30px; width: 100%; position: relative; padding-top: 35px; z-index: 1;} .contact__block:after{content: ""; position: absolute; background-image: url(/dod_theme/static/src/css/../images/site_bg/map.png); background-size: 100% 550px, 100% 10px, 100% 30px; background-position: 0 0, 0 550px, 100% 100%; background-repeat: no-repeat; min-height: 100px; top: 0; left: 0; z-index: -1; opacity: 0.3; width: 100%; height: 100%;} .contact__cont{display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); margin-bottom: 30px;} .contact__cont__left{width: 60%; background: #fff; padding: 50px; position: relative;} .contact__cont__right{width: 40%; background: #0a4271;} .contact__form__label{width: 100%; display: block; margin-bottom: 10px;} .contact__form__label span{font-family: 'SF Pro Display', sans-serif; font-size: 15px; display: block; width: 100%; color: #0a4271; margin-bottom: 10px;} .contact__form__label .contact__form__input{width: 100%; height: 40px; font-family: 'SF Pro Display', sans-serif; font-size: 18px; text-indent: 10px; border: 1px solid #a2a2a2;} .contact__form__text{width: 100%; font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 16px; color: #626262; border: 1px solid #a2a2a2; margin-bottom: 10px; min-width: 100%; max-width: 100%; min-height: 150px; max-height: 150px; padding: 10px; resize: none; white-space: pre; -webkit-appearance: textfield;} .contact__cont__title{font-family: 'SF Pro Display', sans-serif; font-size: 24px; color: #0a4271; font-weight: bold; margin-bottom: 20px;} .contact__icon{position: absolute; right: 50px; top: 50px; font-size: 50px; color: #2197d2;} .cont__form__btn__block{display: flex; width: 100%; justify-content: flex-end; outline: none;} .cont__form__btn{background-color: transparent; font-size: 50px; color: #2197d2; border: none; outline: none;} .contact__cont__right{padding: 50px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; position: relative;} .contact__cont__right .contact__cont__title{color: #fff; margin-bottom: 50px;} .contact__cont__right .contact__icon{color: #fff; top: -25px;} .cont__info__block{display: flex; flex-direction: column;} .cont__info__block .cont__info__item{font-weight: normal; font-size: 22px; color: #fff; text-align: left; margin-bottom: 20px; transition: all 0.4s; display: flex; font-family: 'SF Pro Display', sans-serif; line-height: 25px;} .cont__info__block .cont__info__item:hover{color: #2197d2;} .cont__info__block .cont__info__item i{color: #2197d2; margin-right: 5px; width: 22px; font-size: 22px; display: flex; height: 22px; align-items: center; justify-content: flex-start;} .cont__social__block{display: flex; align-items: center; justify-content: space-between; margin-top: 25px; width: 260px;} .cont__social__block .social__link{color: #fff; text-align: center; vertical-align: middle; display: block; line-height: 35px; border-radius: 2px; transition: all 0.4s; font-size: 25px;} .cont__social__block .social__link:hover{color: #2197d2;} .cont__form__bottom{display: flex; justify-content: space-between;} .cont__form__bottom .request__google{width: 80%;} .cont__form__btn__text{display: none;} .block__404{width: 100%; padding: 100px 0; background: #ebebeb; display: flex; flex-direction: column; justify-content: center; align-items: center;} .block__404__number{color: #2197d2; font-family: 'SF Pro Display', sans-serif; font-size: 300px; text-align: center;} .block__404__title{font-family: 'SF Pro Display', sans-serif; font-size: 70px; color: #2197d2; text-align: center; letter-spacing: 3px;} .block__404__desc{width: 555px; font-size: 23px; letter-spacing: 1px; color: #131925; font-family: 'SF Pro Display', sans-serif; font-weight: 400; text-align: center; margin: 25px auto;} .block__404__back{font-size: 20px; color: #0a4271; font-family: 'SF Pro Display', sans-serif; font-weight: 700; text-align: center; margin-bottom: 35px;} .block__404__back{font-size: 20px; color: #0a4271; font-family: 'SF Pro Display', sans-serif; font-weight: 700; text-align: center; border: 1px solid #0a4271; display: flex; justify-content: center; align-items: center; text-decoration: none; transition: all 0.4s; padding: 15px 30px; background-color: transparent; width: 280px; text-transform: uppercase;} .block__404__back:hover{background: #0a4271; color: #fff;} @media only screen and (max-width: 1280px){.container{width: 100%; margin: 0 auto; padding-left: 15px !important; padding-right: 15px !important;}.user__dropdown .dropdown-menu{right: -250px;}.user__dropdown .dropdown-menu .triangle-with-shadow{right: 20px;}.product__item .product__item__img{width: 200px !important; height: 200px;}.cart__dropdown .product__item__img{width: 60px !important; height: 60px; margin-right: 10px;}.product__item{max-width: calc(33.3% - 12px);}.popular__products__slider .owl-item .product__item{max-width: 100%;}.products__block__shop .container .grid__product:after{content: "" !important; height: 1px; width: calc(33.3% - 12px); margin-bottom: -1px;}.order__id__link{position: relative; margin-top: 10px; margin-left: auto; height: 40px;}.order__id__block{margin-top: 0; margin-bottom: 10px;}.user__details__form__block{margin-bottom: 10px;}.blog__item{max-width: calc(33% - 10px);}} @media only screen and (max-width: 1170px){.confirmation__custom .header .header__top .container .logo__wrapper .logo{width: 110px; height: 25px;}.header .header__top .container .nav__block .nav__list .nav__link{font-size: 16px; padding: 15px 10px;}.testimonial__block .container .testimonial__item .testimonial__item__title{font-size: 16px;}.partners__block .container .partners__block__item .partners__link{width: 135px;}.partners__block .container .partners__block__item .partners__link .partners__logo{width: 120px;}.product__item .product__item__img{width: 200px !important; height: 200px;}.cart__dropdown .product__item__img{width: 60px !important; height: 60px; margin-right: 10px;}.product__item{max-width: calc(33.3% - 12px);}.popular__products__slider .owl-item .product__item{max-width: 100%;}.products__block .container .product__item__sort__cont .product__item__sort{font-size: 15px;}.request__btn__block .request__btn{font-size: 22px;}.product__item__block .container .product__item__desc{height: 425px;}.product__item__block .container .product__item__img__block .product__item__img{width: 100%;}.card__first__block .container .order__details .order__details__bottom__block .cbx__container .cbx span, .card__first__block .container .shipping__details .shipping__details__cont .cbx__container .cbx span, .card__first__block .container .order__details .order__details__footer .cbx__container .cbx span, .card__first__block .container .order__details .order__details__bottom__block .cbx__container .cbx span{font-size: 16px;}.card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__pay__block__desc{margin-bottom: 18px;}.card__first__block .container .order__details .order__details__bottom__block .cbx__container{margin-bottom: 10px;}} @media only screen and (max-width: 992px){.dn{display: none;}.popular__products{padding: 10px 0 0;}.popular__products .block__title, .about__ship .container .popular__products .about__ship__title, .product__item__block .container .product__item__desc .popular__products .product__item__name, .popular__products .product__item__block .container .product__item__desc .product__item__name, .popular__products .about__ship .container .about__ship__title, .popular__products .products__block__title{margin-bottom: 10px;}.testimonial__block .container .testimonial__item{width: 100%; margin-bottom: 10px;}.header__select{display: none;}.banner__menu{display: none;}.header{margin-bottom: 0;}.banner{height: 30vh; min-height: 150px;}.request__block{flex-direction: column;}.request__block .request__block__left, .request__block .request__block__right{width: 100%;}.request__block__right__cont{width: 100%;}.request__block .request__block__input{width: 100%;}.request__block .nice-select.nice-select__sort{width: 100%;}.about__ship{margin: 0;}#header-menu{position: fixed; height: 120vh; width: 50vw; min-width: 250px; top: -10vh; padding: 10vh 0; background-color: rgba(250, 253, 255, 0.97); right: 0; transform: translate(100%); max-width: 300px; z-index: 99999; -webkit-backface-visibility: hidden;}#header-menu .nav-collapse{width: 100%;}#header-menu .nav-collapse ul{display: flex; flex-direction: column;}.header{z-index: 1501;}.user__nav{margin-right: 5px;}.user__nav .mobile-menu-open{position: relative; right: 0; z-index: 9999999; background-color: transparent; border: none; outline: none; display: flex; flex-direction: column; padding-top: 5px;}.user__nav .mobile-menu-open span{display: block; width: 25px; height: 2px; margin-bottom: 5px; position: relative; background: #626262; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;}.user__nav .mobile-menu-open span:first-child{transform-origin: 0% 0%;}.user__nav .mobile-menu-open span:nth-last-child(2){transform-origin: 0% 100%;}.mobile-menu-opened .user__nav .mobile-menu-open span{opacity: 1; transform: rotate(45deg) translate(-17px, -14px); background: #2197d2;}.mobile-menu-opened .user__nav .mobile-menu-open span:nth-last-child(3){opacity: 0; transform: rotate(0deg) scale(0.2, 0.2);}.mobile-menu-opened .user__nav .mobile-menu-open span:nth-last-child(2){transform: rotate(-45deg) translate(0, -1px);}.header .header__top .container .nav__block{flex-direction: column; width: 100%; margin-top: 55px;}.header .header__top .container .nav__block .nav__list{width: 100%;}.header .header__top .container .nav__block .nav__list .nav__link{width: 100%; padding: 10px 20px; display: block; border-bottom: 1px solid #cdcdcd;}body:after{transition: all 0.4s; content: ""; position: absolute; width: 100%; height: 120vh; top: -10vh; left: 0; z-index: 1500; animation: mymove 0.4s; animation-fill-mode: forwards; animation-timing-function: linear; pointer-events: none; background: transparent;}body.mobile-menu-opened:after{background: rgba(0, 0, 0, 0.2);}.user__details__block .container .user__details__item{width: 100px; height: 100px;}.user__details__block .container .user__details__item .user__details__icon{font-size: 35px;}.user__details__block .container .user__details__item .user__details__title_top{font-size: 14px;}.details__bottom .details__submit{font-size: 12px;}.user__details__form__right .details__submit{font-size: 12px; width: calc(42% - 5px);}.book__details__btn__block .book__details__del, .book__details__btn__block .book__details__edit, .book__details__btn__block .book__details__add{padding: 10px 30px; font-size: 14px; margin-top: 10px;}.book__details__btn__block .book__details__add{margin-left: 10px; margin-top: 10px;}.book__details__btn__block{position: relative; margin-top: 10px; flex-wrap: wrap;}.blog__block .blog__banner{background-position: top right -120px; position: relative; z-index: 1; padding-left: 0; text-align: center; margin-bottom: 15px;}.blog__block .blog__banner:after{z-index: -1; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.4); background-clip: content-box;}.blog__block .blog__banner .blog__banner__desc{width: 100%; margin-right: 0; display: flex; flex-direction: column; justify-content: center; align-items: center;}.single__blog__description{height: 150px; overflow: hidden;}.single__blog__title{font-size: 30px;}.single__desc__title{font-size: 22px; margin-bottom: 10px; line-height: 25px;}.product__item__block .container{flex-direction: column; padding-bottom: 0;}.product__item__block .container .product__item__img__block{width: 100%; margin-bottom: 10px;}.product__item__block .container .product__item__img__block .product__item__img{height: 100%;}.product__item__block .container .product__item__desc{width: 100%; height: 425px;}.product__flex__cont{padding-right: 10px; flex-direction: column;}.product__item__block .container .product__desc__rev__block .product__desc__rev__left{width: 100%;}.product__item__block .container .product__desc__rev__block .product__desc__rev__right{width: 100%; padding-top: 10px;}.product__item__block .container .product__desc__rev__block{padding: 15px;}.cart__product__total__block .cart__product__total__form__label .cart__product__total__form__update, .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__cart, .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__checkout{font-size: 12px;}.request__radio__block [type=radio]:checked + label, .request__radio__block [type=radio]:not(:checked) + label{font-size: 15px;}.contact__cont{flex-direction: column; margin-bottom: 10px;}.contact__cont__left{display: flex; flex-direction: column; order: 2; width: 100%; padding: 10px;}.contact__cont__right{order: 1; width: 100%; margin-bottom: 10px; padding: 10px;}.contact__cont__right .contact__icon{top: -25px; right: 0;}.cont__info__block .cont__info__item{font-size: 16px; margin-bottom: 10px;}.contact__cont__title{font-size: 20px;}.contact__icon{right: 10px; top: 5px; font-size: 35px;}.contact__cont__right .contact__cont__title{margin-bottom: 20px;}.comp__order__details__top{font-size: 16px;}.comp__order__address__block .comp__order__address__item .comp__order__address__title{font-size: 14px;}.comp__order__address__block .comp__order__address__item:nth-child(1) .comp__order__address__line{padding-left: 0;}.header__top{border-bottom: 1px solid #2197d2;}.filters__top__block{width: 100%; display: block;}.filters__top__block .filters__btn__block{width: 100%; display: flex; height: 40px;}.filters__top__block .filters__btn__block .filters__btn{width: 50%; height: 40px; background: transparent; border: none; outline: none; display: flex; align-items: center; font-family: 'SF Pro Display', sans-serif; font-size: 16px; justify-content: center;}.filters__top__block .filters__btn__block .filters__btn i{margin-left: 5px; font-size: 24px; margin-top: 2px;}.filters__top__block .filters__btn__block .filters__btn:nth-child(1){border-right: 1px solid #2197d2;}.header .header__top .blur_menu__cont{top: 100px; opacity: 1; border: 0; width: 100vw; height: calc(100vh - 160px); transition: all 0s; border-radius: 0;}.header .header__top .blur_menu__cont .blur_menu .brands__container{width: 100%; height: 100%; display: none;}.header .header__top .blur_menu__cont .blur_menu .categories__container{display: none; width: 100%; -webkit-overflow-scrolling: touch;}.header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont{border: none; height: calc(90vh - 160px); display: flex; justify-content: center; padding: 5px 15px 90px; -webkit-overflow-scrolling: touch;}.header .header__top .blur_menu__cont .blur_menu .brands__container .brands__title{margin-left: 15px;}.header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item{width: calc(50% - 4px);}.header .header__top .blur_menu__cont .blur_menu .categories__container .categories__block .categories__list .categories__link{width: 100%; padding: 10px 0 10px 15px; border-bottom: 1px solid #cdcdcd;}.header .header__top .blur_menu__cont .blur_menu .categories__container .categories__title{padding-left: 15px;}.blur_menu__btn{display: block; position: absolute; bottom: 0; width: 100%; height: 50px; background: #2197d2; color: #fff; border: none; font-family: 'SF Pro Display', sans-serif; font-size: 18px; text-transform: uppercase;}.header .header__top .blur_menu__cont .blur_search .search__result__block{justify-content: space-between; height: calc(100vh - 215px); -webkit-overflow-scrolling: touch;}.modal{z-index: 9999;}.card__first__block .cart__product__steps__block{max-width: 865px; padding: 0 15px; width: auto;}.products__block.card__first__block{background-position: 0 0, 0 225px; background-size: 100% 225px, 20px 20px;}.header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item .brands__top__list:hover{background-color: transparent;}.card__first__block .cart__product__steps__block{margin: 0;}.cart__product__total__block{position: relative; padding: 20px 10px; top: 50px;}.cart__product__total__block .cart__product__total__res{position: absolute; top: -50px; left: 0; width: 100% !important; background: #fff !important;}.cart__product__total__block .cart__product__total__res:hover{color: #0a4271 !important;}.cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__left{width: 100%;}.cart__product__total__block .cart__product__total__bottom{flex-direction: column; margin-top: 20px; padding: 20px 0 0;}.cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right{width: 100%;}.cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__checkout{width: 100%; margin-top: 20px;}.card__first__block .container{flex-direction: column;}.card__first__block .container .order__details, .card__first__block .container .shipping__details{width: 100%;}.card__first__block .container .order__details .order__details__top__block, .card__first__block .container .shipping__details .shipping__details__cont{padding: 0 10px 30px;}.card__first__block .container .shipping__details .shipping__details__address{padding: 0 10px; font-size: 16px; height: auto;}.card__first__block .container .order__details .order__details__top__block .order__details__products .order__details__products__list, .card__first__block .container .order__details .order__details__top__block .order__details__top .order__details__title{font-size: 16px;}.header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right{width: 100%;}.header .header__top .blur_menu__cont .blur_search .search__result__block .product__item{max-width: calc(50% - 5px);}.product__item .product__item__bottom{width: 98%;}.card__first__block .container{padding: 0 50px 10px;}.third__btn__block{flex-direction: column;}.third__btn__block .third__btn__cont{margin-top: 10px; width: 100%; margin-left: 0; display: flex; justify-content: center; font-size: 16px;}.third__btn__block .third__btn__home{width: 100%; display: flex; justify-content: center; font-size: 16px;}.card__first__block .container .shipping__details .shipping__details__cont .shipping__details__top{flex-direction: column; justify-content: flex-start; align-items: flex-start;}.card__first__block .container .shipping__details .shipping__details__cont .shipping__details__top a{margin-left: 0; margin-top: 10px;}.card__first__block .container .shipping__details .shipping__details__cont .shipping__details__title{font-size: 16px;}.shop__cart .shop__cart__icon{font-size: 110px;}.shop__cart .shop__cart__check{top: -20px; left: 80px; font-size: 44px; border-radius: 50%; width: 55px; height: 55px;}.shop__cart{margin: 30px auto 20px;}.third__title{font-size: 20px;}.popular__products__shop__m .block__title, .popular__products__shop__m .products__block__title, .popular__products__shop__m .about__ship .container .about__ship__title, .about__ship .container .popular__products__shop__m .about__ship__title, .popular__products__shop__m .product__item__block .container .product__item__desc .product__item__name, .product__item__block .container .product__item__desc .popular__products__shop__m .product__item__name{font-size: 20px; margin-bottom: 20px;}.blog__sort__search{display: block;}.faq__accordion__cont .card .accordion__title .btn-link{padding-left: 0; text-align: left;}.user__nav .search__nav, .user__nav .cart__nav, .user__nav{padding: 0; margin: 0; margin-right: 10px;}.user__nav .mobile-menu-open{padding: 0; margin: 0; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center;}.mobile-menu-opened .user__nav .mobile-menu-open{padding: 0; top: 10px;}.shipping__details__address__form{margin-bottom: 10px; padding: 0;}.shipping__details__address__form .card.card-body{padding: 0;}.shipping__details__address__form .card.card-body .shipping__details__cont{padding-bottom: 10px;}.about__ship .container{padding: 10px 30px 10px;}.header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__btn, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__btn{padding: 0; right: 10px;}.blog__sort__search .blog__sort__search__btn{padding: 0;}.prof__block{padding-top: 0;}.faq__accordion__cont .card-body{padding: 10px 0;}.order__details__block__top__cont{width: 100%;}.card__first__block .container .order__details .order__details__bottom__block{padding: 20px 10px 21px;}.card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__nav__block{width: 100%;}.block__404{padding: 50px 0;}.block__404__number{font-size: 200px;}.block__404__title{font-size: 35px;}.block__404__desc{width: 300px; font-size: 16px;}.block__404__back{font-size: 16px; width: 245px;}.mob__dn{display: block;}.countries__dropdown{position: fixed; height: 100%; z-index: 999999999; top: 0;}.countries__dropdown .select2-results{max-height: calc(100vh - 110px); display: flex;}.countries__dropdown .select2-results__options{max-height: 100% !important; width: 100%;}.countries__dropdown .select2-search.select2-search--dropdown{background: #f3f3f3 !important;}.countries__dropdown .select2-search.select2-search--dropdown .select2-search__field{border-radius: 15px; border: 1px solid #2197d2 !important; height: 30px !important; text-indent: 10px !important; margin: 10px 0 !important;}.countries__dropdown .select2-results__option{border-bottom: 1px solid #e1dfde; width: 100%; font-family: 'SF Pro Display', sans-serif; font-size: 16px; padding: 0; margin: 0;}.countries__dropdown .select2-results__option .item{display: flex; flex-direction: column;}.countries__dropdown .select2-results__option .item .header{width: 100%; background: #e1dfde; color: #28242b; padding-left: 10px; border-bottom: 1px solid #e1dfde;}.countries__dropdown .select2-results__option .item .text{padding: 10px 5px; display: flex; align-items: center; flex-wrap: wrap;}.countries__dropdown .select2-results__option .item .text img{margin-right: 10px; border: 1px solid #e7eaf0;}.countries__dropdown .select2-results__option .item .text .capital{display: block; width: 100%; text-transform: capitalize; margin-left: 35px; font-size: 14px;}.select2-results__options .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color: #2197d2; color: white;}.countries__select + .select2-container{width: 100% !important;}.countries__dropdown__cont{display: flex; justify-content: center; position: relative; height: 50px; align-items: center; border-bottom: 1px solid #2197d2;}.countries__dropdown__cont .countries__back{background-color: transparent; background: none; border: none; color: #2197d2; position: absolute; left: 10px; top: 8px; font-size: 22px; outline: none;}.countries__dropdown__cont .countries__dropdown__title{font-family: 'SF Pro Display', sans-serif; font-size: 18px;}.countries__dropdown__cont .countries__search{position: absolute; top: 70px; right: 15px; color: #2197d2; font-size: 20px;}.countries__select + .select2{width: 32px !important; height: 22px !important;}.countries__select + .select2 .selection .select2-selection{border: 0 !important; background: transparent !important; border-radius: 0 !important; height: 22px; display: flex; align-items: center; justify-content: center;}.countries__select + .select2 .selection .select2-selection .select2-selection__rendered{padding: 0 !important; display: flex; align-items: center; justify-content: center;}.countries__select + .select2 .selection .select2-selection .select2-selection__rendered img{width: 28px !important;}.countries__select + .select2 .selection .select2-selection .select2-selection__arrow{display: none;}.nav__list.mob__dn{width: 100%; padding: 10px 20px; display: flex; border-bottom: 1px solid #cdcdcd; font-size: 16px; letter-spacing: 1px; line-height: 29px; color: #626262; font-family: 'SF Pro Display', sans-serif; font-weight: 300; text-transform: uppercase; transition: all 0.4s; justify-content: space-between; align-items: center;}.nav__list.mob__dn label{display: flex; flex: 1;}.header .header__top .blur_menu__cont .blur_menu{padding-top: 0;}.header .header__top .blur_menu__cont .blur_menu .categories__container .categories__title, .header .header__top .blur_menu__cont .blur_menu .brands__container .brands__title, .header .header__top .blur_menu__cont .blur_menu__cont__close{display: none;}} @media only screen and (max-width: 768px){.container{padding-left: 10px !important; padding-right: 10px !important;}.footer{padding: 22px 0 0;}.footer .container .footer__info .footer__sub__form{margin-top: 0;}.footer .container .footer__info .social__block{margin-top: 5px;}.footer:before{height: 15px;}.footer .footer__copyright{margin-top: 10px;}.footer .container .footer__item{width: 35%;}.footer .container .footer__item{width: 40%;}.footer .container .footer__pay{width: 214px;}.product__item{max-width: calc(50% - 12px);}.about__ship .container .about__ship__title{font-size: 28px; margin-bottom: 15px;}.about__ship .container p{font-size: 16px; text-align: justify; margin-top: 0; margin-bottom: 10px;}.footer .container .footer__pay .footer__nav__block .footer__nav__list{width: 70px;}.footer .container{flex-direction: column; justify-content: flex-start; background-position: center; width: 280px; padding-bottom: 0;}.footer .container .footer__item{display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: flex-start; margin-top: 10px;}.footer .container .footer__item .footer__nav__block{display: flex; flex-direction: column; justify-content: center; align-items: center;}.footer .container .footer__nav__title{display: flex; width: 100%; justify-content: flex-start; align-items: flex-start; margin-bottom: 10px;}.footer .container .footer__pay{margin: 0 auto;}.footer .container .footer__pay .footer__nav__block{width: 100%; justify-content: space-around; flex-direction: row;}.footer .container .footer__nav{display: none;}.footer .container .norton__logo{display: none;}.prof__block__title{font-size: 30px;}.prof__block .container .prof__block__cont__title{margin-bottom: 10px; font-size: 22px;}.prof__block .container p{font-size: 16px; text-align: justify; margin-bottom: 10px;}.testimonial__block{margin-top: 0;}.blog__block .container{padding-bottom: 0 !important;}.popular__products__shop__m .block__title, .popular__products__shop__m .products__block__title, .popular__products__shop__m .about__ship .container .about__ship__title, .about__ship .container .popular__products__shop__m .about__ship__title, .popular__products__shop__m .product__item__block .container .product__item__desc .product__item__name, .product__item__block .container .product__item__desc .popular__products__shop__m .product__item__name{margin-bottom: 10px; padding: 0 11px;}.prof__block .container .prof__btn__block{flex-direction: column; margin-bottom: 0;}.prof__block .container .prof__btn__block .prof__btn{margin: 0; margin-bottom: 10px; width: 100%;}.request__btn__block{flex-direction: column;}.request__btn__block .request__google{width: 100%; object-fit: contain; object-position: center;}.request__btn__block .request__btn{width: 100%; margin-top: 10px; height: 40px;}.prof__block .container{padding: 10px 30px;}.faq__accordion__cont{flex-direction: column; margin-top: 10px; padding: 10px 15px 10px;}.faq__accordion__cont .faq__accordion__left{width: 100%; border-right: 0; padding-right: 0;}.faq__accordion__cont .faq__accordion__right{width: 100%; padding-left: 0;}.faq__accordion__cont .card .accordion__title .btn-link{font-size: 14px; text-align: left; border-bottom: 1px solid #e8e8e8; margin-left: 10px;}.faq__accordion__cont .faq__accordion__title{font-size: 22px; margin-bottom: 10px;}.products__block{background-position: 0 0, 0 70px; background-size: 100% 70px, 20px 20px; padding: 10px 0 10px;}.products__block__title, .faq__block .faq__block__title{font-size: 30px;}.user__details__block .container .user__details__item{width: 55px; height: 55px;}.user__details__block .container .user__details__item .user__details__title_top{display: none;}.user__details__block .container .user__details__item .user__details__icon{font-size: 25px; margin-bottom: 0;}.cart__product__item .cart__product__name .cart__product__name__img{width: 50px; height: 50px;}.details__first__block{padding-top: 0;}.details__first__block .container{padding: 15px 10px 10px;}.user__details__form__block{flex-direction: column; padding: 0;}.user__details__form__left, .user__details__form__right{width: 100%; padding-left: 10px;}.user__details__form__left{border: 0;}.user__details__label{width: 100%;}.user__details__form__right{margin-top: 20px;}.user__details__title{width: 100%;}.details__bottom{width: 100%;}.book__details__block{padding: 10px;}.my__details__btn__block{position: relative; width: 100%; right: 0; left: 0; margin: 0 auto;}.my__details__btn__block .my__details__edit{width: 100%; text-align: center; padding: 10px 50px;}.order__id__block{flex-direction: column;}.order__id, .order__data, .order__status, .order__amount, .order__delivery{border-right: 0; border-bottom: 1px solid #e0e0e0; margin: 0; margin-bottom: 5px; padding: 0; padding-bottom: 5px; width: 100%;}.order__id__link{margin-top: 5px; width: 100%; text-transform: uppercase;}.order__status{display: flex; justify-content: space-between; flex-direction: row;}.order__amount{display: flex; justify-content: space-between; flex-direction: row;}.header .header__top .blur_menu__cont .blur_search{padding: 35px 20px;}.header .header__top .blur_menu__cont .blur_search .search__result__block .product__item{max-width: 99%; width: 99%;}.blog__item{max-width: calc(50% - 10px);}.product__item__block{-webkit-background-size: 0; background-size: 0; padding: 10px 0 10px;}.product__item__block .container{padding-top: 0;}.product__item__block .container .product__item__desc .product__item__name{font-size: 18px;}.product__item__block .container .product__item__desc .product__item__price__block .discount__quantity{width: 100%; margin-top: 10px;}.product__item__block .container .product__item__desc .product__breadcrumb{padding-bottom: 10px; width: 100%; overflow: hidden; white-space: nowrap;}.product__item__block .container .product__item__desc{height: auto;}.product__item__block .container .product__item__desc .discount__block{padding-left: 0; align-items: center;}.product__item__block .container .product__item__desc .discount__block .discount__price__label{font-size: 12px;}.product__item__block .container .product__item__desc .discount__block .discount__price{font-size: 22px;}.product__item__block .container .product__item__desc .discount__block .suggested__price{font-size: 22px;}.product__item__block .container .product__item__desc{padding: 15px;}.cart__product__total__block{flex-direction: column; margin-bottom: 50px;}.cart__product__total__block .cart__product__total__form__cont, .cart__product__total__block .cart__product__total__totals__cont{width: 100%;}.products__block__shop .container .list__product .product__item .product__item__cont{height: auto; padding: 10px 0 10px 10px;}.products__block__shop .container .list__product .product__item .product__item__cont .product__item__desc__text{display: none;}.products__block__shop .container .list__product .product__item .product__item__img{width: 120px !important; height: 120px;}.products__block__shop .container .list__product .product__item .product__item__cont .product__item__title{line-height: 25px; height: auto; font-size: 16px;}.products__block__shop .container .list__product .product__item .product__item__cont .product__item__bottom{margin: 0;}.product__sort__block__cont{flex-direction: column; margin-bottom: 15px; position: relative;}.product__sort__block__cont .toolbar-shorter__cont{display: flex; align-items: flex-start; flex-direction: column;}.product__sort__block__cont .product__sort__grid__list{margin-bottom: 10px; position: absolute; right: 0;}.product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter label{width: 60px;}.product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter{margin-bottom: 10px;}.products__block__shop{background-position: 0 0, 0 70px; background-size: 100% 140px, 20px 20px; padding: 20px 0 10px;}.reg__form__cont{flex-direction: column;}.reg__modal .reg__form__left, .reg__modal .reg__form__right{width: 100%;}.request__radio__block span{margin-right: 10px;}.reg__modal .reg__bottom{flex-direction: column;}.reg__modal .or__login{margin-bottom: 10px;}.reg__modal .reg__file__label{margin-left: 0; margin-bottom: 20px;}.contact__block__title{margin-top: 0; margin-bottom: 10px; font-size: 24px;}.contact__block__hi{font-size: 40px; margin-bottom: 10px;}.contact__block{background-size: 100% 300px, 100% 10px, 100% 30px; background-position: 0 0, 0 300px, 100% 100%; padding-top: 15px;}.contact__block:after{background-size: 100% 300px, 100% 10px, 100% 30px; background-position: 0 0, 0 300px, 100% 100%;}.popular__products__slider .owl-nav .owl-prev{left: -15px; font-size: 40px !important; top: 115px;}.popular__products__slider .owl-nav .owl-next{right: -15px; font-size: 40px !important; top: 115px;}.my__details__cont .my__details__name{margin-left: 0;}.details__first__block{background-position: 0 0, 0 80px; background-size: 100% 80px, 20px 20px;}.order__details__block{padding: 10px;}.header .header__top .blur_menu__cont .blur_menu .brands__container .brands__top__cont .brands__top__item{width: calc(100% - 4px);}.cart__product__steps__number{display: none;}.cart__product__steps__number:after{display: none;}.products__block.card__first__block{background-position: 0 0, 0 70px; background-size: 100% 70px, 20px 20px;}.cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals{width: 100%;}.cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals{width: 100%;}.cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__order-totals{width: 100%;}.cart__product__total__block .cart__product__total__title{width: 100%;}.cart__product__total__block .cart__product__total__form__country{width: 100%;}.cart__product__total__block .cart__product__total__form__label{width: 100%; flex-direction: column;}.cart__product__total__block .cart__product__total__form__label .cart__product__total__form__country{width: 100%;}.cart__product__total__block .cart__product__total__form__label .cart__product__total__form__update{width: 100%;}.card__first__block .cart__product__steps__block{padding: 0; height: 40px; margin-top: 20px; background: #fff; border: 1px solid #2197d2; justify-content: flex-start;}.card__first__block .cart__product__steps__block .cart__product__steps__item{width: calc(100% / 3); height: 100%;}.card__first__block .cart__product__steps__block .cart__product__steps__item:nth-child(2){position: relative; z-index: 1;}.card__first__block .cart__product__steps__block .cart__product__steps__item:nth-child(2):after{content: ""; right: -39px; top: -1px; z-index: 1; position: absolute; border: 20px solid transparent; border-left: 20px solid #2197d2;}.card__first__block .cart__product__steps__block .cart__product__steps__item:nth-child(2):before{content: ""; right: -38px; top: -1px; z-index: 2; position: absolute; border: 20px solid transparent; border-left: 20px solid #fff;}.card__first__block .cart__product__steps__block .cart__product__steps__item.active{background: #2197d2; position: relative; z-index: 1;}.card__first__block .cart__product__steps__block .cart__product__steps__item.active:after{content: ""; right: -38px; top: 0; z-index: 1; position: absolute; border: 19px solid transparent; border-left: 20px solid #2197d2;}.card__first__block .cart__product__steps__block .cart__product__steps__item.active .cart__product__steps__title{color: #fff;}.card__first__block .cart__product__steps__block .cart__product__steps__item.completed{background: #2197d2; position: relative;}.card__first__block .cart__product__steps__block .cart__product__steps__item.completed:nth-child(2){z-index: 3;}.card__first__block .cart__product__steps__block .cart__product__steps__item.completed:nth-child(2):after{content: ""; right: -37px; top: 0; z-index: 1; position: absolute; border: 19px solid transparent; border-left: 20px solid #2197d2;}.card__first__block .cart__product__steps__block .cart__product__steps__item.completed:nth-child(2):before{content: ""; right: -38px; top: 0; z-index: 1; position: absolute; border: 19px solid transparent; border-left: 20px solid #fff;}.card__first__block .cart__product__steps__block .cart__product__steps__item.completed:nth-child(1){z-index: 4;}.card__first__block .cart__product__steps__block .cart__product__steps__item.completed:nth-child(1):after{content: ""; right: -37px; top: 0; z-index: 1; position: absolute; border: 19px solid transparent; border-left: 20px solid #2197d2;}.card__first__block .cart__product__steps__block .cart__product__steps__item.completed:nth-child(1):before{content: ""; right: -38px; top: 0; z-index: 1; position: absolute; border: 19px solid transparent; border-left: 20px solid #fff;}.card__first__block .cart__product__steps__block .cart__product__steps__item.completed .cart__product__steps__title{color: #fff;}.card__first__block .cart__product__steps__block .cart__product__steps__item.active:nth-child(2):before{border-left: 20px solid #2197d2;}.card__first__block .cart__product__steps__block .cart__product__steps__item .cart__product__steps__title{width: 100%; height: 100%; color: #2197d2; font-size: 14px; display: flex; align-items: center; justify-content: center; margin-top: 0; text-align: center;}.card__first__block .prof__block__title{display: block;}.about__ship .container .ship__logo__block .ship__logo__link{display: flex; width: auto; margin-bottom: 10px; justify-content: center;}.about__ship .container .ship__logo__block .ship__logo{height: 30px;}.cart__product__top{display: none;}.cart__product__item .cart__product__name, .cart__product__top .cart__product__name{padding-left: 10px; position: relative; width: 100%;}.cart__product__item .cart__product__price{position: absolute; left: 80px; top: 35px;}.cart__product__item .cart__product__name .cart__product__name__title{left: 35px; width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: absolute; top: 0;}.cart__product__item .cart__product__del{width: 30px; height: 90px;}.cart__product__item .cart__product__total{display: none;}.cart__product__item{position: relative;}.cart__product__item .cart__product__price{margin-left: 18px;}.cart__product__item .cart__product__quantity .product__item__count__block{position: absolute; right: 10px; height: 30px; top: 30px;}.card__first__block .container{margin-top: 10px;}.card__first__block .container .order__details .order__details__bottom__block .cbx__container .cbx span, .card__first__block .container .shipping__details .shipping__details__cont .cbx__container .cbx span, .card__first__block .container .order__details .order__details__footer .cbx__container .cbx span, .card__first__block .container .order__details .order__details__bottom__block .cbx__container .cbx span{font-size: 13px;}.card__first__block .container .order__details .order__details__footer{flex-direction: column; height: auto;}.card__first__block .container .shipping__details .shipping__details__cont .shipping__details__form__bottom{flex-direction: column;}.card__first__block .container .shipping__details .shipping__details__cont .shipping__details__form__bottom .shipping__details__label{width: 100%;}.card__first__block .container .order__details .order__details__footer .order__details__checkout{width: 100%; display: flex; height: 45px; margin-top: 10px; font-size: 16px;}.card__first__block .container .order__details .order__details__footer .cbx__container{width: 100%; height: 45px;}.card__first__block .container .shipping__details .shipping__details__address{width: 100%; background: #2197d2; text-align: center; color: #fff; height: 45px; display: flex; margin-bottom: 10px; justify-content: center;}.order__details__block{display: flex; flex-wrap: wrap;}.comp__order__address__block{width: 100%; display: flex; flex-wrap: wrap; padding-top: 10px;}.comp__order__address__block .comp__order__address__item:nth-child(1){width: 100%;}.comp__order__address__block .comp__order__address__item:nth-child(2), .comp__order__address__block .comp__order__address__item:nth-child(3){width: 50%; margin-top: 20px;}.comp__order__address__block .comp__order__address__item:nth-child(3) .comp__order__address__title{text-align: right; height: 14px; overflow: hidden;}.comp__order__details__row .order__details__row__item:nth-child(3) span{height: 21px; overflow: hidden; display: block; line-height: 20px; width: 75%; text-overflow: ellipsis; white-space: nowrap;}.products__block__home{background-size: 100% 40px, 20px 20px;}.products__block__home .container{margin-top: 48px;}.cont__form__bottom{flex-direction: column; width: 100%; margin-top: -10px;}.cont__form__bottom .request__google{height: 75px; width: auto; object-fit: contain;}.cont__form__bottom .cont__form__btn__block{margin: 10px auto;}.cont__form__bottom .cont__form__btn__block .cont__form__btn{background: #2197d2; color: #fff; text-align: center; font-size: 22px; width: 100%; height: 50px; font-family: 'SF Pro Display', sans-serif; text-transform: uppercase; outline: none;}.cont__form__bottom .cont__form__btn__block .cont__form__btn i{display: none;}.cont__form__bottom .cont__form__btn__block .cont__form__btn .cont__form__btn__text{display: block;}.user__details__form__block{background-color: transparent;}.user__details__form__left{background: #fff; padding: 10px;}.user__details__form__left .my__details__block .my__details__cont{width: 100%; display: flex; align-items: center; justify-content: space-between;}.user__details__form__right{margin-top: 10px; background: #fff; padding: 10px;}.user__details__form__right .my__details__block{width: 100%;}.details__bottom .details__submit{font-size: 16px;}.user__details__form__right .details__submit{font-size: 16px; text-transform: uppercase; width: 100%;}.book__details__btn__block .book__details__del, .book__details__btn__block .book__details__edit, .book__details__btn__block .book__details__add{font-size: 16px; text-transform: uppercase;}.cont__social__block{margin-top: 0px; width: 245px;}.banner{height: 20vh; min-height: 120px; background-size: cover;}.block__title, .product__item__block .container .product__item__desc .product__item__name, .about__ship .container .about__ship__title, .products__block__title{font-size: 22px; margin-bottom: 10px;}.products__block .container{padding: 10px 10px 0;}.popular__products__shop{margin: 0;}.products__block.products__block__shop .owl-item.active{display: flex; justify-content: center;}.product__item__block .container{padding: 0 10px;}.about__ship .container .ship__logo__block{margin-top: 10px;}.cart__product__total__block .cart__product__total__form__label .cart__product__total__form__update, .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__cart, .cart__product__total__block .cart__product__total__bottom .cart__product__total__bottom__right .cart__product__total__update__checkout{font-size: 16px; text-transform: uppercase;}.card__first__block .container{padding: 0 10px;}.card__first__block .container .order__details .order__details__top__block, .card__first__block .container .shipping__details .shipping__details__cont{padding-top: 10px; padding-bottom: 10px;}.cart__product__item .cart__product__quantity .product__item__count__block .product__item__count__input{font-size: 20px; display: flex; align-items: center; justify-content: center;}.products__block .container .product__item__sort__block{top: -30px;}.blog__block .container .show__more__cont{margin-top: 0; margin-bottom: 20px;}.products__block .container .show__more__cont{margin-bottom: 20px;}.partners__block{padding: 10px 0 0;}.block__404__title{font-size: 25px;}.block__404__number{font-size: 170px; margin-bottom: 20px;}.block__404{padding: 20px 0;}.block__404__back{font-size: 16px; width: 245px; margin-bottom: 0;}.block__404__desc{margin: 20px 0;}.cart__product__total__block .nice-select.nice-select__sort{width: 100%;}} @media only screen and (max-width: 560px){.product__item{max-width: 100%; width: 100%; margin-bottom: 10px;}.products__block .container .product__item__sort__cont .product__item__sort{font-size: 14px; width: 33.3%; display: flex; padding: 11px 0; align-items: center; justify-content: center;}.products__block .container .product__item__sort__cont{width: 100%;}.request__btn__block .request__btn{font-size: 18px;}.blog__item{max-width: 100%; margin-bottom: 10px;}.product__item__block .container .product__item__desc .discount__block .discount__price__label{font-size: 10px;}.product__item__block .container .product__item__desc .discount__block .discount__price{font-size: 20px;}.product__item__block .container .product__item__desc .discount__block .suggested__price{font-size: 20px;}.product__item__block .container .product__item__desc .product__item__price__block .product__item__price{font-size: 35px; width: auto;}.product__item__block .container .product__item__desc .product__item__price__block{padding-left: 0; justify-content: space-between;}.product__item__block .container .product__item__desc .product__item__price__block .product__item__count__block{margin-right: 0;}.product__item__block .container .product__item__desc .product__item__btn__block{justify-content: space-between; padding: 10px 0 0px;}.product__item__block .container .product__item__desc .product__item__btn__block .product__item__buy, .product__item__block .container .product__item__desc .product__item__btn__block .product__item__add__cart{margin-right: 0; padding: 10px 20px; margin-bottom: 0;}.product__item__block .container .product__item__desc .product__item__desc__text__bottom .product__item__desc__text{padding-left: 0;}.popular__products__shop.popular__products__shop__single{background: #ebebeb;}.product__rev__form__bottom{flex-direction: column;}.product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__bottom{justify-content: flex-start;}.product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__bottom .stars{margin-right: 0; margin-bottom: 10px;}.product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__bottom .product__rev__user__btn{width: 100%;}.product__item__block .container .product__desc__rev__block .product__desc__rev__right .product__rev__form__message{margin-bottom: 10px; margin-top: 0;}.card__first__block .cart__product__steps__block .cart__product__steps__item .cart__product__steps__title{position: relative; z-index: 9; width: 65px;}.cart__product__item .cart__product__del{width: 30px; height: 70px;}.blog__block .container{justify-content: center;}.product__item__block .container .product__item__desc .product__breadcrumb .breadcrumb__list:last-child .breadcrumb__link{width: 30%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 18px;}.popular__products__slider .owl-nav .owl-next{right: 0;}.popular__products__slider .owl-nav .owl-prev{left: 0;}.partners__block .container .partners__block__item .partners__link{width: 165px;}.partners__block .container .partners__block__item .partners__link .partners__logo{width: 140px;}.product__item__block .container .product__item__desc .product__item__btn__block .stars{margin-left: 0;}.product__item__block .container .product__desc__rev__block .product__desc__rev__left .product__desc__rev__user__block{margin-bottom: 10px;}.about__ship .container .ship__logo__block .ship__logo{height: 25px;}.cart__product__total__block .cart__product__total__totals__cont .cart__product__totals__cont__subtotals .toolbar-shorter{width: 145px;}} @media only screen and (max-width: 425px){.book__details__btn__block .book__details__del, .book__details__btn__block .book__details__edit, .book__details__btn__block .book__details__add{width: 100%; text-align: center; margin-left: 0;}.book__details__btn__block{justify-content: center;}.details__bottom .user__details__label{width: 100%;}.details__bottom{flex-direction: column;}.details__bottom .details__submit{margin-top: 10px; width: 100%;}.user__details__form__right .details__submit{width: 100%;}.my__details__block{flex-direction: column;}.cart__dropdown .dropdown-menu{right: -285px;}.book__address__row{padding-left: 0;}.my__details__cont .my__details__name{margin: 15px 0 15px;}.products__block .container .product__video{height: 240px;}.products__block__shop .container .list__product .product__item{flex-direction: column;}.list__product .product__item .product__item__link{transition: all 0.4s; display: flex; justify-content: flex-start; width: 100%;}.header .header__top .blur_menu__cont .blur_search .search__form__cont{margin-top: 10px;}.contact__block{background-size: 100% 300px, 100% 10px, 100% 30px; background-position: 0 0, 0 300px, 100% 100%;}.contact__block:after{background-size: 100% 175px, 100% 10px, 100% 30px; background-position: 0 0, 0 300px, 100% 100%;}.about__ship .container .ship__logo__block .ship__logo{height: 20px;}.about__ship .container .ship__logo__block .ship__logo__link{width: auto;}} @media only screen and (max-width: 375px){.cart__dropdown .dropdown-menu{right: -275px;}.product__item__block .container .product__item__img__block{height: 300px;}.card__first__block .container .order__details .order__details__bottom__block .order__pay__block .order__nav__block .order__nav__list .order__nav__link{width: 47px; height: 40px; font-size: 30px;}} @media only screen and (max-width: 320px){.cart__dropdown .dropdown-menu{right: -260px;}.cart__dropdown .dropdown-menu .triangle-with-shadow{right: 70px;}.partners__block .container .partners__block__item .partners__link{width: 165px;}.partners__block .container .partners__block__item .partners__link{width: 140px;}.partners__block .container .partners__block__item .partners__link .partners__logo{width: 130px;}.about__ship .container .ship__logo__block .ship__logo{height: 18px;}.product__sort__block__cont .toolbar-shorter__cont .toolbar-shorter .nice-select__sort{min-width: 145px; max-width: 145px;}} 

/* /dod_theme/static/src/css/custom.css defined in bundle 'web.assets_frontend' */
.pt-2, .py-2, .mt-2, .my-2{padding: 0 !important; min-width: 100% !important; margin: 0 !important;} .p1{font-family: 'SF Pro Display', sans-serif !important;} .one_currency{border: 1px solid #a8aaad; height: 20px; font-size: 14px; padding: 1px; border-radius: 2px; text-transform: uppercase; font-family: 'SF Pro Display', sans-serif; white-space: nowrap; display: block; overflow: hidden; color: #626262;} .product__desc__container p{font-size: 18px !important;} .product__desc__container span .p1{font-size: 18px !important;} .nice-select__count li{padding: 0px !important;} .nice-select__count li a{display: block; text-align: center;} .tab-content{width: 100%;} .faq_admin{list-style-type: disc !important;} .brands__container{overflow-y: scroll;} .product__item__block .container .tab-content{height: auto; overflow-y: hidden; margin-top: 15px;} .brands__container::-webkit-scrollbar{cursor: pointer; width: 6px;} .brands__container::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 10px;} .brands__container::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .brands__container::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .mt16{margin-top: 10px !important;} .invalid-feedback{display: block;} .cont__form__btn__custom{display: none;} .was-validated .form-control:invalid, .form-control.is-invalid{background-image: none !important;} .reg__form__right input{padding-left: 10px !important;} .products__block .container .tab-content #mwanted, .products__block .container .tab-content #narrival, .products__block .container .tab-content #bseller{display: none; position: relative; flex-wrap: wrap; justify-content: space-between;} .products__block .container .tab-content #mwanted.active, .products__block .container .tab-content #narrival.active, .products__block .container .tab-content #bseller.active{display: flex; justify-content: flex-start !important; width: calc(100% + 20px); position: relative !important; margin-left: -9.5px !important;} .products__block .container .tab-content #mwanted.active .item.product__item, .products__block .container .tab-content #narrival.active .item.product__item, .products__block .container .tab-content #bseller.active .item.product__item{margin: 18px 9.5px 0 !important;} .product__item{min-width: 300px;} .recapcha_custom{display: flex; justify-content: center; margin: 5px 10px 20px 10px;} .product__item__favorite{background-color: transparent; outline: none; border: none;} .no_pay_product{padding-top: 15px;} .product__item__block .container .product__item__desc .product__item__price__block .product__item__price{width: auto;} .product__item__block .container .product__item__desc{width: 68%;} .delivery_select{background: none; border: none; text-align: right; padding-right: 0; color: #2197d2;} .delivery_select:after{display: none !important;} .product__item form{width: 100%;} .order__details__checkout__button:hover{color: #2197d2;} .order__details__checkout__button{text-transform: uppercase; background: transparent; border: none; color: white; cursor: pointer; height: 100%; font-family: 'SF Pro Display', sans-serif; font-size: 24px; outline: none; box-sizing: border-box; font-weight: bold;} .dod_custom_button.custom_prev_btn{border: 1px solid #2197d2;} .dod_custom_button.custom_prev_btn:hover{background: #2197d2; color: #fff;} .dod_custom_button{background: #2197d2; text-transform: uppercase; color: #fff; border: 1px solid #2197d2; padding: 15px 50px; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; transition: all 0.4s;} .dod_custom_button:hover{background: #fff; color: #2197d2;} .dod_custom_button.btn-block{padding: 13.5px 50px;} .dod_custom_button.small_button{padding: 10px 0; display: block; width: 100%; text-align: center;} .dod_custom_button.xsmall_button{padding: 5px; font-size: 80%;} .order__details__products__list a{display: flex;} .order__details__products__name{width: 190px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-right: 5px; display: block; color: #626262;} .order__details__products__name + span, .dod_address_style .card-body .fa-edit, .dod_address_style .card-body > a, .o_portal_invoice_sidebar [data-target="#invoice_chatter"], .o_portal_submenu.breadcrumb .breadcrumb-item:not(.active) a, .o_portal .record_pager a{color: #2197d2;} .o_portal_submenu.breadcrumb{padding-left: 12px !important;} .dod_address_style .card-body, .dod_address_style .card-footer{padding: 0;} .dod_address_style .card{padding: 10px; line-height: 20px; border-bottom: 1px solid #ebebeb !important;} .dod_address_style .card-body{min-height: 100px;} .dod_address_style{margin-bottom: 10px;} .p0{padding: 0 !important;} .mt10{margin-top: 10px;} .shipping__details__cont.mt10{padding: 15px 20px !important;} .o_portal_invoice_sidebar .card-body{font-family: 'SF Pro Display', sans-serif; font-size: 21px; color: #626262;} div.product__desc__rev__block > .tab-content{width: 100%;} .o_rating_star_card{height: 37px !important;} .o_portal_chatter_puslished_date{font-family: 'SF Pro Display', sans-serif; width: 100%; color: #cfcfcf; font-size: 12px;} .footer .container .footer__pay .norton__link, .partners__block .container .partners__block__item .partners__link, .footer .container .footer__pay .footer__nav__block .footer__nav__list{cursor: default;} .footer__sub__form__btn{background: #2197d2; color: #fff; outline: none; border: none; font-size: 12px; font-weight: bold; text-transform: uppercase; width: 80px; height: 100%; transition: all 0.4s; border-top-right-radius: 5px; border-bottom-right-radius: 5px;} .footer__sub__form__btn:hover{background: #fff; color: #2197d2;} .footer .container .footer__info .footer__sub__form{width: 260px;} .details__first_name label{font-family: 'SF Pro Display', sans-serif; font-size: 15px; color: #626262; margin-bottom: 5px; font-weight: normal; padding: 0; line-height: 15px;} .user__details__form__block form{width: 100%; -webkit-box-sizing: unset; -moz-box-sizing: unset; box-sizing: unset;} .user__details__input{-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; width: 95%; outline: none; text-indent: 0;} .nice-select.wide.user__details__input{width: 95%;} .details__first_name{margin-bottom: 20px; height: 60px;} .user__details__form__left .details__submit{width: calc(40% - 5px); background: #2197d2; color: #fff; transition: all 0.4s; cursor: pointer; border: 1px solid #2197d2; outline: none; font-family: 'SF Pro Display', sans-serif; font-weight: bold; font-size: 16px; display: flex; height: 40px; text-align: center; align-items: center; justify-content: center; margin-top: 20px;} .details__bottom{justify-content: flex-end;} .user__details__input.nice__select .list{height: 300px; overflow-y: scroll;} .user__details__input.nice__select .list::-webkit-scrollbar{cursor: pointer; width: 10px; padding-right: 5px;} .user__details__input.nice__select .list::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 5px;} .user__details__input.nice__select .list::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .user__details__input.nice__select .list::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item form{display: flex; width: 100%;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item img{min-width: 100px !important; max-width: 100px !important; max-height: 100px !important; min-height: 100px !important;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item{width: 24.5%;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item .product__item__right{width: 100%;} .oe_login_form, .oe_signup_form, .oe_reset_password_form{margin: 0px !important;} .form-control{border-radius: 0px !important; padding: 0px !important;} .cart__product__total__form__update, .cart__product__total__update__checkout{display: flex !important; justify-content: center !important; align-items: center !important;} .reg__modal .reg__form__left .contact__form__label, .reg__modal .reg__form__right .contact__form__label{margin-bottom: 20px !important;} .footer .container .footer__info .social__block{justify-content: flex-start;} .footer .container .footer__info .social__block .social__list{margin-right: 15px;} .footer .container .footer__info .footer__sub__form .footer__sub__form__btn.btn.btn-secondary.js_unfollow_btn{border-radius: 5px; font-size: 10px;} .cart__dropdown .product__item{min-width: 260px;} .shipping__select_m{border: 0; -webkit-appearance: none; -moz-appearance: none; color: #2197d2; outline: none !important; border: none !important;} .shipping__select_m:focus{outline: none !important; border: none !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #2197d2;} .shipping__select_m::-ms-expand{display: none;} .custom_nice_select{width: 95% !important; height: 40px; background-color: #fff; border: 1px solid #a2a2a2; margin-bottom: 20px; text-indent: 10px; border-radius: 0; color: #626262;} .custom_nice_select .list{height: 300px; overflow-y: scroll;} .custom_nice_select .list::-webkit-scrollbar{cursor: pointer; width: 10px; padding-right: 5px;} .custom_nice_select .list::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 5px;} .custom_nice_select .list::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .custom_nice_select .list::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .custom_nice_select .current{font-family: 'SF Pro Display', sans-serif; font-size: 16px; padding-left: 30px; display: flex; align-items: center; height: 100%;} .custom_nice_select .current:before{position: absolute; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f3c5"; top: 7px; left: 0; color: #2197D2;} .custom_nice_select:after{width: 10px; height: 10px; color: #2197d2; border-bottom: 2px solid #2197d2; border-right: 2px solid #2197d2;} .product__item__favorite:disabled{color: #2197d2 !important;} .wish_count_icon{position: absolute; top: -5px; left: 17px; min-width: 16px; height: 16px; font-size: 12px; background-color: #0092D4; color: #FFFFFF; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-family: 'SF Pro Display', sans-serif;} .wish_padding{padding: 10px 20px;} .wish_color{color: #2197d2;} tr{border-bottom: 1px solid #999999; border-collapse: collapse;} #o_comparelist_table{width: 100%;} .wish_btn{font-family: 'SF Pro Display', sans-serif; font-weight: normal; color: #fff; background: #2197d2; padding: 8px 12px; transition: all 0.4s; border: 1px solid #2197d2; border-radius: 7px; margin-right: 10px; transform: unset; font-size: 18px; margin-bottom: 10px;} .my_account_custom{width: 100%; margin: auto; padding-bottom: 15px;} .my_account_custom a i{margin-right: 10px;} .my_account_custom a{font-family: 'SF Pro Display', sans-serif; font-weight: normal; font-size: 18px; color: #626262;} .my_account_custom:last-child{padding-bottom: 0 !important;} .card__first__block .container .shipping__details.shipping__details_m{width: calc(75%); min-height: 300px; margin: 0 auto;} .custom_prev_btn{background-color: white; border: 1px solid white; color: #2197d2;} .custom_next_btn{background-color: #2197d2; border: 1px solid #2197d2; color: white;} .empty_cart{font-size: 25px; color: #0092D4; text-align: center; padding: 2% !important; background-color: white; width: calc(100vw - 30px) !important;} .dt_empty_popover{display: flex !important; justify-content: center !important; background-color: white !important; border: 1px solid white !important; color: #0092D4; font-size: 18px; margin-top: 3px;} .custom_color_oauth{color: #0092D4;} .card__first__block .container_margin{margin-top: 10px;} .cart__product__item .cart__product__total{min-width: 158px;} .header .header__top .blur_menu__cont .blur_search .search__result__block .product__item{max-height: 125px;} .stars{color: #ffd203 !important; cursor: default !important;} .product_page_wish{background-color: #fff;} .product__item__btn__block button:disabled{color: #0092D4 !important; border-color: #2197d2 !important;} .header .header__top .blur_menu__cont .blur_search .search__form__cont .search__form__btn, .header .header__top .blur_menu__cont .blur_search .search__form .search__form__btn{right: 16px !important; top: 6px !important;} .header .header__top .blur_menu__cont .blur_menu__cont__close{right: 5px !important; top: 0px !important;} .product__item__right .stars span{color: #0092D4; font-size: 14px;} .contact__form__input{margin-bottom: 0px !important;} form label.contact__form__label{font-weight: 400 !important;} .sort_by_custom{padding: 0px !important;} .cart_items_ajax{max-height: 335px; overflow-y: auto;} .cart_items_ajax::-webkit-scrollbar{cursor: pointer; width: 10px; padding-right: 5px;} font{color: #a8a9ae;} b{font-weight: 800;} #dt_blog_content_in{width: 100%;} #dt_blog_content_in h3{width: 100% !important;} .product__item__desc__text > *{font-size: 16px !important; color: #a8a9ae !important;} .dt_product_list_left{min-width: 240px;} body, html{} body ::-webkit-scrollbar, html ::-webkit-scrollbar{cursor: pointer; width: 10px;} body .cart_items_ajax::-webkit-scrollbar-track, html .cart_items_ajax::-webkit-scrollbar-track{box-shadow: inset 0 0 10px grey; border-radius: 5px;} body .cart_items_ajax::-webkit-scrollbar-thumb, html .cart_items_ajax::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} body ::-webkit-scrollbar-thumb:hover, html ::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .product_detail_img{margin-left: auto; margin-right: auto; display: block; max-height: 400px; display: flex; object-fit: contain; object-position: center;} .carousel_img_resize{height: 240px !important;} .product__desc__container span > *{font-family: 'SF Pro Display', sans-serif; font-weight: normal; color: #626262; font-size: 16px; margin-bottom: 15px; line-height: 25px;} .product__desc__container span{font-family: 'SF Pro Display', sans-serif; font-weight: normal; color: #626262; font-size: 16px; margin-bottom: 15px; line-height: 25px;} .address_page_d{margin-top: 10px !important; margin-bottom: 10px !important;} .shipping__details__text{font-weight: 400;} .custom_auth, .oe_signup_form{padding-top: 50px; width: 100%;} .custom_auth .justify-content-between.d-flex.small a, .oe_signup_form .justify-content-between.d-flex.small a{font-size: 14px; color: #c2c2c2; font-weight: 400; border-bottom: 1px solid #c2c2c2; transition: all 0.4s; height: 18px;} .custom_auth .justify-content-between.d-flex.small a:hover, .oe_signup_form .justify-content-between.d-flex.small a:hover{color: #2197D2; border-bottom: 0;} .custom_auth .d-flex.justify-content-between.align-items-center.small, .oe_signup_form .d-flex.justify-content-between.align-items-center.small{flex-direction: column;} .products__block.blog__block .show__more__cont{padding-bottom: 40px;} .login_label_custom, .password_label_custom{text-transform: uppercase; font-size: 14px; font-family: 'SF Pro Display', sans-serif; color: #626262; font-weight: normal; margin-bottom: 10px;} .login_label_custom input, .password_label_custom input{width: 222px; height: 27px; background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.1); text-indent: 10px; box-shadow: none; outline: none;} .login_button_custom{width: 100%; display: flex; align-items: center; justify-content: center; height: 32px; background: #2197d2; border: 1px solid #2197d2; color: #fff; font-size: 16px; font-family: 'SF Pro Display', sans-serif; font-weight: 700; transition: all 0.4s;} .oe_website_login_container{display: flex; justify-content: center;} .cont__social__block{display: flex !important; justify-content: center !important; margin-top: 5px; width: 100%;} .cont__social__block li{padding-left: 10px;} .cont__social__block li a{border: none; background-color: #fff; color: #2197d2 !important;} .dt_or__login{font-size: 11px; color: #c2c2c2; font-family: 'SF Pro Display', sans-serif; font-weight: 700; text-align: center; margin-top: 15px;} li .option img{width: 30px; height: 25px;} .shipping__nice__select{border: none; background-color: transparent; color: #2197d2; -moz-appearance: none; -webkit-appearance: none; line-height: 30px;} .loading{width: 100%; height: 100%; background-color: rgba(130, 130, 130, 0.2); position: absolute; bottom: 0; right: 0; z-index: 5; display: flex; justify-content: center; align-items: center;} .loading img{width: 150px; height: 150px;} .loading_relative{position: relative;} @keyframes shadow{0%, 100%{transform: scale(1, 1);}50%{transform: scale(1.2, 1);}} @-o-keyframes shadow{0%, 100%{-o-transform: scale(1, 1);}50%{-o-transform: scale(1.2, 1);}} @-ms-keyframes shadow{0%, 100%{-ms-transform: scale(1, 1);}50%{-ms-transform: scale(1.2, 1);}} @-webkit-keyframes shadow{0%, 100%{-webkit-transform: scale(1, 1);}50%{-webkit-transform: scale(1.2, 1);}} @-moz-keyframes shadow{0%, 100%{-moz-transform: scale(1, 1);}50%{-moz-transform: scale(1.2, 1);}} .products__block__shop .container .list__product .product__item .product__item__cont{height: auto;} .block__title__mh{margin-top: 35px; margin-bottom: 0;} .account__bread__crumb .bg-white.no-gutters{box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);} .account__bread__crumb .rounded{-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;} .account__bread__crumb .o_portal_submenu{padding: 10px !important;} .badge-info{background: #2197d2;} .order__id__block__custom{padding: 0 10px; min-height: 40px;} .order__id__block__custom .order__id, .order__id__block__custom .order__amount, .order__id__block__custom .order__data{width: 15%; border-right: 1px solid #e0e0e0; display: flex; justify-content: flex-start; margin-right: 0; padding: 0 5px 0 10px; align-items: center;} .order__id__block__custom .order__amount{border-right: none; width: 25%;} .order__id__block__custom .order__id__link{width: 15%; display: flex; padding: unset; justify-content: center; align-items: center; height: 40px !important; margin: 0 !important;} .order__id__block__custom .order__status{width: 30%; justify-content: flex-start; margin-right: 0; padding: 0 5px 0 10px; display: flex; flex-wrap: wrap; align-items: center;} .order__id__block__custom .order__status .badge-info{display: flex; align-items: center;} .shipping__details_m .shipping__details__top{margin-bottom: 10px;} .shipping__details_m .form-group{margin-bottom: 5px; display: flex; flex-direction: column; width: 100%;} .shipping__details_m .shipping__details__label{padding: 0; margin-bottom: 0 !important;} .shipping__details_m .shipping__details__label .shipping__details__text{margin-bottom: 5px !important;} .shipping__details_m .nice__select{width: 100%; height: 40px; font-family: 'SF Pro Display', sans-serif; font-size: 16px; text-indent: 10px; border: 1px solid #a2a2a2; display: flex; align-items: center;} .shipping__details_m .nice__select .list{height: 260px; overflow-y: scroll; overflow-x: hidden;} .shipping__details_m .nice__select .list::-webkit-scrollbar{cursor: pointer; width: 10px; padding-right: 5px;} .shipping__details_m .nice__select .list::-webkit-scrollbar-track{box-shadow: inset 0 0 5px grey; border-radius: 5px;} .shipping__details_m .nice__select .list::-webkit-scrollbar-thumb{background: rgba(153, 153, 153, 0.6); border-radius: 10px;} .shipping__details_m .nice__select .list::-webkit-scrollbar-thumb:hover{background: rgba(153, 153, 153, 0.4);} .order__list__page{min-height: 40px; padding: 0;}