@font-face {
    font-family: 'Muli';
    src: url('../../fonts/subset-Muli-SemiBold.woff2') format('woff2'),
    url('../../fonts/subset-Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../../fonts/subset-Muli-Bold.woff2') format('woff2'),
    url('../../fonts/subset-Muli-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../../fonts/subset-Muli-ExtraBold.woff2') format('woff2'),
    url('../../fonts/subset-Muli-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body,
canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed,
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol,
output, p, pre, q, ruby, s, samp, section, small, span, sub, summary, sup, table, tbody, td,
textarea, tfoot, th, thead, time, tr, tt, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    display: block;
}

:focus {
    outline: none
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 1;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.container {
    width: 1160px;
    margin: 0 auto;
}

/* header */
.main-header {
    background: #15212a;
    height: 134px;
}

.main-header .container {
    height: 100%;
}

.main-header-top {
    width: 100%;
    height: 54px;
    color: #fff;
    background-color: #1A2833;
}

.main-header-top a {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.main-header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header-top span {
    font-weight: 700;
    color: #f0f3f7;
    font-size: 15px;
    letter-spacing: 0.25px;
}

.mht-r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header-top a.basket {
    margin-right: 42px;
}

a.login-button {
    margin-right: 8px;
}

a.login-button .icon {
    margin-right: 16px;
    position: relative;
    padding-right: 2px;
}

.main-header .main-header-wrap {
    display: flex;
    align-items: center;
    height: 80px;
}

.main-header-wrap .mh-buttons {
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
}

.main-header-wrap .mh-buttons a {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.main-header-wrap .mh-buttons a span {
    font-size: 15px;
    color: #f0f3f7;
    font-weight: 700;
    letter-spacing: 0.25px;
}

.main-header-wrap .mh-buttons .destektalep {
    background: #47a1e6;
    padding: 0 31px;
    margin-left: 30px;
    border-radius: 3px;
}

.destektalep img {
    display: none;
}

.main-header-top u {
    display: none;
    text-decoration: none;
}

.main-header-wrap .mh-buttons .destektalep .icon {
    margin-right: 11px;
}

.main-header-top .basket .icon {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 11px;
}

.main-header-top .icon p {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 16px;
    height: 16px;
    background: #e24728;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 700;
    font-size: 10px;
    color: #f0f3f7;
}

.main-header-wrap .mh-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: 71px;
}

.main-header-wrap .mh-nav li:last-child {
    margin-right: 0px;
}

.main-header-wrap .mh-nav li a {
    font-weight: 700;
    color: #f0f3f7;
    font-size: 15px;
    padding: 0 18px;
    letter-spacing: 0.25px;
}

.overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .7;
    z-index: 98;
    display: none;
}

.hamburger,
.hamburger-in {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.hamburger {
    display: none;
}

.hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: all .2s ease-in-out;
    border-radius: 30px;
}

.hamburger span:nth-child(2) {
    width: 14px;
}

.hamburger span:nth-child(3) {
    width: 10px;
}

.hamburger span:first-child,
.hamburger span:last-child {
    margin: 0;
}

.hamburger-toggle span:nth-child(1) {
    transform: translate(0%, 5px) rotate(45deg);
    width: 20px !important;
}

.hamburger-toggle span:nth-child(2) {
    transform: translate(0%, -50%) rotate(-45deg);
    width: 20px !important;
}

.hamburger-toggle span:last-child {
    opacity: 0;
}

.hamburger-in:hover span {
    width: 100%;
}

.left-menu {
    z-index: 99;
    display: block;
    background-color: #15212a;
    position: fixed;
    top: 0;
    left: 0;
    width: 296px;
    height: 100vh;
    transition: all .35s ease-in-out;
    transform: translate(-100%);
    visibility: hidden;
    animation: gozuk .35s ease-in-out forwards;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .41);
}

.left-menu-anim {
    visibility: visible !important;
    transform: translateX(0) !important;
}

.left-menu-bottom ul li {
    transition: all .2s ease-in-out;
}

.lm-close {
    padding: 25px 25px 0px 25px;
    cursor: pointer;
}

.left-menu-bottom ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 1em;
    letter-spacing: -.1px;
    margin: 28px 0;
    position: relative;
    transition: all .2s ease-in-out;
    display: block;
}

.left-menu-bottom {
    padding: 0 25px;
}

.left-menu-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .50);
}

/* main-search */
.main-search {
    background: #e5eef7;
    padding: 50px 0;
}

.main-search .container {
    display: flex;
    justify-content: center;
}

.main-search .ms-input-wrap {
    background: #fff;
    height: 78px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(171, 195, 214, 0.21);
    -moz-box-shadow: 0px 0px 4px 2px rgba(171, 195, 214, 0.21);
    box-shadow: 0px 0px 4px 2px rgba(171, 195, 214, 0.21);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 184px);
    position: relative;
}

.main-search .ms-input-wrap .ms-search {
    padding: 0 24px;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #adb8bd;
    font-family: 'Muli', sans-serif;
    width: calc(100% - 73px);
    border-radius: 3px 0 0 3px;
}

.main-search .ms-input-wrap .ms-search::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #adb8bd;
    font-family: 'Muli', sans-serif;
}

.main-search .ms-input-wrap .ms-submit {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cimage id='image0' width='20' height='20' x='0' y='0' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAKoGlDQ1BpY2MAAEiJlZYHUFPZGsfP vemNFggdQm/SWwDpNRRBOtgICYRQQggEFRsiiyuwooiIoLKgKyAKrgWQRUVEsbAIWLAvyKKirosF UVF5N/AIvjfz5s1+d869v/nmnP/5zrnnzPwBIN9iCQSpsAwAafwsYaivBz06JpaOGwUQ8lCANCCy 2JkC95CQQIDE/Pe7gAD4cEf8BuCmqVgL/LOQ5SRkshGZEITjOZnsNIRPIa2DLRBmAYASIHmd1VkC MZchLC9ECkS4XszcOe4Qc/wc98/2CQ/1RPhPAPBkFkvIBYA0geTp2WwuokNGVgss+BweH2E3hF3Y SSwOwrkIL0pLSxfzUYQN47/T4f6HZrxEk8XiSnhuLbOB9+JlClJZa//hdvz/SEsVzc+hgzRyktAv VDyfeN9S0gMkzI9fEjzPPM5cTWJOEvlFzDM70zN2njksrwDJ2NQlgfOcyPNhSnSymOHzLEwPlegn ZHqHzTNLuDCXKCXCXTJvAlOimZMUHjXP2bzIJfOcmRIWsNDHU5IXikIlNScKfSRrTMv8bl08pqQ/ m7VQT1ZSuN9CndGSGjgJXt6SPD9C0l+Q5SHRF6SGSPonpPpK8pnZYZKxWchhWxgbItmfZJZ/yDwD HggCLMDOSliTJS7YM12wVsjjJmXR3ZEbk0Bn8tlmi+hWFpYOAIjv39zvfUebvVcQ7dpCLqMTAIdC JMldyLGQc3DmKQDUDws5nbfI0dgBwNl+tkiYPZdDi18YQERutTxQBhrI+TEEpsAK2AEn4Aa8gT8I BuEgBqwEbJAE0oAQrAbrwWZQAIrADrAbVIJqcBDUg2PgBGgFHeACuAyug35wGzwAw2AMvAQT4AOY hiAIB1EgKqQMaUJ6kAlkBTEgF8gbCoRCoRgoDuJCfEgErYe2QEVQKVQJ1UAN0K/QGegCdBUagO5B I9A49Bb6DKNgMiwPq8P6sDnMgN3hADgcXgFz4Qw4B86Ht8MVcC18FG6BL8DX4dvwMPwSnkQBFAlF Q2mhTFEMlCcqGBWLSkQJURtRhahyVC2qCdWO6kHdRA2jXqE+obFoKpqONkU7of3QEWg2OgO9EV2M rkTXo1vQ3eib6BH0BPobhoJRw5hgHDFMTDSGi1mNKcCUYw5jTmMuYW5jxjAfsFgsDWuAtcf6YWOw ydh12GLsfmwzthM7gB3FTuJwOGWcCc4ZF4xj4bJwBbi9uKO487hB3BjuI56E18Rb4X3wsXg+Pg9f jj+CP4cfxD/DTxNkCHoER0IwgUNYSyghHCK0E24QxgjTRFmiAdGZGE5MJm4mVhCbiJeID4nvSCSS NsmBtJTEI+WSKkjHSVdII6RPZDmyMdmTvJwsIm8n15E7yffI7ygUij7FjRJLyaJspzRQLlIeUz5K UaXMpJhSHKlNUlVSLVKDUq+lCdJ60u7SK6VzpMulT0rfkH4lQ5DRl/GUYclslKmSOSMzJDMpS5W1 lA2WTZMtlj0ie1X2uRxOTl/OW44jly93UO6i3CgVRdWhelLZ1C3UQ9RL1DF5rLyBPFM+Wb5I/ph8 n/yEgpyCjUKkwhqFKoWzCsM0FE2fxqSl0kpoJ2h3aJ8V1RXdFRMUtyk2KQ4qTimpKrkpJSgVKjUr 3Vb6rExX9lZOUd6p3Kr8SAWtYqyyVGW1ygGVSyqvVOVVnVTZqoWqJ1Tvq8FqxmqhauvUDqr1qk2q a6j7qgvU96pfVH+lQdNw00jWKNM4pzGuSdV00eRplmme13xBV6C701PpFfRu+oSWmpaflkirRqtP a1rbQDtCO0+7WfuRDlGHoZOoU6bTpTOhq6kbpLtet1H3vh5Bj6GXpLdHr0dvSt9AP0p/q36r/nMD JQOmQY5Bo8FDQ4qhq2GGYa3hLSOsEcMoxWi/Ub8xbGxrnGRcZXzDBDaxM+GZ7DcZWIRZ5LCIv6h2 0ZAp2dTdNNu00XTEjGYWaJZn1mr22lzXPNZ8p3mP+TcLW4tUi0MWDyzlLP0t8yzbLd9aGVuxraqs bllTrH2sN1m3Wb+xMbFJsDlgc9eWahtku9W2y/arnb2d0K7Jbtxe1z7Ofp/9EEOeEcIoZlxxwDh4 OGxy6HD45GjnmOV4wvFvJ1OnFKcjTs8XGyxOWHxo8aiztjPLucZ52IXuEufys8uwq5Yry7XW9Ymb jhvH7bDbM3cj92T3o+6vPSw8hB6nPaY8HT03eHZ6obx8vQq9+rzlvCO8K70f+2j7cH0afSZ8bX3X +Xb6YfwC/Hb6DTHVmWxmA3PC395/g393ADkgLKAy4EmgcaAwsD0IDvIP2hX0cIneEv6S1mAQzAze FfwoxCAkI+S3pdilIUurlj4NtQxdH9oTRg1bFXYk7EO4R3hJ+IMIwwhRRFekdOTyyIbIqSivqNKo 4Wjz6A3R12NUYngxbbG42MjYw7GTy7yX7V42ttx2ecHyOysMVqxZcXWlysrUlWdXSa9irToZh4mL ijsS94UVzKplTcYz4/fFT7A92XvYLzlunDLOeIJzQmnCs0TnxNLE51xn7i7ueJJrUnnSK54nr5L3 JtkvuTp5KiU4pS5lJjUqtTkNnxaXdoYvx0/hd6drpK9JHxCYCAoEwxmOGbszJoQBwsOZUOaKzLYs ecTo9IoMRT+IRrJdsquyP66OXH1yjewa/pretcZrt619luOT88s69Dr2uq71Wus3rx/Z4L6hZiO0 MX5j1yadTfmbxnJ9c+s3EzenbP49zyKvNO/9lqgt7fnq+bn5oz/4/tBYIFUgLBja6rS1+kf0j7wf +7ZZb9u77Vshp/BakUVRedGXYnbxtZ8sf6r4aWZ74va+EruSAzuwO/g77ux03VlfKluaUzq6K2hX Sxm9rLDs/e5Vu6+W25RX7yHuEe0ZrgisaNuru3fH3i+VSZW3qzyqmvep7du2b2o/Z//gAbcDTdXq 1UXVn3/m/Xy3xrempVa/tvwg9mD2waeHIg/1/ML4peGwyuGiw1/r+HXD9aH13Q32DQ1H1I6UNMKN osbxo8uP9h/zOtbWZNpU00xrLjoOjouOv/g17tc7JwJOdJ1knGw6pXdq32nq6cIWqGVty0RrUutw W0zbwBn/M13tTu2nfzP7ra5Dq6PqrMLZknPEc/nnZs7nnJ/sFHS+usC9MNq1quvBxeiLt7qXdvdd Crh05bLP5Ys97j3nrzhf6bjqePXMNca11ut211t6bXtP/277++k+u76WG/Y32vod+tsHFg+cG3Qd vHDT6+blW8xb128vuT1wJ+LO3aHlQ8N3OXef30u99+Z+9v3pB7kPMQ8LH8k8Kn+s9rj2D6M/moft hs+OeI30Pgl78mCUPfryz8w/v4zlP6U8LX+m+azhudXzjnGf8f4Xy16MvRS8nH5V8JfsX/teG74+ 9bfb370T0RNjb4RvZt4Wv1N+V/fe5n3XZMjk4w9pH6anCj8qf6z/xPjU8znq87Pp1V9wXyq+Gn1t /xbw7eFM2syMgCVkzVoBFNLgxEQA3tYBQIlBvAPim4nL5vzxbEBznn6WwP/iOQ89G3YA1LkBEJEL QCDiUQ4gTQ9hMvIV26BwNwBbW0vavyMz0dpqTouMuEbMx5mZd+oA4NoB+CqcmZnePzPz9RBS7D0A OjPmfLk4sIh/P44RU69GOgP8V/wL2l8GKfvW93oAAAAgY0hSTQAAbXUAAHOgAAD83QAAg2QAAHDo AADsaAAAMD4AABCQ5OyZ6gAAALRQTFRF/////v7/xuL3isPvY6/qUqfnWKnobbXrn87y4fD72ev6 Z7HqR6HmYK7pdbnsb7XrU6foSKHmjsXw9vr+x+L3S6PmSqLmlMjw5vL8/f7/zOX4b7br7/f9VKjo 0uj5nc3y+/3/kcfwqdPz9vv+WKroVajooc/yz+b41On5qNLz6vT8lcnx4/H7nMzysdf0h8Lv5PH7 3+/7SaLmbrXr8fj9XKzp0ef5Yq/q+/3+f73uhMDubLTrcWPrVQAAAAFiS0dEAIgFHUgAAAAJcEhZ cwAACxMAAAsTAQCanBgAAAAHdElNRQfkChALNCzeD8z/AAAAyUlEQVQY02XN6xaBUBAF4NNN0UaJ kCgp5FLul7z/e5mSOpb5sWfWd2bNYYxKECVZaahak9XV0oF2p2vA7Flf6w/s4Yj62JlAd8u9wXRW PgseVL8YdHtWX5ojyJuIIXd+EUb5qoQRh2yJFaXc5o2tEVMqnR/cYEvZ6P7gDntK1RjzKCKh1ODw mOJA2TQnQm3H07noPXiVXa64FYOlY74o9664Pz6jqyJcrjc7MT3hjmepfhChqPPt8ayU+at4u0/y f3mtizRj/5q93vo6ES+yh2dTAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTEwLTE2VDExOjUyOjQ0 KzAzOjAw6kc+mAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0xMC0xNlQxMTo1Mjo0NCswMzowMJsa hiQAAAAodEVYdGljYzpjb3B5cmlnaHQAQ29weXJpZ2h0IEFwcGxlIEluYy4sIDIwMTlYSzXXAAAA F3RFWHRpY2M6ZGVzY3JpcHRpb24ARGlzcGxheRcblbgAAAAYdEVYdGljYzptYW51ZmFjdHVyZXIA RGlzcGxheZka6dkAAAARdEVYdGljYzptb2RlbABEaXNwbGF5+JycIAAAAABJRU5ErkJggg=='/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 73px;
    cursor: pointer;
    height: 100%;
}

