/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
  scroll-behavior: smooth;
}

body {
  line-height: 22px;
  font-size: 13px;
  font-weight: 400;
  color: #111;
  background: #fff;
  position: relative;
}

.product-page .product-actions .product-variants .product-variants-item .control-label {
  font-weight: 700;
  color: #21209C !important;
  padding-top: 0 !important;
  text-transform: uppercase;
}
.product-variants-item:after {
  content: " ";
  position: relative;
  top: -20px;
  margin-right: -2px;
  left: 66%;
  /* width: 10px; */
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}
.product-page .product-actions .product-variants .product-variants-item select {
  width: 70% !important;
  border: solid 1px #757575 !important;
}

.product-page .product-short-description ul li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle id='Ellipse_65' data-name='Ellipse 65' cx='3' cy='3' r='3' fill='%23f60'/%3E%3C/svg%3E%0A");
  color: #ff6600;
  padding-right: 18px !important;
}
.sp-megamenu-container {
  font-family: "Poppins";
  font-weight: bold;
}
#products .regular-price{
  text-decoration: line-through !important;
}
div.spverticalmenu h3 {
  font-family: "Poppins";
  font-weight: bold;
  text-transform: capitalize;
}

.instru a {
  margin-left: 0 !important;
  padding-top: 20px;
}

.instru .item-3 a {
  margin-left: 0 !important;
}

a:focus,
a:hover {
  text-decoration: none;
}
.button-search{
  padding: 10px;
  text-transform: initial;
}
.product-miniature .sp-add-to-cart ,.product-miniature .cart_content .wish{
  border:none !important;
  transition: 0.3s ease;
  background-color: #F1F1F1;
  width: 35px;
  height: 35px !important;
  padding: 5px !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 0px;
  line-height: 0% !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Poppins !important;
}


.products .cart_content .sp-add-to-cart {
  color: white !important;
  font-size: 14px !important;
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  padding: 0 15px;
}



.products .product-title {
  margin-top: 0 !important;
}

.products .thumbnail-description .product-list-reviews {
  padding-bottom: 50px !important;
}

.icon-shopping-cart1::before {
  width: 18px !important;
  height: 18px !important;
}
.thumbnail-container .cart_content i.fa-eye,.product-miniature .sp-add-to-cart .icon-shopping-cart1{
  color:#000 !important;
}
.product-miniature .sp-add-to-cart .icon-shopping-cart1{
  font-size: 19px;
}
.sp-product-style1 .sp-quick-view:hover  i.fa-eye,.product-miniature .sp-add-to-cart:hover .icon-shopping-cart1{
  color: white !important;
}
/*.products .icon-shopping-cart1:before,*/
/*.products .fa-eye:before,*/
/*.products .fa-heart-o:before {*/
/*  color: white !important;*/
/*}*/



.products .sp-product-style1 .sp-quick-view:hover {
  background: #FAB72B !important;
  color: #fff;
}

.products .sp-add-to-cart:hover {
  background-color: #FAB72B !important;
}

.product-miniature .sp-add-to-cart:hover {
  background: #FAB72B;
  color: #fff;
}

.left-column .product-miniature .sp-add-to-cart {

  text-align: center;
  vertical-align: middle;

  cursor: pointer;
  box-shadow: 0px 4px 10px #00000014;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}


.product-miniature .sp-add-to-cart .sp-cart-text {
  display: unset !important;
  text-transform: unset;
}

.price_btn_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*.products .price_btn_row {*/
/*  min-height: 45px !important;*/
/*}*/

.sp-product-style1 .product-description {
  text-align: center;
  overflow: hidden;
  position: unset;
  padding: 0 15px;
}

.product-miniature .product-title {
  font: normal normal bold 18px/23px Poppins;
  margin: 10px 0 5px !important;
  padding-left: 0px;
}

.product-miniature .product-title a {
  color: #333333 !important;
  font-size: 16px !important;
  font-family: Poppins;
  margin: 0 0 0px !important;
  font-weight: 600 !important;
  position: relative !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

.thumbnail-description .product-title a{
  text-align: center;
  line-height: 18px !important;
  overflow: hidden;
}

.product-category {
  color: #adadad;
  font-family: Poppins;
  font-weight: normal !important;
  font-size: 14px !important;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

.product-category:hover {
  color: #2b2b2b;
}

.price {
  font-family: Poppins !important;
  font-weight: bold !important;
  font-size: 20px !important;
  color: #FAB72B !important;
}

.listing .price {
  display: block;
  text-align: center;
}

.listing .regular-price {
  text-align: center;
  display: block;
}

.price_curnecy {
  font-family: Poppins;
  font-weight: bold !important;
  font-size: 12px !important;
  color: #b5b5b5 !important;
  display: block !important;
  margin-top: -5px !important;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  padding: 10px 0px;
}

.sp-product-style1 .sp-quick-view {
  transition: 0.3s ease;
  background-color: #f1f1f1;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  transition: 0.3s ease;
  cursor: pointer;

}

.sp-product-style1 .sp-quick-view:hover,.product-miniature .cart_content .wish:hover {
  background: #f37f12;
}

.sp-product-style1:hover .sp-quick-view {
  top: 15px;
  right: 15px;
}

.spverticalmenu .sp-vermegamenu .navbar-nav > li {
  position: unset !important;
}

.sp-vermegamenu .menu > li:hover > .dropdown-menu {
  display: block;
}

@media (min-width: 992px) {
  .sp-vermegamenu .menu > li > .dropdown-menu,
  div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type > .dropdown-menu {
    display: none;
    transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    top: 0;
    opacity: 0;
    position: absolute;
    backface-visibility: hidden;
    transform: unset !important;
    -ms-transform: unset !important;
    -webkit-transform: unset !important;
    transition: unset !important;
    -moz-transition: unset !important;
    -webkit-transition: unset !important;
    -ms-transition: unset !important;
    z-index: 3;
    left: 100%;
    border-radius: 0;
  }
}

.sp-vermegamenu .navbar-nav > li .dropdown-menu a::before {
  content: unset !important;
}

.sp-vermegamenu .navbar-nav > li .dropdown-menu a::after {
  content: unset !important;
}



#blockcart-modal .modal-header {
  background: #21209C !important;
}

#blockcart-modal .modal-body .cart-content .btn,
#documentModal .modal-footer .btn,
#confirmationModal .btn {
  background: #21209C !important;
  border-radius: 3px !important;
  border-style: solid;
  font-weight: 500 !important;
  border-color: rgb(225, 225, 225);
  border-image: initial;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px;
}
#documentModal .modal-footer .btn,#confirmationModal .btn{
  color: #ffffff !important;
}
#blockcart-modal .modal-body .cart-content .btn:hover,#documentModal .modal-footer .btn:hover,#confirmationModal .btn:hover {
  background: #FAB72B !important;
  color: #ffffff !important;
}
div#blockcart-modal .modal-body .product-price{
	color:#FAB72B;
}
#blockcart-modal .modal-title i.material-icons ,#documentModal .modal-title i.material-icons{
  margin-right: 1.875rem;
  color: #ffffff !important;
}

#blockcart-modal .modal-title{
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins";
}
#documentModal .modal-title{
  color: #2A2A2A;
}
#confirmationModal .modal-title{
  color: #21209C;
}
#confirmationModal .modal-title,#documentModal .modal-title{
  font-family: "Poppins" !important;
  font-size: 24px !important;
  font-weight: bold;
}
#documentModal  .modal-header,#confirmationModal .modal-header  {
  display: grid;
  grid-template-columns: 90% 10%;
}
p.section-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #21209C;
}
#confirmationModal  p.section-title{
  text-transform: initial;
  color: #000;
}
#confirmationModal .modal-open .modal{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}
#confirmationModal .close{
  opacity: 1;
}
#blockcart-modal .modal-header .close .material-icons {
  color: #ffffff;
}

.skymil_loading_animation {
  width: 50px;
  height: auto;
  background: transparent !important;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 2s !important;
  -moz-transition-property: -moz-transform ;
  -moz-transition-duration: 2s !important;
  -webkit-animation-name: grow;
  -webkit-animation-duration: 2s !important;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: grow;
  -moz-animation-duration: 2s !important;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes grow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

.js-product-list .category-view-type .category-view-type-selector.selected a {
  color: #000;
}

.js-product-list .category-view-type .category-view-type-selector a {
  color: #a8a8a8;
}

.pagination .product-pagelist .page-list li.current {
  background: #656565 !important;
}

.pagination .product-pagelist .page-list li:hover {
  background: #FAB72B !important;
}


.product-list--list .product-miniature .product-price-and-shipping {
  text-align: left;
}

.product-list--list .product-miniature .product-title {
  padding-left: 0px;
  margin: 0px !important;
}

.product-list--list .product-miniature .product-title a {
  margin: 0 0 0;
}

.product-list--list .product-category {
  padding-left: 0px;
}

.product-list--list .product-list-reviews {
  padding-left: 0px;
}

#search_filters h3.block-title,

.block .block-title,
.moduletable .block-title,
div.spverticalmenu .sp-vermegamenu .navbar-nav>li:before,
div.spverticalmenu h3,
div.spverticalmenu .navbar-header .navbar-toggle,
div.spverticalmenu .sp-vermegamenu .navbar-nav>li:before,
div.spverticalmenu h3,
div.spverticalmenu .navbar-header .navbar-toggle
 {
  background-color: #ffffff !important;
}

.elementor-element .buttons_style1 .slick-slider .slick-arrow:hover:before {
  background-color: #FAB72B !important;
}

.btn-comment-inverse:hover {
  background-color: #FAB72B !important;
  border-color: #FAB72B !important;
}

#search_filters h3.block-title {
  background-color: #21209C !important;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  padding-left: 35px;
}
.spverticalmenu .sp-vermegamenu .navbar-nav > li:hover {
  color: #ff6600 !important;
}
.spverticalmenu .sp-vermegamenu .navbar-nav > li {
  font-family: "Poppins";
  font-size: 15px !important;
}
.product-miniature .micro-product .js-product-miniature {
  height: 250px !important;
}
.product-miniature .product-desc-wrap .product-description {
  padding: 20px 0px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.js-product-list .category-view-type .category-view-type-selector {
	line-height: 0px;
}
.btn-comment:hover {
  background: #21209C !important;
}

.product-miniature .sp_product_btns {
  position: unset !important;
}

#js-product-list .sp-product-style1 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 5px #0000001A;
  padding: 10px;
  height: 100%;
  border-radius: 5px;
}
.tabs .nav-tabs {
  display: flex;
  justify-content: center;
  background: #000 !important;
  border-right: #000 !important;
}
.tabs {
  margin: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.tabs .nav-tabs .nav-link.active{
  color:#fff;
}
.tabs .nav-tabs li.nav-item a:hover,.tabs .nav-tabs li.nav-item a.active {
  background: #000 !important;
  border-bottom: 4px solid #FEA615 !important;
}
.tabs .nav-tabs li.nav-item a {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  padding: 12px 38px;
  display: block;

}
.product-list--list .price_btn_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.product-list--list .product-miniature .product-image {
  position: unset;
}

.product-list--list .product-description-short {
  margin-top: 15px;
}
.sp-product-style1 .thumbnail-container:hover {
  box-shadow: 0 0 #0000 !important;
}
.product-page .product-actions .product-add-to-cart .add-to-cart {
  background: #FEA615 !important;
  width: 210px;
  border-radius: 3px;
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-image: initial;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px;
  margin: 0 20px !important;
  justify-content: center;
}
#product-comments-list .btn-comment {
  border-radius: 3px !important;
}

.product-page .product-actions .product-add-to-cart .add-to-cart:hover {
  background: #21209C !important;
}
span.discount.discount-percentage {
  display: none;
}
@media (max-width: 450px) {
  .product-page .tabs .nav-tabs li.nav-item a {
    padding: 5px !important;
    font-size: 12px !important;
  }

}
@media (max-width: 767px) {
  #product .product-page .product-actions .product-add-to-cart .product-quantity {
    display: flex;
    justify-content: space-between;
  }
  #blockcart-modal .product-image {
    max-width: 10.63rem;
    margin-bottom: 0;
  }
  div#blockcart-modal .modal-body .cart-content a.btn{
    padding: 10px 19px !important;
  }
  div#blockcart-modal .modal-body .cart-content {
    padding: 0;
  }
  #blockcart-modal .cart-content .cart-content-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  div#blockcart-modal .modal-body p{
    padding: 5px 0;
  }
  .step.second-step .row,.step.third-step .row{
    flex-direction: column;
  }
  .product-page .tabs .nav-tabs li.nav-item a {
    padding: 5px !important;
    font-size: 12px !important;
  }
  #js-product-list-top .product-sort {
    width: auto !important;
    margin: 0;
  }

}
.product-page .tabs .nav-tabs li.nav-item a:hover,
.product-page .tabs .nav-tabs li.nav-item a.active {
  background: #000 !important;
  border-bottom: 4px solid #FAB72B !important;
}

.product-page .tabs .nav-tabs li.nav-item a {
  background: #000 !important;
  color: white !important;
}

.cart-overview .price {
  font-family: Poppins;
  font-weight: bold !important;
  font-size: 20px !important;
  color: #FAB72B !important;
}

@media (max-width: 667px) {
  .product-line-grid-right .price,
  .product-line-grid-right .qty {
    width: 100%;
  }

  .card {
    box-shadow: none;
    background-color: #fff !important;
    border: none;
  }

  .price {
    font-family: Poppins;
    font-weight: bold !important;
    font-size: 24px !important;
    color: #FEA615  !important;
  }

  .block-categories {
    display: none !important;
  }

  .text-sm-center h1 {
    display: none;
  }

  #order-confirmation #registration-form {
    width: 80% !important;
  }
}

.product-same-category .owl-nav {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -95px;
  right: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.product-same-category .owl-nav .owl-prev:before,
.product-same-category .owl-nav .owl-next:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  width: 35px;
  height: 35px;
  margin-top: 7px;
  background: #000 !important;
}
.product-page .images-container .product-cover {
  border: solid 1px #e3e3e3 !important;
}

.product-same-category .owl-nav .owl-prev:hover:before,
.product-same-category .owl-nav .owl-next:hover:before {
  background: #FAB72B !important;
}
#product .product-same-category .sp-product-style1{
  border: none;
}

.product-same-category .owl-nav .owl-prev {
  margin-right: 5px;
}

.product-same-category .owl-nav .owl-prev:before {
  content: "\e927";
  opacity: 1;
  border-radius: 50px;
    font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.product-same-category .sp-product-style1 .sp-add-to-cart:hover {
  background-color: #f37f12 !important;
}
.product-same-category .owl-nav .owl-next:before {
  content: "\e929";
  opacity: 1;
  border-radius: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-same-category .sp-product-style1 {
  border: 1px solid #e5e5e5;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 5px;
}
.product-same-category .sp-product-style1 .price_btn_row {
  margin-bottom: 30px;
  margin-top: 30px;
}
.addon-title.same_categ svg {
  width: 30px;
}
.addon-title.same_categ {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.addon-title.same_categ h3 {
  margin: 0px;
  color: #2a2a2a;
}

.same_categ span {
  height: 44px;
  margin-left: -25px;
  align-items: center;
}

.featured .same_categ span {
  height: 44px;
  display: flex;
  margin-left: 10px;
  width: calc(100% - 280px);
  align-items: center;
}

.descktop_none {
  color: #2a2a2a !important;
  font-family: "Poppins" !important;
  font-size: 36px !important;
  font-weight: bold !important;
  padding-left: 12px !important;
  text-transform: uppercase;
}

#cart .cart-grid-body .card-block h1,
#checkout .card-block h1 {
  font-family: "Poppins" !important;
  font-size: 28px !important;
  font-weight: bold;
  color: #2A2A2A;
}

#cart .product-same-category .owl-nav {
  right: 17px !important;
}

#cart .addon-title.same_categ {
  padding-left: 20px !important;
}

#cart .addon-title.same_categ .mobile {
  display: none !important;
}

#cart .addon-title::after {
  width: 70% !important;
  margin-left: 20% !important;
}

#order-confirmation .product-same-category .owl-nav {
  right: 17px !important;
}

#order-confirmation h1 .card-title,
#order-confirmation #content-hook_order_confirmation .card-block h3 {
  font-family: "Poppins" !important;
  font-size: 21px !important;
}

#order-confirmation .details span {
  font-size: 20px;
}

#order-confirmation .form-footer .btn {
  background-color: #21209C !important;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px;
  border-radius: 3px;
}

#order-confirmation .form-footer .btn:hover {
  background-color: #FAB72B !important;
}

#order-confirmation .addon-title.same_categ {
  padding-left: 20px !important;
}

#order-confirmation .addon-title.same_categ .mobile {
  display: none !important;
}

#order-confirmation .addon-title::after {
  width: 70% !important;
  margin-left: 20% !important;
}

@media (max-width: 1200px) {
  .addon-title::after {
    content: "";
    display: block;
    width: 40%;
    margin-left: 40%;
    border-bottom: 1px solid #c4c4c4;
    position: absolute;
  }
}

@media (min-width: 1200px) {
  #cart .cart-grid,
  #checkout .cart-grid,
  #manufacturer .container .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media (max-width: 810px) {
  .addon-title::after {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .descktop_none {
    font-size: 25px !important;
  }

  .addon-title.same_categ h3 {
    font-family: "Barlow", Poppins;
    font-size: 20px;
    font-weight: 700;
  }

  .same_categ span {
    height: 44px;
    display: flex;
    margin-left: 10px;
    width: calc(100% - 250px);
    align-items: center;
  }

  .sp-product-style1 {
    padding: 5px !important;
  }

  .left-column .product-accessories .products .product {
    padding: 15px 15px;
    width: 100% !important;
  }
}

.elementor-widget-ajax-search .elementor-search__product-name {
  color: #000000;
  font-family: "Barlow", Poppins;
  font-weight: bold;
}

.elementor-widget-ajax-search .ui-state-focus .elementor-search__product-name {
  color: #424242;
}

.elementor-widget-ajax-search .elementor-search__product-price del {
  color: #8b8b8b;
  font-family: "Poppins", Poppins;
  font-weight: 400;
}

#search_filters .facet {
  padding: 3px 0 11px;
  background: #ffffff;
  border-bottom: none;
}

#search_filters .facet li {
  padding: 0 10px !important;
  color: #666666 !important;
}

#search_filters .facet li p {
  margin-top: 10px !important;
  text-align: center;
}
.js-product-list .category-view-type .category-view-type-selector {
  height: revert !important;
  width: revert !important;
  font-size: revert !important;
}
.js-product-list .category-view-type {
  display: flex !important;
  align-items: center;
}
#search_filters .facet .facet-label.active a,
#search_filters .facet .facet-label:hover a {
  color: #21209C;
  border-bottom-color: #21209C;
}

#search_filters .facet .facet-label {
  margin-left: 20px !important;
  width: 85% !important;
  border: 0px;
  padding: 5px 0;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  color: #FAB72B;
}
#search_filters .facet .facet-label a {
  font-size: 14px;
  font-family: "Poppins";
}
.block-categories .category-sub-menu li[data-depth="1"] a {
  padding-left: 0px !important;
}
.block-categories .category-sub-menu li a:hover {
  color: #21209C;
}

.block-categories .category-sub-menu {
  background: #ffffff;
}

.js-product-list {
  text-align: center;
  background-color: #fafafa;
  padding: 15px;
  margin-bottom: 30px;
}

.order_total_items .price {
  font-size: 18px !important;
}

.order_total_items #total_product,
.order_total_items #total_tax,
.order_total_items #total_shipping {
  color: #424242 !important;
}

#spstepcheckout {
  margin-top: 20px;
}

#btn_place_order,
.btn-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 0;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  background-color: #21209C;
  color: #fff;
  border-radius: 3px;
}

#spstepcheckout #spsco_review #btn_place_order {
  font-size: 1rem !important;
}

/*#spstepcheckout .order_total_items .col-xs-4 {*/
/*  padding-left: 0 !important;*/
/*  text-align: center !important;*/
/*}*/

#btn_place_order:hover,
.btn-info:hover {
  text-decoration: none;
  background: #FAB72B;
}

#authentication [data-action="show-password"] {
  background: #21209C;
}

#authentication [data-action="show-password"]:hover {
  background: #FAB72B;
}

#authentication .form-footer .btn-primary {
  background: #21209C !important;
  min-width: 170px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(225, 225, 225);
  border-image: initial;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px;
  font-weight: 500;
}

#authentication .form-footer .btn-primary:hover {
  background: #FAB72B !important;
}

.product-page .images-container .js-qv-mask .thumb-container img.selected {
  border-color: #125692 !important;
}

.product-page .tabs .nav-tabs li.nav-item:first-child a:hover:before,
.product-page .tabs .nav-tabs li.nav-item:first-child a.active:before {
  background: #000 !important;
}

.product-page .tabs .nav-tabs li.nav-item a:hover:after,
.product-page .tabs .nav-tabs li.nav-item a.active:after {
  background: #000;
}

.product-page .tabs .nav-tabs li.nav-item:first-child a:before,
.product-page .tabs .nav-tabs li.nav-item a:after {
  background: #000 !important;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  margin-bottom: 0px;
  margin-right: 0;
  font-weight: 500;
}

.product-features > dl.data-sheet dt.name {
  border-left: 1px solid #B4B4B4;
  border-top: 0.5px solid #B4B4B4;
  border-bottom: 0.5px solid #B4B4B4;
  font-family: "Poppins" !important;
}

.product-features > dl.data-sheet dd.value {
  border: 1px solid #adadad;
  border-bottom: 0.5px solid #adadad !important;
  background: white !important;
  font-family: "Poppins" !important;
}
.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name,
.product-features>dl.data-sheet dd.value:nth-of-type(2n),
.product-features>dl.data-sheet dt.name:nth-of-type(2n){
  background:transparent;
}

.product-same-category {
  margin-top: 100px;
}

#search_filters,
.block-categories {
  box-shadow: 0px 4px 10px #00000014;
  -webkit-box-shadow: 0px 4px 10px #00000014;
  -moz-box-shadow: 0px 4px 10px #00000014;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: #21209C;
}

.btn-link {
  color: #FAB72B;
}

.form-control {
  background: #ebebeb;
  color: #666;
  border: none;
  padding: 0.5rem 1rem;
}

.block-subcategory .subcategories-box {
  border: solid 1px #ddd;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 20px 0px 0px;
  overflow: hidden;
  transition: 0.3s;
}

.block-subcategory .subcategories-box:hover {
  box-shadow: 0px 6px 16px -2px rgba(7, 147, 255, 0.7);
  -webkit-box-shadow: 0 6px 14px -2px rgb(7 147 255 / 30%);
  -moz-box-shadow: 0px 6px 16px -2px rgb(7 147 255 / 80%);

  transform: scale(1.05);
}

