.pt-25 {
  padding-top: 25px;
}

.h2 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
}

.h3 {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.flash {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    color: white;
    border: none !important;
}

.more {
    padding: 6px 10px;
    border: 1px solid #1428A0;
    text-decoration: none !important;
    color: #1428A0;
}

@-webkit-keyframes glowing {
    0% { background-color: #1428a0; -webkit-box-shadow: 0 0 3px #1428a0; }
    50% { background-color: #990000; -webkit-box-shadow: 0 0 40px #990000; }
    100% { background-color: #1428a0; -webkit-box-shadow: 0 0 3px #1428a0; }
  }

  @-moz-keyframes glowing {
    0% { background-color: #1428a0; -moz-box-shadow: 0 0 3px #1428a0; }
    50% { background-color: #990000; -moz-box-shadow: 0 0 40px #990000; }
    100% { background-color: #1428a0; -moz-box-shadow: 0 0 3px #1428a0; }
  }

  @-o-keyframes glowing {
    0% { background-color: #1428a0; box-shadow: 0 0 3px #1428a0; }
    50% { background-color: #990000; box-shadow: 0 0 40px #990000; }
    100% { background-color: #1428a0; box-shadow: 0 0 3px #1428a0; }
  }

  @keyframes  glowing {
    0% { background-color: #1428a0; box-shadow: 0 0 3px #1428a0; }
    50% { background-color: #990000; box-shadow: 0 0 40px #990000; }
    100% { background-color: #1428a0; box-shadow: 0 0 3px #1428a0; }
  }

  .banner_button {
    top: 25px;
    margin-bottom: 20px
  }
  .banner_button a {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 18px;
    display: inline-block;
    background:
    #1428a0;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    pointer-events: visible;
    font-family: "Lato", sans-serif;
}

.dress-name{margin:30px 0;}
.dress-name h3{float:left;font-size:19px;color:#000;font-weight:500;padding:0;}
.dress-name p{margin-top:16px;font-size:13px;line-height:23px;color:#CAC9C9;}
.dress-name span{float:right;color:#000000;font-size:20px;letter-spacing:1px;font-weight:400;}

@media screen and (max-width:1024px){
    .dress-name{margin:20px 0;}
}

@media screen and (max-width:320px){
    .dress-name h3{width:100%;}
    .dress-name span{float:left;margin-top:10px;}
}

@media screen and ( max-width: 520px ){
  /* span del {

      display: none;
  } */
}
@media only screen and (min-width: 330px){
  .number_min{
      display:none;
  }
}

@media only screen and (max-width: 329px){
  .number_max{
      display:none;
  }
  .number_min{
      width:100%;
      margin-bottom: 10px;
      display:flex;
      justify-content:center;
      color:#fff;
      border-radius:5px;
  }
}
.price_box {
  width: 100%;
}

.table tbody tr td {
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.shop_toolbar_btn a {
  font-size: 10px;
  font-weight: lighter;
  vertical-align: middle;
  padding-bottom: 5px;
}

.shop_toolbar_btn a.active {
  color: #1428a0;
}

.no-border {
  border: none;
}

.online-strip {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    padding: 20px 0;
    text-align: center;
    margin: 40px 0 30px;
}

.shipping-grid {
    border-left: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
}

@media screen and (max-width:1024px){
    .online-strip{padding:15px 0;margin:35px 0 20px;}
}

@media screen and (max-width:640px){
    .shipping-grid{padding:0 4px;}
}

@media screen and (max-width:320px){
    .shipping-grid{padding:0 15px;width:100%;margin:15px 0;border-top:1px solid #C8C8C8;border-bottom:1px solid #C8C8C8;border-left:none;border-right:none;padding:10px 0;}
}

.shipping-grid {
    border-left: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
}

@media screen and (max-width:800px){
    .shipping-grid{width:33.333%;float:left;}
}

.panel {
    border-radius: 1px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-default {
    border-color: #ddd;
}

.panel-body {
    padding: 15px;
}

.panel-footer {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top: 1px solid #999;
    background: #fff;
    padding: 10px 15px;
}

.panel-footer > h3 {
    padding: 12px 0;
    margin: 0;
    font-family: 'PlayfairDisplay-Regular';
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.footer_menu ul li a:hover{
    color:#000;
}

.jumbotron p {
    font-size: 22px;
}



.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }


  .rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}

.jssora061 {display:block;position:absolute;cursor:pointer;}
.jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
.jssora061:hover {opacity:.8;}
.jssora061.jssora061dn {opacity:.5;}
.jssora061.jssora061ds {opacity:.3;pointer-events:none;}

#login-signup .modal-dialog, #login-signup-page {
    max-width: 430px;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.nav-tabs:not(.flex-column) {
    border-bottom: 1px solid #d7dee3;
    flex-wrap: nowrap;
    overflow: hidden;
        overflow-x: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.nav-tabs:not(.flex-column) {
    margin-bottom: 0px;
}
.nav-tabs {
    border-bottom: 1px solid #d7dee3;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}


.button-like {
  border: 2px solid #8a8a8a;
  background-color: transparent;
  text-decoration: none;
  padding: 1rem;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  border-radius: 3rem;
  color: #8a8a8a;
  transition: all ease 0.4s;
}

.button-like span {
  margin-left: 0.5rem;
}

.button-like .fa,
.button-like span {
  transition: all ease 0.4s;
}

.button-like:focus {
  background-color: transparent;
}

.button-like:focus .fa,
.button-like:focus span {
  color: #8a8a8a;
}

.button-like:hover {
  border-color: #cc4b37;
  background-color: transparent;
}

.button-like:hover .fa,
.button-like:hover span {
  color: #cc4b37;
}

.liked {
  background-color: #cc4b37;
  border-color: #cc4b37;
}

.liked .fa,
.liked span {
  color: #fefefe;
}

.liked:focus {
  background-color: #cc4b37;
}

.liked:focus .fa,
.liked:focus span {
  color: #fefefe;
}

.liked:hover {
  background-color: #cc4b37;
  border-color: #cc4b37;
}

.liked:hover .fa,
.liked:hover span {
  color: #fefefe;
}

.shipping_thumb {
  margin-left:10px; 
  margin-right:10px
}

.choseus_area p, .choseus_area li {
  font-size: 18px;
}

.chose_icone{
  margin-top:25px;
}

.contact_area .address {
  border: 1px solid #1428a0; 
  border-radius: 2px;
}

.contact_area .contact {
  border-bottom: 1px solid #1428a0; 
  background:#1428a0; 
  margin-bottom: 20px;
}

.contact_area .contact > h1 {
  font-size: 25px;
  font-weight: 600; 
  line-height: 20px; 
  margin-bottom: 15px; 
  margin-top: 15px; 
  color: #fff
}

.ellipsis {
  overflow: hidden;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.single_product {
  background: #fff; 
  border: 1px solid #ddd;
}

.title_bg {
  background: rgba(245, 243, 243);
}

.sort {
  border: 1px solid #ddd;
  padding: 5px 9px; 
  margin-left: -10px; 
  vertical-align: middle; 
  text-align: center;
}

.jb_about {
  background-color: #fbfbfb; 
  color: #000;
  padding:30px;
}

.sub_title {
  color: rgb(20, 40, 160);
  text-align: center;
}

.search_bt {
  max-width:512px;
  width:100%; 
  float: right; 
  margin-top: 10px; 
  margin-bottom: 10px;
}

.search_bt > button {
  width: 120px;
  font-size: inherit;
  text-transform: uppercase; 
  font-weight:400
}

.number_min > buton {
  width: 120px;
  font-size: inherit; 
  text-transform: uppercase; 
  font-weight:400;
  background-color:#004A7F;
  border: none;
  text-align: center;
  text-decoration: none;
}

.w-512 {
  width: 512px;
}

.bd_area {
  position:relative;
  margin:40px auto;
  left:0px; 
  right:0;
  width:100%;
  overflow:hidden;
}

.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
}

.phone-md {
  padding: 10px;
  border: none;
  margin-right: -3px;
  width: 235px;
}

.flash-md {
  padding: 10px;
  background: black;
  border: none;
  color: white;
  font: inherit;
  font-size: inherit;
}

.phone-sm {
  padding: 10px;
  border: none;
  margin-right: -3px;
  width: 196px;
  font-size: 12px;
}

.flash-sm {
  padding: 10px;
  background: black;
  border: none;
  color: white;
  font: inherit;
  font-size: 9px;
  /* width: 85px; */
}

.footer_bottom {
  background:#000;
  color:#fff;
  text-align:center
}

.footer_widgets {
  background: #1428a0; 
  color: #fff
}

.logo-sm {
  padding: 7px 20px 6px;
}

.logo-sm img {
  max-height: 65px;
  margin-bottom: -10px;
  margin-left: -2px; 
}

.menu-col {
  background: #1428a0; 
  color:#fff;
}

.menu-sm {  
  float:right; 
  padding: 8px 0 14px 0;
}

.h1_new {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  /* text-align: center; */
  min-width: 150px;
}

.ad_img {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.a2a_dd {
  width: 95px
}

.table-responsive table tbody tr td {
  border-right: none;
  text-align: left;
}

.thumb-img {
  background-size: cover; 
  min-height: 339px; 
  background-position: center;
}

.sortbar {
  border: 1px solid #ddd;
  padding: 5px 9px; 
  margin-left: -10px; 
  vertical-align: middle; 
  text-align: center;
}

.sort_area {
  background: rgba(245, 243, 243);
  padding-top: 25px;
}

#jssor_1 {
  position:relative;
  margin:0 auto;
  top:0px;
  left:0px;
  width:1140px;
  height:380px;
  overflow:hidden;
  visibility:hidden;
}

.jssorl-009-spin {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  text-align:center;
  background-color:rgba(0,0,0,0.7);
}

.jssorl-009-spin > img {
  margin-top:-19px;
  position:relative;
  top:50%;
  width:38px;
  height:38px;
}

.slides {
  cursor:default;
  position:relative;
  top:0px;
  left:0px;
  width:1140px;
  height:380px;
  overflow:hidden;
}

.nav_svg {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.jssora0610 {
  width:55px;
  height:55px;
  top:0px;
  left:25px;
}

.jssora0611 {
  width:55px;
  height:55px;
  top:0px;
  right:25px;
}

.height_100 {
  height: 100px;
}

.w_128 {
  width: 128px;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.button_1 {
  right:15px;
  position:absolute;
}

