.btn,
.load_more_rows,
.messageAlert.center,
.min_box .cicon,
.no_rows,
.no_slider,
.specs .iconspec {
  text-align: center;
}
.account .box_user,
.account .update .line .change .input,
.bottom_bar_sticky,
.box_normal,
.box_normal .content,
.btn,
.cats_icons .cat_item,
.centerpage,
.container,
.credits_rocket,
.detail_cart,
.form .input .input_data,
.form_blank .row .input_data,
.grid_column_1,
.grid_column_2,
.grid_content_general,
.images_product_form .image .delete_image,
.input_solitary,
.left_bar .top .bottom_data,
.load_more_rows,
.map-modal,
.messageBoxStatusOrder,
.messages .areafooter .interior textarea,
.modal-content,
.personal_data .box .aa,
.personal_data .box textarea,
input[type="number"],
input[type="password"],
input[type="text"],
select {
  box-sizing: border-box;
}

button {
  background: 0 0;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}

.login-button {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.login-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    filter: brightness(1.05);
}

.login-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.login-button.google {
    background: #000;
    color: #FFF;
}

.login-button.email {
    background: #FFF;
    color: #000;
    border:1px solid #333;
}

.order_products.messagesChat img {
    width:50px;
    height:50px;
    border-radius:5px;
}

.form_blank .flex_data .row .info {
    color: #999;
    margin-top: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.form_blank .row .subinformation a {
    color:#666;
    text-decoration:underline;
}

.list_options {
    width:100%;
    background:#FFF;
    overflow:hidden
}

.list_options a {
    padding:10px;
    display:block;
    font-size:14px;
    box-sizing:border-box;
    width:100%;
    border-bottom:1px solid #e7e7e7;
    cursor:pointer;
    padding: 12px 15px;
    transition: background 0.3s ease;
}

.list_options a:hover {
    background:#F9F9F9;
}

.list_options a:last-child {
    border:0;
}

.vacations_message {
    border-radius: 10px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    margin: 10px;
    background: #c6e2ff;
    border: 1px solid #7cb7fd;
    padding: 10px;
    box-sizing: border-box;
    display:flex;
    gap:10px;
}

.vacations_message .title {
    font-weight:bold;
}

.vacations_message .icon i {
    font-size: 25px;
}

.alert .btn_bottom {
    background: #f1f1f1;
    padding: 10px;
    text-align: center;
    color: #232323;
    font-weight: bold;
    cursor:pointer;
}

.alert .btn_bottom:hover {
    background:#e5e5e5;
}

.alert .btn_bottom:active {
    background:#dfdfdf;
}

.account .switcher_container {
    display:flex;
    gap:15px;
}

.account .switcher_container .data {
    font-size:16px;
    font-weight:bold;
}

.account .switcher_container .reference {
    font-size:14px;
}

.slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select:none;
  background:#F9F9F9;
  border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}

.slideshow-track {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease-in-out;
}

.slideshow .element {
  flex: 0 0 100%;
}

.slideshow .element img {
  width: 100%;
  display: block;
}

/* Botones */
.slider-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.slideshow:hover > .slider-btns {
  visibility: visible;
}

.slider-btn {
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  padding: 20px;
  transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
}

.slider-btn.left {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.slider-btn.right {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.slider-btn.left:hover { padding-left: 35px; }
.slider-btn.right:hover { padding-right: 35px; }

/* Dots */
.dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 999;
}

.dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #bbb;
  cursor: pointer;
}

.dots span.active {
  background: #fff;
}

.promotion_text_bank { 
    background:#efefef;padding:10px;border-radius:10px;font-size:14px;margin-top:10px;
}

.address_auto_box {
    position: relative;
}

.form-checkout {
    background: #FFF;
    padding: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.iframe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1110;
}

.pc_list_flex {
    display:flex;
    gap:30px;
    flex-wrap: wrap;
}
    
.pc_list_flex .element {
    display: flex;
    gap:20px;
    flex:1;
}
    
.pc_list_flex .element .image img {
    height:100px;
    width:100px;
    border-radius:50%;
}

.pc_list_flex .element .data {
    padding:30px;
    cursor:pointer;
    background:#FFF;
    border:1px solid #fff;
    border-radius:5px;
    width: 100%;
}
    
.pc_list_flex .element .data:hover {
    border:1px solid #E7E7E7;
}
    
.pc_list_flex .element .data .title {
    font-size:16px;
    font-weight:bold;
    color:#333;
    margin:0 0 10px 0;
}
    
.pc_list_flex .specs .spec {
    margin: 15px 0 0 0;
}

.pc_list_flex .specs .spec .iconspec.price {
    background: #06a119;
    color: #FFF;
}

.location_shop {
    padding: 30px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
}

.location_shop .left {
    flex: 1;
    min-width: 250px;
}

.location_shop .right {
    flex: 2;
    min-width: 300px;
}

.location_shop iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
}

.location_shop h3 {
    font-size:16px;
    font-weight:bold;
}

