/* ----- CSS written by MOHAMMED IDRIS ------------------------ */

@charset "utf-8";
/* ------- Fonts CSS ------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');*/
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700&display=swap");

@font-face {
  font-family: "Buenos Aires";
  src: url("../fonts/BuenosAires-Regular.eot");
  src: url("../fonts/BuenosAires-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BuenosAires-Regular.woff2") format("woff2"),
    url("../fonts/BuenosAires-Regular.woff") format("woff"),
    url("../fonts/BuenosAires-Regular.ttf") format("truetype"),
    url("../fonts/BuenosAires-Regular.svg#BuenosAires-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ------- Fonts CSS ------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
html {
  margin: 0 !important;
  height: 100%;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}
.homeTop {
  display: none;
}
body {
  overflow-x: hidden;
  max-width: 100%;
  font-size: 1.5rem;
  color: #212721;
  height: 100%;
  background: #fff;
  font-family: "Buenos Aires";
  font-weight: normal;
  position: relative;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
a {
  text-decoration: none;
  outline: none;
  color: #212721;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  cursor: pointer;
}
a:hover {
  color: #212721;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.btn.btn-search:focus {
  background: #00156b;
  color: #ffffff;
}
/* common css */
img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  border: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
}
p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 24px;
}
ul,
ul li,
ol,
ol li {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
.btn {
  font-weight: 500;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 1.6rem;
}
.myaccount-pages .btn {
  font-size: 1.2rem;
  padding: 8px 20px;
}
.btn:focus {
  box-shadow: none;
}
button:focus {
  outline: 0;
}
.btn-teal {
  background: #C4008D;
  color: #fff;
    border-radius: 4px;
}
.btn-teal:hover,
.btn-teal:focus {
  background: #C4008D;
  color: #fff;
}
.btn-gray {
  background: transparent;
  color: #212721;
}
.btn-gray:hover,
.btn-gray:focus {
  background: #212721;
  color: #fff;
}
.yui-overlay {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  font-size: 1.4rem;
}
select::-ms-expand {
  display: none;
}
select option {
  line-height: 20px;
}
input,
input.form-control,
.form-control {
  border-radius: 0;
  font-size: 1.4rem;
}
.alert-danger {
  color: #e40f23;
}
.sectionn-title-left{
  margin-bottom: 40px;
}
.sectionn-title-left h2{
  font-size:48px;
  color:#00156B;
  padding-bottom:20px;
}
.sectionn-title-left p{
    font-size: 24px;
    color: #00156B;
    line-height: 3rem;
    padding-bottom: 20px;
}
.p0{
padding:0 !important;
}
fieldset {
   border:none;
    border-bottom: 1px solid #00156b;
    padding-left: 0;
}
.tooltip.show {
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.tooltip-inner {
    background-color: #00156b;
}
.text-m {
    color: #C4008D;
}
/* ------- Back to Top ---------------------------------- */
.back-to-top {
  background: rgba(0, 0, 0, 0.8);
  width: 4rem;
  height: 4rem;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  position: fixed;
  bottom: 4.5rem;
  right: 1rem;
  z-index: 99;
  border-radius: 2px;
}
.back-to-top:hover,
.back-to-top:focus {
  background: rgba(0, 0, 0, 1);
  color: #fff;
}
.needed_star {
  color: #cb4a43 !important;
}
/* ------- Back to Top ---------------------------------- */

/* ------- Header ---------------------------------------- */
/* --- Top Bar ---------- */
.top-bar {
  padding: 15px 0;
  background: #ffffff;
  color: #fff;
  font-size: 1.5rem;
  border-bottom: 2px solid #00156b;
}
.top-bar .space-left {
  display:block;
  align-items: center;
}
.top-bar .space-left h5 {
    color: #00156b;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 500;
}
.top-bar .space-left ul {
    display: block;
}
.top-bar .space-left ul li {
    display: inline-block;
    position:relative;
    font-size: 14px;
}
.space-left a,
.space-left span {
  display: flex;
  margin-right: 1rem;
  color: #00156b;
}
.top-bar .space-left ul li:before{
    content:"";
    position: absolute;
    right: 3px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #00156b;
}
.top-bar .space-left ul li:last-child:before{
display:none;
}
.space-left a i,
.space-left span i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.space-right a {
  color: #212721;
  margin-left: 2rem;
}
.top-bar .space-right span{
    color: #00156b;
    font-size: 16px;
}
.top-bar .space-right span  > i{
    font-size: 13px;
    padding-left: 5px;
}
/*.header-fixed .top-bar{ display: none !important; }*/

/* --- Top Bar ---------- */
header.header-store {
  background: #fff;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  max-width: 100%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.header-store .container {
  position: relative;
}
.header-fixed{
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 2%);

}
/* --- Navbar ---------- */
.navbar {
  padding: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.navbar-brand {
  margin-right: 40px;
}
.navbar-brand img {
  max-height: 40px;
}
.navbar-nav {
  width: 100%;
  margin: auto;
  justify-content: flex-end;
}
.navbar-nav > li {
  position: relative;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.navbar-nav > li > a {
  color: #00156b;
  padding: 1rem 1.2rem;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}
.navbar-nav > li:hover > a,
.navbar-nav > li:focus > a,
.navbar-nav > li.active > a {
  color: #C4008D;
}
.navbar-nav > li.menu-level-1:hover > a,
.navbar-nav > li.menu-level-1:focus > a,
.navbar-nav > li.menu-level-1.active > a {
  /* background: #00156b; */
  color: #C4008D;
}
.navbar-nav > li > a i {
  font-size: 1rem;
  position: relative;
  top: -2px;
  left: 2px;
}
.nav-dropdown-menu.multi-level {
  position: absolute;
  background: #ffffff;
  width: 500px;
  top: 100%;
  left: -200%;
  padding: 0.5rem 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  z-index: 9;
  display: none;
}
.nav-dropdown-menu.multi-level > li {
  display: flex;
  position: relative;
  float: left;
  width: 50%;
}
.nav-dropdown-menu.multi-level > li > a {
  color: #00156b;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
.nav-dropdown-menu.multi-level > li > a:hover,
.nav-dropdown-menu.multi-level > li > a:focus {
  background: #00156b;
  color: #fff;
}
.nav-dropdown-menu.multi-level > li > a:hover span{
color:#fff;
}
.sub-dropdown.nav-dropdown-menu {
  position: absolute;
 left:-100%;
  background: #f3f3f3;
  top: 0;
  width: 248px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  display: none;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 3px 5px -3px rgb(0 0 0 / 20%);
  z-index: 1;
}



.sub-dropdown.nav-dropdown-menu > li {
  display: flex;
  flex-wrap: wrap;
}
.sub-dropdown.nav-dropdown-menu > li > a {
  color: #04156d;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
.sub-dropdown.nav-dropdown-menu > li > a:hover,
.sub-dropdown.nav-dropdown-menu > li > a:focus {
  background: #00156b;
  color: #fff;
}
.nav-dropdown-menu.multi-level-4 {
  position: absolute;
  left: 100%;
  background: #fff;
  top: 0;
  width: 200px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  display: none;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.nav-dropdown-menu.multi-level-4 > li {
  display: flex;
  flex-wrap: wrap;
}
.nav-dropdown-menu.multi-level-4 > li > a {
  color: #212721;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.2rem 2rem 1rem;
  font-size: 1.3rem;
}
.nav-dropdown-menu.multi-level-4 > li > a:hover,
.nav-dropdown-menu.multi-level-4 > li > a:focus {
  background: #00156b;
  color: #fff;
}
.menu-header {
  background: #00156b;
  padding: 15px 30px 15px 15px;
}
.menu-header a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #fff !important;
  flex-wrap: wrap;
}
.menu-header a i.spk-icon.spk-icon-user-account {
  margin-right: 1rem;
  font-size: 3rem;
}
/* --- Navbar ---------- */

/* --- Search Product ---------- */
.search-form-wraper {
  /*display: none;*/
}
.search-form-inner {
  position: fixed;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  background: #00156b;
  z-index: 10;
  border-bottom: none;
}
.search-form-inner i {
  color: #fff;
}
.search-form-wraper .search-inner {
  display: flex;
  flex: 0 0 500px;
  max-width: 100%;
}
.search-form-wraper .form-control {
  background: transparent;
  border: none;
  flex: 0 0 auto;
  border-bottom: solid 1px #fff;
  border-radius: 0;
  font-size: 1.6rem;
  color: #fff;
  padding: 0.8rem 0;
}
.search-form-wraper .form-control:focus {
  box-shadow: none;
}
.search-form-wraper .form-control::placeholder {
  color: #fff;
}
.btn.btn-search {
  background: transparent;
  border-bottom: solid 1px #fff;
  border-radius: 0;
  font-size: 1.8rem;
  padding: 0;
  color: #212721;
}
.close-search-wrapper {
  position: absolute;
  right: 30px;
  top: 38px;
  font-size: 3rem;
  color: #212721;
  cursor: pointer;
}

.ac_results {
  background: #fff;
  z-index: 101;
  padding: 10px;
  border: solid 1px #d1d1d1;
}
.ac_results ul li {
  border-bottom: solid 1px #d1d1d1;
  padding: 5px 0px;
  cursor: pointer;
}
.ac_results ul li:hover {
  color: #00156b;
}
.ac_results li:last-child {
  border-bottom: none;
}
/* --- Search Product ---------- */

.login-icon-list {
  display: flex;
  height: 100%;
  padding-left: 50px;
}
.login-icon-list li {
  margin-left: 1.3rem;
  display: flex;
  color: #fff;
}
.login-icon-list li:last-child {
  margin-left: 2.2rem;
}
.login-icon-list li a {
  color: #00156b;
  padding: 0 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0s ease-in-out;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
}
.search-form-btn i {
  font-size: 1.6rem;
}
.addedQuantity {
  position: relative;
  top: 2px;
}
#basket-amount {
  font-size: 1.6rem;
  margin-left: 5px;
}
.login-icon-list li:last-child a {
  /* background: #00156b; */
  padding-left: 0px;
}
.cart-view i {
  margin-right: 0.3rem;
  font-size: 1.6rem;
}

/*------- Header ---------------------------------------- */

/*.carousel-item {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;

}*/

/*------- Home Banner ---------------------------------------- */
.carousel-custom .carousel-item.item-1 {
  background: url(../images/banner-1.png?v=1.0) no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px !important;
}
.carousel-custom .carousel-item.item-2 {
  background: url(../images/banner-2.png?v=1.0) no-repeat;
  background-position: center right;
  background-size: cover;
  height: 600px !important;
}
.carousel-custom .carousel-item.item-3 {
  background: url(../images/banner-3.png?v=1.0) no-repeat;
  background-position: center right;
  background-size: cover;
  height: 600px !important;
}

.carousel-custom .carousel-caption {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 37px;
  right: 10%;
  text-align: left;
  padding: 0 30px;
}
.carousel-custom .carousel-caption h2 {
  font-size: 46px;
  line-height: initial;
  margin: 0px;
  padding: 0;
  font-weight: 500;
}
.carousel-custom .carousel-caption .btn.btn-banner {
  margin: 40px 0 0;
  font-size: 16px;
  padding: 12px 16px;
  background: transparent;
  font-weight: 500;
  color: #C4008D;
  border: 2px solid #C4008D;
  text-transform: uppercase;
}
.item-1 .carousel-caption,
.item-2 .carousel-caption {
  width: 35%;
  text-align: right;
  left: 3%;
}
.item-1 .carousel-caption h1 {
  font-size: 6rem;
}

.item-2 .carousel-caption h2 {
  font-size: 5rem;
  color: #b3b6b7;
}

.item-2 .carousel-caption h1 {
  font-size: 8rem;
  color: #00109e;
}

.item-3 .carousel-caption h2 {
  color: #00156b;
  font-weight: 600;
  font-size: 5rem;
}
.item-3 .carousel-caption h1 {
  color: #0818a1;
  font-size: 5rem;
}
.carousel-custom .carousel-caption .btn.btn-banner:hover,
.carousel-custom .carousel-caption .btn.btn-banner:focus {
  color: #fff;
}
.carousel-custom .carousel-caption .btn.btn-banner:hover,
.carousel-custom .carousel-caption .btn.btn-banner:focus {
  background: #C4008D;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* .carousel-control-next,
.carousel-control-prev {
  top: 0;
  width: 45px;
  opacity: 1;
  height: 45px;
  margin: auto;
  background: #00156b;
} */
.carousel-control-next {
  right: 10px;
}
.carousel-control-prev {
  left: 10px;
}
.carousel-indicators {
  z-index: 5;
}
.carousel {
  padding: 0 2.5rem;
}
.owl-item .item {
  max-width: 100%;
  display: block;
  margin: 0 1.25rem;
}
.owl-carousel .owl-item .item img {
  max-width: 400px;
}
.owl-item .item-description-section {
  padding-top: 0px;
}

/*------- Home Banner ---------------------------------------- */

/*------- Cart Slide ---------------------------------------- */
.cart-widget-slide {
  position: absolute;
  top: calc(100% + 15px);
  right: 10px;
  width: 340px;
  padding: 0;
  display: block;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  height: auto;
  opacity: 0;
}
.cart-widget-slide:after,
.cart-widget-slide:before {
  bottom: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cart-widget-slide:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.cart-widget-slide:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #d1d1d1;
  border-width: 11px;
  margin-left: -11px;
}
.nbs-cart-opened .cart-widget-slide {
  visibility: visible;
  opacity: 1;
}
.cart-widget-slide .cart-widget-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 20px;
  background-color: #00156b;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  display: -ms-flex;
  -ms-align-items: center;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
}
.cart-widget-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  margin: 0;
  position: relative;
  padding: 0;
}
.cart-widget-close {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  line-height: 35px;
  position: relative;
  cursor: pointer;
  padding-right: 21px;
  color: #fff;
}
.cart-widget-close::after,
.cart-widget-close::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out,
    transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -sand-transform: rotate(0);
  transform: rotate(0);
}
.cart-widget-close:hover::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-widget-close:hover::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg);
}
.cart-widget-close:hover,
.cart-widget-close:focus {
  color: #fff;
  text-decoration: none;
}
.cart-widget-slide .cart-widget-body {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  -webkit-overflow-scrolling: touch !important;
  -webkit-overflow-scrolling-y: touch;
  max-height: 50vh;
}
.cart-widget-slide .cart-widget-body.item-true {
  overflow: auto;
}
.emptycart {
  text-align: center;
  padding: 40px 0;
}
.cart-message span:first-child {
  display: block;
  font-size: 1.4rem;
  color: #a9a9a9;
  font-weight: 500;
}
.cart-message span:nth-child(2) {
  font-size: 18px;
  display: block;
  color: #00156b;
  font-weight: 500;
}
.cart-message span i {
  display: inline-block;
  color: #00156b;
  font-size: 2.2rem;
  position: relative;
}
.cart-info {
  font-weight: 400;
  margin: 1rem 0;
  font-size: 1.2rem;
}
.cart-info span {
  color: #00156b;
  font-size: 1.4rem;
}
.product-list {
  display: flex;
  padding-bottom: 1rem;
  border-bottom: solid 1px #d1d1d1;
  margin-bottom: 1rem;
}
.product-list .cart-item {
  flex: 0 0 80px;
  margin-right: 1rem;
}
.product-info {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 1rem;
}
.product-name {
  font-weight: 600;
}
.product-name a {
  color: #00156b;
  font-size: 1.5rem;
}
.price-qty {
  font-size: 1.2rem;
  color: #212721;
  margin-top: 0.5rem;
}
.item-ttl-price {
  font-size: 1.3rem;
  font-weight: 400;
  color: #212721;
  margin-top: 0.5rem;
}
.item-ttl-price span {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-backdrop-slide {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.cart-widget-footer {
  position: relative;
  left: -1px;
  right: -1px;
  background: #d1d1d1;
  bottom: -1px;
  width: calc(100% + 2px);
}
.product-subtotal {
  padding: 1rem 2rem 0.5rem 2rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.product-subtotal .cart-subtotal {
  margin-left: auto;
}
.cart-widget-footer .btn.btn-teal {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  border-radius: 0;
}
.cart-delete a {
  color: #212721;
  font-size: 1.8rem;
  margin-top: 0.5rem;
  /* display: inline-block; */
  display: none;
}
#recentItems .section-title {
    border-bottom: 2px solid #00156b;
    margin-bottom: 40px;
}
/*------- Cart Slide ---------------------------------------- */

/*------- Featured Products ---------------------------------------- */
.section-wrapper {
  padding: 8rem 0;
}
.section-title {
  display: flex;
  /* justify-content: center; */
}
.section-title h3 {
  font-size: 4.8rem;
  margin-bottom: 2rem;
  position: relative;
  /* text-transform: uppercase; */
  font-weight: 500;
  line-height: 1.2;
  color: #00156b;
}
/* .section-title h3::before {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: 7rem;
  background: #00156b;
  left: 0;
  bottom: -6px;
} */
/* .section-title h3:first-child:first-letter {
  font-size: 6rem;
  color: #00156b;
} 
.section-title h3:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 5px;
  background-image: -webkit-linear-gradient(45deg, #C4008D 15%, #00156b 65%);
  background-image: linear-gradient(45deg, #C4008D 15%, #00156b 65%);
}*/

.item-img,
.item-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border: 2px solid #00156b;
}
.Category-area .item-overlay{
 z-index:0 ;
}
.item-img:focus,
.item-image:focus {
  outline: none;
}

.item-image img,
.item-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  max-height: 100%;
  margin: auto;
  width: 100%;
}
.item-image::before {
  position: absolute;
  /*content: '';*/
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  z-index: 8;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
}
.item-image::after {
  position: absolute;
  /*content: '';*/
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  z-index: 8;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
.item-detail div {
  font-size: 1.2rem;
  color: #212721;
}
.item-detail div.categoryStars {
  color: #dd972d;
}
.item-detail .item-title {
  font-size: 18px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-weight: 600;
  /* text-transform: uppercase; */
  /* background: #00156b; */
  /* color: #fff; */
  /* padding: 10px; */
}

.owl-item .item-detail .item-title {
  margin-bottom: 0px;
  font-size: 18px;
  color: #00156B;
  padding-bottom: 10px;
}

.item-detail div.item-cost {
  /* font-size: 1.4rem; */
  /* color: #212721; */
  font-size: 16px;
  color: #00156B;
  padding-bottom: 5px;
  display: block;
  font-weight: 500;
}
.item-title a:hover,
.item-title a {
  /* color: #fff; */
  color: #00156B;
}
.item-detail {
  /* text-align: center; */
}
.item-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  z-index: 7;
}
.slider .item-overlay {
  display: none;
}
.item-image:hover::after,
.item-image:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.item-img:hover img,
.item-image:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.item-image:hover .item-overlay /*, .item-img:hover .item-overlay*/ {
  opacity: 1;
}
.item-detail h4 {
  /* color: #00156b; */
  /* font-size: 1.4rem; */
  /* margin-bottom: 0.5rem; */
  font-size: 16px;
  color: #00156B;
  padding-bottom: 6px;
  display: block;
}
.item-dtl-action {
  font-weight: 400;
  /* margin-top: 1.5rem; */
  /* margin-bottom: 1.5rem; */
}

.owl-buttons > div,
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00156b;
  color: #fff;
  margin: auto;
  opacity: 1;
}
.carousel-control-next,
.carousel-control-prev {
  font-size: 0.8rem;
}
.owl-buttons .owl-prev {
left: 13px;
}
.owl-buttons .owl-next {
right: 12px;
}
.badges {
  position: absolute;
  z-index: 1;
  padding: 2px 10px;
  background: #212721;
  color: #fff;
  font-size: 1.2rem;
  right: 15px;
  top: 12px;
  font-weight: 500;
display: none;
}
.carousels > .item {
  display: inline-block;
  max-width: 400px;
}

