/* @font-face{
	font-family:iranyekanweblightfanum;
	src:url(../fonts/iranyekanweblightfanum.eot);
	src:url(../fonts/iranyekanweblightfanum.eot?#iefix) format('embedded-opentype'),
	url(../fonts/iranyekanweblightfanum.woff) format('woff'),
	url(../fonts/iranyekanweblightfanum.ttf) format('truetype');font-style:normal
}); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

body {
	min-height: 100vh;
}

body, input, button {
	font-family: Roboto;
	font-weight: bold;
}

body {
    /* background-image: url('../images/pc2.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: fixed;
	background-attachment: fixed;
	margin: 0;
}

#assemble_back {
	position: absolute;
    color: #fff;
    text-decoration: none;
    left: 8.5%;
    top: 23px;
    direction: rtl;
	color: #ccc;
	font-size: 15px;
}

#assemble_back span {
	font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    color: #bbb;
    transform: rotate(180deg);
    display: inline-block;
}

.pc_assemble_del {
  color: orange; 
  display: block; 
  margin-bottom: 10px
}

.pa_popup_footer del {
  display: inline; 
}

.system30percent {
    background: seagreen;
    color: #fff;
    padding: 16px 15px;
    border-radius: 5px;
    font-size: 18px;
}

#system_slive {
    position: relative;
    padding-top: 50px;
}

#system_slive #gameNotif {
    width: 100% !important;
}

strong {
    font-weight: bold;
}

#system_game {
    padding-top: 50px;
    position: relative;
}

#gameNotif a {
    color: bisque;
    text-decoration: none;
}

#gameNotif {
    top: 0;
}

#pa_wrapper {
  color: #fff;
  direction: ltr;
  text-align: left;
}

#pa_container {
  width: 96%;
  margin: 0 auto;
  display: flex;
  padding-top: 40px;
}

#pa_container #pa_left{
  width: 70%;
  margin-bottom: 70px;
}

#pa_container #pa_right {
  width: 30%;
  text-align: center;
  padding-right: 35px;
}

#pa_left_box {
    margin-top: -60px;
    padding-top: 60px;
    border-radius: 10px;
    padding-bottom: 35px;
    background: rgba(28, 28, 28, 0.96);
    border: 1px solid #252525;
}

#pa_left_box h1 {
  margin-bottom: 20px;
}

#pa_left_price {
  font-size: 23px;
  margin-top: 10px;
  color: #F1E5AC;
  margin-bottom: 0;
}

#pa_left_add_to_cart {
    display: inline-block;
    margin-top: 23px;
    padding: 13px 15px 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    color: #fff;
    font-size: 16px;
    border: none;
    width: 60%;
    background: rgba(255,255,255,.1);
}

#pa_left_add_to_cart:hover {
  transition: .3s;
  border-color: #F1E5AC;
  color: #F1E5AC;
  background: rgba(255,255,255,.2);
}

#pa_left_sticky {
  position: sticky;
  top: 50px;
}

#pa_content_wrapper {
    width: 97%;
    background: rgba(28, 28, 28, 0.96);
    border: 1px solid #252525;
    padding: 40px;
    border-radius: 10px;
    padding-bottom: 40px;
}

#pa_right_box_tabs {
  	display: table;
    list-style-type: none;
    width: 100%;
    border: 1px solid rgba(115,115,115,.5);
    border-radius: 8px;
	padding-right: 0;
	position: sticky;
    top: 0px;
    background: #000;
    z-index: 9;
}

#pa_right_box_tabs>li {
  display: table-cell;
  cursor: pointer;
  text-align: center;
  padding: 17px 20px;
  transition: .3s;
  border: 1px solid transparent;
  font-weight: bold;
  color: azure;
  font-size: 14px;
}

#pa_right_box_tabs>li.active {
  color: #F1E5AC;
    border: 1px solid #F1E5AC;
    border-radius: 5px;
    /*background: rgba(255,255,255,.3);*/
}

#left_img {
	max-width: 100%;
}

#pa_right_box_tabs>li:hover {
  color: #F1E5AC;
  transition: .3s;
}

#pa_left_sticky h2 {
    color: #fff;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 21px;
}

#tab_service, #tab_attach, #tab_pieces, #tab_beautiy {
  border: none !important;
}

.pa_tab_content {
  padding-top: 20px;
  display: none;
  animation: pa_tab_content .2s;
}

#pa_tab_content {
	padding-right: 0;
}

@keyframes pa_tab_content{
  from{opacity: 0;}
  to{opacity: 1;}
}