.block-subcategory .subcategories-box h4.subcategory-name {
  font-size: 14px;
  background-color: #1c1d1d;
  color: #fff !important;
  margin: 0;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-subcategory .subcategories-box h4.subcategory-name a {
  color: #fff !important;
  text-align: center;
  padding: 3px;
}

.block-subcategory h3.subcategory-heading,
.heading_subcategory h1 {
  color: #2a2a2a !important;
  font-family: "Poppins" !important;
  font-weight: bold !important;
  font-size: 32px !important;
}

.heading_subcategory {
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 40px;
}



/*.category-depth-level-3 .heading_subcategory img,
.category-depth-level-4 .heading_subcategory img,
.category-depth-level-5 .heading_subcategory img {
  display: none;
}*/

.zoomContainer .zoomWindowContainer {
  display: none !important;
}


@media (min-width: 576px) {

}

.block-subcategory .subcategories-box .subcategory-image {
  margin-bottom: 0px;
}

.featured .item {
  width: unset !important;
}

.left-column .product-accessories .products {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

.left-column .product-accessories .products .product {
  padding: 15px 15px;
  width: 33%;
}

.product-flags li.product-flag.on-sale {
  background: #FAB72B;
}

.product-flags {
  pointer-events: none;
  position: absolute;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  z-index: 2;
  padding-top: 24px !important;
  justify-content: space-between;
  row-gap: 8px;
}
li.product-flag.out_of_stock {
  background: #2BB04A;
}

.products .product-flags .product-flag {
  font-weight: 500 !important;
  font-size: 11px !important;
}

.product-flags li.product-flag {
  min-width: 65px !important;
  height: 22px !important;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 10px !important;
  margin: 0px 5px 0px !important;
  display: table;
}

.product-flags li.discount {
  min-width: 50px !important;
}

.product-flags li.product-flag.discount {
  font-weight: 500;
  font-size: 12px;
  padding: 2px 8px !important;
}


.product-flags li.product-flag.online-only {
  position: unset;
  top: unset;
  right: unset;
  z-index: 1;
  font-size: unset;
  margin-top: unset;
  margin-bottom: 5px;
}

.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu {
  max-width: 1200px !important;
}

.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu .cat-child {
  padding: 0px !important;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child > .dropdown-menu {
  padding: 5px 0 0 !important;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: 0px;
  margin-right: 0;
}

#order-confirmation .card-block .form-group:nth-of-type(7),
#order-confirmation .card-block .form-group:last-of-type {
  display: none !important;
}

.elementor-search__product img {
  height: auto;
  max-width: 85px !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.page-search #products .product,
.page-search .featured-products .product,
.page-search .product-accessories .product,
.page-search .product-miniature .product {
  width: 100% !important;
  min-width: 250px;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
  color: #21209C;
}

.block-categories .arrows .arrow-right:hover,
.block-categories .arrows .arrow-down:hover {
  color: #21209C !important;
}

.block-categories .category-sub-menu li:hover .collapse-icons {
  color: #21209C;
}

.checkout .btn-primary {
  width: 100%;
  color: #fff !important;
  background-color: #21209C;
  font-weight: 500 !important;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(225, 225, 225);
  border-image: initial;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px;
}

.checkout .btn-primary:hover {
  color: #fff !important;
  border-color: transparent;
}

.block-promo .promo-input {
  color: #222;
  border: 2px solid #7a7a7a;
  height: 40px;
  text-indent: 0.625rem;
  width: 50%;
  margin-right: -0.24rem;
}
.js-product-list .category-view-type .category-view-type-selector:hover,
.js-product-list .category-view-type .category-view-type-selector.selected {
  background: transparent !important;
}
.block-promo .promo-input + button {
  margin-top: -2px;
  margin-left: -1px;
  height: 40px;
  text-transform: capitalize;
  border-radius: 0px 5px 5px 0px;
}
.js-product-list .category-view-type .category-view-type-selector {
}
.icon-grid:before {
  content: url("data:image/svg+xml,%3Csvg id='g1722' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39' height='39' viewBox='0 0 39 39'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_257' data-name='Rectangle 257' width='39' height='39'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='g1724' transform='translate(0 0)'%3E%3Cg id='Groupe_222' data-name='Groupe 222'%3E%3Cg id='g1726' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_285' data-name='Tracé 285' d='M11.955-669.582H1.128A1.131,1.131,0,0,1,0-670.709v-10.828a1.131,1.131,0,0,1,1.128-1.128H11.955a1.131,1.131,0,0,1,1.128,1.128v10.828A1.131,1.131,0,0,1,11.955-669.582Zm-9.7-2.256h8.572v-8.572H2.256Z' transform='translate(4.811 687.481)'/%3E%3Cpath id='Tracé_286' data-name='Tracé 286' d='M385.288-669.582H374.46a1.131,1.131,0,0,1-1.128-1.128v-10.828a1.131,1.131,0,0,1,1.128-1.128h10.828a1.131,1.131,0,0,1,1.128,1.128v10.828A1.131,1.131,0,0,1,385.288-669.582Zm-9.7-2.256h8.572v-8.572h-8.572Z' transform='translate(-352.731 687.481)'/%3E%3Cpath id='Tracé_287' data-name='Tracé 287' d='M11.955-296.249H1.128A1.128,1.128,0,0,1,0-297.377V-308.2a1.131,1.131,0,0,1,1.128-1.128H11.955a1.131,1.131,0,0,1,1.128,1.128v10.828A1.131,1.131,0,0,1,11.955-296.249Zm-9.7-2.256h8.572v-8.572H2.256Z' transform='translate(4.811 329.939)'/%3E%3Cpath id='Tracé_288' data-name='Tracé 288' d='M385.288-296.249H374.46a1.131,1.131,0,0,1-1.128-1.128V-308.2a1.131,1.131,0,0,1,1.128-1.128h10.828a1.131,1.131,0,0,1,1.128,1.128v10.828A1.131,1.131,0,0,1,385.288-296.249Zm-9.7-2.256h8.572v-8.572h-8.572Z' transform='translate(-352.731 329.939)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-list:before {
  content: url("data:image/svg+xml,%3Csvg id='list' xmlns='http://www.w3.org/2000/svg' width='31' height='21' viewBox='0 0 31 21'%3E%3Ccircle id='Ellipse_61' data-name='Ellipse 61' cx='1' cy='1' r='1' fill='%23555'/%3E%3Crect id='Rectangle_254' data-name='Rectangle 254' width='22' height='2' transform='translate(9)' fill='%23555'/%3E%3Ccircle id='Ellipse_62' data-name='Ellipse 62' cx='1' cy='1' r='1' transform='translate(0 19)' fill='%23555'/%3E%3Crect id='Rectangle_255' data-name='Rectangle 255' width='22' height='2' transform='translate(9 19)' fill='%23555'/%3E%3Cellipse id='Ellipse_63' data-name='Ellipse 63' cx='1' cy='1.5' rx='1' ry='1.5' transform='translate(0 9)' fill='%23555'/%3E%3Crect id='Rectangle_256' data-name='Rectangle 256' width='22' height='3' transform='translate(9 9)' fill='%23555'/%3E%3C/svg%3E%0A");
}
#product .product-accessories h3.title-block:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 110px;
  left: 0;
  right: auto;
  top: auto;
  bottom: -1px;
}

#product .product-accessories h3.title-block {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 8px;
  position: relative;
  display: inline-block;
  font-family: "Barlow", Poppins;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
}

.prod-ref-title {
  font-family: "Barlow", Poppins;
  font-size: 14px;
  font-weight: 600;
  color: #232322;
}

/* countedown */
.sp_cdb_style2 {
  background: transparent !important;
  text-align: center;
  display: flex;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.sp_cdb_style2 .time-item .name-time {
  display: block !important;
}

#search_filters .ui-widget-header {
  background-color: #ff6600 !important;
}

.sp_cdb_style2 .time-item {
  background: #21209C;
  color: #fff;
  border-radius: 3px;
  vertical-align: top;
  font-family: Poppins;
  width: 55px;
  height: 55px;
  margin: 0px 2.5px;
  text-align: center;
  padding: 10px 10px 0px 10px;
}

.sp_cdb_style2 .time-item .num-time {
  font-size: 18px;
}

.sp_cdb_style2 .time-item .name-time {
  font-size: 12px;
}

.sp_cdb_style2 .time-item:not(:last-child):after {
  content: none;
  padding-left: 0px;
}

.countdown-thumbnail {
  display: flex;
}

.countdown-product-short-description {
  display: block;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  font: normal normal normal 14px/20px Poppins;
  color: #7a7a7a;
  margin-top: 15px;
}

.countdown-description {
  width: 60%;
  padding: 53px 10px !important;
}

.countdown-image {
  display: flex;
  align-items: center;
}

.product-miniature .cart_content {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  position: absolute;
  top: 32%;
  right: 10px;
  opacity: 1;
  transition: 0.4s ease;
  row-gap: 6px;
}



.products .col-xs-7 .product-list-reviews {
  padding-bottom: 0 !important;
}

.testimonial-slide {
  display: flex;
}

.testimonial-slide .elementor-testimonial-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 200px;
}

.testimonial_style .buttons_style1 .slick-slider .slick-arrow {
  top: 50% !important;
  width: 70px !important;
}

.carousel_realisation .buttons_style1 .slick-slider .slick-arrow {
  width: 70px !important;
}

.testimonial_style .buttons_style1 .slick-slider .slick-arrow:before,
.carousel_realisation .buttons_style1 .slick-slider .slick-arrow:before {
  width: 70px !important;
}

.testimonial_style .buttons_style1 .slick-slider .slick-arrow:hover {

}

.testimonial_style .buttons_style1 .slick-slider .slick-arrow.slick-prev,
.carousel_realisation .buttons_style1 .slick-slider .slick-arrow.slick-prev {
  right: 80px !important;
}

.section-products .elementor-product-grid> .product:last-child article,
.section-products .elementor-product-grid> .product:nth-child(4) article,
.section-products .elementor-product-grid> .product:nth-child(5) article{
  padding-bottom: 0;
}
@media (max-width: 960px) {


  .product-miniature .sp-add-to-cart {
    padding: 0 70px;
  }

  .products .col-xs-7 .all_price .cart_content {
    padding: 0 !important;
  }

  .products .thumbnail-description .product-title a {
    min-height: 67px !important;
  }

  .products .col-xs-7 .product-list-reviews {
    padding-bottom: 0px !important;
  }

  .product-list--list .products .thumbnail-description .sp-add-to-cart span {
    display: none !important;
  }

  .product-list--list .products .thumbnail-description .sp-add-to-cart {
    width: 50px !important;
  }

  .products .col-xs-7 .sp-add-to-cart,
  .products .col-xs-7 .cart_content .wish,
  .products .col-xs-7 .sp-quick-view {
    margin-right: 10px !important;
  }

  .products .thumbnail-container .cart_content {
    padding: 0 !important;
  }

  .products .product-miniature .cart_content {
    padding: 0px !important;
  }

  .testimonial-slide {
    flex-direction: column;
  }

  .testimonial-slide .elementor-testimonial-wrapper {
    margin-right: 0 !important;
  }

  .testimonial_style .buttons_style1 .slick-slider .slick-arrow {
    top: 0% !important;
  }

  .products .thumbnail-container .cart_content .icon-shopping-cart1 {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }

  .left-column .product-miniature .cart_content {
    padding: 0 !important;
  }
}

@media (max-width: 585px) {
  .slick-slide-inner .cart_content {
    padding: 0px !important;

  }

  .product-miniature .sp-add-to-cart {
    padding: 20px 30px;
  }

  .pack_icon {
    width: 25px;
  }
}

@media (max-width: 432px) {
  .products .thumbnail-description .product-title a {
    min-height: 65px !important;
  }


	.product-page h1.product-name {
	    font-size: 22px !important;
	}
  .products .col-xs-7 .cart_content {
    padding: 0 0px !important;
  }

  div#blockcart-modal .modal-body .cart-content .btn {
    margin: 0 !important;
    line-height: 30px !important;
    font-size: 12px !important;
    padding: 10px 20px !important;
  }

  .rtl-no-flip {
    margin-right: 0 !important;
    font-size: 20px !important;
  }

  #blockcart-modal .modal-title {
    font-size: 13px !important;
  }

  #blockcart-modal .modal-title i.material-icons.rtl-no-flip {
    margin-right: 0 !important;
    font-size: 22px !important;
  }

  .left-column .product-accessories .products {
    padding: 0;
  }

  #product .product-accessories {
    margin-top: 0;
  }

  .left-column .product-accessories .products .product {
    padding: 0;
  }

  .product-accessories .product-price-and-shipping {
    padding-bottom: 20px;
  }
}

.category-top-menu {
  display: none;
}

.thumbnail-container:hover .cart_content {
  opacity: 1;
  transition: 0.4s ease;
}



.thumbnail-container .cart_content i {
  color: white !important;
}

.products .thumbnail-container .cart_content .icon-shopping-cart1 {
  line-height: 0% !important;
  font-size: 18px !important;
  padding-right: 5px;
}

.add .icon-shopping-cart1 {
  font-size: 18px !important;
  margin-right: 5px;
}


.fa-heart-o:before,
.fa-eye:before {
  font-size: 17px !important;
}


.sp-quick-view {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.sp-quick-view i {
  padding-top: 0px !important;
}

.product-miniature .cart_content .wish:hover svg path {
  stroke: #fff;
}

.thumbnail-description .product-list-reviews {
  display: flex;
  justify-content: center;
  padding-bottom: 28px;
}

.grade-stars {
  min-width: 72px;
}

#js-product-list .products {
  margin-bottom: 30px;
  grid-row-gap: 30px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 30px;
}

.build #js-product-list .products {
  margin-bottom: 30px;
  grid-row-gap: 30px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 30px;
}

@media (max-width: 1199px) {
  #js-product-list .products,
  #build #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #js-product-list .products,
  #build .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 432px) {
  .product-pack-items article {
    width: 100% !important;
  }
	.product-page .product-actions .product-add-to-cart .add-to-cart	{
		margin: 0px !important;
	}
  .sp_cdb_style2 {
    display: flex;
    justify-content: center;
  }

  .sp-product-style1 .product-description {
    text-align: center;
  }

  .countdown-description {
    width: 100%;
  }

  .countdown-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product_top_details {
    flex-direction: column;
  }

  #js-product-list .products,
  .build #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-row-gap: 10px !important;
	grid-column-gap: 10px !important;
  }


#products .product-price-and-shipping .price {
	        font-size: 18px !important;
}
  .gtabs {
    border: 1px solid #ccc;
    padding-top: 0 !important;
    width: 100% !important;
  }

  .build .product-miniature .cart_content {
    display: flex;
    justify-content: space-evenly;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1 !important;
    transition: 0.4s ease;
  }

  .gtabs .title_block {
    min-width: 30%;
    margin: 0;
    color: #FAB72B;
    border-right: 0px solid #70707025 !important;
  }

  #search_category {
    width: 109px;
  }

  .button-search {
    padding: 12px 15px;
  }

  .button-search span {
    display: none;
  }

  .button-search:after {
    width: 21px;
    display: block;
    content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'/%3E%3C/svg%3E");
  }

  .gadd_to_list_button .iner,
  #gadd_to_cart_bt {
    background: #21209C !important;
    color: #fff !important;
    border: 1px solid transparent !important;
  }

  .gtabs {
    flex-direction: column;
  }

  .gtabs .title_block {
    padding-top: 15px;
    border-right: none;
    border-bottom: 2px solid #70707025;
  }

  .pcbuilder_list_container {
    width: 100% !important;
    padding: 15px 15px !important;
  }

  .left_column_page_name {
    display: flex;
    align-items: center;
    height: 52px;
    margin-bottom: 30px;
    justify-content: center;
  }

  .sp-vermegamenu .menu > li > .dropdown-menu {
    display: block;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: none;
    z-index: 99999;
    left: 110%;
    top: 0;
  }

  .descktop_none {
    font-size: 15px !important;
  }

  .zoomContainer {
    width: 320px !important;
  }

  div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li.parent .dropdown-menu {
    display: block !important;
  }
}

.product-page .images-container .js-qv-mask .thumb-container:hover img {
  border-color: #ff6600 !important;
}
.product-page .tabs .tab-content {
  border: none !important;
  padding: 0px !important;
}

.products-selection .product-sort .products-sort-order {
  width: 160px !important;
}

.products-selection .product-sort .products-sort-order .select-title .material-icons {
  position: absolute;
  top: 4px;
  right: 5px;
  color: transparent;
}

.products-selection .product-sort .products-sort-order .select-title:before {
  position: absolute;
  top: 1px;
  right: 1px;
  text-align: center;
  content: url("data:image/svg+xml,%3Csvg id='fleche-deroulante' xmlns='http://www.w3.org/2000/svg' width='12.143' height='6.071' viewBox='0 0 12.143 6.071'%3E%3Cg id='arrow-drop-down'%3E%3Cpath id='Tracé_289' data-name='Tracé 289' d='M0,63.75l6.071,6.071,6.071-6.071Z' transform='translate(0 -63.75)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  color: #fff;
  z-index: 2;
  height: 33px;
  width: 33px;
  pointer-events: none;
  -ms-pointer-events: none;
  z-index: 2;
  line-height: 32px;
  font-size: 12px;
}
.product-sort {
  font-size: 13px;
  font-family: "Poppins";
}

.products-selection .product-sort .products-sort-order .select-title {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  line-height: 33px;
  border: solid 1px #eee;
  padding: 0 15px;
  color: #fff;
  overflow: hidden;
  background: #f37f12 !important;
}

.products-selection .product-sort .products-sort-order .dropdown-menu .select-list:hover {
  color: #fff;
  background: #f37f12 !important;
}

.breadcrumb .breadcrumb-container ul {
  margin: 0 -15px;
  padding: 13px;
}

.breadcrumb .breadcrumb-container {
  background: #fafafa;
  border-radius: 0;
  border: none;
  margin: 0;
  color: #333;
  font-size: 14px;
  font-family: "Poppins";
  font-size: 15px;
  padding: 0;
}

#search_filters .facet .facet-title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins";
  color: #333333;
  padding-left: 30px;
  padding: 10px 15px 10px;
}

.block .block-title,
.moduletable .block-title {
  margin: 0 0 15px;
  font: normal normal medium 18px/22px Poppins;
  color: #21209C;
  line-height: 22px;
  font-weight: 400;
  padding: 10px 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  position: relative;
}

.block .block-title {
  background-color: #21209C !important;
  color: #fff !important;
  font-family: "Poppins" !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding-left: 30px !important;
}

.js-product-list .category-view-type .category-view-type-selector:hover a,
.js-product-list .category-view-type .category-view-type-selector.selected a {
  color: #1a1a1a;
}

/* list */

.product-list--list .thumbnail-description .product-title a {
  text-align: left;
  min-height: 45px;
  max-height: 25px;
  overflow: hidden;
}

.product-list--list .thumbnail-description .product-list-reviews {
  display: flex;
  justify-content: start;
}

.product-list--list .listing .price {
  display: block;
  text-align: left;
}

.product-list--list .listing .regular-price {
  text-align: left;
  display: block;
}

.product-list--list .product-miniature .cart_content {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.product-list--list .product-miniature .sp-add-to-cart,
.product-list--list .product-miniature .cart_content .wish,
.product-list--list .sp-product-style1 .sp-quick-view {
  margin-right: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  border: none !important;
  background: linear-gradient(207deg, rgba(27,26,129,1) 35%, rgba(33,32,156,1) 100%, rgba(17,16,78,1) 100%) !important;

}
.pagination{
  float: inherit;
}
#js-product-list-bottom{
  text-align: center;
}
.pagination .product-pagelist .page-list li{
  border: 1px solid #CCCCCC !important;
  background-color: #FAFAFA !important;
}
.left_column_category_name {

  display: none !important;
}

.left_column_page_name {
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 30px;
}

.left_column_category_name .category-cover {
  height: 100%;
}

.left_column_category_name h1 {
  color: #474747;
  font: normal normal medium 18px/22px Poppins;
  margin-bottom: 0px;
  margin-left: 10px;
}

.left_column_category_name .category-cover img {
  max-height: 100%;
  width: auto;
}

#js-product-list.product-list--list .product-miniature .product-description {
  text-align: left;
  padding-top: 50px;
}

#js-product-list.product-list--list .product-miniature .cart_content {
  position: static;
  opacity: 1;
  visibility: visible;
  text-align: left;
  padding-bottom: 5px;
  margin-top: 15px;
}

#wrapper,
#wrapper .container,
#content {
  min-width: 100%;
  margin: 0;
  padding: 0;
}

.block-category .block-category-inner {
  flex-direction: column;
}

.container {
  min-width: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.product-page .images-container.vertical-thumbnails .product-cover {
  float: left;
}

.product-page .images-container.vertical-thumbnails .js-qv-mask {
  float: right;
}

.product-page h1.product-name {
  font-size: 32px;
  font-family: Poppins;
  font-weight: bold;
  margin: 0 0 0px;
  color: #2a2a2a;
  position: relative;
  text-transform: uppercase;
}

.product-page h3.titre {
  color: #004b8e;
}

li::marker {
  color: #fa0000;
}
.product-page #product-availability {
  display: inline-block;
  font-weight: 500;
  color: #3eb94f;
  text-transform: uppercase;
  font-size: 12px;

  margin: 0px;
  background: transparent;
}
.product-infos-main {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.product-page .product-prices {
  margin-top: 0 !important;
  display: block;

  padding-bottom: 20px;
  border-bottom: none;
}

.panel-product-line.panel-product-actions {
  display: none;
}

.product-page .product-prices .product-price {
  font-family: Poppins;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #FEA615;
}
.product-page .product-actions .control-label {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  text-transform: initial;
}
.product-page .product-actions .product-add-to-cart .product-quantity #quantity_wanted {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.ornage {
  display: inline-block;
  color: #ff3c00;
}

.product_top_details {
  display: flex;
  background: #fff;
  padding: 15px 0px;
}

#product .product-page {
  background: transparent;
}

.product-page .product-moreinfo {
  margin: 40px 0;
  /* padding: 15px 15px; */
  background: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer !important;
  margin-left: 5px;
}

.product-comments-additional-info .post-product-comment {
  display: none;
}

.btn.btn-comment.post-product-.btn-comment-big {
  display: block;
  border-radius: 0px !important;
}

.btn-comment,
.btn-comment-inverse {
  border-radius: 0px !important;
}

.brand_label {
  font-family: Poppins;
  font-weight: bold;
  font-size: 16px;
  color: #545454;
}

.brand_link {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}

.brand_link:hover a {
  color: #FAB72B;
}

.product-comments-additional-info .comments-note {
  margin-right: 30px;
  margin-bottom: 0px;
}

.product-page .product-short-description {
  color: #666666 !important;
  margin: 20px 0px;
}

.additional-links {
  display: none;
}

