body .wopb-d-none {
    display: none !important;
}

.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}

.wopb-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.wopb-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.wopb-error-element {
    display: none;
    color: red;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 1px;
}
.wopb-form-error .wopb-error-element {
    border: 1px solid #c7c7de;
    border-left: 3px solid red;
    padding-left: 5px;
    border-radius: 4px;
}

.wopb-template-container .alignfull, .wopb-builder-container .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

/** popup **/
/* Compare Popup start */
.wopb-modal-body-wrap {
    margin: 0 auto;
}
/* Compare Popup end */
.wopb-modal-wrap {
    position: fixed;
    visibility: hidden;
    z-index: 1400;
    opacity: 0;
}
.wopb-modal-wrap.active {
    display: flex;
    align-items: center;
    visibility: visible;
    opacity: 1;
    z-index: 999998;
}
.wopb-modal-wrap > .wopb-modal-content {
    min-height: 560px;
    min-width: 865px;
    max-width: 1600px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
    padding: 40px;
    background: #ffffff;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media (max-width: 992px) {
    .wopb-modal-wrap > .wopb-modal-content {
        width: 80%;
        min-height: 300px;
        min-width: 300px;
    }
}
@media (max-height: 560px) {
    .wopb-modal-wrap > .wopb-modal-content {
        min-height: 300px;
    }
}
.wopb-modal-wrap > .wopb-modal-content::-webkit-scrollbar {
    display: none;
}

.wopb-modal-wrap .wopb-modal-loading {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.wopb-modal-wrap .wopb-modal-loading.active {
    opacity: 0.5;
    visibility: visible;
    z-index: 99;
}
.wopb-modal-wrap .wopb-modal-loading .wopb-loading {
    left: 49%;
    top: 50%;
    /*border-radius: 50%;*/
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    position: absolute;
    /*border: 0.4rem solid rgba(255, 255, 255, 0.2);*/
    /*border-top-color: #fff;*/
    /*animation: spin 1s infinite linear;*/
}
.wopb-modal-wrap .wopb-modal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.wopb-modal-wrap .wopb-modal-body-inner {
    position: relative;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
.wopb-modal-wrap .wopb-modal-close-icon {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 9px;
    text-indent: -9999px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #090909;
    background: #090909;
    width: 25px;
    height: 25px;
    transition: 400ms;
}
.wopb-modal-wrap .wopb-modal-close-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    border-top: 2px solid;
    margin-top: -1px;
    margin-left: -8px;
    transform: rotate(45deg);
    color: #ffffff;
    transition: 400ms;
}
.wopb-modal-wrap .wopb-modal-close-icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 16px;
    border-left: 2px solid;
    margin-top: -8px;
    margin-left: -1px;
    transform: rotate(45deg);
    color: #ffffff;
    transition: 400ms;
}
.wopb-modal-wrap .wopb-modal-close-icon:hover {
    border: 1px solid #f31616;
    background: #f31616;
}
.wopb-modal-wrap .wopb-modal-close-icon:hover:before, .wopb-modal-wrap .wopb-modal-close-icon:hover:after {
    color: #fff;
}

/** end popup **/

/** single product page **/
:not(.wopb-product-meta) > .wopb-wishlist-add {
    width: 100%;
    float: left;
}
/** end single product page **/

.wopb-no-product-found {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.wopb-product-btn .wopb-cart-action a {
    text-align: center;
}

/*
    ** Builder Sidebar
*/
.wopb-builder-container.wopb-widget-left {
    display: grid !important;
    grid-column-gap: 30px;
    grid-template-columns: auto 70%;
}
.wopb-builder-container.wopb-widget-right {
    display: grid !important;
    grid-column-gap: 30px;
    grid-template-columns: 70% auto;
}
@media (max-width: 992px) {
    .wopb-builder-container.wopb-widget-left,
    .wopb-builder-container.wopb-widget-right {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
    .wopb-builder-container .wopb-sidebar-left {
        grid-row: 2;
    }
}

@keyframes wopb_spinner_key_frame {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
.wopb-block-wrapper .wopb-block-item .add_to_cart_button.loading, .wopb-block-wrapper .wopb-block-item .single_add_to_cart_button.ajax_add_to_cart.loading, .wopb-cart-action .single_add_to_cart_button.ajax_add_to_cart.loading {
    display: flex;
    align-items: center;
}
.wopb-block-wrapper .wopb-block-item .add_to_cart_button.loading::after, .wopb-block-wrapper .wopb-block-item .single_add_to_cart_button.ajax_add_to_cart.loading::after, .wopb-cart-action .single_add_to_cart_button.ajax_add_to_cart.loading::after {
    content: "\f531" !important;
    font-family: 'dashicons' !important;
    margin-left: 4px;
    -webkit-animation: wopb_spinner_key_frame 1.2s linear infinite;
    animation: wopb_spinner_key_frame 1.2s linear infinite;
    position: unset;
    width: max-content;
    height: max-content;
    border: unset;
    margin-top: unset;
}
.editor-styles-wrapper .wopb-product-blocks-slide:not(.slick-initialized) {
    visibility: unset;
}
.wopb-product-blocks-slide:not(.slick-initialized) {
    visibility: hidden;
}
/* For DIVI & Beaver Builder backend Support */
.et-fb .wopb-product-blocks-slide:not(.slick-initialized),
.fl-builder-edit .wopb-product-blocks-slide:not(.slick-initialized),
.elementor-editor-active .wopb-product-blocks-slide:not(.slick-initialized) {
    visibility: visible;
}
.post-type-wopb_templates ul.slick-dots li button {
    font-size: 0px;
}

/*
    * Global dropdown select style
*/
.wopb-dropdown-select {
    position: relative;
    width: 100%;
    height: 100%;
    user-select: none;
}
.wopb-dropdown-select .wopb-selected-item {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    border: 1px solid #333;
    padding: 5px;
    border-radius: 5px;
}

.wopb-dropdown-select .wopb-selected-item .dashicons {
    font-style: unset;
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.wopb-dropdown-select .wopb-select-items {
    display: none;
    list-style: none;
    position: absolute;
    margin: 2px 0 0 0;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    top: 100%;
    height: 10em;
    overflow: auto;
    border: 1px solid #e5e5e5;
    background: #ffffff no-repeat;
    transition: opacity 0.4s cubic-bezier(.19,1,.22,1),visibility 0.4s cubic-bezier(.19,1,.22,1),transform 0.4s cubic-bezier(.19,1,.22,1);
}

.wopb-dropdown-select .wopb-select-items::-webkit-scrollbar {
     display: none;
 }

.wopb-dropdown-select .wopb-select-items li {
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
}
.wopb-dropdown-select .wopb-select-items li:hover {
    background-color: #e5e5e5;
}

.wopb-spin-loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
}

@keyframes around {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

.wopb-spin-loader::after, .wopb-spin-loader::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.wopb-spin-loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}

.wopb-cart-top {
    margin-bottom: 10px;
}
.wopb-cart-before {
    margin-right: 5px;
    width: auto !important;
    vertical-align: top;
}
.wopb-cart-after {
    margin-left: 5px;
    width: auto !important;
    vertical-align: top;
}
.wopb-cart-bottom {
    margin-top: 10px;
}
li.product:has(.wopb-loop-image-top) {
    position: relative;
}
.wopb-loop-image-top {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
}

/*loading for ajax action*/
.wopb-processing {
    position: relative;
}
.wopb-processing .wopb-block-overlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}
.wopb-processing .wopb-block-overlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,0.75);
}
/*end loading for ajax action*/

/* Animation Keyframe Start */
@keyframes wopbFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes wopbFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes wopbShrinkIn {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes wopbShrinkOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes wopbFlipIn {
    0% {
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
@keyframes wopbFlipOut {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0;
    }
}
@keyframes wopbSlideUpIn {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes wopbSlideUpOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}
@keyframes wopbSlideDownIn {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes wopbSlideDownOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}
@keyframes wopbSlideLeftOut {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}
@keyframes wopbSlideLeftIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes wopbSlideRightIn {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes wopbSlideRightOut {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
@keyframes wopbZoomIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes wopbZoomIn2{
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }

}
@keyframes wopbZoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes wopbUnfold {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes wopbFold {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@keyframes wopbBlowUpContent {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2);
    }
}
@keyframes wopbBlowDownContent {
    0% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes wopbBlowUpTable {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes wopbBlowDownTable {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes demoLoading {
    100% {
        transform: translateX(100%);
    }
}
@keyframes wopbRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes wopbRotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes wopbScaleTo1 {
    0% {
        transform: scale(0.3);
    }
    100% {
        transform: scale(2);
    }
}
@keyframes wopbFillUp {
    0%,
    20% {
        width: 101%;
    }
    80%,
    100% {
        width: 0%;
    }
}
@keyframes wopbUpDownPendulum {
    10%,
    90% {
        width: 100%;
        transform: translateY(80px);
    }
    20%,
    80% {
        width: 8%;
    }
    45%,
    65% {
        width: 100%;
        transform: translateY(32px);
    }
}
@keyframes wopbSpin360 {
    0%,
    25% {
        transform: rotate(0deg);
    }
    50%,
    75% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Animation Keyframe End */