.carousel {
  padding: 0 2.5rem;
}
/* .featured-carousels .item-detail {
  display: none;
} */
.featured-carousels .item {
  border-radius: 0px;
}
.featured-carousels .sectionn-title-left{
padding-left:15px;
}
/*------- Featured Products ---------------------------------------- */
/*------- Essentials Collection ---------------------------------------- 
.Collection-area {
    margin-bottom: 80px;
padding-left:15px;
padding-right:15px;
}
.collection-box{
 margin-bottom:30px;
}
.collection-box .item-img {
    border: 2px solid #01156c;
}

.collection-box .item-details {
    padding: 20px 20px 0 0;
}
.collection-box .item-details span {
    font-size: 16px;
    color: #00156B;
    padding-bottom: 5px;
    display: block;
}
.collection-box .item-details h4 {
    font-size: 20px;
    color: #00156B;
    padding-bottom: 10px;
}
.collection-box .item-img {
    display: block;
}
.collection-box .item-img  .pic-1 {
    transition: all 0.5s ease 0s;
}
.collection-box .item-img .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.collection-box .item-img:hover .pic-2 {
    opacity: 0.7;
}
.collection-box .item-img:hover .pic-1 {
    opacity: 0;
}
.Collection-area .btn-teal {
    font-size: 20px;
    padding: 15px 50px;
    border-radius: 5px;
    letter-spacing: 1px;
      border-radius: 5px;
}
.Collection-area .btn-teal < i{
padding-left:5px;

} */
.home-featured-section .btn-teal {
    font-size: 20px;
    padding: 15px 50px;
    border-radius: 5px;
    letter-spacing: 1px;
    margin-top: 40px;
}
.home-featured-section .btn-teal < i{
padding-left:5px;

}
section.Category-area {
    padding-bottom: 80px;
}
a.cat-btn {
    color: #C4008D;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.Category-area .btn-teal {
    padding: 15px 40px;
    font-size: 20px;
    display: inline-block;
    margin-top: 40px;
    border-radius: 5px;
}
.Category-area .btn-teal > i {
    font-size: 16px;
    padding-left: 5px;
}
.category__banner{
    background: url(../images/cat-banner.png?v=1.2) no-repeat;
    background-position: center left;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 60px;
}
.cat-banner-info span{
    color: #fff;
    font-size: 20px;
}
.cat-banner-info h3{
  color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
} 
/*------------- Enterprise-area ------------------------ */
.Enterprise-area {
    background: #EFEFF0;
    position: relative;
    overflow: hidden;

}
.ent-img > img {
    width: 100%;
    max-width: 100%;
}
.ent-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
}
.enterprise-box {
    padding: 300px 0;
}
.enterprise-box h2 {
    font-size: 48px;
    color: #00156B;
    margin-bottom: 30px;
}
.enterprise-box p {
    font-size: 20px;
    color: #00156B;
    margin-bottom: 30px;
    line-height: 30px;
}
.enterprise-box a {
    padding: 14px 42px;
    font-size: 20px;
    border-radius: 5px;
}
.enterprise-box a > i {
    font-size: 14px;
    padding-left: 5px;
}
/*------- Footer ---------------------------------------- */
footer {
  padding: 0;
  background: #00156b;
  color: #fff;
  position: relative;
}
.Useful {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-start; */
}
.Useful li {
  padding: 12px 0;
  margin-right: 2.5rem;
  font-size: 1.3rem;
  overflow: hidden;
}
.Useful li i {
  position: relative;
  top: -2px;
  margin-right: 1rem;
}
.Useful li a {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
}
.Useful li a:before {
    opacity:0; 
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: -100%;
    position: absolute;
    transition: left .2s ease-in;
    width: 100%;
    visible:hidden;
}
.Useful li a:hover:before {
    left: 0;
    opacity:1;
    visibility:visible;
}
.copyright {
  /* display: flex; */
  /* align-items: center; */
  /* height: 34px; */
  /* justify-content: flex-end; */
  font-size: 18px;
padding-top:30px;
}
.newsleter-container .btn-teal {
    margin-left: 30px;
    padding: 14px 35px;
    font-size: 20px;
    border-radius: 5px;
}
.newsleter-container .btn-teal > i {
    font-size: 16px;
    padding-left: 5px;
}
.newsleter-container {
  background: #00156b;
  padding: 4.5rem 0;
  border-bottom: 2px solid #fff;
}
.bottom-menu-footer-section {
  padding: 5rem 0;
}
.newsleter-container h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
.newsleter-container p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.newslater-right {
    padding: 30px 0;
    max-width: 550px;
    margin-left: auto;
}
.aling-right-footer{
  max-width: 550px;
    margin-left: auto;
    float: right;
}
#txtEmail {
  border: none;
  padding: 20px 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 5px;
}
.newsletter-section {
  /* display: flex; */
}
.newsleter-container .alert {
  max-width: 400px;
  margin: 0;
  border-radius: 0;
}
.newslater-right h3 {
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    font-weight: 500;
}
.newslater-right .btn-teal {
    padding: 14px 35px;
    border-radius: 5px;
    font-family: 'Buenos Aires';
    font-size: 20px;
}
.news-btn{
  margin-top:20px;
}
.footer-logo {
  margin: auto;
}
.logo-footer {
  max-width: 100%;
  /* max-height: 30px; */
}
/*------- Footer ---------------------------------------- */