.manufacturer-logo {
  height: 65px;
  width: auto;
  object-fit: cover;
  margin-right: 15px;
}
.featured-products .regular-price:before,
.product-accessories .regular-price:before,
.product-miniature .regular-price:before{
  content:inherit;
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price{
  background-color: transparent;
  background-image: repeating-linear-gradient(170deg, transparent 0%, transparent 48%, #FAB72B 50%, transparent 52%, transparent 100%);
}

div.spverticalmenu h3{
    padding: 17px 20px 18px 44px;
}
.card_values {
  height: 100% !important;
}

.card_values .elementor-widget-container {
  height: 100% !important;
}

#prices-drop #wrapper {
  padding-top: 0 !important;
}

#manufacturer #main h1,
#new-products #main h2,
#prices-drop main h2,
#best-sales main h2,
#authentication .page-header h1 {
  font-family: "Poppins" !important;
  font-size: 22px !important;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

/*#manufacturer .products .thumbnail-container .cart_content {*/
/*  top: 89% !important;*/
/*  padding: 0 59px;*/
/*}*/

.product-comments-additional-info {
  margin: 10px 0;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.instru > a {
  margin-left: 0 !important;
  padding-top: 20px !important;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child > a,
div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2 > a {
  font-weight: 500;
  font-size: 13px !important;
  color: #7d7d7d;
  line-height: 20px;
  font-family: "Poppins";
  border-bottom: none !important;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu {
  padding-top: 0 !important;
}

.disque-zircone .level-4 .item-4 a {
  line-height: 2px !important;
}

.page-my-account #content .links a:hover i {
  color: #FAB72B;
}

.product-page .images-container.vertical-thumbnails .slick-prev {
  top: 0;
  left: 0;
  right: auto;
}

.product-page .images-container.vertical-thumbnails .slick-next {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
}

.product-page .slick-prev,
.product-page .slick-next {
  height: 30px;
  width: 50%;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  z-index: 2;
  background: #7c7c7cc5;
  transition: 0.3s all ease 0s;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}

.product_top_details .layer {
  display: none;
}

.product-flags li.product-flag.new {
  background: #0793ff;
  border-radius: 5px;
}

.content-ajax-search .item {
  display: flex;
  align-items: center;
}

.content-ajax-search .item .image {
  width: 30%;
}

.content-ajax-search .item .wbContent {
  width: 70%;
}

.lnk_wishlist i {
  height: 1rem;
}

#checkout #search_widget {
  display: block;
}

#footer {
  padding-top: 0;
  margin-top: 0px;
}

.product-pack {
  margin-top: 0px;
  padding: 20px;
  background-color: #fff;
}

.product-pack-items {
  display: flex;
  flex-wrap: wrap;
}

.product-pack-items article {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.thumb-mask > .mask {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid transparent;
  margin: 0.625rem 0;
  display: flex;
  justify-content: center;
}

.thumb-mask > .mask img {
  width: auto;
  height: 100%;
}

.product-pack-items .product_info {
  display: flex;
  flex-direction: column;
}

.product-pack-items .product_info .pack-product-name {
  font-family: Poppins;
  font-weight: bold;
}

.product-pack .pack-product-quantity {
  min-width: 40px;
  max-width: 40px;
  margin-left: auto;
}

.product-pack .pack-product-container {
  display: flex;
  justify-content: flex-start;
}

.mywishlist {
  padding: 15px;
}

.wishlist-button-add {
  display: none !important;
}

.mywishlist .btn-primary {
  background: transparent linear-gradient(134deg, #ff3c00 0%, #ff8000 100%) 0% 0% no-repeat padding-box !important;
}

.whishlist-am a {
  color: #108cf7;
}

.gadd_to_list_button .iner {
  transition: 0.3s ease;
  background-color: #0793ff;
  color: white;
  fill: #4c4c4c;
  border-radius: 1px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  transition: 0.3s ease;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  box-shadow: 0px 4px 10px #00000014;
  padding: 10px;
}

.gadd_to_list_button {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

#gadd_to_cart_bt {
  transition: 0.3s ease;
  background-color: #0793ff;
  fill: #4c4c4c;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  transition: 0.3s ease;
  border: 1px solid #0793ff;
  cursor: pointer;
  box-shadow: 0px 4px 10px #00000014;
}

#gprint_bt {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #000000e3;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  /* border-radius: 5px; */
  border-radius: 5px;
}

#gprint_bt:hover {
  border: 1px solid #ff3c00;
  color: #ff3c00;
}

.gadd_to_list_button .iner:hover,
#gadd_to_cart_bt:hover {
  background: transparent linear-gradient(134deg, #ff3c00 0%, #ff3c00 100%) 0% 0% no-repeat padding-box;
  color: #fff !important;
  border: 1px solid transparent;
}

.gchoose_tab_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.gtabs {
  background: #ffffff !important;
  box-shadow: 0px 4px 10px #00000024;
  border: 0px;
  padding-top: 0 !important;
  width: 100%;
  display: flex;
  min-height: 130px;
}

.build_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gtabs.active {
  background: #ffffff !important;

  border: 1px solid #21209C;
}

.gtabs.active .title_block {
  background: #ffffff !important;
  color: #21209C;
}

.gtabs .title_block {
  min-width: 30%;
  margin: 0px;
  color: #21209C;
  border-right: 2px solid #70707025;
}

.gaction_bt {
  display: flex;
  flex-direction: column;
}

.gtotal_box {
  color: #555454;
  background: #f6f6f6;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.tab_item {
  width: 100%;
  float: left;
  padding: 8px 0px 0px 0px;
  border-top: 1px solid #70707025;
  margin: 0;
}

.pcbuilder_list_container {
  width: 70%;
  padding: 15px 35px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

a.gdelete_tab {
  position: absolute;
  top: unset;
  bottom: 7px;
  right: 7px;
  border: 1px solid #ccc;
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
}

.no_product {
  font-size: 14px;
  color: #d8d8d8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no_product::before {
  content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.25' height='29.25' viewBox='0 0 29.25 29.25'%3E%3Cg id='Icon_ionic-ios-add-circle-outline' data-name='Icon ionic-ios-add-circle-outline' transform='translate(-3.375 -3.375)'%3E%3Cpath id='Tracé_107' data-name='Tracé 107' d='M24.363,16.875H19.125V11.637a1.125,1.125,0,0,0-2.25,0v5.238H11.637A1.077,1.077,0,0,0,10.512,18a1.089,1.089,0,0,0,1.125,1.125h5.238v5.238A1.09,1.09,0,0,0,18,25.488a1.119,1.119,0,0,0,1.125-1.125V19.125h5.238a1.125,1.125,0,0,0,0-2.25Z' fill='%23d8d8d8'/%3E%3Cpath id='Tracé_108' data-name='Tracé 108' d='M18,5.344A12.651,12.651,0,1,1,9.049,9.049,12.573,12.573,0,0,1,18,5.344m0-1.969A14.625,14.625,0,1,0,32.625,18,14.623,14.623,0,0,0,18,3.375Z' fill='%23d8d8d8'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  width: 30px;
  height: 30px;
}

#gtabs_1 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45.577' height='45.576' viewBox='0 0 45.577 45.576'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.672' y1='1' x2='0.69' y2='0.141' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='CPU' transform='translate(0 0)'%3E%3Cpath id='Tracé_101' data-name='Tracé 101' d='M54.9,344.18a1.116,1.116,0,0,1-.392-.985c.016-1.245-.007-2.491.013-3.736.006-.383-.1-.521-.5-.514-1.215.022-2.432.027-3.647,0a3.039,3.039,0,0,1-2.769-1.7.785.785,0,0,1,.045-.955.681.681,0,0,1,1.127.138,2.093,2.093,0,0,0,2.109,1.079q13.588-.028,27.176-.011a4.918,4.918,0,0,1,.577.014.76.76,0,0,1,.74.743.736.736,0,0,1-.781.695c-.726.019-1.453.008-2.179.008-1.026,0-1.026,0-1.026,1.04,0,1.082-.012,2.165.006,3.247a1.093,1.093,0,0,1-.392.941h-.623a1.127,1.127,0,0,1-.441-1.053c0-1.2-.016-2.4.008-3.594.009-.435-.108-.612-.571-.59-.738.035-1.479.008-2.218.01-.6,0-.6,0-.6.584q0,1.8,0,3.594a1.11,1.11,0,0,1-.446,1.049h-.623a1.147,1.147,0,0,1-.39-.986c.016-1.242-.011-2.485.015-3.726.009-.42-.137-.535-.536-.522q-1.2.038-2.4,0c-.389-.012-.515.117-.508.507.02,1.227,0,2.455.012,3.682a1.306,1.306,0,0,1-.379,1.045h-.712a1.307,1.307,0,0,1-.379-1.045c.013-1.242,0-2.484.01-3.727,0-.348-.114-.469-.462-.461-.813.019-1.627.023-2.44,0-.4-.012-.544.1-.536.522.026,1.242,0,2.484.015,3.726a1.147,1.147,0,0,1-.39.986h-.623a1.11,1.11,0,0,1-.446-1.049c0-1.2-.016-2.4.007-3.594.008-.429-.1-.616-.565-.594-.767.036-1.538.031-2.306,0-.425-.016-.53.154-.525.545.017,1.212.006,2.425.006,3.638a1.127,1.127,0,0,1-.441,1.053Z' transform='translate(-42.173 -298.604)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_102' data-name='Tracé 102' d='M0,52.522a1.116,1.116,0,0,1,.985-.392c1.2.016,2.4-.006,3.6.012.369.006.487-.121.491-.486.014-1.407-.078-2.817.058-4.222a3.113,3.113,0,0,1,2.892-2.672.73.73,0,0,1,.8.61.705.705,0,0,1-.6.8,2.794,2.794,0,0,0-.851.237,1.737,1.737,0,0,0-.855,1.563c0,1.082,0,2.165,0,3.247q0,11.743,0,23.485c0,.163,0,.326,0,.489-.021.463-.251.732-.644.761a.678.678,0,0,1-.765-.686c-.049-.515-.035-1.036-.039-1.554-.006-.7,0-.7-.708-.7-1.142,0-2.283-.012-3.425.006A1.1,1.1,0,0,1,0,72.629v-.623a1.128,1.128,0,0,1,1.055-.441c1.17,0,2.341-.012,3.511.005.391.006.521-.142.512-.522-.019-.77-.024-1.541,0-2.311.014-.426-.135-.571-.561-.563-1.155.022-2.311.007-3.467.007A1.111,1.111,0,0,1,0,67.736v-.623a1.148,1.148,0,0,1,.988-.39c1.215.016,2.43,0,3.644.011.328,0,.448-.115.443-.44-.013-.829-.02-1.66,0-2.489.011-.4-.139-.512-.52-.506-1.17.019-2.341,0-3.511.011A1.306,1.306,0,0,1,0,62.932V62.22a1.307,1.307,0,0,1,1.047-.379c1.185.014,2.371,0,3.556.01.341,0,.48-.108.473-.459-.016-.829-.017-1.66,0-2.489.008-.366-.121-.492-.489-.486-1.2.018-2.4,0-3.6.012A1.147,1.147,0,0,1,0,58.038v-.623a1.111,1.111,0,0,1,1.051-.446c1.185,0,2.37-.009,3.555,0,.345,0,.476-.126.469-.47-.014-.785-.022-1.571,0-2.355.013-.42-.126-.577-.558-.569-1.155.022-2.311.007-3.467.007A1.128,1.128,0,0,1,0,53.145Z' transform='translate(0 -39.775)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_103' data-name='Tracé 103' d='M114.228,102.157q4.424,0,8.848,0a2.225,2.225,0,0,1,2.453,2.418q.018,8.87,0,17.741a2.234,2.234,0,0,1-2.471,2.4q-8.826,0-17.652,0a2.244,2.244,0,0,1-2.476-2.445q-.015-8.826,0-17.652a2.242,2.242,0,0,1,2.5-2.465q4.4,0,8.8,0m-9.847,13.1v1.823c0,1.749,0,3.5,0,5.247,0,.65.278.922.916.929s1.3-.01,1.956.007c.341.009.484-.108.471-.461-.02-.548-.03-1.1,0-1.645a.959.959,0,0,0-.48-.947,2.608,2.608,0,0,1-.8-3.295,2.659,2.659,0,0,1,5.043,1.113,2.619,2.619,0,0,1-1.867,2.581.527.527,0,0,0-.45.625c.027.532.018,1.067,0,1.6-.008.3.1.429.408.426,1.2-.01,2.4-.008,3.6,0,.282,0,.4-.1.395-.392q-.009-4.046,0-8.093c0-.284-.1-.4-.39-.4-.593.01-1.186,0-1.779,0-.951,0-1.189-.238-1.192-1.179q0-1.645,0-3.29a.515.515,0,0,0-.318-.565,2.4,2.4,0,0,1-1.274-1.245.616.616,0,0,0-.658-.4c-1.008.016-2.016.026-3.023,0-.449-.013-.583.126-.579.578.021,2.327.01,4.654.01,6.981m7.477-11.649q-3.225,0-6.449,0c-.79,0-1.021.241-1.027,1.043,0,.385.014.772-.005,1.156-.016.32.091.451.429.446,1.052-.016,2.105-.012,3.158,0a.467.467,0,0,0,.513-.364,2.693,2.693,0,0,1,2.485-1.851,2.781,2.781,0,0,1,2.877,2.222,2.748,2.748,0,0,1-1.712,3.156.607.607,0,0,0-.455.684q.036,1.155,0,2.312c-.012.379.092.524.5.517,1.3-.023,2.609-.016,3.914,0a.523.523,0,0,0,.587-.4,3.026,3.026,0,0,1,1.841-1.873.585.585,0,0,0,.435-.657c-.014-1.942-.02-3.885,0-5.827.005-.462-.159-.577-.594-.573-2.164.018-4.329.008-6.494.008m12.22,7.981q0-3.491,0-6.982c0-.729-.247-.989-.938-1-.741-.008-1.483.016-2.223-.01-.412-.014-.533.134-.529.54q.027,2.913,0,5.826a.63.63,0,0,0,.486.7,3.186,3.186,0,0,1,2,3.376,3.248,3.248,0,0,1-2.6,2.748,3.1,3.1,0,0,1-3.453-1.751c-.236-.569-.531-.754-1.086-.666a.649.649,0,0,1-.177,0c-.385-.047-.522.114-.516.505q.028,1.823,0,3.647c-.007.4.115.536.53.534q4-.026,8.005,0c.424,0,.522-.142.519-.538-.015-2.312-.008-4.625-.008-6.938m-4.507,8.867c-1.362,0-2.723.006-4.085,0-.315,0-.461.088-.452.427.017.651.016,1.3,0,1.953-.008.337.142.431.455.43,2.575-.007,5.15,0,7.725-.008a.767.767,0,0,0,.857-.848c.016-.458-.022-.92.013-1.376.034-.44-.1-.595-.563-.584-1.317.03-2.634.011-3.951.011m1.857-6.806a1.711,1.711,0,0,0-1.716-1.763,1.735,1.735,0,0,0-1.809,1.724,1.778,1.778,0,0,0,1.751,1.8,1.732,1.732,0,0,0,1.774-1.762m-8.99-6.849a1.286,1.286,0,0,0-1.366-1.313,1.359,1.359,0,0,0-1.34,1.369,1.4,1.4,0,0,0,1.392,1.338,1.363,1.363,0,0,0,1.314-1.394m-3.614,10.082a1.226,1.226,0,0,0-1.223,1.163,1.291,1.291,0,0,0,1.231,1.271,1.224,1.224,0,0,0,1.2-1.233,1.171,1.171,0,0,0-1.207-1.2' transform='translate(-91.453 -90.774)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_104' data-name='Tracé 104' d='M104.977,6.438q-6.405,0-12.81,0a4.2,4.2,0,0,1-.706-.053.659.659,0,0,1-.6-.71.693.693,0,0,1,.692-.678,9.626,9.626,0,0,1,1.111-.009c.309.013.417-.1.414-.414-.012-1.171-.005-2.343,0-3.514a3.233,3.233,0,0,1,.009-.4.667.667,0,0,1,.663-.652.639.639,0,0,1,.712.536,3,3,0,0,1,.064.661c.006,1.1.013,2.194,0,3.291-.005.359.108.5.484.494.815-.022,1.631-.02,2.446,0,.354.008.466-.127.462-.468-.013-1.112-.008-2.224,0-3.336a3.057,3.057,0,0,1,.06-.617.642.642,0,0,1,.736-.559.668.668,0,0,1,.645.671c.02.206.009.415.009.622,0,1.082.01,2.165-.005,3.247,0,.327.1.446.435.439.845-.017,1.69-.018,2.535,0,.348.008.468-.111.463-.46-.016-1.171-.005-2.343-.006-3.514a1.389,1.389,0,0,1,.077-.569.7.7,0,0,1,1.308,0,1.392,1.392,0,0,1,.076.569c0,1.171.01,2.343-.006,3.514,0,.351.118.467.465.459q1.267-.028,2.535,0c.333.007.438-.115.434-.44-.014-1.171-.006-2.343,0-3.514a2.171,2.171,0,0,1,.02-.443.664.664,0,0,1,.635-.583.64.64,0,0,1,.725.518,2.815,2.815,0,0,1,.069.66c.007,1.112.012,2.224,0,3.336,0,.343.111.475.463.467.83-.019,1.661-.017,2.491,0,.336.006.439-.132.436-.449-.01-1.1,0-2.194,0-3.291a3.712,3.712,0,0,1,.029-.532c.071-.48.345-.733.751-.712a.711.711,0,0,1,.666.791c.01.637,0,1.275,0,1.913s.012,1.246,0,1.868c-.008.311.108.416.415.413,1.127-.012,2.254-.005,3.38,0a3.172,3.172,0,0,1,3.472,3.444c.011,1.127.017,2.254-.005,3.38-.008.416.108.574.549.565,1.26-.026,2.52-.014,3.781,0a.708.708,0,1,1,.088,1.412,2.641,2.641,0,0,1-.4.032c-.3,0-.593,0-.89,0-.875,0-1.75.011-2.624,0-.356-.006-.511.111-.5.485.018.815.016,1.631,0,2.446-.007.355.146.463.481.459,1.127-.011,2.254-.005,3.38,0a3.54,3.54,0,0,1,.532.029c.481.075.73.349.706.756a.718.718,0,0,1-.8.663c-.578.01-1.157,0-1.735,0-.682,0-1.365.017-2.046-.006-.377-.013-.537.1-.525.5.024.815.02,1.631,0,2.446-.008.364.118.5.488.492,1.186-.017,2.372-.006,3.558-.006a1.566,1.566,0,0,1,.571.062.67.67,0,0,1,.483.671.643.643,0,0,1-.491.661,1.868,1.868,0,0,1-.525.063c-1.171.005-2.343.023-3.514-.007-.461-.011-.59.151-.574.59.029.785.021,1.572,0,2.357-.008.36.109.5.484.492,1.2-.019,2.4-.007,3.6-.006a1.95,1.95,0,0,1,.443.023.667.667,0,0,1,.568.65.653.653,0,0,1-.493.7,2.235,2.235,0,0,1-.7.076c-1.142,0-2.283.007-3.425,0-.34,0-.481.116-.474.465.015.815.017,1.631,0,2.446-.008.381.159.483.509.479,1.127-.013,2.254-.007,3.38,0a3.2,3.2,0,0,1,.618.053.7.7,0,0,1-.1,1.387c-.459.019-.919.008-1.379.009-.83,0-1.661.019-2.491-.008-.4-.013-.552.11-.543.525.023,1.022.011,2.046.006,3.069a3.5,3.5,0,0,1-.81,2.473.781.781,0,0,1-1.093.219.728.728,0,0,1-.028-1.1,2.141,2.141,0,0,0,.481-1.44q0-14.345,0-28.689a1.665,1.665,0,0,0-1.842-1.848q-6.472-.007-12.944,0' transform='translate(-80.737 0)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_2 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46.8' height='32.897' viewBox='0 0 46.8 32.897'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='GPU' transform='translate(-332.999 -430)'%3E%3Cpath id='Tracé_109' data-name='Tracé 109' d='M46.8,23.574a5.091,5.091,0,0,1-1.861,2.9,4.835,4.835,0,0,1-2.808.948c-.593.018-1.188.022-1.781,0-.386-.015-.5.141-.5.509.015,1.233.008,2.466,0,3.7,0,.967-.293,1.259-1.255,1.262q-2.694.006-5.388,0c-1.017,0-1.291-.277-1.3-1.313-.006-1.2-.015-2.405.005-3.607.007-.415-.129-.57-.552-.552-.669.029-1.339.021-2.009,0-.343-.009-.448.126-.445.457.013,1.263.006,2.527,0,3.79,0,.938-.275,1.217-1.229,1.22q-3.311.011-6.621.007-4.772,0-9.544-.006a4.781,4.781,0,0,1-.547-.016.832.832,0,0,1-.845-.931c-.008-1.339-.013-2.679,0-4.018,0-.37-.1-.515-.49-.506-.943.021-1.888.019-2.831,0-.36-.007-.478.124-.474.479.012,1.218,0,2.435-.007,3.653A3.275,3.275,0,0,1,6.3,32.1a.815.815,0,0,1-.877.748.8.8,0,0,1-.762-.864c-.014-.807-.031-1.615,0-2.42.021-.469-.135-.62-.6-.588-.515.036-1.035.017-1.552,0a.872.872,0,0,1-.97-1q-.006-2.945,0-5.891c0-.737.279-1,1.032-1.01.563,0,1.127-.009,1.689,0,.266,0,.389-.085.385-.368-.016-1.249.132-1.054-1.016-1.074-.426-.007-.854.009-1.276-.035a.818.818,0,1,1,.088-1.632c.609-.009,1.218-.011,1.826,0,.273,0,.383-.1.378-.374-.023-1.364.162-1.089-1.046-1.117-.38-.009-.761,0-1.142,0a.811.811,0,0,1-.917-.933q-.008-2.991,0-5.982a.861.861,0,0,1,.95-.972c.562-.022,1.127-.023,1.689,0,.361.013.479-.126.469-.48-.028-1.1.123-.94-.942-.954-.365,0-.731,0-1.1,0-.695-.007-1.074-.31-1.068-.849s.4-.826,1.091-.831c.518,0,1.035-.013,1.552,0,.321.01.469-.083.463-.437q-.025-1.461,0-2.922c.007-.346-.126-.446-.456-.441-1.065.015-2.131.008-3.2,0C.359,1.676.016,1.4,0,.884S.342.02,1,.013Q3.171-.01,5.34.012c.678.008.992.356,1,1.039.006.791.015,1.583-.006,2.374-.01.383.136.531.508.492a4.446,4.446,0,0,1,.456,0h34.02c3.094,0,4.459.96,5.484,3.856ZM24.594,5.6q-8.836,0-17.671-.007c-.42,0-.584.1-.583.555q.023,9.5.014,19c0,.6,0,.6.606.6q3.653,0,7.306-.006,13.744,0,27.489.005a4.984,4.984,0,0,0,.864-.041,3.117,3.117,0,0,0,2.589-3.362q.01-6.667,0-13.333A4.009,4.009,0,0,0,45,7.614,3.022,3.022,0,0,0,42.083,5.6q-8.744-.007-17.489,0M19.521,27.437H15.96c-1.248,0-2.5.011-3.744-.006-.361,0-.477.118-.47.475q.029,1.438,0,2.876c-.006.345.122.457.454.442.456-.02.913-.019,1.369,0,.321.013.431-.119.426-.429a7.837,7.837,0,0,1,.043-1.228.808.808,0,0,1,.836-.693.848.848,0,0,1,.783.763,5.882,5.882,0,0,1,.015.593c.026,1.122-.21.976,1.037.994.3,0,.4-.13.4-.412a8.788,8.788,0,0,1,.032-1.185.839.839,0,0,1,.885-.75.854.854,0,0,1,.753.841c.012.182,0,.365.006.548.02,1.081-.177.936.98.96.332.007.471-.108.462-.447a5.135,5.135,0,0,1,.054-1.229.83.83,0,0,1,.852-.674.841.841,0,0,1,.754.785c.013.166.006.335.006.5,0,1.152,0,1.144,1.152,1.061.26-.019.346-.124.34-.368-.009-.35-.006-.7,0-1.05a.858.858,0,0,1,.794-.934c.481-.011.813.366.824.946.007.35.009.7,0,1.05-.006.252.1.357.354.352.472-.009.944-.02,1.415,0,.361.018.482-.12.475-.475-.017-.913-.03-1.827,0-2.739.018-.479-.159-.586-.607-.582-2.374.019-4.749.009-7.123.009m16.384,0c-.609,0-1.218.017-1.825-.006-.369-.014-.516.1-.5.488.026.745-.005,1.491.01,2.236.025,1.231-.27,1.046,1.142,1.064.257,0,.352-.108.347-.357-.008-.411-.015-.822.008-1.232a.827.827,0,0,1,.777-.758.818.818,0,0,1,.824.755c.017.181.007.365.011.547.027,1.2-.215,1.02,1.073,1.049.324.007.422-.12.418-.43-.013-.974-.016-1.948,0-2.921.006-.348-.13-.449-.458-.44-.608.018-1.217.005-1.826.005M4.654,12.565c0-.472,0-.943,0-1.415-.012-.992.145-.864-.91-.894-.4-.011-.538.121-.53.522.021,1.034,0,2.069.008,3.1.009,1.1-.167.966,1.062.98.276,0,.378-.107.373-.379-.011-.639,0-1.278,0-1.917m0,12.47c0-.472,0-.944,0-1.416-.009-.91.136-.841-.852-.872-.477-.015-.6.168-.589.614.026.989,0,1.979.009,2.968.006,1.077-.127.952.983.977.376.008.468-.148.456-.49-.02-.593-.006-1.187-.006-1.781' transform='translate(333 430)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_110' data-name='Tracé 110' d='M217.068,66.214a8.618,8.618,0,1,1,8.612,8.637,8.65,8.65,0,0,1-8.612-8.637m6.357-6.56c.1.179.26.2.387.273a5.384,5.384,0,0,1,2.324,2.361,5.567,5.567,0,0,1,.248.635.667.667,0,0,0,.655.407c.266.026.238-.271.273-.444a4.262,4.262,0,0,0-.786-3.4.389.389,0,0,0-.287-.2,6.693,6.693,0,0,0-2.814.369m-4.014,3.579a5.606,5.606,0,0,1,4.555.21c.219.12.479-.086.653-.233.155-.132-.021-.31-.1-.442a4.324,4.324,0,0,0-3.029-1.911.372.372,0,0,0-.337.089,6.911,6.911,0,0,0-1.737,2.287m8.555,9.54c-.392-.238-.686-.4-.96-.586a4.889,4.889,0,0,1-2-2.584.673.673,0,0,0-.7-.472c-.259,0-.23.318-.27.51a4.324,4.324,0,0,0,.39,2.66,1.245,1.245,0,0,0,1.43.9,7.683,7.683,0,0,0,2.11-.43m1.115-10.642a4.885,4.885,0,0,1-.545,2.21.661.661,0,0,0,.156.792c.18.215.393-.025.55-.133a4.313,4.313,0,0,0,1.8-2.9.558.558,0,0,0-.152-.5,7.154,7.154,0,0,0-1.844-1.469c-.078-.043-.169-.12-.25-.062-.11.079-.031.194,0,.292a7.707,7.707,0,0,1,.291,1.771m2.879,7.091a5.537,5.537,0,0,1-4.523-.2c-.254-.139-.509.082-.691.237-.147.124.034.311.118.44a4.229,4.229,0,0,0,3.029,1.889.389.389,0,0,0,.338-.09,6.9,6.9,0,0,0,1.73-2.277m-11.641,1.2a.554.554,0,0,0,.209.49,7.02,7.02,0,0,0,1.7,1.358c.109.062.228.213.36.1.108-.091,0-.228-.033-.339a5.714,5.714,0,0,1-.191-2.519,4.49,4.49,0,0,1,.475-1.416c.169-.3-.027-.529-.147-.761-.086-.167-.244-.07-.359,0a4.258,4.258,0,0,0-2.015,3.089m-1.209-1.947c.075-.063.106-.078.119-.1a5.345,5.345,0,0,1,3.2-2.861c.3-.09.323-.4.345-.639s-.25-.241-.412-.274a4.266,4.266,0,0,0-3.363.751.469.469,0,0,0-.238.367,6.436,6.436,0,0,0,.35,2.758M232.262,64c-.071.04-.089.045-.1.056a5.509,5.509,0,0,1-3.242,2.9c-.292.087-.322.407-.329.648-.006.222.263.235.428.261a4.418,4.418,0,0,0,3.3-.721.512.512,0,0,0,.281-.391A6.416,6.416,0,0,0,232.262,64m-6.618,3.712a1.484,1.484,0,1,0-1.477-1.49,1.522,1.522,0,0,0,1.477,1.49' transform='translate(142.422 379.441)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_111' data-name='Tracé 111' d='M80.908,66.318a8.615,8.615,0,1,1-17.229-.127,8.615,8.615,0,1,1,17.229.127m-10.8-6.636c.026.151.12.179.2.22a6.106,6.106,0,0,1,1.3.908,4.531,4.531,0,0,1,1.371,2.111.651.651,0,0,0,.671.445c.287.022.259-.3.292-.485a4.245,4.245,0,0,0-.323-2.535c-.457-1.02-.521-1.072-1.634-1.033a5.1,5.1,0,0,0-1.879.369m-4.085,3.586a5.607,5.607,0,0,1,4.524.2c.256.141.509-.081.695-.232.155-.126-.027-.312-.111-.44A4.285,4.285,0,0,0,68.142,60.9a.435.435,0,0,0-.381.1,6.7,6.7,0,0,0-1.734,2.266m3.3,9.282a5.44,5.44,0,0,1,.17-4.507c.148-.276-.067-.513-.213-.7s-.34.017-.478.107a4.337,4.337,0,0,0-1.871,2.957.562.562,0,0,0,.175.5,6.823,6.823,0,0,0,2.216,1.645m9.243-3.286a5.51,5.51,0,0,1-4.485-.192c-.273-.15-.512.059-.692.219s.01.344.1.485a4.3,4.3,0,0,0,3.014,1.857.336.336,0,0,0,.3-.066,6.716,6.716,0,0,0,1.761-2.3m-3.945,3.559c-.168-.1-.232-.137-.3-.173s-.163-.082-.241-.129a5.1,5.1,0,0,1-2.457-2.874.686.686,0,0,0-.7-.477c-.268-.011-.235.307-.273.5a4.225,4.225,0,0,0,.79,3.313.448.448,0,0,0,.324.232,6.9,6.9,0,0,0,2.854-.391M75.3,60.007a7.515,7.515,0,0,1,.383,2.321,5.3,5.3,0,0,1-.583,2.182c-.128.257.067.518.242.687.155.15.342-.042.482-.136a4.283,4.283,0,0,0,1.814-2.839.521.521,0,0,0-.043-.443,6.221,6.221,0,0,0-2.3-1.772m3.582,4.009c-.085.067-.118.081-.131.1a5.335,5.335,0,0,1-3.2,2.865c-.305.092-.323.41-.346.64-.026.254.276.253.449.28a4.44,4.44,0,0,0,3.3-.724.655.655,0,0,0,.3-.533,6.746,6.746,0,0,0-.367-2.633M65.754,68.6c.184-.325.314-.583.47-.825a4.907,4.907,0,0,1,2.716-2.182.692.692,0,0,0,.472-.7c.021-.258-.316-.232-.5-.268a4.275,4.275,0,0,0-3.209.71.583.583,0,0,0-.328.463,6.753,6.753,0,0,0,.385,2.8M72.3,64.786a1.483,1.483,0,0,0,0,2.966,1.483,1.483,0,1,0,0-2.966' transform='translate(277.092 379.403)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_3 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg id='Carte_mere' data-name='Carte mere' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35.075' height='31.676' viewBox='0 0 35.075 31.676'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Tracé_112' data-name='Tracé 112' d='M97.846,31.378a.861.861,0,0,1-.727.3c-1.175-.012-2.35-.007-3.525,0a.649.649,0,0,1-.622-.279.539.539,0,0,1,.359-.8,2.8,2.8,0,0,1,.749-.037c.764,0,1.529-.015,2.293,0,.327.009.43-.094.429-.426-.011-3.057-.007-6.114-.007-9.171q0-9.667,0-19.335c0-.5,0-.5-.509-.5H70.073a1.774,1.774,0,0,1-.577-.044.522.522,0,0,1-.4-.562.526.526,0,0,1,.481-.5A1.838,1.838,0,0,1,69.879,0q13.6,0,27.205,0a.887.887,0,0,1,.761.3Z' transform='translate(-62.77 0)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_113' data-name='Tracé 113' d='M15.462,31.688H2.935c-.731,0-.875-.145-.875-.883q0-5.169,0-10.337c0-.481,0-.481-.491-.481-.331,0-.662.006-.993,0A.511.511,0,0,1,0,19.411Q0,16.69,0,13.969a.537.537,0,0,1,.6-.6c.388-.01.776-.016,1.163,0,.292.012.3-.157.3-.371s-.025-.356-.291-.345c-.353.015-.707,0-1.061,0-.479,0-.71-.183-.706-.546s.231-.528.721-.531c.354,0,.708-.011,1.061,0,.279.01.273-.164.275-.359s-.011-.362-.283-.353c-.376.013-.753.008-1.129,0C.2,10.864,0,10.667,0,10.22Q0,7.55,0,4.88c0-.421.164-.608.591-.641.386-.029.775-.023,1.163-.017.247,0,.308-.117.308-.339s-.046-.346-.3-.337c-.376.013-.753.009-1.129,0S.013,3.331,0,3.012C0,2.672.228,2.446.626,2.432c.365-.013.73-.014,1.1,0,.247.009.35-.078.342-.335-.014-.467-.009-.935,0-1.4S2.27.029,2.737.024q.8-.009,1.609,0c.4,0,.623.194.638.517.017.344-.2.563-.608.59-.3.02-.593.014-.889.008-.217,0-.318.086-.306.3.006.1,0,.205,0,.308q0,14.1,0,28.2c0,.125,0,.251,0,.376a.209.209,0,0,0,.232.233c.125,0,.251,0,.376,0H27.82a1.987,1.987,0,0,1,.578.042.5.5,0,0,1,.4.558.511.511,0,0,1-.468.506,2.416,2.416,0,0,1-.41.012H15.462M2.059,7.555c0-.639-.005-1.277,0-1.916,0-.215-.067-.324-.295-.305a1.464,1.464,0,0,1-.307,0c-.3-.039-.395.081-.39.383.016,1.14.006,2.281.006,3.421,0,.648,0,.639.666.622.233-.006.325-.086.321-.323-.01-.627,0-1.254,0-1.882m-.983,9.136c0,.639.005,1.278,0,1.917,0,.214.063.326.292.305a1.43,1.43,0,0,1,.308,0c.3.038.4-.078.393-.383-.015-1.141-.006-2.282-.006-3.423,0-.654,0-.646-.668-.626-.234.007-.323.089-.319.326.011.627,0,1.255,0,1.883' transform='translate(0 -0.017)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_114' data-name='Tracé 114' d='M233,26.066a.545.545,0,0,1-.485.531,4.361,4.361,0,0,1-.444.008c-.4,0-.571.267-.422.642.049.124.148.127.252.128.194,0,.388-.006.581.007a.527.527,0,0,1,.516.532.52.52,0,0,1-.488.528,3.854,3.854,0,0,1-.615.011c-.256-.009-.265.156-.26.34s-.03.384.25.393a5.209,5.209,0,0,1,.614.033.541.541,0,0,1-.069,1.08c-.125.008-.251,0-.376,0-.395,0-.514.17-.41.558.039.145.137.164.257.171a5.379,5.379,0,0,1,.646.044.5.5,0,0,1,.447.559.53.53,0,0,1-.509.51c-.266.042-.6-.116-.787.088-.172.185-.03.506-.075.763a.569.569,0,0,1-.64.526c-.69.021-.69.021-.729.7-.026.455-.24.706-.593.68a.509.509,0,0,1-.512-.5,2.48,2.48,0,0,1-.005-.478c.025-.277-.042-.413-.367-.412s-.384.149-.368.419a2.117,2.117,0,0,1-.023.477.529.529,0,0,1-.588.493.542.542,0,0,1-.5-.552,3.431,3.431,0,0,1,0-.513c.024-.274-.12-.318-.353-.319s-.4.036-.381.331a2.477,2.477,0,0,1-.027.579.522.522,0,0,1-.57.475.554.554,0,0,1-.515-.542c-.011-.136,0-.274-.005-.41,0-.428-.044-.459-.476-.43-.172.012-.249.078-.249.249a5.181,5.181,0,0,1-.015.615.546.546,0,0,1-.572.52.559.559,0,0,1-.528-.532c0-.034,0-.068-.005-.1-.034-.716-.034-.716-.775-.747a.551.551,0,0,1-.6-.6c-.036-.739-.036-.739-.779-.777a.552.552,0,1,1-.035-1.1c.135-.016.273-.01.41-.012a.4.4,0,0,0,.39-.611c-.045-.106-.129-.117-.223-.118-.182,0-.365,0-.547,0a.543.543,0,0,1-.584-.5.531.531,0,0,1,.532-.586,2.587,2.587,0,0,1,.512-.022c.3.019.328-.149.329-.387s-.043-.376-.318-.353a3.341,3.341,0,0,1-.547,0,.51.51,0,0,1-.508-.533.5.5,0,0,1,.506-.532c.2-.014.41-.011.616-.006.3.006.247-.207.244-.383s.062-.392-.238-.388c-.205,0-.411.008-.616-.006a.533.533,0,0,1-.011-1.064,4.949,4.949,0,0,1,.581-.006c.2.008.3-.068.286-.278-.008-.136,0-.274,0-.41.006-.5.2-.7.7-.726.66-.032.66-.032.676-.683.011-.426.222-.683.559-.68.313,0,.538.267.559.658,0,.091,0,.182,0,.274,0,.411.054.449.452.432.209-.009.282-.1.275-.3a4.1,4.1,0,0,1,.008-.547.542.542,0,0,1,1.074-.072,1.784,1.784,0,0,1,.033.509c-.018.281.063.412.379.414.34,0,.372-.172.354-.431a2.631,2.631,0,0,1,0-.376.544.544,0,0,1,1.085-.057,3.468,3.468,0,0,1,.028.579c0,.27.173.277.369.277s.375,0,.361-.277a4.314,4.314,0,0,1,.005-.547.534.534,0,0,1,.521-.533.518.518,0,0,1,.55.461,2.442,2.442,0,0,1,.035.544c-.013.271.105.375.366.354a2.2,2.2,0,0,1,.342,0,.628.628,0,0,1,.673.7c.029.69.029.69.744.715.377.013.623.225.624.537m-2.488,2.786c0-1.072-.01-2.143.006-3.215,0-.309-.083-.414-.4-.412q-3.18.019-6.361,0c-.306,0-.421.081-.42.4q.017,3.215,0,6.43c0,.3.094.393.394.392q3.2-.016,6.4,0c.294,0,.4-.077.4-.384-.016-1.071-.006-2.143-.006-3.215' transform='translate(-200.656 -20.671)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_115' data-name='Tracé 115' d='M183.473,246.582h-5.989c-.6,0-.758-.142-.789-.729-.012-.217-.082-.315-.3-.3a4,4,0,0,1-.479,0,.569.569,0,0,1-.589-.545.575.575,0,0,1,.545-.557,3.181,3.181,0,0,1,.512-.013c.212.008.3-.071.315-.3.034-.572.219-.737.8-.737q5.989,0,11.978,0c.575,0,.755.162.793.74.015.227.11.3.319.293a2.972,2.972,0,0,1,.579.029.544.544,0,0,1-.054,1.083,1.537,1.537,0,0,1-.171.007c-.571.011-.571.011-.69.548-.077.349-.267.482-.713.482q-3.029,0-6.057,0m-.006-1.116q2.617,0,5.235,0c.133,0,.312.055.384-.075a1.062,1.062,0,0,0,.034-.734c-.044-.21-.266-.129-.412-.129q-3.849-.007-7.7,0-1.42,0-2.84,0c-.111,0-.268-.038-.312.079a1.167,1.167,0,0,0-.013.739c.058.2.273.121.422.121q2.6.007,5.2,0' transform='translate(-159.288 -221.14)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_116' data-name='Tracé 116' d='M183.5,288.953q2.994,0,5.989,0c.569,0,.743.153.768.715.011.236.091.33.326.316a2.794,2.794,0,0,1,.547.01.516.516,0,0,1,.493.523.528.528,0,0,1-.428.547,2.156,2.156,0,0,1-.613.034c-.2,0-.308.059-.324.289-.041.587-.226.747-.825.747q-5.955,0-11.909,0c-.621,0-.773-.137-.834-.771-.018-.188-.095-.264-.277-.263a4.067,4.067,0,0,1-.58-.021.548.548,0,0,1,.04-1.094c.045,0,.091,0,.137,0a1.623,1.623,0,0,0,.572-.04c.207-.1.073-.352.123-.532.088-.316.285-.457.7-.457q2.55,0,5.1,0h.992m-.045,2.061c1.768,0,3.536-.01,5.3.008.381,0,.391-.184.387-.465s.009-.5-.4-.5c-3.513.013-7.027.007-10.54.008-.4,0-.386.013-.406.516-.012.316.072.441.415.438,1.745-.015,3.491-.007,5.236-.007' transform='translate(-159.289 -262.527)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_117' data-name='Tracé 117' d='M98.127,30.274q0-2.994,0-5.988c0-.588.151-.759.733-.792a.308.308,0,0,0,.335-.26.537.537,0,0,1,1.045,0c.052.212.177.251.371.26.509.024.7.224.7.727q0,6.056,0,12.113c0,.513-.182.7-.694.725-.189.008-.322.033-.374.253a.509.509,0,0,1-.544.427.514.514,0,0,1-.512-.427c-.044-.2-.149-.244-.335-.253-.562-.026-.723-.2-.724-.763q0-3.011,0-6.022m1.12,0q0,2.583,0,5.166c0,.5,0,.5.48.5.462,0,.463,0,.463-.517q0-1.933,0-3.866,0-3.25,0-6.5c0-.133.058-.313-.067-.386a1.084,1.084,0,0,0-.733-.04c-.2.031-.139.236-.139.374q-.005,2.634,0,5.269' transform='translate(-89.152 -20.734)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_118' data-name='Tracé 118' d='M55.789,30.269q0,3.012,0,6.023c0,.546-.159.716-.707.733-.2.006-.308.048-.35.27a.489.489,0,0,1-.489.407.5.5,0,0,1-.539-.388.345.345,0,0,0-.386-.291c-.521-.019-.7-.231-.7-.8q0-2.96,0-5.921t0-5.921c0-.722.095-.833.818-.931A.287.287,0,0,0,53.7,23.2a.512.512,0,0,1,.522-.413.492.492,0,0,1,.517.415c.044.229.171.251.36.261.54.027.695.2.695.752q0,3.029,0,6.057M53.73,30.2c0,1.768.007,3.536-.007,5.3,0,.321.1.441.412.4a.667.667,0,0,1,.171,0c.3.039.42-.07.414-.4-.019-1.117-.007-2.235-.007-3.353q0-3.593,0-7.185c0-.121.055-.3-.071-.348a1.244,1.244,0,0,0-.8-.014c-.189.056-.1.279-.1.427-.005,1.722,0,3.444,0,5.167' transform='translate(-47.799 -20.7)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_119' data-name='Tracé 119' d='M56.5,247.066c0,.923,0,1.845,0,2.768,0,.735-.179.9-.912.9s-1.481,0-2.221,0c-.551,0-.764-.216-.765-.773q-.005-2.9,0-5.81c0-.552.217-.761.773-.764.763,0,1.526,0,2.29,0,.63,0,.824.177.833.807.013.957,0,1.914,0,2.871Zm-2.782,0c0,.741.005,1.483,0,2.224,0,.225.06.34.308.331.353-.013.707-.01,1.061,0,.215.006.307-.069.307-.3q-.009-2.259,0-4.517c0-.227-.092-.3-.307-.3-.319.009-.64.018-.958,0s-.425.076-.415.4c.022.718.007,1.437.007,2.156' transform='translate(-47.791 -221.128)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_120' data-name='Tracé 120' d='M111.009,247.057c0,.981,0,1.962,0,2.943,0,.5-.2.708-.7.713q-1.232.013-2.464,0a.612.612,0,0,1-.7-.7q-.008-2.995,0-5.989a.577.577,0,0,1,.629-.652q1.317-.022,2.635,0c.408.006.6.233.6.671,0,1,0,2.008,0,3.012m-2.748-.017v1.741c0,.814,0,.819.812.813.933-.008.818.131.821-.808.005-1.3-.006-2.595.007-3.892,0-.313-.1-.433-.414-.409a6.191,6.191,0,0,1-.853,0c-.28-.018-.384.083-.378.369.015.728.005,1.457,0,2.185' transform='translate(-97.34 -221.107)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_121' data-name='Tracé 121' d='M163.823,182.193q-1.436,0-2.872,0c-.573,0-.741-.165-.742-.725q0-1.214,0-2.428c0-.5.2-.709.7-.711q2.941-.01,5.881,0c.533,0,.716.2.718.726q0,1.231,0,2.462c0,.507-.17.674-.68.675-1,0-2.006,0-3.009,0m.056-1.077c.751,0,1.5,0,2.254,0,.215,0,.313-.065.306-.293-.012-.364-.009-.729,0-1.093,0-.2-.067-.289-.276-.288q-2.271.007-4.543,0c-.226,0-.3.1-.3.311.006.341.01.683,0,1.024-.008.248.085.344.339.34.74-.012,1.48,0,2.22,0' transform='translate(-145.555 -162.015)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_122' data-name='Tracé 122' d='M159.483,74.593a1.924,1.924,0,0,1,1.939-1.929,1.934,1.934,0,1,1-1.939,1.929m1.12,0a.773.773,0,0,0,.81.819.8.8,0,0,0,.813-.79.782.782,0,0,0-.8-.831.76.76,0,0,0-.821.8' transform='translate(-144.897 -66.018)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_123' data-name='Tracé 123' d='M161.415,26.5a1.912,1.912,0,0,1-1.932-1.928,1.945,1.945,0,0,1,1.942-1.935,1.978,1.978,0,0,1,1.925,1.928,1.939,1.939,0,0,1-1.935,1.935m.811-1.923a.808.808,0,0,0-.825-.818.781.781,0,0,0-.8.8.812.812,0,1,0,1.623.015' transform='translate(-144.897 -20.567)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_124' data-name='Tracé 124' d='M161.416,122.733a1.928,1.928,0,0,1,1.932,1.9,1.972,1.972,0,0,1-1.929,1.959,1.942,1.942,0,0,1-1.937-1.939,1.9,1.9,0,0,1,1.934-1.919m-.814,1.921a.8.8,0,0,0,.821.821.821.821,0,0,0,.8-.848.812.812,0,1,0-1.623.028' transform='translate(-144.896 -111.508)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_125' data-name='Tracé 125' d='M252.335,177.686c0-.512-.005-1.025,0-1.537.005-.4.227-.649.55-.654a.592.592,0,0,1,.563.649q.015,1.554,0,3.109c0,.409-.218.639-.556.64s-.551-.228-.558-.635c-.009-.524,0-1.048,0-1.571' transform='translate(-229.256 -159.445)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_126' data-name='Tracé 126' d='M312.541,177.694c0,.444,0,.888,0,1.332a2.339,2.339,0,0,1-.035.407.539.539,0,0,1-1.073-.075q-.014-1.656,0-3.312a.533.533,0,0,1,.511-.542.56.56,0,0,1,.568.486.66.66,0,0,1,.022.135q0,.785,0,1.571h.007' transform='translate(-282.943 -159.451)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_127' data-name='Tracé 127' d='M273.009,177.679c0,.512,0,1.025,0,1.537,0,.439-.2.675-.55.678s-.559-.226-.563-.668q-.015-1.537,0-3.074a.6.6,0,0,1,.556-.656c.333,0,.553.261.558.68.005.5,0,1,0,1.5' transform='translate(-247.021 -159.446)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_128' data-name='Tracé 128' d='M291.887,177.682c0-.525,0-1.05,0-1.574a.54.54,0,1,1,1.071-.014q.011,1.608,0,3.217a.516.516,0,0,1-.529.583c-.337,0-.537-.209-.542-.6-.007-.536,0-1.072,0-1.608' transform='translate(-265.191 -159.446)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_129' data-name='Tracé 129' d='M82.092,219.349c.193,0,.388-.015.579,0a.5.5,0,0,1,.5.473.489.489,0,0,1-.4.585,3.256,3.256,0,0,1-1.352-.007.484.484,0,0,1-.393-.528.506.506,0,0,1,.459-.513,4.172,4.172,0,0,1,.612-.006v-.008' transform='translate(-73.611 -199.283)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_130' data-name='Tracé 130' d='M82.064,199.831c.193,0,.387-.013.578,0a.531.531,0,0,1,.007,1.058c-.384.02-.771.018-1.156,0a.531.531,0,0,1-.007-1.062c.192-.014.385,0,.578,0' transform='translate(-73.569 -181.551)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_131' data-name='Tracé 131' d='M115.7,219.356q.825,0,.829.539c0,.37-.308.581-.85.575a1.735,1.735,0,0,1-.238-.015.574.574,0,0,1-.554-.579.564.564,0,0,1,.607-.52c.068,0,.136,0,.2,0' transform='translate(-104.38 -199.294)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_132' data-name='Tracé 132' d='M53.651,220.452c-.08-.008-.183-.011-.283-.03a.544.544,0,0,1,.059-1.086c.147-.01.3-.007.443,0,.38.012.621.214.635.527s-.215.528-.594.576c-.079.01-.159.01-.26.016' transform='translate(-48.034 -199.27)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_133' data-name='Tracé 133' d='M115.692,199.822c.556,0,.823.172.827.533s-.268.545-.816.545-.818-.168-.827-.536.262-.541.816-.541' transform='translate(-104.37 -181.547)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_134' data-name='Tracé 134' d='M53.681,200.891c-.563,0-.82-.163-.825-.53s.254-.544.812-.545c.091,0,.182,0,.272,0a.545.545,0,0,1,.554.527.552.552,0,0,1-.541.544c-.09.007-.181,0-.272,0' transform='translate(-48.022 -181.542)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_135' data-name='Tracé 135' d='M261,60.63c.649,0,1.3,0,1.948,0,.46,0,.64.181.641.645q.007,1.965,0,3.93c0,.465-.2.662-.67.664q-1.948.008-3.9,0c-.462,0-.672-.209-.674-.672q-.01-1.948,0-3.9c0-.467.207-.668.668-.672.661-.005,1.322,0,1.982,0m0,4.123c.4,0,.8-.007,1.2,0,.231.006.327-.076.324-.317-.01-.809-.008-1.619,0-2.429,0-.217-.069-.308-.295-.306q-1.231.012-2.463,0c-.23,0-.294.1-.292.311.006.809.008,1.619,0,2.429,0,.246.109.316.333.311.4-.009.8,0,1.2,0' transform='translate(-234.717 -55.083)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_4 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39.103' height='39.108' viewBox='0 0 39.103 39.108'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Ram' transform='translate(0 -0.001)'%3E%3Cpath id='Tracé_136' data-name='Tracé 136' d='M13.1,39.109c-.744-.239-1.149-.893-1.679-1.391-.585-.672-1.041.661-2.093-.309q-2.521-2.5-5.017-5.022c-.922-.8.315-1.751-.126-2.661C3.2,27.854,1.243,30.7.074,27.98a1.246,1.246,0,0,1,.232-1.237Q13.349,13.651,26.438.6a1.357,1.357,0,0,1,2.256.009,1.411,1.411,0,0,1,.408,1.96,1.2,1.2,0,0,0,.249,1.364c1.129,1.091,2.169-.822,3.3.63q2.291,2.29,4.58,4.581a1.27,1.27,0,0,1,.265,1.8c-.029.893,2.725,1.714,1.094,3.4q-7.181,7.189-14.37,14.371a1.342,1.342,0,0,1-2.23-.012c-1.618-1.691-.847-1.083-3.108.887-.454.325.846,1.086,1.041,1.439a1.285,1.285,0,0,1,0,1.98c-2.156,1.972-4,4.4-6.355,6.1ZM30.233,5.6a2.507,2.507,0,0,1-2.342-3.471c.169-.4-.06-.565-.275-.723C19.91,8.632,12.343,16.691,4.683,24.194q-1.576,1.578-3.15,3.158c-.49.269.185.719.531.572a2.47,2.47,0,0,1,2.791.521A2.442,2.442,0,0,1,5.4,31.2a.435.435,0,0,0,.13.557q2.152,2.153,4.292,4.319c.376.379.374.376.755-.025,3.369-3.278,6.651-6.656,9.99-9.969,5.242-5.232,10.442-10.505,15.707-15.713.148-.146.137-.228,0-.368q-2.3-2.277-4.593-4.567c-.283-.341-.984.309-1.447.166m-3.62,18.875c-1.583-1.607-.9-1.645-2.42-.2-.387.29.814,1,.98,1.324.212.421,1.193-.939,1.44-1.128M24.4,26.693c-1.554-1.5-.883-1.709-2.424-.2-.412.274.829,1.039,1,1.35.212.367,1.183-.968,1.426-1.154m-9.8,9.8c-.337-.426-.761-.767-1.125-1.17-.135-.143-.221-.111-.341.014-.173.323-1.375,1.028-.946,1.325,1.528,1.537.929,1.228,2.411-.169M37.747,13.282c-1.56-1.46-.875-1.649-2.436-.121-.335.289.824.988.989,1.3.13.136.212.13.339,0a12.836,12.836,0,0,0,1.107-1.174m-3.506.98c-.188.241-1.563,1.255-1.144,1.447.31.161,1.047,1.368,1.315.98,1.532-1.532,1.258-.931-.171-2.427m-4.447,7.015c1.507-1.569,1.679-.867.186-2.4-.3-.438-1,.769-1.322.938-.449.208.938,1.223,1.136,1.464M19.057,32.01c-1.574-1.472-.872-1.692-2.418-.179-.418.318.773,1,.95,1.327.122.127.207.153.342.01.363-.4.773-.752,1.127-1.158M33.271,17.748c-1.543-1.485-.867-1.64-2.42-.128-.331.255.846,1.007,1,1.3.137.144.225.108.344-.015.328-.4.832-.708,1.072-1.155m-5.7,5.769c.4-.346.743-.752,1.137-1.107.157-.146.128-.233-.01-.364-.3-.164-1.022-1.337-1.3-.973-1.564,1.563-1.237.916.17,2.444M16.819,34.265c-1.58-1.547-.882-1.678-2.424-.189-.383.289.817,1,.983,1.322.223.413,1.174-.949,1.441-1.134' transform='translate(0 0)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_137' data-name='Tracé 137' d='M229.681,53.071c.069,1.069-2.682,3.058-3.455,4.027a1.26,1.26,0,0,1-1.842.006q-2.219-2.194-4.413-4.413a1.253,1.253,0,0,1-.015-1.839q1.531-1.565,3.1-3.1a1.242,1.242,0,0,1,1.811-.01c1.5,1.477,2.984,2.973,4.47,4.466a1.184,1.184,0,0,1,.347.861m-1.341.057c-1.28-1.492-2.823-2.821-4.186-4.266-.161-.162-.244-.142-.393.009q-1.333,1.353-2.686,2.686c-.146.144-.184.23-.016.4q2.038,2.018,4.056,4.057c.148.149.235.133.373-.007.941-.966,1.923-1.9,2.851-2.875' transform='translate(-196.849 -42.459)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_138' data-name='Tracé 138' d='M57.384,225.443c-1.246-.093-4.066-3.782-5.313-4.781a1.264,1.264,0,0,1-.01-1.87q1.52-1.55,3.07-3.069a1.262,1.262,0,0,1,1.869.019q2.188,2.17,4.358,4.358a1.284,1.284,0,0,1,.013,1.9c-.992.8-2.887,3.438-3.988,3.442m3.042-4.422c-1.372-1.412-2.788-2.787-4.17-4.191-.144-.145-.228-.184-.394-.015q-1.343,1.37-2.713,2.713c-.171.167-.126.251.017.393q2.021,2.008,4.028,4.029c.159.161.249.148.4-.005.907-1,2.022-1.874,2.831-2.924' transform='translate(-46.31 -193.045)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_139' data-name='Tracé 139' d='M169.379,113.5c-1.2-.041-4.077-3.789-5.292-4.755a1.286,1.286,0,0,1,.006-1.928q1.484-1.5,2.988-2.987a1.276,1.276,0,0,1,1.927-.015q2.191,2.166,4.357,4.359a1.27,1.27,0,0,1,0,1.9c-.966.769-2.921,3.474-3.982,3.427m-1.327-8.787c-.986.936-1.914,1.922-2.893,2.865-.183.178-.144.268.014.425q2.008,1.99,4,4c.164.165.254.181.426.005q1.327-1.356,2.681-2.685c.145-.143.183-.226.015-.392-1.426-1.395-2.806-2.829-4.242-4.215' transform='translate(-146.726 -92.685)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_140' data-name='Tracé 140' d='M117.753,165.131c.008,1.069-2.668,3-3.444,3.975a1.266,1.266,0,0,1-1.87,0q-2.2-2.18-4.385-4.385a1.27,1.27,0,0,1,.015-1.9q1.5-1.518,3.015-3.015a1.274,1.274,0,0,1,1.9,0c.963,1.208,4.765,4.133,4.771,5.324m-1.317-.022c-1.392-1.434-2.824-2.824-4.227-4.248-.129-.13-.213-.136-.344,0q-1.378,1.392-2.77,2.77c-.124.123-.108.2.008.313q2.062,2.052,4.114,4.114c.118.119.188.123.307,0,.96-.994,1.979-1.933,2.913-2.949' transform='translate(-96.499 -142.897)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_5 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.175' height='30.809' viewBox='0 0 40.175 30.809'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='ssd' transform='translate(0 0)'%3E%3Cpath id='Tracé_141' data-name='Tracé 141' d='M45.992,58.726H35.59c-.746,0-.927-.128-.99-.865a3.3,3.3,0,0,0-3.005-3.117,4.061,4.061,0,0,0-.746.036c-.589.052-.908-.223-.91-.807q-.009-2.611,0-5.222a.68.68,0,0,1,.685-.774c.437-.005.7.285.706.8.005,1.365.011,2.729,0,4.094,0,.336.093.448.442.471a4.64,4.64,0,0,1,4.083,3.48.575.575,0,0,0,.675.522q9.483-.019,18.966,0a.581.581,0,0,0,.676-.522,4.513,4.513,0,0,1,3.346-3.339.58.58,0,0,0,.51-.684q-.021-5.472,0-10.945a.557.557,0,0,0-.493-.655,4.554,4.554,0,0,1-3.386-3.406.51.51,0,0,0-.595-.458q-9.546.015-19.091,0c-.322,0-.489.065-.579.421a4.644,4.644,0,0,1-4.221,3.583c-.3.027-.33.168-.329.406q.007,2.068,0,4.136c0,.463-.2.743-.565.8a.691.691,0,0,1-.825-.75c-.008-1.184,0-2.367,0-3.551,0-.543,0-1.086,0-1.629.006-.661.319-.931.979-.86a3.186,3.186,0,0,0,3.2-1.529,3.674,3.674,0,0,0,.494-1.665c.065-.566.271-.755.839-.755q10.548,0,21.1,0c.592,0,.811.181.859.777a3.314,3.314,0,0,0,2.49,3.1,7.1,7.1,0,0,0,.741.121c.592.08.774.273.774.866q0,3.488,0,6.976,0,2.987,0,5.974c0,.718-.138.907-.842.969a3.315,3.315,0,0,0-3.032,2.465,7.19,7.19,0,0,0-.128.782c-.074.56-.277.75-.846.751q-3.2,0-6.392,0H45.992' transform='translate(-26.593 -31.929)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_142' data-name='Tracé 142' d='M132.034,30.808H120.84a3.089,3.089,0,0,1-.459-.014.663.663,0,0,1-.569-.711.644.644,0,0,1,.582-.656,2.985,2.985,0,0,1,.5-.014q10.985,0,21.971,0a2.7,2.7,0,0,0,1.221-.221,1.926,1.926,0,0,0,1.112-1.824c.022-1.852,0-3.7.012-5.555,0-.27-.093-.374-.365-.366-.5.014-1,.008-1.5,0-.555-.007-.8-.241-.805-.782q-.006-5.263,0-10.526a.681.681,0,0,1,.766-.778c.515-.009,1.03-.013,1.545,0,.274.007.365-.1.363-.368-.008-1.852.016-3.7-.013-5.555a1.987,1.987,0,0,0-2.166-2.04c-3.147-.007-6.293,0-9.44,0a4.37,4.37,0,0,1-.459-.008.669.669,0,0,1-.621-.707.668.668,0,0,1,.615-.672A3.316,3.316,0,0,1,133.5,0q4.8,0,9.607,0A3.328,3.328,0,0,1,146.6,3.491q0,3.174,0,6.349c0,.707-.211.912-.927.915-.473,0-.947.007-1.42,0-.227,0-.33.08-.328.316.012,1.181-.117.939.89.962.362.008.724-.008,1.086.006a.693.693,0,1,1-.015,1.386c-.5.014-1,.02-1.5,0-.333-.014-.475.079-.463.441.03.983-.1.829.849.842.376.005.752-.008,1.128.006a.693.693,0,1,1,0,1.385c-.529.014-1.058.013-1.587,0-.255-.005-.386.062-.382.349.019,1.124-.112.91.882.931.362.007.724-.007,1.086.006a.693.693,0,1,1,.006,1.386c-.543.014-1.086.013-1.629,0-.251,0-.347.093-.344.344.015,1.131-.112.915.876.936.362.007.724-.007,1.086.005a.656.656,0,0,1,.708.706c.006,2.339.04,4.679-.015,7.017a3.275,3.275,0,0,1-3.228,3.021c-3.773.012-7.546,0-11.32,0Z' transform='translate(-106.438 -0.001)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_143' data-name='Tracé 143' d='M1.4,15.4q0,5.869,0,11.739a2.313,2.313,0,0,0,.453,1.529,2.137,2.137,0,0,0,1.782.747h7.436a2.242,2.242,0,0,1,.458.017.694.694,0,0,1,.008,1.36,1.855,1.855,0,0,1-.416.018q-3.822,0-7.645,0A3.326,3.326,0,0,1,0,27.34Q0,15.413,0,3.486A3.326,3.326,0,0,1,3.5.005Q13.653,0,23.8,0c.111,0,.223,0,.334.005a.671.671,0,0,1,.648.683.67.67,0,0,1-.631.7c-.166.016-.334.008-.5.008q-9.963,0-19.927,0a2.61,2.61,0,0,0-1.257.243A2.042,2.042,0,0,0,1.4,3.62q0,5.89,0,11.781' transform='translate(0 -0.003)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_144' data-name='Tracé 144' d='M215.58,100.487c0-1.267,0-2.533,0-3.8,0-.659.22-.877.875-.881.626,0,1.253-.006,1.879,0a2.656,2.656,0,0,1,2.648,2.665q.013,2.046,0,4.092a2.657,2.657,0,0,1-2.659,2.655c-.612.006-1.225,0-1.837,0-.689,0-.9-.213-.906-.893q0-1.921,0-3.842m1.4.026q0,1.459,0,2.919c0,.178-.033.39.244.39a9.009,9.009,0,0,0,1.206-.028,1.288,1.288,0,0,0,1.154-1.32c.022-1.306.024-2.613,0-3.919a1.333,1.333,0,0,0-1.358-1.35c-.277-.013-.558.016-.833-.009-.346-.031-.424.126-.419.44.015.959.005,1.918.006,2.877' transform='translate(-191.516 -85.109)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_145' data-name='Tracé 145' d='M98.475,105.244a2.676,2.676,0,0,1-2.648-2.579c0-.5.229-.788.642-.816s.68.213.755.706a1.313,1.313,0,0,0,1.669,1.215,1.352,1.352,0,0,0,.934-1.211,1.332,1.332,0,0,0-.939-1.246,2.51,2.51,0,0,0-.534-.08,2.706,2.706,0,1,1,2.875-2.765.692.692,0,0,1-.621.753.676.676,0,0,1-.769-.643,1.341,1.341,0,0,0-1-1.289,1.271,1.271,0,0,0-1.546.917,1.251,1.251,0,0,0,.895,1.553,2.7,2.7,0,0,0,.493.077,2.706,2.706,0,0,1-.206,5.407' transform='translate(-85.129 -85.133)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_146' data-name='Tracé 146' d='M158.2,105.117a2.674,2.674,0,0,1-2.678-2.633.688.688,0,0,1,.654-.763.675.675,0,0,1,.738.678,1.362,1.362,0,0,0,.912,1.233,1.165,1.165,0,0,0,1.268-.291,1.177,1.177,0,0,0,.332-1.367,1.354,1.354,0,0,0-1.3-.87,2.708,2.708,0,0,1-1.78-4.65,2.7,2.7,0,0,1,4.583,1.816c0,.494-.228.793-.633.825s-.692-.205-.765-.7a1.318,1.318,0,0,0-1-1.239,1.271,1.271,0,0,0-1.537.932,1.247,1.247,0,0,0,.909,1.544,2.772,2.772,0,0,0,.494.075,2.706,2.706,0,0,1-.188,5.406' transform='translate(-138.138 -85.006)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_147' data-name='Tracé 147' d='M23.97,25.983a2.033,2.033,0,1,1,2,2.062,2,2,0,0,1-2-2.062m2.652.045a.619.619,0,1,0-.636.6.658.658,0,0,0,.636-.6' transform='translate(-21.295 -21.302)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_148' data-name='Tracé 148' d='M289.515,23.975a2.033,2.033,0,1,1-2.056,2.011,1.992,1.992,0,0,1,2.056-2.011m-.008,2.652a.62.62,0,0,0-.032-1.241.667.667,0,0,0-.6.637.66.66,0,0,0,.636.6' transform='translate(-255.372 -21.299)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_149' data-name='Tracé 149' d='M28.037,217.649a2.033,2.033,0,1,1-2.021-2.045,2,2,0,0,1,2.021,2.045m-1.414,0a.619.619,0,1,0-.631.607.656.656,0,0,0,.631-.607' transform='translate(-21.295 -191.538)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_150' data-name='Tracé 150' d='M287.458,217.655a2.033,2.033,0,0,1,4.065-.07.7.7,0,0,1-1.393.131,1.4,1.4,0,0,0-.126-.393.557.557,0,0,0-.6-.291.6.6,0,0,0-.521.527.554.554,0,0,0,.3.595,1.789,1.789,0,0,0,.436.129.693.693,0,0,1,.563.763.683.683,0,0,1-.709.623,2,2,0,0,1-2.015-2.014' transform='translate(-255.372 -191.538)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_6 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg id='Boitier' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='34.062' height='39.245' viewBox='0 0 34.062 39.245'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Tracé_151' data-name='Tracé 151' d='M18.028,0c.153.062.3.131.461.183Q25.86,2.642,33.231,5.1c.758.253.83.352.83,1.151q0,13.365,0,26.729c0,.772-.08.888-.808,1.131q-7.516,2.507-15.032,5.013a2.331,2.331,0,0,1-.75.122q-8.272,0-16.543,0c-.707,0-.924-.211-.924-.905Q0,19.611,0,.886A.929.929,0,0,1,.412,0Zm.337,19.607q0,8.731,0,17.462c0,.528,0,.529.487.367Q25.516,35.216,32.182,33a.6.6,0,0,0,.484-.681q-.015-12.714,0-25.428a.6.6,0,0,0-.483-.683q-6.67-2.2-13.329-4.433c-.488-.162-.488-.161-.488.366q0,8.731,0,17.462m-1.359,0q0-8.883,0-17.766c0-.51,0-.511-.5-.511H1.957c-.549,0-.55,0-.55.547q0,17.728,0,35.456c0,.549,0,.55.548.55H16.467c.538,0,.539,0,.539-.547q0-8.864,0-17.728' transform='translate(0)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_152' data-name='Tracé 152' d='M32.07,37.936q2.814,0,5.628,0c.692,0,.923.229.925.913,0,.753.005,1.506,0,2.259a.743.743,0,0,1-.784.838c-.1.008-.2.005-.306.005q-5.475,0-10.951,0a2.629,2.629,0,0,1-.457-.026.689.689,0,0,1-.639-.735c-.013-.842-.015-1.685,0-2.527.009-.484.3-.726.841-.727q2.872-.006,5.743,0m.007,1.4c-1.569,0-3.138.008-4.706-.006-.355,0-.536.094-.486.473a1.863,1.863,0,0,1,0,.229c0,.505,0,.507.512.507H36.5c.729,0,.713,0,.727-.725.007-.367-.119-.488-.486-.485-1.556.015-3.112.006-4.668.006' transform='translate(-22.868 -34.054)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_153' data-name='Tracé 153' d='M37.564,103.024c-1.811,0-3.622-.009-5.433.007-.373,0-.488-.128-.481-.488.021-1.08-.085-.926.913-.928q5.2-.008,10.407,0c.569,0,.571,0,.57.577,0,.946.073.83-.849.832-1.709,0-3.418,0-5.127,0' transform='translate(-28.411 -91.212)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_154' data-name='Tracé 154' d='M37.6,128.543H32.248c-.536,0-.543,0-.543-.525,0-1-.059-.883.884-.883q5.221,0,10.442,0c.554,0,.559,0,.557.552,0,.985.08.853-.86.856-1.708.006-3.417,0-5.125,0' transform='translate(-28.46 -114.122)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_155' data-name='Tracé 155' d='M70.4,218.843a1.986,1.986,0,1,1,3.972.012,1.986,1.986,0,1,1-3.972-.012m1.977.607a.634.634,0,0,0,.609-.576.585.585,0,0,0-.6-.6.555.555,0,0,0-.574.58.582.582,0,0,0,.567.6' transform='translate(-63.195 -194.667)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_156' data-name='Tracé 156' d='M74.373,269.824a1.986,1.986,0,1,1-2-1.993,1.995,1.995,0,0,1,2,1.993m-1.385.005a.6.6,0,0,0-.586-.582.59.59,0,1,0,.015,1.18.6.6,0,0,0,.57-.6' transform='translate(-63.197 -240.425)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_157' data-name='Tracé 157' d='M134.052,326.721c0-.344,0-.688,0-1.032,0-.223.091-.325.319-.323,1.3.015,1.068-.165,1.089,1.008.008.446-.006.892,0,1.338,0,.258-.1.37-.362.368-1.262-.01-1.024.12-1.049-.977,0-.127,0-.255,0-.382Z' transform='translate(-120.331 -292.072)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_158' data-name='Tracé 158' d='M32.891,326.383c0,.318,0,.636,0,.954,0,.076.021.172-.017.225-.271.382-.673.125-1.011.186-.191.034-.365-.034-.366-.276a12.791,12.791,0,0,1,.028-2.169c.091-.541.66-.166,1-.252.209-.053.371.035.364.3-.009.343,0,.687,0,1.03Z' transform='translate(-28.242 -291.748)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_159' data-name='Tracé 159' d='M83.077,326.721c0-.343.005-.686,0-1.029,0-.22.078-.329.31-.326,1.274.018,1.07-.178,1.089,1,.007.445,0,.89,0,1.334,0,.246-.092.377-.359.375-1.28-.008-1.01.115-1.039-.977,0-.127,0-.254,0-.381Z' transform='translate(-74.571 -292.071)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_160' data-name='Tracé 160' d='M109.955,326.684c0,.331-.006.661,0,.992.006.266-.1.4-.38.4-1.247-.009-1,.107-1.025-.956-.01-.458.008-.916,0-1.373-.007-.271.084-.393.371-.387,1.2.024,1.019-.161,1.037.985,0,.115,0,.229,0,.343Z' transform='translate(-97.439 -292.063)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Tracé_161' data-name='Tracé 161' d='M58.7,326.464c0,.331,0,.663,0,.994,0,.4-.306.343-.516.3-.288-.055-.78.267-.828-.29a11.623,11.623,0,0,1,0-2.1c.058-.6.583-.221.889-.3.219-.056.472-.041.457.321s0,.714,0,1.071' transform='translate(-51.443 -291.767)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_7 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 45.58 45.58'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23linear-gradient); %7D .cls-2 %7B fill: url(%23linear-gradient-2); %7D .cls-3 %7B fill: url(%23linear-gradient-3); %7D .cls-4 %7B fill: url(%23linear-gradient-4); %7D .cls-5 %7B fill: url(%23linear-gradient-5); %7D .cls-6 %7B fill: url(%23linear-gradient-6); %7D .cls-7 %7B fill: url(%23linear-gradient-7); %7D .cls-8 %7B fill: url(%23linear-gradient-8); %7D .cls-9 %7B fill: url(%23linear-gradient-9); %7D .cls-10 %7B fill: url(%23linear-gradient-10); %7D .cls-11 %7B fill: url(%23linear-gradient-11); %7D .cls-12 %7B fill: url(%23linear-gradient-12); %7D .cls-13 %7B fill: url(%23linear-gradient-13); %7D .cls-14 %7B fill: url(%23linear-gradient-14); %7D .cls-15 %7B fill: url(%23linear-gradient-15); %7D .cls-16 %7B fill: url(%23linear-gradient-16); %7D .cls-17 %7B fill: url(%23linear-gradient-17); %7D .cls-18 %7B fill: url(%23linear-gradient-18); %7D .cls-19 %7B fill: url(%23linear-gradient-19); %7D .cls-20 %7B fill: url(%23linear-gradient-20); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='1.45' y1='22.79' x2='44.12' y2='22.79' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='4.6' y1='29.11' x2='26.75' y2='29.11' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-3' x1='29.9' y1='22' x2='40.97' y2='22' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-4' x1='30.69' y1='36.62' x2='40.18' y2='36.62' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-5' x1='32.27' y1='29.11' x2='33.86' y2='29.11' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-6' x1='34.64' y1='29.11' x2='36.23' y2='29.11' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-7' x1='37.01' y1='29.11' x2='38.6' y2='29.11' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-8' x1='40.18' y1='17.26' x2='41.75' y2='17.26' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-9' x1='3.83' y1='17.26' x2='5.4' y2='17.26' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-10' x1='3.83' y1='40.97' x2='5.4' y2='40.97' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-11' x1='40.18' y1='40.97' x2='41.75' y2='40.97' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-12' x1='14.89' y1='10.15' x2='30.69' y2='10.15' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-13' x1='16.47' y1='7.78' x2='29.11' y2='7.78' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-14' x1='18.05' y1='5.41' x2='27.53' y2='5.41' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-15' x1='9.36' y1='4.62' x2='10.93' y2='4.62' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-16' x1='34.64' y1='4.62' x2='36.22' y2='4.62' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-17' x1='5.41' y1='12.52' x2='6.98' y2='12.52' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-18' x1='38.6' y1='12.52' x2='40.17' y2='12.52' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-19' x1='33.05' y1='36.62' x2='34.64' y2='36.62' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-20' x1='36.22' y1='36.62' x2='37.8' y2='36.62' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M22.73,44.13H2.64c-1,0-1.19-.21-1.19-1.19q0-13.82,0-27.65a2.75,2.75,0,0,1,.27-1.12c2-4,4-8,6-12a1.19,1.19,0,0,1,1.23-.76q13.88,0,27.75,0a1.2,1.2,0,0,1,1.22.76c2,4,4,8,6,12a2.47,2.47,0,0,1,.24,1q0,13.88,0,27.75c0,.9-.23,1.13-1.14,1.13ZM42.52,15.72H3.07v26.8H42.52Zm-39-1.65H42l-.13-.3C40.16,10.3,38.42,6.84,36.7,3.36A.58.58,0,0,0,36.07,3Q22.8,3,9.51,3a.63.63,0,0,0-.67.42Q6.31,8.55,3.75,13.64Z'/%3E%3Cpath class='cls-2' d='M7.31,21.79a9.57,9.57,0,0,1-.75-.69A.78.78,0,1,1,7.66,20c.25.24.47.51.7.75,4.87-3.59,9.69-3.61,14.66,0,.18-.21.38-.48.62-.72A.78.78,0,0,1,24.82,20a.78.78,0,0,1-.08,1.18c-.23.23-.5.42-.71.6,3.63,4.95,3.62,9.77,0,14.7.23.2.51.4.75.65a.77.77,0,0,1,0,1.14.78.78,0,0,1-1.15,0c-.24-.24-.45-.52-.66-.75-4.91,3.63-9.74,3.61-14.69,0-.16.19-.34.45-.56.67-.42.42-.86.46-1.21.12s-.33-.8.12-1.25c.2-.21.44-.39.64-.57C3.7,31.55,3.69,26.73,7.31,21.79ZM9.25,34.37c-2.47-3.51-2.47-7-.05-10.45L8.45,23a9.28,9.28,0,0,0,0,12.12Zm13.66.82a9.28,9.28,0,0,0,0-12.13l-.78.79a8.46,8.46,0,0,1,0,10.53ZM9.59,36.35a9.31,9.31,0,0,0,12.21-.1l-.61-.5L21,35.53a8.41,8.41,0,0,1-10.54,0ZM21.76,21.88a9.3,9.3,0,0,0-12.13,0l.78.8a8.43,8.43,0,0,1,10.53,0ZM18.88,33.53a5.49,5.49,0,0,1-3.21,1,5.57,5.57,0,0,1-3.19-1l-.89.81c2.19,1.9,6.21,1.89,8.11,0Zm-8.46-8.47c-2.12,2.51-1.65,6.43,0,8.05l.86-.76a5.47,5.47,0,0,1-1.07-3.24,5.65,5.65,0,0,1,1.06-3.24ZM20.89,33.2A6.4,6.4,0,0,0,20.82,25l-.58.66-.16.2a5.54,5.54,0,0,1,0,6.52Zm-8.48-8.49a5.62,5.62,0,0,1,6.5,0l.83-.8a6.4,6.4,0,0,0-8.1,0Zm.1,2.27a3.58,3.58,0,0,0,0,4.24A4.5,4.5,0,0,1,13,30.7a.63.63,0,0,0,.2-.79,2.37,2.37,0,0,1-.06-1.34,1,1,0,0,0-.42-1.31A1.48,1.48,0,0,1,12.51,27Zm6.34,4.28a3.59,3.59,0,0,0,0-4.24,3.72,3.72,0,0,1-.46.51c-.29.23-.28.45-.19.8a2.45,2.45,0,0,1,.05,1.34,1,1,0,0,0,.39,1.27A1.91,1.91,0,0,1,18.85,31.26Zm-1,1a3.83,3.83,0,0,1-.55-.47.65.65,0,0,0-.8-.21,2.33,2.33,0,0,1-1.33.06,1,1,0,0,0-1.32.42c-.06.09-.14.16-.21.25A3.67,3.67,0,0,0,17.82,32.29Zm-4.28-6.35a3.32,3.32,0,0,1,.55.48.57.57,0,0,0,.79.18,2.26,2.26,0,0,1,1.73,0c.11,0,.29.09.35,0,.29-.24.54-.52.82-.8A3.75,3.75,0,0,0,13.54,25.94ZM15.67,28a1.08,1.08,0,1,0,1.08,1.06A1.1,1.1,0,0,0,15.67,28Z'/%3E%3Cpath class='cls-3' d='M35.43,19.63H40c.7,0,1,.28,1,1q0,1.41,0,2.82c0,.64-.29.93-.94.93H30.84c-.65,0-.93-.29-.94-.94V20.57c0-.65.29-.93.94-.94Zm.82,1.6v1.53h3.1V21.23Zm-4.74,0v1.54H34.6V21.22Z'/%3E%3Cpath class='cls-4' d='M35.42,40.18H31.67c-.7,0-1-.28-1-1,0-1.23,0-2.47,0-3.7a2.36,2.36,0,0,1,2.41-2.41h4.69a2.35,2.35,0,0,1,2.38,2.38c0,1.27,0,2.53,0,3.8,0,.64-.29.92-1,.93Zm3.17-1.6c0-1.09,0-2.14,0-3.19a.73.73,0,0,0-.77-.74H33.07a.7.7,0,0,0-.77.67c0,1.08,0,2.16,0,3.26Z'/%3E%3Cpath class='cls-5' d='M32.27,29.12c0-.51,0-1,0-1.53a.79.79,0,0,1,.78-.84.78.78,0,0,1,.8.83q0,1.53,0,3.06a.79.79,0,0,1-.78.84.78.78,0,0,1-.79-.83C32.26,30.14,32.27,29.63,32.27,29.12Z'/%3E%3Cpath class='cls-6' d='M36.22,29.12c0,.51,0,1,0,1.53a.79.79,0,0,1-.79.83.77.77,0,0,1-.78-.84q0-1.53,0-3.06a.77.77,0,0,1,.78-.83.79.79,0,0,1,.79.84C36.23,28.1,36.22,28.61,36.22,29.12Z'/%3E%3Cpath class='cls-7' d='M37,29.11c0-.51,0-1,0-1.53a.79.79,0,1,1,1.57,0q0,1.53,0,3.06a.79.79,0,1,1-1.57,0C37,30.13,37,29.62,37,29.11Z'/%3E%3Cpath class='cls-8' d='M40.18,17.25a.77.77,0,0,1,.79-.77.78.78,0,0,1,.78.79.81.81,0,0,1-.8.78A.79.79,0,0,1,40.18,17.25Z'/%3E%3Cpath class='cls-9' d='M4.61,16.48a.78.78,0,0,1,.79.78.8.8,0,0,1-.78.79.79.79,0,0,1,0-1.57Z'/%3E%3Cpath class='cls-10' d='M4.61,41.75A.79.79,0,0,1,3.83,41,.79.79,0,1,1,5.4,41,.78.78,0,0,1,4.61,41.75Z'/%3E%3Cpath class='cls-11' d='M41.75,41a.8.8,0,0,1-.77.8.78.78,0,0,1-.8-.76.79.79,0,0,1,.76-.81A.8.8,0,0,1,41.75,41Z'/%3E%3Cpath class='cls-12' d='M22.81,9.36h6.77a2.13,2.13,0,0,1,.44,0,.75.75,0,0,1,.66.74.76.76,0,0,1-.66.8,2.13,2.13,0,0,1-.44,0H15.65a.79.79,0,0,1-.76-.81.77.77,0,0,1,.76-.76c.31,0,.63,0,.94,0Z'/%3E%3Cpath class='cls-13' d='M22.79,8.57H17.41c-.55,0-.88-.26-.93-.69s.3-.88.88-.89H28.12c.59,0,.92.24,1,.69s-.32.89-.93.89Z'/%3E%3Cpath class='cls-14' d='M22.79,6.2H19c-.63,0-1-.3-1-.79s.36-.79,1-.79h7.51c.62,0,1,.3,1,.79s-.37.79-1,.79Z'/%3E%3Cpath class='cls-15' d='M10.13,3.83a.79.79,0,1,1-.77.81A.8.8,0,0,1,10.13,3.83Z'/%3E%3Cpath class='cls-16' d='M36.22,4.66a.79.79,0,1,1-.75-.83A.8.8,0,0,1,36.22,4.66Z'/%3E%3Cpath class='cls-17' d='M7,12.52a.79.79,0,1,1-.79-.79A.8.8,0,0,1,7,12.52Z'/%3E%3Cpath class='cls-18' d='M40.17,12.53a.81.81,0,0,1-.8.78.79.79,0,1,1,.8-.78Z'/%3E%3Cpath class='cls-19' d='M34.64,36.65a3.2,3.2,0,0,1,0,.44.77.77,0,0,1-.8.71.76.76,0,0,1-.76-.71,6.94,6.94,0,0,1,0-.79.79.79,0,1,1,1.58,0c0,.12,0,.23,0,.35Z'/%3E%3Cpath class='cls-20' d='M37.8,36.62v.15c0,.67-.28,1-.79,1s-.78-.36-.79-1v-.49a.79.79,0,1,1,1.58,0C37.81,36.39,37.8,36.51,37.8,36.62Z'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_8 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 45.58 45.58'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23linear-gradient); %7D .cls-2 %7B fill: url(%23linear-gradient-2); %7D .cls-3 %7B fill: url(%23linear-gradient-3); %7D .cls-4 %7B fill: url(%23linear-gradient-4); %7D .cls-5 %7B fill: url(%23linear-gradient-5); %7D .cls-6 %7B fill: url(%23linear-gradient-6); %7D .cls-7 %7B fill: url(%23linear-gradient-7); %7D .cls-8 %7B fill: url(%23linear-gradient-8); %7D .cls-9 %7B fill: url(%23linear-gradient-9); %7D .cls-10 %7B fill: url(%23linear-gradient-10); %7D .cls-11 %7B fill: url(%23linear-gradient-11); %7D .cls-12 %7B fill: url(%23linear-gradient-12); %7D .cls-13 %7B fill: url(%23linear-gradient-13); %7D .cls-14 %7B fill: url(%23linear-gradient-14); %7D .cls-15 %7B fill: url(%23linear-gradient-15); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='13.53' y1='24.02' x2='45.59' y2='24.02' gradientTransform='matrix(1, 0, 0, -1, -6.77, 46.81)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='26.77' y1='24.03' x2='32.35' y2='24.03' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-3' x1='33.74' y1='24.05' x2='39.32' y2='24.05' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-4' x1='19.84' y1='24.02' x2='25.35' y2='24.02' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-5' x1='16.33' y1='35.57' x2='19.78' y2='35.57' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-6' x1='39.34' y1='35.56' x2='42.79' y2='35.56' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-7' x1='16.32' y1='15.34' x2='19.77' y2='15.34' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-8' x1='39.33' y1='15.33' x2='42.79' y2='15.33' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-9' x1='41.42' y1='31.72' x2='42.76' y2='31.72' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-10' x1='16.32' y1='7.33' x2='23.3' y2='7.33' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-11' x1='24.68' y1='7.33' x2='31.65' y2='7.33' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-12' x1='33.04' y1='7.34' x2='37.22' y2='7.34' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-13' x1='38.62' y1='7.33' x2='42.79' y2='7.33' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-14' x1='16.35' y1='42.17' x2='17.69' y2='42.17' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-15' x1='19.13' y1='42.16' x2='20.48' y2='42.16' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M6.77,23.08V5A3.5,3.5,0,0,1,10,1.21a4.51,4.51,0,0,1,.52,0H35.06a3.5,3.5,0,0,1,3.75,3.23,4.51,4.51,0,0,1,0,.52v36.4a2.8,2.8,0,0,1-2.58,3,2.68,2.68,0,0,1-.49,0H9.84a2.81,2.81,0,0,1-3.07-2.52,2.72,2.72,0,0,1,0-.57ZM37.39,35V8.16H8.19V34.83A15.69,15.69,0,0,1,10,34.61H35.29A4,4,0,0,1,37.39,35Zm-14.6,1H9.68a1.4,1.4,0,0,0-1.52,1.25,1.13,1.13,0,0,0,0,.26V41.4A1.41,1.41,0,0,0,9.39,43H35.87a1.41,1.41,0,0,0,1.55-1.26,1.22,1.22,0,0,0,0-.27v-3.8A1.45,1.45,0,0,0,36.23,36a1.85,1.85,0,0,0-.47,0ZM37.42,6.72V5a2.13,2.13,0,0,0-1.77-2.45,2,2,0,0,0-.65,0H10.13A1.93,1.93,0,0,0,8.29,4a25.21,25.21,0,0,0-.18,2.74Z'/%3E%3Cpath class='cls-2' d='M20,22.75v-3.3c0-.63.25-.87.87-.87h2a2.77,2.77,0,0,1,2.74,2.75V24.2A2.77,2.77,0,0,1,22.86,27H20.81c-.69,0-.8-.27-.81-.84Zm1.41,2.79h1.48a1.37,1.37,0,0,0,1.29-1.35V21.32A1.35,1.35,0,0,0,23,20a14.41,14.41,0,0,0-1.61,0Z'/%3E%3Cpath class='cls-3' d='M27,22.76V19.55c0-.77.21-1,1-1h1.82a2.78,2.78,0,0,1,2.76,2.74v2.87A2.77,2.77,0,0,1,29.85,27H27.79a.71.71,0,0,1-.78-.63.86.86,0,0,1,0-.16V22.76Zm1.41,2.78h1.44a1.36,1.36,0,0,0,1.32-1.35V21.32A1.3,1.3,0,0,0,30,20a15,15,0,0,0-1.64,0Z'/%3E%3Cpath class='cls-4' d='M13.07,18.6h1.35V22h2.79V18.6h1.37v8.31H17.23V23.49h-2.8V27H13.07Z'/%3E%3Cpath class='cls-5' d='M11,13H9.57v-2.9a.6.6,0,0,1,.64-.56H13V10.9H11Z'/%3E%3Cpath class='cls-6' d='M32.57,9.53h2.82a.6.6,0,0,1,.62.58V13H34.65V11H32.57Z'/%3E%3Cpath class='cls-7' d='M9.55,29.74h1.39V31.8H13v1.39H10.12a.59.59,0,0,1-.56-.63v0C9.55,31.61,9.55,30.7,9.55,29.74Z'/%3E%3Cpath class='cls-8' d='M32.56,33.2V31.83h2V29.75H36v2.86a.61.61,0,0,1-.63.59h0C34.44,33.22,33.52,33.2,32.56,33.2Z'/%3E%3Cpath class='cls-9' d='M34.65,14.42H36v1.34H34.65Z'/%3E%3Cpath class='cls-10' d='M13,41.57H10.41c-.6,0-.85-.25-.86-.84V38.2a.71.71,0,0,1,.8-.81H15.7a.72.72,0,0,1,.82.61.61.61,0,0,1,0,.19v2.56c0,.56-.27.81-.84.82Zm.72-1.42H15.1V38.81H11v1.34h1.34v-.64h1.38Z'/%3E%3Cpath class='cls-11' d='M21.44,37.39h2.61c.57,0,.82.26.83.83v2.52c0,.57-.26.82-.83.83H18.74c-.57,0-.82-.26-.83-.83V38.21c0-.56.26-.82.83-.82Zm.67,2.11v.65h1.34V38.81H19.33v1.34h1.35V39.5Z'/%3E%3Cpath class='cls-12' d='M28.35,41.56a2.09,2.09,0,1,1,2.1-2.1A2.09,2.09,0,0,1,28.35,41.56Zm.7-2.11a.69.69,0,1,0-.66.72.7.7,0,0,0,.66-.72Z'/%3E%3Cpath class='cls-13' d='M34,37.39a2.09,2.09,0,1,1-2.1,2.1,2.09,2.09,0,0,1,2.1-2.1Zm0,1.39a.7.7,0,1,0,.7.7v0a.69.69,0,0,0-.71-.68h0Z'/%3E%3Cpath class='cls-14' d='M9.58,4h1.34V5.31H9.58Z'/%3E%3Cpath class='cls-15' d='M12.36,5.32V4h1.35V5.32Z'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_9 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 45.58 45.58'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23linear-gradient); %7D .cls-2 %7B fill: url(%23linear-gradient-2); %7D .cls-3 %7B fill: url(%23linear-gradient-3); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='2.49' y1='22.79' x2='43.09' y2='22.79' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='8.28' y1='17.65' x2='37.3' y2='17.65' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-3' x1='20.08' y1='17.65' x2='25.5' y2='17.65' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M13.86,1H38.61a2,2,0,0,0,1.65.51c.69,0,1.39,0,2.09,0,.46,0,.74.26.74.64s-.29.62-.75.64h-.63v.9c.52.13,1.34-.21,1.35.65s-.82.58-1.34.69v.91c.26,0,.49,0,.71,0a.64.64,0,1,1,0,1.27h-.71v.92c.53.1,1.34-.22,1.35.64s-.82.58-1.35.69c0,.15,0,.29,0,.43v.48h.73a.65.65,0,0,1,.67.63.64.64,0,0,1-.66.64h-.71v.94h.72a.64.64,0,1,1,0,1.27h-.73v.69c0,.07,0,.14,0,.25.25,0,.49,0,.73,0a.65.65,0,0,1,.64.66.64.64,0,0,1-.64.61h-.73V17c.25,0,.48,0,.7,0a.65.65,0,0,1,.67.64.64.64,0,0,1-.66.63h-.72v.95c.28,0,.53,0,.78,0a.64.64,0,0,1,.6.65.63.63,0,0,1-.64.61c-.24,0-.47,0-.73,0v.94c.24,0,.45,0,.66,0a.66.66,0,0,1,.71.64.64.64,0,0,1-.7.63h-.68v.95c.28,0,.53,0,.78,0a.65.65,0,0,1,.6.66.63.63,0,0,1-.65.6h-.72v.95c.26,0,.49,0,.71,0a.66.66,0,0,1,.66.65.64.64,0,0,1-.67.62h-.7v.95c.26,0,.5,0,.74,0a.65.65,0,0,1,.63.63.63.63,0,0,1-.66.63c-.23,0-.47,0-.72,0v.91l.4,0c.13,0,.26,0,.38,0a.65.65,0,0,1,.6.66.63.63,0,0,1-.65.6h-.73v.94h.6c.49,0,.79.28.78.66s-.29.61-.77.62H39.86a1.21,1.21,0,0,0-.94.28,1.22,1.22,0,0,1-.75.2c-1.22,0-2.43,0-3.65,0H34v.51c0,1.43,0,2.87,0,4.3a3.86,3.86,0,0,1-3.27,3.78c-.51.08-1,.08-1.59.11v.6a.88.88,0,0,1-1,1H17.44c-.7,0-1-.31-1-1v-.61h-.77a3.91,3.91,0,0,1-4.09-4.09c0-1.36,0-2.73,0-4.09v-.48H11c-1.22,0-2.44,0-3.65,0A3.12,3.12,0,0,1,6.52,34,1.85,1.85,0,0,0,6,33.8c-.92,0-1.84,0-2.76,0-.46,0-.75-.27-.74-.65s.28-.6.72-.62h.68V32c0-.14,0-.28,0-.45H3.2c-.44,0-.71-.26-.71-.63a.65.65,0,0,1,.7-.64c.22,0,.44,0,.67,0v-.94H3.2c-.43,0-.71-.26-.71-.62a.65.65,0,0,1,.69-.65c.23,0,.45,0,.67,0v-.94H3.22c-.44,0-.71-.24-.73-.6s.27-.65.72-.67c.22,0,.44,0,.68,0v-.5c0-.14,0-.28,0-.45H3.2c-.43,0-.71-.25-.71-.62a.66.66,0,0,1,.7-.65h.67v-.9c-.52-.13-1.36.21-1.35-.69s.83-.54,1.35-.65V20.5H3.15a.63.63,0,0,1-.66-.62.64.64,0,0,1,.66-.64c.23,0,.47,0,.72,0v-.94H3.18a.64.64,0,0,1-.69-.65A.65.65,0,0,1,3.17,17c.23,0,.46,0,.72,0v-.49c0-.14,0-.28,0-.45H3.16a.64.64,0,1,1,0-1.27c.24,0,.47,0,.72,0v-.94H3.15a.64.64,0,0,1-.66-.63.66.66,0,0,1,.66-.64h.72v-.94H3.22c-.45,0-.74-.27-.73-.65a.66.66,0,0,1,.72-.62h.65V9.43c-.26,0-.5,0-.74,0a.63.63,0,1,1,0-1.26h.73v-1H3.15a.65.65,0,0,1-.66-.63.64.64,0,0,1,.66-.64c.23,0,.47,0,.72,0V5H3.22a.66.66,0,0,1-.73-.66c0-.37.28-.6.72-.61h.68V2.79H3.24c-.46,0-.75-.27-.75-.64s.28-.63.74-.64c.68,0,1.36,0,2,0A2,2,0,0,0,7,1h4.34c.14.19.35.35.4.56.11.4-.23.71-.72.72H7.45V11L9.66,7.3A2.14,2.14,0,0,1,8.33,4.83a2.09,2.09,0,0,1,1.73-1.66,2.14,2.14,0,0,1,2.37,1.35l3.74-2.23c-.6,0-1.22,0-1.85,0-.36,0-.69,0-.84-.43S13.58,1.23,13.86,1ZM38.15,17.64A15.37,15.37,0,1,0,22.8,33,15.38,15.38,0,0,0,38.15,17.64ZM17.9,37.76c0-.22,0-.54,0-.87,0-.81.37-1.17,1.17-1.17h7.44c.8,0,1.16.36,1.17,1.17v.87c.5.19,1,.23,1.25.51s.22.8.33,1.27h.61c.6,0,.75-.15.75-.76V34.7c0-.13,0-.27,0-.39H15c0,1.6,0,3.19,0,4.77,0,.16.28.39.46.44a3.66,3.66,0,0,0,.87,0c.11-.47.08-1,.33-1.27S17.4,38,17.9,37.76Zm-.18,2.84h6c.17,0,.39,0,.5,0a1.16,1.16,0,0,1,.45.59.53.53,0,0,1-.47.61,2.42,2.42,0,0,1-.47,0H17.73v1.37H27.85V41.9l-.4,0H27c-.43,0-.67-.24-.68-.61s.24-.63.68-.65c.27,0,.54,0,.82,0V39.24H17.72ZM35.92,7.3,38.13,11V2.31H29.45l3.69,2.21a2.14,2.14,0,0,1,2.37-1.35,2.08,2.08,0,0,1,1.74,1.66A2.14,2.14,0,0,1,35.92,7.3ZM38.12,33V24.33L35.93,28c1.15.74,1.53,1.45,1.32,2.49a2.15,2.15,0,0,1-4.11.3L29.47,33ZM7.44,33h8.65l-3.66-2.19a2.16,2.16,0,0,1-2.3,1.36,2.11,2.11,0,0,1-1.77-1.55A2.14,2.14,0,0,1,9.65,28L7.44,24.3ZM31.9,34.31v.47c0,1.41,0,2.81,0,4.21a1.78,1.78,0,0,1-1.82,1.83h-.88v.84c.4,0,.77,0,1.13,0a2.61,2.61,0,0,0,2.41-2.4c0-1.62,0-3.25,0-4.88,0,0,0-.05,0-.07ZM16.39,41.65v-.83H15.6a1.81,1.81,0,0,1-1.92-1.91V34.75c0-.15,0-.3,0-.44h-.83c0,1.58,0,3.14,0,4.69a2.62,2.62,0,0,0,2.3,2.64A10.5,10.5,0,0,0,16.39,41.65ZM35.14,30.88A.86.86,0,1,0,34.3,30,.86.86,0,0,0,35.14,30.88Zm-24.72,0a.86.86,0,0,0,0-1.71.86.86,0,1,0,0,1.71ZM35.15,6.13a.86.86,0,1,0,0-1.71.86.86,0,1,0,0,1.71Zm-24.72,0a.86.86,0,0,0,0-1.71.86.86,0,1,0,0,1.71ZM5.19,3.69h.93V2.82H5.19Zm34.26,0h.94V2.82h-.94ZM6.11,5.92V5H5.2v.89ZM39.46,19.19h.91v-.87h-.91Zm0-3.1V17h.94v-.9ZM5.2,20.51v.9h.91v-.9Zm35.18.91v-.9h-.91v.9ZM5.19,16.09V17h.93v-.89ZM40.4,13.88h-.94v.89h.94ZM5.19,23.62h.92v-.88H5.19Zm35.2,0v-.88h-.93v.88ZM6.11,14.78v-.9H5.19v.9Zm0,11.07V25H5.19v.89Zm33.33,0h.94V25h-.94ZM6.12,27.18H5.19v.87h.93Zm34.26.88v-.89h-.91v.89Zm0-16.38h-.92v.88h.92Zm-35.2,0v.9h.93v-.9Zm.92,18.62v-.89H5.2v.89Zm33.36-.9v.89h.91v-.89Zm0-19h.93V9.45h-.93ZM5.18,32.48h.93V31.6H5.18Zm35.2,0v-.9h-.91v.9ZM6.11,10.35V9.46H5.19v.89Zm0,8.85v-.89H5.2v.89ZM39.46,8.13h.92V7.25h-.92ZM5.2,7.24v.89h.92V7.24ZM39.45,5.9h.94V5h-.94ZM20,37H19.2v.87H20Zm1.33,0v.88h.78V37Zm2.11.85h.8V37h-.8Zm2.93,0V37h-.79v.88Z'/%3E%3Cpath class='cls-2' d='M23.51,12.76l2.34,1a16.44,16.44,0,0,1,7.93-3.55,18.16,18.16,0,0,0-1.29-1.56C31.76,8,31,7.34,30.2,6.7A.78.78,0,0,1,29.83,6c.07-.51.6-.69,1.08-.36A14,14,0,0,1,34.2,8.68,14.51,14.51,0,1,1,21,3.25a14,14,0,0,1,6.86.8c.52.19.72.58.48,1a.65.65,0,0,1-.85.25c-.86-.29-.86-.28-1.39.47a15,15,0,0,0-2.57,6.9Zm-3.2,17.9a13.39,13.39,0,0,0,8.42-1.18A.4.4,0,0,0,29,29a15,15,0,0,0-3.08-7.17,1.18,1.18,0,0,0-.16-.18c-.71.27-1.33.54-2,.73a.52.52,0,0,0-.45.53,16,16,0,0,1-2.77,7.4C20.47,30.39,20.41,30.5,20.31,30.66Zm-.48-17c.71-.27,1.31-.56,1.94-.73.34-.09.46-.21.5-.54a15.89,15.89,0,0,1,2.65-7.22l.34-.51A1.06,1.06,0,0,0,25,4.6a13.34,13.34,0,0,0-8.15,1.2.45.45,0,0,0-.28.56,15.51,15.51,0,0,0,1.08,3.79A14.36,14.36,0,0,0,19.83,13.68Zm16,6.44c0-.17.07-.3.09-.44a13.45,13.45,0,0,0-1.15-7.78.62.62,0,0,0-.8-.42,15.35,15.35,0,0,0-6,2.35c-.43.29-.83.61-1.16.85.28.75.56,1.39.76,2.06.08.25.14.34.4.37a16.2,16.2,0,0,1,7.52,2.79A3.35,3.35,0,0,0,35.78,20.12ZM15.37,6.76l-.1,0L15,7a13.42,13.42,0,0,0-4.7,6.4.48.48,0,0,0,.2.66,14.73,14.73,0,0,0,5,2.42c.83.22,1.7.35,2.45.51l1-2.39A16.4,16.4,0,0,1,15.37,6.76ZM18.8,20.62c-.28-.77-.52-1.49-.79-2.19a.43.43,0,0,0-.33-.22,16.38,16.38,0,0,1-7.27-2.63l-.63-.41A13.17,13.17,0,0,0,11,23.67a.39.39,0,0,0,.36.16c1.17-.29,2.37-.53,3.51-.93A12.34,12.34,0,0,0,18.8,20.62Zm8.81-2.26c-.14.44-.24.83-.39,1.19s-.39.72-.6,1.11a16.38,16.38,0,0,1,3.59,7.9.42.42,0,0,0,.15-.07,13.25,13.25,0,0,0,5-6.72c.09-.25,0-.36-.19-.48a15.22,15.22,0,0,0-4-2.16A14.36,14.36,0,0,0,27.61,18.36ZM11.9,25.09c0,.06,0,.09,0,.11l.17.25a13.44,13.44,0,0,0,6.42,4.74.51.51,0,0,0,.7-.23,15.26,15.26,0,0,0,2.53-5.47c.16-.67.24-1.35.34-1.92-.73-.34-1.38-.6-2-.93a.42.42,0,0,0-.58.05,15.77,15.77,0,0,1-5.85,3C13.08,24.83,12.49,25,11.9,25.09Zm10.88-3.9a3.54,3.54,0,1,0-3.55-3.54A3.56,3.56,0,0,0,22.78,21.19Z'/%3E%3Cpath class='cls-3' d='M22.8,20.34a2.69,2.69,0,1,1,2.7-2.7A2.7,2.7,0,0,1,22.8,20.34Zm0-1.27a1.42,1.42,0,1,0-1.43-1.43A1.43,1.43,0,0,0,22.79,19.07Z'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_10 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 45.58 45.58'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23linear-gradient); %7D .cls-2 %7B fill: url(%23linear-gradient-2); %7D .cls-3 %7B fill: url(%23linear-gradient-3); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' y1='25.21' x2='45.58' y2='25.21' gradientTransform='matrix(1, 0, 0, -1, 0, 48)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='3.52' y1='30.28' x2='42.04' y2='30.28' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-3' x1='21.87' y1='40.99' x2='23.7' y2='40.99' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M0,4.84A1.13,1.13,0,0,1,1.29,4.3c2.78.42,5.57.78,8.37,1.06,3,.31,5.93.55,8.91.62a2.14,2.14,0,0,1,.43.07.93.93,0,0,1,.78,1,.9.9,0,0,1-1,.85c-1,0-2.11,0-3.15-.11-1.39-.09-2.77-.21-4.16-.32C9.68,7.3,7.87,7.1,6.07,6.87l-4-.52c-.24,0-.3.05-.29.25v22c0,.57,0,.57.58.5,2.07-.27,4.14-.57,6.21-.79,1.81-.2,3.63-.36,5.45-.49,3.38-.24,6.77-.35,10.17-.31,2.68,0,5.36.13,8,.35,3.33.27,6.66.62,10,1.11l1.19.16c.22,0,.34,0,.34-.26v-22c0-.56,0-.57-.55-.5-2,.25-4,.53-6.08.77-1.77.2-3.56.37-5.35.48s-3.34.24-5,.26a.93.93,0,0,1-1-1.26.87.87,0,0,1,.6-.56A3.94,3.94,0,0,1,27.1,6C30,5.91,33,5.67,35.87,5.37s5.65-.65,8.46-1.07a1.09,1.09,0,0,1,1.25.54V34.15a1.31,1.31,0,0,1-1.46.46c-1.63-.34-3.25-.64-4.88-1a2.34,2.34,0,0,1-1-.42c-1.21-.89-2.46-1.75-3.65-2.68a3.53,3.53,0,0,0-2.13-.81c-1.8-.08-3.6-.24-5.41-.29-.42,0-.55.13-.53.53,0,.72,0,1.45,0,2.18a.82.82,0,0,0,.31.68L34,39.38a3.12,3.12,0,0,1,.44.45.9.9,0,0,1-.68,1.44c-1.2,0-2.4,0-3.61,0a1.47,1.47,0,0,1-.66-.24c-2.08-1-4.17-2.07-6.24-3.13a.82.82,0,0,0-.83,0c-2.09,1-4.19,2.09-6.28,3.15a2,2,0,0,1-1,.23h-3a1,1,0,0,1-.71-1.74c2.09-1.91,4.16-3.84,6.26-5.74,1.33-1.2,1.36-1.18,1.34-3,0-.44.2-1-.11-1.28s-.85-.1-1.29-.08c-1.81.1-3.63.23-5.45.35a.93.93,0,0,0-.51.24c-1.25.91-2.52,1.79-3.73,2.74a5,5,0,0,1-2.41,1c-1.35.21-2.68.48-4,.77A1.33,1.33,0,0,1,0,34.15Zm14.48,34.5a1.55,1.55,0,0,0,1.14-.14c2.11-1.06,4.22-2.09,6.31-3.17a1.69,1.69,0,0,1,1.71,0c2.11,1.09,4.24,2.13,6.36,3.19a1.43,1.43,0,0,0,1.06.13,1.15,1.15,0,0,0-.15-.2l-5.49-5a.78.78,0,0,0-.57-.18H20.72a.89.89,0,0,0-.64.25c-1,.94-2,1.86-3,2.8ZM22.76,32c.49,0,1,0,1.47,0,.26,0,.41-.08.41-.37,0-.61,0-1.21,0-1.82,0-.23-.07-.37-.32-.39a19.41,19.41,0,0,0-3.05,0c-.24,0-.33.15-.33.38,0,.61,0,1.21,0,1.82,0,.29.13.39.4.38C21.81,32,22.29,32,22.76,32ZM8.05,30.37s0-.06,0-.09H7.85c-1.67.21-3.35.42-5,.65-1.07.16-1.06.19-1,1.28,0,.31.09.39.39.33L4.85,32a3.75,3.75,0,0,0,1.33-.31C6.82,31.3,7.43,30.82,8.05,30.37Zm29.49-.11v.1l1.64,1.21a1.67,1.67,0,0,0,.64.28c1,.18,2,.39,3,.58s.9.17.9-.75c0-.62,0-.62-.64-.69l-3-.41C39.27,30.46,38.41,30.37,37.54,30.26Z'/%3E%3Cpath class='cls-2' d='M42,17.73v8.21c0,.87-.31,1.2-1.19,1.13-1.13-.09-2.26-.26-3.4-.37l-4.23-.42c-2.66-.27-5.32-.35-8-.42-2.06-.06-4.12,0-6.19,0-3,.08-6,.29-8.95.58-1.7.16-3.38.39-5.08.58a3.14,3.14,0,0,1-.75,0,.85.85,0,0,1-.73-.92c0-1.2,0-2.4,0-3.6v-13c0-.91.36-1.26,1.26-1.16,1.68.18,3.35.4,5,.58,1,.12,2.09.21,3.14.29q6.24.48,12.48.35c2.18,0,4.35-.15,6.53-.31s4.54-.4,6.81-.66c.6-.06,1.2-.16,1.8-.23a1.51,1.51,0,0,1,1,.07.93.93,0,0,1,.51.95Zm-36.67,0c0,2.29,0,4.59,0,6.88,0,.42.16.51.53.45,2.45-.35,4.91-.56,7.38-.77,2.63-.21,5.26-.27,7.9-.34,2.18-.06,4.36,0,6.54.09.72,0,1.45,0,2.18.09,1.72.13,3.45.26,5.17.42,1.51.13,3,.31,4.51.48.61.07.64.08.64-.52V11a2.25,2.25,0,0,1,0-.26c0-.23-.09-.33-.33-.3l-2.37.29c-1.81.21-3.62.37-5.44.5-1.14.08-2.27.14-3.41.19-2.89.15-5.78.2-8.67.12s-5.68-.22-8.51-.48c-1.86-.18-3.71-.38-5.57-.59-.51-.06-.53-.07-.53.45Q5.37,14.31,5.37,17.72Z'/%3E%3Cpath class='cls-3' d='M23.7,7a.92.92,0,1,1-.93-.93A.92.92,0,0,1,23.7,7Z'/%3E%3C/g%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  display: block;
}

#gtabs_11 .gchoose_tab_title::before {
  content: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 130 45.58'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23linear-gradient); %7D .cls-2 %7B fill: url(%23linear-gradient-2); %7D .cls-3 %7B fill: url(%23linear-gradient-3); %7D .cls-4 %7B fill: url(%23linear-gradient-4); %7D .cls-5 %7B fill: url(%23linear-gradient-5); %7D .cls-6 %7B fill: url(%23linear-gradient-6); %7D .cls-7 %7B fill: url(%23linear-gradient-7); %7D .cls-8 %7B fill: url(%23linear-gradient-8); %7D .cls-9 %7B fill: url(%23linear-gradient-9); %7D .cls-10 %7B fill: url(%23linear-gradient-10); %7D .cls-11 %7B fill: url(%23linear-gradient-11); %7D .cls-12 %7B fill: url(%23linear-gradient-12); %7D .cls-13 %7B fill: url(%23linear-gradient-13); %7D .cls-14 %7B fill: url(%23linear-gradient-14); %7D .cls-15 %7B fill: url(%23linear-gradient-15); %7D .cls-16 %7B fill: url(%23linear-gradient-16); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='63.5' y1='25.19' x2='71.67' y2='25.19' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%235850D6'/%3E%3Cstop offset='1' stop-color='%23108CF7'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='49.32' y1='20.22' x2='61.05' y2='20.22' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-3' x1='55.91' y1='22.72' x2='65.06' y2='22.72' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-4' x1='34.26' y1='33.85' x2='45.26' y2='33.85' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-5' x1='21.06' y1='33.86' x2='32.08' y2='33.86' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-6' x1='10.07' y1='33.89' x2='18.88' y2='33.89' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-7' x1='16.7' y1='15.16' x2='38.64' y2='15.16' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-8' x1='16.67' y1='18.46' x2='32.07' y2='18.46' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-9' x1='78.4' y1='27.97' x2='119.76' y2='27.97' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-10' x1='88.01' y1='16.84' x2='126.32' y2='16.84' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-11' x1='105.35' y1='23.73' x2='115.34' y2='23.73' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-12' x1='89.41' y1='23.73' x2='97.38' y2='23.73' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-13' x1='99.36' y1='21.77' x2='104.32' y2='21.77' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-14' x1='117.36' y1='21.75' x2='119.29' y2='21.75' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-15' x1='85.43' y1='23.73' x2='87.35' y2='23.73' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-16' x1='85.42' y1='15.75' x2='87.35' y2='15.75' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath class='cls-1' d='M66.38,32H64.83a1.33,1.33,0,0,1-.44-2.58,1.64,1.64,0,0,1,.54-.08c.89,0,1.77,0,2.65,0A1.43,1.43,0,0,0,69,28.12a1.41,1.41,0,0,0-1-1.54,7.3,7.3,0,0,0-.94-.1,4.09,4.09,0,0,1-.36-8,3.84,3.84,0,0,1,.75-.09c1,0,1.95,0,2.92,0A1.33,1.33,0,0,1,70.68,21a2.32,2.32,0,0,1-.53.05H67.59a1.42,1.42,0,0,0-1.08,2.34,1.41,1.41,0,0,0,1.12.5,4,4,0,0,1,2.68,1A4.09,4.09,0,0,1,67.59,32Zm-.09-.53c.43,0,.87,0,1.3,0a3.56,3.56,0,0,0,3.14-5.2,3.51,3.51,0,0,0-3.22-1.92,2,2,0,0,1,.16-3.91h2.62a.81.81,0,0,0,.84-.8.8.8,0,0,0-.83-.8c-.93,0-1.86,0-2.79,0a3.55,3.55,0,0,0-2.88,5.51A3.41,3.41,0,0,0,67.54,26a2,2,0,1,1,0,3.92H64.92a1.05,1.05,0,0,0-.31,0,.78.78,0,0,0-.57.87.79.79,0,0,0,.81.69C65.33,31.51,65.81,31.5,66.29,31.5Z'/%3E%3Cpath class='cls-2' d='M55.18,22.21c.1-.25.19-.44.27-.64l3-7.25a1.34,1.34,0,0,1,1.69-.84A1.33,1.33,0,0,1,61,15.25c-.31.77-.64,1.53-1,2.3q-1.78,4.29-3.56,8.58a1.34,1.34,0,0,1-2.52,0c-.6-1.48-1.22-2.95-1.83-4.43l-2.64-6.38a1.33,1.33,0,0,1,1.09-1.93,1.32,1.32,0,0,1,1.34.86c.57,1.37,1.14,2.73,1.7,4.1S54.63,20.89,55.18,22.21Zm0,4.28a.82.82,0,0,0,.76-.57q1.54-3.75,3.11-7.51l1.38-3.31a.81.81,0,0,0-.66-1.16.83.83,0,0,0-.84.6l-3.45,8.33c-.07.15-.12.3-.32.29s-.24-.15-.3-.29c-.7-1.69-1.4-3.37-2.09-5.06L51.4,14.5a.8.8,0,0,0-.87-.55.81.81,0,0,0-.59,1.19q1.58,3.83,3.17,7.65l1.31,3.15A.8.8,0,0,0,55.19,26.49Z'/%3E%3Cpath class='cls-3' d='M57.24,32A1.33,1.33,0,0,1,56,30.2c.48-1.22,1-2.44,1.48-3.66q2.49-6.09,5-12.19a1.33,1.33,0,1,1,2.5.91c-.39,1-.8,2-1.19,2.94q-2.62,6.43-5.24,12.87A1.36,1.36,0,0,1,57.24,32Zm6.48-18.09a.86.86,0,0,0-.78.62q-2.86,7.07-5.74,14.11c-.23.58-.47,1.14-.69,1.72a.79.79,0,0,0,.71,1.11.86.86,0,0,0,.81-.62l5.84-14.36c.2-.49.41-1,.6-1.47A.8.8,0,0,0,63.72,13.94Z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-4' d='M35.09,39.35a1.37,1.37,0,0,1-.83-1.48c0-2.73,0-5.45,0-8.18,0-.93.4-1.33,1.34-1.33,1.31,0,2.63,0,4,0a5.53,5.53,0,0,1,5.65,4.77.31.31,0,0,0,0,.12v1.23c0,.07,0,.13-.06.19a5.33,5.33,0,0,1-3.05,4.12,11.43,11.43,0,0,1-1.77.57Zm1.38-2.23c1.23,0,2.43,0,3.63,0A2.78,2.78,0,0,0,42,36.28a3.12,3.12,0,0,0,1-3.27,3,3,0,0,0-2.67-2.38c-1.23-.13-2.49-.05-3.73-.06,0,0,0,0-.06.05Z'/%3E%3Cpath class='cls-5' d='M21.89,39.35a1.38,1.38,0,0,1-.83-1.48c0-2.75,0-5.5,0-8.24a1.11,1.11,0,0,1,.9-1.24,1.14,1.14,0,0,1,1.1.41L26.28,32l.25.3.31-.28,3.23-3.23a1.17,1.17,0,0,1,1.1-.42,1.12,1.12,0,0,1,.9,1.21v4.78c0,1.18,0,2.36,0,3.53a1.34,1.34,0,0,1-.84,1.45h-.55a1.37,1.37,0,0,1-.83-1.48c0-1.77,0-3.55,0-5.32V32.1l-2.42,2.42a1.11,1.11,0,0,1-1.76,0l-2.17-2.16-.25-.21c0,2,0,3.83,0,5.72a1.38,1.38,0,0,1-.84,1.48Z'/%3E%3Cpath class='cls-6' d='M10.9,39.35l-.11-.07a1.07,1.07,0,0,1-.62-1.47c1.07-2.88,2.15-5.75,3.23-8.63a1.07,1.07,0,0,1,1.07-.75,1.08,1.08,0,0,1,1.08.75c1.08,2.88,2.16,5.75,3.23,8.63.25.67,0,1.11-.73,1.54h-.49a1.4,1.4,0,0,1-.93-1c-.13-.4-.29-.79-.45-1.19H13.9c-.38,0-.85-.11-1.1.07s-.33.65-.44,1a1.59,1.59,0,0,1-.91,1.12Zm2.7-4.43h1.75l-.88-2.33Z'/%3E%3Cpath class='cls-7' d='M23.28,10.77,16.7,4.19H38.64V26.13l-6.58-6.58h0v-8.8H23.28Z'/%3E%3Cpath class='cls-8' d='M32.06,19.55c-1,2.13-2,4.25-3.05,6.37a.44.44,0,0,1-.31.23q-6,0-11.89,0l-.12,0c0-.11,0-.22,0-.33V14.53a.43.43,0,0,1,.24-.46l6.37-3.3h0v8.8h8.79Z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-9' d='M78.4,25.18c.09-.48.17-.95.28-1.42a15.38,15.38,0,0,1,3.51-6.52l1.48,1.28c-.52.72-1,1.38-1.49,2.08a10.72,10.72,0,0,0-1.74,4.59,7.89,7.89,0,0,0,2.3,6.52,14.73,14.73,0,0,0,6.69,3.84,31.12,31.12,0,0,0,11.48,1.06,45.58,45.58,0,0,0,16.17-4.44c.27-.13.52-.28.79-.41l.83-.46,1.06,1.77c-1.45.68-2.83,1.41-4.27,2a46.37,46.37,0,0,1-11.26,3.17A34.34,34.34,0,0,1,87.58,37a15.49,15.49,0,0,1-6.83-4.51,9.76,9.76,0,0,1-2.27-5.09,1.57,1.57,0,0,0-.08-.31Z'/%3E%3Cpath class='cls-10' d='M126.32,19.19c-.08.37-.15.75-.24,1.13a14.22,14.22,0,0,1-3.85,6.62l-1.41-1.33c.51-.65,1-1.26,1.51-1.92A9.68,9.68,0,0,0,124.26,19a7.06,7.06,0,0,0-2.61-6.3,15.6,15.6,0,0,0-7.35-3.38,31.92,31.92,0,0,0-11.07-.26,38.37,38.37,0,0,0-12.35,3.81l-1.83,1-1-1.74c1.23-.61,2.41-1.27,3.64-1.82a40.57,40.57,0,0,1,17.53-3.58A24.68,24.68,0,0,1,119.73,9.1a11.49,11.49,0,0,1,5.78,5.55,19.5,19.5,0,0,1,.81,2.76Z'/%3E%3Cpath class='cls-11' d='M115.3,24.73h-7.78a2.89,2.89,0,0,0,1.88,1.85A3,3,0,0,0,113,25.25l1.65,1c-.75,1.89-3.56,3-5.76,2.29a5,5,0,0,1,2.43-9.66A5.13,5.13,0,0,1,115.3,24.73Zm-7.72-2h5.52a2.92,2.92,0,0,0-5.52,0Z'/%3E%3Cpath class='cls-12' d='M91.38,28.72h-2V18.78c.11,0,.23,0,.35,0h4.49a3,3,0,0,1,3.12,3.09c0,2.18,0,4.36,0,6.55,0,.1,0,.21,0,.33h-2V22c0-.88-.33-1.21-1.21-1.22H91.38v8Z'/%3E%3Cpath class='cls-13' d='M104.32,18.73v2h-3v4.76c0,.85.38,1.22,1.23,1.23.56,0,1.12,0,1.73,0v2a8.31,8.31,0,0,1-3.1-.23,2.78,2.78,0,0,1-1.83-2.6c0-3.64,0-7.27,0-10.9a.81.81,0,0,1,0-.2h1.95v3.94Z'/%3E%3Cpath class='cls-14' d='M119.29,28.71h-1.93V14.79h1.93Z'/%3E%3Cpath class='cls-15' d='M85.43,18.76h1.92V28.7H85.43Z'/%3E%3Cpath class='cls-16' d='M85.42,16.72V14.79h1.93v1.93Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 130px;
  height: 45px;
  display: block;
}

