.nldev-starting-price {
    min-height: 47px;
    position: absolute;
    top: -17px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.nldev-starting-price bdi {
    color: #333333;
    font-family: var(--bold_font);
    font-size: 18px;
    line-height: 26px;
}
.single_variation_wrap {
    position: relative;
}
/* --------------------
Single Product
-------------------- */
.mobile-product_access {
    display: flex;
    gap: 15px;
    padding-right: 10px;
}
.mobile-product_access .quick__access__item i {
    font-size: 23px;
  }
.sticky-addcard #wbs-wc-prrpt-modal-btn {
    display: none;
  }

.product-sidebar-inner {
    box-shadow: 0px 6.31px 37.84px 0px #99999933;
    background: #fff;
    padding: 15px 20px;
    border-radius: 24px;
    margin-bottom: 20px;
}
.product-sidebar-inner .price del bdi:after {
    content: none;
}
.product-sidebar-inner .price {
    align-items: end;
}

.product-sidebar-inner .on-sale {
    /* right: 0; */
    /* left: auto; */
    background: var(--color2);
}
.product-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
}
.product-form-wrap {
    position: relative;
}
.product-sidebar-inner .sidebar-title {
    background: #F6F6F6;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 1rem;
    color: var(--color1);
    justify-content: center;
    padding: 10px;
}
.rate-num {
    display: flex;
    gap: 2px;
    font-size: 14px;
    color: #3A3A3A;
    align-items: center;
}
.rate-num i {
    font-size: 20px;
    color: var(--color2);
    margin-right: 5px;
}

.product_meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}
.woocommerce-product-details__short-description.editor-content ul,
.woocommerce-product-details__short-description.editor-content ul li,
.woocommerce-product-details__short-description.editor-content p {
    margin: 0;
}

.out-of-stock {
    background: var(--bg_danger);
    color: var(--danger);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}


.share-btn {
    width: 62px;
    height: 62px;
    background: var(--color1);
    color: #fff;
    font-size: 24px;
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.product-attrs.single-attrs {
    z-index: 2;
    top: 56px;
}
.product-gallery-item.has-border,
.gallery-top-wrapper {
    border: 1px solid rgba(203, 203, 203, 0.58);
    background: linear-gradient(180deg, #FF6F61 0%, #F2AD7C 100%);
    margin-bottom: 24px;
    border-radius: 18px;
    overflow: hidden;
}

.gallery-top {
    overflow: hidden;
    position: relative;
    transition: 0.4s ease;
    border-image: linear-gradient(180deg, #FF6F61 0%, #F2AD7C 100%) 1;
    border-radius: 1rem;
    border-width: 10px;
    border-style: solid;
}
a.for-lightgallery {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-top .swiper-slide img {
    width: 100%;
}
.gallery-bottom .product-thumb-item {
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgba(203, 203, 203, 0.58);
    background: #FFF;
    border-radius: 18px;
}

.gallery-bottom .product-thumb-item img {
    width: 100%;
    transition: 0.4s ease;
}


.gallery-bottom .product-thumb-item:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    border-radius: 18px;
    background: #FF6F6199;
    backdrop-filter: blur(4px);
    inset: 0;

    margin: auto;
    transition: 0.4s;
    z-index: 1;
}
.gallery-bottom .product-thumb-item:after {
    opacity: 0;
    visibility: hidden;
    content: "\e91c";
    font-family: 'icomoon';
    position: absolute;
    inset: 0;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 1;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
    color: #fff;
}
.gallery-bottom .swiper-slide.swiper-slide-thumb-active .product-thumb-item:before,
.gallery-bottom .swiper-slide.swiper-slide-thumb-active .product-thumb-item:after,
.gallery-bottom .swiper-slide .product-thumb-item:hover:before,
.gallery-bottom .swiper-slide .product-thumb-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.swiper-pagination.product-pagination {
    bottom: 0 !important;
    margin: 20px 0 0 !important;
}
.websima-swiper-thumb {
    padding: 0 29px;
    position: relative;
}

.product_title {
    color: #313233;
    font-size: 26px;
    line-height: normal;
    padding-bottom: 20px;
}
.btn-wrap {
    position: absolute;
    z-index: 4;
    flex-direction: column;
    right: auto;
    left: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (min-width: 768px) {
    .btn-wrap {
        right: .5rem;
        left: auto;
        top: .5rem;
    }
}
.btn-wrap a {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    display: inline-flex;   
	justify-content: center;
    align-items: center;
    color: var(--color1);
    font-size: 20px;
    line-height: 1;
    z-index: 11;
}

.btn-wrap a:hover {
    background: var(--color1);
    color: #fff;
    border-color: var(--color1);
}
.sku-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.single-share.product-share .share-label {
    background: var(--color1);
}
.single-share.product-share .share-items {
    border-color: var(--color1);
}
.single-share.product-share .share-items .copy-btn,
.single-share.product-share .share-items a {
    color: var(--color1);
}
.single-share.product-share .share-items .copy-btn:hover,
.single-share.product-share .share-items a:hover {
    color: var(--color2);
}
.sku-wrapper.mobile-sku {
    background: #C2ABA11A;
    display: flex;
    justify-content: space-between;
    border-radius: 14px;
    margin-bottom: 16px;
    padding: 21px 24px;
}
.product-access-items .ac-btn i {
    font-size: 22px;
}
.product-access-items .ac-btn i.icon-x {
    font-size: 16px;
}
/* .popup-video {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
.inner-popup-video {
    position: relative;
    background: #fff;
    padding: 10px;
    display: flex;
    border-radius: 10px;
}
.popup-video video {
    max-width: 800px;
    max-height: 500px;
    border-radius: 8px;
}
.icon-video-close {
    position: absolute;
    top: 16px;
    right: auto;
    left: 3px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 9;
} */


/**************
  outofstock
*************/
.stock-notify-modal-btn.button,
.stock-notify-btn.button {
    border: 1px solid #61AAFF;
    width: 100%;
    margin-top: 2rem;
    background: #61AAFF;
	gap:1rem
}
.stock-notify-modal-btn.button:hover,
.stock-notify-btn.button:hover{
	color:#61AAFF
}
.stock-notify-modal-btn.button:before,
.stock-notify-btn.button:before {
    content: "\e926";
    font-family: 'icomoon';
    position: unset;
    opacity: 1;
    filter: none;
    font-size: 1.5rem;
}
#stock-notify-modal {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
}
#stock-notify-modal .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#stock-notify-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 0;
}
#stock-notify-modal .modal-header button {
  cursor: pointer;
  transition: 0.3s;
}
#stock-notify-modal .modal-content {
    background: #fff;
}
#stock-notify-modal .modal-body {
  padding: 15px;
}
#stock-notify-modal .modal-title {
  font-size: 16px;
  font-weight: bold;
}
#stock-notify-modal .modal-box {
    max-width: 550px;
    margin: auto;
}
#stocknotifyform label.error {
    color: var(--danger);
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -15px;
}
#stocknotifyform input {
    padding:12px;
    height: 56px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #6666661A;
    background: #fff;
	text-align: right;
	transition: 400ms;
	direction:ltr
}
#stocknotifyform input:focus {
    border-color: var(--color1);
}
#stocknotifyform .form-row {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
#stocknotifyform  label:not(.error) {
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}
#stocknotifyform .alert {
    margin-top: 1rem;
    color: #fff;
    padding: 0.5rem;
    font-size: 12px;
}
/**************
  variation
*************/

