@charset "utf-8";

/* ------------------------------------------------------------------
 * Name         : Gambo - Online Grocery Supermarket HTML Template
 * File         : style.css
 * Author       : Gambolthemes
 * Author URI   : gambol943@gmail.com
 * All Rights Reserved.
 * --------------------------------------------------------------------- */

/*===================== TABLE OF CONTENT =======================

1. Google Fonts
2. Typography Css
3. CROSS BROWSER COMPATABILITY
4. Body Scrollbar
5. Night Mode Btn
6. Search cate scroll
7. Header
8. Category Model
9. Category Model
10. Cart Offset Overlay
11. Cart Radio Btn
12. Quantity box
13. Filters Overlay
14. Category Radio Btn
15. Index Page
16. Slider Category
17. Footer
18. Product Grid Page
19. Single Product View
20. Single Product Radio Btn
21. Checkout Page
22. User Dashboard Page
23. Dashboard My Orders
24. My Rewards
25. My Wallet
26. My Addresses
27. Career Page
28. About Us
29. Our Blog
30. Blog Detail View
31. Press Page
32. Sign In
33. Contact Us
34. Product Request
35. Faq Page
36. Offers Page
37. Bill Page

=============================================================*/

/* ================================================================================== 
 Google Fonts
===================================================================================== */

@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');
/* ================================================================================== 
Reset Css
===================================================================================== */
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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
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, 0.87);
}

::selection {
  background-color: #cce2ff;
  color: rgba(0, 0, 0, 0.87);
}