.pcbuilder_list,
.required_star {
  width: 100%;
  clear: both;
  display: inline-block;
  padding: 3px;
  color: #afafaf;
  background: transparent;
  border-top: 0;
  text-align: center;
  font-size: 12px;
}

.orange {
  color: #ff3c00;
}

.page_title {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  font-family: "Poppins";
  color: #2a2a2a !important;
  margin-left: 40px;
}

.page_title .orange {
  color: #2a2a2a !important;
}

.page_title::before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAMAAACfvvDEAAABqlBMVEUAAAD/AAD/AAD/VQD/QAD/MwD/SQD/QAD/OQD/MwD/RgD/QAD/QAD/OQD/PQD/NwD/QAD/PQD/OwD/OQD/PgD/PAD/PgD/PAD/OwD/OQD/PgD/PQD/OwD/OgD/PgD/PQD/PQD/PAD/PQD/PAD/OwD/PQD/PAD/OwD/PgD/PQD/PAD/OwD/PQD/PQD/PQD/OwD/OwD/PQD/PAD/PAD/OwD/PAD/PAD/PQD/PQD/PAD/OwD/PAD/PAD/OwD/PQD/PAD/PAD/PAD/OwD/PQD/PQD/PAD/OwD/PQD/OwD/PQD/PAD/OwD/PAD/OwD/PQD/PAD/PAD/PAD/PAD/PAD/OwD/PQD/PAD/PAD/PAD/PAD/PQD/PAD/PAD/PAD/OwD/PQD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PQD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/OwD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PQD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD/PAD///8hfoHBAAAAjHRSTlMAAQIDBAUHCAkKCwwQEhUXGBkaGx0eJSYnKCkqKywtLjIzNjc4Ozw9Pj9ESUtPUFZXWFlaW2FiZGVmZ2prbG1ub3J0dXZ3eXp9fn+BiI6PkJSVmp6foKGipqeoqq6vsLGzt7q7vMDCw8XGx8jJy8zN0NHY2drc3+Dh4uTl5urr7O3u7/Hy9fb3+Pz9/spbWKQAAAABYktHRI0bDOLVAAACZklEQVQ4y42V+z9UURTF1xBTE3lPMRSqoaLQw3jkUZGEJEozIYS8JjMSpZRyC/P9o/vhDnPv3JkP67e7z7r7nLP32utISbi2A8CPqzoJY5h4lZ7iHtzqkLTJTEtLywxfJHVuDbqdxLI1YCTrIjRJagJv1giwVpZMDBiwAxv7UCipEPY3YAeMZhsvMwhGs2cCYFKSNAkw4QkY8DbTwrxhbpPRtzxQ7ZIkuaoHlp9lSGURqLEwcwyG0lx0iL+59tr8Ppe6Ir8YtQX80GinXLjpkqQG8B/HSutrKobhjp25yIM4c7iipr5UkkoMAKZdduY3nkuSaxoAo0TSIwC281SxvmvBIf92d9crlLcNwGNJS8z7/HX5UitOtEgFdX7fPEtSUYx2c7/sth4L/vChp6ct21x6SKxEXRwWpirPV/oTH/mHdGqOqLVbimfR08gVS7ejzCkM4apErDvW5cxfGYZVeRfg4O5x8D1TDuK9A1jwSq7AHkFJKh6fnZ3d4cdsAuPFkhRkL+CKt+ONJPWmqFKvJL1m0dTXcc6xUCj0ne1QAmPWnN4FOGg6zTnDEK5MRJ/Q7bx71ScIO+rpOfpltTwRPPOZOXWepkdFMTosfXe3O/reHh/3DmLFR1oqSK2lVqng1vWyeZas+iyPOvQZLbfq8/SaV+nt2ssvHXP0kfuS1GjO0SXrbDbYmbl+l0yD8utU8342ad5zDAbTeMgLu4cc+VL/isWXVvoyTLOsTfa6wHnT4CRJUwDvPAEDgpkO//xp+meB3T8DyefxRVJ6csSXwtWGNq0+vympY3PIffLbMXriK5P2PfoP9pIpDiGzoocAAAAASUVORK5CYII=");
  height: 58px;
  width: 43px;
  display: block;
  position: absolute;
  left: -44px;
  top: -7px;
}

