.group_tabs{
    /*padding: 15px;*/
    border-radius: 5px;
    background: #228d9d;
    background: linear-gradient(to right, #228d9d 0%, #1cc1d7 100%);
    background: -o-linear-gradient(left, #228d9d 0%, #1cc1d7 100%);
    background: -ms-linear-gradient(left, #228d9d 0%, #1cc1d7 100%);
    background: -moz-linear-gradient(left, #228d9d 0%, #1cc1d7 100%);
    background: -webkit-linear-gradient(left, #228d9d 0%, #1cc1d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#228d9d', endColorstr='#1cc1d7', GradientType=1);
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    
}

li.group_tab.uk-active a {
    background: rgba(255,255,255,0.3);
    color: #fff;
}
li.group_tab a {
    color: #fff;
    position: relative;
    text-decoration: none;
}
li.group_tab a {
    display: block;
    /*height:83%;*/
    padding: 0px 7px;
    /* margin: 0px 10px 0px 15px !important; */
    background: none;
    border-radius: 5px;
    text-align: center;
    opacity: 1;
    font-size: 12px;
    line-height: 41px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}


li.group_tab img {
    /*margin-left: 10px;*/
    /*display: inline-block;*/
    width: 35px;
}

li.group_tab.uk-active a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

li.group_tab {
    /*display: inline-block;*/
    padding: 0;
    /*margin: 10px 15px 0px 0px;*/
}



    .title-category img {
        width: 30px;
        margin: 0px 5px;
    }
.sub_group {
    background: #fbfbfb;
    border: 1px solid rgb(114 114 114 / 25%);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.title-product .selected{
    font-size: 14px;
    font-weight: 400;
    background: #fbfbfb;
    padding: 0 10px;
}
.title-product .non-selected {
    font-size: 14px;
    font-weight: 600;
    background: #fbfbfb;
    padding: 0 10px;
    color: #3ad9e1;
}

span.fa.fa-bullseye {
    color: #1cc0d6;
    width: 20px;
    line-height: 0.1em;
    margin: 10px 0 10px;
}
.title-category{font-size: 15px;font-weight: bold;font-family: 'IRANSansWebFaNum-Light' !important;width: 20%;border-bottom: 1px solid #bfbfbf;line-height: 0.1em;margin: 20px 0 20px;cursor: pointer; color:#727272;}

.title-product {font-size: 14px;font-weight: normal;font-family: 'IRANSansWebFaNum-Light' !important;width: 80%;border-bottom: 1px solid #bfbfbf;line-height: 0.1em;margin: 20px 0 20px;direction: rtl;}
.title-category span{background: #fbfbfb;padding: 0 0 0 10px;vertical-align: bottom;}
.title-category-img{margin-left:10px;}
.title-category-img img {
    width: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px;
}
.as_product_box {
    display: flex;
    gap: 15px;
}

.as_procudt_img img {
    width: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px;
}

.as_product_detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

span.as_product_title {
    color: #727272;
    font-size: 14px;
}
.as_product.wanted {
    border-right: 3px solid #66b7cc;
    background: #fbfbfb;
}

.as_product.wanted span.as_product_title {
    font-weight: 600;
}
span.as_product_price {color: #3AD4D3;font-size: 16px;font-weight: bold;}

span.as_product_price .currency {
    font-weight: normal;
    font-size: 14px;
}

.na_select button {background: #66B7CC;padding: 5px 15px;color: #fff;border: none;border-radius: 5px;font-size: 12px;font-family: 'IRANSansWebFaNum-Light';width:70px;cursor: pointer;}
.na_select button.remove {background: #ebebeb; color: #727272;border: 1px solid #bbbbbb;}

.as_product {
    padding: 10px;
    border: 1px solid #dadada;
    border-bottom:none;
    display: flex;
    justify-content: space-between;
}    
.as_product:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.as_product:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom:1px solid #dadada;
    margin-bottom:15px;
}

a:hover{
            text-decoration:none;
        }
.woocommerce .woocommerce-product-gallery img {
    width: 300px;
}
.woocommerce-product-gallery figure {
    width: 100%;
}
#ass_container #ass_left {
    width: 30%;
    text-align: center;
}
#ass_left_sticky {
    /*position: sticky;*/
    top: 50px;
}
#left_img {
    margin: 0 auto;
}
#ass_left_box {
    background: #fbfbfb;
    margin-top: -60px;
    padding-top: 60px;
    border-radius: 10px;
    padding-bottom: 35px;
    border: 1px solid #d9d9d9;
}
#ass_left_sticky h2 {
    color: #000;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 21px;
}
#ass_left_price {
    font-size: 23px;
    margin-top: 10px;
    color: #3AD4D3;
    margin-bottom: 0;
}
#ass_left_add_to_cart {
    display: inline-block;
    margin-top: 23px;
    border: none;
    padding: 18px 20px !important;
    border-radius: 5px !important;
    cursor: pointer;
    transition: .3s;
    font-family: inherit;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: normal;
    width: auto;
    background: #FFCA08 !important;
}

#ass_left_add_to_cart:hover {
    color: #F1E5AC;
    border: 1px solid #F1E5AC;
    transition: .3s;
}
div#ass_left {
    text-align: center;
    /*width: 500px;*/
    margin: auto;
    padding: 0 50px;
}
#added_tocart{
    color: #ffca08;
    font-size: 18px;
}
.na_select_program {
    font-size: 14px;
    font-weight: normal;
    font-family: 'IRANSansWebFaNum-Light' !important;
    width: 70%;
    border-bottom: 1px solid #bfbfbf;
    line-height: 0.1em;
    margin: 10px 0 20px 15px;
    text-align: left;
}

.na_select_program span {
    background: #66B7CC;
    padding: 5px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'IRANSansWebFaNum-Light';
    width: 70px;
    margin-right: 20px;
    cursor:pointer;
}
.ass_tab_content_li {
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
    transition: .3s;
    border-radius: 5px;
    background: #fbfbfb;
    border: 1px solid rgb(114 114 114 / 25%);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.ass_tab_title_category {
    /*display: inline-block;*/
    /*width: 20%;*/
    min-width: 200px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'IRANSansWebFaNum-Light' !important;
    cursor: pointer;
    color: #727272;
}

.ass_tab_title_product {
    /*display: inline-block;*/
    width: 100%;
}   
.ass_tab_title_product .selected {
    font-size: 14px;
    font-weight: 400;
    background: #fbfbfb;
    padding: 0 10px;
    direction: initial;
    display: contents;
}
.ass_tab_title_product .non-selected {
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 600;
    background: #fbfbfb;
    padding: 0 10px;
    color: #3ad9e1;
}
.ass_tab_title_category_img img {
    width: 30px;
}
#left_img {
    margin: 0 auto;
    width: 400px;
}
ul#menu-main-menu {
    margin-bottom: 0px;
}
.conInfoGame {
    display: flex;
    flex-wrap: wrap;
}
div#list_sessions {
    min-height: 594px;
}
.as_product_game {
        flex: 1 0 25%;
    margin: 5px;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #dadada;
}

