.somdn-debug-wrap {
  padding: 0!important;
  margin: 0 0 20 0!important;
  font-size: 12px!important;
}

.somdn-download-wrap a.somdn-download-archive { text-decoration: none; }

.somdn-download-wrap form { margin: 0!important; padding: 0!important; display: block!important; }
.single-product .product .summary .somdn-download-wrap form { text-align: left!important; }

.somdn-available-downloads { padding-bottom: 10px; }

.somdn-download-button { margin: 0; float: none!important; }

.somdn-checkboxes-wrap { position: relative; padding: 0; }

.somdn-checkboxes-wrap label { position: relative!important; padding: 0!important; margin: 0!important; vertical-align: middle!important; }

.somdn-checkboxes-wrap input[type=checkbox] { margin: 0!important; margin-right: 10px!important; vertical-align: middle!important; }

.somdn-select-all-wrap { padding-top: 10px; }

.somdn-checkbox-form .somdn-checkboxes-button-wrap { padding-top: 15px!important; }

.somdn-download-form .somdn-download-button,
.somdn-form-table-bottom .somdn-download-button { max-width: 100%; word-wrap: break-word; }

.somdn-shortcode-wrap.left { text-align: left!important; }
.somdn-shortcode-wrap.right { text-align: right!important; }
.somdn-shortcode-wrap.center { text-align: center!important; }

.somdn-shortcode-wrap .somdn-download-wrap { display: inline-block; }

.somdn-download-wrap .somdn-pad-top-15 { padding-top: 15px }
.somdn-download-wrap input.somdn-inline-block,
.somdn-download-wrap label.somdn-inline-block,
.somdn-download-wrap span.somdn-inline-block { display: inline-block; }
.somdn-warn-text { color: red; }

.somdn-form-table-bottom.somdn-form-validate { display: none; }

/* Quick View */

.somdn-qview-link-wrap {
  display: block;
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  z-index: 999;
}
li.product:hover .somdn-qview-link {
  visibility: visible;
  opacity: 1;
}
.somdn-qview-link-wrap .somdn-qview-link {
  background: #2679ce;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 3px!important;
  visibility: hidden;
  opacity: 0;
  display: inline!important;
  cursor: pointer;
}
button.somdn-qview-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.somdn-qview-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.somdn-qview-close {
  color: #333;
}
somdn-qview:hover, somdn-qview:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.somdn-qview-wrap {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.somdn-qview-wrap.open {
  display: block;
  display: flex;
  overflow-y: scroll;
}
.somdn-qview-wrap-bg {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.somdn-qview-window-wrap {
  max-width: 100%;
  margin: auto;
  /*display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.somdn-qview-window {
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.somdn-qview-window-wrap,
.somdn-qview-window {
  width: 960px;
}
.somdn-qview-header {
  text-align: center;
  padding: 20px 40px;
  position: relative;
}
.somdn-qview-header h3 {
  margin: 0!important;
  padding: 0!important;
  color: #fff!important;
  font-weight: 600!important;
  font-size: 24px!important;
  line-height: 1!important;
}
.somdn-qview-header .dashicons-no {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}
.somdn-qview-header .dashicons-no:hover {
  color: #ddd;
}
.somdn-qview-body {
  background-color: #fff;
  padding: 0;
}
.somdn-qview-right {
  padding: 25px 15px;
}
ul.products li.product img.somdn-qview-image,
img.somdn-qview-image {
  text-align: center;
  margin: 0 auto!important;
  display: block;
  width: 800px;
  max-width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .somdn-qview-body {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    min-height: 500px;
  }
  .somdn-qview-body:after {
    display: table;
    clear: both;
    content: '';
  }
  .somdn-qview-left,
  .somdn-qview-right {
    display: table-cell;
    padding: 30px 20px;
  }
  .somdn-qview-left {
    width: 50%;
    text-align: center;
    vertical-align: top;
    padding: 0;
  }
  .somdn-qview-right {
    vertical-align: top;
    width: 50%;
    padding: 45px 20px 15px 20px;
  }  
  .somdn-qview-img-bg {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    /*background-size: cover;*/
    background-size: auto 102%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  ul.products li.product img.somdn-qview-image,
  img.somdn-qview-image {
    display: none;
  }
  .somdn-qview-window-wrap,
  .somdn-qview-window {
    width: 960px;
  }
}
.somdn-qview-right .somdn-download-wrap {
  padding-bottom: 15px;
}
.somdn-qview-left,
.somdn-qview-right {
  text-align: left;
}
body.somdn-qview-open {
  max-height: 100vh!important;
  overflow-y: hidden!important;
}
@media (max-width: 767px) {
  .somdn-qview-wrap.open {
    overflow-y: scroll;
  }
  .somdn-qview-img-bg {
    background: none!important;
  }
/*  li.product:hover .somdn-qview-link,
  .somdn-qview-link {
    display: none!important;
    visibility: hidden!important;
  }*/
  .somdn-qview-window-wrap,
  .somdn-qview-window {
    width: 500px;
  }
}
ul.products li.product .somdn-qview-summary h2.somdn-qview-title,
.somdn-qview-summary h2.somdn-qview-title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 0 0!important;
  line-height: 1.2;
}
.somdn-qview-title-wrap {
  margin-bottom: 1.5rem;
}
ul.products li.product .somdn-qview-summary .woocommerce-LoopProduct-link {
  display: inline-block;
}
ul.products li.product .somdn-qview-summary .somdn-qview-price,
.somdn-qview-summary .somdn-qview-price {
  margin: 0 0 25px;
  display: block!important;
}
ul.products li.product .somdn-qview-summary .somdn-qview-price .amount,
.somdn-qview-summary .somdn-qview-price .amount {
  font-size: 20px!important;
  line-height: 1.2!important;
  font-weight: 600!important;
}
ul.products li.product .somdn-qview-summary .somdn-qview-summary p,
.somdn-qview-summary .somdn-qview-summary p {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin: 0 0 25px;
  line-height: 1.6;
}
#jckqv_summary .somdn-download-wrap {
  float: left;
}

.th_project {
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 32px 16px -24px #2B37421A
}

.th_section {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid #F5F6F7;
  padding: 15px;
  text-align: center;
  width: 34%
}

.th_section:last-child {
  border-left: none
}

.th-num {
  color: #0F72D2;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0;
  text-align: center
}

.th_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center
}

@media only screen and (max-width:768px) {
  .th_project {
    display: flex;
    justify-content: normal;
    padding: 0;
    box-shadow: none
  }

  .th_section {
    border-bottom: 2px solid #F5F6F7;
    border-left: unset;
    border-right: 2px solid #F5F6F7
  }
}

