/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.2
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Custom menu style */
.parent-custom-menu .porto-wide-sub-menu {
  display: grid;
 
  grid-template-columns: 1fr 1fr 1fr 280px;
  grid-template-areas: "col1 col2 col3 col4"
                        "footer footer footer footer";
  gap: 20px;
}
.parent-custom-menu .col-menu-1 { 
  grid-area: col1; 
}
.parent-custom-menu .col-menu-2 { 
  grid-area: col2; 
}
.parent-custom-menu .col-menu-3 { 
  grid-area: col3; 
}
.parent-custom-menu .col-menu-4 { 
  grid-area: col4;
 }
.parent-custom-menu .col-menu-3.win-bottom {
  margin-top: 164px;
}
.parent-custom-menu .col-menu-3.col-menu-visio-studio {
  margin-top: 238px;
}
.parent-custom-menu  .col-menu-4.col-4-project {
  margin-top: 238px;
}
.parent-custom-menu .col-menu-4 {
  padding: 15px 10px;
}
.parent-custom-menu.parent-custom-menu-5 .porto-wide-sub-menu {

  grid-template-columns: 1fr 1fr 1fr 1fr 280px;
  grid-template-areas: "col1 col2 col3 col4 col5"
                        "footer footer footer footer footer";
}
.parent-custom-menu .col-menu-3.col-menu-3-row-2,
.parent-custom-menu .col-menu-2.col-menu-2-row-2,
.parent-custom-menu .col-menu-1.col-menu-1-row-2 {
  margin-top: 32px;
}
.parent-custom-menu .col-menu-3.col-menu-3-row-3,
.parent-custom-menu .col-menu-2.col-menu-2-row-3,
.parent-custom-menu .col-menu-1.col-menu-1-row-3 {
  margin-top: 64px;
}
.parent-custom-menu-5 .col-menu-5 { 
  grid-area: col5; 
}
.parent-custom-menu .footer-link{
  grid-area: footer;
  padding: 26px 0 0;
  border-top: 1px solid #d2d2d2;

}
.parent-custom-menu .footer-link a span{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.parent-custom-menu .footer-link a:hover {
  color: var(--e-global-color-primary);
}
.parent-custom-menu > a span {
  display: flex;
  align-items: center;
}
.parent-custom-menu > a span svg {
  margin-right: 8px;
  width: 18px;
}
.parent-custom-menu.parent-computer-programs  > a span svg {
  width: 23px;
}
.parent-custom-menu.parent-office   > a span svg {
  width: 22px;
}
.main-menu .parent-custom-menu.hover-element > a span svg,
.main-menu .parent-custom-menu.hover-element > a span svg path,
.parent-custom-menu > a:hover span svg,
.parent-custom-menu > a:hover span svg path,
.current-menu-parent > a span svg,
.current-menu-parent > a span svg path{
  fill: var(--e-global-color-primary);
}
.porto-wide-sub-menu li.sub li.menu-item>a {
  padding: 0 7px;
}
.parent-custom-menu .menu-item-has-children a,
.parent-custom-menu .footer-link a{
  text-transform: capitalize;
}
.main-menu .parent-custom-menu > a {
  text-transform: uppercase !important;
}

#header .menu-without-children .porto-wide-sub-menu .menu-item.footer-link >a {
  font-size: 14px;
}
#header .porto-wide-sub-menu li.sub li.menu-item>a {
  padding: 0;
  line-height: 24px;
}
#header .porto-wide-sub-menu li.sub li.menu-item>a {
  margin-left: 0;
}
.mega-menu .porto-wide-sub-menu {
  padding: 20px 20px 17px 20px !important;
}
#header .main-menu .wide li.menu-item a {
  text-decoration: none;
}
#header .main-menu .wide li.menu-item.top-seller a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222529;
  text-transform: none;
}
#header .main-menu .wide li.menu-item.top-seller {
  width: 280px !important;
}
#header .main-menu .wide li.menu-item.top-seller a:first-child {
  border-bottom: 0;
}
#header .main-menu .wide li.menu-item li.menu-item {
  display: flex;
  align-items: center;
  padding-block-end: 4px;
  position: relative;
  margin-top: 4px;
}

