/*
 - Begin single product general
 - Begin detail gallery
 - Begin summary product
    - product variations form
 - Begin style product tabs
 - comments product, info bar wooo

 Begin single product general 
*/ 
.product-detail .product-label span{
    font-size: 12px;
    font-weight: 500;
    font-family: var(--bzo-title_typo-font-family);
    text-transform: uppercase;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: var(--bzo-main-color);
}
.product-detail .product-label span.trending{
    background-color: rgba(255, 163, 78, 1.0);
}
.product-detail .product-label span.new{
    background-color: #374BFF;
    border: none;
    color: #fff;
}
.product-detail .product-label{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media(max-width: 991px){
    .product-detail-info{
        margin-top: 40px;
    }
}

@media(max-width: 767px){
    .product-detail .product-label{
        top: 10px;
        left: 10px;
    }
}

.single-related-product .item-grid-product- .item-product{
    margin-bottom: 0;
}
.single-related-product .swiper-pagination{
    margin-top: 35px;
}
.single-related-product{
    margin-top: 80px;
    padding-top: 80px;
    margin-bottom: 0;
    position: relative;
}
@media(max-width: 1200px){
    .single-related-product{
        margin-top: 70px;
        padding-top: 70px;
    }
}
@media(max-width: 767px){
    .single-related-product{
        margin-top: 50px;
        padding-top: 50px;
    }
}
.single-related-product:before{
    content: '';
    width: 200vw;
    position: absolute;
    top: 0;
    height: 1px;
    background: #E6E6E6;
    margin-left: -50%;
}
.single-related-product .title-related-product{
    margin-bottom: 40px;
}
.single-related-product .title-related-product h2{
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-related-product .bzotech-swiper-navi {
    top: -63px;
}
@media(max-width: 1200px){
   .single-related-product .bzotech-swiper-navi {
        top: -50px;
    }
}
.woocommerce div.product .woocommerce-product-rating{
    display: flex;
    line-height: inherit;
    margin: 10px 0 0;
}
.woocommerce-review-link{
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}
.product-rating-total-sold .total-sold{
    margin-left: 20px;
    padding-left: 20px;
    border-left:1px solid #727272;
    line-height: 18px;
    font-size: 14px;
    transform: translateY(4px);
}
.product-rating-total-sold .total-sold:first-child{
    margin-left: 0px;
    padding-left: 0px;
    border-left:none;
}
.description-product-single {
    line-height: 22px;
}
/*Begin detail style 2*/
.product-detail.style2 .product-single-list-social-share {
    margin-top: 60px;
    text-align: center;
}
.product-detail.style2 .product-single-list-social-share ul li {
    transition: all 0.2s ease-out 0s;
}
.product-detail.style2 .product-single-list-social-share ul li:last-child {
    margin-right: 0;
}
.product-detail.style2 .wishlist_compare_single_product .wishlist_compare_single_product_bottom {
    display: none;
}         
.content-product-after-tab {
    margin-top: 40px;
}
.product-detail.style2 .product-single-list-social-share ul li:hover {
    transform: translateY(-4px);
}
/*End detail style 2*/

/*Begin detail gallery*/
.product-detail-gallery .mid{
    position: relative;
    z-index: 1;
    border-radius: 0px;
    overflow: hidden;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
}
.product-detail-gallery>.wrap-detail-gallery{
    margin-bottom: 0px!important;
    position: relative;
}

/*Begin gallery control product horizontal*/
.style-gallery-horizontal .gallery-control{
    margin: 20px 70px 0;
}
.archive .style-gallery-horizontal .gallery-control a.slick-slide {
    min-width: 135px !important;
    max-width: 135px !important;
}
.style-gallery-horizontal .slick-slide {
    padding: 0px 5px;
}
.style-gallery-horizontal .gallery-control .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    transition: .3s;
    font-size: 18px;
}
.style-gallery-horizontal .gallery-control .slick-arrow:hover{
    background: #000;
    color: #ffff;
    cursor: pointer;
    transition: .25s;
}
.style-gallery-horizontal .gallery-control .slick-prev {
  left: -50px;
}
.style-gallery-horizontal .gallery-control .slick-next {
  right: -52px;  
}
.woocommerce div.product .style-gallery-horizontal .gallery-control img{
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: .2s;
}
.woocommerce div.product .style-gallery-horizontal .gallery-control .slick-slide:hover img, 
.woocommerce div.product .style-gallery-horizontal .gallery-control .active img{
    border-color: var(--bzo-title_typo-color)!important;
}
.style-gallery-horizontal .gallery-control .slick-arrow[aria-disabled="true"]{
    opacity: 0.4;
}
.style-gallery-horizontal .gallery-control .slick-arrow.slick-disabled:hover{
    cursor: default;
}

/*End gallery control product horizontal*/
/*Begin gallery control product image-small*/
.style-image-small .gallery-control .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0px;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.style-image-small .gallery-control .slick-prev {
  left: 0;
}
.style-image-small .gallery-control .slick-next {
  right: 0;
}
/*End gallery control product image-small*/
/*Begin gallery control product vertical*/
.style-gallery-vertical .wrap-detail-gallery {
  position: relative;
  padding-left: 130px;
}
.style-gallery-vertical .wrap-detail-gallery.gallery-control-off {
  padding-left:0px;
}
.style-gallery-vertical .slick-vertical .slick-slide {
  padding: 5px 0px;
  border:none;
}
.style-gallery-vertical .gallery-control {
    position:absolute;
    left: 0;
    top: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 110px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.style-gallery-vertical .gallery-control .gallery-slider {
    height: 100%!important;
    text-align: center;
}
.style-gallery-vertical .gallery-control .gallery-slider .slick-list {
    height: calc(100% - 119px)!important;
}
.style-gallery-vertical .slick-prev, 
.style-gallery-vertical .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E6E6E6;
  border-radius: 100%;
  color: #E6E6E6;
  font-size: 18px;
  background: transparent;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  cursor: pointer;
  margin: 10px 0;
  opacity: 1;
}
.style-gallery-vertical .gallery-control:hover .slick-arrow{
    opacity: 1;
    color: #000;
    border-color: #000;
}
.style-gallery-vertical .gallery-slider img{
    border-radius: 0px;
    background: #f5f5f5;
    border: 1px solid transparent;
}
.style-gallery-vertical .gallery-slider .active img{
    border-color: var(--bzo-main-color);
}
/*End gallery control product vertical*/
.item-gallery-sticky a{
    display: flex;
}
.detail-sticky-style1 .item-gallery-sticky{
    margin-bottom: 30px;
    border: 1px solid var(--bzo-border-color);
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.detail-sticky-style1 .item-gallery-sticky:hover{
    border: 1px solid var(--bzo-main-color);
}
.detail-sticky-style1 .item-gallery-sticky:last-child{
    margin-bottom: 0px;
}
/*Begin detail sticky style2*/
.detail-sticky-style2 .item-gallery-sticky{
  width: 50%;
  float: left;
  padding:0px 10px;
  margin-bottom: 20px;
}
.detail-sticky-style2 .list-gallery-sticky{
  margin:0px -10px;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
}
.detail-sticky-style2 .item-gallery-sticky{
  flex: 1 1 auto;
}
.detail-sticky-style2 .item-gallery-sticky a{
  border: 1px solid var(--bzo-border-color);
}
.detail-sticky-style2 .item-gallery-sticky a:hover{
  border: 1px solid var(--bzo-main-color);
}
.detail-sticky-style2 .item-gallery-sticky:first-child{
  width: 100%;
}
/*End detail sticky style2*/
/*Begin detail sticky style3*/
.tab-style-sticky-style3 {
    width: 100%;
}
.tab-style-sticky-style3 .detail-tab-desc{
    padding-top: 110px;
}
.set_offset_top{
    position: relative;
    margin-top: 60px;
}
.detail-gallery-sticky-style3 .item-gallery-sticky{
    margin-bottom: 10px;
}
.detail-gallery-sticky-style3 .item-gallery-sticky:last-child{
    margin-bottom: 0px;
}
.detail-gallery-sticky-style3 .list-gallery-sticky{
        display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.detail-gallery-sticky-style3 .list-gallery-sticky .item-gallery-sticky{
    width: 50%;
    padding: 15px;
    margin-bottom: 0px;
    position: relative;
}
/*End detail sticky style3*/
/*End detail gallery*/

/*Begin summary product*/
.woocommerce div.product p.stock{
    color: #059B5A;
    font-weight: 500;
    margin: 5px 0 0;
    font-size: 14px;
}
/*final countdown*/

.product-detail .final-countdown {
    margin: 0px -10px;
    margin-top: 30px;
}
.product-detail .final-countdown .clock {
    text-align: center;
    padding: 0px 10px;
    margin: 0px 5px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    border-radius: 6px;
}
.product-detail .final-countdown .clock {
    font-size: 18px;
    color: #FF0600;
    min-width: 50px;
    padding: 6px 0;
    font-weight: 400;
    border-radius: 8px;
    background: #FFF7F5;
    border: 1px solid #FF9090;
}
.product-detail .final-countdown .clock .number {
    color: #FF0600;
    line-height: 1;
}
.product-detail .final-countdown .clock .text {
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
}
.product-detail .detail-info .final-countdown{
    margin-top: 17px;
    margin-bottom: 10px;
    margin-left: -2px;
    margin-right: -2px;
}
@media(max-width: 767px){
    .detail-info .final-countdown{
        margin-top: 17px;
        margin-bottom: 10px;
        margin-left: -2px;
        margin-right: -2px;
    }
}
/*End final countdown*/
.woocommerce div.product div.summary{
    margin-bottom: 0px;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary, 
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--bzo-main-color);
    color: #fff;
    opacity: 1;
}
.woocommerce div.product form.cart{
    margin-bottom: 0px;
}
.woocommerce div.product form.cart:not(.variations_form ){
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.add_to_wishlist span {
    display: none;
}
.wishlist_compare_single_product .add_to_wishlist span {
    display: inline-block;
}
.wishlist_compare_single_product{
    margin-top: 0px;
}
.wishlist_compare_single_product_top a {
    margin-right: 30px;
    font-size: 14px;
}
.wishlist_compare_single_product_top a i {
    margin-right: 9px;
    font-size: 17px;
    transform: translateY(1px);
}
@media (max-width: 991px) and (min-width: 768px) {
    .wishlist_compare_single_product_top a {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .wishlist_compare_single_product_top a:first-child {
        margin-top: 0;
    }
}
.wishlist_compare_single_product_bottom {
    margin-top: 24px;
    padding-top: 30px;
    border-top: 1px solid  #E6E6E6;
}
.single-post-share li {
    margin-right: 20px;
}
.single-post-share a i {
    font-size: 18px;
}
.wishlist_compare_single_product .single-post-share a svg {
    transition: all .3s;
}
.wishlist_compare_single_product a.added, 
.wishlist_compare_single_product a.compare-link.added{
    color: var(--bzo-main-color);
}
.wishlist_compare_single_product a:hover{
    color: var(--bzo-main-color);
}
.wishlist_compare_single_product a:hover .icon-bzo-share .path1:before{
    color: #fff;
}
.wishlist_compare_single_product a:hover svg{
    fill: #fff;
    transform: translateY(-3px);
}
.wishlist_compare_single_product a.popup-share>i{
    font-size: 20px;
}
.wishlist_compare_single_product .whatsapp-btn{
    width: auto;
    padding: 0px 15px;
}
.wishlist_compare_single_product .whatsapp-btn span{
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
}
@media(max-width: 767px){
    .wishlist_compare_single_product .whatsapp-btn span{
        display: none;
    }
    .wishlist_compare_single_product .whatsapp-btn {
        width: 40px;
        padding: 0px 8px;
    }
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;  
    width: calc(100% - 142px);
    right: 0;
    text-align: center;
    justify-content: center;
    height: 60px;
    font-size: 15px;
}
.woocommerce div.product .list-product-group form.cart .add_to_cart-after-cart_button .single_add_to_cart_button,
.woocommerce div.product.product-type-external form.cart button.single_add_to_cart_button{
    width: 100%;
}
.woocommerce div.product form.cart .ajax_add_to_cart::before{    
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    content: "\f217";
    line-height: inherit;
}
.woocommerce div.product-type-external  form.cart .single_add_to_cart_button {
    margin-top: 0px;
}
.woocommerce div.product .list-product-group form.cart .add_to_cart-after-cart_button{
    margin-top: 34px;
    flex-direction: column;
    width: 100%;
}
.woocommerce div.product .list-product-group form.cart .add_to_cart-after-cart_button .single_add_to_cart_button{
    max-width: 378px;
    display: inline-block;
    margin-right: 0;
}
.woocommerce div.product form.cart .ajax_add_to_cart{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    gap: 5px;
}
.woocommerce div.product form.cart .ajax_add_to_cart i{
    margin-left: 5px;
    font-size: 18px;
}
.product-category-single-top {
    font-size: 14px;
    color: #666666;
    margin-bottom: 6px;
}
.product-category-single-top a {
    color: #666666;
}
.product-category-single-top a:hover {
    color: var(--bzo-main-color);
}
.product-title-single{
    font-size: 30px;
    font-weight: 600;
}
@media(max-width: 1200px){
    .product-title-single{
        font-size: 20px;
    }
}
.bzotech-price-single .product-price .slipt{
    color: #000;
}
.bzotech-price-single .product-price {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}
.bzotech-price-single{
    margin: 20px 0 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
}
.product-price .woocs_price_code{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 5px;
    flex-wrap: wrap;
}
.product-detail-info .product-price .woocommerce-Price-amount{
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    font-family: var(--bzo-title_typo-font-family);
    color: #080808;
}
.product-detail-info .product-price del .woocommerce-Price-amount{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
}
@media(max-width: 1200px){
    .product-detail-info .product-price .woocommerce-Price-amount{
        font-size: 20px;
    }
    .product-detail-info .product-price del .woocommerce-Price-amount{
        font-size: 16px;
    }
}
.product-detail-info .group-info .product-price .woocommerce-Price-amount{
    font-size: 16px;
}
.product-detail-info .group-info .product-info .product-title{
    margin: 0;
}
.bzotech-form-cart-single .group-qty .detail-qty{
    margin-top: 5px;
}
.product-detail-info .group-info .product-price del .woocommerce-Price-amount{
    color: var(--bzo-body_typo-color);
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    position: relative;
}
.product-detail-info .product-price del{
    color: #727272;
    font-size: 16px;
}
.product-detail-info .product-desc{
    margin-top: 16px;
}
.product-detail-info .woocommerce-product-details__short-description{

} 
.woocommerce-product-details__short-description ul li{
    list-style: none;
    position: relative;
    padding-left: 24px;
}
.woocommerce-product-details__short-description ul li::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #727272;
    top: 50%;
    margin-top: -1px;
    left: 10px;
}
.bzotech-form-cart-single {
    margin-top: 30px;
    align-items: center;
}
.bzotech-form-cart-single .variations .type-image {
    margin-bottom: 20px !important;
}
.bzotech-form-cart-single .variations .type-image .swatch-image{
    margin: 0 10px 10px 0; 
    display: inline-flex;    
    align-items: center;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    padding: 5px 5px;
    cursor: pointer;
}
.bzotech-form-cart-single .variations .type-image .swatch-image img{
    max-width: 50px;
    width: 100%;
    transition: all 0.3s ease-out 0s;
}
@media(max-width: 991px){
    .bzotech-form-cart-single .variations .type-image .swatch-image img{
        max-width: 30px;
    }
}
.bzotech-form-cart-single .variations .type-image .swatch-image:hover img{
    transform: scale(1.05);
}
.bzotech-form-cart-single .variations .type-image .swatch-image.selected {
    border-color: #000;
    background-color: #fff;
}
.bzotech-form-cart-single .variations .type-image .swatch-image .label-image {
    display: none;
}
.bzotech-form-cart-single .variations .type-image .select-box::after{
    display: none;
}
.product-detail-info .product-desc p:last-child{
    margin-bottom: 0px;
}
.item-product-meta-info{
    margin: 7px 0 0;
}
.item-product-meta-info .posted_in label, 
.item-product-meta-info .sku_wrapper label, 
.item-product-meta-info .tagged_as label
{
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
    margin-right: 5px;
}
.item-product-meta-info .sku_wrapper .sku, 
.item-product-meta-info .posted_in a, 
.item-product-meta-info .tagged_as a
{
    color: #000;
    font-weight: 500;
}
.item-product-meta-info .posted_in a:first-child, 
.item-product-meta-info .sku_wrapper span:first-child, 
.item-product-meta-info .tagged_as a:first-child
{
    margin-left: 0px;
}

.item-product-meta-info .posted_in a:hover, 
.item-product-meta-info .tagged_as a:hover
{
    color: var(--bzo-main-color);
}
.item-product-meta-info >div{
    margin-bottom: 5px;
}
.item-product-meta-info >div:last-child{
    margin-bottom: 0px;
}
/*Begin product variations form*/
.single_variation_wrap{
    margin: 0;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0px;
}

.bzotech-form-cart-single form.variations_form {
    display: block;
}
.bzotech-form-cart-single form.variations_form .variations_button{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.bzotech-form-cart-single form.variations_form .qty-cart .woocommerce-variation{
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations label{
    margin: 0 20px 7px 0;
    display: block;
    font-weight:600;
    font-size: 13px;
    text-transform: uppercase;
    font-family: var(--bzo-title_typo-font-family);
}
.bzotech-form-cart-single .variations .type-label .swatch-label{
    height: 34px;
    line-height: 34px;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-radius: 0;
    color: var(--bzo-title_typo-color);
    font-family: var(--bzo-title_typo-font-family);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    transition: all 0.3s ease-out 0s;
    min-width: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.bzotech-form-cart-single .variations .type-label .swatch-label-box:hover .desc{
    color: #000;
}
.bzotech-form-cart-single .variations .type-label .swatch-label:hover{
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}
.bzotech-form-cart-single .variations .type-label .swatch-label:hover, 
.bzotech-form-cart-single .variations .type-label .swatch-label.selected
{
    border-color: var(--bzo-title_typo-color);
    background: #fff;
    text-decoration: none;
    box-shadow: none;
}
.bzotech-form-cart-single .variations .type-label .swatch-label-box:last-child .swatch-label{
    margin-right: 0px;
}
.bzotech-form-cart-single .variations .type-select, 
.bzotech-form-cart-single .variations .detail-attr, 
.bzotech-form-cart-single .variations .type-
{
    margin-bottom: 30px;
}
.bzotech-form-cart-single .variations .type-color{
    display: flex;
    align-items: center;
}
.bzotech-form-cart-single .variations .type-color .tawcvs-swatches{
    margin-top: -2px;
}
.bzotech-form-cart-single .variations .type- {
    display: flex;
    align-items: center;
}
.bzotech-form-cart-single .variations .type-select .select-box::after, 
.bzotech-form-cart-single .variations .type- .select-box::after
{
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.bzotech-form-cart-single .variations .type-label .swatch-label-box
{
    display: inline-block;
    margin-bottom: 10px;
}

.bzotech-form-cart-single .variations .type-select select, 
.bzotech-form-cart-single .variations .type- select
{
   border: none;
   line-height: 40px;
   height: 40px;
   margin: 0px!important;
   padding: 0px 20px 0px 10px;
    font-size: 16px;
}
.bzotech-form-cart-single .variations .type-color .swatch-color{
    height: 22px;
    width: 22px;
    display: inline-block;
    line-height:22px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.bzotech-form-cart-single .variations .type-color .swatch-color:before{
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    border: 1px solid var(--bzo-border-color);
    border-radius: 50%;
}
.bzotech-form-cart-single .variations .type-color .swatch-color:after{
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    opacity: 0;
    color: #fff;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    line-height: 22px;
    justify-content: center;
    align-items: center;
}
.bzotech-form-cart-single .variations .type-color .swatch-color.selected:after{
    opacity: 1;
}
.bzotech-form-cart-single .variations .type-color .swatch-color:hover{
    cursor: pointer;
}
.bzotech-form-cart-single .variations .type-color .swatch-color:hover:before,
.bzotech-form-cart-single .variations .type-color .swatch-color.selected:before{
    border-color: #000;
}
.bzotech-form-cart-single .variations .type-color .swatch-color:last-child{
    margin-right: 0px;
}
.bzotech-form-cart-single .variations .type-color .select-box::after{
    display: none;
}
.bzotech-form-cart-single .variations .type-select .select-box, 
.bzotech-form-cart-single .variations .type- .select-box
{
   width: 100%;
}
.woocommerce div.product form.cart .reset_variations{
    font-size: 13px;
    font-family: var(--bzo-title_typo-font-family);
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    display: none;
}
.product-detail-info .woocommerce-variation-description .product-desc{
    margin-bottom: 0px;
}
.product-detail-info .woocommerce-variation-price{
    margin-top: 10px;
}
.product-price ins{
    text-decoration: none;
}
.bzotech-price-single .product-price ins .woocommerce-Price-amount.amount{
    color: #FF0600 !important
}
.product-detail-info .woocommerce-variation-price .product-price del,
.product-detail-info .product-price del .woocommerce-Price-amount {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    opacity: 1 !important;
    margin-right: 5px;
}
.woocommerce div.product form.cart .variations select{
    background: #F2F2F2;
    border-radius: 0px;
    padding: 0px 20px;
    height: 60px;
}
@media(max-width: 991px){
    .woocommerce div.product form.cart .variations select{
        height: 40px;
    }
}
/*End product variations form*/

/*Begin product group form*/
.bzotech-form-cart-single .list-product-group{
    width: 100%;
}

.woocommerce .bzotech-form-cart-single .list-product-group form.cart{
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start!important;
}
.woocommerce div.product .list-product-group form.cart .group_table td{
    padding-bottom: 20px;
    padding-right: 20px;
        padding-top: 0px;
}
.woocommerce div.product .list-product-group form.cart .group_table td:last-child{
    padding-right: 0px;
    float: right;
}
.woocommerce div.product .list-product-group form.cart .group_table td:last-child .detail-qty{
    margin-right: 0px;
}
.woocommerce div.product .list-product-group form.cart .group_table tr:last-child td{
    padding-bottom: 0px;
}
.bzotech-form-cart-single .list-product-group .product-price {
    margin-top: 0px;
}
.bzotech-form-cart-single .list-product-group .product-thumb img {
    border-radius: 0px;
}
.list-product-group table{
    width: 100%;
    padding: 0px;
}
.woocommerce div.product form.cart .group_table td.group-thumb{
    width: 110px;
    padding-right: 15px;
}
.woocommerce div.product form.cart .group_table td.group-thumb .product-thumb{
    border: 1px solid var(--bzo-border-color);
}
.bzotech-form-cart-single .list-product-group .group-qty .button {
    width: auto;
    min-width: auto;
    padding: 0px!important;
    height: auto;
    line-height: initial;
    border: none;
    background: transparent;
    font-size: 14px;
}
.bzotech-form-cart-single .list-product-group .group-qty .button:hover {
    box-shadow: none;
}
.bzotech-form-cart-single .list-product-group .group-qty .button:before, 
.bzotech-form-cart-single .list-product-group .group-qty .button:after{
    display: none;
}

.bzotech-form-cart-single .list-product-group .group_table {
    border:none;
}
/*End product group form*/


.bzotech-form-cart-single .detail-qty{
    margin: 0px 10px 10px 0;
    height: auto;
    border-radius: 0px;
    background-color: #F2F2F2;
    padding: 0 18px;
}
.bzotech-form-cart-single .detail-qty a{   
    color: #454545;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
}
.bzotech-form-cart-single .detail-qty a:hover{   
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), #FFFFFF;
    color: #727272;
}
.bzotech-form-cart-single .detail-qty input{
    border: none;
    color: #181C25;
    font-size: 18px;
    font-weight: 500;
    padding: 0 5px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    max-width: 60px;
    background-color: #F2F2F2;
}
.meta-item-list{
    display: inline-block;
    margin: 0px;
    font-size: 14px;
}
.sort-by .select-box::after {
    top: 3px;
}

.product-detail-info >.yith-wcwl-add-to-wishlist, 
.product-detail-info >.compare{
    display: none!important;
}
.product-detail-info form.cart .detail-qty, 
.product-detail-info form.cart .ajax_add_to_cart, 
.product-detail-info form.cart .single_add_to_cart_button 
{
    order: 1;
}
.product-detail-info form.cart .wishlist_compare_single_product {
    order: 2;
    width: 100%;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px 0;
}
.single-product-share{
    margin-top: 50px;
}
.product_meta>div{
    margin-right: 40px;
}
.product_meta>div:last-child{
    margin-right: 0px;
}
.product_meta .posted_in{
    width: 100%;
}
@media(min-width: 768px){
    .product_meta .posted_in{
        display: flex;

    }
}
/*End summary product*/

/*Begin style product tabs*/
.detail-product-tabs{
    margin-top: 100px;
}
@media(max-width: 1200px){
    .detail-product-tabs{
        margin-top: 50px;
    }
}
.product-tab-content .detail-tab-desc>h2
{
    display: none;
}
/*tab product vertical*/
.tab-product-vertical { 
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  margin-bottom: 30px;
}
.tab-product-vertical .product-tab-title {
  min-width: 300px;
  border-right: none;
}
.tab-product-vertical .product-tab-content {
  padding-right: 0px;
  flex-grow: 1;
  width: calc(100% - 300px);    
  width: -webkit-calc(100% - 300px);
  padding-left: 30px;
  border-left: 3px solid #000;
}
.tab-product-vertical  .product-tab-title li{
    margin-bottom: 30px;
}
.tab-product-vertical  .product-tab-title li a{
    color:  #898989;
}
.tab-product-vertical  .product-tab-title li a i{
    margin-left: 2px;
}
.tab-product-vertical  .product-tab-title li:last-child{
    margin-bottom: 0px;
}
.tab-product-vertical .product-tab-title li a:hover, 
.tab-product-vertical .product-tab-title li.active a
{
  color: var(--bzo-main-color);
}
.tab-product-vertical .product-tab-title li.active a
{
  font-weight: 700;
}
/*tab product horizontal*/
.tab-product-horizontal .product-tab-title{
    margin-bottom: 70px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}
.content-sidebar-left .tab-product-horizontal .product-tab-title,
.content-sidebar-right .tab-product-horizontal .product-tab-title {
    border-bottom: 1px solid #e6e6e6;
}
.tab-product-horizontal .product-tab-title ul{    
    display: flex;
    overflow: hidden;
    gap:0 40px;
}
@media(max-width: 1200px){
    .tab-product-horizontal .product-tab-title{
         margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .tab-product-horizontal .product-tab-title ul {
        
        gap: 0 20px;
    }
    .tab-product-horizontal .product-tab-title{
         margin-bottom: 30px;
         padding-bottom: 20px;
    }
}
.tab-product-horizontal .product-tab-title li a{
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #808080;
    font-family: var(--bzo-title_typo-font-family);
    padding: 0px;    
    display: block;
    position: relative;
    text-transform: capitalize;
    transition: .3s;
}
@media(max-width: 1200px){
    .tab-product-horizontal .product-tab-title li a{
        font-size: 20px;
    }
}
.tab-product-horizontal2 .product-tab-title li a{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #808080;
    font-family: var(--bzo-title_typo-font-family);
    padding: 0px;    
    display: block;
    position: relative;
    transition: .3s;
}
.tab-product-horizontal .product-tab-title li a:hover, 
.tab-product-horizontal .product-tab-title li.active a{
  color: var(--bzo-title_typo-color);
}
.description-product div{
    margin: 30px 0;
}
.woocommerce .type-product table.shop_attributes{
    border: 1px solid var(--bzo-border-color);
}
.woocommerce .type-product table.shop_attributes td, 
.woocommerce .type-product table.shop_attributes th{
    border-bottom: 1px solid var(--bzo-border-color);
}
.woocommerce.single-product table.shop_attributes th {
    text-align: left;
    font-weight: 500;
    padding-left: 15px;
}
.woocommerce .type-product table.shop_attributes td{
    font-style: normal;
    padding: 0 15px;
}
/*tab product horizontal 2*/
.tab-product-horizontal2 .product-tab-title {
    position: relative;
}
.content-no-sidebar .tab-product-horizontal .product-tab-title:before,
.content-no-sidebar .tab-product-horizontal2 .product-tab-title:before {
    position: absolute;
    content: '';
    bottom: 0;  
    left: -50%;  
    width: 200vw;
    height: 1px;
    background-color: #E6E6E6;  
}
.detail-sticky-style3 .tab-product-horizontal2 .product-tab-title:before{
    left: 0;
    width: 100%;
}
.tab-product-reviews-horizontal2{
    padding-top: 80px;
    margin-top: 80px;
    position: relative;
}
@media(max-width: 1200px){
   .tab-product-reviews-horizontal2{
        padding-top: 70px;
        margin-top: 70px;
    } 
}
@media(max-width: 767px){
   .tab-product-reviews-horizontal2{
        padding-top: 50px;
        margin-top: 50px;
    } 
}
.tab-product-reviews-horizontal2:before{
    content: '';
    width: 200vw;
    position: absolute;
    top: 0;
    height: 1px;
    background: #E6E6E6;
    margin-left: -50%;
}

.detail-sticky-style3 .tab-product-reviews-horizontal2:before{
    display: none;
}
.tab-product-reviews-horizontal2 .title-reviews{
    margin-bottom: 40px;
}
@media(max-width: 1200px){
   .tab-product-reviews-horizontal2 .title-reviews{
        font-size: 20px;
    }
}
.detail-sticky-style3 .tab-product-reviews-horizontal2{
    padding-top: 0px;
}
.detail-sticky-style3 .tab-product-reviews-horizontal2 .title-reviews{
    font-size: 20px;
}
.detail-sticky-style3 .woocommerce-Reviews #comments{
    flex-direction: column;
}
.detail-sticky-style3 .woocommerce-reviews-customer .col-reviews {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.detail-sticky-style3 .tab-product-reviews-horizontal2 #reviews.woocommerce-reviews-customer .cr-summaryBox-wrap{
    display: flex;
}
.detail-sticky-style3 .tab-product-reviews-horizontal2 #reviews.woocommerce-reviews-customer .cr-overall-rating-wrap{
    display: flex;
    justify-content: start;
    max-width: 35%;
    flex-direction: row;
    gap:10px;
}
.detail-sticky-style3 .tab-product-reviews-horizontal2 #reviews.woocommerce-reviews-customer .ivole-summaryBox{
    width: 65%;
    min-width: 65%;
}
.woocommerce div.product .detail-sticky-style3 .write-a-review-review-count .woocommerce-product-rating{
    display: none;
}
.detail-sticky-style3 .write-a-review-review-count{
    order: 1;
    margin-top: 30px;
}
.detail-sticky-style3 .woocommerce-reviews-customer .review_form_wrapper{
    order: 2;
}
.detail-sticky-style3 #reviews .cr-summaryBox-wrap .cr-average-rating{
    font-size: 90px;
    font-weight: 700;
    font-family: var(--bzo-title_typo-font-family);
    line-height: 1em;
    width: 100%;
}
@media(max-width: 1200px){
    .detail-sticky-style3 #reviews .cr-summaryBox-wrap .cr-average-rating{
        font-size: 50px;
    }
}
.detail-sticky-style3 #reviews.woocommerce-reviews-customer .cr-summaryBox-wrap{
    margin-top: 0px;
}
.cr-all-reviews-shortcode .crstar-rating, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating, #reviews #comments .cr-summaryBox-wrap .crstar-rating{
    color: var(--bzo-main-color);
}
.detail-sticky-style3 .woocommerce-reviews-customer .col-commentlist {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
}
@media(max-width: 991px){
    .detail-sticky-style3 .woocommerce-reviews-customer .col-commentlist{
        padding-top: 0px;
    }
}
.detail-sticky-style3 .tab-product-horizontal .product-tab-title ul{
    justify-content: flex-start;
}
/*Begin tab-product-accordion*/
.tab-product-accordion .ui-icon{
  text-indent: inherit;
  float: right;
}
.tab-product-accordion .ui-state-active .ui-icon, 
.tab-product-accordion .ui-button:active .ui-icon{
  background: transparent;
  background-image:none;
}
.tab-product-accordion .ui-accordion .ui-accordion-header{
    background: #fff;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #CFCFCF;
    font-size: 20px;
    color: var(--bzo-title_typo-color); 
    padding: 22px 0px;
    margin: 0;
    font-family: var(--bzo-body_typo-font-family);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
}
.tab-product-accordion .ui-state-default a:link,
.tab-product-accordion .ui-state-default a:visited,
.tab-product-accordion .ui-state-default a{
  color: var(--bzo-title_typo-color);
}
.tab-product-accordion .ui-accordion .ui-accordion-header:hover a:link {
  text-decoration: underline;
}
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover a:link
{
  text-decoration: underline;
}
.tab-product-accordion .ui-accordion .ui-accordion-header:first-child{
  margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-header.ui-state-active:first-child{
  margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-content{
  border: none;
  background: #fff;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 15px;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-header{
  background: #fff;
}
.tab-product-accordion .ui-icon {
  font-size: 14px;
  width: auto;
  margin: 0px;
  order: 1;
}
.tab-product-accordion .ui-state-active a, 
.tab-product-accordion .ui-state-active a:link, 
.tab-product-accordion .ui-state-active a:visited {
  text-decoration: underline;
  color: #000;
}
.tab-product-accordion .ui-icon, .tab-product-accordion .ui-widget-content .ui-icon{
  background-image:none;
}
/*End tab-product-accordion*/
/*End style product tabs*/

/*Style Product view Popup*/
.video-product-detail-poup div{
    position: relative;
    border: 1px solid var(--bzo-border-color) !important;
}
.video-product-detail-poup p{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px;
        flex-direction: column;
}
.video-product-detail-poup img{
    opacity: 0;
}

.video-product-detail-sticky {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.video-product-detail-sticky a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 50px;
    height: 50px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .08);
    box-shadow: 0 0 5px rgba(0, 0, 0, .08);
    color: #222;
    font-size: 13px;
    width: 50px;
    margin-top: 10px;
    border: 1px solid #222;
}
.video-product-detail-sticky a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}
.video-product-detail-sticky a span {
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    -webkit-transition: padding .4s cubic-bezier(.175,.885,.32,1.15), max-width .4s cubic-bezier(.175,.885,.32,1.15);
    transition: padding .4s cubic-bezier(.175,.885,.32,1.15), max-width .4s cubic-bezier(.175,.885,.32,1.15);
    display: inline-block;
}
.video-product-detail-sticky a:hover {
    width: 100%;
}
.video-product-detail-sticky a:hover> span {
    padding-right: 25px;
    max-width: 280px;
}
.detail-gallery-sticky{
    position: relative;
}
/*End style Product view Popup*/
/*Begin comments product, info bar wooo*/
.woocommerce #reviews #comments .woocommerce-Reviews-title{
    font-size: 16px;
    color: #454545;
    margin-top: 40px;
}
.tab-product-vertical #review_form_wrapper, 
.tab-product-horizontal #review_form_wrapper, 
.comments-tab-product-accordion #review_form_wrapper{
    display: none;
    padding-top: 20px;
    border-top: 1px solid #CFCFCF;
    margin-top: 40px;
}
.tab-product-vertical, 
.comments-tab-product-accordion{
   margin-top: 40px;
   border-top: 1px solid #CFCFCF;
   padding-top: 40px;
}
.woocommerce .tab-product-vertical #review_form #respond p, 
.woocommerce .tab-product-horizontal #review_form #respond p, 
.woocommerce .comments-tab-product-accordion #review_form #respond p
{
    margin-bottom: 17px;
}
.woocommerce #review_form #respond #wp-comment-cookies-consent{
    margin-right: 10px;
    margin-left: 2px;
}
.woocommerce .tab-product-vertical #review_form #respond p.form-submit, 
.woocommerce .tab-product-horizontal #review_form #respond p.form-submit, 
.woocommerce .comments-tab-product-accordion #review_form #respond p.form-submit
{
    margin-bottom: 0px;
}
.comments-tab-product-accordion__header .write-a-review i{
    font-size: 22px;
    margin-right: 8px;
}
.comments-tab-product-accordion__header .elbzotech-bt-default{
    display: flex;
    align-items: center;
}
.comments-tab-product-accordion__header .elbzotech-bt-default svg{
    margin-right: 17px;
}
.woocommerce #reviews #comments ol.commentlist{
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 60px;
    border-radius: 50%; 
    border: none;
    padding: 0px;
    top: 30px;
    margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin: 0 0 0 80px;
    border: none;
    border-radius: 0px;
    padding: 0px;
}