/*------- Product Listing ---------------------------------------- */
/* .listing {
  padding: 0 12px;
} */
.item {
  height: 100%;
  overflow: hidden;
}
.item-detail {
  padding: 20px 10px 0 0;
}
.wishlist-item-dtl-info .item-detail {
  padding: 0px 20px 0px 10px;
}
.item-detail .item-title{
  margin-bottom: 1rem;
}

.hide {
  display: none;
}
.quicklook,
.hide {
  display: none;
}
.zooming {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: none;
}
.item-image:hover .zooming {
  display: flex;
  opacity: 1;
}
.quicklook_trigger.cart-btn {
  background: #C4008D;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: initial;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 8px 13px;
  border-bottom: 5px solid #212721;
}
.quicklook_trigger.cart-btn:hover {
  background: #00156b;
}
/* --- Breadcrumb ----------------------- */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb-main {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
}
.breadcrumb-main li {
  position: relative;
}
.breadcrumb li span {
  margin: 0 1rem;
  display: inline-block;
  line-height: 10px;
  padding-bottom: 3px;
  vertical-align: bottom;
}
.breadcrumb-main li i {
  font-size: 12px;
  color: #00156B;
}
.breadcrumb-main li a {
  font-weight: 500;
  color: #00156B;
  /* vertical-align: middle; */
}
/* --- Breadcrumb ----------------------- */
/* --- Filter Panel ----------------------- */
.product-filter {
  margin-right: 2.5rem;
  color: #C4008D;
  font-weight: 500;
  width: 100px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.product-filter i{
	padding-right: 8px;
}
.product-filter:hover,
.product-filter:focus {
  color: #00156b;
}
.filter-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  overflow: auto;
  z-index: 102;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  width: 320px;
  max-width: 100%;
  padding: 3rem;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.filter-panel.filter-closed {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}
.filter-panel.filter-open {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
#page > .header-fixed ~ .main .filter-panel.filter-open {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
#page > .header-fixed ~ .main .filter-panel.filter-closed {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}
.filter-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.filter-overlay.overlay-open {
  display: block;
}
.left-filters,
.shopByReview {
  display: none;
}
.filter.sidebar-block {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #00156b;
  margin-top: 1rem;
}
.sidebar-block.filter .title {
  display: flex;
  font-size: 1.8rem;
  color: #00156b;
  font-weight: 500;
}
.sidebar-inner ul li {
  /*display: flex;
	align-items: center;*/
  margin-bottom: 1rem;
  color: #212721;
  font-size: 1.6rem;
}
.sidebar-inner ul li a {
  color: #212721;
  margin-bottom: 5px;
}
.sidebar-inner ul li input {
  margin-right: 1rem;
}
.sidebar-inner ul li label {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  color: #00156b;
}
.productCount {
  margin-left: auto;
  color: #00156b;
  background: transparent;
  padding: 0 0.6rem 0 0.4rem;
  justify-content: center;
  text-align: center;
}
.view-switch {
  display: flex;
  align-items: center;
}
.view-switch.vam a {
  display: inline-block !important;
  border: solid 1px #d1d1d1;
  color: #212721;
  position: relative;
  margin-left: 5px;
}
.view-switch.vam a.active {
  border: solid 1px #00156b;
}
.view-switch.vam a.list {
  width: 4.7rem;
  height: 2.3rem;
}
.view-switch.vam a.list::after {
  position: absolute;
  content: "";
  width: 37px;
  height: 15px;
  display: inline-block;
  background-image: linear-gradient(
    90deg,
    #d1d1d1 7px,
    #d1d1d1 0,
    #fff 0,
    #fff 0
  );
  background-image: -webkit-linear-gradient(
    left,
    #d1d1d1 7px,
    #d1d1d1 0,
    #fff 0,
    #fff 0
  );
  background-image: -o-linear-gradient(
    left,
    #d1d1d1 7px,
    #d1d1d1 7px,
    #fff 3px,
    #fff 3px
  );
  background-size: 10px 10px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.view-switch.vam a.grid {
  width: 6.7rem;
  height: 2.3rem;
}
.view-switch.vam a.grid::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 15px;
  display: inline-block;
  background-image: -webkit-linear-gradient(
    left,
    #d1d1d1 7px,
    #d1d1d1 0,
    #fff 0,
    #fff 0
  );
  background-image: -o-linear-gradient(
    left,
    #d1d1d1 7px,
    #d1d1d1 7px,
    #fff 3px,
    #fff 3px
  );
  background-image: linear-gradient(
    90deg,
    #d1d1d1 7px,
    #d1d1d1 0,
    #fff 0,
    #fff 0
  );
  background-size: 10px 10px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.view-switch.vam a.grid.active::after,
.view-switch.vam a.list.active::after {
  background-image: -webkit-linear-gradient(
    left,
    #00156b 7px,
    #00156b 0,
    #fff 0,
    #fff 0
  );
  background-image: -o-linear-gradient(
    left,
    #00156b 7px,
    #00156b 7px,
    #fff 3px,
    #fff 3px
  );
  background-image: linear-gradient(
    90deg,
    #00156b 7px,
    #00156b 0,
    #fff 0,
    #fff 0
  );
}
.grid-count {
  font-size: 1.3rem;
  color: #212721;
}
.filter-summary {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.filter-summary span {
  background: #d1d1d1;
  padding: 0.5rem 1rem 0.3rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  border-radius: 0.3rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
.filter-summary span a {
  color: #212721;
}
.filter-summary span a i {
  margin-right: 0.5rem;
  position: relative;
  font-size: 1.4rem;
  top: 1px;
}
.list-pageination {
  margin-bottom: 5rem;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.pagination {
  margin-left: auto;
  align-items: center;
}
.pagination.next-prev-top {
  margin-left: 1.5rem;
  display: none;
}
.pagination a {
  margin-left: 0.4rem;
  background: #d1d1d1;
  color: #212721;
  padding: 0.8rem 0 0.6rem;
  width: 34px;
  text-align: center;
}
.pagination a [class^="ti-"],
.pagination a [class*=" ti-"] {
  font-size: 0.9em;
}
.pagination a:hover,
.pagination a:focus,
.pagination a.selected {
  background: #00156b;
  color: #fff;
}
.next-prev-top.pagination a.prev,
.next-prev-top.pagination a.next {
  width: auto;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  background: #212721;
  color: #fff;
}
.dropdown-menu.open.show .dropdown-menu.inner {
  display: block;
}
.dropdown-menu.inner li {
  padding: 0.8rem 1.6rem;
  font-size: 1.2rem;
}
.dropdown-menu.inner li:hover {
  background: #d1d1d1;
}
.dropdown-menu.inner li.selected {
  background: #d1d1d1;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  width: 100%;
  display: block;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: #212721;
}
.dropdown-toggle::after,
.col-second .btn-group .btn::after {
  display: none;
}
.bs-caret span {
  font-size: 1.2rem;
}
.btn.dropdown-toggle,
.dropup .dropdown-toggle {
  padding: 0.7rem 3rem 0.7rem 1.5rem;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
}
.sort.vam.top-sorting {
  margin-left: 2rem;
  font-size: 1.3rem;
  color: #212721;
}
.top-sorting
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 70px;
}
.top-sorting .dropdown-toggle {
  background: transparent;
}
.filter-option {
  color: #a9a9a9;
  font-size: 1.4rem;
  position: relative;
}
.top-sorting .bs-caret {
  position: relative;
  top: -3px;
  color: #212721;
}
.you-save {
  font-size: 1.4rem !important;
  border-bottom: none !important;
  margin-left: 1rem !important;
  padding: 8px 0 0;
  font-weight: 500;
}
.listing .you-save {
  position: absolute;
  background: #00a887;
  color: #fff;
  padding: 4px 6px 2px;
  border-radius: 0;
  left: 15px;
  top: 12px;
  font-size: 1.1rem !important;
  margin-left: 0 !important;
}
.preview-detail-panel .you-save {
  margin-left: 0 !important;
  padding: 0 0 15px;
  color: #C4008D;
}
.filter-close-btn {
  position: absolute;
  right: 1.7rem;
  top: 1rem;
  font-size: 2.2rem;
  cursor: pointer;
  color: #00156b;
}
.quicklook_tab-close {
  position: absolute;
  right: 20px;
  top: -46px;
  color: #fff;
  font-size: 1.8rem;
  display: none;
}
.quicklook_tab-close:hover,
.quicklook_tab-close:focus {
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 15px 20px;
  background: #00156b;
  color: #ffffff;
}
.ui-dialog .ui-dialog-title {
  font-weight: 500;
  font-size: 2rem;
}
/*.ui-dialog .ui-dialog-titlebar-close span {
	display: none !important;
}*/
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.ui-dialog {
  padding: 0 !important;
  border: none !important;
}
.ui-dialog .ui-dialog-content {
  border: none !important;
  padding: 15px;
  background-color: #fff !important;
  min-height: 100px !important;
  width: 100% !important;
}
.ui-dialog .ui-dialog-titlebar {
  border: none !important;
}
#ui-datepicker-div {
  background: #fff;
}

/* --- Filter Panel ----------------------- */
.quick-view-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom:10px;
}
.list-price.line-through {
  color: #bdbdbd;
  text-decoration: line-through;
}
#quicklook .you-save {
  margin-left: 0 !important;
}
.item-price .price {
  padding: 0 0 12px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1.8rem;
  font-weight: 600;
  color: #00156b;
}
#quicklook_addToCart {
  display: inline-block;
}
#quicklook_viewItem {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.6rem;
}
#quicklook_itemprice .list-price,
#quicklook_itemprice .price {
  width: auto !important;
}
#quicklook_itemprice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #d1d1d1;
  padding-bottom: 1rem;
}
#quicklook_itemprice .list-price.line-through {
  line-height: 27px;
  position: relative;
  top: 3px;
  font-size: 1.3rem;
  margin-right: 5px;
}
#quicklook_itemprice.item-price .price {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
/* ------- Product Listing ---------------------------------------- */

