.headerTop {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  border-bottom: 1px solid #e5e7f2;
  padding-bottom: 10px;
}
.headerTop .leftMenu {
  display: inline-block;
}
.headerTop .leftMenu li {
  margin-right: 10px;
  display: inline-block;
  font-weight: 400;
}
.headerTop .leftMenu li a {
  color: #828282;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .headerTop .leftMenu li {
    font-size: 12px;
    margin-right: 5px;
  }
}
@media (max-width: 767.98px) {
  .headerTop .leftMenu li {
    margin: 0px;
    width: 100%;
    margin: 5px;
    text-align: center;
  }
}
.headerTop .leftMenu li.second {
  padding: 10px 30px;
  border-radius: 10px;
  background: #00c5de;
  color: #fff;
  font-weight: bold;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.headerTop .leftMenu li.second a {
  color: #fff;
}
@media (max-width: 767.98px) {
  .headerTop .leftMenu li.second {
    border-radius: 10px !important;
  }
}
.headerTop .rightContact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  padding: 8px 0px 0px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .headerTop .rightContact {
    padding-top: 5px;
    font-size: 12px;
  }
}
.headerTop .rightContact i {
  margin-right: 10px;
  font-size: 20px;
}
.headerMiddle {
  padding: 20px 0px;
  border-bottom: 1px solid #e5e7f2;
}
@media (max-width: 767.98px) {
  .headerMiddle {
    padding: 10px 0px;
  }
}
.headerMiddle .mobileIcon {
  font-size: 25px;
  color: #2e3233;
  margin-right: 10px;
  display: none;
}
.headerMiddle .mobileIcon:hover {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .headerMiddle .mobileIcon {
    display: block;
  }
}
.headerMiddle .logo {
  display: block;
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .headerMiddle .logo img {
    max-width: 100%;
  }
}
.headerMiddle .list-group-item {
  height: 44px;
  position: relative;
}
@media (max-width: 991.98px) {
  .headerMiddle .list-group-item:nth-child(2) {
    display: none;
  }
  .headerMiddle .list-group-item {
    border-radius: 5px;
  }
}
@media (min-width: 1200px) {
  .headerMiddle #searchField {
    padding-left: 70px;
  }
}
.headerMiddle #searchField.active {
  display: block !important;
  margin: 10px 0px;
}
.headerMiddle .searchArea {
  display: inline-block;
  font-size: 15px;
  height: 100%;
  position: relative;
  width: 100%;
}
.headerMiddle .searchArea input[type=text] {
  height: 100%;
  border: none;
  outline: none;
  position: absolute;
  color: #828282;
  width: calc(100% - 30px);
  font-size: 13px;
  left: 0px;
  top: 0px;
  bottom: 0px;
}
@media (max-width: 1199.98px) {
  .headerMiddle .searchArea input[type=text] {
    font-size: 12px;
  }
}
.headerMiddle .searchArea button[type=submit] {
  border: none;
  position: absolute;
  right: 0px;
  top: -5px;
  width: 30px;
  height: 100%;
  bottom: 0px;
  color: #00c5de;
  background: none;
}
.headerMiddle .searchArea button[type=submit] i {
  font-size: 24px;
  font-weight: 900;
}
.headerMiddle .item-focus {
  display: none;
}
.headerMiddle .item-focus.focused {
  display: block;
}
@media (max-width: 1199.98px) {
  .headerMiddle .item-focus.focused {
    display: none;
  }
}
.headerMiddle .linkArea {
  margin: 0px;
}
.headerMiddle .linkArea li {
  display: inline-block;
  margin-right: 10px;
}
.headerMiddle .linkArea li a {
  font-size: 12px;
}
.headerMiddle .linkArea li a:hover {
  color: #00c5de;
}
@media (min-width: 1200px) {
  .headerMiddle .linkArea li {
    margin-right: 5px;
  }
}
@media (max-width: 1199.98px) {
  .headerMiddle .linkArea li {
    margin-right: 5px;
  }
  .headerMiddle .linkArea li:last-child {
    margin-right: 0px;
  }
  .headerMiddle .linkArea li a {
    font-size: 11px;
  }
}
.headerMiddle .linkArea a {
  font-size: 13px;
  color: #828282;
}
.headerMiddle .linkArea a.active {
  color: #00c5de;
}
.headerMiddle .mobileSearchBtn {
  margin-right: 15px;
  display: none;
}
@media (max-width: 767.98px) {
  .headerMiddle .mobileSearchBtn {
    display: block;
  }
}
.headerMiddle .mobileSearchBtn:hover {
  cursor: pointer;
}
.headerMiddle .mobileSearchBtn i {
  font-size: 25px;
  color: #00c5de;
}
.headerMiddle .userArea {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .headerMiddle .userArea {
    margin-left: -10px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .headerMiddle .userArea {
    margin-left: 0px;
  }
}
.headerMiddle .userArea .loginContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #00c5de;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .headerMiddle .userArea .loginContent {
    margin-right: 0px;
  }
}
.headerMiddle .userArea .loginContent i {
  font-size: 45px;
}
@media (max-width: 1199.98px) {
  .headerMiddle .userArea .loginContent i {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .headerMiddle .userArea .loginContent i {
    font-size: 22px;
  }
}
.headerMiddle .userArea .loginContent span {
  font-size: 12px;
  margin-top: -5px;
  font-weight: 300;
  display: block;
}
@media (max-width: 1199.98px) {
  .headerMiddle .userArea .loginContent span {
    font-size: 11px;
  }
}
@media (max-width: 991.98px) {
  .headerMiddle .userArea .loginContent span {
    font-size: 10px;
  }
}
.headerMiddle .basket {
  border-radius: 10px;
  position: relative;
  padding: 10px 20px;
  background: #00c5de;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.headerMiddle .basket span {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .headerMiddle .basket span {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .headerMiddle .basket {
    padding: 10px 10px;
  }
}
@media (max-width: 991.98px) {
  .headerMiddle .basket {
    padding: 10px 6px;
  }
}
@media (max-width: 767.98px) {
  .headerMiddle .basket {
    padding: 10px;
  }
}
.headerMiddle .basket:hover {
  cursor: pointer;
}
.headerMiddle .basket .basketCount {
  position: relative;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .headerMiddle .basket .basketCount {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .headerMiddle .basket .basketCount {
    margin-right: 2px;
  }
}
.headerMiddle .basket .basketCount i {
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .headerMiddle .basket .basketCount i {
    font-size: 23px;
  }
}
.headerMiddle .basket .basketCount span {
  position: absolute;
  right: -5px;
  bottom: -3px;
  border-radius: 50%;
  background: #fff;
  color: #00c5de;
  width: 13px;
  height: 13px;
  display: flex;
  font-size: 10px;
  justify-content: center;
  align-items: center;
}
.headerMiddle .basket .menu {
  display: none;
  background: #fff;
  border-radius: 10px;
  width: 270px;
  z-index: 1;
  border: 1px solid #e5e7f2;
  position: absolute;
  right: 0px;
  top: calc(100% + 10px);
  padding: 10px;
}
@media (max-width: 991.98px) {
  .headerMiddle .basket .menu {
    width: 200px;
  }
}
.headerMiddle .basket .menu.active {
  display: block;
  z-index: 101;
}
.headerMiddle .basket .menu li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.headerMiddle .basket .menu li:last-child {
  margin-bottom: 0px;
}
.headerMiddle .basket .menu li a {
  display: block;
  font-size: 12px;
  color: #828282;
  transition: all 0.3s ease-in-out;
}
.headerMiddle .basket .menu li a:hover {
  color: #00c5de;
}

.headerBottom {
  padding: 1px 0px;
  border-bottom: 1px solid #e5e7f2;
}
.headerBottom .categoryMenu {
  display: inline-block;
  position: relative;
}
.headerBottom .categoryMenu .categoryItems {
  background: #009ece;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  width: 215px;
  justify-content: space-between;
  align-items: center;
}
.headerBottom .categoryMenu .categoryItems:hover {
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .headerBottom .categoryMenu .categoryItems {
    width: auto;
    padding: 8px 9px;
    font-size: 13px;
  }
}
.headerBottom .categoryMenu .categoryItems i {
  font-size: 25px;
  font-weight: bold;
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .headerBottom .categoryMenu .categoryItems i {
    font-size: 20px;
  }
}
.headerBottom .categoryMenu .listMenu {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  border-radius: 5px;
  border: 2px solid #e5e7f2;
  background: #fff;
  width: 100%;
  left: 0px;
  right: 0px;
  min-height: 200px;
  z-index: 60;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.headerBottom .categoryMenu .listMenu.active {
  opacity: 1;
  visibility: visible;
}
.headerBottom .categoryMenu .listMenu ul {
  display: block;
  list-style: none;
}
.headerBottom .categoryMenu .listMenu ul li {
  display: block;
  margin: 15px 0px;
}
.headerBottom .categoryMenu .listMenu ul li:hover > a {
  color: #00c5de;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub a {
  position: relative;
  padding: 0px 10px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub a:after {
  content: ">";
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub:hover .subDiv {
  display: block;
}
@media (max-width: 767.98px) {
  .headerBottom .categoryMenu .listMenu ul li.hasSub:hover {
    display: none;
  }
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  background: #fff;
  min-height: 101%;
  padding: 10px;
  border: 2px solid #e5e7f2;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv {
    width: 925px;
  }
}
@media (max-width: 1199.98px) {
  .headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv {
    width: 795px;
  }
}
@media (max-width: 991.98px) {
  .headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv {
    width: 555px;
    height: auto;
  }
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e5e7f2;
  padding: 15px 0px;
  font-size: 14px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subHeader .title {
  color: #00c5de;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subHeader .headerLink {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subHeader .headerLink::after {
  content: ">";
  position: absolute;
  right: 5px;
  top: -1px;
  font-size: 17px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-wrap: wrap;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom ul {
  flex-basis: 60%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: baseline;
  align-content: flex-start;
}
@media (max-width: 991.98px) {
  .headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom ul {
    flex-basis: 100%;
    width: 100%;
  }
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom ul li {
  flex-basis: 33%;
  width: 33%;
  display: block;
  margin: 5px 0px;
  height: 30px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom ul li a {
  display: block;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom ul li a::before {
  content: ">";
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 18px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom ul li a:after {
  display: none;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom ul li a:hover {
  color: #00c5de;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom ul li a:hover::before {
  color: #00c5de;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom .subBottomRightSide {
  display: flex;
  flex-basis: 40%;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom .subBottomRightSide {
    flex-basis: 100%;
  }
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom .subBottomRightSide .item {
  border: 1px solid #e5e7f2;
  border-radius: 10px;
  padding: 10px;
  width: 90px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom .subBottomRightSide .item::before, .headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom .subBottomRightSide .item:after {
  display: none;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom .subBottomRightSide .item .imgContainer {
  height: 60px;
  width: auto;
  margin-bottom: 10px;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom .subBottomRightSide .item .imgContainer img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.headerBottom .categoryMenu .listMenu ul li.hasSub .subDiv .subBottom .subBottomRightSide .item .title {
  display: block;
  text-align: center;
}
.headerBottom .categoryMenu .listMenu ul li a {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #828282;
  padding: 0px 15px;
  position: relative;
}
.headerBottom ul.mainMenu {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .headerBottom ul.mainMenu.active {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    overscroll-behavior: contain;
    overflow: auto;
    padding: 40px 0px 0px;
  }
  .headerBottom ul.mainMenu.active .closeIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    color: #000;
    display: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .headerBottom ul.mainMenu.active .closeIcon {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .headerBottom ul.mainMenu.active li {
    display: block;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #e5e7f2;
  }
  .headerBottom ul.mainMenu.active li:first-child {
    border-bottom: none;
  }
  .headerBottom ul.mainMenu.active li a {
    padding: 15px;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .headerBottom ul.mainMenu {
    display: none;
  }
}
.headerBottom ul.mainMenu > li {
  display: inline-block;
  padding: 20px 0px;
  margin-left: 20px;
}
.headerBottom ul.mainMenu > li:first-child {
  display: none;
}
@media (max-width: 767.98px) {
  .headerBottom ul.mainMenu > li:first-child {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .headerBottom ul.mainMenu > li {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .headerBottom ul.mainMenu > li {
    padding: 0px;
  }
}
.headerBottom ul.mainMenu > li a {
  color: #828282;
  font-size: 14px;
  display: block;
}
@media (max-width: 1199.98px) {
  .headerBottom ul.mainMenu > li a {
    font-size: 13px;
  }
}
.headerBottom ul.mainMenu > li a:hover {
  color: #00c5de;
}
.headerBottom ul.mainMenu > li.hasSub a {
  position: relative;
}
@media (max-width: 767.98px) {
  .headerBottom ul.mainMenu > li.hasSub a:after {
    content: ">";
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    right: 15px;
    top: 15px;
  }
}
.headerBottom ul.mainMenu > li.hasSub:hover .subDiv {
  display: block;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  background: #fff;
  min-height: 200px;
  padding: 10px;
  border: 2px solid #e5e7f2;
  border-radius: 5px;
  z-index: 111;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e5e7f2;
  padding: 10px 0px;
  font-size: 14px;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subHeader .title {
  color: #00c5de;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subHeader .headerLink {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subHeader .headerLink::after {
  content: ">";
  position: absolute;
  right: 5px;
  top: -1px;
  font-size: 17px;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-wrap: wrap;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul {
  flex-basis: 60%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}
@media (max-width: 991.98px) {
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul {
    flex-basis: 100%;
    width: 100%;
  }
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li {
  flex-basis: 33%;
  width: 50%;
  display: block;
  margin: 5px 0px;
  height: 25px;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li a {
  display: block;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li a::before {
  content: ">";
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 18px;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li a:after {
  display: none;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li a:hover {
  color: #00c5de;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li a:hover::before {
  color: #00c5de;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom .subBottomRightSide {
  display: flex;
  flex-basis: 40%;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom .subBottomRightSide {
    flex-basis: 100%;
  }
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom .subBottomRightSide .item {
  border: 1px solid #e5e7f2;
  border-radius: 10px;
  padding: 10px;
  width: 90px;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom .subBottomRightSide .item::before, .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom .subBottomRightSide .item:after {
  display: none;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom .subBottomRightSide .item .imgContainer {
  height: 60px;
  width: auto;
  margin-bottom: 10px;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom .subBottomRightSide .item .imgContainer img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom .subBottomRightSide .item .title {
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .headerBottom ul.mainMenu > li.hasSub .subDiv {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 1199.98px) {
  .headerBottom ul.mainMenu > li.hasSub .subDiv {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .headerBottom ul.mainMenu > li.hasSub .subDiv {
    position: relative;
    width: 100%;
    border: none;
    height: auto;
    left: 0px;
    padding: 0px 10px;
  }
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subHeader {
    display: none !important;
  }
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottomRightSide {
    display: none !important;
  }
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul {
    display: block;
  }
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li a {
    padding: 5px 15px;
  }
  .headerBottom ul.mainMenu > li.hasSub .subDiv .subBottom ul li a::before {
    content: "-";
    top: 50%;
    transform: translateY(-50%);
  }
}

.sliderElement {
  display: block;
  height: 355px;
  width: 100%;
  position: relative;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .sliderElement {
    height: auto;
  }
}
.sliderElement .slick-list,
.sliderElement .slick-track {
  height: 100%;
}
.sliderElement i {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 30px;
  z-index: 20;
  height: 45px;
  margin-top: -22px;
}
.sliderElement i:hover {
  cursor: pointer;
}
.sliderElement i.bi-chevron-right {
  right: 10px;
}
@media (max-width: 991.98px) {
  .sliderElement i.bi-chevron-right {
    right: 5px;
  }
}
.sliderElement i.bi-chevron-left {
  left: 10px;
}
@media (max-width: 991.98px) {
  .sliderElement i.bi-chevron-left {
    left: 5px;
  }
}
.sliderElement .sliderArea {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}
.sliderElement .sliderArea .sliderContainer {
  width: 1200px;
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .sliderElement .sliderArea .sliderContainer {
    width: 960px;
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .sliderElement .sliderArea .sliderContainer {
    width: 720px;
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .sliderElement .sliderArea .sliderContainer {
    width: 90%;
  }
}
.sliderElement .sliderArea .backContent {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.sliderElement .sliderArea .backContent .leftArea {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  background: #00c5de;
  display: block;
}
@media (max-width: 767.98px) {
  .sliderElement .sliderArea .backContent .leftArea {
    width: 100%;
    padding: 0px 10px;
  }
}
.sliderElement .sliderArea .backContent .rightArea {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  background: #009ece;
}
@media (max-width: 767.98px) {
  .sliderElement .sliderArea .backContent .rightArea {
    width: 0px;
  }
}
.sliderElement .sliderArea .backContent .rightArea img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.sliderElement .sliderArea .innerContent {
  width: 70%;
}
@media (max-width: 1199.98px) {
  .sliderElement .sliderArea .innerContent {
    padding: 20px;
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .sliderElement .sliderArea .innerContent {
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .sliderElement .sliderArea .innerContent {
    width: 100%;
    padding: 20px;
  }
}
.sliderElement .sliderArea .innerContent .small {
  font-size: 13px;
  margin-bottom: 10px;
}
.sliderElement .sliderArea .innerContent .h2 {
  font-size: 55px;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .sliderElement .sliderArea .innerContent .h2 {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .sliderElement .sliderArea .innerContent .h2 {
    font-size: 35px;
  }
}
.sliderElement .sliderArea .innerContent .exp {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .sliderElement .sliderArea .innerContent .exp {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .sliderElement .sliderArea .innerContent .exp {
    margin-bottom: 10px;
  }
}
.sliderElement .sliderArea .innerContent .btn {
  border-radius: 10px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  font-size: 13px;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
}

.slick-arrow {
  border: none;
  background: none;
}

.sliderBottomWrapper {
  width: 100%;
  display: block;
  border-radius: 20px;
  border: 1px solid #e5e7f2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
  padding: 20px;
}
.sliderBottomWrapper .sliderBottomSlider {
  display: block;
  width: 100%;
  /* the parent */
}
.sliderBottomWrapper .sliderBottomSlider .slick-slide {
  margin: 0 10px;
}
.sliderBottomWrapper .sliderBottomSlider .slick-list {
  margin: 0 -10px;
}
.sliderBottomWrapper .sliderBottomSlider .elem {
  display: inline-block;
}
.sliderBottomWrapper .sliderBottomSlider .slick-current .bottomElem {
  border: 2px solid #00c5de;
}
.sliderBottomWrapper .sliderBottomSlider .bottomElem {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e5e7f2;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  background: #009ece;
  height: 80px;
}
@media (max-width: 991.98px) {
  .sliderBottomWrapper .sliderBottomSlider .bottomElem {
    margin-bottom: 10px;
  }
}
.sliderBottomWrapper .sliderBottomSlider .bottomElem a {
  display: block;
  width: 105%;
  height: 105%;
  overflow: hidden;
}
.sliderBottomWrapper .sliderBottomSlider .bottomElem a img {
  width: 100%;
  height: 100%;
  display: block;
}

.serviceItem {
  padding: 25px 10px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: #2e3233;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.serviceItem:hover .title,
.serviceItem:hover .subDesc {
  color: #fff;
}
.serviceItem:hover .btn {
  background: #2e3233;
  color: #fff;
}
.serviceItem .title {
  color: #2e3233;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in;
}
.serviceItem .subDesc {
  transition: all 0.3s ease-in;
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: 400;
}
.serviceItem .btn {
  padding: 5px 15px;
  background: #fff;
  display: inline-block;
  text-align: center;
  color: #828282;
  z-index: 10;
  font-size: 13px;
  margin-top: 10px;
}
.serviceItem:nth-child(1) {
  background: #c8e3d4;
  background: #87aaaa;
}
.serviceItem:nth-child(2) {
  background: #c8e3d4;
}
.serviceItem:nth-child(3) {
  background: #f6eabe;
}
.serviceItem:nth-child(4) {
  background: #f1d1d0;
}
.serviceItem:nth-child(5) {
  background: #9ab3f5;
  padding: 25px 0px;
}
.serviceItem::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: -55px;
  bottom: -40px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(-30deg);
  z-index: 0;
}
.serviceItem::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -55px;
  top: -40px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(-30deg);
  z-index: 0;
}

.titleWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .titleWrapper {
    display: block;
    width: 100%;
  }
}
.titleWrapper .title {
  color: #565a5a;
  font-size: 16px;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  margin: 0px 20px 0px 0px;
  padding: 0px;
}
@media (max-width: 767.98px) {
  .titleWrapper .title {
    font-size: 20px;
    display: block;
    width: 100%;
  }
}
.titleWrapper .subTitle {
  font-size: 15px;
  display: inline-block;
  color: #565a5a;
}
@media (max-width: 767.98px) {
  .titleWrapper .subTitle {
    font-size: 14px;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.services {
  padding-top: 40px;
}
.services .serviceWrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1199.98px) {
  .services .serviceWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .services .serviceWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mostSearchedSection {
  margin-top: 40px;
}
.mostSearchedSection .mostSearchedSlider {
  display: block;
  width: 100%;
}

.mostSearchedTwoSection {
  margin-top: 40px;
}
.mostSearchedTwoSection .mostSearchedTwoSlider {
  display: block;
  width: 100%;
}

.product {
  border: 1px solid #e5e7f2;
  border-radius: 10px;
  display: inline-block;
  color: #828282;
}
.product .imgWrapper {
  border: 1px solid #e5e7f2;
  border-radius: 10px;
  border-top-left-radius: none;
  border-top-right-radius: none;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}
.product .imgWrapper .type {
  border-radius: 10px;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #00c5de;
  display: block;
}
.product .imgWrapper .priceDesc {
  position: absolute;
  background: #009ece;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 10px;
  left: 70px;
  top: 10px;
}
.product .imgWrapper img {
  object-fit: contain;
}
.product .infoWrapper {
  padding: 15px;
}
.product .infoWrapper .topSection {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.product .infoWrapper .topSection .title {
  font-size: 14px;
  display: inline-block;
}
.product .infoWrapper .topSection .title a {
  color: #000;
  transition: all 0.4s ease-in-out;
}
.product .infoWrapper .topSection .title a:hover {
  color: #00c5de;
}
.product .infoWrapper .topSection a {
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.product .infoWrapper .topSection a:hover i {
  background: #00c5de;
  color: #fff;
}
.product .infoWrapper .topSection a i {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  padding: 5px 7px 3px;
  background: #ededed;
  color: #b2b2b2;
}
.product .infoWrapper .bottomSection {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}
.product .infoWrapper .bottomSection .priceArea .count {
  font-size: 13px;
  color: #828282;
  display: block;
}
.product .infoWrapper .bottomSection .priceArea .priceInfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .infoWrapper .bottomSection .priceArea .priceInfo .price {
  color: #00c5de;
  font-size: 16px;
}
.product .infoWrapper .bottomSection .priceArea .priceInfo .kdv {
  color: #828282;
  font-size: 13px;
  margin-left: 5px;
}
.product .infoWrapper .bottomSection .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .infoWrapper .bottomSection .rating i {
  font-size: 13px;
  margin-right: 5px;
  color: #cccccc;
}
.product .infoWrapper .bottomSection .rating i.rated {
  color: #f8e900;
}
.product .infoWrapper .bottomSection .rating span {
  font-size: 12px;
}

.mostWantedSection {
  margin-top: 40px;
}
.mostWantedSection .mostWantedSlider {
  display: block;
  width: 100%;
}

.specialProductsSection {
  margin-top: 40px;
}
.specialProductsSection .speacialProductSlider {
  display: block;
  width: 100%;
}

.productList {
  width: 100%;
  display: block;
  /* the parent */
}
.productList .slick-slide {
  margin: 0 10px;
}
.productList .slick-list {
  margin: 0 -10px;
}
.productList .bi-chevron-left,
.productList .bi-chevron-right {
  position: absolute;
  right: 30px;
  top: -45px;
  font-size: 22px;
}
.productList .bi-chevron-left:hover,
.productList .bi-chevron-right:hover {
  cursor: pointer;
  color: #00c5de;
}
@media (max-width: 767.98px) {
  .productList .bi-chevron-left,
  .productList .bi-chevron-right {
    top: -50px;
  }
}
.productList .bi-chevron-right {
  right: 0px;
}

.referanceWrapper {
  display: block;
  width: 100%;
  margin: 90px 0px;
}
@media (max-width: 1199.98px) {
  .referanceWrapper {
    margin: 40px 0px;
  }
}
@media (max-width: 767.98px) {
  .referanceWrapper {
    margin: 30px 0px;
  }
}
.referanceWrapper .title {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #828282;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .referanceWrapper .title {
    font-size: 20px;
  }
}
.referanceWrapper .refList {
  margin-top: 30px;
  display: block;
  position: relative;
}
.referanceWrapper .refList .slick-list,
.referanceWrapper .refList .slick-track {
  height: 100%;
}
.referanceWrapper .refList i {
  position: absolute;
  top: 50%;
  color: #e3e3e3;
  font-size: 40px;
  z-index: 20;
  height: 45px;
  margin-top: -22px;
}
.referanceWrapper .refList i:hover {
  cursor: pointer;
}
.referanceWrapper .refList i.bi-chevron-right {
  right: 0px;
  background: #fff;
}
.referanceWrapper .refList i.bi-chevron-left {
  left: 0px;
  background: #fff;
}
.referanceWrapper .refList .refArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.referanceWrapper .refList .refArea .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 15px;
}
.referanceWrapper .refList .refArea .item img {
  display: block;
  filter: grayscale(100%);
  opacity: 0.5;
}
.referanceWrapper .refList .refArea .item:hover img {
  filter: grayscale(0);
  cursor: pointer;
  opacity: 1;
}
.referanceWrapper .refList .refArea .slick-center img {
  display: block;
  filter: grayscale(0);
  opacity: 1;
}

.tntTopItem {
  border: 2px solid #00c5de;
  height: 200px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767.98px) {
  .tntTopItem {
    height: auto;
  }
}
.tntTopItem .infoArea {
  z-index: 1;
  display: block;
  width: 50%;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .tntTopItem .infoArea {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .tntTopItem .infoArea {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .tntTopItem .infoArea {
    width: 50%;
  }
}
.tntTopItem .infoArea .title {
  font-size: 20px;
  font-weight: bold;
  color: #2e3233;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .tntTopItem .infoArea .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .tntTopItem .infoArea .title {
    margin-bottom: 0px;
  }
}
.tntTopItem .infoArea .subDesc {
  font-size: 14px;
  color: #828282;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .tntTopItem .infoArea .subDesc {
    padding-bottom: 20px;
  }
}
.tntTopItem .infoArea .btn {
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid #00c5de;
  color: #00c5de;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.tntTopItem .infoArea .btn:hover {
  background: #00c5de;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .tntTopItem .infoArea .btn {
    padding: 5px 15px;
  }
}
@media (max-width: 991.98px) {
  .tntTopItem .infoArea .btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 767.98px) {
  .tntTopItem .infoArea .btn {
    font-size: 13px;
  }
}
.tntTopItem .imgArea {
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  top: 0px;
  bottom: -1px;
}
.tntTopItem .imgArea img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tntTopItem::before {
  content: "";
  position: absolute;
  background: #e5e7f2;
  z-index: 0;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  left: -30px;
  bottom: -50px;
  border-radius: 20px;
}
.tntTopItem::after {
  content: "";
  position: absolute;
  background: #e5e7f2;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  right: 50%;
  top: -60px;
  margin-right: -50px;
  border-radius: 20px;
}

.tntSection {
  display: block;
  width: 100%;
  margin: 200px 0px 40px;
}
@media (max-width: 991.98px) {
  .tntSection {
    margin-top: 150px;
  }
}
@media (max-width: 767.98px) {
  .tntSection {
    margin-top: 100px;
  }
}
.tntSection .tntContainer {
  margin: auto;
  background: #e5f5fa;
  border-radius: 15px;
}
@media (min-width: 1200px) {
  .tntSection .tntContainer {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1199.98px) {
  .tntSection .tntContainer {
    width: 100%;
  }
}
.tntSection .tntContainer .tntArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tntSection .tntContainer .tntArea .tntTopArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  .tntSection .tntContainer .tntArea .tntTopArea {
    grid-template-columns: repeat(1, 1fr);
    transform: translateY(0%);
    margin: 20px 0px;
  }
}
.tntSection .tntContainer .tntArea .tntMiddleContent {
  margin: -65px 0px 40px;
  color: #00c5de;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  .tntSection .tntContainer .tntArea .tntMiddleContent {
    margin: -65px 0px 25px;
  }
}
.tntSection .tntContainer .tntArea .tntAdvantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .tntSection .tntContainer .tntArea .tntAdvantages {
    justify-content: center;
  }
}
.tntSection .tntContainer .tntArea .tntAdvantages .item {
  height: 160px;
  flex: 1;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px;
  width: 200px;
  text-transform: uppercase;
  font-size: 14px;
  color: #2e3233;
}
@media (max-width: 1199.98px) {
  .tntSection .tntContainer .tntArea .tntAdvantages .item {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .tntSection .tntContainer .tntArea .tntAdvantages .item {
    padding: 10px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .tntSection .tntContainer .tntArea .tntAdvantages .item {
    flex-basis: calc(50% - 7px);
    width: calc(50% - 7px) !important;
    max-width: calc(50% - 10px) !important;
  }
}
.tntSection .tntContainer .tntArea .tntAdvantages .item img {
  height: 45px;
}
.tntSection .tntContainer .tntArea .tntAdvantages .item i {
  font-size: 65px;
  color: #5b5b5b;
}
.tntSection .tntContainer .tntArea .tntAdvantages .item span {
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #5b5b5b;
}
@media (max-width: 991.98px) {
  .tntSection .tntContainer .tntArea .tntAdvantages .item span {
    font-size: 13px;
  }
}
.tntSection .tntContainer .tntArea .tntBottomContent {
  margin: 40px auto;
  color: #828282;
  font-size: 14px;
  display: block;
  text-align: center;
}

.footerTopFirstSection {
  border-radius: 30px;
  background: #00c5de;
  width: 100%;
  height: 150px;
  transform: translateY(-50%);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 30px 60px 200px;
  color: #fff;
  gap: 10px;
  margin-bottom: -20px;
}
@media (max-width: 991.98px) {
  .footerTopFirstSection {
    padding-left: 140px;
  }
}
@media (max-width: 767.98px) {
  .footerTopFirstSection {
    padding-left: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: auto;
    margin-bottom: -40px;
    margin-top: -40px;
  }
}
.footerTopFirstSection:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.4);
  display: block;
  right: -10px;
  bottom: -210px;
  border-radius: 80px;
}
@media (max-width: 991.98px) {
  .footerTopFirstSection:after {
    right: -35px;
  }
}
.footerTopFirstSection .leftEffect {
  position: absolute;
  background-color: #009ece;
  width: 150px;
  height: 150px;
  display: block;
  transform: rotate(45deg);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  left: -40px;
  font-size: 100px;
  padding-left: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 4px 2px 10px rgba(255, 255, 255, 0.1);
}
.footerTopFirstSection .leftEffect i {
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .footerTopFirstSection .leftEffect {
    display: none;
  }
}
.footerTopFirstSection .firstContent {
  flex: 3;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .footerTopFirstSection .firstContent {
    display: block;
    text-align: center;
  }
}
.footerTopFirstSection .firstContent .title {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.footerTopFirstSection .firstContent .subExp {
  font-size: 14px;
  margin-top: 5px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .footerTopFirstSection .firstContent .subExp {
    font-size: 13px;
  }
}
.footerTopFirstSection .secondContent {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .footerTopFirstSection .secondContent {
    flex: 1.5;
  }
}
.footerTopFirstSection .secondContent .btn {
  display: inline-block;
  background: #fff;
  color: #2e3233;
  padding: 10px 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  z-index: 10;
}
.footerTopFirstSection .secondContent .btn:hover {
  color: #009ece;
}
@media (max-width: 991.98px) {
  .footerTopFirstSection .secondContent .btn {
    font-size: 14px;
  }
}

.footerTopSecondSection {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.98px) {
  .footerTopSecondSection {
    margin-top: -70px;
  }
}
@media (max-width: 1199.98px) {
  .footerTopSecondSection .footerItem:not(:first-child, :last-child) .secondContentItem .title,
  .footerTopSecondSection .footerItem:not(:first-child, :last-child) .secondContentItem .content {
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .footerTopSecondSection .footerItem:not(:first-child, :last-child) .secondContentItem .title,
  .footerTopSecondSection .footerItem:not(:first-child, :last-child) .secondContentItem .content {
    padding-left: 0px;
  }
}
.footerTopSecondSection .footerItem .secondContentItem {
  width: 100%;
  display: block;
}
.footerTopSecondSection .footerItem .secondContentItem .title {
  color: #009ece;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7f2;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .footerTopSecondSection .footerItem .secondContentItem .title {
    font-size: 15px;
  }
}
.footerTopSecondSection .footerItem .secondContentItem .content {
  display: block;
  margin-top: 15px;
}
.footerTopSecondSection .footerItem .secondContentItem .content .imgLogo {
  display: block;
  margin-bottom: 15px;
  max-width: 150px;
}
.footerTopSecondSection .footerItem .secondContentItem .content p {
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .footerTopSecondSection .footerItem .secondContentItem .content p {
    font-size: 12px;
  }
}
.footerTopSecondSection .footerItem .secondContentItem .content ul.list {
  display: block;
}
.footerTopSecondSection .footerItem .secondContentItem .content ul.list li {
  display: block;
}
.footerTopSecondSection .footerItem .secondContentItem .content ul.list li.active a {
  color: #00c5de;
}
.footerTopSecondSection .footerItem .secondContentItem .content ul.list li a {
  display: block;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
  text-align: left;
  color: #828282;
  padding: 4px 0px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .footerTopSecondSection .footerItem .secondContentItem .content ul.list li a {
    font-size: 12px;
  }
}
.footerTopSecondSection .footerItem .secondContentItem .content ul.list li a:hover {
  color: #00c5de;
}
.footerTopSecondSection .footerItem .secondContentItem .content form {
  border: none;
  width: 100%;
  display: block;
  border: 1px solid #e5e7f2;
  height: 40px;
  padding: 2px;
  border-radius: 10px;
  display: flex;
}
.footerTopSecondSection .footerItem .secondContentItem .content form input[type=text] {
  width: calc(100% - 10px);
  border: none;
  color: #2e3233;
  height: 100%;
  padding: 10px;
  outline: none;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.footerTopSecondSection .footerItem .secondContentItem .content form button {
  font-family: "Montserrat", sans-serif;
  border-radius: 8px;
  width: 100px;
  border: 1px solid #e5e7f2;
  height: 100%;
  text-align: center;
  background: none;
  font-size: 14px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  color: #828282;
}
.footerTopSecondSection .footerItem .secondContentItem .content .contactInfo {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.footerTopSecondSection .footerItem .secondContentItem .content .contactInfo .item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
.footerTopSecondSection .footerItem .secondContentItem .content .contactInfo .item i {
  font-size: 15px;
}
.footerTopSecondSection .footerItem .secondContentItem .content .contactInfo .item b {
  font-size: 14px;
  margin: 0px 5px;
}
.footerTopSecondSection .footerItem .secondContentItem .content .contactInfo .item span {
  font-size: 12px;
  padding-top: 2px;
}

.footerBottomWrapper {
  display: block;
  width: 100%;
  padding: 20px 0px;
  font-family: "Montserrat", sans-serif;
}
.footerBottomWrapper img {
  filter: grayscale(100%);
  margin-right: 10px;
  opacity: 0.5;
}
.footerBottomWrapper .copyRight {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .footerBottomWrapper .copyRight {
    font-size: 12px;
  }
}
.footerBottomWrapper .socialLinkArea {
  display: flex;
}
.footerBottomWrapper .socialLinkArea a {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #a6a6a6;
}
.footerBottomWrapper .socialLinkArea a i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a6a6a6;
  font-size: 15px;
}

.footer {
  margin: 100px 0px 0px;
}
@media (max-width: 767.98px) {
  .footer {
    margin: 50px 0px 0px;
  }
}
.footer .footerTopWrapper {
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  display: block;
  width: 100%;
  margin: 170px 0px 0px;
  padding: 0px 0px 50px;
}
@media (max-width: 1199.98px) {
  .footer .footerTopWrapper {
    margin: 150px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .footer .footerTopWrapper {
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .footer .footerTopWrapper {
    margin-top: 200px;
  }
}

.categoryDetailLeftArea {
  border-radius: 10px;
  border: 1px solid #e5e7f2;
  margin: 0px 0px 20px;
}
@media (max-width: 1199.98px) {
  .categoryDetailLeftArea {
    margin-bottom: 20px;
  }
}
.categoryDetailLeftArea .title {
  padding: 15px 20px;
  color: #2e3233;
  font-size: 15px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #e5e7f2;
  font-weight: bold;
  padding-bottom: 10px;
}
.categoryDetailLeftArea .menuArea {
  display: block;
  padding: 20px;
}
.categoryDetailLeftArea .menuArea.singleSelect {
  padding: 10px;
}
.categoryDetailLeftArea .menuArea.singleSelect ul li {
  padding-left: 10px;
}
.categoryDetailLeftArea .menuArea.singleSelect ul li::before {
  display: none;
}
.categoryDetailLeftArea .menuArea .selectUl {
  list-style: none;
  display: block;
}
.categoryDetailLeftArea .menuArea .selectUl li {
  display: block;
  width: 100%;
  padding-left: 15px;
  position: relative;
  margin: 10px 0px;
  color: #828282;
  font-size: 13px;
}
@media (max-width: 991.98px) {
  .categoryDetailLeftArea .menuArea .selectUl li {
    font-size: 12px;
  }
}
.categoryDetailLeftArea .menuArea .selectUl li:hover {
  cursor: pointer;
}
.categoryDetailLeftArea .menuArea .selectUl li::before {
  transition: all 0.2s ease-in-out;
  content: ">";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
}
.categoryDetailLeftArea .menuArea .selectUl li .subDiv {
  width: 100%;
  display: none;
  margin: 10px 0px 10px -15px;
}
.categoryDetailLeftArea .menuArea .selectUl li.active {
  color: #009ece;
}
.categoryDetailLeftArea .menuArea .selectUl li.active span {
  font-weight: 500;
}
.categoryDetailLeftArea .menuArea .selectUl li.active .subDiv {
  display: block;
}
.categoryDetailLeftArea .menuArea .selectUl li.active span {
  color: #00c5de;
}
.categoryDetailLeftArea .menuArea .selectUl li.active::before {
  transform: rotate(90deg);
  content: ">";
  position: absolute;
  left: 0px;
  top: 0px;
}
.categoryDetailLeftArea .menuArea .selectUl li:first-child {
  margin-top: 0px;
}
.categoryDetailLeftArea .menuArea .selectUl li:last-child {
  margin-bottom: 0px;
}

.categoryProductRightSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
@media (max-width: 991.98px) {
  .categoryProductRightSection {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .categoryProductRightSection {
    grid-template-columns: repeat(1, 1fr);
  }
}

.categoryProductArea {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.form-check {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.form-check:hover {
  cursor: pointer;
}
.form-check label {
  color: #828282;
  margin-left: 8px;
  margin-top: 2px;
}
.form-check label:hover {
  cursor: pointer;
}
.form-check input {
  display: inline-block;
  width: 15px;
  height: 15px;
  z-index: 5;
  border-radius: 3px;
}
.form-check input[type=checkbox]:checked {
  background: #009ece;
  border: none;
  position: relative;
}
.form-check input[type=checkbox]:checked + label {
  color: #009ece;
}
.form-check input[type=checkbox]:checked::before {
  display: block;
  content: "\f26e";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "bootstrap-icons";
}

.categorySliderProductList {
  display: block;
  width: 100%;
  margin: 50px 0px 0px;
}
.categoryInfoArea {
  margin: 20px 0px;
  display: block;
  width: 100%;
  padding: 20px;
}
.categoryInfoArea .title {
  color: #00c5de;
  display: block;
  font-size: 20px;
  text-align: left;
  width: 100%;
  background: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  left: 0px;
  bottom: 20px;
}
.categoryInfoArea .infoArea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e7f2;
  padding: 0px 20px;
}
.categoryInfoArea .infoArea .info {
  margin: 20px 0px;
  width: 100%;
  max-height: 325px;
  display: block;
  overflow-y: auto;
  position: relative;
  overscroll-behavior: contain;
}
.categoryInfoArea .infoArea .info::-webkit-scrollbar {
  width: 4px; /* width of the entire scrollbar */
}
.categoryInfoArea .infoArea .info::-webkit-scrollbar-track {
  background: #e5e7f2; /* color of the tracking area */
}
.categoryInfoArea .infoArea .info::-webkit-scrollbar-thumb {
  background-color: #00c5de; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 4px solid #00c5de; /* creates padding around scroll thumb */
}
.categoryInfoArea .infoArea .info p {
  font-size: 14px;
  color: #828282;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  line-height: 28px;
}

.breadCrumb {
  display: block;
  border-radius: 10px;
  width: 100%;
  background: #f9f9f9;
  padding: 15px;
  text-align: left;
  margin: 15px 0px;
}
.breadCrumb ul {
  margin: 0px;
  padding: 0px;
}
.breadCrumb ul li {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.breadCrumb ul li.active a {
  color: #00c5de;
}
.breadCrumb ul li a {
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  color: #828282;
}
@media (max-width: 767.98px) {
  .breadCrumb ul li a {
    font-size: 12px;
  }
}
.breadCrumb ul li a::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "\f285";
  font-size: 14px;
  font-family: "bootstrap-icons";
}
@media (max-width: 767.98px) {
  .breadCrumb ul li a::after {
    font-size: 12px;
  }
}
.breadCrumb ul li:last-child a::after {
  display: none;
}

.usage-section {
  display: block;
  width: 100%;
  margin: 70px 0px -40px;
}
@media (max-width: 991.98px) {
  .usage-section {
    margin: 70px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .usage-section {
    margin: 40px 0px 0px;
  }
}

.product-detail-main-area {
  display: block;
  margin: 20px 0px;
  width: 100%;
}
.product-detail-main-area .wrapper {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 10px;
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper {
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper {
    grid-column: 1/16;
    grid-template-rows: auto auto auto auto auto;
  }
}
.product-detail-main-area .wrapper .slider {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  grid-column: 1/5;
  grid-row: 1/4;
  height: 100%;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .slider {
    grid-row: 1/2;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .slider {
    grid-column: 1/16;
    grid-row: 1/2;
  }
}
.product-detail-main-area .wrapper .slider .productDetailSlider {
  height: 100%;
}
.product-detail-main-area .wrapper .slider .productDetailSlider div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-main-area .wrapper .slider .productDetailSlider div img {
  height: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .slider .productDetailSlider div img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .slider .productDetailSlider div img {
    width: auto;
    height: auto;
  }
}
.product-detail-main-area .wrapper .slider .slick-list,
.product-detail-main-area .wrapper .slider .slick-track {
  height: 100%;
}
.product-detail-main-area .wrapper .slider i {
  position: absolute;
  top: 50%;
  color: #e3e3e3;
  font-size: 25px;
  z-index: 20;
  transform: translateY(-50%);
}
.product-detail-main-area .wrapper .slider i:hover {
  cursor: pointer;
}
.product-detail-main-area .wrapper .slider i.bi-chevron-right {
  right: 0px;
}
.product-detail-main-area .wrapper .slider i.bi-chevron-left {
  left: 0px;
}
.product-detail-main-area .wrapper .middle-info {
  grid-column: 5/11;
  grid-row: 1/7;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .middle-info {
    grid-row: 1/4;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .middle-info {
    grid-column: 1/16;
    grid-row: 2/3;
  }
}
.product-detail-main-area .wrapper .middle-info .middle-info-title {
  display: block;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  color: #2e3233;
  font-weight: 500;
}
.product-detail-main-area .wrapper .middle-info .middle-info-description {
  padding: 10px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #e1e1e1;
}
.product-detail-main-area .wrapper .middle-info .middle-info-description .star-area {
  display: flex;
  color: #cccccc;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.product-detail-main-area .wrapper .middle-info .middle-info-description .star-area i {
  font-size: 13px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-main-area .wrapper .middle-info .middle-info-description .star-area i.colored {
  color: #f8e900;
}
.product-detail-main-area .wrapper .middle-info .middle-info-description .price-area {
  color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;
}
.product-detail-main-area .wrapper .middle-info .middle-info-description .price-area .price {
  margin-left: 10px;
  font-size: 26px;
  color: #00c5de;
  font-weight: bold;
}
.product-detail-main-area .wrapper .middle-info .middle-info-wrapper {
  padding: 0px 20px;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-wrapper {
    padding: 10px 5px;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-wrapper {
    padding: 0px 10px 10px;
  }
}
.product-detail-main-area .wrapper .middle-info .middle-info-subtitle {
  color: #2e3233;
  width: 100%;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  margin: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-main-area .wrapper .middle-info .middle-info-subtitle.light {
  font-weight: normal;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.product-detail-main-area .wrapper .middle-info .middle-info-subtitle i {
  color: #d4d4d4;
  margin-left: 5px;
  font-size: 15px;
}
.product-detail-main-area .wrapper .middle-info .middle-info-design-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-main-area .wrapper .middle-info .middle-info-design-way .item {
  border-radius: 5px;
  border: 2px solid #e1e1e1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 48%;
  height: 90px;
}
.product-detail-main-area .wrapper .middle-info .middle-info-design-way .item:hover {
  cursor: pointer;
}
.product-detail-main-area .wrapper .middle-info .middle-info-design-way .item.active {
  border: 2px solid #00c5de;
}
.product-detail-main-area .wrapper .middle-info .middle-info-design-way .item.active span::before {
  position: absolute;
  left: -12px;
  top: -4px;
  content: "\e013";
  font-family: "Iconly";
  color: #00c5de;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-design-way .item.active span::before {
    left: -9px;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-design-way .item.active span::before {
    left: -9px;
  }
}
.product-detail-main-area .wrapper .middle-info .middle-info-design-way .item .item-dikey {
  width: 40px;
  height: 60px;
  border: 1px solid #2e3233;
  color: #2e3233;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-main-area .wrapper .middle-info .middle-info-design-way .item .item-yatay {
  width: 60px;
  height: 40px;
  border: 1px solid #2e3233;
  color: #2e3233;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-design-way .item .item-yatay {
    width: 50px;
  }
}
.product-detail-main-area .wrapper .middle-info .middle-info-design-way .item span {
  font-size: 14px;
  color: #2e3233;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-design-way .item span {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-design-way .item span {
    font-size: 13px;
  }
}
.product-detail-main-area .wrapper .middle-info .middle-info-custom-select {
  border: 1px solid #e1e1e1;
  font-size: 12px;
  text-align: center;
  color: #747474;
  padding: 8px 0px;
}
.product-detail-main-area .wrapper .middle-info .middle-info-press-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-main-area .wrapper .middle-info .middle-info-press-way .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  border-radius: 5px;
  width: 48%;
  color: #2e3233;
  border: 2px solid #e1e1e1;
}
.product-detail-main-area .wrapper .middle-info .middle-info-press-way .item:hover {
  cursor: pointer;
}
.product-detail-main-area .wrapper .middle-info .middle-info-press-way .item.active {
  border: 2px solid #00c5de;
}
.product-detail-main-area .wrapper .middle-info .middle-info-press-way .item.active span::before {
  position: absolute;
  left: -23px;
  top: -4px;
  content: "\e013";
  font-family: "Iconly";
  color: #00c5de;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-press-way .item.active span::before {
    left: -20px;
  }
}
.product-detail-main-area .wrapper .middle-info .middle-info-press-way .item span {
  position: relative;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .middle-info .middle-info-press-way .item span {
    font-size: 12px;
  }
}
.product-detail-main-area .wrapper .count-info {
  grid-column: 11/16;
  grid-row: 1/5;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background: #f9f9f9;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .count-info {
    grid-row: 1/3;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .count-info {
    grid-column: 1/16;
    grid-row: 3/4;
  }
}
.product-detail-main-area .wrapper .count-info .count-info-title {
  color: #2e3233;
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-detail-main-area .wrapper .count-info p {
  display: block;
  font-size: 12px;
  text-align: center;
  margin: 0px;
}
.product-detail-main-area .wrapper .count-info .count-info-line {
  width: 90%;
  display: block;
  margin: 10px auto;
  height: 1px;
  background: #e5e7f2;
}
.product-detail-main-area .wrapper .count-info .count-info-item-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
}
.product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item:hover {
  cursor: pointer;
}
.product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item.active .count {
  color: #fff;
  background: #00c5de;
}
.product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item.active .item {
  border: 2px solid #00c5de;
  background: #fff;
}
.product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item.active .item::before {
  position: absolute;
  left: 24%;
  top: 5px;
  content: "\e013";
  font-family: "Iconly";
  color: #00c5de;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item.active .item::before {
    left: 15%;
    top: 8px;
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item.active .item::before {
    left: 3px;
    top: 2px;
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item.active .item::before {
    left: 20%;
    top: 5px;
    font-size: 20px;
  }
}
.product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item .count {
  border-radius: 5px;
  background: #fff;
  color: #666666;
  padding: 10px 20px;
  display: block;
  text-align: center;
  min-width: 100px;
}
@media (max-width: 1199.98px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item .count {
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item .count {
    padding: 5px;
    font-size: 11px;
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item .count {
    padding: 10px 20px;
    width: 30%;
  }
}
.product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item .item {
  border-radius: 5px;
  color: #2e3233;
  padding: 10px 30px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 2px solid #fff;
}
@media (max-width: 1199.98px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item .item {
    padding: 10px 20px;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item .item {
    padding: 5px;
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .count-info .count-info-item-area .count-info-item-area-item .item {
    padding: 10px 30px;
    width: 65%;
  }
}
.product-detail-main-area .wrapper .tab-bar-info {
  grid-column: 1/5;
  grid-row: 4/7;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .tab-bar-info {
    grid-row: 2/4;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .tab-bar-info {
    grid-column: 1/16;
    grid-row: 4/5;
    height: 280px;
  }
}
.product-detail-main-area .wrapper .tab-bar-info .header {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item {
  color: #959595;
  padding: 10px 15px;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .tab-bar-info .header .header-item {
    padding: 5px 10px;
  }
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item:hover {
  cursor: pointer;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item.active {
  color: #009ece;
  border: 1px solid #009ece;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item:first-child {
  border-top-left-radius: 5px;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item.active .header-item-sub-header {
  display: block;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-sub-header {
  border-bottom: 1px solid #e1e1e1;
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  z-index: 99;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-sub-header .header-item-sub-header-header-item {
  color: #959595;
  padding: 10px 10px;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-sub-header .header-item-sub-header-header-item:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-sub-header .header-item-sub-header-header-item {
    padding: 8px 3px;
    font-size: 11px;
  }
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-sub-header .header-item-sub-header-header-item i {
  font-size: 15px;
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-sub-header .header-item-sub-header-header-item i {
    font-size: 12px;
  }
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-sub-header .header-item-sub-header-header-item.active {
  color: #009ece;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-sub-header .header-item-sub-header-header-item:first-child {
  border-top-left-radius: 5px;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper {
  padding: 10px;
  width: 100%;
  height: 170px;
  display: none;
  position: absolute;
  top: 90px;
  left: 0px;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper {
    top: 70px;
    height: 330px;
  }
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper.active {
  display: block;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info {
  display: block;
  overflow-y: auto;
  position: relative;
  height: 100%;
  padding-right: 10px;
  font-size: 13px;
  overscroll-behavior: contain;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info::-webkit-scrollbar {
  width: 4px; /* width of the entire scrollbar */
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info::-webkit-scrollbar-track {
  background: #e5e7f2; /* color of the tracking area */
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info::-webkit-scrollbar-thumb {
  background-color: #00c5de; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 4px solid #00c5de; /* creates padding around scroll thumb */
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info ul {
  list-style: none;
  display: block;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info ul li {
  padding-left: 15px;
  position: relative;
  font-size: 12px;
  margin-bottom: 5px;
  color: #8c8c8c;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info ul li {
    font-size: 12px;
  }
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info ul li:hover {
  color: #00c5de;
}
.product-detail-main-area .wrapper .tab-bar-info .header .header-item .header-item-tab-wrapper .header-item-tab-wrapper-wrapper-info ul li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: ">";
  display: block;
}
.product-detail-main-area .wrapper .basket-info {
  grid-column: 11/16;
  grid-row: 5/7;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .product-detail-main-area .wrapper .basket-info {
    grid-row: 3/4;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-area .wrapper .basket-info {
    grid-column: 1/16;
    grid-row: 5/6;
  }
}
.product-detail-main-area .wrapper .basket-info .btn {
  background: #00c5de;
  padding: 5px;
  display: block;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-main-area .wrapper .basket-info .btn i {
  font-size: 30px;
  margin-right: 5px;
}
.product-detail-main-area .wrapper .basket-info .btn span {
  font-size: 15px;
}
.product-detail-main-area .wrapper .basket-info .basket-info-wrapper {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.product-detail-main-area .wrapper .basket-info .basket-info-wrapper i {
  font-size: 15px;
  color: #d4d4d4;
}
.product-detail-main-area .wrapper .basket-info .basket-info-wrapper p {
  color: #959595;
  font-size: 11px;
  margin: 15px;
  margin-right: 0px;
}

.service-details {
  width: 100%;
  display: block;
  background-color: #eaf7fb;
  border-radius: 5px;
  padding: 40px 40px;
}
.service-details .title {
  font-size: 22px;
  color: #2e3233;
  display: block;
  text-align: center;
  margin: 0px 0px 40px;
}
.service-details .item-wrapper .item {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2e3233;
  padding: 10px;
  background: #fff;
  height: 200px;
}
@media (max-width: 991.98px) {
  .service-details .item-wrapper .item {
    height: 220px;
  }
}
.service-details .item-wrapper .item i {
  color: #00c5de;
  font-size: 50px;
  margin: 30px 0px 10px;
}
@media (max-width: 767.98px) {
  .service-details .item-wrapper .item i {
    margin-top: 0px;
  }
}
.service-details .item-wrapper .item .item-title {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
}
.service-details .item-wrapper .item p {
  font-size: 13px;
  display: block;
  text-align: center;
}

.tab-bar-wrapper {
  display: block;
  width: 100%;
  margin: 20px 0px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.tab-bar-wrapper .tab-bar-header {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.tab-bar-wrapper .tab-bar-header .header-item {
  padding: 20px;
  color: #2e3233;
  font-size: 14px;
  display: inline-block;
  margin-left: -4px;
  border: 1px solid #fff;
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 767.98px) {
  .tab-bar-wrapper .tab-bar-header .header-item {
    padding: 10px;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-left: 0px;
  }
}
.tab-bar-wrapper .tab-bar-header .header-item:first-child.active {
  border-top-left-radius: 5px;
}
.tab-bar-wrapper .tab-bar-header .header-item:first-child {
  margin-left: 0px;
  border-top: none;
}
.tab-bar-wrapper .tab-bar-header .header-item:hover {
  cursor: pointer;
}
.tab-bar-wrapper .tab-bar-header .header-item.active {
  color: #33b1d8;
  border: 1px solid #33b1d8;
}
.tab-bar-wrapper .tab-bar-detail {
  padding: 20px;
}
.tab-bar-wrapper .tab-bar-detail .tab-bar-item {
  display: none;
}
.tab-bar-wrapper .tab-bar-detail .tab-bar-item.active {
  display: block;
}
.tab-bar-wrapper .tab-bar-detail .tab-bar-item .title {
  color: #00c5de;
  font-size: 24px;
  display: block;
  margin: 20px 0px;
  font-size: 15px;
}
.tab-bar-wrapper .tab-bar-detail .tab-bar-item p {
  color: #2e3233;
  font-size: 14px;
  line-height: 25px;
}

html,
body {
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  color: #828282;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

#fixedLoader {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#fixedLoader.active {
  display: block;
}



.product .infoWrapper .topSection .title a {
  color: #000;
  transition: all 0.4s ease-in-out;
  height: 42px;
}

.btn-primary {
  color: #fff;
  background-color: #029ece;
  border-color: #008db9;
}

.form-group{
  margin-bottom: 20px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  clear: both;
}

fieldset {
  min-width: 0;
  border: 1px solid #dee5ec;
  margin: 15px 0;
  border-radius: 5px;
  padding: 10px;
}

.kullanicipaneli ul li {
  width: 24.4%;
  float: left;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  background: #37bdd4;
}



.kullanicipaneli ul li:nth-child(1){
  margin-right: 0px;
  margin-left: 0px;

}

.kullanicipaneli ul li:nth-child(4){
  margin-right: 0px;
  margin-left: 0px;

}


.kullanicipaneli ul li i {
  width: 100%;
  text-align: center;
  font-size: 65px;
  color:#ffffff;
}

.kullanicipaneli ul li a {
  color: #fff;
  padding: 10px 10px;
  width: 100%;
  float: left;
}


.kpanelihesabim{
  width:100%;
  float:left;
}


.kpanelisiparis{
  width:100%;
  float:left;
}


.kpaneliortaklik{
  width:100%;
  float:left;
}

.kpanelibulten{
  width:100%;
  float:left;
}


.kullanicipaneli h2 {
  background: #fafafa;
  font-size: 18px;
  padding: 10px 10px;
  color: #444;
  border-left: 3px solid #37bdd4;
}

.kullanicipaneli ul li a:focus {
  text-decoration: none;
}

.headerMiddle .userArea {
  margin-right: 15px;
  position: relative;
}

.headerMiddle .userArea .menu {
  display: none;
  background: #fff;
  border-radius: 10px;
  width: 270px;
  z-index: 1;
  border: 1px solid #e5e7f2;
  position: absolute;
  right: 0px;
  top: calc(100% + 10px);
  padding: 10px;
}

.headerMiddle .userArea .menu.active {
  display: block;
  z-index: 101;
}

.headerMiddle .userArea .menu li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.headerMiddle .userArea .menu li a {
  display: block;
  font-size: 12px;
  color: #828282;
  transition: all 0.3s ease-in-out;
}

.headerMiddle .userArea .menu li a:hover {
  color: #00c5de;
}




/* cart area */

.header-back-button{
  color: white !important;
  background: #37bdd4;
  padding: 10px;
  font-size: 16px;
  position: relative;
  top: 13px;
}

.min #logo img {
  height: 50px;
  display: block;
  margin: 0 auto;
}

.min-cart-area{
  position: relative;
  top: 12px;
}

.min a{
  color: #3b3b3b;
}

.cart-right{
  border: 1px solid #dddddd;
  padding: 15px;
}

.cart-products li{
  list-style: none;
  display: table;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 15px 0;
}
.cart-products .image-area img{
  border-radius: 0;
  border-color: #dddddd !important;
}
.cart-products .image-area{
  float: left;
  display: table;
  margin-right: 10px;
  width: 120px;
}
.cart-products .center-area span{
  display: block;
}
.cart-products{
  margin: 0;
  padding: 0;
}
.dark-gray{
  color: #444!important;
}


.cart-products .center-area{
  width: calc(80% - 170px);
  float: left;
}
.cart-products .cart-button-area{
  width: 40px;
  float: right;
}

.cart-products input{
  width: 40px;
  text-align: center;
  border-radius: 50%;
  height: 40px;
  border-color: #f1f1f1;
  color: black;
  font-size: 16px !important;
}

.cart-remove-button{
  border: 1px solid #ababab !important;
  color: #37bdd4;
  background: transparent;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 0;
  line-height: 27px;
  margin: 10px auto;
  display: block;
}

.quantity-button{
  color: #37bdd4;
  border: 1px solid #37bdd4 !important;
  width: 27px;
  height: 27px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 27px;
  margin: 3px auto;
  font-size: 15px;
  cursor: pointer;
}

.cart-right .total-title{
  font-size: 20px;
  font-weight: 200;
}

.go-payment-button{
  width: 100%;
  color: white!important;
  background: #37bdd4 !important;
  border: none !important;
  text-shadow: none;
  font-size: 17px;
  border-radius: 0;
  margin: 10px 0;
}

.coupon-area input#button-coupon{
  color: white!important;
  background: #37bdd4 !important;
  border-color: #37bdd4 !important;
  text-shadow: none;
  border-radius: 0;
}
.coupon-area{
  display: table;
  width: 100%;
  margin-top: 20px;
}
.total-cart-price{
  font-size: 25px;
  color: #37bdd4;
  font-weight: 500;
}

.cart-right .titem strong{
  font-weight: 500;
}
.cart-right .titem{
  display: table;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.list-title::before{
  content: " ";
  width: 42%;
  display: block;
  border-top: 1px solid #dddddd;
  position: absolute;
  left: 0;
  top: 21px;
}

.list-title::after{
  content: " ";
  width: 42%;
  display: block;
  border-top: 1px solid #dddddd;
  position: absolute;
  right: 0;
  top: 21px;
}

.list-title{
  display: table;
  margin: 10px auto;
  background: white;
  padding: 10px 20px;
}

.relative{
  position: relative;
}

.alert {
  border-radius: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
  right: 0px;
}

/* payment area */
.payment-header ul li h6 {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.payment-header ul li h4{
  color: #b2b2b2;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.payment-header ul li i{
  text-align: center;
  font-size: 40px;
  display: block;
  color: #b2b2b2;
}
.payment-header ul li:last-child::after{
  display: none;
}
.payment-header ul li:first-child::before{
  display: none;
}

.payment-header ul li::before{
  content: none;
  width: 10%;
  position: absolute;
  left: 0;
  border: 1px solid #b2b2b2;
  top: 50%;
}

.payment-header ul li::after{
  content: none;
  width: 10%;
  position: absolute;
  right: 0;
  border: 1px solid #b2b2b2;
  top: 50%;
}

.payment-header ul li.active::after{
  content: ' ';
  width: 60%;
  position: absolute;
  right: 0;
  border: none;
  border-bottom: 2px solid #37bdd4;
  bottom: -21px;
  top: initial;
  left: 20%;
}
#reseller-form .checkbox-inline input,#reseller-form .radio-inline input{
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#reseller-form .checkbox-inline,#reseller-form .radio-inline {
  padding-left: 0;
}

.payment-header ul li.active h4,.payment-header ul li:hover h4{
  color: #37bdd4;
}
.payment-header ul li.active i,.payment-header ul li:hover i{
  color: #37bdd4;
}
.payment-header ul li{
  position: relative;
  list-style: none;
  float: left;
  padding: 10px 50px;
  cursor: pointer;
}
.payment-header ul{
  margin: 0;
  padding: 0;
}

.payment-header{
  display: table;
  margin: 35px auto;
  margin-bottom: 20px;
}

.panel-heading{
  display: none !important;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #dddddd !important
}

#checkout-checkout .panel-group {
  margin-bottom: 20px;
  margin-right: -15px;
}

#checkout-checkout .panel-group .panel+.panel {
  margin-top: 0px;
}

#checkout-checkout .panel {
  margin-bottom: 0px;
  background-color: #fff;
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.payment-banner{
  margin: 10px auto;
  display: block;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.form-control:focus {
  border-color: #37bdd466;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(242 173 63 / 33%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(242 173 63 / 25%);
}

.address-radio-label input{
  display: none;
}
.address-radio-label.active{
  cursor: pointer;
  border: 3px solid #37bdd4;
  box-shadow: 2px 2px 7px -5px;
}

.address-radio-label.active:before{
  content: "\f00c";
  font-family: FontAwesome;
  display: block;
  width: 25px;
  background: #37bdd4;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}
.address-radio-label{
  cursor: pointer;
  border: 3px solid #dad8d5;
  width: calc( 33.3% - 10px);
  padding: 20px;
  position: relative;
  height: 110px;
  float: left;
  margin-left: 10px;
  color: #737373;
}

.shippint_adress_selected{display: none}

.address-radio-label.new-address{
  cursor: pointer;
  border: 3px dotted #37bdd4;
  width: calc( 33.3% - 10px);
  padding: 20px;
  position: relative;
  height: 110px;
  float: left;
  margin-left: 10px;
  text-align: center;
  line-height: 80px;
}

.address-radio-label.new-address:before{
  content: '\e819';
  font-family: "Iconly";
  display: block;
  width: 25px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #37bdd4;
  position: absolute;
  top: 27px;
  left: calc(50% - 12.5px);
  background: white;
  font-size: 20px;
}

.payment-method-radio::before{
  content: "\e014";
  font-family: 'Iconly';
  position: absolute;
  right: 16px;
  background: #ededed;
  color: #979797;
  width: 28px;
  height: 28px;
  top: 13px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
.payment-method-radio::after{
  content: '\f107';
  font-family: 'Iconly';
  transform: rotate(
          180deg
  );
  right: 23px;
  position: absolute;
  font-size: 20px;
  color: #979797;
  top: 12px;
}
.payment-method-radio{
  border: 1px solid #dddddd;
  width: 100%;
  padding: 15px;
  padding-left: 20px !important;
  position: relative;
  color: #2e2e30;
  margin-bottom: -1px;
  cursor: pointer;
}

#input-coupon{
  height: 34px;
}

#collapse-payment-method .checkbox+.checkbox, .radio+.radio {
  margin-top: -1px;
}

#collapse-checkout-confirm .table-bordered>tbody>tr>td, #collapse-checkout-confirm tbody>tr>td, #collapse-checkout-confirm .table-bordered>tbody>tr>th, #collapse-checkout-confirm .table-bordered>tfoot>tr>td, #collapse-checkout-confirm .table-bordered>tfoot>tr>th, #collapse-checkout-confirm .table-bordered>thead>tr>td, #collapse-checkout-confirm .table-bordered>thead>tr>th {
  border: none;
}

#collapse-checkout-confirm tbody>tr>td span{
  display: block;
}

#collapse-checkout-confirm tbody>tr:first-child{
  border-top: none;
}

#collapse-checkout-confirm tbody>tr>td{
  vertical-align: middle;
}

#collapse-checkout-confirm tbody>tr>td.image-area{
  width: 80px;
}
#collapse-checkout-confirm tbody>tr>td img.img-thumbnail{
  border: none;
  padding: 0;
}
#collapse-checkout-confirm tbody>tr{
  border-top: 1px solid #dddddd;
}

.confirm-title .confirm-edit-btn{
  position: absolute;
  right: 0;
  font-size: 12px;
}
.confirm-title{
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}

.sozlesme{
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #636363;
  min-height: 150px;
}

#common-success .icon-checked{
  font-size: 75px;
  color: #37bdd4;
  margin: 80px auto;
  display: table;
}

.main_color{
  color: #37bdd4;
}

#common-success h2{
  font-weight: 500;
}
#common-success #content{
  margin-bottom: 30px;
}

.sliderElement .sliderArea .backContent .rightArea {
  width: 100%;
  background: white;
}

.sliderElement .sliderArea .backContent .rightArea img {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}


.alert button.close{
  border: none;
  font-size: 25px;
  margin-left: 30px;
  padding: 0 10px;
  height: 35px;
}

.alert {
  border-radius: 5px;
  text-align: center;
  font-size:14px;
  padding:0.5rem 0.5rem!important;
}

#column-left .close-filter{
  display: none;
}

.text-right{
  text-align: right;
}

.paginagion{
  margin-top: 20px;
}

#checkout-cart h1{
  font-size: 22px;
  margin-bottom: 15px;
}

#input-coupon {
  height: 38px;
}

.cart-products h4{
  font-size: 18px;
}

.cart-products .center-area span {
  display: block;
  font-size: 12px;
  line-height: 17px;
}

.link-area-main{
  display: none;
}

.slick-track {

  margin-left: initial;
  margin-right: initial;
}

.basket-info p{
  font-size: 14px;
  text-align: center;
  margin-top: 8%;
}

#button-search{
  float: right;
}
.hidden{
  display: none !important;
}

.mbt20{
  margin-top: 20px;
  margin-bottom: 20px;
}

#sort-area label{
  line-height: 45px;
  margin-right: 10px;
}
#sort-area{
  float: right;
}

#column-left{
  margin-left: 0;
  padding-left: 0;
}
.pr0{
  padding-right: 0 !important;
}


#news-info .tntSection .tntContainer .tntArea .tntTopArea {
  transform: translateY(0%);
  grid-template-columns: repeat(3, 1fr);
}

#news-info .tntTopItem {
  border: none;
}

#news-info .imgArea i.icon-speaker:before {
  content: "\e003";
  rotate: 36deg;
  display: block;
}

#news-info .imgArea i{
  color: white;
  font-size: 80px;
  background: #3fc6de;
  display: table;
  margin: 0 auto;
  position: relative;
  top: 50px;
  width: 100px;
  text-align: center;
  border-radius: 20px;
  padding: 10px 0;
  rotate: -45deg;
}
#news-info .tntTopItem .infoArea {
  width: 70%;
}
#news-info .tntTopItem .infoArea .title {
  font-size: 16px;
  margin-top: 15px;
}
#news-info .tntSection {
  margin: 40px 0px 40px;
}
#news-info .tntSection .tntContainer{
  background-color: white;
}

.review-count{
  font-size: 12px;
  color: #b8b8b8;
}

#information-information h1 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}
#information-information h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

#information-information p{
  text-align: justify;

}

.tab-bar-info .icon-shopping-bag-1-copy{
  font-size: 20px !important;
}

.locked  .disabled{
  border-color: #e1e1e1 !important;
  background: #e1e1e1 !important;
  cursor: auto !important;
}

.locked .lock_item i{
  position: absolute;
  right: 5px;
  font-size: 24px;
}
.locked .lock_item{
  border: 2px solid #e1e1e1;
  padding: 5px 20px;
  border-radius: 5px;
  position: relative;
  background: #e1e1e1;
}

.standart-product.product-detail-main-area .wrapper {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 10px;
  width: 100%;
  height: auto;
  align-items: start;
}
.standart-product.product-detail-main-area .wrapper .basket-info {
  grid-row: 1/7;

}

.product-code span.model{
  color: gray;
}
.product-code{
  display: block;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  color: black;
}
h2 {
  font-size: 20px;
  margin: 15px 0;
}
h1{
  font-size: 22px;
  margin: 15px 0;
}

legend {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
}

.product-colors .color-item img{
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.product-colors .color-item{
  display: inline-block;
  margin: 0 5px;
}
.product-colors .color-items{
  display: table;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 20px 60px;
  margin: 15px auto;
}
.product-colors h3{
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}

.well{
  border: 1px solid #d8dae4;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.girisyapbaslik{
	font-size: 18px;
    font-weight: 500;
    color: #444444;
}


.girisyapaltbaslik strong{
	font-weight:400;
	font-size:13px;
}


#error-not-found h1 {
    text-align: center;
}

#error-not-found .buttons a {
    text-align: center;
    display: block;
    width: 200px;
    margin: 0 auto;
}

.btn-primary, .btn-outline {
    color: white;
    padding: 10px;
    min-width: 150px;
    text-align: center;
}

.buttons {
    display: table;
    width: 100%;
}

.girisyapaciklama{
	font-size:13px;
}	

.parolaunuttum{
	font-size:13px;
}

.pull-right{
	float:right;
}

.pull-left{
	float:left;
}

body{
	font-size:14px;
}

a{
	color:#00c5de;
}

.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 7px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	text-shadow: 0 1px 0 #FFF;
}



@media (max-width: 780px) {
  .btn-primary{
    width: 100%;
    margin: 10px 0;
  }
  .col-sm-10,.col-sm-12{
    width: 100%;
  }

  .standart-product.product-detail-main-area .wrapper{
    display: block;
  }

  .standart-product.product-detail-main-area .wrapper .slider{
    margin-bottom: 20px;
  }

  .standart-product.product-detail-main-area .wrapper .basket-info {
    margin-top: 20px;
  }

  .product-colors .color-items {
    display: table;
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin: 15px auto;
  }

  .product-colors .color-item {
    display: inline-block;
    margin: 2px;
  }
}
/*# sourceMappingURL=main.css.map */