@media(max-width:  1200px){
    .woocommerce #reviews #comments ol.commentlist li img.avatar{
        width: 35px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text{
        margin: 0 0 0 50px;
    }

}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author{
    font-size: 18px;
    color: var(--bzo-title_typo-color);
    display: block;
    font-weight: 500;
    font-family: var(--bzo-title_typo-font-family);
    margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist ul.children{
        margin: 0px 0 0 80px;
}

@media(max-width:  1200px){
    .woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author{
        font-size: 14px;
    }
    .woocommerce #reviews #comments ol.commentlist ul.children{
        margin: 0px 0 0 50px;
    }
}
.woocommerce #reviews #comments ol.commentlist ul.children >li{
        padding-top: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__dash{
    display: none;
}
.woocommerce #reviews #comments ol.commentlist .wrap-rating{
    display: flex;
    margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist .wrap-rating li{
    margin-bottom: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child{
    margin-bottom: 0px;
}
.woocommerce-Reviews .comment-form .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-rating {
    clear: both;
}
.woocommerce-Reviews .comment-form label[for="author"], .woocommerce-Reviews .comment-form label[for="email"], .woocommerce-Reviews .comment-form label[for="rating"], .woocommerce-Reviews .comment-form label[for="comment"] {
    display: block;
    margin-bottom: 9px;
}
.woocommerce-Reviews .comment-form label[for="rating"]{
    margin-bottom: 17px;
}
.woocommerce-Reviews .comment-form .comment-form-author input, .woocommerce-Reviews .comment-form .comment-form-email input {
    width: 100%;
    height: 50px;
    padding: 0px 25px;
    border: none;
    background: #F0F0F0;
}
.woocommerce #review_form #respond textarea {
    min-height: 150px;
    border: none;
    padding: 20px;
    background: #F5F5F5;
    font-family: inherit;
}
.woocommerce-Reviews .comment-reply-title {
    font-size: 16px;
    margin-bottom: 17px;
    display: inline-block;
    font-weight: 600;
    color: var(--bzo-title_typo-color);
}
.woocommerce-Reviews #comments{
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.woocommerce-Reviews #comments .woocommerce-noreviews{
    margin-bottom: 0px;
}