/* ------- Product Details ---------------------------------------- */
.popup #js-popup-body {
  font-size: 1.6rem;
}
.popup #js-popup-button {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0px;
}
.popup #js-popup-button a.popup_menuItem {
  border: 1px solid #212721;
  color: #ffffff;
  background-color: #212721;
  padding: 10px 0px;
}
.item-display-equal {
  padding-right: 7rem;
  margin-top: 3rem;
}
.details.item-display-equal {
  padding-right: 1.5rem;
}
.preview-detail-panel h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #00156b;
    display: flex;
}
.preview-detail-panel h2 > a{
    /* padding-left: 10px; */
    float: right;
    padding-right: 15px;
margin-left: auto;
}
.preview-detail-panel h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #00156b;
}
.preview-detail-panel h4 span {
  color: #00156b;
  font-size: 1.4rem;
  margin-left: 0.5rem;
}
.preview-detail-panel .style-code {
    font-size: 1.8rem;
}
.item-pricing-border-dark {
  border-bottom: solid 1px #00156b;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.item-options a span {
  font-size: 1.5rem;
  color: #00156b;
}
.item-price.price {
  font-size: 2.2rem;
  font-weight: 600;
  color: #00156b;
  margin-bottom: 10px;
}
.item-price.price .line-through {
  color: #bdbdbd;
  font-size: 1.5rem;
  text-decoration: line-through;
  margin-right: 7px;
}
.ui-tabs {
  border-bottom: solid 1px #00156b;
}
.ui-tabs .ui-tabs-nav {
  background: transparent;
  border-bottom: 2px solid #d1d1d1;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  display: none;
}
.ui-tabs .ui-tabs-nav li {
  border-right: none;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 10px 20px;
  display: inline-block;
  border: solid 2px #d1d1d1;
  border-bottom: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li a:hover {
  background: transparent;
  color: #212721;
  font-weight: 500;
}
.ui-tabs .ui-tabs-panel {
  background: transparent;
  font-size: 1.6rem;
  color: #00156b;
  padding: 0rem 0 2rem;
     overflow: hidden;
}
.size-chart a {
  text-decoration: underline;
}
#quicklook_tabs.ui-tabs .ui-tabs-panel {
  padding-top: 1.5rem;
  border-top: solid 1px #d1d1d1;
  padding-bottom: 1.5rem;
  margin-top: 2rem;
}
.item-dropdown {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.item-dropdown label {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
}
.item-dropdown span {
  width: 100%;
}
.item-dropdown span select {
  width: 15rem;
  height: 4rem;
  color: #212721;
  padding: 0 1rem;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: solid 1px #d1d1d1;
  background: transparent url("../images/select-bg.png?v=1.0");
  background-repeat: no-repeat;
  background-position: center right 7px;
}
.item-qty {
  margin-top: 2.5rem;
  /* display: flex; */
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.item-qty span {
  flex: 0 0 12%;
  max-width: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  color: #00156b;
  padding-right: 10px;
}
.item-qty input {
  height: 4rem;
  border: solid 1px #00156b;
  padding: 1rem;
  width: 7rem;
  text-align: center;
}
.add-cart-btn {
  margin-top: 1rem;
}
.item-detail-wrapper {
  margin-bottom: 10rem;
  align-items: flex-start;
}
.section-also-like {
  margin-bottom: 10rem;
}
.product-image-zoom,
#productCaur .carousel-image img {
  border: solid 2px #00156b;
}
.large-view-btn {
  background: #ffffff;
  width: 4rem;
  height: 4rem;
  display: flex;
  line-height: 4rem;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 4;
  position: absolute;
  color: #00156b;
  font-weight: 700;
  text-transform: uppercase;
  top: 2px;
  right: 7.2rem;
  padding-left: 4px;
  padding-bottom: 4px;
  border: 2px solid #00156b;
  border-top: 0;
  border-right: 0;
}
.large-view-btn:hover,
.large-view-btn:focus {
  background: #212721;
  color: #fff;
}
#productCaur {
  margin-top: 1rem;
padding:0 30px;
}

.item-display-equal .preview .owl-item {
  max-width: 70px;
  margin-right: 10px;
}
#image-form {
  padding: 0;
  border-bottom: none;
  border-right: none;
}
.product-image-zoom {
  display: flex;
  align-items: flex-start;
}
.item-color {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
}
.item-properties {
    flex: 0 0 12%;
    max-width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    color: #00156b;
    padding-right: 10px;
}
.color-swatch {
    margin-left: 0 !important;
    margin-right: 1rem;
    margin-bottom: 0.6rem;
    width: 35px !important;
    height: 35px !important;
    border: none !important;
    position: relative;
    border-radius: 50%;
    border: 1px solid #9e9e9e !important;
}
a.color-swatch.selected::before,
.item-radio input[type="radio"]:checked + label::before {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #c4008d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 4px;
  top: 1px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
a.color-swatch.selected::after,
.item-radio input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  background: transparent;
  z-index: 1;
  width: 15px;
  height: 15px;
}
.color-swatch.selected {
  border-color: #00156b !important;
}
.item-list-cost.list-price {
  text-decoration: line-through;
  color: #a9a9a9;
  font-size: 1.3rem;
  margin-right: 1rem;
}
.item-text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.item-text label {
  flex: 0 0 100%;
  max-width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.item-text textarea {
  flex: 0 0 100%;
  height: 7rem;
  border: solid 1px #d1d1d1;
  max-width: 400px;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  box-shadow: none;
}
.qty {
  text-align: center;
}
.product-note a {
  font-size: 1.4rem;
  color: #00156b;
}
.productTable .table td,
.productTable .table th {
  vertical-align: middle;
}
.productTable .price {
  line-height: 33px;
}
.matrix-option-row {
  margin-bottom: 10px;
  border: none;
  word-wrap: normal;
}
.matrix-toggle {
  padding: 0;
  border: none;
}
.matrix-mobile {
  padding-top: 20px;
}
.matrix-mobile h3 {
  margin-bottom: 15px;
}
.matrix-toggle a {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px;
  background: #212721;
  color: #fff !important;
}
.matrix-toggle a::after {
  position: absolute;
  content: "-";
  right: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #212721;
  line-height: 22px;
}
.matrix-toggle a.collapsed::after {
  content: "+";
}
.matrix-list {
  border: solid 1px #d1d1d1;
}
.matrix-list-row {
  font-size: 14px;
  padding: 10px 10px 0;
  border-bottom: solid 1px #d1d1d1;
}
.matrix-list span.price {
  color: #00156b;
  font-weight: 500;
}
/* ------- Product Details ---------------------------------------- */

/* ------- My Cart ---------------------------------------- */
.basket-view {
  margin-bottom: 3rem;
}
.basket-title > a {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    font-weight: 500;
    display: inline-block;
    color: #C4008D !important;
    padding: 0;
}
.basket-title > a:hover{
    background: transparent;
}
.basket-item-thumb {
  flex: 0 0 300px;
  padding-right: 2rem;
  max-width: 100%;
}
.basket--section {
  display: flex;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.cart-update-btns {
    display: block;
    padding-right: 0px;
    justify-content: center;
    padding-top: 20px;
}
.cart-update-btns a {
  /* color: #212721; */
  /* padding: 0.588rem 0.65rem; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  display: inline-block;
  font-size: 1.5rem;
  width: 35px;
  border: 1px solid #00A887;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  margin-right: 5px;
  color: #00156b;
}
.cart-update-btns a.basket-item-remove.btn-remove {
  background: #ffffff;
  /* border-top-left-radius: 4px; */
  /* border-bottom-left-radius: 4px; */
  border-radius: 0;
  border: 1px solid #C4008D;
  color: #C4008D;
}
.basket-item-edit {
  background: rgb(255 255 255);
  /* border-top-right-radius: 4px; */
  /* border-bottom-right-radius: 4px; */
}
.cart-update-btns a:hover {
    color: #C4008D;


}
.item-thumb-wrap {
  width: 100px;
}
.item-thumb-wrap > img{
 border: 2px solid #00156b;
}
.basket-item-row {
  margin-bottom: 3rem;
  flex-wrap: wrap;
  /* -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); */
  /* box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); */
  padding: 0;
  padding-bottom: 1rem;
  border-radius: 0.25rem;
  border-bottom: 2px solid #00156b;
}
.checkout-inner-wrap .custom-table-wraper {
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  padding: 20px;
  margin-bottom: 2rem;
}
.basket-item-row:last-child {
  margin-bottom: 0;
}
.basket-item-dtl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  flex-wrap: wrap;
}
.item-details-info {
  flex: 0 0 270px;
  max-width: 270px;
  padding-right: 2rem;
  margin-right: 2rem;
}
.item-qty-info {
  margin: 2rem 0;
  display: flex;
  align-items: center;
}
.basket-item-qty-btn {
  text-align: center;
  padding: 0rem 0.8rem;
  border: 1px solid #212721;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}
.item-qty-info .qty-input {
  height: 3rem;
  width: 5rem;
  text-align: center;
  border: solid 1px #d1d1d1;
}
.product-list-price.price {
  color: #212721;
  font-size: 0;
  font-weight: 500;
}
.list-price.price {
  font-size: 1.2rem;
}
.list-price.price,
.item-cost.price {
  display: block;
}
.item-cost.price {
  font-size: 1.6rem;
}
.item-totalqty-price.price {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 0;
  min-width: 120px;
}
.basket-item-dtl .item-title a {
  color: #00156b;
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
}
.item-totalqty-price.price
.item-attributes.code {
  margin-top: 0.4rem;
}
.item-totalqty-price.price .total{/* justify-content:flex-end; */}
.basket-item-dtl .item-attributes .attrib {
  color: #212721;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}
.basket-footer.basket-subtotal {
  display: flex;
  font-size: 1.7rem;
  color: #00156b;
  font-weight: 600;
  padding: 1.5rem 0 1.5rem;
  border-bottom: 2px solid;
}
.subttl-label.price {
  margin-left: auto;
  font-size: 2rem;
}
.continue-checkout-btn {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
#continue-shopping {
    padding: 0;
    margin-right: auto;
    color: #C4008D;
    border: 1px solid #C4008D;
    text-decoration: none;
    font-size: 1.8rem !important;
    background: transparent;
}
.continue-checkout-btn span {
    position: relative;
}
.continue-checkout-btn span > i {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 18px;
    color: #fff;
}
body #addressValidationModal .btn-group-lg>.btn, body .btn-lg {
    padding: 15px 25px !important;
    font-size: 18px !important;
    border-radius: 5px;
}
.cart-summary {
  padding: 3rem;
  background: rgba(84, 84, 84, 0.05);
  position: relative;
}
.cart-summary {
  padding: 3.5rem;
  background: rgba(84, 84, 84, 0.05);
  position: relative;
}
.cart-collaterals {
  background: transparent;
  position: relative;
  margin-bottom: 5rem;
  /* -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); */
  /* box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); */
  border: 2px solid #00156b;
}
.cart-collaterals::before,
.cart-collaterals::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  position: absolute;
  left: 0;
}
.cart-collaterals::before {
  top: -10px;
}
.cart-collaterals::after {
  bottom: -10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.restore-cart-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #00156b;
}
.checkout-login p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: #00156b;
  font-weight: 500;
}