.ass_tab_content.active {
  display: block;
}

.pa_tab_content li{
  list-style: none;
  /* margin-top: 10px; */
  border-bottom: 1px dashed #333;
}

.pa_tab_content li:last-child {
    border-bottom: none !important;
}

#pa_tab_content li {
  	font-size: 14px;
    cursor: pointer;
    padding: 25px 8px 20px 15px;
    position: relative;
    transition: .3s;
    /* border-radius: 8px; */
}

#pa_tab_content li:hover {
  background: rgba(255,255,255,.08);
  transition: .3s;
}

#left_img {
    margin: 0 auto;
}

input[type=checkbox]+label, input[type=radio]+label {
     margin: 0 !important; 
}

#pa_tab_content li img{
  vertical-align: middle;
  margin-right: 14px;
  display: inline-block;
  position: relative;
  top: -2px;
}

#ass_content_child>div {
  display: none;
  overflow: hidden;
}

@keyframes tab_content_child {
  from{opacity: 0;}
  to{opacity: 1;}
}

.show_child {
  /* display: flex !important; */
  flex-wrap: wrap;
  padding-bottom: 30px;
}

article label {
  cursor: pointer;
}

/*article span {*/
/*  color: #F1E5AC;*/
/*  float: left;*/
/*  font-size: 14px;*/
/*  display: inline-block;*/
/*  margin-left: 10px;*/
/*  position: absolute;*/
/*  bottom: 10px;*/
/*  width: 100%;*/
/*  left: 1px;*/
/*  text-align: left;*/
/*}*/

article input {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 20px;
  border:none;
  display: none;
}

article input:checked + label.labelTwo {
  background: url('images/tick.png') no-repeat;
}

article:hover {
  border: 1px solid #a87839;
  transition: .3s;
}

#app_needed {
  width: 100%;
  background: rgba(0,0,0,.4);
  margin-top: 20px;
  min-height: 150px;
  border: 1px solid #444;
  font-size: 17px;
  color: #eee;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  max-width: 100%;
}

#tab_all {
  border: none !important;
}

#app_needed:focus{
  outline: none !important;
}

#app_needed_label {
  margin-top: 25px;
}

#windows_label {
  margin-top: 25px;
  margin-bottom: 20px;
  clear:both;
}

#pa_tab_content li>div {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
}

#windows_selection {
  display: block !important;
  margin-bottom: 50px;
  overflow: hidden;
}

#windows_selection p {
  overflow: hidden;
  width: 140px;
  float: right;
}

#windows_selection label {
  display: block;
  width: 100%;
  padding-right: 27px;
  cursor: pointer;
}

#ass_content_child {
  border: none !important;
}

#windows_selection input[type=radio] {
  display: none;
}

#windows_selection label {
  background: url('images/rec.png') no-repeat right;
  /* width: 28px; */
  /* height: 29px; */
  margin-top: 4px;
}

#windows_selection input:checked + label {
  background: url(images/tick.png) no-repeat right;
  padding-right: 27px;
}

#pa_tab_content li>div:first-child {
  width: 230px;
}

#pa_tab_content li>div:last-child {
  max-width: 370px;
  vertical-align: middle;
  font-size: 14px;
}

#pa_tab_content li>div:last-child span:last-child {
    position: absolute;
    right: 15px;
    top: 25px;
    color: #F1E5AC;
    font-weight: 18px;
}

img {
  max-width: 100%;
  height: auto;
}

form.cart {
    margin-bottom: 0;
}

#ass_free_items img {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}

#ass_free_items {
  margin-top: 23px;
  margin-bottom: 25px;
}

.labelTwo {
  float: right;
  background: url('images/rec.png') no-repeat;
  width: 26px;
  height: 29px;
  margin-top: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#gameNotif {
    position: absolute;
    display: block;
    background: rgba(255,255,255,.2);
    width: 300px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 30px;
    margin-top: 7px;
}

#gameNotif span {
    float: left;
    cursor: pointer;
    display: inline-block;
}

#gameNotif span label {
    cursor: pointer;
}

#gameNotif span input {
    position: relative;
    top: 4px;
    margin-left: 7px;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

#game_content article {
    margin-top: 70px;
}

.ass_free_item_content {
    display: none;
    background: rgba(255,255,255,.05);
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
}

.more_detail_services {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #D5BE78;
    font-size: 13px;
}

ul {
    margin: 0 !important;
}


#free_services li {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
}

#free_services li img {
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}

