@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,900&display=swap');


/*!
 * Copyright 2011-2024,Pazarda.com.
 */


.sayfalama {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blink-bg2 {
color: #fff;
    background-color: #fffbf1;
}


ul.pagination li a {
background-color: #ffffff;
    color: #1F1F1F !important;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 15px;
    border: 1px solid #ececec;
    border-radius: 2px;
    margin: 3px;
}



ul.pagination li a:hover {
    background-color: #5b554f;
    color: #fff !important;

}


ul.pagination li .active {
    background-color: #5b554f;
    color: #fff !important;
}


.dosyalarListe {
    display: flex;
    justify-content: left;
}

.dosyalarListe > div:not(:first-child) {
    margin-left: 15px;
}


.history-list2 strong.label {
    display: inline-block;
    width: 120px; /* Tüm etiketler için yeterli genişliği sağlayacak bir değer */
    color: #444444;
}

.history-list2 strong.labeliki {
    color: #444444;
}

.history-list2 li strong {
    padding-right: 20px;
}

.adres {
    margin-top: 10px;
    display: ruby-text;
    padding-left: 10px;
    font-size: 12px;
}

.adres li:not(:last-child)::after {
    content: " - ";
    padding: 3px; /* İsteğe bağlı olarak aralığı ayarlayabilirsiniz */
}


#kategori_secimi {
    padding-bottom: 15px;
    display: block;
}

.kategori_sec {
    width: 200px;
    float: left;
    margin-right: 20px;
}

.kategori_sec.tamam {
    height: 250px;
    padding: 5px;
    text-align: center;
    background: #C8E6C9;
    color: #4CAF50;
    border-radius: 2px;
}

.kategori_sec.tamam > i {
    font-size: 60px;
}

.kategori_sec.tamam h3 {
    margin: 0 0 20px 0;
}

.kategori_sec.tamam.limit {
    background: #FFCDD2;
    color: #C62828;
}

.kategori_sec.tamam.magaza {
    padding: 10px 15px;
    background: #fff3e2;
    color: #2f2f2f;
    width: 100%;
    height: auto !important;
    margin-bottom: 15px;
    text-align: left;
}

.kategori_sec.tamam.magaza .pull-left {
    margin-right: 20px;
}

.kategori_sec.tamam.magaza .pull-left i {
    font-size: 60px;
}

.kategori_sec.tamam.magaza .pull-left h3 {
    margin: 0;
    margin-top: 15px;
}

.kategori_sec.tamam.magaza .pull-left h3 a {
    color: #1565C0 !important;
    text-decoration: none !important;
}


#kategori_secimi {
    display: flex;
}

.etiketlerbolumu li:not(:last-child) {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 500;
    margin: 5px;
    background-color: #fff7ea;
    border: 1px solid #ffe8c5;
}

select {
    box-sizing: border-box;
}


.kategorisiralama1 li {
    padding-top: 6px !important;
    padding-bottom: 6px;
    font-size: 12px !important;
}


ul.kategorisiralama1 {
    padding-left: 8px;
}

a {
    color: #3E3E3E;
    text-decoration: none;
}

ul.ana_menu > li.dropdown > a {
    font-size: 13px;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    color: #383838;
    margin-bottom: 0;
}


.ilankategorialt li {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}


.fileuploader-input {
    border: 1px solid #eee !important;
    border-radius: 3px !important;
    background: #fafafa !important;
    padding: 15px !important;
}

.fileuploader-input-button {
    background: #4398f4 !important;
    font-weight: 600 !important;
}

.fileuploader-input i {
	font-size: 60px;
    color: #8d8d8d !important;
}

.fileuploader-input h3 {
    font-weight: 600 !important;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
display: inline-block;
    width: 15%;
    height: 96px;
    line-height: 68px;
    padding: 10px;
    vertical-align: top;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    width: 98%;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 50px;
    color: #acb9c7;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover {
    border-color: #92a7bf;
    color: #899baf;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active,
.fileuploader-theme-thumbnails
.fileuploader-dragging
.fileuploader-thumbnails-input-inner {
    background: #fff;
}

.fileuploader-theme-thumbnails .fileuploader-items-list {
    margin: -5px -10px;
}

.fileuploader-theme-thumbnails .fileuploader-item {
    -webkit-animation: fileuploaderScaleIn 0.2s ease;
    animation: fileuploaderScaleIn 0.2s ease;
    border-bottom: 0;
}

.fileuploader-theme-thumbnails .fileuploader-item-inner {
    position: relative;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    z-index: 1;
}

.fileuploader-theme-thumbnails .fileuploader-item-inner,
.fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder,
.fileuploader-theme-thumbnails
.fileuploader-items-list
.fileuploader-item-image {
    width: 100%;
    height: 100%;
}

.fileuploader-theme-thumbnails
.fileuploader-items-list
.fileuploader-item-image {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image img,
.fileuploader-theme-thumbnails
.fileuploader-item
.fileuploader-item-image
canvas {
    border-radius: 0;
}

.fileuploader-theme-thumbnails
.fileuploader-items-list
.fileuploader-item-image
img {
    max-height: 100%;
    min-height: 100%;
    max-width: none;
}

.fileuploader-theme-thumbnails
.fileuploader-item
.fileuploader-item-image.fileuploader-loading:after {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.2;
}

.fileuploader-theme-thumbnails .fileuploader-items-list .actions-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(33, 33, 33, 0.55);
    text-align: right;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
    z-index: 3;
}

.fileuploader-theme-thumbnails
.fileuploader-items-list
.fileuploader-item:hover
.actions-holder {
    opacity: 1;
}

.fileuploader-theme-thumbnails .fileuploader-action {
    background: 0;
    border: 0;
    width: 24px;
    height: 24px;
    margin: 3px 3px 0 0;
    z-index: 2;
}

.fileuploader-theme-thumbnails .fileuploader-action-remove i:before,
.fileuploader-theme-thumbnails .fileuploader-action-remove i:after {
top: 6px;
    left: 10.5px;
    height: 12px;
    width: 2.5px;
    background: #fff;
}

.dosya-sil i::before {
    padding: 2px;
}

.fileuploader-theme-thumbnails .fileuploader-action-vitrin {
    display: none;
    position: absolute;
    top: 0 !important;
    left: 4px;
    color: #fff;
    z-index: 5000;
}

.fileuploader-theme-thumbnails .fileuploader-action-dondur {
    display: none;
    position: absolute;
top: 5px !important;
    left: 7px;
    font-size: 11px;
    background-color: #2185d0;
    z-index: 5000;
}

.fileuploader-theme-thumbnails .fileuploader-action-sort {
    display: none;
    position: absolute;
	top: 5px !important;
    left: 38px;
    background-color: #de009e;
    color: #fff;
    z-index: 5000;
}

.fileuploader-theme-thumbnails li:first-child .fileuploader-action-vitrin {
    display: none;
    position: absolute;
    top: 0 !important;
    left: 4px;
    color: #fff;
    z-index: 5000;
}

.fileuploader-theme-thumbnails li:first-child .fileuploader-action-dondur {
    display: none;
    position: absolute;
	top: 5px !important;
    left: 38px;
    font-size: 11px;
    background-color: #2185d0;
    z-index: 5000;
}

.fileuploader-theme-thumbnails li:first-child .fileuploader-action-sort {
    display: none;
    position: absolute;
	top: 5px !important;
    left: 68px;
    background-color: #de009e;
    color: #fff;
    z-index: 5000;
    cursor: move;
}

.fileuploader-theme-thumbnails
li:first-child:hover
.fileuploader-action-dondur {
    display: block;
}

.fileuploader-theme-thumbnails li:first-child:hover .fileuploader-action-sort {
    display: block;
}

ul.fileuploader-items-list li:first-child .fileuploader-action-vitrin {
    display: block;
    position: absolute;
    top: 0 !important;
    left: 4px;
    color: #fff;
    background: #de009e !important;
    z-index: 5000;
}

ul.fileuploader-items-list li:first-child .fileuploader-action-vitrin {
    display: block;
    position: absolute;
	top: 5px !important;
    left: 7px;
    color: #ffffff;
    background: #ff7600 !important;
    z-index: 5000;
}

.fileuploader-theme-thumbnails .fileuploader-action-dondur:hover {
    background: #2185d0;
    color: #fff;
}

.fileuploader-theme-thumbnails .fileuploader-action-dondur:active {
    background: #2185d0;
    color: #fff;
}

.fileuploader-theme-thumbnails .fileuploader-action-sort:hover {
    background: #de009e;
    color: #fff;
}

.fileuploader-theme-thumbnails .fileuploader-action-sort:active {
    background: #de009e;
    color: #fff;
}

.fileuploader-item:hover .fileuploader-action-dondur,
.fileuploader-item:hover .fileuploader-action-sort {
    display: block;
}

.fileuploader-theme-thumbnails .fileuploader-action-vitrin i {
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    text-align: center;
    width: 24px;
    line-height: 24px;
}

.fileuploader-theme-thumbnails .fileuploader-action-dondur i {
    margin: 0 !important;
	
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    text-align: center;
    width: 24px;
    line-height: 24px;
}

.fileuploader-theme-thumbnails .fileuploader-action-sort i {
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    text-align: center;
    width: 24px;
    line-height: 24px;
}



.fileuploader-theme-thumbnails .fileuploader-action-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.fileuploader-theme-thumbnails .fileuploader-item.upload-failed {
    background: 0;
}

.fileuploader-theme-thumbnails
.fileuploader-items-list
.fileuploader-item.upload-failed
.fileuploader-item-icon {
    display: block !important;
    background: #db6868 !important;
    color: #fff;
}

.fileuploader-theme-thumbnails
.fileuploader-item.upload-pending
.fileuploader-action-remove:after,
.dosya-sil:after {
    right: 0;
    margin-top: -14px;
}

.fileuploader-theme-thumbnails .fileuploader-action-remove:hover,
.fileuploader-theme-thumbnails .fileuploader-action-remove:active,
.fileuploader-theme-thumbnails .dosya-sil:hover,
.fileuploader-theme-thumbnails .dosya-sil:active {
    background: #e74c3c;
    color: #fff;
}


.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fileuploader-theme-thumbnails
.fileuploader-item
.progress-holder
.fileuploader-progressbar {
    position: relative;
    top: 50%;
    width: 80%;
    height: 6px;
    margin: 0 auto;
    background: #dde4f6;
}

.fileuploader-theme-thumbnails .fileuploader-item.sorting {
    -webkit-animation: none;
    animation: none;
}

.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: 0;
}

.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder div {
    background: #fff;
}

.fileuploader-action-success {
    background: #4398f4 !important;
}

.fileuploader-action-sort {
    right: 0 !important;
    margin-top: 2px !important;
    z-index: 5;
    color: #fff !important;
    line-height: 24px !important;
}

ul.bilgi {
    padding: 10px 20px 10px 25px;
    margin: 0;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

ul.bilgi li {
    font-size: 12px;
    color: #555;
}

/*YENİ KODLAR BİTTİ*/


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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

::-moz-selection { /* Code for Firefox */
    background-color: #CCE2FF;
    color: rgba(0, 0, 0, .87);
}

::marker {
    content: '';
    font-size: 11px;
    color: #797979;

}

::selection {
    background-color: #CCE2FF;
    color: rgba(0, 0, 0, .87);
}

ol, ul {
    list-style: none;
    margin-bottom: 0 !important;
}

a:hover {
    color: inherit !important;
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

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

button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

button {
    outline: none;
}

button:focus {
    outline: none !important;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

p {
    font-size: 14px;
    line-height: 26px;
}

a {
    cursor: pointer !important;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    font-family: "Inter", sans-serif !important;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}

h2 {
    font-size: 1.625em;
    font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

h3 {
    font-size: 1.375em;
    font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}

h4 {
    font-size: 1.125em;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}

h5 {
    font-size: 1.10em;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}

h6 {
    font-size: 1em;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}

blockquote {
    font-size: 1.25em;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }

    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }

    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
    }

    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833333;
        /* 35px / 24px */
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height
	and something more appropriate for display headings */
    }

    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */


html {
    font-size: 14px;
}

body {
    margin: 0;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #1F1F1F;
    background: #fbfbfb !important;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 23.3%, 0.5);
}

body ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px !important;
    height: 4px;
    background: white !important;
}