.btn.btn-teal-outline {
     background: #c4008d;
     color: #fff;
     z-index: 9;
     border-radius:5px;
}

.btn.btn-teal-outline:hover,
.btn.btn-teal-outline:focus {
  background: #212721;
}
.checkout-login .btn-teal-outline{
     background: #C4008D;
     font-size: 18px !important;
     padding: 12px 30px !important;
     border-radius: 5px;
}
.basketList.form-group {
  margin-top: -1.5rem;
}
.basketList.form-group label {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.basketList.form-group input {
  height: 4rem;
  border: none;
  color: #212721;
  border-radius: 0;
  padding: 0.8rem 1.2rem;
  border: solid 1px #d1d1d1;
  margin-bottom: 2rem;
}
.basketList.form-group .bootstrap-select > .dropdown-toggle {
  background: #fff;
  border: solid 1px #d1d1d1;
}
.form-group.basket-radio {
  margin-bottom: 2rem;
}
.basket-radio label {
  font-size: 1.3rem;
  margin-bottom: 0;
  color: #212721;
}
.basket-radio input[type="radio"] {
  top: 2px;
  position: relative;
}
.basket-restore {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00156b;
  margin-bottom: 1rem;
}
.restore-basket-view {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.item-attributes span {
  color: #212721;
  font-size: 1.2rem;
}
.item-attributes b {
  color: #212721;
  font-size: 1.2rem;
  font-weight: 500;
}
select.form-control:not([size]):not([multiple]) {
  height: 4.475rem;
}
.product_error {
  font-size: 14px;
  font-weight: 500;
  color: #cb4a43;
}
a:not([href]):not([tabindex]).btn.btn-teal-outline,
a:not([href]):not([tabindex]).btn.btn-teal {
  color: #fff;
}

/* ------- My Cart ---------------------------------------- */

/* ------- Login/Register ---------------------------------------- */

#loginBox .container,
#bd .container,
#activation-container .container {
  max-width: 1200px;
  display: flex;
  align-items: center;
  -ms-align-items: center;
}
.login-page {
  margin: 0 0 3rem;
  border: solid 1px #fff;
  flex: 0 0 100%;
  background: #00156b;
  color: #fff;
  position: relative;
}
.login-page:after {
  content: "";
  position: absolute;
  border-bottom: 12px solid #C4008D;
  border-right: 12px solid #C4008D;
  padding: 5px;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 122px;
}
.login-page:before {
  content: "";
  position: absolute;
  border-top: 12px solid #C4008D;
  border-left: 12px solid #C4008D;
  padding: 5px;
  left: 0;
  top: 0px;
  width: 160px;
  height: 122px;
}
.forgot-page {
  margin: 0 0 3rem;
}
.email-register-box {
  padding: 5rem 4rem;
}
.lr-box-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 4rem;
  position: relative;
}
.lr-box-title::after {
  background: #00156b;
  content: "";
  position: absolute;
  width: 6rem;
  height: 3px;
  bottom: -8px;
  left: 0;
}
.new-customer-text {
  font-size: 1.3rem;
  margin-bottom: 10rem;
  color: #fff;
  text-align: justify;
}
.new-customer-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.new-customer-box .btn {
  max-width: 100%;
  min-width: 200px;
margin-left:15px;
margin-bottom:10px;
    border-radius: 5px;
}
.btn.btn-gray.guest-register {
  background: #fff;
}
.email-login-box {
  padding: 5rem 4rem;
}
.email-login-box .inner-box:first-child {
  background: #fff;
  padding: 30px;
}
.email-login-box .inner-box:first-child .lr-box-title {
  color: #00156b;
}
.email-login-box h3 {
    margin-bottom: 2rem;
}
.email-login-box p{
 color:#000;
 margin-bottom: 2rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group.store-form-style {
  margin-bottom: 3rem;
  position: relative;
}
.form-group.store-form-style .form-control {
  padding: 0;
  border: none;
  border: 1px solid #d1d1d1;
  font-size: 1.6rem;
  padding: 10px;
  display: inline-block;
  width: 100%;
  /* height: 3rem; */
  min-height: 3.4rem;
  color: #212721;
}
.form-group.store-form-style .form-control:focus {
  border-color: #00156b;
  box-shadow: none;
  background-color: transparent;
}
.forgot-password {
  color: #00156b;
  font-size: 1.4rem;
  margin-right: auto;
  font-weight: 500;
}
.forgot-password i {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.form-group.store-form-style .control-label {
  /* pointer-events: none; */
  /* position: absolute; */
  /* transform: translate3d(0, 10px, 0) scale(1); */
  /* transform-origin: left top; */
  /* transition: 240ms; */
  color: #212721;
  /* opacity: 0.6; */
  margin-bottom: 2px;
  font-size: 1.5rem;
  font-weight: 500;
}
.form-group.store-form-style.store-form-select .control-label {
  /* transform: translate3d(0, -10px, 0) scale(0.8); */
}
.form-group.store-form-style.focused .control-label {
  /* opacity: 1;
	transform: translate3d(0, -10px, 0) scale(0.8); */
}
#state_box_div label.control-label {
  /* transform: translate3d(0, -20px, 0) scale(0.8); */
}
#state_box_div #region {
  /* height: 3rem !important; */
}
#submit-login {
  margin-top: 1rem;
}
.alert {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.form-group.store-form-style select.form-control {
  background-image: url("../images/select-bg.png?v=1.0");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 96% center;
  /*height: 3.4rem !important;*/
}

/* ------- Login/Register ---------------------------------------- */

/* ------- Forgot Password ---------------------------------------- */
.forgot-page {
  width: 100%;
}
.forgot-box {
  padding: 5rem 4rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px #d1d1d1;
  box-shadow: 0px 0px 40px #d1d1d1;
  border: solid 1px #fff;
}
/* ------- Forgot Password ---------------------------------------- */

/* ------- Register ---------------------------------------- */
#register .main.style2 {
  padding-top: 123px;
}
.checkout-step-title {
  padding: 3rem 4rem;
  background: #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #00156b;
}
.steps {
  margin: 5rem 0 0;
}
.steps ul {
  display: flex;
  justify-content: center;

  margin-bottom: 6rem;
}
.steps li {
  text-align: center;
  margin: 0 3rem;
  font-size: 1.6rem;
  color: #212721;
  opacity: 0.4;
  position: relative;
  width: 16.6666%;
  margin: 0 12px;
}
.steps li::after {
  position: absolute;
  content: "";
  width: 100%;
  background: #00156b;
  height: 2px;
  left: -50%;
  top: 15px;
  z-index: -1;
}

.steps li::before {
  margin: 0 auto 5px auto;
}

.steps li:first-child::after {
  background: transparent !important;
}

.steps li i {font-size: 2.5rem;color: #fff;padding: 10px;z-index: 100;position: relative;border-radius: 50%;background: #00156b;/* background: linear-gradient( to right, #00156b 20%, #C4008D 40%, #C4008D 60%, #00156b 80% ); */background-size: 200% auto;-webkit-animation: effect 1s linear infinite;animation: effect 1s linear infinite;}
.steps li span {
  display: block;
  margin-top: 2rem;
}
.steps li.active {
  opacity: 1;
}
.steps li.filled {
  color: #00156b;
  opacity: 1;
  font-weight: 500;
}
.steps li.filled a {
  color: #00156b;
}
.steps li.filled i {
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  background: #00156b;
  background-size: 200% auto;
  -webkit-animation: effect 1s linear infinite;
  animation: effect 1s linear infinite;
}
@-webkit-keyframes effect {
  to {
    background-position: -200% center;
  }
}

@keyframes effect {
  to {
    background-position: -200% center;
  }
}
.steps li.filled::after {
  background: #00156b;
}
.info_needed {
  text-align: right;
  color: #212721;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
  margin-left: 1.5rem;
}
.form-group .info_needed {
  position: absolute;
  right: 0;
  bottom: -2px;
  margin-left: 0;
}
.inf-page-title .info_needed {
  position: absolute;
  max-width: 100%;
  right: 0;
  top: -3px;
  text-transform: none;
}
.inf-page-title .info_needed span {
  display: inline-block;
}
.checkout-steps {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
}
.btns .btn {
  margin-left: 0.5rem;
}
.add-cart-btn.btns .btn {
      margin-right: 1.5rem;
      margin-left: 0;
      padding: 12px 30px;
      font-size: 18px;
      border-radius: 4px;
      margin-bottom:10px;
      background: #c4008d;
}
.add-cart-btn.btns .btn > i {
    padding-left: 5px;
    display: inline-block;
}
.add-cart-btn.btns .btn.btn-teal-outline {
    background: #6D738D !important;
}
.btns.justify-content-start .btn {
  margin-left: 0;
  margin-right: 0.5rem;
}
.required.needed_star,
.required {
  color: #cb4a43;
}
.inf-page-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 5rem 0;
  /* text-transform: uppercase; */
  position: relative;
}
.inf-page-title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 5px;
  /* background-image: -webkit-linear-gradient(45deg, #C4008D 15%, #00156b 65%); */
  /* background-image: linear-gradient(45deg, #C4008D 15%, #00156b 65%); */
  background-color: #00156b;
}
.new-btn-list {
    padding-top: 20px;
}
.new-btn-list a{
    font-size: 1.8rem;
    margin-right: 20px;
    color: #c4008d;
    margin-bottom: 10px;
}
.new-btn-list a > i{
    padding-left: 5px;
}
/* ------- Register ---------------------------------------- */

/*-------------- Customer Info ----------------------*/

