
/* Header */


@keyframes hotlineBreath {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.02);
    filter: brightness(1.1);
  }
}
.hotline {
    background: url(/wp-content/uploads/2025/11/hotline-header-scaled.png) no-repeat left top;
    background-size: contain;
    display: inline-block;
    margin-left: -20px;
    margin-top: -8px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: hotlineBreath 2.5s infinite ease-in-out;
    float: right;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 2;
    width: 200px;
    height: 60px;
    background-position: right;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_right .item img {
  width: 45px;
}

.header_right .item {
  display: flex;
  align-items: center;
  max-width: 155px;
  gap: 10px;
}

.header_right .item .title {
  font-size: 13px;
  font-weight: 700 !important;
  color: var(--primary-color);
}

.header_right .item .exceprt {
  font-size: 12px;
  line-height: 1.2;
}
.header-search-form-wrapper .search-field {
  height: 40px;
  border-radius: 4px  0 0 4px;
  box-shadow: none !important;
}

.header-search-form-wrapper button.ux-search-submit {
  background-color: var(--primary-color);
  height: 40px;
  width: 40px;
  border-radius: 0 4px 4px 0;
}
select.search_categories {
  height: 40px;
    border-radius: 4px;
    box-shadow: none !important;
    min-width: 60px;
    margin-right: 5px !important;
}
/* Header mn */
.mobile_nav-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.mobile_nav-icon .icon {
  width: 25px;
  position: relative;
  text-align: right;
  display: flex;
  justify-content: end;
  flex-flow: column;
  align-items: end;
  gap: 5px;
}

.mobile_nav-icon .icon span {
  position: relative;
  transition: all 0.3s ease-in-out;
  transition-delay: 40ms;
  width: 16px;
  height: 2px;
  background: var(--primary-color);
  display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
  content: "";
  height: 2px;
  transition: all 0.3s ease-in-out;
  transition-delay: 40ms;
  background: var(--primary-color);
  display: inline-block;
}

.mobile_nav-icon .icon:before {
  width: 20px;
}

.mobile_nav-icon .icon:after {
  width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
  background-color: var(--fs-color-secondary);
  width: 25px;
}
div#menu_bar form .search-field {
  border-radius: 4px;
  border: 1px solid var(--primary-color);
}
div#menu_bar form {
  margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  font-size: 14px !important;
  padding: 0 !important;
  background: none;
  border: none;
  color: #000;
  line-height: 1;
  top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
  width: 20px;
  height: 20px;
  left: auto;
  right: 5px;
  position: absolute;
}
div#menu_bar {
  position: absolute;
  top: 0;
  background: var(--primary-color);
  z-index: 99999;
  -webkit-box-shadow: 0 1px 8px #555555;
  -moz-box-shadow: 0 1px 8px #555555;
  -o-box-shadow: 0 1px 8px #555555;
  box-shadow: 0 1px 8px #555555;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  transform: translateX(-350px);
  transition: .5s;
  padding: 0 15px;
}

div#menu_bar.scroll-menu {
  transform: translateX(0);
  transition: .5s;
}

div#menu_bar .bar_close {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
  font-size: 16px;
  margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
  border: none;
  position: relative;
  margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px;
  text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
  position: absolute;
  right: 0;
  margin: 0;
  opacity: 1;
  color: #fff;
  top: 3px
}

div#menu_bar ul.sub-menu {
  border: none;
  padding: 0;
  margin: 0
}

div#menu_bar ul.sub-menu li a {
  color: #fff;
  font-size: 14px;
  height: 34px;
  display: flex;
  align-items: center;
  position: relative
}

div#menu_bar ul.sub-menu li a::before {
  content: "\f0da";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
}

div#menu_bar ul.sub-menu li {
  list-style: none;
  margin: 0;
  position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
  content: "\f067";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-right: 5px;
  font-size: 12px;
  color: #fff;
  top: 50%;
  position: absolute;
  left: 50%;
  margin: 0;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
  display: none
}

div#menu_bar ul#header_menu button.toggle {
  width: 30px;
  min-height: 30px;
  height: 30px;
  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
  transform: rotate(-180deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0;
  -webkit-transition: max-height .3s, -webkit-transform .3s;
  transition: max-height .3s, -webkit-transform .3s;
  -o-transition: max-height .3s, transform .3s;
  transition: max-height .3s, transform .3s;
  transition: max-height .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow-y: hidden;
  display: block!important;
  padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 100vh
}

