@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'GlacialIndifference-Regular', sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

:focus {
  outline: none;
}

@font-face {
  font-family: 'GlacialIndifference-Regular';
  src: url("../fonts/GlacialIndifference-Regular.woff2") format("woff2"), url("../fonts/GlacialIndifference-Regular.woff") format("woff"), url("../fonts/GlacialIndifference-Regular.ttf") format("truetype");
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

.posR {
  position: relative;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper > .scroll-content::-moz-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  display: none;
}

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-textarea > .scroll-content > textarea::-moz-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 5px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 7px;
  top: 1px;
  width: 4px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_track {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #f1f1f1;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #D5D5D5;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar, .scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #939393;
}

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 6px;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee;
}

.scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: .3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #ccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height .2s;
  transition: height .2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #fff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.slick-loading .slick-list {
  background: #ffffff url(ajax-loader.gif) center center no-repeat;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-family: Phosphor;
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #9c9c9c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -15px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\f104';
}

[dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -15px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\f105';
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: Phosphor;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: auto;
  -webkit-box-shadow: 1px 6px 5px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 1px 6px 5px 0 rgba(0, 0, 0, 0.22);
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 5px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Top Header CSS Start */
.top-header {
  background-color: #3C435E;
  padding: 1rem 0;
}

.top-header .top-header-row {
  display: -ms-grid;
  display: grid;
  padding: 0 2rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .top-header-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header .top-header-left ul li {
  margin-right: 1.2rem;
}

.top-header .top-header-left ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
}

.top-header .top-header-left ul li a:hover {
  text-decoration: underline;
}

.top-header .top-header-left ul li:last-child {
  margin-right: 0;
}

.top-header .top-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .top-header-right .link-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ffffff;
}

.top-header .top-header-right .link-box li {
  margin-right: 1.2rem;
}

.top-header .top-header-right .link-box li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
}

.top-header .top-header-right .link-box li a:hover {
  text-decoration: underline;
}

