*{
	direction: rtl;
	text-align: right;
}

/* Metin hizalaması */
.csm-title-1,
.csm-title-2,
.csm-title-3,
.csm-title-4,
.csm-title-5,
.csm-title-6,
.csm-title-7,
.csm-title-8,
.csm-title-9,
.csm-desc-1,
.csm-desc-2,
.csm-desc-3,
.csm-desc-4,
.csm-desc-5,
.csm-desc-6,
.csm-desc-7,
.csm-footer-desc-1,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: right;
}

.text-center .csm-title-1,
.text-center .csm-title-2,
.text-center .csm-title-3,
.text-center .csm-title-4,
.text-center .csm-title-5,
.text-center .csm-title-6,
.text-center .csm-title-7,
.text-center .csm-title-8,
.text-center .csm-title-9,
.text-center .csm-desc-1,
.text-center .csm-desc-2,
.text-center .csm-desc-3,
.text-center .csm-desc-4,
.text-center .csm-desc-5,
.text-center .csm-desc-6,
.text-center .csm-desc-7,
.text-center .csm-footer-desc-1,
.text-center p,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6{
	text-align: center;
}

/* padding/margin sağ-sol ayarları */
.csm-input-1 label,
.csm-input-2 label {
  padding-left: 0 !important;
  padding-right: 30px !important;
}

.csm-icon-desc-1 i,
.csm-account-m-1 li i {
  padding-left: 20px;
  padding-right: 0;
}

/* simgelerin yönü */
.csm-page-left-a-1 .csmpla1-m-link-1:after,
.csm-page-left-a-1 .csmpla1-m-link-2:after {
  left: 20px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

/* dil seçim menüsü sağdan sola açılmalı */
.csm-lang-d-1 .all-lang-d-1 {
  right: auto;
  left: 0;
}

/* select2 oku */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 15px;
}


/* Menü okları sola geçmeli */
.csm-main-menu-1 .item-level-1.dropdown-item-1 .link-level-1:after,
.csm-main-menu-1 .item-level-2.dropdown-item-2 .link-level-2:after,
.csm-mobile-container .csm-main-menu-1 .item-level-1.dropdown-item-1:after,
.csm-mobile-container .csm-main-menu-1 .item-level-2.dropdown-item-2:after {
  right: auto;
  left: 0;
}

/* Mobil menü paddings (sağ -> sol dönüşümü) */
.csm-mobile-container .csm-main-menu-1 .link-level-1 {
  padding: 10px 0 10px 25px;
}
.csm-mobile-container .csm-main-menu-1 .link-level-2,
.csm-mobile-container .csm-main-menu-1 .link-level-3 {
  padding: 15px 15px 15px 35px;
}

/* Dil menüsü konumu */
.csm-lang-d-1 {
  text-align: left;
}
.csm-lang-d-1 .all-lang-d-1 {
  text-align: right;
}

/* Dropdown yönlendirmesi */
.csm-main-menu-1 .dropdown-div-1.dropdown-l2-d-1 {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 1px solid #e7e1e1;
}

/* Select okları sola */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 15px;
}

/* Mobilde toggle ikonları sola */
.csm-page-left-a-1 .csmpla1-text-1.jsMobileH1:after {
  padding-right: 20px;
  padding-left: 0;
}

/* Arapça için bazı margin-right dönüşümleri */
.csm-main-menu-1 .item-level-1 {
  margin-left: 35px;
  margin-right: 0 !important;
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .csm-main-menu-1 .item-level-1 {
    margin-left: 25px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .csm-main-menu-1 .item-level-1 {
    margin-left: 20px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .csm-main-menu-1 .item-level-1 {
    margin-left: 18px;
  }
}
@media (min-width: 1300px) {
    .csm-main-menu-1 .item-level-1:hover .link-level-1:after {
        transform: rotate(-180deg);
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .csm-main-menu-1 .item-level-1 {
    margin-left: 15px;
  }
}

/* Buton ve link ikonları için */
.csm-main-menu-1 .item-level-1.dropdown-item-1 .link-level-1:after {
    right: auto;
    left: 0;
    top: 15px;
}

.csm-main-menu-1 .item-level-2.dropdown-item-2 .link-level-2:after {
    content: "\e901";
    right: auto;
    left: 20px;
    top: 20px;
}

/* Dropdown menüler için */
.csm-main-menu-1 .dropdown-div-1.dropdown-l2-d-1 {
    border-left: none;
    border-right: 1px solid #e7e1e1;
    left: auto;
    right: 100%;
}

.csm-lang-d-1 .all-lang-d-1 {
    right: auto;
    left: 0;
}

/* Hamburger menü mobil için */
.csm-mobile-container .csm-main-menu-1 .item-level-1.dropdown-item-1:after {
    right: auto;
    left: 5px;
}

.csm-mobile-container .csm-main-menu-1 .item-level-2.dropdown-item-2:after {
    right: auto;
    left: 15px;
}

/* Slider navigasyon butonları */
.csm-slider-1.owl-carousel .owl-nav button.owl-next {
    right: auto;
    left: 25px;
}

.csm-slider-1.owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 25px;
}

/* Sayfa sol kenar çubuğu */
.csm-page-left-a-1 .csmpla1-m-1 .csmpla1-m-link-1:after {
    right: auto;
    left: 20px;
}

.csm-page-left-a-1 .csmpla1-m-2 .csmpla1-m-link-2:after {
    right: auto;
    left: 20px;
}

.csm-page-left-a-1 .csmpla1-link-1 i {
    margin-right: 0;
    margin-left: 12px;
}

.csm-page-left-a-1 .csmpla1-link-1 span{
	direction: ltr;
}

/*.csm-page-left-a-1 {
    border-left: 4px solid #e84e1b;
    border-right: none;
}*/

.csm-icon-info-box-1:before {
    left: auto;
    right: 0;
}

.csm-icon-info-box-1 {
    padding: 10px 30px 10px 0;
}

/* Form ikonları */
.csm-form-3 .csmf3-icon-1 i {
    left: auto;
    right: 15px;
}

.csm-form-3 input:not([type="submit"]),
.csm-form-3 select {
    padding: 5px 40px 5px 15px;
}

/* Checkbox ve radio button'lar */
.csm-input-1 label,
.csm-input-2 label {
    padding-left: 0;
    padding-right: 30px;
}

.csm-input-1 input:not(:checked) + label:before,
.csm-input-1 input:checked + label:before,
.csm-input-2 input:not(:checked) + label:before,
.csm-input-2 input:checked + label:before {
    left: auto;
    right: 0;
}

.csm-input-1 input:checked + label:after,
.csm-input-2 input:checked + label:after {
    left: auto;
    right: 3px;
}

/* Select2 dropdown okları */
.csm-global-select2-container-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 15px;
}

/* Sosyal medya menüsü */
.csm-social-menu-1 li {
    margin-right: 0;
    margin-left: 25px;
}

.csm-social-menu-1 li:last-child {
    margin-left: 0;
}

/* Footer menüsü */
.csm-footer-menu-2 li {
    margin-right: 0;
    margin-left: 20px;
}

.csm-footer-menu-2 li:last-child {
    margin-left: 0;
}

/* Sayfa üst butonu */
#goTpButton {
    right: auto;
    left: 30px;
}