.woocommerce #reviews #comments ol.commentlist >li{
    padding-top: 30px;
    border-top:  1px solid #0000001a;
    margin-bottom: 30px;
}

/*End comments product, info bar wooo*/
/*Begin comments product plugin customer-reviews-woocommerce*/
.woocommerce-reviews-customer .col-reviews{
    width: 32%;
}
.woocommerce-reviews-customer .col-commentlist{
    width: 68%;
    padding-left: 40px;
}

@media(max-width: 991px){
    .woocommerce-reviews-customer .col-commentlist,
    .woocommerce-reviews-customer .col-reviews {
        width: 100%;
    }

    .woocommerce-reviews-customer .col-commentlist{
        padding-top: 30px;
        padding-left: 0px; 
    }
}
.woocommerce div.product .woocommerce-reviews-customer .woocommerce-product-rating{
    margin: 0px;
    margin-bottom: 25px;
}
#reviews.woocommerce-reviews-customer .cr-summaryBox-wrap{
    margin:0px;
    padding: 0px;
    background: transparent;
    margin-top: 40px;
}
.woocommerce-reviews-customer .review_form_wrapper{
    display: none;
    margin-top: 40px;
}
.woocommerce #review_form #respond .form-submit input{
    margin-top: 20px;
}
.woocommerce-reviews-customer .ivole-meter{
    background: #F2F2F2;
    background-color: #F2F2F2;
    height: 5px;
    border-radius: 0;
    box-shadow: none;
}
.woocommerce-reviews-customer .ivole-meter .ivole-meter-bar{
    background: #000000;
    background-color: #000000;
    box-shadow: none;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox, #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, .cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox, .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap, .cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox, .cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap, .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap, .cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap, .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap{
    padding: 0px;
}
.tab-product-reviews-horizontal2 #reviews.woocommerce-reviews-customer .cr-overall-rating-wrap{
    display: none;
}
.tab-product-reviews-horizontal2 #reviews.woocommerce-reviews-customer .cr-summaryBox-wrap{
    display: block;
}
.tab-product-reviews-horizontal2 #reviews.woocommerce-reviews-customer .ivole-summaryBox{
    width: 100%;
}
.tab-product-reviews-horizontal2 #reviews.woocommerce-reviews-customer #ivole-histogramTable{
    max-width: 100%;
}
.tab-product-reviews-horizontal2 #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
    width: 80%;
}
.cr-voting-cont {
    justify-content: flex-start;
    margin-top: 20px;
}
.iv-comment-image{
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 0px;
}
.cr-comment-images {
    margin-top: 20px;
}
.tab-product-accordion .woocommerce-reviews-customer #comments{
    flex-direction: column;
}
.tab-product-accordion .woocommerce-reviews-customer .col-reviews,
.tab-product-accordion .woocommerce-reviews-customer .col-commentlist{
  width: 100%;
    padding-left: 0;
}
.tab-product-accordion #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap{
  display: none;
}
.tab-product-accordion .col-reviews >.write-a-review-review-count{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}
.tab-product-accordion #ivole-histogramTable{
    max-width: 100%;
}