.product-type-variable .product-form-wrap > .price {
    display: none;
}
.variations tr {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.variations_form.cart select {
    display: block;
}
.variations_form.cart .variations {
    width: 100%;
    margin-bottom: 25px;
}
.variations .value {
    display: block;
    flex: 0 0 100%;
}
.variations label {
    display: block;
    color: #212121;
    font-size: 14px;
    line-height: 30px;
    font-family: var(--bold_font);
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-weight: unset !important;
}
.variations label em {
    color: #838383;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 40px;
    margin: 0;
}
.reset_variations:hover {
    background: white;
    color: var(--color2) !important;
}

.reset_variations {
    margin: 10px 0;
    display: inline-block !important;
    background: var(--color2);
    border: 1px solid var(--color2);
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
    transition: .4s;
    position: absolute;
    left: 0;
    bottom: -41px;
    font-size: 12px;
}
.variations_form.cart select {
    width: 100%;
    border: 1px solid #FF6F614D;
    padding: 13px 16px;
    font-family: inherit;
    border-radius: 1rem;
    color: #242424;
    font-size: 14px;
    line-height: 26px;
    background: #F7F7F7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 13px center;
    display: flex;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE0IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNkw3LjAwMDk4IDYuMDk2TDEzIDAuNiIgc3Ryb2tlPSIjMEEwOTBCIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    cursor: pointer;
    transition: .3s;
}
.variations_form.cart .value {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
}
.variable-item-contents {
    border-radius: 152% !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #fff;
}
.selected .variable-item-contents {
    border-color: #000;
}
.button-variable-items-wrapper .variable-item-contents {
    border-radius: 5px !important;
    background: #EEE;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 5px 12px !important;
}
.variable-item.image-variable-item {
    width: 48px !important;
    height: 48px !important;
    background: none !important;
    margin: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper {
    gap: 6px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
    content: none !important;
}
.websima-variable-selector.woo-variation-items-wrapper .websima-wc-variable-color {
    display: none;
}
.websima-variations-wrap {
    border-radius: 8px;
    background: #F7F7F7;
    padding: 16px 12px 16px;
    margin-bottom: 12px;
}
.websima-variations-items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.websima-variations-label {
    color: #1A1A1A;
    font-size: 16px;
    font-family: var(--light_font);
    line-height: normal;
    margin-bottom: 26px;
}


/**************
  add to cart
*************/
.product-price-box {
    position: relative;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: flex-start;
    flex: auto;
    transition: 0.4s ease;
    flex-direction: column;
    gap: 16px;
}
.single_add_to_cart_button.button i {
    display: none;
}


.summary .cart .button {
    flex: 0 0 50%;
    max-width: 50%;
    height: 50px;
    white-space: nowrap;
}
.summary .cart .quantity {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0;
    display: flex;
    min-height: 46px;
}
.woocommerce-variation-availability {
    display: none;
}
.woocommerce-variation.single_variation {
    min-height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.woocommerce-variation-price {
    min-height: 46px;
    display: flex;
    align-items: center;
}


.woocommerce-variation-description {
    display: none;
}


.scroll-review {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 64px;
    background: var(--color2);
    color: #fff !important;
    font-size: 22px !important;
}

.scroll-top {
    margin-right: auto;
    display: inline-flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: var(--color1);
    font-size: 10px;
    cursor: pointer;
    transition: 0.4s ease;
    z-index: 1;
    outline: 1rem solid #FF6F610A;
    color: #fff;
    margin-left: 1rem;
}
.fix-btn.scroll-top {
    position: fixed;
    left: -65px;
    bottom: 160px;
    z-index: 111;
    gap: 15px;
    transition: 0.4s ease;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 0 1px 4px #d9d9d9;

}
.fix-btn.scroll-top.active {
    left: 15px;
}
.scroll-top:hover {
    color: var(--color2);
}
.scroll-top.fix-btn i {
    transform: rotate(90deg);
    font-size: 18px;
}
.scroll-top i {
    transform: rotate(0deg);
    transition: 0.4s ease;
}

.scroll-top.active i {
    transform: rotate(180deg);
}
.product-share {
    position: relative;
}
.share-box a {
    color: #fff !important;
    font-size: 16px;
    line-height: 1 !important;
}
.share-box a .icon-facebook {
    font-size: 17px;
}
.share-box a:hover {
    color: var(--color2) !important;
}
.share-box {
    position: absolute;
    top: 85px;
    margin: auto;
    white-space: nowrap;
    display: flex;
    background: var(--color1);
    width: 146px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 11px 10px 7px;
    border-radius: 7px;
    box-shadow: 0px 4px 13px -5px rgb(0, 55, 123);
    z-index: 3;
}
.share-box .copy-btn {
    color: #fff;
    font-size: 18px;
}
#tab-family {
    background: var(--color1);
    padding: 50px 0;
}

/***** tabs *****/

.wc-tabs-wrap {
    position: sticky;
    top: 102px;
    z-index: 3;
    transition: 0.4s ease;
    display: none;
}
.tabs.wc-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 16px;
    gap: 8px;
    border-radius: 12px;
    background: #fff;
    position: relative;
}

.tabs.wc-tabs li {
    position: relative;
    text-align: center;
}

.tabs.wc-tabs li a {
    color: #4E3846;
    font-size: 14px;
    line-height: 40px;
    padding: 5px 16px;
    white-space: nowrap;
    display: block;
    transition: 0.4s ease;
    background: #FF6F610A;
	border-radius: 1.5rem;
}

.tabs.wc-tabs li a:hover {
    color: #fff;
	background:var(--color1)
}
.tabs.wc-tabs li a.active {
    color: #fff;
	background:var(--color1)
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 24px;
    margin-bottom: 20px;
}
.product-tag {
    border-top: 1px solid #FF6F61;
    padding-top: 24px;
}
.product-features {
    margin: 20px 0;
    display: flex;
    gap: 12px 14px;
    flex-wrap: wrap;
}
.product-feature {
    flex: 1 0 100%;
    background: #fff;
    padding: 8px 5px 8px 5px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 6.31px 37.84px 0px #99999933;
    color: #272829;
    font-size: 13px;
    height: 60px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.product-feature::before {
    content: '';
    width: 37px;
    height: 37px;
    border-radius: 20px;
    background: #EBFAF4;
    position: absolute;
    right: -18px;
    z-index: -1;
}
.product-feature i {
    color:  var(--color1);
    font-size: 25px;
}


/* CSS */
table.shop_attributes {
    width: 100%;
    text-align: right;
    background: #fff;
    border-radius: 1.5rem;
}

table.shop_attributes * {
    vertical-align: middle;
}

table.shop_attributes.type-1 .attribute-inner-table-wrapper {
    display: none;
}

table.shop_attributes.type-3 .attribute-inner-table-wrapper {
    display: none;
}

table.shop_attributes.type-3 tr:nth-child(2) .attribute-inner-table-wrapper {
    display: block;
}



tr.attribute_group_row.open {
}

tr.attribute_group_row {
    display: block;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
    transition: 500ms;
}

table.shop_attributes .attribute_group_row th::after {
    content: "\e921";
    font-family: 'icomoon';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: transparent;
    color: var(--color1);
    font-size: 9px;
    transition: 500ms;
    border: 1px solid var(--color1);
}
tr.attribute_group_row:hover th::after{
	  background: #fff;
}
tr.attribute_group_row.open th::after {
    transform: translateY(-50%) rotateX(180deg) !important;
    background: #fff;
    content: "\e92c";
}
table.shop_attributes .attribute_group_row th {
    padding: 7px 20px 9px 18px;
    background: #FF6F610A;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    display: block;
    position: relative;
    color: #292D32;
    transition: 0.4s ease;
}
table.shop_attributes .attribute_row table tr {
    background: #FF6F610A;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}
tr.attribute_group_row.open th, tr.attribute_group_row:hover th{
    background: var(--color1);
    color: #fff;
}
table.shop_attributes .attribute_row table {
    width: 100%;
}

table.shop_attributes .attribute_row table th {
    font-size: 14px;
    line-height: 32px;
    color: #292D32;
    width: 90px;
    padding-block: 10px;
}
table.shop_attributes .attribute_row table td a,
table.shop_attributes .attribute_row table td p {
    font-size: 14px;
    line-height: 28px;
    color:  #292D32;
    margin-bottom: 0;
}
table.shop_attributes .attribute_row_open.open .attribute-inner-table-wrapper {
    display: block;
}

.attribute_name::before {
    transition: 0.3s all linear;
    margin-left: 8px;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: white;
    border-color: var(--color1);
    border-block-width: 1px;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 3px;
    vertical-align: middle;
}


tr.attribute_row > td {
    display: block;
    width: 100%;
}

tr.attribute_row.open::before {
    opacity: 1;
}


tr.attribute_row {
    border-radius: .5rem;
    display: block;
    position: relative;
    transition: 500ms;
}

tr.attribute_row.open {
    border-color: rgba(46, 183, 126, 0.4);
    border-top-color: #fff;
    border-radius: 0 0 20px 20px;
}
table.shop_attributes .attribute-inner-table-wrapper {
    padding: 0 1rem;
}
.product_meta .category_post {
    flex: 0 0 100%;
}
.woocommerce-Tabs-panel > .section-title {
    margin-bottom: 26px;
}
.woocommerce-Tabs-panel > .section-title .title-heading {
    font-size: 1.25rem;
    line-height: 44px;
    color: #2E2E2E;
    display: block;
}


/* Upsell product */
.section-upsell-product {
    background: #61AAFF;
}
.section-upsell-product .swiper-discount{
    background:transparent
}
.section-upsell-product .page-discount {
    position: unset;
}
.upsell-txt-div h4.public-head {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
.upsell-txt-div .short-desc-upsell {
    font-size: 14px;
    line-height: 2;
    text-align: right;
    margin-top: 11px;
    color: #fff;
} 
.upsell-txt-div .public-head:before {
    filter: brightness(0) invert(1);
}
.product_gallery_item img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.product_gallery_item a {
    display: flex;
    width: 100%;
}

.product_gallery_item {
    border-radius: 12px;
    border: 2px solid #1140A6;
    background: #F1F2F3;
    overflow: hidden;
}

.item-thumbnail {
    border-radius: 6px;
    border: 1px solid rgba(188, 188, 188, 0.23);
    background: #FFF;
    overflow: hidden;
    cursor: pointer;
}


.item-thumbnail.swiper-slide-thumb-active {
    border: 1px solid #44D1C9;
    box-shadow: 0px 5px 14px -3px rgba(0, 55, 123, 0.20);
}


.video-wrapper {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-bottom: 60px;
}
.play-main {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 20px;
    color: #fff;
    background-color: var(--color2);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-wrapper {
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
}


.features-wrapper .item {
    flex: 1 0 0;
    position: relative;
    user-select: none;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(50, 86, 82, 0.08);

    gap: 10px;
    padding: 19px 16px 19px;
    cursor: pointer;
}

.features-wrapper .item.active .wrap i {
    transform: rotateX(180deg);
}

.features-wrapper .item .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}
.features-wrapper .item .wrap i {
    margin-right: auto;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 7px;
    color: var(--color1);
    background:#F4F6F6 ;
    border-radius: 100%;
    transition: 0.4s ease;
}

.features-wrapper .item span {
    margin: unset;
    font-size: 12px;
    color: #212529;
    display: block;
    line-height: 28px;
    letter-spacing: -0.36px;
    font-family: var(--bold_font);
}


.features-wrapper .item > p::after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #202020F0 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -9px;
    right: 50%;
    transform: translateX(50%);
}

.features-wrapper .item .desc {
    font-size: 14px;
    background-color: var(--color1);
    color: #fff;
    display: none;
    padding: 32px 40px;
    margin-top: 15px;
    border-radius: 24px;
}

.features-wrapper .item > p {
    position: absolute;
    text-align: center;
    background: rgba(32, 32, 32, 0.94);
    border: 1px solid rgba(121, 121, 121, 0.35);
    color: #fff;
    line-height: 2;
    font-size: 14px;
    padding: 20px;
    z-index: 2;
    width: 300px;
    right: 50%;
    bottom: 115%;
    font-weight: 100;
    transform: translateX(50%) scale(0);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 500ms;
}

.features-wrapper .item:hover p {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: translateX(50%) scale(1);
}
.product-nav {
    background-color: #212529E5;
    background-image: linear-gradient(rgba(102, 102, 102, 0.13) 1px, #84848400 1.5px), linear-gradient(90deg, rgba(155, 155, 155, 0.07) 1.5px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.04) 1px, #dfdede0a 1px), linear-gradient(90deg, rgba(179, 179, 179, 0.04) 1px, transparent 1px);
    background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    display: flex;
    padding: 27px 51px 24px;
    border-radius: 12px;
    justify-content: space-between;
    margin-bottom: 40px;
    position: sticky;
    top: 61px;
    z-index: 3;
    transition: 0.4s ease;
}
.product-nav.active {
    top: 120px;
}
.product-nav a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.product-nav a:hover {
    color: var(--color2);
}
#toTop {
    width: 30px;
    height: 30px;
    background: #5D6063;
    border-radius: 100%;
    color: #fff;
    font-size: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 55px;
}
.section-heading {
    color: #212529;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
}
.product-content > section {
    margin-bottom: 50px;
}
.part-title .editor-content.main-content p{
    text-align: center !important;
    color: rgba(33, 37, 41, 0.74);
}
.faq-btn {
    height: 44px;
}

.product-meta-wrap {
    border-radius: 24px;
    border: 1px solid rgba(177, 194, 192, 0.32);
    padding: 24px;
    margin-bottom: 20px;
}
.product-meta-wrap .item .label i {
    display: flex;
    width: 38px;
    height: 38px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background:  #D99D05;
    font-size: 20px;
    color: #fff;
}
.product-meta-wrap .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
}
.product-meta-wrap .item .label {
    color: rgba(33, 37, 41, 0.74);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.product-meta-wrap .item .title {
    color: #212529;
}
.product-meta-wrap .product-price {
    border-radius: 24px;
    background: #F7F9F9;
    padding: 23px 17px;
    margin: 20px 0;
}
.product-meta-wrap .product-price {
    justify-content: space-between;
}
.cart .button-simple {
    width: 100%;
    border-radius: 0;
    height: 44px;
}
.product-meta-wrap .product-price .price > .woocommerce-Price-amount > bdi,
.product-meta-wrap .product-price .price ins {
    font-size: 18px;
}
.video-guide > a {
    display: flex;
    padding: 11px 11px 11px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background: #9A9A9A;
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
}
.video-guide a i {
    font-size: 13px;
}
.sp-image {
    margin-bottom: 20px;
}
.sp-title {
    color: #265A53;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 16px;
    font-family: var(--bold_font);
}
.sp-desc {
    color: rgba(38, 90, 83, 0.56);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
}
.support-body .main-btn span,
.support-body .main-btn i {
    border-color: var(--color1);
    color: var(--color1);
    transition: 0.4s ease;
}
.support-body .main-btn.border-btn:hover span,
.support-body .main-btn.border-btn:hover i {
    border-color: var(--color2);
    color: var(--color2);
}
.btn-hover.sec-color {
    background: var(--color1);
    border-color: var(--color1);
}
.socials-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
}


.mobile-nav::before {
    width: 1px;
    height: calc(100% - 20px);
    background-color: #fff;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212529;
    background-image: linear-gradient(rgba(102, 102, 102, 0.13) 1px, #84848400 1.5px), linear-gradient(90deg, rgba(155, 155, 155, 0.07) 1.5px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.04) 1px, #dfdede0a 1px), linear-gradient(90deg, rgba(179, 179, 179, 0.04) 1px, transparent 1px);
    background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    width: 100%;
    z-index: 10;
    padding: 10px;
}


#toBasket i,
.quick-access i {
    font-size: 18px;
}

#toBasket,
.quick-access {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    gap: 8px;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    font-family: inherit;
    width: 100%;
    max-width: 214px;
    transition: 0.4s ease;
}
#toBasket .cart .button-simple {
    background: unset;
    border: unset;
    width: unset;
    min-width: unset;
    color: inherit;
}
#toBasket:hover,
.quick-access:hover {
    color: var(--color2);
}
.mobile-nav .box {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.quick-box a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);

}

.quick-box span:hover,
.quick-box a:hover {
    color: var(--color2);
}

.quick-box span,
.quick-box a {
    color: #fff;
    font-size: 15px;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-box {
    padding: 0 6px;
    background: rgba(32, 32, 32, 0.94);
    border: 1px solid rgba(121, 121, 121, 0.35);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

#close-access {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

#close-access i {
    font-size: 11px;
    display: inline-flex;
    transform: translateY(1px);
}







.product-data {
    border-radius: 6px;
    background: #FFF;
    padding: 10px;
    /*box-shadow: 0px 22px 32px -12px rgba(0, 55, 123, 0.18);*/
    backdrop-filter: blur(16px);
    border: 1px solid #ececec;
    margin-bottom: 24px;
}
.single-update {
    border-radius: 6px;
    border: 1px solid #077CD0;
    background: #FFF;
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    color: #077CD0;
    width: 100%;
    margin-bottom: 16px;
    justify-content: center;
    white-space: nowrap;
}
.single-update i {
    font-size: 22px;
}
.product-data .price {
    border-radius: 4px;
    background: #F1F2F3;
    display: flex;
    flex-direction: column;
    padding: 14px;
    align-items: center;
    position: relative;
    gap: 10px;
    margin-bottom: 16px;
    min-height: 76px;
    justify-content: center;
}
.product-data .price:not(.simple-price) > .woocommerce-Price-amount.amount > bdi::before,
.product-data .price:not(.simple-price) ins::before {
    content: 'قیمت';
    color: #17214C;
    font-size: 16px;
    position: absolute;
    right: 15px;
}
.product-data .price > .woocommerce-Price-amount.amount > bdi,
.product-data .price ins {
    text-decoration: none;
    color: #123376;
    font-size: 18px;
    line-height: normal;
}

.product-data .price del {
    color: #a2a2a2;
    font-size: 14px;
}
.product-data .simple-price.price {
    flex-direction: row;
    justify-content: flex-end;
    gap: 7px;
    position: relative;
}
.simple-price.price:before {
    content: 'قیمت';
    color: #17214C;
    font-size: 14px;
    position: absolute;
    right: 15px;
}
.simple-price.price .woocommerce-Price-currencySymbol {
    font-size: 14px;
}
.product-brand {
    border-radius: 6.968px;
    background: #FFF;
    box-shadow: 0px 0px 13.93548px 0px rgba(0, 55, 123, 0.11);
    display: inline-flex;
    padding: 3px 5px;
    max-width: 72px;
    margin-bottom: 13px;
}

.product-item-parent .call-for-price {
    background: #148c0ad6;
    color: #fff;
    border-radius: 4px;
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0;
    line-height: 27px;
}
.title-sidebar {
    border-radius: 4px;
    background: #F1F2F3;
    display: flex;
    gap: 12px;
    padding: 22px 12px;
    align-items: center;
    color: #00377B;
    font-size: 16px;
    line-height: 32px;
}

.title-sidebar i {
    color: #44D1C9;
    font-size: 26px;
}

.support-info {
    display: flex;
    margin: 18px 0;
    align-items: center;
    gap: 8px;
}



.support-info img {
    max-width: 38px;
    border-radius: 100%;
}

.support-info .name {
    color: #565656;
    font-size: 13px;
    line-height: normal;
}

.support-info .phone {
    margin-right: auto;
    color: #565656;
    font-size: 13px;
    line-height: normal;
    font-family: var(--light_font);
    transition: 0.4s ease;
}

.support-info:hover .phone {
    color: var(--color1);
}








.product-sidebar {
    position: sticky;
    top: 111px;
    transition: 0.4s ease;
}

.product-sidebar.active {
    top: 111px;
}




.attributes-col {
    flex: 1;
}

.woocommerce-product-attributes p {
    margin: 0;
}

.woocommerce-product-attributes tr {
    border-radius: 4px;
    background: #F7F7F7;
    /*box-shadow: 0px 12px 16px -6px rgba(3, 69, 151, 0.10);*/
    border: 1px solid #ececec;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    gap: 10px;
}

.woocommerce-product-attributes-item__label {
    color: #000;
    font-size: 14px;
    line-height: normal;
}

.woocommerce-product-attributes-item__value p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.woocommerce-tabs .section-title {
    margin-bottom: 24px;
}

.woocommerce-Tabs-panel {
    margin-bottom: 50px;
}
#tab-additional_information {
    margin-bottom: 34px;
}
.read-more i {
    transition: 0.4s ease;
}
.read-more.button4 i {
    transform: rotate(180deg);
}
.woocommerce-tabs .woocommerce-Tabs-panel:last-child {
    margin-bottom: 0;
}


.product-main-data {
    margin-bottom: 72px;
}
.section-related-bg {
    background: var(--color1);
    padding: 30px 0;
}
.section-related,
.section-comment {
    margin: 72px 0;
}
    /*Swatches*/
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0 !important;
    box-shadow: none !important;
}
.color-variable-items-wrapper.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 35px;
    height: 35px;
}
.variations_form.cart .value.woo-variation-items-wrapper:after {
    display: none;
}

