/* header.php */
#mainLogo {height: 200px}
.headerJumbotron {padding: 0;padding-top: 15px;margin-bottom: 0;background: url(../img/header.svg);background-size: cover;background-position: center;overflow: hidden;}
.headerList {list-style: none;font-size: 25px;padding-top: 20px;color:#fff;text-shadow: 1px 1px 5px #222;font-weight:bold;}
.headerList > li > span {color:lime;font-weight: normal;padding-right:10px}

.navbar-inverse {border-radius: 0;}
.dropdown-menu {background: #222;}
.dropdown-menu>li>a {color: #ccc;}

.checkoutBtn {background: rgba(0,200,0,0.8);border-radius: 5px;border: 1px solid green;box-shadow: 1px 1px 5px slategrey;}
.checkoutBtn:hover {background: green !important;color: white !important;}

/* modals.php */
.modal-login {color: #636363;width: 350px;}
.modal-login .modal-content {padding: 20px;border-radius: 5px;border: none;}
.modal-login .modal-header {border-bottom: none;position: relative;justify-content: center;}
.modal-login h4 {text-align: center;font-size: 26px;margin: 30px 0 -15px;}
.modal-login .form-control:focus {border-color: #70c5c0;}
.modal-login .form-control, .modal-login .btn {min-height: 40px;border-radius: 3px;}
.modal-login .close {position: absolute;top: -5px;right: -5px;}
.modal-login .modal-footer {
  background: #222222;
  border-color: #dee4e7;
  text-align: center;
  justify-content: center;
  margin: 0 -20px -20px;
  border-radius: 0px 0px 4px 4px;
  font-size: 13px;
  border-top: 2px solid red;
}
.modal-login .modal-footer a {color: #999;}
.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #222222;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border: 2px solid lime;
}
.modal-login .avatar img {width: 150%;margin-left: -15px;margin-top: -15px;}
.modal-login.modal-dialog {margin-top: 24vh;}
.modal-login .btn {color: #fff;border-radius: 4px;background: #222;text-decoration: none;transition: all 0.4s;line-height: normal;border: none;}
.modal-login .btn:hover, .modal-login .btn:focus {background: #000;outline: none;}

/* index.php */
.text {
    display: inline-block;
    left: -22px;
    top: -5px;
    font-size: 15px;
    padding: 0.5em 1em;
    width: 119.3%;
    text-align: center;
    line-height: 1.2em;
    background: #2ba6e1;
    position: relative;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #000;
    box-shadow: 0px 4px 4px 0px #00000080;
}

.text:before,.text:after {
    content: '';
    position: absolute;
    border-style: solid;
}

.text:before {
    bottom: 100%;
    left: 0;
    border-width: .5em .7em 0 0;
    border-color: transparent #337ab7 transparent transparent;
}

.text:after {
    top: 100%;
    right: 0;
    border-width: .5em .7em 0 0;
    border-color: #337ab7 transparent transparent transparent;
}
.text > small {
    color: #fff;
}
.sale {
    position: absolute;
    left: 7px;
    top: -10px;
    z-index: 1;
    overflow: hidden;
    width: 76px;
    height: 77px;
    text-align: left;
}

.sale span {
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    height: 21px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#0FE300 0%, #088000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    left: -18px;
}

.sale span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #088000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #088000;
}

.sale span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #088000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #088000;
}

.new {
    position: absolute;
    right: 7px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.new span {
    font-size: 1.7em;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    height: 25px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    right: -20px;
}

.new span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

.new span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

p.desc {
    height: 60px;
    overflow: hidden;
}
/* footer.php */

#mobileBottomNav {display: none;}
#mobileBottomNav .btn {
    background: #222 !important;
    outline: none;
    border: 2px solid #222;
    border-radius: 0px;
    color: #fff;
}

#mobileBottomNav {
    background: #222;
    padding: 10px 0 10px 0;
    box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 0.5);
}
/* widgets */
#myCarousel .nav a small {
    display: block;
}
#myCarousel .nav {
    background: #eee;
}
#myCarousel .nav a {
    border-radius: 0px;
}


#headerAlert {
    position: absolute;
    z-index: 5;
    width: 250px;
    right: 10px;
}

/* media queries */
@media screen and (max-width: 768px) {
  /* heder.php */
  #headerCol3 {display: none;}
  #headerCol1 {padding-left: 20px}
  /* index.php */
  .text {width: 108.5%;}
  /* .productImg {height: 350px !important;} */
  #cartMainSection, #mainCheckoutBtn, #mainCartSeperator {display: none; border: none}
  #mobileBottomNav {display: block;}
  /* modals.php */
  .modal-login {width: 400px; margin: 0 auto;}
}

@media screen and (max-width: 425px) {
  /* header.php */
  #mainLogo {height: 150px}
  #headerCol1 {padding-left: 10px}
  /* modals.php */
  .headerList {font-size:16px; padding-left: 10px;}
}

@media screen and (max-width: 375px) {
  /* header.php */
  #mainLogo {height: 120px}
  .headerList {font-size: 15px; padding-top: 10px;}
  /* index.php */
  .text {width: 116%;}
  /* modals.php */
  .modal-login {width: 320px;}
}

@media screen and (max-width: 320px) {
  /* header.php */
  #mainLogo {height: 100px}
  #headerCol1 {padding-left: 0px}
  .headerList {padding-left: 0px; padding-top: 5px;font-size:13px}
  /* index.php */
  .text {width: 119%;}
  /* modals.php */
  .modal-login {width: 300px;}
}
