@media screen and (min-width: 850px){
    .large-6 {
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
    }
    .cate_left{
          border-left: 0;
        border-right: 1px solid #ececec;
    }
    .swiper-container {
                width: 100%;
                height: 100%;
            }
    
            .swiper-slide {
                text-align: center;
                font-size: 18px;
                background: #fff;
    
                /* Center slide text vertically */
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }
    
            .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .mySwiper2 {
            height: 80%;
            width: 100%;
          }
          #myImg{
             max-height: 425px;
          }
    
          .mySwiper {
            height: 20%;
            box-sizing: border-box;
            padding: 10px 0;
          }
          .swiper-container{
            background-color:white !important;
          }
              .swiper-slide {
            background-size: cover;
            background-position: center;
          }
    
    
          .mySwiper .slide_prod {
            width: 25%;
            height: 100%;
            opacity: 0.4;
          cursor: grab;
          }
    
          .mySwiper .swiper-slide-thumb-active {
            opacity: 1;
        border: 1px solid rgba(0,0,0,0.3);
          }
            .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        color: black;}
    .z-1 {
        z-index: 21;
    }
    
    .left {
        left: 0;
    }
    .top {
        top: 0;
    }
    .absolute {
        position: absolute !important;
    }
    .is-larger {
        font-size: 1.3em;
    }
    .badge-container {
        margin: 30px 0 0 0;
    }
    .badge-outline, .badge-circle {
        margin-left: -.4em;
    }
    .badge {
        display: table;
        z-index: 20;
        pointer-events: none;
        height: 2.8em;
        width: 2.8em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .badge-circle-inside .badge-inner, .badge-circle .badge-inner {
        border-radius: 999px;
    }
    .badge-inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #446084;
        line-height: .85;
        color: #fff;
        font-weight: bolder;
        padding: 2px;
        white-space: nowrap;
        transition: background-color .3s, color .3s, border .3s;
    }
    .product-info {
        padding-top: 10px;
    }
    .product-info .breadcrumbs {
        font-size: .85em;
        margin: 0 0 .5em;
    }
    
    .breadcrumbs {
        text-transform: uppercase;
        color: #222 !important;
        font-weight: bold;
        letter-spacing: 0px;
        padding: 0;
    }
    article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
        display: block;
    }
    .breadcrumbs a:first-of-type {
        margin-left: 0;
    }
    
    .breadcrumbs a {
        color: rgba(102,102,102,0.7);
        font-weight: normal;
    }
    .breadcrumbs .divider {
        position: relative;
        top: 1.5px;
        opacity: .35;
        margin: 0 .3em;
        font-weight: 300;
    }
    h1, h2, h3, h4, h5, h6 {
        color: #555;
        width: 100%;
        margin-top: 0;
        margin-bottom: .5em;
        text-rendering: optimizeSpeed;
    }
    
    
    .product-info h1 {
        font-size: 1.7em !important;
        line-height: 1.3;
        font-weight:bold;
    }
    .product-info .is-divider {
        height: 3px;
        display: block;
        background-color: rgba(0,0,0,0.1);
        margin: 1em 0 1em;
        width: 100%;
        max-width: 30px;
    }
    .price {
        font-size: 1.7em;
        margin: .5em 0;
        font-weight: bolder;
    }
    .quantity input[type="number"] {
        max-width: 2.5em;
        text-align: center;
        border-radius: 0 !important;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
    .product_meta {
        font-size: .8em;
        margin: 2em 0em;
    }
    .product_meta>span {
        display: block;
        border-top: 1px dotted #ddd;
        padding: 5px 0;
    }
    .posted_in a{
      color:black !important;
    }
    .price-product-sale-sale {
      display: flex;
      padding: 10px 0px;
    }
    .price-product-sale-sale .product-product-sale-original-price {
      color: #6b6b6b;
      text-decoration: line-through;
      font-size: 25px;
    }
    .price-product-sale-sale .product-product-sale-price {
      color: black;
      padding-left: 5px;
      font-size: 25px;
         font-weight: bolder;
    }
    .product-product-price {
        color: black;
        padding-left: 5px;
        font-size: 25px;
        font-weight: bolder;
    }
    .myImg {
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;
    }
    
    
    /* The Modal (background) */
    .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
      padding-top:30px;
    }
    
    /* Modal Content (image) */
    .modal-content {
      margin: -13px auto 0px auto;
      display: block;
      height: -webkit-fill-available;
      width:auto !important;
    }
    /* Add Animation */
    .modal-content, #caption {  
      -webkit-animation-name: zoom;
      -webkit-animation-duration: 0.6s;
      animation-name: zoom;
      animation-duration: 0.6s;
    }
    
    @-webkit-keyframes zoom {
      from {-webkit-transform:scale(0)} 
      to {-webkit-transform:scale(1)}
    }
    
    @keyframes zoom {
      from {transform:scale(0)} 
      to {transform:scale(1)}
    }
    /* 100% Image Width on Smaller Screens */
    .product-footer .woocommerce-tabs {
        padding: 30px 30px 0px;
        border-top: 1px solid #ececec;
    }
    .nav-tabs > li.active > a {
        border-top-color: #662d91;
    }
    .nav-tabs>li.active>a {
        background-color: #fff;
    }
    .tabbed-content .nav-tabs>li {
        margin: 0 .1em;
        margin-bottom: -1px;
    }
    .nav-tabs>li>a {
        border-top: 2px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        background-color: rgba(0,0,0,0.04);
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .nav-tabs+.tab-panels {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 30px;
    }
    
    .tabbed-content .nav, .tabbed-content .tab-panels {
        width: 100%;
    }
    .tab-panels .panels.active {
        display: block !important;
    }
    .tab-panels .entry-content {
        padding: 0;
    }
    .tab-panels .panels:not(.active) {
        zoom: 1;
        float: "left";
        visibility: hidden;
        height: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        opacity: .0;
    }
    table {
        width: 100%;
        margin-bottom: 1em;
        border-color: #ececec;
        border-spacing: 0;
    }
    .button.icon.circle {
        padding-left: 0;
        padding-right: 0;
    }
    .image-tools a.button {
        display: block;
    }
    .image-tools a:last-child {
        margin-bottom: 0;
    }
    .button.tooltip {
        opacity: 1;
    }
    .tooltip{
      z-index:9 !important;
    }
    .z-3 {
        z-index: 23;
    }
    textarea {
        padding-top: 0.7em;
        min-height: 120px;
    }
    @media (min-width: 850px){
    .comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url {
        flex: 1;
        display:inline-block;
    }}
    .is-outline {
        color: silver !important;
    }
    .prod_icon{
      display:inline-block;
      margin-right: 35px;
    }
    #shop-sidebar ul, #product-sidebar ul, .sec_product .sidebar-wrapper ul {
        font-size: 14px;
        border: 1px solid #ddd;
        padding: 15px;
    }
    .widget {
        margin-bottom: 1.5em;
    }
    span.widget-title {
        font-size: 1em;
        font-weight: 600;
    }
    .uppercase, h6, th, span.widget-title {
        line-height: 1.05;
        letter-spacing: .05em;
        text-transform: uppercase;
    }
    .widget .is-divider {
        margin-top: .66em;
    }
    .is-divider {
        height: 3px;
        display: block;
        background-color: rgba(0,0,0,0.1);
        margin: 1em 0 1em;
        width: 100%;
        max-width: 30px;
    }
    ul.menu>li.has-child, .widget>ul>li.has-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
    }
    
    ul.menu>li, .widget>ul>li {
        list-style: none;
        margin-bottom: .3em;
        text-align: left;
        margin: 0;
    }
    ul.menu>li>a, ul.menu>li>span:first-child, .widget>ul>li>a, .widget>ul>li>span:first-child {
        display: inline-block;
        padding: 6px 0;
        -ms-flex: 1;
        flex: 1;
    }
    .widget .toggle {
        width: 1em;
        min-height: 1em;
        margin: 0 0 0 5px;
    }
    .toggle {
        
        height: auto;
        width: 45px;
        line-height: 1;
        box-shadow: none !important;
        padding: 0;
        color: currentColor;
        opacity: .6;
        margin: 0 5px 0 0;
    }
    .toggle:focus{
        outline: none;
    }
    .widget .toggle i {
        top: 1px;
        font-size: 1.2em;
    }
    .active>.toggle {
        -ms-transform: rotate(-180deg);
        transform: rotate(
    -180deg
    );
    }
    .active>ul.sub-menu {
        display: block !important;
    }
    
    ul.menu>li ul, .widget>ul>li ul {
        border-left: 1px solid #ddd;
        margin: 0 0 10px 3px;
        padding-left: 15px;
        width: 100%;
        display: none;
    }
    ul.menu>li ul li, .widget>ul>li ul li {
        border: 0;
        margin: 0;
    }
    
    ul.menu>li li, .widget>ul>li li {
        list-style: none;
    }
    ul.menu>li li>a, .widget>ul>li li>a {
        font-size: .9em;
        padding: 3px 0;
        display: inline-block;
    }
    #product-sidebar li a{
        color: rgba(102,102,102,0.85) !important; 
    }
    #product-sidebar li a:hover{
        color: black !important; 
    }