/** GENERAL STYLES */

:root {
  --primary: #e4b63d; /*gold*/
  --dark: #e7b124; /*dark gold for nav and category border*/
  --sec: #ec008c; /*pink  #bb0066 , #ec008c */
  --btn: #c1941f; /*for button*/
}

 /*background-color: var(--primary);   */


body{
    /*font-family: 'Josefin Sans', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Droid Sans', sans-serif;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: gray;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.full-width-container{
    width: 100%;
}

.container{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.flex{
    display: flex;
}

.f-col {
    flex-direction: column;
}

.f-row{
    flex-direction: row; 
}

.f-wrap {
    flex-wrap: wrap;
}

.f-one{
    flex: 1;
}

.bdr{
    border: 5px solid #fff;
}

.allcaps{
    text-transform: uppercase;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

label {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h3 {
    display: inline-block;
    /*text-transform: uppercase;*/
    font-size: 1.2em;
    margin-bottom: 10px;
}

h1, h2, h3 { font-weight: 500; margin-top: 0; }

h2 { font-size: 1.4em; }

h5 { margin: 0px; }

.mid-bdr {
    background-image: url(../images/bdr.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 44px;
    opacity: .2;
}

p { margin-top: 0; }

.offscreen {
    display: none;
    position: relative;
    left: -10000;
    font-size: 0;
}

strong {font-weight: 500;}

input, select, textarea { font-family: 'Josefin Sans', sans-serif; }

td {
    font-weight: 300;
    line-height: 1.35em;
    font-size: 15px;
}

form { margin-bottom: 0px; }

.bdr-top { border-top: 3px solid #dedede; }

.page-padding { padding: 150px 0px; }

figure { margin: 0; }

/* CART DETAILS */
#cart-items-left-wrapper {
    width: 75%;
    padding-right: 20px;
    align-self: flex-start;
}

#cart-wrapper .cart-items-wrapper {
    box-shadow: 0px 0px 2px 1px #dedede;
    padding: 0px 20px;
}

#cart-items-right-wrapper { 
    display: flex;
    flex-direction: column;
    width: 25%;
    align-self: flex-start;
}

#contact-wrapper {
    background-color: whitesmoke;
}

#payment-wrapper, #contact-wrapper, #login-form-wrapper, #order-status-wrapper, #contact-info-form-wrapper {
    box-shadow: 0px 0px 2px 1px #dedede;
    padding: 20px;
}

/*#contact-info-form-wrapper {
    padding: 20px;
    margin-top: 20px;
}*/

#payment-wrapper {
    flex: 1;
}

.rzp-button1 {
    margin: 20px 0px;
}

.section-head {
    font-weight: 500;
    font-size: 1.2em;
    padding-bottom: 5px;
    border-bottom: 2px solid #dedede;
    margin-bottom: 15px;
}

#payment-wrapper .pay-mode {
  margin-bottom: 15px;
  padding-left: 23px;
  position: relative;
}

#floating-cart-wrapper { position: relative; }

#floating-cart-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 1;
}

#floating-cart-btn, #account {
  padding: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
}

#floating-cart-btn img { opacity: .6; width: 30px; }

#floating-cart-btn .fa { padding-right: 5px; }

/*#floating-cart:hover .triangle { display: block; }
#floating-cart:hover #cart-summary-wrapper { display: block; }*/

.cart-qty {
  font-size: 0.6em;
  border-radius: 50%;
  background-color: red;
  width: 15px;
  height: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  font-weight: 600;
  line-height: 1px;
}

#floating-cart {
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    border-radius: 5px;
    width: 600px;
    border-top: 2px solid #bdbdbd;
    /*padding: 26px 30px;*/
    background-color: #fff;
    box-shadow: 0 2px 20px 0 #93959f;
    z-index: 10;
    font-size: 0.9em;
}

#floating-cart-wrapper .cart-items-wrapper {
  max-height: 400px;
  overflow-y: auto;
  padding: 0px 30px;
}

span.triangle::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 5px;
    box-shadow: -3px -4px 9px -4px rgba(40,44,63,.5);
    background-color: #fff;
    border: 2px solid #bdbdbd;
    border-right: none;
    border-bottom: none;
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

span.triangle {
    /*display: none;*/
    position: absolute;
    top: -13px;
    right: 23px;
    z-index: 100;
}

