@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/Proxima-Nova-Font.otf');
}

@font-face {
  font-family: 'proxima-nova-bold';
  src: url('../fonts/Proxima-Nova-Xbold.otf');
}

@font-face {
  font-family: 'proxima-nova-extra-bold';
  src: url('../fonts/Proxima-Nova-Bold.otf');
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  transition: all 0.5s;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:root {
  --button-gradient: linear-gradient(to right bottom,
      #19103b,
      #3f1777,
      #fe294b);
  --black-color: #000;
  --perimy-color: #403e3e;
  --secodery-color: #4e2cbd;
  --white-color: #fff;
  --fontsize18: 1.125rem;
  --fontsize20: 1.25rem;
  --fontsize25: 1.563rem;
  --fontsize27: 1.688rem;
  --fontsize32: 2.032rem;
  --fontsize35: 2.188rem;
  --fontsize36: 2.25rem;
  --font-size37: 2.313rem;
  --fontsize45: 2.813rem;
  --fontsize48: 3rem;
  --fontsize64: 4rem;
  --fontsize95: 5.938rem;
  --fontsize73: 4.563rem;
  --fontsize75: 4.688rem;
  --fontsize85: 5.313rem;

  --fontsize24: 1.5rem;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-slide--image {
  padding: 0 !important;
}

:is(ul, li) {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
  transition: 0.5s ease-out;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

button {
  border: 0;
  outline: 0;
}

section {
  position: relative;
  padding: 5rem 0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--white-color);
}

.head-sec .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(243 238 238 / 69%);
}

.navbar-light .navbar-brand {
  margin-right: 2rem;
}

.topbar {
  background-color: var(--perimy-color);
  padding: 8px 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.signup {
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 17px;
}

.signup li a {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}

.signup li a i {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}

.signup li a svg {
  font-size: 17px;
  margin-right: 5px;
}

.signup li a:hover {
  color: var(--secodery-color);
}

.searchbox--field {
  position: relative;
}

.searchbox--input {
  background-color: #6f7476;
  height: 32px;
  line-height: 32px;
  padding-left: 36px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: 1px;
}

input {
  outline: none;
}

.searchbox--field ::placeholder {
  font-size: 14px;
  color: #fff;
}

.searchbox--field span,
.searchbox--field button {
  position: absolute;
  bottom: 1px;
  font-size: 17px;
  left: 5px;
}

.navbar-collapse {
  justify-content: end;
}

.head-sec {
  padding-top: 5rem;
}

/* .logo img {
  width: 400px;
} */

.navbar {
  padding: 0;
}

.logo-small {
  display: none;
}

.navbar-nav {
  margin-left: 5rem;
  padding-left: 5rem;
  position: relative;
  width: 100%;
}

.navbar-nav::before {
  content: '';
  position: absolute;
  right: 0;
  left: 22px;
  top: 0;
  height: 66px;
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
  width: 100%;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 101%, 3% 50%, 0% 0%);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--white-color);
  padding: 13px 13px;
  display: block;
  font-size: 27px;
  letter-spacing: .02em;
  font-family: 'proxima-nova';
}


:is(.nav-button, .nav-box) {
  padding: 25px 10px;
}

.nav-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px;
}

.nav-box li a {
  font-size: 18px;
  color: var(--secodery-color);
  padding: 0 10px;
  margin-bottom: 6px;
}

.nav-box .dropdown-item:hover {
  color: var(--secodery-color);
  text-decoration: underline;
  background-color: var(--white-color);
}

.nav-button {
  background-color: #eee;
}

.dropdown-menu {
  border-radius: 0;
  top: 60px;
  outline: 1px solid #cac8c8;
  width: 500px;
  padding: 0 16px;
  font-size: 1rem;
  display: none;
}

.dropdown-menu {
  display: none;
}

.btn-menu {
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
  padding: 10px 20px;
  color: var(--white-color);
  margin: 12px 0;
}

.head-sec .container-fluid {
  padding-left: 19.2%;
}

.nav-button li {
  margin: 30px 0;
}

.nonfiction {
  border-radius: 0;
  top: 60px;
  outline: 1px solid #cac8c8;
  width: 920px;
  padding: 0 16px;
  font-size: 1rem;
  display: none;
}

.nonfiction .col-md-9 .col-md-3 {
  display: inline-grid;
  max-width: 32%;
}

.teens {
  border-radius: 0;
  top: 60px;
  outline: 1px solid #cac8c8;
  width: 630px;
  padding: 0 16px;
  font-size: 1rem;
  display: none;
  left: -260%;
}

.teens .col-md-8 .col-md-4 {
  display: inline-table;
}

.stickers {
  border-radius: 0;
  top: 60px;
  outline: 1px solid #cac8c8;
  width: 1050px;
  padding: 0 16px;
  font-size: 1rem;
  display: none;
  left: -660%;
}

.stickers .col-md-9 .col-md-4 {
  display: table-cell;
}