#header .main-menu .wide li.menu-item li.menu-item:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--e-global-color-primary);
    border-radius: 4px;
    transform: translateY(10px) rotate(45deg);
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
#header  .porto-wide-sub-menu>li.sub {
  padding: 0;
}
#header .main-menu .wide li.menu-item li.menu-item:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) rotate(45deg);
    pointer-events: none;
}
#header .main-menu .wide li.menu-item  li.menu-item:hover > a {
  color: var(--e-global-color-primary) !important;
  background-color: transparent !important;
  transform: translateX(20px);
}
#header .main-menu .wide li.menu-item  li.menu-item:hover > a span{
    transition: color 0.3s;
}
.mega-menu .popup li.menu-item>a{
   transition: all .3s ease !important;
}
#header .menu-without-children .porto-wide-sub-menu .menu-item >a,
#header .porto-wide-sub-menu .menu-item-has-children > a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222529;
  text-transform: initial;
 
}
 
.top-sellers-header-menu .product-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-top:1px solid #d2d2d2;
  
}
.top-sellers-header-menu .product-item:first-child {
  border-bottom:1px solid #d2d2d2;
}
.top-sellers-header-menu .product-item .product-image {
  width: 85px;
  border: none;
  margin-right: 12px;
  flex-shrink: 0;
}
.top-sellers-header-menu .product-item .product-title {
  font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    color: #222529;
}
.top-sellers-header-menu .product-item .product-price {
  font-size: 14px;
  color: #444;

}
.top-sellers-header-menu .product-item .product-price del {
  display: inline-block;
    color: #a7a7a7;
    font-size: 0.8em;
    margin-right: 0.2143em;
    vertical-align: baseline;
}
.top-sellers-header-menu .product-item .product-price ins {
  color: #444;
}
.tb-image-type-hover:hover .hover-image {
  opacity: 0;
}
.owl-item .tb-image-type-hover img,
body .product-image img {
  transition: all 0.4s;
}

.owl-item .tb-image-type-hover:hover img,
.tb-image-type-hover:hover img {
  scale: 1.08;
}

.after-loading-success-message.style-3 .success-message-container.active {
  display: none !important;
}

/* Custom Checkout */
.two-columns {
  display: flex;
  gap: 50px;
}

.column-1 {
  width: calc(60% - 50px);
}

.column-2 {
  width: 40%;
}

body .new-checkout-heading {
  background-color: #fff;
  padding: 0;
}
body .new-checkout-heading h3 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color:#777777;
  line-height:1;
}
body .new-checkout-heading h3 > a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #222529 !important;
  text-transform: uppercase;
}
.woocommerce-form-coupon-toggle {
  font-size: 13px;
}
#custom_checkout {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;

  h3 {
    margin-bottom: 0;
  }

  input,
  select,
  textarea,
  .select2-container--default .select2-selection--single {
    border: 1px solid #000;
    padding: 8px 16px;
    border-radius: 15px;
    width: 100%;
    height: 48px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
    line-height: 2.3;
  }

  .input-wrapper {
    width: calc(50% - 7.5px);
  }

  .select2-dropdown {
    border: 1px solid #000;
    border-radius: 10px;
  }

  .form-row {
    width: calc(50% - 7.5px);
    padding: 0;
    float: none;
    position: relative;
  }
  .form-row .checkout-inline-error-message {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .company-fields .form-row-wide {
    width: 100%;
  }
  .checkout-section .checkbox {
    cursor: pointer;;
  }
  #billing_address_1_field,
  #billing_address_2_field,
  #order_comments_field,
  #billing_phone_field {
    width: 100%;
  }

  [data-priority="10"] {
    order: 10;
  }
  [data-priority="20"] {
    order: 20;
  }
  [data-priority="50"] {
    order: 30;
  }

  [data-priority="60"] {
    order: 40;
  }
  [data-priority="40"] {
    order: 50;
  }
  #billing_state_field {
    order: 60;
  }
  
  [data-priority="70"] {
    order: 70;
  }
  [data-priority="65"] {
    order: 80;
  }
  
  [data-priority="80"] {
    order: 90;
  }
  [data-priority="90"] {
    order: 100;
  }
  [data-priority="100"] {
    order: 110;
  }
  [data-priority="110"] {
    order: 120;
  }

  .full {
    width: 100%;
  }

  .checkbox {
    display: flex;
    align-items: center;

    input {
      width: auto;
    }
  }

  label {
    display: block;
  }

  .checkout-section {
    padding: 20px;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;

    &:last-of-type {
      border: none;
    }
  }

  .company-fields {
    display: none;
  }

  
}
.checkout-order-review {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 20px;
}

 #switcher-digital-license ul{
  list-style: none;
  padding: 0;
}
#switcher-digital-license ul li {
  width: 34px;
}
#switcher-digital-license ul li a{
  display: flex;
  align-items: center;
  font-size: 12px;
}
#switcher-digital-license ul li::marker {
  content: none;
}
.wcml_currency_switcher {
  margin-bottom: 0;
}