input[type=text] {
    color: #6D6D6D !important;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 500 !important;
    font-size: 12px;
}


/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #EFEFEF;
}


.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 10px;
    color: #333;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    width: 220px;
}

.night_mode_switch__btn a i {
    font-size: 120%;
    height: 30px;
    Width: 30px;
    background: #E5F7E4;
    border-radius: 100%;
    margin-right: 10px;
    padding: 6px 4px 0;
    display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}

/*--- search cate scroll ---*/

.search-by-cat::-webkit-scrollbar {
    width: 4px;
}

.search-by-cat::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.bs-canvas-body::-webkit-scrollbar {
    width: 4px;
}

.bs-canvas-body::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.scrollstyle_4::-webkit-scrollbar {
    width: 5px;
    background-color: #F1F1F1;
}

.scrollstyle_4::-webkit-scrollbar-thumb {
    background-color: #E5E5E5;
}

.scrollstyle_4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #F5F5F5;
}

.scrollstyle_5::-webkit-scrollbar {
    width: 5px;
    background-color: #F1F1F1;
}

.scrollstyle_5::-webkit-scrollbar-thumb {
    background-color: #E5E5E5;
}

.scrollstyle_5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #F5F5F5;
}


/*--- Header ---*/

.header {
    z-index: 999;
    width: 100%;

	border-bottom: 1px solid #e2e2e2;
    float: left;
    background: #FFF;
    box-shadow: -0.083333333in 0.7px 1px -20px rgba(25, 42, 70, .13);
}

.top-header-group {
    float: left;
    width: 100%;
    display: block;
}

.top-header {
    float: left;
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
}

.main_logo {
    float: left;
    width: 155px;
    margin-left: 0px;
}

.blog_logo {
    padding: 12px 0px;
}

.logo-inverse {
    display: none;
}

.search120 {
    float: left;
    margin-left: 175px;
    width: 30%;
}

.main_logo img {
    width: 100%;
    padding-top: 0;
}

.res_main_logo {
    display: none;
    width: 45px;
}

.res_main_logo img {
    width: 100%;
    padding-top: 3px;
}

.srch10 {
    background: #F7F7F7 !important;
    border: 0 !important;
    color: #1F1F1F !important;
}

i.icon1 {
    font-size: 16px !important;
}

.ui.swdh10 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*='left icon'].swdh10.input > input {
    padding-left: 3.2em !important;
    padding-right: 1em !important;
    font-size: 12px;
    font-weight: 500 !important;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600;
    border: 0 !important;
}

.ui.search .prompt {
    border-radius: .3rem !important;
    width: 80%;
}

.header_right {
    margin-left: auto;
    float: right;
}

.header_right ul li {
    display: inline-block;
    vertical-align: middle;
}

.option_links {
    padding: 5px 4px;
    font-size: 20px;
    color: #91699C;
    position: relative;
}

.option_links i {
    font-size: 18px;
}

.option_links .icon_wishlist {
    background: #F9F9F9;
    color: #646464;
    height: 35px;
    width: 35px;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 10%;
}

.option_links .icon_noti {
    background: rgba(2, 114, 54, 0.2);
    color: #027236;
    height: 35px;
    width: 35px;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 100%;
}

.option_links:hover, .option_links:focus {
    color: #1F1F1F !important;
}

.noti_count {
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 8px;
    background: #027236;
    color: #FFF;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
}

.yeni_mesaj_sayi, .yeni_bildirim_sayi {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    right: 8px;
    background: #FF530B;
    color: #FFF;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
}

.opts_account {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #1F1F1F;
    float: right;
    padding: 7px 7px 7px 10px;
    background: #F9F9F9;
    border-radius: 10px;
    margin-left: 17px;
}

.opts_account img {
    width: 27px;
    border-radius: 50%;
    border: 1px solid #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 0;
}

.opts_account .user__name {
    margin-left: 10px;
    font-size: 13px;
}

.opts_account:hover {
    color: #ff7600 !important;
}

.icon__1 {
    font-size: 18px;
    margin-right: 10px;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #AFAFAF;
    text-align: left;
    margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.menu.dropdown_account {
    margin-top: 10px !important;
    border-top: 1px solid #FFF !important;
    border-radius: 3px !important;
}

.menu.dropdown_account_rl {
    min-width: 220px !important;
}

.rl-account-step p {
    font-size: 13px;
    font-weight: 400;
}

.rl-account {
    text-align: center;
    padding: 15px;
}

.rl-account-step {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}

.rl-account-step:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.lr-acount-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    color: #FFF;
    background-color: #ff7600;
}

.menu.dropdown_mn {
    width: 300px;
    margin-top: 12px !important;
    border-top: 1px solid #FFF !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 12px !important;
    border-top: 1px solid #FFF !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.channel_my {
    padding: 15px !important;
    border-bottom: 1px solid #EFEFEF !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 2px solid #FFF;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
    white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #1F1F1F;
    text-align: left;
    position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    color: #686F7A;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #ED2A26 !important;
}

.ui.dropdown .menu > .channel_item {
    color: #2F2F2F !important;
    padding: .78571429rem 1.14285714rem !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.ui.dropdown .menu > .channel_item:hover {
    color: #1F1F1F !important;
    background: #F9F9F9 !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1DA1F2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #91699C;
    text-align: left;
    margin-top: 8px;
    line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #AFAFAF;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0;
    background: #ff7600;
    font-size: 14px;
    color: #FFF !important;
    font-weight: 500;
}

.ui.input > input {
    
}

.select_location {
    margin-left: 34px;
    float: left;
}

.ui.inline.dropdown.loc-title > .text {
    font-weight: 500 !important;
    color: #1F1F1F;
    font-size: 12px;
}

.menu.dropdown_loc {
    width: 170px;
    margin-top: 20px !important;
    border-top: 1px solid #FFF !important;
    border-radius: 3px !important;
    min-width: 170px !important;
}

.offer-link {
    font-size: 14px;
    font-weight: 400;
    margin-right: 18px;
    color: #1F1F1F;
    margin-left: 6px;
}

.offer-link:hover {
    color: #ff7600 !important;
}

.offer-link i {
    font-size: 16px;
    margin-right: 3px;
}

.sub-header-group {
    float: left;
    width: 100%;
    display: block;
    border-top: 1px solid #EFEFEF;
}

.sub-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar-light .main_nav .nav-link {
    color: #1F1F1F !important;
}

.main_nav .nav-link {
    display: block;
    padding: 5px 15px !important;
    font-size: 13.2px;
    letter-spacing: 0.1px;
    cursor: pointer;
    font-weight: 500;
}

.navbar-light .main_nav .nav-link.active {
    color: #F27A1A !important;
}

.navbar-light .main_nav .nav-link:hover {
    color: #F27A1A !important;
}

.header_cart {
    margin-left: 15px;
}

.cart__btn {
    color: #FFF !important;
    font-size: 13px;
    font-weight: 600 !important;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    background: #ff7600;
    padding: 8px 20px;
    border-radius: 3px;
    text-align: center;
    border: none;
}

.cart__btn2 {
    color: #FFF !important;
    font-size: 13px;
    font-weight: 600 !important;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    background: #666666;
    border-color: #ff000000;
    padding: 8px 20px;
    border-radius: 5px;
    text-align: center;
}

.cart__btn span {
    margin: 0 2px;
    font-weight: 600;
}

.hover-btn:hover {
    background: #F27A1A;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
}

.hover-btn2:hover {
    background: #4B4B4B;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
}

.cart__btn ins {
    color: #FFF !important;
    margin-left: 5px;
    text-decoration: none !important;
}

.category_drop {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 13.2px;
    letter-spacing: 0.1px;
    color: #1F1F1F;
    position: relative;
    font-weight: 500;
    border-right: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
}

.category_drop i {
    margin-right: 10px;
}

.menu.dropdown_page {
    width: 220px;
    margin-top: 14px !important;
    border-top: 1px solid #FFF !important;
    border-radius: 3px !important;
    min-width: 170px !important;
    padding-bottom: 5px !important;
}

.menu_toggle_btn {
    padding: 5px !important;
    line-height: 1;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 26px !important;
    background: #F9F9F9 !important;
    color: #1F1F1F !important;
}

.mt1-5 {
    margin-top: 124px !important;
    text-align: center;
}

.bmt1-5 {
    margin-top: 60px !important;
    text-align: center;
}

.bg-dark1 {
    background-color: #FFF !important;
    z-index: 999;
}

/* --- Category Model --- */
.main-gambo-model {

}

.category-area-inner .modal-header {
    border-bottom: 0;
}

.category-area-inner .btn-close {
    color: #FFF !important;
    opacity: 1 !important;
    padding: 0px 0 0px !important;
    font-size: 25px !important;
    cursor: pointer !important;
}

.category-model-content {
    background: #FFF;
    border: 0 !important;
    border-radius: 0 !important;
}

.catey__icon {
    display: none;
}

.search__icon {
    display: none;
}

.sub-header-icons-list {
    display: inline-block;
    font-size: 20px;
}

.cate__btn {
    font-size: 20px;
    color: #8F91AC !important;
    padding: 20px 20px 19px;
}

.cate__btn:hover {
    color: #ff7600 !important;
}

.search__btn {
    font-size: 20px;
    color: #FFF !important;
    padding: 20px 20px 21px;
    background: #1F1F1F;
}

/* --- Category Mode --- */

.cate-header {
    background: #F27A1A;
    color: #FFF;
    padding: 15px 20px;
}

.cate-header h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.category-by-cat {
    width: 100%;
    display: inline-table;
}

.category-by-cat li {
    width: 33.333%;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
    float: left;
}

.single-cat-item {
    text-align: center;
    padding: 20px 10px;
    display: block;
    border-right: 1px dotted #EFEFEF;
    border-bottom: 1px dotted #EFEFEF;
}

.single-cat-item:hover {
    background: #F9F9F9;
}

.single-cat-item .text {
    font-size: 12px;
    font-weight: 500;
    color: #5A5A5A;
    letter-spacing: 0.3px;
}

.single-cat-item .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.single-cat-item .icon img {
    width: 40px;
}

.morecate-btn {
    display: block;
    text-align: center;
    border-top: 0px solid #EFEFEF;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
}

.morecate-btn i {
    margin-right: 5px;
}

.morecate-btn:hover {
    color: #ff7600 !important;
}

.search-ground-area {
    max-width: 400px !important;
}

.search-header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
}

.search-header input {
    width: 100%;
    border: 0;
    padding: 20px;
    position: relative;
}

.search-header button {
    position: absolute;
    right: 0px;
    background: transparent;
    border: 0;
    padding: 17px;
    font-size: 20px;
}

.search-by-cat {
    width: 100%;
    height: 321px;
    overflow: hidden scroll;
}

.search-by-cat .single-cat {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 15px 20px;
}

.search-by-cat .single-cat .icon {
    background-color: #F9F9F9;
    border-radius: 5%;
    color: #FFF;
    font-size: 22px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    width: 50px;
}

.search-by-cat .single-cat .icon img {
    width: 30px;
}

.search-by-cat .single-cat .text {
    color: #1F1F1F;
    font-weight: 400;
    padding-left: 20px;
    font-size: 16px;
}

.search-by-cat .single-cat:hover .text {
    color: #ff7600;
}


/* --- Cart Offset Overlay --- */

.bg-cart {
    background: #F6F6F6;
}

.bs-canvas-overlay {
    opacity: 0.96;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 350px;
    transition: margin .4s ease-out;
    -webkit-transition: margin .4s ease-out;
    -moz-transition: margin .4s ease-out;
    -ms-transition: margin .4s ease-out;
}

.bs-canvas-left {
    left: 0;
    margin-left: -400px;
}


.bs-canvas-close {
    color: #FFF !important;
    opacity: 1 !important;
}

.side-cart-header {
    background: #F27A1A;
    color: #FFF;
    position: sticky;
    top: 0;
}

.main-cart-title {
    font-size: 18px;
    font-weight: 600;
}

.main-cart-title span {
    color: #F69733;
    margin-left: 5px;
}