.gifts {
  border-radius: 0;
  top: 60px;
  outline: 1px solid #cac8c8;
  width: 630px;
  padding: 0 16px;
  font-size: 1rem;
  display: none;
  left: -660%;
}

.gifts .col-md-8 .col-md-4 {
  display: table-cell;
}

/* mobile-menu */
.desktop-none {
  display: none;
}

.mobmune {
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: color .3s ease-out;
  width: 100%;
}

.mobmune .nav-link {
  font-size: 18px !important;
  padding: 5px 13px 5px 30px !important;
}

.mobmune .dropdown-toggle::after {
  display: inline-block;
  float: right;
  content: "▾";
  border: none;
  padding: 0 25px;
}

.mobmune .nav-link {
  margin-bottom: 2px;
}

/* mobile-menu */
.banner-sec .headline {
  font-family: garamond-premier-pro-subhead, Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #575c5e;
  font-style: italic;
  text-align: end;
  padding: 15px 0 1%;
  margin: 0;
}

.promo-links .promo-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo-links .promo-link li {
  flex: 1 1 auto;
  padding: 5px 10px;
  line-height: 34px;
  border-right: 1px solid #d4d4d4;
}

.promo-links {
  color: #4e2cbd;
  font-weight: 600;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ebebeb;
  padding: 0;
}

.promo-links a {
  color: var(--secodery-color);
  text-transform: uppercase;
  font-size: 14px;
}

.promo-links-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  /* width: 22px; */
}

.banner-sec {
  padding: 0;
}

.banner .owl-prev svg {
  position: absolute;
  top: 44%;
  width: 22px;
  left: 10px;
  height: 35px;
  fill: #fff;
}

.banner .owl-next svg {
  position: absolute;
  top: 44%;
  right: 10px;
  width: 22px;
  height: 35px;
  fill: #fff;
}

.banner-content h2 {
  font-size: 25px;
}

.banner-content {
  position: absolute;
  top: 19%;
  padding: 0 38px;
}

.banner-content h3 {
  font-size: 54px;
  color: #fff;
  font-family: garamond-premier-pro-subhead, Georgia, "Times New Roman", serif;
  margin-bottom: 1rem;
}

.banner-btn {
  background-color: #eee;
  color: #403e3e;
  border: none;
  border-radius: 0;
  padding: 14px 18px;
  font-weight: 600;
  box-shadow: 10px 10px 13px -3px rgba(0, 0, 0, .18);
  font-size: 23px;
}

.owl-theme .owl-dots .owl-dot {
  z-index: 2;
  position: relative;
}

.banner .owl-dots .owl-dot span {
  display: block;
  cursor: pointer;
  margin: 0 3px;
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
  border: 2px solid #fff;
  border-radius: 1000px;
  opacity: 1;
}

.banner .owl-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  background: rgba(255, 255, 255, .5);
  padding: 14px;
  display: flex;
}

.banner {
  padding: 10px 0;
}

.banner-content a:hover {
  background-color: var(--secodery-color);
  color: var(--white-color);
}

button.owl-dot.active span {
  background: #404041 !important;
}

.text-postion {
  padding: 10px 0;
  position: relative;
}

.text-postion img {
  width: 100%;
  height: 100%;
}

.banner-sale {
  position: absolute;
  top: 40%;
  padding: .5em 1em;
  background: #403e3e;
}

.banner-sale h1 {
  font-size: 28px;
  color: var(--white-color);
}

.banner-sale a {
  position: absolute;
  left: 19px;
  top: 9rem;
}

/* .banner-sale {
  background: url(../images/banner-side.png);
  background-size: cover;
  background-position: center;
  padding: 14.7rem 0;
  margin-top: 11px;
} */

/* book-tabs-start */
.nav-tabs .nav-link {
  color: #4e2cbd;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs a {
  font-size: 24px;
  line-height: 2.3333333333;
  padding: 0 30px;
  font-weight: 600;
  color: #4e2cbd;
  text-decoration: none;
  border-bottom: 2px solid #e3e2e2;
}

.nav-tabs .nav-link.active {
  background-color: #403e3e;
  color: var(--white-color);
}