.pcbuilder_list_content {
  width: 100%;
}

#module-g_pcbuilder-buildpc .products .thumbnail-description .product-title a {
  min-height: 58px;
}

#module-g_pcbuilder-buildpc .product-miniature .cart_content.build {
  top: 35% !important;
}

#module-g_pcbuilder-buildpc .products .thumbnail-description .product-list-reviews {
  padding-bottom: 0px !important;
}

#module-g_pcbuilder-buildpc .product-list--list .products {
  display: flex !important;
  flex-wrap: wrap !important;
}

#module-g_pcbuilder-buildpc #gprint_bt {
  background: #000000 !important;
}

#module-g_pcbuilder-buildpc #gprint_bt span {
  color: #ffffff !important;
}

#module-g_pcbuilder-buildpc #gprint_bt span i {
  color: #ffffff !important;
}

#module-g_pcbuilder-buildpc #gprint_bt:hover {
  background: #ff3c00 !important;
}

.tab_item .product-price {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;

  color: #ff3c00;
}

.tab_item .product-name {
  font-family: Poppins;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
}

.product-quantity {
  font-family: Poppins;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}

.part_name {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 5px 0px 5px;
}

.tab_item_image {
  padding-right: 5px;
}

.product-miniature .cart_content.build {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.4s ease;
  height: 100%;
  width: 100%;
}