html #header #switcher-digital-license .porto-view-switcher > li.menu-item > a {
  color: #222529;
}
.container-digital-switcher-currency .wcml_currency_switcher{
  margin-bottom: 0;
}
html #switcher-digital-license .has-sub a span {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 12px;
  display: block;
  margin-right: 4px;

}
.custome-switcher-language.wpml-ls-legacy-dropdown {
  width: 60px;
}
.custome-switcher-language.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
  display: inline-block;
    content: "\e81c";
    font-family: "porto";
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 0 5px;
    line-height: 1;
    border: none !important;
    position: static;

}
.custome-switcher-language.wpml-ls-legacy-dropdown .wpml-ls-item a {
  color: #777777;
  font-size: 12px;
  display: flex;
  align-items: center;
  
}
.custome-switcher-language.wpml-ls-legacy-dropdown .wpml-ls-item a img {
  margin-right: 4px;
}
.custome-switcher-language.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  box-shadow: 0 6px 25px rgba(0, 0, 0, .2);
}
.custome-switcher-language.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  text-transform: uppercase;
  font-size: 12px;
  color: #222529;
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.custome-switcher-language.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a.wpml-ls-item-toggle{
  background: #fff;
}
.custom-wpml-language-switcher img {
  width: 18px;
  height: 12px;
  margin-right: 4px;
}
#header .porto-view-switcher>li.menu-item>a {
  font-size: 12px !important;
}

@media screen and (max-width: 700px) {
  .two-columns {
    flex-wrap: wrap;
  }
  .column-1,
  .column-2 {
    width: 100%;
  }
}

.related .owl-stage {
  display: flex;
}
.related .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.related .product-type-swatch {
  display: flex;
  flex-direction: column;
}
.related .product-content {
  display: flex;
  flex-direction: column;
  height: auto !important;
  flex-grow: 1;
}
.related .tb-woo-price {
  margin-top: auto;
}

.shop-banner {
  text-align: center;
}
.shop-banner__image {
  max-width: 155px;
  margin: 0 auto;
}
.shop-banner__title {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fec601;
  margin-bottom: 20px;
}
.shop-banner__sub-title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1;
}
#mini-cart .buttons a {
  border-radius: 50px !important;
}
#mini-cart .buttons a.checkout:hover {
  background: #009d69;
}
.woocommerce-Button.login-btn,
.woocommerce-Button.register-btn,
#place_order,
.wc-proceed-to-checkout .btn {
  border-radius: 50px;
}
.woocommerce-Button.login-btn:hover,
.woocommerce-Button.register-btn:hover,
#place_order:hover,
.wc-proceed-to-checkout .btn:hover {
  background: #009d69;
}
.autocomplete-suggestion img {
  border-radius: 0;
}
.resp-tab-content .woocommerce-Reviews {
  display: grid;
  grid-template-columns:1fr;
  gap: 0;
}