.nav-tabs .tabs-btn {
  position: relative;
  width: auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAA4CAYAAADTh677AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZtJREFUeNrs3UFNA1EYhdEBBTXQCVIqoRJwAA4IDqgDcDIS6qBkagAJvElq4F7CquckzVt1829uvnTRh6lwXdfdeC7js5sAuEfLY/nFV+MBcN/iAbnVx4vTARgQ9QHA/w6I+gCgLZCj+gCgGZA3JwMgGpDruj6P58nJAEgLRH0AkA2I+gCgLRD1AUA2IOoDgLZA1AcA2YCoDwDaAlEfAGQDoj4AaAtEfQCQDYj6AKAtEPUBQDYg6gOAtkDUBwDZgIz6OKoPAJoC8W+DAGQDMurjMJ6DkwCQFojfPgDIBkR9ANAWiPoAIBsQ9QHAXwoEALIB2c/zMt7FKQBoCuTdKQCIB+RWIWfnACAtkM3JOQCIB2RUyOd4vp0EgLRANn4LASAfEBUCQFsgKgSAbkBUCABtgagQALoBUSEAtAWiQgDoBkSFANAWiAoBoBsQFQJAWyAqBIBuQFQIAG2BqBAAugFRIQC0BbL5ci4AmgH5GJ8fJwMgGpD9PG/j4V8LAYgLRIUA0A2ICgGgLRAVAkA3ICoEgLZAVAgA068AAwBVo1fW6qSevwAAAABJRU5ErkJggg==);
  font-size: 24px;
  line-height: 2.3333333333;
  padding: 0 30px;
  background-repeat: no-repeat;
  margin-left: -15px;
  background-color: transparent;
  color: #4e2cbd;
  border: none;
}

.nav-tabs .tabs-btn::after {
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-right: 14px solid #fff;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-image: none;
}

.book-tabs {
  padding: 2rem 0;
}

.price {
  display: inline-flex;
  align-items: center;
  margin: auto;
}

