#section_HeaderLogicsept_0 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   width: 100%;   top: 0 !important;   left: 0;   z-index: 1000;   font-family: "Poppins", sans-serif;   transition: all .4s ease-out;   position: relative; }   #section_HeaderLogicsept_0 .CSSHOP {     z-index: 21;     margin: 5px; }   #section_HeaderLogicsept_0 .CSSHOP .cart_icon .amount {     background-color: #1C2D4E !important; }   #section_HeaderLogicsept_0 .CSSHOP .user_icon:hover i {     color: #1C2D4E !important;     -webkit-text-stroke: 1px #1C2D4E !important; }   #section_HeaderLogicsept_0 .CSSHOP .cart_icon:hover i {     color: #1C2D4E !important;     -webkit-text-stroke: 1px #1C2D4E !important; }   #section_HeaderLogicsept_0 .container {     display: flex;     justify-content: center;     align-items: center;     flex-direction: column;     margin-bottom: 14px;     background-color: transparent;     width: 100%;     max-width: 1440px;     position: relative; }   #section_HeaderLogicsept_0 .container .display_none {     display: none !important; }   #section_HeaderLogicsept_0 .container .navbar {     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     max-width: 1170px;     background-color: #1C2D4E;     width: calc(100% - 20px);     z-index: 2; }   #section_HeaderLogicsept_0 .container .nav_header {     display: flex;     flex-direction: row;     justify-content: space-between;     align-items: center;     max-width: 1170px;     max-height: 75px;     width: calc(100% - 20px); }   #section_HeaderLogicsept_0 .container .nav_header .logo_container {     display: flex;     flex-direction: row;     align-items: center;     gap: 50px; }   #section_HeaderLogicsept_0 .container .nav_header .cart_container {     display: flex;     align-items: center;     flex-direction: row;     gap: 10px; }   #section_HeaderLogicsept_0 .container .nav_header .logo {     max-width: 125px;     width: 100%; }   #section_HeaderLogicsept_0 .container .nav_header .logo > img {     width: 125px;     height: 70px;     object-fit: cover;     object-position: center; }   #section_HeaderLogicsept_0 .container .nav_header .contact {     display: flex;     flex-direction: column;     justify-content: space-evenly;     gap: 10px;     font-size: 13px;     color: #606060; }   #section_HeaderLogicsept_0 .container .nav_header .contact i {     font-size: 14px;     -webkit-text-stroke: 1px #666666;     color: transparent; }   #section_HeaderLogicsept_0 .container .nav_header .contact a {     text-decoration: none;     color: inherit; }   #section_HeaderLogicsept_0 .container .nav_header .contact a:hover {     text-decoration: underline; }   #section_HeaderLogicsept_0 .container .nav_header .user_lang > ul {     display: flex;     flex-direction: row-reverse;     gap: 5px; }   #section_HeaderLogicsept_0 .container .nav_header ul {     display: flex;     justify-content: center;     align-items: center;     gap: 20px;     list-style: none;     margin: 0;     padding: 0; }   #section_HeaderLogicsept_0 .container .nav_header ul li {     display: flex;     font-size: 14px; }   #section_HeaderLogicsept_0 .container .navbar ul {     display: flex;     justify-content: center;     align-items: center;     gap: 40px;     list-style: none;     width: 100%;     margin: 0;     padding: 0; }   #section_HeaderLogicsept_0 .container .navbar > ul li a {     text-decoration: none;     color: #fff;     transition: all .2s ease-out; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav {     position: relative;     display: flex;     height: 50px;     align-items: center;     font-size: 14px;     cursor: pointer; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav a::before {     content: '';     position: absolute;     left: -15px;     right: -15px;     top: -15px;     bottom: -15px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav a {     position: relative; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover {     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav i {     font-size: 16px;     transform: none;     color: #fff;     margin-right: 5px;     transition: all .2s ease-in-out; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content {     display: none;     overflow: hidden;     position: absolute;     transform: translateX(-9%);     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     background-color: #fff;     top: 50px;     flex-direction: row;     gap: 20px;     padding: 0 20px 10px 20px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:nth-child(2) .nav_content {     transform: translateX(-31%); }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links {     display: none;     overflow: hidden;     position: absolute;     transform: translateX(-25%);     background-color: #fff;     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     top: 50px;     flex-direction: column; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:nth-child(1) .nav_links {     min-width: 230px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover .nav_links {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav::before:hover .nav_links {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:nth-last-child(1) {     border-bottom: none; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title {     text-align: center;     font-size: 14px;     font-weight: bold;     padding-top: 5px;     padding-bottom: 5px;     background-color: #fff;     border-bottom: 1px solid #404040; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title > a,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links > a {     text-decoration: none;     color: #404040;     background-color: #fff;     border-bottom: none !important; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title a:hover {     background-color: revert !important; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 {     display: flex;     font-size: 14px;     flex-direction: column;     min-width: 160px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links {     font-size: 14px;     flex-direction: column;     min-width: 160px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 a,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a {     font-weight: normal;     border-bottom: 1px solid #e9e9e9; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 a:hover,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:hover {     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover .nav_content {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .nav_content a {     color: #404040;     background-color: #fff;     text-decoration: none;     width: 100%;     text-align: center;     display: block;     padding: 10px 0 10px 0; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a {     color: #404040;     background-color: #fff;     border-bottom: 1px solid #e9e9e9;     text-decoration: none;     width: 100%;     text-align: center;     display: block;     padding: 10px 0 10px 0; }   #section_HeaderLogicsept_0 .container .navbar .nav_content a:hover, #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:hover {     background-color: #f5f5f5;     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover i {     transform: rotate(90deg);     transition: all .2s ease-in-out; }   #section_HeaderLogicsept_0 .container .hamburger {     z-index: 1; }   #section_HeaderLogicsept_0 .container .nav_mobile {     display: none; }   #section_HeaderLogicsept_0 .container .mobile_header {     display: none; }   #section_HeaderLogicsept_0 .container .contact_res {     display: none; }   #section_HeaderLogicsept_0 .container .user_lang_res {     display: flex;     flex-direction: row;     align-items: center;     gap: 10px;     z-index: 4; }   #section_HeaderLogicsept_0 .container .user_lang_res ul {     display: flex;     list-style: none;     align-items: center;     gap: 5px;     padding: 0;     margin: 0; }   #section_HeaderLogicsept_0 .container .languages {     position: relative;     color: #424242;     width: 100%; }   #section_HeaderLogicsept_0 .container .languages img {     width: 18px;     height: 18px;     margin-right: 5px; }   #section_HeaderLogicsept_0 .container .languages .LNGpreview {     max-width: 80px !important;     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     font-size: 12px;     padding: 2px 20px 2px 2px;     color: #404040;     background-color: #ffffff;     border-radius: 6px;     font-weight: bold;     cursor: pointer;     position: relative;     height: auto; }   #section_HeaderLogicsept_0 .container .LNGpreview::after {     content: "\25BC";     position: absolute;     color: #404040;     right: 5px; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown {     display: none;     padding: 5px !important;     list-style: none;     border-radius: 6px;     width: 80px;     margin: 27px 0px 0px 0px !important;     position: absolute;     color: #404040;     top: 0px;     z-index: 1000;     background: #f5f5f5; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li {     padding: revert;     border-radius: 6px;     display: flex;     align-items: center;     margin-top: 5px;     border-bottom: revert;     width: revert;     transition: revert;     background-color: revert;     width: 92px; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li:nth-child(1) {     text-align: revert;     padding: revert;     font-size: revert;     border-top: revert;     color: revert;     border-bottom: revert;     width: revert; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li:nth-last-child(1) {     text-align: revert;     padding: revert;     font-size: revert;     color: revert;     border: revert;     background-color: revert;     width: revert; }   #section_HeaderLogicsept_0 .container languages .LNGdropdown li:hover {     background: #707070; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li a {     display: flex !important;     flex-direction: row;     justify-content: flex-start;     align-items: center;     width: 100%;     font-size: 14px;     text-decoration: none;     color: #404040; }   @media only screen and (max-width: 1170px) {     #section_HeaderLogicsept_0 .container {       min-height: 100px;       border-bottom: 1px solid #cdcdcd;       margin-bottom: revert; }     #section_HeaderLogicsept_0 .container .mobile_header {       display: flex;       justify-content: space-between;       align-items: center;       width: calc(100% - 20px); }     #section_HeaderLogicsept_0 .container .mobile_header .logo_container {       display: flex;       justify-content: flex-start;       align-items: center;       width: 100%;       gap: 10px;       z-index: 4; }     #section_HeaderLogicsept_0 .container .nav_header {       display: none !important; }     #section_HeaderLogicsept_0 .container .navbar {       display: none !important; }     #section_HeaderLogicsept_0 .container .nav_mobile {       display: block;       position: absolute;       height: 100%;       width: 100%; }     #section_HeaderLogicsept_0 .container .nav_mobile::before {       content: '';       position: absolute;       height: 100%;       width: 100%;       background-color: #fff;       z-index: 4; }     #section_HeaderLogicsept_0 .container .mobile_header .logo {       max-width: 125px;       width: 100%; }     #section_HeaderLogicsept_0 .container .mobile_header .logo > img {       width: 125px;       height: 70px;       user-select: none; }     #section_HeaderLogicsept_0 .container .nav_mobile .nav_mobile_links {       position: absolute;       list-style: none;       top: -1000px;       width: calc(100% - 40px);       background-color: #fff;       display: flex;       justify-content: center;       align-items: center;       flex-direction: column;       text-align: center;       margin: 0;       padding: 0;       transform: translateY(-40px);       transition: all .2s ease-in-out;       z-index: 2; }     #section_HeaderLogicsept_0 .container .nav_mobile .nav_mobile_links.open {       transform: translateY(50px);       transition: all .2s ease-in;       top: 52px;       display: flex;       width: 100%;       flex-direction: column;       align-items: center; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li {       padding: 10px;       border-bottom: 2px solid #eeeeee;       width: calc(100% - 20px);       display: flex;       justify-content: center;       align-items: flex-start;       flex-direction: column;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li:hover {       background-color: #fff;       border-bottom: 2px solid #cdcdcd;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li a {       font-size: 16px;       color: #404040;       transition: all .2s ease-in-out;       text-align: center;       text-decoration: none;       width: 100%;       display: flex;       justify-content: space-between; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li a:hover {       color: #009aa4 !important;       font-weight: bold;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .last {       display: flex;       justify-content: space-between;       align-items: center;       width: calc(100% - 20px); }     #section_HeaderLogicsept_0 .container .hamburger {       display: flex; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button {       width: 20px;       height: 20px;       cursor: pointer;       transform: scaleX(-1); }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button line {       stroke: #1C2D4E;       stroke-dasharray: 100%;       stroke-dashoffset: 0%;       transition: transform 0.3s, stroke-dashoffset .4s;       transform-origin: center;       stroke-width: 3px; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .top {       transform: translateY(-35%);       -webkit-transform: translateY(-35%);       -moz-transform: translateY(-33%);       -ms-transform: translateY(35%);       -o-transform: translateY(35%); }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .middle {       transform: scaleX(1);       transition: opacity .3s, transform .3s; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .bottom {       transform: translateY(33%);       stroke-dasharray: 100%;       stroke-dashoffset: 9px; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button:hover .bottom {       stroke-dashoffset: 0%; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .top {       transform: rotate(45deg);       stroke-linecap: round; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .middle {       transform: scaleX(0.1);       opacity: 0; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button line.bottom {       transform: rotate(-45deg);       stroke-linecap: round; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .bottom {       stroke-dashoffset: 0%; }     #section_HeaderLogicsept_0 .container .hamburger {       width: auto; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button {       position: relative;       display: flex;       justify-content: space-between;       align-items: center;       cursor: pointer;       width: 100%; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button a {       text-align: left; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button i {       color: #1C2D4E;       font-size: 14px;       width: 50px;       text-align: center;       transition: all .4s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.active:before {       transform: rotate(-360deg) translateY(-20px);       opacity: 0; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.active i,     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.accordion-button:focus i {       transform: rotate(90deg);       transition: all .4s ease-in-out;       opacity: 50%; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-panel {       display: none;       padding-right: 10px;       padding-left: 40px;       overflow: hidden;       width: calc(100% - 100px); }     #section_HeaderLogicsept_0 .container .nav_mobile_links .links {       display: flex;       flex-direction: column;       gap: 10px;       margin-top: 20px; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .links a {       text-align: left;       font-size: 14px;       line-height: 30px;       color: #404040;       background-color: #fff;       border-bottom: 1px solid #009aa4; }     #section_HeaderLogicsept_0 .container .contact_res {       display: flex;       flex-direction: column;       align-items: baseline;       font-size: 14px;       color: #606060;       padding-top: 20px;       padding-bottom: 20px;       gap: 10px; }     #section_HeaderLogicsept_0 .container .contact_res a {       text-decoration: none;       color: inherit; }     #section_HeaderLogicsept_0 .container .nav_header {       justify-content: flex-end; } }   @media only screen and (max-width: 580px) {     #section_HeaderLogicsept_0 .container .mobile_header .logo {       width: calc(100% - 10px); }     #section_HeaderLogicsept_0 .container .mobile_header .logo > img {       width: 100%;       height: auto; } }  #section_LogicSeptProduct_1 {   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif;   position: relative; }   #section_LogicSeptProduct_1 .container {     display: flex;     flex-direction: column;     width: calc(100% - 20px);     max-width: 1090px;     min-height: 200px;     padding-top: 20px;     padding-bottom: 20px;     gap: 10px; }   #section_LogicSeptProduct_1 #blackBox_basket {     background-color: #eee;     display: flex;     flex-direction: row;     justify-content: space-evenly;     align-items: center;     width: 70px;     min-width: 70px;     padding: 5px;     border-radius: 6px;     cursor: pointer;     font-family: sans-serif; }   #section_LogicSeptProduct_1 #blackBox_basket .blackBox_basket_icon {     display: flex;     width: 22px;     height: 20px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik01MjguMTIgMzAxLjMxOWw0Ny4yNzMtMjA4QzU3OC44MDYgNzguMzAxIDU2Ny4zOTEgNjQgNTUxLjk5IDY0SDE1OS4yMDhsLTkuMTY2LTQ0LjgxQzE0Ny43NTggOC4wMjEgMTM3LjkzIDAgMTI2LjUyOSAwSDI0QzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjR2MTZjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDY5Ljg4M2w3MC4yNDggMzQzLjQzNUMxNDcuMzI1IDQxNy4xIDEzNiA0MzUuMjIyIDEzNiA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTE1LjY3NC02LjQ0Ny0yOS44MzUtMTYuODI0LTQwaDIwOS42NDdDNDMwLjQ0NyA0MjYuMTY1IDQyNCA0NDAuMzI2IDQyNCA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTIyLjE3Mi0xMi44ODgtNDEuMzMyLTMxLjU3OS01MC40MDVsNS41MTctMjQuMjc2YzMuNDEzLTE1LjAxOC04LjAwMi0yOS4zMTktMjMuNDAzLTI5LjMxOUgyMTguMTE3bC02LjU0NS0zMmgyOTMuMTQ1YzExLjIwNiAwIDIwLjkyLTcuNzU0IDIzLjQwMy0xOC42ODF6Ii8+PC9zdmc+);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik01MjguMTIgMzAxLjMxOWw0Ny4yNzMtMjA4QzU3OC44MDYgNzguMzAxIDU2Ny4zOTEgNjQgNTUxLjk5IDY0SDE1OS4yMDhsLTkuMTY2LTQ0LjgxQzE0Ny43NTggOC4wMjEgMTM3LjkzIDAgMTI2LjUyOSAwSDI0QzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjR2MTZjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDY5Ljg4M2w3MC4yNDggMzQzLjQzNUMxNDcuMzI1IDQxNy4xIDEzNiA0MzUuMjIyIDEzNiA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTE1LjY3NC02LjQ0Ny0yOS44MzUtMTYuODI0LTQwaDIwOS42NDdDNDMwLjQ0NyA0MjYuMTY1IDQyNCA0NDAuMzI2IDQyNCA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTIyLjE3Mi0xMi44ODgtNDEuMzMyLTMxLjU3OS01MC40MDVsNS41MTctMjQuMjc2YzMuNDEzLTE1LjAxOC04LjAwMi0yOS4zMTktMjMuNDAzLTI5LjMxOUgyMTguMTE3bC02LjU0NS0zMmgyOTMuMTQ1YzExLjIwNiAwIDIwLjkyLTcuNzU0IDIzLjQwMy0xOC42ODF6Ii8+PC9zdmc+);     background: #424242;     position: relative; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_trash_icon {     display: flex;     width: 14px;     height: 16px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik00MzIgMzJIMzEybC05LjQtMTguN0EyNCAyNCAwIDAgMCAyODEuMSAwSDE2Ni44YTIzLjcyIDIzLjcyIDAgMCAwLTIxLjQgMTMuM0wxMzYgMzJIMTZBMTYgMTYgMCAwIDAgMCA0OHYzMmExNiAxNiAwIDAgMCAxNiAxNmg0MTZhMTYgMTYgMCAwIDAgMTYtMTZWNDhhMTYgMTYgMCAwIDAtMTYtMTZ6TTUzLjIgNDY3YTQ4IDQ4IDAgMCAwIDQ3LjkgNDVoMjQ1LjhhNDggNDggMCAwIDAgNDcuOS00NUw0MTYgMTI4SDMyeiIvPjwvc3ZnPg==);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik00MzIgMzJIMzEybC05LjQtMTguN0EyNCAyNCAwIDAgMCAyODEuMSAwSDE2Ni44YTIzLjcyIDIzLjcyIDAgMCAwLTIxLjQgMTMuM0wxMzYgMzJIMTZBMTYgMTYgMCAwIDAgMCA0OHYzMmExNiAxNiAwIDAgMCAxNiAxNmg0MTZhMTYgMTYgMCAwIDAgMTYtMTZWNDhhMTYgMTYgMCAwIDAtMTYtMTZ6TTUzLjIgNDY3YTQ4IDQ4IDAgMCAwIDQ3LjkgNDVoMjQ1LjhhNDggNDggMCAwIDAgNDcuOS00NUw0MTYgMTI4SDMyeiIvPjwvc3ZnPg==);     background: #EF5350;     position: relative;     margin-right: 20px;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_trash_icon:hover {     background: #D32F2F; }   #section_LogicSeptProduct_1 #blackBox_basket .blackBox_basket_number {     background-color: #EF5350;     color: #fff;     padding: 5px;     width: 20px;     border-radius: 6px;     text-align: center;     font-size: 12px;     font-weight: bold; }   #section_LogicSeptProduct_1 #blackBox_basket_window {     position: absolute;     background: #f5f5f5;     width: 60%;     min-height: 50vh;     top: 25%;     left: 20%;     border-radius: 6px;     box-shadow: 0px 0px 40px -10px #B0BEC5;     border: solid 1px #E0E0E0;     padding: 20px;     display: none;     flex-direction: column;     justify-content: space-between;     cursor: auto;     z-index: 10000;     font-family: sans-serif; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_title {     display: flex;     padding: 5px 0px;     font-size: 22px;     font-weight: bold;     color: #616161;     justify-content: space-between;     align-items: center; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_title .closeBtn {     color: #E57373;     font-family: sans-serif;     font-weight: normal;     font-size: 18px;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools {     display: flex;     justify-content: space-between;     align-items: center;     padding: 20px 0px;     border-bottom: solid 1px #616161; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools > span {     font-size: 18px;     font-weight: bold;     color: #8BC34A;     height: 76px;     display: flex;     justify-content: flex-end;     align-items: flex-end; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps {     display: flex;     flex: 1;     flex-direction: row;     justify-content: flex-start;     align-items: center;     margin-right: 40px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step {     display: flex;     width: 96px;     height: 64px;     border: solid 2px #e0e0e0;     border-radius: 6px;     padding: 5px;     justify-content: center;     flex-direction: column;     align-items: center;     cursor: pointer;     color: #BDBDBD; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBox_basket_step_payment {     flex-direction: row !important;     width: 170px !important;     padding: 0px !important;     height: 74px !important; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBox_basket_step_payment span {     display: flex;     flex: 1;     justify-content: center;     color: #616161;     font-weight: bold;     font-size: 18px;     height: 100%;     align-items: center;     background: #e0e0e0; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBoxActive.blackBox_basket_step_payment span {     background: #8bc34a;     color: #f5f5f5;     border-radius: 0px 4px 4px 0px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBox_basket_step_payment div {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     height: 56px;     padding: 10px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step:hover {     background-color: #F1F8E9; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_stepLine {     border-bottom: dotted 3px #e0e0e0;     display: flex;     flex: 1; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_stepLine.blackBoxActive, #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBoxActive {     border-color: #8BC34A;     border-style: solid;     border-width: 1px;     color: #8BC34A;     background-color: #F1F8E9; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step .blackBox_basket_stepIcon {     display: flex;     background: #BDBDBD;     position: relative;     margin: 5px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBoxActive .blackBox_basket_stepIcon {     background: #8BC34A; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step .blackBox_basket_stepIcon.basket {     width: 34px;     height: 32px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik01MjguMTIgMzAxLjMxOWw0Ny4yNzMtMjA4QzU3OC44MDYgNzguMzAxIDU2Ny4zOTEgNjQgNTUxLjk5IDY0SDE1OS4yMDhsLTkuMTY2LTQ0LjgxQzE0Ny43NTggOC4wMjEgMTM3LjkzIDAgMTI2LjUyOSAwSDI0QzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjR2MTZjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDY5Ljg4M2w3MC4yNDggMzQzLjQzNUMxNDcuMzI1IDQxNy4xIDEzNiA0MzUuMjIyIDEzNiA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTE1LjY3NC02LjQ0Ny0yOS44MzUtMTYuODI0LTQwaDIwOS42NDdDNDMwLjQ0NyA0MjYuMTY1IDQyNCA0NDAuMzI2IDQyNCA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTIyLjE3Mi0xMi44ODgtNDEuMzMyLTMxLjU3OS01MC40MDVsNS41MTctMjQuMjc2YzMuNDEzLTE1LjAxOC04LjAwMi0yOS4zMTktMjMuNDAzLTI5LjMxOUgyMTguMTE3bC02LjU0NS0zMmgyOTMuMTQ1YzExLjIwNiAwIDIwLjkyLTcuNzU0IDIzLjQwMy0xOC42ODF6Ii8+PC9zdmc+);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik01MjguMTIgMzAxLjMxOWw0Ny4yNzMtMjA4QzU3OC44MDYgNzguMzAxIDU2Ny4zOTEgNjQgNTUxLjk5IDY0SDE1OS4yMDhsLTkuMTY2LTQ0LjgxQzE0Ny43NTggOC4wMjEgMTM3LjkzIDAgMTI2LjUyOSAwSDI0QzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjR2MTZjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDY5Ljg4M2w3MC4yNDggMzQzLjQzNUMxNDcuMzI1IDQxNy4xIDEzNiA0MzUuMjIyIDEzNiA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTE1LjY3NC02LjQ0Ny0yOS44MzUtMTYuODI0LTQwaDIwOS42NDdDNDMwLjQ0NyA0MjYuMTY1IDQyNCA0NDAuMzI2IDQyNCA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTIyLjE3Mi0xMi44ODgtNDEuMzMyLTMxLjU3OS01MC40MDVsNS41MTctMjQuMjc2YzMuNDEzLTE1LjAxOC04LjAwMi0yOS4zMTktMjMuNDAzLTI5LjMxOUgyMTguMTE3bC02LjU0NS0zMmgyOTMuMTQ1YzExLjIwNiAwIDIwLjkyLTcuNzU0IDIzLjQwMy0xOC42ODF6Ii8+PC9zdmc+); }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step .blackBox_basket_stepIcon.shipping {     width: 36px;     height: 29px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik02MjQgMzUyaC0xNlYyNDMuOWMwLTEyLjctNS4xLTI0LjktMTQuMS0zMy45TDQ5NCAxMTAuMWMtOS05LTIxLjItMTQuMS0zMy45LTE0LjFINDE2VjQ4YzAtMjYuNS0yMS41LTQ4LTQ4LTQ4SDExMkM4NS41IDAgNjQgMjEuNSA2NCA0OHY0OEg4Yy00LjQgMC04IDMuNi04IDh2MTZjMCA0LjQgMy42IDggOCA4aDI3MmM0LjQgMCA4IDMuNiA4IDh2MTZjMCA0LjQtMy42IDgtOCA4SDQwYy00LjQgMC04IDMuNi04IDh2MTZjMCA0LjQgMy42IDggOCA4aDIwOGM0LjQgMCA4IDMuNiA4IDh2MTZjMCA0LjQtMy42IDgtOCA4SDhjLTQuNCAwLTggMy42LTggOHYxNmMwIDQuNCAzLjYgOCA4IDhoMjA4YzQuNCAwIDggMy42IDggOHYxNmMwIDQuNC0zLjYgOC04IDhINjR2MTI4YzAgNTMgNDMgOTYgOTYgOTZzOTYtNDMgOTYtOTZoMTI4YzAgNTMgNDMgOTYgOTYgOTZzOTYtNDMgOTYtOTZoNDhjOC44IDAgMTYtNy4yIDE2LTE2di0zMmMwLTguOC03LjItMTYtMTYtMTZ6TTE2MCA0NjRjLTI2LjUgMC00OC0yMS41LTQ4LTQ4czIxLjUtNDggNDgtNDggNDggMjEuNSA0OCA0OC0yMS41IDQ4LTQ4IDQ4em0zMjAgMGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhzMjEuNS00OCA0OC00OCA0OCAyMS41IDQ4IDQ4LTIxLjUgNDgtNDggNDh6bTgwLTIwOEg0MTZWMTQ0aDQ0LjFsOTkuOSA5OS45VjI1NnoiLz48L3N2Zz4=);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik02MjQgMzUyaC0xNlYyNDMuOWMwLTEyLjctNS4xLTI0LjktMTQuMS0zMy45TDQ5NCAxMTAuMWMtOS05LTIxLjItMTQuMS0zMy45LTE0LjFINDE2VjQ4YzAtMjYuNS0yMS41LTQ4LTQ4LTQ4SDExMkM4NS41IDAgNjQgMjEuNSA2NCA0OHY0OEg4Yy00LjQgMC04IDMuNi04IDh2MTZjMCA0LjQgMy42IDggOCA4aDI3MmM0LjQgMCA4IDMuNiA4IDh2MTZjMCA0LjQtMy42IDgtOCA4SDQwYy00LjQgMC04IDMuNi04IDh2MTZjMCA0LjQgMy42IDggOCA4aDIwOGM0LjQgMCA4IDMuNiA4IDh2MTZjMCA0LjQtMy42IDgtOCA4SDhjLTQuNCAwLTggMy42LTggOHYxNmMwIDQuNCAzLjYgOCA4IDhoMjA4YzQuNCAwIDggMy42IDggOHYxNmMwIDQuNC0zLjYgOC04IDhINjR2MTI4YzAgNTMgNDMgOTYgOTYgOTZzOTYtNDMgOTYtOTZoMTI4YzAgNTMgNDMgOTYgOTYgOTZzOTYtNDMgOTYtOTZoNDhjOC44IDAgMTYtNy4yIDE2LTE2di0zMmMwLTguOC03LjItMTYtMTYtMTZ6TTE2MCA0NjRjLTI2LjUgMC00OC0yMS41LTQ4LTQ4czIxLjUtNDggNDgtNDggNDggMjEuNSA0OCA0OC0yMS41IDQ4LTQ4IDQ4em0zMjAgMGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhzMjEuNS00OCA0OC00OCA0OCAyMS41IDQ4IDQ4LTIxLjUgNDgtNDggNDh6bTgwLTIwOEg0MTZWMTQ0aDQ0LjFsOTkuOSA5OS45VjI1NnoiLz48L3N2Zz4=); }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step .blackBox_basket_stepIcon.payment {     width: 37px;     height: 29px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik02MDggMzJIMzJDMTQuMzMgMzIgMCA0Ni4zMyAwIDY0djM4NGMwIDE3LjY3IDE0LjMzIDMyIDMyIDMyaDU3NmMxNy42NyAwIDMyLTE0LjMzIDMyLTMyVjY0YzAtMTcuNjctMTQuMzMtMzItMzItMzJ6TTE3NiAzMjcuODhWMzQ0YzAgNC40Mi0zLjU4IDgtOCA4aC0xNmMtNC40MiAwLTgtMy41OC04LTh2LTE2LjI5Yy0xMS4yOS0uNTgtMjIuMjctNC41Mi0zMS4zNy0xMS4zNS0zLjktMi45My00LjEtOC43Ny0uNTctMTIuMTRsMTEuNzUtMTEuMjFjMi43Ny0yLjY0IDYuODktMi43NiAxMC4xMy0uNzMgMy44NyAyLjQyIDguMjYgMy43MiAxMi44MiAzLjcyaDI4LjExYzYuNSAwIDExLjgtNS45MiAxMS44LTEzLjE5IDAtNS45NS0zLjYxLTExLjE5LTguNzctMTIuNzNsLTQ1LTEzLjVjLTE4LjU5LTUuNTgtMzEuNTgtMjMuNDItMzEuNTgtNDMuMzkgMC0yNC41MiAxOS4wNS00NC40NCA0Mi42Ny00NS4wN1YxNTJjMC00LjQyIDMuNTgtOCA4LThoMTZjNC40MiAwIDggMy41OCA4IDh2MTYuMjljMTEuMjkuNTggMjIuMjcgNC41MSAzMS4zNyAxMS4zNSAzLjkgMi45MyA0LjEgOC43Ny41NyAxMi4xNGwtMTEuNzUgMTEuMjFjLTIuNzcgMi42NC02Ljg5IDIuNzYtMTAuMTMuNzMtMy44Ny0yLjQzLTguMjYtMy43Mi0xMi44Mi0zLjcyaC0yOC4xMWMtNi41IDAtMTEuOCA1LjkyLTExLjggMTMuMTkgMCA1Ljk1IDMuNjEgMTEuMTkgOC43NyAxMi43M2w0NSAxMy41YzE4LjU5IDUuNTggMzEuNTggMjMuNDIgMzEuNTggNDMuMzkgMCAyNC41My0xOS4wNSA0NC40NC00Mi42NyA0NS4wN3pNNDE2IDMxMmMwIDQuNDItMy41OCA4LTggOEgyOTZjLTQuNDIgMC04LTMuNTgtOC04di0xNmMwLTQuNDIgMy41OC04IDgtOGgxMTJjNC40MiAwIDggMy41OCA4IDh2MTZ6bTE2MCAwYzAgNC40Mi0zLjU4IDgtOCA4aC04MGMtNC40MiAwLTgtMy41OC04LTh2LTE2YzAtNC40MiAzLjU4LTggOC04aDgwYzQuNDIgMCA4IDMuNTggOCA4djE2em0wLTk2YzAgNC40Mi0zLjU4IDgtOCA4SDI5NmMtNC40MiAwLTgtMy41OC04LTh2LTE2YzAtNC40MiAzLjU4LTggOC04aDI3MmM0LjQyIDAgOCAzLjU4IDggOHYxNnoiLz48L3N2Zz4=);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik02MDggMzJIMzJDMTQuMzMgMzIgMCA0Ni4zMyAwIDY0djM4NGMwIDE3LjY3IDE0LjMzIDMyIDMyIDMyaDU3NmMxNy42NyAwIDMyLTE0LjMzIDMyLTMyVjY0YzAtMTcuNjctMTQuMzMtMzItMzItMzJ6TTE3NiAzMjcuODhWMzQ0YzAgNC40Mi0zLjU4IDgtOCA4aC0xNmMtNC40MiAwLTgtMy41OC04LTh2LTE2LjI5Yy0xMS4yOS0uNTgtMjIuMjctNC41Mi0zMS4zNy0xMS4zNS0zLjktMi45My00LjEtOC43Ny0uNTctMTIuMTRsMTEuNzUtMTEuMjFjMi43Ny0yLjY0IDYuODktMi43NiAxMC4xMy0uNzMgMy44NyAyLjQyIDguMjYgMy43MiAxMi44MiAzLjcyaDI4LjExYzYuNSAwIDExLjgtNS45MiAxMS44LTEzLjE5IDAtNS45NS0zLjYxLTExLjE5LTguNzctMTIuNzNsLTQ1LTEzLjVjLTE4LjU5LTUuNTgtMzEuNTgtMjMuNDItMzEuNTgtNDMuMzkgMC0yNC41MiAxOS4wNS00NC40NCA0Mi42Ny00NS4wN1YxNTJjMC00LjQyIDMuNTgtOCA4LThoMTZjNC40MiAwIDggMy41OCA4IDh2MTYuMjljMTEuMjkuNTggMjIuMjcgNC41MSAzMS4zNyAxMS4zNSAzLjkgMi45MyA0LjEgOC43Ny41NyAxMi4xNGwtMTEuNzUgMTEuMjFjLTIuNzcgMi42NC02Ljg5IDIuNzYtMTAuMTMuNzMtMy44Ny0yLjQzLTguMjYtMy43Mi0xMi44Mi0zLjcyaC0yOC4xMWMtNi41IDAtMTEuOCA1LjkyLTExLjggMTMuMTkgMCA1Ljk1IDMuNjEgMTEuMTkgOC43NyAxMi43M2w0NSAxMy41YzE4LjU5IDUuNTggMzEuNTggMjMuNDIgMzEuNTggNDMuMzkgMCAyNC41My0xOS4wNSA0NC40NC00Mi42NyA0NS4wN3pNNDE2IDMxMmMwIDQuNDItMy41OCA4LTggOEgyOTZjLTQuNDIgMC04LTMuNTgtOC04di0xNmMwLTQuNDIgMy41OC04IDgtOGgxMTJjNC40MiAwIDggMy41OCA4IDh2MTZ6bTE2MCAwYzAgNC40Mi0zLjU4IDgtOCA4aC04MGMtNC40MiAwLTgtMy41OC04LTh2LTE2YzAtNC40MiAzLjU4LTggOC04aDgwYzQuNDIgMCA4IDMuNTggOCA4djE2em0wLTk2YzAgNC40Mi0zLjU4IDgtOCA4SDI5NmMtNC40MiAwLTgtMy41OC04LTh2LTE2YzAtNC40MiAzLjU4LTggOC04aDI3MmM0LjQyIDAgOCAzLjU4IDggOHYxNnoiLz48L3N2Zz4=); }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_products {     display: flex;     flex: 1 1;     flex-direction: column;     overflow: auto;     margin-bottom: 20px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow {     display: flex;     justify-content: space-between;     align-items: center;     height: 96px;     padding: 6px;     border-bottom: solid 1px #e0e0e0; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow img {     width: 64px;     height: auto;     aspect-ratio: 70 / 70;     border-radius: 6px;     border: solid 1px #E0E0E0; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_productTitle {     display: flex;     flex: 1;     padding: 10px;     text-align: left;     text-transform: capitalize; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty {     padding: 10px;     display: flex;     justify-content: center;     align-items: center;     width: 180px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty .plus {     background: #81C784;     width: 30px;     height: 30px;     display: flex;     justify-content: center;     align-items: center;     min-width: 30px;     color: green;     font-weight: bold;     font-size: 22px;     border-radius: 6px 0px 0px 6px;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty .plus:hover {     color: #81C784;     background: green; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty .minus {     background: #EF9A9A;     width: 30px;     height: 30px;     display: flex;     justify-content: center;     align-items: center;     min-width: 30px;     color: #D32F2F;     font-weight: bold;     font-size: 22px;     border-radius: 0px 6px 6px 0px;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty .minus:hover {     color: #EF9A9A;     background: #D32F2F; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty input {     height: 28px;     border: 0px;     width: 50px;     text-align: center; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods {     display: flex;     flex-direction: row;     justify-content: flex-start;     padding: 15px;     border: solid 2px #e0e0e0;     border-radius: 0px 0px 6px 6px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_boxTitle {     background: #e0e0e0;     width: calc(100% - 30px);     display: flex;     padding: 10px 15px;     justify-content: flex-start;     align-items: center;     margin-top: 15px;     color: #616161;     font-weight: bold;     line-height: 15px;     height: 17px;     border-radius: 6px 6px 0px 0px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod {     display: flex;     flex-direction: column;     width: 120px;     height: 150px;     background: #e0e0e0;     padding: 5px;     margin-right: 20px;     justify-content: space-between;     align-items: center;     border-radius: 6px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod.blackBoxActive {     background-color: #F1F8E9;     border: solid 1px #8bc34a; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod img {     width: 100%;     height: 120px;     border-radius: 6px;     object-fit: cover;     background: #fff; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod span {     display: flex;     justify-content: flex-start;     align-items: center;     width: 100%;     font-size: 14px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod span > input {     margin: 0px 5px 3px 0px;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox {     min-height: 100px;     height: 100px;     width: 300px;     display: flex;     flex-direction: column;     justify-content: space-between;     align-items: flex-start;     background: #e0e0e0;     padding: 10px;     border-radius: 6px;     font-size: 14px;     margin-right: 20px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title {     display: flex;     justify-content: space-between;     width: 100%;     font-size: 14px;     font-weight: bold;     border-bottom: solid 1px #eee;     padding-bottom: 6px;     align-items: center; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title > span:first-child {     display: flex;     justify-content: center;     align-items: center; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title > span:first-child input {     margin-bottom: 5px;     margin-right: 5px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title .blackBox_basket_addressBox_price {     color: #f1f8e9;     background: #8bc34a;     padding: 5px;     border-radius: 6px;     margin-left: 5px;     display: flex;     justify-content: center;     align-content: center;     letter-spacing: 1px; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title .blackBox_basket_addressBox_edit {     color: #007aff;     letter-spacing: 1px;     font-size: 12px;     cursor: pointer;     font-weight: normal; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title .blackBox_basket_addressBox_delete {     color: #E53935;     letter-spacing: 1px;     font-size: 12px;     cursor: pointer;     font-weight: normal; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox.blackBoxActive {     background: #f1f8e9 !important;     border: solid 1px #8bc34a; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addAddress {     background: #f1f8e9;     border-radius: 6px;     border: solid 1px #8bc34a;     color: #8bc34a;     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     height: 100px;     padding: 10px;     min-width: 100px;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_addAddressBTN:hover, #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_payBTN:hover, #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addAddress:hover {     background: #8bc34a;     border: solid 1px #f1f8e9;     color: #f1f8e9; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_addAddressBTN.cancel:hover {     background: #EF5350 !important;     border: solid 1px #FFEBEE !important;     color: #FFEBEE !important; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_addAddressBTN.info:hover {     background: #03A9F4 !important;     border: solid 1px #E1F5FE !important;     color: #E1F5FE !important; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addAddress > span {     font-size: 50px;     font-weight: bold; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm {     display: flex;     justify-content: space-around;     width: 100%;     align-items: flex-start;     flex-wrap: wrap; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem {     display: flex;     width: calc(50% - 60px);     padding: 10px;     border: solid 1px #e0e0e0;     margin-bottom: 20px;     border-radius: 6px;     justify-content: space-between;     align-items: center;     background: #eee; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem.full {     width: calc(100% - 60px); }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem span {     color: #616161; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem input, #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem textarea, #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem select {     width: 200px;     height: 30px;     border: none;     border-radius: 6px;     background: #fff; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem textarea {     width: 400px;     height: 90px;     resize: none; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_addAddressBTN {     display: block;     width: calc(50% - 60px);     text-align: center;     padding: 10px;     background: #f1f8e9;     border: solid 1px #8bc34a;     border-radius: 6px;     color: #8bc34a;     font-weight: bold;     letter-spacing: 1px;     font-size: 14px;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_addAddressBTN.cancel {     background: #FFEBEE !important;     border: solid 1px #EF5350 !important;     color: #EF5350 !important; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_addAddressBTN.info {     background: #E1F5FE !important;     border: solid 1px #03A9F4 !important;     color: #03A9F4 !important; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_btnContainer {     display: flex;     width: 100%;     justify-content: space-around;     align-items: center; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_payBTN {     display: block;     width: 60%;     margin: 0 auto;     text-align: center;     padding: 10px;     background: #f1f8e9;     border: solid 1px #8bc34a;     border-radius: 6px;     color: #8bc34a;     font-weight: bold;     letter-spacing: 1px;     font-size: 14px;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_basket_window table, #section_LogicSeptProduct_1 #blackBox_basket_window th, #section_LogicSeptProduct_1 #blackBox_basket_window td {     border: 2px solid #e0e0e0;     border-collapse: collapse;     padding: 10px;     text-align: center; }   #section_LogicSeptProduct_1 #blackBox_basket_window table {     width: 100%; }   #section_LogicSeptProduct_1 #blackBox_basket_window .blackBox_basket_tableHolder {     background: #e0e0e0;     padding: 5px;     border-radius: 6px;     margin: 15px 0px; }   #section_LogicSeptProduct_1 #blackBox_basket_window th[colspan="3"] {     text-align: right; }   #section_LogicSeptProduct_1 #blackBox_basket_window th {     background-color: #e0e0e0;     color: #616161; }   #section_LogicSeptProduct_1 #blackBox_basket_window td {     background-color: #fff; }   #section_LogicSeptProduct_1 #blackBox_basket_window tr:nth-child(even) td {     background-color: #f5f5f5; }   #section_LogicSeptProduct_1 #blackBox_basket.dark {     background-color: #424242; }   #section_LogicSeptProduct_1 #blackBox_basket.dark .blackBox_basket_icon {     background: #eee; }   #section_LogicSeptProduct_1 #blackBox_basket.dark .blackBox_basket_basketList {     background: #424242; }   #section_LogicSeptProduct_1 #blackBox_basket.dark .blackBox_basket_basketList .blackBox_basket_title {     color: #eee; }   #section_LogicSeptProduct_1 #blackBox_basket.dark .blackBox_basket_basketList .blackBox_basket_tools, #section_LogicSeptProduct_1 #blackBox_basket.dark .blackBox_basket_productRow {     border-bottom: solid 1px #757575; }   #section_LogicSeptProduct_1 #blackBox_basket.dark .blackBox_basket_productRow .blackBox_basket_productTitle {     color: #eee; }   #section_LogicSeptProduct_1 #blackBox_basket.dark .blackBox_trash_icon {     background: #FFCDD2; }   #section_LogicSeptProduct_1 #blackBox_basket.dark .blackBox_trash_icon:hover {     background: #EF5350; }   #section_LogicSeptProduct_1 .blackBox_product {     background-color: #f1f5f9;     display: flex;     justify-content: center;     align-items: center;     padding: 20px 0;     max-width: 1090px;     margin: 0 auto;     width: 100%;     gap: 20px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery {     display: flex;     border-radius: 6px;     flex-direction: row-reverse;     max-width: 450px;     width: calc(100% - 20px);     justify-content: space-evenly;     align-items: center; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_mainImage {     overflow: hidden;     max-width: 300px;     width: 100%;     display: flex;     justify-content: center; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_mainImage > img {     transition: transform .5s ease;     width: 300px;     height: 300px;     aspect-ratio: 300 / 300;     background-color: #fff;     object-fit: cover;     object-position: center; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages {     position: relative;     display: flex;     direction: rtl;     justify-content: center;     align-items: center; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages ::-webkit-scrollbar {     width: 5px;     direction: ltr; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages ::-webkit-scrollbar-track {     border-radius: 10px;     background-color: #e0e0e0; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages ::-webkit-scrollbar-thumb {     background: #b8b3b2;     border-radius: 10px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > div {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: center;     padding: 10px;     width: 100%;     height: 300px;     overflow-y: scroll;     max-width: 365px;     gap: 10px;     position: relative; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages img {     width: 50px;     height: 50px;     aspect-ratio: 50 / 50;     object-fit: cover;     object-position: center;     cursor: pointer;     background-color: #e9e9e9;     padding: 10px;     border-radius: 6px;     transition: all .2s ease-in-out; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages img.active {     background-color: #fff;     box-shadow: #0000003d 0px 3px 8px;     transition: all .2s ease-in-out; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > .blackBox_product_gallery_otherImages_icon:hover {     opacity: 1; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > .blackBox_product_gallery_otherImages_icon.left {     position: absolute;     left: -26px;     display: none; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > .blackBox_product_gallery_otherImages_icon.right {     transform: rotate(180deg);     position: absolute;     right: -26px;     display: none; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo {     display: flex;     max-width: 545px;     width: calc(100% - 20px);     flex-direction: column; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .desc {     font-size: clamp(0.875rem, 1.6vw, 1rem);     line-height: 1.6;     color: #707070; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .qtyHolder {     background-color: #fff;     max-width: 145px;     width: 100%;     font-size: 16px;     padding: 6px;     display: flex;     align-items: center;     justify-content: center;     border-radius: 30px;     box-sizing: border-box;     padding-left: 30px;     gap: 10px;     color: #616161; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .qtyHolder > input {     max-width: 40px;     box-sizing: border-box;     border: none;     text-align: center;     border-left: 1px solid #616161; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .qtyHolder > input:focus {     outline: none; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .ticon.ticon-cart-shopping {     margin-right: 5px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo > h1 {     color: #1C2D4E;     font-size: clamp(1.125rem, 2.5vw, 1.5rem);     line-height: 1.45;     margin-top: 20px;     margin-bottom: 20px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo p {     font-size: 14px;     text-align: justify;     border-radius: 6px;     max-height: 200px;     display: flex;     overflow: auto;     line-height: 25px;     color: #707070; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_features {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     margin-top: 10px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket {     display: flex;     align-items: center;     cursor: pointer; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket > button {     background-color: #1C2D4E;     border: none;     border-radius: 30px;     line-height: 24px;     font-size: 16px;     padding: 0 20px !important;     font-weight: 400;     color: #fff;     text-decoration: none;     text-align: center;     min-width: 150px;     max-width: 250px;     display: block;     min-height: 34px;     cursor: pointer;     position: relative;     transition: all .3s ease-in-out; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket > button:hover {     background-color: #2F539D;     transition: all .3s ease-in-out; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket > button::before {     content: '';     position: absolute;     top: -10px;     bottom: -10px;     right: -10px;     left: -10px; }   #section_LogicSeptProduct_1 .blackBox_product_addToBasket_price {     color: #1C2D4E;     font-weight: bold;     font-size: 22px;     margin-top: 5px; }   #section_LogicSeptProduct_1 .price_desc {     font-size: 14px;     line-height: 20px;     font-weight: 100;     color: #707070;     padding-bottom: 10px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket .blackBox_product_addToBasket_price {     background: #03235a;     padding: 10px 15px;     color: #fff;     margin-right: 20px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     width: calc(100% - 20px);     padding: 10px;     border-radius: 6px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group .blackBox_product_features_group_name {     font-size: 14px;     font-weight: bold;     margin-bottom: 5px;     display: flex;     margin-left: 2px;     color: #616161; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group .blackBox_product_features_group_items {     display: flex;     flex-direction: row;     justify-content: flex-start;     align-items: center;     flex-wrap: wrap;     gap: 10px; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group .blackBox_product_features_group_items > img {     width: 70px;     height: 70px;     aspect-ratio: 70 / 70;     cursor: pointer;     border: 1px solid #fff;     background-color: #fff;     border-radius: 10px;     transition: all .2s ease-in-out; }   #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group .blackBox_product_features_group_items > img.blackBoxSelect {     border: 1px solid #707070;     background-color: #d1d8dc;     border-radius: 10px;     transition: all .2s ease-in-out; }   @media only screen and (max-width: 767px) {     #section_LogicSeptProduct_1 .blackBox_product {       flex-wrap: wrap; }     #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo {       align-items: center;       text-align: center; }     #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery {       align-items: flex-start;       flex-direction: column; }     #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_mainImage > img {       max-width: 300px;       width: 100%;       height: auto; }     #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > div {       height: 100px;       max-width: 400px;       width: 100%;       flex-direction: row-reverse;       overflow-y: revert;       overflow-x: scroll; }     #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_productInfo > h1 {       margin-top: 10px;       margin-bottom: 10px; }     #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages ::-webkit-scrollbar {       width: 100%;       height: 5px;       direction: ltr; }     #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_mainImage {       align-self: center; }     #section_LogicSeptProduct_1 .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages {       max-width: 450px;       width: 100%;       overflow: hidden; }     #section_LogicSeptProduct_1 .blackBox_product {       gap: 5px; } }   #section_LogicSeptProduct_1 .blackBox_basket_emailVerified {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     width: calc(100% - 40px);     padding: 20px 10px;     text-align: center;     background: #eee;     border-radius: 6px;     font-size: 14px; }   #section_LogicSeptProduct_1 .blackBox_basket_emailVerified span {     background: #8bc34a;     padding: 6px 20px;     border-radius: 6px;     margin-top: 20px;     color: #fff;     font-weight: bold;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_alert {     background: #f5f5f5;     position: fixed;     width: calc(100% - 40px);     top: 0px;     left: 0px;     display: none;     flex-direction: column;     justify-content: space-between;     padding: 20px;     z-index: 1000000000;     font-family: Arial, Helvetica, sans-serif;     border-radius: 0px 0px 6px 6px; }   #section_LogicSeptProduct_1 #blackBox_alert.error {     background-color: #FFEBEE;     border-bottom: solid 2px #D32F2F;     color: #D32F2F; }   #section_LogicSeptProduct_1 #blackBox_alert.warning {     background-color: #FFF8E1;     border-bottom: solid 2px #FFA000;     color: #FFA000; }   #section_LogicSeptProduct_1 #blackBox_alert.success {     background-color: #E8F5E9;     border-bottom: solid 2px #388E3C;     color: #388E3C; }   #section_LogicSeptProduct_1 #blackBox_alert .blackBox_alert_content {     margin: 10px 0px; }   #section_LogicSeptProduct_1 #blackBox_alert .blackBox_alert_actions {     min-width: 120px;     display: flex;     justify-content: space-between;     margin: 10px auto 0px auto; }   #section_LogicSeptProduct_1 #blackBox_alert .blackBox_alert_actions .success {     background: #C8E6C9;     min-width: 100px;     text-align: center;     padding: 5px 10px;     border-radius: 6px;     margin: 0px 10px;     color: #43a047;     cursor: pointer; }   #section_LogicSeptProduct_1 #blackBox_alert .blackBox_alert_actions .cancel {     background: #FFCDD2;     min-width: 100px;     text-align: center;     padding: 5px 10px;     border-radius: 6px;     margin: 0px 10px;     color: #D32F2F;     cursor: pointer; }   #section_LogicSeptProduct_1 .btn_container {     display: flex;     flex-wrap: wrap;     align-items: center;     gap: 10px;     margin-top: 15px; }   @media only screen and (max-width: 767px) {     #section_LogicSeptProduct_1 .btn_container {       justify-content: center; } }  #section_AboutTextLogicSept_2 {   background-color: #ffffff;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_AboutTextLogicSept_2 .container {     display: flex;     justify-content: space-between;     flex-direction: row;     width: calc(100% - 20px);     max-width: 1090px;     min-height: 200px;     gap: 20px;     align-items: stretch; }   #section_AboutTextLogicSept_2 .container .part1 {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     max-width: 620px;     width: 100%;     background-color: #ffffff75;     z-index: 2;     flex: 1; }   #section_AboutTextLogicSept_2 .container .part1 .title {     text-align: left;     color: #000;     border-bottom: 1px solid #000;     width: 100%;     font-size: clamp(1.5rem, 3.5vw, 2rem);     line-height: 1.35;     padding-bottom: 20px;     margin: 0;     padding-top: 20px; }   #section_AboutTextLogicSept_2 .container .part1 .desc {     color: #000;     font-size: clamp(0.875rem, 1.6vw, 1rem);     line-height: 1.6; }   #section_AboutTextLogicSept_2 .container .part2 {     display: flex;     align-items: center;     max-width: 450px;     min-height: 415px;     width: 100%;     z-index: 1; }   #section_AboutTextLogicSept_2 .container .part2 img {     height: 100%;     width: 100%;     aspect-ratio: 450 / 415;     object-fit: cover;     object-position: center;     flex: 1; }   @media only screen and (max-width: 1090px) {     #section_AboutTextLogicSept_2 .container .part1 {       max-width: 60%; }     #section_AboutTextLogicSept_2 .container .part2 {       max-width: 40%; } }   @media only screen and (max-width: 767px) {     #section_AboutTextLogicSept_2 .container {       flex-direction: column; }     #section_AboutTextLogicSept_2 .container .part1 {       max-width: 100%; }     #section_AboutTextLogicSept_2 .container .part2 {       max-width: 100%;       min-height: revert; }     #section_AboutTextLogicSept_2 .container .part2 img {       height: auto;       max-height: 300px; } }   @media only screen and (max-width: 580px) {     #section_AboutTextLogicSept_2 .container .part1 .title {       font-size: 24px;       line-height: 30px;       margin: 0;       padding-top: 10px; }     #section_AboutTextLogicSept_2 .container .part1 .desc {       -webkit-line-clamp: 24; } }  #section_TextLogicSept_3 {   display: flex;   justify-content: center;   align-items: center;   flex-direction: column;   padding-top: 50px;   padding-bottom: 50px;   position: relative;   font-family: "Poppins", sans-serif;   background-color: #173c3f; }   #section_TextLogicSept_3 .container {     display: flex;     align-items: center;     justify-content: space-between;     flex-direction: row;     flex-wrap: wrap;     width: calc(100% - 80px);     max-width: 1090px;     min-height: 200px;     background-color: #024c51a4;     backdrop-filter: blur(8px);     margin: 0;     padding: 40px;     overflow: hidden;     gap: 20px;     z-index: 2; }   #section_TextLogicSept_3 .img_background {     position: absolute;     object-fit: cover;     object-position: center;     width: 100%;     height: 100%;     flex: 1;     mix-blend-mode: luminosity;     z-index: 1; }   #section_TextLogicSept_3 .container .pt1 {     display: flex;     flex-direction: column;     align-items: center;     justify-content: flex-start;     max-width: 500px;     width: calc(100% - 20px);     z-index: 2; }   #section_TextLogicSept_3 .container .pt1 .desc {     color: #fff; }   #section_TextLogicSept_3 .container .pt1 .desc .title {     color: #ffffff;     font-size: 36px;     line-height: 41px;     margin: 0;     padding-bottom: 16px; }   #section_TextLogicSept_3 .container .pt2 {     display: flex;     flex-direction: column;     align-items: center;     justify-content: flex-start;     max-width: 500px;     height: 457px;     width: 100%;     overflow-y: scroll;     z-index: 2; }   #section_TextLogicSept_3 .container .pt2 .desc {     width: calc(100% - 40px);     color: #fff; }   #section_TextLogicSept_3 .container .pt2::-webkit-scrollbar {     width: 5px; }   #section_TextLogicSept_3 .container .pt2::-webkit-scrollbar-track {     background: #bdafaf;     border-radius: 30px; }   #section_TextLogicSept_3 .container .pt2::-webkit-scrollbar-thumb {     background: #009AA4;     border-radius: 30px; }   #section_TextLogicSept_3 .container .pt2::-webkit-scrollbar-thumb:hover {     background: #173c3f; }  @-moz-document url-prefix() {   #section_TextLogicSept_3 .container .pt2 {     scrollbar-width: thin !important;     scroll-behavior: smooth !important;     scrollbar-color: #009AA4 #bdafaf; } }   @media screen and (max-width: 1100px) {     #section_TextLogicSept_3 .container {       flex-direction: column;       justify-content: center;       align-items: center;       padding-top: 30px; }     #section_TextLogicSept_3 .container .pt1 {       max-width: 100%; }     #section_TextLogicSept_3 .container .pt1 .desc {       max-width: 100%; }     #section_TextLogicSept_3 .container .pt2 .desc {       max-width: 100%;       width: calc(100% - 40px);       padding-left: 10px;       align-self: flex-start; }     #section_TextLogicSept_3 .container .pt2 {       max-width: 100%; } }   @media screen and (max-width: 580px) {     #section_TextLogicSept_3 .container .pt1 .desc .title {       font-size: 24px;       line-height: 31px; } }  #section_AboutTextLogicSept_4 {   background-color: #ffffff;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_AboutTextLogicSept_4 .container {     display: flex;     justify-content: space-between;     flex-direction: row;     width: calc(100% - 20px);     max-width: 1090px;     min-height: 200px;     gap: 20px;     align-items: stretch; }   #section_AboutTextLogicSept_4 .container .part1 {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     max-width: 620px;     width: 100%;     background-color: #ffffff75;     z-index: 2;     flex: 1; }   #section_AboutTextLogicSept_4 .container .part1 .title {     text-align: left;     color: #000;     border-bottom: 1px solid #000;     width: 100%;     font-size: clamp(1.5rem, 3.5vw, 2rem);     line-height: 1.35;     padding-bottom: 20px;     margin: 0;     padding-top: 20px; }   #section_AboutTextLogicSept_4 .container .part1 .desc {     color: #000;     font-size: clamp(0.875rem, 1.6vw, 1rem);     line-height: 1.6; }   #section_AboutTextLogicSept_4 .container .part2 {     display: flex;     align-items: center;     max-width: 450px;     min-height: 415px;     width: 100%;     z-index: 1; }   #section_AboutTextLogicSept_4 .container .part2 img {     height: 100%;     width: 100%;     aspect-ratio: 450 / 415;     object-fit: cover;     object-position: center;     flex: 1; }   @media only screen and (max-width: 1090px) {     #section_AboutTextLogicSept_4 .container .part1 {       max-width: 60%; }     #section_AboutTextLogicSept_4 .container .part2 {       max-width: 40%; } }   @media only screen and (max-width: 767px) {     #section_AboutTextLogicSept_4 .container {       flex-direction: column; }     #section_AboutTextLogicSept_4 .container .part1 {       max-width: 100%; }     #section_AboutTextLogicSept_4 .container .part2 {       max-width: 100%;       min-height: revert; }     #section_AboutTextLogicSept_4 .container .part2 img {       height: auto;       max-height: 300px; } }   @media only screen and (max-width: 580px) {     #section_AboutTextLogicSept_4 .container .part1 .title {       font-size: 24px;       line-height: 30px;       margin: 0;       padding-top: 10px; }     #section_AboutTextLogicSept_4 .container .part1 .desc {       -webkit-line-clamp: 24; } }  #section_LogicSeptFAQ_5 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_LogicSeptFAQ_5 .container {     display: flex;     justify-content: center;     flex-direction: column;     align-items: center;     gap: 20px;     padding-top: 20px;     padding-bottom: 20px;     width: calc(100% - 20px);     max-width: 1090px; }   #section_LogicSeptFAQ_5 .container .main_title {     font-size: clamp(1.5rem, 3.5vw, 2rem);     line-height: 1.35;     align-self: center;     text-align: center;     margin: 0;     width: 100%;     color: #000000; }   #section_LogicSeptFAQ_5 .container .accordions {     display: flex;     flex-direction: row;     justify-content: space-between;     width: 100%; }   #section_LogicSeptFAQ_5 .container .accordion {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     flex-wrap: wrap;     padding: 0;     gap: 20px;     overflow: hidden;     width: 100%; }   #section_LogicSeptFAQ_5 .container .accordion li {     list-style-type: none;     border-bottom: 1px solid #1C2D4E70;     width: 100%; }   #section_LogicSeptFAQ_5 .container .accordion .accordion-button {     position: relative;     display: block;     width: 100%;     background: #fff;     cursor: pointer; }   #section_LogicSeptFAQ_5 .container .accordion .accordion-button:before {     content: "";     position: absolute;     right: 0;     top: 45%;     height: 3px;     width: 12px;     margin-left: 20px;     background: #1C2D4E;     transform: rotate(90deg);     transition: 0.7s ease; }   #section_LogicSeptFAQ_5 .container .accordion .accordion-button:after {     content: "";     position: absolute;     right: 0;     top: 45%;     height: 3px;     width: 12px;     margin-left: 20px;     background: #1C2D4E; }   #section_LogicSeptFAQ_5 .container .accordion .accordion-button.active:after {     background: #1C2D4E; }   #section_LogicSeptFAQ_5 .container .accordion .accordion-button.active:before {     transform: rotate(-360deg) translateY(-20px);     opacity: 0; }   #section_LogicSeptFAQ_5 .container .accordion .accordion-panel {     display: none;     background: #fff;     overflow: hidden; }   #section_LogicSeptFAQ_5 .container .accordion .accordion-button .title {     text-align: left;     color: #000;     margin: 0;     padding-bottom: 10px;     transition: all 0.5s ease;     font-size: clamp(1rem, 2vw, 1.25rem);     line-height: 1.5;     font-weight: 100;     width: calc(100% - 30px); }   #section_LogicSeptFAQ_5 .container .accordion .accordion-panel .desc {     color: #585858;     font-size: clamp(0.875rem, 1.6vw, 1rem);     line-height: 1.6;     width: calc(100% - 30px); }  #section_ProductSliderLogicSept_6 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_ProductSliderLogicSept_6 .container {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     width: 100%;     max-width: 1090px;     padding-bottom: 20px;     min-height: 200px;     user-select: none;     position: relative; }   #section_ProductSliderLogicSept_6 .container .title {     font-size: 36px;     line-height: 40px;     color: #000000;     border-bottom: 1px solid #cdcdcd;     text-align: center;     font-weight: 100;     width: calc(100% - 20px);     margin-top: 20px;     margin-bottom: 20px; }   #section_ProductSliderLogicSept_6 .container .slider {     max-width: 1090px;     width: 100%;     overflow: hidden; }   #section_ProductSliderLogicSept_6 .container .slider .slides {     display: flex;     width: 100%;     transition: all .48s ease-in-out; }   #section_ProductSliderLogicSept_6 .container .slider .slides .slide {     max-width: 345px;     width: calc(100% - 20px);     margin: 10px;     background-color: #fff;     box-shadow: inset 1px 1px #cdcdcd, inset -1px -1px #cdcdcd;     border-radius: 10px;     padding-bottom: 30px;     padding-top: 20px;     display: flex;     flex-direction: column;     align-items: center;     justify-content: space-between;     flex-shrink: 0;     overflow: hidden;     position: relative;     z-index: 2; }   #section_ProductSliderLogicSept_6 .container .slider .slides .slide .img_name {     display: flex;     flex-direction: column;     align-items: center;     width: calc(100% - 20px); }   #section_ProductSliderLogicSept_6 .container .slider .slides .slide img {     max-width: 220px;     width: 100%;     height: 280px;     z-index: 2;     padding-bottom: 20px;     object-position: center;     object-fit: cover; }   #section_ProductSliderLogicSept_6 .container .slider .slides .slide .product_name {     font-size: 20px;     line-height: 25px;     margin-top: 20px;     margin-bottom: 20px;     color: #000;     text-align: center;     align-self: center;     width: calc(100% - 20px); }   #section_ProductSliderLogicSept_6 .container .slider .slides .slide .p_btn {     background-color: transparent;     color: #707070;     text-align: center;     padding: 6px 10px;     border: 1px solid #19233e;     font-size: 16px;     border-radius: 30px;     min-width: 150px;     max-width: 200px;     position: relative;     text-decoration: none;     transition: all .3s ease-in-out; }   #section_ProductSliderLogicSept_6 .container .slider .slides .slide .p_btn::before {     content: '';     position: absolute;     top: -10px;     left: -10px;     right: -10px;     bottom: -10px; }   #section_ProductSliderLogicSept_6 .container .slider .slides .slide .p_btn:hover {     background-color: #520042;     color: #fff;     border: 1px solid #520042;     transition: all .3s ease-in-out; }   #section_ProductSliderLogicSept_6 .container .prev,   #section_ProductSliderLogicSept_6 .container .next {     position: absolute;     border-radius: 100%;     top: 50%;     border: none;     background-color: transparent;     cursor: pointer;     z-index: 1001; }   #section_ProductSliderLogicSept_6 .container .prev i,   #section_ProductSliderLogicSept_6 .container .next i {     width: 35px;     height: 35px;     font-size: 35px;     color: #19233e;     opacity: 60%;     transition: all .3s ease-in-out; }   #section_ProductSliderLogicSept_6 .container .prev i:hover,   #section_ProductSliderLogicSept_6 .container .next i:hover {     opacity: 100%;     transition: all .3s ease-in-out; }   #section_ProductSliderLogicSept_6 .container .prev {     left: -50px; }   #section_ProductSliderLogicSept_6 .container .next {     right: -50px; }   @media only screen and (max-width: 1200px) {     #section_ProductSliderLogicSept_6 .container .slider .slides .slide {       max-width: 500px;       height: auto; }     #section_ProductSliderLogicSept_6 .container .prev {       left: 5px; }     #section_ProductSliderLogicSept_6 .container .next {       right: 5px; }     #section_ProductSliderLogicSept_6 .container .slider {       width: calc(100% - 56px); } }   @media only screen and (max-width: 580px) {     #section_ProductSliderLogicSept_6 .container .slider .slides .slide {       max-width: 100%; }     #section_ProductSliderLogicSept_6 .container .title {       font-size: 24px;       line-height: 30px; }     #section_ProductSliderLogicSept_6 .container .slider .slides .slide .product_name {       font-size: 16px;       line-height: 20px; } }  #section_LogicSeptFooter_7 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   font-family: Arial, Helvetica, sans-serif; }   #section_LogicSeptFooter_7 .container {     display: flex;     justify-content: space-between;     padding-top: 20px;     gap: 20px;     flex-wrap: wrap;     width: calc(100% - 20px);     border-top: 2px solid #d7d6df;     border-bottom: 1px solid #d7d6df;     max-width: 1170px;     position: relative; }   #section_LogicSeptFooter_7 .container::before {     content: '';     position: absolute;     width: 150px;     height: 100%;     top: 0;     left: 0;     background-color: #17a3ac;     z-index: 2; }   #section_LogicSeptFooter_7 .container .prt1 {     display: flex;     align-items: flex-end;     justify-content: space-between;     flex-direction: column;     max-width: 280px;     min-height: 310px;     width: 100%;     position: relative; }   #section_LogicSeptFooter_7 .container .prt1 .logo {     position: absolute;     width: 150px;     height: 120px;     object-fit: cover;     object-position: center;     right: -25px;     top: -20px; }   #section_LogicSeptFooter_7 .container .prt1 img:nth-child(2) {     position: absolute;     width: 300px;     left: 38px;     height: 200px;     bottom: 0; }   #section_LogicSeptFooter_7 .container .prt1 .icons {     display: flex;     flex-direction: column;     align-self: flex-start;     align-items: flex-start;     gap: 5px;     position: absolute;     left: 70px;     bottom: 5px;     width: calc(100% - 40px); }   #section_LogicSeptFooter_7 .container .prt1 .icons .row_icon {     display: flex;     gap: 7px;     z-index: 3; }   #section_LogicSeptFooter_7 .container .prt1 .icons .copyright {     font-size: 12px;     line-height: 20px;     color: #ffffff;     z-index: 3;     width: calc(100% - 40px); }   #section_LogicSeptFooter_7 .container .prt1 .icons::before {     content: '';     position: absolute;     width: 100%;     min-width: 300px;     height: 90px;     bottom: -5px;     left: -31px;     background-color: #14213af1;     z-index: 3; }   #section_LogicSeptFooter_7 .container .prt1 .icons a {     text-decoration: none;     z-index: 2; }   #section_LogicSeptFooter_7 .container .prt1 .icons img {     display: inline-block;     width: 20px;     height: 20px; }   #section_LogicSeptFooter_7 .container .prt2 {     display: flex;     flex-direction: column;     gap: 5px;     font-size: 14px;     line-height: 20px;     padding-bottom: 20px;     max-width: 250px;     box-sizing: border-box;     background-color: #fff;     padding-left: 10px;     z-index: 3;     position: relative; }   #section_LogicSeptFooter_7 .container .prt2:nth-last-child(1) {     justify-content: flex-start;     padding-top: 34px;     gap: 10px;     max-width: 200px; }   #section_LogicSeptFooter_7 .container .prt2::before {     content: '';     position: absolute;     left: 0;     top: 40px;     width: 1px;     height: calc(100% - 50px);     background-color: #dddddd; }   #section_LogicSeptFooter_7 .container .prt2 .title {     margin: 0;     font-size: 16px !important;     line-height: 30px;     font-weight: bold;     color: #404040; }   #section_LogicSeptFooter_7 .container .prt2 a {     text-decoration: none;     color: #666666;     text-align: left; }   #section_LogicSeptFooter_7 .container .prt2 a:hover {     text-decoration: none;     color: #313A4A; }   #section_LogicSeptFooter_7 .container .prt2 .address {     display: flex;     flex-direction: column;     align-items: flex-start; }   #section_LogicSeptFooter_7 .container .prt2 .address .contact_title {     color: #404040;     font-size: 14px;     line-height: 20px;     font-weight: bold; }   #section_LogicSeptFooter_7 .container .prt2 .address .tel {     display: flex;     flex-direction: column;     width: 100%; }   @media only screen and (max-width: 1090px) {     #section_LogicSeptFooter_7 .container .prt1 {       max-width: 100%;       align-items: flex-start;       min-height: 200px;       gap: 30px;       order: 10; }     #section_LogicSeptFooter_7 .container .prt1 img:nth-child(2) {       left: 0; }     #section_LogicSeptFooter_7 .container::before {       display: none; }     #section_LogicSeptFooter_7 .container .prt1 .icons {       padding-left: 20px;       width: calc(100% - 20px);       left: 0; }     #section_LogicSeptFooter_7 .container .prt1 .icons::before {       left: -10px;       width: calc(100% + 20px);       height: 70px; }     #section_LogicSeptFooter_7 .container .prt2 {       margin-left: 10px; }     #section_LogicSeptFooter_7 .container .prt1 .logo {       position: revert; }     #section_LogicSeptFooter_7 .container .prt2:nth-last-child(2)::before {       content: '';       position: absolute;       left: -10px;       top: 0;       width: 1px;       height: 100%; } }   @media only screen and (max-width: 580px) {     #section_LogicSeptFooter_7 .container .prt2 .title {       font-size: 16px !important; }     #section_LogicSeptFooter_7 .container .prt2:nth-last-child(1) .address {       width: 100%;       max-width: 100%; }     #section_LogicSeptFooter_7 .container .prt2:nth-last-child(1) {       width: 100%;       max-width: 100%;       padding-top: 0; }     #section_LogicSeptFooter_7 .container .prt2 {       min-width: 200px; }     #section_LogicSeptFooter_7 .container {       justify-content: flex-start; }     #section_LogicSeptFooter_7 .container .prt2:nth-last-child(1)::before {       top: 0; } } 