#reviews .woocommerce-Reviews-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
#reviews .cr-summaryBox-wrap {
  display: block;
  background-color: #fff;
 
}
.tab-content .cr-summaryBox-wrap table {
  padding: 0;
  max-width: 320px !important;
  margin-left: 0;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
  align-items: flex-start;
}
#reviews .cr-summaryBox-wrap .cr-average-rating {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
  padding: 10px 0;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox {
  padding: 10px 0;
}
#ivole-histogramTable .ivole-histogramRow {
  border: 0;
}
.resp-tab-content table tr.ivole-histogramRow {
  border: 0 !important;
}
.resp-tab-content #ivole-histogramTable tr.ivole-histogramRow td {
  padding: 0.2rem 0.3rem !important;
  vertical-align: middle;
  border: 0px;
  background-color: transparent;
}
table.cr-histogramTable tr.ivole-histogramRow td {
  padding: 0.2rem 0.3rem !important;
  vertical-align: middle;
  border: 0px;
  background-color: transparent;
}
.resp-tab-content table tbody tr.ivole-histogramRow td:first-child {
  padding-left: 0 !important;
  width: auto !important;
  border-right: 0 !important;
  color: #00b67a;
}
.resp-tab-content table tbody tr.ivole-histogramRow td:last-child {
  width: auto !important;
  font-weight: 400;
  color: #00b67a;
}
.tab-content .cr-summaryBox-wrap table {
  margin-top: 0;
}
.resp-tab-content .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
  fill: #00b67a;
}
.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg{
  stroke: #00b67a;
}
.resp-tab-content .ivole-meter {
  height: 10px;
  background: #f3f3f3;
  box-shadow: none;
  border-radius: 5px;
}
.resp-tab-content .ivole-meter .ivole-meter-bar {
  box-shadow: none;
  border-radius: 5px;
  background: #d8d8d8;
}
.commentlist li .comment-text p {
  font-size: 14px;
  line-height: 27px;
}
#reviews .commentlist .img-thumbnail img {
  max-width: 65px;
  border-radius: 50%;
}
#reviews .commentlist .comment-text {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
}
#reviews .commentlist .star-rating {
  margin-bottom: 7px;
}
#reviews .commentlist .comment-text:before {
  display: none;
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a{
  color: #00b67a;
}
.resp-tab-content  .commentlist li .comment-text .meta {
  order: -1;
  margin-bottom: 10px;
}
.resp-tab-content  .commentlist li .comment-text .meta strong {
  color: #222529;
}
.resp-tab-content  .star-rating span:before {
  color: #00b67a;
}
.resp-tab-content #reviews .commentlist li {
  padding-left: 85px;
}
#review_form_wrapper .comment-reply-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
  color: #222529;
  text-transform: uppercase;
}

#reviews .comment-form {
  padding: 0;
  background: #fff;
}
#reviews .comment-form textarea, #reviews .comment-form input:not(.submit):not(#wp-comment-cookies-consent) {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  border-radius: 10px;
}
#reviews .comment-form label {
  margin-bottom: 7px;
  font-weight: 400;
  color: #777;
}
#reviews .comment-form .comment-form-rating {
  margin-bottom: 0.8rem;
}
.resp-tab-content .comment-form-rating p.stars {
  margin: 0 0 1.25rem;
}
#reviews .comment-form-cookies-consent {
  margin-bottom: 2rem;
}
.resp-tab-content  [type=submit], 
.resp-tab-content  input.submit {
  font-size: 0.9375rem;
    font-weight: 600;
    border-width: 1px 1px 1px 1px;
    padding: 0.77em 2.07em 0.77em 2.07em;
    border-radius: 2em;
}

html.panel-opened .page-wrapper {
    left:0;
}