.thumbnail-container:hover .cart_content.build {
  opacity: 1;
  transition: 0.4s ease;
}

.star-content div.star:before,
.star-content div.star-on:before,
.star-content div.star-hover:before {
  content: "\f005";
  color: #ffb400d9;
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/***** blog page**********/
.simpleblog__listing__post__wrapper__content h3 a {
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
  color: #000 !important;
}

.simpleblog__listing__post__wrapper__content p {
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  margin-bottom: 25px !important;
  min-height: 45px;
}

.simpleblog__listing__post__wrapper__content__footer .btn-primary {
  width: 100% !important;

  font-size: 13.5px !important;
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  border-radius: 3px;
}

.simpleblog__listing__post__wrapper__content__footer .btn-primary:hover,
.simpleblog__listing__post__wrapper__content__footer .btn-primary:focus {
  background-color: #21209C !important;
}

.simpleblog__listing__pagination {
  width: 100% !important;
}

#module-ph_simpleblog-list .banner_section_blog,
#module-ph_simpleblog-single .banner_section_blog {
  width: auto;
  position: relative;
  left: -280px;
}

.title_section_blog {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2222;
}

.banner_section_blog {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.banner_section_blog .banner_title {
  position: absolute !important;
  z-index: 1 !important;
}

.banner_section_blog .banner_title h1 {
  font-size: 32px !important;
  font-family: "Poppins" !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.banner_section_blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.banner_img_blog_mobile {
  display: none;
}

.section_description_formation {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section_description_formation .elementor-image-box-wrapper {
  text-align: left !important;
}

.section_description_formation .elementor-image-box-img {
  width: 100%;
}

.section_description_formation .elementor-image-box-content {
  height: 500px;
  margin-right: -120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(0, 49, 104);
  padding: 0px 134px;
}

.section_description_formation .elementor-image-box-title {
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins" !important;
  font-size: 24px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.section_description_formation .elementor-image-box-title::before {
  content: "";
  margin-right: 10px;
}

.section_description_formation .elementor-image-box-description {
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.simpleblog__listing {
  padding-left: 17px;
  padding-right: 17px;
}

@media (max-width: 1520px) {
  #module-ph_simpleblog-list .banner_section_blog,
  #module-ph_simpleblog-single .banner_section_blog {
    width: auto !important;
    left: 0px !important;
  }
}

@media (max-width: 1025px) {
  .title_section_blog {
    top: 31% !important;
  }
}

@media (max-width: 913px) {
  .title_section_blog {
    top: 25% !important;
  }
}

@media (max-width: 821px) {
  .title_section_blog {
    top: 30% !important;
  }
}

@media (max-width: 790px) {
  #module-ph_simpleblog-list .banner_section_blog,
  #module-ph_simpleblog-single .banner_section_blog {
    width: 100%;
    left: 0px;
  }
}

@media (max-width: 480px) {
  #module-ph_simpleblog-list .banner_section_blog,
  #module-ph_simpleblog-single .banner_section_blog {
    width: 100%;
    left: 0px;
  }

  .banner_img_blog_mobile {
    display: block;
  }

  .banner_img_blog {
    display: none;
  }

  .title_section_blog {
    top: 47% !important;
    text-align: center;
  }

  .title_section_blog .elementor-cta-title {
    font-size: 18px;
  }

  .title_section_blog .elementor-cta-content {
    padding: 0 !important;
  }

  .section_description_formation {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section_description_formation .elementor-image-box-img {
    margin-bottom: 0 !important;
  }

  .section_description_formation .elementor-image-box-content {
    height: 320px;
    margin-right: 0px;
    padding: 10px 14px;
  }

  .section_description_formation .elementor-image-box-title {
    font-size: 16px !important;
  }

  .section_description_formation .elementor-image-box-description {
    font-size: 12px !important;
  }

  .banner_section_blog .banner_title h1 {
    font-size: 18px !important;
    margin: 10px !important;
    text-align: center !important;
  }

  #module-ph_simpleblog-single .pagination-lg li .page-link {
    padding: 10px !important;
    font-size: 12px !important;
  }

  #module-ph_simpleblog-single .simpleblog__postInfo {
    margin: 0 15px !important;
  }
}

@media (max-width: 380px) {
  #module-ph_simpleblog-list .banner_section_blog,
  #module-ph_simpleblog-single .banner_section_blog {
    width: 100% !important;
    left: 0px;
  }

  .simpleblog__listing__post {
    padding: 0 !important;
  }

  .simpleblog__listing .row {
    margin: 10px !important;
  }

  .title_section_blog {
    top: 60% !important;
  }

  #module-ph_simpleblog-single .title_section_blog {
    top: 65% !important;
    width: 90%;
  }
}
.block-category{
	display:none !important;

}
.checkout .btn-primary{
    background-color: #21209C !important;
     border-color:  #21209C !important;
}
.checkout .btn-primary:hover{
	 background-color:#000 !important;
}

