@charset "utf-8";
/* =============================================================================
    Custom eBay Theme Copyright © 2020 by NinjaTemplates.com - All Rights Reserved
============================================================================= */
/* ------------------------------------------------------------- 
  --- THEME SETTINGS ---
  Title Font Family:		Poppins, sans-serif
  Main Font Family:		"Open Sans", sans-serif
  Title Text Color:			#202B41
  Main Text Color:			#681265
  Accent Color:				#681265
  Light Text Color:			#96989A
  Borders Color:				#DBDFE1
  Light BG Color:			#EFF2F4
------------------------------------------------------------- */
/* ==============================
GLOBAL SETTINGS
============================== */

.nt-bg {
  background: #DBDFE1 url(../files/nt-bg.png) -70px 70px no-repeat;
  border-color: #DBDFE1 !important;
}
/* fonts */
.nt-bg p, .nt-bg a, .nt-bg span, .nt-bg li, .nt-bg .nt-text, .nt-bg table, .nt-bg h1, .nt-bg h5, input.nt-sbox {
  font-family: "Open Sans", sans-serif;
}
.nt-bg h2, .nt-bg .h2, .nt-bg h4, .nt-bg a.nt-bttn, .nt-bg .nt-fp a:after {
  font-family: Poppins, sans-serif;
}
.nt-bg p, .nt-bg a, .nt-bg li, .nt-bg table, .nt-bg .nt-text {
  color: #681265;
  font-size: 14px;
  line-height: 1.5;
}
.nt-bg a, .nt-bg a:visited, .nt-bg a:active {
  color: #681265;
}
.nt-bg a:hover {
  color: #red;
}
.nt-bg .nt-text {
  text-align: left;
}
.nt-bg .nt-text a {
  text-decoration: underline;
}
.nt-bg .nt-text a.nt-prot {
  text-decoration: none;
}
.nt-bg h1 {
  color: #202B41;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}
.nt-bg h1.nt-tbar {
  background: #FFF;
  border: 1px solid #DBDFE1;
  padding: 8px 10px;
}
.nt-bg h5 {
  color: #51074e;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
.nt-bg .nt-text h5 {
  padding: 5px 0;
}
@media (max-width:1042px) {
  .nt-bg h1 {
    font-size: 18px;
  }
  .nt-bg h5 {
    font-size: 14px;
  }
}
/* title bars */
.nt-bg h2, .nt-bg .h2 {
  color: #FFF;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: none;
  padding: 12px 15px 7px!important;
  background: #681265;
  border: 1px solid #202B41;
  border-width: 0 0 5px;
}
.nt-bg h2.nt-alt {
  color: #FFF;
  background-color: #681265;
  border-color: #51074e;
}
.nt-bg #nt-main h2, .nt-bg #nt-main .h2 {
  text-align: center;
} /* right column */
.nt-bg #nt-main #nt-desc h2 {
  text-align: center;
} /* inset description */
.nt-bg #nt-main #nt-desc .nt-icol .h2 {
  text-align: left;
} /* desc as accordion */
@media (max-width:1042px) {
  .nt-bg h2, .nt-bg .h2 {
    font-size: 18px;
    letter-spacing: 0.015em;
  }
  .nt-bg #nt-main .nt-tabs.nt-icol .h2 {
    text-align: left;
  }
}
/* accordion bars */
.nt-tabs input + .h2 {
  color: #FFF;
  background-color: #681265;
  border-color: #202B41;
}
.nt-tabs input:checked + .h2 {
  color: #FFF;
  background-color: #681265;
  border-color: #51074e;
}
.nt-tabs.nt-top input + .h2 {
  padding-right: 20px;
}
.nt-tabs.nt-icor input + .h2:after {
  content: url(files/nt-icon-plus.png);
}
.nt-tabs.nt-icor input:checked + .h2:after {
  content: url(files/nt-icon-mins.png);
}
.nt-tabs.nt-icol input + .h2:before {
  content: url(files/nt-icon-mins.png);
  float: none; /* content:"\00bb"; color:inherit; line-height:1; top:0; */
}
.nt-tabs.nt-icol input:checked + .h2:before {
  content: url(files/nt-icon-plus.png);
}
/* text boxes - borderless */
.nt-tbox, .nt-dbox {
  background: #FFF;
} /* text box */
.nt-gbox {
  background: #EFF2F4;
} /* gallery box */
.nt-ibox {
  background: #FFF;
} /* inset box */
#nt-head .nt-dbox {
  border: 1px solid #DBDFE1;
}
/*dropdown menus */
.nt-vnav, .nt-dbox h5 {
  border-top: 1px solid #DBDFE1;
}
.nt-cats .nt-vnav, .lcat .nt-vnav {
  border-top: none;
}
.nt-dbox label {
  color: #681265;
  font: 400 14px/18px "Open Sans", sans-serif;
}
.nt-dbox input + label {
  background-image: url(files/nt-icon-open.png);
}
.nt-dbox input:checked + label {
  background-image: url(files/nt-icon-shut.png);
}
/* img promo banners */
.nt-prom, img.nt-prom {
  border: 1px solid #DBDFE1;
}
.nt-prom.nt-nobo {
  border: 0 none;
  border-radius: 0;
}
/* buttons */
.nt-bg a.nt-bttn, .nt-bg .nt-fp a:after {
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
  background: #681265;
  border: 1px solid #51074e;
  border-width: 3px 0;
  padding: 6px 12px;
}
.nt-bg a.nt-bttn:hover, .nt-bg .nt-fp a:hover:after {
  color: #FFF;
  background: #681265;
  border-color: #202B41;
}
@media (max-width:1042px) {
  .nt-bg a.nt-bttn, .nt-bg .nt-fp a:after {
    font-size: 17px;
    letter-spacing: 0.015em;
  }
}
/* rounding */
.nt-gbox, .nt-prom, .nt-prot, .nt-bttn, .nt-fp, .nt-fcat a, .nt-dbox, .nt-tabs input + .h2, h1.nt-tbar {
  border-radius: 0 12px 0 12px;
  overflow: hidden;
} /* main boxes and promos */
.nt-tbox, #nt-left .nt-dbox, .nt-ibox {
  border-radius: 0 0 0 12px;
  overflow: hidden;
} /* text box corners */
h2, .nt-tabs input:checked + .h2, .nt-tabs.nt-top input + .h2 {
  border-radius: 0 12px 0 0;
  overflow: hidden;
} /* title bars */
#nt-full, #nt-thmb label {
  border-radius: 0 12px 0 12px;
  overflow: hidden;
} /* image gallery */
a.nt-bttn, .nt-fp a:after {
  border-radius: 0 12px 0 12px;
  overflow: hidden;
} /* buttons */
/* add drop shadow - bottom */
.nt-tbox, .nt-gbox, .nt-dbox, .nt-tabs, .nt-prom, .nt-prot, #nt-full, .nt-ibox, .nt-brnd a, .nt-fcat a, .nt-whys {
  box-shadow: 0 10px 10px -10px #BAC1C4;
}
#nt-head .nt-dbox, .nt-tabs .nt-tbox, .nt-prom.nt-nobo {
  box-shadow: 0 0 0 0;
}
/* ==============================
HEADER
============================== */
#nt-head-02 {
  background: #681265 url(../files/nt-bg-head.png) right top -90px no-repeat;
  border: 1px solid #51074e;
  border-width: 10px 0;
  box-shadow: 0 0 10px #888;
  margin-top: 10px;
}
@media (max-width:960px) {
  #nt-head-02 {
    background-position: center top -90px;
  }
}
#nt-head .nt-main {
  padding-top: 10px;
  padding-bottom: 10px;
}
#nt-head .nt-logo {
  width: 450px;
}
#nt-head p.nt-tagl {
  color: #fff;
  font: 500 16px/22px Poppins, sans-serif;
  letter-spacing: 0.025em;
}
#nt-head p.nt-tagl span {
  color: #FFF;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  display: block;
}
@media (max-width:960px) {
  #nt-head p.nt-tagl {
    font-size: 15px;
  }
}
#nt-head .nt-menu li a {
  color: #96989A;
  font: 500 15px/1.5 "Open Sans", sans-serif;
  padding: 5px 0;
  background: url(files/nt-menu.png) center bottom -4px no-repeat;
}
#nt-head .nt-menu li a:hover {
  color: #681265;
  background-position: center bottom;
}
/* add div bullets */
#nt-head .nt-menu li {
  padding-right: 30px;
  background: url(files/nt-icon-lev1h.png) right 10px center no-repeat;
}
#nt-head .nt-menu li:last-child {
  padding-right: 0;
  background: none;
}
/* columns logo left */
@media (min-width:961px) {
  #nt-head .nt-main .nt-la {
    width: 24%;
    justify-content: flex-start;
  }
  #nt-head .nt-main .nt-ra {
    width: 73%;
    justify-content: flex-end;
  }
  #nt-head .nt-main .nt-la, #nt-head .nt-main .nt-ra {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  #nt-head .nt-main .nt-ra .nt-tagl {
    margin: 0 0 10px;
  }
  #nt-head .nt-main .nt-ra .nt-srch {
    margin: 0 0 15px;
  }
  #nt-head .nt-main .nt-ra .nt-tagl, #nt-head .nt-main .nt-ra .nt-menu {
    width: 100%;
  }
}
@media (max-width:960px) {
  #nt-head .nt-srch {
    margin: 10px auto 0;
  }
  #nt-head .nt-srch input {
    line-height: 18px;
  }
}
/* ==============================
LEFT SIDEBAR
============================== */
/* categories nav */
.nt-bg .nt-vnav li a {
  color: #681265;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding: 7px 8px 7px 23px;
  text-indent: -13px;
  background: #EFF2F4;
}
.nt-bg .nt-vnav li a:hover {
  color: #681265;
  background: #FFF;
}
.nt-bg .nt-vnav .lev2 li a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding: 5px 10px 5px 36px;
}
.nt-bg .nt-vnav .lev3 li a {
  padding-left: 56px;
}
/* general spacing */
#nt-left .nt-dbox label {
  padding-top: 9px;
  padding-bottom: 9px;
}
#nt-left .nt-vnav li {
  padding: 2px;
}
#nt-left .nt-vnav .lev2 li, /* add dividers */ .nt-vnav li {
  border-top: 1px solid #DBDFE1;
}
.nt-vnav li:first-child {
  border-top: 0;
}
.nt-vnav .lev2, .nt-vnav .lev3 {
  border-top: 1px solid #DBDFE1;
  padding-bottom: 0;
}
/* add icons */
.nt-vnav li a:before {
  content: url(files/nt-icon-lev1.png);
  padding-right: 6px;
}
.nt-vnav li a:hover:before {
  content: url(files/nt-icon-lev1h.png);
}
.nt-vnav .lev2 li a:before {
  content: url(files/nt-icon-lev2.png);
  padding-right: 4px;
}
.nt-vnav .lev2 li a:hover:before {
  content: url(files/nt-icon-lev2h.png);
}
/* modify mobile menu */
#nt-head .nt-dbox {
  background-color: #EFF2F4;
}
.nt-bg #nt-head .nt-vnav li a, .nt-bg #nt-head .nt-vnav li span {
  background-color: #EFF2F4;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nt-bg #nt-head .nt-vnav li a:hover, .nt-bg #nt-head .nt-vnav li span {
  background-color: #FFF;
}
/* newsletter text box */
.nt-news.nt-tbox {
  background: #C6FCED;
}
.nt-news.nt-tbox p {
  line-height: 1.4;
  margin: 0 0 14px;
}
.nt-news.nt-tbox .nt-bttn {
  float: right;
}
/* ==============================
LISTING TEMPLATE
============================== */
/* item image gallery */
#nt-full {
  border: 1px solid #DBDFE1;
}
#nt-thmb label {
  border: 1px solid #DBDFE1;
}
#nt-thmb label:hover {
  border: 1px solid #681265;
}
#nt-thmb h5 {
  color: #51074e;
}
#nt-thmb h5:before {
  content: url(files/nt-icon-gall.png)
}
/* specs table */
.nt-spec table {
  width: 100%;
  border: 0 none;
  border-collapse: collapse;
  margin: 0 auto;
}
.nt-spec table th, .nt-spec table td {
  color: #681265;
  text-align: left;
  background: #F5F7F8;
  border-bottom: 2px solid #FFF;
  padding: 5px 8px;
}
.nt-spec table th {
  color: #202B41;
  font-weight: 500;
  width: 32%;
  background: #EFF2F4;
  border-right: 2px solid #FFF;
}
.nt-spec table tr:last-child th, .nt-spec table tr:last-child td {
  border-bottom: 0 none;
}
@media (max-width:500px) {
  .nt-spec table th {
    width: auto;
  }
}
/* ==============================
PROMO BANNERS
============================== */
/* promo text boxes */
.nt-prot {
  background: #681265;
  border: none;
  border-left: 5px solid #51074e;
}
.nt-prot p {
  color: #FFF;
  font: 500 20px/1.2 Poppins, sans-serif;
  letter-spacing: 0.025em;
}
.nt-prot p span {
  color: #C6FCED;
}
a.nt-prot:hover p, a.nt-prot:hover p span {
  color: #C6FCED;
}
.nt-prot.nt-icol img, .nt-prot.nt-icot img {
  width: 60px;
  height: 60px;
}
/* alternates */
.nt-prot.nt-alt {
  background: #681265;
  border-color: #51074e;
}
.nt-prot.nt-alt p {
  color: #FFF;
}
.nt-prot.nt-alt p span {
  color: #DBDFE1;
}
a.nt-prot.nt-alt:hover p, a.nt-prot.nt-alt:hover p span {
  color: #C6FCED;
}
/* mobile adjustments */
@media (max-width:1220px) {
  .nt-prot p {
    font-size: 18px;
    letter-spacing: 0.015em;
  }
}
@media (min-width:1043px) {
  .nt-mini {
    display: none;
  }
}
/* featured category banners */
.nt-fcat.nt-pbox {
  padding-top: 15px;
}
@media (max-width:499px) {
  .nt-fcat.nt-pbox {
    padding-top: 10px;
  }
}
.nt-fcat a {}
/* featured products */
.nt-feat .nt-fp {
  background: #EFF2F4 none;
  border: 1px solid #DBDFE1;
}
.nt-feat .nt-fp a .thumb {
  border: 1px solid #DBDFE1;
}
.nt-feat .nt-fp a .title {
  color: #681265;
}
.nt-feat .nt-fp a:hover .title {
  color: #681265;
}
.nt-feat .nt-fp a .price {
  color: #681265;
}
.nt-feat .nt-fp a:after {
  content: "View Item";
}
/* ==============================
FOOTER
============================== */
#nt-foot-04 {
  background: #202B41;
  border: 1px solid #681265;
  border-width: 5px 0;
  box-shadow: 0 0 10px #888;
}
/* menu copy bar */
#nt-foot .nt-menu li a {
  color: #DBDFE1;
  font-size: 14px;
  line-height: 18px;
}
#nt-foot .nt-menu li a:hover {
  color: #FFF;
}
#nt-foot .nt-copy {
  color: #DBDFE1;
  font-size: 14px;
  line-height: 18px;
}
#nt-foot .nt-copy a:hover {
  color: #FFF;
}
/* add div bullets */
#nt-foot .nt-menu li a:after, #nt-foot .nt-copy .seller:after {
  content: url(files/nt-icon-lev1h.png);
  padding: 0 10px;
}
#nt-foot .nt-menu li:last-child a:after {
  content: "";
  display: none;
}
@media (max-width:960px) {
  #nt-foot .nt-copy .seller:after {
    content: "";
    display: none;
  }
}
/* ==============================
TEMP HIDE
============================== */
.nt-book, .nt-news {
  display: none !important;
}