.bs-canvas-body {
    background: #F7F7F7;
    position: absolute;
    width: 100%;
    top: 48px;
    bottom: 190px;
    overflow-y: scroll;
}

.bs-canvas-footer {
    background: #F6F6F6;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #EFEFEF;
}

.cart-top-total {
    background: #FFF;
    border-bottom: 1px solid #EFEFEF;
    padding: 20px;
}

.cart-total-dil {
    display: flex;
    width: 100%;
 
    align-items: center;
}

.cart-total-dil h4 {
    margin-bottom: 0;
    font-size: 12px;
font-weight: 600;
    color: #363636;
    line-height: 24px;
}

.cart-total-dil span {
    color: #363636;
    font-size: 12px;
    font-weight: 600 !important;
    margin-left: auto;
    line-height: 24px;
}

.main-total-cart {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.saving-total {
    padding: 20px 20px 0;
}

.main-total-cart h2 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 24px;
}

.main-total-cart span {
    color: #ff7600;
    font-size: 13px;
    margin-left: auto;
    font-weight: 600;
    line-height: 24px;
}

.checkout-cart {
    display: flex;
    padding: 20px;
    align-items: center;
}

.filtrele {
    padding: 20px;
    align-items: center;
}

.filtrele2 {
    padding: 10px;
    align-items: flex-start;
}

.filtrele3 {
    padding: 0px;
    padding-top: 20px;
    align-items: flex-start;
}

.promo-code {
    font-size: 14px;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 24px;
}

.promo-code:hover {
    color: #ff7600 !important;
}

.cart-checkout-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #FFF;
    background: #ff7600;
    font-weight: 500;
}

.cart-item {
    display: flex;
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 16px;
    background: #FFF;

}

.cart-item:last-child {
    border-bottom: 0;
}

.side-cart-items {

}

.cart-product-img {
    width: 110px;
    position: relative;
}

.cart-product-img img {
    width: 80%;
    border-radius: 5px;
    border: 1px solid #F7F7F7;
}

.offer-badge {
    position: absolute;
    top: -10px;
    right: 34px;
    font-size: 10px;
    font-weight: 600;
    color: #FFF;
    background: #21BA45F5;
    padding: 1px 10px 0px;
    border-radius: 3px;
    line-height: 20px;
}

.cart-text {
    margin-left: 0px;
    width: 100%;
    font-size: 13px;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600;
    position: relative;
}

.cart-text h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1F1F1F;
    text-align: left;
    margin-bottom: 10px;
}

.cart-close-btn {
    position: absolute;
    top: 2px;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #1F1F1F;
}

.cart-close-btn:hover {
    color: #ff7600;
}


/* --- Cart Radio Btn --- */

.kggrm-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.kggrm-now li {
    margin-right: 5px;
    width: 40px;
    height: 30px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.kggrm-now label,
.kggrm-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kggrm-now input[type='radio'] {
    display: none;
}

.kggrm-now input[type='radio']:checked + label,
.Checked + label {
    background: #ff7600;
}

.kggrm-now label {
    padding: 3px;
    cursor: pointer;
    background: #C7C7C7;
    color: #FFF;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
}

.kggrm-now label:hover {
    background: #ff7600;
}

.qty-group {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

/* -- quantity box -- */

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 0;
    margin-left: -4px;
    margin-right: -4px;
    background: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.quantity .input-text.qty.white-bg-input {
    border: 1px solid #EFEFEF;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 6px 10px 5px;
    height: 30px;
    background-color: #1F1F1F;
    border: 0;
    color: #FFF;
    cursor: pointer;
    border-radius: 3px;
    width: 30px;
}

.quantity.buttons_added .minus-btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quantity.buttons_added .plus-btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}


.cart-item-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #ff7600;
    text-align: right;
    display: inline-flex;
    margin-left: auto;
}

.cart-item-price span {
    color: #C7C7C7;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
}

.wishlist-item {
    display: flex;
}

.wishlist-product-img {
    width: 70px;
    position: relative;
}

.wishlist-product-img img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
}

/* --- Filters Overlay --- */

.bs-canvas-right {
    right: 0;
    margin-right: -400px;
}

.bs-canvas-close {
    color: #FFF !important;
    opacity: 1 !important;
}

.side-cart-header {
    background: #ff7600;
    color: #FFF;
    position: sticky;
    top: 0;
}

.main-cart-title {
    font-size: 16px;
    font-weight: 500;
}

.bs-canvas-body {
    background: #F9F9F9;
    position: absolute;
    width: 100%;
    top: 93px;
    bottom: 70px;
    overflow-y: scroll;
}

.filter-body {
    background: #FFF !important;
    bottom: 0 !important;
    padding-bottom: 30px;
}

.filter-items {
    padding: 30px 30px 0;
}

.filter-items2 {
    padding: 0px 0px 0;
}

.filtr-cate-title h4 {
    font-size: 13px;
    font-weight: 600;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    color: #383838;
    margin-bottom: 0;
}