html.js.active body {
  overflow: hidden;
}
.ss_bread {
  background: #f7f6f2;
  padding: 8px 0;
}

nav.rank-math-breadcrumb p {
  font-size: 14px;
  margin: 0;
  color: #777;
}

nav.rank-math-breadcrumb p a {
  color: var(--primary-color);
}
ss3-force-full-width.n2-ss-no-bga-fixed {
  transform: initial !important;
  width: 100% !important;
}
div#n2-ss-2 .n2-ss-slider-1{
  height: 345px !important;
}
/*  */
ul#menu-menu-danh-muc .menu-item a {
    padding: 7px;
    height: 38px;
}

ul#menu-menu-danh-muc .menu-item a:hover {
    background-color: #f1f1f1;
    color: var(--primary-color);
}
/* Footer */
.footer_top .footer_title p {
    margin-bottom: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
}
.footer_top .box.gallery-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}
.footer_bottom .footer_title p {
    margin-bottom: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
}
.footer_bottom a.ux-menu-link__link {
    padding: 0;
    line-height: 20px;
    min-height: 24px;
    font-size: 13px;
    align-items: center;
}

.footer_bottom a.ux-menu-link__link:before {
    width: 6px;
    height: 6px;
    content: "";
    background: var(--primary-color);
    margin-right: 14px;
    border-radius: 50%;
}
.absolute-footer {
    display: none;
}
.footer_bottom .footer_title2 p {
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_bottom .icon-box.zalo p {
    color: #888888;
    font-size: 14px;
    margin: 0;
}

.footer_bottom .icon-box.zalo {
    margin-bottom: 10px;
}

.footer_bottom .icon-box.zalo p:first-child {
    color: var(--primary-color);
}

.footer_bottom .social-icons.follow-icons a {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
/* Contact */
.form_group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.ss_contact form .wpcf7-form-control {
  font-weight: 700;
  border: var(--primary-color);
  width: 100%;
  line-height: 25px;
  font-size: 12px;
  color: #999999;
  padding: 0px 10px;
  box-shadow: 0px 0px 5px var(--primary-color);
  -moz-box-shadow: 0px 0px 5px #24b8ec;
  -webkit-box-shadow: 0px 0px 5px var(--primary-color);
  -ms-box-shadow: 0px 0px 5px #24b8ec;
  -o-box-shadow: 0px 0px 5px #24b8ec;
  border-radius: 3px;
}

input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
}

.page_title h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color);
}
/* Blog */
.page_archive {
  padding-top: 30px;
}
.list_post .box .box-text {
  padding: 0;
}

.list_post .box .box-text .post-title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.list_post .box {
  display: flex;
  gap: 16px;
}

.list_post .box .box-image {
  min-width: 200px;
}
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.list_post .box .box-text .box_date {
  margin: 0 0 5px;
  color: #8f8f8f;
}
a.button_custome_link {
  font-weight: bold;
  color: var(--primary-color);
}
a.icon-circle:hover, a.remove:hover, a:hover {
  color: var(--fs-experimental-link-color-hover) !important;
}
/* Home */
.home_slider .col_slider {
  flex-basis: calc(100% - 240px);
  max-width: calc(100% - 240px);
}
.home_slider .col_slider1 {
  flex-basis: 590px;
  max-width: 590px;
}
.home_slider .col_slider2 {
  flex-basis: calc(100% - 590px);
  max-width: calc(100% - 590px);
}
.img_hover{
  overflow: hidden;
}
.img_hover:before{
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 25%; /* â†“ Thu nhá» Ä‘á»™ rá»™ng Ã¡nh sÃ¡ng (tá»« 50% â†’ 25%) */
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.3) 50%,  /* â†“ Giáº£m Ä‘á»™ sÃ¡ng (0.6 â†’ 0.3) */
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-25deg);
}
.img_hover:hover:before{
  left: 120%;
  transition: all 0.8s ease;
}
.img_hover img{
  transform: scale(1);
  transition: transform 0.8s ease;
}
.img_hover:hover img{
  transform: scale(0.95);
}
.row_cat .col_left .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.row_cat .col_left .box-text h2 {
  padding: 30px 0px;
  width: 100%;
  font-size: 22px;
  color: var(--primary-color);
  background: #ffffffb8;
  margin: 0;
  font-weight: 500;
}
.product-category .box.box-category {
  padding: 5px;
  overflow: hidden;
}
.product-category .box.box-category:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: transparent;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5));
    transform: skew(-25deg);
}