table{
	display:table;

}

.all-flex {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	justify-content: space-between;
    padding: 15px;
	align-items: center;
    flex-wrap:wrap ;
}

.image-paiment {
    background-color: #ffffff;
    border-radius: 999px 999px 999px 999px;
    -webkit-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
     text-align: center;
}
.image-paiment  img{
	    max-width: 51%;
    opacity: 1;
    vertical-align: middle;
    display: inline-block;
}
.title-paiment h2{
	    color: #ffffff;
    font-size: 18px;
}
.content-table .price-tab h2 {
	color: #FEA615;
    font-family: "Poppins", Poppins;
    font-size: 15px;
    font-weight: bold;
}
.content-table .month-tab h2{
	 font-family: "Poppins", Poppins;
    font-size: 15px;
	    color: #666666;
}
.content-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-radius: 0px 0px 0px 0px;
  border-left: none;
  border-right: none;
}
.content-table:first-child{
  border-top: none;
}

.content-table:last-child{
  border-bottom: none;
}

#cart .cart-grid-body .card-block h1{
	display:flex;
	align-items: center;
}

#cart .card {

    box-shadow: 0 3px 16px #20202014;
	padding:16px;
}
.card-block.cart-summary-totals {
    padding: 0;
}
 input[type='range']::-webkit-slider-thumb{

      height: 22px;
      background:#21209C;

    }