.woocommerce div.product .tab-product-accordion .woocommerce-reviews-customer .woocommerce-product-rating {
    margin-bottom: 0;
}
.ui-widget-content a.elbzotech-bt-default{
    color: #fff;
}
.tab-product-accordion .woocommerce-reviews-customer .col-commentlist{
    margin-top: 40px;
}
#review_form .cr-upload-local-images #cr_review_image, .cr-upload-local-images #cr_review_image{
    border: none;
    padding: 0;
}
.woocommerce-reviews-customer input[type="file"]::file-selector-button {
    border: 1px solid var(--bzo-title_typo-color);
    color: #fff;
    background: var(--bzo-title_typo-color);
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-title_typo-font-family);
    overflow: hidden;
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.write-a-review-review-count .woocommerce-review-link{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--bzo-title_typo-font-family); 
}
#commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label{
    padding: 0px;
}
/*End comments product plugin customer-reviews-woocommerce*/

/*Begin tab-product-accordion2*/
.tab-product-accordion2 .col-reviews >.write-a-review-review-count{
    flex-direction: column;
    align-items:flex-start;
    gap:20px;
}
.tab-product-accordion2 .write-a-review-review-count .show-all-review,
.tab-product-accordion2 .write-a-review-review-count .write-a-review{
    text-decoration: underline;
}
.tab-product-accordion2 .write-a-review-review-count .show-all-review:hover,
.tab-product-accordion2 .write-a-review-review-count .write-a-review:hover{
    color: var(--bzo-main-color);
}
.tab-product-accordion2 .col-commentlist{
    display: none;
}
/*End tab-product-accordion2*/
.wishlist_compare_single_product  .popup-share span{
    display: none;
    vertical-align: middle;
}
.wishlist_compare_single_product  .popup-share i{
    font-size: 18px;
}
/*End single product general*/