.gallery-images .onsale {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 10px;
    color: var(--color1);
    padding: 0 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9f9f9;
}


.woocommerce-MyAccount-content fieldset {
    border: 1px solid var(--color1);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.woocommerce-MyAccount-content fieldset legend {
    background: var(--color1);
    color: #fff;
    padding: 3px 30px;
    border-radius: 5px;
}


.woocommerce-account.woocommerce-orders .woocommerce-message,
.single-product .woocommerce-message {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.woocommerce-message .button {
    margin-right: 25px;
}

.summary > .price {
    margin: 10px 0;
}

.posted_in {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.posted_in a {
    color: #999;
}

.posted_in a:first-child {
    margin-right: 5px;
}

.posted_in a:hover {
    color: var(--color2);
}

.posted_in a::after {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #999 !important;
    pointer-events: none;
    font-size: 8px;
}

.posted_in a:last-child:after {
    display: none;
}

.sku_wrapper {
    display: block;
    color: #999;
}

.sku_wrapper .sku {
    color: #808080;
    display: inline-block;
    font-family: var(--bold_font);
}

.woocommerce-product-details__short-description {
    margin: 15px 0;
    color: #999;
}

.related.products {
    margin: 50px 0;
}

.tagged_as {
    display: block;
    border-top: 2px solid #e3e3e3;
    color: #757577;
    padding-top: 15px;
    font-size: 16px;
    margin-top: 15px;
}

.tagged_as a:last-of-type:after {
    display: none;
}

.tagged_as a:after {
    content: '';
    width: 2px;
    height: 9px;
    background: #dcdcdc;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -9px;
}

.tagged_as a:hover {
    color: var(--color2);
}

.tagged_as a {
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
    color: #000;
}

.tagged_as a:hover {
    color: var(--color2);
    border-color: var(--color2);
}

/* Comments */
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    color: var(--color2);
    font-size: 21px;
}

.woocommerce .stars span {
    display: flex;
    gap: 2px;
}
#tab-reviews .form-submit {
    float: left;
    flex: unset;
}

.stars {
    margin: 0 !important;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'icomoon';
    text-indent: 0;
    content: "\e92b";
    transition: all 0.3s;
    color: var(--color2);
}

.woocommerce p.stars a:hover ~ a::before {
    content: '\e92b';
}

.woocommerce p.stars:hover a::before {
    content: '\e927';
}

.woocommerce p.stars.selected a.active::before {
    content: '\e927';
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e92b";
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: '\e927';
}

.comment-form-rating {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    justify-content: space-between;
    gap: 15px;
    overflow: hidden;
    padding-bottom: 8px;
}



.commentlist li {
    padding-right: 0 !important;
}

.commentlist li:before,
.commentlist li:after {
    display: none !important;
}

/* Gallery */
.woocommerce-product-gallery__image {
    text-align: center;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 10px;
    font-size: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9f9f9;
}

.woocommerce-product-gallery__trigger:before {
    content: "\e918";
    font-family: 'icomoon';
    font-size: 18px;
    color: var(--color1);
    transform: rotate(360deg) scaleX(-1.05);
    display: inline-block;
    transition: all 0.3s;
}

.woocommerce-product-gallery__trigger:hover {
    background: var(--color1);
}

.woocommerce-product-gallery__trigger:hover:before,
.woocommerce-product-gallery__trigger:hover:after {
    color: #fff;
}

.flex-control-thumbs .owl-stage-outer {
    padding: 10px 0;
}

.flex-control-thumbs {
    padding: 0 30px;
}

.woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper, .flex-viewport {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.flex-control-thumbs li {
    border-radius: 5px;
    overflow: hidden;
}

.flex-control-thumbs .owl-nav button {
    line-height: 1 !important;
}

.flex-control-thumbs .owl-nav button i {
    font-size: 16px !important;
    color: #d3d3d3;
}

.flex-control-thumbs .owl-nav {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}

.flex-control-thumbs .owl-nav button {
    pointer-events: auto;
    color: var(--color1);
    transition: all 0.3s;
    font-size: 20px !important;
}

.flex-control-thumbs .owl-nav button:hover {
    color: var(--color2);
}

.pswp__caption__center {
    text-align: center;
}

.gallery-images {
    position: relative;
}

.flex-control-nav li:hover {
    border: 1px solid var(--color2);
}

.flex-control-nav li {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}


/**************
  add to cart
*************/
.product-sidebar .button-simple {
    width: 100%;
    height: 60px;
    font-size: 16px;
}

.catalog-btn.button-simple {
    background: #077CD0;
    border-color: #077CD0;
}

.catalog-btn.button-simple:hover {
    background: transparent;
    color: #077CD0;
}

.catalog-btn {
    margin-top: 12px;
}

.summary > .stock.in-stock,
.woocommerce-variation-availability .stock.in-stock {
    background: #f9fafb;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary > .stock.in-stock:before,
.woocommerce-variation-availability .stock.in-stock::before {
    content: 'موجودی:';
    color: #999;
}



.onsale {
    display: none;
}

.quantity.hidden {
    display: none;
}


.product-quantity .quantity {
    max-width: 150px;
    margin: 0 auto;
}

.product-name .variation {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.button.wc-backward {
    margin-top: 15px;
}

.woocommerce-product-gallery {
    position: relative;
}


.product-tools {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
    right: 10px;
    top: 10px;
}
.product-tools {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
}
.product-tools a {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: rgba(0, 55, 123, 0.30);
    font-size: 24px;
}

.toggle-more-btn.button-simple {
    padding: 2px 12px;
    border: none;
}
.toggle-more-btn.button-simple.less {
    background: #077CD0;
}
.websima-product-gallery-wrapper {
    margin-bottom: 40px;
    min-height: 27rem;
    position: relative;
}
.websima-product-gallery-wrapper.single-pr-image {
    min-height: 21rem;
}
.websima-product-gallery-wrapper .loading-wrapper {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}

.mobile-sticky-addcard {
    position: fixed;
    bottom: -190px;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 150px;
    display: flex;
    align-items: center;
    transition: 0.4s ease;
    box-shadow: 0 -1px 7px #eaeaea;
}
.mobile-sticky-addcard.variable-addcard {
    height: 100px;
}
.mobile-sticky-addcard.variable-addcard .button {
    width: 100%;
    height: 58px;
    font-size: 17px;
}
.mobile-sticky-addcard.active {
    bottom:0
}
.mobile-sticky-addcard form .quantity {
    width: 96px;
    height: 43px;
    border-radius: 1rem;
    padding: 3px;
    background: #fff;
  }
  .mobile-sticky-addcard form .quantity button {
    min-width: 28px;
    height: 28px;
 
  }
  .mobile-sticky-addcard form .quantity input {
    width: 23px !important;
  }
/* .sticky-addcard {
    display:flex;
    justify-content:space-between;
    align-items:center
} */
.sticky-addcard .snapppay-widget {
    margin-bottom: 0;
    padding-bottom: 5px;
    border: 0;
  }
  .sticky-addcard .snapppay-widget-image {
    width: 32px;
    border-radius: 10px;
  }
  .sticky-addcard .snapppay-widget-title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 6px;
  }
  .sticky-addcard .snapppay-widget-description {
    font-size: 10px;
    line-height: 1;
  }
.sticky-addcard p.stock.button.out-of-stock {
    margin-bottom:0;
    text-align:center
}
.sticky-addcard .simple-cart {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px
}
.sticky-addcard .quantity_wrap {
    display:none
}
.sticky-addcard .simple-cart .price {
    display:unset;
    margin:0
}
.sticky-addcard .simple-cart .price .span-price-text {
    display:none
}
.sticky-addcard .product-price {
    width:100%;
    position: relative;
}
.sticky-addcard .stock.button.in-stock {
    display:none
}
.call-for-price {
    display: block;
    text-align: center;
    padding: 10px;
}
#qa-section {
    background: #fff;
    border-radius: 40px;
    padding: 24px 40px;
}
.single-product .woocommerce-notices-wrapper {
    position: relative;
    z-index: 1;
    right: 0;
    width: 100%;
    top: -15px;
}
.product_meta .single__share {
    margin: 0;
    margin-right: auto;
}
@media screen and (min-width: 360px) {
    .product-feature {
        flex: 1 0 calc(50% - 7px);
    }
    .sticky-addcard .woocommerce-variation-add-to-cart {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 5px;
      }
      .mobile-sticky-addcard {
        height: 96px;
    }
}
@media screen and (min-width: 420px) {
    .attributes-wrapper {
        display: flex;
        gap: 13px;
    }
    .woocommerce-product-attributes-item__label {
        display: flex;
        align-items: center;
        min-height: 40px;
    }
}

@media screen and (min-width: 576px) {
    .editor-content .comment-form-author{
		float: right;
		width: 49%;
	}
	.editor-content .comment-form-email {
		float: left;
		width: 49%;
	}
    .product-feature {
        padding: 8px 25px 8px 10px;
        font-size: 14px;
    }

    .summary .cart:not(.variations_form ) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .summary .cart .button {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .summary .cart .quantity {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .product_meta .category_post {
        flex: unset;
    }
	table.shop_attributes .attribute_row table.attribute_name_values tbody {
        display: flex;
		align-items: center;
		gap: 8px;
		flex-wrap:wrap;
	}
    table.shop_attributes .attribute_row table tr {
        max-width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
}

@media screen and (min-width: 768px) {
    .woocommerce-account.woocommerce-orders .woocommerce-message,
    .single-product .woocommerce-message {
        flex-flow: row;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .websima-product-gallery-wrapper {
        margin-bottom: 0;
        min-height: 33rem;
    }
    .websima-product-gallery-wrapper.single-pr-image {
        min-height: 26rem;
    }
    .variations_form.cart {
        display: block;
    }

    .variations .value {
        flex: 0 0 100%;
    }
    .websima-variations-wrap {
        padding: 23px 20px 20px;
    }
    .summary .cart .button {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .left-column-table {
        flex: 0 0 55%;
    }
    .right-column-table {
        flex: 0 0 40%;
        background: #D0D3ED4A;
        padding: 3px 25px;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .woocommerce-group-attributes-layout-top tbody {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    table.shop_attributes .attribute_row table th {
        width: 160px;
    }
    tr.attribute_group_row {
        margin: 1rem;
    }
	.single-product .woocommerce-notices-wrapper {
        right: 50%;
        transform: translateX(50%);
        width: fit-content;
    }
}

@media screen and (min-width: 992px) {
    .comment-form-rating {
        flex: unset;
    }
    .wc-tabs-wrap {
        display: block;
    }
    .product_title {
        font-size: 26px;
    }
    .mobile-nav {
        display: none;
    }
    .features-wrapper .item {
        padding: 19px 16px 19px 5px;
    }

    .websima-variations-label {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .table-product-row {
        padding: 24px;
    }
    .product-head {
        border-bottom: 1px solid #00000021;
        margin-bottom: 13px;
    }
    .tabs.wc-tabs li {
        max-width: 30%;
    }
    .product-sidebar-inner {
        padding: 19px 16px;
    }
}
@media screen and (min-width: 1200px) {
    .product-feature {
        font-size: 16px;
    }
    .right-column-table {
        flex: 0 0 30%;
    }
    .left-column-table {
        flex: 0 0 67%;
    }
    .summary .cart .button {
        height: 50px;
    }
    .summary .cart .quantity {
        padding: 0;
        display: flex;
    }
    .simple-price.price:before {
        content: none;
    }
    .product-data .price {
        padding: 7px;
        gap: 5px;
        margin-bottom: 16px;
        min-height: 76px;
    }
    .product-data .price > .woocommerce-Price-amount.amount > bdi, .product-data .price ins {
        font-size: 15px;
    }
    .simple-price.price .woocommerce-Price-currencySymbol {
        font-size: 10px;
    }
    .features-wrapper .item .wrap i {
        display: none;
    }
    .section-related-bg {
        padding: 50px 0;
    }
}
@media screen and (min-width: 1400px) {
    .product_title {
        font-size: 30px;
    }
    .product-data .price > .woocommerce-Price-amount.amount > bdi, .product-data .price ins {
        font-size: 18px;
    }
    .simple-price.price .woocommerce-Price-currencySymbol {
        font-size: 13px;
    }

    .product-data .price {
        padding: 14px;
        gap: 10px;
        margin-bottom: 16px;
        min-height: 76px;
    }

    .tabs.wc-tabs li a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1700px) {

}
@media (max-width: 768px) {
    .woocommerce-product-attributes tbody tr {
        display: none;
    }


}
@media (max-width: 1199.98px) {
    .features-wrapper {
        flex-direction: column;
        gap: 18px;
    }
}
@media (max-width: 991.98px) {
    .product-nav {
        display: none;
    }

}
@media (max-width: 576px) {
    .tabs.wc-tabs {
        overflow-x: auto;
        padding: 0 16px;
    }
    .summary .cart .button {
        flex: unset;
        max-width: unset;
        height: 50px;
        white-space: nowrap;
    }
}
@media (max-width: 380px) {
   /* form .quantity button {
        font-size: 18px;
        min-width: 40px;
        height: 40px;
    }*/
    form .quantity input {
        width: 30px !important;
    }
    .summary .cart .button {
        height: 41px;
    }
    .product-bundle-wrapper .product-price {
        flex: 1 0 100%;
    }
}
