
.vn-cart table {
    width: 100%;
}

.vn-cart thead {
 padding: 36px 0;
    font-family: Montserrat,sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    color: #42495b;
}

.vn-cart thead th {
  padding: 36px 0;
}

.vn-cart tr {
    border-bottom: 1px solid #cbcbcb;
    font-family: "Crimson Text", serif;
    color: #808080;
    font-size:18px;
}

.vn-item-cart .product-thumbnail {
  max-width: 130px;
  padding-right: 70px;
}

.product-thumbnail img {
    width: 100%;
    height: auto;
}

.vn-item-cart td {
    padding: 25px 0;
    vertical-align: middle;
    text-align: inherit;
}

.vn-input-cart {
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.vn-input-cart input {
    width: 200px !important;
    
}

.vn-input-cart.confirms button {
    text-transform: uppercase;
    letter-spacing: .2em;
}

.vn-cart-bot {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 50px;
}

.vn-cart-bot h2 {
    position: relative;
    display: block;
    margin: 53px 0 26px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}

.vn-cart-bot table th {
    padding: 14px 0;
    width: 20%;
    padding-right: 5px;
    border: 0;
    font-weight: 400;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 1.136em;
    letter-spacing: .075em;
    text-transform: uppercase;
    
    margin: 0;
}

.vn-link-checkout {
    margin-top: 30px;
}

.vn-link-checkout a {
    padding: 13px 48px;
    color: #fff !important;
    background-color: #000;
    border: 1px solid #000;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 2em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.vn-link-checkout a:hover {
    color: #000  !important;
    background-color: #fff;
}

.vn-cart-top {
    height: 90px;
    background-color: #fbf9f9;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.vn-cart-top .container p {
    font-family: Lato, sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media(max-width:769px) {
    .vn-item-cart .product-quantity button {
        display: none;
    }
    .vn-item-cart .product-thumbnail {
        display: none;
    }
    .product-thumbnail {
        display: none;
    }
    
    .vn-input-cart.confirms button {
    text-transform: uppercase;
    letter-spacing: .2em;
    width: 100%;
  }
  
  .vn-input-cart input {
    width: 100% !important;
    padding: 10px 48px !important;
}
}






.vn-open-discout {
    position: relative;
    display: block;
    padding: 25px 19px;
    margin: 0 0 30px;
    line-height: 38px;
    list-style: none;
    background-color: transparent;
    border: 1px solid #cbcbcb;
    color: #838383;
    font-family: Cormorant, serif;
}

.vn-form-discout {
    color: #838383;
    font-family: Cormorant, serif;
    
    height: 0px;
    visibility: hidden;
}

.vn-form-discout.active {
    visibility: visible;
    height: auto;
}

.vn-form-discout p {
    margin: 0;
    padding: 0;
}

.vn-form-discout input {
    margin-top: 0 !important;
}

.vn-form-discout button {
    padding: 13px 48px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: .2em;
}

.vn-title-col h3 {
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 1.208em;
    letter-spacing: .045em;
    text-transform: uppercase;
    color: #000;
}

.vn-info-checkout {
    margin: 60px 0;
}

.vn-col {
    width: 49%;
    margin-right: 2%;
    float: left;
}

abbr[title] {
   text-decoration: none !important;
}

.vn-col,
.vn-col-full input {
    margin-top: 5px !important;
}

.vn-col-full {
    width: 100%;
}

.vn-adress-checkout {
    font-family: Lato, sans-serif;
    color: #000;
}

.vn-col,
.vn-col-full label {
    font-family: Cormorant, serif;
    
}

.vn-col-full select {
    width: 100%;
    display: block;
    height: 52px;
    padding: 12px 16px;
    margin: 0;
    font-family: inherit;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #838383;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
}

.vn-col-full textarea {
    width: 100%;
    margin-top: 14px;
    padding: 12px 16px;
    font-family: Cormorant, serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: calc(52px - (24px - 2px));
    color: #5a5a5a;
    background-color: transparent;
    border: 1px solid #cbcbcb;
    border-radius: 0;
    outline: 0;
    cursor: text;
}

.vn-cart-bot tr {
    border-bottom: 1px solid #cbcbcb;
}

.vn-your-order th,
td {
    padding: 14px 0;
}


/*//////////////////css contact*/

.vn-ct-pd{
      padding-top: 107px ;
    padding-bottom: 145px ;
}

.vn-ct-address {
  text-align:center;
}

.vn-ct-address h4 {
      font-family: Lato,sans-serif;
    font-size: 17px;
    line-height: 1.353em;
    letter-spacing: .075em;
    text-transform: uppercase;
    color: #000;
}



.vn-conten-address {
  font-family: Cormorant,serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    color: #838383;
    line-height: 1.5em;
}

.vn-conten-address p {
  margin:0;
  padding:0;
}

.map {
  width:100%;
  overflow:hidden;
}


.vn-top-ct{
  background-color: #fff9f8;
}

.vn-ct-forlow {
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items: center;
}

.vn-content-ct {
  padding: 0px 22.5% 0px 24%;
}

.vn-content-ct h5 {
  color: #5a5a5a;
    font-family: Cormorant;
    font-size: 22px;
    line-height: 1.136em;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
}

.vn-hidden-logo {
    display: block;
    margin: 0 0 0 10px;
    font-family: TuesdayNight;
    color: #d1d1d1;
    font-size: 42px;
    line-height: 27px;
    font-weight: 400;

}

.vn-btn_numberplus{
   position: relative;
}

.vn-btn_numberplus input {
  border-right: none;
  border: 1px solid #ebebeb;
  position: relative;
    height: 52px;
    width: 52px;
    padding: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin: 0 24px 0 0;
    font-family: Montserrat,sans-serif;
    line-height: 50px;
    outline: 0;
    text-align: center;
        color: grey;

}

.vn-sm-total {
  font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #4582ff;
}

.vn-button-ab{
  position: absolute;
    top: 0;
    left: 52px;
}

.vn-button-ab button {
  border: 1px solid #ebebeb;
      width: 24px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline:0px;
    background-color: transparent;
}

button {
    outline:0 !importain;
}

.vn-infor.vns input::placeholder { 
     color: #9fa1a8;
}