#cart-wrapper { margin-top: 20px; }

#cart-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cart-items-header {
    display: flex;
    padding-top: 20px;
}

.cart-hdr th { padding-top: 20px; }

.cart-hdr-wrapper:first-child {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}

#floating-cart-wrapper #cart-items-header {
    padding: 20px 30px;
    padding-bottom: 0;
}

#floating-cart-wrapper .cart-hdr-wrapper:first-child {
    padding-right: 20px;
}

.cart-item {
    /*display: flex;*/
    padding: 20px 0px;
    border-bottom: 1px dashed #dedede;
}

.cart-item td {
    padding: 20px 0px;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-details {
    display: flex;
    width: 100%;
    margin-left: 20px;
}

.item-name {
    font-weight: 500;
    white-space: nowrap;
}

.item-price{
    font-size: 1.35em;
    padding-bottom: 4px;
}

.cart-tot h2, .cart-shipping-charges h2 {
    margin: 0;
    padding: 15px 0px;
}

.cart-tax h2 {
  margin: 0;
}

#floating-cart .cart-tot h2 {
    padding-bottom: 0;
}

.cart-tot h2 p, .cart-tax h2 p, .cart-shipping-charges p { margin-bottom: 0; }

.cart-tax h2, .cart-shipping-charges h2 { padding-bottom: 5px; padding-top: 0;
    font-weight: 100; }

.item-details {
    text-align: left;
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}

.cart-fns-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.cart-btm-wrapper {
    display: flex;
    justify-content: space-between;
}

.reverse-btn {
    color: #fff;
    background-color: #000 !important;
}

#cart-wrapper .cart-fns-wrapper { padding: 20px 0; }

.subaction-btn:first-child {
    margin-right: 10px;
}

.subaction-btn .fa {
    padding-right: 5px;
}

#cart-items-left-wrapper .cart-fns-wrapper{
    display: none;
}

.item-dtls-group {
    display: flex;
}

.item-dtls-group div:first-child {
  padding-right: 5px;
  /*margin-right: 5px;
  border-right: 2px solid #dedede;*/
}


#floating-cart-wrapper .item-details {
  padding-right: 20px;
}

#floating-cart-wrapper .cart-items-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#floating-cart-wrapper .cart-items-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    height: 10px;
}

#floating-cart-wrapper .cart-items-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: gray;
}

@keyframes pulse { 
  50% { background-color: #f5e7e6 }
}

.delete-alert {
  animation: pulse .5s ease-out 2;
}

/* FORMS STYLE */
.forms input, select {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  /*margin: 0 0 15px;*/
  padding: 15px;
  box-sizing: border-box;
}

.forms .message {
  margin: 15px 0 0;
  color: #b3b3b3;
}

.forms .message a {
  /*color: #a6c1ee;*/
  text-decoration: none;
}

.err-msg {
    color: red;
    margin-top: 6px;
    margin-bottom: 0;
}


/* INPUT AND LABLE ANIMATION STYLE */

.text-field {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.floating-label {
    position: absolute;
    top: 16px;
    left: 10px;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
    padding: 0px 6px;
}

.text-field input, .group-field input, select {
    transition: 0.4s ease all;
    width: 100%;
    font-size: 1rem;
    /*background: none;*/
    outline: 0;
    /*margin: 0 0 23px;*/
    padding: 15px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.text-field input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-position: 0 0;
}

.animate-label {
  font-size: 0.8em;
  -webkit-transform: translateY(-20px);
          transform: translateY(-27px);
  visibility: visible !important;
  opacity: 1;
  /*background-color: #e6e6e6;
  padding: 0px 6px !important;*/
}





/* LOADER ANIMATION */
#loader-wrapper {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 11;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000000;
  -webkit-animation: spin-reverse .5s linear infinite;
  animation: spin-reverse .5s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #8a8572;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}



/* Signin Details */
#mainlist .fa {
    opacity: .6;
    font-size: 1.8em;
}

ul#mainlist {
    display: flex;
    position: absolute;
    right: 0;
    z-index: 100;
    justify-content: space-between;
}

ul#mainlist li {
    display: flex;
    align-items: center;
    flex: 1;
}

#aboutus-page #cart-strip, #sizechart-page #cart-strip, #shipping-returns-page #cart-strip, #contact-us-page #cart-strip { display: none; }