/* Link ikonları */
.csm-news-white-box-1 .csmnwb1-link-1 i,
.csm-news-black-box-1 .csmnwb1-link-1 i {
    padding-left: 0;
    padding-right: 5px;
}

/* Hesap menüsü */
.csm-account-m-1 li i,
.csm-account-btn-1 i {
    padding-right: 0;
    padding-left: 20px;
}

.csm-account-m-1 li a {
    border-left: none;
    border-right: 4px solid transparent;
}

.csm-account-m-1 li a:hover {
    border-color: #1e1e1e;
}

.csm-account-m-1 li a.active {
    border-color: #e84e1b;
}

.csm-account-btn-1 {
    border-left: none;
    border-right: 4px solid transparent;
}

.csm-account-btn-1:hover {
    border-color: #1e1e1e;
}

/* Counter container */
.csm-count-box-1 .counter-container img {
    margin-right: 0;
    margin-left: 20px;
}

/* Show password butonu */
.csm-show-pass-1 .csmsp1-btn-1 {
    right: auto;
    left: 8px;
}

/* Icon desc */
.csm-icon-desc-1 i {
    margin-right: 0;
    margin-left: 30px;
}

/* Icon box after elementi */
.csm-icon-box-1:after {
    right: auto;
    left: 0;
}

.csm-image-box-1 .csmib1-cont-d-1:after {
    left: auto;
    right: 30px;
}

.csm-image-box-1:hover .csmib1-cont-d-1:after {
    right: 40px;
}

/* Button menü */
.csm-btn-mm-1 li {
    margin-right: 0;
    margin-left: 15px;
}

.csm-btn-mm-1 li:last-child {
    margin-left: 0;
}

/* Mobil responsive düzeltmeler */
@media (max-width: 767px) {
    .csm-slider-1.owl-carousel .owl-nav button.owl-prev {
        right: auto;
        left: 5px;
    }
    
    .csm-slider-1.owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 5px;
    }
    
    .csm-count-box-1 .counter-container img {
        margin-left: 10px;
    }
    .csm-count-row-1 .csmcr1-col-1:first-child{
    	border-left: .5px solid #e84e1b;
    }
}

.text-center, .csm-count-box-1 .csmcb1-text-1 {
    text-align: center;
}

.text-right {
    text-align: left;
}

.text-left {
    text-align: right;
}

.amcharts-tooltip {
	direction: rtl;
	text-align: right;
}

.csm-count-row-1 .csmcr1-col-1:last-child{
	border-right: .5px solid #e84e1b;
}

.csm-count-row-1 .csmcr1-col-1:first-child{
	border-right: 0;
}

.pl-4{
	padding-right: 1rem;
}

.pr-4{
	padding-left: 1rem;
}

.csm-icon-desc-1 a span{
	direction: ltr;
	display: inline-block;
}

.csm-page-left-a-1 .csmpla1-m-1 .csmpla1-m-link-1:after, .csm-page-left-a-1 .csmpla1-m-2 .csmpla1-m-link-2:after{
    content: "\e90a";
}

.csm-form-1 input[data-inputmask], .csm-form-2 input[data-inputmask] {
	direction: ltr;
}

.csm-acc-m-d-1 .csmamd1-head-1:before{
	left: auto;
	right: 0px;
}

.csm-acc-m-d-1 .csmamd1-head-1:after{
	right: auto;
	left: 0px;
}

@media (min-width: 768px) {
    .md\:text-left {
        text-align: right;
    }
    .md\:right {
        text-align: left;
    }
}