.price--sale {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.price--srp {
  font-size: 16px;
  text-decoration: line-through;
  margin: 0 0 0 8px;
  font-weight: lighter;
}

.details h2 {
  line-height: 20px;
  text-align: left;
  white-space: normal;
  cursor: pointer;
}

.details p {
  margin: 5px 0 0;
  font-size: .8em;
}

.custom-dropdown .dropdown-menu {
  position: absolute;
  top: 23.9rem;
  left: auto;
  width: fit-content;
  margin: auto;
  padding: 0;
  min-width: max-content;
  border: 1px solid #cac8c8;
  outline: none;
  background-color: #f0efef;
}

.custom-dropdown .dropdown-menu a {
  padding: 5px 16px 5px 10px;
  border-bottom: 1px solid #cac8c8;
  color: #403e3e;
  font-size: 14px;
}

.custom-dropdown .dropdown-menu a:last-child {
  border-bottom: none;
}

.details img {
  height: 330px;
  width: 260px;
  margin-bottom: 10px;
  object-fit: cover;
}

.book-tabs .owl-carousel .owl-item img {
  width: auto;
}

.custom-dropdown .dropdown-toggle {
  background: none;
  font-size: 18px;
  font-weight: lighter;
  cursor: pointer;
  padding: 0;
  margin-bottom: 7px;
}

.cycle__price {
  font-size: 18px;
  font-weight: 600;
}

.cycle__price .price--sale {
  font-size: 18px;
  font-weight: 600;
}

.cycle__price .price--srp {
  text-decoration: line-through;
  font-size: 16px;
}

.book-tabs .col-md-2 {
  flex: 2 0 16.666667%;
  max-width: 20.666667%;
}

.custom-dropdown .dropdown-menu .data-price {
  font-size: 18px;
  font-weight: 600;
}

.book-wrap {
  padding: 30px 0 0;
}

.add-cart {
  display: inline-grid;
}

.add-btn {
  padding: 5px 12px;
  font-size: 18px;
  color: #4e2cbd;
  background-color: #eee;
  margin: 0 0 3px;
  border-radius: 2px;
}

.add-btn svg {
  padding: 0 3px 0 8px;
}

.details-btn {
  padding: 5px 12px;
  font-size: 18px;
  color: #4e2cbd;
  background-color: #eee;
  border-radius: 2px;
  width: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -45px;
  bottom: 0;
}

.owl-carousel .owl-nav button.owl-next {
  position: inherit;
  right: -45px;
  bottom: 0;
}

/* links-sec-start */
.links-widget {
  background: url(../images/help-me-find1.jpg) no-repeat 0 0;
  padding: 100px 0;
  background-size: cover;
}

.link-heading {
  width: 90%;
  position: absolute;
  top: 20px;
  left: 16px;
  z-index: 0;
  background: #403e3e;
  color: #fff;
  padding: .6em;
  font-size: 22.14px;
  font-weight: 700;
}

/* book-tabs-end */


.help-me-find-icon {
  width: 26px;
  height: 28px;
}

.help-me-find-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.links-widget ul li a {
  font-weight: 700;
  background: #eee;
  background: rgba(238, 238, 238, .9);
  color: #4e2cbd;
  padding: 1em;
  text-decoration: none;
  width: 95%;
  display: block;
  margin-top: 1px;
  font-size: 21px;
}

.help-me-find-span {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}

.links-widget ul li a:hover {
  background: #eee;
}

.mobile-hidden .two-up {
  background: #e3e2e2;
  position: relative;
  margin-bottom: 2em;
}

.home-video-wrapper {
  padding: 20px;
  background: #e3e2e2;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2px;
}

.video--aspect {
  visibility: hidden;
  width: 100%;
  padding-bottom: 66.6666666667%;
}

.video--image {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -37.5%;
}

.video--player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video--tablink {
  background-color: #fff;
  color: #403e3e;
  border: 2px solid #fff;
}

.video--tablink a {
  color: #4e2cbd;
  text-decoration: underline;
}

.video--tablink .video-title {
  color: #403e3e;
  margin-right: 5px;
}

.video--tab.is-vivo span,
.video--tablink.is-vivo span {
  color: #4e2cbd;
}

.video--tablist {
  margin-top: 7px;
}

.video--tab,
.video--tablink {
  font-size: 24px;
  line-height: 1.1666666667;
  padding: 8px 18px;
  margin-bottom: .0833333333em;
}

.video--tab.is-single,
.video--tablink.is-single {
  height: 1.85em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.book-tabs .owl-nav {
  margin: auto;
}

.book-tabs .owl-prev {
  position: absolute;
  top: -52px;
  right: 46px;
  width: 46px;
  height: 47px;
  padding: 0 6px !important;
  margin: auto !important;
  border-radius: 0 !important;
  border: 1px solid #D6D6D6;
}

.book-tabs .owl-next {
  position: absolute;
  top: -52px;
  right: -5px;
  width: 46px;
  height: 47px;
  padding: 0 6px !important;
  margin: auto !important;
  border-radius: 0 !important;
  border: 1px solid #D6D6D6;
}

.book-tabs .owl-prev span {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  width: 46px;
  height: 47px;
  right: -1px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #403e3e;
}

.book-tabs .owl-next span {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  width: 46px;
  height: 47px;
  right: -1px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #403e3e;
}

.book-tabs :is(.owl-next span, .owl-prev span):hover {
  background: #fff !important;
  border: 1px solid #D6D6D6;
  color: #D6D6D6 !important;
}

:is(.book-list-1, .book-list) .border-wrap {
  padding: 12px;
  border: 1px solid #e3e2e2;
  -webkit-box-shadow: 0 0 5px 0 #c8c8c8;
  box-shadow: 0 0 5px 0 #c8c8c8;
  min-height: 590px;
}

.section-heading {
  background: #403e3e;
  margin: 0;
  display: flex;
  width: 92%;
}

.section-heading h2 {
  color: #fff;
  font-size: 22.14px;
  font-weight: 700;
  padding: 9px 11px;
  margin: 0;
}

.details {
  margin: 10px;
}

:is(.book-list, .book-list-1) .owl-prev {
  position: absolute;
  top: -46px;
  right: 46px;
  width: 46px;
  height: 47px;
  padding: 0 6px !important;
  margin: auto !important;
  border-radius: 0 !important;
  border: 1px solid #D6D6D6;
}

:is(.book-list, .book-list-1) .owl-next {
  position: absolute;
  top: -46px;
  right: -5px;
  width: 46px;
  height: 47px;
  padding: 0 6px !important;
  margin: auto !important;
  border-radius: 0 !important;
  border: 1px solid #D6D6D6;
}

:is(.book-list, .book-list-1) .owl-prev span {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  width: 46px;
  height: 47px;
  right: -1px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #403e3e;
}

:is(.book-list, .book-list-1) .owl-next span {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  width: 46px;
  height: 47px;
  right: -1px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #403e3e;
}

.book-list :is(.owl-next span, .owl-prev span):hover {
  background: #fff !important;
  border: 1px solid #D6D6D6;
  color: #D6D6D6 !important;
}

:is(.book-list, .book-list-1) .custom-dropdown .dropdown-menu {
  top: 24.9rem;
}

:is(.add-btn, .details-btn, .show-more):hover {
  color: #fff;
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
}

:is(.links-sec, .book-list, .book-list-1) {
  padding: 18px 0;
}

:is(.book-list, .book-list-1) .custom-dropdown button {
  font-size: 21px;
  text-align: start;
}

.book-list-1 .section-heading {
  width: 83%;
}

/* footer-sec-start */

.footer-sec {
  background-color: #4f4c4d;
  padding: 30px 0;
}

.foot-heading {
  font-size: 20px;
  font-weight: 660;
  color: var(--white-color);
}

.foot-list li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.7142857143;
  letter-spacing: .02em;
  border-bottom: 1px solid #fff;
}

.footer--link:hover {
  color: #29a7d5;
  border-bottom-color: #4f4c4d;
  -webkit-transition: color .2s ease-out, border-bottom-color .2s ease-out;
  -moz-transition: color .2s ease-out, border-bottom-color .2s ease-out;
  -ms-transition: color .2s ease-out, border-bottom-color .2s ease-out;
  -o-transition: color .2s ease-out, border-bottom-color .2s ease-out;
  transition: color .2s ease-out, border-bottom-color .2s ease-out;
}

.foot-icon:after,
.foot-icon:before {
  position: absolute;
  color: #fff;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s, opacity .2s;
  -moz-transition: -moz-transform .3s, opacity .2s;
  -ms-transition: -moz-transform .3s, opacity .2s;
  transition: transform .3s, opacity .2s;
}

.footer--link:focus:before,
.footer--link:hover:before {
  opacity: 1;
  -webkit-transform: translateX(-9px);
  -moz-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.footer--link:before {
  content: '[';
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.footer--link:after,
.footer--link:before {
  position: absolute;
  color: #fff;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s, opacity .2s;
  -moz-transition: -moz-transform .3s, opacity .2s;
  -ms-transition: -moz-transform .3s, opacity .2s;
  transition: transform .3s, opacity .2s;
}

.footer--link:focus:after,
.footer--link:hover:after {
  opacity: 1;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.footer--link:after {
  content: ']';
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.footer-sec {
  position: relative;
}

.trending {
  position: absolute;
  top: 30px;
  right: 20%;
  background-color: #696768;
  padding: 30px;
  margin: -30px;
}

.social-media {
  display: flex;
  justify-content: end;
  width: 71%;
  gap: 15px;
}

.terms-link p {
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  color: #9e9d9d;
  margin: 0;
  padding-left: 12rem;
}

.terms-link ul li a {
  font-size: 14px;
  text-decoration: underline;
  color: #9e9d9d;
}

.terms-link ul li a::after {
  content: '|';
  padding: 0 5px;
}

/* .terms-link ul li a::after{
  display: none;
} */
.terms-link ul {
  display: flex;
  justify-content: start;
  gap: 0;
  width: 100%;
}

/* footer-sec-end */

/* details-page */

.text-bar {
  padding: 7px 24rem;
  background: #e3e2e2;
  margin: 40px 0 25px;
}

.text-bar span {
  font-size: 20px;
  font-weight: 600;
  color: var(--secodery-color);
}

.product-sec {
  padding: 1rem 0 5rem;
}

.product-sec .nav-tabs .nav-link {
  background: #fff;
  padding: 3px;
  border-radius: 0;
}

.product-sec .nav-tabs .nav-link.active {
  border: 1px solid transparent;
  border-color: #dee2e6 #dee2e6 #fff;
}

.product-sec .nav-item {
  padding: 0 2px;
}

.product-details h1 {
  font-family: garamond-premier-pro-subhead, Georgia, "Times New Roman", serif;
  font-size: 33px;
}

.product-details span {
  padding: 5px 17px 5px 12px;
  background: #3a3839;
  color: #fff;
  font-weight: 700;
}

.content-wrap {
  margin-top: 15px;
}

.content-wrap ul li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 10px;
  color: #403e3e;
}

.content-wrap ul {
  padding-left: 22px;
}

.content-wrap ul li::marker {
  font-weight: 800;
}

.content-wrap b {
  font-size: 18px;
}

.content-wrap p {
  color: #403e3e;
  font-size: 18px;
  margin-top: 15px;
  font-weight: lighter;
}

.front-img .img-right {
  display: block;
  margin-left: auto;
  width: auto;
  padding-top: 5px;
  height: auto;
}

.front-img a img {
  width: 100%;
  height: auto;
}

.content-wrap h5 {
  font-size: 18px;
}

/* #section {
  width: 500px;
  height: 400px;
  word-wrap: break-word;
} */

.moretext {
  display: none;
}

.moretext.show-more-height {
  display: block;
}

.show-more {
  background: #eee;
  color: var(--secodery-color);
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-top: 1rem;
  position: relative;
  padding: 7px 35px 7px 10px;
  cursor: pointer;
}

.show-more::after {
  content: '';
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  background: url(../images/arrow-down.png) right/cover no-repeat;
  width: 20px;
  height: 10px;
  margin: auto;
}

.showmorebtn::after {
  transform: rotate(180deg);
}

/* .product-sec .article p {
  margin: auto;
} */
.dropdown-toggle::after {
  display: none;
}

.more-content h5 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
}

.moretext h5 {
  font-size: 20px;
  margin: 15px 0;
  font-weight: 600;
}

.moretext p {
  font-size: 18px;
}

.show-more:hover::after {
  filter: brightness(0)invert(1);
}

.book-details ul li {
  font-size: 17px;
  display: flex;
  align-items: center;
}

.book-details ul li span {
  margin-top: 5px;
  font-weight: 600;
  max-width: 200px;
  width: 120px;
}

.book-details ul li p {
  margin: 0;
}

.book-details h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 5px;
}

.stockbox {
  padding: 12px;
  border: 1px solid #dce0e0;
}

.stockbox h4 {
  font-size: 18px;
  font-weight: 600;
}

.stockbox .price {
  font-size: 24px;
  font-weight: 600;
}

.item-qty {
  display: inline-block;
  width: 110px;
  line-height: 22px;
  height: 27px;
  margin: 10px auto 0;
  border: 1px solid #dce0e0;
  border-radius: 2px;
}

.lp-instock-qty-label {
  float: left;
  display: inline-block;
  line-height: 25px;
  width: 65%;
  height: 26px;
  border-right: 1px solid #dce0e0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .02em;
}

.lp-instock-qty-input {
  width: 35%;
  border: none;
  height: 25px;
  background: transparent;
  padding: 0;
}

.lp-instock-qty-input,
.lp-instock-qty-label {
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
}

.bulk-purchase {
  font-size: 14px;
  text-decoration: underline;
  color: var(--secodery-color);
}

.lp-bulk--box {
  text-align: left;
  position: absolute;
  top: 140px;
  right: 14px;
  width: 270px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.375;
  background-color: #ecefec;
  border: 1px solid #c1c8c8;
  border-radius: 4px;
  padding: 10px 10px 10px 12px;
  margin: 5px 0 0;
  z-index: 1;
}

.bulk-layout .qty-value li {
  font-size: 15px;
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #ccc;
}

.bulk-layout .qty-value li span:last-child {
  font-weight: 700;
  float: right;
  width: 40%;
  text-align: left;
}

.bulk-layout .qty-value li:first-child {
  font-weight: 700;
}

.bulk-layout a {
  display: block;
  color: var(--secodery-color);
  margin-bottom: 5px;
  text-decoration: none;
  padding-left: 5px;
  font-size: 15px;
}

.bulk-layout .qty-value li:last-child {
  border-bottom: none !important;
  margin-bottom: 10px;
}

.bulk-layout .-icon._close {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 12px;
}

hr.hr-border {
  border: 1px solid #dce0e0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0.5em 0;
}

.lp-stores-list-container {
  margin-top: 5px;
  font-size: 14px;
}

.lp-shipping {
  text-align: center;
  font-size: 15px;
  margin: 0;
}

.lp-stores-list-container h3 {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.lp-stores-list-container .lp-stores-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 0;
  font-size: 14px;
  text-decoration: underline;
}

.lp-stores--option--link {
  line-height: 1.5294117647;
}

.lp-stores-list a {
  color: var(--secodery-color);
}

.affliate-partner {
  font-size: 12px;
  margin: 10px 0 0;
}

.lp-layout-formats,
.lp-layout-resources {
  margin-top: 10px;
}

.lp-formats--heading {
  font-size: 17px;
  font-weight: 700;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: .5555555556em;
  border: 1px solid #dce0e0;
  margin: 0;
  background: #f2f4f2;
}

.lp-format {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #dce0e0;
  border-left: 1px solid #dce0e0;
  border-right: 1px solid #dce0e0;
  padding: .25em 15px .3125em 10px;
}

.lp-format--label {
  word-wrap: break-word;
  font-weight: 600;
  line-height: 1.375;
  color: #403e3e;
  font-size: 16px;
}

.lp-format--sale {
  font-weight: 600;
  line-height: 1.375;
  font-size: 16px;
  color: #403e3e;
}

.lp-format--link {
  display: flex;
  justify-content: space-between;
}

.details-tabs::before {
  height: 35px;
  background: #edefed;
  top: 80px;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}

.details-tabs .detail-btn {
  font-size: 16px;
  line-height: 32px;
  padding: 0 15px;
  font-weight: 600;
  color: #403e3e;
  text-decoration: none;
  border-bottom: 0;
}

.details-tabs .detail-btn-1 {
  font-size: 16px;
  line-height: 32px;
  padding: 0 15px;
  font-weight: 600;
  color: #403e3e;
  text-decoration: none;
  border-bottom: 0;
}

.related-tab .nav-tabs .nav-item.active {
  background-color: #403e3e;
  color: var(--white-color);
  border-radius: 1px;
}

.book-wrap .d-button {
  font-size: 18px;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.details a {
  font-family: garamond-premier-pro-subhead, Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #000;
  background: #fff;
}

.kids-sec {
  padding: 0 0 2rem;
}

/* .details-tabs .owl-prev {
  position: absolute;
  top: -35px;
  right: 0;
} */



/* .details-tabs .owl-next span {
  font-size: 0;
}

.detail-slider .owl-dots {
  position: absolute;
  right: 0;
  top: -39px;
  margin-top: 0 !important;
}
.detail-slider .owl-dots button{
  width: 48px;
  height: 48px;
  border: 1px solid #ced4d4;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, .75);
  display: inline-flex !important;
  justify-content: center;
  margin: 0 10px;
  align-items: center;
  cursor: pointer;
  outline: none;
  background: url(../images/svgviewer-png-output.png) center/40% no-repeat;
}

 .owl-theme .owl-dots .owl-dot span{background-color: transparent !important;}
:is(.book-tab-slider,.detail-slider,.book-list-slider,.single-list-slider)  .owl-dots button:last-child {
  transform: rotate(180deg);
}
:is(.book-list-slider,.book-tab-slider,.single-list-slider) .owl-dots {
  position: absolute;
  right: -13px;
  top: -45px;
  margin-top: 0 !important;
}
:is(.book-list-slider,.book-tab-slider,.single-list-slider) .owl-dots button{
  width: 46px;
  height: 46px;
  border: 1px solid #ced4d4;
  color: #403e3e;
  background: #e4e2e1;
  background: hsla(0, 0%, 100%, .75);
  display: inline-flex !important;
  justify-content: center;
  margin: 0 3px;
  align-items: center;
  cursor: pointer;
  outline: none;
  background: url(../images/flick-prev.png) center/100% no-repeat;
} */


.nav-line {
  color: #fff;
  background-color: #2493de;
  padding: 5px 0;
  margin-top: 40px;
}

.nav-line h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-left: 13px;
}

/* .kids-sec .col-md-3{
  max-width: 20%;
} */

/*cartPg start*/
.cartPg {
  padding: 100px 0;
}

.cartsec .table>thead>tr>th {
  border-bottom: 0;
  padding: 17px 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Oswald' !important;
}

.cartsec .table>tbody>tr>td,
.cartsec .table>tbody>tr>th,
.cartsec .table>tfoot>tr>td,
.cartsec .table>tfoot>tr>th,
.cartsec .table>thead>tr>td,
.cartsec .table>thead>tr>th {
  border-top: 0;
}

.cartsec thead {
  background: #403e3e;
}

.cartsec table th {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto', sans-serif !important;
}

.cartsec h4 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-family: 'Poppins';
}

.cartsec td {
  vertical-align: middle !important;
  padding: 24px !important;
  font-family: 'Raleway', sans-serif;
}

.cartsec a.remove {
  width: 40px;
  height: 40px;
  background: #f6f6f6;
  color: #000;
  font-size: 15px;
  display: block;
  text-align: center;
  font-weight: 500;
  padding-top: 10px;
}

.cartsec a.remove:hover {
  background: black;
  color: #000;
}

.cartsec a.update {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  font-family: 'Poppins';
}

td.imgtd .row {
  display: flex;
  align-items: center;
}

.cartsec input.qtystyle {
  border: 1px solid #d2d2d2;
  height: 46px;
  width: 130px;
  border-radius: 0;
  text-align: center;
  font-size: 22px;
  color: #000000;
  background: #efefef;
}

.cartsec table h5 {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  font-family: 'Oswald';
}

.cartsec table h6 {
  color: #000000;
  font-size: 15px;
  margin: 10px 0 0 0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.cartsec table h6 span {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Poppins';
}

.cartsec table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.checkoutSec table th {
  border-bottom: 1px solid #d9d9d9 !important;
  padding: 20px 9px !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 17px;
}

.checkoutSec table td {
  border-bottom: 1px solid #fff !important;
  color: #545454;
}

.checkoutSec table td {
  padding: 20px 10px !important;
  color: #000000;
  font-size: 21px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.checkoutSec table td span {
  text-transform: uppercase;
  margin-left: 5px;
}

.checkoutSec::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */
  color: #545454;
}

.checkoutSec::-moz-placeholder {

  /* Firefox 19+ */
  color: #545454;
}

.checkoutSec:-ms-input-placeholder {

  /* IE 10+ */
  color: #545454;
}

.checkoutSec:-moz-placeholder {

  /* Firefox 18- */
  color: #545454;
}

.checkoutSec textarea::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */
  color: #545454;
}

.checkoutSec .form-control:focus {
  border-bottom: 2px solid rgb(217, 217, 217, 0.3);
  outline: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgb(165, 213, 108);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgb(165, 199, 60);
}

.checkoutSec {
  padding: 70px 0 70px 0;
  display: inline-block;
  width: 100%;
}

.removeproduct {
  background: #262626;
  padding: 6px 14px;
  color: #fff !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.shipping ul {
  background: #f7f7f7;
  color: #FFF;
}

.shipping ul.subTotal_area {
  background: #FFF;
  border: #cacaca solid 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 25px;
}

.subTotal_area li:last-child h4 {
  color: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
  font-size: 27px;
}

.shipping ul li {
  padding: 8px 10px;
  display: table;
  width: 100%;
}

.shipping h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #000;
  padding: 27px;
}