.retail-location select {
  background-image: url("../images/select-bg.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 4% center;
  height: 3.4rem !important;
  width: 50%;
}

/*-------------- Customer Info ----------------------*/

/* ------- Your Billing Information ---------------------------------------- */
.sbm-address h5 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.checkout-summary {
  margin-bottom: 3rem;
}
.q_header {
  color: #212721;
  font-weight: 600;
}
/* ------- Your Billing Information ---------------------------------------- */

/* ------- Delivery Address ---------------------------------------- */
.location-address.ac {
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 6px;
  color: #00156b;
}
.address-selection {
  margin-bottom: 3rem;
}
.f-form.horizontal.form-delivery-address {
  margin-bottom: 15rem;
}
/* ------- Delivery Address ---------------------------------------- */

/* ------- Empty Cart ---------------------------------------- */
.empty-cart {
  text-align: center;
  padding: 12rem 0;
  display: block;
  height: 100%;
}
.empty-cart > i {
  font-size: 14rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.empty-cart p {
  font-size: 2rem;
  margin-bottom: 4rem;
}
/* ------- Empty Cart ---------------------------------------- */

/* ------- Payment ---------------------------------------- */
.pay-text {
  color: #00156b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.checkout-payment-msg {
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: center;
   font-weight: 500 !important;
}
.cart-summary .btn {
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}
.custom-table-col {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.form-error {
  color: #cb4a43;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.col.col-third {
  flex: 0 0 150px;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.col-first h2,
.col-second h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-first p,
.col-second p {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.col.col-second {
  color: #212721;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  flex: 0 0 150px;
  max-width: 150px;
}
.custom-table-row.checkout-address-headings .col.col-second {
  color: #212721;
  flex-wrap: wrap;
}
.col-second p {
  font-weight: 600;
  color: #00156b;
}
.custom-table-row {
  border-bottom: solid 1px #d1d1d1;
}
.custom-table-wraper .custom-table-row.checkout-address-headings {
  margin-bottom: 5rem;
}

.col.col-first,
.col.col-third,
.col.col-second {
  padding: 0.6rem 1rem;
}
.col.col-second {
  padding: 0.6rem 2rem;
}
.col.col-third {
  flex: 0 0 150px;
  text-align: right;
}
.edit-address {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  color: #00156b;
}
.col-third .price {
  font-weight: 600;
  font-size: 1.6rem;
  color: #00156b;
}
.cart-total-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.price-list-block {
  display: flex;
  padding: 1rem 0;
  border-bottom: solid 1px #d1d1d1;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
}
.price-list-block .price {
  font-weight: 600;
  font-size: 1.4rem;
  margin-left: auto;
  padding-left: 1.5rem;
}
.total-price-list {
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  color: #00156b;
}
.col-second .btn-group.bootstrap-select {
  max-width: 220px;
}
.ccp-row {
  border-bottom: solid 1px #d1d1d1;
  padding: 0.8rem 0px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ccp-row strong {
  font-weight: 600;
}
.edit-ccp {
  position: absolute;
  right: 30px;
  top: 29px;
  font-size: 1.4rem;
  color: #00156b;
}
.custom-table-main-header .p-head {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #d1d1d1;
}
.ssm-box {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.ssm-common-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 0;
  border-bottom: solid 1px #d1d1d1;
}
.ssm-common-row:last-of-type {
  border-bottom: none;
}
.ssm-left {
  display: flex;
  padding: 0 10px;
  flex-wrap: wrap;
  color: #212721;
  font-size: 1.4rem;
  flex: 0 0 50%;
  max-width: 50%;
}
.ssm-left div {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
}
.ssm-left div p {
  flex: 0 0 100%;
  line-height: 20px;
}
.address-name {
  color: #00156b;
  margin: 4px 0;
  font-size: 1.6rem;
}
.ssm-left label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 2rem;
  margin-bottom: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  flex: 0 0 auto;
  color: #212721;
}
.ssm-left span {
  font-size: 1.4rem;
  color: #212721;
  font-weight: 400;
  margin-right: 0;
  flex: 0 0 100%;
}
.ssm-common-row .btn-group span {
  margin-right: 0;
}
.ssm-left .btn.dropdown-toggle span.bs-caret {
  position: relative;
  top: -3px;
}
.ssm-left .btn.dropdown-toggle span.bs-caret {
  position: relative;
  top: -3px;
}
.ssm-left .btn.dropdown-toggle span.bs-caret span {
  font-size: 1rem;
}
.ssm-common-row .btn-group {
  max-width: 300px;
}
.ssm-common-row .btn.dropdown-toggle {
  background: transparent;
  width: auto;
  border: 1px solid #d1d1d1;
}
.col.ssm-right {
  padding: 0 10px;
  flex: 0 0 300px;
  margin-left: auto;
  max-width: 50%;
}
.ssm-right label {
  font-size: 1.6rem;
  color: #212721;
  font-weight: 500;
  display: block;
}
.pm-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  flex: 0 0 100%;
}
#paymentGateway {
  display: flex;
  flex-wrap: wrap;
}
#payment_show {
  -webkit-box-shadow: 0 7px 20px -10px rgb(171 171 171 / 70%);
  box-shadow: 0 7px 20px -10px rgb(171 171 171 / 70%);
  padding: 10px 20px;
}
.form-control.input-grey {
  height: 4rem;
  margin-top: 0.5rem;
  width: 300px;
  background: #d1d1d1;
  border: none;
}
.checkout-radio.form-group {
  flex: 0 0 40%;
  max-width: 50%;
  padding-right: 2rem;
}
.promotions {
  margin-bottom: 3rem;
}
.promotions-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.promo-code-block {
  position: relative;
}
.promo-code-block .form-control {
  background: transparent;
  border: none;
  height: 4rem;
  border-bottom: solid 1px #d1d1d1;
  padding: 1rem 4rem 1rem 0;
}
.promo-code-block .form-control:focus {
  box-shadow: none;
}
.promotions .apply-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 1rem 0;
  color: #00156b;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
}
.border-title {
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: solid 1px #d1d1d1;
  padding-bottom: 0.8rem;
}
.text-teal {
  color: #00156b;
}
.checkout-question {
  border-bottom: solid 1px #d1d1d1;
  margin-bottom: 3rem;
}
/* .checkout-question + .pay-options{
	padding-top: 20px;
} */
h4.q_header {
  padding-bottom: 10px;
}
h4#q_desc_udf2 {
  padding-bottom: 10px;
  font-weight: 600;
}
.checkout-question-ttl {
  padding-bottom: 15px;
}
.form-choice select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.form-choice .form-control {
  background: #fff;
  border: none;
  height: 4rem;
}
.form-choice.radio-custom {
  margin-bottom: 0.5rem;
}
.promo-badages-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.promo-badages-list li {
  background: #d1d1d1;
  padding: 0.2rem 2.2rem 0.2rem 1rem;
  font-size: 1.2rem;
  position: relative;
  color: #212721;
  border: solid 1px #d1d1d1;
  border-radius: 4px;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.promo-badages-list li a {
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  color: #212721;
  font-size: 1.6rem;
}
.f-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#quicklook_attributes > div {
  width: 100%;
}
.f-row .f-field {
  color: #00156b;
  font-weight: 600;
}
.checkout-question.qus .form-group {
  margin-bottom: 2.5rem;
}
#payment_show .form-control {
  border: solid 1px #d1d1d1;
  height: 4rem;
}
#payment_show .radio-custom [type="radio"]:checked + label::before,
#payment_show .radio-custom [type="radio"]:not(:checked) + label::before {
  background: #fff;
  border: solid 1px #d1d1d1;
}
.ui-dialog .ui-dialog-titlebar-close span {
  background: transparent !important;
}
.ui-state-hover {
  border: none !important;
  background: transparent !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover span,
.ui-dialog .ui-dialog-titlebar-close:focus span {
  box-shadow: none !important;
}
.quicklook-content #prop65_warning {
  font-size: 13px;
  color: #00156b;
}
/* ------- Payment ---------------------------------------- */

/* ------- Complete Payment ---------------------------------------- */
.order-completed-message {
  justify-content: center;
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #00156b;
}
.alert {
  display: flex;
  flex-wrap: wrap;
  margin: auto auto 2rem;
  padding: 1.5rem 2rem;
  text-align: center;
}
.alert h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.order-completed.alert {
  margin-bottom: 4rem;
  margin-top: -2rem;
  background: transparent;
  border: none;
}
.alert h3,
.alert p {
  flex: 0 0 100%;
  max-width: 100%;
}
.alert p {
  margin-top: 0.3rem;
  font-size: 1.7rem;
}
/* ------- Complete Payment ---------------------------------------- */

/* ------- Restore Basket ---------------------------------------- */
.empty-basket-restore {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.empty-basket-restore .form-group {
  flex: 0 0 100%;
}
.empty-basket-restore .btn-group.bootstrap-select .btn-dropdown-toggle {
  max-width: 150px;
}
.empty-basket-restore .form-error {
  flex: 0 0 100%;
  margin-bottom: 1rem;
}
.empty-basket-restore .btn.dropdown-toggle {
  height: 4.4rem;
}
.or-text {
  margin: 2rem 0;
  color: #212721;
  text-transform: uppercase;
}
.basketList .btn.dropdown-toggle .bs-caret {
  position: relative;
  right: 1rem;
}
.empty-basket-restore .form-group .btn-group.bootstrap-select {
  max-width: 150px;
}
/* ------- Restore Basket ---------------------------------------- */

/* ------- My Account Pages ---------------------------------------- */
#wishlist div.filter.sidebar-block ,
#myaccount .filter.sidebar-block {
  display: none;
}
.sidebar-block.sidebar-block-account {
  padding: 2rem 2.5rem;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  align-items: center;
}
.sidebar-block.sidebar-block-account .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  display: flex;
  position: relative;
}
.sidebar-block.sidebar-block-account .title::before {
  position: absolute;
  content: "-";
  right: 0;
  top: 0;
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  width: 30px;
  text-align: center;
  background: #191919;
}
.sidebar-block.sidebar-block-account .title.active::after {
  position: absolute;
  content: "+";
  right: 0;
  top: 0;
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  background: #191919;
  width: 30px;
  text-align: center;
}
.sidebar-block.sidebar-block-account .title.active::before {
  display: none;
}
.sidebar-inner {
  margin-top: 2rem;
}
.sidebar-block-account ul li {
  margin-bottom: 1.5rem;
}
.sidebar-block-account ul li:last-child {
  margin-bottom: 0;
}
.sidebar-block-account ul li a {
  width: 100%;
}
.sidebar-block-account ul li i {
      font-size: 1rem;
    vertical-align: baseline;
}
.sidebar-block-account ul li.active a {
  color: #00156b;
  font-weight: 500;
}
.myaccount-title {
  display: flex;
  flex-wrap: wrap;
}
.myaccount-title h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  /* text-transform: uppercase; */
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  flex: 0 0 50%;
}
.myaccount-title h2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 5px;
  background:#00156b;
 
}
.account-email {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  color: #00156b;
     font-weight: 500;
}
.myaccount-title .info_needed {
  margin-left: auto;
  margin-top: 0;
}