.shake-error {
    border: 2px solid #ff6b6b !important;
    box-shadow:inset 0px 0px 4px 0px #d5d5d5;
    animation: shake 1s ease-in-out 0s 1;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

body.preload {
  visibility: hidden;
}
.left_bar .top_user,
.paginator,
.specs {
  grid-auto-columns: 1fr;
}
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  background: #f7f7f7;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: relative;
}
#open_report_product {cursor:pointer;}
a {
  text-decoration: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.postal_code_box .border {
    padding:10px;
}

.postal_code_box .border {
    border:1px solid #e7e7e7;
    background:#FFF;
    display:flex;
    gap:30px;
    border-radius:5px;
}

.postal_code_box .zipcode_result {
    margin-top: 20px;
    font-size: 16px;
    max-height: 200px;
    overflow: auto;
}

.postal_code_box .zipcode_result a {
    display:block;
    padding: 10px 0;
    color: #000;
    cursor: pointer;
    font-size: 17px;
}

.postal_code_box .zipcode_result a:hover {
    background:#f9f9f9;
}

.postal_code_box .zipcode_result:empty {
    display:none;
}

.show_before {
    display:none;
}

.spinnerCheckout {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spinCheckout 0.5s linear infinite;
}

@keyframes spinCheckout {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
        
.loadingCheckout .int {
    min-height:500px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
        
.loadingCheckout .text {
    font-size: 20px;
    color: #494949;
    font-weight: bold;
    margin-bottom: 30px;
}

.border-only-top {
-webkit-border-radius: 5px !important;
-webkit-border-bottom-right-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-moz-border-radius: 5px !important;
-moz-border-radius-bottomright: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
border-radius: 5px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}

.product_opinions.opinions .opinion {
    padding:0 0 20px;
    margin-bottom:20px;
}

.product_opinions.opinions .opinion:last-child {
    margin:0;
    padding:0;
}

.messages.buyer_side {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 3%);
    filter: drop-shadow(rgba(0,0,0,.1) 0 6px 16px);
    background:#fff url('https://scontent.emprestore.com/static/pattern_background.webp');
}

.messages.buyer_side .order_products {
    background: #2ca6ff;
}

.messages.buyer_side .order_products .data_left .title {
    color:#FFF;
}

.messages.buyer_side .order_products .data_left .units {
    color:#FFF;
}

/* NEW CATS */

.display_cats .menu-left.fullwidth {
    width: 100% !important;
}

.display_cats .menu-right.hidden {
    display: none !important;
}

.display_cats .menu-left.reduced {
    width: 40% !important;
}

.display_cats .menu-right.visible {
    display: block !important;
    width: 60% !important;
}


        .display_cats {
            font-size:14px;
            position: absolute;
            z-index: 100;
            width: 100%;
            display:none;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .display_cats .menu-dropdown {
            display: flex;

        }
        
        .display_cats .menu-left {
            background:#333;
            padding:20px 0;
        }
        
        .display_cats .menu-left li {
            cursor:pointer;
        }
        
        .display_cats .menu-left a {
            color:#FFF !important;
            text-decoration:none;
            width: 100%;
            display: block;
            box-sizing: border-box;
            padding: 10px 30px;
        }
        
        .display_cats .menu-right {
            background:#FFF;
            padding:30px;
        }
        
        .display_cats .menu-left li:hover {
            background:#009fff;
        }
        
        .display_cats .menu-right a {
            color:#333 !important;
            text-decoration:none;
            display: block;
        }

        .display_cats .menu-left, .display_cats .menu-right {
            border-right: 1px solid #eee;
            max-height: 700px;
            overflow-y: auto;
            box-sizing: border-box;
        }
        
        .display_cats .menu-right ul ul {
    margin-bottom: 30px;
}

        .display_cats .menu-left ul, .display_cats .menu-right ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
.display_cats .menu-right a.subcat-parent {
    font-size: 20px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.display_cats .menu-right a.subcat-child {
    font-weight:bold;
}

.display_cats .menu-right a.subcat-nochild {
    color: #333;
    font-weight: normal;
}

/* NEW CATS */

.big_alert {
background:#f6f6f6;
padding:20px;
font-size:16px;
display:flex;
color:#333;
gap:20px;
width:100%;
box-sizing:border-box;
}

.big_alert.bgwhite {
    background:#FFF;
}

.big_alert.error {
    border-top:4px solid #ff7a7a;
}

.big_alert.error i {
    color:#ff7a7a;
}

.big_alert.success {
    border-top:4px solid #4abd37;
}

.big_alert.success i {
    color:#4abd37;
}

.big_alert .icon i, .big_alert .ic i {
color:#4dde98;
font-size:25px;
}
                            
.big_alert a {
text-decoration:underline;
cursor:pointer;
color:#333;
}

.min-information {
background: #f6f6f6;
color:#333;
font-size:14px;
padding:10px;
display:flex;
gap:10px;
}
            
.min-information i.bi {
font-size:16px;
color:#08bf07;
}
            
.min-information.mgnbtm {
margin-bottom:10px;
}
            
.bottom_bar_sticky {
  z-index: 100;
  display: flex;
  gap: 10px;
  position: sticky;
  width: 100%;
  padding: 15px;
  background: #fff;
  bottom: 0;
  left: 0;
  border: 1px solid #e7e7e7;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  border-radius: 5px;
  overflow: hidden;
}
.results_search_rand {
  background: #fff;
  justify-content: center;
  padding: 20px;
  color: #333;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  gap: 12px;
}
.messageAlert i,
.results_search_rand .icon i {
  font-size: 30px;
}
.results_search_rand.product_not_found {
  margin: 0;
  background: #ebebeb;
  border-bottom: 1px solid #e3e3e3;
}

.box_blank .foot, .left_bar .top .top_user .name,
.no_sider .smalld,
.quantity i,
.static_pages .normal_text {
  font-size: 16px;
}
.specs {
  font-size: 14px;
  display: grid;
  grid-template-columns: 1.1fr 1.1fr;
  gap: 0 0;
}
.specs .price_admin {
  font-size: 10px;
  vertical-align: middle;
  background: rgb(0 0 0 / 6%);
  padding: 0 5px;
  border-radius: 5px;
  line-height: 10px;
}
.specs .spec {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.latestp.bold,
.orders_list .order .content .right .status,
.personal_data .box .tt.bold,
.specs .productspec {
  font-weight: 700;
}
.specs .type {
  margin: 0 4px 0 0;
}
.circle_icon i,
.error_image .text .bottom,
.specs i {
  font-size: 18px;
}
.specs .iconspec {
  background: rgb(0 0 0 / 6%);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  flex-wrap: wrap;
  justify-content: center;
}
.error_image,
.latestp.flex {
  justify-content: space-between;
}

.latestp_new.flex {
  display:flex;
  align-items:center;
  justify-content: space-between;
}

.load_more_rows {
  padding: 15px;
  border-top: 1px solid #f5f5f5;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  width: 100%;
  display: block;
}
.invoice:hover,
.load_more_rows:hover,
.notifications .noti:hover {
  background: #f9f9f9;
}
.no_rows {
  font-size: 25px;
  color: #333;
  padding: 100px 50px;
}
.message_info a {
  cursor: pointer;
}
.message_info {
  padding: 20px;
  font-size: 16px;
}
.message_info.rigthmodal {
  padding: 10px 30px;
}
.message_info.light_blue {
  background: #eefaff;
  color: #000;
  border: 1px solid #009ee3;
}
.message_info.blue {
  background: #009aff;
  color: #fff;
}
.error_image {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.error_image .btns {
    margin-top:15px;
    display:flex;
    gap:15px;
}

.error_image .bottom a {
    text-decoration:underline;
}
#installments_text:empty,
#old_price:empty,
#shipping_free_text:empty,
#thumbnails:empty,
#zoom,
.hidden,
.hide,
.invoice .in_right,
.product-image-small,
.upload input[type="file"] {
  display: none;
}
.error_image .text .top {
  font-size: 55px;
  word-break: break-word;
  font-weight: 700;
}
.btn.medium,
.btn.min,
.latestp,
.topcontainer a {
  font-weight: 400;
}
.error_image .image img {
  width: 500px;
}
.input_solitary {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px;
  color: #333;
  border-radius: 10px;
  font-size: 14px;
}
.fixed {
  position: fixed;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
#zoom,
.account .update .line .change,
.btn,
.form .input .input_data,
.modern_input_box .button.width100,
.upload .modern.full,
.width100 {
  width: 100%;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0 #fff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
::-webkit-scrollbar-thumb:active {
  background: #000;
}
::-webkit-scrollbar-track {
  background: #666;
  border: 0 #fff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666;
}
::-webkit-scrollbar-track:active {
  background: #333;
}
::-webkit-scrollbar-corner {
  background: 0 0;
}
input:focus,
textarea:focus {
  outline: 0;
}
.access_form .form .input,
.account .update .line:last-child,
.addresses-list .address:last-child,
.box_flex_int:last-child,
.form .input:last-child,
.opinions .opinion:last-child,
.personal_data .line_data:last-child,
.reputation-seller .stats .stat:last-child,
.voucher:last-child,
input[type="button"],
input[type="submit"],
label,
textarea {
  border: 0;
}
.opinions .star.fill,
i.facebook {
  color: #3483fa;
}
.grid_order .data_box .icon.transparent_grey {
  border-radius: 50%;
  overflow: hidden;
}
.box_blank:last-child,
.circle_icon:last-child,
.form_blank .display_block .row:last-child,
.images_product_form .image:last-child,
.min_box_content:last-child,
.personal_data .box_flex .box:last-child {
  margin: 0;
}
.messages .content .line .balloon.receptor {
  float: left;
}
.messages .content .line .balloon.sender {
  float: right;
}
.principal {
  padding: 10px 0;
}

.dropZoneBorder {
    border: 2px dashed #56aeff !important;
}

.box_blank .content.nopad,
.nopadding {
  padding: 0;
}
.centermain {
  max-width: 1185px;
  margin: 0 auto;
}
.centerpage {
  margin: 30px auto 0;
  width: 100%;
}
.container {
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.smallcontainer {
  max-width: 400px;
}
.topcontainer {
  color: #717171;
  padding: 0 0 15px;
}
.topcontainer a:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #a9a9a9;
}
.topcontainer a {
  color: #3483fa;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
}
.grid_content_general {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr;
  gap: 0 20px;
  grid-template-areas: ". .";
}
.btn.marginTop20,
.grid_column_1 .pages,
.margintop,
.personal_data .box .tt.spacetop {
  margin-top: 20px;
}
#zoom {
  background: rgba(0, 0, 0, 0.67);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 900;
  cursor: zoom-in;
}

.alert {
    font-size: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.alert.min {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
}

.alert.grey {
    background: #f9f9f9;
    color: #3f3f3f;
}

.alert a {
    cursor:pointer;
    text-decoration:underline;
}

.alert.success {
    background: #3aa347;
    color: #FFF;
}

.alert.success a {
    color: #FFF;
}

.alert.cancel {
    background: #ff4949;
    color: #FFF;
}

.alert.cancel a {
    color: #FFF;
}

.btn {
  font-size: 16px;
  padding: 10px 25px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
    border-radius: 7px;
}

.btn input[type=file] {
    display:none
}

.btn.flex_int {
    display:flex;
    gap:10px;
    align-items:center;
    justify-content:center;
}
.btn:hover {
  opacity: 0.75;
}
.btn:active,
.vouchers .voucher:hover {
  opacity: 1;
}
.btn .ajax_loader {
  height: 20px;
  width: 20px;
  margin: 0 auto;
  display: block;
}
.btn.pay,
.btns_circle,
.checkoutOptions .option .flex,
.circles_content,
.latestp.flex,
.search_fat,
.switcher {
  display: flex;
  align-items: center;
}
.btn.auto,
.btnauto {
  width: auto;
}
.btn.sepTop {
  margin-top: 10px;
}
.btn.min {
  font-size: 12px;
  padding: 5px 10px;
}
.btn.min2 {
  padding: 7px 13px;
  font-size: 15px;
}
.btn.min.homeCart {
  border-radius: 20px;
  padding: 7px 15px;
  font-size: 14px;
}
.btn.medium {
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 50px;
}
.btn i,
.select_click_products .prodclick i {
  margin: 0 5px 0 0;
}
.btn.pay {
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 700;
}
.btn.pay.uala {
background: #ffffff;
color: #3764ff;
border: 1px solid rgb(0 0 0 / 12%);
}
.btn_white {
  background: #fff;
  color: #333;
}
.btn.pay.getnet {
  background: red;
  color: #fff;
}
.btn.pay.modo {
  background: #008859;
  color: #fff;
}
#search-results {
  background: #fff;
  border: 1px solid #e7e7e7;
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
}
#search-results .result {
  padding: 10px;
  font-size: 16px;
}
#search-results .result:hover {
  cursor: pointer;
  background: #f9f9f9;
}
.btn.pay.gocuotas {
  background: #ee2a7b;
  color: #fff;
}
.btn.pay.mercadopago {
  background: #009ee3;
  color: #fff;
}
.btn.pay.openpay {
background: #ffffff;
color: #044380;
border: 1px solid rgb(0 0 0 / 12%);
}
.btn.pay img {
  height: 20px;
  margin-left: 20px;
}
.btn_black {
  background: #000;
  color: #fff;
}

.btn_transparent {
  background:transparent;
  color: #3483fa;
}

.btn_blue {
  background: #2286e6;
  color: #fff;
}

.btn_disabled {
    background: #e7e7e7;
    color: #c9c9c9;
}
.btn_blue_two {
  background: #50a1e6;
  color: #fff;
}
.btn_grey_black {
  background: #737a80;
  color: #fff;
}
.btn_light_grey {
  background: #f1f1f1;
  color: #767676;
}
.btn_orange_rocket {
  background: #ff9a75;
  color: #ffffff;
}
.btn_light_blue {
  background: #e7f4ff;
  color: #50a1e6;
}
.btn_grey_3 {
  background: #f3f3f3;
  color: #9b9b9b;
}
.btn_red {
  background: #e92f2f;
  color: #fff;
}
.btn_grey {
  background: #efefef;
  color: #737373;
}
.btn_separator {
  margin: 10px 0 0;
}
.form .input {
  border-bottom: 1px solid #ededed;
  padding: 10px;
}
.form .input .type {
  font-size: 16px;
  color: #737373;
  margin: 0 0 10px;
}
.form .input .input_image {
  width: 300px;
}
.form .input .input_data {
  background: #fff;
  border: 1px solid #ededed;
  color: #333;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
.latestp {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  line-height: 20px;
}
.invoice .in_left i,
.latestp i,
.personal_data .box .tt i {
  margin-right: 5px;
}
.latestptwo {
  margin: 30px 0 20px;
}

.orders_list .order .content .left .image img {
  height: 100%;
}
.no_slider {
padding: 70px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 4%);
    color: #000;
}
.no_slider .big {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: bold;
}

.no_slider .smalld {
    font-size:16px;
}

.no_slider i {
  margin-right: 10px;
}
.containerhome {
  background: 0 0;
  border: 0;
}
.message_error {
  font-size: 15px;
  color: #737373;
  padding: 10px;
}
.personal_data .grid_account {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1.5fr 1.5fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas: ". .";
}
.box_blank .content.flex,
.box_blank .title .flex,
.delivery_box_data .leftContent,
.personal_data .box_flex,
.upload {
  display: flex;
}
.personal_data .box_flex .box {
  margin-right: 20px;
  width: 50%;
}
.personal_data .box {
  position: relative;
  margin-bottom: 15px;
}

.personal_data .separationModal {
    border-bottom: 1px solid #ebebeb;
    margin:20px 0;
}

.box_blank.marginBottom,
.box_normal.box_form_product,
.box_normal.marginBottom,
.marginbottom,
.messageAlert.bottom {
  margin-bottom: 20px;
}
.account .section:last-child,
.box_normal.box_form_product:last-child,
.checkoutOptions:last-child,
.modern_input_box:last-child,
.personal_data .box:last-child {
  margin-bottom: 0;
}
.personal_data .box textarea {
  font-size: 15px;
  resize: none;
  width: 100%;
}
.personal_data .box .tt {
  font-size: 16px;
  color: #333;
  padding: 0 3px 3px;
  z-index: 150;
  margin-bottom: 15px;
}
.personal_data .box .info {
color: #a9a9a9;
    margin-top: 7px;
    gap:7px;
    display: flex;
}

.personal_data .box .info i {
    font-size:12px;
    color: #009aff;
}

.personal_data .box .aa {
  color: #495057;
  border: 1px solid #eee;
  font-size: 15px;
  padding: 10px;
  outline: 0;
  width: 100%;
  border-radius: 5px;
}
.form_blank .row .input_data:focus,
.personal_data .box .aa:focus {
  border: 1px solid #00adff;
  box-shadow: 0 0 2px #3bc1ff;
}

input[name=street_search]:focus {
    border: 1px solid #d7d7d7 !important;
    box-shadow: none !important;
}

.personal_data .cc {
  font-size: 16px;
  color: #000;
  margin: 0 0 10px;
  font-weight: 800;
}
.personal_data .cc_sub {
  font-size: 15px;
  color: #777;
  margin-bottom: 20px;
}
.reference {
  margin-top: 6px;
  color: #a9a9a9;
  font-size: 14px;
}
.reference i {
  margin-right: 4px;
  font-size: 13px;
}
.personal_data .line_data {
  padding: 15px;
  border-bottom: 1px solid #ededed;
}
.box_blank.padding,
.box_normal.padding,
.map-modal .top {
  padding: 20px;
}
.box_normal {
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.box_normal .content {
  padding: 10px;
}
.box_blank.transparent,
.box_normal.transparent {
  background: 0 0;
  border: none;
}
.more_options {
  border-bottom: 1px solid #ededed;
  margin: 20px 0 30px;
}
.latestp_new {
  font-size: 14px;
  color: #737373;
  margin: 0 0 5px;
  padding: 0 0 5px;
  text-shadow: 0 1px 0 #fff;
}
.latestp_new a {
  color: #2286e6;
  cursor: pointer;
}
.latestp_new i {
  font-size: 10px;
  color: #c9c9c9;
}
.delivery_box_data .leftContent .street,
.opinions .opinion .comment,
.order_products .data_left .title,
.order_products .data_left .titleMod,
.order_products .data_left .titleOrder {
  font-size: 14px;
  color: #333;
}

.order_products .data_left .title a {
    color:#333;
}

.delivery_box_data {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  line-height: 1.35;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.delivery_box_data .leftContent .line {
  font-size: 14px;
  color: #737373;
}
.delivery_box_data .leftContent .icon {
  background: #fff;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 20px;
  aspect-ratio:1;
}
.delivery_box_data .leftContent .icon i {
  font-size: 23px;
  color: #3483fa;
}
.upload .width100 {
  height: 100px;
  width: 100px;
}
.upload.gap10 {
  gap: 10px;
}
.upload .preview_image_right {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.box_blank .foot,
.box_blank .title {
  padding: 22px 24px;
  color: #3d464d;
  font-weight: 600;
}

.min-alert {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin-top: 7px;
}

.min-alert.orange {
  background: #ffee98;
  color: #956100;
}

.min-alert.red {
    background: #ff8383;
    color: #ffffff;
}

.messageAlert,
.min_box {
  padding: 20px;
  display: flex;
}
.upload .preview_image_right img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
}
.upload .item.vou {
  width: calc(25% - 8px);
  height: 120px;
}
.upload .item.image {
  width: calc(25% - 15px);
  background-size: cover;
  background-color: #fff;
}
.upload .label input[type="file"] {
  position: absolute;
  top: -1000px;
}
.upload .modern {
  cursor: pointer;
  border: 1px dashed #d1d1d1;
  background: #fff;
  border-radius: 3px;
  color: #c5c5c5;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 30px;
  box-sizing: border-box;
}

.upload .modern.grey {
    border: 2px dashed #c3c3c3;
    background: #F9F9F9;
}

.upload .modern .info {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.upload .modern .info i {
    font-size:25px;
}

.upload .modern .info .text {
    color:#333;
    font-size:14px;
}

.messageAlert {
  font-size: 14px;
  gap: 15px;
}
.messageAlert.yellow {
  background: #ffe7bb;
  color: #cb8500;
}
.box_blank .foot.brdrbottom,
.box_blank .title,
.box_blank .title.min {
  border-bottom: 1px solid #f5f5f5;
}
.box_blank .content.brdrtop,
.box_blank .foot,
.box_blank .foot.min,
.box_blank .title.brdrtop {
  border-top: 1px solid #f5f5f5;
}
.upload .modern.padding {
  padding: 30px;
}
.upload .label i {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.min_box_content .title,
.new_title_box {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
.box_blank {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.box_blank .foot.min {
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
}
.box_blank .title.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_blank .title .action {
  font-size: 12px;
  color: #009aff;
}
.box_blank .title.min {
  padding: 15px;
  font-size: 16px;
}
.box_flex_int {
  width: 100%;
  border-right: 1px solid #f5f5f5;
}
.box_blank.ohid {
  overflow: hidden;
}
.box_blank.radius2 {
  border-radius: 2px;
}
.box_blank.noBoxShadow {
  box-shadow: none;
}
.content_overflow_auto_300 {
  overflow: auto;
  max-height: 300px;
}
.box_blank .title {
  font-size: 18px;
  position: relative;
}
.box_blank .content {
  padding: 10px;
  font-size: 14px;
  color: #737373;
}
.min_box_content {
  margin: 0 0 20px;
}
.min_box {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  overflow: hidden;
}
.min_box .cicon {
  background: #fff;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 23px;
  color: #000;
  border: 1px solid #e7e7e7;
}
.min_box .sec_info {
  color: #919191;
  margin-left: 15px;
  width: 100%;
}
.min_box .sec_info .sep {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.left_bar .top .top_user .bottomname,
.min_box .sec_info .date,
.reputation-seller .stats .stat .type {
  font-size: 12px;
}
.min_box .sec_info .street {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.min_box .sec_info .city {
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.detail_cart .item .green,
.min_box .sec_info .city .value.green {
  color: #00a650;
}

.checkout .map-points {
display:flex;
height:500px;
flex-direction: row;
flex-wrap: nowrap;
}
                
.checkout .map-points .data {
background:#FFF;
overflow:auto;
box-sizing:border-box;
flex:1;
}
                
.checkout .map-points #map-points {
flex:1;
background:#CCC;
border-top: 1px solid #d9d9d9;
}

.checkoutOptions {
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  border-radius:5px;
  overflow:hidden;
  border-bottom: 1px solid #CCC;
}

.checkoutOptions.points .option.selected {
    background:#F9F9F9;
}

.checkoutOptions .option input[type=radio] {
    display:none;
}

.checkoutOptions .block {
    background: rgb(0 0 0 / 11%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.checkoutOptions .option.disabled .payment_disbled {
    background: rgb(0 0 0 / 4%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index:1000;
    pointer-events: all;
}

.checkoutOptions .option.disabled {
border-left: 5px solid rgb(0 0 0 / 4%);
}

.checkoutOptions .option.disabled .name {
    opacity:0.2;
}

.checkoutOptions .option.disabled .price_number {
    opacity:0.2;
}

.checkoutOptions .option.disabled .bubble {
    opacity:0.2;
}

.checkoutOptions .option.disabled .bubble-checkout {
    opacity:0.2;
}

.checkoutOptions .option .bubble.dom {
    background: #23a90d;
    color: #ffffff;
}

.checkoutOptions .option .bubble.suc {
    background: #ffdd5d;
    color: #333;
}

.checkoutOptions.summary {
background:transparent;
border:0;
border-radius:0;
}
                    
.checkoutOptions.summary .option {
border:0;
background:#f5f5f5;
margin-bottom:20px;
}
                    
.checkoutOptions.summary .option:last-child {
margin:0;
}

.checkoutOptions.summary .option .bubble-checkout {
background:#FFF;
}
.checkoutOptions .option {
  display: flex;
  padding: 20px 25px;
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.checkoutOptions .option .bubble-checkout {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  aspect-ratio: 1;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addresses-list .address .icon i,
.checkoutOptions .option .bubble-checkout i {
  font-size: 20px;
}
.checkoutOptions .option .bubble-checkout img {
  width: 28px;
}
.checkoutOptions .option .flexText.rocket {
  color: #ff7d4c;
  font-weight: 700;
}
.checkoutOptions .option .bubble {
padding: 1px 6px;
    border-radius: 2px;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.checkoutOptions .option .name {
display: flex;
align-items: center;
}

.checkoutOptions .option .bubble.orange {
  background: #ff7d4c;
  color: #fff;
}
.checkoutOptions .option .bubble.blue {
  background: #f3f3f3;
  color: #818181;
}
.checkoutOptions .option:last-child {
  border-bottom: 0;
}

.checkoutOptions .option .data_left {
  font-size: 16px;
  margin: 2px 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.checkoutOptions .option .data_left .small {
  font-size: 13px;
  color: #818181;
  margin-top: 3px;
}
.checkoutOptions .option .data_left .medium {
  font-size: 14px;
  margin-top: 5px;
}
.checkoutOptions .option.rocket i {
  color: #ff7d4c;
}
.checkoutOptions .option .data_right {
  font-size: 18px;
  text-align: right;
}
.checkoutOptions .option .data_right .price_number {
  vertical-align: middle;
  display: inline-block;
}
.checkoutOptions .option input[type="radio"] {
  margin: 0 5px 0 0;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.access_form .smallcontainer {
  max-width: 600px;
}
.access_form .form .input .type {
  color: #333;
  font-weight: 700;
}
.access_form .form .input input[type="text"],
.form .input input[type="password"],
.form .input select,
.form .input textarea {
  border: 1px solid #e9e9e9;
  font-size: 15px;
}
.access_form .container {
  padding: 10px 0 30px 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
}
.access_form .form .links {
  font-size: 16px;
  text-align: center;
  color: #737373;
}
.access_form .form .links a {
  color: #737373;
  display: block;
}
.cats_icons {
  background: #f5f5f5;
  display: flex;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-wrap: wrap;
  gap: 1px;
}
.cats_icons .cat_item,
.notifications .noti {
  align-items: center;
  position: relative;
  display: flex;
}
.left_bar,
.notifications .content {
  overflow: auto;
}
.cats_icons .cat_item {
  padding: 30px;
  font-size: 15px;
  background: #fff;
  color: #333;
  flex-direction: column;
  flex-grow: 1;
  width: calc(20% - 1px);
}
.cats_icons .cat_item:hover {
  background: #3483fa;
  color: #fff;
}
.cats_icons .cat_item:hover > .category .circle_icon,
.element_line_grey:hover > .absolute_top_right,
.order_products:hover > .absolute_top_right {
  visibility: visible;
}
.cats_icons .cat_item:hover .icon i,
.left_bar .top a {
  color: #fff;
}
.cats_icons .cat_item .icon i {
  color: #3483fa;
  font-size: 45px;
}
.star_system,
.star_system_ok {
  border-top: 1px solid #f5f5f5;
  padding: 20px 0 0;
}
.cost_delivery .blue_text {
  color: #3483fa;
  font-weight: 600;
}
.cost_delivery .location_text,
.cost_delivery .location_text a {
  color: #3483fa;
  cursor: pointer;
}
.paginator {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 0 0;
}
.paginator .btnpage {
  background: #eee;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #737373;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  cursor: pointer;
}
.paginator .btnpage:hover {
  background: #f2f2f2;
}
.paginator .btnpage i {
  font-size: 11px;
}
.notifications .top_box {
  font-size: 14px;
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
}
.notifications .bottom_box {
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}
.notifications .bottom_box a,
.notifications .noti .data a {
  color: #2286e6;
}
.notifications .noti {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 10px;
}
.notifications .no_noti {
  font-size: 13px;
  padding: 10px;
  color: #999;
}
.notifications .noti .type,
.orders_list .order .content .left {
  margin-right: 15px;
}
.notifications .noti .type img {
  height: 60px;
  width: 60px;
  border-radius: 5px;
}
.notifications .noti .type i {
  font-size: 25px;
  color: #626262;
}
.account .box_user .data .email,
.account .section .left .text .info,
.notifications .noti .data {
  color: #999;
}
.notifications .noti .data .sup_data {
  font-size: 16px;
  margin-bottom: 5px;
  color: #5c5c5c;
}
.notifications .noti .data .inf_data {
  font-size: 14px;
  color: #999;
}
.notifications .noti .data .date {
  font-size: 11px;
  color: #999;
  margin-top: 5px;
}
.left_bar {
  background: #fff;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1400;
  min-width: 20%;
  max-width: 20%;
}

.left_bar .nav-links, .left_bar .default-text {
    display:none;
}

.left_bar .min-title {
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    padding: 15px 30px;
}

.left_bar .border {
    margin-top:5px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom:10px;
}

.left_bar .top {
  padding: 20px;
  background: var(--header-background);
  margin: 0 0 10px;
  color: var(--header-color);
  border-bottom: 1px solid;
}
.left_bar .top_user {
  display: flex;
  gap: 20px;
  align-items: center;
}
.left_bar .top .top_user .profile i {
  font-size: 40px;
}
.left_bar .top .bottom_data {
  background: rgb(255 255 255 / 7%);
  border-radius: 50px;
  padding: 10px;
  margin: 20px 0 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.modern_input_box.min .input,
.star_system a,
.star_system a i {
  font-size: 14px;
}
.left_bar .list .subcategoria {
  display: none;
  background: #f3f3f3;
  padding-left: 25px;
}
.left_bar .list .categoria,
.left_bar .list a {
  padding: 15px 30px;
  color: #737373;
  font-size: 15px;
  cursor: pointer;
  vertical-align: middle;
  display: block;
  line-height: 18px;
  list-style: none;
  transition:color 0.5s ease;
}

.left_bar .list a:hover {
    color:#333;
    font-weight:500;
}

.left_bar .list .categoria i,
.left_bar .list a i {
  margin: 0 15px 0 0;
  font-size: 18px;
}
.left_bar .list .sep {
  border-bottom: 1px solid #f7f7f7;
}
.left_bar .list .categoria.pad {
  padding: 5px 0;
}
.star_system .image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  padding: 5px;
  border-radius: 5px;
  margin-top: 20px;
}
.opinions .opinion .image img,
.star_system .image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.star_system .add_image {
  display: block;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}
.star_system a {
  align-items: center;
  color: #888;
  gap: 10px;
  cursor: pointer;
  background: #f9f9f9;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
}
.star_system .star_select i {
  font-size: 22px;
  cursor: pointer;
  color: #d5d5d5;
}
.star_system .top_t {
  font-size: 16px;
  margin: 0 0 10px;
}
.star_system .box_comment {
  margin: 20px 0 0;
  color: #737373;
}
.star_system .small_text {
  font-size: 12px;
  margin: 5px 0 0;
  color: #a9a9a9;
}
.star_system .box_comment textarea {
  resize: none;
  height: 100px;
  background: #fff;
  border-radius: 3px;
  color: #333;
  border: 1px solid #e7e7e7;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}
.star_system .box_comment .comment {
  font-style: italic;
  color: #737373;
  font-size: 16px;
}
.star_system .rating {
  color: #b9b9b9;
  font-size: 22px;
  margin: 0 0 0 10px;
}
.star_system_ok {
  font-size: 16px;
  margin: 20px 0 0;
}
.select_click_products {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select_click_products .prodclick {
  background: #fff;
  border-radius: 15px;
  padding: 2px 15px;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  border: 1px solid #e7e7e7;
}
.select_click_products .prodclick.actually {
  background: #2286e6;
  color: #fff;
  border: 0;
}
.select_click_products .type_product {
  margin: 0 0 10px;
}
.select_click_products .type_product .text_p {
  font-size: 13px;
  color: #333;
  font-weight: 700;
  margin: 0 0 5px;
}
.line_data .check_box_data {
  display: flex;
  color: #737373;
}
.line_data .check_box_data input[type="checkbox"] {
  margin: 0 10px 0 0;
}

.messages .content {
  max-height: 350px;
  overflow: auto;
}

.cart_clean {
  padding: 10px 20px;
  font-size: 14px;
  text-align: right;
  border-bottom: 1px solid #e9e9e9;
}
.cart_clean a {
  cursor: pointer;
  color: #333 !important;
}
.pages {
  padding: 10px;
  border-top: 1px dashed #e7e7e7;
  user-select: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pages a {
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  color: #53a6fb;
  font-size: 13px;
}
.pages .current {
  background: #fff;
  color: #9b9b9b;
  border: 1px dashed #ccc;
}
.sldr {
  background-color: #ccc;
  cursor: pointer;
}
.sldr.round:before {
  border-radius: 50%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.sldr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sldr:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .sldr {
  background-color: #2196f3;
}
input:focus + .sldr {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .sldr:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.sldr.round {
  border-radius: 34px;
}
.progress_order {
  margin-top: 50px;
  margin-bottom: 30px;
}
.progress_order .bar {
  width: 100%;
  height: 20px;
  background: #f5f5f5;
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 10px;
  border-radius: 10px;
  align-items: center;
}
.progress_order .bar .loading {
  width: 100%;
  height: 20px;
  background: #70b8ff;
  position: absolute;
  border-radius: 10px;
}
.progress_order .step {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adadad;
  opacity: 0.5;
  z-index: 20;
}
.progress_order .completed,
.progress_order .step.actual {
  background: #3898ff;
  color: #fff;
  opacity: 1;
}
.progress_order .step.finish.actual {
  margin-left: -40px;
  opacity: 1;
}
.progress_order .step.actual {
  height: 40px;
  width: 40px;
  top: -11px;
  font-size: 17px;
}
.units_editor {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 10px;
  width: 100px;
}
.units_editor input[type="number"]::-webkit-inner-spin-button,
.units_editor input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.units_editor input[type="number"] {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.units_editor .ubtn {
  color: #000;
  padding: 2px 10px;
  font-size: 15px;
  cursor: pointer;
}
.units_editor .ubtn:active {
  color: #ccc;
}

.order_products .image {
    background: #ffffff;
    padding: 2px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 1.75px 0 rgba(0, 0, 0, .12), 0 -.5px 1.5px 0 rgba(0, 0, 0, .09), 0 3px 4px 0 rgba(0, 0, 0, .03);
    width:65px;
    height:65px;
    margin-top:5px;
    aspect-ratio: 1 / 1;
}

.order_products .data_right {
    position:relative;
}

.order_products .image img {
    border-radius: 7px;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order_products .discount .green {
  display: inline;
  margin-right: 3px;
}
.order_products_content {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.checkout .order_products {
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
}
.order_products {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  gap:15px;
    flex-direction: row-reverse;
}

.order_products .floatUnits {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    margin: 0px -5px;
    padding: 1px 3px;
    font-weight: bold;
}

.order_products:last-child {
  margin: 0;
}
#icon-list,
.vouchers {
  display: flex;
  gap: 10px;
}
.order_products .priceCart {
  padding: 1px 10px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}
.order_products .data_left {
  word-break: break-word;
  width: 100%;
}
.order_products .data_left .units {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.order_products .data_left .through {
    text-decoration: line-through;
}

.order_products .data_left .units a {
    color:#999;
    text-decoration:underline;
}

.order_products .removeCart {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
}
.detail_cart {
  padding: 25px 25px 0;
}
.detail_cart .grey_text {
  color: #a9a9a9;
  margin-bottom: 20px;
  font-size: 14px;
}
.detail_cart .big {
  font-size: 18px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 700;
}
.detail_cart .item {
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.detail_cart .item .percent {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}
.detail_cart .item .percent.greenBack {
  background: #1dbb69;
}
.detail_cart .item.sep {
  border-bottom:1px solid rgb(231 231 231 / 49%);
  padding-bottom: 15px;
}
.detail_cart .item.sepTop {
  border-top: 1px dashed #ededed;
  padding-top: 15px;
}
.messageBoxStatusOrder {
  padding: 25px 40px;
}
.messageBoxStatusOrder .topTitle {
  font-size: 18px;
  color: #000;
  margin: 0 0 10px;
  font-weight: 700;
}
.messageBoxStatusOrder .topTitle i {
  margin-right: 5px;
  font-size: 17px;
}
.messageBoxStatusOrder .data {
  font-size: 14px;
  color: #7c7c7c;
}
.messageBoxStatusOrder .data a {
  color: #3898ff;
  cursor: pointer;
}
.messages {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  background: #fff;
}
.messages .content {
  padding: 20px 30px;
  min-height: 350px;
}
.invoice,
.messages .areafooter {
  padding: 15px;
}
.messages .content .line {
  margin-bottom: 20px;
  position: relative;
}
.messages .content .line .msg {
  font-size: 14px;
  color: #333;
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.12) 0px 1px 2px);
}
.messages .content .line .msg .balloon {
  background: #2ca6ff;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  word-break: break-word;
  color: #fff;
}

.messages .content .line .msg .balloon a {
    text-decoration:underline;
    color:#FFF;
}

.messages .content .line .msg.sender .balloon {
  background: #2d76ab;
  color: #fff;
}
.messages .content .line .msg .person {
  font-size: 13px;
  color: #636363;
  margin-bottom: 5px;
}
.invoice,
.invoice a {
  color: #a9a9a9;
}
.messages .content .line .msg .date {
  font-size: 12px;
  color: #a9a9a9;
  margin-top: 5px;
}
.messages .content .line .msg.receptor {
  float: left;
  margin-right: 50px;
}
.messages .content .line .msg.sender {
  float: right;
  margin-left: 50px;
}

.messages .content .line .msg .flex {
    display: flex;
    align-items: center;
    gap: 6px;
}

.messages .content .line .msg.receptor .date,
.messages .content .line .msg.receptor .person {
  text-align: left;
}
.messages .content .line .msg.sender .date,
.messages .content .line .msg.sender .person {
  text-align: right;
}
.messages .content .line .balloon .corner {
  position: absolute;
  font-size: 20px;
  top: -10px;
}
.messages .content .line .balloon.sender .corner {
  right: -9px;
  color: #2d76ab;
}
.messages .content .line .balloon.receptor .corner {
  left: -9px;
  color: #2ca6ff;
}
.messages .areafooter .interior {
  display: flex;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: #fff;
  align-items:center;
  overflow: hidden;
}
.messages .areafooter .interior textarea {
  width: 100%;
  color: #333;
  font-size: 14px;
  border: 0;
  resize: none;
  height: 25px;
  padding-left: 10px;
  margin-right: 10px;
}
.messages .areafooter .interior a {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #3483fa;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.messages .areafooter .interior a:hover {
  background: #2b73df;
}
.messages .order_products {
  border-radius: 0;
  border-bottom: 1px solid #ededed;
  padding: 10px 30px;
  margin: 0;
}
.vouchers {
  flex-wrap: wrap;
  width: 100%;
}
.invoice,
.modern_input_box {
  justify-content: space-between;
  display: flex;
}
.circle_icon,
.circle_icon.medium {
  width: 30px;
  height: 30px;
}
.vouchers .voucher {
  overflow: hidden;
  position: relative;
  background: #e7e7e7;
  opacity: 0.5;
  border-radius: 3px;
}
.vouchers .voucher .data {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.46);
  width: 100%;
  padding: 5px;
  font-size: 12px;
  color: #fff;
}
.vouchers .voucher img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.invoice {
  font-size: 13px;
  word-break: break-all;
}
.invoice i {
  font-size: 16px;
  cursor: pointer;
}
.invoice i.bi-filetype-pdf {
  color: #ff7676;
}
.invoice i.bi-file-earmark-arrow-down,
.invoice i.bi-x-circle {
  color: #bdbdbd;
}
.circle_icon {
  border-radius: 50%;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c1c1c1;
  transition: transform 0.3s;
  cursor: pointer;
  margin-right: 5px;
}
.circle_icon.ratio {
    width: 35px;
    height: 35px;
    aspect-ratio: 1;
}
.absolute_top_right,
.circle_icon.absolute_top_right {
  top: 0;
  margin: 10px;
  position: absolute;
  right: 0;
}
.circle_icon.transparent {
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.circle_icon.absolute {
  position: absolute;
}
.circle_icon.top {
  top: 0;
}
.circle_icon.right {
  right: 0;
}
.circle_icon.left,
.prev {
  left: 0;
}
.account .section:hover > .left .icon,
.circle_icon:hover {
  transform: scale(1.1);
}
.absolute_top_right {
  visibility: hidden;
  display: flex;
}
.apply_coupon {
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.apply_coupon.space,
.opinions .opinion .stars {
  margin-bottom: 10px;
}
.apply_coupon i {
  font-size: 17px;
  margin-right: 5px;
}
.modern_input_box.min .button {
  font-size: 14px;
  padding: 5px 20px;
}
.modern_input_box {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  padding: 7px;
  margin-bottom: 20px;
}
.modern_input_box i {
  font-size: 20px;
  color: #999;
  margin-left: 10px;
}
.modern_input_box .input {
  border: 0;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.modern_input_box .button {
  border: 0;
  color: #fff;
  background: #009aff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
}
.modern_input_box .button:hover {
  background: #0081d5;
}
.min_main {
  max-width: 750px;
  margin: 30px auto;
}
.account .box_user {
  padding: 30px;
  display: flex;
  margin-bottom: 30px;
}
.account .box_user .icon {
  background: #fff;
  height: 80px;
  width: 80px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #009aff;
}
.account .box_user .data {
  font-size: 17px;
}
.account .box_user .data .name {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.account .box_user .data .points {
  font-size: 14px;
  color: #009aff;
  margin-top: 20px;
}
.account .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.account .section .left {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.account .section .left .icon {
  background: #fff;
  height: 55px;
  width: 55px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #009aff;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.account .section .left .text .tltle {
  color: #333;
  margin-bottom: 5px;
}
.account .section .right .arrow {
  color: #333;
  font-size: 15px;
}
.account .update .line {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px;
  color: #999;
  font-size: 16px;
  display: flex;
}
.account .update .line .text {
  margin-right: 10px;
  min-width: 30%;
}
.account .update .line .change .input,
input[type="number"],
input[type="password"],
input[type="text"],
select {
  background: #fff;
  border: 0;
  font-size: 16px;
  color: #000;
  width: 100%;
}
#icon-list i,
.btns_circle a {
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.drag_over {
  border: 2px dashed #009aff;
}
.orders_list .order {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #999;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
}
.orders_list .order .content {
  padding: 20px;
  display: flex;
}
.orders_list .order .content .left .image {
  height: 80px;
  width: 80px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#icon-list i,
.orders_list .order .top {
  padding: 10px;
  display: flex;
  align-items: center;
}
.orders_list .order .content .right .titleOrd {
  color: #999;
  margin-top: 5px;
}
.orders_list .order .content .right .price {
  margin-top: 5px;
}
.orders_list .order .top {
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  font-weight: 700;
  font-size: 14px;
}
.orders_list .order .top .circle_icon {
  margin-top: 3px;
}
.orders_list .order .bottom {
  padding: 20px;
  border-top: 1px solid #f1f1f1;
}
.message_grey {
  background: #fff;
  padding: 30px;
  border-bottom: 2px solid #ededed;
  color: #333;
  font-size: 16px;
}
.message_grey .top {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#icon-list {
  overflow: auto;
  flex-wrap: wrap;
}
#icon-list i {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.27);
  border-radius: 50%;
  justify-content: center;
  color: #fff;
}
#icon-list i:hover {
  background: rgba(0, 0, 0, 0.6);
}
.checkout_confirm_message {
  background: #f5f5f5;
  padding: 20px;
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  border-top: 3px solid #bfbfbf;
  display: none;
}
.body_disabled {
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  display: none;
}
.opinions .opinion {
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.opinions .opinion .image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  padding: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.opinions .opinion .name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
}
.opinions .opinion .date {
  font-size: 12px;
  color: #ccc;
  margin-top: 10px;
}
.opinions .star {
  font-size: 16px;
  color: #ccc;
  margin-right: 4px;
}
.opinions .no_results {
  font-size: 20px;
  color: #333;
  padding: 20px;
  text-align: center;
}
.reputation-seller .verify {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.reputation-seller .verify i {
  margin-right: 5px;
  color: #009fff;
}
.reputation-seller .thermometer {
  display: flex;
  gap: 5px;
  align-items: center;
}
.reputation-seller .thermometer .bar {
  height: 8px;
  width: 20%;
}
.reputation-seller .thermometer .bar.level-1 {
  background: #ededed;
}
.reputation-seller .thermometer .bar.level-2 {
  background: #dbdbdb;
}
.reputation-seller .thermometer .bar.level-3 {
  background: #b9b9b9;
}
.reputation-seller .thermometer .bar.level-4 {
  background: #a5a5a5;
}
.reputation-seller .thermometer .bar.level-5 {
  background: #959595;
}
.reputation-seller .thermometer .bar.actually {
  height: 12px;
}
.reputation-seller .stats {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.reputation-seller .stats .stat {
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 10px;
  text-align: center;
}
.reputation-seller .stats .stat .value {
  font-size: 23px;
  font-weight: 300;
}
.reputation-seller .link a {
  font-size: 14px;
  cursor: pointer;
}
.footer_content_page {
  margin: 20px 0 0;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
}
.footer_content_page a {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  cursor: pointer;
  margin-left: 10px;
  color: #2286e6;
}
.btn,
.trans_opacity,
.vouchers .voucher {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#icon-list i,
.cats_icons .cat_item,
.modern_input_box .button,
.new_footer .content_f .social_icons_footer a,
.personal_data .box .aa,
.topbar a,
.trans_background {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.slider-button,
.trans_shadow {
  -webkit-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.btns_circle a {
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #bdbdbd;
  font-size: 17px;
  border: 1px solid #d3d3d3;
}
.btns_circlelast-child {
  margin-right: 0;
}
.addresses-list .address {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px;
  display: flex;
  gap: 20px;
}
.addresses-list .address .btns_circle {
  position: absolute;
  top: 0;
  right: 0;
}
.addresses-list .address .bubble {
  font-size: 11px;
  border-radius: 10px;
  padding: 3px 10px;
}
.addresses-list .address .bubble.blue {
  background-color: #eaf5fd;
  color: #009ee3;
}
.addresses-list .address .bubble.green {
  background-color: #ebf6ed;
  color: #00a650;
}
.addresses-list .address .data {
  position: relative;
  width: 100%;
}
.addresses-list .address .data .street {
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.addresses-list .address .data .aditional {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 25px;
  margin-top: 10px;
}
.form_blank.mod_modal {
  padding: 25px;
}
.form_blank .column_data {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.form_blank .flex_data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form_blank .flex_data .row {
  width: calc(50% - 10px);
  position: relative;
}
.form_blank .display_block .row {
  margin-bottom: 30px;
}
.form_blank .jt10 {
  margin: 30px 0;
  border-top: 1px solid #efefef;
}
.form_blank .row .text_data {
  font-size: 14px;
  margin-bottom: 10px;
}

.form_blank .row .text_data.big {
font-size: 20px;
    font-weight: bold;
}

.form_blank .row .aa {
  color: #495057;
  border: 1px solid #eee;
  font-size: 15px;
  padding: 10px;
  outline: 0;
  width: 100%;
  border-radius: 5px;
}

.form_blank .row .tt {
  font-size: 16px;
  color: #333;
  padding: 0 3px 3px;
  z-index: 150;
  margin-bottom: 15px;
}

.form_blank .row .information {
font-size: 14px;
    color: #666;
    margin: 10px 0 20px 0;
}

.form_blank .row .subinformation {
    font-size: 12px;
    color: #666;
    margin-top:10px;
}

.form_blank .row .input_data {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 15px;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  width: 100%;
  resize: none;
  overflow: hidden;
}
.list-payment-methods .method {
  padding: 30px 20px;
  border-bottom: 1px solid #f7f7f7;
}
.list-payment-methods .method .text-icon {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  gap: 10px;
}
.list-payment-methods .method .text-icon i.cash {
  color: #52ad45;
}
.list-payment-methods .method .text-icon i.bank {
  color: #36d5ff;
}
.list-payment-methods .method .installments {
  margin-top: 5px;
  font-size: 14px;
}
.list-payment-methods .method .installments:empty {
    display:none;
}
.list-payment-methods .method .final-price {
  margin-top: 10px;
  font-size: 16px;
  color: #454545;
  text-transform: uppercase;
  line-height: 30px;
  font-weight:bold;
}

.list-payment-methods .method .final-price .recharge {
font-size:12px;font-weight:normal;color:#6f6f6f;
}
.list-payment-methods .method .final-price .final {
  font-size: 20px;
  color: #333;
  font-weight:600;
}

.list-payment-methods .method .big {
    display:flex;
    gap:10px;
    align-items: center;
}

.list-payment-methods .method .big img {
  width: 30px;
}
.list-payment-methods .method .small {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.list-payment-methods .method .small span {
  background: #fff;
  padding: 5px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-payment-methods .method .small img {
  width: 40px;
  height: 25px;
  background: #e9e9e9;
}
.map-modal {
  display: none;
  position: fixed;
  height: 600px;
  width: calc(100% - 200px);
  z-index: 1021;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.map-modal .top .text {
  font-size: 15px;
}
.map-modal .top .title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.map-modal .top .buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.map-modal #map {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}
.gallery_flex .gallery_open_icon {
  color: #fff;
  padding: 10px;
  bottom: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 1000;
}
.gallery_flex .bottom_data,
.gallery_flex .top_data {
  left: 0;
  z-index: 10;
  margin: 10px;
  display: flex;
  width: 100%;
}
.gallery_flex .dots {
  align-items: center;
  display: flex;
  gap: 5px;
  flex: none;
  padding: 7px 10px;
  border-radius: 10px;
}
.gallery_flex .dots .dot {
  height: 7px;
  width: 7px;
  display: block;
  background: #ccc;
  border-radius: 50%;
}
.dots .dot.active {
  background: #333;
}
.gallery_flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery_flex .top_data {
  position: absolute;
  top: 0;
  justify-content: center;
}
.gallery_flex .bottom_data {
  position: absolute;
  bottom: 0;
  justify-content: center;
}
.gallery_flex .image img {
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
  transform-origin: center center;
}
.gallery_flex .image iframe {
  width: 100%;
  height: 500px;
}
.gallery_flex .image {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gallery_flex .count {
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
}
.gallery_flex [data-node="product_images"] {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nav-arrow {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: none;
  z-index: 1100;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
}
.close,
.modal,
.next,
.prev {
  background-color: rgba(0, 0, 0, 0.8);
}
.left-arrow {
  left: 10px;
}
.right-arrow {
  right: 10px;
}
.modal-content,
.modal-images {
  height: 100%;
  align-items: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-content {
  position: relative;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.close,
.next,
.prev {
  cursor: pointer;
  position: absolute;
  font-weight: 700;
}
.modal-images {
  padding: 20px 10%;
  display: flex;
  justify-content: center;
}
.modal-images img {
  max-height: calc(100vh - 40px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  background: #fff;
}
.close {
  top: 15px;
  right: 35px;
  font-size: 25px;
  color: #fff;
  z-index: 1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: normal;
}
.next,
.prev {
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff !important;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.green,
i.green {
  color: #218a1a;
}
.blue,
i.blue {
  color: #009aff;
}
.red,
i.red {
  color: red;
}
.orange,
i.orange {
  color: #ffa04e;
}

.credits_rocket {
  background: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 10px;
  justify-content: center;
  border-top: 1px solid rgb(0 0 0 / 7%);
  color:#000;
}
.credits_rocket img {
  width: 100px;
}
.credits_rocket img:hover {
  opacity: 0.5;
}
.credits_rocket a {
  color: #000 !important;
}

.checkoutOptions .text_confirm {
    color: #a9a9a9;
    margin-top: 10px;
}

@media (max-width: 480px), (max-width: 767px), (min-width: 768px) and (max-width: 1023px) {
#checkout_summary{margin-bottom:0;}
      
.view_order .grid_column_2 {
    background:transparent !important;
    display:block;
    padding: 0 !important;
    border:none;
    margin-top:30px;
}
      
.checkoutOptions .option .list_installments .element .most_selected {
    bottom: 0;
    top: auto !important;
}

.checkoutOptions {
    border: 1px solid #e1e1e1;
    border-bottom: 2px solid #E1E1E1;
}

.delivery_box_data {
    display:block;
}

.delivery_box_data .leftContent .icon {
    background: #fff;
    height: 30px;
    width: 30px;
}

.delivery_box_data .leftContent .icon i {
    font-size: 19px;
}
      
.checkout_button_confirm .btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 20px 0;
    margin:0 !important;
}

.checkout_button_confirm .btn:hover {
opacity:1;
}

.pc_list_flex {
    flex-direction: column;
}

.pc_list_flex .element .image {
    display:none;
}

.grid_content_general {
    display: block;
}

.checkoutOptions .option.ship .name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.checkoutOptions .option.ship .name .bubble {
    margin:5px 0;
}

.menu-dropdown.container-width {
    width:100%;
    margin:0;
}

.display_cats .menu-left {
width: 40%;
}

.display_cats .menu-right {
width: 60%;
}
      
.newsletter form {
    width:100%;
}



      
.checkoutOptions .option {
    padding: 15px 20px;
}

.checkoutOptions .option .bubble-checkout {
    width: 35px;
    height: 35px;
}

.checkoutOptions .option .bubble-checkout img {
    width: 27px;
}

.checkoutOptions .option input[type=radio] {
    margin-bottom:20px;
    float: right;
}

.checkoutOptions .option .data_left {
    font-size: 17px;
}

.checkoutOptions .option .data_left .small {
    font-size: 14px;
}

.checkoutOptions .option .data_right {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    margin: 15px 15px 0 0;
    text-shadow: 0px 1px 0px #FFF;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}


.rightModal .checkoutOptions .option .bubble {
    align-self: flex-start;
    margin:0;
}

.rightModal .checkoutOptions .name_and_time {
display: flex;
    flex-direction: column;
    gap:3px;
}

.rightModal .checkoutOptions .option {
    gap: 15px;
    align-items: flex-start;
}

.rightModal .checkoutOptions .option .data_left {
    align-items: flex-start;
}

.list-payment-methods .method .top .big .text_data {
    margin-top:20px;   
}

.upload .item.vou {
    width: calc(50% - 8px);
    height: 150px;
}
      
#form_product .inputs_flex {
    display:block;
}

#form_product .personal_data .line_data .inputs_flex .box {
width:100%;
margin-bottom:30px;
}

#form_product .personal_data .line_data .inputs_flex .box:last-child {
margin:0;
}

.checkout .map-points {
    flex-direction: column;
    height:600px;
}

  .gallery_flex {
    border-radius: 0;
    min-height: 300px;
    max-height: 500px;
  }

  body {
    user-select: none;
  }
  .form_blank,
  .product-image-small,
  .search_btn,
  .slider_home .content,
  .specs {
    display: block;
  }
  .product-image-big,
  .search_bar {
    display: none;
  }
  .lastestp {
    margin: 0 0 20px 10px;
  }
  .left_bar {
    max-width: 80%;
    min-width: 80%;
  }
  .slider_home {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col_header .menu {
    margin-right: 5px;
  }
  .search_bar {
    margin: 0 5px;
  }
  .centerpage {
    padding: 0 10px 15px;
  }
  .grid_content_general {
    grid-template-areas: ".";
  }
  .grid_column_1 {
    width: 100%;
    margin: 0 0 10px;
  }
  
  .grid_column_2 {
    width: 100%;
    display:none;
    border-radius: 5px;
    overflow: hidden;
    height: auto !important;
    margin-bottom: 60px;
    background: #ffffff !important;
    border: 1px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
    padding: 40px 30px 20px 30px !important;
  }

  .rightModal {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .post_info {
    margin-top: 20px;
    border: 0;
    padding: 0;
  }
  .error_image {
    display: block;
    padding: 0;
  }
  .error_image .image img {
    width: 100%;
    margin-top: 50px;
  }
  .error_image .text .top {
    margin-bottom: 30px;
  }
  .cats_icons .cat_item {
    width: calc(50% - 1px);
  }
  .map-modal {
    transform: 0;
    border-radius: 0;
    width: 100%;
  }
  
  .location_shop {
      flex-direction: column;
      gap:20px;
  }
  
  .form_blank .flex_data {
      flex-direction: column;
  }
  
  .form_blank .flex_data .row {
      width:100%;
  }
  
  .left_bar .nav-links, .left_bar .default-text {
      display:block;
  }
}