a {
  color: #D89D9D;
}

.site-background {
  background: #ECECEC;
  padding: 50px 0;
}

  .site-background h3 {
    text-align: center;
    color: #5E4646;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 29px;
  }

.product-type {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}

  .product-type ul li {
    color: #262626;
    display: inline-block;
  }

    .product-type ul li:nth-child(2) {
      margin: 0 20px;
    }

    .product-type ul li i {
      padding-left: 10px;
    }

    .product-type ul li a {
      color: #262626;
    }

.quantity-button {
  color: #fff;
  width: 36px;
  height: 35px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  background: #BFBFBF;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
}

.quantity-field {
  width: 36px;
  height: 37px;
  outline: none;
  margin: 0 -5px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eee;
}

button.quantity-button.qut-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

button.quantity-button.qut-btns {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tags { /* display: flex; */
  justify-content: space-between;
}

.tag {
  display: flex;
}

  .tag p:nth-child(2) {
    color: #D89D9D;
    margin-left: 10px;
  }

.tags p:nth-child(2) {
  font-weight: bold;
}

.tags p:nth-child(3) {
  font-size: 12px;
  font-weight: bold;
}

.tag p:nth-child(1) {
  font-size: 12px;
}

.site-background h3 {
  margin-top: 0;
}

@media screen and (min-width :1401px) and (max-width:2200px) {
  .site-background h3 {
    font-size: 32px;
  }

  .product-type {
    font-size: 20px;
  }

  .product-background h3 {
    font-size: 32px;
  }



  .tags {
    font-size: 13px;
  }
}


/*Custom Css*/

.header-selectors-wrapper > div {
  display: inline-block;
  padding-right: 10px;
}

  .header-selectors-wrapper > div select {
    font-size: 12px;
    color: #262626;
  }

.recent-product-block .picture img {
  width: 100%;
}

.cart-options {
  margin-top: 20px;
}

.tags ul li {
  display: inline-block;
  margin-right: 15px;
}

.tags {
  margin-bottom: 10px
}

.colorWhite {
  color: #fff !important
}

.bg-transparent {
  background-color: transparent
}

.no-result {
  padding: 30px;
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}

.attributes {
  margin-top: 20px;
}

  .attributes dt {
    margin-top: 10px;
  }

.productview-price {
  margin-bottom: 20px;
}

.product-tags-box {
  margin-top: 15px;
}

.product-tags-list ul li {
  display: inline-block;
  padding-right: 10px;
}

ul.tags li {
  display: inline-block;
  padding-right: 10px;
}

.mt-2 {
  margin-top: 20px
}

.mb-2 {
  margin-bottom: 20px
}

.m-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.buttons {
  text-align: center;
}

.method-list .method-name {
  text-align: center;
}

.order-completed .title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}

.order-completed .details {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

div#list-view-list-images .row {
  margin-bottom: 25px;
}

.old-price {
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}

.home-page .theme-custom {
  margin: 0 auto 60px;
  max-width: 100%;
}

.date-picker-wrapper select {
  width: 30%;
  height: 45px;
  border-color: #bbbbbb;
  background: #F6F6F6;
  border-radius: 5px;
  padding-left: 4px;
}

  .date-picker-wrapper select:nth-child(2) {
    margin: 0 15px;
  }

  .date-picker-wrapper select:nth-child(1) {
    margin-right: 15px;
  }

  .date-picker-wrapper select:nth-child(3) {
    margin-left: 15px;
  }

@media all and (max-width:1336px) {
  .navbar-header {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 !important;
  }

  .header-menu {
    text-align: center !important;
  }

    .header-menu > ul > li > a {
      padding: 20px 0 !important;
    }
}