.bn-product-mobile{
    display: none;
}
.woocommerce #tab-reviews p.stars.selected a:not(.active)::before{
    color: var(--bzo-main-color);
}
.woocommerce p.stars a{
    color: var(--bzo-main-color);
}

/*Begin detail minimal style 1*/ 
.product-detail.minimal-style1 {
    position: relative;
    padding: 63px 0;
}
.product-detail.minimal-style1:after {
    position: absolute;
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #f5f5f5;
    left: -50%; 
    top: 0;
    z-index: -1;
}
.minimal-style1 .product-detail-gallery .woocommerce-product-gallery__image {
    background-color: #F5f5f5;
    border: 1px solid #F5f5f5;
}
.minimal-style1 .summary.product-detail-info {
    padding: 40px;
    background-color: #fff;
}
.minimal-style1 .product-category-single-top {
    margin-bottom: 0;
}
.style-gallery-vertical .gallery-slider .active img {
    border-color: #000;
}
.product-minimal-style .product-title-single {
    text-transform: capitalize;
    line-height: 1.1;
    font-size: 45px;
    font-weight: 500;
    margin: 10px 0;
}
.woocommerce .product-minimal-style .woocommerce-product-rating {
    margin-top: 0;
}
.woocommerce div.product .product-minimal-style form.cart .variations select {
    height: 46px;
    border: 1px solid #D9D9D9;
    background-color: transparent;
}
.woocommerce .product-minimal-style .product-detail-info .product-price .woocommerce-Price-amount {
    font-size: 40px;
    font-weight: 600;
}
.woocommerce .product-minimal-style .bzotech-form-cart-single .variations .type-label .swatch-label:hover, 
.woocommerce .product-minimal-style .bzotech-form-cart-single .variations .type-label .swatch-label.selected {
    border-color: var(--bzo-main-color);
    color: var(--bzo-main-color);
} 
.woocommerce .product-minimal-style .product-detail-info .woocommerce-variation-price .product-price del, 
.woocommerce .product-minimal-style .product-detail-info .product-price del .woocommerce-Price-amount {
    font-size: 20px;
    color: #808080;
    font-weight: 400;
}       
.woocommerce div.product .product-minimal-style p.stock {
    color: var(--bzo-main-color);
}
.woocommerce div.product .product-minimal-style form.cart .variations label {
    font-weight: 400;
    font-size: 14px;
    text-transform: inherit;
}
.woocommerce .product-minimal-style .bzotech-form-cart-single .variations .type-label .swatch-label {
    font-size: 15px;
    font-weight: 500;
}
.woocommerce div.product .product-minimal-style form.cart button.single_add_to_cart_button {
    text-transform: inherit;
    font-size: 20px;
}
.body-product-minimal-style1 .single-related-product,
.body-product-minimal-style2 .single-related-product {
    position: relative;
    padding-top: 100px;
    margin-top: 120px;
}
.body-product-minimal-style1 .single-related-product .bzotech-swiper-navi,
.body-product-minimal-style2 .single-related-product .bzotech-swiper-navi {
    display: none;
}
.body-product-minimal-style1 .single-related-product .font-title,
.body-product-minimal-style2 .single-related-product .font-title {
    justify-content: center;
}
.body-product-minimal-style1 .single-related-product:before,
.body-product-minimal-style2 .single-related-product:before {
    position: absolute;
    content: '';
    top: 0;  
    left: -2500px;  
    width: 5000px;
    height: 1px;
    background-color: #E6E6E6;  
}
/*End detail minimal style 1*/

