/* ==================== ##Responsive ==================== */
@media (max-width: 1545px) {
  header > :not(.wgl-mobile-header) nav.primary-nav > ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1250px) {
  header > :not(.wgl-mobile-header) nav.primary-nav > ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  body.elementor-default.single main .wgl-container,
.wgl-container {
    width: 950px;
  }

  body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 950px;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }
  body.elementor-default .blog-posts .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-default .wgl_cpt_section .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active .blog-posts .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active .wgl_cpt_section .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview .blog-posts .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview .wgl_cpt_section .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }

  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(950px + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(950px + 10px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(950px + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(950px + 40px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(950px + 60px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
body.elementor-default .elementor-section-boxed .elementor-container .elementor-section-full_width .elementor-container,
body.elementor-editor-active .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
body.elementor-editor-active .elementor-section-boxed .elementor-container .elementor-section-full_width .elementor-container,
body.elementor-editor-preview .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
body.elementor-editor-preview .elementor-section-boxed .elementor-container .elementor-section-full_width .elementor-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body.elementor-default .elementor-section-full_width .elementor-container .elementor-section-boxed .elementor-container,
body.elementor-editor-active .elementor-section-full_width .elementor-container .elementor-section-boxed .elementor-container,
body.elementor-editor-preview .elementor-section-full_width .elementor-container .elementor-section-boxed .elementor-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  body.elementor-default main .wgl-container.wgl-content-sidebar, body.elementor-default.single main .wgl-container:not(.wgl-content-sidebar) {
    padding-right: 0;
    padding-left: 0;
  }

  header .wgl-logotype-container .logo-name {
    text-align: center;
  }

  .row:after {
    clear: both;
  }
}
@media (max-width: 1024px) {
  .row {
    --wgl-sidebar-gap: 15px !important;
  }
  .row .wgl_col-6,
.row .wgl_col-5,
.row .wgl_col-4,
.row .wgl_col-3,
.row .wgl_col-1-5,
.row .wgl_col-1-6 {
    width: 50%;
  }
  .row .sidebar-container.wgl_col-3,
.row .sidebar-container.wgl_col-4,
.row #main-content.wgl_col-8,
.row #main-content.wgl_col-9 {
    width: 100%;
  }
  .row .row .wgl_col-md-12 {
    width: 100%;
  }

  .footer .row .wgl_col-3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  body.elementor-default.single main .wgl-container,
.wgl-container {
    width: 728px;
  }
  body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container {
    width: 728px;
  }

  body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 728px;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }

  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(728px + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(728px + 10px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(728px + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(728px + 40px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(728px + 60px);
  }
}
@media (min-width: 768px) {
  .row .wgl_col-12 {
    width: 100%;
  }
  .row .wgl_col-11 {
    width: 91.66666667%;
  }
  .row .wgl_col-10 {
    width: 83.33333333%;
  }
  .row .wgl_col-9 {
    width: 75%;
  }
  .row .wgl_col-8 {
    width: 66.66666667%;
  }
  .row .wgl_col-7 {
    width: 58.33333333%;
  }
  .row .wgl_col-6 {
    width: 50%;
  }
  .row .wgl_col-5 {
    width: 41.66666667%;
  }
  .row .wgl_col-4 {
    width: 33.33333333%;
  }
  .row .wgl_col-3 {
    width: 25%;
  }
  .row .wgl_col-1-5 {
    width: 20%;
  }
  .row .wgl_col-1-6 {
    width: 16.66%;
  }
  .row .wgl_col-2 {
    width: 16.66666667%;
  }
  .row .wgl_col-1 {
    width: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .row .wgl_col-6,
.row .wgl_col-5,
.row .wgl_col-4,
.row .wgl_col-3,
.row .wgl_col-1-5,
.row .wgl_col-1-6 {
    width: 100%;
  }

  .wgl-container,
body.elementor-default.single main .wgl-container {
    width: 560px;
  }
  .wgl-container .elementor-section-boxed .elementor-container,
body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container {
    width: 560px;
  }

  body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 560px;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }

  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(560px + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(560px + 10px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(560px + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(560px + 40px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(560px + 60px);
  }

  .footer_top-area .row [class*=wgl_col-] + [class*=wgl_col-] {
    margin-top: 35px;
  }

  .sidebar-container {
    padding-top: 35px;
  }

  #comments .commentlist .comment .stand_comment,
#comments .commentlist .comment .children .stand_comment {
    padding-left: 70px;
  }
  #comments .commentlist .comment .children .comment {
    margin-left: 30px;
  }
  #comments .commentlist .comment .commentava,
#comments .commentlist .comment .children .stand_comment .commentava {
    left: -68px;
    height: 50px;
    width: 50px;
  }

  .mobile_text_center,
.mobile-acenter {
    text-align: center;
  }

  .resp_align_center {
    text-align: center !important;
  }

  div.wgl-products div.product .woo_product_image .group_button-woo,
.woocommerce .products div.wgl-products div.product .woo_product_image .group_button-woo {
    visibility: visible;
    opacity: 1;
  }
  div.wgl-products div.product .woo_product_image .group_button-woo > *,
.woocommerce .products div.wgl-products div.product .woo_product_image .group_button-woo > * {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 600px) {
  body.elementor-default.single main .wgl-container,
.wgl-container {
    width: 420px;
  }
  body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container {
    width: 420px;
  }

  body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 420px;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }

  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(420px + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(420px + 10px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(420px + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(420px + 40px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(420px + 60px);
  }

  div[id*=wpadminb] {
    top: -46px !important;
  }

  #comments .commentlist .comment .stand_comment,
#comments .commentlist .comment .children .stand_comment {
    padding-right: 20px;
  }
  #comments .commentlist .comment .children .comment {
    margin-left: 15px;
  }
  #comments .commentlist .comment_info {
    padding-right: 10px;
  }
  #comments .commentlist .comment_author_says {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  body.elementor-default.single main .wgl-container,
.wgl-container {
    width: 90%;
  }
  body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
.wgl-container .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container {
    width: 100%;
  }

  body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    width: 100%;
  }

  body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 90%;
  }
  body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
  }

  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(90% + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(90% + 10px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(90% + 30px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(90% + 40px);
  }
  body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(90% + 60px);
  }

  .page-header_wrapper > .wgl-container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .wgl-logotype-container .logo-name {
    font-size: 26px;
  }
}