#fixed_price {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,1);
    padding-bottom: 3px;
    display: none;
    z-index: 9999999999999;
	color: #000;
	right: 0;
}


.pa_tab_content.active {
	display: block;
}


/*----------------pc popup----------------*/
.pa_products_popup 
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    min-height: 100vh;
    display: none;
	z-index: 999;
}

.pa_popup_footer {
    height: 61px;
    line-height: 60px;
    font-size: 15px;
    padding: 0 15px;
    background: #F5F5F5;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.pa_products_popup_box {
    background: #fff;
    width: 90%;
    /*min-height: 600px;*/
    margin: 70px auto 0;
    border-radius: 8px;
    /*overflow: hidden;*/
    color: #000;
    position: relative;
}

.pa_popup_search {
    float: right;
}

.pa_popup_search input[type=text]
{
    width: 220px;
    height: 43px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none !important;
    font-size: 15px;
    padding: 10px;
    background: #fff;
	margin-left: 10px;
}

#pa_popup_close {
    padding: 0;
    font-size: 17px;
    border-radius: 26px;
    cursor: pointer;
    font-weight: bold;
    float: left;
    margin-top: 18px;
    margin-right: 12px;
    margin-left: 10px;
    border: 1px solid;
    position: absolute;
    left: -45px;
    top: -48px;
    color: yellow;
    border-color: yellow;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 34px;
}

.pa_popup_search input[type=submit], .pa_popup_confirm
{
    background: steelblue;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.pa_popup_system_total_price {
	margin-right: 100px;
}

.pa_popup_confirm {
    float: right;
    margin-top: 23px;
    background: cadetblue;
}

.pa_products_popup_box h2 {
    color: #000;
    padding: 3px 20px 3px;
    background: #f5f5f5;
    border-top-left-radius: 8px;
    margin: 0;
    line-height: 60px;
    font-size: 17px;
    margin-bottom: 15px;
    border-top-right-radius: 8px;
}

.pa_products_popup_box h2 button {
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    background: transparent;
    color: slategrey;
    border: none;
    cursor: pointer;
    position: relative;
    top: 0px;
    margin-left: 12px;
}

.pa_products_popup_box h2 button:hover {
	color: deeppink;
}

.pa_products_popup_box h2 span {
    font-weight: normal;
    float: right;
    margin-right: 20px;
    color: #888;
    cursor: pointer;
}

#pa_count {
    font-size: 17px;
    width: fit-content;
    position: absolute;
    bottom: 15px;
    left: 27.5%;
	display: flex;
}

.pa_minus_count, .pa_plus_count, .pa_count_value {
    border: 1px solid #555;
    color: #555;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 41px;
    line-height: 24px;
    border-radius: 3px;
}

.pa_count_value {
    font-size: 18px;
    width: 59px;
	margin: 0 5px;
}

.pa_plus_count {
    font-size: 22px;
    position: relative;
    cursor: pointer;
}

.pa_minus_count {
    position: relative;
    margin-left: 0px;
    cursor: pointer;
    line-height: 20px;
}

#pa_products {
    /*margin-top: 70px;*/
    overflow-y: scroll;
    max-height: 493px;
    padding-bottom: 25px;
    min-height: 450px;
    padding: 0 15px 20px;
	display: flex;
	flex-wrap: wrap;
}

::-webkit-scrollbar {
    width: 5px;
	height: 4px;
}

::-webkit-scrollbar-button {
    background: #fff
}
::-webkit-scrollbar-track-piece {
    background: #eee
}
::-webkit-scrollbar-thumb {
    background: #888
}​

#pa_products article img {
    z-index: 2;
    position: relative;
    width: 80%;
	margin-top: 15px;
}

.pa_popup_loader {
    display: block;
    margin: 150px auto 0;
	height: fit-content;
}

#pa_products article p 
{
    text-align: center;
    padding: 0 12px;
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
	min-height: 55px;
}

#pa_products article {
    width: 19.88%;
    margin: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    overflow: hidden;
    float: left;
    position: relative;
    /* min-height: 317px; */
	border-right: none;
	height: min-content;
    /* padding-bottom: 30px !important; */
}

#pa_products article:nth-child(5n), #pa_products article:last-child {
	border-right: 1px solid rgba(0,0,0,.15);
}

#pa_products article:last-child {
	border-left: 1px solid rgba(0,0,0,.15);
}

#pa_products .over {
    z-index: 0;
    /* min-height: 450px; */
	padding-bottom: 50px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.pa_product_price del {
	color: red;
  font-size: 15px;
	margin-bottom: 4px;
}

