

/* reset */

* {

  margin: 0;

  padding: 0;

  outline: none;

  text-decoration: none;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  list-style: none;

}



html {

  font-size: 13px;

  height: 100%;

  scroll-behavior: smooth;

}



body {

  font-family: 'Titillium Web', sans-serif;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  background-color: #F0F3F8;

  color: #4E4E4E;

}



.container {

  width: 1140px;

  margin: 0 auto;

}



.top-bar {

  width: 100%;

  height: 40px;

  background-color: #345a6c;

  border-bottom: 4px solid #345a6c;

}



.top-bar .container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  height: 100%;

}



.top-bar .container .top-left {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.top-bar .container .top-left li {

  padding: 0 10px;

  border-right: 1px solid #1358B9;

}



.top-bar .container .top-left li:last-child {

  border-right: 0;

}



.top-bar .container .top-left li a {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: #fff;

  font-size: 15px;

}



.top-bar .container .top-left li a span {

  padding: 0 5px;

  font-weight: 600;

  font-size: 14px;

}



.top-bar .container .top-left li:hover {

  border-right: 0;

  height: 29px;

  border-radius: 5px;

  background-color: #1358B9;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-transition: .2s all;

  transition: .2s all;

}



.top-bar .container .top-right {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.top-bar .container .top-right a {

  padding: 3px 8px;

  border-radius: 5px;

  margin-left: 20px;

  background-color: #F3AF78;

  color: #fff;

  font-weight: 700;

  font-size: 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.top-bar .container .top-right a img {

  margin-right: 3px;

}



.top-bar .container .top-right a:nth-child(2) {

  background-color: #2196F3;

}



.top-bar .container .top-right a:nth-child(3) {

  background-color: #C974B2;

}



.top-bar .container .top-right a:last-child {

  height: 44px;

  border-radius: 0;

  background-color: #44667b;

  border-bottom: 4px solid #345a6c;

}



header {

  width: 100%;

  height: 103px;

  background-color: #F0F3F8;

}



header .container {

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



header .container .hamburger-btn {

  display: none;

}



header .container .hamburger-btn button {

  background: none;

  border: none;

  cursor: pointer;

}



header .container .header-left {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



header .container .header-left .logo {

  margin-right: 15px;

  max-width: 170px;
  width: 170px;

}



header .container .header-left .logo img {

  width: 100%;

  height: auto;

}



header .container .header-left a.tel-btn {

  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;

  width: 123px;

  height: 30px;

  border-radius: 30px;

  background: -webkit-gradient(linear, left top, right bottom, from(#345a6c), to(#f7ac5c));

  background: linear-gradient(to right bottom, #345a6c, #f7ac5c);

}



header .container .header-left a.tel-btn img {

  margin-right: 5px;

}



header .container .header-left a.tel-btn .text {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  color: #fff;

}



header .container .header-left a.tel-btn .text span {

  font-size: 10px;

  line-height: 1;

}



header .container .header-left a.tel-btn .text b {

  font-size: 12px;

  line-height: 1;

}



header .container .header-right {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



header .container .header-right nav ul {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



header .container .header-right nav ul li {

  margin-right: 48px;

}



header .container .header-right nav ul li a {

  font-size: 15px;

  font-weight: 700;

  color: #4E4E4E;

}



header .container .header-right nav ul li a:hover {

  -webkit-transition: .2s all;

  transition: .2s all;

  color: #5443B6;

}



header .container .header-right .basket {

  width: 136px;

  height: 43px;

  border-radius: 43px;

  background: -webkit-gradient(linear, left top, right bottom, from(#5443B6), to(#9B8FE1));

  background: linear-gradient(to right bottom, #5443B6, #9B8FE1);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  color: #fff;

}



header .container .header-right .basket img {

  margin-right: 7px;

}



.hero-banner {

  width: 100%;

  height: 320px;

  position: relative;

  margin-bottom: 30px;

}



.hero-banner img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}



.hero-banner .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: -webkit-gradient(linear, left top, right top, from(#5443b6ec), to(#2A225Bec));

  background-image: linear-gradient(to right, #345a6c, #2A225Bec);

}



.hero-banner .overlay .container {

  height: 100%;

  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-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.hero-banner .overlay .container > img {

  max-width: 33px;

  height: auto;

  margin-bottom: 18px;

}



.hero-banner .overlay .container span {

  font-size: 20px;

  color: #fff;

  font-weight: 400;

}



.hero-banner .overlay .container h1 {

  color: #fff;

  font-size: 35px;

  font-weight: 700;

}



.hero-banner .overlay .container p {

  font-size: 20px;

  color: #fff;

  font-weight: 400;

}



.hero-banner .overlay .container .search-box {

  margin-top: 15px;

  max-width: 474px;

  width: 100%;

  height: 46px;

  border-radius: 46px;

  background-color: #F4F7FB;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.hero-banner .overlay .container .search-box input {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  border-radius: 46px;

  border: none;

  background-color: transparent;

  text-indent: 20px;

  font-size: 17px;

}



.hero-banner .overlay .container .search-box input::-webkit-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.hero-banner .overlay .container .search-box input:-ms-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.hero-banner .overlay .container .search-box input::-ms-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.hero-banner .overlay .container .search-box input::placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.hero-banner .overlay .container .search-box button {

  position: absolute;

  right: 2px;

  height: 42px;

  top: 2px;

  border-radius: 46px;

  width: 113px;

  background: -webkit-gradient(linear, left top, right top, from(#345a6c), to(#f7ac5c));

  background: linear-gradient(to right, #345a6c, #f7ac5c);

  color: #fff;

  border: none;

  font-size: 17px;

  font-weight: 700;

  cursor: pointer;

}



.domain-search .container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

}



.domain-search .container .search-area {

  max-width: 833px;

  width: 100%;

  background-color: #F9FAFC;

  border-radius: 5px;

  padding: 25px;

}



.domain-search .container .search-area .head strong {

  font-size: 25px;

  font-weight: 700;

}



.domain-search .container .search-area .head p {

  font-size: 15px;

  font-weight: 400;

}



.domain-search .container .search-area .search-box {

  margin-top: 15px;

  width: 100%;

  height: 55px;

  border-radius: 55px;

  background-color: #fff;

  border: 1px solid #ECECEC;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 20px;

}



.domain-search .container .search-area .search-box input {

  width: 100%;

  border-radius: 55px;

  border: none;

  background-color: transparent;

  text-indent: 20px;

  font-size: 17px;

}



.domain-search .container .search-area .search-box input::-webkit-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.domain-search .container .search-area .search-box input:-ms-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.domain-search .container .search-area .search-box input::-ms-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.domain-search .container .search-area .search-box input::placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.domain-search .container .search-area .search-box button {

  position: absolute;

  right: 6px;

  height: 42px;

  top: 6px;

  border-radius: 46px;

  width: 113px;

  background: -webkit-gradient(linear, left top, right top, from(#345a6c), to(#f7ac5c));

  background: linear-gradient(to right, #345a6c, #f7ac5c);

  color: #fff;

  border: none;

  font-size: 17px;

  font-weight: 700;

  cursor: pointer;

  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;

}



.domain-search .container .search-area .ext-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.domain-search .container .search-area .ext-list .ext-item a {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  flex-wrap: wrap;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding-right: 25px;

  margin-right: 25px;

  border-right: 1px solid #ECECEC;

  color: #4E4E4E;

}



.domain-search .container .search-area .ext-list .ext-item.orange span {

  background-color: #345a6c;

}



.domain-search .container .search-area .ext-list .ext-item:last-child {

  border-right: 0;

}



.domain-search .container .search-area .ext-list .ext-item span {

  width: 56px;

  height: 32px;

  background-color: #5443B6;

  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 15px;

  font-weight: 700;

  margin-right: 5px;

  border-radius: 3px;

}



.domain-search .container .search-area .ext-list .ext-item b {

  font-size: 18px;

  font-weight: 700;

}



.domain-search .container .right-slider {

  margin-left: 30px;

  width: 277px;

  height: 230px;

  border-radius: 5px;

}



.domain-search .container .right-slider .slider-item {

  width: 277px;

  height: 230px;

  overflow: hidden;

  position: relative;

}



.domain-search .container .right-slider .slider-item .img-cont {

  width: 100%;

  height: 100%;

  background-color: #345a6c;

  border-radius: 5px;

}



.domain-search .container .right-slider .slider-item .img-cont img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  mix-blend-mode: multiply;

}



.domain-search .container .right-slider .slider-item .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 5px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  text-align: center;

  color: #fff;

  font-weight: 700;

  font-size: 35px;

}



.domain-search .container .right-slider .slick-dots {

  bottom: 0px !important;

}



.domain-search .container .right-slider .slick-dots li.slick-active button {

  background-color: #fff !important;

}



.domain-search .container .right-slider .slick-dots li.slick-active button::before {

  color: #fff !important;

}



.domain-search .container .right-slider .slick-dots li button {

  background-color: #9B9B9B !important;

  width: 28px !important;

  height: 1px !important;

  padding: 2px !important;

}



.domain-search .container .right-slider .slick-dots li button::before {

  width: 0px !important;

  height: 0px !important;

  font-size: 0px !important;

  color: #fff !important;

  content: "" !important;

}



.section-title {

  width: 100%;

  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-align: center;

      -ms-flex-align: center;

          align-items: center;

  text-align: center;

  margin-bottom: 30px;

}



.section-title strong {

  font-size: 25px;

  font-weight: 700;

}



.section-title p {

  font-size: 15px;

  font-weight: 400;

}



.section-title .line {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-top: 10px;

}



.section-title .line span:first-child {

  width: 30px;

  height: 4px;

  border-radius: 4px;

  background-color: #345a6c;

  margin-right: 2px;

}



.section-title .line span:last-child {

  width: 15px;

  height: 4px;

  border-radius: 4px;

  background-color: #345a6c;

}



.features {

  background-color: #EAEDF3;

  padding: 30px 0;

}



.features .container .box-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.features .container .box-wrapper .box {

  width: 276px;

  height: 96px;

  border-radius: 5px;

  background-color: #F9FAFC;

  margin-right: 11px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 0 11px;

  -webkit-transition: .3s all;

  transition: .3s all;

}



.features .container .box-wrapper .box:hover {

  -webkit-transform: translateY(-5px);

          transform: translateY(-5px);

  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);

          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);

}



.features .container .box-wrapper .box:last-child {

  margin-right: 0;

}



.features .container .box-wrapper .box img {

  margin-right: 10px;

}



.features .container .box-wrapper .box .detail b {

  font-size: 17px;

}



.features .container .box-wrapper .box .detail p {

  font-size: 12px;

}



.product-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}



#product-carousel .product-box {

  margin-right: 6px;

  margin-left: 6px;

}



.product-box {

  width: 276px;

  border-radius: 5px;

  background-color: #F9FAFC;

  padding: 8px 9px;

  margin-bottom: 30px;

}



.product-box .img-box {

  width: 259px;

  height: 157px;

  border-radius: 5px;

  margin-bottom: 15px;

  position: relative;

}



.product-box .img-box .feature {

  position: absolute;

  top: -10px;

  left: 50%;
  width: 65%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  padding: 0 15px;

  height: 20px;

  border-radius: 5px;

  background-color: #C91616;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 12px;

  font-weight: 700;

  color: #fff;

}



.product-box .img-box img {

  width: 100%;

  height: 170px;

  -o-object-fit: cover;

     object-fit: cover;

}



.product-box .img-box .badge {

  position: absolute;

  right: 0;

  bottom: 14px;

  padding: 0 15px;

  height: 26px;

  border-radius: 5px 0 0 5px;

  background-color: #F3AF78;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 16px;

  font-weight: 700;

  color: #fff;

}



.product-box .img-box .badge.green {

  background-color: #343E21;

}



.product-box .img-box .badge.purple {

  background-color: #BC92C3;

}



.product-box .img-box .badge.grey {

  background-color: #AEAFB1;

}



.product-box .title {

  font-size: 18px;

  font-weight: 700;

  text-align: center !important;

  color: #4E4E4E;

  width: 100%;

  display: block;

  margin-bottom: 8px;

}



.product-box .pricing {

  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;

  margin-bottom: 10px;

}



.product-box .pricing small {

  margin-right: 12px;

  font-size: 14px;

  color: #8E8E8E;

  text-decoration: line-through;

}



.product-box .pricing span {

  font-size: 25px;

  font-weight: 700;

  color: #0c510c;

}



.product-box .action-buttons {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.product-box .action-buttons a {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  height: 22px;

  border-radius: 5px;

  background: -webkit-gradient(linear, left top, right bottom, from(#c4c4c4), to(#4e4e4e));

  background: linear-gradient(to right bottom, #c4c4c4, #4e4e4e);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 16px;

  font-weight: 700;

  color: #fff;

}



.product-box .action-buttons a img {

  margin-right: 4px;

}



.product-box .action-buttons a:first-child {

  margin-right: 13px;

}



.product-box .action-buttons a:last-child {

  background: -webkit-gradient(linear, left top, right top, from(#345a6c), to(#f7ac5c));

  background: linear-gradient(to right, #345a6c, #f7ac5c);

}



.product-list {

  margin: 30px 0;

}



.product-list .container .category-buttons {

  margin-bottom: 30px;

  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;

}



.product-list .container .category-buttons a {

  width: 173px;

  height: 47px;

  border-radius: 5px;

  background-color: #4E4E4E;

  color: #fff;

  font-size: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-weight: 700;

  margin: 0 15px;

}



.product-list .container .category-buttons a:hover {

  background-color: #c09d77;

}



.product-list .container .category-buttons a.active {

  background-color: #c09d77;

}



.product-list .container .category-buttons a.all {

  width: 194px;

  background-color: #345a6c;

}



.product-list .container .category-buttons a.all svg {

  margin-left: 8px;

}



.see-all {

  margin-bottom: 30px;

  width: 186px;

  height: 59px;

  border-radius: 59px;

  background-color: #F9FAFC;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 17px;

  font-weight: 600;

  color: #4E4E4E;

  margin-left: auto;

  margin-right: auto;

}



.specs-section {

  width: 100%;

  margin: 0 0 30px 0;

  padding: 30px 0;

  display: block;

  background-color: #EAEDF3;

}



.specs-section .container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.specs-section .container .left-box {

  width: 406px;

  height: 365px;

  background-color: #F9FAFC;

  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);

          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);

  border-radius: 10px;

}



.specs-section .container .left-box .img-box {

  width: 406px;

  height: 224px;

  border-radius: 10px 10px 0 0;

  position: relative;

}



.specs-section .container .left-box .img-box img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}



.specs-section .container .left-box .img-box .badge {

  position: absolute;

  bottom: -23px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  background-color: #FFFFFF;

  width: 282px;

  height: 46px;

  border-radius: 46px;

  border: 1px solid #ECECEC;

  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;

}



.specs-section .container .left-box .img-box .badge a {

  font-size: 18px;

  font-weight: 600;

  color: #4E4E4E;

}



.specs-section .container .left-box .bottom {

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: flex-end;

  height: calc(100% - 224px);

  padding-bottom: 20px;

}



.specs-section .container .left-box .bottom .item {

  width: 78px;

  height: 78px;

  border-radius: 5px;

  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);

  background-color: #FFFFFF;

  margin-right: 14px;

  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;

}



.specs-section .container .left-box .bottom .item:last-child {

  margin-right: 0;

}



.specs-section .container .right-box {

  margin-left: 30px;

}



.specs-section .container .right-box h2 {

  font-size: 25px;

}



.specs-section .container .right-box .line {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-top: 10px;

}



.specs-section .container .right-box .line span:first-child {

  width: 30px;

  height: 4px;

  border-radius: 4px;

  background-color: #345a6c;

  margin-right: 2px;

}



.specs-section .container .right-box .line span:last-child {

  width: 15px;

  height: 4px;

  border-radius: 4px;

  background-color: #345a6c;

}



.specs-section .container .right-box ul {

  margin: 10px 0;

}



.specs-section .container .right-box ul li {

  margin-bottom: 9px;

  font-size: 15px;

}



.specs-section .container .right-box ul li span {

  color: #345a6c;

}



.specs-section .container .right-box > a {

  width: 163px;

  height: 41px;

  border-radius: 41px;

  background: -webkit-gradient(linear, left top, right bottom, from(#345a6c), to(#f7ac5c));

  background: linear-gradient(to right bottom, #345a6c, #f7ac5c);

  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 16px;

  font-weight: 700;

}



.faq-section {

  margin-bottom: 30px;

}



.accordion {

  width: 100%;

  margin-bottom: 20px;

}



.accordion .title {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  width: 100%;

  height: 50px;

  border-radius: 50px;

  background-color: #4E4E4E;

  color: #fff;

  cursor: pointer;

  font-weight: 700;

}



.accordion .title.active {

  background-color: #345a6c;

}



.accordion .title.active span {

  background-color: #E67C05;

}



.accordion .title p {

  padding-left: 15px;

  font-size: 18px;

}



.accordion .title span {

  width: 70px;

  font-size: 16px;

  background-color: #464444;

  height: 50px;

  border-radius: 0 50px 50px 0;

  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;

}



.accordion .title span .fa-chevron-up {

  display: none;

}



.accordion .panel {

  padding: 20px;

  font-size: 14px;

  display: none;

}



.footer-banner {

  width: 100%;

  height: 280px;

  display: block;

  position: relative;

  margin-top: auto;

}



.footer-banner .img-cont {

  width: 100%;

  height: 100%;

  background-color: #345a6c;

}



.footer-banner .img-cont img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  mix-blend-mode: multiply;

}



.footer-banner .overlay {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

}



.footer-banner .overlay > img {

  position: absolute;

  right: 12%;

  top: -16%;

  z-index: 0 !important;

  max-width: 50%;

}



.footer-banner .overlay .container {

  z-index: 9 !important;

  height: 100%;

  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-align: end;

      -ms-flex-align: end;

          align-items: flex-end;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}



.footer-banner .overlay .container b {

  font-size: 40px;

  color: #fff;

  z-index: 9 !important;

}



.footer-banner .overlay .container p {

  font-size: 18px;

  color: #fff;

  z-index: 9 !important;

}



.footer-banner .overlay .container a {

  width: 221px;

  height: 43px;

  border-radius: 43px;

  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;

  background-image: -webkit-gradient(linear, left top, right top, from(#345a6c), to(#4e4e4ec9));

  background-image: linear-gradient(to right, #345a6c, #4e4e4ec9);

  color: #fff;

  font-size: 16px;

  font-weight: 600;

  margin-top: 10px;

  z-index: 99 !important;

}



footer {

  width: 100%;

  padding: 50px 0;

  background: #4e4e4e;

  background: radial-gradient(circle, #4e4e4e 28%, #101010 100%);

}



footer .container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



footer .container .col {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  padding-right: 54px;

  padding-left: 54px;

  border-right: 1px;

  border-right-style: solid;

  -o-border-image: linear-gradient(to bottom, #373737, #4E4E4E) 1 100%;

     border-image: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#4E4E4E)) 1 100%;

     border-image: linear-gradient(to bottom, #373737, #4E4E4E) 1 100%;

}



footer .container .col.flex2 {

  -webkit-box-flex: 1.5;

      -ms-flex: 1.5;

          flex: 1.5;

  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-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  padding-left: 0px;

}



footer .container .col.flex2 .logo {

  margin-bottom: 10px;

  margin-left: 40px;

}



footer .container .col.flex2 p {

  color: #fff;

  font-size: 17px;

}



footer .container .col .hor-line {

  margin: 16px 0;

}



footer .container .col .contacts {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

}



footer .container .col .contacts span {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



footer .container .col .contacts span a {

  color: #fff;

  font-weight: 700;

  font-size: 16px;

}



footer .container .col .social-buttons {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  width: 94%;

}



footer .container .col .social-buttons a {

  width: 30px;

  height: 30px;

  border-radius: 3px;

  background-color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  color: #101010b7;

  font-size: 16px;

  margin-right: 20px;

}



footer .container .col .social-buttons a:last-child {

  margin-right: 0;

}



footer .container .col .social-buttons a:hover {

  background-color: #fff;

}



footer .container .col b {

  color: #fff;

  font-size: 16px;

}



footer .container .col ul li {

  margin-bottom: 15px;
  list-style: none !important;
}



footer .container .col ul li a {

  color: #fff;

  font-size: 15px;

}



footer .container .col ul li a span {

  color: #345a6c;

}



footer .container .col:last-child {

  border-right: 0;

}



.footer-bottom {

  width: 100%;

  min-height: 40px;

  background-color: #373737;

}



.footer-bottom .container {

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.footer-bottom .container p {

  color: #fff;

  font-size: 15px;

  font-weight: 700;

}



.footer-bottom .container .buttons {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.footer-bottom .container .buttons a {

  padding: 3px 8px;

  border-radius: 5px;

  margin-left: 20px;

  background-color: #F3AF78;

  color: #fff;

  font-weight: 700;

  font-size: 15px;

  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;

}



.footer-bottom .container .buttons a img {

  margin-right: 3px;

}



.footer-bottom .container .buttons a:first-child {

  background-color: #1358B9;

}



.footer-bottom .container .buttons a:nth-child(2) {

  background-color: #F3AF78;

}



.footer-bottom .container .buttons a:nth-child(3) {

  background-color: #2196F3;

}



.footer-bottom .container .buttons a:last-child {

  background-color: #C974B2;

}



.top-banner {

  width: 100%;

  height: 90px;

  position: relative;

  margin-bottom: 30px;

}



.top-banner img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}



.top-banner .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: -webkit-gradient(linear, left top, right top, from(#5443b6ef), color-stop(#5443b6ef), to(#2A225Be8));

  background-image: linear-gradient(to right, #5443b6ef, #5443b6ef, #2A225Be8);

}



.top-banner .overlay .container {

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.top-banner .overlay .container .left {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.top-banner .overlay .container .left img {

  width: 40px;

  height: auto;

  margin-right: 10px;

}



.top-banner .overlay .container .left .detail b {

  color: #fff;

  font-size: 18px;

}



.top-banner .overlay .container .left .detail p {

  color: #fff;

  font-size: 15px;

}



.top-banner .overlay .container .right .search-box {

  min-width: 270px;

  height: 34px;

  border-radius: 34px;

  background-color: #F4F7FB;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.top-banner .overlay .container .right .search-box input {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  border-radius: 34px;

  border: none;

  background-color: transparent;

  text-indent: 20px;

  font-size: 12px;

}



.top-banner .overlay .container .right .search-box input::-webkit-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.top-banner .overlay .container .right .search-box input:-ms-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.top-banner .overlay .container .right .search-box input::-ms-input-placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.top-banner .overlay .container .right .search-box input::placeholder {

  color: #B2AFAF;

  font-family: 'Titillium Web';

}



.top-banner .overlay .container .right .search-box button {

  position: absolute;

  right: 0px;

  height: 34px;

  top: 0px;

  border-radius: 34px;

  width: 113px;

  background: -webkit-gradient(linear, left top, right top, from(#345a6c), to(#f7ac5c));

  background: linear-gradient(to right, #345a6c, #f7ac5c);

  color: #fff;

  border: none;

  font-size: 12px;

  font-weight: 700;

  cursor: pointer;

}



.main-content {

  width: 100%;

  margin-bottom: 30px;

}



.main-content .container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.main-content .container .sidebar {

  width: 276px;

}



.main-content .container .sidebar .title {

  width: 100%;

  height: 60px;

  background-color: #c09d77;

  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 0 15px;

  font-size: 20px;

  font-weight: 700;

  border-radius: 5px 5px 0 0;

}



.main-content .container .sidebar .categories {

  background-color: #fff;

  border-radius: 0 0 5px 5px;

  margin-bottom: 30px;

}



.main-content .container .sidebar .categories ul {

  padding: 0 15px;

}



.main-content .container .sidebar .categories ul li {

  padding: 10px 0px;

  border-bottom: 1px solid #F0F3F8;
  list-style: none !important;
}



.main-content .container .sidebar .categories ul li:hover a {

  color: #5443B6;

}



.main-content .container .sidebar .categories ul li:hover a svg path {

  fill: #5443B6;

}



.main-content .container .sidebar .categories ul li a {

  font-size: 16px;

  font-weight: 700;

  color: #4E4E4E;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.main-content .container .sidebar .categories ul li a svg {

  margin-right: 5px;

}



.main-content .container .sidebar .side-news {

  background-color: #fff;

  border-radius: 0 0 5px 5px;

  margin-bottom: 30px;

}



.main-content .container .sidebar .side-news ul {

  padding: 0 15px;

}



.main-content .container .sidebar .side-news ul li {

  padding: 15px 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border-bottom: 1px solid #F0F3F8;

}



.main-content .container .sidebar .side-news ul li .img-box {

  min-width: 65px;

  min-height: 52px;

  max-width: 65px;

  max-height: 52px;

  border-radius: 5px;

  overflow: hidden;

}



.main-content .container .sidebar .side-news ul li .img-box img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}



.main-content .container .sidebar .side-news ul li a {

  margin-left: 6px;

  color: #4E4E4E;

  font-size: 14px;

  font-weight: 700;

}



.main-content .container .sidebar .side-banner {

  width: 276px;

  height: 267px;

  overflow: hidden;

  position: relative;

  border-radius: 5px;

}



.main-content .container .sidebar .side-banner .img-cont {

  width: 100%;

  height: 100%;

  background-color: #345a6c;

  border-radius: 5px;

}



.main-content .container .sidebar .side-banner .img-cont img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  mix-blend-mode: multiply;

  border-radius: 5px;

}



.main-content .container .sidebar .side-banner .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 5px;

  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-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  text-align: center;

  color: #fff;

}



.main-content .container .sidebar .side-banner .overlay span {

  font-size: 35px;

  font-weight: 700;

}



.main-content .container .sidebar .side-banner .overlay p {

  font-size: 15px;

  font-weight: 700;

}



.main-content .container .content {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  margin-left: 12px;

}



.main-content .container .content .content-top {

  width: 100%;

  height: 60px;

  border-radius: 5px;

  background-color: #EAEDF3;

  margin-bottom: 30px;

  padding: 0 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.main-content .container .content .content-top > span {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.main-content .container .content .content-top > span b {

  font-size: 16px;

}



.main-content .container .content .content-top > span b u {

  color: #5443B6;

}



.main-content .container .content .content-top .sort {

  position: relative;

}



.main-content .container .content .content-top .sort select {

  width: 263px;

  height: 39px;

  border-radius: 39px;

  background-color: #fff;

  border: 1px solid #ECECEC;

  padding: 0 0 0 30px;

  font-size: 15px;

  font-weight: 700;

  color: #B2AFAF;

  -webkit-appearance: none;

  -moz-appearance: none;

  text-overflow: '';

}



.main-content .container .content .content-top .sort .fa-chevron-down {

  color: #B2AFAF;

  position: absolute;

  right: 10px;

  top: 50%;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  font-size: 15px;

}



.main-content .container .content .content-top .sort span {

  position: absolute;

  top: 60%;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  margin-left: 10px;

}



.product-page {

  margin-bottom: 30px;

}



.product-page .container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

}



.product-page .container .prod-image {

  width: 563px;

  height: 393px;

  overflow: hidden;

  border-radius: 5px;

}



.product-page .container .prod-image img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}



.product-page .container .prod-details {

  margin-left: 14px;

  width: 563px;

}



.product-page .container .prod-details .head {

  width: 100%;

  height: 45px;

  border-radius: 5px;

  background-color: #445669;

  color: #fff;

  padding-left: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  font-size: 18px;

  margin-bottom: 11px;

}



.product-page .container .prod-details .head span {

  width: 180px;

  height: 45px;

  background-color: #BB680C;

  border-radius: 48px 5px 5px 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 20px;

  font-weight: 700;

}



.product-page .container .prod-details .prod-features {

  width: 100%;

  background-color: #F9FAFC;

  border-radius: 5px;

  padding: 15px 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.product-page .container .prod-details .prod-features .box {

  width: 251px;

  height: 36px;

  border-radius: 5px;

  background-color: #F0F3F8;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 0 11px;

  margin-bottom: 10px;

  font-size: 15px;

}



.product-page .container .prod-details .prod-features .box svg {

  margin-right: 10px;

}



.product-page .container .prod-details .prod-features a {

  width: 251px;

  height: 36px;

  border-radius: 5px;

  background-color: #C974B2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 0 11px;

  color: #fff;

  font-size: 15px;

}



.product-page .container .prod-details .prod-features a.blue {

  background-color: #3485d794;

}



.product-page .container .prod-details .prod-features a svg {

  margin-right: 10px;

}



.product-page .container .prod-details .prod-text {

  width: 100%;

  background-color: #F9FAFC;

  border-radius: 5px;

  padding: 10px 20px;

  margin: 10px 0;

  text-align: center;

  font-size: 15px;

}



.product-page .container .prod-details .action-buttons {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.product-page .container .prod-details .action-buttons a {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  height: 52px;

  border-radius: 5px;

  background: -webkit-gradient(linear, left top, right bottom, from(#00d084), to(#9B8FE1));

  background: linear-gradient(to right bottom, #00d084, #9B8FE1);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 23px;

  font-weight: 700;

  color: #fff;

}



.product-page .container .prod-details .action-buttons a img {

  margin-right: 4px;

}



.product-page .container .prod-details .action-buttons a:first-child {

  margin-right: 13px;

}



.product-page .container .prod-details .action-buttons a:last-child {

  background: -webkit-gradient(linear, left top, right top, from(#345a6c), to(#f7ac5c));

  background: linear-gradient(to right, #345a6c, #f7ac5c);

}



.prod-tab-buttons {

  margin-bottom: 30px;

}



.prod-tab-buttons .container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 60px;

  border-radius: 5px;

  background-color: #EAEDF3;

}



.prod-tab-buttons .container a {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  height: 60px;

  font-size: 17px;

  font-weight: 700;

  color: #4E4E4E;

  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-radius: 5px;

  cursor: pointer;

}



.prod-tab-buttons .container a.active {

  color: #fff;

  background-color: #9fabb7;

}



.prod-tab-buttons .container a:hover {

  color: #fff;

  background-color: #9fabb7;

}



.prod-tabs {

  margin-bottom: 30px;

}



.prod-tabs .container .prod-tab {

  display: none;

  padding: 20px;

  background-color: #F9FAFC;

  border-radius: 5px;

}



.prod-tabs .container .prod-tab.show-tab {

  display: block;

}



.prod-tabs .container .prod-tab h3 {

  font-size: 25px;

  margin-bottom: 10px;

}



.prod-tabs .container .prod-tab p {

  font-size: 15px;

  margin-bottom: 10px;

}



.mobile-menu-overlay {

  width: 100%;

  height: 100vh;

  position: fixed;

  top: 0;

  left: 0;

  background-color: rgba(78, 78, 78, 0.85);

  opacity: 0;

  pointer-events: none;

  z-index: 9997;

  -webkit-transition: .3s all;

  transition: .3s all;

}



.mobile-menu-overlay.show {

  -webkit-transition: .3s all;

  transition: .3s all;

  opacity: 1;

  pointer-events: all;

}



.mobile-menu {

  width: 260px;

  height: 100vh;

  position: fixed;

  top: 0;

  left: 0;

  background-color: #E8EFF5;

  z-index: 9999;

  -webkit-transform: translateX(-100%);

          transform: translateX(-100%);

  -webkit-transition: .3s all;

  transition: .3s all;

}



.mobile-menu .menu-logo {

  position: absolute;

  bottom: 30px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

}



.mobile-menu.show {

  -webkit-transition: .3s all;

  transition: .3s all;

  -webkit-transform: translateX(0);

          transform: translateX(0);

}



.mobile-menu a.tel-btn {

  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;

  width: 174px;

  height: 43px;

  border-radius: 43px;

  background: -webkit-gradient(linear, left top, right bottom, from(#345a6c), to(#f7ac5c));

  background: linear-gradient(to right bottom, #345a6c, #f7ac5c);

  margin: 16px auto;

}



.mobile-menu a.tel-btn img {

  margin-right: 5px;

}



.mobile-menu a.tel-btn .text {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  color: #fff;

}



.mobile-menu a.tel-btn .text span {

  font-size: 13px;

  line-height: 1;

}



.mobile-menu a.tel-btn .text b {

  font-size: 17px;

  line-height: 1;

}



.mobile-menu ul {

  padding: 0 15px;

}



.mobile-menu ul li {

  padding: 5px 0px;

}



.mobile-menu ul li:hover a {

  color: #5443B6;

}



.mobile-menu ul li:hover a svg path {

  fill: #5443B6;

}



.mobile-menu ul li a {

  font-size: 16px;

  font-weight: 700;

  color: #4E4E4E;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



.mobile-menu ul li a svg {

  margin-right: 5px;

}



.mobile-menu .panel {

  padding: 3px 8px;

  color: #fff;

  font-weight: 700;

  font-size: 15px;

  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;

  height: 44px;

  border-radius: 0;

  background-color: #345a6c;

  margin-bottom: 15px;

}



.mobile-menu .panel img {

  margin-right: 3px;

}



.mobile-menu .buttons {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}



.mobile-menu .buttons a {

  padding: 6px 14px;

  border-radius: 5px;

  background-color: #F3AF78;

  color: #fff;

  font-weight: 700;

  font-size: 15px;

  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;

  margin: 0 15px;

  margin-bottom: 10px;

}



.mobile-menu .buttons a img {

  margin-right: 3px;

}



.mobile-menu .buttons a:nth-child(2) {

  background-color: #2196F3;

}



.mobile-menu .buttons a:nth-child(3) {

  background-color: #C974B2;

}



.fix {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  min-height: 400px;

  margin-bottom: 400px;

}



/*/*/

/*//////////////////////////////////////////////////////////////////

/*/

/*//////////////////////////////////////////////////////////////////

/*/

/*///////////////////////// RESPONSIVE /////////////////////////////

/*/

/*//////////////////////////////////////////////////////////////////

/*/

/*//////////////////////////////////////////////////////////////////

/*/

@media only screen and (max-width: 1140px) {

  .container {

    width: 95%;

  }

  .top-bar {

    display: none;

  }

  .hamburger-btn {

    display: block !important;

  }

  header {

    width: 100%;

    height: 72px;

    background-color: #F0F3F8;

    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);

            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);

  }

  header .container {

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

  }

  header .container .header-left {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

  }

  header .container .header-left .logo {

    margin-right: 15px;

    max-width: 147px !important;

  }

  header .container .header-left .logo img {

    width: 100%;

    height: auto;

  }

  header .container .header-left a.tel-btn {

    display: none;

  }

  header .container .header-right {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

  }

  header .container .header-right nav {

    display: none;

  }

  header .container .header-right .basket {

    width: 67px;

  }

  header .container .header-right .basket b span {

    display: none;

  }

  .hero-banner {

    width: 100%;

    height: 320px;

    position: relative;

    margin-bottom: 30px;

  }

  .hero-banner .overlay .container {

    text-align: center;

  }

  .hero-banner .overlay .container > img {

    max-width: 33px;

    height: auto;

    margin-bottom: 10px;

  }

  .hero-banner .overlay .container span {

    font-size: 17px;

  }

  .hero-banner .overlay .container h1 {

    font-size: 25px;

  }

  .hero-banner .overlay .container p {

    font-size: 15px;

  }

  .domain-search .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -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;

  }

  .domain-search .container .search-area {

    padding: 10px;

    text-align: center;

  }

  .domain-search .container .search-area .head strong {

    font-size: 22px;

  }

  .domain-search .container .search-area .head p {

    font-size: 14px;

  }

  .domain-search .container .search-area .ext-list {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

  }

  .domain-search .container .search-area .ext-list::-webkit-scrollbar {

    display: none;

  }

  .domain-search .container .search-area .ext-list .ext-item {

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;

  }

  .domain-search .container .right-slider {

    margin-left: 0px;

    width: 100%;

    height: 230px;

    border-radius: 5px;

    margin-top: 30px;

  }

  .domain-search .container .right-slider .slider-item {

    width: 277px;

    height: 230px;

    border-radius: 5px;

  }

  .domain-search .container .right-slider .slider-item .img-cont img {

    border-radius: 5px;

  }

  .section-title {

    width: 100%;

    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-align: center;

        -ms-flex-align: center;

            align-items: center;

    text-align: center;

    margin-bottom: 30px;

  }

  .section-title strong {

    font-size: 25px;

    font-weight: 700;

  }

  .section-title p {

    font-size: 15px;

    font-weight: 400;

  }

  .section-title .line {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    margin-top: 10px;

  }

  .section-title .line span:first-child {

    width: 30px;

    height: 4px;

    border-radius: 4px;

    background-color: #345a6c;

    margin-right: 2px;

  }

  .section-title .line span:last-child {

    width: 15px;

    height: 4px;

    border-radius: 4px;

    background-color: #345a6c;

  }

  .features {

    background-color: #EAEDF3;

    padding: 30px 0;

  }

  .features .container .box-wrapper {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

  .features .container .box-wrapper .box {

    width: 100%;

    height: 96px;

    margin-right: 0px;

    padding: 0 11px;

    margin-bottom: 10px;

  }

  .product-wrapper {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

  }

  .product-box {

    width: 32%;

    border-radius: 5px;

    background-color: #F9FAFC;

    padding: 8px 9px;

    margin-bottom: 30px;

  }

  .product-box .img-box {

    width: 100%;

  }

  .product-list .container .category-buttons {

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

  }

  .product-list .container .category-buttons::-webkit-scrollbar {

    display: none;

  }

  .product-list .container .category-buttons a {

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;

    margin: 0 5px;

  }

  .footer-banner {

    width: 100%;

    height: 280px;

    display: block;

    position: relative;

    margin-top: auto;

  }

  .footer-banner .img-cont {

    width: 100%;

    height: 100%;

    background-color: #345a6c;

    border-radius: 0px;

  }

  .footer-banner .img-cont img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

    mix-blend-mode: multiply;

  }

  .footer-banner .overlay {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

  }

  .footer-banner .overlay > img {

    display: none;

  }

  .footer-banner .overlay .container {

    z-index: 9 !important;

    height: 100%;

    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-align: end;

        -ms-flex-align: end;

            align-items: flex-end;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    text-align: end;

  }

  .footer-banner .overlay .container b {

    font-size: 32px;

  }

  .footer-banner .overlay .container p {

    font-size: 15px;

    max-width: 300px;

  }

  footer {

    width: 100%;

    padding: 20px 0;

    background-image: radial-gradient(at center, #4E4E4E, #101010);

  }

  footer .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

  footer .container .col {

    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-align: start;

        -ms-flex-align: start;

            align-items: flex-start;

    margin-top: 20px;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

    padding-right: 0px;

    padding-left: 10px;

    border-right: 0px !important;

  }

  footer .container .col.flex2 {

    -webkit-box-flex: 1.5;

        -ms-flex: 1.5;

            flex: 1.5;

    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-align: start;

        -ms-flex-align: start;

            align-items: flex-start;

    padding-left: 0px;

    max-width: 350px;

  }

  footer .container .col.flex2 .logo {

    margin-bottom: 10px;

    margin-left: 40px;

  }

  footer .container .col.flex2 p {

    color: #fff;

    font-size: 17px;

  }

  footer .container .col .hor-line {

    margin: 16px 0;

  }

  footer .container .col .contacts {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

  }

  footer .container .col .contacts span {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

  }

  footer .container .col .contacts span a {

    color: #fff;

    font-weight: 700;

    font-size: 16px;

  }

  .footer-bottom {

    width: 100%;

    min-height: 40px;

    background-color: #373737;

  }

  .footer-bottom .container {

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

  }

  .footer-bottom .container p {

    color: #fff;

    font-size: 15px;

    font-weight: 700;

  }

  .footer-bottom .container .buttons {

    display: none;

  }

  .top-banner {

    width: 100%;

    min-height: 170px;

    height: auto !important;

    position: relative;

    margin-bottom: 30px;

  }

  .top-banner img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

  .top-banner .overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: -webkit-gradient(linear, left bottom, right top, from(#5443b6e8), to(#2A225Be8));

    background-image: linear-gradient(to top right, #5443b6e8, #2A225Be8);

  }

  .top-banner .overlay .container {

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -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;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

  .top-banner .overlay .container .left {

    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-align: center;

        -ms-flex-align: center;

            align-items: center;

    text-align: center;

  }

  .top-banner .overlay .container .left img {

    width: 40px;

    height: auto;

    margin-right: 0px;

  }

  .top-banner .overlay .container .left .detail b {

    color: #fff;

    font-size: 18px;

  }

  .top-banner .overlay .container .left .detail p {

    color: #fff;

    font-size: 15px;

  }

  .top-banner .overlay .container .right {

    margin-top: 10px;

  }

  .top-banner .overlay .container .right .search-box {

    min-width: 270px;

    height: 34px;

    border-radius: 34px;

    background-color: #F4F7FB;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }

  .top-banner .overlay .container .right .search-box input {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

    border-radius: 34px;

    border: none;

    background-color: transparent;

    text-indent: 20px;

    font-size: 12px;

  }

  .top-banner .overlay .container .right .search-box input::-webkit-input-placeholder {

    color: #B2AFAF;

    font-family: 'Titillium Web';

  }

  .top-banner .overlay .container .right .search-box input:-ms-input-placeholder {

    color: #B2AFAF;

    font-family: 'Titillium Web';

  }

  .top-banner .overlay .container .right .search-box input::-ms-input-placeholder {

    color: #B2AFAF;

    font-family: 'Titillium Web';

  }

  .top-banner .overlay .container .right .search-box input::placeholder {

    color: #B2AFAF;

    font-family: 'Titillium Web';

  }

  .top-banner .overlay .container .right .search-box button {

    position: absolute;

    right: 0px;

    height: 34px;

    top: 0px;

    border-radius: 34px;

    width: 113px;

    background: -webkit-gradient(linear, left top, right top, from(#345a6c), to(#f7ac5c));

    background: linear-gradient(to right, #345a6c, #f7ac5c);

    color: #fff;

    border: none;

    font-size: 12px;

    font-weight: 700;

    cursor: pointer;

  }

}



@media only screen and (max-width: 960px) {

  .main-content .container {

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

        -ms-flex-direction: column-reverse;

            flex-direction: column-reverse;

  }

  .main-content .container .sidebar {

    width: 100%;

  }

  .main-content .container .sidebar .side-banner {

    width: 100%;

    height: 267px;

    overflow: hidden;

    position: relative;

    border-radius: 5px;

  }

  .main-content .container .sidebar .side-banner .img-cont {

    width: 100%;

    height: 100%;

    background-color: #345a6c;

    border-radius: 5px;

  }

  .main-content .container .sidebar .side-banner .img-cont img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

    mix-blend-mode: multiply;

    border-radius: 5px;

  }

  .main-content .container .sidebar .side-banner .overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border-radius: 5px;

    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-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    text-align: center;

    color: #fff;

  }

  .main-content .container .sidebar .side-banner .overlay span {

    font-size: 35px;

    font-weight: 700;

  }

  .main-content .container .sidebar .side-banner .overlay p {

    font-size: 15px;

    font-weight: 700;

  }

  .main-content .container .content {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

    margin-left: 0px;

  }

  .main-content .container .content .content-top {

    width: 100%;

    min-height: 60px;

    height: auto;

    border-radius: 5px;

    background-color: #EAEDF3;

    margin-bottom: 30px;

    padding: 15px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

  .main-content .container .content .content-top .sort {

    margin-top: 10px;

  }

  .product-page {

    margin-bottom: 30px;

  }

  .product-page .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -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;

  }

  .product-page .container .prod-image {

    width: 100%;

    height: auto;

  }

  .product-page .container .prod-details {

    margin-left: 0px;

    margin-top: 20px;

    width: 100%;

  }

  .product-page .container .prod-details .head {

    width: 100%;

    min-height: 50px;

    height: auto;

    border-radius: 5px;

    background-color: #445669;

    color: #fff;

    padding-left: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    font-size: 18px;

    margin-bottom: 11px;

  }

  .product-page .container .prod-details .head span {

    width: 170px;

    min-height: 50px;

    height: 100% !important;

    background-color: #BB680C;

    border-radius: 48px 5px 5px 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    font-size: 15px;

    font-weight: 700;

  }

  .product-page .container .prod-details .prod-features {

    width: 100%;

    background-color: #F9FAFC;

    border-radius: 5px;

    padding: 15px 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

  }

  .product-page .container .prod-details .prod-features .box {

    width: 100%;

    height: 45px;

    border-radius: 5px;

    background-color: #F0F3F8;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    padding: 0 11px;

    margin-bottom: 10px;

    font-size: 15px;

  }

  .product-page .container .prod-details .prod-features .box svg {

    margin-right: 10px;

  }

  .product-page .container .prod-details .prod-features a {

    width: 100%;

    height: 45px;

    border-radius: 5px;

    background-color: #C974B2;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    padding: 0 11px;

    color: #fff;

    font-size: 15px;

    margin-bottom: 10px;

  }

  .product-page .container .prod-details .prod-features a.blue {

    background-color: #3485d794;

  }

  .product-page .container .prod-details .prod-features a svg {

    margin-right: 10px;

  }

  .product-page .container .prod-details .action-buttons {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }

  .product-page .container .prod-details .action-buttons a {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

    height: 52px;

    border-radius: 5px;

    background: -webkit-gradient(linear, left top, right bottom, from(#5443B6), to(#9B8FE1));

    background: linear-gradient(to right bottom, #5443B6, #9B8FE1);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    font-size: 15px;

    font-weight: 700;

    color: #fff;

  }

  .product-page .container .prod-details .action-buttons a img {

    margin-right: 4px;

  }

  .product-page .container .prod-details .action-buttons a:first-child {

    margin-right: 13px;

  }

  .product-page .container .prod-details .action-buttons a:last-child {

    background: -webkit-gradient(linear, left top, right top, from(#345a6c), to(#f7ac5c));

    background: linear-gradient(to right, #345a6c, #f7ac5c);

  }

  .prod-tab-buttons {

    margin-bottom: 30px;

  }

  .prod-tab-buttons .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 60px;

    border-radius: 5px;

    background-color: #EAEDF3;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

    -webkit-overflow-scrolling: touch;

    overflow-x: auto;

  }

  .prod-tab-buttons .container::-webkit-scrollbar {

    display: none;

  }

  .prod-tab-buttons .container a {

    -webkit-box-flex: 0 !important;

        -ms-flex: 0 0 auto !important;

            flex: 0 0 auto !important;

    padding: 0 15px;

    height: 60px;

    font-size: 17px;

    font-weight: 700;

    color: #4E4E4E;

    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-radius: 5px;

    cursor: pointer;

  }

  .prod-tab-buttons .container a.active {

    color: #fff;

    background-color: #9fabb7;

  }

  .prod-tab-buttons .container a:hover {

    color: #fff;

    background-color: #9fabb7;

  }

}



@media only screen and (max-width: 840px) {




  /** 18.07.2022 Düzenleme Başlangıç**/

  .hero-banner {
      margin-top: 35px;
  }
  .hero-banner img {
      height: 255px;
  }
  .product-box .img-box img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 200px !important;
  }
  .product-box .img-box {
      height: 200px;
  }
  .footer-banner .img-cont {
      height: 155px;
  }
  footer .container .col.flex2 {
      display: block;
      max-width: 100%;
      text-align: center;
  }
  footer .container .col .contacts span {
      position: relative;
      justify-content: center;
  }
  footer .container .col {
      align-items: center;
  }
  .footer-bottom .container {
      place-content: center;
      padding: 20px;
      margin-top: -20px;
  }
  .domain-search .container .right-slider {
      text-align: -webkit-center;
  }
  .textwidget {
      text-align: center;
  }
  .mobile-menu {
      width: 320px;
  }
  .mobile-menu ul li a {
      font-weight: 400;
  }
  header .container .header-right {
      display: none;
  }
  header .container .header-left {
      width: 100%;
      display: block;
      text-align: -webkit-center;
  }
  /** 18.07.2022 Düzenleme Bitiş**/
  .product-box {

    width: 48%;

  }

  .specs-section {

    width: 100%;

    margin: 0 0 30px 0;

    padding: 30px 0;

    display: block;

    background-color: #EAEDF3;

  }

  .specs-section .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

  .specs-section .container .left-box {

    width: 100%;

    height: 365px;

  }

  .specs-section .container .left-box .img-box {

    width: 100%;

    height: 224px;

  }

  .specs-section .container .left-box .img-box img {

    border-radius: 10px 10px 0 0;

  }

  .specs-section .container .left-box .bottom {

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-box-align: end;

        -ms-flex-align: end;

            align-items: flex-end;

    height: calc(100% - 224px);

    padding-bottom: 20px;

  }

  .specs-section .container .left-box .bottom .item {

    width: 68px;

    height: 68px;

    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);

            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);

    background-color: #FFFFFF;

    margin-right: 12px;

    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;

  }

  .specs-section .container .left-box .bottom .item:last-child {

    margin-right: 0;

  }

  .specs-section .container .right-box {

    margin-left: 0px;

    margin-top: 30px;

  }

}



@media only screen and (max-width: 840px) {

  .product-box {

    width: 100%;

    margin-left: 0;

    margin-right: 0;

  }

}

/*# sourceMappingURL=style.css.map */


.mobile-menu .menu-logo {
  display: none;
}


#cssmenu > ul > li.has-sub > a:before {
  top: 15px !important;
  right: -10px !important;
}
#cssmenu > ul > li:hover {
  border-bottom: 1px solid #000;;
}
#cssmenu > ul > li > a{
  font-size: 12px !important;
}
#cssmenu > ul > li {
  margin-right: 10px !important;
}
#cssmenu ul li > ul li:hover {
  background-color: #fff;
}



.fa-facebook-square {
  color: #3B5998;
  font-size: 20px;
}
.fa-twitter-square {
  color: #55ACEE;
  font-size: 20px;
}
.fa-whatsapp-square {
  color: #35b430;
  font-size: 20px;
}
.fa-pinterest-square {
  color: #E60023;
  font-size: 20px;
}
.fa-linkedin {
  color: #0072b1;
  font-size: 20px;
}
.social-li {
  padding:5px; 
  margin: 5px; 
  border: 1px 
  solid #ccc;
  list-style: none !important;
}
.social-li:hover {
  opacity: 0.7;
}
.social-a{
  display: flex; 
  line-height: 1.6;
  color: #000;
}



.domain-search .container .search-area .ext-list .ext-item {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 auto;

          flex: 0 0 auto;

}

.d-button-none{
  display: none !important;
}
@media only screen and (max-width: 768px){
  .d-button-none{
    display: block !important;
  }
  .footer-bottom {
    min-height: 140px;
    overflow: hidden;
}
.footer-bottom .container .buttons a {
  margin-right: 20px;
  margin-top: 5px;
}
.footer-bottom .container .buttons {
  width: 100%;
}
.mobile-m{
  height: 0px !important;
    margin-top: -20px;
}
}
@media only screen and (min-width: 1140px) {
    .mobile-menu{
        
        display:none;
    }
}
