* {
  outline: none;
}

@font-face {
  font-family: "AvenirLTStdBlack";
  src: url("../fonts/AvenirLTStdBlack.eot");
  src: url("../fonts/AvenirLTStdBlack.eot") format("embedded-opentype"),
    url("../fonts/AvenirLTStdBlack.woff2") format("woff2"),
    url("../fonts/AvenirLTStdBlack.woff") format("woff"),
    url("../fonts/AvenirLTStdBlack.ttf") format("truetype"),
    url("../fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack") format("svg");
}

@font-face {
  font-family: "AvenirLTStdMedium";
  src: url("../fonts/AvenirLTStdMedium.eot");
  src: url("../fonts/AvenirLTStdMedium.eot") format("embedded-opentype"),
    url("../fonts/AvenirLTStdMedium.woff2") format("woff2"),
    url("../fonts/AvenirLTStdMedium.woff") format("woff"),
    url("../fonts/AvenirLTStdMedium.ttf") format("truetype"),
    url("../fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium") format("svg");
}

@font-face {
  font-family: "AvenirLTStdBook";
  src: url("../fonts/AvenirLTStdBook.eot");
  src: url("../fonts/AvenirLTStdBook.eot") format("embedded-opentype"),
    url("../fonts/AvenirLTStdBook.woff2") format("woff2"),
    url("../fonts/AvenirLTStdBook.woff") format("woff"),
    url("../fonts/AvenirLTStdBook.ttf") format("truetype"),
    url("../fonts/AvenirLTStdBook.svg#AvenirLTStdBook") format("svg");
}

body,
html {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #ffffff;
  color: #000;
  font-size: 16px;
  font-family: "AvenirLTStdMedium";
  overflow-x: hidden;
}

body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}

button,
a {
  color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nopadding {
  padding: 0px !important;
}

a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.border-radius {
  border-radius: 26% 20% 23% 27% / 19% 13% 22% 10%;
}

.globalHeading {
  text-align: center;
}

.globalHeading h1 {
  font-weight: 700;
  color: #1c2540;
  position: relative;
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.globalHeading h1:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 80px;
  height: 6px;
  background-color: #1c2540;
  border-radius: 20px;
}

a.globalButton {
  background-color: #ffb90c;
  border: 2px solid #ffb90c;
  -webkit-box-shadow: 0px 3px 20px #00000029;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 8px;
  letter-spacing: 0.4px;
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
  padding: 10px 30px;
  margin-top: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a.globalButton:hover,
a.globalButton:focus {
  background-color: transparent;
  color: #ffb90c;
}

/*** header ***/

.navbar {
  margin-bottom: 0px;
}

.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 10px 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navbar-nav {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0px;
}

.removePad {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav > li > a > img {
  /*    width: 120px;*/
}

.navbar-nav > li {
  float: none;
  display: inline-block;
  /*    margin: 0 15px;*/
}

.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  padding: 0px;
  color: #1c2540;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-default .navbar-nav > li > a span img {
  width: 14px;
  margin-right: 6px;
  margin-top: -4px;
}

.navbar-default .dropdown:hover .dropdown-menu {
  display: block;
}

.main-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-links li {
  margin: 0 20px;
  padding: 26px 0px;
}

.main-links li.animateLink {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.main-links li a {
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
  letter-spacing: 0.4px;
  opacity: 1;
  font-size: 18px;
}

.main-links li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  left: 0;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-links li a:hover {
  color: #fff;
}

.main-links li a:hover:after,
.main-links li.active a:after {
  width: 30px;
  opacity: 1;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}

.navbar-default .dropdown-menu {
  top: 70px;
}

.navbar-default .dropdown-menu li {
  margin: 15px 9px;
  padding: 0px;
}

.navbar-default .dropdown-menu li a {
  padding: 0px;
  color: #000;
  font-size: 13px;
}

.navbar-default .dropdown-menu li a:hover,
.navbar-default .dropdown-menu li a:focus {
  color: #e31e25;
  background-color: transparent;
}

.navbar-default .dropdown-menu li a:hover:after,
.navbar-default .dropdown-menu li a:focus:after {
  display: none;
}

/*** header ***/

/*** mobile-header ***/

.mobile-header-wrapper {
  z-index: 99;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

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

.header-icon svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header-icon .mobile-logo img {
  width: 80px;
}

.logo {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.sidebar-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
  -webkit-transition: left 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: left 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow-x: hidden;
  background: #fff;
  z-index: 9999;
  left: -270px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 100vh;
}

.activeMenu {
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2);
}

.sidebar-menu {
  width: 270px;
}

.menu-head {
  padding: 15px 15px;
  border-bottom: 1px solid #d8d8d8;
}

.menu-head img {
  /*    width: 100px;*/
}

.menu-head h5 {
  margin: 0px 0 15px;
  font-size: 16px;
  color: #000;
  line-height: normal;
  font-weight: 700;
}

.login-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-signup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-signup a img {
  margin-right: 10px;
  width: 14px;
}

span.or {
  font-size: 14px;
}

.login-signup a:last-child {
  margin-right: 0px;
  margin-left: 10px;
}

.social-mobile {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 100%;
}

.social-mobile ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.social-mobile ul li {
  margin-right: 10px;
}

.social-mobile ul li:last-child {
  margin-right: 0px;
}

.social-mobile ul li a span.icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee5fe;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 4px;
}

/*** mobile-header ***/

/*** Backto-top ***/

#button {
  display: inline-block;
  background-color: #e31e25;
  border: 3px solid #e31e25;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 6px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #000000;
  border-color: #000000;
}

#button:hover:after {
  color: #ffffff;
}

#button:active {
  background-color: #000000;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*** Backto-top ***/

/*** ****/