#side-nav-panel {
    width: 100vw;
    transform: translateX(-100vw);
    padding-top: 40px;
}
body #fc_frame, 
body #fc_frame.fc-widget-normal {
    z-index: 900;
  }
  
  .faq-categories-product {
    display: flex;
    padding-bottom: 60px;
  }
  .shop-description  > .e-con-inner,
  .faq-categories-product > .e-con-inner {
    display: flex;
  }
 
  .faq-categories-product .faq-question {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    
  
  }
  .faq-categories-product .dl-faq-item svg {
    transition: all 0.3s;
  }
  .faq-categories-product .dl-faq-item.show svg {
    transform: rotate(180deg);
  }
  .faq-categories-product  .dl-faq-item:first-child {
    border-top: 1px solid #d3d7da;
  } 
  .faq-categories-product  .dl-faq-item {
    border-bottom: 1px solid #d3d7da;
  }

  .faq-categories-product .dl-faq-item .dl-faq-answer {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .faq-categories-product .dl-faq-item.show .dl-faq-answer {
    height: auto;
    overflow: visible;
    visibility: visible;
  }
  .faq-categories-product > .e-con-inner{
    display: flex !important;
    max-width: var(--content-width);
    margin: 0 auto;
  }
  .shop-description > .e-con-inner {
    padding-bottom: 60px;
  }

  .woocommerce-Reviews .tall,
  .woocommerce-Reviews .clear{
    display: none;
  }
.menu-item .top-menu-mob-category {
    display: none;
}
.parent-custom-menu > a > span > i {
    margin-right: 8px;
}
.porto-tb-featured-image:hover img{
  scale: 1.08;
}
 body .share-links .share-tiktok:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDQ4LDIwOS45MWEyMTAuMDYsMjEwLjA2LDAsMCwxLTEyMi43Ny0zOS4yNVYzNDkuMzhBMTYyLjU1LDE2Mi41NSwwLDEsMSwxODUsMTg4LjMxVjI3OC4yYTc0LjYyLDc0LjYyLDAsMSwwLDUyLjIzLDcxLjE4VjBsODgsMGExMjEuMTgsMTIxLjE4LDAsMCwwLDEuODYsMjIuMTdoMEExMjIuMTgsMTIyLjE4LDAsMCwwLDM4MSwxMDIuMzlhMTIxLjQzLDEyMS40MywwLDAsMCw2NywyMC4xNFoiLz48L3N2Zz4=");
    background-position: center;
    background-size: 12px;
  }
