body:not(.home) .btContentWrap {
  margin-top: 140px;
}

.btMenuVertical.btDarkSkin .menuPort {
  background: #030f25;
}

.header.huge h1 {
  margin-top: auto;
}

.single-product .btSuperTitle,
.single-product .woocommerce-product-gallery__trigger,
.single-product .btSubTitle,
.single-product .btTabs .tabsHeader,
.single-product .btTabs .header,
.woocommerce-form-coupon-toggle,
.woocommerce-notices-wrapper,
body:not(.home) #menu-primary-menu,
body:not(.home) #menu-primary-menu-1,
body:not(.home) .btVerticalMenuTrigger {
  display: none;
}

.single-product .product .images {
  position: relative;
}

.single-product .btContentHolder table td {
  padding: 0;
}

.single-product .btContentHolder table td label {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.single-product .btContentHolder table td label small {
  font-size: 13px;
  font-weight: normal;
}

.single-product .btTabs h2:nth-of-type(2) {
  margin-top: 40px;
}

.single-product .btTabs h3 {
  border-bottom: 1px solid #dd9933;
  display: inline;
}

.single-product .bt_rc_container .col-md-6:nth-child(2) {
  margin-bottom: 40px;
}

.woocommerce:not(body) {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
}

.woocommerce .coupon {
  display: none;
}

.checkout abbr.required {
  text-decoration: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 38px;
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.select2-search__field,
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  color: #000 !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  color: #fff !important;
}

#order_review_heading {
  margin-top: 40px;
}

.shop_table thead,
.shop_table .cart-subtotal {
  display: none;
}

.shop_table td {
  padding-left: 0;
}

.cart-subtotal th {
  background: none !important;
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}

.woocommerce-checkout #payment div.payment_box {
  background: none;
  padding: 0;
}

.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

#payment .payment_methods li .payment_box.payment_method_woocommerce_payments fieldset {
  border: 0;
}

.woocommerce-order-received .woocommerce .order_details li {
  margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  padding-top: 40px;
}

.btSiteFooter {
  background-color: rgba(255,255,255,.04);
}

.btDarkSkin .btSiteFooter .port {
  background: none;
}

.btBrideNGroom h4 {
  margin-top: 10px;
}

.btWhishTxt span img {
  display: inline-block;
  height: 16px;
  margin-bottom: -3px;
  width: 16px;
  visibility: visible; 
}

#wcpay-card-element iframe {
  max-height: 18px !important;
}

/* response */
@media (max-width: 1200px) {
  .woocommerce:not(body) {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .menuHolder .logo {
    float: right;
  }
}

@media (max-width: 991px) {
  #memories .bottomSemiSpaced {
    display: none;
  }
  #memories .rowItem.col-md-4 {
    margin-bottom: 20px;
  }
  .single-product .bt_rc_container .col-md-6:nth-child(2) {
    margin-bottom: 0;
  }
  .btFooterCopy {
    padding-left: 0 !important;
  }
  .btTextRight .btIco {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  body:not(.home) .btContentWrap {
    margin-top: 110px;
  }
  
  .btCounterHolder .btCountdownHolder .days, .btCounterHolder .btCountdownHolder .hours, .btCounterHolder .btCountdownHolder .minutes, .btCounterHolder .btCountdownHolder .seconds {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .btCounterHolder, .btCounterHolder.btCounterLargeSize {
    font-size: 44px;
  }
}

@media (max-width: 480px) {
  .header.huge:not(.btPageTransitions .header.huge) h1 {
    margin-top: 0;
  }
  .btCounterHolder, .btCounterHolder.btCounterLargeSize {
    font-size: 26px;
  }
  .days_text {
    padding-top: 5px;
  }
  .btCounterHolder .btCountdownHolder div[class$="_text"] > span, .btCounterHolder.btCounterLargeSize .btCountdownHolder div[class$="_text"] > span {
    font-size: 18px;
  }
  .header.extralarge h1, .header.extralarge h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .btSiteFooter .btBrideNGroom h4 {
    font-size: 50px;
  }
}