/* head */
.module-login .dropdown-menu {
  z-index: 10000;
}
.module-login {
  text-align: right;
}
.module-login .dropdown {
  background-color: #0099ff;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 10px;
  text-align: right;
}
#user_info {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#user_info .caret {
  border-color: #fff transparent -moz-use-text-color;
  margin-left: 4px;
}
.module-login .dropdown-menu {
  font-size: 12px;
  text-align: left;
  z-index: 10000;
  border: 1px dashed;
  top: 34px;
  background: #fff
}
/* banner */
.head-banner{  
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;  
}
.bx-caption h1, .bx-caption h2, .bx-caption h3, .bx-caption h4, .bx-caption h5, .bx-caption h6{
font-family: Oswald,sans-serif;
}
.bx-wrapper .bx-caption {
  color: #4b5668!important;
  font-size:16px;
}
.bx-caption h2, .bx-caption h1, .bx-caption h3 {
  color: #4b5668;
  font-size: 42px;
  padding-bottom: 22px;
}
.bx-caption > ul {
  list-style: outside none none;
  padding: 0;
}
.bx-caption li {
  line-height: 30px;
  padding-left: 6px;
}
.bx-wrapper .bx-controls .bx-pager {
  bottom: 10px; 
  left: 10px;  
  right: auto;
}

/* search */
.module-search .has-feedback {
  margin-bottom: 0;
  position: relative;
}
.module-search .has-feedback {  
  margin-bottom: 0px;
}
.menu-gecko{
  background-color: #fff;
  border: none;
}
.menu-gecko-new{
  border-bottom: 2px solid #0099ff !important;
   background-color: #fff; 
  background-repeat: repeat;
      padding: 10px 0;
}
.top-menu-gecko-new{
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  color: #999999;
  font-weight: 600;
  font-size: 12px;
}

footer.footer.footer-section {
  background: #000;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  line-height: 30px;
  margin-top: 50px;
}

footer.footer.footer-section p, 
footer.footer.footer-section a{
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 480px){
  .top-menu-gecko-new{
    padding: 5px;
  }
  .menu-gecko-new{
    padding-top: 0 !important;
  }
  .top-menu-gecko-new{
    margin-bottom: 0px !important;
  }
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
 color: #0099ff;
 background: none;
}

.module-menu .menu-content ul{
    color: #0099ff;
    float: left;
    /* border: 1px dashed #0099ff; */
    /* padding: 20px; */
}
.module-menu .menu-content ul li{
  padding: 0 20px;
}
.module-menu .menu-content ul li:hover{
  background: #f5f5f5;
}
@media (max-width: 480px){
  .module-menu .menu-content ul li{
    float: none !important;
  }
}

.gecko-slide .container{
  width: 100% !important;
  text-align: center;
}
.gecko-slide{
  margin: 0 auto;
  padding: 0 !important;
}
.gecko-slide .container .col-elment{
  padding: 0 !important;
}
.gecko-support{
  float: right;
}
.dropdown-menu{
  border: none;
  border-radius: 0;
  top: 61px;
  box-shadow: none;
  background: none;
}

.support-remove-bg {
  display: none;
}

  #modal-product-size .modal-dialog {
    max-width: 500px;
  }


.product-detail-size {
  text-align: center;
}
  
.cart-added-img {
  width: 50%;
  display: flex;
  column-gap: 10px;
}

.cart-added-img img {
  width: 50%;
  max-width: 100px;
}

.cart-added-info {
  width: 50%;
}

body .cart-button .btn {
  background: #000;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  padding: 0px 20px;
  height: 40px;
  border-radius: 5px;
}

body .cart-button .btn:hover {
  color: #000;
  background: #fff;
}

body .ct_bg-layout {
  background-color: #fff;
}

.small-container ,
.checkout-page form#cartCheckout {
  max-width: 780px;
  margin: auto;
  padding: 0 20px;
}

