/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
Use this file to add custom CSS easily
========================================================================== */
@font-face {
  font-family: 'p30';
  font-style: bold;
  font-weight: 700;
  src: url(pfonts/p30.eot);
  src: url(pfonts/p30.eot?#iefix) format('embedded-opentype'),
       url(pfonts/p30.woff2) format('woff2'),
       url(pfonts/p30.woff) format('woff'),
       url(pfonts/p30.ttf) format('truetype');
}

p,h1,h2,h3,h4,h5,h6,a,ul,div,tr,td,input{
font-family: "p30" !important;
}

body * {
    letter-spacing: 0 !important;
}

.com-quix #sp-main-body > .container {
    width: inherit;
    padding-left:0;
    padding-right:0;
}

body.rtl .sp-megamenu-parent > li.sp-has-child > a::before {
    margin-left: 5px !important;
    margin-right: auto !important;
}

.small-line-2::after {
    right: 0 !important;
    left: auto !important;
}

[dir="rtl"] .slick-prev::before {
    content: '\f104' !important;
}

[dir="rtl"] .slick-next::before {
    content: '\f105' !important;
}

.team-icon > ul > li > a {
    font-family: FontAwesome !important;
}

.team-icon ul {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.list_item li {
    float: right !important;
}

p.support {
    border-left: 1px dashed #6e6e6e !important;
    margin-left: 27px !important;
    margin-right: auto !important;
    border-right: none !important;
}

.list_item li:last-child .support {
    border-left: transparent !important;
    border-right: transparent !important;
}

.list_item {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text.pt20 p, .mb30 p {
    text-align: justify !important;
}


.curency {
    font-size: 50px !important;
    font-weight: 310 !important;
}

.amount {
    font-size: 14px !important;
}

.com-content article.item p {
    text-align: justify !important;
}

.sp-page-title h2::after {
    right: 0 !important;
    left: auto !important;
}

.pull-right {
    float: left !important;
}

.j2store-single-product .tab-content p {
    text-align: justify !important;
}

.com-users .reg-login-form-wrap .registration .form-group, .com-users .reg-login-form-wrap .login .form-group {
    text-align: right !important;
}

.com-users .reg-login-form-wrap .form-validate input {
    padding: 0 20px 0 0 !important;
}

.fa-angle-right::before {
    content: "\f104" !important;
}

.fa-angle-left::before {
    content: "\f105" !important;
}

.com-users .reg-login-form-wrap .form-links {
    text-align: right !important;
}