/* .tw-product-container {
    height: 81vh;
} */

.container-fluid.tw-product-container {
	display: flex;
	height: auto;
	align-items: center;
	padding-block: 20px;
}
.single-product .whb-overcontent:not(.whb-custom-header) {
     padding-top: 0px !important;
}

.video-prodcut-holder {
    width: 50%;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {

.product-summary-column {
    margin-top: 40px;
}
  .product-first-section {
    width: 100% !important;
  }
  .product-content{
    flex-direction: column-reverse;
  }
  .video-prodcut-holder{
    width: 100%;
  }
  .wd-swatches-product{
    gap: 10px !important;
  }

  .woocommerce-variation-add-to-cart {
        gap: 50px !important;
    }
}


.whb-color-dark:not(.whb-with-bg) {
     background-color: transparent !important;
}

.woocommerce-variation > div {
     margin-bottom: 0px !important;
}

.tw-warranty-options {
    display: flex;
}
.tw-warranty-options h4 {
    color:#fff;
}

.tw-accessory-options {
    display: flex;
}

.tw-accessory-options h4 {
    color:#fff;
}

.product-content{
    display: flex;
    gap: 50px;
    background-color: #fff;
    border-radius: 16px;
    padding: 15px;
}

.tw-product-options {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.product-first-section {
    width: 50%;
}

p.stock.wd-style-with-bg:is(.available-on-backorder, .in-stock) span {
    background-color: transparent !important;
    color: #4E4F4D !important;
}

.tw-open-modal-btn {
    background: transparent !important;
    border: 1px solid #898989 !important;
    border-radius: 35px !important;
}

.product_title {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.woocommerce-variation p{
    margin-bottom: 0px !important;
}

.tw-price-row.tw-extra-price-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.tw-price-row.tw-extra-price-row span{
    font-size:16px;
    color: #000;
}

.tw-price-row.tw-base-price-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tw-price-row.tw-base-price-row span{
    font-size:18px;
    color: #000;
    font-weight: bold;
}
.form.variations_form{
    display: flex;
}

.tw-product-options{
    order:2;
}

form.variations_form .variations{
    order: 1;
}

.single_variation_wrap{
    order: 3;
}

.woocommerce-variation-add-to-cart {
    gap: 123px;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
}

div.quantity {
    background-color: #fff;
    border-radius: 16px;
    width: 128px;
    justify-content: space-around;
}

div.quantity input[type="button"] {
    border: none !important;

}

.woocommerce-variation-add-to-cart {
    margin-top: 24px;
}

.single_add_to_cart_button {
    background: #E6BF52;
    background: linear-gradient(90deg,rgba(230, 191, 82, 1) 0%, rgba(241, 165, 1, 1) 50%) !important;
    border-radius: 16px !important;
}

.table.variations table{
    display: flex;
}

div.quantity input[type="button"]:hover {
    color: #e1b12c !important;
    background-color: transparent !important;
    font-weight: 900;
    font-size: 20px;
}

.tw-accessory-options span,
.tw-selected-warranty span {
    padding-left: 8px;
    position: absolute;
    background: #fff;
    border-radius: 35px;
    padding-inline: 10px;
    z-index: 9;
    top: 73%;
    left: 19%;
    border: 1px solid #efefef;
}

.tw-selected-warranty,
.tw-accessory-options {
    position: relative;
}

.tw-open-modal-btn {
    width: 160px;
}

p.stock {
    font-size: 13px;
    padding-block: 5px;
}

p.stock.wd-style-with-bg:is(.available-on-backorder, .in-stock) span {
    color: rgba(0, 0, 0, 0.47) !important;
}

p.stock.wd-style-with-bg.in-stock span::before {
    content: "" !important;
}

p.stock:is(.wd-style-bordered, .wd-style-with-bg) span {
   padding: 8px 0px !important;
}

table.variations tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-block: 10px;
}

.tw-option-name {
    font-size: 16px;
    margin-bottom: 18px;
    color: #434343;
}

.tw-modal-divider{
    margin-block: 24px;
}

.tw-modal-content h3 {
    font-size: 24px;
    font-weight: 900;
}

.tw-close-modal {
    border-radius: 15px !important;
    width: 120px;
    border:1px solid #CBCBCB !important;
    background-color: transparent !important;
}

.tw-accessory-option, .tw-warranty-option {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.tw-accessory-option input{
    display: flex;
    align-items: baseline;
}

.tw-accessory-option label{
    padding-left: 3px;
}

.tw-option-label {
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between !important;
    gap: 60%;
    width: 100%;
}

.text-warranty {
    text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.text-warranty .warranty-scroll-text {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    transform: translateX(0);
}

.text-warranty { overflow: hidden; }
.text-warranty .warranty-scroll-text {
  display: inline-block;
  white-space: nowrap;
  will-change: transform, background-position;
  transform: translateX(0);
  color: #af8012;
}
@supports (-webkit-background-clip: text) {
  .text-warranty .warranty-scroll-text {
    background-image: linear-gradient(90deg, #f4b72d 0%, #ffe39c 50%, #f4b72d 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: warrantyShimmer 5s linear infinite;
  }
  @keyframes warrantyShimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
  }
}

.text-warranty { overflow: hidden; }
.text-warranty .warranty-scroll-text { display:inline-block; white-space:nowrap; will-change: transform, background-position; transform: translateX(0); }
.text-warranty .warranty-scroll-text .w-word { display:inline-block; transition: transform 120ms ease; transform-origin: bottom center; padding: 0 .08em; color: #f4b72d; }
@supports (-webkit-background-clip: text) {
  .text-warranty .warranty-scroll-text .w-word { background-image: linear-gradient(90deg, #f4b72d 0%, #ffe39c 50%, #f4b72d 100%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: warrantyShimmer 3s linear infinite; }
  @keyframes warrantyShimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
}

.text-warranty p {
	font-size: 20px;
	padding-block: 15px;
	margin-bottom: 0;
	font-weight: bold;
	font-family: yb_ExtraBold;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    height: 495px !important;
}

.wd-gallery-images {
    background: #fff;
    border-radius: 32px;
}

.wd-carousel-wrap{
    gap: 13px;
}

.wd-slide-visible {
    background: #fff;
    border-radius: 32px;
}

.woocommerce-product-gallery img {
    width: 100%;
    border-radius: 32px !important;
}

.wd-arrow-inner {
    color: var(--wd-arrow-color, #f4b72d) !important;
    background: #fcebc6 !important;
    border-radius: 35px !important;
}

.woocommerce-product-gallery__image a img {
    height: 480px;
    width: auto;
}

.woocommerce-product-details__short-description p {
    line-height: 180%;
    font-size: 18px;
}

.wd-arrow-inner::after {
    font-size: var(--wd-arrow-icon-size, 18px) !important;

}

.wd-arrow-inner {
    width: 32px !important;
    height: 32px !important;
}

.product-labels.labels-rounded .product-label {
    border-radius: 0 35px 0 3px !important;
}

.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
    top: 0 !important;
}