.product-category .box.box-category:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@keyframes shine {
    to {
        left: 125%
    }
}
.product-category .box.box-category .box-text {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: #ffffffb8;
  color: black;
  padding: 15px 0px;
  font-size: 17px;
  left: 0;
}

.product-category .box.box-category .box-text h5.header-title {
  font-weight: 500;
  text-transform: inherit;
  letter-spacing: inherit;
}
.row_cat .col_right {
  margin-left: 12px;
  flex-basis: calc(75% - 12px);
  max-width: calc(75% - 12px);
}
.hr_home hr {
  margin: 30px 0;
}
h1.category-title {
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color);
}
.related-post > h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
  text-transform: uppercase;
}
a.quick-view.quick-view-added {
  height: 100%;
  min-height: 100%;
  aspect-ratio: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #00000096;
  text-transform: inherit;
  font-weight: 500;
  gap: 5px;
  color: #fff !important;
}

a.quick-view.quick-view-added:before {
  content: "\f217";
  font-family: 'Font Awesome 6 Pro';
  margin-right: 5px;
}
.product-small.box .woocommerce-loop-product__link {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.product-small.box span.price .amount {
  color: red !important;
}
.product_info  .product-title {
  font-size: 20px;
  text-transform: uppercase;
}

.product-short-description {
  font-size: 14px;
}

.product_info 
p.price.product-page-price span {
  color: red;
}

.product_info  span.share-icons-title {
  display: block;
  color: var(--primary-color);
  margin-bottom: 5px;
}

ul.tabs.wc-tabs.product-tabs li a:before {display: none;}

ul.tabs.wc-tabs.product-tabs {
  border-bottom: 1px solid #c1b9b9;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

ul.tabs.wc-tabs.product-tabs li a {
  padding: 0;
  font-weight: 500;
}
.related.related-products-wrapper.product-section {
  border: none;
}

h3.product-section-title.product-section-title-related {
  border-bottom: 1px solid #c1b9b9;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
.box_tuvan  .icon-box img {
    padding: 0;
    border-radius: 50%;
}

.box_tuvan .icon-box p {
    font-size: 12px;
    margin: 0;
}

.box_tuvan .icon-box p:first-child {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
}

.box_tuvan .icon-box p:nth-child(2) {
    color: red;
    font-size: 13px;
}

.box_tuvan .icon-box:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
/*  */
.floating-contact-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 9999;
  display: flex;
  gap: 8px;
  padding: 10px calc(12px + env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) calc(12px + env(safe-area-inset-left));
  background: var(--primary-color);
  box-shadow: 0 -6px 18px rgba(0, 0, 0, .2);
}

.floating-contact-bar {
  width: 420px;
  margin-left: auto;
  margin-right: 16px;
  border-radius: 14px;
}

.floating-contact-bar .fc-btn {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 12px;
  padding: 12px 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: transparent;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
  animation: floatBtn 3s ease-in-out infinite;
}

.fc-zalo .zalo-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block;
}

a.fc-btn.fc-call svg {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.progress-wrap {
  bottom: 80px;
  right: 15px;
}

.floating-contact-bar .fc-btn:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .4);
  color: #fff !important;
}

.floating-contact-bar svg {
  fill: #fff;
}
.floating-contact-bar .fc-btn:nth-child(2) {
  animation-delay: .25s;
}
.floating-contact-bar .fc-call {
  animation: callPulse 2.5s ease-in-out infinite;
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
}
.floating-contact-bar .fc-btn:nth-child(3) {
  animation-delay: .5s;
}
@keyframes callPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 12px 4px rgba(255,255,255,0.35);
  }
}
@keyframes floatBtn { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-4px);} }
.product-category .box.box-category:hover .box-text h5.header-title {
    color: #FF9800;
}
span.price {
    color: red;
    font-weight: bold;
}
div#wapo-total-price-table {
    display: none;
}
.product_info .ux-quantity:before {
    content: "Số lượng: ";
    min-width: 115px;
    font-weight: bold;
    font-size: 14px;
}