.cky-consent-container {
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 99999999;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

.cky-consent-container .cky-consent-bar {
    background: #fff;
    border: 1px solid;
    padding: 20px 26px;
    border-radius: 6px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
}
.cky-notice-des {
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.cky-popup-center {
    top: 50%;
    left: 50%;
}
.cky-consent-container {
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 99999999;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}
@media (min-width: 1201px) {
    .but-open-second-child,
    .mobile-menu-top-bar,
     .but-close-all-menu {
      display: none;
    }
    
}

@media (max-width: 1200px) {
  .parent-custom-menu > a:hover span svg,
  .parent-custom-menu > a:hover span svg path,
  .current-menu-parent > a span svg,
  .current-menu-parent > a span svg path{
    fill: #222529;
  }
  .parent-custom-menu .col-menu-3.col-menu-3-row-2,
  .parent-custom-menu .col-menu-2.col-menu-2-row-2,
  .parent-custom-menu .col-menu-1.col-menu-1-row-2 {
    margin-top: 0;
  }
  .parent-custom-menu .col-menu-3.col-menu-3-row-3,
  .parent-custom-menu .col-menu-2.col-menu-2-row-3,
  .parent-custom-menu .col-menu-1.col-menu-1-row-3 {
    margin-top: 0;
  }
 
  .parent-custom-menu .top-seller {
    display: none;
  }
  .parent-custom-menu > a > span > i {
    margin-right: 8px;
  }
  .parent-custom-menu .col-menu-3.win-bottom,
  .parent-custom-menu .col-menu-3.col-menu-visio-studio {
    margin-top: 0;
  }
  
  #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    z-index: 900 !important;
  }
  #side-nav-panel .btn-check:focus + .btn, 
  #side-nav-panel .btn:focus {
    box-shadow: none;
}
  .accordion-menu li.menu-item>a>i {
    margin-right: 15px;
  }
  html.panel-opened .page-wrapper {
    left: 0 !important;
  }
  #side-nav-panel {
      width: 50vw !important;
      transform: translateX(-50vw) !important;
      
    }
   html.panel-opened #side-nav-panel {
    transform: translateX(0) !important;
   }
  html.panel-opened .side-nav-panel-close{
    z-index: 9001 !important;
  }
  .side-nav-panel-close svg line {
    stroke: #222529;
  }
  .but-open-second-child {
    margin-right: -16px;
  }
   .but-open-second-child,
    .but-close-all-menu {
      display: block;
    }
  .but-close-first-child-menu,
  .but-close-second-child-menu {
    background-color: transparent;
    border: none;  
    color: #222529;
  }
   .but-close-first-child-menu i,
  .but-close-second-child-menu i{
    color: inherit;
  }
  html.panel-opened .side-nav-panel-close {
    top: 18px !important;
    right: 8px !important;
  }
  #side-nav-panel>.menu-wrap{
    padding-top: 30px;
  }
  #side-nav-panel .accordion-menu li:not(:last-child){
    border-bottom-color: transparent !important;
  }
  #side-nav-panel .accordion-menu>li.menu-item a{
    padding: 8px 16px 8px 0!important;
  }
  #side-nav-panel .accordion-menu>li.menu-item>a {
    text-transform: uppercase !important;
  }
  #side-nav-panel .accordion-menu li.menu-item > .arrow {
    transform: rotate(-90deg) !important;
    line-height: 45px;
    height: 45px;
    font-size: 20px;
    top: 0;
    right: -14px !important;
  }
  #side-nav-panel .accordion-menu .open>.arrow:before {
    content: "\e81c" !important;
  }
  .but-close-second-child-menu {
 
    margin-left: 16px;
  }
  .but-close-all-container {
    margin-left: auto;
  }
  .but-close-all-menu {
    margin: 0 16px;
    background: transparent;
    border: none;
  }
  .but-close-second-child-menu {
    display: none;
  }
  #side-nav-panel>.menu-wrap{
    padding-top: 30px !important;
  }
 #side-nav-panel .accordion-menu .second-child-menu li {
  margin: 0!important;
  padding: 0!important;
 }
  #side-nav-panel .accordion-menu li:not(:last-child) {
    border-bottom-color: transparent;
  }
  #side-nav-panel .accordion-menu>li.menu-item a {
    padding: 8px 0 ;
    font-size: 18px;
    line-height: 1.6;
    width: fit-content;
    font-weight: 600 !important;
  }
  #side-nav-panel .accordion-menu li.menu-item.active > a,
  #side-nav-panel .accordion-menu li.menu-item.active {
    background-color: transparent !important;
  }
 
  #side-nav-panel .accordion-menu li.menu-item.footer-link.active {
    background-color: transparent;
    margin-top: 30px;
  }
  #side-nav-panel .accordion-menu li.menu-item.footer-link {
    margin-top: 30px;
  }
  
  #side-nav-panel .accordion-menu .lists .elementor-heading-title a {
    display: inline-block;
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.6;
   
  }
  #side-nav-panel .accordion-menu>li.menu-item > a {
    padding: 8px 0 8px 16px;
  }
  #side-nav-panel .accordion-menu>li.menu-item .but-open-second-child a i {
    line-height: 2.5;
  }
  #side-nav-panel .accordion-menu li.menu-item.has-sub>a {
    padding-right: 16px;
  }
  #side-nav-panel .button-need-help-menu-copy {
    padding: 4px 10px 4px 10px;
    background-color: #F1F2FE;
    margin-top: 18px;
    color: #222529;
    font-size: 12px;
    width: fit-content;
    border-radius: 8px;
    margin-left: 17px;
  }
   #side-nav-panel .button-need-help-menu-copy a {
    color: #222529;
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", Poppins;
   }
    #side-nav-panel .button-need-help-menu-copy .porto-icon.none {
      font-size: 18px;
    }
  .logo-mob-menu {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .logo-mob-menu .logo {
    width: 100px;
  }
  .mobile-menu-top-bar {
    width: 100%;
    padding: 18px 0;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: flex-start;
    align-items: center;
    

  }
  .mobile-menu-top-bar  .elementor-widget-porto_hb_logo {
    width: 100px; 
    margin: 0 auto;
  }
  .first-child-menu {
    padding-top: 30px;
    margin-bottom: 30px !important;
  }
  .mobile-menu > .menu-item > ul.sub-menu .open ul.sub-menu,
  .open-second-level .second-child-menu{
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    padding-left: 36px;
  }
  .mobile-menu  .menu-item  ul.sub-menu {
    padding-top: 0 !important;

  }
  .open-second-level .but-close-second-child-menu {
    display: block;
  }
  #side-nav-panel .mobile-menu {
    padding: 30px 18px;
    border-bottom: 1px solid #e7e7e7;
  }
   
  .mobile-menu  > .menu-item > ul.sub-menu,
  .mobile-menu  > .menu-item > ul.sub-menu ul.sub-menu,
  .accordion-menu > .menu-item > ul.sub-menu
 {
    display: block !important;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100vw);
    height: calc(100vh - 65px) !important;
    position: fixed;
    top: 67px;
    left: 0;
    width: 50vw;
    padding: 24px 24px 10px!important;
    background: #fff;
    z-index: 9002;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    
  
  }
 
  .mobile-menu > .menu-item > ul.sub-menu ul.sub-menu {
    top: 0;
  }

  .mobile-menu  > .menu-item.open-first-level > ul.sub-menu, 
  .accordion-menu > .menu-item.open-first-level > ul.sub-menu{
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    display: block;
  }
  
  .second-child-menu {
    transition: transform 0.3s ease-in-out;
    transform: translateX(100vw);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9003;
    width: 50vw;
    padding: 90px 32px;
  }
  body #side-nav-panel .share-links {
    text-align: left;
    padding: 0 18px;
  }
  #side-nav-panel ul.mobile-menu > .menu-item > .top-menu-mob-category {
    display: none;
  }
  #side-nav-panel ul.mobile-menu  ul.sub-menu > .menu-item.open > .top-menu-mob-category,
  #side-nav-panel ul.mobile-menu > .menu-item.open > .top-menu-mob-category {
    display: flex;
  }
  .top-menu-mob-category {
    position: absolute;
    top: -88px;
    left: -4px;
    width: calc(100% - 60px);
    height: 60px;
    background: #fff;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222529;
    text-transform: uppercase;

  }
  .mobile-menu ul.sub-menu .top-menu-mob-category {
    left: -10px;
  }
  .parent-custom-menu .col-menu-4 {
    padding: 0;
  }
  .parent-custom-menu .col-menu-4.col-4-project {
    margin-top:0;
  }
}
@media (min-width: 1025px) {
  .resp-tab-content .woocommerce-Reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
}
@media (max-width: 1125px) {
  #custom_checkout {
   .form-row {
      margin-bottom: 20px;
    }
    .form-row .checkout-inline-error-message {
      top: 105%;
      font-size: 12px;
      line-height: 14px;
    }
  }
}
@media (max-width: 992px) {
  .faq-categories-product {
    padding-left: 20px;
    padding-right: 20px;
  }
   .shop-description > .e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  html .porto-woo-category-sidebar.mobile-sidebar{
    position: fixed;
  }
  .porto-woo-category-sidebar.mobile-sidebar {
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: 100%;
        width: 290px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9000;
        transform: translateX(-100%);
        transition: transform 0.2s ease-in-out;
        background: var(--porto-body-bg);
    }

  html.sidebar-opened .porto-woo-category-sidebar {
      z-index: 9001;
      transition: transform 0.3s;
      transform: translate(0px);
  }
  .porto-woo-category-sidebar .sidebar-content {
    height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 30px 20px 20px;
        display: block !important;
        top: 0;
        box-shadow: none;
        font-size: 13px;
    
  }
}
@media screen and (max-width: 767px) {
  .shop-banner__image {
    max-width: 90px;
  }
  .shop-banner__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .shop-banner__sub-title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  
  #side-nav-panel {
      width: 100vw !important;
      transform: translateX(-100vw) !important;
      
    }
  
  .mobile-menu  > .menu-item > ul.sub-menu ul.sub-menu,
  .second-child-menu,
  .mobile-menu  > .menu-item > ul.sub-menu,
  .accordion-menu > .menu-item > ul.sub-menu,
  .accordion-menu  ul.sub-menu{
    width: 100vw;
  } 
}

@media (max-width: 575px) {
  .commentlist li .comment_container {
      background: #fff;
      padding: 10px 10px 15px;
  }
  .resp-tab-content #reviews .commentlist li{
    padding-left: 0;
  }
}

@media (max-width: 440px) {
    .cky-popup-center {
        width: 100%;
        max-width: 100%;
    }
}