/*======================================================================================*/
/*==================================== RESPONSIVE ======================================*/
/*======================================================================================*/
@media (max-width: 1366px) {
    .minimal-style1 .summary.product-detail-info {
        padding: 30px;
    }
    .product-minimal-style .product-title-single {
        font-size: 40px;
    }
    .product-minimal-style .product-detail-info .product-price .woocommerce-Price-amount {
        font-size: 35px;
    }
}
@media(max-width: 1200px){
    .product-minimal-style .product-title-single {
        font-size: 24px;
    }
    .single-related-product .title-related-product h2 {
        font-size: 20px;
    }
    .body-product-minimal-style1 .single-related-product .font-title, 
    .body-product-minimal-style2 .single-related-product .font-title {
        padding-right: 0;
    }
    .detail-product-tabs {
        margin-top: 50px;
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
        height: auto!important;
        line-height: inherit!important;
        float: none;
        width: 100%;
        text-align: left;
    }
    .set_offset_top{
        margin-top: 30px;
    }
    .product-detail.style2 .product-single-list-social-share {
        margin-top: 40px;
    }
    .body-product-minimal-style1 .single-related-product,
    .body-product-minimal-style2 .single-related-product {
        padding-top: 80px;
        margin-top: 100px;
    }
}
@media (max-width: 1024px) {
    .body-product-minimal-style1 .single-related-product,
    .body-product-minimal-style2 .single-related-product {
        padding-top: 60px;
        margin-top: 80px;
    }
}