/* theme-list */
.theme-list {
    background: #f5f7f8;
    padding: 65px 0 69px 0;
}

.theme-list .theme-list-wrap {
    display: flex;
    flex-direction: column;
}

.theme-list .theme-list-wrap h1 {
    text-align: center;
    color: #242628;
    font-size: 30px;
    font-weight: 800;
}

.theme-list .theme-list-wrap .desc {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #51626a;
    line-height: 28px;
    margin-top: 17px;
}

.theme-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
}

.theme-listing .theme-item {
    width: calc(33% - 18.8px);
    display: flex;
    flex-direction: column;
    margin-top: 34px;
}

.theme-listing .theme-item .ti-thumb {
    width: 100%;
    height: 226px;
    background: #c6d2d9;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.theme-listing .theme-item .ti-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-listing .theme-item .ti-details {
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-direction: column;
}

.theme-listing .theme-item .ti-details .theme-name {
    font-size: 15px;
    font-weight: 700;
    color: #15212a;
    letter-spacing: 0.25px;
}

.theme-listing .theme-item .ti-details .theme-name:hover {
    color: #47a1e6;
}

.theme-listing .theme-item .ti-details .theme-desc {
    display: flex;
    justify-content: space-between;
    padding-top: 9px;
    align-items: center;
}

.theme-listing .theme-item .ti-details .theme-desc p {
    font-size: 14px;
    font-weight: 600;
    color: #757b7f;
    letter-spacing: 0.25px;
}

.theme-listing .theme-item .ti-details .theme-desc span {
    font-size: 20px;
    font-weight: 800;
    color: #15212a;
    letter-spacing: 0.25px;
    position: relative;
    padding-right: 20px;
}

.theme-listing .theme-item .ti-details .theme-desc span b {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 3px;
}

.theme-listing .theme-item .ti-details .theme-features {
    display: flex;
    justify-content: start;
    margin-top: 19px;
}

.theme-listing .theme-item .ti-details .theme-features li {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    position: relative;
}

.theme-listing .theme-item .ti-details .theme-features li:last-child {
    margin-right: 0px;
}

.theme-listing .theme-item .ti-details .theme-features li .tf-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #334e68;
    overflow: hidden;
    cursor: pointer;
}

.theme-listing .theme-item .ti-details .theme-features li .tf-box:hover + span {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: margin-top 250ms;
}

.theme-listing .theme-item .ti-details .theme-features li span {
    position: absolute;
    top: -48px;
    background: #15212a;
    color: #f5f7f8;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    z-index: 2;
    max-width: 324px;
    min-width: 160px;
    width: auto;
    height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
    transition: margin-top 250ms;
}

.theme-listing .theme-item .ti-details .theme-features li:nth-child(-n+4) span {
    left: 0;
}

.theme-listing .theme-item .ti-details .theme-features li:nth-child(n+5) span {
    right: 0;
}

.theme-listing .theme-item .ti-details .theme-features li span:after {
    position: absolute;
    content: "";
    bottom: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #15212a transparent transparent transparent;
}

.theme-listing .theme-item .ti-details .theme-features li:nth-child(-n+4) span:after {
    left: 10px;
}

.theme-listing .theme-item .ti-details .theme-features li:nth-child(n+5) span:after {
    right: 10px;
}

.theme-listing .theme-item .ti-details .ti-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.theme-listing .theme-item .ti-details .ti-buttons li {
    width: calc(50% - 8px);
}