.product_info .ux-quantity {
    display: flex;
    align-items: center;
}

.product_info .ux-quantity .ux-quantity__button {
    border-radius: 4px;
    background: none;
    box-shadow: none;
    height: 40px;
}

.product_info .ux-quantity  .input-text {
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    height: 40px;
}
.product_info button.single_add_to_cart_button {
    display: flex
;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    background-color: #fb6e2e;
    color: #fff;
    border-radius: 5px;
}
.default-price-wrapper .custom_price {
    display: flex;
    flex-flow: column;
}

.default-price-wrapper .custom_price span.sale_price {
    display: flex;
    align-items: center;
    gap: 4px;
}

.default-price-wrapper .custom_price span.sale_price span.woocommerce-Price-amount.amount {
    color: #ed3324;
    font-size: 24px;
}

.default-price-wrapper .custom_price span.discount_percentage {
    margin-left: 10px;
    background: #ffc207;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
}
.default-price-wrapper .custom_price span.regular_price *,.default-price-wrapper .custom_price span.regular_price {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
}

.default-price-wrapper .custom_price .regular_price .amount {
    text-decoration: line-through;
}
.yith-wapo-addon {
    margin-top: 0 !important;
}

table.variations {
    margin-bottom: 0;
}

table.variations .variable-item-contents {
    font-size: 14px;
}
.default-price-wrapper .custom_price .amount_contact {
  color: red;
  font-weight: bold;
}
form.cart {
  margin-bottom: 0;
}
/* Cart */

.woocommerce-cart-form th,
th.product-name,
h3.widget-title {
    font-size: 14px;
    text-transform: initial;
    min-width: 100px;
    border-bottom: 2px solid var(--primary-color) !important;
}

.actions .button,
a.checkout-button,
input#coupon_code {
    text-transform: initial !important;
    border-radius: 4px;
}

input#coupon_code {
    border: 1px solid var(--primary-color);
}

.checkout_coupon button {
    color: #fff;
    border-radius: 5px;
}
.woocommerce-cart-form__cart-item .ux-quantity {
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    display: flex;
    padding: 8px;
    margin-right: 40%;
}

.woocommerce-cart-form__cart-item .ux-quantity * {
    box-shadow: none;
    height: 32px;
    min-height: 32px;
    border: none !important;
    width: 32px;
    line-height: 32px;
    background: none;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.woocommerce-cart-form__cart-item .ux-quantity .ux-quantity__button--minus {
    background: #F0F0F0;
    color: #999999;
    border-radius: 4px !important;
}

.woocommerce-cart-form__cart-item .ux-quantity input.ux-quantity__button.ux-quantity__button--plus {
    border-radius: 4px !important;
    background: #ffcc32;
    color: #333333;
}
/* đặt hàng */
form#tm-order-form input,form#tm-order-form select,form#tm-order-form textarea {
  margin-top: 5px;
  border-radius: 4px;
  height: 40px;
  box-shadow: none;
  width: 100%;
    border: none;
}
form#tm-order-form button {
  background: var(--primary-color);
  width: 100%;
  color: #fff;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
  .home_slider .col_slider {
    flex-basis: 100%;
    max-width: 100%;
}
.home_slider .col_slider1 {
  flex-basis: 550px;
  max-width: 550px;
}
.home_slider .col_slider2 {
  flex-basis: calc(100% - 550px);
  max-width: calc(100% - 550px);
}
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
  .list_post .box {
    flex-flow: column;
}

.list_post .box .box-image {
    min-width: 100%;
}
.home_slider .col_slider1 {
  flex-basis: 100%;
  max-width: 100%;
}
.home_slider .col_slider2 {
  flex-basis: 100%;
  max-width: 100%;
}
.home_slider .col_slider2 .col-inner {
  display: flex;
  gap: 10px;
}
.row_cat .col_right {
  margin-left: 0;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 10px;
}

.row_cat {
  padding: 0 15px;
}
.floating-contact-bar {
  margin: 0;
}
div#n2-ss-2 .n2-ss-slider-1 {
  height: 250px !important;
}
}