.cart-grid {
  margin: 0;
}
.step.first-step label {
  font-family: "Poppins" !important;
  color: #2A2A2A;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  display: flex;
  justify-content: center;
}
.cart-grid-body .cart-overview {
  padding: 1rem;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  border-radius: 20px;
}
.text-simulator p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #999999;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.step .form-control {
  background: #fff;
  color: #666;
  border: 1px solid #dbdbdb;
}
.step .form-control:focus, .step .input-group.focus {
  outline: none;
  border-color: #21209C;
  box-shadow: 0 0 0 1px #21209C;
}

input[type='range'].slider {
  -webkit-appearance: none;
  width: 100%;
  background: #21209C;
  border-radius: 50px;
  height: 22px;
  outline: none;
  transition: opacity .2s;

}
input[type='range']:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 42px;
  height: 42px;
  background:transparent  url(../img/icon/range.svg) 0% 0% no-repeat padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px #0000001A;
  cursor: pointer;
  border-radius: 42px;
}
input[type=range].slider::-moz-range-thumb {
  width: 42px;
  height: 42px;
  background: transparent url(../img/icon/range.svg) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001A;
  cursor: pointer;
  border-radius: 42px;
}
.step.first-step label {
  margin-bottom: 10px;
}
output {
  font-family: "Poppins" !important;
  font-weight: 600;
  color:#21209C;
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin-top: 16px;
  text-transform: capitalize;
}
output span{
  font-weight: 500;
}
.step .form-group{
  margin-bottom: 18px;
}
.first-step input#birthdate {
  margin-bottom: 0px;
}
.step.second-step label,
.step.third-step label,
.step.four-step label,
.step.five-step label {
  color: #2A2A2A;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
}
.step.second-step .col-md-6{
  margin-bottom: 25px;
}

.step button{
  cursor: pointer;
}
button.btn-plus, button.btn-minus{
  background: #21209C;
  border: none;
  color: #fff;
  height: 19px;
  width: 35px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-btn {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  width: 350px;
  margin: 0 auto;
  max-width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
}
.btn-number{
  display: grid;
}
.bloc-number{
  display: flex;
  justify-content: space-between;
}
.last-btn{
  background: #21209C;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  text-transform: uppercase;
  display: flex;
  width: auto;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  color: #fff;
  border: none;
}
.attributes-paiment {
  margin-top: 30px;
}
#cart  .cart-summary-line.cart-total,
.cart-grid-right .cart-summary-line .value,
.cart-grid-right .cart-summary-line .label {
  color: #2A2A2A;
}
.cart-grid-right  .product-price {
  color: #21209C;
}
.monmodule-cart-summary h2 {
  font-size: 24px !important;
  color: #2A2A2A;
  padding-top: 12px;
}
#cart select option:checked {
  background-color: #21209C;
  color: #fff;
}
#cart select option:hover{
  background-color: #F37F12;
}
.five-step input[type='radio']:checked {
  accent-color: #21209C;
}

#product td.image-tab {
  border: 1px solid #E3E3E3;
  border-left: none;
}
button.last-btn:hover {
  background: #2A2A2A;
}
.product-variants {
  display: none;
}
.step.second-step .row,.step.third-step .row{
  display: flex;
  flex-wrap: wrap;
}
.pagination .product-pagelist .page-list li.current,.pagination .product-pagelist .page-list li:hover {
  background: #F37F12;
}
.pagination .product-pagelist .page-list li:hover a {
  color: #fff !important;
}
@media (min-width: 576px) {
  #documentModal .modal-dialog {
    max-width: 750px;
  }
  #documentModal .modal-body {
      padding: 15px 35px;
  }
}

ul.document-list li {
  display: grid;
  grid-template-columns: 35% 65%;
  margin-bottom: 10px;
}
h5#documentModalLabel:before {
  content: url("../img/icon/dossier-documents.svg");
  padding-right: 16px;
}

#header #search_query_top {
  border-radius: 0;
  border: 2px solid #D6D6D6;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
}

#header .ceicon-trolley-bold:before {
  content: url(../img/icon/panier.svg);
}
#header .fa-user-circle:before {
  content: url(../img/icon/user.svg);
}
body a:hover{
  color:#FAB72B;
}
.product-miniature .thumbnail-container {

    background: transparent;
}
.section-products .product-miniature .thumbnail-container{
   border: 1px solid #DFDFDF;
}
.icon-arrow-right1:before {
  content: url(../img/icon/arrow-right-small.svg);
}

.slider-home  .buttons_style2 .slick-slider .slick-prev:before{
  content: url(../img/icon/arrow-left-small.svg) !important;
}

.slider-home  .buttons_style2 .slick-slider .slick-next:before{
  content: url(../img/icon/arrow-right-slider.svg) !important;

}
.section-products .elementor-product-grid .product:first-child .sp-product-style1,
.section-products .elementor-product-grid .product:nth-child(2) .sp-product-style1,
.section-products .elementor-product-grid .product:nth-child(3) .sp-product-style1{
  padding-top: 0;
}
.section-products .sp-product-style1{
  padding: 8px;
}

/*.images-container {
  display: flex;

}
@media (min-width: 768px) {

  .product-cover {
    flex-grow: 1;
  }

 .js-qv-mask {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-images {
    display: flex;
    flex-direction: column;
  }

  .thumb-container {
    margin-bottom: 10px;
  }
}*/

button.continue.btn.btn-primary{
  background-color:#21209C;
}
button.continue.btn.btn-primary:hover{
  background-color:#FAB72B;
}
.cart-grid-body,.cart-grid-right{
  margin-top: 50px;
}
#search_block_top{
  z-index: 1;
}
body a:hover,
#cart .cart-container .text-xs-right a.remove-from-cart:hover i.material-icons {
  color:#FAB72B !important;
}
#main .page-content, #main .page-header{
  text-align: center;
}
#my-account #main .page-content .row{
  margin: 0;
}
ul.subcategories-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
li.subcategory-item {
  position: relative;
}
li.subcategory-item h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  width: 100%;
  padding: 8px 5px;
  background-color: #000 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-align: center;
}
li.subcategory-item a:hover img:before{
  background-color: rgba(255, 255, 255, .2);
  right: 50.5%;
  left: 50.5%;
}
li.subcategory-item a img:before
{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
li.subcategory-item a:hover img::after{
  background-color: rgba(255, 255, 255, .2);
  top: 50.5%;
  bottom: 50.5%;
}
li.subcategory-item a img::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
li.subcategory-item a img{
  width: 100%;
  object-fit: cover;
}
li.subcategory-item a::after,li.subcategory-item a::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.6s ease-out;
}
.heading_subcategory img{
  height: 30px;
  width: 30px;
  object-fit: none;
  margin-left: 10px;
}
#subcategories {
  margin-bottom: 40px;
}
.heading_subcategory h1{
  padding-left: 15px;
}

.product-manufacturer img {
  /*height: 35px;*/
  margin: 5px auto 0;
  display: block;
  padding: 5px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  transition: all .2s ease-in-out;
  width: 105px;
  height: 50px;
  object-fit: contain;
}
.product-manufacturer{
  margin-bottom: 6px;
}
.order_total_items .price{
  font-size: 16px !important;
}
.cart-overview .price{
  font-size:18px !important;
}
#spstepcheckout #spsco_review #order-detail-content .order_total_items .item_total{
  margin: 0;
  /*text-align: initial;*/
}
@media (max-width: 767px) {
  #search_category option {
     font-size: 12px;
  }
  .addon-title.same_categ h3 {
    width: 56%;
    font-size: 24px !important;
  }
  ul.subcategories-list{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
  }
  li.subcategory-item a img{
    height: 182px;
  }
  /*.product-page .product-actions .product-add-to-cart .product-quantity .qty{*/
  /*  margin-right: 15px;*/
  /*}*/
  .product-same-category {
    margin-top: 40px;
  }
  .product-page .product-moreinfo{
    margin: 20px 0;
  }
  .product-page .product-prices {
    padding-bottom: 0;
  }
  #category #left-column #search_filters{
    display: none;
  }
  .product-miniature .cart_content{
    top:5%;
  }
  div#search_widget {
    padding: 0;
  }
}
/*.images-container{
  display: flex;
}
.product-page .images-container .product-cover {
  flex: 3;
}
#main .images-container .js-qv-mask{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.images-container .js-qv-mask ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.images-container .js-qv-mask li {
  width: 100%;
}
.product-page .images-container .js-qv-mask .thumb-container img{
  max-width: 100%;
  height: auto;
  width: 100px;
  display: block;
}*/

.has-validation-callback .btn.btn-light.btn-sm.pull-right.btn-logout{
  background: #21209C !important;
  color:#fff;
}
.has-validation-callback button.btn.btn-light.btn-sm.pull-right.btn-logout:hover{
background: #FAB72B !important;
}
@media (max-width: 480px){

}
