@media (min-width: 768px) {
  .single-product.single-product-layout-sticky #content {
    padding-top: 2rem;
  }
  .single-product .woocommerce-product-gallery.gallery_style_slider ul.flex-direction-nav > li > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  }
  .single-product .woocommerce-product-gallery.gallery_style_slider ul.flex-direction-nav > li > a:hover {
    opacity: 1;
    border-color: var(--color_main);
    background: var(--color_main);
    color: #ffffff;
  }
  .single-product .woocommerce-product-gallery.gallery_style_slider ul.flex-direction-nav > li > a:hover svg {
    fill: #ffffff;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs .panel {
    margin-bottom: 3rem;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs .gostro-tabs-title > li > a:hover {
    color: var(--color_heading);
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical .panel {
    width: calc(100% - 280px);
    margin-bottom: 0;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical .gostro-tabs-title {
    width: max-content;
    display: flex;
    flex-direction: column;
    min-width: 280px;
    text-align: left;
    margin-bottom: 0;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical .gostro-tabs-title > li {
    width: 100%;
    margin: 0;
    padding: 0 0 1.5rem 0;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews {
    flex-direction: column-reverse;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper {
    padding-left: 0;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper .comment-respond #commentform .comment-form-comment, .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper .comment-respond #commentform .gostro_comment_fields_group, .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper .comment-respond #commentform .form-submit {
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper .comment-respond #commentform .comment-form-cookies-consent {
    align-items: flex-start;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper .comment-respond #commentform .comment-form-cookies-consent .wp-comment-cookies-consent {
    margin-top: 5px;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper .comment-respond #commentform .comment-form-cookies-consent label {
    line-height: 1.3;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper .comment-respond #commentform .comment-form-comment textarea {
    min-height: 150px;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews .review_form_action_btn {
    -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews .review_form_action_btn:hover {
    border-color: var(--color_heading);
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical table.shop_attributes {
    margin-left: 0;
  }
  .single-product .product-footer .related.products .gostro-carousel .swiper-pagination-bullets, .single-product .product-footer .up-sells.products .gostro-carousel .swiper-pagination-bullets {
    display: none;
  }
  .single-product .product-footer .related.products .gostro-carousel .gostro_navigation_wrap, .single-product .product-footer .up-sells.products .gostro-carousel .gostro_navigation_wrap {
    display: block;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s linear 0s, color 0.25s linear 0s, border 0.25s linear 0s, opacity 0.3s linear 0s;
    -moz-transition: background-color 0.25s linear 0s, color 0.25s linear 0s, border 0.25s linear 0s, opacity 0.3s linear 0s;
    -ms-transition: background-color 0.25s linear 0s, color 0.25s linear 0s, border 0.25s linear 0s, opacity 0.3s linear 0s;
    -o-transition: background-color 0.25s linear 0s, color 0.25s linear 0s, border 0.25s linear 0s, opacity 0.3s linear 0s;
    transition: background-color 0.25s linear 0s, color 0.25s linear 0s, border 0.25s linear 0s, opacity 0.3s linear 0s;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next svg,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev svg, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next svg,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev svg {
    fill: var(--color_heading);
    -webkit-transition: fill 0.25s linear 0s;
    -moz-transition: fill 0.25s linear 0s;
    -ms-transition: fill 0.25s linear 0s;
    -o-transition: fill 0.25s linear 0s;
    transition: fill 0.25s linear 0s;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next:hover,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev:hover, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next:hover,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev:hover {
    opacity: 1;
    border-color: var(--color_main);
    background: var(--color_main);
    color: #ffffff;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next:hover svg,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev:hover svg, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next:hover svg,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev:hover svg {
    fill: #ffffff;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next, .single-product .product-footer .related.products .gostro-carousel-wrap.swiper-container-rtl .swiper-button-prev, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next, .single-product .product-footer .up-sells.products .gostro-carousel-wrap.swiper-container-rtl .swiper-button-prev {
    right: -1.125rem;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev, .single-product .product-footer .related.products .gostro-carousel-wrap.swiper-container-rtl .swiper-button-next, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev, .single-product .product-footer .up-sells.products .gostro-carousel-wrap.swiper-container-rtl .swiper-button-next {
    left: -1.125rem;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap:hover .swiper-button-next:not(.swiper-button-disabled), .single-product .product-footer .related.products .gostro-carousel-wrap:hover .swiper-button-prev:not(.swiper-button-disabled), .single-product .product-footer .up-sells.products .gostro-carousel-wrap:hover .swiper-button-next:not(.swiper-button-disabled), .single-product .product-footer .up-sells.products .gostro-carousel-wrap:hover .swiper-button-prev:not(.swiper-button-disabled) {
    opacity: 0.6;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap:hover .swiper-button-next:not(.swiper-button-disabled):hover, .single-product .product-footer .related.products .gostro-carousel-wrap:hover .swiper-button-prev:not(.swiper-button-disabled):hover, .single-product .product-footer .up-sells.products .gostro-carousel-wrap:hover .swiper-button-next:not(.swiper-button-disabled):hover, .single-product .product-footer .up-sells.products .gostro-carousel-wrap:hover .swiper-button-prev:not(.swiper-button-disabled):hover {
    opacity: 1;
  }
  .single-product #reviews {
    display: flex;
    justify-content: space-between;
  }
  .single-product #reviews .review_form_action_btn {
    margin-bottom: 1.75rem;
    min-width: 200px;
    height: 46px;
  }
  .single-product #reviews #comments, .single-product #reviews #review_form_wrapper {
    flex: 1;
  }
  .single-product #reviews #comments {
    padding-right: 15px;
  }
  .single-product #reviews #review_form_wrapper {
    padding-left: 15px;
    margin-top: 0;
  }
  .single-product #reviews #review_form_wrapper .comment-respond #commentform {
    position: relative;
  }
  .single-product #reviews #review_form_wrapper .comment-respond #commentform .comment-form-comment textarea {
    min-height: 150px;
  }
  .single-product .product-main .product-info .product_meta .posted_in a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media (min-width: 992px) {
  .single-product .woocommerce-product-gallery {
    margin-bottom: 0;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    border: 1px solid transparent;
    width: max-content;
    float: none;
    opacity: 1 !important;
    -webkit-transition: border-color 0.25s linear 0s;
    -moz-transition: border-color 0.25s linear 0s;
    -ms-transition: border-color 0.25s linear 0s;
    -o-transition: border-color 0.25s linear 0s;
    transition: border-color 0.25s linear 0s;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color: var(--color_main);
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    border-color: var(--color_main);
  }
  .single-product .woocommerce-product-gallery .gostro-prev, .single-product .woocommerce-product-gallery .gostro-next {
    width: 40px;
    height: 40px;
    -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  }
  .single-product .woocommerce-product-gallery .gostro-prev:hover, .single-product .woocommerce-product-gallery .gostro-next:hover {
    background: var(--color_main);
    color: #ffffff;
    box-shadow: none;
  }
  .single-product .woocommerce-product-gallery .gostro-prev:hover svg, .single-product .woocommerce-product-gallery .gostro-next:hover svg {
    fill: #ffffff;
  }
  .single-product .woocommerce-product-gallery.gallery_style_default .flex-viewport {
    margin-bottom: 10px;
  }
  .single-product .woocommerce-product-gallery.gallery_style_default .gallery_thumb_swiper {
    position: relative;
  }
  .single-product .woocommerce-product-gallery.gallery_style_default .gallery_thumb_swiper > .flex-control-thumbs {
    padding: 1px 0 !important;
    display: flex;
    overflow: initial;
  }
  .single-product .woocommerce-product-gallery.gallery_style_default .gallery_thumb_swiper > .flex-control-thumbs li img {
    width: 100%;
  }
  .single-product .woocommerce-product-gallery.gallery_style_default .gallery_thumb_swiper .swiper-pagination-bullets {
    display: none;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 10px;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .gallery_thumb_swiper {
    position: relative;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .gallery_thumb_swiper .flex-control-thumbs {
    display: flex;
    opacity: 1;
    z-index: 1;
    height: auto;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .gallery_thumb_swiper .flex-control-thumbs li.swiper-slide {
    width: 100%;
    box-sizing: border-box;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .gallery_thumb_swiper .swiper-pagination-bullets {
    display: none;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .gallery_thumb_swiper .gostro-prev, .single-product .woocommerce-product-gallery.gallery_style_vertical .gallery_thumb_swiper .gostro-next {
    display: flex;
    left: 50%;
    right: auto;
    transform: rotate(90deg);
    margin-left: -20px;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .gallery_thumb_swiper .gostro-prev {
    top: 3px;
    bottom: auto;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .gallery_thumb_swiper .gostro-next {
    top: auto;
    bottom: 3px;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical > .woocommerce-product-gallery__wrapper {
    grid-column: 1/span 2;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .flex-viewport {
    order: 1;
  }
  .single-product .woocommerce-product-gallery.gallery_style_grid2 {
    margin-bottom: 60px;
  }
  .single-product .product-main.sidebar-left > .row, .single-product .product-main.sidebar-left-full > .row, .single-product .product-main.sidebar-right > .row, .single-product .product-main.sidebar-right-full > .row {
    flex-direction: row;
  }
  .single-product .product-main.sidebar-left > .row .product-content > .row, .single-product .product-main.sidebar-left-full > .row .product-content > .row, .single-product .product-main.sidebar-right > .row .product-content > .row, .single-product .product-main.sidebar-right-full > .row .product-content > .row {
    flex-direction: row;
  }
  .single-product .product-main.sidebar-left .product-sidebar .widget, .single-product .product-main.sidebar-left-full .product-sidebar .widget, .single-product .product-main.sidebar-right .product-sidebar .widget, .single-product .product-main.sidebar-right-full .product-sidebar .widget {
    max-width: 320px;
    margin-left: auto;
  }
  .single-product .product-main.sidebar-left > .row, .single-product .product-main.sidebar-left-full > .row {
    flex-direction: row-reverse;
  }
  .single-product .product-main.sidebar-left .product-sidebar .widget, .single-product .product-main.sidebar-left-full .product-sidebar .widget {
    margin-left: initial;
  }
  .single-product .product-main.no-sidebar .product-gallery, .single-product .product-main.sticky-layout .product-gallery, .single-product .product-main.sidebar-left .product-gallery, .single-product .product-main.sidebar-left-full .product-gallery, .single-product .product-main.sidebar-right .product-gallery, .single-product .product-main.sidebar-right-full .product-gallery {
    -ms-flex: 0 0 60;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .single-product .product-main.no-sidebar .product-info, .single-product .product-main.sticky-layout .product-info, .single-product .product-main.sidebar-left .product-info, .single-product .product-main.sidebar-left-full .product-info, .single-product .product-main.sidebar-right .product-info, .single-product .product-main.sidebar-right-full .product-info {
    max-width: 40%;
    width: 40%;
  }
  .single-product .product-main.wide-gallery .product-info {
    padding-right: 50%;
  }
  .single-product .product-main.wide-gallery .product-info > form.cart {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }
  .single-product .product-main .product-page-accordian .accordion-item.card button.btn-link {
    font-size: 22px;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs .gostro-tabs-title {
    margin-bottom: 2.5rem;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs .gostro-tabs-title > li {
    padding: 0 1.5rem;
  }
  .single-product #content div.product .woocommerce-tabs.vertical .gostro-tabs-title {
    border-right: 1px solid var(--color_border);
    margin-right: 50px;
  }
  .single-product .product-page-sections .product-section ~ .product-section {
    margin-top: 4rem;
  }
  .single-product .product-page-sections .product-section table.shop_attributes {
    margin-left: auto;
    text-align: left;
  }
  .single-product .product-page-sections .product-section .section-tab-header h5 {
    margin-bottom: 2.5rem;
  }
  .single-product #product-sidebar .widget.gostro_featured_box .widget-title {
    display: none;
  }
  .single-product #product-sidebar .widget.gostro_featured_box .content-box .icon {
    margin-bottom: 15px;
  }
  .single-product #product-sidebar .widget.gostro_featured_box .content-box .content-text .title {
    text-transform: uppercase;
    color: var(--color_heading);
    font-size: 14px;
    margin-bottom: 10px;
  }
  .single-product #product-sidebar .widget.gostro_featured_box .content-box .content-text .text {
    color: #83868c;
    font-size: 14px;
    line-height: 24px;
  }
  .single-product #content .type-product .product-container .product-sidebar::before {
    display: none;
  }
  .single-product .header-layout {
    border-bottom: none;
  }
  .single-product #content {
    padding-top: 0.5rem;
    padding-bottom: 4rem;
    overflow-x: hidden;
  }
  .single-product #content .fmc-product-control .woocommerce-breadcrumb {
    margin-top: -0.5rem;
  }
  .single-product .product-content .product-gallery {
    margin-bottom: 0;
  }
  .single-product .product-footer, .single-product .product-footer .related.products, .single-product .product-footer .up-sells.products {
    padding-top: 0;
    margin-top: 4rem;
  }
  .single-product .product-footer:before, .single-product .product-footer .related.products:before, .single-product .product-footer .up-sells.products:before {
    display: none;
  }
  .single-product .product-footer .related.products ul.products, .single-product .product-footer .related.products ul.products li.product, .single-product .product-footer .up-sells.products ul.products, .single-product .product-footer .up-sells.products ul.products li.product {
    margin-bottom: 0;
  }
  .single-product .product-footer .related.products > h2, .single-product .product-footer .up-sells.products > h2 {
    margin-bottom: 3.5rem;
  }
  .single-product .product-footer .related.products .gostro-carousel .swiper-pagination-bullets, .single-product .product-footer .up-sells.products .gostro-carousel .swiper-pagination-bullets {
    display: none;
  }
  .single-product .product-footer .related.products .gostro-carousel .gostro_navigation_wrap, .single-product .product-footer .up-sells.products .gostro-carousel .gostro_navigation_wrap {
    display: block;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    color: var(--color_heading);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -ms-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
    transition: background-color 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next svg,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev svg, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next svg,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev svg {
    fill: var(--color_heading);
    -webkit-transition: fill 0.25s linear 0s;
    -moz-transition: fill 0.25s linear 0s;
    -ms-transition: fill 0.25s linear 0s;
    -o-transition: fill 0.25s linear 0s;
    transition: fill 0.25s linear 0s;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next:hover,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev:hover, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next:hover,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev:hover {
    border-color: var(--color_main);
    background: var(--color_main);
    color: #ffffff;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next:hover svg,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev:hover svg, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next:hover svg,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev:hover svg {
    fill: #ffffff;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next.swiper-button-disabled,
.single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev.swiper-button-disabled, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next.swiper-button-disabled,
.single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-next, .single-product .product-footer .related.products .gostro-carousel-wrap.swiper-container-rtl .swiper-button-prev, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-next, .single-product .product-footer .up-sells.products .gostro-carousel-wrap.swiper-container-rtl .swiper-button-prev {
    right: -20px;
  }
  .single-product .product-footer .related.products .gostro-carousel-wrap .swiper-button-prev, .single-product .product-footer .related.products .gostro-carousel-wrap.swiper-container-rtl .swiper-button-next, .single-product .product-footer .up-sells.products .gostro-carousel-wrap .swiper-button-prev, .single-product .product-footer .up-sells.products .gostro-carousel-wrap.swiper-container-rtl .swiper-button-next {
    left: -20px;
  }
  .single-product .product-main .product-info .woocommerce-product-details__short-description, .single-product .product-main .product-info .product_meta, .single-product .product-main .product-info .product-share {
    position: relative;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .single-product .product-main .product-info .woocommerce-product-details__short-description:before, .single-product .product-main .product-info .product_meta:before, .single-product .product-main .product-info .product-share:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color_border);
    left: 0;
    top: 0;
  }
  .single-product .product-main .product-info .product_meta {
    margin-top: 3rem;
  }
  .single-product .product-main .product-info .product-share {
    transform: translateY(-5px);
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--color_border);
  }
  .single-product .type-product.product-type-variable .summary form.cart.variations_form table.variations .variable-items-wrapper .variable-item.button-variable-item {
    margin: 0 10px 10px 0;
    padding: 15px;
    height: 44px;
    min-width: 68px;
  }

  .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 1.5rem !important;
    top: 1.5rem !important;
  }
  .woocommerce-product-gallery.gallery_style_vertical .woocommerce-product-gallery__trigger {
    right: 1rem !important;
  }

  a.product-video-button, a.product-360-button {
    top: 1.5rem;
    left: 2.5rem;
  }
  a.product-video-button.on_vertical_thumbs, a.product-360-button.on_vertical_thumbs {
    left: 9rem;
  }

  .gostro-sticky-atc-btn.mobile-off {
    display: block;
  }
  .gostro-sticky-atc-btn button.single_add_to_cart_button, .gostro-sticky-atc-btn .gostro-sticky-variations-atc, .gostro-sticky-atc-btn .gostro-sticky-btn-cart .quantity {
    margin-left: 1.5rem;
  }
  .gostro-sticky-atc-btn button.single_add_to_cart_button, .gostro-sticky-atc-btn .gostro-sticky-variations-atc {
    height: 46px;
    padding: 0 25px;
  }
  .gostro-sticky-atc-btn .gostro-sticky-btn-thumbnail {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .single-product .product-main.wide-gallery .product-info {
    padding-right: 55%;
  }
  .single-product .product-main.wide-gallery .product-info > form.cart {
    width: 35%;
  }
  .single-product .woocommerce-product-gallery.gallery_style_default .flex-viewport {
    margin-bottom: 15px;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical {
    grid-gap: 15px;
  }
  .single-product .woocommerce-product-gallery.gallery_style_vertical .flex-control-thumbs li {
    margin-bottom: 15px;
  }
  .single-product #content div.product .woocommerce-tabs.gostro-wc-tabs.vertical #reviews #review_form_wrapper .comment-respond #commentform {
    padding-bottom: 0;
  }
  .single-product.single-product-layout-sticky #content {
    padding-top: 2.5rem;
  }
  .single-product.single-product-layout-sticky .product-main.sticky-layout .product-gallery {
    padding-right: 2.5rem;
  }
  .single-product .product-main.no-sidebar .product-gallery {
    padding-right: 2.5rem;
  }
  .single-product .product-footer .product-page-sections .product-section ~ .product-section {
    margin-top: 6rem;
  }
  .single-product .product-footer, .single-product .product-footer .related.products, .single-product .product-footer .up-sells.products {
    padding-top: 0;
    margin-top: 6rem;
  }
  .single-product .product-footer:before, .single-product .product-footer .related.products:before, .single-product .product-footer .up-sells.products:before {
    width: 100vw;
    display: none;
  }
}
@media (min-width: 1440px) {
  .single-product .product-navigation {
    display: block;
  }
}

/*# sourceMappingURL=single_desktop.css.map */
