/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");*/
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/*font-family: 'Roboto', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,700&display=swap");
/* font-family: 'Balsamiq Sans', cursive; */
@supports (-moz-appearance: none) {
  /* special attributes for mozilla only */
}
/* ::-webkit-scrollbar{width:6px !important;}::-webkit-scrollbar-thumb{background:#fff !important;} */
body, div, ul, li, a, p, b, strong, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.list-initial li {
  list-style: initial;
}

.bg-none {
  background: none !important;
}

.bg-primary {
  background: #8f5446 !important;
}

.text-primary {
  color: #8f5446 !important;
}

.bg-secondary {
  background: #bfa161 !important;
}

.text-secondary {
  color: #bfa161 !important;
}

.bg-black {
  background: #0c0c0c !important;
}

.text-black {
  color: #000 !important;
}

.bg-yellow {
  background: #ee9e08 !important;
}

.text-yellow {
  color: #ee9e08 !important;
}

.bg-white {
  background: #fff !important;
}

.text-white {
  color: #fff !important;
}

.bg-red {
  background: #ff707d !important;
}

.text-red {
  color: #e63344 !important;
}

.bg-gray {
  background: #f4f4fa !important;
}

.text-gray {
  color: #5f5f5f !important;
}

.letter-spacing-2 {
  letter-spacing: 6px;
}

.clear-both {
  clear: both !important;
}

.object-cover {
  width: 100%;
  object-fit: cover;
  display: table;
}