.filter-item-body {
    height: 202px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.other-item-body {
    height: 166px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.offer-item-body {
    height: auto;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.price-pack-item-body {
    height: auto;
    width: 100%;
    margin-top: 10px;
    overflow-y: auto;
}

.price-pack-item-body2 {
    height: 400px;
    width: 100%;
    margin-top: 10px;
    overflow-y: auto;
}

.price-pack-item-body3 {
    max-height: 350px;
    height: auto;
    min-height: auto;
    width: 100%;
    margin-top: 5px;
    overflow-y: auto;
}

.price-pack-item-body4 {
    height: 200px;
    width: 100%;
    margin-top: 5px;
    overflow-y: auto;
}

.price-pack-item-body5 {
    height: 150px;
    width: 100%;
    margin-top: 5px;
    overflow-y: auto;
}

.price-pack-item-body9 {
    height: auto;
    width: 100%;
    margin-top: 5px;
    overflow-y: auto;
}

.price-pack-item-body6 {
    height: 100px;
    width: 100%;
    margin-top: 5px;
    overflow-y: auto;
}

/* --- category Radio Btn --- */

.cte-select {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cte-select li {
    margin-right: 0;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left;
    display: block;
    margin-bottom: 0px;
    border-bottom: 0;
}

.cte-select label,
.cte-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cte-select input[type='radio'] {
    display: none;
}

.cte-select input[type='radio']:checked + label,
.Checked + label {
    background: #ff7600;
    color: #FFF;
}

.cte-select label {
    padding: 10px 10px;
    cursor: pointer;
    background: #F9F9F9;
    color: #1F1F1F;
    border-radius: 0;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.cte-select label:hover {
    background: #ff7600;
    color: #FFF;
}

.brand-list {
    width: 100%;
}

.search-by-catgory {
    margin-bottom: 15px;
    width: 100%;
}

.custom-control-label {
    font-size: 12px;
    font-weight: 600;
    color: #545454 !important;
    vertical-align: middle !important;
    padding-top: 2px;
    padding-left: 5px;
}

.custom-control-label::before {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.custom-checkbox .custom-control-label::before {
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-control-label::after {
    top: .29rem !important;
    left: -1.5rem !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    content: '';
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ff7600 !important;
    background-color: #ff7600 !important;
}

.pb2 {
    padding-bottom: 10px;
}

.pb2:last-child {
    padding-bottom: 10px;
}

.webproduct {
    color: #8F91AC;
    padding-left: 3px;
}

/* --- Index Page --- */

.wrapper {
    padding-top: 68px;
    padding-bottom: 0px !important;
    padding-bottom: 50px;
}

.wrapper-blog {
    padding-top: 60px !important;
}

.main-banner-slider {
    margin-top: 30px;
}

.offers-banner .owl-stage-outer {
    overflow: visible !important;
}

.offer-item {
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.offer-item-img {
    position: relative;
    width: 100%;
}

.offer-item-img img {
    border-radius: 5px;
    width: 100%;
}

.gambo-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1F1F1F;
    border-radius: 5px;
    opacity: 0.05;
}

.offer-top-text-banner {
    position: absolute;
    top: 20px;
    left: 5px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 15px 11px;
    width: 220px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.offer-top-text-banner p {
    font-size: 12px;
    font-weight: 600;
    color: #ff7600;
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
}

.top-text-1 {
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
}

.offer-top-text-banner span {
    font-weight: 500;
    font-size: 14px;
    color: #8F91AC;
    text-align: left;
    line-height: 24px;
}

.Offer-shop-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 10px 30px;
    background: #ff7600;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

/* --- Slider Category --- */

.section145 {
    padding: 37px 0 0;
    width: 100%;
    display: block;
}

.main-title-tt {
    margin-bottom: 27px;
    display: flex;
    align-items: flex-end;
}

.main-title-ttt {
    margin-bottom: 17px;
    display: flex;
    align-items: flex-end;
}

.main-title-left {
    margin-right: auto;
}

.main-title-left span {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #ff7600;
    margin-bottom: 10px;
    display: block;
}

.main-title-left h2 {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #4A4A4A;
    margin-top: 0;
    display: block;
}


.see-more-btn {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    text-align: right;
}

.see-more-btn:hover {
    color: #ff7600 !important;
}

.category-item {
    width: 100%;
    display: block;
    background: radial-gradient(circle farthest-corner at center center, #FFF, #E0E0E0) no-repeat;
    border-radius: 10px;
    text-align: center;
    padding: 0px;
}

.category-item2 {
    width: 100%;
    display: block;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.cate-img {
    min-height: 230px;
    max-height: 230px;
    text-align: center;
    display: inline-block;
}

.cate-img2 {
    width: 50px;
    text-align: center;
    display: inline-block;
}

.cate-img img {
    display: inline-block;
}

.category-item h4 {
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 15px;
    text-align: center;
}

.cate-slider .owl-nav {
    margin-top: 0 !important;
}

.cate-slider .owl-nav .owl-prev {
    left: 0px;
    font-size: 20px !important;
    position: absolute;
    top: 35%;
    text-align: center;
    height: 40px !important;
    width: 40px !important;
    padding: 4px 0 !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: 0px;
    top: 35%;
    padding: 4px 0 !important;
    text-align: center;
    height: 40px !important;
    width: 40px !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-prev:hover {
    color: #FFF !important;
    opacity: 1;
    background: #ff7600 !important;
    border: 1px solid #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-next:hover {
    color: #FFF !important;
    opacity: 1;
    border: 1px solid #ff7600 !important;
    background: #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

span.like-icon {
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    z-index: 101;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    background-color: #4CAF50;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 37px;
    border-radius: 5px;
    transition: all 0.4s;
}

.like-icon:before, .like-icon:after {
    transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 0px;
}

.like-icon:before {
    content: '\f00c';
    transform: scale(0.95);
}

.like-icon:after {
    content: '\f00c';
    opacity: 0;
    transform: scale(0.3);
    font-weight: 900;
}

.like-icon.liked:after {
    opacity: 1;
    transform: scale(0.95);
}

.like-icon:hover, .like-icon.liked {
    background-color: #F69733;
    color: #FFF;
}

.like-icon.liked:before {
    opacity: 0;
}

.product-item {
    width: 100%;
    display: block;
    background: #FFF;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    border: 1px solid #EFEFEF;
}

.product-img {
    width: 100%;
    position: relative;
    padding: 0px 0px;
    display: block;
}

.product-img img {
    width: 100%;
}

.product-item:hover img {

}

.offer-badge-1 {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin-left: 50px;
    background: #FFB000;
    padding: 5px 10px;
    border-radius: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

.offer-badge-2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 50px;
    background: #00000094;
    padding: 2px 10px;
    border-radius: 1px;
    line-height: 20px;
}

.product-text-dt p {
    font-size: 12px;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600;
    color: #505050;
    margin-bottom: 0;
    line-height: 24px;
}

.product-text-dt p span {
    margin-left: 5px;
}

.product-text-dt h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px !important;
    line-height: 24px;
    text-align: center;
    color: #1F1F1F;
}

.product-price {
    font-size: 15px;
    font-weight: 600;
    line-height: 10px;
    color: #444444;
    text-align: center;
}

.product-price span {
    color: #C7C7C7;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
}

.qty-cart {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.cart-icon {
    margin-left: auto;
    font-size: 20px;
    color: #C7C7C7;
    cursor: pointer;
}

.cart-icon:hover {
    color: #ff7600;
}

.featured-slider .owl-nav .owl-prev {
    left: 0px;
    font-size: 20px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 40px !important;
    width: 40px !important;
    padding: 4px 0 !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: 0px;
    top: 42%;
    padding: 4px 0 !important;
    text-align: center;
    height: 40px !important;
    width: 40px !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-prev:hover {
    color: #FFF !important;
    opacity: 1;
    background: #ff7600 !important;
    border: 1px solid #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-next:hover {
    color: #FFF !important;
    opacity: 1;
    border: 1px solid #ff7600 !important;
    background: #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.best-offer-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.best-offer-item img {
    width: 100%;
    border-radius: 5px;
}

.offer-counter-text {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0px;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.cmtk_dt {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.code-offer-item img {
    width: 100%;
    border-radius: 5px;
}

/* --- Footer --- */

.footer {
    background-color: white;
}

.footer-first-row {
    padding: 20px 0;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #ffffff;
}

.call-email-alt {
    float: left;
    width: 100%;
}

.call-email-alt li {
    display: inline-block;
    margin-right: 10px;
}

.call-email-alt li:last-child {
    margin-right: 0;
}

.filtre {
    font-size: 12px;
    background-color: white;
    padding: 10px;
    border: 1px solid #EFEFEF !important;
    font-weight: 600;
    color: #3E3F5E;
}

.filtre i {
    margin-left: 5px;
    color: #ff7600;
}

.social-links-footer {
    text-align: right;
    float: left;
    width: 100%;
}

.social-links-footer h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 17px;
}

.social-links-footer ul {
    float: left;
    margin-top: 5px;
    width: 100%;
}

.social-links-footer ul li {
    display: inline-block;
    padding-right: 15px;
}

.social-links-footer ul li:last-child {
    padding-right: 0;
}

.social-links-footer ul li a {
    color: #1F1F1F;
    font-size: 14px;
    text-align: right;
    position: relative;
    display: inline-block;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-links-footer ul li:hover a {
    bottom: 5px;
    color: #ff7600 !important;
}

.footer-second-row {
    padding-bottom: 50px;
   padding-bottom: 50px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.second-row-item {
    margin-top: 47px;
}

.second-row-item h4 {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 600;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    text-align: left;
    margin-bottom: 17px;
}

.second-row-item ul li {
    display: block;
    padding-bottom: 9px;
}

.second-row-item ul li:last-child {
    padding-bottom: 0;
}

.second-row-item ul li a {
    color: #636363;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.second-row-item ul li a:hover {
    color: #ff7600 !important;
    left: 5px;
}

.second-row-item-2 {
    margin-top: 86px;
}

.second-row-item-app {
    margin-top: 47px;
}

.second-row-item-app h4 {
    color: #404040;
    font-size: 14px;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600;
    text-align: left;
    margin-bottom: 17px;
}

.second-row-item-app ul li {
    display: inline-block;
    padding-right: 0;
}

.second-row-item-app ul li:last-child {
    padding-right: 0;
}

img.download-btn {
    width: 150px;
}

.footer-last-row {
    padding: 30px 0;
    background: #FFFFF;
    text-align: center;
}

.footer-bottom-links ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom-links li a {
    color: #3E3F5E;
    font-size: 13px;
    font-weight: 500 !important;
    text-align: left;
    line-height: 24px;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer-bottom-links ul li:hover a {
    bottom: 2px;
    color: #ff7600 !important;
}

.copyright-text {
    color: #3E3F5E;
    font-weight: 500;
    font-size: 12px;
    padding: 20px 0 0;
    letter-spacing: 0.3px;
}

.financial-institutes {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.financial-institutes__logo img {
    width: 35px;
    height: auto;
}

.second-row-item-payment {
    margin-top: 37px;
}

.second-row-item-payment h4 {
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 17px;

}

/* --- Product Grid Page --- */

.gambo-Breadcrumb {
    background: #FFF;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin-top: -10px;
    padding: 5px 0;
}

.gambo-Breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    color: #3C3C3C;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a {
    color: #8F91AC !important;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #1F1F1F !important;

}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #1F1F1F;
}

.all-product-grid {
    margin-top: 40px;
}

.product-top-dt {
    float: left;
    width: 100%;
    display: block;
}

.product-left-title {
    float: left;
    font-size: 12px;
}

.product-left-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1F1F1F;
    text-align: left;
    padding-top: 3px;
}

.filter-btn {
    font-size: 13px;
    font-weight: 500;
    float: right;
    display: block;
    height: 40px;
    width: 110px;
    padding: 10px 0;
    text-align: center;
    color: #5A5A5A;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    text-transform: uppercase;
}

.filter-btn:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}


.filter-btn2 {
    font-size: 11.4px;
    font-weight: 600;
    float: right;
    display: block;
    height: 30px;
    width: 95px;
    padding: 5px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #505050;
    background: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    text-transform: uppercase;
}

.filter-btn2:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}


.filter-btn5 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    float: right;
    display: block;
    height: 35px;
    width: 145px;
    padding: 7px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #FFFFFF;
    background: #FF5722;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    text-transform: uppercase;
}

.filter-btn5:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}

.filter-btn6 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    float: right;
    display: block;
    height: 35px;
    width: 145px;
    padding: 7px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #FFFFFF;
    background: #828282;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    text-transform: uppercase;
}

.filter-btn6:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}


.filter-btn3 {
    font-size: 13px;
    font-weight: 600;
    display: block;
    height: 40px;
    width: 152px;
    padding: 10px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #FFFFFF;
    background: #ff7600;
    margin-bottom: 10px;
    border-radius: 5px;
    /* border: 1px solid #efefef; */
    text-transform: uppercase;
}

.filter-btn3:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}


.filter-btn4 {
    font-size: 13px;
    font-weight: 600;
    display: block;
    height: 35px;
    width: 82px;
    padding: 8px 0;
    text-align: center;
    color: #FFFFFF;
    background: #ff7600;
    margin-bottom: 10px;
    border-radius: 5px;
    /* border: 1px solid #efefef; */
    text-transform: uppercase;
}

.filter-btn4:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}

.product-sort {
    float: right;
    margin-right: 0px;
    margin-top: 1px;
}

.ui.selection.dropdown.vchrt-dropdown {
    border: 1px solid #EFEFEF;
    font-weight: 400;
    color: #1F1F1F;
    border-radius: 5px;
}

.ui.selection.dropdown.vchrt-dropdown:hover {
    border-color: #EFEFEF;
}

.ui.selection.visible.dropdown.vchrt-dropdown > .text:not(.default) {
    font-weight: 400;
    color: #1F1F1F;
}

.ui.dropdown.vchrt-dropdown .menu > .item {
    color: #585858 !important;
    font-size: 13px;
    font-weight: 500 !important;
}

.mt-30 {
    margin-top: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.product-list-view {
    margin-top: 39px;
}

.more-product-btn {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.show-more-btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    background: #ff7600;
    text-align: center;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}


/* --- Single Product View --- */

.product-dt-view {
    background: #FFF;
    margin-top: 5px;
    padding: 15px 15px;
    border-radius: 3px;
    border: 1px solid #EFEFEF;
}

#sync1 .item {
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item {
    padding: 6px;
    margin: 0;
    cursor: pointer;
    background: #FFF;
}

.order-btn2 {
    background: transparent;
    border: 1px solid #EEEEEE;
    font-size: 13px;
    color: #4B4B4B;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    height: 25px;
    padding: 0 20px;
    font-weight: 600;
    border-radius: 5px;
}

#sync1 .owl-nav .owl-prev {
    left: -20px;
    font-size: 24px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 35px !important;
    width: 35px !important;
    padding: 4px 0 !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-next {
    font-size: 22px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 0 !important;
    text-align: center;
    font-size: 24px !important;
    height: 35px !important;
    width: 35px !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-prev:hover {
    color: #FFF !important;
    opacity: 1;
    background: #ff7600 !important;
    border: 1px solid #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-next:hover {
    color: #FFF !important;
    opacity: 1;
    border: 1px solid #ff7600 !important;
    background: #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.product-dt-right {
    margin-top: 5px;
    margin-left: 10px;
}

.product-dt-right h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #1F1F1F;
    margin-bottom: 16px;
}

.no-stock {
    display: block;
}

.no-stock p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
}

.no-stock p:last-child {
    margin-right: 0;
}

.no-stock p span {
    margin-left: 5px;
    color: #8F91AC;
}

/* --- Single Product Radio Btn --- */

.product-radio {
    margin-top: 7px;
}

.product-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-now li {
    margin-right: 5px;
    width: 80px;
    height: 30px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.product-now label,
.product-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-now input[type='radio'] {
    display: none;
}

.product-now input[type='radio']:checked + label,
.Checked + label {
    background: #ff7600;
}

.product-now label {
    padding: 1px;
    cursor: pointer;
    background: #646464;
    color: #FFF;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
}

.product-now label:hover {
    background: #ff7600;
}

.pp-descp {
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #545454;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}

.product-group-dt {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
}

.product-group-dt ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.product-group-dt ul li:last-child {
    margin-right: 0;
}

.main-price {
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    color: #1F1F1F;
}

.main-price span {
    margin-left: 10px;
    padding-bottom: 3px;
    color: #BF4D22;
}

.color-discount {
    color: #7C72FF;
}

.mrp-price {
    text-decoration: line-through;
    font-weight: 500;
}

.color-discount:after {
    content: '-';
    margin-left: 20px;
    color: #1F1F1F;
}

.gty-wish-share {
    margin-top: 22px;
}

.gty-wish-share li {
    margin-right: 10px !important;
}

.ordr-crt-share {
    margin-top: 22px;
}

.ordr-crt-share li {
    margin-right: 10px !important;
}

span.save-icon {
    color: #F69733;
    margin-left: 10px;
    font-size: 18px;
    position: relative !important;
    cursor: pointer;
    background-color: rgba(246, 151, 51, 0.2);
    height: 35px;
    width: 35px;
    border-radius: 30px;
    transition: all 0.4s;
}

.icon-bar {
    position: fixed;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}

.facebook {
    background: #3B5998;
    color: #FFF;
    border-radius: 0 5px 0 0;
}

.twitter {
    background: #55ACEE;
    color: #FFF;
}

.google {
    background: #DD4B39;
    color: #FFF;
}

.linkedin {
    background: #007BB5;
    color: #FFF;
}

.whatsapp {
    background: #25D366;
    color: #FFF;
    border-radius: 0 0 5px 0;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.add-cart-btn {
    background: #ff7600;
    border: 0;
    color: #FFF;
    height: 40px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 5px;
}

.order-btn {
    background: transparent;
    border: 1px solid #ff7600;
    color: #ff7600;
    height: 40px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 5px;
}

.add-cart-btn i {
    margin-right: 5px;
    font-size: 16px;
}

.pdp-details {
    background: #F9F9F9;
    margin-top: 20px;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.pdp-details ul li {
    padding: 20px;
    border-right: 1px solid #EFEFEF;
    width: 50%;
    display: inline-block;
    float: left;
}

.pdp-details ul li:last-child {
    border-right: 0;
}

.pdp-group-dt {
    display: flex;
    align-items: center;
    width: 100%;
}

.pdp-icon i {
    font-size: 30px;
    color: #ff7600;
}

.pdp-text-dt {
    margin-left: 10px;
}

.pdp-text-dt span {
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 10px;
    display: block;
}

.pdp-text-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    margin-bottom: 0;
    line-height: 26px;
}

.pay__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.pay__logo img {
    width: 20px;
}


.pdpt-bg {
    margin-bottom: 5px;
    background: #FFF;
    border-radius: 0px;
	box-shadow: -0.083333333in 0.7pc 1pc -15px rgba(25, 42, 70, .13);
    border: 1px solid #ECECEC;
}

.pdpt-title h4 {
    padding: 20px 20px;
    font-size: 13px;
    font-weight: 600;
	
    color: #505050;
}

.border_radius:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pdpt-body {
    height: auto;
    overflow-y: auto;
}

.pdct-dts-1 {
    padding: 0 30px 30px;
}

.pdct-dt-step h4 {
    margin-top: 27px !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: left;
}

.pdct-dt-step p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    line-height: 26px;
    text-align: left;
}

.product_attr {
    font-size: 13px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 36px;
    text-align: left;
}


/* --- Checkout Page --- */

.checkout-step-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3E3F5E;
    text-align: left;
}

.phn145 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #3E3F5E;
}

.phn145 span {
    font-weight: 600;
    color: #ff7600;
}

.phn145 .edit-no-btn {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
    display: inline-block;
    padding: 0px 10px;
    color: #FFF;
    background: #ff7600;
    border-radius: 5px;
}

.code-alrt-inputs li {
    display: inline-block;
    vertical-align: middle;
}

.code-alrt-inputs input {
    text-align: center;
}

ul.code-alrt-inputs input {
    width: 61px;
    text-align: center;
    padding: 0;
    font-size: 11px !important;
    height: 22px;
    font-weight: 500 !important;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
}

ul.code-alrt-inputs input:focus {
    box-shadow: none;
    border: 1px solid #ff7600;
}

label.control-label {
    font-size: 12px;
    font-weight: 500;
    color: #595959;
}

.chck-btn {
    height: 33px;
    display: inline-block;
    background: #ff7600;
    color: #FFF !important;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 5px;
}

.resend-link {
    margin-top: 10px;
    display: block;
    font-weight: 500;
    color: #1F1F1F;
    text-align: left;
}

.resend-link:hover {
    color: #ff7600;
}

.checout-address-step .form-control {
    font-size: 13px;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600 !important;
    color: #1F1F1F;
    border: 1px solid #E4E4E4;
    position: relative;
	padding-left: 45px !important;
    padding: 0 1rem 0 1rem;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ff7600 !important;
}

.address-btns {
    display: flex;
    align-items: end;
}

.save-btn14 {
    height: 40px;
    padding: 0 20px;
    border: 1px solid;
    background: transparent;
    color: #ff7600;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.next-btn16 {
    height: 40px;
    padding: 9px 20px;
    border: 1px solid #ff7600;
    background: #ff7600;
    color: #FFF;
    border-radius: 5px;
    font-size: 13px;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600;
    display: inline-block;
}

.next-btn17 {
    height: 40px;
    padding: 9px 20px;
    border: 1px solid #707070;
    background: #707070;
    color: #FFF;
    border-radius: 5px;
    font-size: 13px;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600;
    display: inline-block;
}

.time-radio {
    margin-top: 10px;
}

.date-slider-group {
    margin-top: 10px;
}

.date-slider-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.date-slider-group .date-now {
    margin-right: 5px;
    width: 100%;
    height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.date-slider-group label,
.date-slider-group input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.date-slider-group input[type='radio'] {
    display: none;
}

.date-slider-group input[type='radio']:checked + label,
.Checked + label {
    background: #ff7600;
}

.date-slider-group label {
    padding: 5px;
    cursor: pointer;
    background: #1F1F1F;
    color: #FFF;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
}

.date-slider-group label:hover {
    background: #ff7600;
}

.ui.checkbox.chck-rdio label {
    color: #1F1F1F !important;
    font-weight: 400 !important;
    
}

.ui.radio.checkbox.chck-rdio .box:after, .ui.radio.checkbox.chck-rdio label:after {
    background-color: #ff7600 !important;
}

.total-checkout-group {
    padding: 10px 20px 0;

    margin-top: 10px;
}

.payment-secure {
    text-align: left;
    padding: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 18px;
    font-weight: 600;
    font-size: 13px;
    color: #585858;
}

.checkout-safety-alerts {
    background: #FFF;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: 0 1px 2px 0 #E9E9E9;
}

.checkout-safety-alerts p {
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 14px;
    font-weight: 500;
    color: #3E3F5E;
    text-align: left;
}

.checkout-safety-alerts p:last-child {
    border-bottom: 0;
}

.checkout-safety-alerts i {
    margin-right: 5px;
}

.return-departure-dts {
    color: #727272;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 0;
    display: none;
    margin-bottom: 25px !important;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.radio--group-inline-container_1 {
    width: 100%;
    width: 100%;
    display: flex;
    margin-bottom: 22px !important;
}

.radio--group-inline-container_1 li {
    display: inline-block;
    width: 33.333%;
    margin-right: 10px;
}

.radio--group-inline-container_1 li:last-child {
    margin-right: 0;
}

.radio--group-inline-container_1 .radio-item_1 {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}

.radio--group-inline-container_1 .radio-item_1 input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.radio--group-inline-container_1 .radio-item_1 input[type='radio'] + .radio-label_1:before {
    content: '';
    background: #F7F7F7;
    border-radius: 100%;
    border: 1px solid #B4B4B4;
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    top: 0px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio--group-inline-container_1 .radio-item_1 input[type='radio']:checked + .radio-label_1:before {
    background-color: #ff7600;
    box-shadow: inset 0 0 0 2px #F4F4F4;
}

.radio--group-inline-container_1 .radio-item_1 input[type='radio']:focus + .radio-label_1:before {
    outline: none;
    border-color: #0E8A86;
}

.radio--group-inline-container_1 .radio-item_1 input[type='radio']:disabled + .radio-label_1:before {
    box-shadow: inset 0 0 0 4px #F4F4F4;
    border-color: #B4B4B4;
    background: #B4B4B4;
}

.radio--group-inline-container_1 .radio-item_1 input[type='radio'] + .radio-label:empty:before {
    margin-right: 0;
}

.radio-label_1 {
    font-size: 14px;
    font-weight: 600;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    line-height: 16px;
    color: #1F1F1F;
    cursor: pointer;
    padding: 22px 22px;
    background: #FFFFFF;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
}

.radio-label_1:hover {
    background: #FFFDF2;
    transition: all .1s ease-in-out;
}


.pymnt_title h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
    color: #1F1F1F;
}

.swdh19 {
    width: 100%;
}

.ui[class*='left icon'].swdh19.input > input {
    padding-left: 1em !important;
    padding-right: 1em !important;
    height: 34px;
}

.ui.input > input {
    font-weight: 500 !important;
    background: #FFF;
    border: 1px solid #EFEFEF !important;
    color: #1F1F1F !important;
    border-radius: 5px !important;
}

.ui.input > input:focus {
    border: 1px solid #ff7600 !important;
}

.ui.selection.active.dropdown.form-dropdown {
    border-color: #ff7600 !important;
}

.ui.selection.active.dropdown.form-dropdown .menu {
    border-color: #ff7600 !important;
}

.ui.dropdown.form-dropdown .menu > .item {
    color: #1F1F1F !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ui.selection.dropdown.form-dropdown:hover {
    border-color: #EFEFEF !important;
}

.ui.selection.dropdown.form-dropdown {
    color: #1F1F1F !important;
    font-weight: 500 !important;
    border: 1px solid #EFEFEF !important;
}

.ui.selection.visible.dropdown.form-dropdown > .text:not(.default) {
    font-weight: 500 !important;
    color: #1F1F1F !important;
}

.promo-link45 {
    margin-top: 30px;
    background: #FFF;
    border-radius: 3px;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 24px;
    display: block;
    box-shadow: 0 1px 2px 0 #E9E9E9;
}

.promo-link45:hover {
    color: #ff7600 !important;

}

/* --- Order Placed --- */

.order-placed-dt {
    text-align: center;
    padding: 20px 0 14px;
    float: left;
    width: 100%;
}

.order-placed-dt .icon-circle {
    font-size: 56px;
    color: #ff7600;
}

.order-placed-dt h2 {
    font-size: 30px;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 25px;
}

.order-placed-dt p {
    font-size: 16px;
    font-weight: 500;
    color: #3E3F5E;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
}

.delivery-address-bg {
    margin-top: 40px;
    background: #FFF;
    border-radius: 5px;
    float: left;
    width: 100%;
    text-align: left;
    box-shadow: 0 1px 2px 0 #E9E9E9;
}

.title585 {
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
}

.pln-icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}

.title585 h4 {
    float: left;
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 50px;
}

.pln-icon i {
    font-size: 20px;
    color: #ff7600;
}

.address-placed-dt1 {
    float: left;
    padding: 20px;
    width: 100%;
}

.address-placed-dt1 li {
    margin-bottom: 10px;
}

.address-placed-dt1 li:last-child {
    margin-bottom: 0;
}

.address-placed-dt1 i {
    margin-right: 5px;
}

.address-placed-dt1 p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #1F1F1F;
}

.address-placed-dt1 p span {
    margin-left: 10px;
    font-weight: 400;
    color: #3E3F5E;
}

.stay-invoice {
    float: left;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.invc-link {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    background: #ff7600;
    padding: 5px 15px;
    border-radius: 5px;
}

.st-hm {
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
}

.st-hm i {
    margin-left: 5px;
}

.placed-bottom-dt {
    padding: 20px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
    width: 100%;
}

.placed-bottom-dt span {
    font-weight: 600;
    color: #ff7600;
}

/* --- User Dashboard Page --- */

.dashboard-group {
    position: relative;
    padding: 40px 0;
}

.dashboard-group:before {
    content: '';
    background: url(https://i.hizliresim.com/zxeg4ie.png) no-repeat bottom;
    left: 0;
	Opacity: 0.4;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;

}

.user-dt {
    position: relative;
    width: 100%;
    text-align: center;
}

/*.user-img {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

.user-img img {
width: 90px;
    height: 90px;
    border-radius: 100%;
    border-radius: 100%;
    margin-top: 9px;
    margin-bottom: -0.5px;
    margin-right: 4px;
    margin-left: 4px;
    border: 1px solid #FFF;
    box-shadow: 0px 0px 1px 5px rgb(255 118 0 / 19%);
}

.user-img .change-btn {
    position: absolute;
    bottom: 5px;
    right: -5px;
    background: #ff7600;
    color: #FFF;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #FFFF;
    font-size: 18px;
    padding: 8px 5px;
}

.img-add {
    display: block;
}

.img-add [type='file'] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.img-add [type='file'] + label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: -5px;
    background: #ff7600;
    color: #FFF;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #FFFF;
    font-size: 18px;
    padding: 8px 5px;
}

.img-add [type='file'] + label:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}

.user-dt h4 {
    font-size: 24px;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 18px;
}

.user-dt p {
    font-size: 14px;
    color: #3E3F5E;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
}

.user-dt p a {
    color: #3E3F5E !important;
    font-size: 16px;
    margin-left: 5px;
}

.user-dt p a:hover {
    color: #ff7600 !important;
}

.earn-points img {
    width: 24px;
    margin-right: 7px;
}

.earn-points {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
    background: rgb(255 255 255 / 57%);
    padding: 5px 11px 5px 10px;
    border-radius: 5px;
}


.left-side-tabs {
    position: sticky;
    top: 3px;
}

.left-side-tabs {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 1px;
}

.user-item {
    display: flex;
    padding: 10px 10px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 13px;
    font-weight: 400;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    color: #1F1F1F;
    text-align: center;
    align-items: center;
}

.user-item:last-child {
    border-bottom: 0;
}

.user-item i {
    margin-right: 10px;
    font-size: 16px;
}

.user-item:hover {
    color: #1F1F1F;
    background: #F5F5F5;
}

.user-item:first-child:hover {
    border-radius: 5px 5px 0 0;
}

.user-item:last-child:hover {
    border-radius: 0 0 5px 5px;
}

.user-item:hover i {
    color: #ff7600 !important;
}

.user-item.active {
    background: #F2F2F2;
    color: #424242 !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;

    pointer-events: none;
}

.user-item:first-child.active {
    border-radius: 5px 5px 0 0;
}

.user-item:last-child.active {
    border-radius: 0 0 5px 5px;
}

.dashboard-right {
    margin-top: 50px;
}

.user-item2 {
    display: flex;
    padding: 8px 0px;
    border-bottom: 1px solid #EFEFEF !important;
    font-size: 13px;
    font-weight: 400;
    color: #1F1F1F;
    text-align: left;
    align-items: center;
}

.sayi {
    font-size: 11px;
    font-weight: 500;
    margin-left: 5px;
    color: #676767;
    text-align: left;
}

.ilce {
    font-size: 11px;
    font-weight: 500;
    margin-left: 0px;
    color: #676767;
    text-align: left;
}

.user-item2:last-child {
    border-bottom: 0;
}

.user-item2 i {
    font-size: 16px;
}

.user-item2:hover {
    color: #1F1F1F;
    background: #F5F5F5;
}

.user-item2:first-child:hover {
    border-radius: 0px 0px 0 0;
}

.user-item2:last-child:hover {
    border-radius: 0 0 0px 0px;
}

.user-item2:hover i {
    color: #ff7600 !important;
}

.user-item2.active {
    background: #505050;
    color: #FFF !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;

    pointer-events: none;
}

.user-item2:first-child.active {
    border-radius: 5px 5px 0 0;
}

.user-item2:last-child.active {
    border-radius: 0 0 5px 5px;
}

.main-title-tab h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

.main-title-tab i {
    margin-right: 5px;
}

.welcome-text h2 {
    font-size: 24px;
    font-weight: 500;
    color: #1F1F1F;
    text-align: left;
    margin-bottom: 3px !important;
    margin-top: 30px !important;
}

.ddsh-body {
    padding: 20px;
}

.ddsh-body h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    color: #1F1F1F;
    font-weight: 500;
}

.more-link14 {
    text-align: left;
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F1F;
    display: block;
    border-top: 1px solid #EFEFEF;
}

.more-link14:hover {
    color: #ff7600 !important;
}

.ddsh-body ul li {
    display: inline-block;
    margin-right: 10px;
}

.ddsh-body ul li:last-child {
    margin-right: 0;
}

.small-reward-dt {
    color: #606060;
    background: #ECECEC;
    padding: 5px 12px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    display: block;
}

.rewards-link5 {
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
}

.rewards-link5:hover {
    color: #ff7600 !important;
}

.smll-history {
    display: flex;
    width: 100%;
    padding: 4px 0;
}

.order-title {
    font-size: 12px;
    font-weight: 500;
    color: #505050;
}

.order-title span {
    font-size: 12px;
    display: inline-block;
    background: #008000;
    color: #FFF;
    height: 18px;
    border-radius: 100%;
    width: 18px;
    text-align: center;
    font-weight: 500;
    margin-left: 5px;
    cursor: pointer;
}

.order-title span:hover {
    background: #ff7600;
}

.smll-history p {
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    color: #3E3F5E;
}

.order-list-145 li {
    display: block !important;
    margin-right: 0 !important;
}

.wllt-body h2 {
    font-weight: 500;
}

.order-status {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #ff7600;
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #1F1F1F !important;
}

[data-position='top right'][data-tooltip]:before {
    right: 0.1em !important;
}

[data-tooltip][data-inverted]:after {
    background: #1F1F1F !important;
    color: #FFF;
}

[data-tooltip]:after {
    border: 1px solid #D4D4D5;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
}

.wllt-body {
    padding: 20px 20px 0;
}

.wallet-list {
    padding-top: 10px;
}

.wallet-list li {
    width: 50% !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 20px;
    margin-left: -2px;
}

.wallet-links14 {
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    display: flex;
    align-items: center;
}

.wallet-links14 i {
    font-size: 18px;
    margin-right: 5px;
}

.newsletter-input {
    position: relative;
}

.newsletter-btn {
    background: #ff7600;
    position: absolute;
    right: 2px;
    top: 3px;
    height: 35px;
    border: 0;
    width: 35px;
    border-radius: 3px;
    font-size: 18px;
    color: #FFF;
}

.newsletter-input .form-control {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #1F1F1F;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 0 3rem 0 1rem;
    height: 40px;
}

/* --- Dashboard My Orders --- */

.pdpt-title h6 {
    border-bottom: 1px solid #EFEFEF;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    margin-bottom: 0;
}

.order-body10 {

}

.order-dtsll {
    padding: 20px;
}

.order-dtsll li {
    display: inline-block;
    vertical-align: top;
}

.order-dt-img {
    background: #F9F9F9;
    padding: 10px;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
}

.order-dt-img img {
    width: 50px;
}

.order-dt47 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.order-dt47 h4 {
    font-size: 13px;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
}


.order-dt47 p {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #505050;
    margin-bottom: 12px;
}

.track-order {
    padding: 20px 0 20px;
}

.track-order h4 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1F1F1F;
    text-align: left;
}

.bs-wizard {
    margin-top: 0;
    display: flex;
    width: 100%;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #E0E0E0;
    padding: 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    width: 100%;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #1F1F1F;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #FFCFC0;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ff7600;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #FFCFC0;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #EFEFEF;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.progress {
    background-color: #EFEFEF !important;
}

/*END Form Wizard*/


.alert-offer img {
    width: 30px;
    margin-right: 10px;
}

.alert-offer {
    padding: 20px;
    border-top: 1px solid #EFEFEF;
    font-weight: 400;
    color: #3E3F5E;
    text-align: left;
    line-height: 24px;
}

.call-bill {
    padding: 15px 20px;
    display: flex;
    border-top: 1px solid #EFEFEF;
    align-items: center;
}

.delivery-man {
    font-size: 14px;
    color: #1F1F1F;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
}

.delivery-man a {
    margin-left: 5px;
    color: #ff7600;
}

.delivery-man a:hover {
    color: #ff7600 !important;
    text-decoration: underline !important;
}

.order-bill-slip {
    margin-left: auto;
}

.bill-btn5 {
    display: block;
    background: #ff7600;
    color: #FFF;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 5px;
}

/* --- My Rewards --- */

.reward-body-dtt {
    padding: 30px;
    text-align: center;
}

.reward-img-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #F9F9F9;
    border-radius: 100%;
    border: 2px solid #EFEFEF;
    padding: 18px 0;
}

.reward-img-icon img {
    width: 40px;
    text-align: center;
}

.rewrd-title {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    color: #3E3F5E;
    font-size: 14px;
    text-align: center;
}

.cashbk-price {
    color: #1F1F1F;
    margin-top: 12px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.reward-body-all {
    display: flex;
    text-align: center;
}

.reward-body-all li {
    display: inline-block;
    width: 33.333%;
    padding: 30px 10px;
    border-right: 1px solid #EFEFEF;
}

.reward-body-all li:last-child {
    border-right: 0;
}

.tt-icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #ff7600;
    border-radius: 100%;
    padding: 11px 0;
}

.tt-icon i {
    color: #FFF;
    font-size: 24px;
}

.total-rewards span {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    color: #3E3F5E;
    font-size: 14px;
    text-align: center;
}

.total-rewards h4 {
    color: #1F1F1F;
    margin-top: 12px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.date-reward {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    color: gray;
    background: #FFFFFF;
    border: 1px solid #09AF10;
    padding: 1px 1px;
    border-radius: 2px;
    font-size: 12px;
}

.detay {
    display: inline-block;
    margin-top: 0px;
    font-weight: 500;
    width: 70px;
    color: #FFFFFF;
    background: #464646;
    /* border: 1px solid #fbebd4; */
    padding: 3px 2px;
    padding-left: 15px;
    border-radius: 4px;
    font-size: 11px;
}

.rewards-coupns {
    position: relative;
}

.top-coup-code {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #FFF;
    background: #ff7600;
    border-radius: 0 5px 0 3px;
    cursor: pointer;
    border: 1px dashed #FFF;
}

.gambo-body-cash {
    padding: 30px 20px;
    text-align: center;
}

.gambo-body-cash p {
    font-size: 14px;
    font-weight: 500;
    color: #3E3F5E;
    margin-top: 20px;
    line-height: 24px;
}

.rotate-img {
    transform: rotate(260deg);
}

.table-responsive {
    border: 0;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
    overflow-x: inherit;
}

table.table.ucp-table {
    margin-bottom: 0px;
}

.ucp-table {
    height: auto;
    overflow: hidden;
    border-radius: 0;
}

.ucp-table thead {
    font-weight: 500;
    padding: 14px !important;
    border-radius: 0;
    color: #1F1F1F !important;
}


.ucp-table thead tr th:first-child {
    border-bottom-left-radius: 0;
}

.ucp-table thead tr th {
    color: #1F1F1F;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EFEFEF !important;
    font-weight: 600;
}

.ucp-table tfoot {
    font-weight: 400;
    padding: 14px !important;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F !important;
}

.ucp-table tfoot td {
    color: #FFF;
    font-size: 14px;
    background-color: #1F1F1F;
    padding: .75rem !important;
}

.ucp-table.earning__table td {
    padding: 1rem !important;
}

table {
    margin: 0px auto 0px;
    font-size: 14px;
    width: 100%;
}

.ucp-table tbody {
    background: #FFF;
}

.ucp-table td, .ucp-table th {
    border-top: 0px solid #EFEFEF !important;
}

.ucp-table td {
    padding: 1.5rem .75rem !important;
    vertical-align: top;
    border-top: 1px solid #DEE2E6;
}

.ucp-table th:first-child {
    border-top: 0 !important;
}

.ucp-table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
}

.course_active {
    color: #ED2A26;
}

.ucp-table tbody tr td {
    font-size: 12px;
    vertical-align: middle;
    font-weight: 500;
    border-bottom: 1px solid #EFEFEF !important;
    color: #343434;
}

.offer_active {
    color: #ff7600;
    font-weight: 600;
}

.add-cash-body {
    padding: 20px;
}


.history-body {
    height: auto;
    overflow-y: auto;
}

.history-list li {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.history-list li:last-child {
    border-bottom: 0;
}

.history-body2 {
    height: auto;
    overflow-y: auto;
}

.history-list2 li {
    display: block;
    padding: 2px;
    padding-top: 8px;
    border-bottom: 1px dotted #CFCFCF;
    padding-bottom: 8px;
}

.history-list2 li:last-child {
    border-bottom: 0;
}

.purchase-history {
    display: flex;
    align-items: center;
}

.purchase-history-right {
    margin-left: auto;
}

.purchase-history-left h4 {
    font-size: 13px;
    color: #505050;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
}

.purchase-history-left p {
    font-size: 11.5px;
    font-weight: 500;
    color: #5F5F5F;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 14px;
}

.purchase-history-left p ins {
    text-decoration: none;
    text-transform: uppercase;
    color: #ff7600;
}

.purchase-history-left span {
    font-weight: 600;
    font-size: 11px;
    max-width: 80px;
    color: #2B9430;
    text-align: center;
    display: block;
}

.purchase-history-right span {
    display: block;
    font-size: 18px;
    padding-right: 8px;
    font-weight: 600;
    color: #525252;
    text-align: right;
}


.purchase-history-right {
    text-align: center;
}

.purchase-history-right a {
    font-size: 11.5px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 9px;
    margin-right: 5px;
    display: block;
    color: #505050;
}

.purchase-history-right a:hover {
    color: #ff7600 !important;
    background: #ff7600;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}

/* --- My Addresses --- */

.add-address {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: 10px;
    color: #FFF;
    background: #ff7600;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}

.address-item {
    padding: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.address-item:last-child {
    border-bottom: 0;
}

.address-item {
    display: flex;
    align-items: self-start;
}

.address-icon1 {
    margin-right: 10px;
    background: #ff7600;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
}

.address-icon1 i {
    font-size: 16px;
}

.address-dt-all h4 {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
}

.address-dt-all p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    margin-bottom: 0;
    line-height: 24px;
}

.action-btns {
    margin-top: 10px;
}

.action-btns li {
    display: inline-block;
    margin-right: 5px;
}

.action-btns li:last-child {
    margin-right: 0;
}

.action-btn {
    font-size: 16px;
    color: #3E3F5E;
}

.action-btn:hover {
    color: #ff7600 !important;
}

.add-address-form {
    padding: 20px 30px 30px;
}


/* --- Career Page --- */

.default-dt {
    padding: 50px;
    background: #1F1F1F;
    position: relative;
}

.default-dt:before {
    content: '';
    background: url(../imgyeni/career/default.jpg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.default_tabs {
    margin-top: 0;
}

.default_tabs .nav-item {
    margin-bottom: 0 !important;
}

.default_tabs .nav-tabs .nav-item.show .nav-link, .default_tabs .nav-tabs .nav-link.active {
    background: #ff7600;
    color: #FFF !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
    border-color: inherit !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 5px !important;
}

.default_tabs .nav-tabs {
    border-bottom: 0 !important;
}

.tab_default .nav-link {
    border-top: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500 !important;
    
}

.tab_default .nav-link {
    padding: .5rem 1.5rem !important;
}

.title129 {
    text-align: center;
}

.title129 h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 58px !important;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}

.position-link-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-top: 21px;
    font-weight: 500;
    font-size: 14px;
}

.life-gambo {
    padding: 59px 0;
}

.default-title {
    text-align: center;
    padding-bottom: 8px;
}

.default-title h2 {
    font-size: 24px;
    color: #1F1F1F;
    font-weight: 600;
    margin-bottom: 13px;
}

.default-title p {
    line-height: 24px;
    font-weight: 400;
    color: #3E3F5E;
    font-size: 14px;
    margin-bottom: 15px;
}

.dd-content {
    margin-top: 30px;
    width: 100%;
}

.life-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-prev:hover {
    color: #FFF !important;
    opacity: 1;
    background: #ff7600 !important;
    border: 1px solid #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-next:hover {
    color: #FFF !important;
    opacity: 1;
    border: 1px solid #ff7600 !important;
    background: #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.white-bg {
    background: #FFF;
}

.benefits-step {
    text-align: center;
    margin-bottom: 56px;
}

.benefit-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #ff7600;
    border-radius: 100%;
}

.benefit-link {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 24px;
    text-align: center;
}

.benefit-link:hover {
    color: #1F1F1F !important;
}

.benefit-icon i {
    font-size: 30px;
    color: #FFF;
    padding: 20px 0;
}

.know-more-link {
    text-align: center;
}

.kmore-btn {
    background: #ff7600;
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.testi-item {
    background: #FFF;
    padding: 30px 20px;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qoute-icon {
    height: 50px;
    text-align: center;
    font-size: 24px;
    color: #ff7600;
}

.testo-text {
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    color: #3E3F5E;
}

.team-dt {
    margin-top: 35px;
    text-align: center;
}

.team-avatar img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.team-avatar {
    display: inline-block;
}

.team-emp-dt h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px !important;
    text-align: center;
    margin-bottom: 10px;
    color: #1F1F1F;
}

.team-emp-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    margin-bottom: 0;
    text-align: center;
    line-height: 26px;
}

.testimonial-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #1F1F1F !important;
    background: #FFF !important;
    border-radius: 100% !important;
    border: 1px solid #E5E5E5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-prev:hover {
    color: #FFF !important;
    opacity: 1;
    background: #ff7600 !important;
    border: 1px solid #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-next:hover {
    color: #FFF !important;
    opacity: 1;
    border: 1px solid #ff7600 !important;
    background: #ff7600 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.jobs-gambo {
    padding: 0;
}

.pd-20 {
    padding: 15px;
}

.job-title-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.job-title-group h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    color: #1F1F1F;
}

.flter-clear-link {
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    color: #3E3F5E;
}

.flter-clear-link:hover {
    color: #ff7600 !important;
}

.all-departments {
    margin-top: 21px;
}

.job-bg1 {
    margin-top: 20px;
    background: #FFF;
    border-radius: 3px;
    padding: 25px 30px;
    box-shadow: 0 1px 2px 0 #E9E9E9;
    display: flex;
    width: 100%;
    align-items: center;
}

.job-bg1:first-child {
    margin-top: 30px;
}

.job-item h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    color: #1F1F1F;
}

.job-item span {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    line-height: 24px;
    text-align: left;
}

.job-item span i {
    margin-right: 3px;
}

.arrow-icon {
    font-size: 24px;
    color: #1F1F1F;
    margin-left: auto;
}

.job-main-dt {
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
}

.job-main-dt h2 {
    color: #1F1F1F;
    font-size: 24px;
    text-align: left;
    margin-top: 18px !important;
    margin-bottom: 12px;
}

.job-main-dt span {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    color: #3E3F5E;
}

.job-des-dt142 h4 {
    color: #1F1F1F;
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 21px !important;
}

.job-des-dt142 p {
    color: #3E3F5E;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
}

.joby-list-dt {
    list-style: disc;
}

.joby-list-dt li {
    margin-left: 30px;
    margin-bottom: 4px;
}

.joby-list-dt li:last-child {
    margin-bottom: 0;
}

.job-req-dt {
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #EFEFEF;
}

.job-req-dt h3 {
    color: #1F1F1F;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.apply-btn {
    background: #ff7600;
    color: #FFF;
    padding: 0 20px;
    height: 40px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border: 0;
    margin-top: 34px;
    margin-bottom: 14px;
}

textarea {
    overflow: auto;
    padding: 10px 15px !important;
}

.ques-142 {
    margin-top: 10px !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    color: #1F1F1F;
}

.ui.checkbox label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3E3F5E !important;
}

.ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ label:after {
    color: #ff7600 !important;
}

.ui.checkbox input:checked ~ .box:before, .ui.checkbox input:checked ~ label:before {
    border-color: #ff7600 !important;
}

.ui.checkbox .box:after, .ui.checkbox label:after {
    font-size: 12px !important;
}

.control-label {
    font-size: 14px;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: .4rem;
}

.custom-file-label {
    padding: .375rem .75rem;
    font-weight: 500 !important;
    color: #AFAFAF !important;
    background-color: #FFF !important;
    border: 1px solid #EFEFEF !important;
    border-radius: 5px !important;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: 'Upload Files' !important;
}

.custom-file-label::after {
    height: calc(1.5em + .75rem + 1px) !important;
    padding: 0.4rem .75rem !important;
    color: #FFF !important;
    content: 'Upload Files' !important;
    background-color: #ff7600 !important;
    border-radius: 0 5px 5px 0 !important;
}


/* --- About Us --- */

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

.about-content p {
    margin-top: 24px !important;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    text-align: left;
}

.about-img {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.about-img img {
    width: 60%;
}

.about-steps-group {
    padding: 29px 0 59px;
}

.about-step {
    text-align: center;
    padding: 0 20px;
    margin-top: 30px;
}

.about-step-img img {
    height: 60px;
}

.about-step h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center;
}

.about-step p {
    font-size: 13px;
    font-weight: 600;
    color: #676767;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.team-item {
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    padding: 5px;
    text-align: center;
}

.team-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.team-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
    margin-top: 21px;
    margin-bottom: 7px;
}

.team-item span {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    margin-bottom: 15px;
    display: block;
}

.team-social li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
}

.team-social li:last-child {
    margin-right: 0;
}

.scl-btn {
    font-size: 14px;
    background: #1F1F1F;
    color: #FFF;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 12px 0;
    text-align: center;
}

.how-order-gambo {
    padding: 0 0 14px;
}

.how-order-steps {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #EFEFEF;
    padding: 30px;
    background: #FFF;
    height: 153px;
    border-radius: 5px;
}

.how-order-steps h4 {
    color: #1F1F1F;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.how-order-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: linear-gradient(to bottom, #eaeaea, #ffffff);
    color: #313131;
    font-weight: 500;
    font-size: 15px;
    border-radius: 100%;
    padding: 19px 0;
    text-align: center;
}

/* --- Our Blog --- */

.blog-breadcrumb {
    text-align: center !important;
    width: 100%;
    background: transparent !important;
    align-items: center;
    justify-content: center;
}

.blog-breadcrumb .breadcrumb-item.active {
    color: #FFF !important;
}

.blog-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.blog-breadcrumb .breadcrumb-item a:hover {
    color: rgba(255, 255, 255) !important;
}

.title129 .blog-titlebar-heading {
    font-size: 24px;
    font-weight: 600;
    margin-top: 36px !important;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}

.top-post-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 22px;
    margin-bottom: 7px;
}

.top-post-link:hover {
    color: #ff7600 !important;
}

.top-posts li {
    padding: 12px 20px;
    border-bottom: 1px solid #EFEFEF;
}

.top-posts li:last-child {
    border-bottom: 0;
}

.cntct-social {
    padding: 20px 20px 0;
}

.blog-gambo {
    padding: 65px 0 14px;
}

.blog-item {
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #ECECEC;
	box-shadow: -0.083333333in 0.7pc 1pc -20px rgba(25, 42, 70, .13);
}

.blog-img {
    width: 100%;
    padding: 5px 5px 0;
    position: relative;
    display: block;
}

.blog-img img {
	max-height: 350px;
	max-width: 468px;
    border-radius: 0px 0px 0 0;
}

.blog-cate-badge {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 30px;
    color: #FFF;
    background: #ff7600;
    padding: 2px 10px;
    border-radius: 3px;
}

.date-icons-group {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.like-share-icons li {
    display: inline-block;
    margin-right: 15px;
}

.like-share-icons li:last-child {
    margin-right: 0;
}

.like-share-icons {
    margin-left: auto;
}

.blog-time {
    font-size: 12px;
    font-weight: 500;
    color: #B2B2B2;
    text-align: left;
}

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

.like-share {
    font-size: 12px;
    font-weight: 500;
    color: #1F1F1F;
}

.like-share span {
    margin-left: 5px;
    color: #0F6300;
}

.like-share:hover {
    color: #ff7600 !important;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    text-align: left;
    color: #1F1F1F;
}

.blog-detail {
    padding: 20px;
}

.blog-detail p {
    font-size: 13px;
    font-weight: 500;
    color: #5D5D5D;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: left;
}

.blog-detail a {
    font-size: 16px;
    font-weight: 500;
    color: #ff7600;
    text-align: left;
}

.blog-detail a:hover {
    color: #ff7600 !important;
    text-decoration: underline !important;
}

.blog-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    padding: 11px 20px;
    border-radius: 5px;
    color: #FFF;
    background: #ff7600;
}

.blog-more-btn {
    text-align: center;
    padding-top: 10px;
}


/* --- Blog sidebar --- */

.pdpt-bg-left {
    margin-top: 30px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #E9E9E9;
    float: left;
    width: 100%;
}

.blog-search-widget {
    padding: 20px;
    float: left;
    width: 100%;
}

.blog-from {
    position: relative;
}

.blog-search-widget .form-control {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #1F1F1F;
    border: 1px solid #EFEFEF;
    position: relative;
    padding: 0 3rem 0 1rem;
    position: relative;
    height: 40px;
}

.blog-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 120%;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}

.top-posts {
    float: left;
    width: 100%;
}

.top-posts li {
    float: left;
    width: 100%;
}

.blog-top-item {
    float: left;
    width: 100%;
}

.post-cate-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 26px;
    margin-bottom: 5px;
    float: left;
}