@media only screen and (max-width:425px) {
  .th_project {
    display: flex;
    flex-wrap: wrap
  }
}

@media only screen and (max-width:375px) {
  .th_project {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
  }
}
/* empty */
:root {
    --primay-color-100: #fdgdfgb;
    --font-h1: italic bold 12px/30px Georgia, serif
}

#Importation {
    text-align: right;
}

.importaion-titel {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto;
    direction: rtl;
}

.Importation-icon {
    width: auto;
    display: flex;
    line-height: 32px;
    align-items: center;
    flex-direction: row-reverse
}

.Importation {
    width: auto
}

.employer {
    color: var(--gray-300, #A3A3A3);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    line-height: normal
}

.swiper-tejarat {
    display: flex;
    flex-direction: row;
    
    margin-bottom: 25px
}

.post-thumbnail img{
    width: 100%;
}

.Company {
    margin-right: 20px;
    color: var(--gray-500, #2B3742);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 700
}

.th-show {
    margin-right: 8px
}

.th_level {
    display: flex;
    flex-direction: column;
    text-align: start;
    width: 50%
}

.th_start {
    color: var(--Primary-400, #0F72D2);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%
}

.employer-icon {
    width: 25px;
    height: 12px;
    flex-shrink: 0
}

.employer-section {
    display: flex;
    flex-direction: row-reverse;
    width: 120px;
    align-items: center;
    gap: 10px;
}

.swiper-pagination {
    display: none
}

.all-p {
 
    padding: 13px;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F5F6F7 0%, #FFF 100%);
    box-shadow: 0 16px 32px 0 rgba(43, 55, 66, .10)
}


.importfrom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.more-project {
    display: flex;
    flex-direction: row-reverse
}

.th_more {
    display: flex;
    background-color: #0F72D2;
    border-radius: 8px;
    color: #FFF;
    padding: 3px
}

.country {
    padding: 11px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #6A7076
}

.th_more__text {
    font-size: 14px;
    margin-top: 4px;
    margin-left: 9px;
    line-height: 21px
}

.form1 {
    border: 0;
    border-radius: 8px;
    background: var(--gray-100, #F5F6F7);
    width: fit-content;
    display: flex;
    align-items: center;
}

.more-project {
    background-color: #0F72D2;
    padding: 3px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px !important;
    display: flex;
    flex-direction: row-reverse
}

.swiper {
    position: relative;
    width: 98%
}

.th-projects__gradient--left {
    position: absolute;
    left: 0;
    height: 100%;
    width: 12%;
    z-index: 20;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
}

.th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    z-index: 20;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
}

.th_sevic {

    border-radius: 24px;
    border: 2px solid #fff;
    background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
    box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
    /* height: 240px; */
}

.th_menu {
    text-align: right;
    direction: rtl;
    padding: 30px;
    display: flex;
    flex-direction: row;
}

.th_menu_text_2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.th_menu__text2_2 {
    color: var(--gray-400, #6a7076);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.92px;
}

.th_icon__product_2 {
    padding: 5px;
    margin-top: 8px;
    line-height: 49px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--gray-100, #f5f6f7);
    text-align: center;
}

.th_menu_icon:hover {
    color: #0f72d2;
    background-color: #0f72d2;
}

.th_icon__product:hover {
    color: #0f72d2;
}

.th_menu__icon {
    /* margin-left: 10px; */
    /* padding: 5px; */
    
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.th_menu_text {
    padding: 5px;
    
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-right: 5px;
}

.th_icon__product {
    margin-top: 12px;
    line-height: 49px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--gray-100, #f5f6f7);
    text-align: center;
}

.th_menu_text {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    color: #c1c1c1;
}

.th_menu__text2 {
    color: var(--gray-400, #6a7076);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
}

.navbar {
    color: black;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
    background: white;
    z-index: 100;
}

.header {
    width: 100%;
}

/* .th_header{
    display: flex;
    flex-direction: column !important;
  } */
.th_icon_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.th_active {
    /* float: left; */
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-align: center;
    /* padding: 14px 16px; */
    text-decoration: none;
    margin-right: 20px;
    margin-left: 6px;
}

.th_menu__icon {
    display: flex;
    flex-direction: row;
    margin-right: 6px;
    margin-left: 6px;
}

.dropdown {
    /* float: left; */
    overflow: hidden;
    /* width: max-content; */
    /* margin-top: 27px; */
}

.th_down {
    margin-top: -21px;
    /* margin-right: 17px; */
    margin-right: 51px;
}

.th_active:hover {
    color: #0f72d2;
}

.th_search:focus {
    border: unset !important;
    outline: unset;
}

.th_search::placeholder {
    
}

.search-container {
    margin-top: 15px !important;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: rgb(12, 12, 12);
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    margin-top: 40px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 84%;
    left: 12%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 18px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.column {
    float: left;
    width: 25%;
    background-color: #fff;
}

.th_Representation {
    color: var(--Primary-500, #0a5299);

    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 100%;
}

.th_bold {
    width: 2px;
    height: 2px;
    border-radius: 5px;
    background-color: #0a5299;
}

.th_country {
    
}

.column a {
    
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    /* text-align: left; */
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


.dropdown-content {
    display: none;
}

.dropdown-content.show {
    display: block;
}

.th_button {
    background-color: #fff;
    border: none;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 32px; */
}

.ht-box-text {
    display: flex;
    margin-right: 30px;
    color: var(--gray-300, #a3a3a3);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.th_header_right {
    display: flex;
    flex-direction: row;
    width: 50%;
}

.th_bar {
    display: none;
}

.th_header_left {
    display: flex;
    flex-direction: row;
    width: 39%;
    left: 0%;
}

.text-last {
    width: fit-content;
    
    color: #a3a3a3;
}

.text-phone {
    width: 25%;
    display: flex;
    justify-content: center;
    /* margin-left: 20px; */
}

.th_phone {
    color: var(--gray-200, #c1c1c1);
    text-align: right;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.th_phone_2 {
    color: var(--Primary-500, #0a5299);

    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}

.th_line {
    color: #eeeeee;
    margin-left: 12px;
    margin-top: -3px;
}

.th_country {
    margin-top: 5px;
    margin-right: 6%;
    display: flex;
    flex-direction: row;
}

.th_line_2 {
    c: #f5f6f7;
    width: 1295px;
    height: 1px;
}

.map {
    width: 32px;
    height: 32px;
}

.text-last {
    /* width: 40px; */
    width: fit-content;
    margin-left: 18px;
}

.icon {
    display: none;
    z-index: 101;
    position: fixed;
    margin-top: 10px;
}

.th_servic__all {
    display: flex;
    flex-direction: row;
    justify-content: center;

}


.th_servis_1 {

    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
}

.th_servis__icon {
    border-radius: 16px;
    background: linear-gradient(45deg, #0A5299 0%, #0F72D2 100%);
    padding: 10px;
    width: 75px;
    height: 75px;
    align-items: center;
    text-align: center;
}

.th_sevic__text {
  
    
    display: flex;
    flex-direction: column;
}

.th_servic__text___top {
    color: var(--Primary-500, #0A5299);
    text-align: right;
    /* H6/24-black */
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
  
}

.th_servic__text___down {
    color: var(--Primary-300, #3F8EDB);
    text-align: right;
    /* roboto/16-medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: norm
}

.th_servic__info {
    color: var(--gray-400, #6A7076);
    text-align: justify;
    padding: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-top: 1px;
}




.Th_form {
    
    /* border: unset !important; */
    outline: unset;
    color: var(--gray-400, #6A7076);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;

}

.Th_form__dropdown {
    
    outline: unset;
    border-radius: 8PX;
    margin-top: 0px;
    text-align: right;
    /* caption/14-bold */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

}

.Th_form__top {
    margin-top: -10px !;
}

.Th_form__num {
    padding: 10px;
    border-radius: 10px;
    text-align: end;
}

.play-icon::before,
.play-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: transparent;
    border-radius: 50px;
    border: 8px solid yellow;
}

.Th-header__icon {
    display: flex;
    flex-direction: row;
    /* margin-left: -13px;
  margin-top: 5px; */

}

.Th_footer {
    margin-top: 21%;
    display: flex;
}

.Th_request {
    padding: 7px;
    border-radius: 16px;
    background: var(--Primary-400, #0F72D2);
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border: unset;
    color: #fff;

}

.Th_form__text_other {
    color: var(--Primary-400, #0F72D2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.Th_form__text {
    color: var(--gray-300, #A3A3A3);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.Th_form__footer {
    width: 88%;
    display: flex;
    justify-content: space-between;
}

#TH_icon__responsive {
    margin-top: 5px;
    display: none;
}

.play-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

.play-icon div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.circle-outer {
    background-color: #5595ff;
}

.circle-middle {
    width: 70%;
    height: 70%;
    background-color: #4281e8;
}

.circle-inner {
    width: 40%;
    height: 40%;
    background-color: #316fd6;
}

.th_svg {
    width: 48;
}


.form-group {
    margin-bottom: 20px;
    
}

.column-item:hover {
    border-color: #c1c1c1;
}


.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input[type="text"],
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.form-group .column {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    width: 100%;
}

.form-group .column .column-item {
    margin-left: 9%;
    flex: 1;

    width: 20%;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px;

}

.Th_form {

    border-radius: 24px;
    border: 1px solid var(--Primary-400, #0F72D2);
    background: var(--gray-100, #F5F6F7);

}

.Th_form:hover {
    border-radius: 8px;
    border: 1px solid var(--Primary-400, #0F72D2);
    background: var(--gray-100, #F5F6F7);
}

.form-group .column .column-item:last-child {
    margin-right: 0;
}

.form-group .column input[type="text"] {
    width: 100%;
}

.form-group .column select {
    width: 100%;
    margin-top: 10px;
}

.form-group .section {
    width: 100%;
    margin-top: 10px;
}

.form-group .section input[type="text"] {
    width: 78%;
    padding: 36px;
}



@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.TH_icon__responsive {
    display: none;
}

.TH_icon__responsive {
    display: none;
}

.TH_icon__responsive:hover {
    color: #0F72D2;
}

.play-icon::before {
    border-width: 8px;
    animation: rotate 1.5s linear infinite;
}

.th_sevic:hover img {
    filter: invert(1) !important;
}

.th_sevic:hover {
    background: linear-gradient(180deg, #0F72D2 0%, #0A5299 100%);
    transition: ease-in 1s;

    .th_servic__text___top {
        color: #fff;
    }

    .th_servic__text___down {
        color: #fff;
    }

    .th_servic__info {
        color: #fff;
    }

    .th_servis__icon {

        border-radius: 16px;
        fill: #0A5299;
        background: linear-gradient(45deg, #FFF 0%, #FFF 100%);

    }
}








@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


@media only screen and (max-width: 1024px) {
    .Th_footer {
        width: max-content;
    }

    .th_header_right {
        width: auto;
    }

    

    .th_servis__icon {
        padding: 5px;
    }

    .text-phone {
        /* width: 40%; */
    }

    .th_phone {
        font-size: 15px;
    }

    .th_phone_2 {
        font-size: 16px;
    }

    .search-container {
        margin-top: 10px;
        margin-left: 0px;
    }

    .text {
        margin-right: 17px;
    }

    .text-last {
        font-size: 11px;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .th_sevic__text{
        margin-top: 10px;
    }
    .Th_form__num {
        margin-top: 32%;
    }

    .Th_form__footer {
        display: flex;
        flex-direction: row-reverse;
    }

    .th_header_right {
        flex-direction: column;
        order: 2;
    }

    .th_header_left {
        order: 4;
    }

    .search-container {
        order: 1;
        width: 100%;
    }

    .th_servis__icon {
   
        padding: 5px;

    }
    .th_sevic:hover i {

        color: #fff;
    }

    .th_servic__all {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .th_sevic {
      
        height: fit-content;

    }
    

    .th_sevic:hover {
        border-radius: 24px;
        background: linear-gradient(180deg, #0F72D2 0%, #0A5299 100%);
        box-shadow: 0px 32px 64px -12px rgba(15, 114, 210, 0.25);
    }

    .th_servic__info {
        display: none;
    }

    .th_servis_1 {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
     padding: 0;
    }

    .text {
        margin-right: 12px;
        line-height: normal;

    }

    .header {
        display: flex;
        justify-content: space-between;
    }

    .th_icon_menu {
        order: 3;
    }

    .th_active__2 {
        display: none;
    }

    .icon {
        display: none;
    }

    .navbar {
        /* overflow: scroll; */
        position: fixed;
        top: 0;
        right: -100%;
        /* height: 100%; */
        width: 60%;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
        transition: right 0.5s ease-in-out;
    }

    .navbar.show {
        right: 0;
    }

    .text-phone {
        width: 100%;
        order: 1;
    }

    .th_header_left {
        display: flex;
        flex-direction: column-reverse;

    }

    .text-phone {
        width: 100%;
        margin-right: 72%;
    }
}

@media screen and (max-width: 450px) {

    .header div:not(:first-child) {
        display: none;
    }

    .header.responsive {
        position: relative;
    }

    #TH_icon__responsive {
        display: block;
    }

    /* .Th-header__icon:hover.text{
    color: #0A5299;
  } */

    .th_header_right:hover .Th-header__icon {
        color: #0A5299;
    }

    .th_header_right:hover .th_servic__text___down {
        color: #d5d7da;
    }


    .th_header_left {
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    .th_search {
        width: 78%;
    }

    .th_header_right {
        margin-top: 20px;
    }

    .header.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header {
        /* overflow: scroll; */
    }

    .header.responsive div {
        float: none;
        display: block;
        /* text-align: left; */
    }

    .icon {
        display: block;
        color: black;
    }

    .topnav div.icon {
        float: right;
        display: block;
    }

    .text-phone {
        order: 1;
        width: 100%;
        margin: 0 auto;
    }

    .th_phone_2 {
        font-size: 22px;
    }

    .th_phone {
        font-size: 18px;
    }



}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 768px) {


    .header div:not(:first-child) {
        display: none;
    }

    .form-group .section input[type="text"] {
        padding: 27px;
    }

    .Th_form__text {
        width: inherit;
    }

    .Th_form__footer {
        display: flex;
        flex-direction: column-reverse;
    }

    .Th_request {
        width: 40%;
    }

    .header.responsive {
        position: relative;
    }

    #TH_icon__responsive {
        display: block;
    }

    /* .Th-header__icon:hover.text{
    color: #0A5299;
  } */

    .th_header_right:hover .Th-header__icon {
        color: #0A5299;
    }

    .th_header_right:hover .Th-header__icon .text {
        color: #0A5299;
    }


    .th_header_left {
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    .th_search {
        width: 78%;
    }

    .th_header_right {
        margin-top: 20px;
    }

    .header.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header {
        /* overflow: scroll; */
    }

    .header.responsive div {
        float: none;
        display: block;
        /* text-align: left; */
    }

    .icon {
        display: block;
        color: black;
    }

    .topnav div.icon {
        float: right;
        display: block;
    }

    .text-phone {
        order: 1;
        width: 100%;
        margin: 0 auto;
    }

    .th_phone_2 {
        font-size: 22px;
    }

    .th_phone {
        font-size: 18px;
    }

    
    .column {
        width: 100%;
    }







    .dropdown {
        width: max-content;
    }

    .th_menu__icon {
        width: max-content;
    }

    .icon {
        display: block;
        color: black;
    }

}

@media screen and (max-width: 1024px) {
    .th_active {
        margin-right: 0px !important;
    }

    .dropdown-content {
        width: 82%;
    }
}

.teams.teams-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.teams .team-member {
    padding: 30px 0;
    margin: 24px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 220px;
}

.teams .team-member img {
    width: 150px;
    height: 150px;
    z-index: 3;
    border-radius: 50%
}

.circle {
    position: absolute;
    top: 6.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    --circle-color: red;
    background: conic-gradient(var(--circle-color) 0deg 90deg, var(--Gray-Gray-100) 90deg 360deg);
    border-radius: 50%;
    z-index: 0;
}

.teams .team-member .name {
    color: var(--Secondary-Secondary-500);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -.4px;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
}

.teams .team-member .job {
    color: var(--Gray-Gray-300, #838383);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.6px;
    text-transform: capitalize;
    margin-top: 0;
    white-space: nowrap;
}

.teams .team-member .social {
    display: flex;
    justify-content: space-evenly;
    fill: var(--Secondary-Secondary-400);
}

.teams .team-member .social .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin: 0 5px;
}

.teams .team-member .social .link svg {
    width: 20px;
}

.teams .team-member .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: background .3s ease, opacity .3s ease;
    z-index: 11;
}

.teams .team-member .overlay .overlay-body {
    padding: 0 20px;
}

.teams .team-member .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

.teams .team-member:hover .overlay {
    opacity: 1;
    z-index: 10;
    background-position: center;
}

.teams .team-member .overlay .overlay-text {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.6px;
    text-transform: capitalize;
}

.teams .team-member .overlay .social .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #1b334e7b;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    fill: var(--Primary-Primary-600);
}

.teams .team-member .overlay .social .link svg {
    width: 20px;
}

.teams-swiper {
    padding: 18px 0 !important;
}

.teams-swiper > .swiper-button-prev,
.teams-swiper > .swiper-button-next {
    background-color: var(--Primary-Primary-600);
    width: 35px;
    height: 35px;
    border-radius: 30%
}

.teams-swiper > .swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.teams-swiper > .swiper-button-next:after {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.teams-swiper .swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid var(--Primary-Primary-500);
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    opacity: 1;
    width: 12px;
}

.teams-swiper .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    width: 12px;
}

.swiper-free-mode > .swiper-wrapper {
    padding-bottom: 30px;
}

@media (max-width:1000px) {
    .teams .team-member {
        margin: 10px;
    }
}

@media (max-width:425px) {
    .teams .team-member {
        margin: 24px;
    }
}
:root {
    --primay-color-100: #fdgdfgb;
    --font-h1: italic bold 12px/30px Georgia, serif
}

body {
    text-align: right;
    max-width: 100% !important
}

#Importation {
    text-align: -webkit-right
}

.importaion-titel {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto
}

.Importation-icon {
    width: auto;
    display: flex;
    line-height: 32px;
    align-items: center;
    flex-direction: row-reverse
}

.Importation {
    width: auto
}

.employer {
    color: var(--gray-300, #A3A3A3);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    line-height: normal
}

.swiper-tejarat {
    display: flex;
    flex-direction: row;
    
    margin-bottom: 25px
}

.Company {
    margin-right: 20px;
    color: var(--gray-500, #2B3742);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 700
}

.th-show {
    margin-right: 8px
}

.th_level {
    display: flex;
    flex-direction: column;
    text-align: start;
    width: 50%
}

.th_start {
    color: var(--Primary-400, #0F72D2);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%
}

.employer-icon {
    width: 25px;
    height: 12px;
    flex-shrink: 0
}

.employer-section {
    display: flex;
    flex-direction: row-reverse;
    width: 85px
}

.swiper-pagination {
    display: none
}

.all-p {
    padding: 13px;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F5F6F7 0%, #FFF 100%);
    box-shadow: 0 16px 32px 0 rgba(43, 55, 66, .10)
}




.more-project {
    display: flex;
    flex-direction: row-reverse
}

.th_more {
    width: 47%;
    display: flex;
    background-color: #0F72D2;
    border-radius: 8px;
    color: #FFF;
    padding: 3px
}

.th_more:hover {
    background-color: #0A5299
}

.th_more .more-project:hover {
    background-color: #0A5299
}

.country {
    padding: 11px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #6A7076
}

.th_more__text {
    font-size: 14px;
    margin-top: 4px;
    margin-left: 9px;
    line-height: 21px
}

.form1 {
    width: 50% !important;
    border: 0;
    border-radius: 8px;
    background: var(--gray-100, #F5F6F7);
    width: fit-content;
    display: flex
}

.more-project {
    background-color: #0F72D2;
    padding: 3px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px !important;
    display: flex;
    flex-direction: row-reverse
}


.myswiper {}

.th-projects__gradient--left {
    position: absolute;
    left: 0;
    height: 100%;
    width: 12%;
    z-index: 20;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
}

.th-projects__gradient--right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    z-index: 20;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
}

.th_line__image {
    width: fit-content
}

.th_video {
    border-radius: 25px;
    position: relative;
    background-color: #0F72D2;
    opacity: 80%
}



.th_gradiant__swiper {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.th_gradiant_left {
    background: linear-gradient(180deg, #F7F8F8 0%, rgba(247, 248, 248, .04) 100%);
    width: 464px;
    height: 128px;
    transform: rotate(90deg);
    display: flex;
    flex-shrink: 0;
    position: absolute;
    left: -169px
}

.t-section {
    margin: 0 auto
}

.fff {}

.t-section {
    margin: 0 auto;
    max-width: 100% !important
}

.img-2 {
    width: auto
}

.th_level1 {
    display: flex;
    flex-direction: row;
    margin-top: 50px
}

.th_line {
    display: flex;
    flex-direction: row;
    gap: 78px
}

.th_level_1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end
}

.th_img {
    width: fit-content;
    margin-top: 56px
}

.th_level2_text2 {}

.th_section_2 {
    display: flex;
    flex-direction: column
}

.th_text_all {
    width: 100%
}

.th_level_2 {
    display: flex;
    flex-direction: column;
    gap: 86px
}

.th_level2 {
    display: flex;
    flex-direction: column;
    margin-top: 50px
}

.th_level_text2 {
    text-align: end
}

.th_level_text {
    color: var(--Primary-400, #0F72D2);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%
}

.th_level_text2 {
    color: var(--gray-400, #6A7076);
    text-align: end;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    width: 95%
}

.ffa {
    width: 30%;
    height: 300px
}

.th_level_text {
    color: var(--Primary-400, #0F72D2);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%
}



.t-arrow {
    line-height: 5px
}

.th_level2_text2 {
    width: 95%;
    color: var(--gray-400, #6A7076);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

table {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%
}

td,
th {
    border: 0 solid #dddddd;
    text-align: left;
    padding: 8px
}

tr:nth-child(even) {}

.th-level {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: start
}

.th-level1 {
    display: flex;
    flex-direction: row;
    margin-top: 50px
}

.th_level1__text {
    color: var(--Primary-400, #0F72D2);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%
}

.th_level1__text2 {
    text-align: right
}

.th_img__level1 {
    width: fit-content
}

.th_img__level1 {}

.th-level2 {
    display: flex;
    flex-direction: row-reverse
}

.th_level2__text {
    color: var(--Primary-400, #0F72D2);
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%
}

.th_level2__text2 {
    text-align: left
}

.th-level_2 {
    width: 50%;
    margin-left: 50px;
    display: flex;
    flex-direction: column
}

.all-lev {
    display: flex;
    flex-direction: column
}

.th_start_level {
    display: flex;
    flex-direction: column
}

.swiper {
    width: 100%;
    overflow: hidden;
    height: 100%
}

.th_video__play {
    display: inline-block;
    background: #98bb99;
    border-radius: 50%;
    line-height: 40px;
    position: relative;
    margin: 10px
}

.th_video__playy {
    position: relative;
    width: 50%;
    margin-top: 100px
}

#play-video {
    position: absolute
}

.th_video_poster {
    width: 100%
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #113099;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #2f6ba7;
    border-radius: 50%;
    transition: all 200ms
}

.video-play-button:before {
    content: "";
    color: #0e76df;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1d67b1;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .80);
    opacity: 0;
    transition: all ease 500ms
}

.video-overlay2 {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .80);
    opacity: 0;
    transition: all ease 500ms
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #0F72D2;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms
}

.video-overlay-close2 {
    position: absolute;
    z-index: 1000;
    top: 30px;
    right: 200px;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    color: #0F72D2;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms
}

.hover3:hover {
    background-color: #113099
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, .75)
}

.video-play-button {
    -webkit-animation: scale-up-center 1s cubic-bezier(.680, -.550, .265, 1.550) both;
    animation: scale-up-center 1s cubic-bezier(.680, -.550, .265, 1.550) both
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media only screen and (max-width:1000px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 23%;
        z-index: 1;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:1000px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 23%;
        z-index: 1;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:1180px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 13%;
        z-index: 1;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .swiper {
        align-items: center
    }
}

@media only screen and (max-width:1178px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 13%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 12%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:1058px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 8%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 12%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:978px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 32%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 12%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:944px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 15%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 15%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:752px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 20%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 30%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:1052px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 10%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 20%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--right {}
}

@media only screen and (max-width:375px) {
    .swiper-pagination {
        display: inline-block;
        margin-bottom: -5px
    }

    .importfrom {
        margin-top: -21px
    }

    .th-projects__gradient--left {
        display: none
    }

    .th-projects__gradient--right {
        display: none
    }


    .all-p {
        align-items: center
    }

    .th_comment_2 {
        left: -7%
    }

    .Th_comment__text {
        width: 63% !important;
        text-align: center
    }

    .Th_info__comment {
        margin-top: -32px !important;
        left: 20%;
        right: 20px;
        width: 94% !important;
        font-size: 12px !important;
        align-items: center;
        font-weight: 500 !important;
        line-height: 15px !important
    }

    .Th_comment {
        margin-right: -6px !important
    }
}

@media only screen and (max-width:1024px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 38%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .Th_comment__text {
        padding: 21px;
        line-height: 65px;
        font-size: 27px !important;
        line-height: 36px !important
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 15%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .swiper {
        align-content: center
    }

    .Th_person__info {
        width: max-content
    }

    .Th_about {
        margin-top: 16px
    }
}

@media only screen and (max-width:1196px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 23%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:768px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 15%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 15%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .Th_swiper__comment {
        right: -1% !important
    }

    .Th_comment__text {
        padding: 21px;
        line-height: 65px;
        font-size: 19px !important;
        line-height: 38px !important
    }

    .Th_swiper__comment___all {
        display: flex;
        flex-direction: column-reverse !important
    }

    .Th_swiper__comment___all {
        margin: 0 auto
    }

    .Th_comment__info {
        width: 100% !important;
        margin-left: 6% !important
    }
}

@media only screen and (max-width:724px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 5%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:425px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 15%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        display: none
    }
}

@media only screen and (max-width:1128px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:725px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 30%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

@media only screen and (max-width:690px) {
    .th-projects__gradient--right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 20%;
        z-index: 20;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }

    .th-projects__gradient--left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 30%;
        z-index: 20;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
    }
}

.th_menu {
    text-align: right;
    direction: rtl;
    padding: 30px;
    display: flex;
    flex-direction: row
}

.th_menu_icon:hover {
    color: #0F72D2;
    background-color: #0F72D2
}

.th_icon__product:hover {
    color: #0F72D2
}

.th_menu__icon {
    padding: 5px;
    display: flex;
    flex-direction: row;
    width: 12%
}

.th_menu_text {
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: fit-content
}

.th_icon__product {
    right: 5px;
    margin-top: 15px;
    padding: 5px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--gray-100, #F5F6F7)
}

.th_menu_text {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    color: #C1C1C1
}

.th_menu__text2 {
    color: var(--gray-400, #6A7076);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px
}

.th-projects__gradient--right__logo {
    position: absolute;
    right: 0;
    height: 100%;
    width: 5%;
    z-index: 20;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 69%, rgba(255, 255, 255, 0) 100%)
}

.Th_comment {
    width: 100%;
    margin-right: 1px;
    direction: rtl;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: var(--div-box-2, linear-gradient(180deg, #F5F6F7 0%, #FFF 100%));
    box-shadow: 0 16px 32px 0 rgba(43, 55, 66, .10)
}

.Th_comment_text {
    color: var(--gray-400, #6A7076);
    text-align: justify;
    padding: 15px;
    font-family: Peyda(FaNum);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.Th_person__info {
    margin-top: 7px;
    margin-right: 10px;
    display: flex;
    flex-direction: column
}

.Th_person {
    padding: 15px;
    display: flex;
    flex-direction: row
}

.Th_swiper__comment {
    display: flex;
    flex-direction: row
}

.Th_comment_site {
    margin-top: 6%;
    padding: 18px;
    color: var(--gray-300, #A3A3A3);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px
}

.Th_commenr__footer {
    display: flex;
    justify-content: space-between
}

.Th_owner {
    font-family: Peyda(FaNum);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0;
    text-align: right;
    line-height: 24px
}

.container_grid {
    margin: 0 auto;
    padding: 20px
}

.filters {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    background-color: #fff
}

.filters button {
    background-color: #fff;
    border: none;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer
}

.filters button:hover {}

.filters button.active {}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px
}

.item {
    height: fit-content;
    border-radius: 24px;
    border: 1px solid #F5F6F7;
    background: #FFF;
    box-shadow: 0 16px 32px 0 rgba(43, 55, 66, .10);
    padding: 20px;
    text-align: center;
    width: 100%
}

.item img {
    margin-bottom: 10px
}

.item h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.item p {
    font-size: 14px;
    margin-bottom: 10px
}

.item .discount {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px 6px 6px 2px;
    background: var(--Secondary, #FDC500)
}

.item .price {
    color: var(--gray-400, #6A7076);
    text-align: center;
    font-family: Peyda(FaNum);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 10px
}

.item .cart {
    float: right
}

.item .price::before {}

.item .discount-heading {
    font-size: 16px;
    margin-bottom: 10px
}

.Th_producr {
    color: var(--gray-500, #2B3742);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.Th_product_info {
    color: var(--gray-400, #6A7076);
    text-align: center;
    font-family: Peyda(FaNum);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}



.Th_price {
    display: flex;
    flex-direction: column
}

.Th_shop__icon {
    margin-top: 10%;
    width: fit-content;
    border-radius: 12px;
    background: rgba(15, 114, 210, .10);
    padding: 10px
}

.Th_shop__icon:hover {
    fill: #fff;
    border-radius: 12px;
    background: var(--Primary-400, #0F72D2)
}

.Th_discount {
    color: var(--gray-500, #2B3742);
    text-align: center;
    font-family: Peyda(FaNum);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.Th_price__discount {
    color: var(--gray-400, #6A7076);
    text-align: center;
    font-family: Peyda(FaNum);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: strikethrough
}

.filter-btn {
    align-items: center
}

.Th_swiper__comment {
    direction: rtl
}

.th_comment_2 {
    width: 100%
}

.swiper_comment {
    display: flex;
    flex-direction: row
}

.th_comment_1 {
    width: 100%
}

.Th_swiper__comment {
    right: 8%
}

.Th_swiper__comment___all {
    display: flex;
    flex-direction: row
}

.Th_comment__info {
    direction: ltr;
    width: 32%;
    display: flex;
    flex-direction: row
}

.Th_comment__text {
    padding: 20px;
    font-size: 36px;
    font-weight: 900;
    line-height: 65px;
    letter-spacing: 0;
    margin: 0 auto
}

.Th_color {
    color: #0F72D2
}

.Th_about {
    display: flex;
    flex-direction: column
}

.Th_info__comment {
    padding: 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 32px;
    letter-spacing: 0;
    color: #2B3742
}

.Th_card__person {
    display: flex;
    flex-direction: row;
    gap: 5%;
    padding: 20px;
    justify-content: center
}

.ht-sa-card::before {
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 10;
    display: flex;
    position: absolute;
    background: linear-gradient(180deg, rgba(43, 55, 66, 0) 0%, rgba(43, 55, 66, 0) 50%, rgba(43, 55, 66, .8) 100%);
    border-radius: 22px
}

.ht-sa-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: linear-gradient(180deg, rgba(43, 55, 66, 0) 0%, rgba(43, 55, 66, 0) 50%, rgba(43, 55, 66, .8) 100%) !important;
    box-shadow: 0 16px 32px 0 #2B37421A;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    border: none;
 
}

.ht-sa-card:hover img {
    filter: grayscale(100%)
}

.overlay {
    display: none
}

.ht-sa-card:hover .overlay {
    background: linear-gradient(180deg, rgba(15, 114, 210, .5) 0%, rgba(10, 82, 153, .5) 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    top: 0;
}

.overlay .my-icon-wrapper{
    width: 23px;
}
.overlay .my-icon-wrapper.top {
    right: 20px;
    position: absolute;
    top: 15px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease;
    color: #fff;
    z-index: 100
}

.Th_icon__person {
    gap: 10px;
    display: flex;
    flex-direction: row;
    margin: 5px
}

.overlay img {
    width: 40px;
    height: 40px
}

.Th_person__team {
    margin-top: 55%;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    z-index: 30
}

.Th_team {
    z-index: 20;
    position: absolute;
    bottom: 20px;
    margin: 0 auto !important;
    color: #fff;
    left: 19%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    letter-spacing: 0;
    text-align: center !important;
    left: 0;
    right: 0;
}

.th_them__icon {
    position: absolute;
    right: 12%;
    top: 7%
}

.ht-sa-card:hover .Th_team {
    display: none
}

.th-projects__gradient--left_person {
    position: absolute;
    left: 0;
    height: 58%;
    width: 7%;
    z-index: 20
}

.th-projects__gradient--right_person {
    position: absolute;
    right: 0;
    height: 58%;
    width: 7%;
    z-index: 20
}

.ss {
    background-color: black;
    position: absolute;
    height: 248px
}

.Th_phone {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
    margin-top: 5px
}

.Th_address {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    text-align: center
}

.Th_person__company {
    margin-top: 15%;
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: 0;
    text-align: center;
    text-align: center;
    z-index: 30
}

.Th_company__button {
    color: #fff;
    background: linear-gradient(0deg, rgba(15, 114, 210, .5), rgba(15, 114, 210, .5)), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    margin-top: 6%;
    padding: 1px;
    border-radius: 8px;
    border: none;
    z-index: 50;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    width: 80%
}

.Th_icon__top {
    position: absolute;
    top: 6%;
    right: 9%
}

.squre {
    width: 15%;
    height: 300px;
    background-color: #FDC500
}

.cart-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.cart-container .top-cart {
    background: #FDC500;
    width: 160px;
    height: 10px;
    border-radius: 10px 10px 0 0;
    margin-right:20px;
}

.cart-container .bottom-cart {
    background: #FDC500;
    width: 160px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #2B3742;
    margin-right:20px;
    
}



.section {
    direction: rtl;
    margin: 0 auto;
    margin-top: 5%;
    width: 80%;
    height: 187px;
    display: flex;
    border-radius: 32px;
    background-color: white;
    box-shadow: 0 16px 32px 0 #2B37421A
}

.image-container {
    padding: 3%;
    display: flex;
    align-items: center;
    top: 32px;
    left: 1309px
}

.text-container {
    margin-top: -3%;
    flex: 2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.th-cato {
    color: #0F72D2;
    font-size: 32px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: 0;
    text-align: right
}

.th-cato-text {
    font-size: 32px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: 0;
    text-align: right
}

.th-cato-text2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
    text-align: justified;
    color: #6A7076
}

.button-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px
}

.blue-button,
.yellow-button {
    width: 230px;
    padding: 6px 12px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.blue-button {
    background-color: #0F72D2;
    border-radius: 16px;
    color: white;
    padding: 14px
}

.yellow-button {
    background-color: #FDC500;
    color: black;
    border-radius: 16px;
    padding: 14px
}

@media only screen and (max-width:1024px) {
    .th-cato-text {
        font-size: 27px
    }

    .th-cato-text2 {
        font-size: 14px
    }

    .button-container {
        margin-top: 5%
    }
}

@media only screen and (max-width:768px) {
    .section {
        display: flex;
        flex-direction: column;
    
        height: fit-content
    }

    .image-container {
        scale: 1.2;
        margin: 0 auto
    }

    .th-cato-text {
        font-size: 17px;
        margin-top: 10%
    }
}

@media only screen and (max-width:425px) {
    .section {
        display: flex;
        flex-direction: column;
        width: 85%;
        height: fit-content;
        text-align: center;
        margin: 0 auto
    }

    .button-container {
        align-items: center
    }

    .th-cato-text {
        text-align: center;
        font-size: 24px
    }
}
.th_news__section {
    border-radius: 16px;
    background: #F5F6F7;
    padding: 20px;
   
}

.th_line {
    width: 90%;
    position: relative;
    left: 3%;
}

.gr {
    background: linear-gradient(180deg, rgba(245, 246, 247, 0) 0%, #F5F6F7 69%, #F5F6F7 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    top: 80%;
    left: 0;
    z-index: 100;

}

.th_news_text {
    overflow: hidden;
    direction: rtl;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-right: 2%;

}

.square {
    width: 8px;
    height: 8px;
    background-color: #FDC500;
    border-radius: 2px;
}

.all {
    position: fixed;
}

.th_news__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    direction: rtl;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.th_news__header {
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
    align-items: center;
}


.Th_header__text {
    margin-top: 9px;
    color: #2B3742;
    font-size: 20px;
    font-family: PeydaWebFaNum;
    font-weight: 900;
    word-wrap: break-word;
    z-index: 200;
}

.th_news_text:hover {
    .square {
        background-color: #0F72D2;

    }

    .th_news__text {
        color: #0F72D2;
    }
}

.th_bg {
    width: 66px;
    height: 13px;
    background-color: #FDC500;
    position: absolute;
    top: 42%;
    z-index: 20;
}

span.Th_header__text2 {
    background: #FDC500;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 13px;
    display: inline;
    height: 20px;
    line-height: 1.2em;
}

.th_lastest__new {

    color: #6A7076;
    font-size: 14px;
    font-weight: 500;
   
    letter-spacing: 0em;
    text-align: right;
  
 

}

.bg {
    background: #F5F6F7;
    z-index: 100;

}

.th_news {
    color: #2B3742;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  
    margin:0px auto;
    transition: transform 0.3s;
    border-bottom: #C1C1C1 2px solid;
    padding: 4px 0;
    height: auto !important;
}

.hr {
    width: 98%;
}

.angle-icon {
    position: absolute;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.th_icon__up {
    display: none !important;
}


.angle-icon.bottom {
    bottom: -7%;
    left: 50%;
}

.hr_line {
    border: 1px solid red;
    width: 90%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after{
    content: '';
}

.swiper-button-prev{
    top: 15px !important;
    right: 50% !important;
}

.swiper-button-next{
    top: 89% !important;
    left: 48% !important;
    z-index: 10000;
}






.Th_swiper__comment___all{
    display: flex;
    flex-direction: row;
}

.th-comment__gradient{
    position: absolute ;
    left: 0;
    height: 100%;
    width: 8%;
    z-index: 20;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.th_comment__body{
    border: 2px solid #FFFFFF;
    box-shadow: 0px 16px 32px 0px #2B37421A;

}


.Th_swiper__comment {
    /* width: 50%; */
    right: 5%;
    direction: rtl;
}

.th_comment_1{
    width: 100%; 
}

.th_comment_2{
    width: 100%; 
}

.Th_person__info{
    margin-right: 10px;
    font-family: PeydaWebFaNum;
    display: flex;
    flex-direction: column;
}


.Th_comment{
    width: 95%;
    margin-right: 1px;
    direction: rtl;
    border-radius: 24px;
border: 2px solid #FFF;
background: var(--div-box-2, linear-gradient(180deg, #F5F6F7 0%, #FFF 100%));

box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.10);
}
.Th_comment_text{
    color: var(--gray-400, #6A7076);
/* text-align: justify; */
padding: 17px;
/* caption/14-medium */
font-family: PeydaWebFaNum;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 228.571% */


}

.Th_comment__footer{
    margin-top: -2rem;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    width: 100%;
}

.Th_person__info{
    margin-right: 10px;
    font-family: PeydaWebFaNum;
    display: flex;
    flex-direction: column;
   
}
.th_comment__img{
    height: fit-content;
}
.Th_person{
    padding: 15px;
    display: flex;
    flex-direction: row;
   
}
.th_comment__person{
    color: var(--gray-500, #2B3742);
text-align: right;

/* caption/14-bold */
font-family: PeydaWebFaNum;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 171.429% */
}

.Th_owner{
 
    color: var(--gray-400, #6A7076);
    text-align: right;
    
    /* small/12-medium */
    font-family: Peyda(FaNum);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    }

    .Th_comment_site{
        margin-top: 7%;
        padding: 17px;
        color: var(--gray-300, #A3A3A3);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    }


    .Th_info__comment{
        padding: 6px;
        color: var(--gray-400, #6A7076);
        text-align: center;
        direction: rtl;
        /* caption/14-medium */
        font-family: PeydaWebFaNum;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px; /* 228.571% */
}    


    

    .Th_comment__text{
        padding: 20px;
        font-family: PeydaWebFaNum;
        font-size: 36px;
        font-weight: 900;
        line-height: 65px;
        letter-spacing: 0em;
        /* text-align: center; */
        margin: 0 auto;
        width: 66%;
        text-align: right;
        direction: rtl;
        }

    .Th_color{
        color:#0F72D2 ;
    }
    .Th_about{
        display: flex;
        flex-direction: column;
    }
    .Th_person__info{
        margin-top: 4px;
        margin-right: 10px;
        font-family: PeydaWebFaNum;
        display: flex;
        flex-direction: column;
    }
    .Th_person{
        padding: 15px;
        display: flex;
        flex-direction: row;
       
    }
    .th_comment__yellow{
        background-color: #FDC500;
    }



    @media only screen and (max-width: 375px) {
        .swiper-pagination{
           display:inline-block;
           margin-bottom: -5px;
        }
       
  
 
           .all-p{
            align-items: center;
           }
           .th_comment_2 {
            left: -7%;
           }
           .Th_comment__text{
            width: 63% !important;
            text-align: center;
           }
           .Th_info__comment{
            margin-top: 9px !important;
           width: 98% !important;
            text-align: center !important;
            font-size: 14px !important;
            align-items: center;
            font-weight: 500 !important;
            line-height: normal !important;
           }
           .Th_comment{
            margin-right: -6px !important;
    
           }
        } 



        @media only screen and (max-width: 425) {
 
            .swiper-pagination{
             display: block;
            }
            }
            

            @media only screen and (max-width:320px ) {
 
                .Th_comment__text {
                 font-size: 24px !important;
                }
                }






@media only screen and (max-width: 768px) {
 
    .Th_swiper__comment {
        right: -1% !important;
    }
    .Th_comment__text{
        padding: 21px;
        line-height: 65px;
        font-size: 19px !important;
        line-height: 38px !important;
        text-align: center;
    }
    .Th_swiper__comment___all{
        display: flex;
        flex-direction: column-reverse !important;
    }
    .Th_swiper__comment___all{
        margin: 0 auto;
    }
    .Th_comment__info{
        width: 100% !important;
       
    }
    .th_comment_2 {
        left: -7%;
       }
   .swiper-pagination{
    display: block;
   }
   .th_comment__pagination{
    position: relative !important;
    margin-top: 1rem;
   }
   .th-comment__gradient{
    display: none;
   }
}

@media only screen and (max-width: 1024px) {
 
.Th_comment__text{
    padding: 21px;
    line-height: 65px;
    font-size: 27px !important;
    line-height: 36px !important;
}
.Th_comment__info{
    width:44% ;
}
.Th_about{
    margin-top: 35px;
}

}


.ss1{
    display: flex !important;
}

.ht-btn {
    transition: all 0.3s ease;
    display: flex;
    background-color: #0f72d2;
    border-radius: 8px;
    color: #fff;
    padding: 9px 15px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row-reverse;
    margin: 15px auto 0 auto;
}
:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:left}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:right;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:left;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:right;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:right;width:30.75%;margin-left:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-left:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-left:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:left;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:left;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:right;margin:0 0 2.992em 3.8%;padding:0;position:relative;width:22.05%;margin-right:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-left:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-left:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-left:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:right}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:right}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:right}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:right}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:left;float:left}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:left;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:left;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:right;float:right}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:left}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-left:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;left:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:right;padding:0 0 0 1em;float:right}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:left}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:right;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:left;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:left}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:right}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-left:54px}.full-width .twentyfourteen .tfwc{margin-left:auto}}.twentyfifteen .t15wc{padding-right:7.6923%;padding-left:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-right:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-right:8.3333%;margin-left:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-left:7.6923%;margin-right:7.6923%}.twentysixteen .entry-summary{margin-left:0;margin-right:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-left:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-left:0;margin-right:0}.no-sidebar .twentysixteen .site-main{margin-left:15%;margin-right:15%}.no-sidebar .twentysixteen .entry-summary{margin-left:0;margin-right:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:left}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:right}