.home-carousel,
.carousel-wrap {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.home-carousel .item {
  position: relative;
}

.home-carousel .item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-carousel .container.itemContent {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  color: #fff;
  z-index: 999;
}

.home-carousel .itemContent h2 {
  font-size: 22px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-carousel .itemContent h1 {
  font-size: 83px;
  margin: 10px 0px 10px -4px;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: uppercase;
  font-family: "AvenirLTStdBlack";
}

.home-carousel .itemContent h1 small {
  color: #fff;
}

.home-carousel .itemContent p {
  font-size: 17px;
  letter-spacing: 1px;
  margin: 20px 0px 30px;
}

.owl-item.active h2,
.owl-item.active h1,
.owl-item.active p,
.owl-item.active .button-groups {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/*
.owl-item.active img {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
*/

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

.explorenow a {
  color: #fff;
  border: 1px solid #fff;
  text-transform: capitalize;
  padding: 12px 37px;
  border-radius: 35px;
  font-size: 18px;
  letter-spacing: 0.2px;
  font-family: "AvenirLTStdBlack";
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.explorenow a:hover {
  color: #342f81;
  background-color: #fff;
}

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

.watchVideo a span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.watchVideo a span i {
  margin-left: 4px;
  color: #fff;
}

.watchVideo a p.btn-text {
  margin: 0px;
  font-family: "AvenirLTStdBlack";
  color: #fff;
}

.watchVideo a:hover span {
  background-color: #fff;
}

.watchVideo a:hover span i {
  color: #342f81;
}

.path-btm {
  padding: 10px 0px;
  text-align: center;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.path-btm h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "AvenirLTStdBlack";
  letter-spacing: 2px;
}

.scrollMousewapper {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.scrollMousewapper img {
  width: 20px;
  margin: 0 auto;
}

.scrollMousewapper p {
  margin: 10px 0 0px;
  color: #fff;
}

.home-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-carousel .owl-dots .owl-dot {
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 10px 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  top: 0;
  margin: 6px;
  position: relative;
}

.home-carousel .owl-dots .owl-dot.active {
  border: 1px solid #fff;
  border-radius: 50%;
}

.home-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}

/*** penblocksWrapper ***/

.penblocksWrapper {
  padding: 80px 5px;
}

.penblocksWrapper .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.allpenBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigpenblock,
.bigsmallblockwrapper {
  padding: 0 5px;
}

.bigpenblock {
  width: 44%;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 10px;
  margin-left: 10px;
}

.smallblockwrapper {
  width: 65%;
}

.smallblock {
  width: 48.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 10px 0px;
  border-radius: 8px;
  padding: 20px 20px;
  float: left;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  position: relative;
}

.smallblock:nth-child(3),
.smallblock:nth-child(4) {
  margin-bottom: 0px;
}

.smallblock:nth-child(odd) {
  /* margin: 0 0px 0px 0px; */
}

.text-block {
  width: 75%;
}

.text-block h2 {
  margin: 0;
  font-family: "AvenirLTStdBlack";
  font-size: 42px;
  color: #fff;
}

.text-block p {
  color: #fff;
  font-size: 16px;
  font-family: "AvenirLTStdBook";
  margin: 30px 0px;
}

.text-block a {
  color: #fff;
  border: 1px solid #fff;
  text-transform: capitalize;
  padding: 12px 32px;
  border-radius: 35px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-family: "AvenirLTStdBlack";
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.text-block a:hover,
.text-block a:focus {
  background-color: #fff;
  color: #000;
}

.img-block {
  width: 25%;
}

.bigpenblock {
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  position: relative;
}

.bigpenblock .img-block img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  /* width: 75px; */
  height: 500px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.bigpenblock:hover .img-block img {
  /* width: 80px; */
}

.smallblock .img-block img {
  /* width: 75px; */
  height: 300px;
}

.smallblock .text-block h2 {
  font-size: 32px;
}

.smallblock .text-block p {
  font-size: 14px;
  width: 80%;
}

.smallblock .text-block a {
  padding: 8px 24px;
  border-radius: 33px;
  font-size: 14px;
}

.smallblock .img-block img {
  /* width: 45px; */
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.smallblock:hover .img-block img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.redBg {
  background-color: #f64b55;
}

.blackBg {
  background-color: #434343;
}

.yellowBg {
  background-color: #eeb929;
}

.greenBg {
  background-color: #2ccc74;
}

.blueBg {
  background-color: #188bfe;
}

/** swiper slider ***/

.swiper-container {
  width: 100%;
  height: 40vw;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  /*    background-color: #F64B55;*/
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.swiper-slide.one {
  background: linear-gradient(217deg, #e31e25 50%, #eeeeee 50%);
}

.swiper-slide.two {
  background: linear-gradient(217deg, #434343 50%, #eeeeee 50%);
  /*    background-color: #434343;*/
}

.swiper-slide.three {
  background: linear-gradient(217deg, #2ccc74 50%, #eeeeee 50%);
  /*    background-color: #2CCC74;*/
}

.swiper-slide.four {
  background: linear-gradient(217deg, #eeb929 50%, #eeeeee 50%);
  /*    background-color: #EEB929;*/
}

.swiper-slide.five {
  background: linear-gradient(217deg, #188bfe 50%, #eeeeee 50%);
  /*    background-color: #188BFE;*/
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 10px;
  width: 52%;
  padding-left: 5%;
  color: #000;
}

.swiper-slide .content .smallTitle {
  font-family: "AvenirLTStdMedium";
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: -8px;
  margin-bottom: 0px;
}

.swiper-slide .content .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "AvenirLTStdBlack";
  text-transform: uppercase;
}

.swiper-slide .content .title span.small {
  /*    text-transform: capitalize;*/
  font-size: 100%;
}

.swiper-slide .content .caption {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-family: "AvenirLTStdMedium";
  color: #000;
}

.swiper-slide .content .readMore {
  margin-top: 20px;
}

.swiper-slide .content .readMore a {
  color: #000;
  border: 1px solid #000;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 35px;
  padding: 8px 24px;
  border-radius: 33px;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "AvenirLTStdBlack";
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.swiper-slide .content a:hover,
.swiper-slide .content a:focus {
  background-color: #000;
  color: #fff;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

.img-block {
  position: absolute;
  top: 0;
  right: 24px;
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-block img {
  max-width: 100%;
  /* height: 430px; */
}

.swiper-slide.two .img-block {
  width: 52%;
  top: 48px;
  right: -18px;
}

.four .img-block {
  width: 35%;
  top: -10px;
}

.three .img-block {
  width: 28%;
}

.five .img-block {
  width: 47%;
}

@media (max-width: 1180px) {
  .swiper-slide .content .title {
    font-size: 22px;
  }

  .swiper-slide .content .caption {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .swiper-container {
    height: 65vw;
  }

  .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}

/** swiper slider ***/

/*** folloUsWrapper ***/

.folloUsWrapper {
  padding: 50px 0px;
}

.folloUsWrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.folloUsWrapper h1 {
  text-align: center;
  color: #231f20;
  font-family: "AvenirLTStdBlack";
  margin-bottom: 50px;
}

.followImgBox {
  border-radius: 8px;
  margin-bottom: 5px;
  position: relative;
}

.followImgBox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.followImgBox img {
  border-radius: 8px;
}

.small-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-flex-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.big-box .followImgBox {
  height: 100%;
  width: 100%;
}

.big-box img {
  height: 100%;
  width: 100%;
}

.topImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

.topImg.small-img img {
  width: 50px;
}

/*** folloUsWrapper ***/

/*** penblocksWrapper ***/

/*** global-section ***/

.global-section {
  background-color: #000233;
  padding: 120px 0px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.global-section h1 {
  margin-top: 10px;
  font-family: "AvenirLTStdBlack";
  letter-spacing: 1.24px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  font-size: 40px;
}

.global-section span {
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.global-section span:last-child {
  margin-right: 0;
}

.global-section span a {
  color: #c8c8c8;
  font-size: 14px;
}

/*** global-section ***/

/*** aboutDataWrapper ***/

.aboutDataWrapper {
  overflow-x: hidden;
}

.aboutDataWrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.img {
  background: url("../img/about/1.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.img.two {
  background: url("../img/about/2.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.about-data {
  padding: 30px 40px;
}

.about-data.two {
  padding: 100px 40px;
}

.about-data h1 {
  margin: 0 0 18px;
  color: #231f20e6;
  text-transform: capitalize;
  opacity: 0.9;
  font-family: "AvenirLTStdBlack";
  font-size: 32px;
}

.about-data p {
  letter-spacing: 0.5px;
  color: #626262;
  opacity: 0.85;
  margin-bottom: 14px;
}

.about-data p strong {
  color: #000;
  font-family: "AvenirLTStdBlack";
}

/*** aboutDataWrapper ***/

/*** teamWrapper ***/

.teamWrapper {
  padding: 100px 0px;
}

.main-heading {
  text-align: center;
  margin-bottom: 70px;
}

.main-heading h1 {
  font-family: "AvenirLTStdBlack";
  margin: 0px;
  font-size: 40px;
  color: #231f20;
  opacity: 0.9;
}

.content-block {
  position: relative;
}

.overlay-content {
  position: absolute;
  background-color: rgba(227, 30, 37, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.overlay-content h4 {
  margin: 0px 0 15px;
  font-size: 22px;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.overlay-content p {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.overlay-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.overlay-content ul li {
  display: inline-block;
  margin-right: 12px;
}

.overlay-content ul li:last-child {
  margin: 0px;
}

.overlay-content ul li a {
  color: #ffff;
  font-size: 16px;
}

.content-block:hover .overlay-content {
  opacity: 1;
}

.content-block:hover .overlay-content h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.owl-nav .button {
  width: 35px;
  height: 35px;
  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;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -8%;
}

.owl-next {
  left: auto;
  right: -8%;
}

.owl-nav .button:hover {
  background-color: rgba(227, 30, 37, 0.9);
  border-color: rgba(227, 30, 37, 0.9);
  color: #fff;
}

/*** teamWrapper ***/

/*** productsBoxWrapper ***/

.productsBoxWrappinner .col-md-6 {
  padding: 0 8px;
}

.productsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50px;
  border-radius: 8px;
  margin: 15px 0px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.mg-0 {
  margin-top: 0px;
}

.productsBox h1 {
  margin: 0 0 30px;
  color: #fff;
  font-family: "AvenirLTStdBlack";
  font-size: 44px;
  text-align: center;
}

.productsBox a {
  color: #fff;
  border: 1px solid #fff;
  text-transform: capitalize;
  padding: 8px 30px;
  border-radius: 35px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-family: "AvenirLTStdBlack";
  display: inline-block;
  /*    margin-right: 15px;*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.productsBox a:hover {
  background-color: #fff;
}

.productsBox img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 82%;
}

.productsBox:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blue-bg {
  background-color: #2269d3;
}

.productsBox.blue-bg a:hover {
  color: #2269d3;
}

.pink-bg {
  background-color: #cf0154;
}

.productsBox.pink-bg a:hover {
  color: #cf0154;
}

.gel-bg {
  background-color: #e45a58;
}

.productsBox.gel-bg a:hover {
  color: #e45a58;
}

.fountain-bg {
  background-color: #3934a6;
}

.productsBox.fountain-bg a:hover {
  color: #3934a6;
}

.giftSet {
  background-color: #6da34d;
}

.productsBox.giftSet a:hover {
  color: #6da34d;
}

.rollerPens {
  background-color: #ffba49;
}

.productsBox.rollerPens a:hover {
  color: #ffba49;
}

.MetalrollerPens {
  background-color: #28afb0;
}

.productsBox.MetalrollerPens a:hover {
  color: #28afb0;
}

.markers {
  background-color: #1d3557;
}

.mechPencil {
  background-color: #7e1539;
}

.Highlighters {
  background-color: #076a34;
}

.productsBox.markers a:hover {
  color: #1d3557;
}

.productsBox.Highlighters img {
  width: 100%;
}

.productsBox.Highlighters a:hover {
  background-color: #fff;
  color: #076a34;
}

.productsBox.mechPencil a:hover {
  background-color: #fff;
  color: #7e1539;
}

.gitsetClr {
  background-color: #f63a39;
}
.productsBox.gitsetClr a:hover {
  background-color: #fff;
  color: #f63a39;
}

.metalgitsetClr {
  background-color: #6ea2eb;
}
.productsBox.metalgitsetClr a:hover {
  background-color: #fff;
  color: #6ea2eb;
}

.geoBoxclr {
  background-color: #dc4123;
}
.productsBox.geoBoxclr a:hover {
  background-color: #fff;
  color: #dc4123;
}

.crayonsclr {
  background-color: #0273b7;
}
.productsBox.crayonsclr a:hover {
  background-color: #fff;
  color: #0273b7;
}

.pasetlclr {
  background-color: #fe2356;
}
.productsBox.pasetlclr a:hover {
  background-color: #fff;
  color: #fe2356;
}

/*** productsBoxWrapper ***/

/*** multiproducts-wrapper ***/

.multiproducts-wrapper {
  padding: 150px 0px 50px;
}

.multiproducts-wrapper .col-md-3 {
  padding: 0px 0px;
  background-color: #bde3d8;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.productListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.multiproductsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  border-radius: 8px;
  color: #231f20;
  margin-bottom: 10px;
  /*
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
*/
}

.productListBox {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.multiproductsBox img {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 280px;
}

.multiproductsBox .content {
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.multiproductsBox .content h3 {
  font-family: "AvenirLTStdBlack";
  font-size: 20px;
  margin: 15px 0px 10px;
}

.multiproductsBox .content p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.readomreBtn a {
  color: #231f20;
  border: 1px solid #231f20;
  text-transform: capitalize;
  padding: 6px 20px;
  border-radius: 35px;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "AvenirLTStdBlack";
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 10px 0px 15px;
}

.readomreBtn a:hover,
.readomreBtn a:focus {
  background-color: #231f20;
  color: #fff;
}

.imgscale {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.op-0 {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.multiproductsBox:hover img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*
.multiproductsBox:hover .content {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
*/

.multiproducts-wrapper .col-md-3:nth-child(1),
.oneBox {
  background-color: #fbe3d7;
}

.multiproducts-wrapper .col-md-3:nth-child(2) {
  background-color: #bde3d8;
}

.multiproducts-wrapper .col-md-3:nth-child(3),
.threeBox {
  background-color: #d4d4ee;
}

.multiproducts-wrapper .col-md-3:nth-child(4),
.fourBox {
  background-color: #fcdce1;
}

.multiproducts-wrapper .col-md-3:nth-child(5),
.fiveBox {
  background-color: #cce3f5;
}

.multiproducts-wrapper .col-md-3:nth-child(6),
.sixBox {
  background-color: #cde9ef;
}

.multiproducts-wrapper .col-md-3:nth-child(7),
.sevenBox {
  background-color: #e4f3e0;
}

.multiproducts-wrapper .col-md-3:nth-child(8),
.eightBox {
  background-color: #f8ebda;
}

/*** multiproducts-wrapper ***/

/*** newsWrapper ***/

.newsWrapper {
  padding: 100px 0px;
}

.newsBox {
  padding: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.newsBox .content {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #e31e25;
}

.newsBox .content h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: "AvenirLTStdBlack";
  text-transform: capitalize;
}

.readmore .more-text {
  display: none;
}

.read-more {
  text-transform: capitalize;
  color: #e31e25;
}

.newsBox .content p {
  font-size: 14px;
}

/*** newsWrapper ***/

/*** contactBlocksWrapper ***/

.contactBlocksWrapper,
.productsBoxWrapper,
.aboutDataWrapper {
  padding: 115px 0px 0px 0px;
}

.contactBlocksWrapper {
  padding: 145px 0px 40px 0px;
}

.contactBlocksOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactBlocks {
  text-align: center;
  padding: 10px 25px 20px;
  margin: 20px 31px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.contactBlocks:nth-child(1) {
  background-color: #2269d3;
}

.contactBlocks:nth-child(2) {
  background-color: #cf0154;
}

.contactBlocks:nth-child(3) {
  background-color: #e45a58;
}

.contactBlocks:nth-child(4) {
  background-color: #e1e3e2;
}

.contactBlocks img {
  margin: -42px auto 30px;
  width: 50px;
}

.contactBlocks h4 {
  margin: 0 0 20px;
  font-family: "AvenirLTStdBlack";
  color: #fff;
}

.contactBlocks p,
.contactBlocks p a {
  font-size: 12px;
  margin-bottom: 2px;
  color: #fff;
}

/*** contactBlocksWrapper ***/

/*** secondSectionContact ***/

.secondSectionContact {
  padding: 100px 0px;
}

.secondSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.contact-block {
  /*    padding: 0 40px;*/
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.contact-block form {
  padding: 0 40px 20px;
}

.contact-block h1 {
  margin: 0;
  text-align: center;
  padding: 25px 0px 50px;
  font-family: "AvenirLTStdBlack";
  color: #231f20;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 32px;
}

.contact-block .form-control {
  color: #231f20;
  padding: 15px 15px;
  border-radius: 8px;
  height: 58px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-block textarea.form-control {
  height: auto;
  resize: none;
}

.contact-block .submitBtn button {
  outline: none;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e31e25;
  color: #e31e25;
  padding: 12px 48px;
  border-radius: 32px;
  font-size: 18px;
  margin: 15px 0px 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contact-block .submitBtn button:focus,
.contact-block .submitBtn button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e31e25;
  color: #fff;
}

.contact-block .form-group {
  margin-bottom: 22px;
}

.second-form {
  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;
}

.second-form .form-group {
  width: 60%;
}

.contact-block .second-form .submitBtn button {
  padding: 8px 30px;
  border-radius: 32px;
  font-size: 16px;
  margin: 0px 0px 20px;
}

.distributerBlock,
.distributerBlock .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.allDistributors {
  /* -webkit-box-flex: 1; */
  -ms-flex: 1;
  /* flex: 1; */
  width: 100%;
  margin-bottom: 28px;
  padding: 15px 0px;
  border-top: 1px solid #ccc;
  height: 560px;
  overflow: hidden;
}

.distrubutorsDataWrapper {
  width: 80%;
  margin-left: 70px;
  height: 100%;
  overflow: hidden;
}

.distrubutorsData {
  margin-bottom: 15px;
}

.distrubutorsData .media-left {
  padding-right: 20px;
}

.distrubutorsData .media-object {
  width: 70px;
}

.distrubutorsData .media-heading {
  color: #231f20;
  font-family: "AvenirLTStdBlack";
  font-size: 18px;
}

.distrubutorsData .media-body p {
  color: #231f20;
  font-size: 14px;
  opacity: 0.8;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #e31e25 !important;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}

.contact-block .bootstrap-select > .dropdown-toggle,
.contact-block .bootstrap-select > .dropdown-toggle:hover,
.contact-block .bootstrap-select > .dropdown-toggle:focus,
.contact-block .btn-default.active,
.contact-block .btn-default:active,
.contact-block .open > .dropdown-toggle.btn-default,
.contact-block .open > .dropdown-toggle.btn-default:hover,
.contact-block .open > .dropdown-toggle.btn-default:focus {
  border: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 5px 0;
}

.contact-block .dropdown-menu li {
  margin: 15px 15px;
}

.contact-block .dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #231f20;
}

.inner.open {
  height: 100%;
}

/*** secondSectionContact ***/

/*** productDetailWrapper ***/

.productDetailWrapper {
  padding: 180px 0px 100px;
  background-color: #0064bc;
  background: url("../img/products-category/product-bg.png") no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.productDetailOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productDetailOuter .leftBoxWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leftThumbails {
  margin-right: 40px;
  height: 570px;
  width: 100px;
  overflow: hidden;
}

.leftThumbails .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.leftThumbails .mCSB_scrollTools {
  width: 0px;
}

.leftThumbails .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.thumnailBox {
  margin-bottom: 10px;
  border-radius: 8px;
  border: 2px solid #ccc;
  padding: 15px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thumnailBox:last-child {
  margin-bottom: 0px;
}

.thumnailBox img {
  height: 100px;
}

.thumnailBox:hover,
.thumnailBox.active {
  border: 2px solid #fff;
}

.mainImage {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.carousel-inner {
  height: 100%;
}

.carousel-inner .item {
  height: 100%;
  width: 100%;
  padding: 25px 0px 0px;
  /* border: 2px solid #ccc; */
}

.carousel-inner .item.active {
  /* border: 2px solid #fff; */
}

.carousel-inner .item img {
  margin: 0 auto;
  /*    width: 110px;*/
  height: 500px;
}

.carousel-control {
  top: 50%;
  bottom: auto;
  opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  width: auto;
  text-shadow: none;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.carousel-control.left {
  left: 10%;
}

.carousel-control.right {
  right: 10%;
}

.rightbBoxWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.productDetailContent {
  padding: 0 50px;
}

.productTitle {
  display: block;
}

.productTitle h1 {
  font-family: "AvenirLTStdBlack";
  font-size: 50px;
  color: #fff;
  display: block;
  margin-top: 0px;
}

.productTitle p {
  text-align: center;
  padding: 0 5px;
  position: relative;
  margin-bottom: 0px;
  z-index: 5px;
  letter-spacing: 0.92px;
  width: auto;
  display: inline-block;
}

.productTitle p span {
  position: relative;
  padding: 0 15px;
  z-index: 99;
  /*    background-color: #004f96;*/
  color: #fff;
}

.productTitle p:after {
  content: "";
  position: absolute;
  width: 14px;
  left: 0;
  height: 1px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productTitle p:before {
  content: "";
  position: absolute;
  width: 14px;
  right: 0;
  height: 1px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productInfo {
  margin-top: 20px;
}

.productInfo p {
  margin-bottom: 0px;
  color: #ffffff;
  opacity: 0.85;
  font-family: "AvenirLTStdBook";
  font-size: 14px;
  letter-spacing: 0.81px;
}

.tipSize,
.colors,
.keyFeatures {
  margin: 33px 0px 0;
}

.productDetailContent h4 {
  margin: 0px;
  /*    font-family: 'AvenirLTStdBlack';*/
  color: #ffff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.colors ul {
  margin-top: 20px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.colors ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  /*    font-family: 'AvenirLTStdBlack';*/
  text-transform: capitalize;
  letter-spacing: 1.06px;
  font-size: 14px;
}

.colors ul li:not(:last-child) {
  margin-right: 30px;
}

.colors ul li span.circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  /*    border: 1px solid #fff;*/
  margin-bottom: 5px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.colors ul li:hover span.circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blueCircle {
  background: #2a2a6f;
}

.yellowCircle {
  background: #ebea71;
}

.blackCircle {
  background: #000000;
}

.redCircle {
  background: #c9343a;
}

.grayCircle {
  background: #7638cb;
}

.whiteCircle {
  background: #fff;
}

.allCircle,
.assortedCircle {
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#28388d),
      color-stop(35%, #000000),
      color-stop(100%, #e31e25),
      to(#720f13)
    ) 0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(90deg, #28388d 0%, #000000 35%, #e31e25 100%, #720f13 100%)
    0% 0% no-repeat padding-box;
}

.keyFeatures ul {
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}

.keyFeatures ul li {
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  /*    font-family: 'AvenirLTStdBlack';*/
}

.keyFeatures ul li:last-child {
  margin-bottom: 0px;
}

.keyFeatures ul li span.right {
  width: 23px;
  height: 21px;
  background: #4ed404 0% 0% no-repeat padding-box;
  width: 10px;
  height: 10px;
  background: #4ed404 0% 0% no-repeat padding-box;
  display: inline-block;
  margin-right: 10px;
}

/*** productDetailWrapper ***/

/*** footerWrapper ***/

.footerWrapper {
  background-color: #ebebeb;
  padding: 50px 0 0px;
}

.footer-logo p {
  font-size: 18px;
  width: 250px;
  margin: 40px 0 0px;
  letter-spacing: 0px;
  color: #231f20;
  opacity: 1;
  font-family: "AvenirLTStdBook";
}

.footer-heading h3 {
  margin: 0 0 25px;
  letter-spacing: 0.36px;
  color: #231f20;
  opacity: 1;
  font-weight: 500;
  font-size: 22px;
}

.footer-ul ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-ul ul li {
  margin-bottom: 15px;
}

.footer-ul ul li:last-child {
  margin-bottom: 0px;
}

.footer-ul ul li a {
  letter-spacing: 0.27px;
  color: #231f20;
  font-size: 14px;
  opacity: 1;
  font-family: "AvenirLTStdBook";
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer-ul ul li a:hover,
.footer-ul ul li a:focus {
  color: #e31e25;
}

/*Clearing Floats*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* Form wrapper styling */

.search-wrapper {
  width: 100%;
  margin: 0px 0 0px 0;
  background: #fff;
  border-radius: 40px;
  border-radius: 40px;
  background: transparent;
  -webkit-box-shadow: 0 4px 20px -2px #e9e9e9;
  box-shadow: 0 4px 20px -2px #e9e9e9;
  background: #fff;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 2px;
}

/* Form text input */

.search-wrapper input {
  padding-left: 20px;
  width: 100%;
  /* height: 20px; */
  padding: 10px 5px 10px 15px;
  float: left;
  font: bold 13px "lucida sans", "trebuchet MS", "Tahoma";
  border: 0;
  background: #fff;
  border-radius: 40px;
  border-top-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-wrapper input:focus {
  outline: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

.search-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
}

.search-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  border-style: none;
}

.footerWrapper .alert {
  margin-top: 10px;
  border-radius: 26px;
  text-align: center;
}

/* Form submit button */
.search-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  right: 0;
  border: 0;
  padding: 0 18px;
  cursor: pointer;
  /* height: 40px; */
  /* width: 110px; */
  /*    font: 13px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
  color: #fff;
  text-transform: capitalize;
  font-family: "AvenirLTStdBlack";
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.2px;
  background: #e31e25;
  border-radius: 40px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.search-wrapper button:hover {
  background: #000000;
}

.search-wrapper button:active,
.search-wrapper button:focus {
  background: #000000;
  outline: 0;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
  border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}

.footer-btm {
  padding: 20px 0px;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #c2c2c2;
}

.footer-btm p {
  letter-spacing: 0.27px;
  color: #231f20;
  font-size: 14px;
  opacity: 1;
  font-family: "AvenirLTStdBook";
}

.footer-logo {
  /*    margin-bottom: 20px;*/
}

/*** footerWrapper ***/

/*** banner-animation ***/

.bannerMainBg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url("../img/banner-assets/bg-svg.svg") no-repeat;
  background-size: cover;
  -webkit-animation: cloud 20s linear infinite;
  animation: cloud 20s linear infinite;
}

.bannerMainBg img {
}

@-webkit-keyframes cloud {
  0% {
    left: -140px;
  }

  100% {
    left: 280px;
  }
}

@keyframes cloud {
  0% {
    left: -140px;
  }

  100% {
    left: 280px;
  }
}

.penImg {
  position: absolute;
  right: 0;
  top: 0;
}

.penImg.two {
  right: 26%;
  top: 54%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.home-carousel .item .penImg.two img {
  width: 80px;
  height: auto;
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-animation: beat 2s infinite alternate;
  animation: beat 2s infinite alternate;
}

@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes beat {
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes beatwo {
  to {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
}

@keyframes beatwo {
  to {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
}

.penImg.one {
  right: 0;
  top: -32px;
  z-index: 999;
}

.home-carousel .item .penImg.one img {
  width: 570px;
  height: auto;
  -webkit-transform: scale(0.95);
  transform: scale(0.96);
  -webkit-animation: beat 2s infinite alternate;
  animation: beat 2s infinite alternate;
}

.penImg.three {
  right: 10%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.home-carousel .item .penImg.three img {
  width: 500px;
  height: auto;
  -webkit-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
  -webkit-animation: beatwo 2s infinite alternate;
  animation: beatwo 2s infinite alternate;
}

/*** banner-animation ***/

/*** single Page Slider ***/

.thumbail-sliderWrapper {
  width: 100px;
  margin-right: 20px;
}

.main-sliderWrapper {
  width: 100%;
  overflow: hidden;
}

.slider-x .slick-slide {
  margin-bottom: 11px;
}

.thumbSlideImage {
  border-radius: 8px;
  border: 2px solid #ccc;
  padding: 15px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-vertical .slick-slide:focus,
.slick-for .slick-slide:focus {
  outline: none;
}

.slider-x .slick-current.slick-active .thumbSlideImage,
.thumbSlideImage:hover,
.thumbSlideImage:focus {
  border: 2px solid #fff;
}

.slider-x .slider-arrow.slider-prev {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  color: #fff;
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.slider-x .slider-arrow.slider-next {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  color: #fff;
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.slider-nav {
  height: 98%;
  border: 2px solid #fff;
  border-radius: 8px;
}

.slider-nav .slick-list,
.slider-nav .slick-track,
.slider-nav .slick-track div,
.slider-nav .mainSlideImage {
  height: 100%;
}

.slider-nav .mainSlideImage img {
  height: 500px;
  /*
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
*/
}

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

.slider-nav .slider-arrow {
  cursor: pointer;
}

.slider-nav .slider-arrow.slider-prev {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.slider-nav .slider-arrow.slider-next {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.slider-x .slick-prev:before,
.slider-x .slick-next:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-for {
  margin-top: 20px;
}

.slider-for .circleColrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  /*    font-family: 'AvenirLTStdBlack';*/
  text-transform: capitalize;
  letter-spacing: 1.06px;
  font-size: 14px;
}

.slider-for .circleColrs .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  margin-bottom: 5px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.slider-for .circleColrs .circle:hover,
.slider-for .circleColrs .circle:focus,
.slider-for .slick-current.slick-active .circleColrs .circle {
  /*    border: 2px solid #fff;*/
  cursor: auto;
}

.purpleCircle {
  background-color: #564481;
}

.greenCircle {
  background-color: #226855;
}

.pinkCircle {
  background-color: #c9376c;
}

.violetCircle {
  background-color: #564481;
}

.silverCircle {
  background-color: #c2bcb9;
}

.brownCircle {
  background-color: #814643;
}

.lightGreenCircle,
.light.greenCircle {
  background-color: #b2d681 !important;
}

.orangeCircle {
  background-color: #e36427;
}

.goldCircle {
  background-color: #e6c26b;
}

.turquoiseBlueCircle,
.turquoise {
  background-color: #0993b3 !important;
}

.circleColrs span {
  font-size: 15px;
}

/*** single Page Slider ***/

.globalHeading h1 {
  margin: 0 0 50px;
  color: #231f20e6;
  font-weight: 700;
  font-family: "AvenirLTStdBlack";
}

.slider-for .slick-track {
  margin: 0;
}

.navbar-default {
  background-color: rgba(0, 0, 0, 1);
  /*
    background-color: #3934A6;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #6a11cb), color-stop(152%, #2575fc));
    background-image: linear-gradient(to right, #6a11cb 25%, #2575fc 152%);
    background-image: -webkit-gradient(linear, right top, left top, from(#5b56bb), color-stop(69%, #332e8c));
*/
  /*
    background-image: -webkit-gradient(linear, right top, left top, from(#5b56bb), color-stop(69%, #332e8c));
    background-image: linear-gradient(to left, #5b56bb 0%, #332e8c 69%);
    -webkit-transition: all 0.2s linear;
*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tab-heading-01 {
  text-align: center;
}

/*.active a {
  color: red;
}*/

.blue-bg {
  background-color: #2269d3;
}

.pink-bg {
  background-color: #cf0154;
}

.gel-bg {
  background-color: #e45a58;
}

.fountain-bg {
  background-color: #3934a6;
}

.slider-for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-for .colorGroup {
  margin-right: 14px;
  width: 60px;
}

.slider-for .colorGroup:last-child {
  margin: 0px;
}

.doWrapper {
  padding: 150px 0px 100px;
}

.box {
  margin-bottom: 30px;
}

.box h1 {
  margin: 0 0 20px;
  color: #231f20e6;
  font-weight: 700;
  font-family: "AvenirLTStdBlack";
}

.doWrapper p,
.doWrapper li {
  letter-spacing: 0.5px;
  color: #1f1f1f;
  opacity: 1;
  margin-bottom: 14px;
  font-size: 16px;
}

.box ul {
  padding: 0;
  margin-left: 15px;
}

span.mm {
  text-transform: lowercase;
}

/*** productTest css ***/

.navbar-default {
  background-color: #000;
}

.block-categories__slider-miniatures-item {
  padding: 121px 0px;
}

.productsBoxWrapper {
  padding: 170px 0px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.category-miniature__illustration {
  width: auto;
  height: 330px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.category-miniature__illustration img {
  margin: 0 auto;
  opacity: 1;
}

.pointer-events-none {
  /*        pointer-events: none;*/
}

.category-miniature__img {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(25%) scale(1.1) rotate(25deg);
  transform: translateY(25%) scale(1.1) rotate(25deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.category-miniature__title {
  /*
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        -o-transition: transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}

.type-h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 30px;
  font-family: "AvenirLTStdBlack";
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}

.productDeatilBtn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.productDeatilBtn a {
  padding: 8px 22px;
  background-color: transparent;
  border-radius: 23px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #828282;
  display: inline-block;
  /*
        border: 1px solid #E31E25;
        background-color: #E31E25;
*/
}

.productDeatilBtn a:hover,
.productDeatilBtn a:focus {
  border: 1px solid #e31e25;
  background-color: #e31e25;
  color: #fff;
}

.category-miniature__name:before,
.category-miniature__name:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  opacity: 0;
  content: "";
  width: 2em;
  height: 3px;
  border-radius: 28px;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.category-miniature__name:before {
  left: 0;
  -webkit-transform: translateX(-120%) scaleX(0);
  transform: translateX(-120%) scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.category-miniature__name:after {
  right: 0;
  -webkit-transform: translateX(120%) scaleX(0);
  transform: translateX(120%) scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.category-miniature__link:hover .category-miniature__img,
.category-miniature__link:focus .category-miniature__img {
  opacity: 1;
  -webkit-transform: translateY(35.5%) scale(1.1) rotate(0);
  transform: translateY(35.5%) scale(1.1) rotate(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*
    .category-miniature__link:hover .category-miniature__title,
    .category-miniature__link:focus .category-miniature__title {
        -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
    }
*/
.category-miniature__link:hover .category-miniature__title .type-h2,
.category-miniature__link:focus .category-miniature__title .type-h2 {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  color: #fff;
}

.category-miniature__link:hover .category-miniature__title .productDeatilBtn,
.category-miniature__link:focus .category-miniature__title .productDeatilBtn {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}

.category-miniature__link:hover .productDeatilBtn a,
.category-miniature__link:focus .productDeatilBtn a {
  border: 1px solid #e31e25;
  background-color: #e31e25;
  color: #fff;
}

.category-miniature__link:hover svg,
.category-miniature__link:focus svg {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.category-miniature__link:hover .category-miniature__name:before,
.category-miniature__link:focus .category-miniature__name:before {
  -webkit-transform: translateX(-120%) scaleX(1);
  transform: translateX(-120%) scaleX(1);
  opacity: 100;
}

.category-miniature__link:hover .category-miniature__name:after,
.category-miniature__link:focus .category-miniature__name:after {
  -webkit-transform: translateX(120%) scaleX(1);
  transform: translateX(120%) scaleX(1);
  opacity: 100;
}

.category-miniature__link:hover .category-miniature__illustration,
.category-miniature__link:focus .category-miniature__illustration {
  opacity: 1;
}

.category-miniature__link:hover .type-h2 {
  color: #fff;
}

@media (max-width: 767px) {
  .productsBoxWrapper {
    padding: 35px 0px 100px;
  }

  .block-categories__slider-miniatures-item {
    padding: 120px 0px;
    margin-top: 90px;
  }

  .markrsPens
    .productsBoxWrappinner
    .col-md-4:nth-child(8)
    .block-categories__slider-miniatures-item {
    margin-bottom: 150px;
  }

  .markrsPens
    .productsBoxWrappinner
    .col-md-4:nth-child(9)
    .block-categories__slider-miniatures-item {
    padding: 120px 0px !important;
    margin-top: 90px !important;
  }

  .category-miniature__img {
    opacity: 1;
    -webkit-transform: translateY(35.5%) rotate(0);
    transform: translateY(35.5%) rotate(0);
  }

  .category-miniature__illustration {
    opacity: 1;
  }

  .type-h2 {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    font-size: 20px;
  }

  .category-miniature__name:before {
    -webkit-transform: translateX(-120%) scaleX(1);
    transform: translateX(-120%) scaleX(1);
    opacity: 100;
  }

  .category-miniature__name:after {
    -webkit-transform: translateX(120%) scaleX(1);
    transform: translateX(120%) scaleX(1);
    opacity: 100;
  }

  .productDeatilBtn {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  .category-miniature__name:before,
  .category-miniature__name:after {
    width: 1.6em;
  }

  .productDeatilBtn a {
    border: 1px solid #e31e25;
    background-color: #e31e25;
    color: #fff;
  }

  .waxCrayons .category-miniature__img {
    -webkit-transform: translateY(8.5%) scale(0.6) rotate(0) !important;
    transform: translateY(8.5%) scale(0.6) rotate(0) !important;
  }
}

@media (max-width: 320px) {
  .category-miniature__illustration {
    left: 15px;
    right: 15px;
  }

  .productDeatilBtn {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
  }

  .type-h2 {
    font-size: 18px;
  }
}

.productSvgBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.productSvgBg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*** productTest css ***/

/*** productTestDetail css ***/

.leftSliderwrapper {
}

.productDetailWrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainProductSliderThumbWrapper {
  position: relative;
}

.mainProductSliderThumb {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.thumnailImgBox {
  /*    background-color: #fff;*/
  padding: 25px;
  border-radius: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*
.slick-active.slick-center .thumnailImgBox,
.thumnailImgBox:hover {
    background-color: #fff;
}
*/

.mainProductSliderThumb .slick-current.slick-center .thumnailImgBox,
.mainProductSliderThumb .slick-current.slick-active .thumnailImgBox {
  background-color: #fff;
}

.thumnailImgBox:hover {
  background-color: #fff;
}

.thumnailImgBox img {
  /*
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
*/
}

/* the slides */
.mainProductSliderThumb .slick-slide {
  margin: 0 27px;
}

/* the parent */
.mainProductSliderThumb .slick-list {
  margin: 0 -27px;
}

.mainProductSliderThumb .slick-list.draggable {
  padding: 0 0px !important;
}

.mainProductSliderThumb .slick-arrow {
  outline: none;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 50px;
}

.mainProductSliderThumb .slick-next,
.mainProductSliderThumb .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10%;
}

.mainProductSliderThumb .slick-next {
  left: auto;
  right: -8%;
}

.slide-container img {
  margin: 0 auto;
}

.mg-left-text {
  margin-left: 24px;
}

.productDetailData h1 {
  margin: 0 0 0px;
  color: #e31e25;
  text-transform: uppercase;
  font-family: "AvenirLTStdBlack";
  font-size: 40px;
}

.productDetailData h3 {
  margin: 0 0 10px;
  text-transform: capitalize;
}

.productDetailData p {
  font-size: 16px;
}

.keyFqturesWrapper {
  padding: 28px 30px;
  background-color: #fff;
  border-radius: 32px;
  margin-top: 40px;
}

.featuresBox {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  margin-bottom: 20px;
}

.featuresBox:last-child {
  border: 0px;
  margin-bottom: 0px;
}

.featuresBox h3 {
  /*    text-transform: capitalize;*/
  color: #000;
  margin-top: 0px;
  font-weight: 700;
  font-size: 20px;
  font-family: "AvenirLTStdBlack";
}

.featuresBox h3 span {
  font-family: "AvenirLTStdMedium";
  text-transform: inherit;
  font-size: 16px;
}

.featuresBox ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.featuresBox ul li {
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}

.featuresBox ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 1px;
  background-color: white;
  top: 10px;
}

.circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  margin-top: 3px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}

.colrsNameWarpper {
}

.colrsName {
  /*    width: 32%;*/
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6%;
}

.colrsName p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: capitalize;
}

.productDetailWrapper {
  padding: 50px 0px 100px;
  margin: 115px 0 0px;
  /*        background-color: #ECECEC;*/
  background-image: none;
  background-size: cover;
  background-position: left bottom;
  position: relative;
}

.productDetailWrapper:before {
  content: "";
  position: absolute;
  width: 913px;
  height: 800px;
  border: 120px solid #c6d4e1;
  border-radius: 50%;
  top: -68%;
  left: -16%;
}

.productDetailWrapper .container {
  width: 90%;
}

.colrsName,
.colrsName:hover {
  pointer-events: none;
}

.slide-container img {
  -webkit-animation-name: fadeInDownSD;
  animation-name: fadeInDownSD;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slick-active .slide-container img {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownSD {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes fadeInDownSD {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@media (min-width: 1600px) {
  .productDetailWrapper:before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 1150px;
    border: 169px solid #c6d4e1;
    border-radius: 50%;
    top: -115%;
    left: -9%;
  }
}

.keyFqturesWrapper {
  padding: 0px;
  background-color: transparent;
}

.productDetailData h3 {
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.featuresBox {
  border: 0px;
  margin-bottom: 0px;
}

.featuresBox:nth-child(1) {
  margin-bottom: 0px;
}

.featuresBox h3 {
  position: relative;
  padding-top: 10px;
  margin-bottom: 10px;
  /*    text-transform: capitalize;*/
  letter-spacing: 0.5px;
  font-size: 16px;
}

.featuresBox h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #bfbebe;
  left: 0;
  top: 0;
}

.keyFqturesWrapper {
  margin-top: 18px;
}

.featuresBox ul li {
  font-size: 15px;
  letter-spacing: 1px;
}

.productDetailData h1,
.productDetailData h3,
.featuresBox h3,
.featuresBox h3 span,
.colrsName p,
.featuresBox ul li {
  color: #fff;
}

.productDetailWrapper:before {
  border: 169px solid #c5d0fe;
}

@media (max-width: 767px) {
  .productDetailWrapper:before {
    content: "";
    position: absolute;
    width: 370px;
    height: 335px;
    border: 66px solid #c6d4e1;
    border-radius: 50%;
    top: -24%;
    left: -22%;
  }

  .productDetailData {
    margin-top: 20px;
  }

  .productDetailData h1,
  .premerGoldDetail .productDetailData h1 {
    font-size: 30px;
    color: #fff;
  }

  .productDetailData h3 {
    font-size: 16px;
  }

  .keyFqturesWrapper {
    border-radius: 10px;
    padding: 20px 0px 0;
    margin-top: 5px;
  }

  .colrsName {
    /*        width: 28%;*/
  }

  .circle {
    margin-right: 5px;
  }

  .mainProductSliderThumb .slick-next {
    right: -16%;
  }

  .productDetailWrapper {
    padding: 50px 0px 50px;
  }

  .mainProductSliderThumb .slick-slide {
    margin: 0 9px !important;
  }

  .colrsName p {
    text-transform: capitalize;
  }
}

/*** productTestDetail css ***/

/*** productList new changes css**/

.productDeatilBtn a {
  border: 1px solid #e31e25;
}

.type-h2 {
  font-size: 26px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  color: #fff;
}

.category-miniature__img {
  opacity: 1;
  -webkit-transform: translateY(25%) scale(0.9) rotate(0deg);
  transform: translateY(25%) scale(0.9) rotate(0deg);
}

.category-miniature__illustration {
  opacity: 1;
}

.productDeatilBtn {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}

.category-miniature__link:hover .category-miniature__img,
.category-miniature__link:focus .category-miniature__img {
  -webkit-transform: translateY(35.5%) scale(1.15) rotate(0);
  transform: translateY(35.5%) scale(1.15) rotate(0);
}

.mg-btm {
  margin-bottom: 80px;
}

/*** productList new changes css **/

/*** productDetail new changes css **/

.mainProductSlider {
  margin-top: 20px;
}

.mainProductSliderWrapper {
  position: relative;
}

.bodyColorSlider {
  position: absolute;
  top: 38%;
  width: 100%;
  left: 4%;
}

.bodyColorSlider .slide-container {
  text-align: center;
}

.bodyColorSlider .textWrapper {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 18px;
  background-color: transparent;
}

.bodyColorSlider .textWrapper h3 {
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
}

.mainProductSliderThumb .slick-prev,
.mainProductSliderThumb .slick-next,
.mainProductSliderThumb .slick-arrow {
  display: block !important;
}

.slick-arrow-custom {
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.slick-arrow-custom.next-a {
  left: auto;
  right: -14px;
}

.slick-arrow-custom button,
.slick-arrow-custom button:focus,
.slick-arrow-custom button:hover {
  background-color: transparent;
  color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 54px;
}

/*** productDetail new changes css **/

/*
.mainProductSliderThumbWrapper {
    width: 70%;
    margin: 0 auto;
}
*/

/*
.slick-active {
    opacity: 0;
    display: none !important;
}
*/

.width-70 {
  width: 70%;
  margin: 0 auto;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #e31e25;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  border: 1px solid #e31e25;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  width: 12px;
  height: 12px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

/*** product pop up slider  ****/

#productGalleryPop .modal-dialog {
  width: 95%;
}

#productGalleryPop .modal-body {
  padding: 60px 15px;
}

#productGalleryPop button.close {
  -webkit-appearance: none;
  padding: 7px 10px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  background-color: #e31e25;
  text-shadow: none;
  color: #fff;
  position: absolute;
  right: 0;
  opacity: 1;
  z-index: 99;
}

.productName h1 {
  margin: 0px;
  color: #000;
  text-transform: uppercase;
  font-family: "AvenirLTStdBlack";
  font-size: 36px;
}

.productName.modalProductName h1 {
  font-size: 30px;
}

.productName h4 {
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #000;
  margin-top: 0;
}

.keyProdct h3 {
  position: relative;
  padding-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: 0;
}

.keyProdct ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.keyProdct ul li {
  padding-left: 0px;
  position: relative;
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 1px;
}

.keyProdct ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.sliderThumnailModal .col-md-4 {
  padding: 0 5px;
  display: inline-block;
  margin: 0px 5px 10px 5px;
  width: 29%;
}

.sliderThumnailModal .col-md-4 img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sliderThumnailModal {
  margin: 10px 0;
}

.slideThumbModalBox {
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 180px; */
  height: 75px;
  /* margin: 0 auto 10px; */
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.slideThumbModalBox:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.modalSlideImages img {
  /*    width: 100%;*/
  margin: 0 auto;
}

/*****************************
Custmised css as pages  
*****************************/

.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(6)
  .block-categories__slider-miniatures-item,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(11)
  .block-categories__slider-miniatures-item,
.productsBoxWrapper.liquidPensList
  .productsBoxWrappinner
  .col-md-4:nth-child(26)
  .block-categories__slider-miniatures-item,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(16)
  .block-categories__slider-miniatures-item,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(18)
  .block-categories__slider-miniatures-item {
  margin-top: -68px;
}

.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(6)
  img.category-miniature__img,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(11)
  img.category-miniature__img,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(16)
  img.category-miniature__img,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(18)
  img.category-miniature__img,
.productsBoxWrapper.liquidPensList
  .productsBoxWrappinner
  .col-md-4:nth-child(26)
  img.category-miniature__img {
  width: 150px;
  -webkit-transform: translate(100px, 41px);
  transform: translate(100px, 41px);
}

.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(6)
  .category-miniature__link:hover
  .category-miniature__img,
.productsBoxWrapper.markrsPens
  .productsBoxWrappinner
  .col-md-4:nth-child(6)
  .category-miniature__link:hover
  .category-miniature__img,
.productsBoxWrapper.markrsPens
  .productsBoxWrappinner
  .col-md-4:nth-child(9)
  .category-miniature__link:hover
  .category-miniature__img,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(11)
  .category-miniature__link:hover
  .category-miniature__img,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(16)
  .category-miniature__link:hover
  .category-miniature__img,
.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(18)
  .category-miniature__link:hover
  .category-miniature__img,
.productsBoxWrapper.liquidPensList
  .productsBoxWrappinner
  .col-md-4:nth-child(26)
  .category-miniature__link:hover
  .category-miniature__img {
  -webkit-transform: translate(100px, 41px) scale(1.1) rotate(0);
  transform: translate(100px, 41px) scale(1.1) rotate(0);
}

.productsBoxWrapper.markrsPens
  .productsBoxWrappinner
  .col-md-4:nth-child(6)
  .category-miniature__link:hover
  .category-miniature__img {
  -webkit-transform: translate(0, 11px) scale(1.1) rotate(0);
  transform: translate(0, 11px) scale(1.1) rotate(0);
}

.keyDetailWrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
*/
  position: relative;
  padding: 0;
  padding-left: 15px;
  list-style-type: none;
  text-transform: capitalize;
}

.featuresBox ul li img {
  margin: -10px 0 0;
  height: 46px !important;
  /* width: 100px !important; */
  -o-object-fit: contain;
  object-fit: contain;
  width: auto !important;
  /*	width: 100px !important;*/
}

.newClass .category-miniature__img {
  width: 265px;
  -webkit-transform: translate(60px, 10px);
  transform: translate(60px, 10px);
}

.newClass .category-miniature__link:hover .category-miniature__img,
.newClass .category-miniature__link:focus .category-miniature__img {
  -webkit-transform: translateY(10.5%) translateX(59px) scale(1.15) rotate(0);
  transform: translateY(10.5%) translateX(59px) scale(1.15) rotate(0);
}

/*
.metalgiftset .filterData:nth-child(2) {
	margin-top: -35px;
}
*/

.combodetailWrapper:nth-child(2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #efefef;
}

.productsBoxWrapper.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(7) {
  display: none;
}

.productsBoxWrapper.gelPensList.newRequirement
  .productsBoxWrappinner
  .col-md-4:nth-child(7) {
  display: none;
}

.productsBoxWrapper.metalPensList .col-md-4:nth-child(18) {
  margin-bottom: 90px;
}

/*
.productsBoxWrapper.metalPensList .col-md-4:nth-child(19),
.productsBoxWrapper.metalPensList .col-md-4:nth-child(20),
.productsBoxWrapper.metalPensList .col-md-4:nth-child(21) {
    display: none;
}

.productsBoxWrapper.liquidPensList .col-md-4:last-child {
    display: none;
}
*/

.type-h2 {
  position: relative;
}

.newText,
.mini {
  display: none;
}

.markrsPens .newText,
.assorted,
.glow,
.yellow,
.fivemm,
.sevenmm,
.ninemm {
  position: absolute;
  bottom: -30px;
  font-size: 22px;
  font-weight: 400;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

/*
.markrsPens .col-md-4:nth-child(3) .newText {
    display: none;
}
*/

.jumbo,
.hideColor .inkColor,
.sevenmm,
.ninemm,
.fivemm {
  display: none;
}

.jumboDetail .jumbo,
.jumboDetail .jumbo {
  display: inline-block;
  font-size: 18px;
}

.featuresBox.units {
  display: none;
}

.mechanicalPencilsList .col-md-4:nth-child(1) .sevenmm,
.mechanicalPencilsList .col-md-4:nth-child(3) .fivemm {
  display: none;
}

.mechanicalPencilDetail .inkColor,
.correctMiniDetail .inkColor,
.geometry-boxDetail .inkColor,
.oil-pastels-detail .inkColor {
  display: none;
}

.mechanicalPencilsList .col-md-4:nth-child(1) .fivemm,
.mechanicalPencilsList .col-md-4:nth-child(2) .sevenmm,
.mechanicalPencilsList .col-md-4:nth-child(3) .sevenmm,
.mechanicalPencilsList .col-md-4:nth-child(4) .fivemm,
.mechanicalPencilsList .col-md-4:nth-child(5) .ninemm,
.mechanicalPencilsList .col-md-4:nth-child(6) .sevenmm {
  display: block;
}

.mechanicalPencilDetail .featuresBox.units,
.highlightersList .newText,
.assorted,
.glow,
.yellow,
.lead,
.mechanicalPencilDetail .tip {
  display: none;
}

.featuresBox h3 span.tip,
.featuresBox h3 span.lead {
  font-weight: 700;
  font-family: "AvenirLTStdBlack";
  margin-bottom: 0;
}

.mechanicalPencilDetail .lead {
  display: inline-block;
}

.highlightersList .col-md-4:nth-child(1) .assorted,
.highlightersList .col-md-4:nth-child(2) .yellow,
.highlightersList .col-md-4:nth-child(3) .glow {
  display: block;
}

.highlighterYellow span:nth-child(2),
.highlighterYellow span:nth-child(3),
.highlighterYellow span:nth-child(3) {
  display: none;
}

.highlightersList .highlighterYellow span:nth-child(1),
.mechanicalPencilsList
  .col-md-4:nth-child(1)
  .highlighterYellow
  span:nth-child(1),
.mechanicalPencilsList
  .col-md-4:nth-child(3)
  .highlighterYellow
  span:nth-child(1),
.mechanicalPencilsList
  .col-md-4:nth-child(5)
  .highlighterYellow
  span:nth-child(1),
.meechNeo {
  display: none;
}

/*
.roller-pens .col-md-4:nth-child(3),
.roller-pens .col-md-4:nth-child(4),
.roller-pens .col-md-4:nth-child(5) {
    display: none;
}
*/

.highlightersList .highlighterYellow span:nth-child(2),
.mechanicalPencilsList
  .col-md-4:nth-child(1)
  .highlighterYellow
  span:nth-child(3),
.mechanicalPencilsList
  .col-md-4:nth-child(5)
  .highlighterYellow
  span:nth-child(4),
.mechanicalPencilsList
  .col-md-4:nth-child(3)
  .highlighterYellow
  span:nth-child(4) {
  display: block;
}

.category-miniature__name.type-h2 {
  text-align: center;
}

.ballPoint,
.rollerPen {
  display: none;
}

.premerGoldDetail .ballPoint,
.premerGoldDetail .rollerPen {
  display: inline-block;
  font-size: 18px;
}

.premerGoldDetail .commonName,
.goldSetHeading {
  display: none;
}

.premerGoldDetail .goldSetHeading {
  display: block;
}

/*
.productsBoxWrapper.metalPensList .productsBoxWrappinner .col-md-4:nth-child(28),
.productsBoxWrapper.metalPensList .productsBoxWrappinner .col-md-4:last-child {
    display: none;
}
*/

.premerGoldDetail .productDetailData h1 {
  font-size: 32px;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}

.keyProdct ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  padding-left: 15px;
  list-style-type: none;
}

.keyProdct ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 1px;
  background-color: #000;
  top: 10px;
}

.keyProdct ul li img {
  margin: -12px 0 0;
  height: 52px !important;
  /* width: 100px !important; */
  -o-object-fit: contain;
  object-fit: contain;
  width: auto !important;
  width: 100px !important;
}

.keyProdct h3 {
  font-family: "AvenirLTStdBlack";
}

.waxCrayons .category-miniature__name.type-h2 {
  width: 80%;
}

@media (max-width: 767px) {
  .sliderThumnailModal {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sliderThumnailModal .col-md-4 {
    padding: 0 5px;
    width: 20%;
  }

  .thumnailImgBox {
    border-radius: 14px !important;
  }

  .slideThumbModalBox {
    height: 60px;
  }

  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(7)
    img.category-miniature__img,
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(6)
    img.category-miniature__img,
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(11)
    img.category-miniature__img,
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(16)
    img.category-miniature__img,
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(18)
    img.category-miniature__img,
  .productsBoxWrapper.gelPensList.liquidPensList
    .productsBoxWrappinner
    .col-md-4:nth-child(26)
    img.category-miniature__img,
  .productsBoxWrapper.liquidPensList
    .productsBoxWrappinner
    .col-md-4:nth-child(26)
    img.category-miniature__img,
  .productsBoxWrapper.markrsPens
    .productsBoxWrappinner
    .col-md-4:nth-child(9)
    img.category-miniature__img {
    width: 45%;
    -webkit-transform: translateY(9.5%) scale(1) rotate(0) translateX(58%) !important;
    transform: translateY(9.5%) scale(1) rotate(0) translateX(58%) !important;
  }

  .newClass .category-miniature__img {
    width: 265px;
    -webkit-transform: translate(40px, 10px) !important;
    transform: translate(40px, 10px) !important;
  }

  .newClass .category-miniature__link:hover .category-miniature__img,
  .newClass .category-miniature__link:focus .category-miniature__img {
    -webkit-transform: translateY(10.5%) translateX(48px) scale(1.15) rotate(0) !important;
    transform: translateY(10.5%) translateX(48px) scale(1.15) rotate(0) !important;
  }

  .mechanicalPencilsList .col-md-4:nth-child(4) .category-miniature__img {
    -webkit-transform: translateY(-40px) scale(1) rotate(0) !important;
    transform: translateY(-40px) scale(1) rotate(0) !important;
  }

  .newText {
    font-size: 18px;
  }

  .productDetailWrapper.premerGoldDetail:before {
    top: -13%;
  }
}

@media (max-width: 320px) {
  .newClass .category-miniature__img {
    width: 255px;
    -webkit-transform: translate(40px, 10px) !important;
    transform: translate(20px, 0px) !important;
  }

  .newClass .category-miniature__link:hover .category-miniature__img,
  .newClass .category-miniature__link:focus .category-miniature__img {
    -webkit-transform: translateY(3.5%) translateX(23px) scale(1.15) rotate(0) !important;
    transform: translateY(3.5%) translateX(23px) scale(1.15) rotate(0) !important;
  }

  .productsBoxWrapper.liquidPensList
    .productsBoxWrappinner
    .col-md-4:nth-child(26)
    img.category-miniature__img {
    width: 45%;
    -webkit-transform: translateY(-3.5%) scale(1) rotate(0) translateX(58%) !important;
    transform: translateY(-3.5%) scale(1) rotate(0) translateX(58%) !important;
  }
}

@media (min-width: 1200px) {
  .liquidPensList .col-md-4:nth-child(15),
  .gelPensList .col-md-4:nth-child(6),
  .gelPensList .col-md-4:nth-child(16),
  .gelPensList .col-md-4:nth-child(18),
  .gelPensList .col-md-4:nth-child(18),
  .metalPensList .col-md-4:nth-child(21) {
    margin-bottom: 100px;
  }

  .productDetailWrapper.premerGoldDetail:before {
    top: -50%;
  }
}

@media (min-width: 1366px) {
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(6)
    img.category-miniature__img,
  .productsBoxWrapper.liquidPensList
    .productsBoxWrappinner
    .col-md-4:nth-child(26)
    img.category-miniature__img {
    width: 150px;
    -webkit-transform: translate(120px, 41px);
    transform: translate(120px, 41px);
  }

  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(6)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(16)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(18)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(11)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(16)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(18)
    .category-miniature__link:hover
    .category-miniature__img {
    -webkit-transform: translate(120px, 41px) scale(1.1) rotate(0);
    transform: translate(120px, 41px) scale(1.1) rotate(0);
  }

  .newClass .category-miniature__img {
    width: 265px;
    -webkit-transform: translate(65px, 10px);
    transform: translate(65px, 10px);
  }

  .newClass .category-miniature__link:hover .category-miniature__img,
  .newClass .category-miniature__link:focus .category-miniature__img {
    -webkit-transform: translateY(10.5%) translateX(65px) scale(1.15) rotate(0);
    transform: translateY(10.5%) translateX(65px) scale(1.15) rotate(0);
  }

  .productDetailWrapper.premerGoldDetail:before {
    top: -50%;
  }

  .waxCrayons .productsBoxWrappinner .mg-btm {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  #productGalleryPop .modal-dialog {
    width: 78%;
  }

  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(7)
    img.category-miniature__img,
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(6)
    img.category-miniature__img,
  .productsBoxWrapper.liquidPensList
    .productsBoxWrappinner
    .col-md-4:nth-child(26)
    img.category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(11)
    img.category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(16)
    img.category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(18)
    img.category-miniature__img {
    width: 150px;
    -webkit-transform: translate(200px, 41px);
    transform: translate(200px, 41px);
  }

  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(7)
    img.category-miniature__img {
    width: 100%;
    -webkit-transform: translateY(25%) scale(0.9) rotate(0deg);
    transform: translateY(25%) scale(0.9) rotate(0deg);
  }

  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(7)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(7)
    .category-miniature__link:focus
    .category-miniature__img,
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(9)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.gelPensList.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(9)
    .category-miniature__link:focus
    .category-miniature__img {
    -webkit-transform: translateY(35.5%) scale(1.15) rotate(0) !important;
    transform: translateY(35.5%) scale(1.15) rotate(0) !important;
  }

  .productsBoxWrapper.markrsPens
    .productsBoxWrappinner
    .col-md-4:nth-child(9)
    .category-miniature__link:hover
    .category-miniature__img {
    -webkit-transform: translate(200px, 41px) scale(1.1) rotate(0);
    transform: translate(200px, 41px) scale(1.1) rotate(0);
  }

  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(6)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(11)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(16)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(18)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.liquidPensList
    .productsBoxWrappinner
    .col-md-4:nth-child(26)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.markrsPens
    .productsBoxWrappinner
    .col-md-4:nth-child(26)
    .category-miniature__link:hover
    .category-miniature__img {
    -webkit-transform: translate(200px, 41px) scale(1.1) rotate(0);
    transform: translate(200px, 41px) scale(1.1) rotate(0);
  }

  .productsBoxWrapper.newRequirement
    .productsBoxWrappinner
    .col-md-4:nth-child(9)
    .category-miniature__link:hover
    .category-miniature__img {
    width: 150px;
    -webkit-transform: translate(201px, 45px);
    transform: translate(201px, 45px);
  }

  .newClass .category-miniature__img {
    -webkit-transform: translate(148px, 10px);
    transform: translate(148px, 10px);
  }

  .newClass .category-miniature__link:hover .category-miniature__img,
  .newClass .category-miniature__link:focus .category-miniature__img {
    -webkit-transform: translateY(10.5%) translateX(150px) scale(1.15) rotate(0);
    transform: translateY(10.5%) translateX(150px) scale(1.15) rotate(0);
  }

  .featuresBox ul li img {
    margin: -5px 0 0;
    height: 34px !important;
  }

  .productDetailWrapper.premerGoldDetail:before {
    top: -90%;
  }
}

/*****************************
Custmised css as pages  
*****************************/

@media (max-width: 767px) {
  .premerGoldDetail .productDetailData h1,
  .productDetailData h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/*** searchbox ***/
.logo,
.search-boxWrapper,
.search-boxWrapper2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-nav > li .search-boxWrapper,
.navbar-nav > li .search-boxWrapper2,
.search-boxWrapper {
  /* visibility: hidden; */
}

.main-links {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.search-box {
  position: relative;
  background: #fff;
  /*    height: 40px;*/
  border-radius: 40px;
  padding: 0px;
  width: max-width;
  display: inline-block;
  float: right;
  padding: 0px 0 0 10px;
}

.search-box:hover {
  /*    padding: 0px 0 0 10px;*/
}

.search-text {
  padding: 0 6px;
  text-transform: capitalize;
}

.search-box:hover > .search-text {
  width: 200px;
  padding: 0 6px;
}

.search-box:hover > .search-btn {
  background: #dc1d24;
  color: #fff;
  border-color: #dc1d24;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-btn {
  color: #fff;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dc1d24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #dc1d24;
}

.search-btn > i {
  fontsize: 30px;
}

.search-text {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 40px;
  width: 222px;
}

.search-text::-webkit-input-placeholder {
  color: #000 !important;
}

.search-text:-ms-input-placeholder {
  color: #000 !important;
}

.search-text::placeholder {
  color: #000 !important;
}

/*** searchbox ***/

.rollerName,
.productDetailWrapper.premerGoldDetail .second_category_name,
.productDetailWrapper.premerGoldDetail .first_category_name,
.productDetailWrapper.metal-gift-set .second_category_name,
.productDetailWrapper.metal-gift-set .first_category_name,
.productDetailWrapper.nexa-gift-set .first_category_name,
.productDetailWrapper.nexa-gift-set .second_category_name {
  display: none;
}

.productDetailWrapper.premerGoldDetail .rollerName {
  display: block;
}

.productDetailWrapper.nexa-gift-set .metal-roller-pens {
  display: block;
}

.search-box {
  width: 275px;
}

.filter-count,
.filter-count-list {
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 5px 0 0;
  right: 0;
  top: 100%;
}

.filter-count-list {
  background-color: #fff;
  max-height: 200px;
  overflow-y: scroll;
  /* padding: 0 10px; */
}

.filter-count-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
  display: none;
}

.filter-count-list::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.filter-count-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d62929;
}

.filter-count-list ul {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}

.filter-count-list li {
  /* padding: 10px 10px; */
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.filter-count-list li a {
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  align-items: center;
  padding: 12px 10px;
  border-bottom: 1px solid #bdbdbd;
}

.filter-count-list li:last-child a {
  border-bottom: 0;
}

.filter-count-list li:hover a {
  background-color: #e31e25;
  color: #ffffff;
  border-bottom: 1px solid #e31e25;
}

.filter-count-text {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#no-count,
#no-count2 {
  width: 100%;
  color: #fff;
  text-align: center;
  /* display: flex; */
  /* justify-content: center; */
  position: absolute;
  margin: 5px 0 0;
  right: 0;
  top: 100%;
  font-size: 18px;
}

span.text {
  display: block;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  text-transform: uppercase;
}

span.imgThumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 26px;
  background-color: #f5efef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  display: none;
}

.search-boxWrapper,
.search-boxWrapper-outer,
.search-boxWrapper2 {
  visibility: hidden;
}

.digitronColor {
  display: none;
}

.digitron .digitronColor {
  display: block;
}

.markrsPens .filterData:nth-child(4) .newText,
.markrsPens .filterData:nth-child(5) .newText,
.markrsPens .filterData:nth-child(6) .newText,
.markrsPens .filterData:nth-child(7) .newText,
.markrsPens .filterData:nth-child(8) .newText,
.markrsPens .filterData:nth-child(9) .newText,
.markrsPens .filterData:nth-child(12) .newText,
.markrsPens .filterData:nth-child(13) .newText,
.markrsPens .filterData:nth-child(10) .newText {
  display: none;
}

.markrsPens .filterData:nth-child(7) .mini {
  display: block;
}
.markrsPens .filterData:nth-child(12) .yellow,
.markrsPens .filterData:nth-child(13) .yellow {
  display: block;
}

@media (max-width: 767px) {
  .search-box {
    width: 165px !important;
    background: #dc1d24;
  }

  .search-text {
    color: #fff;
  }

  .search-text::-webkit-input-placeholder {
    color: #fff !important;
  }

  .search-text:-ms-input-placeholder {
    color: #fff !important;
  }

  .search-text::placeholder {
    color: #fff !important;
  }

  .search-box:hover > .search-btn,
  .search-btn {
    background: #fff;
    color: #dc1d24;
    border-color: #fff;
    width: 30px;
    height: 30px;
  }

  .search-text,
  .search-box:hover > .search-text {
    width: 124px;
    line-height: 30px;
    font-size: 12px;
  }

  .header-icon {
    width: 100%;
  }

  .filter-count-text {
    display: -webkit-box;
    color: #000 !important;
    font-size: 12px !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #no-count,
  #no-count2 {
    font-size: 12px;
  }

  .search-boxWrapper-outer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  span.imgThumb {
    width: 40px;
    height: 24px;
  }

  .filter-count-list li a {
    font-size: 12px;
  }
}

@media (min-width: 375px) and (max-width: 414px) {
  .search-box {
    width: 180px !important;
  }

  .search-text,
  .search-box:hover > .search-text {
    width: 140px;
  }
}

.markrsPens .productsBoxWrappinner .col-md-4:nth-child(6),
.markrsPens .productsBoxWrappinner .col-md-4:nth-child(10) {
  /*	display: none;*/
  /* -webkit-transform: translateY(-54px); */
  /* transform: translateY(-54px); */
}

.markrsPens .col-md-4:nth-child(6) .newClass .category-miniature__img,
.markrsPens .col-md-4:nth-child(7) .newClass .category-miniature__img {
  width: 245px;
  -webkit-transform: translate(60px, 20px);
  transform: translate(60px, 20px);
}

.markrsPens .col-md-4:nth-child(6) .category-miniature__img,
.markrsPens .col-md-4:nth-child(10) .category-miniature__img {
  /* -webkit-transform: translateY(10%) scale(0.9) rotate(0deg); */
  /* transform: translateY(10%) scale(0.9) rotate(0deg); */
}

.markrsPens
  .col-md-4:nth-child(6)
  .newClass
  .category-miniature__link:hover
  .category-miniature__img,
.markrsPens
  .col-md-4:nth-child(6)
  .newClass
  .category-miniature__link:focus
  .category-miniature__img,
.markrsPens
  .col-md-4:nth-child(7)
  .newClass
  .category-miniature__link:hover
  .category-miniature__img,
.markrsPens
  .col-md-4:nth-child(7)
  .newClass
  .category-miniature__link:focus
  .category-miniature__img {
  -webkit-transform: translateY(10.5%) translateX(59px) scale(1.15) rotate(0);
  transform: translateY(10.5%) translateX(59px) scale(1.15) rotate(0);
}

.markrsPens
  .col-md-4:nth-child(6)
  .category-miniature__link:hover
  .category-miniature__img,
.markrsPens
  .col-md-4:nth-child(6)
  .category-miniature__link:focus
  .category-miniature__img,
.markrsPens
  .col-md-4:nth-child(7)
  .category-miniature__link:hover
  .category-miniature__img,
.markrsPens
  .col-md-4:nth-child(7)
  .category-miniature__link:focus
  .category-miniature__img {
  -webkit-transform: translateY(9.5%) scale(1.05) rotate(0);
  transform: translateY(9.5%) scale(1.05) rotate(0);
}

.inksColor {
  display: none;
}

.metalPensList .filterData:nth-child(28) {
  display: none;
}

.metal-gift-set .combodetailWrapper:nth-child(1) .commonName {
  display: none;
}

.metal-gift-set .combodetailWrapper:nth-child(1) .goldSetHeading {
  display: block;
}

.inksColor.d-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.markrsPens
  .productsBoxWrappinner
  .col-md-4:nth-child(9)
  .block-categories__slider-miniatures-item {
  /* margin-top: -68px; */
}

.markrsPens
  .productsBoxWrappinner
  .col-md-4:nth-child(8)
  .block-categories__slider-miniatures-item,
.markrsPens
  .productsBoxWrappinner
  .col-md-4:nth-child(9)
  .block-categories__slider-miniatures-item {
  /* padding: 25px 0px; */
}

@media (min-width: 1366px) {
  .markrsPens .col-md-4:nth-child(6) .newClass .category-miniature__img,
  .markrsPens .col-md-4:nth-child(7) .newClass .category-miniature__img {
    width: 260px;
    -webkit-transform: translate(60px, 10px);
    transform: translate(60px, 10px);
  }

  .markrsPens
    .col-md-4:nth-child(6)
    .newClass
    .category-miniature__link:hover
    .category-miniature__img,
  .markrsPens
    .col-md-4:nth-child(6)
    .newClass
    .category-miniature__link:focus
    .category-miniature__img,
  .markrsPens
    .col-md-4:nth-child(7)
    .newClass
    .category-miniature__link:hover
    .category-miniature__img,
  .markrsPens
    .col-md-4:nth-child(7)
    .newClass
    .category-miniature__link:focus
    .category-miniature__img {
    -webkit-transform: translateY(10.5%) translateX(65px) scale(1.15) rotate(0);
    transform: translateY(10.5%) translateX(65px) scale(1.15) rotate(0);
  }
}

@media (min-width: 1600px) {
  .markrsPens .col-md-4:nth-child(6) .newClass .category-miniature__img,
  .markrsPens .col-md-4:nth-child(7) .newClass .category-miniature__img {
    width: 245px;
    -webkit-transform: translate(148px, 20px);
    transform: translate(148px, 20px);
  }

  .markrsPens
    .col-md-4:nth-child(6)
    .category-miniature__link:hover
    .category-miniature__img,
  .markrsPens
    .col-md-4:nth-child(6)
    .category-miniature__link:focus
    .category-miniature__img,
  .markrsPens
    .col-md-4:nth-child(7)
    .category-miniature__link:hover
    .category-miniature__img,
  .markrsPens
    .col-md-4:nth-child(7)
    .category-miniature__link:focus
    .category-miniature__img {
    -webkit-transform: translateY(6.5%) scale(0.7) rotate(0);
    transform: translateY(6.5%) scale(0.7) rotate(0);
  }
}

.mathematical .category-miniature__img {
  width: 150px;
  -webkit-transform: translate(100px, 25px);
  transform: translate(100px, 25px);
}

.mathematical .category-miniature__link:hover .category-miniature__img {
  -webkit-transform: translate(70.5%, 25.5%) scale(1.15) rotate(0);
  transform: translate(70.5%, 25.5%) scale(1.15) rotate(0);
}

@media (max-width: 767px) {
  .mathematical .category-miniature__img {
    width: 150px;
    -webkit-transform: translate(93px, 10.5%) scale(1) rotate(0) !important;
    transform: translate(93px, 10.5%) scale(1) rotate(0) !important;
  }

  .mathematical .category-miniature__link:hover .category-miniature__img {
    -webkit-transform: translate(62.5%, 15.5%) scale(1.15) rotate(0);
    transform: translate(65.5%, 15.5%) scale(1.15) rotate(0);
  }
}

@media (min-width: 1366px) {
  .mathematical .category-miniature__img {
    -webkit-transform: translate(120px, 30px);
    transform: translate(120px, 30px);
  }

  .mathematical .category-miniature__link:hover .category-miniature__img {
    -webkit-transform: translate(75.5%, 15.5%) scale(1.15) rotate(0);
    transform: translate(75.5%, 15.5%) scale(1.15) rotate(0);
  }
}

@media (min-width: 1600px) {
  .mathematical .category-miniature__img {
    -webkit-transform: translate(200px, 15px);
    transform: translate(200px, 15px);
  }

  .mathematical .category-miniature__link:hover .category-miniature__img {
    -webkit-transform: translate(130.5%, 15.5%) scale(1.15) rotate(0);
    transform: translate(130.5%, 15.5%) scale(1.15) rotate(0);
  }
}

.mathInstrument .featuresBox.inkColor,
.Metal-Roller-Pen-label,
.metal-roller-pens {
  display: none;
}

.productDetailWrapper.nexa-gift-set .metal-roller-pens {
  display: none;
}

.productDetailWrapper.nexa-gift-set .Metal-Roller-Pen-label {
  display: block;
}

.waxCrayons .category-miniature__img {
  opacity: 1;
  -webkit-transform: translateY(8%) scale(0.5) rotate(0deg);
  transform: translateY(8%) scale(0.5) rotate(0deg);
}

.twShadeS,
.twPlusShadeS,
.sxPlusShadeS {
  display: none;
}

.waxCrayons
  .productsBoxWrappinner
  .col-md-4:nth-child(1)
  .highlighterYellow
  span.twShadeS,
.waxCrayons
  .productsBoxWrappinner
  .col-md-4:nth-child(2)
  .highlighterYellow
  span.twPlusShadeS,
.waxCrayons
  .productsBoxWrappinner
  .col-md-4:nth-child(3)
  .highlighterYellow
  span.sxPlusShadeS {
  display: block;
}

.waxCrayons .block-categories__slider-miniatures-item {
  padding: 50px 0px;
}

.waxCrayons .category-miniature__link:hover .category-miniature__img,
.waxCrayons .category-miniature__link:focus .category-miniature__img {
  -webkit-transform: translateY(10%) scale(0.6) rotate(0deg);
  transform: translateY(10%) scale(0.6) rotate(0deg);
}

.oil-pastels .block-categories__slider-miniatures-item {
  padding: 18px 0px;
}

.oil-pastels .category-miniature__img {
  opacity: 1;
  -webkit-transform: translateY(5%) scale(0.9) rotate(0deg);
  transform: translateY(5%) scale(0.9) rotate(0deg);
}

.fourTronGreen,
.digitronRed {
  display: none;
}

.fourTronDetail .fourTronGreen,
.digitronDetail .digitronRed {
  display: block;
}

.oil-pastels .category-miniature__link:hover .category-miniature__img,
.oil-pastels .category-miniature__link:focus .category-miniature__img {
  -webkit-transform: translateY(35.5%) scale(1.15) rotate(0);
  transform: translateY(8.5%) scale(1.15) rotate(0);
}

.productsBox {
  height: 180px;
}

.productsBoxImg {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.productsBoxImg img {
  width: auto;
}

.productsBox {
  margin: 0;
}

.productsBox h1 {
  margin: 0px;
  font-size: 18px;
}

.productsBoxWrapper.productCategoryPageOuter {
  padding: 170px 0px 70px;
}
@media (max-width: 767px) {
  .productsBoxWrappinner.productCategoryPage {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }
  .productsBoxWrappinner.productCategoryPage .col-md-6 {
    width: auto;
    padding: 0;
  }
  .productCategoryPage .productsBox a {
    padding: 6px 16px;
    font-size: 12px;
  }
  .productsBoxWrapper.productCategoryPageOuter {
    padding: 120px 0px 0px 0px;
  }

  .productCategoryPage .productsBox {
    height: 170px !important;
    padding: 15px !important;
  }

  .productCategoryPage .productsBox h1 {
    font-size: 24px !important;
    height: 40px !important;
  }
}
@media (min-width: 768px) {
  .productsBoxWrappinner.productCategoryPage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }
  .productsBoxWrappinner.productCategoryPage .col-md-6 {
    width: auto;
    padding: 0;
  }
  .productCategoryPage .productsBox a {
    padding: 6px 16px;
    font-size: 12px;
  }

  .productCategoryPage .productsBox {
    height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .productCategoryPage .productsBox h1 {
    font-size: 20px;
    height: 50px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .productCategoryPage .productsBox {
    height: 200px !important;
    padding: 15px 15px !important;
  }
  .productCategoryPage .productsBox h1 {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  .productsBoxWrappinner.productCategoryPage {
    grid-template-columns: repeat(5, 1fr);
  }
  .markrsPens .productsBoxWrappinner .col-md-4:nth-child(10) {
    /* margin-bottom: 200px; */
  }
}
@media (min-width: 1366px) {
  .waxCrayons .category-miniature__img {
    opacity: 1;
    -webkit-transform: translateY(8%) scale(0.5) rotate(0deg);
    transform: translateY(8%) scale(0.5) rotate(0deg);
  }

  .oil-pastels .category-miniature__link:hover .category-miniature__img,
  .oil-pastels .category-miniature__link:focus .category-miniature__img {
    -webkit-transform: translateY(6.5%) scale(1) rotate(0);
    transform: translateY(6.5%) scale(1) rotate(0);
  }
  /* .markrsPens .productsBoxWrappinner .col-md-4:nth-child(9) {
    margin-bottom: 210px;
  } */
}

.home-carousel .item.firstItem .penImg.three img {
  width: 500px;
}

.home-carousel .item.firstItem .penImg.three {
  right: 10%;
  top: 55%;
}
@media (min-width: 1600px) {
  .waxCrayons .block-categories__slider-miniatures-item {
    padding: 0;
  }

  .waxCrayons .category-miniature__img {
    opacity: 1;
    -webkit-transform: translateY(8%) scale(0.3) rotate(0deg);
    transform: translateY(8%) scale(0.3) rotate(0deg);
  }

  .oil-pastels .category-miniature__img {
    opacity: 1;
    -webkit-transform: translateY(5%) scale(0.6) rotate(0deg);
    transform: translateY(5%) scale(0.6) rotate(0deg);
  }

  .waxCrayons .category-miniature__link:hover .category-miniature__img,
  .waxCrayons .category-miniature__link:focus .category-miniature__img {
    -webkit-transform: translateY(10%) scale(0.4) rotate(0deg);
    transform: translateY(10%) scale(0.4) rotate(0deg);
  }

  .oil-pastels .category-miniature__link:hover .category-miniature__img,
  .oil-pastels .category-miniature__link:focus .category-miniature__img {
    -webkit-transform: translateY(4.5%) scale(0.7) rotate(0);
    transform: translateY(4.5%) scale(0.7) rotate(0);
  }

  /* .markrsPens .productsBoxWrappinner .col-md-4:nth-child(9) {
    margin-bottom: 280px;
  } */

  .home-carousel .item.firstItem .penImg.three img {
    width: 700px;
  }

  .home-carousel .item.firstItem .penImg.three {
    right: 15%;
    top: 50%;
  }
}

.swiper-slide.ultron2XTrend {
  background: linear-gradient(217deg, #ffba49 50%, #eeeeee 50%) !important;
}
.swiper-slide.tektronTrend {
  background: linear-gradient(217deg, #28afb0 50%, #eeeeee 50%) !important;
}
.swiper-slide.geltronGelTren {
  background: linear-gradient(217deg, #7e1539 50%, #eeeeee 50%) !important;
}
.swiper-slide.xtronTrend {
  background: linear-gradient(217deg, #0273b7 50%, #eeeeee 50%) !important;
}

.liquidPensList .col-md-4:nth-child(36) {
  margin-bottom: 90px;
}

.productsBoxWrappinner
  .col-md-4:nth-child(4)
  .newClass
  .category-miniature__link {
  text-align: center;
}

.productsBoxWrappinner
  .col-md-4:nth-child(4)
  .newClass
  .category-miniature__link
  .category-miniature__img {
  width: 150px !important;
  transform: translate(0, 10px) !important;
}

.productsBoxWrappinner
  .col-md-4:nth-child(4)
  .newClass
  .category-miniature__link:hover
  .category-miniature__img {
  transform: translateY(10.5%) translateX(0px) scale(1.1) rotate(0) !important;
}

@media (min-width: 768px) {
  .productsBoxWrapper.roller-pens .col-md-4:nth-child(2) {
    margin-bottom: 85px;
  }
}
@media (min-width: 991px) {
  .productsBoxWrapper.roller-pens .col-md-4:nth-child(3) {
    margin-bottom: 85px;
  }
}
@media (min-width: 1024px) {
  .productsBoxWrapper.roller-pens .col-md-4:nth-child(3) {
    margin-bottom: 95px;
  }
}

@media (min-width: 1200px) {
  .category-miniature__link {
    display: flex;
  }
  .productsBoxWrapper.markrsPens
    .col-md-4:nth-child(6)
    .category-miniature__img,
  .productsBoxWrapper.markrsPens
    .col-md-4:nth-child(10)
    .category-miniature__img {
    width: 150px !important;
    margin: 0 auto;
    transform: scale(1.8) translateY(7px);
  }
  .productsBoxWrapper.markrsPens
    .col-md-4:nth-child(9)
    .category-miniature__img {
    width: 80px !important;
    margin: 0 auto;
    transform: translateY(7px);
  }
  .productsBoxWrapper.markrsPens .col-md-4:nth-child(12) {
    margin-bottom: 100px;
  }
  .type-h2 {
    font-size: 22px;
  }

  .productsBoxWrapper.markrsPens
    .productsBoxWrappinner
    .col-md-4:nth-child(6)
    .category-miniature__link:hover
    .category-miniature__img {
    transform: translate(0, 11px) scale(1.4) rotate(0);
  }

  .productsBoxWrappinner
    .col-md-4:nth-child(9)
    .category-miniature__link:hover
    .category-miniature__img {
    transform: translate(0px, 0px) scale(1.4) rotate(0) !important;
  }

  .productsBoxWrapper.markrsPens
    .col-md-4:nth-child(10)
    .category-miniature__link:hover
    .category-miniature__img,
  .productsBoxWrapper.markrsPens
    .col-md-4:nth-child(6)
    .category-miniature__link:hover
    .category-miniature__img {
    transform: scale(2.2) translateY(7px);
  }
}

@media (min-width: 1600px) {
  .productsBoxWrapper.markrsPens
    .col-md-4:nth-child(9)
    .category-miniature__img {
    width: 106px !important;
    margin: 0 auto;
    transform: scale(1.8) translateY(7px);
  }

  .productsBoxWrapper.markrsPens .col-md-4:nth-child(6) {
    margin-bottom: 100px;
  }
  .type-h2 {
    font-size: 26px;
  }
}

/* productListpage css */
.customproductListBoxOuter:nth-child(n + 4) {
  margin-top: 50px;
}
.customproductListBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.productListBoxContent {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 30px;
}

.productListBoxContent .productName {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productListBoxContent .productName span {
  font-family: "AvenirLTStdBlack";
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 24px;
  text-transform: uppercase;
}

.productListBoxContent .productName span.subtitle {
  font-size: 22px;
  text-transform: uppercase;
}

.productListBoxContent .detailButton a {
  padding: 8px 22px;
  background-color: transparent;
  border-radius: 23px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #e31e25;
  display: inline-block;
}

.productListBoxContent .detailButton a:hover {
  background-color: #e31e25;
  color: #fff;
}

.productListBoxContent .mainProductImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.productListBoxContent .mainProductImg img {
  transition: transform 0.4s;
}

.productListBoxContent:hover .mainProductImg img {
  transform: scale(1.1);
}

@media (min-width: 767px) and (max-width: 991px) {
  .customproductListBoxOuter:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .customproductListBoxOuter:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  /* .productListBoxContent .mainProductImg img {
    transform: scale(0.7);
  }
  .productListBoxContent:hover .mainProductImg img {
    transform: scale(0.8);
  } */
  .productListBoxContent .productName span {
    font-size: 34px;
  }

  .productListBoxContent .productName span.subtitle {
    font-size: 26px;
  }

  .productListBoxContent {
    padding: 50px 0 50px;
  }

  .customproductListBox img {
    width: 85%;
  }
}

.detailButton {
  position: relative;
  z-index: 2;
}

.navbar-nav > li .search-boxWrapper2,
.search-boxWrapper2 {
  visibility: visible;
}

.search-boxWrapper {
  display: none;
}
/* productListpage css */