.cate-count {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #8F91AC;
    line-height: 26px;
    margin-bottom: 0px;
    float: right;
}

.top-posts .media-list {
    padding: 20px !important;
}

.top-posts .media-list .media {
    padding: 0;
    border: none;
    border-bottom: 0;
    float: left;
    width: 100%;
}

.media-list .media .media-left {
    padding-right: 1rem;
    float: left;
}

.icon-bg-circle {
    color: #FFF;
    padding: 0;
    border-radius: 3px;
    width: 70px;
    height: 70px;
    border: 0;
    object-fit: cover;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tagcloud {
    padding-bottom: 15px;
}

.tagcloud a, .tagcloud .tag-cloud-link {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
    padding: 0.375rem 0.5625rem;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid #EFEFEF;
    border-radius: 0.1875rem;
    color: #505050;
    font-size: 12px !important;
    white-space: nowrap;
    line-height: 1.5;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #EFEFEF;
    color: #606060;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    line-height: 40px;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    position: relative;
    margin-left: 2px;
    margin-right: 3px;
    font-size: 13px;
    font-weight: 600;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all .0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}

.pagination-area2 .page-numbers2 {
    width: 86px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #EFEFEF;
    color: #606060;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    line-height: 40px;
    position: relative;
    margin-left: 2px;
    margin-right: 3px;
    font-size: 13px;
    font-weight: 500;
}

.pagination-area2 .page-numbers2.current, .pagination-area2 .page-numbers2:hover {
    background: #ff7600;
    color: #FFF !important;
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
}


/* --- Blog Detail View --- */

/* --- Blog Detail View --- */


.blog-dt-vw {
    height: 80vh;
    display: table;
    text-align: center;
    width: 100%;
    background-position: 40% 0px;
    transition: 0s linear;
    transition-property: background-position;
}

.banner-blog {
    background: url(../imgyeni/blog/img-1.jpg) 40% 0px / cover no-repeat;
}

.banner.visible {
    opacity: 1;
}

.parallax {
    background-position: 40% 0px;
}

.blog-dt-vw .blog-inner {
    display: table-cell;
    color: #FFF;
    font-weight: 500;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .6);
}