.cart-page h1,
.checkout-page h1 {
  font-size: 25px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.cart-row {
  display: flex;
  border: 1px solid #D9D9D9;
  border-top: none;
}

.cart-row .label {
  width: 40%;
  color: #000;
  font-size: 14px;
  text-align: left;
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  padding: 25px;
  border-right: 1px solid #D9D9D9;
}

.cart-row .value {
  width: 60%;
  display: flex;
  align-items: center;
  padding: 10px 25px;
}

.cart-row:first-of-type {
  border-top: 1px solid #D9D9D9;
}

.cart-row .value img {
  width: auto;
  margin-right: 5px;
}

.cart-page .btn-add-to-cart {
  border: 1px solid #000;
  text-decoration: none;
  background: #000;
  padding: 10px 40px;
  color: #fff;
  border-radius: 5px;
}

.cart-page .btn-add-to-cart:hover {
  background: #fff;
  color: #000;
}

.checkout-step-title {
  background: #D9D9D9;
  font-size: 16px;
}

.checkout-step-title h3 {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 400;
  color: #000;
}

.checkout-page .form-group {
  display: flex;
  padding: 0 !important;
}

.checkout-page .form-group .label {
  display: none;
}

.checkout-page .form-group .field {
  width: 100%;
  padding: 0;
}
.checkout-page .form-control {
  padding: 14px 20px;
  height: auto;
  box-shadow: none;
  color: #AB9E9E !important;
}

.form-control::-webkit-input-placeholder {
  color: #AB9E9E !important;
}

.checkout-row {
  display: flex;
  width: 100%;
  column-gap: 20px;
}

.checkout-row .col-image {
  width: 150px;
}

.checkout-row .col-image img {
  width: 100%;
  height: auto;
}

.checkout-row .col-info {
  width: calc(100% - 150px);
  padding-top: 20px;
}

.checkout-row .col-info * {
  font-size: 14px !important;
  font-weight: 400;
  margin: 0;
  color: #000;
}
button#btn_pay {
  width: 100%;
  background: linear-gradient(135deg, #0a5bb8, #014089);
  color: #fff;
  padding: 15px;
  border: none;
  height: auto;
  border-radius: 12px;
  font-weight: 700;
}

button#btn_pay:hover {
  filter: brightness(1.08);
  background: linear-gradient(135deg, #0a5bb8, #014089);
  color: #fff;
}

body .alert-success {
  background-color: #2578F4;
  color: #fff;
}

.success--order-id {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  display: block;
}

.success--order-id .order-increasement {
  display: inline-block;
  padding: 10px 75px;
  border: 1px solid #D9D9D9;
}

.pagination-div {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 10px;
}

.pagination-div button {
  border: 0;
  background: transparent;
}

.pagination-div button[disabled] {
  opacity: .5;
}

a.support-remove-bg:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/zalo.jpg);
  background-size: 40px;
  background-position: center;
}

a.support-remove-bg:hover {
  text-decoration: none;
}

a.support-remove-bg {

  background: #fff;
  color: #000;
  width: 236px;
  height: 43px;
  align-items: center;
  display: none;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #000;
  margin-top: 10px;
  max-width: 100%;
}

.support-remove-bg.desktop {
  display: flex;
  width: calc(100% 0px);
  margin: auto;
  margin-top: 10px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
@media screen and (max-width: 770px) {
  .support-remove-bg.desktop {
    display: none;
  }
    .support-remove-bg:not(.desktop) {
      display: flex;
    }
  body .list-fonts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  .list-fonts .box-font {
    width: 100%;
  }
  .row {
    margin: 0;
  }

  .ct_border-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ct_border-header>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ct_border-header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ct_border-header .navbar img#logo {
    width: auto;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .product-detail-size img {
    max-width: 100%;
    object-fit: contain;
  }
  .navbar .navbar-container div#navbarSupportedContent.collapse {
    display: none !important;
  }

  .navbar .navbar-container div#navbarSupportedContent {
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 0;
  }

  .navbar .navbar-container div#navbarSupportedContent.collapse.show {
    display: flex !important;
  }
  #dg-designer .col-right {
      position: static;
      height: auto;
      display: flex;
      width: 100%;
      justify-content: center;
      margin-top: 50px;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
  }

  #dg-designer .col-right .arrow-mobile {
    position: static;
    background: #000;
    color: #fff;
    width: 236px;
    height: 43px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border-radius: 5px;
    
  }
  #dg-designer .col-center {
    float: none;
  }

  

  .header-wrapper>div {
    padding: 15px 20px !important;
  }

  .header-wrapper {
    padding: 0 !important;
  }

  .header-wrapper>div>header {
    display: none !important;
  }

  .navbar {
    border: 0;
  }

  body .navbar-toggler {
    width: 36px;
    height: 36px;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar .navbar-container>div {
    justify-content: center !important;
  }

  .page-heading h1 {
    font-size: 24px;
  }

  .page-heading {
    margin-bottom: 5px !important;
  }

  body .navbar .navbar-container div#navbarSupportedContent ul.navbar-nav .nav-item {
    padding: 0 !important;
  }
  .cart-row .value img {
    width: 100px;
    height: auto;
  }

  .cart-row .value {
    padding: 10px;
  }

  .cart-row .label {
    padding: 25px;
  }
  .cart-page .small-container {
    padding: 0;
  }
}

@media screen and (max-width: 399px) {
  .cart-row .value img {
    width: 45%;
    height: auto;
  }

    .checkout-row .col-image {
      width: 100px;
    }
  
  
    .checkout-row .col-info {
      width: calc(100% - 100px);
    }
}