@charset "UTF-8";
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0;
}
body {
  background: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;

}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ebebeb;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea.form-control:focus, select.form-control:focus {
  outline: none;
  box-shadow: none;
}
a:hover, a:focus {
  text-decoration: none;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 480px) {
  .row {
    margin-right: -7px;
    margin-left: -7px;
  }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.page-404 h1 {
  color: #333;
  font-size: 28px;
}
.page-404 .land {
  color: #888;
}
.page-404 .mt-5 .btn-success {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #2591fd;
  border-color: #2591fd;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
}
.page-404 .mt-5 .btn-success:hover, .page-404 .mt-5 .btn-success:focus {
  color: #fff;
  background-color: #0c84fd;
  border-color: #0c84fd;
}
.page-login #login .title-head {
  display: block;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  color: #222;
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 400;
}
@media (max-width: 480px) {
  .page-login #login .title-head {
    font-size: 18px;
  }
}
.page-login #login .title-head:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  bottom: -2px;
  content: "";
  width: 76px;
  height: 2px;
  display: inline-block;
  background: #2591fd;
  position: absolute;
}
.page-login #login .btn-blues {
  background: transparent;
  color: #2591fd;
  text-transform: uppercase;
  position: relative;
  outline: none;
  display: inline-block;
  padding: 0 30px;
  font-size: 13px;
  border: 1px solid;
  border-color: #2591fd;
  font-weight: 500;
  z-index: 2;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.page-login #login .btn-blues:hover, .page-login #login .btn-blues:focus {
  color: #fff;
  background: #2591fd;
}
.page-login #login p.text-center {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.page-login #login p.text-center .btn-link-style {
  margin-top: 15px;
  font-weight: 600;
  color: #222;
  display: inline-block;
}
.page-login #login p.text-center .btn-link-style:hover, .page-login #login p.text-center .btn-link-style:focus {
  color: #2591fd;
}
.page-login #login .text-login p {
  color: #222;
}
.page-login #login .text-login p a {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  color: #777777;
}
.page-login #login .text-login p a:hover, .page-login #login .text-login p a:focus {
  color: #2591fd;
}
.page-login #recover-password .title-head {
  display: block;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  color: #222;
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 400;
}
@media (max-width: 480px) {
  .page-login #recover-password .title-head {
    font-size: 18px;
  }
}
.page-login #recover-password .title-head:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  bottom: -2px;
  content: "";
  width: 76px;
  height: 2px;
  display: inline-block;
  background: #2591fd;
  position: absolute;
}
.page-login #recover-password .btn-blues {
  background: transparent;
  color: #2591fd;
  text-transform: uppercase;
  position: relative;
  outline: none;
  display: inline-block;
  padding: 0 30px;
  font-size: 13px;
  border: 1px solid;
  border-color: #2591fd;
  font-weight: 500;
  z-index: 2;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.page-login #recover-password .btn-blues:hover, .page-login #recover-password .btn-blues:focus {
  color: #fff;
  background-color: #2591fd;
}
.page-login #recover-password .action_bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.page-login #recover-password .text-login p {
  color: #222;
}
.page-login #recover-password .text-login p a {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  color: #777777;
}
.page-login #recover-password .text-login p a:hover, .page-login #recover-password .text-login p a:focus {
  color: #2591fd;
}
.account-page h2 {
  margin-top: 0;
  font-size: 16px;
}
.contact-info-page li {
  display: table;
  margin-bottom: 7px;
}
.contact-info-page li i {
  display: table-cell;
  width: 20px;
  text-align: center;
}
.contact-info-page li a {
  color: #000;
}
.contact-info-page li a:hover, .contact-info-page li a:focus {
  color: #2591fd;
}
.account-page h1.title-head, .account-page h2.title-head, .page-contact h1.title-head, .page-contact h2.title-head, .related-product h1.title-head, .related-product h2.title-head {
  font-weight: 500;
  font-size: 22px;
  padding: 0px 0 10px;
  margin-bottom: 0;
  margin-top: 10px;
}
.btn-blues, #btnnewreview {
  color: #fff;
  background: #2591fd;
  border-color: #2591fd;
  border-radius: 2px !important;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-blues:hover, #btnnewreview:hover {
  color: #fff;
}
.contact .in-fo-page-content {
  margin-bottom: 10px;
}
.contact .in-fo-page-content h1 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  background-color: #2591fd;
  padding: 10px;
  text-transform: uppercase;
}
.contact .in-fo-page-content .contact-info-page {
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-top: none;
}
.contact .in-fo-page-content .contact-info-page li {
  display: table;
  margin-bottom: 7px;
}
.contact .in-fo-page-content .contact-info-page li i {
  display: table-cell;
  width: 20px;
  text-align: center;
}
.contact .in-fo-page-content .contact-info-page li a {
  color: #000;
}
.contact .in-fo-page-content .contact-info-page li a:hover, .contact .in-fo-page-content .contact-info-page li a:focus {
  color: #2591fd;
}
.required {
  font-size: 13px;
  color: red;
}
.zoomLens {
  border: none !important;
}
#btnnewreview {
  background: #2591fd !important;
}
.bizweb-product-reviews-form input, .bizweb-product-reviews-form input[type="text"], .bizweb-product-reviews-form input[type="email"], .bizweb-product-reviews-form textarea {
  border-radius: 3px !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: 1px solid #ebebeb !important;
}
.bizweb-product-reviews-form input:focus, .bizweb-product-reviews-form input[type="text"]:focus, .bizweb-product-reviews-form input[type="email"]:focus, .bizweb-product-reviews-form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.bizweb-product-reviews-form .bpr-button-submit {
  background: #2591fd !important;
  border-color: #2591fd !important;
  min-width: 100px;
  text-transform: uppercase;
}
.cart_desktop_page form {
  margin-bottom: 0;
}
.cart-mobile {
  padding: 10px 0px 0px 0px;
}
.cart-mobile .header-cart {
  padding: 10px;
}
.cart-mobile .title-cart {
  line-height: 10px;
}
.cart-mobile .title-cart h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.cart-mobile .title-cart a {
  margin-top: -30px !important;
}
.cart-mobile .header-cart-content {
  margin-top: 0px;
  padding: 10px;
}
.cart-mobile .header-cart-content .content-product-list {
  min-height: 110px;
}
.cart-mobile .header-cart-content .content-product-list .item-product {
  min-height: 110px;
  border-bottom: solid 1px #f1f1f1;
  overflow: hidden;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.item-product-cart-mobile {
  width: 100px;
  margin-right: 10px;
}
.item-product-cart-mobile img {
  max-width: 100px;
  margin-right: 10px;
}
.title-product-cart-mobile h3 {
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
.title-product-cart-mobile a {
  word-break: break-word;
  font-size: 14px;
  color: #363636;
}
.title-product-cart-mobile p {
  line-height: 2;
  font-size: 14px;
  color: #898989;
}
.title-product-cart-mobile span {
  color: #2591fd;
}
.item-product-cart-mobile, .title-product-cart-mobile {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
.select-item-qty-mobile {
  float: right;
  text-align: center;
  margin-top: 10px;
}
.select-item-qty-mobile .txt_center input {
  height: 25px;
  width: 24px;
  text-align: center;
  margin: 0px;
  padding: 0;
  position: absolute;
  left: 22px;
  min-height: 0;
  border: solid thin #ddd;
  border-radius: 0;
}
.select-item-qty-mobile > div {
  position: relative;
  width: 69px;
  height: 25px;
}
.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 1;
  height: 25px;
  border-style: hidden;
  background: none !important;
  color: #000;
  border: solid thin #ddd;
  width: 24px;
}
.cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 25px;
  display: inline-block;
  line-height: 1;
  border-style: hidden;
  color: #fff;
  background: none !important;
  color: #000;
  border: solid thin #ddd;
  width: 24px;
}
.select-item-qty-mobile a {
  line-height: 3;
  color: #363636;
}
.cart-mobile .header-cart-price {
  padding: 18px 0px;
  padding-bottom: 0;
}
.cart-mobile .title-cart h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.cart-mobile .title-cart a {
  float: right;
  margin-top: -28px;
  color: #2591fd;
  font-size: 16px;
  line-height: 27px;
}
.btn-proceed-checkout-mobile {
  width: 100%;
  line-height: 27px;
  color: #fff;
  height: 40px;
  font-size: 14px;
  border: none;
  background: #2591fd;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 10px;
  border-radius: 4px;
}
.btn-proceed-continues-mobile {
  background-color: #fff !important;
  color: #2591fd !important;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  text-transform: uppercase;
  border: 1px solid #2591fd;
  border-radius: 4px;
}
.shopping-cart-item {
  background-color: transparent;
  padding: 15px 0;
  margin: 0;
}
.shopping-cart-item + .shopping-cart-item {
  border-top: 1px solid #e5e5e5;
}
.shopping-cart-item .col-xs-3 {
  padding-left: 0;
}
.shopping-cart-item .col-xs-3 p {
  margin: 0;
}
.shopping-cart-item .col-right {
  padding-left: 0;
}
.shopping-cart-item .col-right .box-info-product {
  width: 350px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
@media (max-width: 1024px) {
  .shopping-cart-item .col-right .box-info-product {
    width: 270px;
  }
}
.shopping-cart-item .col-right .box-info-product .name {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 0;
}
.shopping-cart-item .col-right .box-info-product .name a {
  color: #242424;
  font-weight: 500;
}
.shopping-cart-item .col-right .box-info-product .name a:hover, .shopping-cart-item .col-right .box-info-product .name a:focus {
  color: #2591fd;
  text-decoration: none;
}
.shopping-cart-item .col-right .box-info-product .seller-by {
  font-size: 13px;
  margin-bottom: 12px;
}
.shopping-cart-item .col-right .box-info-product .action {
  position: relative;
  padding: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
}
.shopping-cart-item .col-right .box-info-product .action .btn-link {
  border: 0;
  color: #2591fd;
  font-size: 13px;
  position: static;
  padding: 0;
  line-height: 1.1;
}
.shopping-cart-item .col-right .box-price {
  float: left;
  width: 110px;
  padding-right: 10px;
}
.shopping-cart-item .col-right .box-price .price {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  padding-top: 0;
  color: #2591fd;
}
.shopping-cart-item .col-right .quantity-block {
  width: 120px;
  float: right;
}
.shopping-cart-item .col-right .quantity-block .input-group-btn button {
  height: 28px;
}
.shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-down {
  border-radius: 3px 0 0 3px;
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-color: #e5e5e5;
  color: #999;
  line-height: 20px;
  padding: 3px 9px;
  margin: 0;
  width: 28px;
  background-color: #fff;
  float: right;
}
.shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-up {
  border-radius: 0 3px 3px 0;
  border: 1px solid #e5e5e5;
  border-color: #e5e5e5;
  border-left: 0;
  color: #999;
  line-height: 20px;
  padding: 3px 9px;
  margin: 0;
  width: 28px;
  background-color: #fff;
  float: right;
}
.shopping-cart-item .col-right .quantity-block .input-group-btn button:focus, .shopping-cart-item .col-right .quantity-block .input-group-btn button:hover {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.shopping-cart-item .col-right .quantity-block .input-group-btn .js-quantity-product {
  display: inline-block;
  height: 28px;
  padding: 0 5px;
  text-align: center;
  border-radius: 0;
  width: 35px;
  float: right;
  min-height: 28px;
  border: 1px solid #e5e5e5;
}
#right-affix .each-row {
  width: 100%;
  clear: both;
}
#right-affix .each-row .box-style {
  background-color: transparent;
  padding: 17px 0 21px 0;
}
#right-affix .each-row .box-style.fee .list-info-price {
  margin: 0;
}
#right-affix .each-row .box-style.fee .list-info-price span {
  font-weight: 500;
}
#right-affix .each-row .box-style.fee .list-info-price strong {
  float: right;
  font-weight: 700;
}
#right-affix .each-row .box-style.fee .total2 {
  font-weight: 500;
}
#right-affix .each-row .box-style.fee .total2 .text-label {
  margin-top: 5px;
  display: inline-block;
}
#right-affix .each-row .box-style.fee .total2 .amount {
  float: right;
}
#right-affix .each-row .box-style.fee .total2 .amount p {
  margin: 0;
  text-align: right;
  line-height: 1.1;
}
#right-affix .each-row .box-style.fee .total2 .amount p strong {
  color: #2591fd;
  font-size: 22px;
  font-weight: 700;
}
#right-affix .each-row .box-style.fee .total2 .amount p small {
  font-weight: 500;
}
#right-affix .each-row .box-style + .box-style {
  border-top: 1px solid #f4f4f4;
}
#right-affix .btn-checkout {
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  user-select: none;
  color: #fff;
  background-color: #2591fd;
  border-color: #2591fd;
  height: 40px;
}
#right-affix .btn-checkout:hover, #right-affix .btn-checkout:focus {
  background-color: #0278ed;
  border-color: #0278ed;
}
#right-affix .btn-checkouts {
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  user-select: none;
  color: #2591fd;
  background-color: #fff;
  border-color: #2591fd;
  height: 40px;
}
#right-affix .btn-checkouts:hover, #right-affix .btn-checkouts:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #0278ed;
  color: #0278ed;
}
.lbl-shopping-cart-gio-hang {
  margin-top: 20px;
}
.lbl-shopping-cart-gio-hang.lbl-shopping-cart {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}
.lbl-shopping-cart-gio-hang.lbl-shopping-cart span {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
  color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #0b816a;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
  color: #12cca7;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  color: #0b816a;
  margin-top: 15px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover, .shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
  color: #12cca7;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  color: #12cca7;
}
.shopping-cart .shopping-cart-table {
  margin-bottom: 10px;
}
.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle;
}
.shopping-cart .cart-image img {
  width: 150px;
}
.cart-shopping-total {
  background: #f8f8f8;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover, .shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
  color: #fff000 !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
  display: block;
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
  vertical-align: middle !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
  margin-top: 0px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #555;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
  font-size: 11px;
  color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
  margin-top: 10px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #666666;
  text-decoration: underline;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
  text-align: center;
  padding: 16px;
  font-size: 15px;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
  padding: 20px 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 24px 10px 20px 10px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
  padding: 24px 10px !important;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
  background: #fff;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  background: transparent;
}
.shopping-cart .cart-shopping-total table thead tr th {
  background-color: #fafafa;
  text-align: right;
  padding: 10px 15px;
  border: none;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
  color: #555;
  margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td {
  padding: 10px 15px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
  float: right !important;
  margin-bottom: 8px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
  display: block;
  font-weight: normal;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit, .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
  display: block;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label, .shopping-cart .estimate-ship-tax table tbody tr td .form-group input, .blog-page .blog-write-comment .form-group label, .blog-page .blog-write-comment .form-group input, .contact-page .contact-form form label, .contact-page .contact-form form input {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.contact-page .contact-form form label {
  font-weight: 600;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span, .blog-page .blog-write-comment label span, .contact-page .contact-form form label span, .checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
  color: red;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total, .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  font-size: 16px;
}
.shopping-cart-table table tbody tr td .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 40px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.shopping-cart-table table tbody tr td .quant-input input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}
.shopping-cart .col-main .cart .bg-scroll {
  border-top: none;
  margin-top: 20px;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.shopping-cart .col-main .cart .cart-thead {
  background: #fbfbfb;
  font-weight: bold;
  font-size: 13px;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  border-right: none;
  border-left: none;
  float: left;
  min-width: 600px;
}
.shopping-cart .col-main .cart .cart-thead div {
  float: left;
  padding: 10px 0px;
  color: #333;
  text-align: center;
  font-size: 13px;
}
.shopping-cart .col-main .cart .cart-tbody {
  width: 100%;
  float: left;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  float: left;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart div {
  float: left;
  padding: 20px 10px 6px;
  line-height: 20px;
  vertical-align: top;
  height: 135px;
  overflow: hidden;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart .product-image {
  min-height: 75px;
  display: block;
  height: auto;
  width: 100%;
  padding: 0 20px;
}
.shopping-cart .col-main .cart .item-cart .image .product-image img {
  max-width: 100%;
  height: auto;
  max-height: 98px;
  width: auto;
  display: inherit;
  margin: 0 auto;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart div .product-name {
  margin: 0px;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 10%;
}
.shopping-cart .col-main .cart .variant-title {
  color: #686868;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart div .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 6;
  color: #2591fd;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
  height: auto;
  border-right: none;
  width: 100%;
  margin-top: 15px;
  padding: 20px 0px 0px 0px;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
  border: 1px solid #ddd;
  outline: none;
  background: #fff;
  height: 24px;
  width: 24px;
  vertical-align: baseline;
  text-align: center;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart .number-sidebar {
  min-height: 0;
  position: static;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  border: 1px solid #ddd;
  height: 24px;
  margin-left: -1px;
  text-align: center;
  width: 23px;
  margin-right: -1px;
  padding: 0;
  line-height: 15px;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
  padding: 10px 0 6px;
  position: relative;
}
.shopping-cart .col-main .cart .cart-tbody .item-cart div a.remove-item span {
  display: none;
}
.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
  background-color: #fff;
  background-image: url(//bizweb.dktcdn.net/100/177/134/themes/235073/assets/bin.png?1487919147709);
  width: 22px;
  height: 26px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shopping-cart .col-main .cart .totals .inner {
  padding: 0px 0 15px;
  margin-top: 0;
  margin-right: 1px;
}
.shopping-cart .col-main .cart #shopping-cart-totals-table {
  width: 100%;
  padding-bottom: 8px;
  background: #fff;
}
.shopping-cart .col-main .cart ul.checkout {
  clear: left;
  padding: 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.shopping-cart .col-main .cart .btn-proceed-checkout {
  background: #2591fd;
  line-height: 20px;
  color: #fff;
  height: 40px;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
}
.shopping-cart .col-main .cart #shopping-cart-totals-table tr td.a-right {
  width: 231px;
  border-left: 1px solid #ebebeb;
}
.shopping-cart .col-main .cart #shopping-cart-totals-table tr td {
  border: #ebebeb thin solid;
  border-top: none;
  border-bottom: none;
  padding: 20px;
}
.shopping-cart .col-main .cart span.totals_price.price {
  color: #2591fd;
  font-size: 16px;
}
.shopping-cart .col-main .cart .btn.btn-white {
  margin-right: 10px;
}
.shopping-cart .col-main .cart .btn.btn-white:hover, .shopping-cart .col-main .cart .btn.btn-white:focus {
  background-color: #2591fd;
  border-color: #2591fd;
}
.cart-empty img {
  max-width: 200px;
}
.cart-empty .btn-cart-empty {
  margin-top: 20px;
  text-align: center;
}
.cart-empty .btn-cart-empty a {
  color: #fff;
  background: #2591fd;
  border-color: #2591fd;
  border-radius: 2px !important;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  padding: 15px 30px;
  line-height: 1.1;
  height: auto;
}
.cart-empty .btn-cart-empty a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #3e9efd;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.cart-empty .btn-cart-empty a:hover {
  color: #fff;
}
.cart-empty .btn-cart-empty a:hover:after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}
#order_details .thead-default {
  border-top: 1px solid #ddd;
}
#order_details .order_details_name_products a {
  font-weight: 500;
}
.home-slider.owl-carousel .owl-nav .owl-prev, .home-slider.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.home-slider.owl-carousel .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px;
}
.home-slider.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2 !important;
}
.home-slider.owl-carousel .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px;
}
.home-slider.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2 !important;
}
.home-slider.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit;
}
.home-slider.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit;
}
.home-slider.owl-carousel .owl-dots {
  display: none !important;
}
.backdrop__body-backdrop___1rvky {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.backdrop__body-backdrop___1rvky.active {
  transition: opacity 0.5s ease;
  visibility: visible;
  opacity: 1;
}
.mobile-main-menu {
  height: 100%;
  overflow-y: auto;
  width: 290px;
  position: fixed;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 999999 !important;
  top: 0 !important;
  left: 0;
  -webkit-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  transform: translateX(-290px);
}
.mobile-main-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px transparent;
  -moz-box-shadow: inset 0 0 0px transparent;
  border-radius: 0px;
  background-color: #fff;
}
.mobile-main-menu::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}
.mobile-main-menu::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px transparent;
  -moz-box-shadow: inset 0 0 0px transparent;
  background-color: #e5e5e5;
}
.mobile-main-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-main-menu .drawer-header {
  background-color: #2591fd;
}
.mobile-main-menu .drawer-header .drawer-header--auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 16px;
  margin-top: 0;
  padding: 15px 0;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._object {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._body {
  color: #fff;
  font-size: 12px;
}
.mobile-main-menu .ul-first-menu {
  padding-top: 8px;
  padding-bottom: 8px;
  flex-grow: initial;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mobile-main-menu .ul-first-menu li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.mobile-main-menu .ul-first-menu li a {
  display: block;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  line-height: 1.1;
}
.mobile-main-menu .ul-first-menu li a i {
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
  height: 24px;
  font-size: 20px;
  flex-shrink: 0;
  margin-right: 5px;
}
.mobile-main-menu .mobile-support {
  padding: 10px;
}
.mobile-main-menu .mobile-support .drawer-text-support {
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
}
.mobile-main-menu .mobile-support li {
  display: table;
}
.mobile-main-menu .mobile-support li i {
  display: table-cell;
  width: 20px;
}
.mobile-main-menu .mobile-support li a {
  color: #2591fd;
}
.mobile-main-menu .la-action-link-nav {
  margin-top: 15px;
}
.mobile-main-menu .la-action-link-nav > a {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 5px;
  display: inline-block;
  width: 120px;
  text-align: center;
}
.mobile-main-menu .la-action-link-nav > a:last-child {
  margin-right: 0px;
}
.mobile-main-menu .la-scroll-fix-infor-user {
  height: calc(100% - 263px);
  height: -moz-calc(100% - 263px);
  height: -webkit-calc(100% - 263px);
  height: -o-calc(100% - 263px);
  overflow: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
  padding: 10px;
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
  position: relative;
  background: #FFF;
  overflow-y: auto;
}
@media (min-width: 767px) and (max-width: 991px) {
  .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
    height: 55vh;
  }
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
  width: 100%;
  float: left;
  padding: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
  display: block;
  color: #444;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-right: 20px;
  position: relative;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a {
  position: relative;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
  padding: 3px 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
  content: "";
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
  padding-left: 10px;
  display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
  border: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
  padding-left: 20px;
  display: none;
}
footer.footer {
  background-color: #222;
  position: relative;
}
@media (max-width: 767px) {
  footer.footer {
    padding-top: 10px;
  }
}
footer.footer .site-footer {
  background-color: #00aeef;
  padding: 25px 0;
  position: relative;
}
footer.footer .site-footer .footer-widget {
  color: #fff;
}
footer.footer .site-footer .footer-widget h3 {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
}
footer.footer .site-footer .footer-widget h3 .fa-angle-down {
  display: none;
}
@media (max-width: 767px) {
  footer.footer .site-footer .footer-widget h3 {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.footer .site-footer .footer-widget h3 .fa-angle-down {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    z-index: 9999;
  }
  footer.footer .site-footer .footer-widget h3.active .fa-angle-down:before {
    content: "";
  }
  footer.footer .site-footer .footer-widget h3.a-h3-footer:before {
    display: none !important;
  }
}
footer.footer .site-footer .footer-widget h3 img {
  max-width: 160px;
}
footer.footer .site-footer .footer-widget h3:after {
  display: block;
  content: "";
  height: 2px;
  background: #2591fd;
  margin: 10px 0;
  width: 80px;
}
footer.footer .site-footer .footer-widget h3.a-h3-footer:after {
  display: none;
}
footer.footer .site-footer .footer-widget .list-menu.ul-footer-contact {
  display: block;
}
footer.footer .site-footer .footer-widget .list-menu.ul-footer-contact li {
  display: table;
}
footer.footer .site-footer .footer-widget .list-menu.ul-footer-contact li i {
  display: table-cell;
  width: 20px;
}
footer.footer .site-footer .footer-widget .list-menu.ul-footer-contact li a {
  display: inline-block;
  color: #fff;
}
footer.footer .site-footer .footer-widget .list-menu li {
  margin-bottom: 2px;
}
footer.footer .site-footer .footer-widget .list-menu li a {
  color: #fff;
  display: block;
}
footer.footer .site-footer .footer-widget .list-menu li a:hover, footer.footer .site-footer .footer-widget .list-menu li a:focus {
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 767px) {
  footer.footer .site-footer .footer-widget .list-menu {
    display: none;
  }
}
footer.footer .site-footer .footer-widget .app {
  margin-bottom: 10px;
}
footer.footer .site-footer .footer-widget .app a img {
  height: 32px;
}
footer.footer .site-footer .footer-widget .app a + a img {
  margin-left: 10px;
}
footer.footer .site-footer .footer-widget .footer-social {
  margin-bottom: 10px;
}
footer.footer .site-footer .footer-widget .footer-social a {
  background: #ccc;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  height: 27px;
  line-height: 26px;
  text-align: center;
  width: 27px;
}
footer.footer .site-footer .footer-widget .footer-social a.btn-facebook {
  background-color: #3b5998;
}
footer.footer .site-footer .footer-widget .footer-social a.btn-twitter {
  background-color: #1da1f2;
}
footer.footer .site-footer .footer-widget .footer-social a.btn-instagram {
  background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -moz-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -moz-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -ms-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -ms-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: -o-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -o-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}
footer.footer .site-footer .footer-widget .footer-social a.btn-youtube {
  background-color: #ff0000;
}
footer.footer .site-footer .footer-widget .footer-social a.btn-google {
  background-color: #dd4b39;
}
@media (max-width: 991px) {
  footer.footer .site-footer .footer-inner .col-xs-12:nth-child(3) {
    clear: left;
  }
}
footer.footer .copyright {
  background: #2591fd;
  color: #fff;
}
footer.footer .copyright a {
  color: #fff;
  font-weight: 500;
}
footer.footer .copyright a:hover, footer.footer .copyright a:focus {
  color: #ffe129;
}
footer.footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -70px;
  background-image: url(//bizweb.dktcdn.net/100/463/580/themes/875523/assets/heart.png?1708238776282);
  background-repeat: no-repeat;
  height: 256px;
  width: 256px;
  opacity: 0.1;
  z-index: 1;
}
.bread-crumb {
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bread-crumb {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.bread-crumb .header__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2591fd;
  background: -moz-linear-gradient(top, 0% 0%, 60% 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 0%), color-stop(100%, 60%));
  background: -webkit-linear-gradient(top, 0% 0%, 60% 100%);
  background: -o-linear-gradient(top, 0% 0%, 60% 100%);
  background: -ms-linear-gradient(top, 0% 0%, 60% 100%);
  background: linear-gradient(to right, 0% 0%, 60% 100%);
  transform: skewY(-6deg);
  transform-origin: top left;
}
.bread-crumb .header__bg:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(//bizweb.dktcdn.net/100/463/580/themes/875523/assets/cartographer.png?1708238776282);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.bread-crumb .breadcrumb {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 5px;
}
.bread-crumb .breadcrumb li a, .bread-crumb .breadcrumb li span, .bread-crumb .breadcrumb li strong {
  font-size: 14px;
  color: #fff;
}
.bread-crumb .breadcrumb li a .fa, .bread-crumb .breadcrumb li span .fa, .bread-crumb .breadcrumb li strong .fa {
  color: #fff;
}
.bread-crumb .breadcrumb li a:hover, .bread-crumb .breadcrumb li a:focus, .bread-crumb .breadcrumb li span:hover, .bread-crumb .breadcrumb li span:focus, .bread-crumb .breadcrumb li strong:hover, .bread-crumb .breadcrumb li strong:focus {
  color: #fff;
}
.bread-crumb .bread-h3 h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
}
@media (max-width: 767px) {
  .bread-crumb .bread-h3 h2 {
    font-size: 20px;
    text-align: center;
  }
}
header.header {
  position: absolute;
  z-index: 9;
  background: transparent;
  top: 0;
  width: 100%;
}
header.header .topbar {
  background-color: transparent;
  padding: 7px 0;
}
@media (max-width: 767px) {
  header.header .topbar .top-left-info {
    text-align: center;
  }
}
header.header .topbar .top-left-info li {
  display: inline-block;
}
header.header .topbar .top-left-info li a {
  color: #fff;
  padding: 0 5px;
}
header.header .topbar .top-left-info li a:hover {
  opacity: 0.9;
}
header.header .topbar .top-right-info {
  text-align: right;
}
header.header .topbar .top-right-info li {
  display: inline-block;
  float: right;
}
header.header .topbar .top-right-info li + li {
  margin-right: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 7px;
}
header.header .topbar .top-right-info li a, header.header .topbar .top-right-info li  {
  color: #fff;
  font-size: 13px;
}
header.header .topbar .top-right-info li a:hover {
  opacity: 0.9;
}
header.header .topbar .top-right-info li i {
  color: #fff;
  font-size: 13px;
}
header.header .topbar .top-right-info li.cart-btn {
  position: relative;
}
header.header .topbar .top-right-info li.cart-btn a {
  line-height: 1.1;
}
header.header .topbar .top-right-info li.cart-btn i {
  font-size: 17px;
}
header.header .topbar .top-right-info li.cart-btn .cart-value {
  position: relative;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: #FF9800;
  font-size: 12px;
  right: 0;
  top: 0;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
}
header.header .topbar .top-right-info li.list-account {
  position: relative;
}
header.header .topbar .top-right-info li.list-account i {
  font-size: 17px;
}
header.header .topbar .top-right-info li.list-account > a {
  line-height: 1.1;
}
header.header .topbar .top-right-info li.list-account:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 25px;
  background: 0 0;
  display: none;
  z-index: 8;
}
header.header .topbar .top-right-info li.list-account ul {
  position: absolute;
  top: 30px;
  min-width: 200px;
  border: none;
  background: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
  z-index: 15;
  border-top: none;
  text-align: center;
  display: none;
}
header.header .topbar .top-right-info li.list-account ul:before {
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
  margin-left: -9px;
  bottom: 100%;
  left: 20%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header.header .topbar .top-right-info li.list-account ul li {
  display: block;
  margin-left: 0;
  padding-left: 0;
  float: none;
}
header.header .topbar .top-right-info li.list-account ul li a {
  color: #000;
  padding: 7px 10px;
  background-color: #f7f7f7;
  display: block;
  font-weight: 500;
  border: none;
}
header.header .topbar .top-right-info li.list-account ul li + li {
  margin-top: 10px;
}
header.header .topbar .top-right-info li.list-account ul li:hover a {
  color: #fff;
  background-color: #2591fd;
  border-radius: 3px;
}
header.header .topbar .top-right-info li.list-account:hover .a-account {
  color: #fdcb00;
}
header.header .topbar .top-right-info li.list-account:hover:before {
  display: block;
}
header.header .topbar .top-right-info li.list-account:hover ul {
  display: block;
}
header.header .topbar .top-right-info li.list-search {
  position: relative;
}
header.header .topbar .top-right-info li.list-search .mobile-search i {
  font-size: 17px;
}
header.header .topbar .top-right-info li.list-search .top-categories-search-main {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 290px;
  z-index: 9;
  display: none;
}
header.header .topbar .top-right-info li.list-search .top-categories-search-main form {
  margin-bottom: 0;
}
header.header .topbar .top-right-info li.list-search .top-categories-search-main form input {
  border: 1px solid #2591fd;
  outline: none;
  box-shadow: none;
}
header.header .topbar .top-right-info li.list-search .top-categories-search-main form button {
  background-color: #2591fd;
  color: #fff;
}
header.header .header-main {
  position: relative;
  background-color: transparent;
}
@media (max-width: 991px) {
  header.header .header-main {
    padding: 0;
  }
}
header.header .header-main .bg-header {
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.76);
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
@media (max-width: 991px) {
  header.header .header-main .bg-header {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
header.header .header-main .navbar-brand {
  padding: 0px 0;
  display: inline-block;
  height: auto;
}
header.header .header-main .navbar-brand img {
  max-height: 50px;
}
@media (max-width: 991px) {
  header.header .header-main .navbar-brand img {
    align-items: center;
    max-height: 90px;
    margin: auto;
  }
}
header.header .header-main .main-nav-right {
  text-align: right;
  margin: 10px 0 0 0 ;
}
header.header .header-main .main-nav-right li {
  padding: 0;
  float: right;
}
header.header .header-main .main-nav-right li a {
  color: #424242;
  padding: 0px 15px;
  display: block;
  position: relative;
}
header.header .header-main .main-nav-right li a:hover, header.header .header-main .main-nav-right li a:focus {
  color: #ffe129;
  text-decoration: none;
}
header.header .header-main .main-nav-right li a i {
  font-size: 20px;
}
header.header .header-main .main-nav-right li a .cart-value {
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  height: 18px;
  right: 0px;
  line-height: 17px;
  min-width: 18px;
  position: absolute;
  top: -7px;
  color: #fff;
  background-color: #ffe129;
}
header.header .header-main .main-nav-right li + li a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header.header .header-main .main-nav-right li.list-account {
  position: relative;
}
header.header .header-main .main-nav-right li.list-account:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  width: 100%;
  height: 35px;
  background: 0 0;
  display: none;
  z-index: 8;
}
header.header .header-main .main-nav-right li.list-account ul {
  position: absolute;
  top: 65px;
  min-width: 200px;
  border: none;
  background: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
  z-index: 15;
  border-top: none;
  text-align: center;
  display: none;
  left: -95px;
}
header.header .header-main .main-nav-right li.list-account ul:before {
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
  margin-left: -9px;
  bottom: 100%;
  left: 120px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header.header .header-main .main-nav-right li.list-account ul li {
  display: block;
  margin-left: 0;
  padding-left: 0;
  float: none;
}
header.header .header-main .main-nav-right li.list-account ul li a {
  color: #000;
  padding: 7px 10px;
  background-color: #f7f7f7;
  display: block;
  font-weight: 500;
  border: none;
}
header.header .header-main .main-nav-right li.list-account ul li + li {
  margin-top: 10px;
}
header.header .header-main .main-nav-right li.list-account ul li:hover a {
  color: #fff;
  background-color: #2591fd;
  border-radius: 3px;
}
header.header .header-main .main-nav-right li.list-account:hover .a-account {
  color: #fdcb00;
}
header.header .header-main .main-nav-right li.list-account:hover:before {
  display: block;
}
header.header .header-main .main-nav-right li.list-account:hover ul {
  display: block;
}
header.header .header-main .main-nav-right li.list-search {
  position: relative;
}
header.header .header-main .main-nav-right li.list-search .mobile-search {
  color: #424242;
  padding: 0px 15px;
  display: block;
  position: relative;
  line-height: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header.header .header-main .main-nav-right li.list-search .mobile-search:hover, header.header .header-main .main-nav-right li.list-search .mobile-search:focus {
  color: #ffe129;
  text-decoration: none;
}
header.header .header-main .main-nav-right li.list-search .mobile-search i {
  font-size: 20px;
}
header.header .header-main .main-nav-right li.list-search .top-categories-search-main {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 290px;
  z-index: 9;
  display: none;
}
header.header .header-main .main-nav-right li.list-search .top-categories-search-main form {
  margin-bottom: 0;
}
header.header .header-main .main-nav-right li.list-search .top-categories-search-main form input {
  border: 1px solid #2591fd;
  outline: none;
  box-shadow: none;
}
header.header .header-main .main-nav-right li.list-search .top-categories-search-main form button {
  background-color: #2591fd;
  color: #fff;
}
header.header .header-main .main-nav-right li.list-search:hover .top-categories-search-main {
  display: block;
}
header.header nav {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
header.header nav .mainmenu {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
  margin-right: 2px;
}
header.header nav .mainmenu span {
  display: block;
  position: relative;
  z-index: 11;
  padding: 12px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
header.header nav .mainmenu span i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
header.header nav .mainmenu .nav-cate {
  overflow: visible;
  clear: both;
  position: absolute;
  top: 49px;
  left: -1px;
  right: 0;
  z-index: 10;
  height: 0;
  display: none;
}
@media (min-width: 1025px) {
  header.header nav .mainmenu .nav-cate {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    animation: menu-to-bottom 0.25s ease;
    -webkit-animation: menu-to-bottom 0.25s ease;
  }
}
header.header nav .mainmenu .nav-cate ul {
  width: 100%;
  min-height: 364px;
  background: #fff;
  overflow: visible;
  border: 1px solid #2591fd;
  padding-bottom: 1px;
}
@media (max-width: 1024px) {
  header.header nav .mainmenu .nav-cate ul {
    min-height: 300px;
    overflow-y: scroll;
  }
}
header.header nav .mainmenu .nav-cate ul li {
  display: block;
  overflow: visible;
  padding: 10px 10px;
  cursor: pointer;
  clear: both;
  margin: 0 1px;
}
header.header nav .mainmenu .nav-cate ul li h3 {
  position: relative;
  display: block;
  color: #666;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
header.header nav .mainmenu .nav-cate ul li h3 a {
  display: block;
  font-size: 14px;
  color: #666;
}
header.header nav .mainmenu .nav-cate ul li h3 a:hover, header.header nav .mainmenu .nav-cate ul li h3 a:focus {
  color: #666;
}
header.header nav .mainmenu .nav-cate ul li h3 img {
  max-width: 22px;
  float: left;
  margin-right: 5px;
}
header.header nav .mainmenu .nav-cate ul li + li {
  border-top: 1px solid #f4f4f4;
}
header.header nav .mainmenu .nav-cate ul li:last-child h3 {
  border-bottom: none;
}
header.header nav .mainmenu .nav-cate ul li.dropdown {
  position: static;
}
header.header nav .mainmenu .nav-cate ul li.dropdown h3 a:before {
  content: "";
  font-family: FontAwesome;
  text-align: center;
  font-size: 14px;
  top: 50%;
  position: absolute;
  right: 0px;
  line-height: 100%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  color: #999;
}
header.header nav .mainmenu .nav-cate ul li.dropdown:hover h3 a:before {
  color: #666;
}
header.header nav .mainmenu .nav-cate ul li.dropdown:hover .subcate {
  display: block;
}
header.header nav .mainmenu .nav-cate ul li .subcate {
  display: none;
  cursor: default;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  min-height: 389px;
  background: #fff;
  padding: 0;
  border: 1px solid #2591fd;
  margin-left: -1px;
  width: 300%;
}
@media (max-width: 1024px) {
  header.header nav .mainmenu .nav-cate ul li .subcate {
    min-height: 300px;
  }
}
header.header nav .mainmenu .nav-cate ul li .subcate aside {
  width: 200px;
  padding: 5px 10px;
  float: left;
  overflow: hidden;
  cursor: default;
}
header.header nav .mainmenu .nav-cate ul li .subcate aside a {
  line-height: 20px;
  display: block;
  text-transform: none;
  padding: 2px 0 !important;
}
header.header nav .mainmenu .nav-cate ul li .subcate aside a:hover, header.header nav .mainmenu .nav-cate ul li .subcate aside a:focus {
  color: #2591fd;
}
header.header nav .mainmenu .nav-cate ul li .subcate aside strong {
  border-bottom: solid 1px #ddd;
  display: block;
  height: 25px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
header.header nav .mainmenu .nav-cate ul li .subcate aside strong a {
  font-size: 12px;
  color: #2591fd;
  font-weight: bold;
  display: inline-block;
  line-height: 25px;
  text-transform: uppercase;
}
header.header nav .mainmenu .nav-cate ul li .subcate .img-menu {
  padding: 2px;
}
header.header nav .mainmenu .nav-cate ul li .subcate .sub-flex .ul-first {
  border-left: none;
}
header.header nav .mainmenu .nav-cate ul li:hover {
  background-color: #f4f4f4;
}
header.header nav .mainmenu .nav-cate ul li:hover h3 a {
  color: #2591fd;
}
header.header nav .mainmenu:hover .nav-cate {
  display: block;
}
@media (min-width: 1025px) {
  header.header nav .mainmenu:hover .nav-cate {
    visibility: visible;
    opacity: 1;
    animation: menu-in-top 0.25s ease;
    -webkit-animation: menu-in-top 0.25s ease;
  }
}
header.header nav .mainmenu.mainmenu-other .nav-cate {
  display: none;
}
header.header nav .mainmenu.mainmenu-other:hover .nav-cate {
  display: block;
}
header.header nav .nav-item > a {
  position: relative;
}
header.header nav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 25px;
  background: 0 0;
  display: none;
  z-index: 8;
}
header.header nav .nav-item ul.dropdown-menu {
  padding: 0;
  border: none;
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  font-weight: 500;
  top: 60px;
}
@media (min-width: 1025px) {
  header.header nav .nav-item ul.dropdown-menu {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
header.header nav .nav-item ul.dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid #f7f7f7;
}
header.header nav .nav-item ul.dropdown-menu li:last-child {
  border-bottom: none;
}
header.header nav .nav-item ul.dropdown-menu li a {
  padding: 10px 5px;
  position: relative;
  padding-right: 20px;
}
header.header nav .nav-item ul.dropdown-menu li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
header.header nav .nav-item ul.dropdown-menu li a:hover, header.header nav .nav-item ul.dropdown-menu li a:focus {
  background-color: transparent;
  color: #2591fd;
}
header.header nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: 0;
}
header.header nav .nav-item:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
@media (min-width: 1025px) {
  header.header nav .nav-item:hover > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
header.header nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
@media (min-width: 1025px) {
  header.header nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
header.header nav .nav-item:hover > a:before {
  display: block;
}
header.header nav .mega-content {
  top: 57px;
}
.aside-item {
  margin-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
}
.aside-item:last-child {
  border-bottom: none;
}
.aside-item.collection-category .aside-title .title-head {
  margin: 0;
  color: #494949;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
}
.aside-item.collection-category .aside-hidden-mobile .filter-container .aside-item .aside-title .title-head {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  background-color: transparent;
  font-size: 14px;
}
.aside-item.collection-category .aside-content {
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.aside-item.collection-category .nav li a {
  font-size: 14px;
  padding-left: 5px;
  padding-right: 25px;
  color: #222;
  white-space: normal;
}
.aside-item.collection-category .nav li a:hover, .aside-item.collection-category .nav li a:focus {
  color: #2591fd;
  background-color: transparent;
}
.aside-item.collection-category .nav > li > a .fa {
  position: relative;
  top: 0 !important;
  right: 0 !important;
  width: auto !important;
}
.aside-item.collection-category .nav > li:last-child > a {
  border-bottom: none;
}
.aside-item.collection-category .nav > li.nav-item .fa {
  top: 7px;
}
.aside-item.collection-category .nav > li.nav-item .dropdown-menu .nav-item .fa {
  top: 5px;
}
.aside-item .heading .title-head {
  margin: 0;
  color: #494949;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
}
.aside-item .heading .title-head:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ffe129;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.aside-item .heading .title-head span {
  padding-left: 15px;
}
.aside-item .list-blogs .blog-item {
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.aside-item .list-blogs .blog-item-name {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
}
.aside-item .list-blogs .blog-item-name a {
  color: #333;
}
.aside-item .list-blogs .blog-item-name a:hover, .aside-item .list-blogs .blog-item-name a:focus {
  color: #2591fd;
}
.aside-item .list-blogs .panel-box-media {
  display: block;
  float: left;
  width: 70px;
  margin-right: 10px;
}
.aside-item .list-blogs .blogs-rights {
  padding-left: 80px;
}
.aside-item .list-blogs .post-time {
  font-size: 11px;
  font-style: italic;
}
.aside-item .blogs-mores {
  margin-top: 5px;
}
.aside-item .blogs-mores a {
  color: #ffe129;
}
.aside-item .blogs-mores a:hover, .aside-item .blogs-mores a:focus {
  color: #2591fd;
}
.aside-item .aside-title .title-head {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.aside-item .field-search {
  margin-bottom: 10px;
}
.aside-item .field-search input {
  min-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0 7px;
}
.aside-item .field-search button {
  height: 34px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #2591fd;
  color: #fff;
}
.list-blog-page .box-heading {
  padding: 10px 0;
}
.list-blog-page .box-heading .title-head {
  font-weight: 500;
  margin: 0;
  font-size: 22px;
}
.list-blog-page .list-blogs .blog-item {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  padding-top: 15px;
  margin-top: 5px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .list-blog-page .list-blogs .blog-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
@media (max-width: 480px) {
  .list-blog-page .list-blogs .blog-item {
    padding-right: 5px;
  }
}
.list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
  float: left;
  width: 300px;
  height: auto;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  .list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.list-blog-page .list-blogs .blog-item .blog-item-thumbnail img {
  transition-duration: 0.4s;
}
.list-blog-page .list-blogs .blog-item .a-more a {
  display: inline-block;
  background: #ffe129;
  color: #fff;
  padding: 5px 30px;
  font-size: 13px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.07);
}
.list-blog-page .list-blogs .blog-item .blog-item-mains {
  padding-left: 310px;
}
@media (max-width: 480px) {
  .list-blog-page .list-blogs .blog-item .blog-item-mains {
    padding-left: 0;
  }
}
.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name {
  display: block;
  font-size: 16px;
  color: #494949;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a {
  color: #494949;
}
.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a:hover, .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a:focus {
  color: #2591fd;
}
.list-blog-page .list-blogs .blog-item .blog-item-mains .post-time {
  font-size: 12px;
  color: #494949;
  margin-bottom: 7px;
  display: inline-block;
  background-color: #ececec;
  border-radius: 20px;
  padding: 3px 13px;
}
.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-summary {
  color: #888;
}
@media (max-width: 767px) {
  .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-summary {
    display: none;
  }
}
.list-blog-page .list-blogs .blog-item:hover .blog-item-thumbnail img {
  transform: scale(1.09);
}
.list-blog-page .list-blogs .blog-item:hover .blog-item-mains .blog-item-name a {
  color: #2591fd;
}
.article-wraper .article-main .title-head {
  font-weight: 500;
  font-size: 22px;
  padding: 0px 0 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.article-wraper .article-main .postby {
  font-size: 12px;
  color: #b2b2b2;
  margin: 8px 0;
}
.article-wraper .article-main .article-content iframe {
  max-width: 100%;
}
.article-wraper .article-main .article-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  height: auto !important;
}
.article-wraper .article-main .article-content .service-scroll-image img {
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.article-wraper .article-main .article-content h2 {
  font-size: 17px;
  font-weight: 600;
}
.article-wraper .article-main .blog_related {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .article-wraper .article-main .blog_related {
    padding: 10px;
  }
}
.article-wraper .article-main .blog_related h2 {
  color: #222;
  margin: 0;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .article-wraper .article-main .blog_related h2 {
    font-size: 16px;
  }
}
.article-wraper .article-main .blog_related .blog_entry {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .article-wraper .article-main .blog_related .blog_entry {
    margin-bottom: 7px;
  }
}
.article-wraper .article-main .blog_related .blog_entry h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .article-wraper .article-main .blog_related .blog_entry h3 {
    margin-top: 0;
  }
}
.article-wraper .article-main .blog_related .blog_entry h3 a {
  font-size: 14px;
  color: #222;
}
.article-wraper .article-main .blog_related .blog_entry h3 a:hover, .article-wraper .article-main .blog_related .blog_entry h3 a:focus {
  color: #2591fd;
  text-decoration: none;
}
.article-wraper .article-main .blog_related .blog_entry h3 a:hover i, .article-wraper .article-main .blog_related .blog_entry h3 a:focus i {
  color: #ffe129;
}
.article-wraper .article-main .blog_related .blog_entry .tempvideo {
  position: relative;
  height: 128px;
}
@media (max-width: 1024px) {
  .article-wraper .article-main .blog_related .blog_entry .tempvideo {
    height: 103px;
  }
}
@media (max-width: 991px) {
  .article-wraper .article-main .blog_related .blog_entry .tempvideo {
    height: 105px;
  }
}
@media (max-width: 767px) {
  .article-wraper .article-main .blog_related .blog_entry .tempvideo {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 10px;
  }
}
.article-wraper .article-main .blog_related .blog_entry .tempvideo img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .article-wraper .article-main .blog_related .pagination .page-item.active .page-link {
    background-color: #f8f8f8;
  }
}
.article-wraper .article-main #RelatedProducts .feature_category_title .title-head {
  padding-bottom: 0;
}
.article-wraper .article-main #RelatedProducts .products {
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  overflow: hidden;
}
.article-wraper .article-main #RelatedProducts .products .product-box {
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  padding: 3px;
  margin-bottom: 0;
}
.article-wraper .article-main.article-service .title-head {
  color: #2591fd;
  text-transform: uppercase;
  position: relative;
}
.article-wraper .article-main.article-service .title-head:before {
  content: "";
  height: 4px;
  width: 100px;
  background-color: #2591fd;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.article-wraper .article-main.article-service .fix-content-service {
  margin-top: 40px;
}
.article-wraper .article-main.article-service .fix-content-service h2:first-child {
  font-size: 24px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #2591fd;
  position: relative;
}
@media (max-width: 480px) {
  .article-wraper .article-main.article-service .fix-content-service h2:first-child {
    font-size: 18px;
  }
}
.article-wraper .article-main.article-service .fix-content-service h2:first-child:before {
  content: "";
  font-family: "fontawesome";
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .article-wraper .article-main.article-service .fix-content-service h2:first-child:before {
    font-size: 18px;
  }
}
.article-wraper .article-main.article-service .fix-content-service .service-scrolls {
  max-height: 280px;
  overflow-y: scroll;
}
.article-wraper .article-main.article-service .fix-content-service .service-scrolls img:first-child {
  display: none;
}
.article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}
.article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar {
  width: 5px;
  background-color: #2591fd;
}
.article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #2591fd;
}
.article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll-image {
  left: 50%;
}
@media (max-width: 991px) {
  .article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll-image {
    left: 0;
  }
}
.article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll {
  right: 50%;
}
@media (max-width: 991px) {
  .article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll {
    right: 0;
  }
}
.article-wraper .article-main.article-service .fix-content-service .service-cta {
  margin-top: 15px;
}
.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon {
  height: 46px;
  width: auto;
  border-radius: 22px;
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 2px;
  margin-right: 20px;
  border: 2px solid #2591fd;
  display: inline-block;
  outline: none;
  text-transform: uppercase;
  color: #2591fd;
  background: #fff;
  font-size: 13px;
  position: relative;
  font-weight: 600;
}
@media (max-width: 480px) {
  .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon {
    padding-right: 35px;
    margin-right: 10px;
  }
  .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:last-child {
    margin-right: 0;
  }
}
.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:before {
  content: "";
  width: 22px;
  height: 45px;
  position: absolute;
  left: -1px;
  top: -2px;
  background: #0278ed;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:after {
  content: "";
  width: 22px;
  height: 45px;
  position: absolute;
  left: 21px;
  top: -2px;
  background: #2591fd;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon span:before {
  background-image: url(//bizweb.dktcdn.net/100/463/580/themes/875523/assets/call.png?1708238776282);
  content: "";
  width: 30px;
  height: 30px;
  left: 6px;
  top: 6px;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
}
.article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon.btn-form span:before {
  background-image: url(//bizweb.dktcdn.net/100/463/580/themes/875523/assets/support.png?1708238776282);
}
.article-wraper .article-main.article-service .article-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  height: auto !important;
}
.article-wraper .article-main.article-service .article-content .service-scroll-image img {
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .article-wraper .article-main.article-service .article-content .service-scroll-image img {
    margin-bottom: 20px;
  }
}
#article_comments {
  margin-bottom: 15px;
}
.about-page {
  padding-bottom: 80px;
}
.about-page h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 35px;
  color: #333;
}
.about-page .about-main h2 {
  color: #494949;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 7px;
}
.about-page .about-main h2 span {
  color: #2591fd;
}
.about-page .about-main .about-main-content {
  color: #777;
  text-align: justify;
}
.about-page .about-image img {
  border-radius: 5px;
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .about-page .about-image {
    margin-bottom: 20px;
  }
}
.about-page-cam-ket {
  background-color: #f7f7f7;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .about-page-cam-ket .list-cam-ket {
    margin-top: 20px;
  }
}
.about-page-cam-ket .list-cam-ket h2 {
  color: #494949;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 7px;
}
.about-page-cam-ket .list-cam-ket h2 span {
  color: #2591fd;
}
.about-page-cam-ket .list-cam-ket ul {
  margin-top: 30px;
}
.about-page-cam-ket .list-cam-ket ul li {
  list-style: none;
  padding-left: 80px;
  background: url(//bizweb.dktcdn.net/100/463/580/themes/875523/assets/ic-baove.png?1708238776282) no-repeat left center;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  color: #444b49;
  font-size: 15px;
}
@media (max-width: 480px) {
  .about-page-cam-ket .list-cam-ket ul li {
    background-size: 50px;
    padding-left: 60px;
    font-size: 14px;
  }
}
.our-teams {
  padding: 50px 0;
}
.our-teams .salim-section-title {
  text-align: center;
}
.our-teams .salim-section-title h2 {
  color: #494949;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 7px;
}
.our-teams .salim-section-title .salim-desrip {
  color: #777;
}
.our-teams .owl-our-team.owl-carousel .owl-nav .owl-prev, .our-teams .owl-our-team.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.our-teams .owl-our-team.owl-carousel .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px;
}
.our-teams .owl-our-team.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2 !important;
}
.our-teams .owl-our-team.owl-carousel .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px;
}
.our-teams .owl-our-team.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2 !important;
}
.our-teams .owl-our-team.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit;
}
.our-teams .owl-our-team.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit;
}
.our-teams .owl-our-team.owl-carousel .owl-dots {
  display: none;
}
@media (max-width: 767px) {
  .our-teams .owl-our-team.owl-carousel {
    overflow-x: hidden;
  }
}
.our-teams .owl-our-team .with-hover .team-info {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  bottom: 20px;
  width: calc(100% - 20px);
  z-index: 9;
  margin: 10px;
  padding: 10px;
}
.our-teams .owl-our-team .with-hover .team-info h4 {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.our-teams .owl-our-team .with-hover .team-info small {
  font-size: 12px;
  color: #777;
}
.our-teams .owl-our-team .with-hover:hover .team-info {
  background-color: #2591fd;
}
.our-teams .owl-our-team .with-hover:hover .team-info h4, .our-teams .owl-our-team .with-hover:hover .team-info small {
  color: #fff;
}
.list-service-page .blog-item {
  position: relative;
}
.list-service-page .blog-item .blog-item-mains {
  bottom: -52px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
  padding: 10px;
  background: #2591fd;
  color: #fff;
}
.list-service-page .blog-item .blog-item-mains .blog-item-name {
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0;
  color: #fff;
}
.list-service-page .blog-item .blog-item-mains .blog-item-name a {
  color: #fff;
}
.list-service-page .blog-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.list-service-page .blog-item:hover .blog-item-mains {
  bottom: 0;
}
.left-service {
  padding: 0 10px;
  border: 1px dashed #e5e5e5;
}
.left-service .aside-item:last-child {
  padding-bottom: 0;
}
.call-me-back ul li {
  list-style: none;
}
.call-me-back ul li a {
  height: 42px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #ffe129;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #ffe129;
}
.call-me-back ul li a:hover, .call-me-back ul li a:focus {
  background-color: #fff;
  color: #ffe129;
}
.call-me-back ul li button {
  height: 42px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #2591fd;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #2591fd;
  outline: none;
  box-shadow: none;
}
.call-me-back ul li button:hover, .call-me-back ul li button:focus {
  background-color: #fff;
  color: #2591fd;
}
.callmeback-form .modal-header {
  background-color: #2591fd;
}
.callmeback-form .modal-header .modal-title {
  padding-left: 0;
  min-height: 1px;
  text-align: center;
  color: #fff;
}
.callmeback-form .modal-header button {
  position: absolute;
  right: 10px;
  z-index: 99;
}
.callmeback-form .modal-body .cta-name-pro {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
}
.callmeback-form .modal-body .col-md-7 {
  padding-left: 0;
}
.callmeback-form .modal-body .col-md-7 input {
  border-radius: 5px;
}
.callmeback-form .modal-body .col-md-7 input:focus {
  outline: none;
  box-shadow: none;
}
.callmeback-form .modal-body .col-md-7 .bizweb-challenge__message {
  display: none;
}
.category-products .sortPagiBar .view-mode a .button-view-mode {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #333;
  line-height: 37px;
  text-align: center;
  background: #ebebeb;
  background: #fff;
  font-size: 20px;
  padding-top: 0px;
  border: 1px solid #ebebeb;
}
.category-products .sortPagiBar .view-mode a .button-view-mode.active, .category-products .sortPagiBar .view-mode a .button-view-mode:hover {
  background-color: #2591fd;
  border-color: #2591fd;
  color: #fff;
}
.products-view-grid .single-pander-product {
  text-align: center;
  margin-bottom: 25px;
}
.products-view-grid .single-pander-product .pro-img {
  position: relative;
  border: 1px dotted #e7e7e7;
}
.products-view-grid .single-pander-product .pro-img .badge-success {
  background: #ffe129;
  border: 1px solid #ffe129;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  left: 5px;
  padding: 4px 7px;
  position: absolute;
  top: 5px;
  z-index: 2;
}
.products-view-grid .single-pander-product .pro-img .quick-view-pro {
  width: 40px;
  margin-left: 5px;
  float: left;
}
.products-view-grid .single-pander-product .pro-img .quick-view-pro .quickview {
  color: #fff;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: #2591fd;
  border-radius: 5px;
  border: 1px solid #2591fd;
}
.products-view-grid .single-pander-product .pro-img .quick-view-pro .quickview:hover, .products-view-grid .single-pander-product .pro-img .quick-view-pro .quickview:focus {
  color: #2591fd;
  background: #fff;
  border: 1px solid #2591fd;
}
.products-view-grid .single-pander-product .pro-img .actions-primary {
  z-index: 9;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transition: all 0.2s 0.2s ease;
  -moz-transition: all 0.2s 0.2s ease;
  transition: all 0.2s 0.2s ease;
}
.products-view-grid .single-pander-product .pro-img .actions-primary form {
  margin-bottom: 0;
}
.products-view-grid .single-pander-product .pro-img .actions-primary form button {
  background-color: #2591fd;
  color: #fff;
  border: 1px solid #2591fd;
  border-radius: 5px;
  float: left;
  width: calc(100% - 45px);
  text-transform: uppercase;
  font-weight: 500;
}
.products-view-grid .single-pander-product .pro-img .actions-primary form button:hover, .products-view-grid .single-pander-product .pro-img .actions-primary form button:focus {
  color: #2591fd;
  background: #fff;
  border: 1px solid #2591fd;
}
.products-view-grid .single-pander-product .pro-content {
  padding: 10px 0 0;
  position: relative;
}
.products-view-grid .single-pander-product .pro-content .rating {
  margin-bottom: 10px;
  min-height: 23.33px;
}
.products-view-grid .single-pander-product .pro-content .rating .bizweb-product-reviews-badge {
  display: block;
}
.products-view-grid .single-pander-product .pro-content .rating .bizweb-product-reviews-badge .bizweb-product-reviews-star {
  padding: 0;
  width: 100%;
  display: block;
}
.products-view-grid .single-pander-product .pro-content .rating .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
  font-size: 12px;
  color: #f0ca6c !important;
}
.products-view-grid .single-pander-product .pro-content .rating .bizweb-product-reviews-badge div:nth-child(2), .products-view-grid .single-pander-product .pro-content .rating .bizweb-product-reviews-badge div:nth-child(3) {
  display: none;
}
.products-view-grid .single-pander-product .pro-content .pro-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 15px;
}
.products-view-grid .single-pander-product .pro-content .pro-title a {
  color: #606060;
}
.products-view-grid .single-pander-product .pro-content .pro-title a:hover, .products-view-grid .single-pander-product .pro-content .pro-title a:focus {
  text-decoration: none;
  color: #2591fd;
}
.products-view-grid .single-pander-product .pro-content p {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.products-view-grid .single-pander-product .pro-content p .price {
  color: #2591fd;
  font-size: 14px;
  font-weight: 600;
}
.products-view-grid .single-pander-product .pro-content p .prev-price {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  padding-left: 7px;
}
.products-view-grid .single-pander-product .pro-content .pro-actions {
  -moz-box-align: center;
  -moz-box-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff none repeat scroll 0 0;
  bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding-bottom: 12px;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
.products-view-grid .single-pander-product .pro-content .pro-actions:before {
  background: #cccccc none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 1px;
  z-index: 15;
}
.products-view-grid .single-pander-product .pro-content .pro-actions .actions-primary, .products-view-grid .single-pander-product .pro-content .pro-actions .actions-secondary {
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.products-view-grid .single-pander-product .pro-content .pro-actions .actions-secondary {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.products-view-grid .single-pander-product .pro-content .pro-actions .actions-secondary a {
  background-color: white;
  display: inline-block;
  height: 30px;
  line-height: 36px;
  width: 30px;
}
.products-view-grid .single-pander-product .pro-content .pro-actions .actions-secondary a i {
  font-size: 20px;
}
.products-view-grid .single-pander-product .pro-content .pro-actions .actions-primary form {
  margin-bottom: 0;
}
.products-view-grid .single-pander-product .pro-content .pro-actions .actions-primary form button {
  background-color: white;
  color: #343434;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0;
  height: 32px;
}
.products-view-grid .single-pander-product .pro-content .pro-actions .actions-primary form button i {
  font-size: 17px;
  margin-right: 5px;
}
.products-view-grid .single-pander-product .pro-content .pro-actions .actions-primary form button:hover, .products-view-grid .single-pander-product .pro-content .pro-actions .actions-primary form button:focus {
  outline: none;
  box-shadow: none;
  color: #2591fd;
}
.products-view-grid .single-pander-product:hover .pro-img .actions-primary {
  opacity: 1;
}
.products-view-grid .single-pander-product:hover .pro-content .pro-actions {
  opacity: 1;
}
.products-view-grid .single-pander-product:hover .pro-content .pro-actions:before {
  left: 0;
  opacity: 1;
  right: 0;
  width: auto;
}
.products-view-grid .single-pander-product:hover .pro-content .pro-actions .actions-primary, .products-view-grid .single-pander-product:hover .pro-content .pro-actions .actions-secondary {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.products-view-grid .single-pander-product:hover .pro-content .pro-title {
  color: #2591fd;
}
.products-view-list .single-product {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f5f5f5;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.products-view-list .single-product .pro-img {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  width: calc(100% / 3);
  float: left;
}
@media (max-width: 480px) {
  .products-view-list .single-product .pro-img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.products-view-list .single-product .pro-img img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.products-view-list .single-product .pro-content {
  text-align: left;
  margin-left: 30px;
  float: left;
  width: calc(100% / 3 * 2 - 30px);
  background: transparent;
  border-top: none;
}
@media (max-width: 480px) {
  .products-view-list .single-product .pro-content {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.products-view-list .single-product .pro-content .product-rating {
  margin-bottom: 5px;
}
.products-view-list .single-product .pro-content .product-rating .bizweb-product-reviews-badge {
  display: block;
}
.products-view-list .single-product .pro-content .product-rating .bizweb-product-reviews-badge .bizweb-product-reviews-star {
  padding: 0;
  width: 100%;
  display: block;
}
.products-view-list .single-product .pro-content .product-rating .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
  font-size: 12px;
  color: #f0ca6c !important;
}
.products-view-list .single-product .pro-content .product-rating .bizweb-product-reviews-badge div:nth-child(2), .products-view-list .single-product .pro-content .product-rating .bizweb-product-reviews-badge div:nth-child(3) {
  display: none;
}
.products-view-list .single-product .pro-content h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.products-view-list .single-product .pro-content h4 a {
  color: #363f4d;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.products-view-list .single-product .pro-content h4 a:hover, .products-view-list .single-product .pro-content h4 a:focus {
  color: #2591fd;
}
.products-view-list .single-product .pro-content p {
  margin-bottom: 0;
}
.products-view-list .single-product .pro-content p img {
  display: none;
}
.products-view-list .single-product .pro-content p .price {
  font-size: 14px;
  font-weight: 600;
  color: #2591fd;
}
.products-view-list .single-product .pro-content p .prev-price {
  color: #666;
  font-weight: normal;
  margin-left: 8px;
  font-size: 13px;
      text-decoration: line-through;
}
.products-view-list .single-product .pro-content .pro-actions {
  bottom: 0px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 99;
  margin-top: 10px;
}
.products-view-list .single-product .pro-content .pro-actions .actions-secondary {
  width: 100%;
  background: #fff;
}
.products-view-list .single-product .pro-content .pro-actions .actions-secondary form {
  margin-bottom: 0;
}
.products-view-list .single-product .pro-content .pro-actions .actions-secondary form button {
  width: 115px;
  font-size: 12px;
  text-transform: uppercase;
  background: #2591fd none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: 42px;
  line-height: 40px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  border: 1px solid #2591fd;
  float: left;
}
.products-view-list .single-product .pro-content .pro-actions .actions-secondary form button i {
  font-size: 17px;
}
.products-view-list .single-product .pro-content .pro-actions .actions-secondary form button:hover, .products-view-list .single-product .pro-content .pro-actions .actions-secondary form button:focus {
  color: #2591fd;
  background: #fff;
  border: 1px solid #2591fd;
}
.products-view-list .single-product .pro-content .pro-actions .actions-secondary form .quick-view-pro {
  width: 40px;
  margin-left: 5px;
  float: left;
  text-align: center;
}
.products-view-list .single-product .pro-content .pro-actions .actions-secondary form .quick-view-pro .quickview {
  color: #fff;
  display: block;
  font-size: 20px;
  height: 42px;
  line-height: 40px;
  width: 42px;
  background: #2591fd;
  border-radius: 5px;
  border: 1px solid #2591fd;
}
.products-view-list .single-product .pro-content .pro-actions .actions-secondary form .quick-view-pro .quickview:hover, .products-view-list .single-product .pro-content .pro-actions .actions-secondary form .quick-view-pro .quickview:focus {
  color: #2591fd;
  background: #fff;
  border: 1px solid #2591fd;
}
.products-view-list .single-product .sticker-new {
  background: #ffe129;
  border: 1px solid #ffe129;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  left: 5px;
  padding: 4px 7px;
  position: absolute;
  top: 5px;
  z-index: 9;
}
.details-product .product-image-block .large-image .button_wh_40 {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev, .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px;
}
.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2 !important;
}
.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px;
}
.details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2 !important;
}
.details-product .product-image-block #gallery_01.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit;
}
.details-product .product-image-block #gallery_01.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit;
}
.details-product .product-image-block #gallery_01.owl-carousel .owl-dots {
  display: none;
}
.details-product .product-image-block #gallery_01.owl-carousel .item {
  border: 1px solid #e5e5e5;
  padding: 2px;
  position: relative;
  height: 97px;
  margin: 1px;
}
@media (max-width: 1024px) {
  .details-product .product-image-block #gallery_01.owl-carousel .item {
    height: 68px;
  }
}
@media (max-width: 991px) {
  .details-product .product-image-block #gallery_01.owl-carousel .item {
    height: 81px;
  }
}
@media (max-width: 767px) {
  .details-product .product-image-block #gallery_01.owl-carousel .item {
    height: 130px;
  }
}
@media (max-width: 480px) {
  .details-product .product-image-block #gallery_01.owl-carousel .item {
    height: 97px;
  }
}
.details-product .product-image-block #gallery_01.owl-carousel .item img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .details-product .details-pro {
    margin-top: 10px;
  }
}
.details-product .details-pro .price-box .special-price {
  display: inline-block;
  float: left;
}
.details-product .details-pro .price-box .special-price .product-price {
  display: inline-block;
  overflow: hidden;
  font-size: 24px;
  color: #2591fd;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 600;
}
.details-product .details-pro .price-box .old-price {
  display: inline-block;
  float: left;
}
.details-product .details-pro .price-box .old-price .product-price-old {
  font-size: 18px;
  color: #bbb;
}
.details-product .details-pro .inventory_quantity .stock-brand-title {
  color: #333;
}
.details-product .details-pro .inventory_quantity .a-stock {
  color: #30a43b;
}
.details-product .product-summary .rte p {
  margin-bottom: 7px;
}
.details-product .form-product .swatch {
  margin: 10px 0;
}
.details-product .form-product .swatch .header {
  display: block;
  float: none;
}
.details-product .form-product form {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .details-product .form-product form {
    margin-bottom: 0;
  }
}
.details-product .form-product .form-group {
  width: calc(100% - 160px);
  display: inline-block;
  float: left;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .details-product .form-product .form-group {
    width: 100%;
  }
}
.details-product .form-product .form-group .custom-btn-number {
  width: 150px;
  float: left;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 480px) {
  .details-product .form-product .form-group .custom-btn-number {
    margin-bottom: 10px;
  }
}
.details-product .form-product .form-group .custom-btn-number input {
  margin: 0px;
  display: block;
  float: left;
  height: 50px;
  border: solid 1px #ebebeb;
  border-right: none;
  border-left: none;
  width: 55px;
  text-align: center;
  box-shadow: none;
  border-radius: 0px;
  font-size: 15px;
  outline: none;
}
.details-product .form-product .form-group .custom-btn-number button {
  font-size: 20px;
  line-height: 0px;
  border: solid 1px #ebebeb;
  display: inline-block;
  width: 40px;
  height: 50px;
  background: #fff;
  float: left;
  color: #333;
  text-align: center;
  padding: 0px;
}
.details-product .form-product .form-group .custom-btn-number button.btn-minus {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.details-product .form-product .form-group .custom-btn-number button.btn-plus {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.details-product .form-product .form-group .custom-btn-number button:hover, .details-product .form-product .form-group .custom-btn-number button:focus {
  background-color: #2591fd;
  border-color: #2591fd;
  color: #fff;
}
.details-product .form-product .form-group .btn-mua {
  float: left;
  width: 100%;
}
.details-product .form-product .form-group .btn-mua button {
  background: #2591fd;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  padding: 10px;
  color: #fff;
  height: auto;
  line-height: inherit;
  width: 100%;
  border-radius: 2px;
  height: 50px;
  border: 2px solid #2591fd;
}
.details-product .form-product .form-group .btn-mua button span {
  display: block;
  width: 100%;
  text-align: center;
}
.details-product .form-product .form-group .btn-mua button span.txt-main {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
.details-product .form-product .form-group .btn-mua button:hover, .details-product .form-product .form-group .btn-mua button:focus {
  color: #2591fd;
  background-color: #fff;
}
@media (max-width: 480px) {
  .details-product .form-product .form-group .btn-mua button {
    width: 100%;
  }
}
.details-product .form-product .form-group .btn-mua.btnsold {
  width: 100%;
}
.details-product .form-product .box-variant .selector-wrapper select {
  height: 40px;
}
.details-product .form-product .btn-callmeback {
  width: 150px !important;
  float: left;
  background-color: #ffe129 !important;
  border: 2px solid #ffe129 !important;
  border-radius: 2px;
  height: 50px;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  padding: 10px;
  color: #fff;
  height: auto;
  line-height: inherit;
}
@media (max-width: 991px) {
  .details-product .form-product .btn-callmeback {
    width: 100% !important;
  }
}
.details-product .form-product .btn-callmeback:hover, .details-product .form-product .btn-callmeback:focus {
  color: #ffe129 !important;
  background-color: #fff !important;
  border-color: #ffe129 !important;
}
.details-product .product-top .title-head {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 15px;
  line-height: normal;
}
.details-product .product-top .bizweb-product-reviews-badge {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.details-product .product-top .bizweb-product-reviews-badge .bizweb-product-reviews-star {
  padding: 0;
}
.details-product .product-top .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
  font-size: 12px;
  color: #feb10d !important;
}
.details-product .product-top .bizweb-product-reviews-badge div:nth-child(2), .details-product .product-top .bizweb-product-reviews-badge div:nth-child(3) {
  display: none;
}
.details-product .product-top .iddanhgia {
  float: left;
}
.details-product .product-top .iddanhgia:hover {
  cursor: pointer;
  color: #2591fd;
}
.details-product .product-tab .tabs-title {
  border-bottom: 1px solid #e6e6e6;
}
.details-product .product-tab .tabs-title .active.current {
  margin-right: 0;
  padding: 0 20px;
  background: transparent;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 480px) {
  .details-product .product-tab .tabs-title .active.current {
    width: 100%;
    border-radius: 0;
    margin-top: 2px;
  }
}
.details-product .product-tab .tabs-title .active.current h3 {
  color: #a8acb3;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
  position: relative;
  margin: 0;
}
.details-product .product-tab .tabs-title .active.current h3:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  bottom: -3px;
  left: 0;
  height: 3px;
  background: #2591fd;
  z-index: 5;
  -webkit-transition: all, 0.5s;
  -khtml-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.details-product .product-tab .tabs-title .active.current.current, .details-product .product-tab .tabs-title .active.current:hover {
  background-color: transparent;
}
.details-product .product-tab .tabs-title .active.current.current h3, .details-product .product-tab .tabs-title .active.current:hover h3 {
  color: #2591fd;
}
.details-product .product-tab .tabs-title .active.current.current h3:before, .details-product .product-tab .tabs-title .active.current:hover h3:before {
  right: 0;
}
.details-product .product-tab .product-well {
  min-height: 20px;
  padding: 0;
  padding-bottom: 35px;
  background-color: #fff;
  position: relative;
  margin-bottom: 18px;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
}
.details-product .product-tab .product-well .ba-text-fpt {
  height: 350px;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
.details-product .product-tab .product-well.expanded .ba-text-fpt {
  height: auto;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
.details-product .product-tab .product-well.expanded .less-text {
  display: block;
}
.details-product .product-tab .product-well.expanded .more-text {
  display: none;
}
.details-product .product-tab .product-well.expanded .show-more::before {
  display: none;
}
.details-product .product-tab .product-well .show-more {
  position: relative;
}
.details-product .product-tab .product-well .show-more .btn--view-more {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  margin-top: 0px;
  text-align: center;
  background-color: transparent;
  color: #0a5bff;
  font-weight: normal;
  outline: none;
  box-shadow: none;
}
.details-product .product-tab .product-well .show-more .btn--view-more:hover, .details-product .product-tab .product-well .show-more .btn--view-more:focus {
  color: #2591fd;
  border-color: #2591fd;
  outline: none;
  box-shadow: none;
}
.details-product .product-tab .product-well .show-more::before {
  display: block;
  content: "";
  height: 120px;
  position: absolute;
  top: -120px;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.33) 33%, rgba(255, 255, 255, 0.8) 83%, #fff);
}
.details-product .product-tab .product-well .less-text {
  display: none;
}
.callmeback-form .modal-header {
  background-color: #2591fd;
}
.callmeback-form .modal-header .modal-title {
  padding-left: 0;
  min-height: 1px;
  text-align: center;
  color: #fff;
}
.callmeback-form .modal-header button {
  position: absolute;
  right: 10px;
  z-index: 99;
}
@media (min-width: 1024px) {
  .callmeback-form .modal-dialog {
    width: 750px;
  }
}
.callmeback-form .modal-body .cta-name-pro {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
}
.callmeback-form .modal-body .col-md-7 {
  padding-left: 0;
}
.callmeback-form .modal-body .col-md-7 input {
  border-radius: 0;
}
.callmeback-form .modal-body .col-md-7 input:focus {
  outline: none;
  box-shadow: none;
}
.callmeback-form .modal-body .col-md-7 .bizweb-challenge__message {
  display: none;
}
.module_service_details .wrap_module_service {
  background: #fff;
  border-radius: 0;
  border: 1px solid #ececec;
}
.module_service_details .wrap_module_service .item_service {
  padding: 0px 10px;
  border-bottom: dashed 1px #ececec;
}
.module_service_details .wrap_module_service .item_service .wrap_item_ {
  position: relative;
  padding: 15px 0;
  display: table;
}
.module_service_details .wrap_module_service .item_service .wrap_item_ .image_service {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service {
  margin-left: 10px;
}
.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service p {
  font-weight: 500;
  margin-bottom: 0;
}
.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service span {
  color: #707070;
  font-size: 13px;
}
.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service a {
  color: #707070;
}
.module_service_details .wrap_module_service .item_service:hover .wrap_item_ .content_service p {
  color: #2591fd;
}
.module_service_details .wrap_module_service .item_service:hover .wrap_item_ .image_service {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.module_service_details .wrap_module_service .item_service:last-child {
  border-bottom: none;
}
.recent_products {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.recent_products .module-header .module-title {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.recent_products #recent-content .owl-item .item {
  border: 1px solid #efefef;
  padding: 2px;
  margin: 1px;
}
.recent_products #recent-content .owl-item .item:hover {
  border-color: #2591fd;
}
.recent_products #recent-content .owl-item .item .box-image {
  position: relative;
  height: 96px;
}
@media (max-width: 1024px) {
  .recent_products #recent-content .owl-item .item .box-image {
    height: 76px;
  }
}
@media (max-width: 991px) {
  .recent_products #recent-content .owl-item .item .box-image {
    height: 102px;
  }
}
@media (max-width: 767px) {
  .recent_products #recent-content .owl-item .item .box-image {
    height: 123px;
  }
}
@media (max-width: 569px) {
  .recent_products #recent-content .owl-item .item .box-image {
    height: 89px;
  }
}
@media (max-width: 480px) {
  .recent_products #recent-content .owl-item .item .box-image {
    height: 113px;
  }
}
@media (max-width: 376px) {
  .recent_products #recent-content .owl-item .item .box-image {
    height: 100px;
  }
}
@media (max-width: 321px) {
  .recent_products #recent-content .owl-item .item .box-image {
    height: 81px;
  }
}
.recent_products #recent-content .owl-item .item .box-image img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.recent_products #recent-content.owl-carousel .owl-nav {
  display: none !important;
}
.recent_products #recent-content.owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
}
.recent_products #recent-content.owl-carousel .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #ececec;
}
.recent_products #recent-content.owl-carousel .owl-dots .owl-dot span {
  display: none !important;
}
.recent_products #recent-content.owl-carousel .owl-dots .owl-dot.active {
  border-color: #2591fd;
}
.related-product h2.title-head {
  font-weight: 500;
  font-size: 22px;
  padding: 0px 0 10px;
  margin-bottom: 0;
  margin-top: 10px;
}
.related-product .home-title h2 {
  display: block;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  color: #222;
  text-align: left;
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 14px;
  position: relative;
}
@media (max-width: 480px) {
  .related-product .home-title h2 {
    font-size: 18px;
  }
}
.related-product .home-title h2 a {
  color: #222;
}
.related-product .home-title h2 a:hover, .related-product .home-title h2 a:focus {
  color: #2591fd;
}
.related-product .home-title h2:after {
  left: 0;
  bottom: -2px;
  content: "";
  width: 76px;
  height: 2px;
  display: inline-block;
  background: #2591fd;
  position: absolute;
}
.related-product .section-tour-owl {
  overflow-x: hidden;
}
.related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev, .related-product .section-tour-owl.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.related-product .section-tour-owl.owl-carousel .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px;
}
.related-product .section-tour-owl.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2 !important;
}
.related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px;
}
.related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2 !important;
}
.related-product .section-tour-owl.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit;
}
.related-product .section-tour-owl.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit;
}
.related-product .section-tour-owl.owl-carousel .owl-dots {
  display: none !important;
}
.section_about {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 480px) {
  .section_about {
    padding-bottom: 30px;
  }
}
.section_about .feature-column .inner-column {
  position: relative;
  padding-left: 40px;
  padding-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .section_about .feature-column .inner-column {
    padding-left: 0;
    padding-top: 0;
  }
}
.section_about .feature-column .inner-column .sec-title {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .section_about .feature-column .inner-column .sec-title {
    text-align: center;
  }
}
.section_about .feature-column .inner-column .sec-title h2 {
  position: relative;
  color: #222222;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.section_about .feature-column .inner-column .sec-title h2 span {
  display: inline-block;
  color: #2591fd;
  font-weight: 600;
}
.section_about .feature-column .inner-column .sec-title .separator {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 35px;
  font-size: 16px;
  line-height: 20px;
  color: #dddddd;
  margin: 20px 50px 0;
  text-align: center;
}
.section_about .feature-column .inner-column .sec-title .separator span {
  position: relative;
  display: inline-block;
}
.section_about .feature-column .inner-column .sec-title .separator:before {
  position: absolute;
  right: 100%;
  top: 8px;
  content: "";
  background-color: #d9d9d9;
  width: 50px;
  height: 2px;
}
.section_about .feature-column .inner-column .sec-title .separator:after {
  position: absolute;
  left: 100%;
  top: 8px;
  content: "";
  background-color: #d9d9d9;
  width: 50px;
  height: 2px;
}
.section_about .feature-column .inner-column .sec-title p {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
.section_about .feature-column .inner-column .featrue-block {
  margin: 0px 0px 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  height: 100%;
  text-indent: inherit;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  position: relative;
}
.section_about .feature-column .inner-column .featrue-block .inner-box {
  position: relative;
  padding-left: 45px;
}
.section_about .feature-column .inner-column .featrue-block .inner-box .icon-box {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 26px;
  line-height: 30px;
  color: #2591fd;
  font-weight: 400;
}
.section_about .feature-column .inner-column .featrue-block h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.section_about .feature-column .inner-column .featrue-block h3 a {
  display: block;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section_about .feature-column .inner-column .featrue-block h3 a:hover, .section_about .feature-column .inner-column .featrue-block h3 a:focus {
  color: #2591fd;
}
.section_about .feature-column .inner-column .featrue-block p {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  font-weight: 400;
  margin-bottom: 0;
}
.section_about .feature-column .inner-column .featrue-block:hover {
  background-color: white;
  -webkit-box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 26px 2px rgba(0, 0, 0, 0.05);
}
.section_about .info-column {
  position: relative;
}
.section_about .info-column .about-block {
  padding: 0;
  position: relative;
}
.section_about .info-column .about-block .inner-box {
  position: relative;
  padding: 35px 30px;
  padding-left: 90px;
  background: #00aeef;
  min-height: 200px;
}
@media (max-width: 991px) {
  .section_about .info-column .about-block .inner-box {
    padding: 35px 10px;
    padding-left: 90px;
  }
}
@media (max-width: 480px) {
  .section_about .info-column .about-block .inner-box {
    padding: 35px 10px;
    padding-left: 70px;
  }
}
.section_about .info-column .about-block .inner-box:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  background: -webkit-linear-gradient(45deg, transparent 1%, rgba(0, 0, 0, 0.05) 100%);
  background: -ms-linear-gradient(45deg, transparent 1%, rgba(0, 0, 0, 0.05) 100%);
  background: -moz-linear-gradient(45deg, transparent 1%, rgba(0, 0, 0, 0.05) 100%);
}
.section_about .info-column .about-block .icon-box {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 30px;
  top: 40px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #dddddd;
  text-align: center;
}
@media (max-width: 480px) {
  .section_about .info-column .about-block .icon-box {
    left: 15px;
  }
}
.section_about .info-column .about-block h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 480px) {
  .section_about .info-column .about-block h4 {
    font-size: 18px;
  }
}
.section_about .info-column .about-block h4 a {
  color: #ffffff;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section_about .info-column .about-block h4 a:hover, .section_about .info-column .about-block h4 a:focus {
  color: #fff;
}
.section_about .info-column .about-block p {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .section_about .info-column .about-block p {
    font-size: 14px;
  }
}
.section_about .info-column .owl-carousel .owl-nav, .section_about .info-column .owl-carousel .owl-dots {
  display: none !important;
}
.section_about .image-column img {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .section_about .image-column img {
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_why {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
  padding: 60px 0;
  position: relative;
}
.section_why::before {
  background-color: #2591fd;
  background-color: rgba(37, 145, 253, 0.8);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.section_why .video-content {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .section_why .video-content {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.section_why .video-content h2 {
  margin-top: 0;
  color: #fff;
  font-size: 35px;
  margin-bottom: 5px;
}
.section_why .video-content h3 {
  margin-top: 0;
  color: #fff;
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: normal;
}
.section_why .video-content p {
  color: #fff;
  font-size: 13px;
  margin: 25px 0;
}
.section_why .video-content a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 30px;
}
.section_why .video-content a:hover, .section_why .video-content a:focus {
  color: #fff;
  background-color: #ffe129;
  border-color: #ffe129;
}
.section_service {
  padding-top: 0px;
  padding-bottom: 60px;
}
.section_service .border-theme-colored {
  margin-top: 70px;
  border: 5px solid #2591fd;
  padding: 30px;
}
@media (max-width: 480px) {
  .section_service .border-theme-colored {
    margin-top: 30px;
  }
}
.section_service .border-theme-colored .main-tt {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
.section_service .border-theme-colored .main-tt i {
  color: #2591fd;
}
.section_service .border-theme-colored .opening-hours {
  margin-bottom: 25px;
}
.section_service .border-theme-colored .opening-hours li {
  border-bottom: 1px dashed #2591fd;
  padding: 14px 0 10px;
  color: #777;
  font-size: 15px;
}
.section_service .border-theme-colored .opening-hours li a {
  color: #777;
}
.section_service .border-theme-colored .opening-hours li a:hover, .section_service .border-theme-colored .opening-hours li a:focus {
  color: #2591fd;
}
.section_service .border-theme-colored .opening-hours li span {
  float: left;
}
.section_service .border-theme-colored .opening-hours li .value {
  float: right;
}
.section_service .border-theme-colored .mt-30 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
.section_service .border-theme-colored .mt-30 i {
  color: #2591fd;
}
.section_service .border-theme-colored .mt-0 {
  color: #777;
  font-size: 15px;
}
.section_service .border-theme-colored .btn-dark {
  font-size: 14px;
  color: #fff;
  background-color: #2591fd;
  border: 1px solid #2591fd;
  text-transform: uppercase;
}
.section_service .border-theme-colored .btn-dark:hover, .section_service .border-theme-colored .btn-dark:focus {
  color: #2591fd;
  background-color: #fff;
  border-color: #2591fd;
}
.section_service .service-contents .service-header h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 30px;
}
.section_service .service-contents .service-header h3 span {
  color: #2591fd;
}
.section_service .service-contents .service-header h3:after {
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  background-color: #2591fd;
}
.section_service .service-contents .service-box {
  text-align: center;
}
.section_service .service-contents .service-box .service-icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_service .service-contents .service-box .service-icon img {
  border-radius: 50%;
  border: 4px solid #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_service .service-contents .service-box .icon-box-details .icon-box-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_service .service-contents .service-box .icon-box-details .icon-box-title a {
  font-weight: 600;
  color: #333;
}
.section_service .service-contents .service-box .icon-box-details .icon-box-title a:hover, .section_service .service-contents .service-box .icon-box-details .icon-box-title a:focus {
  color: #2591fd;
  text-decoration: none;
}
.section_service .service-contents .service-box .icon-box-details p {
  color: #777;
  margin-bottom: 25px;
}
.section_service .service-contents .service-box:hover .service-icon {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}
.section_service .service-contents .service-box:hover .service-icon img {
  border-color: #2591fd;
}
#modal_appontment_form_at_about .modal-header {
  background-color: #2591fd;
}
#modal_appontment_form_at_about .modal-header .modal-title {
  padding-left: 0;
  min-height: 1px;
  text-align: center;
  color: #fff;
}
#modal_appontment_form_at_about .modal-header button {
  position: absolute;
  right: 10px;
  z-index: 99;
}
#modal_appontment_form_at_about .modal-body .cta-name-pro {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
}
#modal_appontment_form_at_about .modal-body input {
  border-radius: 5px;
}
#modal_appontment_form_at_about .modal-body input:focus {
  outline: none;
  box-shadow: none;
}
#modal_appontment_form_at_about .modal-body .bizweb-challenge__message {
  display: none;
}
#modal_appontment_form_at_about .modal-body form {
  margin-bottom: 0;
}
#modal_appontment_form_at_about .modal-body form button {
  width: 100%;
}
#modal_appontment_form_at_about .modal-body form button:hover, #modal_appontment_form_at_about .modal-body form button:focus {
  color: #2591fd;
  border: 1px solid #2591fd;
  background-color: #fff;
}
.section_product {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(//bizweb.dktcdn.net/100/463/580/themes/875523/assets/sec_deal_bg.jpg?1708238776282);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .section_product {
    padding-bottom: 20px;
  }
}
.section_product .section-head {
  margin-bottom: 30px;
}
.section_product .section-head h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
.section_product .section-head h2 span {
  color: #2591fd;
}
.section_product .section-head p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 10px;
}
.section_product .section-tour-owl.owl-carousel .owl-nav .owl-prev, .section_product .section-tour-owl.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.section_product .section-tour-owl.owl-carousel .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px;
}
.section_product .section-tour-owl.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2 !important;
}
.section_product .section-tour-owl.owl-carousel .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px;
}
.section_product .section-tour-owl.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2 !important;
}
.section_product .section-tour-owl.owl-carousel .owl-dots {
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .section_product .section-tour-owl.owl-carousel .owl-dots {
    display: block;
  }
}
.section_product .section-tour-owl.owl-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #e5e5e5;
}
.section_product .section-tour-owl.owl-carousel .owl-dots .owl-dot.active {
  background-color: #2591fd;
}
.section_product .section-tour-owl.owl-carousel .owl-dots {
  margin-top: 20px;
}
.section_product .section-tour-owl.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit;
}
.section_product .section-tour-owl.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit;
}
.section_product .section-tour-owl .single-pander-product .pro-img {
  position: relative;
  height: 216px;
}
@media (max-width: 1024px) {
  .section_product .section-tour-owl .single-pander-product .pro-img {
    height: 176px;
  }
}
@media (max-width: 991px) {
  .section_product .section-tour-owl .single-pander-product .pro-img {
    height: 231px;
  }
}
@media (max-width: 767px) {
  .section_product .section-tour-owl .single-pander-product .pro-img {
    height: 348px;
  }
}
@media (max-width: 668px) {
  .section_product .section-tour-owl .single-pander-product .pro-img {
    height: 314px;
  }
}
@media (max-width: 569px) {
  .section_product .section-tour-owl .single-pander-product .pro-img {
    height: 265px;
  }
}
@media (max-width: 480px) {
  .section_product .section-tour-owl .single-pander-product .pro-img {
    height: 195px;
  }
}
@media (max-width: 376px) {
  .section_product .section-tour-owl .single-pander-product .pro-img {
    height: 175px;
  }
}
@media (max-width: 321px) {
  .section_product .section-tour-owl .single-pander-product .pro-img {
    height: 148px;
  }
}
.section_product .section-tour-owl .single-pander-product .pro-img img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section_product .e-tabs .tabs-title.ajax {
  text-align: center;
  z-index: 1;
  width: 100%;
  padding: 5px 0 0;
  border-bottom: none;
  margin: 0 auto 30px;
  position: relative;
}
.section_product .e-tabs .tabs-title.ajax .active.current {
  background: #eee;
  line-height: 1;
  color: #222;
  border-radius: 5px;
  font-size: 13px;
  padding: 12px 25px;
  display: inline-block;
  margin-right: 6px;
  font-weight: 500;
}
.section_product .e-tabs .tabs-title.ajax .active.current, .section_product .e-tabs .tabs-title.ajax .active.current:hover {

  background-color: #2591fd;
}
.section_product .e-tabs .tabs-title.ajax .active.current a {
						  color: #fff;		
}
.section_product .e-tabs .tabs-title.tab-mobile {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.section_product .e-tabs .tabs-title.tab-mobile li {
  padding: 0 5px;
}
.section_product .e-tabs .tabs-title.tab-mobile li.tab-title.current {
  color: #2591fd;
}
.section_gallery .home-gallery.owl-carousel {
  overflow-x: hidden;
}
.section_gallery .home-gallery.owl-carousel .owl-nav .owl-prev, .section_gallery .home-gallery.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.section_gallery .home-gallery.owl-carousel .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px;
}
.section_gallery .home-gallery.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2 !important;
}
.section_gallery .home-gallery.owl-carousel .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px;
}
.section_gallery .home-gallery.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2 !important;
}
.section_gallery .home-gallery.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit;
}
.section_gallery .home-gallery.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit;
}
.section_gallery .home-gallery.owl-carousel .owl-dots {
  display: none !important;
}
.section_gallery .home-gallery .item-gallery {
  position: relative;
  overflow: hidden;
}
.section_gallery .home-gallery .item-gallery .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #2591fd;
  background-color: rgba(37, 145, 253, 0.65);
  -webkit-transform-origin: center;
  transform-origin: center;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section_gallery .home-gallery .item-gallery .overlay .gallery-title {
  display: table;
  width: 100%;
  height: 100%;
}
.section_gallery .home-gallery .item-gallery .overlay .gallery-title .gallery-titles {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 5px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.section_gallery .home-gallery .item-gallery:hover .overlay {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section_gallery .new-letter {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(//bizweb.dktcdn.net/100/463/580/themes/875523/assets/newletter.jpg?1708238776282);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_gallery .new-letter .letter-title {
  color: #fff;
}
.section_gallery .new-letter .letter-title h3 {
  margin-top: 0;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.section_gallery .new-letter .letter-title p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section_gallery .new-letter .letter-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .section_gallery .new-letter .letter-title {
    text-align: center;
  }
}
.section_gallery .new-letter form {
  margin: 9px 0;
}
.section_gallery .new-letter form input {
  background-color: rgba(255, 255, 255, 0.36);
  border: 1px solid transparent;
  border-radius: 50px;
  height: 51px;
  color: #fff;
  padding-right: 50px;
}
.section_gallery .new-letter form input::-webkit-input-placeholder {
  color: #fff;
}
.section_gallery .new-letter form input::-moz-placeholder {
  color: #fff;
}
.section_gallery .new-letter form input:-ms-input-placeholder {
  color: #fff;
}
.section_gallery .new-letter form input:-moz-placeholder {
  color: #fff;
}
.section_gallery .new-letter form button {
  height: 51px;
  border-radius: 50px !important;
  background-color: #ffe129;
  color: #fff;
  border: 1px solid transparent;
  min-width: 140px;
  text-transform: uppercase;
  margin-left: -50px !important;
  z-index: 9 !important;
}
.section_gallery .new-letter form button:hover, .section_gallery .new-letter form button:focus {
  color: #fff;
  background-color: #ffdd0a;
}
.section-news {
  padding: 60px 0;
}
.section-news .blogs-content .title-head {
  font-weight: normal;
  font-size: 30px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 40px;
}
.section-news .blogs-content .title-head a {
  color: #323c3f;
}
.section-news .blogs-content .title-head a span {
  color: #2591fd;
}
.section-news .blogs-content .blog-item .blog-item-name {
  font-weight: 500;
}
.section-news .blogs-content .blog-item .blog-item-name a {
  color: #333;
}
.section-news .blogs-content .blog-item .blog-item-name a:hover, .section-news .blogs-content .blog-item .blog-item-name a:focus {
  color: #2591fd;
}
.section-news .blogs-content .blog-item .blog-item-summary {
  margin: 10px 0;
  color: #777;
}
.section-news .blogs-content .blog-item .blog-date {
  border-top: 1px solid #e5e5e5;
  color: #777;
  font-size: 12px;
  padding-top: 7px;
}
.section-news .blogs-content .blog-item .blog-date i {
  color: #2591fd;
}
.section-news .blogs-content .blog-item .blog-date .post-time {
  float: left;
}
.section-news .blogs-content .blog-item .blog-date .post-author {
  float: right;
}
.section-news .section-news-owl.owl-carousel {
  overflow-x: hidden;
}
.section-news .section-news-owl.owl-carousel .owl-nav .owl-prev, .section-news .section-news-owl.owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.section-news .section-news-owl.owl-carousel .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px;
}
.section-news .section-news-owl.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2 !important;
}
.section-news .section-news-owl.owl-carousel .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px;
}
.section-news .section-news-owl.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2 !important;
}
.section-news .section-news-owl.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit;
}
.section-news .section-news-owl.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit;
}
.section-news .section-news-owl.owl-carousel .owl-dots {
  display: none !important;
}
.video-o#myModals .modal-header .modal-title {
  padding-left: 0;
  line-height: 1.1;
  min-height: 1px;
}
.video-o#myModals .modal-body {
  padding: 5px;
}
.video-o#myModals button.close {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #000;
  color: #fff;
  opacity: 1;
  font-size: 13px;
  text-shadow: none;
}
.list-video-page .blog-main .blog-item {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.list-video-page .blog-main .blog-item .blog-item-thumbnail {
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
  border: 10px solid #f7f7f7;
}
.list-video-page .blog-main .blog-item .blog-item-thumbnail img {
  transition-duration: 0.4s;
}
.list-video-page .blog-main .blog-item .blog-item-thumbnail .video-player-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.list-video-page .blog-main .blog-item .blog-item-thumbnail .video-player-main a {
  background-color: transparent;
  height: 60px;
  width: 60px;
}
.list-video-page .blog-main .blog-item .blog-item-thumbnail .video-player-main a img {
  height: 60px;
  width: 60px;
  transform: unset;
}
.list-video-page .blog-main .blog-item .blog-item-thumbnail .video-player-main a:hover, .list-video-page .blog-main .blog-item .blog-item-thumbnail .video-player-main a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.list-video-page .blog-main .blog-item .blog-item-mains .blog-item-name {
  display: block;
  font-size: 15px;
  color: #494949;
  font-weight: 600;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-video-page .blog-main .blog-item:hover .blog-item-thumbnail img {
  transform: scale(1.09);
}
.category-cong-trinh .product_block {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .category-cong-trinh .product_block {
    margin-bottom: 10px;
  }
}
.category-cong-trinh .product_block .product-image-container {
  position: relative;
}
.category-cong-trinh .product_block .product-image-container .grid-view-item__title {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: transform 400ms ease-in-out;
  -moz-transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms;
  pointer-events: none;
}
.category-cong-trinh .product_block .product-image-container .grid-view-item__title .cbp-l-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%;
}
.category-cong-trinh .product_block .product-image-container .grid-view-item__title .cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 5px;
  font-weight: 600;
}
.category-cong-trinh .product_block .product-image-container .grid-view-item__title .cbp-l-caption-alignCenter .cbp-l-caption-body h3 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.category-cong-trinh .product_block .product-image-container .cong-trinh-image {
  position: relative;
  height: 247px;
}
@media (max-width: 1024px) {
  .category-cong-trinh .product_block .product-image-container .cong-trinh-image {
    height: 202px;
  }
}
@media (max-width: 991px) {
  .category-cong-trinh .product_block .product-image-container .cong-trinh-image {
    height: 153px;
  }
}
@media (max-width: 767px) {
  .category-cong-trinh .product_block .product-image-container .cong-trinh-image {
    height: 232px;
  }
}
@media (max-width: 668px) {
  .category-cong-trinh .product_block .product-image-container .cong-trinh-image {
    height: 209px;
  }
}
@media (max-width: 569px) {
  .category-cong-trinh .product_block .product-image-container .cong-trinh-image {
    height: 176px;
  }
}
@media (max-width: 480px) {
  .category-cong-trinh .product_block .product-image-container .cong-trinh-image {
    height: 269px;
  }
}
@media (max-width: 376px) {
  .category-cong-trinh .product_block .product-image-container .cong-trinh-image {
    height: 243px;
  }
}
@media (max-width: 321px) {
  .category-cong-trinh .product_block .product-image-container .cong-trinh-image {
    height: 207px;
  }
}
.category-cong-trinh .product_block .product-image-container .cong-trinh-image img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.category-cong-trinh .product_block .product-image-container:hover .grid-view-item__title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 480px) {
  .category-cong-trinh .col-100 {
    width: 100%;
  }
}
.details-cong-trinh .main-cong-trinh .title-head {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.details-cong-trinh .main-cong-trinh .cong-trinh-content {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(24, 24, 24, 0.1);
  line-height: 1.8;
}
.details-cong-trinh .grid-sizer, .details-cong-trinh .grid-item {
  width: 33.33333%;
}
.details-cong-trinh .grid-item {
  border: 2px solid #fff;
  display: block;
  overflow: hidden;
}
.details-cong-trinh .grid-item img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: top 0.8s ease-out, left 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -moz-transition: top 0.8s ease-out, left 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -o-transition: top 0.8s ease-out, left 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: top 0.8s ease-out, left 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.details-cong-trinh .grid-item img:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .category-products-grids .products-view-grid .pro-img {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .category-products-grids .products-view-grid .pro-img {
    height: 228px;
  }
}
@media (max-width: 767px) {
  .category-products-grids .products-view-grid .pro-img {
    height: 346px;
  }
}
@media (max-width: 668px) {
  .category-products-grids .products-view-grid .pro-img {
    height: 312px;
  }
}
@media (max-width: 569px) {
  .category-products-grids .products-view-grid .pro-img {
    height: 262px;
  }
}
@media (max-width: 480px) {
  .category-products-grids .products-view-grid .pro-img {
    height: 195px;
  }
}
@media (max-width: 376px) {
  .category-products-grids .products-view-grid .pro-img {
    height: 176px;
  }
}
@media (max-width: 321px) {
  .category-products-grids .products-view-grid .pro-img {
    height: 148px;
  }
}
.category-products-grids .products-view-grid .pro-img img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.search-main .products-view-grid .pro-img {
  position: relative;
  height: 216px;
}
@media (max-width: 1024px) {
  .search-main .products-view-grid .pro-img {
    height: 225px;
  }
}
@media (max-width: 991px) {
  .search-main .products-view-grid .pro-img {
    height: 235px;
  }
}
@media (max-width: 767px) {
  .search-main .products-view-grid .pro-img {
    height: 356px;
  }
}
@media (max-width: 668px) {
  .search-main .products-view-grid .pro-img {
    height: 322px;
  }
}
@media (max-width: 569px) {
  .search-main .products-view-grid .pro-img {
    height: 272px;
  }
}
@media (max-width: 480px) {
  .search-main .products-view-grid .pro-img {
    height: 190px;
  }
}
@media (max-width: 376px) {
  .search-main .products-view-grid .pro-img {
    height: 171px;
  }
}
@media (max-width: 321px) {
  .search-main .products-view-grid .pro-img {
    height: 143px;
  }
}
.search-main .products-view-grid .pro-img img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.related-product .products-view-grid .pro-img {
  position: relative;
  height: 216px;
}
@media (max-width: 1024px) {
  .related-product .products-view-grid .pro-img {
    height: 176px;
  }
}
@media (max-width: 991px) {
  .related-product .products-view-grid .pro-img {
    height: 231px;
  }
}
@media (max-width: 767px) {
  .related-product .products-view-grid .pro-img {
    height: 349px;
  }
}
@media (max-width: 668px) {
  .related-product .products-view-grid .pro-img {
    height: 314px;
  }
}
@media (max-width: 569px) {
  .related-product .products-view-grid .pro-img {
    height: 265px;
  }
}
@media (max-width: 480px) {
  .related-product .products-view-grid .pro-img {
    height: 195px;
  }
}
@media (max-width: 376px) {
  .related-product .products-view-grid .pro-img {
    height: 175px;
  }
}
@media (max-width: 321px) {
  .related-product .products-view-grid .pro-img {
    height: 148px;
  }
}
.related-product .products-view-grid .pro-img img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .video-o#myModals .modal-dialog {
    width: 800px;
  }
  .video-o#myModals .modal-dialog .modal-body {
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  .my-account .dashboard .recent-orders .thead-default {
    border-top: 1px solid #e1e1e1;
  }
}
@media (max-width: 991px) {
  .select-item-qty-mobile > div {
    width: 74px;
  }
  .cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus, .cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
    width: 25px !important;
    padding: 1px 0;
  }
  .select-item-qty-mobile .txt_center input {
    border-left: none;
    border-right: none;
    left: 25px;
  }
  #open-filters {
    color: #fff;
    background: #2591fd;
    position: fixed;
    right: 0;
    top: 35% !important;
    padding: 4px 10px;
    cursor: pointer;
    z-index: 99;
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #open-filters.open {
    right: 280px;
  }
  #open-filters.open i:before {
    content: "";
  }
  .ant-sidebar {
    position: fixed;
    width: 280px;
    background: #fff;
    top: 0 !important;
    bottom: 0;
    right: 0;
    padding: 5px;
    border-left: solid 1px #eaeaea;
    overflow: auto;
    z-index: 100000;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
  }
  .ant-sidebar.open {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .col-100-h {
    clear: both;
    height: 100px;
  }
  .col-100-h:before {
    display: table;
    content: " ";
  }
  .col-100-h:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-100-h #trigger-mobile {
    width: 41px;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    margin-top: 44px;
    margin-right: 5px;
    margin-bottom: 8px;
  }
  .col-100-h #trigger-mobile .icon-bar {
    background-color: #2591fd;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .col-100-h #trigger-mobile .icon-bar.icon-bar {
    margin-top: 4px;
  }
  .col-100-h .mobile-search {
    width: 40px;
    float: left;
    position: relative;
    padding-left: 0;
    margin: 0;
    left: -5px;
    top: 5px;
    text-align: center;
  }
  .col-100-h .mobile-search i {
    color: #2591fd;
    font-size: 22px;
  }
  .col-100-h .mobile-cart {
    position: absolute;
    right: 15px;
    top: 41px;
  }
  .col-100-h .mobile-cart a {
    color: #2591fd;
  }
  .col-100-h .mobile-cart a i {
    font-size: 25px;
  }
  .col-100-h .mobile-cart .count_item_pr {
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background: #FF9800;
    font-size: 12px;
    right: -10px;
    top: -10px;
    color: #fff;
    border: 1px solid #fff;
  }
  .col-100-h .logo-wrapper {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 150px;
    top: 0;
    text-align: center;
    padding: 11px 0 !important;
  }
  .col-100-h .logo-wrapper img {
    max-width: 145px !important;
    position: relative;
  }
  .top-categories-search-main .header_search {
    display: none;
    padding-bottom: 0;
  }
  .top-categories-search-main .header_search form {
    margin-bottom: 0;
  }
  .top-categories-search-main .header_search form input {
    border: 1px solid #2591fd;
    outline: none;
    box-shadow: none;
  }
  .top-categories-search-main .header_search form button {
    background-color: #2591fd;
    color: #fff;
    width: 40px;
  }
}
@media (max-width: 767px) {
  header.header-index.header-index {
    position: relative;
  }
  header.header-index.header-index .topbar {
    background-color: #f7f7f7;
    padding: 7px 0;
  }
  header.header-index.header-index .topbar .top-left-info li a {
    color: #2591fd;
  }
}
@media (max-width: 480px) {
  .s480-f {
    display: block;
    font-size: 0;
    clear: both;
  }
  .bizweb-product-reviews-form {
    min-width: 230px !important;
  }
  .col-full {
    width: 100%;
  }
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.progress {
  height: 7px;
}
.grecaptcha-badge {
  display: none !important;
}
.social-login a {
  display: inline-block;
}
.social-login a.social-login--google {
  margin-left: 10px;
}
.social-login a:hover, .social-login a:focus {
  opacity: 0.8;
}
@keyframes play {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.btn-call-now {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 25px;
  top: initial !important;
  background: #b70100;
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
  z-index: 999999999;
  left: 5px;
  color: #FFF;
  font-weight: 700;
  font-size: 125%;
  border-radius: 25px;
  padding: 5px 15px 5px 5px;
  -webkit-animation: my 700ms infinite;
  -moz-animation: my 700ms infinite;
  -o-animation: my 700ms infinite;
  animation: my 700ms infinite;
}
.btn-call-now .fa {
  color: #b70100;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 5px;
  text-align: center;
  padding: 9px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: play 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .btn-call-now span {
    display: none;
  }
  .btn-call-now {
    width: initial;
    padding: 5px;
    bottom: 63px;
    left: 20px;
  }
  .btn-call-now .fa {
    margin: 0;
  }
}
@-webkit-keyframes my {
  0% {
    color: #F8CD0A;
  }
  40% {
    color: #fff;
  }
  100% {
    color: #F8CD0A;
  }
}
@-moz-keyframes my {
  0% {
    color: #F8CD0A;
  }
  40% {
    color: #fff;
  }
  100% {
    color: #F8CD0A;
  }
}
@-o-keyframes my {
  0% {
    color: #F8CD0A;
  }
  40% {
    color: #fff;
  }
  100% {
    color: #F8CD0A;
  }
}
@keyframes my {
  0% {
    color: #F8CD0A;
  }
  40% {
    color: #fff;
  }
  100% {
    color: #F8CD0A;
  }
}
.rotate {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
.rotate {
  width: 72px;
  height: 72px;
  background-image: url("//bizweb.dktcdn.net/100/313/291/themes/733872/assets/rotate_img.png?1599185880236");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  bottom: 85px;
  left: 10px;
  top: initial !important;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 767px) {
  .rotate {
    width: 72px;
    height: 72px;
    background-image: url("//bizweb.dktcdn.net/100/313/291/themes/733872/assets/rotate_img.png?1599185880236");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    right: 10px;
    top: initial !important;
    cursor: pointer;
    z-index: 99;
    bottom: 121px;
  }
}
.zl-button {
  position: fixed;
  bottom: 90px;
  left: 15px;
  top: initial !important;
  background: transparent;
  color: #FFF;
  cursor: pointer;
  padding: 0px;
  z-index: 99;
}
@media (max-width: 767px) {
  .zl-button {
    position: fixed;
    bottom: 127px;
    left: 15px;
    top: initial !important;
    background: transparent;
    color: #FFF;
    cursor: pointer;
    z-index: 99;
  }
}
.section_product .owl-carousel .owl-stage, .section_gallery .owl-carousel .owl-stage {
  margin: auto;
}