.vo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  margin-top: 1rem;
  max-width: 750px;
  border: 1px solid #d1d1d1;
}
.vo-orderid {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #00156b;
}
.vo-orderid i {
  display: inline-flex;
  flex: 0 0 3.5rem;
  font-size: 1.8rem;
}
.vo-orderid a {
  color: #00156b;
}
.vo-date,
.vo-emailid {
  font-size: 1.3rem;
  color: #212721;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.vo-date i,
.vo-emailid i {
  flex: 0 0 3.5rem;
  display: inline-flex;
}
.vo-right {
  text-align: right;
}
.vo-price {
  font-weight: 600;
  font-size: 1.6rem;
}
.vo-track {
  margin-top: 2rem;
}
.vo-track .fa.fa-spin.fa-spinner {
  margin-top: 2rem;
}
.sa-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shippingaddress {
  flex: 0 0 40%;
  max-width: 50%;
  margin-right: 2rem;
  border: 1px solid #d1d1d1;
  display: flex;
  flex-wrap: wrap;
  padding: 1.7rem 2rem;
  margin-bottom: 2rem;
}
.sa-left {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.sa-right {
  margin-left: auto;
  padding-left: 10px;
}
.btn-edit,
.btn-remove {
  padding: 0 0.5rem;
  font-size: 1.8rem;
  color: #212721;
}
.sa-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
address {
  font-size: 1.4rem;
  color: #212721;
}
.cp-text {
  margin: 0.5rem 0 2.5rem;
  color: #212721;
  font-size: 1.3rem;
}
/* ------- My Account Pages ---------------------------------------- */

/* ------- No Result Page ---------------------------------------- */
.no-search-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 0 4rem;
  flex-wrap: wrap;
}
.oops-text {
  font-size: 8rem;
  flex: 0 0 100%;
  text-align: center;
  color: #00156b;
  font-weight: 700;
  margin-bottom: 2rem;
}
.no-results-found {
  font-size: 1.8rem;
}
.col-space {
  display: flex;
  justify-content: center;
  padding: 7rem 0;
}
.col-space h3 {
  font-size: 4rem;
  color: #212721;
  text-align: center;
}

/* ---- Radio Button Custom ---------------- */
.radio-custom [type="radio"]:checked,
.radio-custom [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-custom [type="radio"]:checked + label,
.radio-custom [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #212721;
  font-size: 1.4rem;
}
.radio-custom [type="radio"]:checked + label span,
.radio-custom [type="radio"]:not(:checked) + label span {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  /* border: 1px solid #d1d1d1; */
  border-radius: 100%;
  background: #d1d1d1;
}
.radio-custom [type="radio"]:checked + label span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #00156b;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 0;
  bottom: 0;
  margin: auto;
}
.radio-custom [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-custom [type="radio"]:checked + label span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* ---- Radio Button Custom ---------------- */

/* ---- Checkbox Custom ---------------- */
/* Base for label styling */
.checkbox-custom [type="checkbox"]:not(:checked),
.checkbox-custom [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-custom [type="checkbox"]:not(:checked) + label,
.checkbox-custom [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox-custom [type="checkbox"]:not(:checked) + label::before,
.checkbox-custom [type="checkbox"]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d1;
  background: #d1d1d1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* checked mark aspect */
.checkbox-custom [type="checkbox"]:not(:checked) + label::after,
.checkbox-custom [type="checkbox"]:checked + label::after {
  content: "\2713\0020";
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 16px;
  line-height: 0.8;
  color: #00156b;
  transition: all 0.2s;
}
/* checked mark aspect changes */
.checkbox-custom [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-custom [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.checkbox-custom [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-custom [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bdbdbd;
  background-color: #d1d1d1;
}
.checkbox-custom [type="checkbox"]:disabled:checked + label:after {
  color: #bdbdbd;
}
.checkbox-custom [type="checkbox"]:disabled + label {
  color: #bdbdbd;
}
/* accessibility */
.checkbox-custom [type="checkbox"]:checked:focus + label:before,
.checkbox-custom [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #bdbdbd;
}

/* hover style just for information */
.checkbox-custom label:hover:before {
  border: 1px solid #bdbdbd !important;
}
/* ---- Checkbox Custom ---------------- */

/* ---- Static Pages ---------------- */
/* #contact-us .main .container {
  max-width: 1400px;
} */
.static-pages {
  margin-bottom: 2rem;
  display: inline-block;
  width: 100%;
}
.static-pages h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #00156b;
}
.static-pages p {
  font-size: 1.6rem;
  color: #212721;
  margin-bottom: 4rem;
}
.static-pages p .font-semibold.text18 {
  color: #00156b;
}
#contact-us .breadcrumb {
  margin-bottom: 3rem;
}
/* ---- Static Pages ---------------- */

/* ---- Matrix Details ---------------- */
.border-top {
  border-top: solid 1px #d1d1d1;
  padding-top: 2rem;
}
.matrix .qty {
  border: solid 1px #d1d1d1;
  margin-left: 2rem;
  float: right;
}
/* ---- Matrix Details ---------------- */

/* ---- Invoice Page ---------------- */
.invoice-page {
  display: flex;
  flex-wrap: wrap;
}
.invoice-dtl-head {
  flex: 0 0 100%;
}
.invoice-dtl-head h2 {
  color: #00156b;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
.invoice-dtl-header {
  border-top: solid 1px #d1d1d1;
  margin: 2rem 0;
  border-left: solid 1px #d1d1d1;
  padding: 0 15px;
}
.invoice-detail-row {
  display: flex;
  /* flex-wrap: wrap; */
  margin-left: -15px;
  margin-right: -15px;
}
.invoice-dtl-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 15px;
  border-bottom: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
  font-size: 1.2rem;
}
.invoice-dtl-col strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.invoice-detail-address {
  flex: 0 0 50%;
  max-width: 50%;
}
.invoice-detail-address h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.invoice-address-col h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #00156b;
}
.invoice-detail-properties {
  margin-top: 3rem;
  flex: 0 0 100%;
}
.aside-address h4 {
  margin-bottom: 0.5rem;
  color: #212721;
}
.aside-contact {
  color: #212721;
  font-size: 1.4rem;
}
.invoice-address-name {
  font-weight: 600;
}
/* ---- Invoice Page ---------------- */
.dropup .dropdown-toggle::after {
  display: none;
}
.tdnf {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  padding-top: 1.5rem;
  font-size: 1.3rem;
  color: #cb4a43;
  font-weight: 500;
}
#image-back,
#image-form {
  z-index: 104 !important;
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.ui-dialog {
  width: auto !important;
  min-width: 500px;
}
#quicklook {
  width: 750px !important;
  max-width: 100%;
}
.out-stock-error {
  margin: 2rem 0;
  font-size: 1.4rem;
  color: #212721;
  position: relative;
}
.out-stock-error .f-row {
  justify-content: flex-start;
}
.out-stock-error .f-row .f-field {
  color: #cb4a43;
  margin-left: 5px;
  font-size: 1.5rem;
}
.short-desc-text {
  font-size: 1.5rem;
  color: #212721;
  border-bottom: 1px solid #00156b;
  padding-bottom: 25px;
}
.tab-details{
font-size:1.5rem;
}
.lead-time-item {
  font-size: 1.4rem;
  color: #212721;
  margin-bottom: 0.7rem;
}
.ccp-parent {
  font-weight: 500;
}
.showing-results {
  margin-bottom: 10px;
  font-weight: 500;
  /* color: #00156b; */
}
.item-radio {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  align-items: center;
}
.item-radio > label {
  flex: 0 0 80px;
  font-size: 1.4rem;
  position: relative;
  max-width: 80px;
  padding-right: 10px;
}
.item-radio input[type="radio"] {
  display: none;
}
.item-radio input[type="radio"] + label {
margin: 0px 8px 5px 0;
    background: #00156b;
    width: 35px;
    padding: 5px 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border: solid 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    font-weight: 500;
    position: relative;
    border-radius: 50%;
}
.item-radio input[type="radio"]:checked + label {
  background: #00156b;
  color: #ffffff;
}
/* ------- No Result Page ---------------------------------------- */

/* ------- Activation Page ---------------------------------------- */
.v-code {
  max-width: 200px;
}
.v-code .form-control {
  height: 40px;
  background: #d1d1d1;
}
/* ------- Activation Page ---------------------------------------- */

/* ------- Gift Certificate Page ---------------------------------------- */
.active-gift-ttl {
  font-weight: 500;
}
.gcc-code {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  flex: 0 0 100%;
  margin-bottom: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
}
.gcc-code label {
  margin-bottom: 0;
  margin-right: 1rem;
}
.gcc-code span {
  font-size: 1.7rem;
}
.gcc-row {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  font-size: 1.4rem;
  color: #a9a9a9;
  margin-bottom: 0.5rem;
}
.gcc-row label {
  margin-bottom: 0;
  margin-right: 1rem;
  color: #212721;
}
/* ------- Gift Certificate Page ---------------------------------------- */

/* ------- Review Section ---------------------------------------- */
.reviews-main {
  margin-bottom: 4rem;
}
.review-section-partion {
  display: flex;
  align-items: center;
}
.review-title {
  font-weight: 500;
  font-size: 2.4rem;
  text-transform: uppercase;
  position: relative;
}
.review-title::after {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: 7rem;
  background: #00156b;
  left: 0;
  bottom: -6px;
}
.feedbacks {
  margin-top: 2rem;
  display: flex;
  border-bottom: solid 1px #d1d1d1;
  padding-bottom: 2rem;
}
.feedback-option {
  flex: 0 0 70px;
  max-width: 70px;
}
.user-initials {
  width: 60px;
  height: 60px;
  font-size: 2.6rem;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.reviews.user-reviews .inline-show {
  margin-left: 2rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.reviews.user-reviews .inline-show .ratings {
  margin-bottom: 0.7rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.ratings i {
  color: #dd972d;
}
.feedback-ttl {
  flex: 0 0 100%;
  color: #00156b;
  font-size: 1.9rem;
  font-weight: 600;
}
.feedback-by {
  margin-left: auto;
  font-size: 1.2rem;
  color: #212721;
}
.reviews.user-reviews .inline-show p {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem 0;
  color: #212721;
}
.no-reviews-posted {
  padding: 2rem 0 0;
}
.no-reviews-posted p {
  margin-bottom: 2rem;
}
.items-reviews-ratings {
  padding-bottom: 1rem;
}
.no-reviews-yet,
.review-rating {
  padding-bottom: 0.6rem;
}
.no-reviews-yet i,
.review-rating i {
  color: #dd972d;
}
.post-review-link a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.review-rating.radio-custom i {
  font-size: 1.7rem;
}
.post-star-rating label {
  font-size: 1.4rem;
  font-weight: 500;
}
.review-product {
  padding: 2rem;
  background: #d1d1d1;
  flex: 0 0 40%;
  border: solid 2px #d1d1d1;
  max-width: 40%;
}
.review-product label {
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
}
.review-product span {
  font-size: 1.4rem;
}
.form-group .block.break-word {
  color: #212721;
}
.share {
  margin: 2rem 0;
  display: flex;
}
/* ------- Review Section ---------------------------------------- */

/* HeatBeat Animation */

.heartBeat {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  font-weight: 700;
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.5);
    transform: scale(2);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#quicklook_itemqty .item-dropdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#quicklook_itemqty .item-dropdown label {
  flex: 0 0 80px;
  margin: 0;
}
#quicklook_itemqty .item-dropdown span {
  flex: 0 0 auto;
  width: auto;
  max-width: 70%;
}
#quicklook_itemqty .item-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#quicklook_itemqty .item-qty span {
  flex: 0 0 80px;
}
/*--- address validation popup css -----*/
#addressValidationModal .modal-header {
  flex-direction: column;
}
#addressValidationModal .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 3rem;
}
#addressValidationModal span.classification{
  top:20px;
}
#addressValidationModal .modal-body .addressitem {
  width: calc(100% - 25px);
  margin-left: 25px;
}
#addressValidationModal .modal-footer {
  text-align: right;
  padding: 1rem !important;
    padding-bottom: 20px !important;

}
#addressValidationModal .modal-footer .col-sm-12 {
  padding: 0;
}

.text-red {
  color: #cb4a43;
  font-size: 12px;
}
.item--details--section {
  display: block;
}
.title-per-item {
  font-size: 1.6rem;
  color: #00156b;
  font-weight: 600;
}
.item-cost.price {
  font-weight: 600;
  /* margin-left: 0.5rem; */
  color: #00156b;
  letter-spacing: 0.5px;
}
.guest-register {
  color: #00156b !important;
}
.dark-blue-text {
  color: #00156b;
}
.megenta-text {
  color: #C4008D;
}
.map--section {
  width: 100%;
  height: 300px;
  border: none;
}
.order-confirmation-section {
  margin-bottom: 2rem;
  border: none;
  max-width: 850px;
  background-color: #fff;
  margin-top: 30px;
  padding: 60px 16px;
  border-radius: 6px;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
  justify-content: center;
  margin: auto;
}
.order-completed h3 {
  font-size: 2.5rem;
  color: #212721;
  line-height: inherit;
}
.myaccount-pages {
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  padding: 30px;
  padding-top: 5rem;
}