#pa_products article .over.selected{
    background: bisque !important;
}

#pa_products article .over:hover{
    background: #eee;
}

.pa_product_price {
    font-size: 17px;
    color: green;
    margin-bottom: 7px;
    display: block;
}

.pa_popup_apply_btn {
	background: cadetblue !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 25px !important;
    font-size: 16px !important;
    float: right !important;
    margin-top: 10px !important;
    margin-left: 5px !important;
    border-radius: 5px !important;
	cursor: pointer !important;
}

.pa_selected_components_title {
	font-size: 13px;
	position: relative;
	top: 0px;
	display: block;
}

p#pa_left_price {
	position: relative;
}


.pa_popup_apply_top {
	/* margin-left: 0px !important; */
	margin-left: 15px !important;
}

.pa_selected_box {
	display: flex;
}

.pa_selected_box span {
	flex: 1;
}

.pa_form {
	z-index: 999999;
    position: relative;
	width: 100%;
}

.pa_popup_search_by_order {
	color: #000 !important;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    font-family: inherit;
    float: left;
    height: 43px !important;
    margin-top: 10px !important;
}

.pa_popup_search_by_order option {
    color: #000;
    font-weight: bold;
}

.pc_assemble_export {
	margin-top: 20px;
	display: flex;
    justify-content: center;
}

.pc_assemble_export svg {
    cursor: pointer;
    border: 1px solid #444;
    padding: 7px;
    border-radius: 5px;
    width: 36px;
    height: 36px;
	margin: 0 5px;
	background: #111;
}

.pc_assemble_export_print {
	/* padding: 8px !important; */
}

.pc_assemble_export_pdf
{
	position: relative;
	/* top: 1px; */
}

.pc_assemble_export_email
{
	position: relative;
	/* top: 1px; */
}

.pc_assemble_export_share
{
	position: relative;
	/* top: 1px; */
}

.pa_share {
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999999999;
	display: none;
}

.pa_share>div {
	position: absolute !important;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 500px;
	height: auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 10px #aaa;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
}

.pa_share h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 22px;
}

.pa_share input[type=text] {
	height: 40px;
    width: 90%;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
}

.pa_share input[type=text]:focus {
	border: 1px solid #aaa !important;
	box-shadow: none !important;
	outline: none !important;
}

.pa_share button {
	height: 40px;
    padding: 0 15px;
    font-size: 14px;
    border: none;
    background: cadetblue;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
	position: relative;
    top: -1px;
	margin-left: 7px;
}

.pa_share .expiration{
    margin-top: 20px;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}

.pa_share .close {
    color: red;
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 21px;
    cursor: pointer;
}

.pa_parent {
	width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(255,255,255,.3);
    z-index: 99999999;
	display: none;
}

.pa_parent img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
}

.mandatory {
	background: rgba(255, 20, 147, .085);
}

.not_selected_categories {
	color: #000;
}

.not_selected_categories div {
	font-weight: normal;
    color: yellow;
    text-align: left;
    border: 1px solid;
    margin: 15px 25px;
    padding: 6px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 5px;
}

.not_selected_categories div span.title {
	color: #fff;
}

.not_selected_categories div span.items {
	color: yellow;
}

.pa_tab .span_mandatory {
	color: deeppink;
	margin-right: 7px;
}