.font-700 {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 500 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.border-t-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-r-light {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-b-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-l-light {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-light {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-h-204 {
  min-height: 204px !important;
}

.min-h-250 {
  min-height: 250px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-150 {
  max-height: 150px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.max-h-250 {
  max-height: 250px !important;
}

.max-h-300 {
  max-height: 300px !important;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-450 {
  max-height: 450px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}

.max-h-600 {
  max-height: 600px;
}

.height-100-vh {
  height: 100vh;
}

.w-350px {
  min-width: 350px;
  max-width: 350px;
  width: 350px;
}

.w-300px {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}

.w-200px {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}

.w-150px {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}

.w-100px {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}

.w-50px {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}

.w-30px {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
}

.rounded-btn {
  border-radius: 40px;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

.font-xs {
  font-size: 12px !important;
}

.font-sm {
  font-size: 14px !important;
}

.font-md {
  font-size: 16px !important;
}

.font-lg {
  font-size: 18px !important;
}

.font-xl {
  font-size: 25px !important;
}

.font-2x {
  font-size: 40px !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}

.align-center {
  align-items: center !important;
}

.d-center {
  display: grid !important;
  display: -webkit-grid !important;
  align-items: center !important;
}

.d-inline-block {
  display: inline-block !important;
}

.outline-none, .outline-none:focus {
  outline: none !important;
  box-shadow: none;
}

.pointer {
  cursor: pointer !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }
}
p {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 25px;
}

.buttonPrimary {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 6px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  background: #8f5446;
  color: #fff;
  outline: none !important;
  display: block;
}
.buttonPrimary:hover {
  color: #f3f3f3;
}
.buttonPrimary:focus {
  box-shadow: 0 0 1px 2px rgba(121, 123, 224, 0.55);
}

.buttonSecondary {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 6px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  background: #bfa161;
  color: #fff;
  outline: none !important;
  display: block;
}
.buttonSecondary:hover {
  color: #f3f3f3;
}
.buttonSecondary:focus {
  box-shadow: 0 0 1px 2px rgba(253, 0, 114, 0.55);
}

@media (min-width: 992px) {
  .desktop-none {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-none {
    display: none;
  }
}
/* input checkbox and radio */
.checkboxLabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxLabel input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxLabel input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxLabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.checkboxLabel.radioLabel .checkmark {
  border-radius: 50%;
}

.checkboxLabel:hover input ~ .checkmark {
  background-color: #fff;
}

.checkboxLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxLabel input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.checkboxLabel input[type=radio]:checked ~ .checkmark:after {
  display: block;
}

.checkboxLabel .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxLabel.radioLabel .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.checkboxLabel input:checked ~ .checkmark {
  background-color: #4169e1;
}

.checkboxLabel input:checked ~ .checkmark.success {
  background-color: #28a745;
}

.checkboxLabel input:checked ~ .checkmark.danger {
  background-color: #dc3545;
}

.checkboxLabel input:checked ~ .checkmark.warning {
  background-color: #ffc107;
}

.checkboxLabel input:checked ~ .checkmark.info {
  background-color: #17a2b8;
}

.changeColor {
  background: red;
  height: 100px;
  width: 100px;
}

input:checked ~ .changeColor {
  background: yellow !important;
}

/* input checkbox and radio end */
/* DEFAULT ATTRIBUTE END */
p[details] {
  font-size: 14px;
  color: #6f6f6f;
}

header {
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  background: #0a0617;
}

.navRow {
  position: relative;
  padding-top: 10px;
}

.navRow .headerLink p strong {
  font-weight: 400;
}

@media (max-width: 991px) {
  .navRow .navCatTop {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
  }

  .navRow .navCatTop ul {
    text-align: center;
    width: 100%;
  }

  .navRow .navCatTop ul .headerLink {
    margin-left: 0;
    float: none;
    display: inline-block;
  }

  .navRow .navCatTop ul .headerLink:last-child {
    margin-right: 0;
  }

  .navRow .navCatTop ul .headerLink a img {
    height: 25px !important;
    margin-right: 0;
    margin-bottom: 0;
    margin: 0 auto;
  }

  .navRow .navCatTop ul .headerLink a p strong {
    display: none;
  }
}
header .leftMenu .search-left {
  position: relative;
  border-bottom: 2px solid #ee9e08;
}

header .leftMenu .search-left input {
  border: 0;
  padding: 15px 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  background: none;
  color: #ee9e08;
}

header .leftMenu .search-left img {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 25px;
}

.headerLink {
  display: inline-flex;
  margin-right: 20px;
}

.headerLink:hover img {
  animation: swing 0.5s ease-in-out;
}

.headerLink a:hover p {
  color: #ee9e08;
  opacity: 1;
}

.headerLink img {
  float: none !important;
  margin: 0 auto;
  display: table;
  height: 30px !important;
  margin-bottom: 5px;
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.headerLink p {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  margin: 0;
  text-align: center;
}

.grid-product {
  text-align: center;
}

.grid-product .images {
  width: 100%;
}

.grid-product .images img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  margin-bottom: 5px;
}

.grid-product .images [heading] {
  font-weight: 500;
  margin: 0;
  color: #0c0c0c;
  font-size: 14px;
}

.grid-banner-sec .leftPart img {
  height: 413px;
  object-fit: cover;
}

.grid-banner-sec .leftPart .carousel-indicators {
  left: inherit;
  right: 30px;
  margin-right: 0;
  margin-left: 0;
}

.grid-banner-sec .leftPart .carousel-indicators li {
  height: 7px;
  background-color: #000;
}

.grid-banner-sec .rightPart .images img {
  height: 170px;
}

@media (max-width: 991px) {
  .grid-banner-sec .rightPart .images img {
    height: 100px;
  }

  .grid-banner-sec .leftPart img {
    height: 200px;
  }

  .middle-banner-sec .rightPart {
    background-size: inherit;
    height: auto !important;
  }
}
.mainBanner .carousel-item img {
  height: 400px;
  object-fit: cover;
}

.category-div {
  border-bottom: 2px solid #0c0c0c;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.category-div [heading] {
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

.category-div [price] {
  color: #8f5446;
  font-weight: 500;
  margin: 0;
  font-size: 20px;
}

.category-div [price] em {
  font-size: 14px;
  color: #0c0c0c;
}

.category-div img {
  width: 100%;
}

.subscribe-sec .footer-newletter {
  text-align: center;
  padding-bottom: 30px;
}

.subscribe-sec .footer-newletter [heading] {
  font-weight: 500;
  margin: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

.subscribe-sec .footer-newletter .inputBox {
  position: relative;
}

.subscribe-sec .footer-newletter .inputBox input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #0c0c0c;
  padding: 15px 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  outline: none;
  padding-left: 35px;
  background: none;
}

.subscribe-sec .footer-newletter .inputBox .submitButton {
  border: 0;
  background: #8f5446;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 10px;
  border-radius: 5px;
  width: 100%;
}

.subscribe-sec .footer-newletter .inputBox svg {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .footer-newletter .inputBox {
    margin-bottom: 15px;
  }
}
.closerightpart {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.089);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.filterOverlay {
  background: rgba(0, 0, 0, 0.438);
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: none;
}

.filterOverlay .rightPart {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  padding: 30px;
  width: 350px;
  right: 0;
  position: absolute;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding-top: 70px;
}

.product-filter {
  padding: 30px 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.11);
  margin-bottom: 30px;
}

.product-filter [heading] {
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  margin-right: 15px;
  padding-top: 5px;
}

.product-filter .rightPart {
  text-align: right;
  cursor: pointer;
}

.product-filter .rightPart img {
  width: 30px;
}

.product-div {
  margin-bottom: 15px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-div .outStockOverlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.59);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.product-div .outStockOverlay .text {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: red;
  border: 0;
  padding: 6px 10px;
}

.product-div a {
  display: block;
}

.product-div .add-cart-overlay {
  width: 100%;
  padding: 0 30px 15px 30px;
}

.product-div .add-cart-overlay .buttonCart {
  border: 1px solid rgba(210, 70, 83, 0.31);
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #8f5446;
  color: #fff;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  height: 45px;
  outline: none;
}

.product-div .add-cart-overlay .buttonCart:active {
  transform: scale(0.9);
}

.product-div .add-cart-overlay .buttonCart img {
  height: 30px;
  width: 30px;
  display: flex;
  margin-right: 10px;
  float: left;
}

.product-div .add-cart-overlay .buttonCart p {
  padding-top: 8px;
}

[mainHeadingHome] {
  font-size: 24px;
  font-weight: 500;
}

.mainHeading {
  font-size: 24px;
  font-weight: 500;
  color: #8f5446;
}

.product-div .images {
  height: 200px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.ads-slideDiv .product-div .images {
  background: #fff;
}

.product-div .images img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-div .images .moreImageUl {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: 10px;
  left: 10px;
}

.product-div .images .moreImageUl li {
  list-style: none;
}

.product-div .images .moreImageUl li {
  display: block;
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
  border-radius: 100px;
  overflow: hidden;
}

.product-div .images .moreImageUl li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-div .content {
  text-align: center;
  background: #f7f7f7;
  padding: 15px 0;
}

.product-div .content [heading] {
  color: #6f6f6f;
  margin: 0;
  font-size: 14px;
}

.product-div .content [price] {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.product-div .content [price] del {
  color: #8f5446;
  font-size: 12px;
}

.product-sec {
  background: #fff;
}

.product-sec [mainHeading] {
  font-size: 24px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.product-sec nav {
  margin-bottom: 30px;
  margin: 0 auto;
  display: table;
  margin-bottom: 30px;
  background: #fff;
}

.product-sec .nav-tabs, .product-sec .nav-link {
  border: 0;
}

.product-sec .nav-tabs .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
  font-family: 'Roboto', sans-serif;
}

.product-sec .nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.product-sec .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0c0c0c;
}

footer {
  background: #fff;
  padding: 30px;
  width: 100%;
  border-top: 2px solid #efefef;
  padding-bottom: 16px;
}

footer .footer-bottom {
  border-top: 1px solid rgba(12, 12, 12, 0.09);
  padding-top: 16px;
  margin-top: 30px;
  font-size: 12px;
}

footer .footer-bottom .paymentMethods ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

footer .footer-bottom .paymentMethods ul li {
  list-style: none;
}

footer .footer-bottom .paymentMethods ul li {
  display: inline-block;
}

footer .footer-bottom .paymentMethods ul li img {
  height: 22px;
}

footer .footer-div .highlight-product ul {
  margin: 0;
  padding: 0;
}

footer .footer-div .highlight-product ul li {
  list-style: none;
}

footer .footer-div .highlight-product ul li {
  width: 30%;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

footer .footer-div .highlight-product ul li img {
  height: 60px;
  width: 100%;
  object-fit: cover;
}

footer .footer-div .highlight-product ul li a {
  display: block;
  padding: 0;
}

footer .footer-div ul {
  margin: 0;
  padding: 0;
}

footer .footer-div ul li {
  list-style: none;
}

footer .footer-div ul li a {
  font-size: 12px;
  padding: 3px 0;
  display: block;
  opacity: 0.7;
}

footer .footer-div .logo-footer {
  width: 70px;
  margin-bottom: 15px;
}

footer .footer-div [details] {
  text-align: justify;
}

footer .footer-div [heading] {
  font-weight: 500;
  margin: 0;
  margin-bottom: 8px;
  opacity: 0.8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

footer .footer-div .heading {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.8;
}

footer .footer-div [subheading] {
  font-size: 12px;
  padding: 3px 0;
  display: block;
  opacity: 0.7;
}

footer .footer-div .chatUl li a {
  display: flex;
  padding-bottom: 10px;
}

footer .footer-div .chatUl li a svg {
  margin-right: 10px;
  font-size: 16px;
  max-width: 16px;
}

footer .footer-div .footer-blog {
  max-height: 250px;
  overflow: auto;
}

footer .footer-div .blog-div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
  align-items: left;
}

footer .footer-div .blog-div img {
  float: left;
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
}

footer .footer-div .blog-div [heading] {
  font-weight: 500;
  margin: 0;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 0;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer .footer-div .blog-div [date] {
  opacity: 0.6;
  font-size: 12px;
}

@keyframes cart-buttons {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes startAnimation {
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes userBucket {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.middle-banner-sec .rightPart {
  background: url(../images/banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.middle-banner-sec .rightPart::before {
  content: inherit;
}

.middle-banner-sec .rightPart::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(12, 61, 93, 0.9);
  z-index: -1;
}

.middle-banner-sec .rightPart [heading] {
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

.middle-banner-sec .rightPart [details] {
  color: #fff;
  opacity: 0.8;
}

.breadcrumb-sect {
  margin: 50px 0;
  position: relative;
}

.breadcrumb-sect::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 28px;
  top: -14px;
  background: none;
}

.breadcrumb-sect ul {
  margin: 0;
  padding: 0;
  background: #fff;
  position: absolute;
  left: 30px;
  width: 100%;
  max-width: fit-content;
  top: -19px;
  padding: 10px 15px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.breadcrumb-sect ul li {
  list-style: none;
}

.breadcrumb-sect ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 10px;
}

.breadcrumb-sect ul li:first-child {
  padding-left: 0;
}

.breadcrumb-sect ul li:first-child::before {
  content: inherit;
}

.breadcrumb-sect ul li::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.breadcrumb-sect ul li a {
  opacity: 1;
}

.breadcrumb-sect ul li.active {
  opacity: 0.7;
}

.cart-sec .topHeading {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}

.cart-sec table thead tr th {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.cart-sec table tbody tr td {
  vertical-align: middle;
}

.cart-sec table tbody tr td p {
  margin: 0;
}

.cart-sec table tbody tr td .cart-img {
  width: 100px;
  object-fit: contain;
}

.cart-sec table tbody tr td [name] {
  margin: 0;
  font-size: 14px;
}

.cart-sec table tbody tr td [price] {
  font-size: 14px;
}

.cart-sec table tbody tr td [model] {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.cart-sec table tbody tr td .cart-qty {
  height: 25px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.103);
  width: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}

.cart-sec table tbody tr td [total-price] {
  font-weight: 500;
  margin: 0;
  color: #8f5446;
  font-size: 24px;
}

.cart-sec table tbody tr td [remove] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #8f5446;
  color: #fff;
  border-radius: 100%;
  border: 0;
  margin: 0 auto;
}

.cart-sec .cart-column {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 30px;
}

.bg-image {
  background: url(../images/bg-image.png);
  position: relative;
}

.bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(212, 212, 212, 0.36);
  z-index: -1;
}

.bg-image .breadcrumb-sect::before {
  background: #ffffff;
}

.summaryColumn [heading] {
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 14px;
}

details {
  border-radius: 0;
}

details summary {
  background: #f7f7f7;
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  border-radius: 0;
  outline: none;
}

details .content {
  border: 1px solid rgba(0, 0, 0, 0.11);
  margin-top: -1px;
  padding: 15px;
}

.couponBox [heading] {
  margin: 0;
}

.couponBox .couponBox, .couponBox .couponBoxButton {
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding: 8px 10px;
  width: 100%;
  font-size: 12px;
  outline: none;
  background: none;
}

.couponBox .couponBoxButton {
  background: #0a0617;
  color: #fff;
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.cartDetailsUL {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.11);
}

.cartDetailsUL li {
  list-style: none;
}

.cartDetailsUL li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  margin-bottom: 10px;
}

.cartDetailsUL li:last-child, .cartDetailsUL li:nth-last-child(2) {
  border-bottom: none;
}

.cartDetailsUL li [details] {
  font-size: 14px;
  margin: 0;
}

.cartDetailsUL li [heading] {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.cartDetailsUL li [price] {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.cartDetailsUL li [total-price] {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #8f5446;
}

.cartDetailsUL li .cart-return-btn {
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: #ee9e08;
  color: #fff;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.cartDetailsUL li .cart-continue-btn {
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: #8f5446;
  color: #fff;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.right-wrap .header [category] {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 0;
}

.right-wrap .header .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  font-size: 24px;
  padding: 10px 0;
  margin: 0;
  margin-bottom: 10px;
}

.right-wrap .header [sku] {
  text-align: right;
  font-size: 12px;
  opacity: 0.6;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.right-wrap .content [description] {
  font-size: 12px;
  opacity: 0.8;
  margin: 0;
}

.right-wrap .content ul {
  margin: 0;
  padding: 0;
  margin: 20px 0;
  padding-left: 25px;
  opacity: 0.8;
}

.right-wrap .content ul li {
  list-style: none;
}

.right-wrap .content ul li {
  list-style: circle;
  font-size: 14px;
}

.right-wrap .content .product-buttons input, .right-wrap .content .product-buttons button, .right-wrap .content .product-buttons a {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  outline: none;
}

.right-wrap .content .product-buttons .buyNow {
  background: #8f5446;
  color: #fff;
}

.right-wrap .content .product-buttons .addCart {
  background: #8f5446;
  color: #fff;
}

.right-wrap .content .socialShare {
  margin: 0;
  padding: 0;
}

.right-wrap .content .socialShare li {
  list-style: none;
}

.right-wrap .content .socialShare li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
}

.right-wrap .content .socialShare li svg {
  vertical-align: middle;
}

.productImages .full {
  height: 350px;
  max-height: 350px;
}

.productImages .full img {
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}

.productImages .gallery {
  margin-top: 10px;
}

.productImages .gallery .previews a {
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding: 5px;
  border-radius: 4px;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.productImages .gallery .previews a img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/*ads-slide*/
/*.owl-carousel .owl-nav {
  background: none;
  right: 0;
  top: 74px;
  width: 100%;
  position: absolute;
}*/
.owl-carousel .owl-nav .owl-prev {
  background: #fff !important;
  border-radius: 5px;
  opacity: 1;
  width: 44px !important;
  height: 75px;
  color: #444;
  -webkit-box-shadow: 1px 0px 21px -8px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 0px 21px -8px rgba(0, 0, 0, 0.55);
  box-shadow: 1px 0px 21px -8px rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 74px;
}

.owl-carousel .owl-nav .owl-next {
  background: #fff !important;
  border-radius: 5px;
  opacity: 1;
  width: 44px !important;
  height: 75px !important;
  color: #444;
  position: absolute;
  right: 0;
  top: 74px;
  -webkit-box-shadow: 1px 0px 21px -8px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 0px 21px -8px rgba(0, 0, 0, 0.55);
  box-shadow: 1px 0px 21px -8px rgba(0, 0, 0, 0.55);
}

.owl-carousel .owl-nav button:first-child {
  margin-right: 4px;
}

.owl-carousel .owl-nav button span {
  font-size: 40px;
}

.ads-slideDiv .product-div .images {
  height: 200px;
}

.ads-slideDiv .product-div {
  margin-bottom: 0;
}

.ads-slideDiv .product-div .add-cart-overlay {
  padding: 15px;
}

.product-div .add-cart-overlay .buttonCart {
  font-size: 10px;
  letter-spacing: 1px;
  height: 40px;
}

.product-div .add-cart-overlay .buttonCart img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .imageSlides [headingMainSmall] {
    font-size: 24px !important;
  }

  .ads-slideDiv .owl-carousel .owl-nav {
    display: block;
  }

  .ads-slideDiv .owl-carousel .owl-dots {
    display: none;
  }

  .product-div .images {
    height: 110px !important;
  }

  .owl-carousel .owl-nav button span {
    font-size: 24px !important;
  }

  .owl-carousel .owl-nav .owl-prev {
    height: 40px;
    width: 35px !important;
  }

  .owl-carousel .owl-nav .owl-next {
    height: 40px !important;
    width: 35px !important;
  }
}
.cat-heading {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
}

.ads-smallbanner {
  height: 265px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 992px) {
  .desktop-none {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-none {
    display: none;
  }

  .cat-heading-mobile {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
  }
}
.topDeals img {
  width: 100%;
}

.stickyActive .stickyRow {
  animation: slideHeader 1s forwards;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.164);
  background: #0a0617;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}

.stickyActive .stickyRow .navRow {
  padding-bottom: 10px;
}

.stickyActive .stickyRow .navRow .navbarMenu {
  display: none;
}

@keyframes slideHeader {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.profliLI .dropdown button {
  color: #e0e0e0;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  outline: none;
}

.profliLI .dropdown button:focus {
  outline: none;
  box-shadow: none;
}

.profliLI .dropdown button svg {
  color: #ee9e08;
}

.profliLI .dropdown .dropdown-menu a {
  color: #000;
  font-size: 12px !important;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
}

.profliLI .dropdown .dropdown-menu {
  left: -10px !important;
}

.profliLI .dropdown .dropdown-menu a svg {
  color: #424242;
}

a:hover {
  cursor: pointer;
}

.cartBucket {
  position: relative;
  height: 130px;
  width: 130px;
  display: none;
}

.cartBucket .countBucket {
  background: #8f5446;
  color: #fff;
  font-size: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 52px;
  border-radius: 100%;
  color: #fff;
  z-index: -1;
  border: 2px solid rgba(0, 0, 0, 0.185);
}

.modalSquare .modal-content {
  border: 0;
  border-radius: 0;
}

.modalSquare .modal-content .modal-body {
  padding: 0;
}

.modalSquare .modal-content .modal-body .header {
  background: #f7f7f7;
}

.modalSquare .modal-content .modal-body .close {
  background: #f7f7f7;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  opacity: 1;
  outline: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.modalSquare .leftimage {
  padding: 0;
}

.modalSquare .leftimage img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.modalSquare .rightDetails {
  padding: 30px;
}

.modalSquare .loginInput {
  position: relative;
  margin-bottom: 16px;
}

.modalSquare .loginInput svg {
  position: absolute;
  top: 15px;
  left: 10px;
  opacity: 0.6;
  font-size: 20px;
}

.modalSquare .loginInput input, .modalSquare .loginInput select, .modalSquare .loginInput textarea {
  padding: 15px 15px 15px 45px;
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 14px;
}

.modalSquare .loginInput input[type=submit], .modalSquare .loginInput input[type=button], .modalSquare .loginInput button, .modalSquare .loginInput a {
  padding-left: 15px;
  background: #8f5446;
  color: #fff;
  text-transform: uppercase;
}

.modalSquare .loginInput [details] a {
  background: none;
  color: #8f5446;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.modalSquare [heading] {
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  padding-left: 15px;
}

.modalSquare [subheading] {
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.modalSquare [details] {
  font-size: 12px;
  opacity: 0.8;
}

.priceViewpd {
  font-weight: 500;
  font-size: 24px;
  color: #8f5446;
  margin: 0;
  margin-bottom: 15px;
}

.cart-row {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  align-items: center;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.cart-row:last-child {
  border-bottom: 0;
}

.cart-row .delivered {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.cart-row .delivered span {
  color: #8f5446;
}

.cart-row .removeCart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #8f5446;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .cart-row .removeCart {
    width: 20px;
    height: 20px;
  }
}
.cart-row .image-col img {
  height: 150px;
  object-fit: contain;
  float: left;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .cart-row .image-col img {
    height: 100px;
  }
}
.cart-row .code-col {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
  margin-bottom: 10px;
  word-break: break-word;
}

.cart-row .qty-col input {
  width: 100px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}

.cart-row .qty-col .input-group {
  width: auto;
}

.cart-row .qty-col .input-group-prepend, .cart-row .qty-col .input-group-append {
  height: 35px;
  width: 35px;
}

.input-group-prepend, .input-group-append {
  width: 35px;
  height: 35px;
}

.input-group-prepend button {
  padding: 0 !important;
  width: 100%;
  min-width: 100% !important;
  border-radius: 30px 0 0 30px !important;
  border-color: rgba(0, 0, 0, 0.14) !important;
  background: #cecece;
}

.input-group-append button {
  padding: 0 !important;
  width: 100%;
  min-width: 100% !important;
  border-radius: 0 30px 30px 0 !important;
  border-color: rgba(0, 0, 0, 0.14) !important;
  background: #cecece;
}

.cart-row .price-col {
  font-weight: 500;
  font-weight: 500;
  color: #8f5446;
}

@media (max-width: 991px) {
  .cart-row.myOrder {
    padding-top: 25px;
  }
}
.applyCouponCart .couponBox {
  border: 0;
  border-bottom: 1px solid #444;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}

.applyCouponCart .couponBox:focus {
  border-bottom: 2px solid #8f5446;
}

.applyCouponCart .couponBoxButton {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}

.deliveryDetails {
  margin: 0;
  padding: 0;
}

.deliveryDetails li {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  list-style: none;
}

.deliveryDetails li svg {
  margin-right: 10px;
}

.cartInput {
  margin-bottom: 5px;
}

.cartInput input, .cartInput textarea, .cartInput select {
  padding: 5px 5px 5px 5px;
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  font-weight: 500;
  font-size: 12px;
}

.deliveryHeading {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.deliveryWrap {
  position: relative;
}

.cartPayOptions {
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding: 10px 0;
  background: #f7f7f7;
  margin-top: 15px;
}

.cartPayOptions .checkboxLabel {
  margin-bottom: 0;
}

.returnBackButton {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  background: #8f5446;
  color: #fff;
  padding: 15px;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.promoCode {
  margin-top: -15px;
  background: #f7f7f7;
  padding: 10px 0;
}

.promoCode .youSaving {
  font-size: 10px;
  margin: 0;
  font-weight: 500;
  margin-top: 4px;
}

.promoCode .youSaving span {
  color: #8f5446;
}

.promoCode input {
  padding: 2px;
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  font-weight: 500;
  font-size: 12px;
}

.promoCode .applyButtonC {
  padding: 2px;
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #444;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.deliveryalert {
  padding: 5px 10px;
  box-shadow: 0px 3px 11px -8px #000;
  font-size: 11px;
  margin: 0;
  color: #8f5446;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff;
}

.deliveryalert.available {
  color: #28a745;
}

.text-underline {
  text-decoration: underline;
}

.imageSlides {
  overflow: hidden;
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.imageSlides .carousel-control-prev {
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  width: 70px;
  height: 70px;
  opacity: 1;
  border-radius: 100%;
  background: #ee9e08;
  left: -50px;
}

.imageSlides .carousel-control-next {
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  width: 70px;
  height: 70px;
  opacity: 1;
  border-radius: 100%;
  background: #ee9e08;
  right: -50px;
}

.imageSlides::before {
  content: "";
  background-image: linear-gradient(45deg, rgba(10, 52, 77, 0.95), rgba(238, 158, 8, 0.91));
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.imageSlides [heading] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #ee9e08;
  font-size: 41px;
  margin-bottom: 30px;
}

.imageSlides [heading] span {
  color: #fff;
}

.imageSlides .freeRegister {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 12px;
  background: #8f5446;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  max-width: 250px;
}

.imageSlides .carousel {
  width: 100%;
  height: 100%;
}

.imageSlides .carousel .carousel-inner {
  height: 100%;
}

.imageSlides .carousel-item {
  height: 100%;
}

.imageSlides .carousel-item img {
  min-height: 150px;
  max-height: 150px;
  margin: 0 auto;
  min-width: 150px;
  max-width: 150px;
  object-fit: cover;
  border-radius: 7px;
  border: 5px solid rgba(0, 0, 0, 0.199);
}

.imageSlides .carousel-caption {
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
}

.imageSlides .carousel-caption h5 {
  margin-bottom: 0;
  font-size: 14px;
}

.imageSlides .carousel-caption p {
  font-size: 14px !important;
  line-height: 20px !important;
  -webkit-text-stroke-width: inherit !important;
  -webkit-text-stroke-color: inherit !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  color: #ee9e08 !important;
}

.imageSlides .carousel-caption p small {
  font-size: 12px;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}

.imageSlides .item-col {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .imageSlides {
    margin-top: 30px;
  }

  .imageSlides .carousel-control-next {
    right: -40px;
    width: 40px;
    height: 40px;
  }

  .imageSlides .carousel-control-prev {
    left: -40px;
    width: 40px;
    height: 40px;
  }

  .imageSlides .carousel-item img {
    min-height: 80px;
    max-height: 80px;
    min-width: 80px;
    max-width: 80px;
  }

  .imageSlides .carousel-item .carousel-caption p {
    line-height: 0 !important;
  }

  .imageSlides .carousel-item img {
    max-width: 70px;
    max-height: 70px;
  }
}
.cat-headingNew {
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.cat-headingNew span {
  color: #8f5446;
}

.toast {
  position: fixed;
  bottom: 0;
  z-index: 999999999;
  color: #000;
  min-width: 300px;
  max-width: 300px;
  left: 50%;
  margin-left: -150px;
  background: #ee9e08;
}

.toast .toast-header {
  background: #000;
  color: #fff;
}

.cartHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 15px;
}

.giftEnable {
  display: none;
}

.priceDel {
  margin: 0;
  font-size: 12px;
  color: #0a0617;
}

.priceDel.freeDel {
  color: #8f5446;
}

.offerText {
  font-size: 12px;
  color: #8f5446;
  margin: 0;
}

.loginPage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}

.loadMoreButton {
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 4px;
  background: #0a0617;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 15px;
}

.loadMoreButton:hover {
  color: #ee9e08;
}

.inputQuantity {
  width: 80px;
  max-width: 80px;
  height: 35px;
}

.trackNowButton {
  background: #8f5446;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  min-width: 200px;
  max-width: 200px;
  display: block;
  text-align: center;
  float: right;
}

.myOrderRow .nav-tabs .nav-link.active {
  background: #f7f7f7;
}

.myOrderRow .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.myOrderRow .nav-tabs .nav-link:hover {
  border: 0;
}

.myOrderRow .image-col {
  float: left;
  height: 80px;
}

.myOrderRow .image-col img {
  height: 50px;
}

.myOrderRow .deliveryadd-col [heading] {
  max-width: 305px;
}

.myOrderRow .myOrder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 0 10px;
}

.myOrderRow .myOrder:last-child {
  border-bottom: 0;
}

.myOrderRow .code-col, .myOrderRow .price-col {
  font-size: 12px;
  margin: 0;
}

.myOrderRow .accordion, .myOrderRow .card-header {
  border: 0;
}

.myOrderRow .card-header {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  margin-bottom: 0 !important;
  position: relative;
}

.myOrderRow .card {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.myOrderRow .date-col {
  font-size: 12px;
  margin: 0;
}

.myOrderRow .date-col strong {
  color: #8f5446;
}

@media (min-width: 992px) {
  .myOrderRow .cancel-col .cancel-col {
    text-align: right;
  }
}
.myOrderRow .cancel-col .cancelcol-button {
  background: #8f5446;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 4px 4px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  display: block;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.myOrderRow .cancel-col .cancelcol-button.trackingButton {
  margin-right: 0;
  background: #ee9e08;
}

.myOrderRow [subheading] {
  font-size: 11px;
  margin: 0;
  font-weight: 700;
}

.myOrderRow [heading] {
  font-size: 13px;
  margin: 0;
}

.plusOrder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  padding: 4px 10px;
  font-size: 12px;
}

.plusOrder:hover {
  color: #ee9e08;
}

@media (max-width: 991px) {
  .plusOrder {
    bottom: 0;
    right: 0;
  }
}
.trackingUl {
  margin: 0;
  padding: 0;
}

.trackingUl li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  opacity: 0.6;
}

.trackingUl li .circle {
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  height: 70px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  float: left;
  margin-right: 15px;
  position: relative;
}

@media (max-width: 991px) {
  .trackingUl li .circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
.trackingUl li .content {
  font-weight: 500;
  font-size: 14px;
}

.trackingUl li .content .date {
  margin: 0;
  font-size: 12px;
}

.trackingUl li.passed {
  opacity: 1;
}

.trackingUl li.passed .circle {
  background: #77d67b;
  color: #fff;
}

.field-validation-error {
  font-size: 12px;
  color: #ff000f;
  text-transform: lowercase;
}

@media (min-width: 992px) {
  .loginbgLogo {
    display: none;
  }
}
footer .footer-bottom .text-footer {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .breadcrumb-sect ul li {
    font-size: 10px;
    letter-spacing: 1px;
  }

  footer .footer-bottom {
    font-size: 12px;
  }

  footer .footer-bottom .paymentMethods ul li img {
    height: 16px;
  }

  .loginbgLogo {
    height: 80px;
    margin: 0 auto;
  }

  .cat-headingNew {
    font-size: 24px;
  }

  .ads-slideDiv {
    margin-bottom: 15px;
  }
}
.returnHome {
  background: #000 !important;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  border: 0;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .toast.toastRegister {
    left: inherit !important;
    margin-left: 0 !important;
    right: 15px !important;
  }
}
.LoginMainArea {
  max-height: 100vh;
  overflow: auto;
}

.resendOTP {
  background: none !important;
  color: #8f5446 !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    top: 30px;
  }

  .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
}
.dropdown-menu {
  border-radius: 0;
  width: 250px;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  padding-top: 5px;
}

.dropdown-menu .arrowUp {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dropdown-menu .wrapper-dropdown {
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.011);
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}

.dropdown-menu .wrapper-dropdown > div {
  width: 100%;
}

.dropdown-menu .wrapper-dropdown ul {
  margin-bottom: 10px;
}

.dropdown-menu .wrapper-dropdown .dropdown-item {
  padding: 10px 0;
}

.dropdown-menu .wrapper-dropdown .dropdown-item:hover {
  background: none;
}

.dropdown-menu .wrapper-dropdown .dropdown-item:active {
  color: #8f5446;
}

.dropdown-menu .wrapper-dropdown .dropdown-item.dropButton {
  background: #8f5446;
  color: #fff;
  font-size: 12px;
  justify-content: center;
  width: 100px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 4px;
}

.itemwishlist {
  padding-left: 10px;
  padding-right: 10px;
}

.itemwishlist ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.itemwishlist ul li {
  list-style: none;
}

.itemwishlist ul li {
  font-size: 12px;
}

.itemwishlist ul li img {
  max-height: 30px;
  max-width: 30px;
  object-fit: contain;
}

.itemwishlist ul li.image {
  min-width: 20%;
  max-width: 20%;
}

.itemwishlist ul li.title {
  min-width: 50%;
  max-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.itemwishlist ul li.price {
  color: #8f5446;
  width: 100%;
  text-align: right;
  font-weight: 500;
  min-width: 30%;
  max-width: 30%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .itemwishlist .arrowUp {
    left: 58%;
  }

  .loginSignup .arrowUp {
    left: 45%;
  }

  .itemwishlist.cart .arrowUp {
    left: 65%;
  }
}
@media (max-width: 991px) {
  .itemwishlist .arrowUp {
    left: 58%;
  }

  .loginSignup .arrowUp {
    left: 75%;
  }

  .itemwishlist.cart .arrowUp {
    left: 85%;
  }

  .itemwishlist ul li.image img {
    display: block;
  }
}
.dropdown-toggle::after {
  font-size: 20px;
  color: #fff;
  opacity: 0.6;
}

#carouselExampleIndicatorsFlash .carousel-item {
  padding-top: 6px;
}

#carouselExampleIndicatorsFlash .carousel-item:nth-of-type(odd) p {
  color: #ffd304;
}

#carouselExampleIndicatorsFlash .carousel-item:nth-of-type(even) p {
  color: #fff;
}

#carouselExampleIndicatorsFlash .headingFlash {
  color: #fff;
  text-align: center;
  margin: 0;
}

.onceModal {
  background: rgba(0, 0, 0, 0.82);
}

.onceModal .modal-dialog {
  border-radius: 20px;
}

.onceModal .modal-dialog .modal-content {
  border-radius: 20px;
}

.onceModal .modal-dialog .modal-content .no-avail {
  background: #febf00;
}

.onceModal .modal-dialog .modal-content .avail {
  background: #3e004e;
  color: #fff;
}

.onceModal .modal-body {
  position: relative;
}

.onceModal .modal-body img.mobile-none {
  max-height: 500px;
  border-radius: 10px;
}

.onceModal .close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.034);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #1f1f1f;
  opacity: 1;
  border-radius: 100%;
  outline: none;
}

@media (min-width: 992px) {
  .onceModal .modal-dialog {
    max-width: fit-content;
  }
}
.AddOn-col {
  max-height: 410px;
  overflow: auto;
}

.AddOn-col .productImages .full {
  height: 400px;
  max-height: 400px;
  max-width: 100%;
}

.AddOn-col [heading] {
  font-weight: 900;
  margin: 0;
  margin-bottom: 5px;
}

.AddOn-col .add-cart-overlay {
  background: #f7f7f7;
  padding: 5px;
}

.AddOn-col .input-group-prepend, .AddOn-col .input-group-append {
  height: 25px;
  width: 25px;
}

.AddOn-col .input-group-prepend button, .AddOn-col .input-group-append button {
  border: 0;
}

.AddOn-col .input-group {
  width: 80px !important;
  float: right;
}

.AddOn-col .input-group .inputQuantity {
  border: 0 !important;
  height: 25px;
  font-size: 12px;
  padding: 0;
  max-width: 40px;
}

.AddOn-col .product-div {
  margin-bottom: 15px;
  width: 98%;
}

.AddOn-col .product-div .checkboxLabel .checkmark {
  border: 1px solid rgba(0, 0, 0, 0.68);
}

.AddOn-col .product-div .images {
  height: 81px;
  padding: 4px;
}

.AddOn-col .product-div .images img {
  height: 100%;
  object-fit: cover;
}

.AddOn-col .product-div .content {
  padding: 5px;
  height: 80px;
}

.AddOn-col .product-div .content [heading] {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 0;
}

.AddOn-col .product-div .content [price] {
  font-size: 14px;
  color: #8f5446;
}

header .searchTop {
  position: relative;
}

header .searchTop input {
  background: #fff;
  padding: 9px 10px;
  width: 400px;
  border: 0;
  border-radius: 4px 0 0 4px;
  outline: none;
  float: left;
}

header .searchTop button {
  width: 50px;
  background: #fff;
  padding: 9px 10px;
  border: 0;
  border-radius: 0 4px 4px 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ee9e08;
  color: #fff;
}

header .searchTop button img {
  height: 24px;
}

.column-Cart ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.column-Cart ul li {
  list-style: none;
}

.column-Cart ul li {
  display: inline-block;
  text-align: left;
}

.column-Cart ul li a {
  padding: 0px 15px;
  display: flex;
  align-items: center;
  border-right: 2px solid rgba(255, 255, 255, 0.082);
}

.column-Cart ul li a img {
  float: left;
  margin-right: 10px;
  height: 30px;
  color: #fff;
  max-width: 30px;
}

.column-Cart ul li a .subheading {
  color: #ee9e08;
  margin: 0;
  font-size: 12px;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.column-Cart ul li a .heading {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}

.column-Cart ul li.cartLi a {
  position: relative;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 0;
}

.column-Cart ul li.cartLi a span {
  background: #ee9e08;
  color: #fff;
  font-size: 10px;
  border-radius: 20px;
  padding: 2px 4px;
  position: absolute;
  left: 38px;
  top: -4px;
  font-weight: 500;
}

.column-Cart ul li.cartLi a img {
  float: left;
  height: 30px;
  max-width: 30px;
  margin-right: 10px;
}

.column-Cart ul li.cartLi a .cartText {
  float: left;
}

.logoHeader {
  height: 40px;
  max-width: 100px;
}

.navbarMenu {
  padding: 0;
  margin-top: 10px;
}

.navbarMenu .nav-item .nav-link {
  color: #000;
  font-weight: 500;
  opacity: 1;
  padding: 6px 25px;
  font-size: 14px;
}

.navbarMenu .nav-item.active .nav-link {
  color: #8f5446;
}

.navbarMenu .personalisedRakhi {
  position: absolute;
  right: 15px;
}

.navbarMenu .personalisedRakhi li a {
  background: #8f5446;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.47);
  display: block;
}

@media (max-width: 991px) {
  header .navbarMenu .navbar {
    justify-content: flex-end;
    padding: 0;
  }

  header .navbarMenu .navbar .navbar-toggler {
    border: 0;
    outline: none;
  }

  header .searchTop {
    margin-top: 10px;
  }

  header .searchTop input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    padding-right: 40px;
    font-size: 14px;
  }

  header .searchTop button {
    position: absolute;
    right: 0;
    padding: 3px 10px;
    width: 40px;
  }

  header .column-Cart ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  header .column-Cart ul li a {
    padding: 0px 5px;
    border-right: 2px solid rgba(255, 255, 255, 0.56);
  }

  header .column-Cart ul li a .heading {
    font-size: 12px;
  }

  header .column-Cart ul li a img {
    display: none;
  }

  header .column-Cart ul li.cartLi a {
    display: block;
  }

  header .column-Cart ul li.cartLi a span {
    left: 26px;
  }

  header .column-Cart ul li.cartLi a img {
    display: block;
    height: 20px;
    float: none;
  }

  header .personalisedRakhi {
    position: relative;
    right: inherit;
    left: 15px;
    width: auto;
    max-width: fit-content;
    top: 4px;
  }

  header .personalisedRakhi li a {
    width: 180px;
    padding: 4px 5px !important;
    text-align: center;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
  }
}
.codAlert {
  font-size: 11px;
  margin: 0;
  color: #8f5446;
}

.paginationList .page-item {
  margin-right: 5px;
}

.paginationList .page-item .page-link {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  color: #0c0c0c;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  text-transform: uppercase;
}

.paginationList .page-item:first-child a {
  width: auto;
  color: #8f5446;
}

.paginationList .page-item:last-child a {
  width: auto;
  color: #8f5446;
}

.paginationList .page-item.active a {
  background: #8f5446;
  color: #fff;
}

.wishlistProduct {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 1;
  border: 0;
  background: none;
}

.wishlistProduct svg {
  font-size: 30px;
  max-width: 30px;
  color: #8f5446;
}

@media (max-width: 991px) {
  .product-div .content [heading] {
    font-size: 12px;
  }

  .product-div .content [price] {
    font-size: 14px;
  }

  .navbarMenu .navbar-collapse {
    background: #ececec;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 38px;
    -webkit-box-shadow: 0px 0px 10px -8px #000;
    -moz-box-shadow: 0px 0px 10px -8px #000;
    box-shadow: 0px 0px 10px -8px #000;
  }

  .navbarMenu .navbar-nav .nav-item .nav-link {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.setAddress {
  display: block;
  background: #f7f7f7;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(241, 109, 20, 0.34);
  cursor: pointer;
  color: #8f5446;
  background: #ffede0;
}

.deliveryEdit {
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.17);
  color: #000;
  margin-left: 15px;
}

.deliveryEdit.absolute {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}

#user_img {
  object-fit: contain;
  width: 200px;
  max-width: 200px;
  max-height: 150px;
}

.deliveryBox {
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: rgba(247, 247, 247, 0.4);
}

.deliveryBox ul {
  margin: 0;
  padding: 0;
}

.deliveryBox ul li {
  list-style: none;
}

.deliveryBox ul .heading {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.deliveryBox ul li {
  font-size: 12px;
}

.deliveryBox .editRemove {
  padding-top: 20px;
}

.deliveryBox .editRemove li {
  display: inline-block;
}

.deliveryBox .editRemove li a {
  font-weight: 500;
  color: #8f5446;
  font-size: 14px;
}

.deliveryBox .editRemove li.defaultLi {
  float: right;
  margin-top: 5px;
}

.deliveryBox .editRemove li.defaultLi a {
  border-radius: 4px;
  background: #8f5446;
  color: #ececec;
  padding: 5px 10px;
  font-size: 12px;
}

.deliveryBox.selectAddress {
  padding: 0;
  border: 0;
}

.deliveryBox.selectAddress a {
  border-radius: 10px;
  display: block;
  background: #f7f7f7;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(241, 109, 20, 0.34);
  cursor: pointer;
  color: #8f5446;
  background: #ffede0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.couponApply {
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  width: 100%;
  background: #f7f7f7;
  font-size: 12px;
  outline: none;
}

.couponButton {
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  width: 100%;
  background: #8f5446;
  color: #fff;
  font-size: 12px;
  outline: none;
}

.Deliveryheading {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

.discountOff {
  font-size: 12px;
  margin: 0;
  background: red;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-weight: 500;
}

.detailsBox {
  width: 100%;
}
.detailsBox .subheading {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  opacity: 0.9;
}
.detailsBox .heading {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  font-weight:bolder !important;
}

body {
  background: #ececec;
}

.logo-ice {
  width: 100px;
}
.logo-ice.small {
    width:60px;
}

.timer-div {
    float: right;
}
.timer-div .timerHeading {
     font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: #8f5446;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10px;
}
.timer-div .timerItem, .timer-div .timerItem-dot {
  float: left;
  padding: 0 5px;
  text-align: left;
}
.timer-div .timerItem-dot {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.timer-div .value {
  font-size: 16px;
  text-align: center;
  margin: 0;
  background: #8f5446;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}
.timer-div .heading {
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  text-align:center;
}
.timer-div .heading2 {
      font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #359cff;
    margin-bottom: 5px;
    text-align: center;
}


@media (max-width: 991px) {
    .timer-div .heading2 {
        font-size: 12px;
    }
    .timer-div .value {
        font-size: 12px;
    }
    .timer-div .timerItem, .timer-div .timerItem-dot {
        padding: 0 2px;
    }
    .detailsBox {
        border-bottom: 1px solid rgb(0 0 0 / 6%);
    }
    .bg-white.p-3 ul, .bg-white.p-3 ol{
        margin: 0;
        padding: 0;
    }
    .mainHeading {
        font-size: 18px;
    }
}
.titleQue p:nth-of-type(2) {
    font-weight: 600;
    font-size: 16px;
}
.quesNewPaper{
        min-height: 250px;
    max-height: 250px;
    overflow: auto;
        border: 1px solid rgb(0 0 0 / 9%);
    border-radius: 4px;
    background: rgb(247 247 247 / 49%);
    font-family: 'Roboto', sans-serif;
}
p {
    font-family: 'Roboto', sans-serif !important;
}
.buttonBgWrap {
        border: 1px solid rgb(0 0 0 / 9%);
    border-radius: 4px;
    background: rgb(247 247 247 / 49%);
    font-family: 'Roboto', sans-serif;
}

.SuccessWrap {
        min-height: calc(100vh - 30px);
        display: flex;
        align-items: center;
        justify-content: center;
}
.SuccessWrap .heading {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #28a745;
}
.SuccessWrap .heading span {
    color: #000;
}
.SuccessWrap .subheading{
    font-size: 14px;
}

@-webkit-keyframes swal2-show{
    0%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    45%{
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    80%{
        -webkit-transform:scale(.95);
        transform:scale(.95)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes swal2-show{
    0%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    45%{
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    80%{
        -webkit-transform:scale(.95);
        transform:scale(.95)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes swal2-hide{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:0
    }
}
@keyframes swal2-hide{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:0
    }
}
@-webkit-keyframes swal2-animate-success-line-tip{
    0%{
        top:1.1875em;
        left:.0625em;
        width:0
    }
    54%{
        top:1.0625em;
        left:.125em;
        width:0
    }
    70%{
        top:2.1875em;
        left:-.375em;
        width:3.125em
    }
    84%{
        top:3em;
        left:1.3125em;
        width:1.0625em
    }
    100%{
        top:2.8125em;
        left:.875em;
        width:1.5625em
    }
}
@keyframes swal2-animate-success-line-tip{
    0%{
        top:1.1875em;
        left:.0625em;
        width:0
    }
    54%{
        top:1.0625em;
        left:.125em;
        width:0
    }
    70%{
        top:2.1875em;
        left:-.375em;
        width:3.125em
    }
    84%{
        top:3em;
        left:1.3125em;
        width:1.0625em
    }
    100%{
        top:2.8125em;
        left:.875em;
        width:1.5625em
    }
}
@-webkit-keyframes swal2-animate-success-line-long{
    0%{
        top:3.375em;
        right:2.875em;
        width:0
    }
    65%{
        top:3.375em;
        right:2.875em;
        width:0
    }
    84%{
        top:2.1875em;
        right:0;
        width:3.4375em
    }
    100%{
        top:2.375em;
        right:.5em;
        width:2.9375em
    }
}
@keyframes swal2-animate-success-line-long{
    0%{
        top:3.375em;
        right:2.875em;
        width:0
    }
    65%{
        top:3.375em;
        right:2.875em;
        width:0
    }
    84%{
        top:2.1875em;
        right:0;
        width:3.4375em
    }
    100%{
        top:2.375em;
        right:.5em;
        width:2.9375em
    }
}
@-webkit-keyframes swal2-rotate-success-circular-line{
    0%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    5%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    12%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
    100%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
}
@keyframes swal2-rotate-success-circular-line{
    0%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    5%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    12%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
    100%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
}
@-webkit-keyframes swal2-animate-error-x-mark{
    0%{
        margin-top:1.625em;
        -webkit-transform:scale(.4);
        transform:scale(.4);
        opacity:0
    }
    50%{
        margin-top:1.625em;
        -webkit-transform:scale(.4);
        transform:scale(.4);
        opacity:0
    }
    80%{
        margin-top:-.375em;
        -webkit-transform:scale(1.15);
        transform:scale(1.15)
    }
    100%{
        margin-top:0;
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}
@keyframes swal2-animate-error-x-mark{
    0%{
        margin-top:1.625em;
        -webkit-transform:scale(.4);
        transform:scale(.4);
        opacity:0
    }
    50%{
        margin-top:1.625em;
        -webkit-transform:scale(.4);
        transform:scale(.4);
        opacity:0
    }
    80%{
        margin-top:-.375em;
        -webkit-transform:scale(1.15);
        transform:scale(1.15)
    }
    100%{
        margin-top:0;
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}
@-webkit-keyframes swal2-animate-error-icon{
    0%{
        -webkit-transform:rotateX(100deg);
        transform:rotateX(100deg);
        opacity:0
    }
    100%{
        -webkit-transform:rotateX(0);
        transform:rotateX(0);
        opacity:1
    }
}
@keyframes swal2-animate-error-icon{
    0%{
        -webkit-transform:rotateX(100deg);
        transform:rotateX(100deg);
        opacity:0
    }
    100%{
        -webkit-transform:rotateX(0);
        transform:rotateX(0);
        opacity:1
    }
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast{
    flex-direction:column;
    align-items:stretch
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions{
    flex:1;
    align-self:stretch;
    justify-content:flex-end;
    height:2.2em
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading{
    justify-content:center
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input{
    height:2em;
    margin:.3125em auto;
    font-size:1em
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror{
    font-size:1em
}
body.swal2-toast-shown>.swal2-container{
    position:fixed;
    background-color:transparent
}
body.swal2-toast-shown>.swal2-container.swal2-shown{
    background-color:transparent
}
body.swal2-toast-shown>.swal2-container.swal2-top{
    top:0;
    right:auto;
    bottom:auto;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-top-end,body.swal2-toast-shown>.swal2-container.swal2-top-right{
    top:0;
    right:0;
    bottom:auto;
    left:auto
}
body.swal2-toast-shown>.swal2-container.swal2-top-left,body.swal2-toast-shown>.swal2-container.swal2-top-start{
    top:0;
    right:auto;
    bottom:auto;
    left:0
}
body.swal2-toast-shown>.swal2-container.swal2-center-left,body.swal2-toast-shown>.swal2-container.swal2-center-start{
    top:50%;
    right:auto;
    bottom:auto;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-center{
    top:50%;
    right:auto;
    bottom:auto;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-center-end,body.swal2-toast-shown>.swal2-container.swal2-center-right{
    top:50%;
    right:0;
    bottom:auto;
    left:auto;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-bottom-left,body.swal2-toast-shown>.swal2-container.swal2-bottom-start{
    top:auto;
    right:auto;
    bottom:0;
    left:0
}
body.swal2-toast-shown>.swal2-container.swal2-bottom{
    top:auto;
    right:auto;
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-bottom-end,body.swal2-toast-shown>.swal2-container.swal2-bottom-right{
    top:auto;
    right:0;
    bottom:0;
    left:auto
}
.swal2-popup.swal2-toast{
    flex-direction:row;
    align-items:center;
    width:auto;
    padding:.625em;
    box-shadow:0 0 .625em #d9d9d9;
    overflow-y:hidden
}
.swal2-popup.swal2-toast .swal2-header{
    flex-direction:row
}
.swal2-popup.swal2-toast .swal2-title{
    justify-content:flex-start;
    margin:0 .6em;
    font-size:1em
}
.swal2-popup.swal2-toast .swal2-close{
    position:initial
}
.swal2-popup.swal2-toast .swal2-content{
    justify-content:flex-start;
    font-size:1em
}
.swal2-popup.swal2-toast .swal2-icon{
    width:2em;
    min-width:2em;
    height:2em;
    margin:0
}
.swal2-popup.swal2-toast .swal2-icon-text{
    font-size:2em;
    font-weight:700;
    line-height:1em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{
    width:2em;
    height:2em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    top:.875em;
    width:1.375em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
    left:.3125em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
    right:.3125em
}
.swal2-popup.swal2-toast .swal2-actions{
    height:auto;
    margin:0 .3125em
}
.swal2-popup.swal2-toast .swal2-styled{
    margin:0 .3125em;
    padding:.3125em .625em;
    font-size:1em
}
.swal2-popup.swal2-toast .swal2-styled:focus{
    box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)
}
.swal2-popup.swal2-toast .swal2-success{
    border-color:#a5dc86
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{
    position:absolute;
    width:2em;
    height:2.8125em;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:50%
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{
    top:-.25em;
    left:-.9375em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:2em 2em;
    transform-origin:2em 2em;
    border-radius:4em 0 0 4em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{
    top:-.25em;
    left:.9375em;
    -webkit-transform-origin:0 2em;
    transform-origin:0 2em;
    border-radius:0 4em 4em 0
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{
    width:2em;
    height:2em
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{
    top:0;
    left:.4375em;
    width:.4375em;
    height:2.6875em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{
    height:.3125em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{
    top:1.125em;
    left:.1875em;
    width:.75em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{
    top:.9375em;
    right:.1875em;
    width:1.375em
}
.swal2-popup.swal2-toast.swal2-show{
    -webkit-animation:showSweetToast .5s;
    animation:showSweetToast .5s
}
.swal2-popup.swal2-toast.swal2-hide{
    -webkit-animation:hideSweetToast .2s forwards;
    animation:hideSweetToast .2s forwards
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{
    -webkit-animation:animate-toast-success-tip .75s;
    animation:animate-toast-success-tip .75s
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{
    -webkit-animation:animate-toast-success-long .75s;
    animation:animate-toast-success-long .75s
}
@-webkit-keyframes showSweetToast{
    0%{
        -webkit-transform:translateY(-.625em) rotateZ(2deg);
        transform:translateY(-.625em) rotateZ(2deg);
        opacity:0
    }
    33%{
        -webkit-transform:translateY(0) rotateZ(-2deg);
        transform:translateY(0) rotateZ(-2deg);
        opacity:.5
    }
    66%{
        -webkit-transform:translateY(.3125em) rotateZ(2deg);
        transform:translateY(.3125em) rotateZ(2deg);
        opacity:.7
    }
    100%{
        -webkit-transform:translateY(0) rotateZ(0);
        transform:translateY(0) rotateZ(0);
        opacity:1
    }
}
@keyframes showSweetToast{
    0%{
        -webkit-transform:translateY(-.625em) rotateZ(2deg);
        transform:translateY(-.625em) rotateZ(2deg);
        opacity:0
    }
    33%{
        -webkit-transform:translateY(0) rotateZ(-2deg);
        transform:translateY(0) rotateZ(-2deg);
        opacity:.5
    }
    66%{
        -webkit-transform:translateY(.3125em) rotateZ(2deg);
        transform:translateY(.3125em) rotateZ(2deg);
        opacity:.7
    }
    100%{
        -webkit-transform:translateY(0) rotateZ(0);
        transform:translateY(0) rotateZ(0);
        opacity:1
    }
}
@-webkit-keyframes hideSweetToast{
    0%{
        opacity:1
    }
    33%{
        opacity:.5
    }
    100%{
        -webkit-transform:rotateZ(1deg);
        transform:rotateZ(1deg);
        opacity:0
    }
}
@keyframes hideSweetToast{
    0%{
        opacity:1
    }
    33%{
        opacity:.5
    }
    100%{
        -webkit-transform:rotateZ(1deg);
        transform:rotateZ(1deg);
        opacity:0
    }
}
@-webkit-keyframes animate-toast-success-tip{
    0%{
        top:.5625em;
        left:.0625em;
        width:0
    }
    54%{
        top:.125em;
        left:.125em;
        width:0
    }
    70%{
        top:.625em;
        left:-.25em;
        width:1.625em
    }
    84%{
        top:1.0625em;
        left:.75em;
        width:.5em
    }
    100%{
        top:1.125em;
        left:.1875em;
        width:.75em
    }
}
@keyframes animate-toast-success-tip{
    0%{
        top:.5625em;
        left:.0625em;
        width:0
    }
    54%{
        top:.125em;
        left:.125em;
        width:0
    }
    70%{
        top:.625em;
        left:-.25em;
        width:1.625em
    }
    84%{
        top:1.0625em;
        left:.75em;
        width:.5em
    }
    100%{
        top:1.125em;
        left:.1875em;
        width:.75em
    }
}
@-webkit-keyframes animate-toast-success-long{
    0%{
        top:1.625em;
        right:1.375em;
        width:0
    }
    65%{
        top:1.25em;
        right:.9375em;
        width:0
    }
    84%{
        top:.9375em;
        right:0;
        width:1.125em
    }
    100%{
        top:.9375em;
        right:.1875em;
        width:1.375em
    }
}
@keyframes animate-toast-success-long{
    0%{
        top:1.625em;
        right:1.375em;
        width:0
    }
    65%{
        top:1.25em;
        right:.9375em;
        width:0
    }
    84%{
        top:.9375em;
        right:0;
        width:1.125em
    }
    100%{
        top:.9375em;
        right:.1875em;
        width:1.375em
    }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
    overflow-y:hidden
}
body.swal2-height-auto{
    height:auto!important
}
body.swal2-no-backdrop .swal2-shown{
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    background-color:transparent
}
body.swal2-no-backdrop .swal2-shown>.swal2-modal{
    box-shadow:0 0 10px rgba(0,0,0,.4)
}
body.swal2-no-backdrop .swal2-shown.swal2-top{
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{
    top:0;
    left:0
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{
    top:0;
    right:0
}
body.swal2-no-backdrop .swal2-shown.swal2-center{
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom{
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{
    bottom:0;
    left:0
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{
    right:0;
    bottom:0
}
.swal2-container{
    display:flex;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    padding:10px;
    background-color:transparent;
    z-index:1060;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch
}
.swal2-container.swal2-top{
    align-items:flex-start
}
.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{
    align-items:flex-start;
    justify-content:flex-start
}
.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{
    align-items:flex-start;
    justify-content:flex-end
}
.swal2-container.swal2-center{
    align-items:center
}
.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{
    align-items:center;
    justify-content:flex-start
}
.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{
    align-items:center;
    justify-content:flex-end
}
.swal2-container.swal2-bottom{
    align-items:flex-end
}
.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{
    align-items:flex-end;
    justify-content:flex-start
}
.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{
    align-items:flex-end;
    justify-content:flex-end
}
.swal2-container.swal2-grow-fullscreen>.swal2-modal{
    display:flex!important;
    flex:1;
    align-self:stretch;
    justify-content:center
}
.swal2-container.swal2-grow-row>.swal2-modal{
    display:flex!important;
    flex:1;
    align-content:center;
    justify-content:center
}
.swal2-container.swal2-grow-column{
    flex:1;
    flex-direction:column
}
.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{
    align-items:center
}
.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{
    align-items:flex-start
}
.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{
    align-items:flex-end
}
.swal2-container.swal2-grow-column>.swal2-modal{
    display:flex!important;
    flex:1;
    align-content:center;
    justify-content:center
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal{
    margin:auto
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
    .swal2-container .swal2-modal{
        margin:0!important
    }
}
.swal2-container.swal2-fade{
    transition:background-color .1s
}
.swal2-container.swal2-shown{
    background-color:rgba(0,0,0,.4)
}
.swal2-popup{
    display:none;
    position:relative;
    flex-direction:column;
    justify-content:center;
    width:32em;
    max-width:100%;
    padding:1.25em;
    border-radius:.3125em;
    background:#fff;
    font-family:inherit;
    font-size:1rem;
    box-sizing:border-box
}
.swal2-popup:focus{
    outline:0
}
.swal2-popup.swal2-loading{
    overflow-y:hidden
}
.swal2-popup .swal2-header{
    display:flex;
    flex-direction:column;
    align-items:center
}
.swal2-popup .swal2-title{
    display:block;
    position:relative;
    max-width:100%;
    margin:0 0 .4em;
    padding:0;
    color:#595959;
    font-size:1.875em;
    font-weight:600;
    text-align:center;
    text-transform:none;
    word-wrap:break-word
}
.swal2-popup .swal2-actions{
    align-items:center;
    justify-content:center;
    margin:1.25em auto 0
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{
    opacity:.4
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{
    background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{
    background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{
    width:2.5em;
    height:2.5em;
    margin:.46875em;
    padding:0;
    border:.25em solid transparent;
    border-radius:100%;
    border-color:transparent;
    background-color:transparent!important;
    color:transparent;
    cursor:default;
    box-sizing:border-box;
    -webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{
    margin-right:30px;
    margin-left:30px
}
.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{
    display:inline-block;
    width:15px;
    height:15px;
    margin-left:5px;
    border:3px solid #999;
    border-radius:50%;
    border-right-color:transparent;
    box-shadow:1px 1px 1px #fff;
    content:'';
    -webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation:swal2-rotate-loading 1.5s linear 0s infinite normal
}
.swal2-popup .swal2-styled{
    margin:0 .3125em;
    padding:.625em 2em;
    font-weight:500;
    box-shadow:none
}
.swal2-popup .swal2-styled:not([disabled]){
    cursor:pointer
}
.swal2-popup .swal2-styled.swal2-confirm{
    border:0;
    border-radius:.25em;
    background:initial;
    background-color:#3085d6;
    color:#fff;
    font-size:1.0625em
}
.swal2-popup .swal2-styled.swal2-cancel{
    border:0;
    border-radius:.25em;
    background:initial;
    background-color:#aaa;
    color:#fff;
    font-size:1.0625em
}
.swal2-popup .swal2-styled:focus{
    outline:0;
    box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)
}
.swal2-popup .swal2-styled::-moz-focus-inner{
    border:0
}
.swal2-popup .swal2-footer{
    justify-content:center;
    margin:1.25em 0 0;
    padding-top:1em;
    border-top:1px solid #eee;
    color:#545454;
    font-size:1em
}
.swal2-popup .swal2-image{
    max-width:100%;
    margin:1.25em auto
}
.swal2-popup .swal2-close{
    position:absolute;
    top:0;
    right:0;
    justify-content:center;
    width:1.2em;
    height:1.2em;
    padding:0;
    transition:color .1s ease-out;
    border:none;
    border-radius:0;
    background:0 0;
    color:#ccc;
    font-family:serif;
    font-size:2.5em;
    line-height:1.2;
    cursor:pointer;
    overflow:hidden
}
.swal2-popup .swal2-close:hover{
    -webkit-transform:none;
    transform:none;
    color:#f27474
}
.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{
    display:none
}
.swal2-popup .swal2-content{
    justify-content:center;
    margin:0;
    padding:0;
    color:#545454;
    font-size:1.125em;
    font-weight:300;
    line-height:normal;
    word-wrap:break-word
}
.swal2-popup #swal2-content{
    text-align:center
}
.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{
    margin:1em auto
}
.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{
    width:100%;
    transition:border-color .3s,box-shadow .3s;
    border:1px solid #d9d9d9;
    border-radius:.1875em;
    font-size:1.125em;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
    box-sizing:border-box
}
.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{
    border-color:#f27474!important;
    box-shadow:0 0 2px #f27474!important
}
.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{
    border:1px solid #b4dbed;
    outline:0;
    box-shadow:0 0 3px #c4e6f5
}
.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{
    color:#ccc
}
.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{
    color:#ccc
}
.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{
    color:#ccc
}
.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{
    color:#ccc
}
.swal2-popup .swal2-range input{
    width:80%
}
.swal2-popup .swal2-range output{
    width:20%;
    font-weight:600;
    text-align:center
}
.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{
    height:2.625em;
    margin:1em auto;
    padding:0;
    font-size:1.125em;
    line-height:2.625em
}
.swal2-popup .swal2-input{
    height:2.625em;
    padding:.75em
}
.swal2-popup .swal2-input[type=number]{
    max-width:10em
}
.swal2-popup .swal2-file{
    font-size:1.125em
}
.swal2-popup .swal2-textarea{
    height:6.75em;
    padding:.75em
}
.swal2-popup .swal2-select{
    min-width:50%;
    max-width:100%;
    padding:.375em .625em;
    color:#545454;
    font-size:1.125em
}
.swal2-popup .swal2-checkbox,.swal2-popup .swal2-radio{
    align-items:center;
    justify-content:center
}
.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{
    margin:0 .6em;
    font-size:1.125em
}
.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{
    margin:0 .4em
}
.swal2-popup .swal2-validationerror{
    display:none;
    align-items:center;
    justify-content:center;
    padding:.625em;
    background:#f0f0f0;
    color:#666;
    font-size:1em;
    font-weight:300;
    overflow:hidden
}
.swal2-popup .swal2-validationerror::before{
    display:inline-block;
    width:1.5em;
    min-width:1.5em;
    height:1.5em;
    margin:0 .625em;
    border-radius:50%;
    background-color:#f27474;
    color:#fff;
    font-weight:600;
    line-height:1.5em;
    text-align:center;
    content:'!';
    zoom:normal
}
@supports (-ms-accelerator:true){
    .swal2-range input{
        width:100%!important
    }
    .swal2-range output{
        display:none
    }
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
    .swal2-range input{
        width:100%!important
    }
    .swal2-range output{
        display:none
    }
}
@-moz-document url-prefix(){
    .swal2-close:focus{
        outline:2px solid rgba(50,100,150,.4)
    }
}
.swal2-icon{
    position:relative;
    justify-content:center;
    width:5em;
    height:5em;
    margin:1.25em auto 1.875em;
    border:.25em solid transparent;
    border-radius:50%;
    line-height:5em;
    cursor:default;
    box-sizing:content-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    zoom:normal
}
.swal2-icon-text{
    font-size:3.75em
}
.swal2-icon.swal2-error{
    border-color:#f27474
}
.swal2-icon.swal2-error .swal2-x-mark{
    position:relative;
    flex-grow:1
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    display:block;
    position:absolute;
    top:2.3125em;
    width:2.9375em;
    height:.3125em;
    border-radius:.125em;
    background-color:#f27474
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
    left:1.0625em;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
    right:1em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.swal2-icon.swal2-warning{
    border-color:#facea8;
    color:#f8bb86
}
.swal2-icon.swal2-info{
    border-color:#9de0f6;
    color:#3fc3ee
}
.swal2-icon.swal2-question{
    border-color:#c9dae1;
    color:#87adbd
}
.swal2-icon.swal2-success{
    border-color:#a5dc86
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line]{
    position:absolute;
    width:3.75em;
    height:7.5em;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:50%
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{
    top:-.4375em;
    left:-2.0635em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:3.75em 3.75em;
    transform-origin:3.75em 3.75em;
    border-radius:7.5em 0 0 7.5em
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{
    top:-.6875em;
    left:1.875em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:0 3.75em;
    transform-origin:0 3.75em;
    border-radius:0 7.5em 7.5em 0
}
.swal2-icon.swal2-success .swal2-success-ring{
    position:absolute;
    top:-.25em;
    left:-.25em;
    width:100%;
    height:100%;
    border:.25em solid rgba(165,220,134,.3);
    border-radius:50%;
    z-index:2;
    box-sizing:content-box
}
.swal2-icon.swal2-success .swal2-success-fix{
    position:absolute;
    top:.5em;
    left:1.625em;
    width:.4375em;
    height:5.625em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    z-index:1
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
    display:block;
    position:absolute;
    height:.3125em;
    border-radius:.125em;
    background-color:#a5dc86;
    z-index:2
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{
    top:2.875em;
    left:.875em;
    width:1.5625em;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{
    top:2.375em;
    right:.5em;
    width:2.9375em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.swal2-progresssteps{
    align-items:center;
    margin:0 0 1.25em;
    padding:0;
    font-weight:600
}
.swal2-progresssteps li{
    display:inline-block;
    position:relative
}
.swal2-progresssteps .swal2-progresscircle{
    width:2em;
    height:2em;
    border-radius:2em;
    background:#3085d6;
    color:#fff;
    line-height:2em;
    text-align:center;
    z-index:20
}
.swal2-progresssteps .swal2-progresscircle:first-child{
    margin-left:0
}
.swal2-progresssteps .swal2-progresscircle:last-child{
    margin-right:0
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{
    background:#3085d6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{
    background:#add8e6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{
    background:#add8e6
}
.swal2-progresssteps .swal2-progressline{
    width:2.5em;
    height:.4em;
    margin:0 -1px;
    background:#3085d6;
    z-index:10
}
[class^=swal2]{
    -webkit-tap-highlight-color:transparent
}
.swal2-show{
    -webkit-animation:swal2-show .3s;
    animation:swal2-show .3s
}
.swal2-show.swal2-noanimation{
    -webkit-animation:none;
    animation:none
}
.swal2-hide{
    -webkit-animation:swal2-hide .15s forwards;
    animation:swal2-hide .15s forwards
}
.swal2-hide.swal2-noanimation{
    -webkit-animation:none;
    animation:none
}
[dir=rtl] .swal2-close{
    right:auto;
    left:0
}
.swal2-animate-success-icon .swal2-success-line-tip{
    -webkit-animation:swal2-animate-success-line-tip .75s;
    animation:swal2-animate-success-line-tip .75s
}
.swal2-animate-success-icon .swal2-success-line-long{
    -webkit-animation:swal2-animate-success-line-long .75s;
    animation:swal2-animate-success-line-long .75s
}
.swal2-animate-success-icon .swal2-success-circular-line-right{
    -webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;
    animation:swal2-rotate-success-circular-line 4.25s ease-in
}
.swal2-animate-error-icon{
    -webkit-animation:swal2-animate-error-icon .5s;
    animation:swal2-animate-error-icon .5s
}
.swal2-animate-error-icon .swal2-x-mark{
    -webkit-animation:swal2-animate-error-x-mark .5s;
    animation:swal2-animate-error-x-mark .5s
}
@-webkit-keyframes swal2-rotate-loading{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes swal2-rotate-loading{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}


.refreshDiv {
    float: right;
    font-size: 20px;
    color: #8f5446;
    text-align: center;
}
.refreshDiv .heading {
    color: #8f5446;
}
.time {
    background: #8f5446;
    border-radius: 30px;
    height: 49px;
    padding: 15px 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    float: right;
}

.ttn-thetimenow-clock-hours {
    margin-right: 5px;
}

.ttn-thetimenow-clock-minutes {
padding-left: 5px;
margin-right: 5px;

}
.ttn-thetimenow-clock-seconds {
    padding-left: 5px;
}

.ttn-thetimenow-clock {
       border: 0 !important;
    font-size: 26px !important;
    padding: 0 !important;
    font-weight: 600;
}
.ttn-thetimenow-clock-date {
    border: 1px solid #000;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.embed-clock-copyright {
    display: none;
}

@media (max-width: 991px) {
    .ttn-thetimenow-clock {
        font-size: 16px !important;
    }
    .ttn-thetimenow-clock-date {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.logOutButton {
    background: #8f5446;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
}
.logOutButton:hover {
    color: #fff;
    opacity: 0.7;
}


.textBlink {
    animation: blinkTest .5s linear infinite;
    font-size: 18px !important;
}
@keyframes blinkTest {
    from {
        color: red;
    }
    to {
        color: green;
    }
}