#welcome_user_name img {
  margin-right: 5px;
}
.sidebar-inner .shbic_Shop_by_availability strong {
  margin-left: auto;
  color: #212721;
  background: transparent;
  padding: 0 0.6rem 0 0.4rem;
  justify-content: center;
  text-align: center;
}
.in_search {
  display: none;
}
/*---------------- special-orders -pages ------------------*/
  .bor-title{
font-size: 4.8rem;
    border-bottom: 2px solid #00156b;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #00156b;
}
.spacial-item-info img {
    border: 2px solid #00156b;
    margin-bottom: 30px;
    width: 90%;
    max-width: 100%;
}
.spacial-item-info {
    border-bottom: 2px solid #00156b;
    margin-bottom: 40px;
}
.bor-bottom{
border-bottom: 2px solid #00156b;
    display: block;
    width: 100%;
    margin: 0 15px 20px;
    padding: 10px 0;
}
.quote-form-section .form-group{
  margin-bottom: 25px;
}
.quote-form-section .quote-section-title{
  font-size:18px;
  color: #00156b;
}
.quote-form-section .form-group label{
  font-size:16px;
  color: #00156b;
    text-transform: uppercase;
}
.quote-form-section .form-group .form-control{height: 55px;border: 2px solid #00156b;border-radius: 10px;margin-bottom: 10px;padding: 0 20px;color: #6D738D;font-size: 15px;background: transparent;}
.quote-form-section .form-group .form-control textarea{
  height:unset;
}
.spacial-item-info h2{
  
color: #00156b;
  font-size: 3.5rem;
margin-bottom: 10px;
}
.spacial-item-info .item-pricing-border-dark{
  border:none;
}
.spacial-item-info .item-price.price{
font-size: 2.4rem;
   margin-bottom: 15px;
}
.spacial-item-form p{font-size:1.8rem;margin-bottom: 2rem;}
.spacial-item-form input[type=checkbox],
.spacial-item-form input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    vertical-align: sub;
}
select {
	font-size: 24px;
	padding: 8px 36px 8px 16px;
	cursor: pointer;
	color: #414141;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/arrow-down.png?v=1.0);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 95% 50%;
}
.spacial-item-form select.form-control:not([size]):not([multiple]){height:5.5rem;padding: 0 20px;font-size: 15px;color: #6D738D;}
.spacial-item-form .capt{margin-top: 30px;}
.spacial-item-form .capt label{
  padding-right:10px;
  vertical-align: middle;
  display: block;
   margin-bottom: 10px;
}

 .ui-datepicker .ui-datepicker-header{
    background: #00156b;
    color: #ffffff;
}
#ui-datepicker-div  .ui-state-hover,
 .ui-datepicker .ui-datepicker-prev, 
 .ui-datepicker .ui-datepicker-next{
color: #fff !important;
    background: #fff !important;
    border-radius: 0;
    top: 0px !important;
    border: none;
}
 .ui-datepicker .ui-datepicker-prev {
    left: 0;
}
 .ui-datepicker .ui-datepicker-next{
      right: 0;
}

#ui-datepicker-div .ui-state-highlight, 
  .ui-widget-content .ui-state-highlight, 
#ui-datepicker-div  .ui-widget-header .ui-state-highlight {
    border: 1px solid #00156b;
    background: #00156b;
    color: #ffffff;
}
#ui-datepicker-div  .ui-state-default,
 .ui-widget-content .ui-state-default,
#ui-datepicker-div  .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #000000;
    text-align: center;
}
#ui-datepicker-div  .ui-state-hover,
#ui-datepicker-div  .ui-widget-content .ui-state-hover, 
#ui-datepicker-div  .ui-widget-header .ui-state-hover,
#ui-datepicker-div  .ui-state-focus, 
.ui-widget-content .ui-state-focus,
#ui-datepicker-div  .ui-widget-header .ui-state-focus {
      border: 1px solid #00156b !important;
    background: #f1f1f1 !important;
    font-weight: normal;
    color: #000000 !important;
    border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next{
    width: 2.2em;
    height: 2.2em;
}


.footer-logo i {
  color: #fff;
}
.icon-useful li:last-of-type {
  margin: 0px;
}
.footer-brand {
  /* justify-content: flex-end; */
}
.icon-useful {
  /* align-items: center; */
  /* justify-content: flex-end; */
  display: inline-block !important;
}
.icon-useful li {
  padding: 0.6rem 0;
  margin-right: 2.5rem;
  font-size: 1.3rem;
  display: inline-block;
}
.icon-useful li > a{
  color:#fff;
}
.icon-useful li > a:hover{
  color:#C4008D;
}
.cross-sell .item:first-child {
  margin-left: 0px;
}
.also-like-slider .owl-item .item:first-child {
  margin-left: 0px;
}
.home-featured-section{
	    padding: 7rem 0;
}
/*------------- Email-to-Frend-modal -----------------------*/

.captachatext-class{
    height:42px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 24px;
    background-color: #f2f2f2;
    background-image: url(../images/Captcha.png?v=1.0);
}
.captchainputtext{
    height:42px;
    width:35%!important;
    float:none !important;
    display:inline-block;
    vertical-align: middle;
    border: 1px solid #00156b;
    margin-left: 10px;
    padding: 10px;
}
.captcharefresh{ background-color:#f58fc3;padding:5px; 
    width:auto; margin:0 10px; 
    display:inline-block;  vertical-align: middle;
}
.item_title-text{
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}
.item_title-text ~ a.wishlist{
    margin-left:0 !important;
    font-size: 22px !important;
}

#emailToFriend .form-control{
    height:42px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}
.modal-header {
    padding-right: 45px;
    position: relative;
    padding: 15px 20px;
}
#emailToFriend .modal-header{
    background: #00156b;
    color: #ffffff;

}
#emailToFriend .modal-header .close{
 right: 30px;
 top: 15px;
 color: #fff;
}
#emailToFriend  .modal-title{
    font-size: 1.8rem;
    font-weight: 500;
}
.modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 40px;
    font-family: 'themify';
    color: #000;
    opacity: 1;
}
#emailToFriend .modal-body{
    padding:2rem;
}
#emailToFriend .form-group {
    margin-bottom: 2rem;
}
#emailToFriend .captchainputtext {
    height: 42px;
    width: 40%!important;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #dadada;
}
#emailToFriend .btn-teal-outline{
    font-size: 1.8rem;
    font-weight: 500;
    padding: 11px 30px;
    margin-top: 10px;
}
/*-------------------- Categories-page  -------------*/
.cat-allset-page {
    position: relative;
}
.cat-allset-page .cat-title{
font-size: 3rem;
    display: block;
}
.cat-allset-page .cat-title  >  .nav-dropdown-menu{
    position: static;
    background: transparent;
    width: 100%;
    display: block;
    margin-top: 20px;

}
.cat-allset-page .cat-title > .nav-dropdown-menu > li{
    float: none;
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    padding: 0 15px;
    margin-bottom: 30px;
}
.cat-allset-page .cat-title .sub-dropdown.nav-dropdown-menu{
position: static;
    background: transparent;
    box-shadow: none;
display: block !important;
width:100%;
}
.cat-allset-page .cat-title .nav-dropdown-menu.multi-level > li > a{
    font-size: 2.5rem;
    border-bottom: 1px solid #00156b;
    padding-bottom: 5px;
    padding-left: 0;
    margin-bottom: 15px;
    display: inline-block;
}
.cat-allset-page .sub-dropdown.nav-dropdown-menu > li > a:hover, 
.cat-allset-page .sub-dropdown.nav-dropdown-menu > li > a:focus,
.cat-allset-page .nav-dropdown-menu.multi-level > li > a:hover,
.cat-allset-page .nav-dropdown-menu.multi-level > li > a:focus {
    background: inherit;
    color: inherit;
}
.cat-allset-page .cat-title .mobile-menu,
.cat-allset-page .mobile-menu-sub{
display:none;
}
.cat-allset-page .sub-dropdown.nav-dropdown-menu > li > a{
font-size: 1.6rem;
border-bottom: 1px solid #ececec;
padding: 10px 0;
color: #000;
background: transparent;
}
#Capa_1 g > g path{
fill: #c4008d;
}
.cat-allset-page .sub-dropdown.nav-dropdown-menu > li:last-child > a {
    border: none;
}
/*--------- Add-whishlist-items -------------*/
.wish-list.wish-list-screen {
    margin: 0 0 40px;
}
.wish-list.wish-list-screen h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}
.wish-list.wish-list-screen .empty-wishlist-icon {
    font-size: 15px;
    padding-right: 8px;
    vertical-align: bottom;
    line-height: 20px;
}
.wish-list.wish-list-screen .btn-teal-outline {
    margin-top: 30px;
}
.cart-total {
    border: 2px solid #00156b;
    padding: 20px;
}
.cart-total input {
    height: 50px;
    border-radius: 5px;
}
.cart-total  .form-group {
    margin-bottom: 2rem;
}
/* Wishlist CSS */
.wishlist-item-row{
	margin-bottom: 30px;
    border: 1px solid #00156b;
    padding: 15px;
    padding-right: 0;
}
.wishlist-item-dtl-info{
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.wishlist-item-thumb{
	max-height: 70px;
	height: 70px;
    width: 70px;
}
.myaccount-title h2.wish-list-title{
	flex: 0 0 100% ;
}
.wishlist-item-dtl-info .item-detail .item-title{
	overflow: auto;
    white-space: normal;
    font-size: 15px;
}

.save-note{
	margin-top: 10px;
}
.save-note .btn.btn-teal{
	font-size: 12px;
    padding: 5px 10px;
}
#wishlist .basket-footer .btn{
	margin-bottom: 10px;
}
#wishlist div.filter.sidebar-block{display:none;}
.wishlist-item-notes textarea{
	outline: none;
	box-shadow: none;
	border-color: #aaaaaa;
}
.wishlist-item-notes textarea:focus{
	outline: none;
	box-shadow: none;
	border-color: #003057;
}
.wishlist-item-check {
    display: inline-block;
    float: left;
}
.wishlist-box .btn-teal{
    padding: 12px 25px !important;
}
.wish-list-screen .basket-footer {
    margin-left: auto;
    text-align: end;
}
.wish-list-screen #submitAddToCart{

}
.wish-list-screen .btn-text{
background: transparent;
    color: #c4008d;
    padding: 15px 0 0!important;
    margin-left: 15px;
    margin-bottom: 0 !important;
    float: left;
}
.wishlist-item-notes .btn-default{
padding: 8px 15px;
    background: #c4008d;
    color: #fff;
    border-radius: 4px;
}
.forgot-box .new-customer-text{
    color:#000;
    font-size: 1.5rem;
}
.main.user-quote .static-pages {
    margin-top: 1rem;
}
.pro-det-btn{
   background: transparent;
   border: none;
   font-size: 20px;
   margin: 10px 0 20px;
   cursor: pointer;
   color: #00156b;
   position: relative;
   line-height: 1;
}
.pro-det-btn::before,
.pro-det-btn.collapsed::before{
     content:"+";
    font-size: 32px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.pro-det-btn::before{
 content:"-";
}
.force-password-box{}
.force-password-box .form-group.store-form-style.focused .control-label {
    font-size: 16px;
    margin-bottom: 6px;
}

#setupModal .modal-body{
    padding: 20px;
    font-size: 20px;
}
#setupModal {
    background: rgba(0, 0, 0, 0.7);
}
/* End Wishlist CSS */
/*--------- Ie-Browser-issues -----------------*/
.ie #emailToFriend .modal-header{
  display:block;
}
.ie .steps li i,
.ie .steps li.filled i{
 padding:13px 10px;
}

/* -------------Important Note----------------------------------- */
/* If u want Filter panel always visible, then add class in body 'category-filter-fixed'
/* If u want Mega Menu, then add class in header 'mega-menu'
/* -------------Important Note----------------------------------- */

h4.quote-only-text {
    font-size: 1.9rem;
    margin-right: 20px;
    color: #c4008d;
    margin-bottom: 14px;
    margin-top: 16px;
}