@media all and (max-width:768px) {
  .date-picker-wrapper select {
    width: 100%;
    margin: auto !important;
    margin-bottom: 10px !important;
  }

  #search-box {
    display: none;
  }

  .header-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 10px auto 10px;
  }

  .menu-toggle {
    background: #5e4646 url(../images/menu-icon.png) right center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .top-menu {
    display: none;
  }

    .top-menu > li {
      position: relative;
      margin: 1px 0;
      background-color: #f6f6f6;
    }

      .top-menu > li > a {
        display: block;
        min-height: 55px;
        padding: 18px;
        font-size: 15px;
        color: #555;
      }

        .top-menu > li > a:focus {
          position: relative;
          z-index: 1;
        }

    .top-menu .sublist {
      display: none;
      background-color: #fff;
      padding: 5px 0;
    }

      .top-menu .sublist li {
        position: relative;
        margin: 1px 0 1px 20px;
      }

        .top-menu .sublist li a {
          display: block;
          padding: 15px 18px;
          font-size: 15px;
        }

  .sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    background: url('../images/toggle-black.png') center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .sublist .sublist-toggle {
    height: 49px;
  }

  .sublist .sublist li {
    background-color: #f6f6f6;
  }

  .sublist .sublist .sublist li {
    background-color: #fff;
  }

  .block-category-navigation {
    display: none;
  }

  .block-account-navigation {
    float: none;
    margin: auto !important;
  }

  .write-review .review-rating {
    text-align: center;
  }

    .write-review .review-rating div.name-description {
      width: 100%;
      margin: 0 5px 0 0;
      text-align: center;
    }

  .navbar-inverse .navbar-collapse {
    border: 0
  }

  .navbar-header {
    text-align: left
  }

  .select-image .select-overlay {
    opacity: 1 !important
  }

    .select-image .select-overlay .description {
      display: none !important
    }
}

@media all and (max-width:1000px) {

  .date-picker-wrapper select:nth-child(2) {
    margin: 0 10px;
  }

  .date-picker-wrapper select:nth-child(1) {
    margin-right: 10px;
  }

  .date-picker-wrapper select:nth-child(3) {
    margin-left: 10px;
  }
}

.buttons.guest button {
  width: auto;
  text-align: center;
}



th.quantity {
  width: 233px !important;
}


#co-payment-info-form table tr td:first-child {
  width: 30%;
}

#co-payment-info-form table tr td:nth-child(2) {
  width: 70%
}

#co-payment-info-form table tr td {
  padding-bottom: 15px
}

#co-payment-info-form table select, #co-payment-info-form table input {
  width: 100% !important;
  height: 40px;
  padding: 6px;
}

#co-payment-info-form table tr:nth-child(4) select {
  width: auto !important;
  width: 100px !important;
}

.pageTitle {
  background: #ECECEC;
  padding: 30px 0 30px 0;
  margin-bottom: 50px;
}

  .pageTitle h3 {
    margin-bottom: 0;
    margin-top: 0;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
  }

.inputs {
  margin-bottom: 20px;
}

.page-body {
  margin-bottom: 50px;
}

.button-1, .button-2 {
  background: #D89D9D;
  color: #fff;
  border: 1px solid #D89D9D;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: 16px;
}

.site-background {
  background: #ECECEC;
  padding: 50px 0;
}

  .site-background h3 {
    text-align: center;
    color: #5E4646;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 29px;
  }

.product-type {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}

  .product-type ul li {
    color: #262626;
    display: inline-block;
  }

    .product-type ul li:nth-child(2) {
      margin: 0 20px;
    }

    .product-type ul li i {
      padding-left: 10px;
    }

    .product-type ul li a {
      color: #262626;
    }

.quantity-button {
  color: #fff;
  width: 36px;
  height: 35px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  background: #BFBFBF;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
}

.quantity-field {
  width: 36px;
  height: 36px;
  outline: none;
  margin: 0 -5px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eee;
}

button.quantity-button.qut-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

button.quantity-button.qut-btns {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tags { /* display: flex; */
  justify-content: space-between;
}

.tag {
  display: flex;
}

  .tag p:nth-child(2) {
    color: #D89D9D;
    margin-left: 10px;
  }

.tags p:nth-child(2) {
  font-weight: bold;
}

.tags p:nth-child(3) {
  font-size: 12px;
  font-weight: bold;
}

.tag p:nth-child(1) {
  font-size: 12px;
}

.site-background h3 {
  margin-top: 0;
}

@media screen and (min-width :1401px) and (max-width:2200px) {
  .site-background h3 {
    font-size: 32px;
  }

  .product-type {
    font-size: 20px;
  }

  .product-background h3 {
    font-size: 32px;
  }


  .tags {
    font-size: 13px;
  }
}


/*Custom Css*/

.header-selectors-wrapper > div {
  display: inline-block;
  padding-right: 10px;
}

  .header-selectors-wrapper > div select {
    font-size: 12px;
    color: #262626;
  }

.recent-product-block .picture img {
  width: 100%;
}

.cart-options {
  margin-top: 20px;
}

.tags ul li {
  display: inline-block;
  margin-right: 15px;
}

.tags {
  margin-bottom: 10px
}

.colorWhite {
  color: #fff !important
}

.bg-transparent {
  background-color: transparent
}

.no-result {
  padding: 30px;
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}

.attributes {
  margin-top: 20px;
}

  .attributes dt {
    margin-top: 10px;
  }

.productview-price {
  margin-bottom: 20px;
}

.product-tags-box {
  margin-top: 15px;
}

.product-tags-list ul li {
  display: inline-block;
  padding-right: 10px;
}

ul.tags li {
  display: inline-block;
  padding-right: 10px;
}

.mt-2 {
  margin-top: 20px
}

.mb-2 {
  margin-bottom: 20px
}

.m-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.buttons {
  text-align: center;
}

.method-list .method-name {
  text-align: center;
}

.order-completed .title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}