.blog-dt-vw .blog-inner h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 10px;
    max-width: 750px;
    line-height: 1.3em;
    padding: 0 15px;
}

.blog-inner .extra-info {
    font-size: 14px;
}

.entry-date {
    font-weight: 500;
}

.single-post-cat {
    margin-top: 20px;
}

.single-post-cat a {
    color: #FFF;
    background: #ff7600;
    padding: 5px 10px 4px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    margin: 0 2px;
    line-height: 24px;
    display: inline-block;
}

.blog-des-dt142 p {
    color: #3E3F5E;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
}

.blog-des-dt142 {
    margin-top: 42px;
}

.mt-21 {
    margin-top: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.ss18 {
    font-size: 18px !important;
}

.leave-comment {
    margin-top: 35px;
}

.leave-comment h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
    color: #1F1F1F;
}

.leave-comment span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    margin-bottom: 28px;
    text-align: left;
    line-height: 26px;
}

.ptt {
    padding: 30px;
}

.all-comment {
    margin-top: 35px;
    padding-bottom: 41px;
    border-bottom: 1px solid #EFEFEF;
}

.all-comment h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
    color: #1F1F1F;
}

.cmmnt_item {
    padding: 20px;
    background-color: #f2f2f2;
    background-image: linear-gradient(342deg, #fafafa 0%, #f2f2f2 100%);
    border-radius: 2px;
    margin-top: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cmmnt_item:last-child {
    border-bottom: 0;
}

.cmmnt_usr_dt {
    display: flex;
    position: relative;
}

.cmmnt_usr_dt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.tutor_name1 {
    font-size: 14px;
    font-weight: 600;
    color: #636363 !important;
    text-align: left;
    margin-bottom: 0;
}

.time_145 {
    font-size: 12px;
    font-weight: 500;
    color: #B1B1B1;
    display: block;
    margin-top: 5px;
}

.rvds10 {
    font-size: 12px;
    font-weight: 500;
    margin-top: 17px;
    line-height: 26px;
    color: #545454;
    text-align: left;
}


button, input, optgroup, select, textarea {
    
}

textarea {
    border: 1px solid #EFEFEF !important;
}

.form-control {
    color: #1F1F1F !important;
    font-weight: 400 !important;
}

.post-btn {
    height: 40px;
    border: 0;
    padding: 0 20px;
    color: #FFF;
    background: #ff7600;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 13px;
}

.fcrse_3 {
    background: #FFF;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 #E9E9E9;
}

.cater_ttle {
    float: left;
    width: 100%;
    padding: 15px 20px;
}

.fcrse_3 h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 500;
    margin-bottom: 0;
}

.allcate15 {
    width: 100%;
}

.allcate15 li {
    display: block;
    width: 100%;
}

.blogleft12 li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
}

.blogleft12 li:last-child {
    border-bottom: 0;
}

/* --- Press Page --- */

.ct_item {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    color: #686F7A;
    text-align: left;
}

.ct_item.active {
    font-weight: 600;
    color: #1F1F1F;
}

.ct_item i {
    margin-right: 10px;
    font-size: 120%;
}

.category-topics {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: left;
    color: #1F1F1F;
    display: block;
    padding: 15px 20px;
}

.category-topics:after {
    content: '\f0d7';
    font-size: 14px;
    font-family: 'FontAwesome';
    float: right;
    margin-left: 30px;
    color: #A7A8AA;
}

.category-item1 {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3E3F5E;
    display: block;
    padding: 10px 20px;
}

.socl148 {
    padding: 20px;
    display: flex;
}

.twiter158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    width: 50%;
    margin-right: 10px;
    background: #1DA1F2;
}

.facebook158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    width: 50%;
    background: #3B5998;
}

.ic45 {
    margin-right: 7px;
}

.help_link {
    padding: 15px 20px;
    text-align: center;
}

.help_link a {
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
}

.help_link a:hover {
    color: #ff7600 !important;
}


.press-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px !important;
    text-align: left;
    color: #1F1F1F;
    line-height: 24px;
}

.press-title p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3E3F5E;
    line-height: 24px;
}

.press-title p a {
    color: #ff7600;
}

.press-title p a:hover {
    color: #ff7600 !important;
    text-decoration: underline !important;
}

.press-item {
    display: block;
    background: #FFF;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: 0 1px 2px 0 #E9E9E9;
}

.press-item span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: left;
    color: #B1B1B1;
}

.press-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    text-align: left;
    color: #1F1F1F;
    line-height: 24px;
}

.press-item p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3E3F5E;
    line-height: 26px;
}

.policy-des-dt {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
}

.policy-des-dt:last-child {
    margin-bottom: 7px;
    padding-bottom: 0;
    border-bottom: 0;
}

/* --- Sign In --- */

.sign-inup {
    padding: 40px 0;
}

.sign-form {
    display: block;
    width: 100%;
}

.sign-img {
    background: #4576B4;
    padding: 50px;
    border-radius: 5px 0 0 5px;
}

.sign-img img {
    width: 100%;
}

.sign-inner {
    padding: 0;
}

.sign-logo {
    width: 100%;
    text-align: center;
}

.sign-logo img {
    width: 150px;
}

.form-dt {
    margin-top: 50px;
    border: 1px solid #EFEFEF;
    position: relative;
    border-radius: 5px;
    background: #FFF;
}

.form-inpts {
    padding: 28px 30px 0;
}

.form-title {
    text-align: center;
    margin-bottom: 27px;
}

.form-title h6 {
    font-weight: 600;
    color: #3e3e3e;
    font-size: 16px;
}

.lgn_input {
    padding: 0 1rem 0 3rem !important;
}

.pos_rel {
    position: relative;
}

.lgn_icon {
    position: absolute;
    top: 26%;
    left: 2%;
    font-size: 18px;
    color: #1F1F1F;
}

.form-control:focus + .lgn_icon {
    color: #ff7600;
}

.login-btn {
    font-size: 16px;
    font-weight: 500;
        font-family: "Inter", sans-serif !important;  
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    width: 100%;
    height: 40px;
    border: 0;
    color: #FFF;
    background: #ff7600;
    border-radius: 5px;
    text-align: center;
}

.login-btn2 {
    font-size: 12px;
    font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600;
    width: 100%;
    height: 35px;
    border: 0;
    color: #4C4C4C;
    background: #f8f8f8;
    border-radius: 5px;
    text-align: center;
}

.signup-link {
    margin-top: 30px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding: 15px 10px;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ff7600;
    background-color: #ff7600;
}

.signup-link p {
    color: #565656;
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
    font-weight: 600;
}

.signup-link p a {
    color: #FFF;
    font-size: 12px;
    background: #1F1F1F;
    padding: 7px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
}

.signup-link p a:hover {
    color: #FFF !important;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.password-forgor {
    text-align: center;
}

.password-forgor a {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
}

.password-forgor a:hover {
    color: #ff7600 !important;
}

/* --- Contact Us --- */

.panel-group {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 14px;
}

.panel-title {
    vertical-align: middle;
}

.panel-default {
    width: 100%;
    border-top: 0;
}

.panel-default:first-child {
    border-top: 0;
}

.panel-body {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: left;
    padding: 20px;
    background: #FFF;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #EFEFEF;
}

.panel-default {
    width: 100%;
    border-top: 0;
}

.panel-title {
    vertical-align: middle;
}

.panel-title a {
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F !important;
    padding: 15px 20px 18px;
    display: block;
    line-height: 26px;
    background: #FFF;
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}

.panel-title a.collapsed {
    border-radius: 5px;
}

.chck_icon {
    color: #ff7600;
    margin-right: 10px;
}

.panel-title > a:before {
    float: right !important;
    font-family: 'Roboto', sans-serif;
    content: '\f058';
    padding-right: 0px;
    font-size: 16px;
    padding-top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.color-pink {
    color: #ff7600;
}

.contact-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 17px !important;
    text-align: left;
    margin-bottom: 12px;
    color: #1F1F1F;
}

.contact-title p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0 !important;
    text-align: left;
    margin-bottom: 0;
    color: #3E3F5E;
    line-height: 26px;
}

.contact-form {
background: #FFF;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    padding: 20px 30px 30px;
    margin-top: 2px;
    margin-bottom: 14px;
}

/* --- Product Request --- */

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #FFF;
    background: #ff7600;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 26px;
}

.bootstrap-tagsinput {
    border: 1px solid #EFEFEF !important;
    box-shadow: none !important;
    width: 100%;
    height: auto;
    text-align: left;
}

.bootstrap-tagsinput input {
    padding: 7px 10px !important;
    font-weight: 500;
}

.request-products {
    margin-top: 30px;
}

.rqst-btn {
    width: 100%;
}

.request-grid {
    margin-top: 64px;
}

/* --- Faq Page --- */

.faq-dt {
    padding: 50px;
    background: #1F1F1F;
    position: relative;
}

.faq-dt:before {
    content: '';
    background: url(../imgyeni/career/default.jpg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.panel-body p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    line-height: 26px;
    margin-bottom: 0;
}

/* --- Offers Page --- */

.offers-item {
    display: block;
    margin-top: 30px;
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 1px 2px 0 #E9E9E9;
}

.offer-img img {
    width: 92%;
    border-radius: 2px 2px 2px 2px;
}

.offers-text {
    padding: 20px 15px;
}

.offers-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
    text-align: left;
    color: #1F1F1F;
}

.offers-text p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    line-height: 26px;
    text-align: left;
}

.mb-14 {
    margin-bottom: 14px;
}

/* --- Bill Page --- */

.report-btn {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    background: #ff7600;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
}

.bill-dt-bg {
    padding-top: 60px;
}

.bill-detail {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #E9E9E9;
    margin: 65px 0;
}

.bill-dt-step {
    padding: 30px;
    border-bottom: 1px solid #EFEFEF;
}

.bill-dt-step:last-child {
    border-bottom: 0;
}

.bill-title h4 {
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
}

.itm-ttl {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    color: #1F1F1F;
}

.item-prdct {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    text-align: left;
    line-height: 24px;
    margin-right: 10px;
}

.item-prdct:last-child {
    margin-right: 0;
}

.item-prdct:after {
    content: ',';
    padding-left: 3px;
}

.item-prdct:last-child:after {
    content: '';
}

.bill-address {
    font-size: 14px;
    font-weight: 400;
    color: #3E3F5E;
    margin-bottom: 0;
    line-height: 26px;
}

.bill-dt-sl {
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    margin-bottom: 0;
    line-height: 26px;
}

.descp-bll-dt {
    color: #8F91AC;
}

.dly-loc {
    color: #3E3F5E;
}

.dlr-ttl25 {
    color: #ff7600;
}

.bill-bottom {
    display: flex;
    align-items: center;
}

.thnk-ordr {
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 0;
    line-height: 26px;
}

.print-btn {
    margin-left: auto;
    padding: 9px 20px;
    border: 1px solid #ff7600;
    background: #ff7600;
    color: #FFF;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: inline-block;
}

.parent {
    -webkit-filter: grayscale(100%);
    filter: grayscale(35%);


}

.parent:hover {
    -webkit-filter: grayscale(0%);
    opacity: 0.92; /* CSS3 */
    filter: grayscale(0%);

}

.parent2 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(0%);


}

.parent2:hover {
    -webkit-filter: grayscale(0%);
    opacity: 0.92; /* CSS3 */
    filter: grayscale(0%);

}


.purchase-history-left2 h4 {
    font-size: 12px;
    color: #505050;
    font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  text-rendering: optimizeLegibility;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 500;
}

.purchase-history-left2 p {
    font-size: 11.5px;
    font-weight: 500;
    color: #5F5F5F;
    text-align: left;
    margin-bottom: 8px;
    line-height: 14px;
}

.purchase-history-left2 p ins {
    text-decoration: none;
    color: #ff7600;
}

.purchase-history-left2 span {
    font-weight: 600;
    font-size: 11px;
    max-width: 80px;
    color: #2B9430;
    text-align: center;
    display: block;
}