@media only screen and (max-width: 600px) 
{
    #fixed_price {
      display: block;
    }
  
    .pa_count_value {
        position: relative;
        top: -2px;
    }
  
    #fixed_price #pa_left_add_to_cart {
        margin-top: 8px;
        float: left;
        margin-left: 15px;
        font-size: 13.5px;
    	border: 1px solid #888;
    	color: #333;
    	width: auto;
        left: 7px;
        position: relative;
        bottom: 2px;
    }
  
  #fixed_price span {
        float: right;
        margin-top: 6px;
    	font-size: 16px;
        margin-right: 15px;
        text-align: right !important;
  }
  
  #fixed_price span span {
        font-size: 13px !important;
        margin-top: 5px !important;
        margin-right: 0px !important;
  }
  
  #pa_container 
  {
      width: 100%;
      display: block;
  }
  
  #pa_container #pa_right {
      width: 100%;
	  padding-right: 0;
      margin-bottom: 50px;
  }
  
  #pa_container #pa_left{
      width: 100%;
      margin-top: 0px;
      padding-bottom: 80px;
  }

  #pa_container {
	  padding-top: 10px !important;
  }
  
  #pa_content_wrapper {
      padding: 18px;
      width: 100%;
  }
  
  #pa_right_box_tabs>li {
      padding: 12px 0px;
      font-size: 13px !important;
	  min-width: 130px;
  }
  
  #pa_tab_content li {
      font-size: 14px;
  }
  
  #pa_tab_content li>div:last-child {
      font-size: 13px;
      max-width: 125px;
  }
  
  #pa_tab_content li>div:first-child {
      width: 140px;
  }

  .pa_products_popup_box {
	  width: 90% !important;
      margin-top: 15px !important;
  }

  #pa_popup_close {
		left: 0px !important;
		top: -1px !important;
		color: red !important;
		border-color: red !important;
		z-index: 999;
	}

   .pa_popup_apply_top {
	    left: 57px !important;
   }

  #pa_right_box_tabs {
	  display: block;
	  overflow-x: scroll;
  }

	.pa_popup_search input[type=text] {
        margin: 0 !important;
        box-sizing: border-box !important;
        padding: 19px !important;
        margin-top: 0px !important;
        border: 1px solid #ddd !important;
        border-radius: 5px !important;
        padding-right: 10px !important;
        width: 60% !important;
        float: right;
        height: 31px !important;
        margin-bottom: 5px !important;
    }
  
  .pa_popup_search {
      overflow: hidden;
  }
  
  .pa_product_price {
      font-size: 15px !important;
  }
  
  #pa_count {
      /*position: relative !important;*/
      left: auto !important;
      width: 100% !important;
      text-align: center !important;
      width: 100% !important;
      overflow: hidden !important;
      bottom: 8px !important;
  }
  
  #pa_products .over {
      padding-bottom: 40px !important;
  }
  
    .pa_minus_count, .pa_plus_count {
        top: 5 !important;
    }
  
  #pa_count span {
    float: none !important;
    margin: 0 !important;
  }
  
  #pa_products article p {
      font-size: 14px;
  }

  .pa_products_popup_box h2 button {
	  margin-left: 5px !important;
  }

  .pa_popup_search {
	  float: none !important;
  }

  .pa_products_popup_box h2 {
	    padding: 3px 9px 3px !important;
		position: relative;
  }

  .pa_popup_apply_top {
	    position: absolute !important;
    	top: 4px !important;
  }

  #pa_products article {
	  width: 50% !important;
  }

  .pa_popup_footer .pa_selected_box {
	  display: block;
  }

  .pa_popup_footer {
	  font-size: 13px !important;
	  height: 59px !important;
      line-height: 24px !important;
      padding: 8px 9px 0 !important;
	  position: relative;
  }

  .pa_popup_system_total_price {
	  margin: 0 !important;
  }

  .pa_popup_footer .pa_popup_apply_btn {
	  position: absolute !important;
      top: 0px !important;
      left: 4px !important;
  }

  .pa_popup_component_total_price {
	  display: block !important;
  }

  #pa_products {
	  height: 250px !important;
      overflow: scroll !important;
      min-height: 0 !important;
      overflow-x: hidden !important;
  }

  #pa_tab_content li>div:last-child span:last-child {
	  max-width: 70px;
	  left: 30px;
  }

  .pa_selected_components_title {
	  top: 2px !important;
  }

  .pa_tab_content {
	  padding-top: 5px;
  }
  
  #ass_content_child>div {
      overflow: hidden;
      flex-direction: column;
  }
  
  article {
      width: 48%;
      float: right;
  }
  
  #left_img {
      border-radius: 30px;
  }
  
    #free_services li {
      font-size: 13px;
    }
    
    #pa_tab_content li {
      position: relative;
    }
    
    .second_show_article {
      position: absolute;
      left: 5px;
      top: 11px;
    }
    
    #pa_tab_content li>div:last-child span:last-child {
        left: 0px !important;
        max-width: fit-content;
        font-size: 12px;
    }
  
    #pa_tab_content li>div:last-child {
        max-width: 70%;
        text-align: left;
    }
    
    .pa_selected_components_title {
        font-size: 12px !important;
        white-space: nowrap;
        direction: ltr;
        overflow: hidden;
    }
    
    #pa_tab_content li img {
        top: 0;
    }
    
    #pa_tab_content li>div {
        font-size: 12px !important;
    }
    
    #pa_products {
        padding: 0 11px 20px 6px;
    }
    
    .pa_selected_empty {
        font-size: 12px !important;
    }
    
    .pa_share>div {
        max-width: 92%;
    }
      
}