ol,
ul {
  margin-bottom: 0 !important;
  list-style: none;
}
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-spacing: 0;
  border-collapse: collapse;
}
* {
  margin: 0;
  padding: 0;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
button {
  outline: none;
}

button:focus {
  outline: none !important;
}

input {
  outline: none;
}
textarea {
  outline: none;
}

p {
  color: #91699c;
  font-size: 14px;
  line-height: 26px;
}

a {
  cursor: pointer !important;
}

/* ================ Typography Css =============== */
h1 {
  font-size: 2em;
  font-family: 'Roboto', sans-serif !important;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
h2 {
  font-size: 1.625em;
  font-family: 'Roboto', sans-serif !important;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
h3 {
  font-size: 1.375em;
  font-family: 'Roboto', sans-serif !important;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
h4 {
  font-size: 1.125em;
  font-family: 'Roboto', sans-serif !important;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
h5 {
  font-size: 1.1em;
  font-family: 'Roboto', sans-serif !important;
  /* 1.125x body copy size = 18px */
  line-height: 1.1;
}
h6 {
  font-size: 1em;
  font-family: 'Roboto', sans-serif !important;
  /* 1.125x body copy size = 18px */
  line-height: 1.05;
}
blockquote {
  font-size: 1.25em;
  font-family: 'Roboto', sans-serif !important;
  /* 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 === */

body::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
body::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
body::-webkit-scrollbar-corner {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  background: #f7f7f7 !important;
  color: #2b2f4c;
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.42857143;
}

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

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

input[type='text'] {
  color: #2b2f4c !important;
}

/*--- 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: 4px;
  background-color: #f1f1f1;
}

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

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

/*--- Header ---*/
.notFixedheader {
  position: relative !important;
}

.header {
  position: fixed;
  z-index: 999;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0, 0, 0, 0.01);
}

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

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

.main_logo {
  float: left;
  margin-left: 10px;
  width: 125px;
}

.blog_logo {
  padding: 12px 0px;
}

.logo-inverse {
  display: none;
}

.search120 {
  float: left;
  margin-left: 35px;
  width: 25%;
}

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

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

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

.srch10 {
  border: 0 !important;
  background: #f7f7f7 !important;
  color: #2b2f4c !important;
}

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

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

.ui[class*='left icon'].swdh10.input > input {
  padding-right: 1em !important;
  padding-left: 3.2em !important;
  border: 0 !important;
  font-weight: 500;
  font-size: 14px;
}

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

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

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

.header_right ul li a {
  color: inherit;
}

.option_links {
  position: relative;
  padding: 10px 9px;
  color: #91699c;
  font-size: 20px;
}

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

.option_links .icon_wishlist {
  display: inline-block;
  padding: 10px 5px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: rgba(246, 151, 51, 0.2);
  color: #f69733;
}

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

.option_links:hover,
.option_links:focus {
  color: #2b2f4c !important;
}

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

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

.opts_account {
  float: right;
  margin-left: 3px;
  padding: 5px 5px 5px 10px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #2b2f4c;
  font-weight: 500;
}

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

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

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

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

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

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

.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-weight: 400;
  font-size: 13px;
}

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

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

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

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

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

.profile_link {
  display: flex;
}

.profile_link img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  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 {
  position: relative;
  margin-bottom: 5px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

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

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

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

.ui.dropdown .menu > .channel_item {
  padding: 0.78571429rem 1.14285714rem !important;
  color: #2b2f4c !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.ui.dropdown .menu > .channel_item:hover {
  background: #ffecec !important;
  color: #2b2f4c !important;
}

.rhte85 {
  display: flex;
}

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

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

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

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

.ui.input > input {
  font-family: 'Roboto', sans-serif !important;
}

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

.ui.inline.dropdown.loc-title > .text {
  color: #2b2f4c;
  font-weight: 500 !important;
  font-size: 14px;
}

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

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

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

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

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

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

.navbar-light .main_nav .nav-link {
  color: #2b2f4c !important;
}

.main_nav .nav-link {
  display: block;
  padding: 10px 15px !important;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

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

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

.header_cart {
  margin-left: auto;
}

.cart__btn {
  padding: 25px 30px;
  background: #e8191c;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.cart__btn span {
  margin: 0 2px;
}

.hover-btn:hover {
  background: #e8191c;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
}

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

.category_drop {
  position: relative;
  padding: 24px 30px;
  border-right: 1px solid #efefef;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
}

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

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

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

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

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

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

/* --- Category Model --- */
.main-gambo-model {
  background: #e8191c;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
}

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

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

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

.catey__icon {
  display: none;
}

.search__icon {
  display: none;
}

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

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

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

.search__btn {
  padding: 20px 20px 21px;
  background: #2b2f4c;
  color: #fff !important;
  font-size: 20px;
}

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

.cate-header {
  padding: 15px 20px;
  background: #2b2f4c;
  color: #fff;
}

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

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

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

.single-cat-item {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

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

.single-cat-item .text {
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-cart {
  background: #f7f7f7;
}

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

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

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

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

.side-cart-header {
  position: sticky;
  top: 0;
  background: #2b2f4c;
  color: #fff;
}

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

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

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

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

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

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

.cart-total-dil h4 {
  margin-bottom: 0;
  color: #2b2f4c;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.cart-total-dil span {
  margin-left: auto;
  color: #8f91ac;
  font-weight: 400;
  font-size: 16px;
  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;
  color: #2b2f4c;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.main-total-cart span {
  margin-left: auto;
  color: #e8191c;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

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

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

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

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

.cart-item {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #efefef;
  background: #fff;
}

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

.side-cart-items {
}

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

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

.offer-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 1px 10px 0px;
  border-radius: 3px;
  background: #e8191c;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
}

.cart-text {
  position: relative;
  margin-left: 20px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* -- quantity box -- */

.quantity {
  display: inline-block;
}

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

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

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

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

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

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

.quantity.buttons_added .plus-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  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: #e8191c;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  margin: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
}

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

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

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

.wishlist-item {
  display: flex;
}

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

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

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

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

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

.side-cart-header {
  position: sticky;
  top: 0;
  background: #2b2f4c;
  color: #fff;
}

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

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

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

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

.filtr-cate-title h4 {
  margin-bottom: 0;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

.cte-select label {
  margin-bottom: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #f9f9f9;
  color: #2b2f4c;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.cte-select label:hover {
  background: #e8191c;
  color: #fff;
}

.brand-list {
  width: 100%;
}

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

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

.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: 0.29rem !important;
  left: -1.4rem !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
  content: '';
}

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

.pb2 {
  padding-bottom: 10px;
}

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

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

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

.wrapper {
  padding-top: 128px;
  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 {
  position: relative;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-title-left h2 {
  display: block;
  margin-top: 0;
  color: #2b2f4c;
  font-weight: 600;
  font-size: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

span.like-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background-color: rgba(246, 151, 51, 0.2);
  color: #f69733;
  font-size: 18px;
  line-height: 37px;
  cursor: pointer;
  transition: all 0.4s;
}

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

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

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

.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 {
  display: block;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
  text-align: center;
}

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

.product-img img {
  width: 100%;
  transition: transform 0.5s ease;
}

.product-item:hover img {
  transform: scale(1.1);
}

.offer-badge-1 {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  background: #e8191c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4em;
}
@media (max-width: 376px) {
  .offer-badge-1 {
    font-size: 10px;
  }
}

.product-text-dt p {
  margin-bottom: 0;
  color: #8f91ac;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}

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

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

.product-price {
  color: #e8191c;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- Footer --- */

.footer {
  background: #fff;
}

.footer-first-row {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}

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

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

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

.callemail {
  color: #3e3f5e;
  font-weight: 500;
  font-size: 14px;
}

.callemail i {
  margin-right: 5px;
  color: #e8191c;
}

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

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

.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 {
  position: relative;
  bottom: 0;
  display: inline-block;
  color: #2b2f4c;
  text-align: right;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

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

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

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

.second-row-item h4 {
  margin-bottom: 17px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}

.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 {
  position: relative;
  left: 0;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

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

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

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

.second-row-item-app h4 {
  margin-bottom: 17px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}

.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: 120px;
}

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

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

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

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

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

.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 {
  margin-bottom: 17px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}

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

.gambo-Breadcrumb {
  padding: 5px 0;
  border-top: 1px solid #efefef;
  background: #fff;
}

.gambo-Breadcrumb .breadcrumb {
  border-radius: 0;
  background-color: transparent;
  color: #8f91ac;
  font-weight: 500;
  font-size: 14px;
}

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

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #2b2f4c !important;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #2b2f4c;
}

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

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

.product-left-title {
  float: left;
}

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

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

.filter-btn:hover {
  background: #e8191c;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
}

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

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

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

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

.ui.dropdown.vchrt-dropdown .menu > .item {
  color: #2b2f4c !important;
  font-weight: 400 !important;
}

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

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

.product-list-view {
  margin-top: 0;
}

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

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

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

.product-dt-view {
  padding: 20px 30px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

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

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

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

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

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

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

.product-dt-right {
  margin-top: 15px;
  margin-left: 20px;
}

.product-dt-right h2 {
  margin-bottom: 16px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
}

.no-stock {
  display: block;
}

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

.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 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

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

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

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

.product-now label {
  padding: 5px;
  border-radius: 3px;
  background: #c7c7c7;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

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

.pp-descp {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

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

.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 {
  color: #2b2f4c;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}

.main-price span {
  margin-left: 10px;
  color: #8f91ac;
}

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

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

.color-discount:after {
  margin-left: 20px;
  color: #2b2f4c;
  content: '-';
}
.color-discount.none:after {
  margin-left: 0;
  color: #2b2f4c;
  content: '';
}

.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 {
  position: relative !important;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background-color: rgba(246, 151, 51, 0.2);
  color: #f69733;
  font-size: 18px;
  cursor: pointer;
  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;
  padding: 16px;
  color: white;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

.icon-bar a:hover {
  background: #e8191c;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
}

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

.twitter {
  background: #55acee;
  color: #fff;
}

.google {
  background: #dd4b39;
  color: #fff;
}

.linkedin {
  background: #007bb5;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pay__logo img {
  width: 20px;
}

.pdpt-bg {
  margin-top: 30px;
  border-radius: 10px;
  background: #fff;
}

.pdpt-bg {
  margin-top: 30px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.pdpt-title h4 {
  padding: 15px 20px;
  border-bottom: 1px solid #efefef;
  color: #2b2f4c;
  font-weight: 600;
  font-size: 16px;
}

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

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

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

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

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

.product_attr {
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

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

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

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

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

ul.code-alrt-inputs input {
  padding: 0;
  width: 40px;
  border: 1px solid #efefef;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

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

label.control-label {
  color: #2b2f4c;
  font-weight: 500;
  font-size: 13px;
}

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

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

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

.checout-address-step .form-control {
  position: relative;
  padding: 0 1rem 0 1rem;
  border: 1px solid #efefef;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

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

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

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

.next-btn16 {
  display: inline-block;
  padding: 9px 20px;
  height: 40px;
  border: 1px solid #e8191c;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

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

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

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

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

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

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

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

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

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

.ui.checkbox.chck-rdio label {
  color: #2b2f4c !important;
  font-weight: 400 !important;
  font-family: 'Roboto', sans-serif !important;
}

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

.total-checkout-group {
  margin-top: 10px;
  padding: 20px 20px 0;
  border-top: 1px solid #efefef;
}

.payment-secure {
  padding: 20px;
  color: #2b2f4c;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

.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 {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid #b4b4b4;
  border-radius: 100%;
  background: #f7f7f7;
  content: '';
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  -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: #e8191c;
  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 {
  border-color: #b4b4b4;
  background: #b4b4b4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

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

.radio-label_1 {
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 5px;
  background: #f9f9f9;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 16px;
  cursor: pointer;
}

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

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

.swdh19 {
  width: 100%;
}

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

.ui.input > input {
  border: 1px solid #efefef !important;
  border-radius: 5px !important;
  background: #fff;
  color: #2b2f4c !important;
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.order-placed-dt .icon-circle {
  color: #e8191c;
  font-size: 56px;
}
.order-placed-dt h2 {
  margin-bottom: 25px;
  color: #2b2f4c;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
}

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

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

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

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

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

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

.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 {
  color: #2b2f4c;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

.dashboard-group {
  position: relative;
  padding: 50px 0;
  background: rgba(245, 93, 44, 0.3);
}

.dashboard-group:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/banner.svg) no-repeat bottom;
  background-size: cover;
  content: '';
  opacity: 0.02;
  pointer-events: none;
}

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

.user-img {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}

.user-img img {
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

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

.img-add {
  display: block;
}

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

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

.img-add [type='file'] + label:hover {
  background: #e8191c;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
}

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

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

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

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

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

.earn-points {
  display: inline-block;
  padding: 5px 11px 5px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  color: #2b2f4c;
  font-weight: 500;
  font-size: 16px;
}

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

.left-side-tabs {
  margin-top: 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.user-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #efefef;
  color: #2b2f4c;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

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

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

.user-item:hover {
  background: #ffecec;
  color: #2b2f4c;
}

.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: #e8191c !important;
}

.user-item.active {
  background: #e8191c;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));; */
  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;
}

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

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

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

.ddsh-body {
  padding: 20px;
}

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

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

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

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

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

.small-reward-dt {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e8191c;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

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

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

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

.order-title {
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
}

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

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

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

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

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

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

[data-inverted][data-position~='top'][data-tooltip]:before {
  background: #2b2f4c !important;
}

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

[data-tooltip][data-inverted]:after {
  background: #2b2f4c !important;
  color: #fff;
}

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

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

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

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

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

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

.newsletter-input {
  position: relative;
}

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

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

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

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

.order-body10 {
}

.order-dtsll {
  padding: 20px;
}

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

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

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

.order-dt47 {
  margin-left: 15px;
}

.order-dt47 h4 {
  margin-bottom: 5px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.order-dt47 p {
  margin-bottom: 7px;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

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

.track-order h4 {
  margin-bottom: 20px;
  margin-left: 20px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  margin-right: 10px;
  width: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cashbk-price {
  margin-top: 12px;
  margin-bottom: 0;
  color: #2b2f4c;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

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

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

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

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

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

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

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

.date-reward {
  display: inline-block;
  margin-top: 20px;
  padding: 2px 15px;
  border: 1px dashed #efefef;
  border-radius: 5px;
  background: #f9f9f9;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 12px;
}

.rewards-coupns {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.ucp-table thead tr th {
  background-color: #ffecec;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
}

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

.ucp-table tfoot td {
  padding: 0.75rem !important;
  background-color: #2b2f4c;
  color: #fff;
  font-size: 14px;
}

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

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

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

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

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

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

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

.course_active {
  color: #ed2a26;
}

.ucp-table tbody tr td {
  color: #3e3f5e;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
}

.offer_active {
  color: #e8191c;
  font-weight: 700;
}

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

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

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

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

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

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

.purchase-history-left h4 {
  margin-bottom: 8px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}

.purchase-history-left p {
  margin-bottom: 8px;
  color: #3e3f5e;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

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

.purchase-history-left span {
  display: block;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
}

.purchase-history-right span {
  display: block;
  color: #e8191c;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

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

.purchase-history-right a {
  display: block;
  margin-top: 9px;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
}

.purchase-history-right a:hover {
  color: #e8191c !important;
}

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

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

.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;
  padding: 5px;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
}

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

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

.address-dt-all p {
  margin-bottom: 0;
  color: #3e3f5e;
  font-weight: 400;
  font-size: 14px;
  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 {
  color: #3e3f5e;
  font-size: 16px;
}

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

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

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

.default-dt {
  position: relative;
  padding: 50px;
  background: #2b2f4c;
}

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

.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-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
  border-color: inherit !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-radius: 5px !important;
  background: #e8191c;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.default_tabs .nav-tabs {
  border-bottom: 0 !important;
}

.tab_default .nav-link {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-left: 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;
  font-family: 'Roboto', sans-serif !important;
}

.tab_default .nav-link {
  padding: 0.5rem 1.5rem !important;
}

.title129 {
  text-align: center;
}

.title129 h2 {
  margin-top: 58px !important;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.position-link-btn {
  display: inline-block;
  margin-top: 21px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.life-gambo {
  padding: 59px 0;
}

.default-title {
  padding-bottom: 8px;
  text-align: center;
}

.default-title h2 {
  margin-bottom: 13px;
  color: #2b2f4c;
  font-weight: 700;
  font-size: 24px;
}

.default-title p {
  margin-bottom: 15px;
  color: #3e3f5e;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.dd-content {
  margin-top: 30px;
  width: 100%;
}

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

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

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

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

.white-bg {
  background: #fff;
}

.benefits-step {
  margin-bottom: 56px;
  text-align: center;
}

.benefit-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #e8191c;
  text-align: center;
}

.benefit-link {
  display: block;
  margin-top: 20px;
  color: #2b2f4c;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.benefit-link:hover {
  color: #2b2f4c !important;
}

.benefit-icon i {
  padding: 20px 0;
  color: #fff;
  font-size: 30px;
}

.know-more-link {
  text-align: center;
}

.kmore-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.testi-item {
  overflow: hidden;
  padding: 30px 20px;
  border-radius: 5px;
  background: #fff;
  text-overflow: ellipsis;
}

.qoute-icon {
  height: 50px;
  color: #e8191c;
  text-align: center;
  font-size: 24px;
}

.testo-text {
  color: #3e3f5e;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
}

.team-dt {
  margin-top: 35px;
  text-align: center;
}

.team-avatar img {
  width: 50px !important;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.team-avatar {
  display: inline-block;
}

.team-emp-dt h4 {
  margin-top: 18px !important;
  margin-bottom: 10px;
  color: #2b2f4c;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.team-emp-dt p {
  margin-bottom: 0;
  color: #3e3f5e;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.testimonial-slider .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -20px;
  padding: 4px 0 !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 100% !important;
  background: #fff !important;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  color: #2b2f4c !important;
  text-align: center;
  font-size: 20px !important;
}

.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -20px;
  padding: 4px 0 !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 100% !important;
  background: #fff !important;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  color: #2b2f4c !important;
  text-align: center;
  font-size: 20px !important;
}

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

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

.jobs-gambo {
  padding: 0;
}

.pd-20 {
  padding: 20px;
}

.job-title-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.job-title-group h4 {
  margin-bottom: 0;
  color: #2b2f4c;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.flter-clear-link {
  margin-left: auto;
  color: #3e3f5e;
  font-weight: 600;
  font-size: 14px;
}

.flter-clear-link:hover {
  color: #e8191c !important;
}

.all-departments {
  margin-top: 21px;
}

.job-bg1 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 25px 30px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.job-bg1:first-child {
  margin-top: 30px;
}

.job-item h4 {
  margin-bottom: 10px;
  color: #2b2f4c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.job-item span {
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.job-item span i {
  margin-right: 3px;
}

.arrow-icon {
  margin-left: auto;
  color: #2b2f4c;
  font-size: 24px;
}

.job-main-dt {
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
}

.job-main-dt h2 {
  margin-top: 18px !important;
  margin-bottom: 12px;
  color: #2b2f4c;
  text-align: left;
  font-size: 24px;
}

.job-main-dt span {
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.job-des-dt142 h4 {
  margin-top: 21px !important;
  margin-bottom: 12px;
  color: #2b2f4c;
  text-align: left;
  font-size: 16px;
}

.job-des-dt142 p {
  margin-bottom: 0;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.joby-list-dt {
  list-style: disc;
}

.joby-list-dt li {
  margin-bottom: 4px;
  margin-left: 30px;
}

.joby-list-dt li:last-child {
  margin-bottom: 0;
}

.job-req-dt {
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.job-req-dt h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}

.apply-btn {
  margin-top: 34px;
  margin-bottom: 14px;
  padding: 0 20px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

textarea {
  overflow: auto;
  padding: 10px 15px !important;
}

.ques-142 {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  color: #2b2f4c;
  font-weight: 700;
  font-size: 18px;
}

.ui.checkbox label {
  color: #3e3f5e !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
  color: #e8191c !important;
}

.ui.checkbox input:checked ~ .box:before,
.ui.checkbox input:checked ~ label:before {
  border-color: #e8191c !important;
}

.ui.checkbox .box:after,
.ui.checkbox label:after {
  font-size: 12px !important;
}

.control-label {
  margin-bottom: 0.8rem;
  color: #2b2f4c;
  font-weight: 600;
  font-size: 14px;
}

.custom-file-label {
  padding: 0.375rem 0.75rem;
  border: 1px solid #efefef !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  color: #afafaf !important;
  font-weight: 500 !important;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Upload Files' !important;
}

.custom-file-label::after {
  padding: 0.4rem 0.75rem !important;
  height: calc(1.5em + 0.75rem + 1px) !important;
  border-radius: 0 5px 5px 0 !important;
  background-color: #e8191c !important;
  color: #fff !important;
  content: 'Upload Files' !important;
}

/* --- About Us --- */

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

.about-content p {
  margin-top: 24px !important;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.about-img {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.about-img img {
  width: 60%;
}

.about-steps-group {
  padding: 29px 0 59px;
}

.about-step {
  margin-top: 30px;
  padding: 0 20px;
  text-align: center;
}

.about-step-img img {
  height: 60px;
}

.about-step h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #2b2f4c;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.about-step p {
  margin-top: 0;
  margin-bottom: 0;
  color: #3e3f5e;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.team-item {
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.team-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.team-item h4 {
  margin-top: 21px;
  margin-bottom: 7px;
  color: #2b2f4c;
  font-weight: 700;
  font-size: 18px;
}

.team-item span {
  display: block;
  margin-bottom: 15px;
  color: #3e3f5e;
  font-weight: 400;
  font-size: 14px;
}

.team-social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
}

.team-social li:last-child {
  margin-right: 0;
}

.scl-btn {
  display: inline-block;
  padding: 12px 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #2b2f4c;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.how-order-gambo {
  padding: 0 0 14px;
}

.how-order-steps {
  margin-top: 30px;
  padding: 30px;
  height: 203px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.how-order-steps h4 {
  color: #2b2f4c;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.how-order-icon i {
  display: inline-block;
  padding: 21px 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #e8191c;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

/* --- Our Blog --- */

.blog-breadcrumb {
  align-items: center;
  justify-content: center;
  width: 100%;
  background: transparent !important;
  text-align: center !important;
}

.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 {
  margin-top: 36px !important;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.top-post-link {
  display: block;
  margin-bottom: 7px;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.top-post-link:hover {
  color: #e8191c !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 {
  margin-bottom: 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

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

.blog-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog-cate-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e8191c;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.date-icons-group {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  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 {
  color: #b2b2b2;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
}

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

.like-share {
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
}

.like-share span {
  margin-left: 5px;
  color: #2b2f4c;
}

.like-share:hover {
  color: #e8191c !important;
}

.blog-detail h4 {
  margin-bottom: 14px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
}

.blog-detail {
  padding: 20px;
}

.blog-detail p {
  margin-bottom: 12px;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.blog-detail a {
  color: #e8191c;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}

.blog-detail a:hover {
  color: #e8191c !important;
  text-decoration: underline !important;
}

.blog-btn {
  display: inline-block;
  padding: 11px 20px;
  height: 40px;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.blog-more-btn {
  padding-top: 10px;
  text-align: center;
}

/* --- Blog sidebar --- */

.pdpt-bg-left {
  float: left;
  margin-top: 30px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.blog-search-widget {
  float: left;
  padding: 20px;
  width: 100%;
}

.blog-from {
  position: relative;
}

.blog-search-widget .form-control {
  position: relative;
  position: relative;
  padding: 0 3rem 0 1rem;
  height: 40px;
  border: 1px solid #efefef;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.blog-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 120%;
}

.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;
  float: left;
  margin-bottom: 5px;
  color: #2b2f4c;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.cate-count {
  display: block;
  float: right;
  margin-bottom: 0px;
  color: #8f91ac;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.top-posts .media-list {
  padding: 20px !important;
}

.top-posts .media-list .media {
  float: left;
  padding: 0;
  width: 100%;
  border: none;
  border-bottom: 0;
}

.media-list .media .media-left {
  float: left;
  padding-right: 1rem;
}

.icon-bg-circle {
  padding: 0;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  color: #fff;

  object-fit: cover;
}

.tagcloud {
  padding-bottom: 15px;
}

.tagcloud a,
.tagcloud .tag-cloud-link {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.375rem 0.5625rem;
  border: 1px solid #efefef;
  border-radius: 0.1875rem;
  color: #2b2f4c;
  white-space: nowrap;
  font-size: 13px !important;
  line-height: 1.5;
  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;
}

.pagination-area .page-numbers {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  width: 33px;
  height: 33px;
  border: 1px solid #efefef;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover {
  background: #e8191c;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
}

/* --- Blog Detail View --- */

.blog-dt-vw {
  display: table;
  width: 100%;
  height: 80vh;
  background-position: 40% 0px;
  text-align: center;
  transition: 0s linear;
  transition-property: background-position;
}

.banner-blog {
  background: url(../images/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;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  vertical-align: middle;
  font-weight: 500;
}

.blog-dt-vw .blog-inner h1 {
  margin: 0 auto 10px;
  padding: 0 15px;
  max-width: 750px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3em;
}

.blog-inner .extra-info {
  font-size: 14px;
}

.entry-date {
  font-weight: 500;
}

.single-post-cat {
  margin-top: 20px;
}

.single-post-cat a {
  display: inline-block;
  margin: 0 2px;
  padding: 5px 10px 4px;
  border-radius: 3px;
  background: #e8191c;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}

.blog-des-dt142 p {
  margin-bottom: 0;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  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 {
  margin-bottom: 13px;
  width: 100%;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
}

.leave-comment span {
  display: block;
  margin-bottom: 28px;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.ptt {
  padding: 30px;
}

.all-comment {
  margin-top: 35px;
  padding-bottom: 41px;
  border-bottom: 1px solid #efefef;
}

.all-comment h2 {
  margin-bottom: 13px;
  width: 100%;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
}

.cmmnt_item {
  margin-top: 30px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}

.cmmnt_item:last-child {
  border-bottom: 0;
}

.cmmnt_usr_dt {
  position: relative;
  display: flex;
}

.cmmnt_usr_dt img {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tutor_name1 {
  margin-bottom: 0;
  color: #2b2f4c !important;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}

.time_145 {
  display: block;
  margin-top: 5px;
  color: #b1b1b1;
  font-weight: 500;
  font-size: 12px;
}

.rvds10 {
  margin-top: 17px;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'roboto', sans-serif !important;
}

textarea {
  border: 1px solid #efefef !important;
}

.form-control {
  color: #2b2f4c !important;
  font-weight: 400 !important;
}

.post-btn {
  margin-top: 10px;
  margin-bottom: 13px;
  padding: 0 20px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.fcrse_3 {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.cater_ttle {
  float: left;
  padding: 15px 20px;
  width: 100%;
}

.fcrse_3 h4 {
  float: left;
  margin-bottom: 0;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.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 {
  padding: 10px 20px;
  width: 100%;
  color: #686f7a;
  text-align: left;
  font-size: 14px;
}

.ct_item.active {
  color: #2b2f4c;
  font-weight: 600;
}

.ct_item i {
  margin-right: 10px;
  font-size: 120%;
}

.category-topics {
  display: block;
  margin-bottom: 0 !important;
  padding: 15px 20px;
  border-bottom: 0;
  color: #2b2f4c;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

.category-topics:after {
  float: right;
  margin-left: 30px;
  color: #a7a8aa;
  content: '\f0d7';
  font-size: 14px;
  font-family: 'FontAwesome';
}

.category-item1 {
  display: block;
  margin-bottom: 0 !important;
  padding: 10px 20px;
  border-bottom: 0;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

.socl148 {
  display: flex;
  padding: 20px;
}

.twiter158 {
  margin-right: 10px;
  padding: 0 15px;
  width: 50%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: #1da1f2;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.facebook158 {
  padding: 0 15px;
  width: 50%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: #3b5998;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.ic45 {
  margin-right: 7px;
}

.help_link {
  padding: 15px 20px;
  text-align: center;
}

.help_link a {
  color: #2b2f4c;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.help_link a:hover {
  color: #e8191c !important;
}

.press-title h2 {
  margin-bottom: 15px !important;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.press-title p {
  margin-bottom: 0 !important;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.press-title p a {
  color: #e8191c;
}

.press-title p a:hover {
  color: #e8191c !important;
  text-decoration: underline !important;
}

.press-item {
  display: block;
  margin-top: 30px;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.press-item span {
  margin-bottom: 0 !important;
  color: #b1b1b1;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
}

.press-item h4 {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.press-item p {
  margin-bottom: 0 !important;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  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: 80px 0;
}

.sign-form {
  display: block;
  width: 100%;
}

.sign-img {
  padding: 50px;
  border-radius: 5px 0 0 5px;
  background: #4576b4;
}

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

.sign-inner {
  padding: 0;
}

.sign-logo {
  width: 100%;
  text-align: center;
}

.sign-logo img {
  width: 150px;
}

.form-dt {
  position: relative;
  margin-top: 50px;
  border: 1px solid #efefef;
  border-radius: 5px;
  background: #fff;
}

.form-inpts {
  padding: 38px 30px 0;
}

.form-title {
  margin-bottom: 37px;
  text-align: center;
}

.form-title h6 {
  color: #2b2f4c;
  font-weight: 700;
  font-size: 18px;
}

.lgn_input {
  padding: 0 1rem 0 3rem !important;
}

.pos_rel {
  position: relative;
}

.lgn_icon {
  position: absolute;
  top: 26%;
  left: 2%;
  color: #2b2f4c;
  font-size: 18px;
}

.form-control:focus + .lgn_icon {
  color: #e8191c;
}

.login-btn {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.signup-link {
  margin-top: 30px;
  padding: 15px 10px;
  border-radius: 0 0 5px 5px;
  background: #e8191c;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9)); */
}

.signup-link p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.signup-link p a {
  display: inline-block;
  margin-left: 5px;
  padding: 7px 10px;
  border-radius: 3px;
  background: #2b2f4c;
  color: #fff;
  font-size: 12px;
}

.signup-link p a:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  color: #fff !important;
}

.password-forgor {
  text-align: center;
}

.password-forgor a {
  display: block;
  margin-top: 30px;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
}

.password-forgor a:hover {
  color: #e8191c !important;
}

/* --- Contact Us --- */

.panel-group {
  margin-top: 24px;
  margin-bottom: 14px;
  width: 100%;
}

.panel-title {
  vertical-align: middle;
}

.panel-default {
  width: 100%;
  border-top: 0;
}

.panel-default:first-child {
  border-top: 0;
}

.panel-body {
  padding: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #efefef;
  border-radius: 0 0 5px 5px;
  background: #fff;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.panel-default {
  width: 100%;
  border-top: 0;
}

.panel-title {
  vertical-align: middle;
}

.panel-title a {
  display: block;
  margin-top: 10px;
  padding: 15px 20px 18px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  color: #2b2f4c !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.panel-title a.collapsed {
  border-radius: 5px;
}

.chck_icon {
  margin-right: 10px;
  color: #e8191c;
}

.panel-title > a:before {
  float: right !important;
  padding-top: 2px;
  padding-right: 0px;
  content: '\f058';
  font-weight: 900;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Font Awesome 5 Free';
}

.panel-title > a.collapsed:before {
  float: right !important;
  content: '\f058';
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
}

.color-pink {
  color: #e8191c;
}

.contact-title h2 {
  margin-top: 17px !important;
  margin-bottom: 12px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
}

.contact-title p {
  margin-top: 0 !important;
  margin-bottom: 0;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.contact-form {
  margin-top: 34px;
  margin-bottom: 14px;
  padding: 20px 30px 30px;
  border-radius: 5px;
  background: #fff;
}

/* --- Product Request --- */

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e8191c;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
}

.bootstrap-tagsinput {
  width: 100%;
  height: auto;
  border: 1px solid #efefef !important;
  box-shadow: none !important;
  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 {
  position: relative;
  padding: 50px;
  background: #2b2f4c;
}

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

.panel-body p {
  margin-bottom: 0;
  color: #3e3f5e;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

/* --- Offers Page --- */

.offers-item {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

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

.offers-text {
  padding: 20px 15px;
}

.offers-text h4 {
  margin-bottom: 13px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}

.offers-text p {
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

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

/* --- Bill Page --- */

.report-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.bill-dt-bg {
  padding-top: 60px;
}

.bill-detail {
  margin: 65px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e9e9e9;
}

.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;
  color: #2b2f4c;
  font-weight: 700;
  font-size: 18px;
}

.itm-ttl {
  display: block;
  margin-bottom: 10px;
  color: #2b2f4c;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}

.item-prdct {
  margin-right: 10px;
  color: #3e3f5e;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.item-prdct:last-child {
  margin-right: 0;
}

.item-prdct:after {
  padding-left: 3px;
  content: ',';
}

.item-prdct:last-child:after {
  content: '';
}

.bill-address {
  margin-bottom: 0;
  color: #3e3f5e;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.bill-dt-sl {
  margin-bottom: 0;
  color: #2b2f4c;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.descp-bll-dt {
  color: #8f91ac;
}

.dly-loc {
  color: #3e3f5e;
}

.dlr-ttl25 {
  color: #e8191c;
}

.bill-bottom {
  display: flex;
  align-items: center;
}

.thnk-ordr {
  margin-bottom: 0;
  color: #2b2f4c;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.print-btn {
  display: inline-block;
  margin-left: auto;
  padding: 9px 20px;
  border: 1px solid #e8191c;
  border-radius: 5px;
  background: #e8191c;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