.top-header .top-header-right .social-box {
  margin: 0 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header .top-header-right .social-box li {
  margin-right: 1.2rem;
}

.top-header .top-header-right .social-box li a {
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 2.1rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-header .top-header-right .social-box li:last-child {
  margin-right: 0;
}

/* Top Header CSS Finish */
/* Header CSS Start */
header {
  border-bottom: 1px solid #E8E8E8;
  padding: 1.5rem 0;
  position: relative;
  z-index: 3;
}

header .header-row {
  display: -ms-grid;
  display: grid;
  padding: 0 2rem;
  -ms-grid-columns: 1fr 3fr 1fr;
      grid-template-columns: 1fr 3fr 1fr;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .menu-bar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 3rem;
  color: #000;
  display: none;
}

header .logo-div a {
  width: 210px;
  display: block;
}

header .header-search {
  border: 1px solid #DCDCDC;
  height: 40px;
  padding: 0.7rem 0rem;
  border-radius: 0.3rem;
  font-size: 0;
  margin-left: 6rem;
  position: relative;
}

header .header-search .header-search-drop {
  position: relative;
  width: 31%;
  display: inline-block;
  vertical-align: middle;
}

header .header-search .header-search-drop .nice-select {
  height: 26px;
  line-height: 26px;
  border: none;
  padding: 0 1.2rem;
  width: 100%;
  border-right: 1px solid #DCDCDC;
  color: #7a7a7a;
  border-radius: 0;
}

header .header-search .header-search-drop .nice-select::after {
  display: none;
}

header .header-search .header-search-drop .nice-select.open ~ .drop-arrow img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .header-search .header-search-drop .drop-arrow {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

header .header-search .header-search-drop .drop-arrow img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header-search .header-search-box {
  width: 69%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .header-search .header-search-box input {
  width: 100%;
  border: none;
  padding: 0 1rem 0px 3.6rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  height: 26px;
  color: #000;
  font-size: 1.4rem;
}

header .header-search .header-search-box input::-webkit-input-placeholder {
  color: #7a7a7a;
}

header .header-search .header-search-box input:-ms-input-placeholder {
  color: #7a7a7a;
}

header .header-search .header-search-box input::-ms-input-placeholder {
  color: #7a7a7a;
}

header .header-search .header-search-box input::placeholder {
  color: #7a7a7a;
}

header .header-search i {
  position: absolute;
  font-size: 1.6rem;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7a7a7a;
}

header .header-right-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header-right-icons li {
  position: relative;
  line-height: 0;
}

header .header-right-icons li:nth-of-type(2) {
  margin: 0 3rem;
}

header .header-right-icons a {
  text-decoration: none;
  font-size: 2.5rem;
  color: #3c435e;
  line-height: 0;
}

header .header-right-icons span {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #3c435e;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 16px;
  top: -4px;
  right: -7px;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  color: #333333;
  border: 1px solid #dcdcdc !important;
}

.ui-widget-content a {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  color: #777777;
  display: block;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
  border: none !important;
  background: #3c435e !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}

/* Header CSS Finish */
/* Menu CSS Start */
.menu-section {
  border-bottom: 1px solid #E8E8E8;
}

.menu-section .menu-section-row {
  padding: 0 2rem;
}

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav {
  display: block;
}

.nav > li:first-child > a {
  padding-left: 0;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  display: block;
  color: #3C435E;
  text-decoration: none;
  padding: 1.4rem 2.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  position: relative;
}

.nav {
  vertical-align: top;
  display: inline-block;
}

.nav li {
  position: relative;
}

.nav > li {
  float: left;
  margin-right: 1px;
}

.nav > li > a {
  margin-bottom: 1px;
}

.nav > li:hover, .nav > li:hover > a {
  color: #000;
}

.nav li:hover > a {
  color: #000;
}

.nav > li:first-child {
  border-radius: 4px 0 0 4px;
}

.nav > li:first-child > a {
  border-radius: 4px 0 0 0;
}

.nav > li:last-child {
  border-radius: 0 0 4px 0;
  margin-right: 0;
}

.nav > li:last-child > a {
  border-radius: 0 4px 0 0;
}

.nav li li a {
  margin-top: 1px;
  font-size: 1.3rem;
  padding: 0.6rem 2.5rem 0.6rem 1.5rem;
  border-bottom: 1px solid #f1f1f1;
}

.nav li li:last-child a {
  border-bottom: none;
}

.nav li a:first-child:nth-last-child(2):before {
  content: "\f0c2";
  position: absolute;
  height: 0;
  width: 0;
  top: 17px;
  right: 5px;
  font-family: "Phosphor" !important;
}

.nav ul {
  position: absolute;
  white-space: nowrap;
  z-index: -99;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.nav > li:hover > ul {
  top: auto;
  padding-top: 5px;
  min-width: 125%;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 99;
}

.nav > li li ul {
  border-left: 1px solid #ffffff;
}

.nav ul ul {
  left: 100%;
  z-index: -99;
  -webkit-transform: translate(5rem, 0px) !important;
          transform: translate(5rem, 0px) !important;
}

.nav > li li:hover > ul {
  top: -1rem;
  opacity: 1;
  -webkit-transform: translate(0rem, 0) !important;
          transform: translate(0rem, 0) !important;
  z-index: 99;
}

.nav > li > a:first-child:nth-last-child(2):before {
  border-top-color: #aaa;
}

.nav > li:hover > a:first-child:nth-last-child(2):before {
  content: '\f0c5';
}

.nav li li > a:first-child:nth-last-child(2):before {
  right: 2rem;
  content: "\f0c4";
  font-family: "Phosphor" !important;
  top: 7px;
  position: absolute;
}

.nav li li:hover > a:first-child:nth-last-child(2):before {
  content: "\f0c3";
  font-family: "Phosphor" !important;
}

/* Menu CSS Finish */
/* Home Hero Container Start */
.home-hero-container {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (270px)[2];
      grid-template-rows: repeat(2, 270px);
}

.home-hero-container .home-hero-box-detail {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
}

.home-hero-container .home-hero-box-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  background-color: #FAE3D9;
  position: relative;
  overflow: hidden;
}

.home-hero-container .home-hero-box-2 {
  background-color: #BEE2D6;
}

.home-hero-container .home-hero-box-3 {
  background-color: #D6D3F0;
}

.home-hero-container .home-hero-box-4 {
  background-color: #D6D3F0;
}

.home-hero-container .home-hero-box-5 {
  background-color: #CEE2F5;
}

.home-hero-box-small {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.home-hero-box-small img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-hero-box-small h2 {
  font-weight: normal;
  font-size: 3rem;
  line-height: 3.3rem;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 1.2rem;
}

.home-hero-box-small a {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.01em;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.home-hero-box-small a:before {
  content: '';
  background-color: #D03200;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  transition: 0.25s;
}

.home-hero-box-small:hover img, .home-slider-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-hero-box-small:hover a, .home-slider-box:hover a {
  color: #D03200;
}

.home-hero-box-small:hover a:before, .home-slider-box:hover a:before {
  width: 150%;
}


.home-hero-box-2 img, .home-hero-box-3 img, .home-hero-box-4 img, .home-hero-box-7 img, .home-hero-box-8 img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.home-hero-container .home-hero-box-5 img {
  position: absolute;
  bottom: -24px;
  right: 10px;
}

.home-hero-box-6 img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.home-hero-container-2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: (270px)[1];
      grid-template-rows: repeat(1, 270px);
  margin: 1rem 0;
}

.home-hero-container-2 .home-hero-box-detail {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.home-hero-container-2 .home-hero-box-6 {
  background-color: #96FFC0;
}

.home-hero-container-2 .home-hero-box-7 {
  background-color: #FFBFB0;
}

.home-hero-container-2 .home-hero-box-8 {
  background-color: #F3EAD8;
}

.home-hero-container-2 .home-hero-box-9 {
  background-color: #f3f5ce;
}

.home-hero-container-2 .home-hero-box-10 {
  background-color: #cef5f3;
}

.home-hero-container-2 .home-hero-box-9 img {
  position: absolute;
  bottom: -22px;
  right: -32px;
}

.home-hero-container-2 .home-hero-box-10 img {
position: absolute;
right: 0;
bottom: 0;
}



.home-slider, .home-slider .slick-list, .home-slider .slick-track {
  height: 100%;
}

.home-slider .slick-slide {
  margin: 0;
}

.home-slider-box {
  position: relative;
  height: 100%;
  padding: 3rem;
}

.home-slider-box img {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-slider-box h2 {
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 5.8rem;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 0.8rem;
}

.home-slider-box p {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 1.6rem;
}

.home-slider-box a {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.01em;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-slider-box a:before {
  content: '';
  background-color: #D03200;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-slider .slick-next, .home-slider .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
}

.home-slider .slick-next:before, .home-slider .slick-prev:before {
  font-size: 4.5rem;
  color: #000;
}

.home-slider .slick-prev:before {
  content: '\f0bb';
}

.home-slider .slick-next:before {
  content: '\f0bc';
}

.home-slider .slick-next {
  right: 1.5rem;
}

.home-slider .slick-prev {
  left: 1.5rem;
}

/* Home Hero Container Finish */
/* Trending Product Start */
.trending-product-section {
  padding: 8rem 2rem 9rem 2rem;
}

.trending-product-section h2 {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3C435E;
}

.trending-product-section h2:after {
  content: '';
  background-color: #3C435E;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  right: 0;
  margin: 2.5rem auto 2rem;
  display: block;
}

.trending-product-section font {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #313131;
  display: block;
  margin: 0 auto 4.5rem;
}

.trending-product-section .slick-next, .trending-product-section .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
}

.trending-product-section .slick-next:before, .trending-product-section .slick-prev:before {
  font-size: 4.5rem;
  color: #999;
}

.trending-product-section .slick-prev:before {
  content: '\f0bb';
}

.trending-product-section .slick-next:before {
  content: '\f0bc';
}

.trending-product-section .slick-next {
  right: -6rem;
}

.trending-product-section .slick-prev {
  left: -6rem;
}

.trending-product-box {
  margin: 0 5px;
}

.trending-product-box .trending-product-box-img {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.trending-product-box .trending-product-box-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.trending-product-box .trending-product-box-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.trending-product-box .trending-product-box-img li {
  display: block;
  margin-bottom: 1rem;
}

.trending-product-box .trending-product-box-img a {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3C435E;
}

.trending-product-box .trending-product-box-img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.trending-product-box .trending-product-box-detail {
  padding: 2rem 1rem;
  text-align: center;
}

.trending-product-box .trending-product-box-detail h3 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.3rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 7rem;
}

.trending-product-box .trending-product-box-detail h3 a {
  text-decoration: none;
  color: #3C435E;
}

.trending-product-box .trending-product-box-detail .price {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #3C435E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.trending-product-box .trending-product-box-detail .price i {
  font-size: 2.6rem;
}

.trending-product-box .trending-product-box-detail .price-cut {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.trending-product-box .trending-product-box-detail .price-cut i {
  font-size: 1.8rem;
}

.trending-product-box .trending-product-box-detail .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.trending-product-box:hover .trending-product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.trending-product-box:hover .trending-product-box-img:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.trending-product-box:hover ul {
  opacity: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Trending Product Finish */
/* Banner Section Start */
.all-stationery-home-banner {
  margin: 2rem 0 0 0;
  position: relative;
}

.all-stationery-home-banner .all-stationery-home-banner-detail {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.all-stationery-home-banner .all-stationery-home-banner-detail h2 {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 5.7rem;
  letter-spacing: 0.02em;
  color: #111111;
  margin-bottom: 2.5rem;
}

.all-stationery-home-banner .all-stationery-home-banner-detail h2 span {
  font-size: 4.5rem;
  color: #634555;
}

.all-stationery-home-banner .all-stationery-home-banner-detail a {
  width: 18rem;
  height: 5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.all-stationery-home-banner .all-stationery-home-banner-detail a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.all-stationery-home-banner:hover .all-stationery-home-banner-detail {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.all-heavy-discount-home-banner {
  text-align: right;
  margin-top: -4rem;
  margin-bottom: 1rem;
  position: relative;
}

.all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail h2 {
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 5.7rem;
  letter-spacing: 0.02em;
  color: #333;
  margin-bottom: 2.5rem;
  text-align: left;
}

.all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail a {
  width: 18rem;
  height: 5rem;
  background: #000;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.all-heavy-discount-home-banner:hover .all-heavy-discount-home-banner-detail {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

/* Banner Section Finish */
/* Banner Slider Section Start */
.banner-slider-container {
  max-width: 1200px;
  margin: auto;
  padding: 8rem 0 2rem 0;
}

.banner-slider-container .banner-slide-box {
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.banner-slider-container .banner-slide-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.banner-slider-container .banner-slide-box img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.banner-slider-container .banner-slide-box:hover img {
  -webkit-filter: hue-rotate(28deg);
          filter: hue-rotate(28deg);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.banner-slider-container .banner-slide-box:hover:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Banner Slider Section Finish */
/* Latest Product Start */
.latest-product-section {
  padding: 8rem 2rem 9rem 2rem;
}

.latest-product-section h2 {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3C435E;
}

.latest-product-section h2:after {
  content: '';
  background-color: #3C435E;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  right: 0;
  margin: 2.5rem auto 5rem;
  display: block;
}

.latest-product-section .slick-next, .latest-product-section .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
}

.latest-product-section .slick-next:before, .latest-product-section .slick-prev:before {
  font-size: 4.5rem;
  color: #999;
}

.latest-product-section .slick-prev:before {
  content: '\f0bb';
}

.latest-product-section .slick-next:before {
  content: '\f0bc';
}

.latest-product-section .slick-next {
  right: -6rem;
}

.latest-product-section .slick-prev {
  left: -6rem;
}

.latest-product-box {
  margin: 0 5px;
}

.latest-product-box .latest-product-box-img {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.latest-product-box .latest-product-box-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.latest-product-box .latest-product-box-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.latest-product-box .latest-product-box-img li {
  display: block;
  margin-bottom: 1rem;
}

.latest-product-box .latest-product-box-img a {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3C435E;
}

.latest-product-box .latest-product-box-img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.latest-product-box .latest-product-box-detail {
  padding: 2rem 1rem;
  text-align: center;
}

.latest-product-box .latest-product-box-detail h3 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.3rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 7rem;
}

.latest-product-box .latest-product-box-detail h3 a {
  text-decoration: none;
  color: #3C435E;
}

.latest-product-box .latest-product-box-detail .price {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #3C435E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.latest-product-box .latest-product-box-detail .price i {
  font-size: 2.6rem;
}

.latest-product-box .latest-product-box-detail .price-cut {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.latest-product-box .latest-product-box-detail .price-cut i {
  font-size: 1.8rem;
}

.latest-product-box .latest-product-box-detail .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.latest-product-box:hover .latest-product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.latest-product-box:hover .latest-product-box-img:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.latest-product-box:hover ul {
  opacity: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Latest Product Finish */
/* Discount Sport Banner Start */
.discount-banner-section {
  background: url("../images/discount-sport-item-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 7rem 0 10rem 0;
}

.discount-banner-section .discount-banner-section-detail {
  text-align: right;
}

.discount-banner-section .discount-banner-section-detail h2 {
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 5.4rem;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.discount-banner-section .discount-banner-section-detail a {
  width: 18rem;
  height: 5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  float: right;
  margin-top: 3rem;
}

.discount-banner-section .discount-banner-section-detail a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Discount Sport Banner Finish */
/* Latest Blog Section Start */
.latest-blog-section {
  padding: 0 0 8rem 0;
  border-bottom: 1px solid #cccccc;
}

.latest-blog-section h2 {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3C435E;
}

.latest-blog-section h2:after {
  content: '';
  background-color: #3C435E;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  right: 0;
  margin: 2.5rem auto 5rem;
  display: block;
}

.latest-blog-section .latest-blog-button {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: table;
  margin: 5rem auto 0;
  padding: 1.5rem 2.2em;
  border-radius: 5rem;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  background-color: #3C435E;
  color: #ffffff;
}

.latest-blog-section .latest-blog-button i {
  vertical-align: middle;
  margin-left: 0.5rem;
}

.latest-blog-section .latest-blog-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.latest-blog-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  padding: 0 2rem;
}

.latest-blog-section-row .latest-blog-section-box img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-blog-section-row .latest-blog-section-box span {
  margin: 1rem 0;
  display: block;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.03rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.latest-blog-section-row .latest-blog-section-box h3 a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.03rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.latest-blog-section-row .latest-blog-section-box p {
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #7a7a7a;
  line-height: 2.1rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 1.6rem;
}

.latest-blog-section-row .latest-blog-section-box .read-more {
  font-size: 1.4rem;
  color: #3C435E;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.latest-blog-section-row .latest-blog-section-box .read-more i {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.6rem;
}

.latest-blog-section-row .latest-blog-section-box:hover span {
  -webkit-transform: translateY(-310px);
          transform: translateY(-310px);
}

.latest-blog-section-row .latest-blog-section-box:hover h3 a {
  color: #3C435E;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.latest-blog-section-row .latest-blog-section-box:hover p {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.latest-blog-section-row .latest-blog-section-box:hover .read-more {
  color: #000;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

/* Latest Blog Section Finish */
/* Three Step Start */
.three-step-ul {
  margin: 6rem 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.three-step-ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.three-step-ul li i {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.three-step-ul li h3 {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 0.6rem;
}

.three-step-ul li p {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  color: #7a7a7a;
}

.three-step-ul li:nth-of-type(2) {
  margin: 0 4rem;
  padding: 0 4rem;
}

.three-step-ul li:nth-of-type(2):before {
  content: '';
  background-color: #ccc;
  width: 0.1rem;
  height: 9rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.three-step-ul li:nth-of-type(2):after {
  content: '';
  background-color: #ccc;
  width: 0.1rem;
  height: 9rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

/* Three Step Finish */
/* Listing Heading Section Start */
.listing-heading-section {
  padding: 4rem 2rem 5rem 2rem;
  text-align: center;
  background-color: #F8F9FA;
}

.listing-heading-section h1 {
  color: #3C435E;
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

.listing-heading-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-heading-section li {
  display: inline-block;
  color: #7a7a7a;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

.listing-heading-section li:after {
  content: '|';
  color: #7a7a7a;
  padding: 0 0.7rem;
}

.listing-heading-section li:last-child:after {
  display: none;
}

.listing-heading-section a {
  color: #7a7a7a;
  text-decoration: none;
}

.listing-heading-section a:hover {
  text-decoration: underline;
}

/* Listing Heading Section Finish */
/* Listing Product Section Start */
.listing-product-section {
  padding: 9rem 2rem 2rem 2rem;
}

.listing-product-section .listing-product-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  grid-gap: 4rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 2.5rem 1.5rem 3rem 2.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: -webkit-sticky;
  position: sticky;
  top: 2vh;
  bottom: 2vh;
  height: 96vh;
}

.category-no-result{grid-column-start: 1; grid-column-end: 4; display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
align-items: center;}

.category-no-result-detail h6{font-size: 3rem; margin-bottom: 1rem;}

.category-no-result-detail p{margin-bottom: 1.5rem; font-size: 2rem;}

.category-no-result-detail span{font-size: 1.6rem; color: #34454b;}

.category-no-result-detail span a{background: #64a5ff; padding: 3px 10px; text-decoration: none; color: #fff; border-radius: 50px; font-size: 15px; margin-left: 4px;}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left h4{font-size: 2rem; font-weight: 400;}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .reset-filter{position: absolute; right: 25px; top: 5px; font-size: 2rem; cursor: pointer; color: #00c148;}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left h3 {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
  padding-top: 1.5rem;
  margin-right: 2rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left h3:after {
  content: '';
  background-color: #3C435E;
  width: 4rem;
  height: 2px;
  display: block;
  margin: 0.3rem 0 1rem 0;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes h4 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
  color: #303030;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes h4 font {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  line-height: 0;
  font-size: 1.8rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes a {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
  color: #7a7a7a;
  text-decoration: none;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes a:hover {
  text-decoration: underline;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes.open .category-side-filter-boxes-detail .scrollbar-inner {
  max-height: 20rem;
  overflow-y: auto;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-detail {
  max-height: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  margin-right: 2rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes.open .category-side-filter-boxes-detail {
  max-height: 20rem;
  height: initial;
  margin-bottom: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes.open font {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check {
  margin-bottom: 1rem;
  /*Check box*/
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check label {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 1.6rem;
  display: block;
  padding: 1rem 0 0.5rem 0;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check input[type="radio"], .listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check input[type="radio"] + .label-text:before {
  content: "\f0ec";
  font-family: "Phosphor";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check input[type="radio"]:checked + .label-text:before {
  content: "\fa05";
  color: #3C435E;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check input[type="radio"]:disabled + .label-text:before {
  content: "\fa05";
  color: #ccc;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .category-side-filter-boxes-check span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7a7a7a;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .filter-button {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 99;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .filter-button li {
  width: 50%;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .filter-button li a {
  width: 100%;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  text-decoration: none;
  color: #ffffff;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .filter-button li a i {
  margin-right: 0.5rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .filter-button li:nth-of-type(1) a {
  background-color: #3C435E;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left .filter-button li:nth-of-type(2) a {
  background-color: #D03200;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left > .scrollbar-inner {
  overflow-y: auto;
  height: 100%;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner {
  position: relative;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail h2 {
  font-weight: normal;
  font-size: 4rem;
  line-height: 5.1rem;
  letter-spacing: 0.02em;
  color: #00A0C4;
  margin-bottom: 0.5rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail p {
  font-size: 4.2rem;
  line-height: 5rem;
  letter-spacing: 0.02em;
  color: #3C435E;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product {
  margin: 3rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product h4 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product h4 span {
  font-size: 2.7rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box font {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #585858;
  margin-right: 1rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box .nice-select {
  width: 28.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  border: none;
  height: 4.6rem;
  border-radius: 0;
  line-height: 4.6rem;
  font-size: 1.5rem;
  color: #7a7a7a;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box .nice-select .list {
  width: 100%;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product button {
  display: none;
  background: no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #dcdcdc;
  height: 4.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  place-self: flex-end;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  border-radius: 5rem;
  font-size: 1.5rem;
  color: #3C435E;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product button i {
  margin-right: 0.5rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product button:hover {
  background-color: #3C435E;
  color: #ffffff;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img li {
  display: block;
  margin-bottom: 1rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img a {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3C435E;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail {
  padding: 2rem 1rem;
  text-align: center;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail h3 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.3rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 7rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail h3 a {
  text-decoration: none;
  color: #3C435E;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #3C435E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price i {
  font-size: 2.6rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price-cut {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price-cut i {
  font-size: 1.8rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:hover .listing-product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:hover .listing-product-box-img:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:hover ul {
  opacity: 1;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-load-more {
  width: 27rem;
  cursor: pointer;
  height: 5.4rem;
  display: table;
  margin: 7rem auto 0;
  background: #3C435E;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  border: none;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
}

/* Listing Product Section Finish */
/* Breadcrumb Section Start */
.breadcrumb-section {
  background-color: #F8F9FA;
  padding: 1rem;
}

.breadcrumb-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-section li {
  display: inline-block;
  color: #7a7a7a;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.breadcrumb-section a {
  color: #7a7a7a;
  text-decoration: none;
}

.breadcrumb-section a:after {
  content: '|';
  color: #7a7a7a;
  padding: 0 0.7rem;
}

.breadcrumb-section li:last-child:after {
  display: none;
}

.breadcrumb-section a {
  color: #7a7a7a;
  text-decoration: none;
}

.breadcrumb-section a:hover {
  text-decoration: underline;
}

.breadcrumb-section-padd {
  padding: 0 1.8rem;
}

/* Product Detail Section Start */
.product-container-row {
  padding: 6rem 2rem 10rem 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 55%;
      grid-template-columns: 40% 55%;
  grid-gap: 6rem;
}

.product-container-row .product-container-Left {
  position: -webkit-sticky;
  position: sticky;
  top: 2vh;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.product-container-row .product-container-Left .product-slider {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem;
}

.product-container-row .product-container-Left .product-slider a {
  display: block;
  background: #f4f4f4;
}

.product-container-row .product-container-Left .product-slider img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-container-row .product-container-Left .product-slider .slick-next, .product-container-row .product-container-Left .product-slider .slick-prev {
  width: 4rem;
  height: 4rem;
}

.product-container-row .product-container-Left .product-slider .slick-next:before, .product-container-row .product-container-Left .product-slider .slick-prev:before {
  font-size: 4rem;
  color: #000;
}

.product-container-row .product-container-Left .product-slider .slick-prev:before {
  content: '\f0bb';
}

.product-container-row .product-container-Left .product-slider .slick-next:before {
  content: '\f0bc';
}

.product-container-row .product-container-Right h1 {
  font-weight: normal;
  font-size: 2.7rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  color: #494949;
  margin-bottom: 1.6rem;
}

.product-container-row .product-container-Right .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: -3px;
}

.product-container-row .product-container-Right .flex .price {
  font-size: 3rem;
  letter-spacing: 0.02em;
  color: #3C435E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.product-container-row .product-container-Right .flex .price i {
  font-size: 3.2rem;
}

.product-container-row .product-container-Right .flex .price-cut {
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 1.5rem;
}

.product-container-row .product-container-Right .flex .price-cut i {
  font-size: 2rem;
}

.product-container-row .product-container-Right .flex .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.product-container-row .product-container-Right .flex .price-discount {
  font-size: 2rem;
  background: #c53929;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 5rem;
}

.product-container-row .product-container-Right .product-detail {
  margin: 2rem 0;
}

.product-container-row .product-container-Right .product-detail .scrollbar-inner {
  max-height: 190px;
  overflow-y: auto;
  padding: 0 2rem 0.5rem 0.3rem;
}

.product-container-row .product-container-Right .product-detail ul {
  margin: 0 0 2rem 1.5rem;
  padding: 0;
}

.product-container-row .product-container-Right .product-detail li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #7a7a7a;
  margin-bottom: 1rem;
}

.product-container-row .product-container-Right .product-detail li:last-child {
  margin-bottom: 0;
}

.product-container-row .product-container-Right .product-detail p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #7a7a7a;
  margin-bottom: 1rem;
}

.product-container-row .product-container-Right .product-function-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 4rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.product-container-row .product-container-Right .product-function-div .quantity-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}

.product-container-row .product-container-Right .product-function-div .quantity-box h6 {
  font-size: 1.6rem;
  margin-right: 1.5rem;
  font-weight: normal;
}

.product-container-row .product-container-Right .product-function-div .quantity-box .input-group {
  width: 8rem;
  position: relative;
}

.product-container-row .product-container-Right .product-function-div .quantity-box .input-group input {
  width: 100%;
  border: 1px solid #7a7a7a;
  height: 4.5rem;
  text-align: center;
  border-radius: 5rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.5rem;
  color: #7a7a7a;
}

.product-container-row .product-container-Right .product-function-div .quantity-box .input-group button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  cursor: pointer;
  font-size: 1.2rem;
  color: #7a7a7a;
}

.product-container-row .product-container-Right .product-function-div .quantity-box .input-group .quantity-left-minus {
  left: 0.7rem;
}

.product-container-row .product-container-Right .product-function-div .quantity-box .input-group .quantity-right-plus {
  right: 0.7rem;
}

.product-container-row .product-container-Right .product-function-div .add-cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}

.product-container-row .product-container-Right .product-function-div .add-cart-box button {
  width: 18rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  background-color: #ff8c00;
  color: #ffffff;
  border: none;
  border-radius: 5rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.product-container-row .product-container-Right .product-function-div .add-cart-box button i {
  font-size: 2rem;
  margin-right: 0.8rem;
}

.product-container-row .product-container-Right .product-function-div .add-cart-box button:hover {
  background-color: #3c5e48;
}

.product-container-row .product-container-Right .product-function-div .wishlist-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-container-row .product-container-Right .product-function-div .wishlist-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #7a7a7a;
  background: none;
  border-radius: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  color: #7a7a7a;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-container-row .product-container-Right .product-function-div .wishlist-box button:hover {
  background-color: #3C435E;
  color: #ffffff;
}

.product-container-row .product-container-Right .product-function-div .enquire-now-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5rem;
}

.product-container-row .product-container-Right .product-function-div .enquire-now-box button {
  width: 18rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #7a7a7a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  background: none;
  color: #000;
  border-radius: 5rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.product-container-row .product-container-Right .product-function-div .enquire-now-box button i {
  font-size: 2rem;
  margin-right: 0.8rem;
}

.product-container-row .product-container-Right .product-function-div .enquire-now-box button:hover {
  background-color: #3C435E;
  color: #ffffff;
}

.product-container-row .product-container-Right .product-share-product-div {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-container-row .product-container-Right .product-share-product-div h6 {
  font-size: 1.6rem;
  margin-right: 1.2rem;
  font-weight: normal;
}

.product-container-row .product-container-Right .product-share-product-div .sharetastic__button {
  margin: 0 0.5rem;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  display: none;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  display: none;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}


.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}

#button_top {
  background-color: #818181;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  bottom: 140px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 24px;
}

#button_top:hover {
  cursor: pointer;
  background-color: #717171;
}

#button_top:active {
  background-color: #717171;
}

#button_top.show {
  opacity: 1;
  visibility: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fixed_call {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 80px;
  background-color: #3c435e;
  color: #ffffff !important;
  border-radius: 50px;
  font-size: 27px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.carousel-image {
  width: 100%;
  height: auto;
}

.carousel-slider img {
  width: 168px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Product Detail Section Finish */
/* Related Product Start */
.related-product-section {
  padding: 0rem 2rem 2rem 2rem;
}

.related-product-section h2 {
  font-weight: normal;
  font-size: 3rem;
  line-height: 33px;
  letter-spacing: 0.04em;
  color: #3C435E;
}

.related-product-section h2:after {
  content: '';
  background-color: #3C435E;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  margin: 2.5rem 0 5rem 0;
  display: block;
}

.related-product-section .related-product-box {
  margin: 0 5px;
}

.related-product-section .related-product-box .related-product-box-img {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.related-product-section .related-product-box .related-product-box-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.related-product-section .related-product-box .related-product-box-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.related-product-section .related-product-box .related-product-box-img li {
  display: block;
  margin-bottom: 1rem;
}

.related-product-section .related-product-box .related-product-box-img a {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3C435E;
}

.related-product-section .related-product-box .related-product-box-img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.related-product-section .related-product-box .related-product-box-detail {
  padding: 2rem 1rem;
  text-align: center;
}

.related-product-section .related-product-box .related-product-box-detail h3 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.3rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 7rem;
}

.related-product-section .related-product-box .related-product-box-detail h3 a {
  text-decoration: none;
  color: #3C435E;
}

.related-product-section .related-product-box .related-product-box-detail .price {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #3C435E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.related-product-section .related-product-box .related-product-box-detail .price i {
  font-size: 2.6rem;
}

.related-product-section .related-product-box .related-product-box-detail .price-cut {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.related-product-section .related-product-box .related-product-box-detail .price-cut i {
  font-size: 1.8rem;
}

.related-product-section .related-product-box .related-product-box-detail .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.related-product-section .related-product-box:hover ul {
  opacity: 1;
}

.related-product-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.related-product-section .slick-next, .related-product-section .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
}

.related-product-section .slick-next:before, .related-product-section .slick-prev:before {
  font-size: 4.5rem;
  color: #999;
}

.related-product-section .slick-prev:before {
  content: '\f0bb';
}

.related-product-section .slick-next:before {
  content: '\f0bc';
}

.related-product-section .slick-next {
  right: -6rem;
}

.related-product-section .slick-prev {
  left: -6rem;
}

.related-product-section .related-product-box:hover .related-product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.related-product-section .related-product-box:hover .related-product-box-img:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.banner-slider-section-detail {
  padding: 0rem 0 10rem 0 !important;
}

/* Related Product Finish */
/* Modal Pop Start */
.modal-pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/modal-popup-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -99;
  opacity: 0;
  overflow-y: auto;
  padding: 2rem 0;
}

.modal-pop-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 4rem;
  width: 45rem;
  margin: auto;
}

.modal-pop-box h2 {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 3.6rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}

.modal-pop-box h2:after {
  content: '';
  background-color: #000;
  display: block;
  width: 8rem;
  height: 2px;
  margin: 1.5rem auto 4rem;
}

.modal-pop-box .modal-pop-input {
  position: relative;
  margin-bottom: 2.5rem;
}

.modal-pop-box .modal-pop-input input[type="text"] {
  border: 1px solid #c9c9c9;
  width: 100%;
  color: #000;
  height: 5rem;
  padding: 0 2.5rem 0 4.5rem;
  color: #000;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.6rem;
}

.modal-pop-box .modal-pop-input i {
  position: absolute;
  left: 1.5rem;
  font-size: 2rem;
  color: #7a7a7a;
  margin-top: 1.5rem;
}

.modal-pop-box .modal-pop-input input[type="submit"] {
  border: 1px solid #3C435E;
  text-transform: uppercase;
  background-color: #3C435E;
  width: 100%;
  color: #000;
  height: 5rem;
  padding: 0 2.5rem;
  color: #ffffff;
  cursor: pointer;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1 0.5rem;
  margin-bottom: -2.5rem;
}

.close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 5rem;
  background: #000;
  border: none;
  color: #fff;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
}

.close-popup i {
  margin-right: 0.4rem;
  font-size: 1.6rem;
}

.modal-pop.open {
  z-index: 99;
  opacity: 1;
}

/* Modal Pop Finish */
/* Cart Section Start */
.cart-product-table {
  padding: 9rem 2rem 2rem 2rem;
}

.cart-product-table table {
  width: 100%;
  max-width: 100%;
}

.cart-product-table table thead tr {
  background-color: #F8F9FA;
}

.cart-product-table table thead tr th {
  padding: 1rem 2.5rem;
  color: #000;
  text-align: center;
  font-size: 2.0rem;
  font-weight: normal;
}

.cart-product-table table thead tr th:first-child {
  text-align: left;
}

.cart-product-table table tbody tr td {
  padding: 3rem 2.5rem;
  border-bottom: 1px solid #E8E8E8;
  vertical-align: middle;
}

.cart-product-table table tbody tr td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-product-table table tbody tr td img {
  width: 9rem;
  height: 9rem;
  margin-right: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-product-table table tbody tr td a {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}

.cart-product-table table tbody tr td p {
  font-size: 2.2rem;
  color: #3C435E;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-product-table table tbody tr td p i {
  margin-right: 0.3rem;
  font-size: 2.6rem;
}

.cart-product-table table tbody tr td .input-group {
  width: 11rem;
  position: relative;
  margin: auto;
}

.cart-product-table table tbody tr td .input-group input {
  width: 100%;
  border: 1px solid #7a7a7a;
  height: 4.5rem;
  text-align: center;
  border-radius: 5rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.5rem;
  color: #7a7a7a;
}

.cart-product-table table tbody tr td .input-group button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  cursor: pointer;
  font-size: 1.2rem;
  color: #7a7a7a;
}

.cart-product-table table tbody tr td .input-group .quantity-left-minus {
  left: 1.5rem;
}

.cart-product-table table tbody tr td .input-group .quantity-right-plus {
  right: 1.5rem;
}

.cart-product-table table tbody tr td span {
  font-size: 4rem;
  color: #D3D3D3;
  cursor: pointer;
}

.coupon-cart-button {
  padding: 4rem 2rem;
  border-bottom: 1px solid #E8E8E8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.coupon-cart-button .coupon-code-box {
  width: 40rem;
  position: relative;
}

.coupon-cart-button .coupon-code-box input {
  width: 100%;
  height: 5rem;
  border: 1px dashed #3C435E;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.6rem;
  color: #3C435E;
  padding: 0 6rem;
}

.coupon-cart-button .coupon-code-box input::-webkit-input-placeholder {
  color: #3C435E;
}

.coupon-cart-button .coupon-code-box input:-ms-input-placeholder {
  color: #3C435E;
}

.coupon-cart-button .coupon-code-box input::-ms-input-placeholder {
  color: #3C435E;
}

.coupon-cart-button .coupon-code-box input::placeholder {
  color: #3C435E;
}

.coupon-cart-button .coupon-code-box i {
  position: absolute;
  font-size: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.coupon-cart-button .coupon-code-box .ph-scissors {
  left: 2rem;
}

.coupon-cart-button .coupon-code-box .ph-arrow-right {
  right: 2rem;
}

.coupon-cart-button .shopping-update-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.coupon-cart-button .shopping-update-box a {
  width: 24rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  margin-right: 2rem;
  text-decoration: none;
  border: 1px solid #3C435E;
  border-radius: 5rem;
  font-size: 1.6rem;
  color: #3C435E;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.coupon-cart-button .shopping-update-box a:hover {
  background-color: #3C435E;
  color: #ffffff;
}

.coupon-cart-button .shopping-update-box button {
  width: 24rem;
  height: 5rem;
  text-align: center;
  border: none;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  cursor: pointer;
  line-height: 5rem;
  text-decoration: none;
  background-color: #3C435E;
  border-radius: 5rem;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.coupon-cart-button .shopping-update-box button:hover {
  background-color: #3c5e48;
}

.cart-total {
  width: 40rem;
  padding: 5.5rem 0 2rem 0;
  float: right;
}

.cart-total h4 {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.cart-total h4:after {
  content: '';
  background-color: #3C435E;
  display: block;
  width: 5.2rem;
  height: 2px;
  margin: 1rem 0 2.5rem 0;
}

.cart-total table {
  width: 100%;
  max-width: 100%;
}

.cart-total table tr td {
  font-size: 1.8rem;
  color: #222;
  vertical-align: middle;
  padding: 0 0 2.5rem 0;
}

.cart-total table tr td i {
  vertical-align: middle;
  margin-top: -6px;
  margin-right: -4px;
}

.cart-total table tr td:last-child {
  width: 35%;
}

.cart-total table tr:last-child td {
  font-size: 2.4rem;
  border-top: 1px solid #dadada;
  padding: 2rem 0;
}

.cart-total a {
  width: 100%;
  height: 5rem;
  background-color: #3C435E;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 5rem;
  margin-top: 1rem;
}

.cart-total a i {
  margin-left: 0.5rem;
}

.cart-total a:hover {
  background-color: #3c5e48;
}

/* Cart Section Finish */
/* About CSS Start */
.about-section-1-row {
  padding: 9rem 2rem;
}

.about-section-1-row .about-section-1-Left{float: left; margin-right: 6rem; margin-bottom: 3rem; margin-top: 3rem;}

.about-section-1-row h2 {
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  color: #3C435E;
}

.about-section-1-row h3 {
  font-size: 4rem;
  color: #3C435E;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: table;
}

.about-section-1-row h3:after {
  content: '';
  background-color: #3C435E;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem 0 2rem 0;
}

.about-section-1-row p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.8rem;
  color: #555;
  letter-spacing: 0.02em;
}

.about-section-1-2-row {
  padding: 1rem 2rem 9rem 2rem;
}

.about-section-1-2-row .about-section-1-2-Right{float: right; margin-left: 6rem; margin-bottom: 0rem; margin-top: 5rem;}

.about-section-1-2-row h2 {
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  color: #3C435E;
}

.about-section-1-2-row h3 {
  font-size: 4rem;
  color: #3C435E;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: table;
}

.about-section-1-2-row h3:after {
  content: '';
  background-color: #3C435E;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem 0 2rem 0;
}

.about-section-1-2-row p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.8rem;
  color: #555;
  letter-spacing: 0.02em;
}

.about-section-1-2-row ul{margin:0; padding: 0 0 0 1.5rem;}
.about-section-1-2-row ul li{font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.3rem;
  color: #555;
  letter-spacing: 0.02em;}

.about-section-2 {
  background: url(../images/about-section-2-img.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.about-section-2 .about-section-2-row {
  padding: 9rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section-2 .about-section-2-row .about-section-2-box {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0.5rem;
  padding: 5rem 3rem 6rem 3rem;
  position: relative;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
}

.about-section-2 .about-section-2-row .about-section-2-box h3 {
  font-size: 4rem;
  color: #3C435E;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-section-2 .about-section-2-row .about-section-2-box h3:after {
  content: '';
  background-color: #3C435E;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem auto 2rem;
}

.about-section-2 .about-section-2-row .about-section-2-box h5 {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  margin-bottom: 3.5rem;
   font-weight: normal;
  text-align: center;
}

.about-section-2 .about-section-2-row .about-section-2-box h4{font-size: 2.2rem;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0.02em;
    background: #3C435E;
    padding: 0.7rem 2rem;
    display: table; margin: 0 auto 2rem;}

.about-section-2 .about-section-2-row .about-section-2-box p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  color: #555;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box {
  display: inline-block;
  width: 29%;
  margin: 0 1.5rem;
  font-size: 3.5rem;
  text-align: center;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 0.5rem;
}

.about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box i {
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0.8rem;
  background: #3C435E;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 5rem;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box span {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box h6 {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0.5rem;
}

.about-section-2::before {
  content: '';
  background: rgba(236, 236, 236, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.about-section-3{padding: 8rem 2rem;}

.about-section-3 h3 {
  font-size: 4rem;
  color: #3C435E;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-section-3 h3:after {
  content: '';
  background-color: #3C435E;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem auto 2rem;
}

.about-section-3 h5{font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin-bottom: 3.5rem;
   font-weight: normal;
  text-align: center;
  line-height: 2.8rem;}

.about-section-3-row{display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;}

 .about-section-3-row-box{background: #fff;
    box-shadow: 0 0 16px 0px rgb(0 0 0 / 5%);
    border-radius: 1rem;
    text-align: center;
    padding: 3rem;}

  .about-section-3 h6{display: table;
    background: #3d445e;
    margin: 6rem auto 0;
    font-size: 2.7rem;
    color: #fff;
    font-weight: normal;
    padding: 0.8rem 4rem;
    text-align: center;
    border-radius: 6rem;}

 .about-section-3-row-box img{width: 8rem; margin-bottom: 1.5rem;}
 .about-section-3-row-box h4{font-size: 2.1rem; font-weight: normal; color: #3c435e; margin-bottom: 1.2rem; letter-spacing: 0.3px;}
 .about-section-3-row-box p{font-size: 1.6rem; line-height: 2.6rem; color: #555; letter-spacing: 0.02em;}

.about-section-4{background: #F8F9FA; padding: 8rem 2rem 7rem 2rem; margin-bottom: 4rem;}
.about-section-4 h3 {
  font-size: 4rem;
  color: #3C435E;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-section-4 h3:after {
  content: '';
  background-color: #3C435E;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem auto 2rem;
}

.about-section-4 h5{font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin-bottom: 3.5rem;
   font-weight: normal;
  text-align: center;
  line-height: 2.8rem;}

.about-section-4 ul{font-size: 0; margin: 0; padding: 0;}
.about-section-4 li{display: inline-block; position: relative; font-size: 1.6rem; width: 50%; margin-bottom: 1rem; vertical-align: top; padding-left: 1.7rem; padding-right: 5rem; line-height: 2.4rem;}
.about-section-4 li:before{content: ''; width: 5px; height: 5px; position: absolute; left: 0; top: 0.6rem; border-radius: 50%; background: #3C435E;}

.about-section-last-section{padding: 4rem 2rem;}
.about-section-last-section-grid{display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 4.5rem;
align-items: center;}

.about-section-last-section-grid .about-section-last-section-grid-detail h3{font-size: 2.7rem;
    color: #3C435E;
    font-weight: normal;
    letter-spacing: 0.02em;}
.about-section-last-section-grid .about-section-last-section-grid-detail h3:after{content: '';
    background-color: #3C435E;
    width: 7rem;
    height: 2px;
    display: block;
    margin: 1.5rem 0 2rem 0;}
.about-section-last-section-grid .about-section-last-section-grid-detail p{font-size: 1.7rem;
    line-height: 3.2rem;
    color: #555;
    letter-spacing: 0.02em;}

    .about-last-line{background: #3c435e;
    display: table;
    margin: 2rem auto 0;
    padding: 1rem 3rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.4px;}
/* About CSS Finish */

/* Contact CSS Start */
.contact-form-section {
  padding: 9rem 0;
}

.contact-form-section h2 {
  font-size: 4rem;
  color: #3C435E;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}

.contact-form-section h2:after {
  content: '';
  background-color: #3C435E;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem auto 2rem;
}

.contact-form-section p {
  font-size: 2rem;
  text-align: center;
  color: #7a7a7a;
  line-height: 2.6rem;
  margin-bottom: 4rem;
}

.contact-form-section .contact-form-container {
  max-width: 700px;
  margin: auto;
  font-size: 0;
}

.contact-form-section .contact-form-width50 {
  width: 50%;
  display: inline-block;
  padding: 0 1.5rem;
}

.contact-form-section .contact-form-box {
  margin-bottom: 3rem;
  position: relative;
}

.contact-form-section .contact-form-box input[type="text"], .contact-form-section .contact-form-box input[type="email"] {
  width: 100%;
  height: 5rem;
  border: 1px solid #eaeaea;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.6rem;
  color: #3C435E;
  padding: 0 1.5rem 0 4.2rem;
}

.contact-form-section .contact-form-box input[type="text"]::-webkit-input-placeholder, .contact-form-section .contact-form-box input[type="email"]::-webkit-input-placeholder {
  color: #3C435E;
}

.contact-form-section .contact-form-box input[type="text"]:-ms-input-placeholder, .contact-form-section .contact-form-box input[type="email"]:-ms-input-placeholder {
  color: #3C435E;
}

.contact-form-section .contact-form-box input[type="text"]::-ms-input-placeholder, .contact-form-section .contact-form-box input[type="email"]::-ms-input-placeholder {
  color: #3C435E;
}

.contact-form-section .contact-form-box input[type="text"]::placeholder, .contact-form-section .contact-form-box input[type="email"]::placeholder {
  color: #3C435E;
}

.contact-form-section .contact-form-width100 {
  width: 100%;
  display: inline-block;
  padding: 0 1.5rem;
}

.contact-form-section .contact-form-box textarea {
  width: 100%;
  height: 15rem;
  border: 1px solid #eaeaea;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.6rem;
  color: #3C435E;
  padding: 1.5rem 1.5rem 1.5rem 4.2rem;
}

.contact-form-section .contact-form-box textarea::-webkit-input-placeholder {
  color: #3C435E;
}

.contact-form-section .contact-form-box textarea:-ms-input-placeholder {
  color: #3C435E;
}

.contact-form-section .contact-form-box textarea::-ms-input-placeholder {
  color: #3C435E;
}

.contact-form-section .contact-form-box textarea::placeholder {
  color: #3C435E;
}

.contact-form-section .contact-form-box i {
  font-size: 1.6rem;
  color: #7a7a7a;
  position: absolute;
  left: 1.7rem;
  top: 1.7rem;
}

.contact-form-section .contact-form-submit {
  padding: 0 2rem;
}

.contact-form-section .contact-form-submit input[type="submit"] {
  width: 20rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 5rem;
  border: none;
  background: #3C435E;
  border-radius: 5rem;
  font-size: 1.6rem;
  cursor: pointer;
  float: right;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: 'GlacialIndifference-Regular', sans-serif;
}

.contact-form-section .contact-form-submit input[type="submit"]:hover {
  background-color: #3c5e48;
}

.contact-company-detail {
  background-color: #3C435E;
  padding: 4rem 0;
}

.contact-company-detail .contact-company-detail-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.5fr 1.5fr;
      grid-template-columns: 2fr 1.5fr 1.5fr;
  grid-gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box {
  position: relative;
  padding: 1rem 0 1rem 7.5rem;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box span {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  background: #ffffff;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5rem;
  color: #3C435E;
  top: 0;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box h4 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-bottom: 0.6rem;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 2rem;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box a {
  color: #ffffff;
  text-decoration: none;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box a:hover {
  text-decoration: underline;
}

.contact-location-map iframe {
  width: 100%;
  height: 45rem;
  border: none;
}

/* Contact CSS Finish */
/* Blog Listing Section Start */
.blog-listing-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1.5fr;
      grid-template-columns: 3fr 1.5fr;
  grid-gap: 4rem;
  padding: 7rem 2rem 2rem 2rem;
}

.blog-listing-box {
  margin-bottom: 3rem;
}

.blog-listing-box .blog-listing-box-img {
  width: 100%;
  position: relative;
}

.blog-listing-box .blog-listing-box-img img {
  width: 100%;
}

.blog-listing-box .blog-listing-box-img span {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-size: 1.4rem;
  top: 1rem;
  position: absolute;
  left: 1rem;
  letter-spacing: 0.02em;
  border-radius: 0.5rem;
}

.blog-listing-box .blog-listing-detail {
  padding: 2rem 0;
}

.blog-listing-box .blog-listing-detail h2 a {
  font-size: 2.7rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.blog-listing-box .blog-listing-detail p {
  font-size: 1.6rem;
  color: #7a7a7a;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

.blog-listing-box .blog-listing-detail a {
  font-size: 1.5rem;
  color: #3C435E;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-listing-box .blog-listing-detail a i {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  font-size: 1.6rem;
}

.blog-listing-box .blog-listing-detail a:hover {
  color: #3C435E;
}

.blog-listing-row-Left button {
  width: 27rem;
  cursor: pointer;
  height: 5.4rem;
  display: table;
  margin: 7rem auto 0;
  background: #3C435E;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  border: none;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
}

.blog-listing-row-Right {
  padding-left: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2vh;
  height: 96vh;
  overflow-y: auto;
  bottom: 2vh;
}

.blog-listing-row-Right .blog-listing-right-bg {
  background-color: #fbf9ff;
  padding: 3rem;
  margin-bottom: 3rem;
}

.blog-listing-row-Right .blog-listing-right-search {
  position: relative;
}

.blog-listing-row-Right .blog-listing-right-search input {
  width: 100%;
  height: 5rem;
  border: 1px solid #f0e9ff;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  color: #3C435E;
  padding: 0 2rem 0 4rem;
}

.blog-listing-row-Right .blog-listing-right-search i {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  color: #3C435E;
}

.blog-listing-row-Right .blog-listing-right-recent h3 {
  font-size: 2.1rem;
  margin-bottom: 3rem;
  font-weight: normal;
  color: #000;
}

.blog-listing-row-Right .blog-listing-right-recent h3::after {
  content: "";
  display: block;
  padding-top: 1.5rem;
  border-bottom: 1px solid #f0e9ff;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent img {
  height: 8.5rem;
  width: 8.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail {
  margin-left: 2rem;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail h2 {
  font-size: 1.7rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: normal;
  margin-bottom: 1rem;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail h2 a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail h2 a:hover {
  color: #ff2b2b;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail span {
  font-size: 1.4rem;
  color: #7a7a7a;
  letter-spacing: 0.01em;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent:last-child {
  margin-bottom: 0;
}

.blog-listing-row-Right .blog-listing-right-category h3 {
  font-size: 2.1rem;
  margin-bottom: 3rem;
  font-weight: normal;
  color: #000;
}

.blog-listing-row-Right .blog-listing-right-category h3::after {
  content: "";
  display: block;
  padding-top: 1.5rem;
  border-bottom: 1px solid #f0e9ff;
}

.blog-listing-row-Right .blog-listing-right-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-listing-row-Right .blog-listing-right-category li {
  border-bottom: 1px solid #f0e9ff;
  padding-bottom: 1.2rem;
  padding-top: 1.5rem;
}

.blog-listing-row-Right .blog-listing-right-category li:first-child {
  padding-top: 0;
}

.blog-listing-row-Right .blog-listing-right-category li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-listing-row-Right .blog-listing-right-category a {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-decoration: none;
  color: #3C435E;
}

.blog-listing-row-Right .blog-listing-right-category a span {
  margin-left: 0.6rem;
}

.blog-listing-row-Right .blog-listing-right-category a:hover {
  color: #ff2b2b;
}

.blog-listing-row-Right .blog-listing-right-bg:last-child {
  margin-bottom: 0;
}

.blog-listing-row-Right::-webkit-scrollbar {
  display: none;
}

.blog-listing-row-Right {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Blog Listing Section Finish */
/* Blog Detail Section Start */
.blog-detail-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1.5fr;
      grid-template-columns: 3fr 1.5fr;
  grid-gap: 4rem;
  padding: 5rem 2rem 2rem 2rem;
}

.blog-detail-box {
  margin-bottom: 1rem;
}

.blog-detail-box .blog-detail-box-img {
  width: 100%;
  position: relative;
}

.blog-detail-box .blog-detail-box-img img {
  width: 100%;
}

.blog-detail-box .blog-detail-box-img ul {
  margin: 0;
  padding: 2rem 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-detail-box .blog-detail-box-img li {
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
}

.blog-detail-box .blog-detail-box-img li i {
  font-size: 2rem;
  margin-right: 0.5rem;
}

.blog-detail-box .blog-detail-box-img a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.blog-detail-box .blog-detail-box-img a:hover {
  color: #000;
}

.blog-detail-box .blog-detail-detail {
  padding: 2rem 0;
}

.blog-detail-box .blog-detail-detail h1 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: #3C435E;
}

.blog-detail-box .blog-detail-detail p {
  font-size: 1.6rem;
  color: #7a7a7a;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

.blog-detail-box .blog-detail-detail h4 {
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.02em;
  color: #3c435e;
}

.blog-detail-box .blog-detail-detail img {
  width: 100%;
  margin: 2rem 0;
}

.blog-detail-box .blog-detail-detail ul {
  margin: 0 0 2rem 1.5rem;
  padding: 1rem 0 0 0;
}

.blog-detail-box .blog-detail-detail li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #7a7a7a;
  margin-bottom: 1rem;
}

.blog-detail-box .blog-detail-detail a {
  text-decoration: none;
  color: #ef6537;
}

.like-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 4rem 0;
}

.like-post button {
  background: none;
  border: none;
  font-size: 1.6rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.like-post button i {
  margin-right: 0.8rem;
  font-size: 2.4rem;
}

.like-post .like-post-right {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.like-post .like-post-right i {
  margin-right: 0.8rem;
  font-size: 2.4rem;
  color: #FF2020;
}

.share-blog-div {
  padding: 3rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.share-blog-div h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #3C435E;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.share-blog-div .sharetastic__button {
  margin: 0 1rem;
  width: 3.6rem;
  height: 3.6rem;
}

.blog-comment-section {
  padding: 4rem 0 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.blog-comment-section h3 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #3C435E;
}

.blog-comment-section h3:after {
  content: '';
  background-color: #3C435E;
  width: 6rem;
  height: 2px;
  display: block;
  margin: 1rem 0 4rem 0;
}

.comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 4.5rem;
}

.comment-box img {
  width: 7rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5rem;
  margin-right: 2.5rem;
}

.comment-box .comment-box-detail p {
  font-size: 1.5rem;
  color: #7a7a7a;
  letter-spacing: 0.02em;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}

.comment-box .comment-box-detail h4 {
  font-size: 1.7rem;
  color: #000;
  letter-spacing: 0.02em;
}

.blog-comment-form-section {
  padding: 4rem 0;
  font-size: 0;
}

.blog-comment-form-section h3 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #3C435E;
}

.blog-comment-form-section h3:after {
  content: '';
  background-color: #3C435E;
  width: 6rem;
  height: 2px;
  display: block;
  margin: 1rem 0 4rem 0;
}

.blog-comment-form-section .comment-form-row {
  margin: 0 -1.5rem;
}

.blog-comment-form-section .comment-form-width50 {
  width: 50%;
  display: inline-block;
  padding: 0 1.5rem;
}

.blog-comment-form-section .comment-form-width100 {
  width: 100%;
  display: inline-block;
  padding: 0 1.5rem;
}

.blog-comment-form-section .comment-form-box {
  margin-bottom: 3rem;
  position: relative;
}

.blog-comment-form-section .comment-form-box input[type="text"], .blog-comment-form-section .comment-form-box input[type="email"] {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 5rem;
  padding: 0 1.8rem 0 4.2rem;
  font-size: 1.5rem;
  background: transparent;
  width: 100%;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  color: #3C435E;
}

.blog-comment-form-section .comment-form-box textarea {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 15rem;
  padding: 1.5rem 1.5rem 1.5rem 4.2rem;
  font-size: 1.6rem;
  background: transparent;
  width: 100%;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  color: #3C435E;
}

.blog-comment-form-section .comment-form-box i {
  position: absolute;
  font-size: 1.6rem;
  left: 1.7rem;
  top: 1.7rem;
  left: 1.7rem;
  color: #3C435E;
}

.blog-comment-form-section .comment-form-submit {
  display: block;
}

.blog-comment-form-section .comment-form-submit input[type="submit"] {
  border: 1px solid #ff2020;
  border-radius: 0px;
  height: 5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0 1.8rem;
  font-size: 1.5rem;
  background: transparent;
  width: 100%;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  color: #ff2020;
  float: right;
  width: 25rem;
  cursor: pointer;
  margin-top: 0.5rem;
}

.blog-comment-form-section .comment-form-submit input[type="submit"]:hover {
  background-color: #ff2020;
  color: #ffffff;
}

/* Blog Detail Section Finish */
/* Login Regsiter Section Start */
.login-register-container {
  position: relative;
  max-width: 70rem;
  margin: 8rem auto 2rem;
}

.login-register-container .login-form {
  background: #ffffff;
  padding: 5rem 6rem 5rem 5rem;
  -webkit-box-shadow: 0 10px 30px 0 rgba(13, 12, 13, 0.2);
          box-shadow: 0 10px 30px 0 rgba(13, 12, 13, 0.2);
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.login-register-container .login-form .login-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-register-container .login-form .login-heading h2 {
  font-size: 3rem;
  color: #3c435e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.login-register-container .login-form .login-heading h2 i {
  margin-right: 0.5rem;
  font-size: 4rem;
}

.login-register-container .login-form .login-heading p {
  color: #7a7a7a;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.login-register-container .login-form .login-input-box {
  padding: 3.5rem 0 4.5rem 0;
}

.login-register-container .login-form .login-input-box .input-field-box {
  position: relative;
  margin-bottom: 2.5rem;
}

.login-register-container .login-form .login-input-box .input-field-box label {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #7a7a7a;
}

.login-register-container .login-form .login-input-box .input-field-box input {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 5rem;
  padding: 0 2.5rem 0 4.5rem;
  color: #000;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.6rem;
}

.login-register-container .login-form .login-input-box .input-field-box input::-webkit-input-placeholder {
  font-size: 1.3rem;
}

.login-register-container .login-form .login-input-box .input-field-box input:-ms-input-placeholder {
  font-size: 1.3rem;
}

.login-register-container .login-form .login-input-box .input-field-box input::-ms-input-placeholder {
  font-size: 1.3rem;
}

.login-register-container .login-form .login-input-box .input-field-box input::placeholder {
  font-size: 1.3rem;
}

.login-register-container .login-form .login-input-box .input-field-box i {
  position: absolute;
  left: 1.5rem;
  font-size: 2rem;
  color: #000;
  margin-top: 1.5rem;
}

.login-register-container .login-form .login-input-box .input-forget-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*Check box*/
}

.login-register-container .login-form .login-input-box .input-forget-box a {
  color: #ff2020;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}

.login-register-container .login-form .login-input-box .input-forget-box label {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 1.6rem;
  display: block;
  padding: 1rem 0 0.5rem 0;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"], .login-register-container .login-form .login-input-box .input-forget-box input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"] + .label-text:before {
  content: "\f2ed";
  font-family: "Phosphor";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 8px;
  font-size: 1.8rem;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"]:checked + .label-text:before {
  content: "\f854";
  color: #ff2020;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

.login-register-container .login-form .login-input-box .input-forget-box span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.login-register-container .login-form .login-footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-register-container .login-form .login-footer-box p {
  color: #000;
  font-size: 1.6rem;
}

.login-register-container .login-form .login-footer-box p a {
  color: #ff2020;
  text-decoration: none;
  font-weight: bold;
}

.login-register-container .login-form .login-footer-box input {
  background: #3C435E;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 5rem;
  padding: 1rem 4rem;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  border-radius: 0;
  font-family: 'GlacialIndifference-Regular', sans-serif;
}

.login-register-container .login-form .login-footer-box input:hover {
  background: #ff2020;
}

.login-register-container .open-user {
  position: relative;
  z-index: 1;
  opacity: 1;
}

/* Login Regsiter Section Finish */
/* Dashboard Section Start */
.dashboard-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
      grid-template-columns: 1fr 4fr;
  grid-gap: 4rem;
  padding: 8rem 2rem 2rem 2rem;
}

.dashboard-menu {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: -webkit-sticky;
  position: sticky;
  top: 2vh;
}

.dashboard-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-menu a {
  padding: 1.2rem 2rem;
  border: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 1.6rem;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.dashboard-menu a i {
  margin-right: 1rem;
  font-size: 2.2rem;
}

.dashboard-menu a:hover, .dashboard-menu li.active a {
  background: #3C435E;
  border: 1px solid #3C435E;
  color: #ffffff;
}

.dashboard-all-main-div {
  position: relative;
}

.dashboard-all-main-div .open {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.dashboard-screen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-screen a {
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 0;
  font-size: 1.8rem;
  text-decoration: none;
  color: #7a7a7a;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dashboard-screen a i {
  display: block;
  font-size: 6rem;
  color: #3C435E;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.dashboard-screen a:hover {
  background-color: #3C435E;
  color: #ffffff;
  border: 1px solid #3C435E;
}

.dashboard-screen a:hover i {
  color: #ffffff;
}

.dashboard-personal-information {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-personal-information h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-personal-information h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-personal-information .edit {
  position: absolute;
  top: 4rem;
  right: 3rem;
  background: #ffbc01;
  border: none;
  padding: 0.8rem 1.6rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.dashboard-personal-information-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.dashboard-personal-information-input-box font {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #555;
}

.dashboard-personal-information-input-box .form-check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: 1.3rem;
}

.dashboard-personal-information-input-box .form-check label {
  font-size: 1.6rem;
  cursor: pointer;
}

.dashboard-personal-information-input-box input[type="text"] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  border-radius: 0;
  border: 1px solid #efefef;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  padding: 0 1.5rem;
}

.dashboard-personal-information-input-box input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.dashboard-personal-information-input-box input[type="radio"] + .label-text:before {
  content: "\f0ec";
  font-family: "Phosphor";
  vertical-align: middle;
  margin-top: -0.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

.dashboard-personal-information-input-box input[type="radio"]:checked + .label-text:before {
  content: "\f857";
  color: #3C435E;
}

.dashboard-personal-information-input-box input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.dashboard-personal-information-input-box input[type="radio"]:disabled + .label-text:before {
  content: "\f0ec";
  color: #ccc;
}

.dashboard-personal-information-input-box .toggle input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.dashboard-personal-information-input-box .toggle input[type="radio"]:disabled + .label-text:before {
  content: "\f204";
  color: #ccc;
}

.dashboard-personal-information-input-box input[type="submit"] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  background-color: #3C435E;
  color: #ffffff;
  cursor: pointer;
  margin-top: 2.9rem;
  border-radius: 0;
  border: none;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  padding: 0 1.5rem;
}

.dashboard-address-information {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-address-information h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-address-information h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-address-information .edit {
  position: absolute;
  top: 4rem;
  right: 3rem;
  background: #ffbc01;
  border: none;
  padding: 0.8rem 1.6rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.dashboard-address-information h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2rem;
  color: #252525;
  background: #efefef;
  padding: 0.8rem 1.6rem;
}

.dashboard-address-billing-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.dashboard-address-billing-input-box font {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #555;
}

.dashboard-address-billing-input-box input[type="text"] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  border-radius: 0;
  border: 1px solid #efefef;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  padding: 0 1.5rem;
}

.dashboard-address-billing-input-box input[type="submit"] {
  width: 48.3%;
  height: 4.5rem;
  float: right;
  font-size: 1.5rem;
  background-color: #3C435E;
  color: #ffffff;
  cursor: pointer;
  margin-top: 2.9rem;
  border-radius: 0;
  border: none;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  padding: 0 1.5rem;
}

.dashboard-address-information .form-check {
  margin-bottom: 1rem;
  /*Check box*/
}

.dashboard-address-information .form-check label {
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  display: block;
  padding: 3rem 0 2rem 0;
  float: right;
}

.dashboard-address-information .form-check input[type="checkbox"], .dashboard-address-information .form-check input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.dashboard-address-information .form-check input[type="checkbox"] + .label-text:before {
  content: "\f2ed";
  font-family: "Phosphor";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}

.dashboard-address-information .form-check input[type="checkbox"]:checked + .label-text:before {
  content: "\f854";
  color: #3C435E;
}

.dashboard-address-information .form-check input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

.dashboard-address-information .form-check input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

.dashboard-address-information .form-check span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7a7a7a;
}

.dashboard-order-information {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-order-information h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-order-information h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-order-information .table {
  border: 1px solid #dddddd;
  width: 100%;
}

.dashboard-order-information .table thead th {
  text-align: center;
  width: 16.6667%;
  vertical-align: middle;
  background: #3C435E;
  border: none;
  font-size: 1.4rem;
  font-weight: normal;
  color: #ffffff;
  padding: 1.5rem 0;
}

.dashboard-order-information .table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.dashboard-order-information .table tbody td:first-child a {
  color: #3C435E;
  text-decoration: none;
}

.dashboard-order-information .table tbody td {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  padding: 1.5rem 0;
  vertical-align: middle;
}

.dashboard-order-information .table tbody td i {
  vertical-align: middle;
  margin-top: -0.3rem;
}

.dashboard-order-information .table tbody td:nth-of-type(4) {
  font-weight: 700;
}

.dashboard-order-information .table tbody td:nth-of-type(5) {
  text-transform: uppercase;
}

.dashboard-order-information .table tbody td:last-child {
  font-weight: 700;
}

.dashboard-order-information .table tbody td .pending {
  color: #e59a08;
}

.dashboard-order-information .table tbody td .paid {
  color: #088a05;
}

.dashboard-order-information .table tbody td .cancelled {
  color: #ff0000;
}

.dashboard-order-information .table tbody td .paid i {
  color: #2593d1;
  margin-left: 5px;
  font-size: 1.8rem;
  vertical-align: middle;
  margin-top: -0.5rem;
  cursor: pointer;
}

.dashboard-wishlist-information {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-wishlist-information h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-wishlist-information h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-wishlist-information .table {
  border: 1px solid #dddddd;
  width: 100%;
}

.dashboard-wishlist-information table tr {
  padding: 2.5rem;
  border-bottom: 1px solid #ddd;
  display: block;
}

.dashboard-wishlist-information table tr td:first-child {
  width: 85%;
  padding-right: 2.5rem;
}

.dashboard-wishlist-information table tr td:first-child a {
  display: block;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}

.dashboard-wishlist-information table tr td:first-child p {
  margin-top: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #ff2401;
}

.dashboard-wishlist-information table tr td:first-child p i {
  font-size: 2.7rem;
  vertical-align: middle;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
}

.dashboard-wishlist-information table tr td img {
  width: 9rem;
  height: 9rem;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f4f4f4;
  display: block !important;
  margin-bottom: 1rem;
}

.dashboard-wishlist-information table tr td:last-child a {
  width: 5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-right: 0.2rem;
  height: 5rem;
  display: inline-block;
  border: 1px solid #7a7a7a;
  border-radius: 8rem;
  text-align: center;
  line-height: 5.5rem;
  text-decoration: none;
  font-size: 2rem;
  color: #000;
}

.dashboard-wishlist-information table tr td:last-child a:hover {
  background-color: #3C435E;
  color: #ffffff;
  border: 1px solid #3C435E;
}

.dashboard-wishlist-information table tr td:last-child a:last-child {
  margin-right: 0;
}

.dashboard-change-password {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-change-password h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-change-password h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-change-password-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.dashboard-change-password-input-box font {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #555;
}

.dashboard-change-password-input-box input[type="password"] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  border-radius: 0;
  border: 1px solid #efefef;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  padding: 0 1.5rem;
}

.dashboard-change-password-input-box input[type="submit"] {
  width: 48.3%;
  height: 4.5rem;
  float: right;
  font-size: 1.5rem;
  background-color: #3C435E;
  color: #ffffff;
  cursor: pointer;
  margin-top: 2.9rem;
  border-radius: 0;
  border: none;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  padding: 0 1.5rem;
}

/* Dashboard Section Finish */
/* Privacy Policy Section Start */
.privacy-policy-row {
  padding: 9rem 2rem 0rem 2rem;
}

.privacy-policy-row p {
  font-size: 1.6rem;
  color: #7a7a7a;
  margin-bottom: 1.5rem;
  line-height: 2.4rem;
}

.privacy-policy-row p a {
  text-decoration: none;
  color: #ef6537;
}

.privacy-policy-row h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

.privacy-policy-row ul {
  margin: 0 0 0 1.5rem;
  padding: 0;
}

.privacy-policy-row li {
  font-size: 1.6rem;
  color: #7a7a7a;
  margin-bottom: 1rem;
  line-height: 2.4rem;
}

.privacy-policy-row ul ul {
  padding-top: 1rem;
}

.privacy-policy-row h3 {
  font-size: 2.1rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

.privacy-policy-row h4 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

/* Privacy Policy Section Finish */
/* Bulk Order Page Start */
.bulk-order-page-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bulk-order-page-section {
  padding: 8rem 2rem;
}

.bulk-order-page-section h2 {
  color: #000;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.1rem;
}

.bulk-order-page-section h2:after {
  content: '';
  background-color: #000;
  display: block;
  margin: 1.5rem auto 2rem;
  width: 90px;
  height: 2px;
}

.bulk-order-page-section p {
  font-size: 2rem;
  color: #000;
  margin-bottom: 5rem;
  text-align: center;
}

.bulk-order-page-section .width-row {
  margin: 0 -1.5rem;
}

.bulk-order-page-section .width50 {
  width: 50%;
  padding: 0 1.5rem;
  float: left;
}

.bulk-order-page-section .width100 {
  width: 100%;
  padding: 0 1.5rem;
  float: left;
}

.bulk-order-page-section .bulk-order-input input[type="text"] {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 5rem;
  padding: 0 2.5rem 0 4.5rem;
  color: #000;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.6rem;
}

.bulk-order-page-section .bulk-order-input textarea {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 12rem;
  padding: 1.5rem 2.5rem 0 4.5rem;
  color: #000;
  font-family: 'GlacialIndifference-Regular', sans-serif;
  font-size: 1.6rem;
}

.bulk-order-page-section .bulk-order-input {
  position: relative;
  margin-bottom: 3rem;
}

.bulk-order-page-section .bulk-order-input i {
  position: absolute;
  font-size: 2rem;
  left: 1.5rem;
  top: 1.5rem;
  color: #7a7a7a;
}

.bulk-order-page-section .bulk-order-input input[type="submit"] {
  border: 1px solid #3C435E;
  color: #fff;
  width: 100%;
  font-size: 2rem;
  background-color: #3C435E;
  cursor: pointer;
  letter-spacing: 0.1rem;
  height: 5rem;
  padding: 0 2.5rem;
  font-family: 'GlacialIndifference-Regular', sans-serif;
}

.call-now {
  display: table;
  margin: auto;
  background: #ffc600;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
}

.call-now p a {
  text-decoration: none;
  margin-left: 0.5rem;
  color: #3C435E;
  font-size: 2.4rem;
}

.call-now p a i {
  vertical-align: middle;
  margin-top: -0.3rem;
  font-size: 2.5rem;
}

/* Bulk Order Page Finish */
/* Bulk Order Banner Start */
.bulk-order-banner-section {
  padding: 7rem 2rem 9rem 2rem;
  position: relative;
}

.bulk-order-banner-section a {
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.bulk-order-banner-section a img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.bulk-order-banner-section a:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.bulk-order-banner-section a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bulk-order-banner-section a:hover:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Bulk Order Banner Finish */
/* Footer Start */
footer {
  padding: 7rem 0;
  border-top: 1px solid #ccc;
}

.footer-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 2fr;
      grid-template-columns: 2fr 1fr 1fr 2fr;
  padding: 0 2rem;
  grid-gap: 5rem;
}

.footer-row .footer-box-1 .footer-logo {
  width: 16.6rem;
  margin-bottom: 2rem;
}

.footer-row .footer-box-1 p {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.02em;
  color: #666666;
  margin-bottom: 2rem;
}

.footer-row .footer-box h3 {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.1rem;
  letter-spacing: 0.02em;
  color: #000000;
}

.footer-row .footer-box h3:after {
  content: '';
  background-color: #000;
  width: 3.8rem;
  height: 1px;
  display: block;
  margin: 1rem 0 2rem 0;
}

.footer-row .footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-row .footer-box li {
  float: none;
  margin-bottom: 1rem;
}

.footer-row .footer-box a {
  color: #666666;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
}

.footer-row .footer-box a:hover {
  text-decoration: underline;
}

.footer-row .footer-box-4 p {
  color: #666666;
  font-size: 1.4rem;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.footer-row .footer-box-4 p a:hover {
  text-decoration: none;
}

.footer-row .footer-box-4 p i {
  margin-right: 0.6rem;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #A5A5A5;
}

.footer-row .footer-box-4 .footer-social {
  padding-top: 0.5rem;
}

.footer-row .footer-box-4 .footer-social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.4rem;
  color: #3C435E;
  margin-right: 0.7rem;
}

/* Footer Finish */
/* Copyright Start */
.copyright-section {
  border-top: 1px solid #EEEEEE;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.3rem;
  color: #686868;
}

.copyright-section a {
  color: #3C435E;
  text-decoration: none;
}

.copyright-section a:hover {
  text-decoration: underline;
}

/* Copyright Finish */
.close-menu-btn {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #3c435e;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 5rem;
}

#shareBlock a{font-size: 1.8rem; margin: 0 !important;}

@media (max-width: 1330px) {
  .trending-product-section .slick-next, .latest-product-section .slick-next, .related-product-section .slick-next {
    right: -2rem;
  }
  .trending-product-section .slick-prev, .latest-product-section .slick-prev, .related-product-section .slick-prev {
    left: -2rem;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 60%;
  }
  .menu-section {
    position: fixed;
    width: 280px;
    top: 0;
    bottom: 0;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    background-color: #ffffff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-shadow: 8px 0px 9px rgba(0, 0, 0, 0.15);
            box-shadow: 8px 0px 9px rgba(0, 0, 0, 0.15);
  }
  .menu-section .nav {
    display: block;
  }
  .menu-section .nav > li {
    float: none;
  }
  .menu-section .nav > li > a, .menu-section .nav li li a {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-section .nav li a:first-child:nth-last-child(2):before {
    right: 10px;
  }
  .menu-section .nav ul {
    position: relative;
    padding: 0 0 1rem 0;
    -webkit-transform: initial !important;
            transform: initial !important;
    opacity: 1;
    left: 0;
    width: 90% !important;
    min-width: 90% !important;
    z-index: 9;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu-section .nav li li a {
    padding-left: 0;
  }
  .menu-section .nav li a:first-child:nth-last-child(2):before:hover .sub-menu {
    display: block;
  }
  .menu-section .nav > li li:hover > ul {
    top: initial;
  }
  .menu-section .nav li a:first-child:nth-last-child(2):before {
    display: none;
  }
  .menu-section .nav > li:hover > ul {
    padding-top: 0;
  }
  .menu-section .nav ul {
    padding-bottom: 1px !important;
  }
  .menu-section .sub-menu, .menu-section .sub-sub-menu, .menu-section .sub-sub-sub-menu {
    margin-left: 7px;
  }
  header .menu-bar {
    display: block;
  }
  .logo-div {
    margin-left: 4.5rem;
  }
  .menu-section.open {
    left: 0;
  }
  .close-menu-btn {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .home-slider-box h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .home-slider-box p {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .home-hero-box-small h2 {
    font-size: 2.7rem;
    line-height: 3rem;
  }
  .all-stationery-home-banner, .all-heavy-discount-home-banner {
    margin: 0 2rem;
  }
  .all-stationery-home-banner .all-stationery-home-banner-detail {
    right: 2rem;
  }
  .all-stationery-home-banner .all-stationery-home-banner-detail h2 {
    font-size: 2.7rem;
    line-height: 4.7rem;
  }
  .all-stationery-home-banner .all-stationery-home-banner-detail h2 span {
    font-size: 3.6rem;
  }
  .all-stationery-home-banner .all-stationery-home-banner-detail a {
    width: 15rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail {
    left: 2rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail h2 {
    font-size: 3.6rem;
    line-height: 4.7rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail a {
    width: 15rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .back-white {
    margin: 7rem 2rem 1rem 2rem;
  }
  .product-container-row {
    grid-gap: 4.5rem;
  }
  .product-container-row .product-container-Right .product-function-div .add-cart-box button, .product-container-row .product-container-Right .product-function-div .enquire-now-box button {
    width: 15rem;
  }
  .product-container-row .product-container-Right .product-function-div .quantity-box .input-group {
    width: 7rem;
  }
  .listing-product-section {
    padding: 7rem 2rem 2rem 2rem;
  }
}

@media (max-width: 991px) {
  .home-hero-container-2 .home-hero-box-detail {
    top: 20px;
    left: 15px;
  }
  .home-slider-box img {
    width: 380px;
  }
  header .header-search {
    margin-left: 2rem;
    margin-right: 1rem;
  }
  .top-header .top-header-row {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
  .home-hero-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 500px 250px 250px;
        grid-template-rows: 500px 250px 250px;
  }
  .home-hero-container .home-hero-box-detail {
    top: 20px;
    left: 15px;
  }
  .home-hero-container .home-hero-box-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .home-hero-container .home-hero-box-2 {
    -ms-grid-row: 2;
    grid-row: 2/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home-hero-container .home-hero-box-3 {
    grid-row: initial;
    grid-column: initial;
  }
  .home-hero-container-2 {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (250px)[3];
        grid-template-rows: repeat(3, 250px);
    margin: 1rem 0;
  }
  .home-hero-box-10 {
    grid-column: 1/3;
  }
  .home-slider-box {
    padding: 2rem 1.5rem;
  }
  .all-stationery-home-banner img {
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
    height: 23rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .all-stationery-home-banner .all-stationery-home-banner-detail {
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
  .all-stationery-home-banner .all-stationery-home-banner-detail h2 {
    font-size: 2rem;
    line-height: 3.6rem;
    margin-bottom: 1.5rem;
  }
  .all-stationery-home-banner .all-stationery-home-banner-detail h2 span {
    font-size: 3rem;
  }
  .all-stationery-home-banner .all-stationery-home-banner-detail a {
    width: 15rem;
    height: 4rem;
    font-size: 1.6rem;
    background: #e2d9de;
  }
  .all-heavy-discount-home-banner {
    margin: 4.5rem 0rem 0 0rem;
  }
  .all-heavy-discount-home-banner img {
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
    height: 23rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    padding: 0 2rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail h2 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 1.5rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail h2 br {
    display: none;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail a {
    width: 15rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .three-step-ul li:nth-of-type(2) {
    margin: 0 1rem;
    padding: 0 1rem;
  }
  .footer-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .footer-row .footer-box li {
    display: inline-block;
    margin-right: 1.2rem;
  }
  .footer-row .footer-box h3 {
    padding-top: 0.5rem;
  }
  .footer-row .footer-box h3:after {
    margin: 1rem 0;
  }
  .listing-heading-section {
    padding: 3rem 2rem 4rem 2rem;
  }
  .listing-heading-section h1 {
    font-size: 4rem;
  }
  .listing-heading-section li {
    font-size: 1.4rem;
  }
  .blog-detail-row, .blog-listing-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .blog-listing-row-Right {
    position: static;
    height: auto;
    overflow-y: inherit;
    padding-left: 0;
  }
  .blog-listing-row-Right .blog-listing-right-bg:first-child {
    display: none;
  }
  .share-blog-div .sharetastic__button {
    margin: 0 0.5rem;
  }
  .blog-comment-form-section .comment-form-width50 {
    width: 100%;
  }
  .blog-listing-row-Right .blog-listing-right-bg {
    padding: 2rem;
  }
  .blog-listing-row-Left button {
    margin: 4rem auto;
  }
  .bulk-order-page-section {
    padding: 7rem 2rem;
  }
  .bulk-order-page-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  .bulk-order-page-row .bulk-order-page-Left img {
    width: 100%;
  }
  .cart-product-table {
    padding: 7rem 2rem 2rem 2rem;
  }
  .coupon-cart-button {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .coupon-cart-button .coupon-code-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .contact-form-section {
    padding: 7rem 2rem;
  }
  .contact-company-detail {
    padding: 3rem 2rem 4rem 2rem;
  }
  .contact-company-detail .contact-company-detail-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .contact-company-detail .contact-company-detail-row .contact-company-detail-box {
    padding: 1rem 0 1rem 0rem;
    text-align: center;
  }
  .contact-company-detail .contact-company-detail-row .contact-company-detail-box span {
    position: static !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 auto 1.5rem !important;
  }
  .contact-location-map iframe {
    height: 35rem;
  }
  .product-container-row {
    grid-gap: 3rem;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    padding: 4rem 2rem 4rem 2rem;
  }
  .product-container-row .product-container-Left .product-slider img {
    height: 500px;
  }
  .product-container-row .product-container-Left {
    position: static;
  }
  .product-container-row .product-container-Right .product-detail {
    margin: 2rem 0 0 0;
  }
  .product-container-row .product-container-Right .product-detail .scrollbar-inner {
    max-height: initial;
  }
  .all-stationery-home-banner:hover .all-stationery-home-banner-detail, .all-heavy-discount-home-banner:hover .all-heavy-discount-home-banner-detail {
    -webkit-transform: initial;
            transform: initial;
  }
  .listing-product-section .listing-product-section-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Left {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -99;
    opacity: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    padding: 2.5rem 0.5rem 8rem 1.5rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Left .filter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Left.open {
    z-index: 99;
    opacity: 1;
  }
  .listing-product-section .listing-product-section-row-Right .listing-product-total-product {
    -ms-grid-columns: 2fr 1fr 2fr !important;
        grid-template-columns: 2fr 1fr 2fr !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .listing-product-section .listing-product-section-row-Right .listing-product-total-product .sort-by-box font {
    display: none !important;
  }
  .listing-product-section .listing-product-section-row-Right .listing-product-total-product button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .listing-product-section .listing-product-section-row-Right .listing-product-product-row {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
  .dashboard-section-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 3rem;
    padding: 6rem 2rem 2rem 2rem;
  }
  .dashboard-section-row .dashboard-menu {
    position: static;
  }
  .dashboard-section-row .dashboard-menu ul {
    font-size: 0;
    margin: 0 -1%;
  }
  .dashboard-section-row .dashboard-menu ul li {
    display: inline-block;
    width: 33.33%;
    padding: 1%;
  }
  .dashboard-section-row .dashboard-menu ul li a {
    margin-bottom: 0;
  }
  .dashboard-order-information .table {
    width: 200%;
  }
  .bulk-order-banner-section {
    padding: 5rem 2rem 7rem 2rem;
  }
  .listing-product-section{padding: 2rem;}
}

@media (max-width: 767px) {
  html {
    font-size: 58%;
  }
  .top-header {
    display: none;
  }
  .about-section-1-row .about-section-1-Left, .about-section-1-2-row .about-section-1-2-Right{width: 100%; float: none; margin: 0 0 3rem 0;}
  .about-section-1-2-row{padding: 0 2rem 7rem 2rem;}
  .about-section-3, .about-section-4{padding: 7rem 2rem;}
  .about-section-3-row{-ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-gap: 2rem;}
  .about-section-4 li{width: 100%; display: block; padding-right: 0rem; font-size: 1.7rem;}
  .about-section-last-section-grid{-ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-gap: 2.5rem;}
  .about-section-last-section{padding: 2.5rem 2rem;}
  .about-section-last-section .about-section-last-section-grid-img img{width: 100%;}
  .about-section-last-section-even .about-section-last-section-grid .about-section-last-section-grid-img{grid-row-start: 1;}
  header {
    padding: 1.5rem 0 6.5rem 0;
  }
  header .header-row {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
  header .header-search {
    margin-left: 2rem;
    margin-right: 2rem;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  header .menu-bar {
    top: 15px;
    -webkit-transform: initial;
            transform: initial;
  }
  header .logo-div a {
    width: 155px;
  }
  header .header-right-icons li:nth-of-type(2) {
    margin: 0 1.5rem;
  }
  header .header-search .header-search-drop {
    width: 40%;
  }
  header .header-search .header-search-box {
    width: 60%;
  }
  .banner-slider-container .banner-slide-box img {
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    width: 100%;
  }
  .latest-blog-section-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .latest-blog-section-row .latest-blog-section-box img {
    width: 100%;
    height: auto;
  }
  .three-step-ul li {
    display: block;
  }
  .three-step-ul li:nth-of-type(2):after, .three-step-ul li:nth-of-type(2):before {
    display: none;
  }
  .three-step-ul li:nth-of-type(2) {
    margin: 1.5rem 0;
    padding: 0 0rem;
  }
  .trending-product-section, .latest-product-section {
    padding: 7rem 2rem 7rem 2rem;
  }
  .about-section-1-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 7rem 2rem;
  }
  .about-section-1-row .about-section-1-Left {
    text-align: center;
  }
  .about-section-1-row h3 {
    font-size: 3.6rem;
  }
  .about-section-2 .about-section-2-row {
    margin: 0 2rem;
  }
  .about-section-2 .about-section-2-row .about-section-2-box {
    padding: 7rem 2rem 7rem 2rem;
  }
  .about-section-2 .about-section-2-row .about-section-2-box h3 {
    font-size: 3.6rem;
  }
  .about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box {
    width: 100%;
    margin: 0 0 2rem 0;
    font-size: 3rem;
  }
  .bulk-order-page-section .width50 {
    width: 100%;
  }
  .bulk-order-page-section .bulk-order-input {
    margin-bottom: 2rem;
  }
  .call-now {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  .cart-product-table table tbody tr td:first-child {
    width: 22rem;
    padding-left: 0;
  }
  .cart-product-table table tbody tr td img {
    width: 6rem;
    height: 7rem;
    margin-right: 1.5rem;
  }
  .coupon-cart-button .shopping-update-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coupon-cart-button .shopping-update-box a {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .coupon-cart-button .shopping-update-box button {
    width: 100%;
    margin: 0;
  }
  .coupon-cart-button .coupon-code-box {
    margin-bottom: 2rem;
  }
  .cart-product-table table thead tr th {
    font-size: 1.8rem;
  }
  .cart-product-table table tbody tr td p {
    font-size: 1.8rem;
  }
  .cart-product-table table tbody tr td p i {
    font-size: 2.2rem;
  }
  .cart-product-table table tbody tr td a {
    font-size: 1.6rem;
  }
  .cart-product-table table tbody tr td {
    padding: 2rem 1rem;
  }
  .cart-product-table table tbody tr td span {
    font-size: 2.7rem;
  }
  .cart-total {
    width: 100%;
    padding: 4rem 2rem 0rem 2rem;
  }
  .cart-total table tr td {
    width: 50%;
  }
  .contact-form-section .contact-form-width50, .contact-form-section .contact-form-width100 {
    width: 100% !important;
    padding: 0;
  }
  .contact-form-section .contact-form-box {
    margin-bottom: 2rem;
  }
  .contact-form-section p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .contact-form-section p br {
    display: none;
  }
  .contact-form-section .contact-form-submit {
    padding: 0;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product h4 {
    text-align: center;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    place-self: auto;
    margin: 1.5rem 0;
    width: 100%;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box .nice-select {
    width: 100%;
  }
  .dashboard-personal-information, .dashboard-address-information, .dashboard-order-information, .dashboard-wishlist-information, .dashboard-change-password {
    padding: 4rem 2rem;
  }
  .dashboard-personal-information .edit, .dashboard-address-information .edit, .dashboard-order-information .edit, .dashboard-wishlist-information .edit, .dashboard-change-password .edit {
    right: 2rem;
  }
  .dashboard-personal-information-input, .dashboard-address-billing-input, .dashboard-change-password-input {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .dashboard-personal-information-input input[type="submit"], .dashboard-address-billing-input input[type="submit"], .dashboard-change-password-input input[type="submit"] {
    margin-top: 0;
  }
  .dashboard-wishlist-information table tr td:last-child a {
    margin-bottom: 0.5rem;
    width: 4rem;
    height: 4rem;
    line-height: 4.5rem;
    font-size: 1.6rem;
  }

}

@media (max-width: 665px) {
  .dashboard-section-row .dashboard-menu ul li {
    width: 50%;
  }
  .dashboard-section-row .dashboard-menu ul li a {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }
  .dashboard-section-row .dashboard-menu ul li a i {
    margin-right: 0.5rem;
    font-size: 1.8rem;
  }
  .category-no-result{-ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-gap: 3rem; align-items: center; justify-content: center; text-align: center;}
  .category-no-result img{display: block; margin: auto;}
}

@media (max-width: 550px) {
  .product-container-row .product-container-Right .product-function-div {
    display: block;
    position: relative;
  }
  .product-container-row .product-container-Right .product-function-div .quantity-box {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .product-container-row .product-container-Right .product-function-div .quantity-box .input-group {
    width: 10rem;
  }
  .product-container-row .product-container-Right .product-function-div .add-cart-box {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .product-container-row .product-container-Right .product-function-div .add-cart-box button {
    width: 100%;
  }
  .product-container-row .product-container-Right .product-function-div .enquire-now-box {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .product-container-row .product-container-Right .product-function-div .enquire-now-box button {
    width: 100%;
  }
  .product-container-row .product-container-Right .product-function-div .wishlist-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: absolute;
    top: 2rem;
    right: 0;
  }
  .product-container-row .product-container-Right .product-share-product-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-container-row .product-container-Right .product-share-product-div h6 {
    margin-bottom: 1rem;
  }
  .product-container-row .product-container-Left .product-slider img {
    height: 390px;
  }
  .related-product-section {
    margin-top: -1rem;
  }
  .login-register-container {
    margin: 7rem 2rem 1rem 2rem;
  }
  .login-register-container .login-form {
    padding: 5rem 2rem 5rem 2rem;
  }
  .login-register-container .login-form .login-footer-box p {
    font-size: 1.4rem;
  }
  .privacy-policy-row {
    padding: 6rem 2rem 0rem 2rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner img {
    height: 22rem;
    -o-object-position: right;
       object-position: right;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail {
    left: 2rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail h2 {
    font-size: 2.7rem;
    line-height: 3.6rem;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail p {
    font-size: 3.6rem;
    line-height: 3rem;
    color: #ffffff;
  }
}

@media (max-width: 479px) {
  .trending-product-box, .latest-product-box {
    margin: 0;
  }
  .trending-product-box .trending-product-box-img img {
    height: 40rem;
  }
  .latest-product-box .latest-product-box-img img {
    height: 40rem;
  }
  .copyright-section {
    padding: 1.5rem 1rem;
  }
  .related-product-section .related-product-box .related-product-box-img img, .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img img {
    height: 40rem;
  }
  .float {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    right: 1rem;
    bottom: 2rem;
  }
  .fixed_call {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    right: 1rem;
    bottom: 7rem;
  }
  #button_top {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    right: 1rem;
    bottom: 12rem;
  }
}


.loading {position: fixed; z-index: 98; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; display: none;}
.loading:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3);}
.loading:not(:required) {font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}
.loading:not(:required):after {content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */


