
.elementor-element-96d057c.e-con-full.title-tag{
	margin-top:-11%!important
}

.woocommerce-breadcrumb{
    display: none;
}
.main-boxed-wrapper{
    width: 1260px;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto;
}
.main-editor-container{
    width: 100%;
    float: left;
}
.related.products{
    display: none !important;
}
/* single-product */
.single-product .product{
    display: flex;
    gap: 40px;
}
.e-eicon-chevron-left,.e-eicon-chevron-right {
    fill: #054490 !important;
}
.elementor-widget-loop-carousel .swiper-pagination-bullet{
    background: #054490 !important;
}
.single-product .product .woocommerce-product-gallery{
    position: sticky !important;
    top: 60px;
    max-height: max-content;
    float: none !important;
}
.single-product .product .summary{
    float: none !important;
}
.single-product .product .product_title{
    font-size: 44px;
    font-weight: bold;
    order: 0;
}
.single-product .product .posted_in{
    display: none;
}
.single-product .product .tagged_as a{
    background-color:#F4F4F4;
    border-radius: 999rem;
    color: #333;
    margin: 10px 10px 0 0;
    padding: 2px .5rem;
    display: inline-block;
    font-size: 13px;
}
.single-product .product .product_meta{
    order: 1;
    margin-bottom: 30px;
}
.single-product .product .open-retailers-popup{
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 1px solid #333;
    padding: 4px 45px;
    display: block;
    border-radius: 20px;
    text-align: center;
    color: #111;
}
.single-product .product .open-retailers-popup:hover, .single-product .product .open-retailers-popup:focus{
    background-color: #054490;
    color: #FFFFFF;
    border-color: #F4F4F4;
}
.single-product .product .woocommerce-product-details__short-description{
    order: 2;
}
.single-product .product .tabs-tilte{
    order: 5;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    line-height: normal;
}
.retailers-action{
    order: 4;
    margin-bottom: 15px;
}
.single-product .product .woocommerce-tabs{
    order: 7;
    margin-bottom: 10px;
}
.single-product .product .entry-summary{
    display: flex;
    flex-direction: column;
}
.single-product .product .price{
    display: none;
}
.single-product .product .woocommerce-tabs .tabs{
    display: flex;
    flex-direction: column;
}
.single-product .product .woocommerce-tabs .tabs > li{
    background: transparent !important;
    border-width: 0 !important;
    border-bottom-width: 1px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    font-size: 14px !important;
}
.single-product .product .woocommerce-tabs .tabs > li:before, .single-product .product .woocommerce-tabs .tabs > li:after{
    display: none !important;
}
.single-product .product .woocommerce-tabs .tabs > li.active{
    border-bottom-color: #cfc8d8 !important;
}
.single-product .product .woocommerce-tabs .tabs > li a{
    padding: 14px 0 !important;
}
.single-product .product .woocommerce-tabs .panel{
    display: none !important;
}
.single-product .product .wb_cptb_content{
    padding: 16px 0;
}
.single-product .woocommerce-tabs ul > li > a {
    position: relative;
    padding-right: 24px; /* space for the chevron */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-open-button-container .modal-open-button{
    width: 200px;
}
.modal-open-button-container .modal-open-button a{
    text-align: center;
    justify-items: center;
    padding: 9px 10px !important;
    color: #111;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
}
.single-product .product .instructions-for-use a:hover,.modal-open-button-container .modal-open-button a:hover {
  background-color: #054490;
  color: #FFFFFF;
  border-color: #F4F4F4;
}
.padding-b-10{
    padding-bottom: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    z-index: 9 !important;
}
.single-product .woocommerce-tabs ul > li > a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    margin-left: auto;
    position: absolute;
    right: -15px;
    top: 54%;
    transform: translateY(-50%) rotate(-45deg);
}

.single-product .product .woocommerce-tabs .panel.active{
    position: fixed !important;
    top: 0;
    right: 0;
    width: 380px;
    background: #fff;
    height: 100vh;
    padding: 25px;
    z-index: 999999;
    overflow: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    display: block !important;
    animation: slide-in 0.3s forwards;
}
.single-product .product .instructions-for-use{
    padding: 20px;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
}
.single-product .product .instructions-for-use h4{
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}
.single-product .product .instructions-for-use a,.modal-open-button-container .modal-open-button a {
      transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 1px solid #333;
    padding: 5px 10px;
    width: 100%;
    display: block;
    border-radius: 20px;
    text-align: center;
    color: #111;
}
body.modal-opened::after{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    left: 0;
    top: 0;
    content: '';
}
.post-tags{
    display: none !important;
}
.post-category {
    background: #f7f7f7;
    display: inline-block;
    border-radius: 10px;
    padding: 2px 10px;
}
/* slide right animation */

@media (max-width: 767px) {
  .single-product .product .woocommerce-tabs .panel.active {
    width: 100%;
  }
  .main-boxed-wrapper{
    padding: 20px;
}
.single-product .product{
    flex-direction: column;
    gap: 0;
    width: 100%;
}
.single-product .product .woocommerce-product-gallery{
    position: static !important;
    max-height: 100%;
    width: 100%;
}
.single-product .product .summary{
    width: 100%;
}
}
@keyframes slide-in {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.premium-modal-box-modal-dialog{
	opacity:1!important;
}