.as_product_game .as_procudt_img img{
    
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px;

}
div.divGame {
    display: flex;
    flex-direction: column;
}
.divGame .as_product_box {
    display: flex;
    flex-direction: column;
}

.divGame .na_select {
    text-align: center;
    padding: 10px 0;
}


.divGame span.as_product_price {
    text-align: center;
}
.divGame span.as_product_title {
    font-size: 14px;
    min-height: 65px;
    padding: 0px 5px;
    text-align: left;
}
.as_product_game.wanted {
    border-right: 2px solid #66b7cc;
}
table#as_table {
    border: 1px solid #eee;
}

.des .ass_tab_title_category {
    width: 100%;
}

.des .ass_tab_title_product {
    width: 120px;
}

@media only screen and (max-width: 768px) {
  .group_tabs {
      display: flex;
      justify-content: space-between;
      padding-left: 10px;
  }
  li.group_tab {
      /*margin: 10px 5px 0px 0px;*/
  }
  .ass_tab_content_li {
      padding: 5px;
      line-height: 40px;
  }
  li.group_tab a {
      padding: 0px 5px;
      font-size: 12px;
      line-height: 30px;
      margin-right: 5px;
      margin-bottom: 15px;
      margin-top: 5px;
      height:83%;
  }
  .ass_tab_title_category {
      min-width: 130px;
      font-size: 12px;
      /* line-height: 10px; */
      padding: 0;
      margin: 0;
  }
  .ass_tab_title_product .selected {
      font-size: 12px;
      display: block;
      text-align: right;
      direction: rtl;
      line-height: 14px;
  }
  .ass_tab_title_product .non-selected {
      font-size: 12px;
  }  
.as_procudt_img img {
    width: 60px;
    padding: 0px;
}

.as_product_detail {
    gap: 5px;
}

.as_product_box {
    gap: 5px;
}
  span.as_product_title {
    color: #727272;
    font-size: 12px;
  }
  .na_select button {
      font-size: 12px;
      padding:5px;
      text-align:center;
      width: 50px;
  }  
  div#ass_left {
      text-align: center;
      /*width: 300px;*/
      margin: auto;
      padding: 0 20px;
  }
  span.as_product_price {
      font-size: 12px;
      
  }
  #ass_left_price {
    font-size: 14px;
  }
  
  .as_product_game {
    flex: 46%;
    width: 100%;
}
  
}