@media (max-width: 991px){
    .product-detail.minimal-style1 {
        padding: 40px 0;
    }
    .minimal-style1 .summary.product-detail-info {
        padding: 20px;
    }
    .minimal-style1 .product-title-single {
        font-size: 30px;
    }
    .woocommerce .product-minimal-style .product-detail-info .product-price .woocommerce-Price-amount {
        font-size: 25px;
    }
    .body-product-minimal-style1 .single-related-product,
    .body-product-minimal-style2 .single-related-product {
        padding-top: 40px;
        margin-top: 70px;
    }
}

/*End max-width: 1024px*/
@media (max-width: 880px) {
    .single-related-product .title-related-product{
        margin-bottom: 30px;
    }
    .woocommerce-review-link{
        margin-left: 10px;
    }
    .product-rating-total-sold .total-sold{
        margin-left: 10px;
        padding-left: 10px;
    }
    .title-related-product .title48{
        font-size: 38px;
        line-height: 46px;
    }
}

@media (max-width: 767px){

    .single-related-product .title-related-product h2 {
        font-size: 16px;
    }
    .title-tab-product-mobi{
        display: block!important;
        font-size: 16px;
        margin: 0 0 20px;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--bzo-border-color);
        font-family: var(--bzo-title_typo-font-family);
        text-transform: uppercase;
        font-weight: 600;
    }
    .title-tab-product-mobi.last{
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }
    .title-tab-product-mobi.last.active-title{
        margin-bottom: 20px;
    }
    .tab-product-horizontal .product-tab-content .tab-pane{
        margin-bottom: 30px;
    }
    .tab-product-horizontal .product-tab-title{
        display: none;
    }
    .tab-product-horizontal .product-tab-title ul {
        display: inherit;
        text-align:left;
    }
    .tab-product-horizontal .product-tab-title li {
        width: 100%;
        margin: 0;
    }
    .title-related-product .title48{
        font-size: 30px;
        line-height: 38px;
    }
    .product-title-single{
        font-size: 20px;
        line-height: 28px;
    }
    .tab-product-horizontal .product-tab-title{
        margin-bottom: 30px;
    }
    
    .bzotech-form-cart-single .group_table .detail-qty{
        margin-right: 0;
        padding: 0 8px;
        border-radius: 0px;
    }
    .bzotech-form-cart-single .list-product-group .detail-qty input{
        max-width: 55px;
        font-size: 16px;
    }
    .woocommerce div.product .bzotech-form-cart-single .list-product-group form.cart .group_table td:last-child{
        width: 130px;
        padding-right: 0;
    }
    .woocommerce div.product .bzotech-form-cart-single .list-product-group form.cart .group_table td{
        padding-right: 5px;
    }
    .woocommerce div.product .bzotech-form-cart-single form.cart .group_table td.group-thumb{
        padding-right: 5px;
    }
    .comments-tab-product-accordion__header .elbzotech-bt-default{
        margin-top: 20px;
    }
    .bn-product-mobile{
        display: block;
    }
    .bn-product-desktop{
        display: none;
    }
    .tab-product-vertical{
        flex-direction: column;
    }
    .tab-product-vertical .product-tab-content{
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: 4px solid var(--bzo-main-color);
        padding-top: 30px;
        margin-top: 30px;
    }
    .tab-product-vertical .product-tab-title li {
        margin-bottom: 15px;
    }
    .product-custom-content .font-title {
        font-size: 16px;
        line-height: 1.3;
    }
    .style-gallery-horizontal .gallery-control {
        margin: 20px 60px 0;
    }
    .body-product-minimal-style1 .single-related-product,
    .body-product-minimal-style2 .single-related-product {
        padding-top: 30px;
        margin-top: 50px;
    }
}
@media (max-width: 375px){

    .woocommerce div.product .bzotech-form-cart-single form.cart .group_table td.group-thumb{
        display: none;
    }
    .woocommerce div.product .bzotech-form-cart-single form.cart .group_table tr{
        display: flex;
    }
    .woocommerce div.product .bzotech-form-cart-single .list-product-group form.cart .group_table td.group-info{
        width: 60%;
        display: block;
    }
    .woocommerce div.product .bzotech-form-cart-single .list-product-group form.cart .group_table td.group-qty{
        width: 40%;
    }
}