.shipping h4 {
  font-family: 'Poppins';
  font-weight: 400;
  color: #000;
  margin: 0;
  font-size: 20px;
}

.update .continue {
  color: #000;
  font-size: 19px;
  line-height: 55px;
}

.ship-box {
  background: #f6f6f6;
  padding: 20px 0 30px 0;
}

.ship-box h4 {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Oswald';
  font-weight: 500;
}

.ship-box h5 {
  font-size: 20px;
  color: #828282;
  font-family: 'Poppins';
  font-weight: 400;
}

.removeproduct {
  background: #490909;
  padding: 6px 14px;
  color: #fff !important;
}

.carttable h4 span {
  font-size: 17px;
  text-transform: capitalize !important;
  margin-left: 0 !important;
}

.update img {
  margin-top: 30px;
}

.btnStyle1 {
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
  color: #000;
  display: inline-block;
  padding: 12px 50px;
  font-family: 'Oswald';
  border: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

/*cartPg end*/

/*checkout page start*/
.rightSec {
  border: 1px solid #ccc;
  padding: 40px 20px 20px;
}

.car-form h3 {
  font-size: 24px;
  text-align: left;
  padding-bottom: 20px;
  color: #000;
  line-height: 0;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 2px;
}

.form-group label {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

section.checkout {
  padding: 4% 0;
}

.your-order {
  padding: 0 0;
}

.cartRight {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 0;
  padding: 0;
}

.crHead {
  padding: 20px 30px 30px;
  border-bottom: 1px solid #ccc;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.crBody ul li {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 18px 25px;
  text-align: left;
  font-family: 'OswaldStencil-Bold';
}

.place.text-center a,
.place.text-center button {
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
  border-color: #e7751d;
  color: #fff;
  padding: 15px 63px;
  font-size: 19px;
  margin-top: 14px;
  margin-bottom: 30px;
}

.cartRight h5 {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  text-align: left;
  line-height: 0;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 2px;
}

section.checkout {
  background-image: url(../images/cart-back.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: 100px 0;
}

.checkbox input[type="checkbox"] {
  margin: 10px -16px;
}

span.clickable.text {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  margin: 0 9px;
}

input[type="radio"] {
  margin: 0 20px;
  position: absolute;
  left: 0;
  top: 35px;
}

.checkbox img {
  margin: 10px 50px;
}

.line {
  border-bottom: 1px solid #ccc;
  padding-top: 24px;
}

.pay h5 {
  padding: 15px 30px 5px;
}

.checkbox {
  margin-bottom: 20px;
}

/*checkout page end*/


/* login page */
.login-box {
  margin-top: 0;
  height: auto;
  background: #f6f6f6;
  text-align: center;
  box-shadow: 0 3px 45px 5px rgb(0 0 0 / 14%), 0 3px 45px rgb(0 0 0 / 14%);
  border-radius: 30px;
}

.login-key {
  height: 100px;
  font-size: 80px;
  line-height: 100px;
  background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-title {
  margin-top: 15px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: 800;
  color: var(--primary);
}

.login-form {
  margin-top: 25px;
  text-align: left;
}

.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email],
.form-group input[type=tel] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #1b1117;
  border-top: 0px;
  border-radius: 0px;
  font-weight: bold;
  outline: 0;
  margin-bottom: 0;
  padding-left: 0px;
  /*color: #ECF0F5;*/
  color: #495057;
  height: 50px;
}

/* 
input[type=password] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #1b1117;
  border-top: 0px;
  border-radius: 0px;
  font-weight: bold;
  outline: 0;
  padding-left: 0px;
  margin-bottom: 0;
  color: #ECF0F5;
  height: 50px;
} */

.form-group {
  margin-bottom: 40px;
  outline: 0px;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid var(--primary);
  outline: 0;
  background-color: transparent;
  /*color: #ECF0F5;*/
  color: #495057;
}

input:focus {
  outline: none;
  box-shadow: 0 0 0;
}

label {
  margin-bottom: 0px;
}

.form-control-label {
  font-size: 15px;
  color: #6C6C6C;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
}

.btn-outline-primary {
  border-color: #1b1117;
  color: #1b1117;
  border-radius: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 180px;
  height: 50px;
}

.btn-outline-primary:focus {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  background-color: #1b1117;
  right: 0px;
  border-color: #1b1117;
}

.login-btm {
  float: left;
}

.login-button {
  padding-right: 0px;
  text-align: center;
  margin-bottom: 25px;
}

input[type=text]:focus {
  background: transparent;
  border-color: #000;
  border-color: var(--primary);
}

input[type=password]:focus {
  background: transparent;
  border-color: var(--primary);
}

.login-text {
  text-align: left;
  padding-left: 0px;
  color: #A2A4A4;
}

.loginbttm {
  padding: 0px;
}

/* login page end */


.p1 p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  padding: 15px 0;
  letter-spacing: 0.5px;
}

ul.top-social {
  display: inline-block;
}

ul.top-social li {
  display: inline-block;
  margin-right: 10px;
}

ul.footer-list li a {
  color: #fff;
  line-height: 2;
  font-weight: 400;
  font-size: 16px;
  transition: 0.5s;
}

.footer-sec .border-right:first-child .widget {
  padding-left: 0;
}

.widget a span {
  margin-right: 10px;
}

ul.bottom-social li a {
  line-height: 0;
}

.f-logo img {
  padding-bottom: 30px;
  filter: brightness(0) invert(1);
}

.widget h5 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
  margin: 0;
}

.widget a {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  transition: 0.5s;
}
.pay-top {
  padding-top: 43.8px;
}

ul.bottom-social li a {
  color: #fff;
  font-size: 25px;
  transition-duration: 0.5s;
}

ul.footer-list li svg {
  margin-right: 5px;
}

.svg-inline--fa {
  height: 16px;
}

.cname {
  margin-right: 20px;
}

.content li {
  padding-bottom: 30px;
}

.widget p {
  color: #fff;
  margin-bottom: 0;
}