.theme-listing .theme-item .ti-details .ti-buttons li.see-details a {
    background: #90a3ad;
    background: -moz-linear-gradient(top, #90a3ad 0%, #7b929d 100%);
    background: -webkit-linear-gradient(top, #90a3ad 0%, #7b929d 100%);
    background: linear-gradient(to bottom, #90a3ad 0%, #7b929d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90a3ad', endColorstr='#7b929d', GradientType=0);
}

.theme-listing .theme-item .ti-details .ti-buttons li.see-details a:hover {
    background: linear-gradient(to top, #90a3ad 0%, #7b929d 100%);
    transition: background .4s ease-in-out;
}

.theme-listing .theme-item .ti-details .ti-buttons li.live-demo a {
    background: #4cb0fc;
    background: -moz-linear-gradient(top, #4cb0fc 0%, #47a1e6 100%);
    background: -webkit-linear-gradient(top, #4cb0fc 0%, #47a1e6 100%);
    background: linear-gradient(to bottom, #4cb0fc 0%, #47a1e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cb0fc', endColorstr='#47a1e6', GradientType=0);
}

.theme-listing .theme-item .ti-details .ti-buttons li.live-demo a:hover {
    background: linear-gradient(to top, #4cb0fc 0%, #47a1e6 100%);
    transition: background .4s ease-in-out;
}

.theme-listing .theme-item .ti-details .ti-buttons li a {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.25px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
}

/* themes-features */
.themes-features {
    padding: 70px 0;
    position: relative;
    min-height: 750px;
}

.themes-features:before {
    position: absolute;
    content: "";
    width: calc(100% - 1160px / 2 + 85px);
    left: 0;
    top: 70px;
    background: #f0f4f8;
    height: calc(100% - 140px);
    min-height: 610px;
    border-radius: 100px;
    z-index: -1;
}

.themes-features .tf-wrapper {
    padding: 145px 0 0 0;
    position: relative;
}

.themes-features .tf-wrapper .tf-features-top-slide {
    width: 100%;
    position: relative;
    z-index: 3;
}

.themes-features .tf-wrapper .tf-features-top {
    display: flex;
    justify-content: space-between;
}

.themes-features .tf-wrapper .tf-features-top .tft-left {
    display: flex;
    width: calc(50% - 40px);
    flex-direction: column;
    padding-top: 21px;
}

.themes-features .tf-wrapper .tf-features-top .tft-left strong {
    font-size: 34px;
    color: #253c52;
    font-weight: 800;
    line-height: 48px;
}

.themes-features .tf-wrapper .tf-features-top .tft-left span {
    color: #788388;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 8px;
}

.themes-features .tf-wrapper .tf-features-top .tft-right {
    display: flex;
    width: calc(50% - 40px);
    flex-direction: column;
    border-radius: 4px;
    background: rgb(113, 80, 181);
    background: linear-gradient(61deg, rgba(113, 80, 181, 1) 0%, rgba(69, 152, 212, 1) 100%);
    padding: 40px 36px 42px 36px;
    position: relative;
}

.themes-features .tf-wrapper .tf-features-top .tft-right:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='87px' height='81px' viewBox='0 0 87 81' enable-background='new 0 0 87 81' xml:space='preserve'%3E%3Cimage id='image0' width='87' height='81' x='0' y='0' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABRCAQAAAANmPL6AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAA CxMAAAsTAQCanBgAAAAHdElNRQfkChAOAiq4uzpUAAAC0klEQVRo3u2bW3eqMBBGdwJYULG6+v// 4Tm29XCUIkgfbJe9kMAkYfmS780wzmyGXIZEVY+DMjJSUhI0CuipOeDkyiD9ESMhQQPQUlErUQxF TsHiw8F3NfwJAppSkJMNXttPx01ZU6AsFntqL1BFwcoAelWbTkQtKSZY+WhJSTIWYTyEYs3amtWb pasyttasTs5Ixs4za+MqKaea2lGWPHrkbIo0Ox6mm9twBXftqIQn2bMzGz+ymhk25Wl0cP2QNrRv ZodN5LAm3DXrmWG1C+ww7gObmWFxnW9+4ybsZoctJbOBHXdr7M+htHCfcX6iLV3ve7IUW/cv6x+f 5u+1K59V8jtuOXtH0H5Lz1e8hOXMsFD6LepfcT1dTXib8E7IDTeZUNHa1YxarDwT0txwl56u/o/i Ks/c9rzeRqmrq46OCydOo5aF40Du6ehoqeg+cXOHFfxCxZHLZHuXhLxR0dxGxSeuvN/WvAhQIWEh jNDzyvF70xVXkQtdnXgWfkMaAZ5/v1lfe9NCOMzOvIiDS3EPQ9sAV1xpnfAi3rFRwq5wphpqdsE9 chbCyp/fYbhZc92PkqgSWeOQkJY3M64MtqF1wJXFOJouaBD2qvHlYEiBYsiz67Jtl4p67pkuFG5n dmWRLCFv5ksaJVp+x6uuIcneHyzzjg7nKhiuJSVaWNq44Upi9LbuJs2uyyQmy641gjS7LgNNiepc awQdzpUlRrCEyHAl9a0rrjVGxPXEtZamWrQ8up1LykpHa0pk01hhKAQv1FTGm5Hhbg1+Wv7RpKJH ZVqwEzIy9iIsk0w8CQ/8DbeFlxtL8HBHXZuQO46muiscbhYSd94DQ0A6ydxdETfiRtyIG3EjbsSN uBH33oq4ETfiRtyIG3EjbsSNuPdWSNxe2O6E63YOOaRW2O4QQZt+9SJWY/ylQ+14Tv9bB9VDztrz jzJj/1dTbMg9t6tbKup3lnqCXlyeA4cAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTAtMTZUMTQ6 MDI6NDIrMDM6MDDl7xTzAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTEwLTE2VDE0OjAyOjQyKzAz OjAwlLKsTwAAACh0RVh0aWNjOmNvcHlyaWdodABDb3B5cmlnaHQgQXBwbGUgSW5jLiwgMjAxOVhL NdcAAAAXdEVYdGljYzpkZXNjcmlwdGlvbgBEaXNwbGF5FxuVuAAAABh0RVh0aWNjOm1hbnVmYWN0 dXJlcgBEaXNwbGF5mRrp2QAAABF0RVh0aWNjOm1vZGVsAERpc3BsYXn4nJwgAAAAAElFTkSuQmCC'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 21px;
    left: 20px;
    content: "";
    width: 87px;
    height: 81px;
}

.themes-features .tf-wrapper .tf-features-top .tft-right p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 34px;
}

.themes-features .tf-wrapper .tf-features-top .tft-right p:last-child {
    margin-bottom: 0px;
}

.themes-features .tf-wrapper .tf-features-nav {
    width: calc(100% - 125px);
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
    pointer-events: none;
}

.themes-features .tf-wrapper .tf-features-nav .slick-list {
    width: calc(100% - 125px);
}

.themes-features .tf-wrapper .tf-features-nav .slick-track .slick-slide {
    height: 50px;
    align-items: center;
    display: flex;
    margin-right: 30px;
    width: auto !important;
    cursor: pointer;
}

.themes-features .tf-wrapper .tf-features-nav .slick-track .slick-slide:last-child {
    margin-right: 0px;
}

/* manageability */
.manageability {
    background: #f6fafc;
    padding: 62px 0 70px 0;
    min-height: 930px;
}

.manageability .manageability-wrap {
    display: flex;
    flex-direction: column;
}

.manageability .manageability-wrap h2 {
    font-size: 30px;
    color: #242628;
    font-weight: 800;
    text-align: center;
}

.manageability .manageability-wrap .desc {
    font-size: 16px;
    color: #51626a;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    margin-top: 17px;
}

.manageability .manageability-wrap {
    position: relative;
}

.manageability .manageability-wrap .laptop-animation {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.manageability .manageability-wrap .laptop-animation .arrows {
    position: absolute;
    left: 50%;
    right: 0;
    top: 170px;
    margin-left: -551px;
}

.manageability .manageability-wrap .laptop-animation .laptop {
    position: absolute;
    left: 50%;
    right: 0;
    top: 170px;
    margin-left: -380px;
}

.manageability .manageability-wrap .laptop-animation ul {
}

.manageability .manageability-wrap .laptop-animation ul li {
    display: flex;
    flex-wrap: wrap;
    height: 56px;
    align-items: center;
    position: absolute;
}

.manageability .manageability-wrap .laptop-animation ul li .icon {
    display: flex;
    flex-wrap: wrap;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    background: #647686;
    border-radius: 3px;
}

b.und {
    text-decoration: underline;
}

a.nouser {
    pointer-events: auto !important;
    user-select: all;
}

.manageability .manageability-wrap .laptop-animation ul li span {
    font-size: 16px;
    color: #51626a;
    font-weight: 700;
    line-height: 22px;
}

.manageability .manageability-wrap .laptop-animation ul li.icon-left .icon {
    margin-right: 11px;
}

.manageability .manageability-wrap .laptop-animation ul li.icon-right .icon {
    margin-left: 11px;
}

.manageability .manageability-wrap .laptop-animation ul li.icon-right span {
    text-align: right;
}

.manageability .manageability-wrap .laptop-animation ul li.color {
    left: 14px;
    top: 250px;
}

.manageability .manageability-wrap .laptop-animation ul li.color .icon {
    background: #5fa0d9;
}

.manageability .manageability-wrap .laptop-animation ul li.widgets {
    left: 102px;
    top: 384px;
}

.manageability .manageability-wrap .laptop-animation ul li.widgets .icon {
    background: #647686;
}

.manageability .manageability-wrap .laptop-animation ul li.subscribe {
    left: 166px;
    top: 746px;
}

.manageability .manageability-wrap .laptop-animation ul li.subscribe .icon {
    background: #9891cf;
}

.manageability .manageability-wrap .laptop-animation ul li.performance {
    left: 454px;
    top: 751px;
}

.manageability .manageability-wrap .laptop-animation ul li.performance .icon {
    background: #b36eb3;
}

.manageability .manageability-wrap .laptop-animation ul li.mobile {
    right: 32px;
    top: 593px;
}

.manageability .manageability-wrap .laptop-animation ul li.mobile .icon {
    background: #97b14b;
}

.manageability .manageability-wrap .laptop-animation ul li.ad {
    right: 5px;
    top: 272px;
}

.manageability .manageability-wrap .laptop-animation ul li.ad .icon {
    background: #df5339;
}

/* uye kaydi */
.center-logo {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 120px;
}

.center-logo img {
    margin: 0 auto;
}

.full-2 {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.full-2-left,
.full-2-right {
    width: 50%;
    flex: 0 0 50%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    padding: 259px 32px 0 32px;
}

.full-2-left {
    background-color: #F7FAFC;
    padding-right: 3px;
}

.full-2-right {
    box-shadow: 3px 0 27px rgba(230, 234, 237, .67);
    align-items: flex-start;

}

.f2l-title {
    text-align: center;
}

.full-2 h4 {
    color: #242628;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 17px;
}

.full-2 p {
    color: #51626A;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    width: 440px;
    margin: 0 auto;
}

input, button, label {
    font-family: 'Muli';
}

.full-2 img {
    margin-top: -5px;
}

.f2r-form {
    width: 450px;
    padding-top: 5px;
}

.f2r-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}

.sepet-fatura .f2r-row2 {
    margin-bottom: 25px;
}

.f2r-row label,
.f2r-row2 label {
    color: #9B9BA3;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
}

.f2r-row input,
.f2r-row2 input,
.sepet-fatura .f2r-row select {
    width: 100%;
    height: 48px;
    border-radius: 3px;
    background-color: #F9F9FD;
    border: 1px solid #E9E9F3;
    padding: 0 17px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #9B9BA3;
}

.sepet-fatura .f2r-row select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sepet-fatura .svgliselect {
    position: relative;
    width: 100%;
}

.sepet-fatura .svgliselect svg {
    position: absolute;
    top: 32px;
    right: 17px;
}

.f2r-row input:focus,
.f2r-row2 input:focus,
.iletisim-form textarea:focus {
    background-color: #E8F5FF !important;
    border-color: #47A1E6 !important;
}

.f2r-row2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frmr {
    line-height: 22px;
    margin-top: -4px;
}

.f2r-row2-in {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}

.f2r-form button {
    background-color: #47A1E6;
    border-radius: 3px;
    text-align: center;
    box-shadow: unset;
    outline: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #F0F3F7;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .25px;
    border: 0;
    cursor: pointer;
    margin-top: 6px;
}

.f2r-form button:hover {
    color: #fff;
    transition: color .2s ease-in-out;
}

.f2r-form p {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .25px;
    color: #15212A;
    margin-top: 22px;
}

.f2r-form p a {
    color: #47A1E6;
    text-decoration: underline;
    display: inline-block;
}

.grh {
    margin-top: -25px;
}


.agreement {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 26px;
    font-weight: 600;
    line-height: 26px;

}

.agreement b {
    color: #47A1E6;
}

.agreement input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    outline: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #F9F9FD;
    border: 1px solid #E9E9F3;
    border-radius: 3px;
    outline: none;
}

.agreement a {
    color: #9B9BA3;
    font-size: 14px;
    letter-spacing: .25px;
    padding-left: 11px;
    pointer-events: none;
}

.agreement input:checked ~ .checkmark {
    border-color: #47A1E6;
    background-color: #47A1E6;
}

.checkmark:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 2px;
    height: 8px;
    background-color: #3E405D;
    transition: transform .2s ease-in-out;
    display: none;
}

.checkmark:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 2px;
    background-color: #3E405D;
    display: none;
}

.agreement input:checked ~ .checkmark:after,
.agreement input:checked ~ .checkmark:before {
    display: block;
    background-color: #fff;
}

.label2li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label2li > a {
    line-height: 26px;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    color: #47A1E6;
    text-decoration: underline;
}

/* tema detay */
.breadcrumb {
    padding: 28px 0;
    background-color: #E5EEF7;
}

.breadcrumb.bg2 {
    background-color: #111C25;
    padding: 42px 0;
}

.breadcrumb.bg2 ul li a, .breadcrumb.bg2 .brnewnb {
    color: #8DA1B2;
    font-size: 16px;
    padding: 0;
}

.breadcrumb.bg2 ul li:last-child a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.breadcrumb ul li {
    float: left
}

.breadcrumb ul li a, .brnewnb {
    color: #51626A;
    font-size: 14px;
    font-weight: 600;
    padding: 0 6px 0 10px;
    letter-spacing: -.10px;
}

.brtop-ck {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brnewnb {
    padding-left: 0;
}

.breadcrumb ul li:last-child, .breadcrumb ul li:last-child a {
    font-size: 14px;
    font-weight: 700;
    color: #51626A;
}

.breadcrumb.bg2 ul li:last-child {
    font-size: 16px;
}

.breadcrumb.bg2 ul li a:after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}

.breadcrumb.bg2 ul li a {
    padding-left: 0;
}

.breadcrumb.bg2 ul li:last-child a:after {
    display: none;
}

.temadetay-title {
    text-align: center;
    padding: 37px 0;
}

.temadetay-title h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 48px;
    color: #242628;
}

.temadetay-title h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #51626A;
    margin: 8px auto 0 auto;
    max-width: 730px;
}

.temadetay-in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.temadetay-left {
    flex: 0 0 100%;
    max-width: calc(100% - 398px);

}

.tdl-in {
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 33px;
}

.tdl-in:last-child {
    margin-bottom: 13px;
}

.tdl-in img {
    max-width: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.temadetay-right {
    flex: 0 0 100%;
    max-width: 364px;
}

.tmr-tutar {
    background-color: #F5F7F8;
    padding: 20px;
    border-radius: 3px;
}

.tmr-tutar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0 29px 0;
}

.tmr-tutar-head h5 {
    font-size: 16px;
    font-weight: 800;
    color: #242628;
    letter-spacing: .25px;
}

.tmr-tutar-head b {
    color: #E24728;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .25px;
}

.tmr-tutar-bottom {
    border-top: 1px solid #E2E7E9;
    border-bottom: 1px solid #E2E7E9;
    padding: 5px 0 25px 0;
    margin-bottom: 30px;
}

.tmr-tutar-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tmr-tutar-buttons a {
    flex: 0 0 50%;
    max-width: calc(50% - 8px);
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    padding-left: 20px;
}

.satisoncesi.iletisim {
    background-color: #f0f4f8;
    margin: 0;
}

.satisoncesi.iletisim .iletisim-flex {
    padding-top: 0;
}

.satisoncesi.iletisim .iletisim-flex span {
    color: #788388;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    display: block;
}

a.urunsekle {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 6px;
}

.tmr-tutar-buttons a svg {
    margin-right: 12px;
}

a.button-blue {
    background: #4cb0fc;
    background: -moz-linear-gradient(top, #4cb0fc 0%, #47a1e6 100%);
    background: -webkit-linear-gradient(top, #4cb0fc 0%, #47a1e6 100%);
    background: linear-gradient(to bottom, #4cb0fc 0%, #47a1e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cb0fc', endColorstr='#47a1e6', GradientType=0);
}

a.button-blue:hover {
    background: linear-gradient(to top, #4cb0fc 0%, #47a1e6 100%);
    transition: background .4s ease-in-out;
}

a.button-gray {
    background: #90a3ad;
    background: -moz-linear-gradient(top, #90a3ad 0%, #7b929d 100%);
    background: -webkit-linear-gradient(top, #90a3ad 0%, #7b929d 100%);
    background: linear-gradient(to bottom, #90a3ad 0%, #7b929d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90a3ad', endColorstr='#7b929d', GradientType=0);
}

a.button-gray:hover {
    background: linear-gradient(to top, #90a3ad 0%, #7b929d 100%);
    transition: background .4s ease-in-out;
}

a.button-red {
    background: #E24728;
    background: -moz-linear-gradient(top, #E24728 0%, #F2502F 100%);
    background: -webkit-linear-gradient(top, #E24728 0%, #F2502F 100%);
    background: linear-gradient(to top, #E24728 0%, #F2502F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90a3ad', endColorstr='#7b929d', GradientType=0);
}

a.button-red:hover {
    background: linear-gradient(to bottom, #E24728 0%, #F2502F 100%);
    transition: background .4s ease-in-out;
}

a.urunsekle {
    background: #259B4E;
    background: -moz-linear-gradient(top, #259B4E 0%, #27A453 100%);
    background: -webkit-linear-gradient(top, #259B4E 0 #27A453 100%);
    background: linear-gradient(to bottom, #259B4E 0 #27A453 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cb0fc', endColorstr='#47a1e6', GradientType=0);
    padding-top: 1px;
}

a.urunsekle:hover {
    background: linear-gradient(to top, #259B4E 0 #27A453 100%);
    transition: background .4s ease-in-out;
}

a.urunsekle svg {
    padding-bottom: 3px;
}


.ttb-in .agreement {
    margin: 0;
    line-height: 22px;
}

.ttb-in .agreement a {
    color: #51626A;
    font-weight: 600;
    font-size: 14px;
    padding: 0 10px 0 14px;
}

.ttb-in .agreement img {
    float: right;
}

.ttb-flex {
    display: flex;
    cursor: pointer;
    position: relative;
}

.q-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.ttb-q {
    position: absolute;
    background-color: rgba(21, 33, 42, .98);
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    width: 364px;
    left: -20px;
    bottom: 100%;
    margin-bottom: 12px;
    display: none;
}

.f-order-q .ttb-q {
    background: #90a3ad;

}

.f-order-q:first-child .ttb-q {
    background: #4cb0fc;
}

.f-order-q .ttb-q svg path {
    fill: #90a3ad;
}

.f-order-q:first-child .ttb-q svg path {
    fill: #4cb0fc;
}

.f-order-q:last-child .ttb-q svg path {
    fill: #E24728;
}

.f-order-q:last-child .ttb-q {
    background: #E24728;
}

.ttb-q svg {
    position: absolute;
    bottom: -7px;
    left: 23PX;
}

.ttb-q p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 30px;
    padding-top: 25px;
}

.ttb-in .checkmark {
    width: 22px;
    height: 22px;
}

.ttb-in .agreement input:checked ~ .checkmark {
    background-color: #E24728;
    border-color: #E24728;
}

.ttb-in .checkmark:before {
    right: 6px;
}

.ttb-in .checkmark:after {
    right: 9px;
}

.ttb-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.ttb-in b {
    font-weight: 800;
    color: #E24728;
    font-size: 14px;
    letter-spacing: .25px;
}

.f-order {
    margin-top: 35px;
    background-color: #15212A;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px 20px;
}

.f-order-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.f-order h5 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    letter-spacing: .25px;
}

.f-order-buttons a {
    height: 44px;
    line-height: 44px;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: red;
    margin-bottom: 16px;
    position: relative;
}

.f-order-q {
    position: relative;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 27px 0;
}

.counter div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 38px;
    position: relative;
}

.counter div span:before {
    content: ":";
    position: absolute;
    right: -23px;
    top: -21px;
    line-height: 2em;
}

.counter div:last-child {
    margin-right: 0;
}

.counter div:last-child span:before {
    display: none;
}

.counter div span {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .75px;
    color: #47A1E6;
    position: relative;
}

.counter div p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .25px;
    color: #fff;
    margin-top: 13px;
}

.f-order-buttons a img, .f-order-buttons a svg {
    margin-right: 13px;
}

.f-order-buttons a:last-child {
    margin-bottom: 16px;
}

/* döküman anasayfa */

.dokuman-main-top {
    width: 100%;
    height: 350px;
    background-color: #E5EEF7;
    padding-top: 70px;
    position: relative;
}

.dokuman-main-top .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.dokuman-main-top h1 {
    color: #242628;
    font-size: 30px;
    font-weight: 800;
}

.dokuman-main-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/theme-features/dmbg.png);
}

.dmt-in {
    width: 100%;
    max-width: 977px;
    position: relative;
}

input,
select,
textarea {
    outline: none;
    background-clip: padding-box;
    box-shadow: none;
}

.dmt-in input {
    height: 78px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(171, 195, 214, .21);
    font-size: 16px;
    font-weight: 600;
    color: #ADB8BD;
    padding-left: 33px;
    margin-top: 36px;
}

.dmt-in input::placeholder {
    color: #ADB8BD;
}

.dmi-features {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -42px;
    z-index: 1;
    position: relative;
    margin-bottom: 41px;
    flex-wrap: wrap;
}

.dmi-features .dmi-f {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .21);
    padding: 25px 25px 45px 25px;
    flex: 0 0 33%;
    max-width: calc(33% - 16px);
    margin-bottom: 32px;
}

.dokuman-plug {
    width: 100%;
    margin-bottom: 50px;
}

.dokuman-plug ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dokuman-plug ul li:not(:last-child) {
    width: 110px;
}

.dokuman-plug ul li {
    height: 110px;
    display: flex;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .21);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform .3s ease-in-out;
}

.dokuman-plug ul li:hover {
    transform: translateY(-8px);
}

h2.dokuman-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .25px;
    color: #15212A;
    margin-bottom: 26px;
}

.dokuman-plug ul li p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .25px;
    color: #595E62;
    margin-top: 21px;
    display: block;
}

.dokuman-plug ul li:last-child {
    width: 72px;
    cursor: pointer;
    position: relative;
}

.dokuman-plug ul li .ttb-q {
    right: 0;
    left: unset;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.dokuman-plug ul li .ttb-q p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 30px;
    padding-top: 25px;
    margin: 0;
}

.dokuman-plug ul li .ttb-q svg {
    left: unset;
    right: 23px;
    margin: 0;
}

.dokuman-plug ul li:hover .ttb-q {
    visibility: visible;
    opacity: 1;
}

.dmt-in img, .dmt-in svg {
    position: absolute;
    right: 33px;
    top: 65px;
}

.dmi-f h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .25px;
    color: #15212A;
    margin: 13px 0 12px 0;
}

.dmi-f p {
    font-size: 14px;
    letter-spacing: .25px;
    color: #757B7F;
    line-height: 24px;
    margin-bottom: 19px;
}

.dmi-f a {
    color: #47A1E6;
    font-size: 14px;
    letter-spacing: .25px;
    font-weight: 400;
}

.dmi-f:nth-child(2) a {
    color: #E24728
}

.dmi-f:nth-child(3) a {
    color: #af39b6;
}

.dmi-f:nth-child(4) a {
    color: #353BCE;
}

.dmi-f:nth-child(5) a {
    color: #FB943F;
}

.dmi-f:nth-child(6) a {
    color: #35BCAD;
}

.dmi-f a svg {
    margin-left: 7px;
    transition: transform .2s ease-in-out;
}

.dmi-f a:hover svg {
    transform: translateX(5px);
}

.dokuman-middle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 69px;
}

.dmid-left {
    width: 541px;
}

.dmid-right {
    width: calc(100% - 586px);
}

.dmid-left ul li {
    width: 100%;
    display: block;
}

.dmid-left ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 26px 29px 22px 29px;
    border-bottom: 1px solid #E6EFF5;
}

.dmid-left ul li a:hover h3 {
    color: #47a1e6;
}

.dmid-left ul {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .21);
    overflow: hidden;
}

.dmid-left ul li:last-child a {
    border-bottom: 0;
}

.dt-info h3 {
    font-size: 16px;
    letter-spacing: .25px;
    font-weight: 600;
    color: #15212A;
    transition: color .2s ease-in-out;
}

.dt-info p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    color: #757B7F;
    line-height: 24px;
    margin-top: 13px;
}

.dt-info {
    margin-left: 25px;
}

.dmid-right ul li {
    display: block;
    margin-bottom: 21px;
}

.dmid-right ul li a {
    color: #47A1E6;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .25px;
    margin-bottom: 9px;
    display: block;
}

.dmid-right ul {
    padding-top: 27px;
}

.dmid-right ul li p {
    color: #757B7F;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .25px;
}

.dmi-f-img {
    height: 45px;
}

.dokuman-up {
    position: fixed;
    left: 50%;
    top: 234px;
    width: 800px;
    min-height: 380px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(171, 195, 214, .21);
    z-index: 999;
    transform: translate(-50%);
    padding: 38px 0;
    display: none;
    max-width: calc(100% - 40px);
}

.dokuman-up-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.dokuman-up-input {
    padding: 0 25px;
    position: relative;
}

.dokuman-up-input input {
    width: 100%;
    height: 44px;
    background-color: #F4F8FB;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #8C9EA6;
    padding: 0 21px;
    border: 1px solid transparent;
    padding-right: 45px;
}

.dokuman-up-input input:focus {
    border-color: #47A1E6;
}

.dokuman-up-input input::placeholder {
    color: #8C9EA6;
}

.dokuman-up-input img {
    position: absolute;
    right: 46px;
    top: 50%;
    margin-top: -8.5px;
}

.dokuman-up-in {
    padding: 28px 0 0 0;
    border-top: 1px solid #EEF1F3;
    margin-top: 30px;
}

.dokuman-up-in h3 {
    color: #47A1E6;
    font-size: 16px;
    font-weight: 700;
    margin-left: 28px;
    margin-bottom: 10px;
}

.dokuman-up-in ul li {
    display: block;
    width: 100%;
}

.dokuman-up-in ul li a,
.dokuman-up-searching > a {
    display: block;
    width: 100%;
    min-height: 44px;
    line-height: 26px;
    padding-left: 63px;
    font-size: 16px;
    color: #15212A;
    transition: all .2s ease-in-out;
    position: relative;
    padding-top: 8px;
    padding-right: 18px;
}

.dokuman-up-searching, .dokuman-up-best {
    max-height: 466px;
    overflow-y: scroll;
}


.dokuman-up-searching::-webkit-scrollbar,
.dokuman-up-best::-webkit-scrollbar {
    width: 5px;
    right: 2px;
}

.dokuman-up-searching::-webkit-scrollbar-track,
.dokuman-up-best::-webkit-scrollbar-track {
    background: #F4F8FB;
    box-shadow: unset;
    border-radius: 10px;
}

.dokuman-up-searching::-webkit-scrollbar-thumb,
.dokuman-up-best::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: unset;
    background-color: #47A1E6;
}

.dokuman-up-searching > a {
    color: #DF4C4D;
    padding-top: 11px;
}

.dokuman-up-in ul li a:hover {
    background-color: #F4F8FB;
    color: #47A1E6;
}

.dokuman-up-in ul li a:before,
.dokuman-up-searching > a:before {
    content: "";
    position: absolute;
    left: 28px;
    top: 14px;
    background-image: url(../../img/theme-features/dmb.png);
    width: 17px;
    height: 17px;
}


.dokuman-up-searching > a:before {
    background-image: url(../../img/theme-features/dmr.png);
}


.dokuman-up-searching,
.dokuman-up-searching > a,
.dokuman-up-searching ul {
    display: none;
}

/* dokuman detay */
.dokuman-detay .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 22px;
}

.dd-left {
    width: 100%;
    max-width: calc(100% - 930px);
    padding: 41px 0 0 0;
}

.dd-right {
    width: 100%;
    max-width: 900px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .21);
    padding: 28px 43px 28px 55px;
    background: #fff;
    margin-bottom: 30px;
}