.sticky-addcart-fix{
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 15px 0;
    transform:translateY(100%);
    -webkit-transform:translateY(100%);
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.sticky-addcart .sticky-addcart-fix.active{
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
@media(min-width: 1200px){
    .sticky-addcart.active .sticky-addcart-fix{
        transform:translateY(0);
        -webkit-transform:translateY(0);
    }
    .style-gallery-vertical .product-detail-gallery,
    .product-detail.style-gallery-horizontal .product-detail-gallery {  
        padding-right: 30px;
    }
}
.sticky-addcart .product-thumb{
    display: flex;
    min-width: 60px;
}
.sticky-addcart .item-product-sticky-addcart{
    gap: 15px;
}
.sticky-addcart .product-price,
.sticky-addcart .detail-qty{
   margin-right: 10px;
}
.woocommerce  div.product .sticky-addcart form.cart:not(.variations_form ){
    align-items: center;
}
.sticky-addcart .bzotech-row{
   align-items: center;
}
.sticky-addcart .detail-qty{
   padding: 0px 10px;
}
.sticky-addcart-mobile-css{
    display: none;
}

.wap-sticky-addcart-option{
    display: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.wap-sticky-addcart-option.active{
    display: block;
}
.woocommerce .wap-sticky-addcart-option .bzotech-form-cart-single .list-product-group form.cart{
    flex-direction: row;
}
.wap-sticky-addcart-option .bzotech-form-cart-single .list-product-group form.cart .group_table{
    width: 70%;    
    border-right: 1px solid #e5e5e5;
}
.woocommerce div.product .wap-sticky-addcart-option .list-product-group form.cart .add_to_cart-after-cart_button{
    width: 30%;
    margin-top: 0px;
    align-items: end;
}
.wap-sticky-addcart-option .bzotech-form-cart-single{
    margin-top: 0px;
}
.wap-sticky-addcart-option form.cart .group_table tbody{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.wap-sticky-addcart-option form.cart .group_table tbody tr{
    width: 50%;
    padding: 0px 15px;
}
.woocommerce div.product .wap-sticky-addcart-option .list-product-group form.cart .group_table td:last-child{
    float:none;
    padding-right: 10px;
}
.woocommerce div.product .sticky-addcart .wap-sticky-addcart-option form.cart button.single_add_to_cart_button{
    margin-bottom: 15px;
}
/*----------------*/
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations,
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .single_variation_wrap
{
    width: 50%;
}
.woocommerce div.product .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations{
    border-right:1px solid #e5e5e5; 
}
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations_button{
    justify-content: flex-end;
    gap:10px;
}
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .detail-qty,
.woocommerce div.product .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .ajax_add_to_cart
{
    margin: 0px;
}
.woocommerce div.product .sticky-addcart .wap-sticky-addcart-option form.variations_form button.single_add_to_cart_button{
    margin-right:0px;
    margin: 0px;
}
.sticky-addcart-fix .bzotech-form-cart-single form.variations_form .qty-cart .woocommerce-variation{
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}
.sticky-addcart-fix .bzotech-form-cart-single{
    margin-top: 0px;
}
.sticky-addcart-fix .wrap-sticky-cart-price .detail-qty,
.woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price  form.cart button.single_add_to_cart_button,
.woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price form.cart .ajax_add_to_cart{
    margin: 0px;
    margin-left: 10px;
}
.woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price .wishlist_compare_single_product{
    display: none;
}
@media(max-width: 1200px){
     .woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price form.cart .ajax_add_to_cart span{
        display: none
     }

    .sticky-addcart-mobile-css{
        display: flex;
        position: fixed;
        right: 0;
        bottom: 70%;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
        background: var(--bzo-main-color);
        color: #fff;
        font-size: 22px;
        transform:translateX(50px);
        -webkit-transform:translateX(50px);
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        z-index: 10000;
    }
    .sticky-addcart-mobile-css.active i:before{
        content: "\f00d";
    }
    .sticky-addcart.active .sticky-addcart-mobile-css{
        transform:translateX(0px);
        -webkit-transform:translateX(0px);
    }
    .wap-sticky-addcart-option .wishlist_compare_single_product {
        display: none;
    }
    .wap-sticky-addcart-option form.cart .group_table tbody tr {
        width: 100%;
    }
}

@media(max-width: 767px){
    .sticky-addcart-fix .wrap-sticky-cart-price .detail-qty, .woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price form.cart button.single_add_to_cart_button, .woocommerce div.product .sticky-addcart-fix .wrap-sticky-cart-price form.cart .ajax_add_to_cart {
        margin: 0px;
    }
    .woocommerce div.product .sticky-addcart .sticky-addcart-fix .wrap-sticky-cart-price form.cart:not(.variations_form ){
        gap:10px;
        justify-content: center;
    }
    .sticky-addcart .wishlist_compare_single_product{
        display: none;
    } 
    .woocommerce div.product .wap-sticky-addcart-option .list-product-group form.cart .add_to_cart-after-cart_button,
    .wap-sticky-addcart-option .bzotech-form-cart-single .list-product-group form.cart .group_table,
    .sticky-addcart .bzotech-col-md-5,
    .sticky-addcart .bzotech-col-md-7{
        width: 100%;
    }

    .wap-sticky-addcart-option .bzotech-form-cart-single .list-product-group form.cart .group_table{
        border-right: none;
    }
    
    .sticky-addcart .item-product-sticky-addcart{
        margin-bottom: 10px;
        justify-content: center;
    }
    .sticky-addcart .wrap-sticky-cart-price{
        justify-content: center;
    }
    .sticky-addcart-fix{
        left: auto;
        top: 0;
        width: 320px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    .sticky-addcart-fix{
        padding-top: 50px;
        overflow-y: auto;
        scrollbar-width: none;
    }

    .sticky-addcart-fix::-webkit-scrollbar{
        width: 3px;
    }
    .sticky-addcart-fix::-webkit-scrollbar-track{
      box-shadow: inset 0 0 3px var(--bzo-main-color);
    }
    .sticky-addcart-fix::-webkit-scrollbar-thumb{
      background-color: var(--bzo-main-color);
      outline: 1px solid var(--bzo-main-color);
    }
    body.admin-bar .sticky-addcart-fix{
        padding-top: 90px;
    }
    .sticky-addcart-mobile-css.active{
        bottom: auto;
        top: 0px;
        z-index: 100000;
    }
    body.admin-bar .sticky-addcart-mobile-css.active{
        bottom: auto;
        top: 46px;
        z-index: 100000;
    }
    .sticky-addcart .sticky-addcart-fix.active{
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .woocommerce div.product .wap-sticky-addcart-option .list-product-group form.cart .add_to_cart-after-cart_button{
        align-items: center;
        margin-top: 30px;
    }
    .wap-sticky-addcart-option form.cart .group_table tbody tr .group-thumb{
        display: none;
    }
    .woocommerce div.product .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations, .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .single_variation_wrap{
        width: 100%;
            border: none;
    }
    .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .qty-cart .woocommerce-variation,
    .sticky-addcart-fix .bzotech-form-cart-single form.variations_form .variations_button{
        justify-content: flex-start;
    }
}
/* Style product list content */
.product-list-content {
    margin: 20px 0 30px;
}
.product-list-content li {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.product-list-content li:last-child {
    margin-bottom: 0;
}
.product-list-content li i {
    color: var(--bzo-main-color);
    transform: translateY(2px);
    margin-right: 10px;
    padding-left: 1px;
}
.post-no-sidebar .title-post-single {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 40px;    
}
@media (max-width: 767px) {
    .post-no-sidebar .title-post-single {
        margin: 0 auto 30px;    
    }
}