.order-completed .details {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

div#list-view-list-images .row {
  margin-bottom: 25px;
}

.old-price {
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}

.home-page .theme-custom {
  margin: 0 auto 60px;
  max-width: 100%;
}

.date-picker-wrapper select {
  width: 30%;
  height: 45px;
  border-color: #bbbbbb;
  background: #F6F6F6;
  border-radius: 5px;
  padding-left: 4px;
}

  .date-picker-wrapper select:nth-child(2) {
    margin: 0 15px;
  }

  .date-picker-wrapper select:nth-child(1) {
    margin-right: 15px;
  }

  .date-picker-wrapper select:nth-child(3) {
    margin-left: 15px;
  }

@media all and (max-width:1336px) {
  .navbar-header {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 !important;
  }

  .header-menu {
    text-align: center !important;
  }

    .header-menu > ul > li > a {
      padding: 20px 0 !important;
    }
}

@media all and (max-width:768px) {
  .date-picker-wrapper select {
    width: 100%;
    margin: auto !important;
    margin-bottom: 10px !important;
  }

  #search-box {
    display: none;
  }

  .header-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 10px auto 10px;
  }

  .menu-toggle {
    background: #5e4646 url(../images/menu-icon.png) right center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .top-menu {
    display: none;
  }

    .top-menu > li {
      position: relative;
      margin: 1px 0;
      background-color: #f6f6f6;
    }

      .top-menu > li > a {
        display: block;
        min-height: 55px;
        padding: 18px;
        font-size: 15px;
        color: #555;
      }

        .top-menu > li > a:focus {
          position: relative;
          z-index: 1;
        }

    .top-menu .sublist {
      display: none;
      background-color: #fff;
      padding: 5px 0;
    }

      .top-menu .sublist li {
        position: relative;
        margin: 1px 0 1px 20px;
      }

        .top-menu .sublist li a {
          display: block;
          padding: 15px 18px;
          font-size: 15px;
        }

  .sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    background: url('../images/toggle-black.png') center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .sublist .sublist-toggle {
    height: 49px;
  }

  .sublist .sublist li {
    background-color: #f6f6f6;
  }

  .sublist .sublist .sublist li {
    background-color: #fff;
  }

  .block-category-navigation {
    display: none;
  }

  .block-account-navigation {
    float: none;
    margin: auto !important;
  }

  .write-review .review-rating {
    text-align: center;
  }

    .write-review .review-rating div.name-description {
      width: 100%;
      margin: 0 5px 0 0;
      text-align: center;
    }

  .navbar-inverse .navbar-collapse {
    border: 0
  }

  .navbar-header {
    text-align: left
  }

  .select-image .select-overlay {
    opacity: 1 !important
  }

    .select-image .select-overlay .description {
      display: none !important
    }
}

@media all and (max-width:1000px) {

  .date-picker-wrapper select:nth-child(2) {
    margin: 0 10px;
  }

  .date-picker-wrapper select:nth-child(1) {
    margin-right: 10px;
  }

  .date-picker-wrapper select:nth-child(3) {
    margin-left: 10px;
  }
}

.buttons.guest button {
  width: auto;
  text-align: center;
}



th.quantity {
  width: 280px !important;
}


#co-payment-info-form table tr td:first-child {
  width: 30%;
}

#co-payment-info-form table tr td:nth-child(2) {
  width: 70%
}

#co-payment-info-form table tr td {
  padding-bottom: 15px
}

#co-payment-info-form table select, #co-payment-info-form table input {
  width: 100% !important;
  height: 40px;
  padding: 6px;
}

#co-payment-info-form table tr:nth-child(4) select {
  width: auto !important;
  width: 100px !important;
}

.pageTitle {
  background: #ECECEC;
  padding: 30px 0 30px 0;
  margin-bottom: 50px;
}

  .pageTitle h3 {
    margin-bottom: 0;
    margin-top: 0;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
  }

.inputs {
  margin-bottom: 20px;
}

.page-body {
  margin-bottom: 50px;
}

.button-1, .button-2 {
  background: #D89D9D;
  color: #fff;
  border: 1px solid #D89D9D;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: 16px;
}