.dd-left ul li {
    display: block;
    margin-bottom: 27px;
}

.dd-left ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    color: #6E7E86;
    position: relative;
    line-height: 24px;
}

.dd-left ul li a.active {
    color: #222;
}

.dd-left ul li a:before {
    content: "";
    position: absolute;
    left: -22px;
    top: -5px;
    background-color: #47A1E6;
    width: 4px;
    height: calc(100% + 10px);
    opacity: 0;
}

.dd-left ul li a:hover:before,
.dd-left ul li a.active:before {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

.dd-left ul {
    position: relative;
}

.dd-left ul:before {
    content: "";
    position: absolute;
    left: -22px;
    top: -4px;
    background-color: #D0D5D8;
    width: 2px;
    height: calc(100% + 9px);
}

.dd-right h1 {
    color: #15212A;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 38px;
    margin-bottom: 10px;
}

.dd-right p, .dd-right ol li {
    color: #333B41;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 26px;
    margin-bottom: 16px;
    list-style: outside;
}

.dd-right ol li {
    margin-bottom: 12px;
}

.dd-right ol li:last-child {
    margin-bottom: 21px;
}

.dd-right img {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 22px;
}

.dd-right ol li {
    margin-left: 17px;
}

.dd-right p b {
    font-weight: 800;
}

.dd-right p a {
    color: #47A1E6;
    font-style: italic;
    text-decoration: underline;
}


.dd-right code {
    background-color: #15212A;
    border-radius: 4px;
    color: #A6E22E;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 26px;
    display: block;
    margin-bottom: 30px;
    padding: 13px 18px;
}

.dd-right a.linked {
    text-decoration: none;
    font-style: normal;
    color: #333B41;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 26px;
    display: inline-block;
    border-radius: 4px;
    padding: 0 12px;
    margin: 0 9px;
    background-color: #E6EFF5;
}

.dd-right p > a.linked:first-child {
    margin-left: 0;
}

/* sepet onay */

.sepet-onay-top {
    width: 100%;
    height: 115px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #E5EEF7;
}

.price-top-li {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.price-top-li .price-li {
    display: inline-block;
}

.price-top-li .price-li .price-li-in {
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #9DB4CC;
    position: relative;
    margin-right: 175px;
    padding-top: 7px;
    visibility: hidden;
    opacity: 0;
    animation: animliin .6s ease-in-out forwards;
    animation-duration: .4s;
}

.price-top-li .price-li:nth-child(2) .price-li-in {
    animation-delay: 1.35s;
}

.price-top-li .price-li:nth-child(3) .price-li-in {
    animation-delay: 2.5s;
}

.price-top-li .price-li:nth-child(4) .price-li-in {
    animation-delay: 3.65s;
}

@keyframes animliin {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}

.price-top-li .price-li:not(:last-child) .price-li-in:after {
    background-color: #9DB4CC;
    content: "";
    width: 0;
    height: 8px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    animation: linewidth .6s ease-in-out forwards;
    animation-delay: .75s;
}

.price-top-li .price-li:nth-child(2) .price-li-in:after {
    animation-delay: 1.85s;
}

.price-top-li .price-li:nth-child(3) .price-li-in:after {
    animation-delay: 2.95s;
}

.price-top-li .price-li:nth-child(3) .price-li-in:after {
    animation-delay: 3.05s;
}

@keyframes linewidth {
    from {
        width: 0;
    }
    to {
        width: 180px;
    }
}

.price-top-li .price-li.active .price-li-in:after {
    background-color: #47A1E6;
}

.price-top-li .price-li:last-child .price-li-in {
    margin-right: 0;
}

.price-top-li .price-li span {
    position: absolute;
    top: 100%;
    left: 50%;
    font-weight: bold;
    color: #9DB4CC;
    margin-top: 8px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(5px);
    font-size: 14px;
    font-weight: 700;
}

.price-top-li .price-li.active span {
    color: #47A1E6;
}

.price-top-li .price-li .price-li-in svg {
    max-width: 18px;
    height: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.price-top-li .price-li svg path {
    fill: #fff;
}

.price-li.active .price-li-in:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #47A1E6;
    z-index: 1;
    border-radius: 100%;
    animation: circleup .4s ease-in-out forwards;
    animation-delay: .4s;
}

.price-li.active:nth-child(2) .price-li-in:before {
    animation-delay: 1.5s;
}

.price-li.active:nth-child(3) .price-li-in:before {
    animation-delay: 2.7s;
}

.price-li.active:nth-child(4) .price-li-in:before {
    animation-delay: 3.9s;
}

@keyframes circleup {
    from {
        width: 0;
        height: 0;
    }
    to {
        height: 100%;
        width: 100%;
    }
}

.price-top-li .price-li span {
    animation: spant .35s ease-in-out forwards;
    animation-delay: 4.2s;
}

@keyframes spant {
    from {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-50%) translateY(5px);
    }
    to {
        visibility: visible;
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.sepet-onay-in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 57px 0;
    text-align: center;
}

.sepet-onay-in h2 {
    color: #242628;
    font-size: 22px;
    font-weight: 700;
}

.sepet-onay-in h2 b {
    color: #E45E44;
    font-size: 22px;
    font-weight: 700;
}

.sepet-onay-in p {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 22px;
    margin: 35px 0 57px 0;
}

.sepet-onay-in p b {
    color: #E24728;
    text-decoration: underline;

}

.sepet-onay-in a {
    display: inline-block;
    background-color: #47A1E6;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    font-size: 15px;
    letter-spacing: .25px;
    text-align: center;
    color: #ffff;
    border-radius: 4px;
}

/* sepet */

.ssepet h2 {
    color: #242628;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.ssepet h2 a {
    color: #47A1E6;
    display: inline-block;
}

.sepet-fatura {
    margin-top: -24px;
}

.ssepet {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 58px 0;
    flex-wrap: wrap;
}

.ssepet select {
    background-color: #fff;
}

.ssepet-left {
    width: calc(100% - 398px);
}

.adet-arrows div {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 12px;
    cursor: pointer;
}

.adet-arrows {
    position: absolute;
    right: 0;
    top: 0;
}

.adet-arrows div svg {
    position: static;
}

.arrow-top svg {
    transform: rotate(180deg);
}

.arrow-top {
    padding-top: 5px;
}

.arrow-bottom {
    padding-bottom: 8px;
}

.ssepet-i {
    width: 100%;
    border-radius: 3px;
    background-color: #F9F9FD;
    border: 1px solid #E9E9F3;
    padding: 0 19px;
}

.ssepet-in {
    border-bottom: 1px solid #E2E7E9;
    padding: 19px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.ssepet-in:last-child {
    border-bottom: 0;
}

.ssepet-right {
    width: 364px;
}

.ssepet-in figure {
    width: 90px;
    height: 90px;
    margin-right: 21px;
}

.ssepet-in figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ssi-right h3 {
    color: #51626A;
    letter-spacing: .25px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ssi-right h3:hover {
    color: #47A1E6;
}

.ssi-right-bottom span {
    color: #51626A;
    font-size: 14px;
    font-weight: 700;
    margin-right: 9px;
}

.ssi-right-bottom select,
.ssi-right-bottom input {
    height: 42px;
    border-radius: 3px;
    border: 1px solid #CFD8DC;
    font-size: 14px;
    font-weight: 700;
    color: #9B9BA3;
    letter-spacing: .25px;
    padding: 0 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.ssi-right-bottom input {
    width: 90px;
}

.ssi-right-bottom b {
    color: #E24728;
    font-weight: 800;
}

.ssi-right-bottom select.adet {
    width: 90px;
}

.ssi-right-bottom select.domain {
    width: 160px;
}

.ssi-right-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ssepet-in-close {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.ssepet-in-close a {
    font-size: 12px;
    letter-spacing: .25px;
    color: #fff;
    border-radius: 12px;
    background-color: #19252E;
    height: 24px;
    line-height: 24px;
    width: 130px;
    text-align: center;
    display: block;
    position: absolute;
    right: 25px;
    top: -2px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(5px);
    transition: all .2s ease-in-out;
}

.s-kapsa {
    display: flex;
    align-items: center;
}

.ssepet-in-close:hover a {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.srb-select {
    position: relative;
    margin-right: 20px;
}

.srb-select svg {
    position: absolute;
    right: 12px;
    top: 18px;
}

.srb-adet svg {
    top: 12px;
}

.ss-r {
    background-color: #F9F9FD;
    border: 1px solid #E9E9F3;
    padding: 29px 19px;
    border-radius: 3px;
}

.ssr-top ul li {
    font-size: 14px;
    font-weight: 600;
    color: #51626A;
    letter-spacing: .25px;
    margin-bottom: 34px;
}

.ssr-top ul li b {
    color: #47A1E6;
}

.ss-r u {
    color: #E24728;
    letter-spacing: .25px;
    font-weight: 800;
    float: right;
    text-decoration: none;
}

.ssr-top ul li:last-child {
    margin-bottom: 26px;
}

.ssr-toplam {
    border-top: 1px solid #E2E7E9;
    border-bottom: 1px solid #E2E7E9;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .25px;
    color: #242628;
    padding: 27px 0;
}

.ssr-info {
    padding: 30px 0 0 0;
    font-size: 14px;
    letter-spacing: .25px;
    color: #47A1E6;
    font-weight: 600;
}

.ssr-info a {
    font-weight: 800;
    color: #47A1E6;
    text-decoration: underline;
}

.ss-r > a {
    height: 54px;
    line-height: 54px;
    background-color: #47A1E6;
    border-radius: 3px;
    text-align: center;
    color: #F0F3F7;
    letter-spacing: .25px;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.ss-r .agreement .checkmark {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-color: #CFD8DC;
    margin-right: 10px;
}

.checkmark:after {
    right: 9px;
}

.checkmark:before {
    right: 6px;
}

.ss-r .agreement {
    color: #51626A;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 24px;
}

.ss-r .agreement span {
    padding-left: 10px;
    display: block;
}

/* iletisim */
.iletisimsol {
    position: absolute;
    right: 125px;
    height: 100%;
    z-index: -1;
}

.iletisim .container {
    position: relative;
}

.iletisimsol img {
    min-width: 1831px;
}

.iletisim {
    padding: 60px 0;
    min-height: 700px;
    margin-bottom: 120px;
}

.iletisim-left h1 {
    color: #253C52;
    font-size: 34px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 13px;
}

.iletisim-form h1 {
    margin-bottom: 27px;
}

.iletisim-left span {
    color: #788388;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    display: block;
}

.iletisim-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 93px;
}

.iletisim-right {
    width: 540px;
    background: linear-gradient(367deg, #7150B5 0%, #4598D4 100%);
    padding: 40px 36px;
    color: #fff;
    border-radius: 3px;
    position: relative;
}

.iletisim-right p {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
}

.iletisim-right span {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-left: 15px;
}

.iletisim-right li {
    display: flex;
    align-items: flex-start;
}

.iletisim-right li:not(:last-child) {
    margin-bottom: 18px;
}

.iletisim-right ul {
    margin-top: 30px;
}

.iletisim-form {
    width: calc(100% - 57px);
    background-color: #fff;
    border-radius: 75px 100px 100px 0;
    position: absolute;
    margin-left: -67px;
    margin-top: 37px;
    padding: 39px 67px 0 67px;
}

.iletisim-form .f2r-row {
    max-width: 551px;
}

.iletisim-form button {
    height: 48px;
    line-height: 48px;
    color: #F0F3F7;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .25px;
    background-color: #47A1E6;
    border: 0;
    border-radius: 3px;
    padding: 0 34px;
    cursor: pointer;
}

.full-2-right .checkmark:before {
    right: 8px;
}

.full-2-right .checkmark:after {
    right: 11px;
}

.iletisim-form textarea,
.sepet-fatura textarea {
    width: 100%;
    height: 48px;
    border-radius: 3px;
    background-color: #F9F9FD;
    border: 1px solid #E9E9F3;
    padding: 17px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #9B9BA3;
    height: 125px;
    font-family: 'Muli';
    resize: none;
}


/* sepet ödeme */
.sepet-odeme .checkmark {
    background-color: #fff;
    border-radius: 100%;
    border-color: #CFD8DC;
}

.sepet-odeme .checkmark:before {
    right: 8px;
}

.sepet-odeme .checkmark:after {
    right: 11px;
}

.odeme-banka .sp,
.odeme-kart .sp {
    margin-left: 14px;
}

.sepet-odeme {
    display: flex;
    align-items: flex-start;
}

.sepet-odeme > div {
    flex: 0 0 50%;
    border: 1px solid #E9E9F3;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 19px 22px 19px;
    position: relative;
    cursor: pointer;
}

.odeme-banka {
    border-radius: 3px 0 0 3px;
    border-right: 0 !important;
}

.odeme-kart {
    border-radius: 0 3px 3px 0;
}

.odeme-banka label,
.odeme-kart label {
    margin: 0;
    user-select: none;
    pointer-events: none;
}

.odeme-banka p,
.odeme-kart p {
    display: block;
    letter-spacing: .25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #51626A;
    margin-top: 17px;
}

.odeme-banka p b,
.odeme-kart p b {
    color: #14A886;
}

.sepet-odeme > div.active {
    background-color: #F9F9FD;
}

.sepet-odeme > div.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    background-image: url(../../img/theme-features/odemeshape.png);
    width: 22px;
    height: 11px;
    margin-left: -11px;
}

.sepet-odeme-in {
    margin-top: 29px;
}

.soi-in {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}

.soi-in.active {
    display: flex;
}

.soi {
    flex: 0 0 50%;
    background-color: #F9F9FD;
    border: 1px solid #E9E9F3;
    border-radius: 3px;
    padding: 24px 19px;
    max-width: calc(50% - 11px);
    margin-bottom: 22px;
}

.banka-head {
    display: flex;
    align-items: center;
}

.soi:nth-child(2) .banka-head {
    color: #a958a0;
}

.soi:nth-child(3) .banka-head {
    color: #004179;
}

.soi:nth-child(4) .banka-head {
    color: #e91818;
}

.banka-head figure {
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin-right: 12px;
}

.banka-head figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banka-head {
    font-size: 14px;
    color: #68981A;
    letter-spacing: .25px;
    font-weight: 700;
    margin-bottom: 18px;
}

.soi ul li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    color: #51626A;
    margin-bottom: 12px;
}

.soi ul li:last-child {
    margin-bottom: 0;
}

.soi ul li span {
    width: 94px;
    display: inline-block;
}

.soi-in-kredi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 46px 0 44px 0;
    background-color: #F9F9FD;
    border: 1px solid #E9E9F3;
}

.soi-in-kredi a {
    display: block;
    border-radius: 4px;
    background-color: #33C99B;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .25px;
    padding: 0 30px;
    margin-bottom: 27px;
}

.soi-in-kredi p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 25px;
    color: #51626A;
}

.soi-in-kredi p b {
    color: #47A1E6;
}

/* footer */
.footer {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
}

.footer-top {
    display: flex;
    flex-direction: column;
    background: #15212a;
}

.footer-top .footer-top-top {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2f3941;
}

.footer-top .footer-top-top .up-button {
    background: #47a1e6;
    height: 28px;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}

.footer-top .footer-top-top .up-button span {
    letter-spacing: 0.25px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    margin-right: 9px;
}

.footer-top .footer-top-bottom {
    display: flex;
    height: auto;
    justify-content: space-between;
    padding: 33px 0 24px 0;
}

.footer-top .footer-top-bottom .footer-info {
    max-width: 440px;
    display: flex;
    flex-direction: column;
}

.footer-top .footer-top-bottom .footer-info h3 {
    font-size: 15px;
    font-weight: 700;
    color: #f0f3f7;
    letter-spacing: 0.25px;
}

.footer-top .footer-top-bottom .footer-info span {
    font-size: 14px;
    font-weight: 600;
    color: #738a94;
    letter-spacing: 0.25px;
    line-height: 32px;
    padding-top: 13px;
}

.footer-top .footer-top-bottom .footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-top .footer-top-bottom .footer-menu h4 {
    font-size: 15px;
    font-weight: 700;
    color: #f0f3f7;
    letter-spacing: 0.25px;
}

.footer-top .footer-top-bottom .footer-menu ul {
    display: flex;
    flex-direction: column;
    margin-top: 13px;
}

.footer-top .footer-top-bottom .footer-menu ul li {

}

.footer-top .footer-top-bottom .footer-menu ul li a {
    font-size: 14px;
    color: #738a94;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 32px;
}

.footer-top .footer-top-bottom .footer-contact h4 {
    font-size: 15px;
    font-weight: 700;
    color: #f0f3f7;
    letter-spacing: 0.25px;
}

.footer-top .footer-top-bottom .footer-contact .fc-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 44px;
}

.footer-top .footer-top-bottom .footer-contact .fc-content .icon {
    margin-right: 17px;
}

.footer-top .footer-top-bottom .footer-contact .fc-content ul {

}

.footer-top .footer-top-bottom .footer-contact .fc-content ul li {
    font-size: 14px;
    color: #738a94;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.25px;
}

.footer-bottom {
    background: #121c23;
    height: 74px;
}

.footer-bottom .fb-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
}

.footer-bottom .fb-wrap .footer-pages {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom .fb-wrap .footer-pages li {
    margin-right: 25px;
}

.footer-bottom .fb-wrap .footer-pages li a {
    font-size: 14px;
    color: #738a94;
    font-weight: 600;
    letter-spacing: 0.25px;
}

.footer-bottom .fb-wrap .footer-pages li:last-child {
    margin-right: 0px;
}

.footer-bottom .fb-wrap .footer-social {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom .fb-wrap .footer-social li {

    margin-right: 30px;
}

.footer-bottom .fb-wrap .footer-social li a {
    transition: 300ms;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom;
}

.footer-bottom .fb-wrap .footer-social li:hover a {
    background-position: top;
    transition: 300ms;
}

.footer-bottom .fb-wrap .footer-social li.linkedin a {
    width: 17px;
    height: 16px;
    background-image: url("../../img/icons/linkedin.png");
}

.footer-bottom .fb-wrap .footer-social li.facebook a {
    width: 9px;
    height: 16px;
    background-image: url("../../img/icons/facebook.png");
}

.footer-bottom .fb-wrap .footer-social li.twitter a {
    width: 17px;
    height: 14px;
    background-image: url("../../img/icons/twitter.png");
    margin-top: 1px;
}

.footer-bottom .fb-wrap .footer-social li.github a {
    width: 16px;
    height: 16px;
    background-image: url("../../img/icons/github.png");
}

.searchArea {
    background-color: #ffffff;
    width: 100%;
    float: left;
    display: block;
    padding: 30px;
    margin-top: 15px;
    position: absolute;
    top: 70px;
    z-index: 999;
    max-width: 100%;
    box-shadow: 0px 0px 4px 2px rgba(171, 195, 214, 0.21);
    border-radius: 3px;
}

.searchArea .searchProduct {
    height: auto !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.searchArea .searchProduct a {
    display: flex;
}

.searchArea .searchProduct:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.searchArea .searchProduct img {
    width: 120px;
    float: left;
}

.searchArea .searchProduct .titleArea {
    float: left;
    margin-left: 20px;
}

.searchArea .searchProduct .titleArea h2 {
    font-size: 18px;
    color: #15212a;
    font-weight: 700;
}

.searchArea .searchProduct a:hover h2 {
    color: #47a1e6;
}

.searchArea .searchProduct .titleArea h3 {
    font-size: 14px;
    font-weight: 600;
    color: #757b7f;
    line-height: 22px;
    margin-top: 10px;
}

.searchArea .searchProduct:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    display: block;
    float: left;
    position: relative;
    top: 15px;
}

.searchArea .searchProduct.active::after {
    height: 0px;
}

.searchBox .themeSearchBox form .submit {
    float: right;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    font-size: 18px;
    height: 100%;
    background: #f67500;
    border-radius: 0 3px 3px 0;
    color: #FFF;
}

.searchBox .themeSearchBox form .text {
    float: left;
    width: calc(100% - 150px);
    height: 100%;
    font-size: 18px;
    color: #898989;
    border-radius: 3px 0 0 3px;
    padding: 0 20px;
}

.searchBox .themeSearchBox form .text::placeholder {
    font-size: 18px;
    color: #898989;
}


/*profil sayfaları*/

/* User Profile */
.user-breadcrumb {
    float: left;
    width: 100%;
    position: relative;
    height: 95px;
    background: #47a1e6;
    text-align: center;
}

.user-breadcrumb:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../../img/searchTheme.png") repeat-x center top;
}

.user-breadcrumb h1 {
    line-height: 95px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}

.user-p-top {
    float: left;
    width: 100%;
    background: #f6f8fa;
    padding: 40px 0 40px 0;
}

.user-p-top .user-threely {
    float: left;
    width: 100%;
}

.user-p-top .user-threely .box {
    float: left;
    width: calc(33.33% - 13px);
    height: 300px;
    padding: 28px 30px 30px 30px;
    border: 1px solid #e1e8ed;
    background: #FFF;
    border-radius: 3px;
    margin-right: 19px;
}

.user-p-top .user-threely .box:last-child {
    margin-right: 0;
}

.user-p-top .user-threely .box .head {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.user-p-top .user-threely .box .head span {
    float: left;
    color: #7c939e;
    font-size: 21px;
    font-weight: 700;
}

.user-p-top .user-threely .box .head a {
    position: relative;
}

.user-p-top .user-threely .box .head a.edit {
    float: right;
    width: 16px;
    height: 16px;
    background-image: url("../../img/icons/edit.png");
    background-position: 0 0;
    margin-top: 3px;
    transition: background-position .15s;
}

.user-p-top .user-threely .box .head a.edit:hover {
    background-position: 0 -16px;
    transition: background-position .15s;
}

.user-p-top .user-threely .box .head a.go {
    float: right;
    width: 22px;
    height: 22px;
    background-image: url("../../img/icons/goSprite.png");
    background-position: 0 0;
    transition: background-position .15s;
}

.user-p-top .user-threely .box .head a.go:hover {
    background-position: 0 -22px;
    transition: background-position .15s;
}

.user-p-top .user-threely .box .head a p.tooltip {
    min-width: 100px;
    transition: opacity 0.3s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: "";
    color: #fff;
    width: max-content;
    background: rgba(124, 147, 158, 0.72);
    top: -30px;
    left: 50%;
    margin-left: -50px;
    height: 22px;
    padding: 0 7px;
    text-align: center;
    border-radius: 3px;
    line-height: 22px;
    font-size: 11px;
}

.user-p-top .user-threely .box .head a.go p.tooltip {
    width: 112.5px;
    margin-left: -56.25px;
}

.user-p-top .user-threely .box .head a.affiliate p.tooltip {
    width: 128px;
    margin-left: -64px;
}

.user-p-top .user-threely .box .head a p.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(124, 147, 158, 0.72) transparent transparent transparent;
}

.user-p-top .user-threely .box .head a:hover p.tooltip {
    visibility: visible;
    opacity: 1;
}

.user-p-top .user-threely .box ul {
    float: left;
    width: calc(100% + 60px);
    border-bottom: 2px solid #f2f5f8;
    margin-left: -30px;
    padding: 0 30px 14px 30px;
}

.user-p-top .user-threely .box ul li {
    line-height: 33px;
    float: left;
    width: 100%;
    height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-p-top .user-threely .box ul li p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #7c939e;
    font-weight: 600;
}

.user-p-top .user-threely .box ul li p b {
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}

.user-p-top .user-threely .box .notice {
    background: #daedf7;
    color: #31708f;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #bee8f0;
    float: left;
    width: 100%;
    margin-top: 29px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
}

.user-p-top .user-threely .box .products {
    float: left;
    width: calc(100% + 21px);
    height: 189px;
    margin-top: 8px;
    overflow: auto;
}

.user-p-top .user-threely .box .products::-webkit-scrollbar-track {
    background-color: #efefef;
}

.user-p-top .user-threely .box .products::-webkit-scrollbar {
    width: 12px;
    background-color: #efefef;
}

.user-p-top .user-threely .box .products::-webkit-scrollbar-thumb {
    background-color: #ee502a;
}

.user-p-top .user-threely .box .products .product {
    float: left;
    width: calc(100% - 10px);
    height: 85px;
    background: #fafafa;
    border: 1px solid #e1e8ed;
    border-radius: 3px;
    margin-bottom: 19px;
    padding: 19px 28px 20px 28px;
    position: relative;
    overflow: hidden;
}

.user-p-top .user-threely .box .products .product:last-child {
    margin-bottom: 0;
}

.user-p-top .user-threely .box .products .product .p-thumb {
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 3px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

.user-p-top .user-threely .box .products .product .p-text {
    float: right;
    height: 44px;
    width: calc(100% - 59px);
}

.user-p-top .user-threely .box .products .product .p-text .themeName {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #ee502a;
    font-weight: 700;
    margin-top: 4px;
}

.user-p-top .user-threely .box .products .product .p-text .textBottom {
    float: left;
    width: 100%;
    margin-top: 8px;
}

.user-p-top .user-threely .box .products .product .p-text .textBottom p {
    float: left;
    font-size: 14px;
    color: #2db74e;
    font-weight: 700;
}

.user-p-top .user-threely .box .products .product .p-text .textBottom b {
    float: right;
    font-size: 14px;
    color: #7c939e;
    font-weight: 700;
    margin-left: 16px;
}

.user-p-top .user-threely .box .products .product .p-details-go {
    opacity: 0;
    visibility: hidden;
    float: left;
    width: 100%;
    height: 85px;
    background: rgba(238, 80, 42, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
}

.user-p-top .user-threely .box .products .product .p-details-go span {
    display: inline-block;
    line-height: 85px;
    font-size: 15px;
    font-weight: 700;
    height: 22px;
    position: relative;
    padding-right: 37px;
}

.user-p-top .user-threely .box .products .product .p-details-go span:after {
    position: absolute;
    content: "";
    background: url("../../img/icons/goW.png") no-repeat;
    width: 22px;
    height: 22px;
    right: 0;
    top: 30px;
}

.user-p-top .user-threely .box .products .product:hover {
    border: none;
}

.user-p-top .user-threely .box .products .product:hover > .p-details-go {
    opacity: 1;
    visibility: visible;
}

.user-p-top .user-threely .box .stats {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.user-p-top .user-threely .box .stats p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #7c939e;
    font-weight: 600;
    height: 33px;
    line-height: 33px;
}

.user-p-top .user-threely .box .stats p b {
    font-weight: 800;
    color: #39ba77;
}

.user-p-top .user-threely .box .stats p:nth-child(2) b {
    color: #ee502a;
}

.user-p-top .user-fively {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.user-p-top .user-fively .box {
    float: left;
    width: calc(20% - 16px);
    margin-right: 20px;
    background: #FFF;
    border: 1px solid #e1e8ed;
    height: 186px;
    border-radius: 3px;
    text-align: center;
}

.user-p-top .user-fively .box:last-child {
    margin-right: 0;
}

.user-p-top .user-fively .box span {
    float: left;
    width: 100%;
    color: #39ba76;
    font-weight: 700;
}

.user-p-top .user-fively .box span.count {
    font-size: 64px;
    margin-top: 22px;
}

.user-p-top .user-fively .box span.desc {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 27px;
}

.user-p-top .user-fively .box a {
    float: left;
    width: 100%;
    height: 50px;
    background: #fafafa;
    color: #7c939e;
    font-size: 11.4px;
    font-weight: 800;
    line-height: 50px;
    border-top: 1px solid #e1e8ed;
    position: relative;
}

.user-p-top .user-fively .box a:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../../img/icons/go.png") no-repeat;
    right: 29px;
    top: 13px;
}

.user-p-top .user-fively .box a p {
    float: left;
    width: calc(100% - 45px);
    text-align: center;
}

.user-p-top .user-fively .box a:hover {
    background: #7c939e;
    color: #FFF;
    border-top: none;
}

.user-p-top .user-fively .box a:hover:before {
    background: url("../../img/icons/goW.png") no-repeat;
}

.user-p-top .user-fively .box.plugin span {
    color: #ee502a;
}

.user-p-top .user-fively .box.plugin a:hover {
    background: #ee502a;
}

.user-p-top .user-fively .box.bot span {
    color: #3a9ff1;
}

.user-p-top .user-fively .box.bot a:hover {
    background: #3a9ff1;
}

.user-p-top .user-fively .box.tickets span {
    color: #79609b;
}

.user-p-top .user-fively .box.tickets a:hover {
    background: #79609b;
}

.user-p-top .user-fively .box.invoice span {
    color: #1486bb;
}

.user-p-top .user-fively .box.invoice a:hover {
    background: #1486bb;
}

.no-support {
    background: #c2cfdd;
    float: left;
    width: 100%;
    padding: 54px 0 40px 0;
}

.no-support .headline {
    float: left;
    height: 37px;
    width: 100%;
    margin-bottom: 21px;
}

.no-support .headline span {
    float: left;
    line-height: 37px;
    color: #f6f8fa;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
}

.no-support .headline span:before {
    position: absolute;
    content: "";
    left: 1px;
    top: 6px;
    width: 27px;
    height: 24px;
    background: url("../../img/icons/support.png") no-repeat;
}

.no-support .headline ul {
    float: right;
}

.no-support .headline ul li {
    float: left;
}

.no-support .headline ul li a {
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #FFF;
    background: #8ea8bf;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    overflow: hidden;
}

.no-support .headline ul li a p {
    padding: 0 10px;
    float: left;
}

.no-support .headline ul li a i {
    height: 37px;
    width: 37px;
    background: url("../../img/icons/show.png") no-repeat center center #6385a6;
    float: left;
}

.no-support .headline ul li:hover a i {
    background: url("../../img/icons/show.png") no-repeat center center #48647d;
}

.no-support .headline ul li:hover a {
    background: #6385a6;
}

.no-support .headline ul li.newTicket a i {
    background: url("../../img/icons/plus.png") no-repeat center center #6385a6;
}

.no-support .headline ul li.newTicket:hover a i {
    background-color: #48647d;
}

.no-support .headline ul li:last-child a {
    margin-right: 0
}

.no-support .ticketBox {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 0 0px 31px 0px !important;
    overflow: hidden;
}

.no-support .ticketBox ul.boxHead {
    float: left;
    width: 100%;
    height: px;
    background: #fafafa;
    border-bottom: 1px solid #e1e8ed;
    padding: 0 30px;
    height: 60px;
}

.no-support .ticketBox ul.boxHead li {
    float: left;
    line-height: 60px;
    font-size: 15px;
    font-weight: 800;
    color: #000;
}

.no-support .ticketBox ul.boxHead li:last-child {
    float: right;
}

.tickets {
    float: left;
    width: 100%;
}

.tickets .ticket {
    float: left;
    width: 100%;
    height: 72px;
    border-bottom: 2px solid #f2f5f8;
}

.tickets .ticket:hover {
    background: #fafafa;
}

.tickets .ticket a {
    float: left;
    width: 100%;
    height: 72px;
    padding: 0 30px;
}

.tickets .ticket:last-child {
    border-bottom: none;
}

.tickets .ticket span {
    float: left;
    line-height: 72px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.tickets .ticket span.ticketID {
    font-weight: 800;
}

.tickets .ticket span.ticketTitle {
    margin-left: 20px;
}

.tickets .ticket span.ticketStatus {
    float: right;
}

.tickets .ticket span.ticketStatus p {
    display: inline-block;
    height: 28px;
    margin-left: 10px;
    line-height: 28px;
    color: #FFF;
    padding: 0 9px 0 9px;
    border-radius: 3px;
    font-size: 14px;
}

.tickets .ticket span.ticketStatus p.open {
    background: #44ac4c;
}

.tickets .ticket span.ticketStatus p.answered {
    background: #79609b;
}

.tickets .ticket span.ticketStatus p.customerResponse {
    background: #fd6721;
}

.tickets .ticket span.ticketStatus p.closed {
    background: #3a9ff1;
}

.tickets .ticket span.ticketStatus p.proposal {
    background: #ff7181;
}

.tickets .ticket span.ticketStatus p.processing {
    background: #39ba76;
}

.tickets .ticket span.ticketUpdate {
    float: right;
    width: 150px;
    text-align: right;
}

.ticket-notification {
    float: left;
    width: calc(100% - 60px);
    height: 46px;
    background: #dadef7;
    margin-left: 30px;
    text-align: center;
    line-height: 46px;
    border-radius: 3px;
    border: 1px solid #becdf0;
    font-size: 15px;
    color: #79609b;
    font-weight: 600;
}

/* User Profile Edit */
.user-p-page {
    float: left;
    width: 100%;
    background: #f6f8fa;
    padding: 40px 0 40px 0;
}

.user-p-page .panel-left {
    float: left;
    width: 290px;
}

.user-p-page .panel-left .userBox {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    height: 240px;
    background: #47a1e6;
    border-radius: 3px;
    background: url("../../img/userBox.png") repeat-x center center #47a1e6;
    padding-top: 40px;
}

.user-p-page .panel-left .userBox i.avatar {
    display: block;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    background: url("../../img/icons/avatar.png") no-repeat;
}

.user-p-page .panel-left .userBox span {
    float: left;
    width: 100%;
    color: #FFF;
}

.user-p-page .panel-left .userBox span.name {
    font-size: 22px;
    font-weight: 700;
    margin-top: 23px;
}

.user-p-page .panel-left .userBox span.mail {
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
}

.user-p-page .panel-left .userNav {
    float: left;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 3px;
}

.user-p-page .panel-left .userNav li {
    float: left;
    width: 100%;
    padding: 15px 26px;
    height: 55px;
    line-height: 26px;
    border-bottom: 2px solid #f2f5f8;
    overflow: hidden;
}

.user-p-page .panel-left .userNav li:last-child {
    border-bottom: none;
}

.user-p-page .panel-left .userNav li a {
    font-size: 15px;
    color: #7c939e;
    font-weight: 600;
    position: relative;
    padding-left: 31px;
    overflow: hidden;
}

.user-p-page .panel-left .userNav li a svg {
    width: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    transition: transform .35s ease-in-out;
}

.user-p-page .panel-left .userNav li a svg path {
    fill: #7c939e;
}

.user-p-page .panel-left .userNav li a:hover svg {
    animation: upper-icon .35s ease-in-out;
}

@keyframes upper-icon {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-250%);
    }
    51% {
        transform: translateY(250%);
    }
    100% {
        transform: translateY(0);
    }
}


.user-p-page .panel-left .userNav li a:hover,
.user-p-page .panel-left .userNav li.active a {
    color: #47a1e6
}

.user-p-page .panel-left .userNav li a:hover svg path,
.user-p-page .panel-left .userNav li a.active svg path {
    fill: #47a1e6
}

.user-p-page .panel-left .newTicketButton {
    float: left;
    width: 100%;
    height: 36px;
    background: #47a1e6;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.user-p-page .panel-left .newTicketButton:hover i {
    background-color: #47a1e6;
}

.user-p-page .panel-left .newTicketButton:hover span {
    background-color: #47a1e6;
}

.user-p-page .panel-left .newTicketButton i {
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../img/icons/plus.png") no-repeat center center #227ec5;
}

.user-p-page .panel-left .newTicketButton span {
    float: right;
    width: calc(100% - 36px);
    height: 36px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 13px;
    font-weight: 700;
}

.user-p-page .userContent {
    float: right;
    width: calc(100% - 310px);
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 3px;
}

.user-p-page .userContent.userInfos {
    padding: 0 30px 44px 30px;
}

.user-p-page .userContent.products .headline {
    padding: 0 30px 0 30px
}

.user-p-page .userContent .headline {
    float: left;
    width: 100%;
    height: 76px;
    margin-bottom: 13px;
}

.user-p-page .userContent .headline span.title {
    float: left;
    font-size: 21px;
    font-weight: 700;
    color: #7c939e;
    line-height: 76px;
}

.user-p-page .userContent .user-m-in .userInfos {
    float: left;
    width: 100%;
}

.user-p-page .userContent .user-m-in .userInfos input {
    float: left;
    border: 1px solid #E9E9F3;
    height: 48px;
    padding: 0 17px;
    color: #15212a;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #F9F9FD;
    width: 100%;
}

.user-p-page .userContent .user-m-in .userInfos input::placeholder {
    color: #15212a;
    font-size: 12px;
    font-weight: 600;
}

.user-p-page .userContent .user-m-in .userInfos input:focus, .user-p-page .userContent .user-m-in .userInfos textarea:focus {
    background: #fafafa;
}

.user-p-page .userContent .user-m-in .userInfos .halfInput {
    float: left;
    width: calc(50% - 11.5px);
    height: 48px;
    border-radius: 3.5px;
    padding: 0 15px;
}

.user-p-page .userContent .user-m-in .userInfos .right {
    float: right;
}

.user-p-page .userContent .user-m-in .userInfos .bMargin {
    margin-bottom: 19px;
}

.user-p-page .userContent .user-m-in .userInfos textarea {
    float: left;
    margin-top: 19px;
    padding: 15px 15px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 78px;
    border-radius: 3px;
    border: 1px solid #E9E9F3;
    font-size: 12px;
    color: #15212a;
    background-color: #F9F9FD;
    font-weight: 600;
}

.user-p-page .userContent .user-m-in .userInfos .password {
    float: left;
    margin-right: 18px;
    width: calc(33.33% - 12px);
    margin-top: 19px;
    height: 48px;
    border-radius: 3.5px;
    padding: 0 15px;
}

.user-p-page .userContent .user-m-in .userInfos .newpwdr {
    margin-right: 0;
}

.user-p-page .userContent .user-m-in .userInfos .submit {
    float: left;
    background: #39ba77;
    margin-top: 20px;
    height: 38px;
    width: 240px;
    text-align: center;
    color: #FFF;
    border: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(57, 186, 119, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(57, 186, 119, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(57, 186, 119, 0.2);
}

.user-p-page .userContent .user-m-in .userInfos .submit:hover {
    background: #35aa6d
}

.user-p-page .userContent .user-m-in .check {
    float: left;
    width: 100%;
    height: 46px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 600;
    line-height: 46px;
    border-radius: 3px;
    margin-top: 20px;
}

.user-p-page .userContent .user-m-in .check.successful {
    background: #dcf7da;
    color: #35aa6d;
    border: 1px solid #caf0be;
}

.user-p-page .userContent .user-m-in .check.warning {
    background: #f7ddda;
    color: #cc0202;
    border: 1px solid #f0bec2;
}

.user-m-in .pagination {
    margin: 10px 10px 14px 30px;
}

/* Products Page */
ul.productsHeadline {
    float: left;
    width: 100%;
    height: 60px;
    background: #fafafa;
    border-bottom: 1px solid #e1e8ed;
    padding: 0 30px;
}

ul.productsHeadline li {
    float: left;
    line-height: 60px;
    font-size: 14px;
    font-weight: 800;
    color: #000;
}

ul.productsHeadline li.order {
    width: 280px;
}

ul.productsHeadline li.detail {
    width: 85px;
}

ul.productsHeadline li.download {
    margin-left: 355.2px;
}

.user-p-page .orders {
    float: left;
    width: 100%;
}

.user-p-page .orders ul.orderItem {
    float: left;
    width: 100%;
    height: 73px;
    border-bottom: 2px solid #f2f5f8;
    padding: 0 30px;
}

.user-p-page .orders ul.orderItem:last-child {
    border-bottom: none;
}

.user-p-page .orders ul.orderItem li {
    float: left;
    line-height: 73px;
}

.user-p-page .orders ul.orderItem li.order {
    width: 282px;
}

.user-p-page .orders ul.orderItem li.order b.orderID {
    color: #79609b;
    font-size: 15px;
    font-weight: 800;
    width: 54px;
    margin-right: 21px;
}

.user-p-page .orders ul.orderItem li.order span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.user-p-page .orders ul.orderItem li.view a {
    background: #e24728;
    color: #FFF;
    height: 28px;
    line-height: 29px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 22px;
    padding: 0 10px;
}

.user-p-page .orders ul.orderItem li.view a:hover {
    background: #d03a1d;
}

.user-p-page .orders ul.orderItem li.desk {
    display: block;
}

.user-p-page .orders ul.orderItem li.mobile {
    display: none;
}

.user-p-page ul li.download {
    float: right !important;
}

.user-p-page ul li.download a {
    background: #39ba76;
    height: 28px;
    margin-top: 22px;
    border-radius: 3px;
    color: #FFF;
    overflow: hidden;
    line-height: 28px;
}

.user-p-page ul li.download a i {
    float: left;
    background: #33a569;
    width: 32px;
    height: 28px;
    position: relative;
}

.user-p-page ul li.download a i:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../../img/icons/order-download.png") no-repeat;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.user-p-page ul li.download a p {
    float: right;
    width: calc(100% - 32px);
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
}

.user-p-page ul li.download a:hover {
    background: #33a569;
}

.user-p-page ul li.download a:hover i {
    background: #2e8758;
}

/* Order Details */
ul.orderDetailsHead {
    float: left;
    width: 100%;
    height: 60px;
    background: #fafafa;
    border-bottom: 1px solid #e1e8ed;
    padding: 0 30px;
}

ul.orderDetailsHead li {
    float: left;
    line-height: 60px;
    font-size: 15px;
    font-weight: 800;
    color: #000;
}

ul.orderDetailsHead li.date {
    width: 154px;
}

ul.orderDetailsHead li.product {
    width: 167px;
}

ul.orderDetailsHead li.total {
    width: 155px;
}

ul.orderDetailsHead li.download {
    float: right;
}

.orderDetails {
    float: left;
    width: 100%;
}

.orderDetails ul.pInfos {
    float: left;
    width: 100%;
    height: 73px;
    border-bottom: 2px solid #f2f5f8;
    padding: 0 30px;
}

.orderDetails ul.pInfos li {
    float: left;
    line-height: 73px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.orderDetails ul.pInfos li.date {
    width: 154px;
    font-weight: 800;
    color: #79609b;
}

.orderDetails ul.pInfos li.product {
    width: 167px;
}

.orderDetails ul.pInfos li.total {
    width: 90px;
}

.orderDetails ul.pInfos li.download {
    float: right;
}

.orderDetails .bottomArea {
    float: left;
    width: 100%;
    padding: 30px 30px 48px 30px;
}

.products .statsInfos {
    max-width: calc(100% - 60px);
    margin: 0px 30px 30px 30px;
    float: left;
    width: 100%;
    background: #daf7e8;
    color: #33a569;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #bef0cf;
    text-align: center;
    border-radius: 3px;
    line-height: 24px;
    padding: 11px 30px;
}

#updateForm.upbfrm {
    padding-bottom: 30px;
}

p.warning-alert {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    line-height: 24px;
    padding: 11px 30px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 20px 0;
    position: relative;
}

.pwa:before {
    border-width: 0 10px 11px;
    content: '';
    border-style: solid;
    display: block;
    border-color: transparent transparent #f8d7da;
    top: -10px;
    width: auto;
    margin-bottom: -17px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
}

.upbfrm input {
    margin-top: 10px !important;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}


@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

/* Support Notifications Page */
ul.ticketFilter {
    float: right;
    margin-top: 20px;
}

ul.ticketFilter li {
    float: left;
    height: 30px;
    background: #8ea8bf;
    margin-left: 10px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

ul.ticketFilter li a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
}

ul.ticketFilter li:first-child {
    margin-left: 0;
}

ul.ticketFilter li i {
    float: left;
    width: 32px;
    height: 30px;
    background: #6385a6;
}

ul.ticketFilter li p {
    float: right;
    padding: 0 10px;
    height: 30px;
    font-size: 13px;
}

ul.ticketFilter li a:hover i {
    background-color: #48647d;
}

ul.ticketFilter li a:hover p {
    background: #6385a6;
}

.user-p-page .userContent .headline.support-not {
    margin-bottom: 0px !important;
}

.user-m-in.support-not ul.productsHeadline li.status {
    float: right;
}

.user-m-in.support-not .tickets .ticket span.ticketTheme {
    width: 120px;
    margin-left: 55px;
    font-size: 15px;
    font-weight: 800;
    color: #6385a6;
}

.user-m-in.support-not .tickets .ticket span.ticketTitle {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-m-in.support-not {
    padding-bottom: 30px;
    float: left;
}

/* Support Log Page */
.user-m-in.support-log {
    padding: 0 30px 30px 30px;
    float: left;
    width: 100%;
}

.user-m-in.support-log .closedNot {
    float: left;
    width: 100%;
    height: 46px;
    background: #f7e1da;
    text-align: center;
    line-height: 46px;
    border: 1px solid #f0c1be;
    font-size: 15px;
    color: #ee502a;
    font-weight: 600;
    border-radius: 3px;
}

.ticketDetails {
    float: left;
    width: 100%;
}

.ticketDetails .ticketTitle {
    float: left;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 2px solid #f2f5f8;
    color: #57657f;
    font-size: 25px;
    font-weight: 800;
    overflow: hidden;
}

.ticketDetails ul.others {
    float: left;
    width: 100%;
    height: 74px;
    margin-top: 21px;
}

.ticketDetails ul.others li {
    display: inline-table;
    float: left;
}

.ticketDetails ul.others li.name {
    width: 120px;
}

.ticketDetails ul.others li.date {
    width: 230px;
}

.ticketDetails ul.others li.update {
    width: 168px;
}

.ticketDetails ul.others li.priority {
    width: 108px;
}

.ticketDetails ul.others li.status {
    width: 118px;
}

.ticketDetails ul.others li span {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #57657f;
    font-weight: 600;
    line-height: 26px;
}

.ticketDetails ul.others li b {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #57657f;
    font-weight: 800;
}

.ticketDetails ul.ticketButtons {
    float: left;
    width: 100%;
}

.ticketDetails ul.ticketButtons li {
    float: left;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    overflow: hidden;
}

.ticketDetails ul.ticketButtons li a, .ticketDetails ul.ticketButtons li span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.ticketDetails ul.ticketButtons li a i, .ticketDetails ul.ticketButtons li span i {
    float: left;
    width: 36px;
    height: 36px;
}

.ticketDetails ul.ticketButtons li a p, .ticketDetails ul.ticketButtons li span p {
    float: right;
    width: calc(100% - 36px);
    height: 36px;
    padding: 0 14px;
}

.ticketDetails ul.ticketButtons li.reply {
    float: left;
    background: #47a1e6;
    cursor: pointer;
}

.ticketDetails ul.ticketButtons li.reply:hover {
    background-color: #227ec5;
}

.ticketDetails ul.ticketButtons li.reply span i {
    background: url("../../img/icons/pen.png") no-repeat center center #227ec5;
}

.ticketDetails ul.ticketButtons li.reply:hover span i {
    background-color: #227ec5;
}

.ticketDetails ul.ticketButtons li.closeTicket {
    float: right;
    background: #ee502a;
}

.ticketDetails ul.ticketButtons li.closeTicket:hover {
    background-color: #e34a25;
}

.ticketDetails ul.ticketButtons li.closeTicket a i {
    background: url("../../img/icons/notClose.png") no-repeat center center #e13f18;
}

.ticketDetails ul.ticketButtons li.closeTicket:hover a i {
    background-color: #dc3d17;
}

.ticketMessages {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.ticketMessages .ticketMessage {
    float: left;
    width: 100%;
    border: 3px solid #f2f5f8;
    border-radius: 3px;
    padding: 15px 12px 15px 12px;
    margin-bottom: 28px;
}

.ticketMessages .ticketMessage:last-child {
    margin-bottom: 0;
}

.ticketMessages .ticketMessage.admin {
    border: 3px solid #39ba76;
}

.ticketMessages .ticketMessage.admin .head i {
    background: url("../../img/icons/clientAdmin.png") no-repeat center center #eee;
}

.ticketMessages .ticketMessage .head {
    float: left;
    width: 100%;
    height: 54px;
    background: #fafafa;
    border-radius: 3px;
    overflow: hidden;
    line-height: 54px;
    padding-right: 21px;
}

.ticketMessages .ticketMessage .head i {
    float: left;
    width: 54px;
    height: 54px;
    background: url("../../img/icons/client.png") no-repeat center center #eee;
}

.ticketMessages .ticketMessage .head span {
    float: left;
    color: #57657f;
    font-size: 15px;
    font-weight: 700
}

.ticketMessages .ticketMessage .head span.author {
    margin-left: 18px;
}

.ticketMessages .ticketMessage .head span.date {
    float: right;
}

.ticketMessages .ticketMessage p.ticketText {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 15px;
    color: #57657f;
    font-weight: 600;
    padding: 28px 14px 11px 14px;
}

.ticketMessages .ticketMessage.admin p.ticketText {
    padding: 28px 14px 27px 14px;
}

.ticketMessages .ticketMessage.admin p.ticketTextAdmin {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 15px;
    color: #57657f;
    font-weight: 600;
    padding: 34px 14px 0 14px;
    position: relative;
}

.ticketMessages .ticketMessage.admin p.ticketTextAdmin:before {
    position: absolute;
    width: calc(100% - 28px);
    height: 2px;
    content: "";
    background: #f2f5f8;
    top: 0;
    left: 14px;
    right: 0;
}

/* New Ticket Page */
.user-m-in .new-ticket {
    float: left;
    width: 100%;
}

.user-m-in .new-ticket input {
    float: left;
    border: 1px solid #E9E9F3;
    height: 48px;
    padding: 0 17px;
    color: #15212a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #F9F9FD;
}

.user-m-in .new-ticket input::placeholder {
    color: #15212a;
    font-size: 14px;
    font-weight: 600;
}

.user-m-in .new-ticket input.title {
    width: 100%;
    margin-bottom: 19px;
}

.user-m-in .new-ticket input.title:focus {
    background: #fafafa;
}

.user-m-in .new-ticket .ticketSelect {
    position: relative;
    display: inline-block;
    width: calc(50% - 11.5px);
}

.user-m-in .new-ticket .ticketSelect.priority {
    float: right;
}

.user-m-in .new-ticket .ticketSelect select {
    display: none;
}

.user-m-in .new-ticket .ticketSelect .select-selected {
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.richText .richText-editor {
    background-color: #f9f9fd !important;
    border-radius: 3px;
}

.user-m-in .richText,
.user-m-in .new-ticket .richText {
    border: 0 !important;
}

.user-m-in .new-ticket .ticketSelect .select-selected:after {
    position: absolute;
    content: "";
    cursor: pointer;
    top: 1px;
    right: 1px;
    width: 41px;
    height: 46px;
    background: url("../../img/icons/chl.svg") no-repeat center center transparent;
}

.user-m-in .new-ticket .ticketSelect .select-selected.select-arrow-active:after {
}

.user-m-in .new-ticket .ticketSelect .select-items div {
    color: #fff;
    height: 42px;
    border-bottom: 1px solid #f2f5f8;
    line-height: 42px;
    padding: 0px 40px 0 15px;
    cursor: pointer;
    color: #15212a;
    font-size: 14px;
    font-weight: 600;
}

.user-m-in .new-ticket .ticketSelect .select-items div:last-child {
    border-bottom: none;
}

.user-m-in .new-ticket .ticketSelect .select-selected {
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #F9F9FD;
    border: 1px solid #e9e9f3;
    padding: 0 17px;
    height: 48px;
    line-height: 48px;
    color: #15212a;
}

.user-m-in .new-ticket .ticketSelect .select-items {
    position: absolute;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #e1e8ed;
}

.user-m-in .new-ticket .ticketSelect .select-hide {
    display: none;
}

.user-m-in .new-ticket .ticketSelect .select-items div:hover, .user-m-in .new-ticket .ticketSelect .same-as-selected {
    background-color: rgba(0, 0, 0, 0.02);
}

.user-m-in .new-ticket .richText {
    float: left;
    width: 100%;
    height: 248px;
    margin-top: 19px;
    border: 1px solid #e9e9f3 !important;
    border-radius: 3px;
}

.user-m-in .new-ticket.log {
    display: none;
    margin-bottom: 20px;
}

.user-m-in .new-ticket.log .richText {
    margin-top: 0;
    background-color: #f9f9fd !important;
}

.user-m-in .new-ticket .richText .richText-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f9f9fd;
    height: 56px;
    border-bottom: none;
}

.user-m-in .new-ticket .richText .richText-editor {
    color: #15212a;
    line-height: 24px;
    border: none;
    height: 191px;
    max-height: 191px;
}

.user-m-in .new-ticket .richText .richText-editor i {
    font-style: italic !important;
}

.user-m-in .new-ticket .richText .richText-help {
    display: none;
}

.user-m-in .new-ticket .richText .richText-redo, .user-m-in .new-ticket .richText .richText-undo {
    display: none;
}

.user-m-in .new-ticket .richText .richText-toolbar > ul > li > a .richText-dropdown-outer .richText-dropdown {
    top: -175px;
    z-index: 99
}

.user-m-in .new-ticket .richText .richText-toolbar > ul {
    height: 56px;
    float: left;
    border-top: 1px solid #e9e9f3;
    width: calc(100% + 63px);
}

.user-m-in .new-ticket .richText .richText-toolbar > ul > li {
    height: 56px;
    float: left;
}

.user-m-in .new-ticket .richText .richText-toolbar > ul > li > a {
    height: 56px;
    border-right: none;
    padding: 20px 13px 20px 13px;
    color: #797a7c;
    position: relative;
}

.user-m-in .new-ticket .richText .richText-toolbar > ul > li > a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 14px;
    height: 28px;
    width: 1px;
    background: #dadce0;
}

.user-m-in .new-ticket .richText .richText-toolbar > ul > li:last-child a:before {
    display: none;
}

.user-m-in .new-ticket .richText .richText-toolbar > ul > li > a:hover {
    background: transparent;
}

.user-m-in .new-ticket span.preInfo {
    float: left;
    width: 100%;
    background: #daedf7;
    border: 1px solid #bee8f0;
    color: #31708f;
    margin: 20px 0;
    padding: 12px 24px 12px 24px;
    line-height: 24px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
}

.user-m-in .new-ticket .submit {
    float: left;
    background: #39ba77;
    height: 38px;
    color: #FFF;
    border: none;
    border-radius: 3px;
    padding: 0 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(57, 186, 119, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(57, 186, 119, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(57, 186, 119, 0.2);
}

.user-m-in .new-ticket .submit:hover {
    background: #35aa6d;
}

/* Support Created Page */
.userContent.support-created {
    height: 593px;
    text-align: center;
    padding: 0 130px;
}

.userContent.support-created span.not-created {
    float: left;
    width: 100%;
    color: #39ba76;
    font-size: 32px;
    font-weight: 700;
    margin-top: 190px;
}

.userContent.support-created p.not-created {
    float: left;
    width: 100%;
    color: #7c939e;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 29px;
}

.userContent.support-created a.show-not {
    display: inline-block;
    line-height: 50px;
    padding: 0 66px 0 29px;
    height: 50px;
    background: #fafafa;
    border: 1px solid #e1e8ed;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    color: #7c939e;
    margin-top: 32px;
    position: relative;
}

.userContent.support-created a.show-not:after {
    transition: background-position .2s;
    position: absolute;
    content: "";
    right: 30px;
    top: 14px;
    width: 22px;
    height: 22px;
    background-image: url("../../img/icons/created-not.png");
    background-position: 0 0;
}

.userContent.support-created a.show-not:hover {
    color: #39ba76;
}

.userContent.support-created a.show-not:hover:after {
    background-position: 0 22px;
    transition: background-position .2s;
}

.tickets .ticket span.ticketID {
    min-width: 50px;
}

.requiredError {
    background: #4A4A4F;
    position: absolute;
    bottom: -40px;
    z-index: 1;
    color: #f6f6f6;
    padding: 10px;
    border: 1px solid #4A4A4F;
    border-radius: 3px;
}

.userMainContent .new-ticket .richText .richText-editor {
    overflow-y: scroll !important;
}

.requiredError:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #4a4a4f transparent;
    display: inline-block;
    position: absolute;
    top: -10px;
}

.ticketMessages .ticketMessage div.ticketText {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 15px;
    color: #57657f;
    font-weight: 600;
    padding: 28px 14px 11px 14px;
}

.ticketMessages .ticketMessage.admin div.ticketText {
    padding: 28px 14px 27px 14px;
}

.ticketDetails ul.others li span.open, span.closed, span.answered, span.customerResponse, span.proposal, span.processing {
    display: inline-block;
    height: 28px;
    line-height: 28px !important;
    color: #FFF !important;
    padding: 0 9px 0 9px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    /*max-width: 44px;*/
}

.ticketDetails ul.others li span.open {
    background: #44ac4c;
}

.ticketDetails ul.others li span.answered {
    background: #79609b;
}

.ticketDetails ul.others li span.customerResponse {
    background: #fd6721;
}

.ticketDetails ul.others li span.closed {
    background: #3a9ff1;
    max-width: 75px;
}

.ticketDetails ul.others li span.proposal {
    background: #ff7181;
}

.ticketDetails ul.others li span.processing {
    background: #39ba76;
}


.richText .richText-toolbar ul li:nth-child(9) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(10) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(11) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(12) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(13) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(14) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(15) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(16) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(17) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(18) {
    visibility: hidden;
}

.richText .richText-toolbar ul li:nth-child(19) {
    display: none;
}

.editTicket {
    content: "";
    top: 19px;
    width: 14px;
    height: 14px;
    background-image: url(../img/icons/manage.png);
    position: relative;
    right: 10px;
    float: right !important;
}


.deleteReply {
    content: "";
    top: 22px;
    width: 14px;
    height: 12px;
    background-image: url(../img/icons/logout.png);
    background-repeat: no-repeat;
    position: relative;
    right: 15px;
    float: right !important;
}

.userMainContent .new-ticket .richText .richText-editor {
    overflow-y: scroll !important;
}

.ssi-right.ssr-empty {
    width: 100%;
    text-align: center;
}

.ssi-right.ssr-empty h3 {
    margin: 10px 0 0 0 !important;
}

#updateForm {
    width: 100%;
    padding: 25px;
    padding-top: 0px;
    clear: both;
    padding-bottom: 70px;
}

#updateForm .form-group {
    margin-bottom: 10px;
}

#updateForm input[type='text'] {
    float: left;
    border: 1px solid #E9E9F3;
    height: 48px;
    padding-left: 10px;
    width: 100%;
    color: #15212a;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #F9F9FD;
}

.contactPage.dpllog .pageTemplateHead {
    padding: 30px 0;
}

.contactPage.dpllog .pageTemplateHead h1 {
    margin-bottom: 8px;
    font-size: 14px;
    color: #e24728;
}

.contactPage.dpllog .pageTemplateHead h2 {
    color: #253C52;
    font-size: 34px;
    font-weight: 800;
    line-height: 48px;
}

.contactPage.dpllog .pageTemplateHead p {
    color: #999;
    margin-top: 10px;
}


/* Development Log */
.developmentLog {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0px 0 554px 0;
    position: relative;
}

.developmentLog:before {
    position: absolute;
    content: "";
    width: 662px;
    height: 511px;
    bottom: -13px;
    left: 50%;
    margin-left: -331px;
    background: url("../img/icons/developmentLog.png") no-repeat;
    z-index: 99;
}

.developmentLog:after {
    position: absolute;
    content: "";
    width: 915px;
    height: 795px;
    top: 0;
    right: 0;
    background: url("../img/icons/developmentLog2.png") no-repeat;
}

.developmentLog .accordion {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}

.developmentLog .accordion .accordionHead {
    float: left;
    width: 100%;
    height: 51px;
    border: 1px solid #e1e8ed;
    background: #fafafa;
    border-bottom: none;
    cursor: pointer;
}

.developmentLog .accordion:first-child .accordionHead {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.developmentLog .accordion.toggle:first-child .accordionHead {
    border-bottom: 1px solid #e1e8ed;
}

.developmentLog .accordion:last-child .accordionHead {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #e1e8ed;
}

.developmentLog .accordion.toggle .accordionHead {
    border-bottom: 1px solid #e1e8ed
}

.developmentLog .accordion:last-child .accordionContent {
    border-bottom: 1px solid #e1e8ed;
}

.developmentLog .accordion:nth-child(even) .accordionHead span.title {
    background: #fafafa;
}

.developmentLog .accordion .accordionHead span.date {
    float: left;
    width: 158px;
    border-right: 1px solid #e1e8ed;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #47a1e6;
    height: 49px;
    padding-top: 18px;
}

.developmentLog .accordion .accordionHead span.title {
    float: left;
    width: calc(100% - 382px);
    padding: 0 30px;
    background: #fff;
    border-right: 1px solid #e1e8ed;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    height: 49px;
    padding-top: 18px;
}

.developmentLog .accordion .accordionHead span.details {
    cursor: pointer;
    float: right;
    height: 49px;
    width: 224px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    color: #7c939e;
}

.developmentLog .accordion .accordionHead span.details p {
    position: relative;
    display: inline-block;
    height: 49px;
    padding-right: 39px;
    padding-top: 20px;
    z-index: 1;
}

.developmentLog .accordion .accordionHead span.details p:before {
    width: 22px;
    height: 22px;
    background: url("../img/icons/accordion.png") no-repeat;
    position: absolute;
    content: "";
    top: 14px;
    right: 0;
}

.developmentLog .accordion.toggle .accordionHead span.details p:before {
    background: url("../img/icons/accordion2.png") no-repeat;
}

.developmentLog .accordion ul.accordionContent {
    float: left;
    width: 100%;
    display: none;
    border-left: 1px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
    padding: 9px 30px 9px 30px;
}

.developmentLog .accordion ul.accordionContent li {
    float: left;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #e1e8ed;
}

.developmentLog .accordion ul.accordionContent li:last-child {
    border-bottom: none;
}

.developmentLog .accordion ul.accordionContent i {
    float: left;
    width: 30px;
    height: 28px;
    background: #47a1e6;
    color: #FFF;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
}

.developmentLog .accordion ul.accordionContent p {
    float: right;
    width: calc(100% - 49px);
    font-size: 15px;
    color: #222222;
    font-weight: 600;
    line-height: 22px;
    padding-top: 3px;
}

.developmentLog .accordion.toggle ul.accordionContent {
    display: block !important;
}

.developmentLog .accordion.toggle .accordionHead span.details p {
    color: #4d5255;
}

.developmentLog .accordion ul.accordionContent i {
    width: auto !important;
    padding: 0 10px;
    margin-right: 10px;
    height: 26px !important;
    line-height: 26px !important;
}

.developmentLog .accordion ul.accordionContent p {
    width: auto !important;
    display: block;
    float: inherit !important;
}

.developmentLog .accordion ul.accordionContent li {
    display: flex !important;
}

.developmentLog .accordion ul.accordionContent i.hata {
    background: #dc3545;
}

.developmentLog .accordion ul.accordionContent i.yenilik {
    background: #5ab92c;
}

.developmentLog .accordion ul.accordionContent i.duzenleme {
    background: #f47521;
}

.developmentLog .accordion ul.accordionContent i.uyari {
    background: #dc3545;
}

.developmentLog .accordion ul.accordionContent i.guncelleme {
    background: #47a1e6;
    width: 230px !important;
}

.richText-editor {
    overflow: auto !important;
}

.ticketText .highlight {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid;
}

@media only screen and (max-width: 769px) {
    .ticketText .highlight {
        padding: 10px;
    }
}

.ticketText .highlight.blue {
    background: #e9f7ff;
    border-color: #c8edff;
}

.ticketText .highlight.orange {
    background: #ffefd9;
    border-color: #ffe3ba;
}

.ticketDetails ul.others {
    display: flex;
    justify-content: space-between;

    & li {
        width: min-content !important;
        white-space: nowrap;
    }
}