@charset "UTF-8";
/* *********************************************************** *\
 *                    Table Of Content                          *
 *                  `````````````````````                       *
 *       1. Font                                                *
 *       2. Reset Code                                          *
 *       3. Public                                              *
 *          3.1. slick-slider                                   *
 *          3.2. modal-video                                    *
 *          3.3. table                                          *
 *          3.4. social                                         *
 *       4. header                                              *
 *       5. newsletter                                          *
 *       6. footer                                              *
 *                                                              *
 *     - Landing Page 1 (Presentation)                          *
 *       7. intro                                               *
 *       8. feature                                             *
 *       9. video                                               *
 *       10. app                                                *
 *       11. model                                              *
 *                                                              *
 *     - Inner Pages                                            *
 *       12. pageHeader                                         *
 *       13. single-page                                        *
 *          13.0. public                                        *
 *                post-password-form                            *
 *          13.1. shop                                          *
 *          13.2. faq                                           *
 *          13.3. err404                                        *
 *          13.4. single-product                                *
 *          13.5. contact                                       *
 *          13.6. singleVideo                                   *
 *       14. posts                                              *
 *       15. filterBox                                          *
 *       16. pageNavigation                                     *
 *       17. archive                                            *
 *          17.1. blog                                          *
 *          17.3. appCategory                                   *
 *          17.4. product                                       *
 *       18. banner                                             *
 *                                                              *
 *     - Landing Page 2 (Pre-Registration)                      *
 *       19. countdownTimer                                     *
 *       20. registerStep                                       *
 *       21. registerForm                                       *
 *                                                              *
 *     - Home v1                                                *
 *       21. topSlider                                          *
 *       22. newestProductsSlider                               *
 *       23. middleProductsSlider                               *
 *       24. blogSlider                                         *
 *       25. randomProducts                                     *
 *                                                              *
 *     - Landing Page 3 (HMS Services)                          *
 *       26. hms-intro                                          *
 *       27. hms-tutorials                                      *
 *       28. hms-apps                                           *
 *       29. hms-videos                                         *
 *       30. hms-faq                                            *
 *       31. hms-quick-call                                     *
 *                                                              *
 *     - Home v2                                                *
 *       32. home2-top-slider                                   *
 *       33. home2-huawei-ecosystem                             *
 *       34. home2-product-slider                               *
 *       35. home2-product-category                             *
 *       36. home2-blog                                         *
 *       37. home2-product                                      *
 *                                                              *
 *       38. typography                                         *
 *                                                              *
 *     - Online shops                                           *
 *       39. online-shop-top-slider                             *
 *       40. online-shop-category                               *
 *       41. online-shop-list                                   *
 *                                                              *
 *                                                              *
\* *********************************************************** */
/* ===================== Variables ==================== */
/* ====================== Mixins ====================== */
/* ==================================================== */
/* ====================== 1. Font ===================== */
/* ==================================================== */
@font-face {
  font-family: "iranyekan";
  font-weight: 300;
  src: url("../fonts/iranyekan/light.eot");
  src: url("../fonts/iranyekan/light.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/light.woff2") format("woff2"), url("../fonts/iranyekan/light.woff") format("woff"), url("../fonts/iranyekan/light.ttf") format("truetype");
}
@font-face {
  font-family: "iranyekan";
  font-weight: normal;
  src: url("../fonts/iranyekan/regular.eot");
  src: url("../fonts/iranyekan/regular.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/regular.woff2") format("woff2"), url("../fonts/iranyekan/regular.woff") format("woff"), url("../fonts/iranyekan/regular.ttf") format("truetype");
}
@font-face {
  font-family: "iranyekan";
  font-weight: 700;
  src: url("../fonts/iranyekan/bold.eot");
  src: url("../fonts/iranyekan/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/bold.woff2") format("woff2"), url("../fonts/iranyekan/bold.woff") format("woff"), url("../fonts/iranyekan/bold.ttf") format("truetype");
}
/* ==================================================== */
/* =================== 2. Reset Coed ================== */
/* ==================================================== */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
  border: none;
  font: inherit;
  vertical-align: baseline;
}

img {
  vertical-align: middle !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}

ol, ul, dl {
  margin-bottom: 0;
}

:focus,
:active {
  outline: none !important;
}

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

input::-ms-clear {
  display: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button {
  -webkit-appearance: button;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
}
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

p:empty {
  display: none;
}

/*
p:last-child,
ul:last-child,
li:last-child {
    margin-bottom: 0
}
*/
/*======================================================================
  3. Public
=======================================================================*/
html {
  overflow-x: hidden;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*======================================================================
   3.1. slick-slider
  =======================================================================*/
  /*======================================================================
  3.2. modal-video
  =======================================================================*/
  /*======================================================================
    3.3. table
  =======================================================================*/
  /*======================================================================
    3.4. social
  =======================================================================*/
}
@media screen and (max-width: 1199.98px) {
  html.noScroll {
    overflow-y: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
html body {
  position: relative;
  overflow: hidden;
  font-family: "iranyekan", "roboto", Arial;
  background-color: #fff;
  color: #5e5e5e;
}
html .animated {
  visibility: hidden;
}
html .mix {
  display: none;
}
html .fancybox-container {
  z-index: 100000;
}
html #livezilla_wm {
  background-color: #e5273f !important;
}
html #livezilla_wm .lz_overlay_wm_icon,
html #livezilla_wm .lz_overlay_wm_icon:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .wrapper {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
html .wrapper.row,
html .wrapper .row {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  html .wrapper {
    width: 84%;
    max-width: 1460px;
  }
}
@media screen and (min-width: 520px) and (max-width: 991.99px) {
  html .wrapper {
    width: 88%;
  }
}
@media screen and (max-width: 519.99px) {
  html .wrapper {
    width: 92%;
  }
}
html #notFound {
  width: 100%;
  font-size: 1.3rem;
}
html a,
html a:focus,
html a:hover {
  text-decoration: none;
  color: #5e5e5e;
}
html *::placeholder {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .hiddenPlaceholder::placeholder {
  color: transparent !important;
  font-size: 0.5rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .transition,
html .transition:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .clearFix::after {
  content: "";
  display: table;
  clear: both;
}
html .block {
  display: block !important;
}
html ::-moz-selection {
  color: #fff;
  background: #c2172d;
}
html ::-webkit-selection {
  color: #fff;
  background: #c2172d;
}
html ::selection {
  color: #fff;
  background: #c2172d;
}
html img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
html .post img::before {
  font-size: 8px;
  line-height: 20px;
  color: #8c8c8c;
  width: 60%;
  max-width: 200px;
  display: inline-block;
}
html .grayImage {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .grayImage:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .Btn {
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .Btn:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html a.Btn {
  display: inline-block;
}
html .btnRed {
  color: #fff !important;
  background-color: #c2172d;
  border-radius: 3px;
}
html .btnRed:hover {
  background-color: #941222;
}
html .slick-slider .slick-prev,
html .slick-slider .slick-next {
  z-index: 1;
}
html .slick-slider .slick-prev::before, html .slick-slider .slick-prev::before,
html .slick-slider .slick-next::before,
html .slick-slider .slick-next::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .slick-slider .slick-prev:hover::before, html .slick-slider .slick-prev:hover::before,
html .slick-slider .slick-next:hover::before,
html .slick-slider .slick-next:hover::before {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .slick-slider .slick-prev {
  left: 60px !important;
  right: unset;
}
@media screen and (max-width: 991.98px) {
  html .slick-slider .slick-prev {
    left: 30px !important;
  }
}
html .slick-slider .slick-prev::before {
  left: 0;
}
html .slick-slider .slick-next {
  right: 60px !important;
  left: unset;
}
@media screen and (max-width: 991.98px) {
  html .slick-slider .slick-next {
    right: 30px !important;
  }
}
html .slick-slider .slick-next::before {
  right: 0;
  transform: scaleX(-1);
}
html .squreArrow .slick-prev,
html .squreArrow .slick-next {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .squreArrow .slick-prev[aria-disabled=true],
html .squreArrow .slick-next[aria-disabled=true] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .squreArrow .slick-prev::before, html .squreArrow .slick-prev::before,
html .squreArrow .slick-next::before,
html .squreArrow .slick-next::before {
  opacity: 0.84;
  background-image: url("../images/arrow.png");
}
html .squreArrow .slick-prev:hover::before, html .squreArrow .slick-prev:hover::before,
html .squreArrow .slick-next:hover::before,
html .squreArrow .slick-next:hover::before {
  opacity: 0.96;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .squreArrow .slick-prev {
  right: 60px !important;
  left: unset !important;
}
html .squreArrow .slick-prev::before {
  right: 0;
  transform: scaleX(-1);
}
html .squreArrow .slick-next {
  left: 60px !important;
  right: unset !important;
}
html .squreArrow .slick-next::before {
  left: 0;
  transform: unset;
}
html .video {
  cursor: pointer;
}
html .video .postImage {
  position: relative;
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
html .modal-video {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out ease-in-out;
  -moz-transition: opacity 0.3s ease-out ease-in-out;
  -o-transition: opacity 0.3s ease-out ease-in-out;
  transition: opacity 0.3s ease-out ease-in-out;
}
html .modal-video .modal-video-body {
  background-color: transparent;
}
html .modal-video .modal-video-inner {
  background-color: transparent;
}
html .modal-video .modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
html .modal-video .modal-video-movie-wrap {
  padding-bottom: 0 !important;
  background-color: transparent;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .modal-video .modal-video-movie-wrap iframe,
html .modal-video .modal-video-movie-wrap video {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}
html .modal-video .modal-video-movie-wrap iframe body,
html .modal-video body:-webkit-full-page-media {
  background: transparent !important;
}
html .modal-video .modal-video-close {
  opacity: 0;
}
html .modal-video .modal-video-close-btn {
  position: absolute;
  z-index: 1000001;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: none;
  background: transparent;
}
html .modal-video .modal-video-close-btn:after {
  content: "×";
  font-family: initial;
  position: absolute;
  top: 10px;
  left: -2px;
  z-index: 1000;
  width: 100%;
  border: none;
  font-size: 2.8rem;
  font-weight: bold;
  color: #9a9a9a;
  cursor: pointer;
}
html .modal-video .modal-video-close-btn:hover:after {
  color: #bdbdbd;
}
html .table {
  width: 100%;
}
html .table .tableTr {
  position: relative;
}
html .table .tableTr .tableTd,
html .table .tableTr .tableTh {
  height: inherit;
}
html .table .tableTr .tableTd .cellBg,
html .table .tableTr .tableTh .cellBg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  align-items: center;
  vertical-align: middle;
  display: inline-flex;
}
html .table .tableTr .tableTd .cellBg span,
html .table .tableTr .tableTh .cellBg span {
  width: 100%;
}
html .table .tableTr .tableTh .cellBg {
  background-color: #710210;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
html .table .tableTr .tableTd {
  cursor: pointer;
}
html .table .tableTr .tableTd .cellBg {
  border: 1px solid transparent;
  color: #868686;
  font-size: 1.18rem;
  transition: border-color 0.3s ease-in-out;
}
html .table .tableTr:nth-child(odd) .tableTd .cellBg {
  background-color: #f2f2f2;
}
html .table .tableTr:nth-child(even) .tableTd .cellBg {
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  html .table {
    display: table;
    text-align: center;
  }
  html .table .tableTr {
    display: table-row;
    height: 1px;
  }
  html .table .tableTr .tableTd,
html .table .tableTr .tableTh {
    display: table-cell;
  }
  html .table .tableTr .tableTd .cellBg,
html .table .tableTr .tableTh .cellBg {
    border-radius: 5px;
  }
  html .table .tableTr .tableTh {
    padding: 3px 3px 30px;
  }
  html .table .tableTr .tableTd {
    padding: 3px;
  }
  html .table .tableTr:hover .tableTd .cellBg {
    border-top-color: #d0b2b6;
    border-bottom-color: #d0b2b6;
    transition: border-color 0.3s ease-in-out;
  }
  html .table .tableTr:hover .tableTd:not(:nth-child(1)):not(:nth-last-child(1)) {
    padding-right: 0;
    padding-left: 0;
  }
  html .table .tableTr:hover .tableTd:not(:nth-child(1)):not(:nth-last-child(1)) .cellBg {
    border-radius: 0;
    padding-right: 18px;
    padding-left: 18px;
  }
  html .table .tableTr:hover .tableTd:nth-child(1) {
    padding-left: 0;
  }
  html .table .tableTr:hover .tableTd:nth-child(1) .cellBg {
    padding-left: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right-color: #d0b2b6;
  }
  html .table .tableTr:hover .tableTd:nth-last-child(1) {
    padding-right: 0;
  }
  html .table .tableTr:hover .tableTd:nth-last-child(1) .cellBg {
    padding-right: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-color: #d0b2b6;
  }
}
@media screen and (max-width: 991.98px) {
  html .table .tableTr .tableTh {
    padding-bottom: 16px;
  }
  html .table .tableTr .tableTd .cellBg,
html .table .tableTr .tableTh .cellBg {
    padding: 18px 12px;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  html .table .tableTr:hover .tableTd:not(:nth-child(1)):not(:nth-last-child(1)) .cellBg {
    padding-right: 15px;
    padding-left: 15px;
  }
  html .table .tableTr:hover .tableTd:nth-child(1) .cellBg {
    padding-left: 15px;
  }
  html .table .tableTr:hover .tableTd:nth-last-child(1) .cellBg {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  html .table .tableTr {
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    transition: border-color 0.3s ease-in-out;
  }
  html .table .tableTr::after {
    content: "";
    display: table;
    clear: both;
  }
  html .table .tableTr:not(:nth-last-child(1)) {
    margin-bottom: 8px;
  }
  html .table .tableTr.tableHead,
html .table .tableTr .tableTh {
    display: none;
  }
  html .table .tableTr .tableTd .cellBg::before {
    content: attr(data-label) ":";
    position: relative;
    display: inline-block;
    min-width: fit-content;
    max-width: 100%;
    margin-left: 10px;
    color: #c2172d;
    font-weight: bold;
    font-size: 1.25rem;
  }
  html .table .tableTr:hover {
    border-color: #d0b2b6;
    transition: border-color 0.3s ease-in-out;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  html .table .tableTr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html .table .tableTr .tableTd {
    float: right;
  }
  html .table .tableTr .tableTd:nth-child(1), html .table .tableTr .tableTd:nth-child(2) {
    width: 50%;
  }
  html .table .tableTr .tableTd:nth-child(1) .cellBg, html .table .tableTr .tableTd:nth-child(2) .cellBg {
    padding-bottom: 10px;
  }
  html .table .tableTr .tableTd:nth-child(3) {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  html .table .tableTr .tableTd:nth-child(3) .cellBg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html .table .tableTr .tableTd:nth-child(4), html .table .tableTr .tableTd:nth-child(5) {
    width: 50%;
  }
  html .table .tableTr .tableTd:nth-child(4) .cellBg, html .table .tableTr .tableTd:nth-child(5) .cellBg {
    padding-top: 10px;
  }
  html .table .tableTr .tableTd:nth-child(1), html .table .tableTr .tableTd:nth-child(4) {
    padding-left: 1px;
  }
  html .table .tableTr .tableTd:nth-child(2), html .table .tableTr .tableTd:nth-child(5) {
    padding-right: 1px;
  }
}
@media screen and (max-width: 575.98px) {
  html .table .tableTr .tableTd {
    width: 100%;
  }
  html .table .tableTr .tableTd:not(:nth-child(1)) {
    padding-top: 2px;
  }
  html .table .tableTr:hover {
    border-color: #d0b2b6;
    transition: border-color 0.3s ease-in-out;
  }
}
html .social li {
  display: inline-block;
}
html .social li a {
  display: inline-block;
}
html .social li a [class*=socialIcon] {
  display: inline-block;
}
html .social li a [class*=socialIcon]::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html .social li a .socialIcon-instagram::before {
  background: url("../images/instagram.svg");
}
html .social li a .socialIcon-linkedin::before {
  background: url("../images/linkedin.svg");
}
html .social li a .socialIcon-telegram::before {
  background: url("../images/telegram.svg");
}
html .social li a .socialIcon-twitter::before {
  background: url("../images/twitter.svg");
}
html .social li:hover a [class*=socialIcon]::before {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  4. header
=======================================================================*/
header#header {
  width: 100%;
  height: 112px;
  padding-right: 15px;
  padding-left: 15px;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header::after {
  content: "";
  display: table;
  clear: both;
}
header#header .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
header#header #menuBtn {
  position: relative;
  margin-left: 20px;
  margin-right: 5px;
  width: 42px;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  header#header #menuBtn {
    display: none;
  }
}
header#header #menuBtn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #menuBtn span:first-child {
  top: 0;
  left: 0;
}
header#header #menuBtn span:nth-child(2) {
  top: 10px;
  left: 0;
  margin: 13px auto;
}
header#header #menuBtn span:last-child {
  top: 20px;
  left: 0;
}
header#header #menuBtn.on span:first-child {
  transform: translateY(15px) rotate(45deg);
}
header#header #menuBtn.on span:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}
header#header #menuBtn.on span:last-child {
  transform: translateY(-15px) rotate(-45deg);
}
header#header #logo,
header#header #topMenu,
header#header #serviceCenter {
  position: relative;
  display: inline-block;
}
header#header a {
  display: inline-block;
}
header#header #logo {
  flex: 0 0 163px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #logo a {
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #logo a img {
  position: relative;
  max-width: 161px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #logo #logoAlt {
  position: absolute;
  top: 50%;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}
header#header #topMenu {
  flex: 1 1 0px;
}
header#header #topMenu > ul {
  float: right;
}
header#header #topMenu > ul li {
  display: inline-block;
  padding: 0 12px;
}
header#header #topMenu > ul li a {
  position: relative;
  color: #979797;
  font-weight: 700;
  padding: 5px 2px;
  font-size: 1rem;
}
header#header #topMenu > ul li a::before {
  content: "";
  z-index: 4;
  position: absolute;
  height: 2px;
  width: 0%;
  background-color: #c2172d;
  bottom: -8px;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li:hover a {
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li:hover a::before {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li.has-sub, header#header #topMenu > ul li.menu-item-has-children {
  position: relative;
}
header#header #topMenu > ul li.has-sub .sub-menu,
header#header #topMenu > ul li.has-sub .sub-menu-container, header#header #topMenu > ul li.menu-item-has-children .sub-menu,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: max-content;
  transform: unset;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li.has-sub .sub-menu li,
header#header #topMenu > ul li.has-sub .sub-menu-container li, header#header #topMenu > ul li.menu-item-has-children .sub-menu li,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li {
  display: block;
  margin-bottom: 3px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li.has-sub .sub-menu li a,
header#header #topMenu > ul li.has-sub .sub-menu-container li a, header#header #topMenu > ul li.menu-item-has-children .sub-menu li a,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li a {
  width: 100%;
  padding: 7px 3px;
  color: #6e6e6e;
  font-weight: 400;
  font-size: 1.07rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li.has-sub .sub-menu li a::before,
header#header #topMenu > ul li.has-sub .sub-menu-container li a::before, header#header #topMenu > ul li.menu-item-has-children .sub-menu li a::before,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li a::before {
  content: unset;
}
header#header #topMenu > ul li.has-sub .sub-menu li a::after,
header#header #topMenu > ul li.has-sub .sub-menu-container li a::after, header#header #topMenu > ul li.menu-item-has-children .sub-menu li a::after,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li a::after {
  content: "";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  opacity: 0.45;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li.has-sub .sub-menu li:hover,
header#header #topMenu > ul li.has-sub .sub-menu-container li:hover, header#header #topMenu > ul li.menu-item-has-children .sub-menu li:hover,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li.has-sub .sub-menu li:hover a,
header#header #topMenu > ul li.has-sub .sub-menu-container li:hover a, header#header #topMenu > ul li.menu-item-has-children .sub-menu li:hover a,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li:hover a {
  border-color: #6e6e6e;
}
header#header #topMenu > ul li.has-sub .sub-menu li:hover a::after,
header#header #topMenu > ul li.has-sub .sub-menu-container li:hover a::after, header#header #topMenu > ul li.menu-item-has-children .sub-menu li:hover a::after,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li:hover a::after {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li.has-sub.open .sub-menu,
header#header #topMenu > ul li.has-sub.open .sub-menu-container, header#header #topMenu > ul li.menu-item-has-children.open .sub-menu,
header#header #topMenu > ul li.menu-item-has-children.open .sub-menu-container {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #topMenu > ul li.has-sub.open .sub-menu li a,
header#header #topMenu > ul li.has-sub.open .sub-menu-container li a, header#header #topMenu > ul li.menu-item-has-children.open .sub-menu li a,
header#header #topMenu > ul li.menu-item-has-children.open .sub-menu-container li a {
  color: #383838;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  header#header #topMenu > ul li.has-sub .sub-menu,
header#header #topMenu > ul li.has-sub .sub-menu-container, header#header #topMenu > ul li.menu-item-has-children .sub-menu,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container {
    top: 24px;
    right: 8px;
    position: absolute;
    padding: 22px 4px 4px;
  }
  header#header #topMenu > ul li.has-sub .sub-menu li,
header#header #topMenu > ul li.has-sub .sub-menu-container li, header#header #topMenu > ul li.menu-item-has-children .sub-menu li,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li {
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    border-radius: 10px;
  }
  header#header #topMenu > ul li.has-sub .sub-menu li a,
header#header #topMenu > ul li.has-sub .sub-menu-container li a, header#header #topMenu > ul li.menu-item-has-children .sub-menu li a,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li a {
    padding-left: 48px;
  }
  header#header #topMenu > ul li.has-sub .sub-menu li a::after,
header#header #topMenu > ul li.has-sub .sub-menu-container li a::after, header#header #topMenu > ul li.menu-item-has-children .sub-menu li a::after,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li a::after {
    left: -2px;
  }
  header#header #topMenu > ul li.has-sub.open .sub-menu,
header#header #topMenu > ul li.has-sub.open .sub-menu-container, header#header #topMenu > ul li.menu-item-has-children.open .sub-menu,
header#header #topMenu > ul li.menu-item-has-children.open .sub-menu-container {
    padding-top: 26px;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container {
    position: absolute;
    top: 28px;
    right: 0;
    display: flex;
    justify-content: space-between;
    height: 200px;
    width: 60vw;
    padding: 7px 0 0 !important;
    overflow: visible;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container::before, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #dddddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 20px 35px 5px rgba(0, 0, 0, 0.14);
    background-color: #fff;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu {
    flex: 0 0 62%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    right: 0;
    padding: 30px;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu li, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu li {
    width: 25%;
    padding: 5px 10px;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu li a, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu li a {
    padding-left: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.05rem;
    opacity: 0.5;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu li a:after, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu li a:after {
    content: unset;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu li a img, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu li a img {
    display: table;
    margin: 0 auto 8px;
    width: 50px;
    filter: grayscale(1);
    opacity: 0.36;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu li:hover a, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu li:hover a {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu li:hover a img, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu li:hover a img {
    filter: unset;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu-description, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu-description {
    position: relative;
    display: flex;
    flex: 0 0 38%;
    align-items: center;
    padding: 30px;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu-description::before, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu-description::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: -10px;
    display: inline-block;
    border-right: 1px solid #cecece;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu-description .title, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu-description .title {
    color: #c2172d;
    font-weight: bold;
    font-size: 1.4rem;
  }
  header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu-description .text, header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu-description .text {
    margin-top: 12px;
    color: #9c9c9c;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1199.98px) {
  header#header #topMenu > ul li.has-sub .sub-menu,
header#header #topMenu > ul li.has-sub .sub-menu-container, header#header #topMenu > ul li.menu-item-has-children .sub-menu,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container {
    position: relative;
    top: 0;
    right: 12px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4px;
    padding-left: 4px;
  }
  header#header #topMenu > ul li.has-sub .sub-menu li a,
header#header #topMenu > ul li.has-sub .sub-menu-container li a, header#header #topMenu > ul li.menu-item-has-children .sub-menu li a,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li a {
    text-align: right;
  }
  header#header #topMenu > ul li.has-sub .sub-menu li a::after,
header#header #topMenu > ul li.has-sub .sub-menu-container li a::after, header#header #topMenu > ul li.menu-item-has-children .sub-menu li a::after,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li a::after {
    top: calc(50% + 1px);
    right: -14px;
  }
  header#header #topMenu > ul li.has-sub .sub-menu li a img,
header#header #topMenu > ul li.has-sub .sub-menu-container li a img, header#header #topMenu > ul li.menu-item-has-children .sub-menu li a img,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container li a img {
    display: none;
  }
  header#header #topMenu > ul li.has-sub .sub-menu .sub-menu-description,
header#header #topMenu > ul li.has-sub .sub-menu-container .sub-menu-description, header#header #topMenu > ul li.menu-item-has-children .sub-menu .sub-menu-description,
header#header #topMenu > ul li.menu-item-has-children .sub-menu-container .sub-menu-description {
    display: none;
  }
  header#header #topMenu > ul li.has-sub.open .sub-menu,
header#header #topMenu > ul li.has-sub.open .sub-menu-container, header#header #topMenu > ul li.menu-item-has-children.open .sub-menu,
header#header #topMenu > ul li.menu-item-has-children.open .sub-menu-container {
    padding-top: 20px;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1200px) {
  header#header #topMenu {
    display: block !important;
  }
}
@media screen and (max-width: 1199.98px) {
  header#header #topMenu {
    display: none;
    position: fixed;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 2;
    padding-top: 140px;
    overflow-y: auto;
  }
  header#header #topMenu.open {
    display: block !important;
  }
  header#header #topMenu > ul {
    float: none;
    text-align: center;
  }
  header#header #topMenu > ul > li {
    display: block !important;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    width: fit-content;
    max-width: 100%;
  }
}
header#header #quick-access {
  display: flex;
  align-items: center;
  order: 4;
  position: relative;
  margin-right: auto;
}
header#header #quick-access #serviceCenter {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #serviceCenter a {
  position: relative;
  display: table;
  width: max-content;
  background-color: #000;
  color: #fff;
  border-radius: 7px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 42px;
  font-size: 0.88rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #serviceCenter a::before {
  content: "";
  background: url("../images/location.png");
  display: inline-block;
  position: relative;
  top: 8px;
  margin-left: 8px;
  width: 18px;
  height: 21px;
}
header#header #quick-access #serviceCenter a:hover {
  background-color: #941222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #magazine {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #magazine a {
  position: relative;
  display: table;
  width: max-content;
  background-color: #c2172d;
  color: #fff;
  border-radius: 7px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 42px;
  font-size: 0.88rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #magazine a::before {
  content: "";
  background: url("../images/mobile.svg");
  display: inline-block;
  position: relative;
  top: 7px;
  margin-left: 8px;
  width: 12px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
}
header#header #quick-access #magazine a:hover {
  background-color: #941222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #search-box {
  width: 42px;
}
header#header #quick-access #search-box #open-modal-search {
  z-index: 2;
  position: relative;
  display: table;
  border-radius: 7px;
  background-color: #ddd;
  width: 42px;
  height: 42px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #search-box #open-modal-search::before {
  content: "";
  background: url("../images/search.svg");
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #search-box #modal-search {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  padding-right: 42px;
  opacity: 0;
  visibility: hidden;
  border-radius: 7px;
  border: 1px solid #979797;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #search-box #modal-search .form {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
header#header #quick-access #search-box #modal-search .form form {
  width: 100%;
  height: 100%;
}
header#header #quick-access #search-box #modal-search .form input {
  width: 100%;
  height: 100%;
  padding: 2px 0 0 42px;
  border: none;
  color: #979797;
  background-color: transparent;
}
header#header #quick-access #search-box #modal-search .form input::placeholder {
  color: #979797;
}
header#header #quick-access #search-box #modal-search .form button {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}
header#header #quick-access #search-box #modal-search .form button::before {
  content: "";
  background: url("../images/search.svg");
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
}
header#header #quick-access #search-box.open #open-modal-search {
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #search-box.open #open-modal-search::before {
  transform: rotateX(180deg);
  background-image: url("../images/close.svg");
  background-size: 12px;
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #search-box.open #modal-search {
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #search-box.open + #magazine, header#header #quick-access #search-box.open + #magazine + #serviceCenter {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header #quick-access #search-box + #magazine,
header#header #quick-access #magazine + #serviceCenter,
header#header #quick-access #search-box + #serviceCenter {
  margin-right: 6px;
}
header#header.fixed {
  height: 86px;
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1399.98px) {
  header#header .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  header#header {
    height: 86px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header#header + * {
    margin-top: 86px;
  }
}
@media screen and (min-width: 1200px) {
  header#header + * {
    margin-top: 112px;
  }
  header#header #topMenu {
    padding-right: 32px;
  }
  header#header #topMenu > ul {
    position: relative;
    max-width: max-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 767.98px) {
  header#header #logo {
    margin-right: auto;
  }
  header#header #quick-access {
    position: absolute;
    left: -500px;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }
  header#header #quick-access #magazine {
    display: none;
  }
  header#header #quick-access.show {
    left: 15px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}

.customize-support header#header {
  top: 32px;
}
@media screen and (max-width: 1199.98px) {
  .customize-support header#header #topMenu {
    padding-top: 170px;
  }
}
@media screen and (max-width: 782px) {
  .customize-support header#header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/*======================================================================
  5. newsletter
=======================================================================*/
#newsletter {
  padding: 120px 50px 100px;
  background-image: url("../images/bg-newsletter.png");
  background-position: center left;
  background-size: cover;
  overflow: hidden;
}
#newsletter .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
#newsletter header {
  margin-bottom: 60px;
  max-width: unset;
}
#newsletter header h2,
#newsletter header p {
  color: #fff;
}
#newsletter header p {
  font-weight: 100;
}
#newsletter form {
  position: relative;
}
@media screen and (min-width: 560px) {
  #newsletter #form p {
    width: 50%;
    float: right;
  }
}
#newsletter #form input,
#newsletter #form button {
  display: inline-block;
  height: 62px;
  padding: 20px 22px;
  margin: 0 2px 10px;
  border-radius: 6px;
  border: none !important;
}
#newsletter #form input[type=text],
#newsletter #form input[type=email] {
  background-color: #fff;
  text-align: right;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#newsletter #form input[type=text]::placeholder,
#newsletter #form input[type=email]::placeholder {
  color: #b7b7b7;
  font-weight: 700;
}
#newsletter #form button,
#newsletter #form input[type=submit],
#newsletter #form input[type=button] {
  background-color: #343434;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#newsletter #form button:hover,
#newsletter #form input[type=submit]:hover,
#newsletter #form input[type=button]:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #1b1b1b;
}
#newsletter #form #info-name {
  width: 100%;
}
@media screen and (min-width: 560px) {
  #newsletter #form #info-name input[type=text] {
    width: calc(100% - 8px);
  }
}
#newsletter #form #info-email {
  width: 100%;
}
@media screen and (min-width: 560px) {
  #newsletter #form #info-email p {
    width: calc(100% - 190px);
  }
}
#newsletter #form #info-email p {
  position: relative;
}
#newsletter #form #info-email p .formErrorContent {
  position: absolute;
  top: 2px;
  left: 10px;
  right: unset;
  min-width: 170px;
  height: 50px;
  padding-top: 7px;
  line-height: 1.5;
  text-align: center;
  border: none;
  border-radius: 7px;
  background: none repeat scroll 0 0 #c60b2c;
}
#newsletter #form #info-email input[type=text],
#newsletter #form #info-email input[type=email] {
  width: 100%;
}
#newsletter #form #info-email input[type=submit],
#newsletter #form #info-email input[type=button] {
  width: 175px;
}
@media screen and (min-width: 560px) {
  #newsletter #form #info-email input[type=submit],
#newsletter #form #info-email input[type=button] {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1399.98px) {
  #newsletter {
    padding: calc(50px + 5vw) calc(10px + 1vw) calc(45px + 4vw);
  }
}
@media screen and (max-width: 559.98px) {
  #newsletter #form input,
#newsletter #form button {
    width: 100% !important;
  }
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent;
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: unset;
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-formContent {
  margin-bottom: 0 !important;
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-fieldRow {
  margin-bottom: 0 !important;
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-fieldRow input {
  border-radius: 6px !important;
  font-family: "iranyekan", "roboto", Arial !important;
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedSubmit button {
  border-radius: 6px !important;
  font-family: "iranyekan", "roboto", Arial !important;
  background-color: #343434 !important;
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedSubmit button:hover {
  background-color: #1b1b1b !important;
}
@media screen and (min-width: 560px) {
  #newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-fieldRow {
    float: right;
    margin: 0 4px;
  }
  #newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-fieldRow:not(:nth-child(3)) {
    width: calc(50% - 8px);
  }
  #newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-fieldRow:nth-child(3) {
    width: calc(100% - 191px);
  }
  #newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedSubmit {
    float: right;
    width: 175px;
    margin-right: 4px;
  }
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-successContent h4,
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #fff;
  text-align: center;
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-successContent p,
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  width: 100%;
  float: none;
  text-align: center;
  color: #fff;
}
#newsletter #form #mlb2-2044712.ml-form-embedContainer .ml-error input {
  background-position-x: 16px !important;
}

/*======================================================================
  6. footer
=======================================================================*/
footer#footer {
  position: relative;
  padding-top: 210px;
  background-color: #343434;
  /*
  #designerLogo {
    @include horizontalMiddleBox();
    bottom: 0;
    width: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    @include transition();

    &:hover {
      background-color: rgba(0, 0, 0, 0.1);
      @include transition();
    }

    a {
      width: 100%;
      display: inline-block;
      height: 100%;
      padding: 13px 15px;

      img {
        width: auto;
      }
    }
  }
  */
}
footer#footer .wrapper > .row {
  width: 100%;
  padding-bottom: 120px;
}
footer#footer a {
  display: inline-block;
}
footer#footer #footerLogo-social #footerLogo {
  padding-top: 20px;
}
footer#footer #footerLogo-social #copyright {
  margin-top: 4px;
}
footer#footer #footerLogo-social .social {
  margin-top: 16px;
}
footer#footer #footerLogo-social .social li {
  display: inline-block;
}
footer#footer #footerLogo-social .social li:not(:nth-last-child(1)) {
  margin-left: 26px;
}
footer#footer #footerLogo-social .social li a [class*=socialIcon]::before {
  width: 30px;
  height: 30px;
  background-size: 100% !important;
  filter: invert(1) grayscale(1);
}
footer#footer #footerLogo-social .social li:hover a [class*=socialIcon]::before {
  filter: unset;
}
footer#footer h3 {
  margin-bottom: 28px;
  font-size: 1.2rem;
  color: #dbdbdb;
}
footer#footer nav ul li {
  margin-bottom: 10px;
}
footer#footer nav ul li a {
  color: #b0b0b0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer#footer nav ul li:hover a {
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer#footer #footerProducts {
  width: 28%;
}
footer#footer #mobileModels {
  width: 44%;
}
@media screen and (min-width: 768px) {
  footer#footer #mobileModels {
    padding-left: calc(20px + 1vw);
  }
  footer#footer #mobileModels ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  footer#footer #mobileModels ul li {
    display: block;
  }
}
footer#footer #footerNav {
  width: 28%;
}
@media screen and (max-width: 1399.98px) {
  footer#footer {
    padding-top: calc(40px + 12vw);
  }
  footer#footer .wrapper > .row {
    padding-bottom: calc(50px + 5vw);
  }
}
@media screen and (max-width: 991.98px) {
  footer#footer #footerLogo-social {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }
  footer#footer #footerLogo-social #footerLogo {
    text-align: center;
  }
  footer#footer #footerLogo-social #social {
    width: max-content;
    margin-right: auto;
    margin-left: auto;
  }
  footer#footer #nav {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  footer#footer #nav {
    display: none;
  }
  footer#footer #footerLogo-social {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479.98px) {
  footer#footer #footerProducts,
footer#footer #mobileModels,
footer#footer #footerNav {
    width: 100%;
    margin-top: 32px;
  }
}

/******************** Landing Page 1  (Presentation) *******************/
/*======================================================================
  7. intro
=======================================================================*/
#intro {
  width: 100%;
  overflow: hidden;
}
#intro::after {
  content: "";
  display: table;
  clear: both;
}
#intro .homeCover {
  height: auto;
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
#intro .wrapper {
  height: 100%;
}
#intro .text {
  text-align: center;
}
#intro .text img {
  margin-bottom: 26px;
  width: auto;
}
#intro .text p {
  color: #000;
  font-weight: 800;
  font-size: 1.35rem;
}
@media screen and (min-width: 767.98px) {
  #intro {
    max-height: 1200px;
  }
  #intro .text {
    position: relative;
    top: calc(50% - 12px);
    transform: translateY(-50%);
    float: left;
    width: 40%;
  }
  #intro .image {
    position: relative;
    float: right;
    height: 100%;
    width: 60%;
    align-items: flex-end;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #intro .text img {
    width: 80%;
  }
  #intro .image {
    margin-top: 54px;
  }
}

/*======================================================================
  section header
=======================================================================*/
header.header {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
header.header h2 {
  font-weight: 800;
  font-size: 2rem;
  color: #6b6b6b;
}
header.header p {
  margin-top: 24px;
  font-size: 1.2rem;
  color: #6b6b6b;
  line-height: 1.6;
}

/*======================================================================
  8. feature
=======================================================================*/
#feature {
  padding-top: 190px;
  padding-bottom: 180px;
  background-image: url("../images/bg-feature.png");
  background-position: center right;
  background-size: cover;
}
#feature header.header {
  margin-bottom: 120px;
}
#feature .features .featureContainer {
  margin-bottom: 74px;
  padding-right: 28px;
  padding-left: 28px;
}
#feature .features .featureContainer .feature {
  position: relative;
  height: 100%;
  padding: 58px 46px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 22px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#feature .features .featureContainer .feature header {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  height: 60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -34px;
}
#feature .features .featureContainer .feature header h3 {
  display: table-cell;
  color: #31cbde;
  font-weight: 800;
  font-size: 1.4rem;
}
#feature .features .featureContainer .feature header img {
  display: table-cell;
  margin-right: 10px;
  width: auto !important;
}
#feature .features .featureContainer .feature .body {
  font-weight: 600;
  line-height: 1.6;
  text-align: justify;
}
#feature .features .featureContainer .feature:hover {
  box-shadow: 0 6px 24px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1399.98px) {
  #feature {
    padding-top: calc(60px + 9vw);
    padding-bottom: calc(30px + 10vw);
  }
  #feature header.header {
    margin-bottom: calc(50px + 5vw);
  }
  #feature .features .featureContainer {
    padding-right: calc(5px + 1.5vw);
    padding-left: calc(5px + 1.5vw);
  }
  #feature .features .featureContainer .feature {
    padding: calc(30px + 1.5vw) calc(25px + 1.5vw);
    border-radius: calc(30px + 1.5vw);
  }
}

/*======================================================================
  9. video
=======================================================================*/
#video {
  margin-top: 100px;
  padding: 0;
}
#video header.header {
  padding-top: 30px;
  margin-bottom: 90px;
}
#video .video {
  position: relative;
  direction: rtl;
  float: left;
}
#video .video a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
#video .video .poster {
  overflow: hidden;
}
#video .video .poster img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#video .video .caption {
  padding: 26px 40px;
  position: absolute;
  width: 100%;
  background-color: rgba(162, 19, 38, 0.65);
  color: #fff;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#video .video .caption h3 {
  font-size: 1.38rem;
  margin-bottom: 6px;
}
#video .video .caption p {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 0.9rem;
  line-height: 1.6;
}
#video .video:hover .poster img {
  transform: scale(1.1) rotate(-3deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#video .video:hover .caption {
  background-color: rgba(162, 19, 38, 0.94);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#video #videoSlider {
  direction: ltr;
}
#video #videoSlider .slick-slide {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#video #videoSlider .slick-slide > div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#video #videoSlider .slick-prev,
#video #videoSlider .slick-next {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#video #videoSlider .slick-prev[aria-disabled=true],
#video #videoSlider .slick-next[aria-disabled=true] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#video #videoSlider .slick-prev::before, #video #videoSlider .slick-prev::before,
#video #videoSlider .slick-next::before,
#video #videoSlider .slick-next::before {
  opacity: 0.84;
  background-image: url("../images/arrow.png");
}
#video #videoSlider .slick-prev:hover::before, #video #videoSlider .slick-prev:hover::before,
#video #videoSlider .slick-next:hover::before,
#video #videoSlider .slick-next:hover::before {
  opacity: 0.96;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#video #videoSlider .slick-prev {
  right: 60px !important;
  left: unset !important;
}
#video #videoSlider .slick-prev::before {
  right: 0;
  transform: scaleX(-1);
}
#video #videoSlider .slick-next {
  left: 60px !important;
  right: unset !important;
}
#video #videoSlider .slick-next::before {
  left: 0;
  transform: unset;
}
@media screen and (max-width: 1399.98px) {
  #video {
    margin-top: calc(45px + 4vw);
  }
  #video header.header {
    margin-bottom: calc(60px + 2vw);
  }
  #video .video .caption {
    padding: calc(14px + 1vw) calc(18px + 1.5vw);
  }
}

/*
     Author: Fatemeh Shaki [fatemeh.shaki@gmail.com]
*/
body.noscrool {
  overflow: hidden;
}

.fsModalVideo video {
  display: none;
}

#FsModalVideo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 16px;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.9);
}
#FsModalVideo #FsVideContainer {
  position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
}
#FsModalVideo #FsVideContainer video {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  transform: translateY(-50%);
}
#FsModalVideo #FsClose {
  position: absolute;
  right: 12px;
  top: 0;
  display: inline-block;
  border: none;
  color: #f3f3f3;
  font-size: 48px;
  cursor: pointer;
}

/*======================================================================
  10. app
=======================================================================*/
#app {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: url("../images/bg-app.png");
  background-position: center right;
  background-size: cover;
}
#app header.header {
  margin-bottom: 80px;
}
#app #stores {
  position: relative;
  margin-bottom: 80px;
  padding: 58px 46px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.12);
}
#app #stores .text h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 14px;
}
#app #stores .text p {
  font-size: 1.2rem;
  text-align: justify;
}
#app #stores .stores .store {
  padding: 20px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#app #stores .stores .store .storeBox {
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  overflow: hidden;
}
#app #stores .stores .store .storeBox a {
  display: inline-block;
  width: 100%;
}
#app #stores .stores .store:hover {
  transform: scale(1.1);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#app #moreApp {
  position: relative;
  display: table;
  margin: 80px auto 0;
  padding-right: 60px;
  max-width: 390px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 1.65rem;
  font-weight: 700;
  text-align: center;
  color: transparent;
  background-color: #c2172d;
  border-radius: 100px;
}
#app #moreApp::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  width: 100px;
  background-image: url("../images/app-gallery.png");
  background-color: #ab0f28;
  background-repeat: no-repeat;
  background-position: right 38px center;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#app #moreApp::after {
  content: attr(date-text);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  width: calc(100% - 100px);
  padding-left: 36px;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#app #moreApp:hover::before {
  width: 100%;
  background-color: #ab0f28;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1399.98px) {
  #app {
    padding-top: calc(40px + 10.7vw);
  }
  #app header.header {
    margin-bottom: calc(52px + 2vw);
  }
  #app #stores {
    margin-bottom: calc(50px + 2vw);
    padding: calc(22px + 2.6vw) calc(10px + 2.6vw);
  }
  #app #moreApp {
    margin-top: calc(40px + 3vw);
  }
}
@media screen and (min-width: 992px) {
  #app #stores .text::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 10px;
    background-color: #dbdbdb;
  }
  #app #stores .stores {
    padding-right: 60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #app #stores .stores .store .storeBox {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #app #stores .stores {
    padding-right: 80px;
  }
}
@media screen and (max-width: 991.98px) {
  #app #stores .stores {
    margin-top: calc(20px + 2vw);
  }
}
@media screen and (max-width: 991.98px) {
  #app #stores .stores .store {
    padding: 10px;
  }
}
@media screen and (max-width: 580px) {
  #app #stores .stores .store .storeBox {
    border-radius: 20px;
  }
}
@media screen and (max-width: 419.98px) {
  #app #stores .stores .store {
    width: 100%;
    max-width: 160px;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

#apps {
  margin-left: -15px;
  margin-right: -15px;
}
#apps .app {
  position: relative;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#apps .app a {
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#apps .app a figure {
  width: 100%;
}
#apps .app a .imgBox {
  position: relative;
  width: 100%;
}
#apps .app a .imgBox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#apps .app a .imgBox img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#apps .app figcaption {
  font-weight: 700;
  margin-top: 16px;
  font-size: 1.1rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#apps .app:hover {
  transform: translateY(-2px);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#apps .app:hover figcaption {
  color: #c2172d;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 279.98px) {
  #apps .app {
    width: 100%;
  }
  #apps .app img {
    max-width: 100px;
  }
}
@media screen and (min-width: 280px) and (max-width: 419.98px) {
  #apps .app {
    width: 50%;
  }
  #apps .app img {
    max-width: 100px;
  }
}
@media screen and (min-width: 420px) and (max-width: 519.98px) {
  #apps .app {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 520px) and (max-width: 639.98px) {
  #apps .app {
    width: 25%;
  }
}
@media screen and (min-width: 640px) and (max-width: 819.98px) {
  #apps .app {
    width: 20%;
  }
}
@media screen and (min-width: 820px) and (max-width: 1039.98px) {
  #apps .app {
    width: calc(100% / 6);
  }
}
@media screen and (min-width: 1040px) and (max-width: 1299.98px) {
  #apps .app {
    width: calc(100% / 7);
  }
}
@media screen and (min-width: 1300px) and (max-width: 1599.98px) {
  #apps .app {
    width: 12.5%;
  }
}
@media screen and (min-width: 1600px) {
  #apps .app {
    width: 10%;
  }
}

/*======================================================================
  11. model
=======================================================================*/
#model {
  padding-top: 110px;
  padding-bottom: 190px;
}
#model header.header {
  margin-bottom: 110px;
}
#model #modelSlider {
  direction: ltr;
}
#model #modelSlider .slick-track {
  display: flex;
}
#model #modelSlider .slick-track .slick-slide {
  height: auto;
}
#model #modelSlider .slick-track .slick-slide > div {
  height: 100%;
}
#model #modelSlider .slick-track .slick-slide > div .model {
  height: 100%;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
}
#model #modelSlider .slick-track .slick-slide > div .model figcaption {
  min-height: 42px;
}
#model #modelSlider .model {
  text-align: center;
  width: 100%;
  padding: 10% 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#model #modelSlider .model a {
  display: inline-block;
  width: 100%;
}
#model #modelSlider .model figcaption {
  direction: rtl;
  width: 100%;
  font-weight: 700;
  margin-top: 20px;
  font-size: 1.14rem;
}
#model #modelSlider .model:hover {
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 460px) {
  #model #modelSlider .model {
    padding-right: 15%;
    padding-left: 15%;
  }
}
#model #modelSlider .slick-prev,
#model #modelSlider .slick-next {
  width: 34px;
  height: 34px;
}
#model #modelSlider .slick-prev::before, #model #modelSlider .slick-prev::before,
#model #modelSlider .slick-next::before,
#model #modelSlider .slick-next::before {
  opacity: 0.4;
  background-image: url("../images/arrow.svg");
}
#model #modelSlider .slick-prev:hover::before, #model #modelSlider .slick-prev:hover::before,
#model #modelSlider .slick-next:hover::before,
#model #modelSlider .slick-next:hover::before {
  opacity: 0.8;
}
#model #modelSlider .slick-prev {
  left: -50px !important;
}
#model #modelSlider .slick-next {
  right: -50px !important;
}
@media screen and (max-width: 1399.98px) {
  #model {
    padding-top: calc(50px + 4vw);
    padding-bottom: calc(70px + 9vw);
  }
  #model header.header {
    margin-bottom: calc(30px + 4vw);
  }
  #model #modelSlider .slick-prev {
    left: calc(-20px - 1.5vw) !important;
  }
  #model #modelSlider .slick-next {
    right: calc(-20px - 1.5vw) !important;
  }
}
@media screen and (max-width: 460px) {
  #model #modelSlider .slick-prev {
    left: -15 !important;
  }
  #model #modelSlider .slick-next {
    right: -15 !important;
  }
}

section[id*=hms-] + #model {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199.98px) {
  section[id*=hms-] + #model {
    padding-top: calc(30px + 4vw);
    padding-bottom: calc(30px + 4vw);
  }
}
section[id*=hms-] + #model .header {
  margin-bottom: 65px;
}
section[id*=hms-] + #model .header h2 {
  font-size: 2.5rem;
  color: #565656;
}
@media screen and (max-width: 1199.98px) {
  section[id*=hms-] + #model .header {
    margin-bottom: calc(40px + 1vw);
  }
  section[id*=hms-] + #model .header h2 {
    font-size: calc(1.4rem + 1vw);
  }
}

/******************** Inner Pages *******************/
/*======================================================================
  12. pageHeader
=======================================================================*/
#pageHeader header h1 {
  font-weight: 800;
  font-size: 3rem;
  color: #6b6b6b;
}
#pageHeader header p {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#pageHeader #breadCrumbs {
  margin-bottom: 100px;
}
#pageHeader #breadCrumbs h2 {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 1.4rem;
  color: #9b9b9b;
}
#pageHeader #breadCrumbs h2 a {
  color: #9b9b9b;
}
#pageHeader #breadCrumbs h2::after {
  content: ">";
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 1.3rem;
}
#pageHeader #breadCrumbs h1 {
  display: inline-block;
  font-size: 2.7rem;
}
@media screen and (max-width: 1399.98px) {
  #pageHeader #breadCrumbs {
    margin-bottom: calc(45px + 4vw);
  }
}

/*======================================================================
  13. single-page
=======================================================================*/
.single {
  padding-top: 100px;
  padding-bottom: 180px;
  min-height: 60vh;
  /*======================================================================
    13.0. public
  =======================================================================*/
  /*======================================================================
    13.1 shop
  =======================================================================*/
  /*======================================================================
    13.2. faq
  =======================================================================*/
  /*======================================================================
    13.3. err404
  =======================================================================*/
  /*======================================================================
    13.4. single-product
  =======================================================================*/
  /*======================================================================
    13.5. contact
  =======================================================================*/
  /*======================================================================
    13.6. singleVideo
  =======================================================================*/
}
@media screen and (max-width: 1399.98px) {
  .single {
    padding-top: calc(45px + 4vw);
    padding-bottom: calc(30px + 10vw);
  }
}
.single.public {
  /*======================================================================
    post-password-form
  =======================================================================*/
}
.single.public #pageHeader header {
  text-align: center;
}
.single.public #pageHeader header h1 {
  font-size: 2.4rem;
}
.single.public #postImage {
  position: relative;
  display: table;
  margin: 48px auto 0;
  max-width: 70%;
}
.single.public #postImage #postDate {
  left: 42px;
  position: absolute;
  bottom: 0;
  color: #31cbde;
  background-color: #fff;
  padding: 8px 12px 4px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 1.1rem;
}
.single.public #content {
  margin-top: 48px;
  text-align: justify;
  font-size: 1.15rem;
  line-height: 1.7;
}
.single.public #content h2 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.single.public #content h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 1.4rem;
}
.single.public #content strong {
  font-weight: bold;
}
.single.public #content p {
  margin-bottom: 8px;
}
.single.public #content a {
  border-bottom: 1px dashed #c2172d;
  color: #c2172d;
}
.single.public #content ul,
.single.public #content ol {
  list-style: initial;
  margin-top: 14px;
  margin-bottom: 22px;
  padding-right: 20px;
}
.single.public #content ol {
  list-style: persian;
}
.single.public #content img {
  width: auto;
  display: table;
  margin: 12px auto 16px;
}
.single.public .post-password-form [type=password] {
  height: 36px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #e4e4e4;
  text-align: center;
}
.single.public .post-password-form [type=submit] {
  height: 36px;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
}
.single#shop #pageHeader header {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  text-align: center;
}
.single#shop #filterBox {
  padding: 20px 3px 10px;
}
.single#shop #filterBox .controls {
  max-width: 326px;
  padding-right: 66px;
  border-radius: 4px;
}
.single#shop #filterBox .controls::after {
  content: unset;
}
.single#shop #filterBox .controls .settings {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 5px;
  background-color: #939393;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.08);
}
.single#shop #filterBox .controls .settings::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons-tab.png");
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center 7px;
  background-size: auto;
  filter: invert(1);
}
.single#shop #filterBox .controls .arrow {
  left: 19px;
  top: 19px;
}
.single#shop #filterBox .controls #filterSelect {
  height: 54px;
  border-radius: 4px;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.08);
  color: #cab2b4;
  font-size: 1.2rem;
}
.single#shop .tableTr {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#shop .tableTr.hidden {
  display: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#shop .tableTr .tableTh:nth-child(4),
.single#shop .tableTr .tableTd:nth-child(4) {
  display: none;
}
@media screen and (max-width: 767.98px) and (min-width: 576px) {
  .single#shop .tableTr .tableTd:nth-child(5) {
    width: 100%;
    padding-right: 0;
  }
}
.single#faq {
  background-image: url("../images/bg-feature.png");
  background-position: center right;
  background-size: cover;
  background-attachment: fixed;
}
.single#faq #pageHeader header {
  position: relative;
  margin-bottom: 120px;
  text-align: justify;
}
@media screen and (min-width: 576px) {
  .single#faq #pageHeader header {
    padding-left: 25vw;
  }
  .single#faq #pageHeader header::after {
    content: "";
    background-image: url("../images/faq.png");
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: calc(25vw - 40px);
    max-width: 260px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1920px) {
  .single#faq #pageHeader header {
    padding-left: 450px;
  }
}
.single#faq #content > * {
  padding-right: 0;
  padding-left: 0;
}
.single#faq #content .nav-tabs {
  font-size: 1.4rem;
  font-weight: bold;
}
.single#faq #content .tab-content .tab-pane .accordion .cart {
  padding: 4px 36px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.08);
}
.single#faq #content .tab-content .tab-pane .accordion .cart:not(:nth-last-child(1)) {
  margin-bottom: 32px;
}
.single#faq #content .tab-content .tab-pane .accordion .cart .cartHeader h2 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}
.single#faq #content .tab-content .tab-pane .accordion .cart .cartHeader h2::after {
  content: "";
  background-image: url("../images/arrow.svg");
  position: absolute;
  left: -5px;
  top: 24px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  opacity: 0.45;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#faq #content .tab-content .tab-pane .accordion .cart .cartHeader h2:not(.collapsed)::after {
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#faq #content .tab-content .tab-pane .accordion .cart .cartContent {
  margin-top: 30px;
  padding: 10px 10px 36px;
  text-align: justify;
  font-size: 1.18rem;
  line-height: 1.8;
  color: #6b6b6b;
}
@media screen and (max-width: 767.98px) {
  .single#faq #content .tab-content .tab-pane .accordion .cart {
    padding-right: 26px;
    padding-left: 26px;
  }
  .single#faq #content .tab-content .tab-pane .accordion .cart .cartContent {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .single#faq #content .nav-tabs {
    margin-bottom: 48px;
    padding-bottom: 20px;
    border-color: #a8a8a8;
    text-align: center;
    display: table;
  }
  .single#faq #content .nav-tabs li.nav-item {
    margin: 2px;
    max-width: max-content;
    display: inline-block;
  }
  .single#faq #content .nav-tabs li.nav-item a {
    display: inline-block;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .single#faq #content .nav-tabs li.nav-item a:hover {
    border-color: #c2172d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .single#faq #content .nav-tabs li.nav-item a.active {
    border-color: #c2172d;
    color: #c2172d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .single#faq #content .nav-tabs {
    border-bottom: none;
    border-right: 2px solid #a8a8a8;
    padding-right: 20px;
  }
  .single#faq #content .nav-tabs li.nav-item {
    display: block;
    width: 100%;
  }
  .single#faq #content .nav-tabs li.nav-item:not(:nth-last-child(1)) {
    margin-bottom: 22px;
  }
  .single#faq #content .nav-tabs li.nav-item a {
    position: relative;
  }
  .single#faq #content .nav-tabs li.nav-item a::before {
    content: "";
    border: 1px solid transparent;
    position: absolute;
    right: -22px;
    top: 50%;
    height: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .single#faq #content .nav-tabs li.nav-item a.active::before, .single#faq #content .nav-tabs li.nav-item a:hover::before {
    top: 0;
    height: 100%;
    border-color: #c2172d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.single#err404 a {
  position: relative;
  top: 26px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  color: #c2172d;
}
.single#err404 a:hover {
  color: #5e5e5e;
}
.single#product {
  background-image: url(../images/bg-product.png);
  background-position: top center;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position-x: -50px;
  background-position-y: -5vw;
  background-color: #f6f6f6;
}
.single#product #pageHeader #breadCrumbs {
  padding-bottom: 8px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 1.1rem;
}
.single#product #pageHeader #breadCrumbs span {
  display: inline-block;
  color: #999999;
}
.single#product #pageHeader #breadCrumbs span:not(:nth-last-child(1))::after {
  content: "»";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 7px;
  margin-left: 2px;
  color: #999999;
}
.single#product #pageHeader #breadCrumbs span a {
  color: #999999;
  display: inline-block;
}
.single#product #pageHeader header {
  margin-bottom: 50px;
}
.single#product #pageHeader header .title {
  display: block;
  color: #c2172d;
  font-size: 3.6rem;
  font-weight: 600;
}
.single#product #pageHeader header .subTitle {
  display: block;
  margin-top: 18px;
  color: #bebebe;
  font-weight: 100;
  font-size: 1.6rem;
}
.single#product #pageHeader #productInfo {
  padding-bottom: 30px;
}
.single#product #pageHeader #productInfo #slider {
  min-height: 220px;
}
.single#product #pageHeader #productInfo #productSlider {
  direction: ltr;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}
.single#product #pageHeader #productInfo #productSlider img {
  margin-right: auto;
  margin-left: auto;
  height: auto;
  width: auto;
  max-height: 100%;
}
.single#product #pageHeader #productInfo #productSlider .slick-list {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.single#product #pageHeader #productInfo #productSlider .slick-prev,
.single#product #pageHeader #productInfo #productSlider .slick-next {
  width: 30px;
  height: 30px;
}
.single#product #pageHeader #productInfo #productSlider .slick-prev::before, .single#product #pageHeader #productInfo #productSlider .slick-prev::before,
.single#product #pageHeader #productInfo #productSlider .slick-next::before,
.single#product #pageHeader #productInfo #productSlider .slick-next::before {
  opacity: 0.35;
  background-image: url("../images/arrow.svg");
}
.single#product #pageHeader #productInfo #productSlider .slick-prev:hover::before, .single#product #pageHeader #productInfo #productSlider .slick-prev:hover::before,
.single#product #pageHeader #productInfo #productSlider .slick-next:hover::before,
.single#product #pageHeader #productInfo #productSlider .slick-next:hover::before {
  opacity: 0.8;
}
.single#product #pageHeader #productInfo #productSlider .slick-prev {
  left: 0 !important;
}
.single#product #pageHeader #productInfo #productSlider .slick-next {
  right: 0 !important;
}
.single#product #pageHeader #productInfo #info ul {
  width: 100%;
}
.single#product #pageHeader #productInfo #info ul li {
  position: relative;
  padding: 18px 80px 18px 10px;
}
.single#product #pageHeader #productInfo #info ul li:not(:nth-last-child(1)) {
  border-bottom: 1px solid #dedede;
}
.single#product #pageHeader #productInfo #info ul li .icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
  background-color: #fff;
}
.single#product #pageHeader #productInfo #info ul li .title {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  color: #747474;
}
.single#product #pageHeader #productInfo #info ul li .sub {
  display: block;
  color: #afafaf;
  font-size: 1.34rem;
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .single#product #pageHeader header h1 {
    padding-right: 80px;
    margin-right: auto;
  }
  .single#product #pageHeader #productInfo #slider {
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .single#product #pageHeader #productInfo #slider #productSlider {
    top: 0;
    right: 0;
    margin-top: -126px;
    width: 100%;
    max-height: calc(100% + 116px);
  }
  .single#product #pageHeader #productInfo #slider #productSlider * {
    max-height: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1639.98px) {
  .single#product #pageHeader #productInfo #slider #productSlider {
    margin-top: -8vw;
    max-height: calc(100% + 8vw - 10px);
  }
}
@media screen and (min-width: 992px) {
  .single#product #pageHeader #productInfo #info {
    padding-right: 80px;
  }
  .single#product #pageHeader #productInfo #info ul {
    display: inline-block;
    min-width: 360px;
  }
}
@media screen and (max-width: 991.98px) {
  .single#product #pageHeader #productInfo #slider #productSlider {
    max-width: 600px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .single#product #pageHeader #productInfo #slider #productSlider * {
    max-height: 100%;
  }
  .single#product #pageHeader #productInfo #info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 680px) {
  .single#product #pageHeader #productInfo #info ul li {
    float: right;
    width: 50%;
  }
  .single#product #pageHeader #productInfo #info ul li:nth-child(3) {
    border: none;
  }
}
.single#product #content {
  padding-top: 40px;
  border-top: 1px solid #c2c2c2;
}
.single#product #content > * {
  padding-right: 0;
  padding-left: 0;
}
.single#product #content .nav-tabs {
  margin-bottom: 110px;
  border-radius: 14px;
  border: none;
}
.single#product #content .nav-tabs .nav-item {
  position: relative;
  padding-bottom: 1px;
}
.single#product #content .nav-tabs .nav-item a {
  display: inline-block;
  width: 100%;
  border-radius: 14px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .nav-tabs .nav-item a::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons-tab.png");
  position: relative;
  top: 14px;
  margin-top: -19px;
  margin-left: 12px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: rgba(0, 0, 0, 0.15);
  filter: invert(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .nav-tabs .nav-item a:hover {
  background-color: rgba(194, 23, 45, 0.35);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .nav-tabs .nav-item a.active {
  position: relative;
  z-index: 2;
  background-color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .nav-tabs .nav-item a.active::before {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .nav-tabs .nav-item.features a::before {
  background-position-y: 0;
}
.single#product #content .nav-tabs .nav-item.excerpt a::before {
  background-position-y: -40px;
}
.single#product #content .nav-tabs .nav-item.images a::before {
  background-position-y: -80px;
}
.single#product #content .nav-tabs .nav-item.price a::before {
  background-position-y: -120px;
}
@media screen and (min-width: 1200px) {
  .single#product #content .nav-tabs {
    width: 100%;
  }
  .single#product #content .nav-tabs .nav-item {
    width: 25%;
  }
  .single#product #content .nav-tabs .nav-item a {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single#product #content .nav-tabs .nav-item a {
    padding: 20px 26px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .single#product #content .nav-tabs {
    background-color: #b9b9b9;
  }
  .single#product #content .nav-tabs .nav-item:not(:nth-last-child(1)) a:not(.active)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1px;
    width: 1px;
    height: 40px;
    background-color: #fff;
    opacity: 0.3;
  }
}
@media screen and (min-width: 520px) and (max-width: 991.98px) {
  .single#product #content .nav-tabs .nav-item0 {
    width: 50%;
  }
  .single#product #content .nav-tabs .nav-item0:not(:nth-last-child(1)) a:not(.active)::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
  }
}
@media screen and (max-width: 991.98px) {
  .single#product #content .nav-tabs {
    margin-right: -2px;
    margin-left: -2px;
  }
  .single#product #content .nav-tabs .nav-item {
    margin: 2px;
    border-radius: 14px;
    background-color: #b9b9b9;
  }
  .single#product #content .nav-tabs .nav-item a {
    padding: 20px 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .single#product #content .nav-tabs .nav-item {
    width: calc(50% - 4px);
  }
  .single#product #content .nav-tabs .nav-item a {
    padding: 16px 30px;
    font-size: 1.2rem;
  }
  .single#product #content .nav-tabs .nav-item a::before {
    top: 11px;
    margin-top: -19px;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .single#product #content .nav-tabs .nav-item.features a::before {
    background-position-y: 0;
  }
  .single#product #content .nav-tabs .nav-item.excerpt a::before {
    background-position-y: -30px;
  }
  .single#product #content .nav-tabs .nav-item.images a::before {
    background-position-y: -60px;
  }
  .single#product #content .nav-tabs .nav-item.price a::before {
    background-position-y: -90px;
  }
}
@media screen and (max-width: 460px) {
  .single#product #content .nav-tabs .nav-item {
    width: 100%;
  }
}
.single#product #content .tab-content {
  width: 100%;
}
.single#product #content .tab-content #features ul li {
  margin-bottom: 6px;
}
.single#product #content .tab-content #features ul li.catTitle {
  margin-top: 28px;
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #959595;
  color: #fff;
  font-weight: bold;
  font-size: 1.45rem;
}
.single#product #content .tab-content #features ul li .title {
  color: #666666;
  font-weight: bold;
  font-size: 1.35rem;
}
.single#product #content .tab-content #features ul li .value {
  color: #adadad;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .single#product #content .tab-content #features ul li {
    display: table;
    width: calc(100% - 15px);
  }
  .single#product #content .tab-content #features ul li .title,
.single#product #content .tab-content #features ul li .value {
    display: table-cell;
    vertical-align: top;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #fff;
    border-collapse: separate;
  }
  .single#product #content .tab-content #features ul li .title {
    width: 260px;
  }
  .single#product #content .tab-content #features ul li .value {
    position: relative;
    right: 15px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .single#product #content .tab-content #features ul li {
    padding-top: 8px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
  }
  .single#product #content .tab-content #features ul li.catTitle {
    padding-right: 20px;
    padding-left: 20px;
  }
  .single#product #content .tab-content #features ul li .title,
.single#product #content .tab-content #features ul li .value {
    padding: 12px 20px;
  }
  .single#product #content .tab-content #features ul li .title {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 16px;
  }
  .single#product #content .tab-content #features ul li .value {
    font-size: 1.2rem;
  }
}
.single#product #content .tab-content #excerpt {
  padding: 40px 30px 50px;
  border-radius: 10px;
  background-color: #fff;
  color: #666666;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.8;
}
.single#product #content .tab-content #excerpt h2 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.single#product #content .tab-content #excerpt h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 1.4rem;
}
.single#product #content .tab-content #excerpt strong {
  font-weight: bold;
}
.single#product #content .tab-content #excerpt p {
  margin-bottom: 8px;
}
.single#product #content .tab-content #excerpt a {
  border-bottom: 1px dashed #c2172d;
  color: #c2172d;
}
.single#product #content .tab-content #excerpt ul,
.single#product #content .tab-content #excerpt ol {
  list-style: initial;
  margin-top: 14px;
  margin-bottom: 22px;
  padding-right: 20px;
}
.single#product #content .tab-content #excerpt ol {
  list-style: persian;
}
.single#product #content .tab-content #excerpt img {
  width: auto;
  display: table;
  margin: 12px auto 16px;
}
.single#product #content .tab-content #images .lightBoxGallery {
  margin-right: -10px;
  margin-left: -10px;
}
.single#product #content .tab-content #images .lightBoxGallery figure {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.single#product #content .tab-content #images .lightBoxGallery figure::after {
  content: "";
  display: table;
  clear: both;
}
.single#product #content .tab-content #images .lightBoxGallery figure a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .tab-content #images .lightBoxGallery figure a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single#product #content .tab-content #images .lightBoxGallery figure a img {
  position: absolute;
}
.single#product #content .tab-content #images .lightBoxGallery figure a .image {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 80%;
  height: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single#product #content .tab-content #images .lightBoxGallery figure a:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 28px 0px rgba(95, 35, 35, 0.18);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .tab-content #price ul li {
  margin-bottom: 20px;
}
.single#product #content .tab-content #price ul li .store {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .tab-content #price ul li .store::after {
  content: "";
  display: table;
  clear: both;
}
.single#product #content .tab-content #price ul li .store a {
  display: table;
  width: 100%;
  float: right;
}
.single#product #content .tab-content #price ul li .store .image span,
.single#product #content .tab-content #price ul li .store .title span,
.single#product #content .tab-content #price ul li .store .description span,
.single#product #content .tab-content #price ul li .store .price span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.single#product #content .tab-content #price ul li .store .image span {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.single#product #content .tab-content #price ul li .store .title {
  width: 160px;
  font-weight: bold;
  font-size: 1.25rem;
  color: #474747;
}
.single#product #content .tab-content #price ul li .store .description {
  min-width: calc(100% - 600px);
  font-size: 1.25rem;
  color: #737373;
}
.single#product #content .tab-content #price ul li .store .description > div {
  position: relative;
  padding-right: 15px;
}
.single#product #content .tab-content #price ul li .store .description > div::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #c2172d;
}
.single#product #content .tab-content #price ul li .store .price {
  width: 270px;
}
@media screen and (min-width: 1200px) {
  .single#product #content .tab-content #price ul li .store .price {
    padding-left: 40px;
  }
}
.single#product #content .tab-content #price ul li .store .price span {
  background-color: #e7e7e7;
  text-align: center;
  color: #c2172d;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .tab-content #price ul li .store:hover {
  box-shadow: 0px 8px 28px 0px rgba(95, 35, 35, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#product #content .tab-content #price ul li .store:hover .price span {
  background-color: #c2172d;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .single#product #content .tab-content #price ul li .store {
    display: table;
  }
  .single#product #content .tab-content #price ul li .store .image,
.single#product #content .tab-content #price ul li .store .title,
.single#product #content .tab-content #price ul li .store .description,
.single#product #content .tab-content #price ul li .store .price {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
  }
  .single#product #content .tab-content #price ul li .store .image span,
.single#product #content .tab-content #price ul li .store .title span,
.single#product #content .tab-content #price ul li .store .description span,
.single#product #content .tab-content #price ul li .store .price span {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .single#product #content .tab-content #price ul li .store .image {
    width: 170px;
  }
  .single#product #content .tab-content #price ul li .store .tile {
    width: 160px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .single#product #content .tab-content #price ul li .store {
    display: table;
    padding: 20px;
  }
  .single#product #content .tab-content #price ul li .store .image {
    display: table-cell;
    width: 130px;
  }
  .single#product #content .tab-content #price ul li .store .title {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
    padding-right: 20px;
  }
  .single#product #content .tab-content #price ul li .store .description {
    margin-top: 22px;
  }
  .single#product #content .tab-content #price ul li .store .price {
    margin-top: 22px;
    margin-right: auto;
  }
}
@media screen and (max-width: 479.98px) {
  .single#product #content .tab-content #price ul li .store {
    padding: 20px;
    text-align: center;
  }
  .single#product #content .tab-content #price ul li .store .image,
.single#product #content .tab-content #price ul li .store .price {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .single#product #content .tab-content #price ul li .store .image {
    max-width: 130px;
  }
  .single#product #content .tab-content #price ul li .store .price {
    margin-top: 22px;
    max-width: 270px;
  }
  .single#product #content .tab-content #price ul li .store .title,
.single#product #content .tab-content #price ul li .store .description {
    margin-top: 22px;
  }
}
.single#contact {
  background-image: url("../images/bg-feature.png");
  background-position: center right;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1399.98px) {
  .single#contact {
    padding-bottom: calc(70px + 7vw);
  }
}
.single#contact #pageHeader header {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1399.98px) {
  .single#contact #pageHeader header {
    margin-bottom: calc(50px + 5vw);
  }
}
.single#contact #content > * {
  padding-right: 0;
  padding-left: 0;
}
.single#contact #content .content {
  margin-top: -40px;
  margin-bottom: 90px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8;
}
.single#contact #content h2 {
  font-size: 2.2rem;
  color: #6b6b6b;
  font-weight: bold;
}
.single#contact #content #contactInfo .contactInfo {
  padding-right: 32px;
  border-right: 1px solid #dad4d4;
}
.single#contact #content #contactInfo .contactInfo h2 {
  margin-bottom: 45px;
}
.single#contact #content #contactInfo .contactInfo .phoneNumber,
.single#contact #content #contactInfo .contactInfo .email {
  position: relative;
  margin-top: 25px;
  min-height: 50px;
  padding-right: 70px;
}
.single#contact #content #contactInfo .contactInfo .phoneNumber::before,
.single#contact #content #contactInfo .contactInfo .email::before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #ececec;
  background-image: url("../images/icon-contact.png");
}
.single#contact #content #contactInfo .contactInfo .phoneNumber a,
.single#contact #content #contactInfo .contactInfo .email a {
  display: block;
  width: fit-content;
  max-width: 100%;
  font-size: 1.5rem;
  color: #a3a3a3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#contact #content #contactInfo .contactInfo .phoneNumber a:hover,
.single#contact #content #contactInfo .contactInfo .email a:hover {
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#contact #content #contactInfo .contactInfo .phoneNumber::before {
  top: 2px;
}
.single#contact #content #contactInfo .contactInfo .phoneNumber a {
  line-height: 32px;
}
.single#contact #content #contactInfo .contactInfo .email::before {
  top: 0;
  background-position-y: 100%;
}
.single#contact #content #contactInfo .contactInfo .email a {
  line-height: 50px;
}
.single#contact #content #contactInfo .social {
  margin-top: 90px;
  padding-right: 32px;
  border-right: 1px solid #dad4d4;
}
.single#contact #content #contactInfo .social h2 {
  margin-bottom: 32px;
}
.single#contact #content #contactInfo .social li {
  display: inline-block;
}
.single#contact #content #contactInfo .social li:not(:nth-last-child(1)) {
  margin-left: 22px;
}
.single#contact #content #contactInfo .social li a [class*=socialIcon] {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.08);
}
.single#contact #content #contactInfo .social li a [class*=socialIcon]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-size: 100% !important;
}
.single#contact #content #contactInfo .social li:hover a [class*=socialIcon]::before {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 991.98px) {
  .single#contact #content #contactForm {
    margin-top: 76px;
  }
}
.single#contact #content #contactForm h2 {
  margin-bottom: 24px;
}
.single#contact #content #contactForm .form {
  position: relative;
}
.single#contact #content #contactForm .form br {
  display: none;
}
.single#contact #content #contactForm .form span[class*=form-control] {
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (min-width: 578px) {
  .single#contact #content #contactForm .form span[class*=form-control] {
    width: calc(50% - 2.5px);
  }
  .single#contact #content #contactForm .form span[class*=form-control][class*=firstName], .single#contact #content #contactForm .form span[class*=form-control][class*=email] {
    padding-left: 5px;
  }
  .single#contact #content #contactForm .form span[class*=form-control][class*=lastName], .single#contact #content #contactForm .form span[class*=form-control][class*=phone] {
    padding-right: 5px;
  }
}
@media screen and (max-width: 577.98px) {
  .single#contact #content #contactForm .form span[class*=form-control] {
    width: 100%;
  }
}
.single#contact #content #contactForm .form span[class*=form-control] input,
.single#contact #content #contactForm .form span[class*=form-control] textarea {
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.08);
  font-size: 1.12rem;
  font-weight: 100;
}
.single#contact #content #contactForm .form span[class*=form-control] input::placeholder,
.single#contact #content #contactForm .form span[class*=form-control] textarea::placeholder {
  direction: rtl;
  text-align: right;
  color: #6b6b6b;
}
.single#contact #content #contactForm .form span[class*=form-control] input {
  height: 58px;
}
.single#contact #content #contactForm .form span[class*=form-control][class*=phone] input {
  direction: ltr;
  text-align: left;
}
.single#contact #content #contactForm .form span[class*=form-control][class*=message] {
  width: 100%;
}
.single#contact #content #contactForm .form span[class*=form-control] textarea {
  height: 240px;
  resize: none;
}
.single#contact #content #contactForm .form span[class*=form-control] [role=alert] {
  display: inline-block;
  margin-top: 6px;
  color: #c2172d;
}
.single#contact #content #contactForm .form span[class*=form-control] textarea + [role=alert] {
  position: absolute;
  right: 0;
  bottom: -18px;
  width: fit-content;
  max-width: 100%;
}
.single#contact #content #contactForm .form [type=submit],
.single#contact #content #contactForm .form [type=button],
.single#contact #content #contactForm .form button {
  position: absolute;
  left: 26px;
  bottom: 68px;
  width: 150px;
  height: 52px;
  border-radius: 5px;
  background-color: #c2172d;
  color: #fff;
  font-size: 1.35rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#contact #content #contactForm .form [type=submit]:hover,
.single#contact #content #contactForm .form [type=button]:hover,
.single#contact #content #contactForm .form button:hover {
  background-color: #941222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single#contact #content #contactForm .form div[class*=response] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: fit-content;
  max-width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
.single#singleVideo #pageHeader {
  margin-bottom: 100px;
}

.relatedPosts header.header h2 {
  font-size: 2.15rem;
}

/*======================================================================
  14. posts
=======================================================================*/
.posts .news,
.posts .randomProduct {
  margin-bottom: 48px;
}
.posts .news .postContainer,
.posts .randomProduct .postContainer {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .news .postContainer::before,
.posts .randomProduct .postContainer::before {
  content: "";
  display: block;
  padding-top: 67%;
}
.posts .news .postContainer .postImage,
.posts .randomProduct .postContainer .postImage {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #f3eced;
}
.posts .news .postContainer .postImage::before,
.posts .randomProduct .postContainer .postImage::before {
  content: "";
  display: block;
  padding-top: 67%;
}
.posts .news .postContainer .postImage img,
.posts .randomProduct .postContainer .postImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 110%;
  max-height: 110%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .news .postContainer .postImage .postDate,
.posts .randomProduct .postContainer .postImage .postDate {
  right: 42px;
  position: absolute;
  bottom: 0;
  color: #31cbde;
  background-color: #fff;
  padding: 8px 10px 4px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media screen and (max-width: 1399.98px) {
  .posts .news .postContainer .postImage .postDate,
.posts .randomProduct .postContainer .postImage .postDate {
    right: calc(20px + 1vw);
  }
}
.posts .news .postContainer .postSummary,
.posts .randomProduct .postContainer .postSummary {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1400px) {
  .posts .news .postContainer .postSummary,
.posts .randomProduct .postContainer .postSummary {
    padding: 42px 42px 40px;
  }
}
@media screen and (max-width: 1399.98px) {
  .posts .news .postContainer .postSummary,
.posts .randomProduct .postContainer .postSummary {
    padding: 32px calc(20px + 1vw) calc(30px + 1vw);
  }
}
.posts .news .postContainer .postSummary h3,
.posts .news .postContainer .postSummary h2,
.posts .randomProduct .postContainer .postSummary h3,
.posts .randomProduct .postContainer .postSummary h2 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #6b6b6b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .news .postContainer .postSummary p,
.posts .randomProduct .postContainer .postSummary p {
  margin-top: 20px;
  font-size: 1.05rem;
  color: #797979;
  text-align: justify;
}
.posts .news .postContainer:hover,
.posts .randomProduct .postContainer:hover {
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .news .postContainer:hover .postImage img,
.posts .randomProduct .postContainer:hover .postImage img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .news .postContainer:hover .postSummary,
.posts .randomProduct .postContainer:hover .postSummary {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .news .postContainer:hover .postSummary h3,
.posts .news .postContainer:hover .postSummary h2,
.posts .randomProduct .postContainer:hover .postSummary h3,
.posts .randomProduct .postContainer:hover .postSummary h2 {
  color: #22c0d4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .randomProduct .postContainer::before {
  content: "";
  display: block;
  padding-top: 52%;
}
.posts .randomProduct .postContainer .postImage::before {
  content: "";
  display: block;
  padding-top: 52%;
}
.posts .randomProduct .postContainer .postSummary h3,
.posts .randomProduct .postContainer .postSummary h2 {
  color: #4f4f4f;
  font-size: 2rem;
}
.posts .randomProduct .postContainer .postSummary strong {
  font-weight: bold;
}
.posts .randomProduct .postContainer .postSummary ul {
  margin-top: 10px;
  font-size: 1.15rem;
  color: #6b6b6b;
  text-align: right;
}
.posts .randomProduct .postContainer .postSummary ul li {
  margin-bottom: 10px;
}
.posts .randomProduct .postContainer .postSummary .more {
  margin-top: 36px;
}
.posts .randomProduct .postContainer .postSummary .more span {
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .randomProduct .postContainer .postSummary .more span:hover {
  background-color: #262626;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .video {
  padding: 15px;
}
.posts .video a {
  display: flex;
  height: 100%;
  min-height: 100px;
  width: 100%;
  border-radius: 20px;
  background-color: #f4f4f4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .video a:hover {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.48);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.posts .video .post-image {
  flex: 0 0 140px;
  position: relative;
  border-radius: 20px;
  background-size: cover;
}
.posts .video .post-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url("../images/play-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
}
.posts .video .post-image::before {
  content: attr(data-lenght);
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-right: calc(100% - 32px);
  padding-bottom: 6px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  color: #dddddd;
  font-size: 0.85rem;
}
.posts .video .post-content {
  flex: 1 1 0;
  padding: 20px;
}
.posts .video .post-content .post-date {
  color: #514f4f;
  font-size: 0.8rem;
  font-weight: 600;
}
.posts .video .post-content .post-title {
  line-height: 1.3;
  font-size: 1.18rem;
  color: #514f4f;
  font-weight: bold;
}

/*======================================================================
  15. filterBox
=======================================================================*/
#filterBox {
  position: relative;
}
#filterBox .controls {
  position: relative;
  margin-right: 0;
  background-color: #fff;
  text-align: right;
}
#filterBox .controls #filterSelect {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 64px;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid rgba(215, 215, 215, 0.42);
  border-radius: 20px;
  font-family: inherit;
}
#filterBox .controls #filterSelect option {
  border-radius: 15px;
  font-size: 1.2rem;
}
#filterBox .controls .arrow {
  z-index: 0;
  background-image: url("../images/arrow.svg");
  position: absolute;
  left: 30px;
  top: 24px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  opacity: 0.3;
}

/*======================================================================
  16. pageNavigation
=======================================================================*/
#pageNavigation {
  margin-top: 130px;
  width: 100%;
}
@media screen and (max-width: 1399.98px) {
  #pageNavigation {
    margin-top: calc(60px + 5vw);
  }
}
#pageNavigation nav {
  direction: ltr;
  margin-right: auto;
  margin-left: auto;
  max-width: max-content;
  text-align: center;
}
#pageNavigation a,
#pageNavigation span {
  display: inline-block;
  margin: 6px;
  width: 56px;
  height: 55px;
  border-radius: 10px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  line-height: 56px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #919191;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pageNavigation span.current {
  background-color: #c2172d !important;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pageNavigation a:hover {
  border-color: #c2172d;
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pageNavigation span.dots {
  border: none !important;
  background-color: transparent;
}
#pageNavigation .next::before,
#pageNavigation .prev::before {
  content: "";
  background-image: url("../images/arrow.svg");
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pageNavigation a.next {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 786px) {
  #pageNavigation a.next {
    margin-left: 32px;
  }
}
#pageNavigation a.next::before {
  right: 0;
}
@media screen and (min-width: 786px) {
  #pageNavigation a.prev {
    margin-right: 32px;
  }
}
#pageNavigation a.prev::before {
  right: 0;
}
#pageNavigation a.next:hover::before {
  right: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pageNavigation a.prev:hover::before {
  right: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  17. archive
=======================================================================*/
.archive {
  padding-top: 100px;
  padding-bottom: 180px;
  min-height: 60vh;
  overflow-y: hidden;
  /*======================================================================
    17.1. blog
  =======================================================================*/
  /*======================================================================
    17.2 appCategory
  =======================================================================*/
  /*======================================================================
    17.3. appCategory
  =======================================================================*/
  /*======================================================================
    17.4. product
  =======================================================================*/
}
@media screen and (max-width: 1399.98px) {
  .archive {
    padding-top: calc(45px + 4vw);
    padding-bottom: calc(30px + 10vw);
  }
}
.archive#blog {
  padding-top: 0;
}
.archive#blog #pageHeader {
  margin-bottom: 44px;
}
.archive#blog #pageHeader.pageCover {
  position: relative;
}
.archive#blog #pageHeader.pageCover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-image: url("../images/cover-blog.jpg");
  background-position: center;
  background-size: cover;
}
.archive#blog #pageHeader .wrapper {
  position: relative;
  padding-top: 22%;
  min-height: 190px;
  padding-right: 15px;
  padding-left: 15px;
}
.archive#blog #pageHeader h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .archive#blog #pageHeader h1 {
    font-size: 2.8rem;
  }
}
.archive#blog #filterBox {
  margin-bottom: 56px;
  padding-right: 15px;
  padding-left: 15px;
}
.archive#blog #filterBox::after {
  content: "";
  display: block;
  border-bottom: 1px solid #e9e9e9;
}
.archive#blog #filterBox .controls {
  margin-bottom: 44px;
  max-width: 600px;
  border-radius: 20px;
}
.archive#blog #filterBox .controls #filterSelect {
  color: #6b6b6b;
  font-size: 1.4rem;
  font-weight: bold;
}
.archive#appGallery, .archive#appCategory {
  background-image: url("../images/bg-gallery.png");
  background-size: cover;
}
.archive#appGallery #apps .app a, .archive#appCategory #apps .app a {
  position: relative;
  /*
  &[href*="huaweimobilefarsi"] {
    &::before {
      background-position: -32px -32px;
    }
  }
  */
}
.archive#appGallery #apps .app a[href]:not([href="#"])::before, .archive#appCategory #apps .app a[href]:not([href="#"])::before {
  content: "";
  background-image: url("../images/appgallery-small.png");
  background-position: -32px -32px;
  position: absolute;
  left: 8px;
  top: -14px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.48);
  z-index: 2;
}
.archive#appGallery #apps .app a[href*=cafebazaar]::before, .archive#appCategory #apps .app a[href*=cafebazaar]::before {
  background-position: 0 0 !important;
}
.archive#appGallery #apps .app a[href*=apkpure]::before, .archive#appCategory #apps .app a[href*=apkpure]::before {
  background-position: -32px 0 !important;
}
.archive#appGallery #apps .app a[href*=appgallery]::before, .archive#appCategory #apps .app a[href*=appgallery]::before {
  background-position: 0px -32px !important;
}
.archive#appCategory {
  background-position: center right;
}
.archive#appGallery {
  background-position: center;
  padding-bottom: 0;
}
.archive#appGallery #pageHeader header {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 130px;
  text-align: center;
}
.archive#appGallery #pageHeader header p a {
  color: #c2172d;
  border-bottom: 2px dotted #c2172d;
}
.archive#appGallery #pageHeader header #searchBox {
  position: relative;
  top: 30px;
  margin: 50px auto 0;
  max-width: 700px;
  height: 82px;
  border-radius: 100px;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.archive#appGallery #pageHeader header #searchBox input {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 1.35rem;
  color: #9e9e9e;
  font-weight: 700;
}
.archive#appGallery #pageHeader header #searchBox input::placeholder {
  color: #b7b7b7;
}
.archive#appGallery #pageHeader header #searchBox #searchIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  width: 36px;
  height: 36px;
  opacity: 0.3;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery #pageHeader header #searchBox #searchIcon::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery #pageHeader header #searchBox #searchIcon.close::after {
  background-image: url("../images/close.svg");
  background-size: calc(100% - 6px);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery #pageHeader header #searchBox #searchIcon:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery #pageHeader header #errResult {
  display: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.archive#appGallery #pageHeader header #errResult.show {
  display: block;
  height: auto;
  margin-top: 100px;
  margin-bottom: 180px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1399.98px) {
  .archive#appGallery #pageHeader header #errResult.show {
    margin-top: calc(60px + 3vw);
    margin-bottom: calc(50px + 9vw);
  }
}
@media screen and (max-width: 1399.98px) {
  .archive#appGallery #pageHeader header {
    margin-bottom: calc(60px + 5vw);
  }
}
.archive#appGallery #apps {
  margin-right: 0;
  margin-left: 0;
}
.archive#appGallery .appCategory {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  height: auto;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.archive#appGallery .appCategory:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
}
.archive#appGallery .appCategory:nth-last-child(1) {
  padding-bottom: 80px;
}
.archive#appGallery .appCategory header {
  margin-bottom: 48px;
}
.archive#appGallery .appCategory header h2 {
  font-size: 2.3rem;
  color: #9b9b9b;
  font-weight: 700;
}
.archive#appGallery .appCategory .appSlider {
  margin-right: -20px;
  margin-left: -20px;
}
.archive#appGallery .appCategory .appSlider .slick-slide {
  float: right !important;
  width: unset;
  margin-right: 0;
  margin-left: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.archive#appGallery .appCategory .appSlider .slick-slide.hidden {
  width: 0 !important;
  height: 0;
  transform: scale(0);
  overflow: hidden;
  opacity: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery .appCategory .appSlider .slick-prev,
.archive#appGallery .appCategory .appSlider .slick-next {
  top: calc(50% - 20px);
  width: 48px;
  height: 48px;
  border-radius: 13px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery .appCategory .appSlider .slick-prev[aria-disabled=true],
.archive#appGallery .appCategory .appSlider .slick-next[aria-disabled=true] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery .appCategory .appSlider .slick-prev::before, .archive#appGallery .appCategory .appSlider .slick-prev::before,
.archive#appGallery .appCategory .appSlider .slick-next::before,
.archive#appGallery .appCategory .appSlider .slick-next::before {
  opacity: 0.84;
  filter: contrast(0.55);
  background-image: url("../images/arrow.png");
}
.archive#appGallery .appCategory .appSlider .slick-prev:hover::before, .archive#appGallery .appCategory .appSlider .slick-prev:hover::before,
.archive#appGallery .appCategory .appSlider .slick-next:hover::before,
.archive#appGallery .appCategory .appSlider .slick-next:hover::before {
  opacity: 0.96;
  filter: contrast(0.4);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery .appCategory .appSlider .slick-prev {
  right: -60px !important;
  left: unset !important;
}
@media screen and (max-width: 991.98px) {
  .archive#appGallery .appCategory .appSlider .slick-prev {
    right: -15px !important;
  }
}
@media screen and (max-width: 576px) {
  .archive#appGallery .appCategory .appSlider .slick-prev {
    right: 10px !important;
  }
}
.archive#appGallery .appCategory .appSlider .slick-prev::before {
  right: 0;
  transform: scaleX(-1);
}
.archive#appGallery .appCategory .appSlider .slick-next {
  left: -60px !important;
  right: unset !important;
}
@media screen and (max-width: 991.98px) {
  .archive#appGallery .appCategory .appSlider .slick-next {
    left: -15px !important;
  }
}
@media screen and (max-width: 576px) {
  .archive#appGallery .appCategory .appSlider .slick-next {
    right: left !important;
  }
}
.archive#appGallery .appCategory .appSlider .slick-next::before {
  left: 0;
  transform: unset;
}
.archive#appGallery .appCategory .moreApp {
  display: table;
  margin-top: 36px;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 154px;
  height: 52px;
  line-height: 52px;
  font-size: 1.45rem;
  text-align: center;
  background-color: #c2172d;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery .appCategory .moreApp:hover {
  background-color: #ab0f28;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#appGallery .appCategory.hidden {
  display: none;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#product {
  padding-top: 0;
}
.archive#product #pageHeader {
  margin-bottom: 120px;
}
.archive#product #pageHeader.pageCover {
  min-height: 25vw;
  padding-top: 130px;
  background-position: center;
  background-size: cover;
  background-color: #867f80;
}
@media screen and (max-width: 1399.98px) {
  .archive#product #pageHeader.pageCover {
    padding-top: 6.25vw;
  }
}
.archive#product #pageHeader .wrapper {
  height: 100%;
}
.archive#product #pageHeader header {
  position: relative;
  max-width: 730px;
  height: 100%;
  padding-bottom: 200px;
}
.archive#product #pageHeader header h1 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}
.archive#product #pageHeader header p {
  margin-top: 30px;
  color: #fff;
  font-size: 1.3rem;
}
.archive#product #pageHeader header #searchContainer {
  position: absolute;
  bottom: 50px;
  width: 65%;
}
.archive#product #pageHeader header #searchBox {
  position: relative;
  height: 82px;
  border-radius: 100px;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.archive#product #pageHeader header #searchBox input {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 1.35rem;
  color: #9e9e9e;
  font-weight: 700;
}
.archive#product #pageHeader header #searchBox input::placeholder {
  color: #b7b7b7;
}
.archive#product #pageHeader header #searchBox #searchIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  width: 36px;
  height: 36px;
  opacity: 0.3;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#product #pageHeader header #searchBox #searchIcon::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#product #pageHeader header #searchBox #searchIcon:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#product .posts {
  margin-left: -15px;
  margin-right: -15px;
}
.archive#product .posts::after {
  content: "";
  display: table;
  clear: both;
}
.archive#product .posts .product {
  padding: 15px;
  margin-bottom: 48px;
  width: 294px;
  text-align: center;
}
.archive#product .posts .product .postContainer {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 40px 30px 30px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1399.98px) {
  .archive#product .posts .product .postContainer {
    padding: calc(30px + 5%) calc(15px + 4%) calc(18px + 5%);
  }
}
.archive#product .posts .product .postContainer .postImage {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#product .posts .product .postContainer .postImage.bgImage {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.archive#product .posts .product .postContainer .postImage.bgImage::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.archive#product .posts .product .postContainer figcaption {
  margin: 25px -6px 0;
}
.archive#product .posts .product .postContainer figcaption h3,
.archive#product .posts .product .postContainer figcaption h2 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #6b6b6b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#product .posts .product .postContainer:hover {
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#product .posts .product .postContainer:hover .postImage {
  transform: scale(1.05);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive#product .posts .product .postContainer:hover figcaption h3,
.archive#product .posts .product .postContainer:hover figcaption h2 {
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 459.98px) {
  .archive#product .posts .product {
    width: 100%;
  }
}
@media screen and (min-width: 460px) and (max-width: 679.98px) {
  .archive#product .posts .product {
    width: 50%;
  }
}
@media screen and (min-width: 680px) and (max-width: 959.98px) {
  .archive#product .posts .product {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 960px) and (max-width: 1399.98px) {
  .archive#product .posts .product {
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .archive#product .posts .product {
    width: 20%;
  }
}

/*======================================================================
  18. banner
=======================================================================*/
#banner {
  position: relative;
}
#banner.pullUp {
  margin-top: calc(-50px - 4vw);
  margin-bottom: 120px;
}
@media screen and (max-width: 1399.98px) {
  #banner.pullUp {
    margin-bottom: calc(60px + 4vw);
  }
}

/***************** Landing Page 2  (Pre-Registration) *****************/
/*======================================================================
  19. countdownTimer
=======================================================================*/
#countdownTimer {
  position: relative;
  padding-top: 88px;
  padding-bottom: 115px;
}
#countdownTimer.hasTimer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../images/bg-newsletter.png");
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 819.98px) {
  #countdownTimer.hasTimer::before {
    height: 360px;
  }
}
#countdownTimer header {
  margin-bottom: 76px;
  max-width: unset;
}
#countdownTimer header h2 {
  font-size: 3rem;
  color: #fff;
}
#countdownTimer .countdownTimer {
  text-align: center;
  margin-bottom: 105px;
}
#countdownTimer .countdownTimer .timer__item {
  display: inline-block;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
}
#countdownTimer .countdownTimer .timer__item:not(:nth-child(1)) {
  margin-right: 20px;
}
#countdownTimer .countdownTimer .timer__item .timer__value {
  display: block;
  margin-bottom: 68px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: #2a2a2a;
}
#countdownTimer .countdownTimer .timer__item .timer__label {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  color: #c2172d;
}
@media screen and (min-width: 820px) {
  #countdownTimer .countdownTimer .timer__item {
    width: 142px;
    height: 246px;
  }
  #countdownTimer .countdownTimer .timer__item .timeContainer {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
}
@media screen and (max-width: 819.98px) {
  #countdownTimer .countdownTimer .timer__item {
    width: calc(25% - 20px);
    max-width: 142px;
    height: auto;
  }
  #countdownTimer .countdownTimer .timer__item .timeContainer {
    display: inline-block;
    padding: 40px 10px;
    text-align: center;
  }
  #countdownTimer .countdownTimer .timer__item .timer__value {
    margin-bottom: 48px;
    font-size: calc(2rem + 2vw);
  }
  #countdownTimer .countdownTimer .timer__item .timer__label {
    font-size: 1.4rem;
  }
}
#countdownTimer .description {
  display: table;
  margin: 16px auto 0;
  color: #444;
  text-align: Center;
}
#countdownTimer .description h3 {
  display: table;
  margin: 0 auto 28px;
  font-size: 1.9rem;
  font-weight: 900;
}
#countdownTimer .description p {
  display: inline-block;
  width: min-content;
  min-width: 100%;
  max-width: 100%;
  font-size: 1.36rem;
}

/*======================================================================
  20. registerStep
=======================================================================*/
#registerStep {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #registerStep {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
#registerStep::before {
  content: "";
  position: absolute;
  top: 260px;
  right: 0;
  display: inline-block;
  width: 100%;
  height: calc(100% - 380px);
  background-repeat: no-repeat;
  background-image: url("../images/bg-steps.png");
  background-position: top center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  #registerStep::before {
    background-repeat: repeat;
  }
}
@media screen and (max-width: 991.98px) {
  #registerStep::before {
    background-size: 120%;
  }
}
@media screen and (max-width: 575.98px) {
  #registerStep::before {
    background-size: 136%;
  }
}
#registerStep header.header {
  margin-bottom: 130px;
}
@media screen and (max-width: 767.98px) {
  #registerStep header.header {
    margin-bottom: 70px;
  }
}
#registerStep header.header h2 {
  font-size: 2.125rem;
  font-weight: bold;
  color: #444;
}
#registerStep .registerSteps {
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
}
#registerStep .registerSteps .stepContainer {
  margin: 0 auto 52px;
  padding-right: 35px;
  padding-left: 35px;
}
#registerStep .registerSteps .stepContainer .registerStep {
  position: relative;
  height: 100%;
  padding: 48px 38px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#registerStep .registerSteps .stepContainer .registerStep .image {
  position: absolute;
  top: -22px;
  left: 18px;
  width: 62px;
  height: 55px;
}
#registerStep .registerSteps .stepContainer .registerStep .image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#registerStep .registerSteps .stepContainer .registerStep h3 {
  font-size: 1.8rem;
  color: #727272;
  line-height: 1.2;
  font-weight: 700;
}
#registerStep .registerSteps .stepContainer .registerStep .text {
  color: #797979;
  margin-top: 16px;
  font-size: 1.14rem;
}
#registerStep .registerSteps .stepContainer .registerStep:hover {
  box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#registerStep #registerSterNotice {
  position: relative;
  max-width: 1164px;
  margin: 110px auto 0;
  padding: 42px 30px 36px;
  border-radius: 10px;
  background-color: #c2172d;
  color: #fff;
}
#registerStep #registerSterNotice::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 20px;
  display: inline-block;
  width: 105px;
  height: 95px;
  background-repeat: no-repeat;
  background-image: url("../images/notice.svg");
  background-position: top center;
  background-size: contain;
}
#registerStep #registerSterNotice ul {
  font-size: 1.86rem;
  font-weight: 600;
}
#registerStep #registerSterNotice ul li {
  position: relative;
  margin-bottom: 14px;
  padding-right: 16px;
}
#registerStep #registerSterNotice ul li::before {
  content: "-";
  position: absolute;
  top: 2px;
  right: 0;
  font-weight: 500;
}

/*======================================================================
  21. registerForm
=======================================================================*/
#registerForm {
  /*
  position: relative;
  padding-top: 80px;
  padding-bottom: 300px;

  @media screen and (max-width: 767.98px) {
    padding-top: 50px;
    padding-bottom: 200px;
  }

  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/bg-form.png");
    background-position: bottom center;
    background-size: contain;
    z-index: -1;
  }

  header.header {
    margin-bottom: 90px;

    @media screen and (max-width: 767.98px) {
      margin-bottom: 70px;
    }

    h2 {
      font-size: 2.65rem;
      color: #6b6b6b;
    }
  }

  .form {
    max-width: 1124px;
    margin: 110px auto 0;
    padding-right: 50px;
    padding-left: 50px;

    @media screen and (max-width: 767.98px) {
      margin-top: 80px;
    }

    .formGroup {
      margin-bottom: 18px;

      label {
        display: block;
        margin-bottom: 4px;
        color: #6b6b6b;
        font-size: 1.3rem;
        font-weight: 300;
      }

      input {
        width: 100%;
        height: 64px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.12);
      }

      input[type="submit"],
      input[type="button"],
      button {
        display: table;
        margin-right: auto;
        background-color: $red;
        color: #fff;
        font-weight: bold;
        font-size: 1.7rem;
        cursor: pointer;
        @include transition();

        @media screen and (min-width: 576px) {
          max-width: 250px;
        }

        &:hover {
          background-color: rgba(171, 15, 40, 1);
          @include transition();
        }
      }

      @media screen and (min-width: 768px) {
        display: inline-block;
        width: calc(50% - 3px);
        padding: 0 6px;

        input[type="submit"],
        input[type="button"],
        button {
          position: relative;
          top: 2px;
        }
      }

      @media screen and (max-width: 767.98px) {
        input[type="submit"],
        input[type="button"],
        button {
          margin-top: 46px;
        }
      }
    }
  }
  */
}

/******************************* Home v1 *******************************/
/*======================================================================
  21. topSlider
=======================================================================*/
#topSlider .topSlider {
  position: relative;
  margin-bottom: 0;
}
#topSlider .topSlider::after {
  content: "";
  display: table;
  clear: both;
}
#topSlider .topSlider .slick-slide {
  margin: 0;
}
#topSlider .topSlider .slide {
  float: right;
}
#topSlider .topSlider .slide a {
  float: right;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#topSlider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 48px;
  margin-bottom: 0;
  width: auto;
}
#topSlider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e9e9e9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#topSlider .slick-dots li button::before {
  content: unset;
}
#topSlider .slick-dots li.slick-active button {
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  21. newestProductsSlider
=======================================================================*/
#newestProductsSlider {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url("../images/bg-feature.png");
  background-position: center right;
  background-size: cover;
}
#newestProductsSlider header.header {
  margin-bottom: 80px;
}
#newestProductsSlider header.header h2 {
  color: #545454;
  font-size: 2.3rem;
}
#newestProductsSlider .newestProductsSlider .slick-slide {
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#newestProductsSlider .newestProductsSlider .slick-slide > div {
  display: grid;
}
#newestProductsSlider .productContainer {
  margin-bottom: 58px;
  padding-right: 18px;
  padding-left: 18px;
}
#newestProductsSlider .productContainer::after {
  content: "";
  display: table;
  clear: both;
}
#newestProductsSlider .productContainer .product {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 76px 50px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 22px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  #newestProductsSlider .productContainer .product {
    float: right;
  }
}
@media screen and (max-width: 1599.98px) {
  #newestProductsSlider .productContainer .product {
    padding: calc(36px + 1vw) calc(16px + 1vw);
  }
}
#newestProductsSlider .productContainer .product .image {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 576px) {
  #newestProductsSlider .productContainer .product .image {
    display: inline-block;
    width: 50%;
    height: 100%;
  }
}
#newestProductsSlider .productContainer .product .image img {
  display: table;
  margin-right: auto;
  width: auto;
  transition: 0.2s cubic-bezier(0.41, 0.75, 0.41, 0.74);
}
@media screen and (max-width: 575.98px) {
  #newestProductsSlider .productContainer .product .image img {
    margin-left: auto;
  }
}
#newestProductsSlider .productContainer .product .description {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 576px) {
  #newestProductsSlider .productContainer .product .description {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
    padding-bottom: 78px;
  }
  #newestProductsSlider .productContainer .product .description .more {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 575.98px) {
  #newestProductsSlider .productContainer .product .description {
    margin-top: 30px;
    text-align: center;
  }
}
#newestProductsSlider .productContainer .product .description h3 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #7a7a7a;
}
#newestProductsSlider .productContainer .product .description ul {
  color: #6b6b6b;
  font-size: 1.15rem;
}
#newestProductsSlider .productContainer .product .description ul li:not(:nth-last-child(1)) {
  margin-bottom: 18px;
}
#newestProductsSlider .productContainer .product .description .more {
  margin-top: 46px;
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  #newestProductsSlider .productContainer .product .description .more {
    margin-right: auto;
    margin-left: auto;
  }
}
#newestProductsSlider .productContainer .product .description .more a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 1.15rem;
  font-weight: 100;
  text-align: center;
  background-color: #c2172d;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#newestProductsSlider .productContainer .product .description .more a:hover {
  background-color: #ab0f28;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#newestProductsSlider .productContainer .product:hover {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#newestProductsSlider .productContainer .product:hover .image img {
  transform: scale(1.08);
  transition: 0.2s cubic-bezier(0.41, 0.75, 0.41, 0.74);
}
#newestProductsSlider .squreArrow .slick-next,
#newestProductsSlider .squreArrow .slick-prev {
  margin-top: -29px;
}
#newestProductsSlider .squreArrow .slick-next::before,
#newestProductsSlider .squreArrow .slick-prev::before {
  opacity: 1;
  background-color: #e9e9e9;
}
#newestProductsSlider .squreArrow .slick-next {
  left: -10px !important;
}
#newestProductsSlider .squreArrow .slick-prev {
  right: -10px !important;
}
@media screen and (min-width: 992px) {
  #newestProductsSlider .squreArrow .slick-next,
#newestProductsSlider .squreArrow .slick-prev {
    width: 90px;
    height: 90px;
    border-radius: 25px;
  }
  #newestProductsSlider .squreArrow .slick-next {
    left: -75px !important;
  }
  #newestProductsSlider .squreArrow .slick-prev {
    right: -75px !important;
  }
}
@media screen and (max-width: 1399.98px) {
  #newestProductsSlider {
    padding-top: calc(45px + 4vw);
    padding-bottom: calc(30px + 4vw);
  }
  #newestProductsSlider header.header {
    margin-bottom: calc(25px + 3vw);
  }
}

/*======================================================================
  23. middleProductsSlider
=======================================================================*/
#middleProductsSlider {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url("../images/bg-product2.png");
  background-position: center right;
  background-size: cover;
}
@media screen and (max-width: 1399.98px) {
  #middleProductsSlider {
    padding-top: calc(45px + 4vw);
    padding-bottom: calc(30px + 4vw);
  }
}
#middleProductsSlider .middleProductsSlider {
  position: relative;
  margin-bottom: 0;
}
#middleProductsSlider .middleProductsSlider::after {
  content: "";
  display: table;
  clear: both;
}
#middleProductsSlider .middleProductsSlider .slide {
  float: right;
}
#middleProductsSlider .middleProductsSlider .slide .image img {
  width: auto;
}
@media screen and (min-width: 768px) {
  #middleProductsSlider .middleProductsSlider .slide .image img {
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  #middleProductsSlider .middleProductsSlider .slide .image {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  #middleProductsSlider .middleProductsSlider .slide .image img {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}
#middleProductsSlider .middleProductsSlider .slide .description {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #middleProductsSlider .middleProductsSlider .slide .description {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 767.98px) {
  #middleProductsSlider .middleProductsSlider .slide .description > * {
    position: absolute;
    bottom: 0;
  }
}
#middleProductsSlider .middleProductsSlider .slide .description h3 {
  margin-bottom: 14px;
  color: #545454;
  font-size: 3rem;
  font-weight: 600;
}
#middleProductsSlider .middleProductsSlider .slide .description ul {
  color: #6b6b6b;
  font-size: 1.5rem;
}
#middleProductsSlider .middleProductsSlider .slide .description ul li:not(:nth-last-child(1)) {
  margin-bottom: 12px;
}
#middleProductsSlider .middleProductsSlider .slide .description .more {
  margin-top: 36px;
}
#middleProductsSlider .middleProductsSlider .slide .description .more a {
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 1.15rem;
  font-weight: 100;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#middleProductsSlider .middleProductsSlider .slide .description .more a:hover {
  background-color: #262626;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#middleProductsSlider .squreArrow .slick-next,
#middleProductsSlider .squreArrow .slick-prev {
  top: unset;
  transform: unset;
  left: 0 !important;
  right: unset !important;
}
#middleProductsSlider .squreArrow .slick-next::before,
#middleProductsSlider .squreArrow .slick-prev::before {
  opacity: 0.5;
  background-color: #c9c9c9;
}
#middleProductsSlider .squreArrow .slick-prev {
  bottom: 0;
}
#middleProductsSlider .squreArrow .slick-next {
  bottom: 70px;
}
@media screen and (min-width: 992px) {
  #middleProductsSlider .squreArrow .slick-next,
#middleProductsSlider .squreArrow .slick-prev {
    left: -54px !important;
    width: 70px;
    height: 70px;
    border-radius: 25px;
  }
  #middleProductsSlider .squreArrow .slick-next {
    bottom: 90px;
  }
}
#middleProductsSlider .slick-slide:not(.slick-active) {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 0.1s ease-in-out;
  animation: fadeOut 0.5s ease-out;
}
#middleProductsSlider .slick-slide:not(.slick-active) .image {
  opacity: 0;
  transform: translateX(100%);
}
#middleProductsSlider .slick-slide:not(.slick-active) .description {
  opacity: 0;
  transform: translateX(-100%);
}
#middleProductsSlider .slick-slide.slick-active {
  opacity: 1 !important;
  visibility: visible !important;
  transition: 0.8s ease-in-out 0.5s;
  animation: fadeIn 0.5s ease-out;
}
#middleProductsSlider .slick-slide.slick-active .image {
  opacity: 1;
  animation: fadeInRight 0.4s ease-out;
}
#middleProductsSlider .slick-slide.slick-active .description {
  opacity: 1;
  animation: fadeInLeft 0.7s ease-out;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0.3;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0.3;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0.3;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0.3;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*======================================================================
  24. blogSlider
=======================================================================*/
#blogSlider {
  padding-top: 110px;
  padding-bottom: 110px;
}
#blogSlider header.header {
  margin-bottom: 80px;
}
#blogSlider header.header h2 {
  color: #545454;
  font-size: 2.3rem;
}
#blogSlider .slick-track {
  display: flex;
}
#blogSlider .slick-slide {
  margin: 0;
  height: inherit !important;
}
#blogSlider .slick-slide > div {
  height: 100%;
}
#blogSlider .slick-slide .news {
  margin-bottom: 0;
  height: 100%;
  padding: 20px 15px;
}
#blogSlider .slick-slide .news .postContainer {
  box-shadow: 0 2px 22px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#blogSlider .slick-slide .news:hover .postContainer {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#blogSlider .squreArrow .slick-next,
#blogSlider .squreArrow .slick-prev {
  margin-top: -29px;
}
#blogSlider .squreArrow .slick-next::before,
#blogSlider .squreArrow .slick-prev::before {
  opacity: 1;
  background-color: #e9e9e9;
}
#blogSlider .squreArrow .slick-next {
  left: -10px !important;
}
#blogSlider .squreArrow .slick-prev {
  right: -10px !important;
}
@media screen and (min-width: 1200px) {
  #blogSlider .squreArrow .slick-next,
#blogSlider .squreArrow .slick-prev {
    width: 90px;
    height: 90px;
    border-radius: 25px;
  }
  #blogSlider .squreArrow .slick-next {
    left: -75px !important;
  }
  #blogSlider .squreArrow .slick-prev {
    right: -75px !important;
  }
}
#blogSlider .more {
  margin-top: 60px;
  text-align: center;
}
#blogSlider .more a {
  position: relative;
  display: inline-block;
  max-width: 230px;
  width: 100%;
  height: 72px;
  line-height: 72px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #c2172d;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#blogSlider .more a:hover {
  background-color: #ab0f28;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1399.98px) {
  #blogSlider {
    padding-top: calc(50px + 4vw);
    padding-bottom: calc(50px + 4vw);
  }
  #blogSlider header.header {
    margin-bottom: calc(25px + 3vw);
  }
}

/*======================================================================
  25. randomProducts
=======================================================================*/
#randomProducts {
  padding-top: 110px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}
#randomProducts header.header {
  margin-bottom: 90px;
}
#randomProducts header.header h2 {
  color: #545454;
  font-size: 2.3rem;
}
@media screen and (max-width: 1399.98px) {
  #randomProducts {
    padding-top: calc(50px + 4vw);
    padding-bottom: calc(30px + 3vw);
  }
  #randomProducts header.header {
    margin-bottom: calc(45px + 3vw);
  }
}

/******************** Landing Page 3  (HMS Services) *******************/
section[id*=hms-] {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199.98px) {
  section[id*=hms-] {
    padding-top: calc(30px + 4vw);
    padding-bottom: calc(30px + 4vw);
  }
}
section[id*=hms-] .header {
  margin-bottom: 65px;
}
section[id*=hms-] .header h2 {
  font-size: 2.5rem;
  color: #565656;
}
@media screen and (max-width: 1199.98px) {
  section[id*=hms-] .header {
    margin-bottom: calc(40px + 1vw);
  }
  section[id*=hms-] .header h2 {
    font-size: calc(1.4rem + 1vw);
  }
}
section[id*=hms-] .more {
  display: table;
  margin: 40px auto 0;
  height: 38px;
  line-height: 38px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section[id*=hms-] .more:hover {
  background-color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  26. hms-intro
=======================================================================*/
#hms-intro {
  position: relative;
  overflow: hidden;
}
#hms-intro::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-hms01.png");
  background-position: center;
  background-repeat-x: no-repeat;
  opacity: 0.3;
}
@media screen and (min-width: 1920px) {
  #hms-intro::before {
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  #hms-intro::after {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 200px;
    background: -moz-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.97) 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.97)), color-stop(100%, white));
    background: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.97) 20%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.97) 20%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.97) 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.97) 20%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#FFFFFF",GradientType=0 );
  }
}
#hms-intro .header {
  margin-bottom: 150px;
  max-width: unset;
}
#hms-intro .header h2 {
  color: #232527;
  font-size: 3rem;
}
@media screen and (max-width: 1199.98px) {
  #hms-intro .header {
    margin-bottom: 100px;
  }
  #hms-intro .header h2 {
    font-size: calc(1.6rem + 1vw);
  }
}
#hms-intro .intro #carousel-container #hms-logo {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 8%;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
#hms-intro .intro #carousel-container #hms-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 1000px;
  overflow: hidden;
}
#hms-intro .intro #carousel-container #hms-logo .logo {
  position: absolute;
  top: 24%;
  right: 22%;
  left: 22%;
  text-align: center;
}
#hms-intro .intro #carousel-container #hms-logo .logo img {
  max-width: 138px;
}
#hms-intro .intro #carousel-container #hms-logo .logo .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 12px;
  width: calc(100% + 48px);
  text-align: center;
  color: #757374;
  font-size: 1.2rem;
  font-weight: bold;
}
#hms-intro .intro #carousel-container #carousel {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 504px;
  transform: scale(0);
  -webkit-transition: 0.6s linear;
  -moz-transition: 0.6s linear;
  -o-transition: 0.6s linear;
  transition: 0.6s linear;
}
#hms-intro .intro #carousel-container .carousel {
  position: relative;
  background-color: #f4f4f4;
  box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1000px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(168, 168, 168, 0.2);
  -webkit-transition: 0.6s linear;
  -moz-transition: 0.6s linear;
  -o-transition: 0.6s linear;
  transition: 0.6s linear;
}
#hms-intro .intro #carousel-container .carousel::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 1000px;
  overflow: hidden;
}
#hms-intro .intro #carousel-container .carousel .hms-item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  -webkit-transition: 1.6s linear;
  -moz-transition: 1.6s linear;
  -o-transition: 1.6s linear;
  transition: 1.6s linear;
  cursor: pointer;
}
#hms-intro .intro #carousel-container .carousel .hms-item .image {
  position: relative;
  z-index: 1;
  margin: 0 auto 6px;
  width: 86px;
  height: 86px;
  padding: 13px;
  border-radius: 25px;
  background-color: #fefefe;
  box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.23);
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-intro .intro #carousel-container .carousel .hms-item .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-intro .intro #carousel-container .carousel .hms-item .description .title {
  color: #000;
  font-weight: 600;
  font-size: 1.16rem;
}
#hms-intro .intro #carousel-container .carousel .hms-item .description .text {
  display: none;
}
#hms-intro .intro #carousel-container .carousel .hms-item:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-intro .intro #carousel-container .carousel .hms-item:hover .image {
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-intro .intro #carousel-container .carousel .hms-item.open {
  z-index: 1;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#hms-intro .intro #carousel-container .carousel .hms-item.open .image {
  transform: scale(1.7);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#hms-intro .intro #carousel-container .carousel .hms-item.open .description {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#hms-intro .intro #description-container {
  display: flex;
  align-items: center;
}
#hms-intro .intro #description-container #description {
  opacity: 0;
  transform: scale(0);
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
#hms-intro .intro #description-container #description.open {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
#hms-intro .intro #description-container .title {
  margin-bottom: 24px;
  font-size: 1.7rem;
  color: #ce0a2d;
  font-weight: bold;
}
#hms-intro .intro #description-container .text {
  position: relative;
  padding: 20px 24px 28px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.1);
  color: #8f8f8f;
  font-size: 1.14rem;
  line-height: 1.65;
  text-align: justify;
}
#hms-intro .intro #description-container .text::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 34px;
  border-bottom: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#hms-intro .intro:not(.mobile) #carousel-container {
  padding-left: 80px;
}
#hms-intro .intro.mobile #carousel-container {
  padding-right: 50px;
  padding-left: 50px;
}
#hms-intro .intro.mobile #carousel-container .carousel .hms-item .image {
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 20px;
}
#hms-intro .intro.mobile #carousel-container .carousel .hms-item .description .title {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  #hms-intro .intro.mobile #carousel-container #hms-logo .logo {
    top: 20%;
  }
  #hms-intro .intro.mobile #carousel-container #hms-logo .title {
    margin-top: 9px;
    font-size: 0.9rem;
  }
  #hms-intro .intro.mobile #carousel-container .carousel .hms-item .image {
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 10px;
  }
  #hms-intro .intro.mobile #carousel-container .carousel .hms-item .description .title {
    font-size: 0.8rem;
  }
  #hms-intro .intro.mobile #carousel-container .carousel .hms-item.open {
    margin-top: 30px;
  }
}
#hms-intro .intro.mobile #description-container {
  margin-top: 90px;
}
#hms-intro .intro.mobile #description-container #description {
  text-align: center;
}
#hms-intro .intro.mobile #description-container .text {
  text-align: justify;
}
#hms-intro .intro.mobile #description-container .text::before {
  right: calc(50% - 15px);
}
#hms-intro .intro.mobile + .more {
  margin-top: 40px;
}
#hms-intro .more {
  margin-top: 140px;
}

/*======================================================================
  27. hms-tutorials
=======================================================================*/
#hms-tutorials {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #hms-tutorials::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 45%;
    left: 0;
    width: 50%;
    height: 956px;
    background-image: url("../images/bg-hms02.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: 0.6;
  }
}
#hms-tutorials .tutorials {
  margin-top: -10px;
  margin-bottom: -10px;
}
#hms-tutorials .tutorials .post-container {
  padding: 12px;
}
#hms-tutorials .tutorials .tutorial {
  position: relative;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 38.7px 4.3px rgba(58, 58, 58, 0.13);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial::before {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  border-radius: 25px;
  background: -moz-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, white));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 );
}
#hms-tutorials .tutorials .tutorial a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#hms-tutorials .tutorials .tutorial .post-image {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial .post-category {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 20px;
  display: inline-block;
  max-width: calc(100% - 40px);
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #c2172d;
  color: #fff;
  font-size: 0.84rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial .post-category a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial .post-category a:not(:nth-last-child(1))::after {
  content: " ، ";
}
#hms-tutorials .tutorials .tutorial .post-content {
  display: flex;
  align-items: flex-end;
  z-index: 2;
  position: relative;
  height: 100%;
  padding: 132px 24px 30px;
}
#hms-tutorials .tutorials .tutorial .post-content .post-date {
  font-weight: bold;
  color: #c2172d;
  font-size: 0.84rem;
}
#hms-tutorials .tutorials .tutorial .post-content .post-title {
  margin-top: 16px;
  font-size: 1.3rem;
  color: #6f6f6f;
  font-weight: bold;
  line-height: 1.25;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial:hover {
  box-shadow: 0px 0px 60px 8px rgba(58, 58, 58, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial:hover .post-category {
  color: #c2172d;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial:hover .post-category a {
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial:hover .post-image {
  opacity: 0.55;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  transform: rotate(2deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-tutorials .tutorials .tutorial:hover .post-content .post-title {
  color: #565656;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  28. hms-apps
=======================================================================*/
#hms-apps {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #hms-apps::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 20%;
    right: 0;
    transform: scaleX(-1);
    width: 50%;
    height: 956px;
    background-image: url("../images/bg-hms02.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0.6;
  }
}
#hms-apps .stores {
  padding: 70px 40px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 38.7px 4.3px rgba(58, 58, 58, 0.13);
}
@media screen and (max-width: 1199.98px) {
  #hms-apps .stores {
    padding: 50px 20px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #hms-apps .stores {
    margin-bottom: 50px;
  }
}
#hms-apps .stores h3 {
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 800;
  color: #4c4c4c;
}
@media screen and (max-width: 1199.98px) {
  #hms-apps .stores h3 {
    margin-bottom: 30px;
    font-size: calc(1.2rem + 0.7vw);
  }
}
#hms-apps .stores .store {
  padding: 20px;
  text-align: center;
}
#hms-apps .stores .store a {
  display: inline-block;
  width: 100%;
}
#hms-apps .stores .store .storeBox {
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#hms-apps .stores .store .title {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  color: #4c4c4c;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1199.98px) {
  #hms-apps .stores .store .title {
    display: none;
  }
}
#hms-apps .stores .store:hover .storeBox {
  transform: scale(1.1);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#hms-apps .stores .store:hover .title {
  transform: translateY(12px);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  #hms-apps .stores {
    padding: 30px 20px 30px;
  }
  #hms-apps .stores .store {
    padding: 5px;
  }
  #hms-apps .stores .store .storeBox {
    border-radius: 10px;
  }
}
#hms-apps .banner {
  height: 100%;
}
#hms-apps .banner a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#hms-apps .banner a .image {
  height: 100%;
  border-radius: 25px;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  #hms-apps .banner a .image::before {
    content: "";
    display: block;
    padding-top: 65%;
  }
}
#hms-apps .apps {
  position: relative;
  height: 100%;
  padding: 20px 16px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 38.7px 4.3px rgba(58, 58, 58, 0.13);
}
#hms-apps .apps .nav-tabs {
  border-bottom: none;
}
#hms-apps .apps .nav-tabs .nav-item {
  flex: 1 1 0;
  margin-bottom: 0;
}
#hms-apps .apps .nav-tabs .nav-item a {
  display: inline-block;
  width: 100%;
  padding: 15px 5px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #585858;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-apps .apps .nav-tabs .nav-item a.active {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-apps .apps .tab-content {
  margin-top: 40px;
  position: absolute;
  top: 74px;
  bottom: 92px;
  width: calc(100% - 30px);
  overflow-y: auto;
  overflow-x: hidden;
}
#hms-apps .apps .tab-content {
  overflow-y: auto;
}
#hms-apps .apps .tab-content::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: rgba(221, 221, 221, 0.1);
}
#hms-apps .apps .tab-content::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(221, 221, 221, 0.1);
}
#hms-apps .apps .tab-content::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: rgba(221, 221, 221, 0.9);
}
#hms-apps .apps .tab-content {
  /* firefox */
  scrollbar-color: rgba(221, 221, 221, 0.9) rgba(221, 221, 221, 0.1);
  scrollbar-width: thin;
}
#hms-apps .apps .tab-pane .appList {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#hms-apps .apps .tab-pane .appList li {
  margin-bottom: 18px;
}
#hms-apps .apps .tab-pane .appList .app {
  display: flex;
  align-items: center;
}
#hms-apps .apps .tab-pane .appList .app .image {
  display: inline-block;
  margin-left: 12px;
  width: 44px;
  border-radius: 10px;
  overflow: hidden;
}
#hms-apps .apps .tab-pane .appList .app .title {
  color: #898989;
  font-size: 1.3rem;
}
@media screen and (max-width: 991.98px) {
  #hms-apps .apps {
    height: 510px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099.98px), screen and (max-width: 599.98px) {
  #hms-apps .apps .nav-tabs .nav-item a {
    font-size: 1.2rem;
  }
  #hms-apps .apps .tab-pane .appList {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
#hms-apps .more {
  position: absolute;
  bottom: 26px;
  right: 50%;
  transform: translateX(50%);
}

/*======================================================================
  29. hms-videos
=======================================================================*/
#hms-videos .videos,
main#singleVideo .videos {
  padding: 16px;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.17);
}
@media screen and (min-width: 992px) {
  #hms-videos .tumbnail,
main#singleVideo .tumbnail {
    padding-right: 0;
  }
}
#hms-videos .tumbnail .nav-tabs,
main#singleVideo .tumbnail .nav-tabs {
  flex-direction: column;
  height: 100%;
  border-bottom: none;
}
#hms-videos .tumbnail .nav-item,
main#singleVideo .tumbnail .nav-item {
  flex: 1 0 0;
  width: 100%;
  min-height: 76px;
  max-height: 120px;
  border-radius: 20px;
  background-color: #f4f4f4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-videos .tumbnail .nav-item:not(:nth-last-child(1)),
main#singleVideo .tumbnail .nav-item:not(:nth-last-child(1)) {
  margin-bottom: 6px;
}
#hms-videos .tumbnail .nav-item:nth-last-child(1),
main#singleVideo .tumbnail .nav-item:nth-last-child(1) {
  margin-bottom: 0;
}
#hms-videos .tumbnail .nav-item a,
main#singleVideo .tumbnail .nav-item a {
  display: flex;
  height: 100%;
}
#hms-videos .tumbnail .nav-item .post-image,
main#singleVideo .tumbnail .nav-item .post-image {
  flex: 0 0 125px;
  position: relative;
  border-radius: 20px;
  background-size: cover;
}
#hms-videos .tumbnail .nav-item .post-image::after,
main#singleVideo .tumbnail .nav-item .post-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url("../images/play-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
}
#hms-videos .tumbnail .nav-item .post-image::before,
main#singleVideo .tumbnail .nav-item .post-image::before {
  content: attr(data-lenght);
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-right: calc(100% - 32px);
  padding-bottom: 6px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  color: #dddddd;
  font-size: 0.85rem;
}
#hms-videos .tumbnail .nav-item .post-content,
main#singleVideo .tumbnail .nav-item .post-content {
  flex: 1 1 0;
  padding: 8px 20px;
}
#hms-videos .tumbnail .nav-item .post-content .post-date,
main#singleVideo .tumbnail .nav-item .post-content .post-date {
  color: #514f4f;
  font-size: 0.8rem;
  font-weight: 600;
}
#hms-videos .tumbnail .nav-item .post-content .post-title,
main#singleVideo .tumbnail .nav-item .post-content .post-title {
  line-height: 1.3;
  font-size: 1.18rem;
  color: #514f4f;
  font-weight: bold;
}
#hms-videos .tumbnail .nav-item:hover,
main#singleVideo .tumbnail .nav-item:hover {
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  #hms-videos .largeVideo,
main#singleVideo .largeVideo {
    order: 2;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #hms-videos .largeVideo,
main#singleVideo .largeVideo {
    margin-bottom: 40px;
  }
  #hms-videos .largeVideo .tab-pane .caption,
main#singleVideo .largeVideo .tab-pane .caption {
    margin-top: 20px;
  }
}
#hms-videos .largeVideo .tab-pane,
main#singleVideo .largeVideo .tab-pane {
  height: 100%;
}
#hms-videos .largeVideo .tab-pane .video,
main#singleVideo .largeVideo .tab-pane .video {
  border-radius: 25px;
  overflow: hidden;
}
#hms-videos .largeVideo .tab-pane .video::after,
main#singleVideo .largeVideo .tab-pane .video::after {
  content: "";
  display: table;
  clear: both;
}
#hms-videos .largeVideo .tab-pane .video video,
main#singleVideo .largeVideo .tab-pane .video video {
  width: 100%;
  object-fit: cover;
  float: right;
}
#hms-videos .largeVideo .tab-pane .video .poster,
main#singleVideo .largeVideo .tab-pane .video .poster {
  position: relative;
  border-radius: 25px;
  background-position: center;
  background-size: cover;
}
#hms-videos .largeVideo .tab-pane .video .poster::before,
main#singleVideo .largeVideo .tab-pane .video .poster::before {
  content: "";
  display: block;
  padding-top: 55%;
  background-color: #000;
  opacity: 0.45;
  border-radius: 25px;
}
#hms-videos .largeVideo .tab-pane .video .poster::after,
main#singleVideo .largeVideo .tab-pane .video .poster::after {
  content: attr(data-lenght);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 80px;
  padding-top: 64px;
  background-image: url("../images/play-icon.svg");
  background-size: calc(100% + 10px);
  background-repeat: no-repeat;
  background-position-x: -5px;
  color: #dddddd;
  text-align: center;
  font-size: 1.15rem;
  font-weight: bold;
  cursor: pointer;
}
#hms-videos .largeVideo .tab-pane .caption,
main#singleVideo .largeVideo .tab-pane .caption {
  margin-top: 40px;
  font-size: 1.25rem;
  color: #606060;
  text-align: center;
}

/*======================================================================
  30. hms-faq
=======================================================================*/
#hms-faq {
  position: relative;
  padding-bottom: 320px;
  /*
  &::before {
    top: 0;
    right: 0;
  }
  */
}
#hms-faq::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 96%;
  height: 956px;
  background-image: url("../images/bg-hms03.png");
  background-position: bottom left;
  background-size: 1830px 956px;
  background-repeat: no-repeat;
  opacity: 0.25;
}
#hms-faq::after {
  bottom: -35px;
  left: 0;
  transform: scaleX(-1);
}
#hms-faq .faqs {
  max-width: 996px;
  margin-right: auto;
  margin-left: auto;
}
#hms-faq .faqs .cart {
  padding: 4px 36px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-faq .faqs .cart:not(:nth-last-child(1)) {
  margin-bottom: 32px;
}
#hms-faq .faqs .cart .cartHeader h2 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}
#hms-faq .faqs .cart .cartHeader h2::after {
  content: "";
  background-image: url("../images/arrow.svg");
  position: absolute;
  left: -5px;
  top: 24px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  opacity: 0.45;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-faq .faqs .cart .cartHeader h2:not(.collapsed)::after {
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-faq .faqs .cart .cartContent {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
  font-size: 1.18rem;
  line-height: 1.8;
  color: #6b6b6b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  #hms-faq .faqs .cart {
    padding-right: 26px;
    padding-left: 26px;
  }
  #hms-faq .faqs .cart .cartContent {
    margin-top: 10px;
  }
}
#hms-faq .faqs .cart.open {
  background-color: #f5f5f5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hms-faq .faqs .cart.open .cartContent {
  margin-top: 10px;
  margin-bottom: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  31. hms-quick-call
=======================================================================*/
#hms-faq + #quick-call {
  margin-top: -260px;
}

#quick-call {
  position: relative;
  height: 440px;
  padding-top: 16px;
  background-position: center bottom;
  background-size: cover;
}
#quick-call .quick-call {
  z-index: 2;
  position: relative;
  display: table;
  margin: 0 auto;
}
#quick-call .quick-call .logo {
  display: table;
  margin: 0 auto 36px;
  width: auto;
}
#quick-call .quick-call .call {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 24px 66px 24px 22px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.59);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#quick-call .quick-call .call::before {
  content: "";
  position: absolute;
  right: 14px;
  top: -50px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-color: #f0f0f0;
  box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.26);
  background-image: url("../images/call.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#quick-call .quick-call .call .text {
  font-size: 1.7rem;
  color: #707070;
  font-weight: bold;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 575.98px) {
  #quick-call .quick-call .call .text {
    font-size: 1.4rem;
  }
}
#quick-call .quick-call .call .number {
  font-size: 4rem;
  color: #c2172d;
  font-weight: bold;
  line-height: 0.7;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  #quick-call .quick-call .call .number::before {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    width: 1px;
    height: 44px;
    background-color: #a6a6a6;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}
#quick-call .quick-call .call:hover {
  background-color: #c2172d;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#quick-call .quick-call .call:hover .text,
#quick-call .quick-call .call:hover .number {
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#quick-call .quick-call .call:hover .number::before {
  background-color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#quick-call .quick-call .call:hover::before {
  transform: rotateY(180deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  #quick-call .quick-call .call {
    padding: 24px 18px 14px 18px;
    border-radius: 14px;
  }
  #quick-call .quick-call .call .number {
    position: relative;
    top: 5px;
    margin-right: 20px;
    line-height: 48px;
    font-size: 3rem;
  }
}

/******************************* Home v2 *******************************/
/*======================================================================
  32. home2-top-slider
=======================================================================*/
#home2-top-slider {
  position: relative;
  height: calc(100vh - 112px);
  box-shadow: 0px 7px 109px 0px rgba(0, 0, 0, 0.06);
}
#home2-top-slider::before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media screen and (max-width: 1199px) {
  #home2-top-slider {
    height: calc(100vh - 86px);
  }
}
#home2-top-slider .topSlider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
#home2-top-slider .topSlider .slick-list,
#home2-top-slider .topSlider .slick-track,
#home2-top-slider .topSlider .slick-slide,
#home2-top-slider .topSlider .slick-slide > div,
#home2-top-slider .topSlider .slide {
  height: 100%;
}
#home2-top-slider .topSlider .slick-slide {
  margin: 0;
}
#home2-top-slider .topSlider .slide {
  position: relative;
}
#home2-top-slider .topSlider .slide .slideImage,
#home2-top-slider .topSlider .slide .slideImageMobile {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  #home2-top-slider .topSlider .slide .slideImageMobile {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) {
  #home2-top-slider .topSlider .slide .slideImageMobile {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }
}
#home2-top-slider .topSlider .slide .link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#home2-top-slider .topSlider .slide .wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 160px;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  #home2-top-slider .topSlider .slide .wrapper {
    padding-bottom: calc(40px + 8vh);
  }
}
#home2-top-slider .topSlider .slide .text {
  max-width: 660px;
  height: fit-content;
}
@media screen and (max-width: 1199.98px) {
  #home2-top-slider .topSlider .slide .text {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#home2-top-slider .topSlider .slide .text .title {
  font-size: 2.4rem;
  color: #565656;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #home2-top-slider .topSlider .slide .text .title {
    font-size: 2rem;
  }
}
#home2-top-slider .topSlider .slide .text .description {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #8f8f8f;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  #home2-top-slider .topSlider .slide .text .description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  #home2-top-slider .topSlider .slide .text .description {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  #home2-top-slider .topSlider .slide .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  #home2-top-slider .topSlider .slide .text .title {
    font-size: 1.4rem;
  }
}
#home2-top-slider .topSlider .slide .text .more {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  width: 114px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  #home2-top-slider .topSlider .slide .text .more {
    margin-top: 30px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) {
  #home2-top-slider .topSlider .slide .text .more {
    display: none !important;
  }
}
#home2-top-slider .topSlider .slide .text .more:hover {
  background-color: #262626;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-top-slider .slick-dots {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 32px;
  margin-bottom: 0;
  width: auto;
}
#home2-top-slider .slick-dots li {
  width: auto;
  height: auto;
}
#home2-top-slider .slick-dots li button {
  width: 70px;
  height: 5px;
  padding: 0;
  background-color: #070707;
  opacity: 0.18;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991.98px) {
  #home2-top-slider .slick-dots li button {
    width: 50px;
    height: 3px;
  }
}
#home2-top-slider .slick-dots li button::before {
  content: unset;
}
#home2-top-slider .slick-dots li:hover button {
  background-color: #c2172d;
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-top-slider .slick-dots li.slick-active button {
  background-color: #c2172d;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-top-slider .slick-next,
#home2-top-slider .slick-prev {
  width: 40px;
  height: 60px;
  border-radius: 5px;
  background-color: white;
  opacity: 0.659;
}
#home2-top-slider .slick-next::before, #home2-top-slider .slick-next::before,
#home2-top-slider .slick-prev::before,
#home2-top-slider .slick-prev::before {
  background-image: url("../images/top-slider-arrow.svg");
  opacity: 0.4;
}
#home2-top-slider .slick-next:hover::before, #home2-top-slider .slick-next:hover::before,
#home2-top-slider .slick-prev:hover::before,
#home2-top-slider .slick-prev:hover::before {
  opacity: 0.96;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #home2-top-slider .slick-next {
    right: 50px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  #home2-top-slider .slick-next {
    right: 25px !important;
  }
}
#home2-top-slider .slick-next::before {
  transform: unset;
}
@media screen and (min-width: 1200px) {
  #home2-top-slider .slick-prev {
    left: 50px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  #home2-top-slider .slick-prev {
    left: 25px !important;
  }
}
#home2-top-slider .slick-prev::before {
  transform: scale(-1);
}

/*======================================================================
  33. home2-huawei-ecosystem
=======================================================================*/
#home2-huawei-ecosystem {
  padding-top: 100px;
  padding-bottom: 76px;
}
#home2-huawei-ecosystem header.header {
  margin-bottom: 70px;
}
#home2-huawei-ecosystem header.header h2 {
  color: #565656;
  font-size: 2.3rem;
}
@media screen and (max-width: 1399.98px) {
  #home2-huawei-ecosystem {
    padding-top: calc(60px + 2vw);
    padding-bottom: calc(40px + 2vw);
  }
  #home2-huawei-ecosystem header.header {
    margin-bottom: calc(30px + 2vw);
  }
}
#home2-huawei-ecosystem #ecosystem {
  direction: ltr;
  display: flex;
  justify-content: space-between;
}
#home2-huawei-ecosystem #ecosystem .ecosystem {
  align-items: center;
  position: relative;
  text-align: center;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .number {
  font-size: 140px;
  line-height: 1;
  color: #555555;
  font-weight: bold;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .title {
  font-size: 1.45rem;
  color: #8f8f8f;
  font-weight: bold;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .title a {
  color: #8f8f8f;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .title a:hover {
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  height: fit-content;
  justify-content: space-around;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon {
  margin-bottom: 6px;
  width: 68px;
  padding: 3px;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon .image {
  display: block;
  padding: 12%;
  border-radius: 8px;
  background-color: #efefef;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon .icon-title {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  text-transform: capitalize;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon img {
  opacity: 0.45;
  filter: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon a {
  display: inline-block;
  width: 100%;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon a[href=""], #home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon a[href="#"] {
  cursor: default;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon a:not([href=""]):not([href="#"]):hover .image {
  background-color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-huawei-ecosystem #ecosystem .ecosystem .icons .icon a:not([href=""]):not([href="#"]):hover img {
  filter: invert(1);
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #home2-huawei-ecosystem #ecosystem .ecosystem.plus {
    flex: 0 1 0;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.plus .number {
    z-index: -1;
    position: relative;
    top: 8px;
  }
}
#home2-huawei-ecosystem #ecosystem .ecosystem.mp {
  flex: 0 0 80px;
}
#home2-huawei-ecosystem #ecosystem .ecosystem.hdp {
  flex: 0 1 280px;
}
#home2-huawei-ecosystem #ecosystem .ecosystem.hdp + .plus {
  flex: 0 1 142px;
}
#home2-huawei-ecosystem #ecosystem .ecosystem.epp {
  flex: 0 1 280px;
}
@media screen and (max-width: 1199.98px) {
  #home2-huawei-ecosystem #ecosystem {
    flex-direction: column;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem:not(:nth-last-child(1)) {
    margin-bottom: 70px;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.plus .number {
    position: relative;
    top: -15px;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.plus .title {
    margin-top: -35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  #home2-huawei-ecosystem #ecosystem .ecosystem:not(:nth-child(2)) {
    display: flex;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem:not(:nth-child(2)) .ecosystem-title {
    width: 50%;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem:not(:nth-child(2)) .icons {
    width: 50%;
    margin-top: 0;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.mp .icons {
    padding-right: calc(25% - 60px);
    padding-left: calc(25% - 60px);
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.hdp .icons {
    padding-right: calc(25% - 140px);
    padding-left: calc(25% - 140px);
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.hdp + .plus .icons {
    padding-right: calc(25% - 71px);
    padding-left: calc(25% - 71px);
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.epp .icons {
    padding-right: calc(25% - 140px);
    padding-left: calc(25% - 140px);
  }
}
@media screen and (max-width: 575.98px) {
  #home2-huawei-ecosystem #ecosystem {
    max-width: 100%;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem:not(:nth-last-child(1)) {
    margin-bottom: 50px;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem .number {
    font-size: 80px;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.hdp {
    max-width: 100%;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.epp {
    min-width: unset;
    max-width: 100%;
  }
  #home2-huawei-ecosystem #ecosystem .ecosystem.epp .icons .icon {
    width: 25%;
  }
}
#home2-huawei-ecosystem .more {
  position: relative;
  display: table;
  margin: 80px auto 0;
  width: 114px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 575.98px) {
  #home2-huawei-ecosystem .more {
    margin-top: 50px;
  }
}
#home2-huawei-ecosystem .more:hover {
  background-color: #262626;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  34. home2-product-slider
=======================================================================*/
#home2-product-slider {
  height: calc(100vh - 112px);
  position: relative;
}
#home2-product-slider::before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media screen and (max-width: 1199px) {
  #home2-product-slider {
    height: calc(100vh - 86px);
  }
}
#home2-product-slider .middleProductsSlider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
#home2-product-slider .middleProductsSlider .slick-list,
#home2-product-slider .middleProductsSlider .slick-track,
#home2-product-slider .middleProductsSlider .slick-slide,
#home2-product-slider .middleProductsSlider .slick-slide > div,
#home2-product-slider .middleProductsSlider .slide {
  height: 100%;
}
#home2-product-slider .middleProductsSlider .slick-slide {
  margin: 0;
}
#home2-product-slider .middleProductsSlider .slide {
  position: relative;
}
#home2-product-slider .middleProductsSlider .slide .slideImage,
#home2-product-slider .middleProductsSlider .slide .slideImageMobile {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (orientation: landscape) {
  #home2-product-slider .middleProductsSlider .slide .slideImageMobile {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) {
  #home2-product-slider .middleProductsSlider .slide .slideImageMobile {
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }
}
#home2-product-slider .middleProductsSlider .slide .link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#home2-product-slider .middleProductsSlider .slide .wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  z-index: 2;
}
#home2-product-slider .middleProductsSlider .slide .text {
  max-width: 100%;
  width: fit-content;
  height: fit-content;
  padding-bottom: 90px;
}
@media screen and (max-width: 1199.98px) {
  #home2-product-slider .middleProductsSlider .slide .text {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#home2-product-slider .middleProductsSlider .slide .text .title {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #home2-product-slider .middleProductsSlider .slide .text .title {
    font-size: 1.6rem;
  }
}
#home2-product-slider .middleProductsSlider .slide .text .description {
  margin-top: 10px;
  max-width: 730px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  #home2-product-slider .middleProductsSlider .slide .text .description {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 575.98px) {
  #home2-product-slider .middleProductsSlider .slide .text .description {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  #home2-product-slider .middleProductsSlider .slide .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  #home2-product-slider .middleProductsSlider .slide .text .title {
    font-size: 1.4rem;
  }
}
#home2-product-slider .middleProductsSlider .slide .text .more {
  position: relative;
  display: inline-block;
  margin-top: 34px;
  width: 114px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  text-align: center;
  background-color: #c2172d;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  #home2-product-slider .middleProductsSlider .slide .text .more {
    margin-top: 20px;
  }
}
#home2-product-slider .middleProductsSlider .slide .text .more:hover {
  background-color: #941222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product-slider .slick-dots {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 32px;
  margin-bottom: 0;
  width: auto;
}
#home2-product-slider .slick-dots li {
  width: auto;
  height: auto;
}
#home2-product-slider .slick-dots li button {
  width: 70px;
  height: 5px;
  padding: 0;
  background-color: #7e7e7e;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991.98px) {
  #home2-product-slider .slick-dots li button {
    width: 50px;
    height: 3px;
  }
}
#home2-product-slider .slick-dots li button::before {
  content: unset;
}
#home2-product-slider .slick-dots li:hover button {
  background-color: #c2172d;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product-slider .slick-dots li.slick-active button {
  background-color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product-slider .slick-next,
#home2-product-slider .slick-prev {
  width: 40px;
  height: 60px;
  border-radius: 5px;
  background-color: white;
  opacity: 0.659;
}
#home2-product-slider .slick-next::before, #home2-product-slider .slick-next::before,
#home2-product-slider .slick-prev::before,
#home2-product-slider .slick-prev::before {
  background-image: url("../images/top-slider-arrow.svg");
  opacity: 0.4;
}
#home2-product-slider .slick-next:hover::before, #home2-product-slider .slick-next:hover::before,
#home2-product-slider .slick-prev:hover::before,
#home2-product-slider .slick-prev:hover::before {
  opacity: 0.96;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #home2-product-slider .slick-next {
    right: 50px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  #home2-product-slider .slick-next {
    right: 25px !important;
  }
}
#home2-product-slider .slick-next::before {
  transform: unset;
}
@media screen and (min-width: 1200px) {
  #home2-product-slider .slick-prev {
    left: 50px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  #home2-product-slider .slick-prev {
    left: 25px !important;
  }
}
#home2-product-slider .slick-prev::before {
  transform: scale(-1);
}

/*======================================================================
  35. home2-product-category
=======================================================================*/
#home2-product-category {
  padding-top: 100px;
  padding-bottom: 76px;
}
#home2-product-category header.header {
  margin-bottom: 70px;
}
#home2-product-category header.header h2 {
  color: #565656;
  font-size: 2.3rem;
}
@media screen and (max-width: 1399.98px) {
  #home2-product-category {
    padding-top: calc(60px + 2vw);
    padding-bottom: calc(40px + 2vw);
  }
  #home2-product-category header.header {
    margin-bottom: calc(30px + 2vw);
  }
}
#home2-product-category .productContainer {
  margin-bottom: 20px;
  padding-right: 8px;
  padding-left: 8px;
}
#home2-product-category .productContainer::after {
  content: "";
  display: table;
  clear: both;
}
#home2-product-category .productContainer .product {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product-category .productContainer .product .link {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#home2-product-category .productContainer .product .image img {
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product-category .productContainer .product:hover {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product-category .productContainer .product:hover .image img {
  transform: scale(1.08);
  transition: 0.2s cubic-bezier(0.41, 0.75, 0.41, 0.74);
}
#home2-product-category .productContainer.small:nth-child(1) .product {
  background-color: #a1a1a1;
}
#home2-product-category .productContainer.small:nth-child(2) .product {
  background-color: #d6d6d6;
}
#home2-product-category .productContainer.small:nth-child(3) .product {
  background-color: #e9e9e9;
}
#home2-product-category .productContainer.small:nth-child(4) .product {
  background-color: #f6f6f6;
}
#home2-product-category .productContainer.small .title {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #545454;
  font-weight: bold;
  line-height: 1.125;
  text-align: center;
}
#home2-product-category .productContainer.big .product {
  background-color: #fff;
  box-shadow: 0 2px 22px 2px rgba(0, 0, 0, 0.05);
}
#home2-product-category .productContainer.big .product .image {
  position: relative;
  padding: 15px 10px;
}
#home2-product-category .productContainer.big .product .image img {
  display: table;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: 100%;
}
#home2-product-category .productContainer.big .product .description {
  padding-right: 10px;
  padding-left: 10px;
}
#home2-product-category .productContainer.big .product .description h3 {
  font-size: 1.2rem;
  color: #545454;
  font-weight: bold;
  line-height: 1.125;
  text-align: center;
}
#home2-product-category .productContainer.big .product .description .more {
  display: table;
  margin: 14px auto 0;
}
#home2-product-category .productContainer.big .product .description .more a {
  position: relative;
  display: inline-block;
  height: 25px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 25px;
  font-size: 0.8rem;
  font-weight: 100;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product-category .productContainer.big .product:hover .description .more a {
  background-color: #c2172d !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  #home2-product-category .productContainer.big .product {
    display: flex;
  }
  #home2-product-category .productContainer.big .product .image {
    width: 60%;
    height: 100%;
    padding-left: 40px;
  }
  #home2-product-category .productContainer.big .product .description {
    align-self: flex-end;
    width: 40%;
    height: fit-content;
    padding-bottom: 40px;
  }
}

/*======================================================================
  36. home2-blog
=======================================================================*/
#home2-blog {
  padding-top: 76px;
  padding-bottom: 76px;
}
#home2-blog header.header {
  margin-bottom: 70px;
}
#home2-blog header.header h2 {
  color: #565656;
  font-size: 2.3rem;
}
@media screen and (max-width: 1399.98px) {
  #home2-blog {
    padding-top: calc(40px + 2vw);
    padding-bottom: calc(40px + 2vw);
  }
  #home2-blog header.header {
    margin-bottom: calc(30px + 2vw);
  }
}
#home2-blog .blog-posts .blog {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 38.7px 4.3px rgba(58, 58, 58, 0.13);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-blog .blog-posts .blog::before {
  content: "";
  display: block;
  padding-top: 66%;
}
#home2-blog .blog-posts .blog::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  border-radius: 25px;
  background: -moz-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, white));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 );
}
#home2-blog .blog-posts .blog .link {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#home2-blog .blog-posts .blog .post-image {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-blog .blog-posts .blog .post-image::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 4px;
  right: 4px;
  left: 4px;
  bottom: 4px;
  border-radius: 25px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-blog .blog-posts .blog .post-content {
  position: absolute;
  z-index: 2;
  height: fit-content;
}
#home2-blog .blog-posts .blog .post-content .post-date {
  padding: 4px 4px 3px;
  font-size: 0.9rem;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2d2929;
  font-weight: bold;
}
#home2-blog .blog-posts .blog .post-content .post-title {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-blog .blog-posts .blog:hover {
  box-shadow: 0px 0px 60px 8px rgba(58, 58, 58, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-blog .blog-posts .blog:hover .post-image {
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
#home2-blog .blog-posts .blog:hover .post-image::after {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-blog .blog-posts .blog:hover .post-title {
  color: #c2172d !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-blog .blog-posts .post-container {
  padding: 8px;
}
#home2-blog .blog-posts .post-container.big .blog .post-content {
  padding: 0 40px 36px;
}
#home2-blog .blog-posts .post-container.big .blog .post-content .post-title {
  margin-top: 18px;
  font-size: 1.25rem;
  color: #2d2929;
  font-weight: bold;
}
#home2-blog .blog-posts .post-container.big .blog .post-content .post-summary {
  margin-top: 10px;
  color: #2d2929;
}
@media screen and (max-width: 575.98px) {
  #home2-blog .blog-posts .post-container.big .blog .post-content {
    padding: 0 15px 20px;
  }
  #home2-blog .blog-posts .post-container.big .blog .post-content .post-title {
    font-size: 1rem;
  }
  #home2-blog .blog-posts .post-container.big .blog .post-content .post-summary {
    display: none;
  }
}
#home2-blog .blog-posts .post-container.small .blog .post-content {
  padding: 0 20px 20px;
}
#home2-blog .blog-posts .post-container.small .blog .post-content .post-title {
  margin-top: 10px;
  font-size: 1.15rem;
  color: #545454;
  font-weight: bold;
}
@media screen and (max-width: 575.98px) {
  #home2-blog .blog-posts .post-container.small .blog .post-content {
    padding: 0 15px 20px;
  }
  #home2-blog .blog-posts .post-container.small .blog .post-content .post-title {
    font-size: 1rem;
  }
}
#home2-blog .blog-posts .row {
  padding-right: 0;
  padding-left: 0;
}
#home2-blog .more {
  display: table;
  margin: 40px auto 0;
  height: 34px;
  line-height: 34px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #c2172d;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-blog .more:hover {
  background-color: #941222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  37. home2-product
=======================================================================*/
#home2-product {
  padding-top: 76px;
  padding-bottom: 76px;
}
#home2-product header.header {
  margin-bottom: 50px;
}
#home2-product header.header h2 {
  color: #565656;
  font-size: 2.3rem;
}
#home2-product #products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#home2-product #products .product-container {
  padding: 14px;
}
@media screen and (max-width: 575.98px) {
  #home2-product #products .product-container {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  #home2-product #products .product-container {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #home2-product #products .product-container {
    width: 25%;
  }
}
@media screen and (max-width: 1199.98px) {
  #home2-product #products .product-container:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #home2-product #products .product-container {
    width: 20%;
  }
}
#home2-product #products .product {
  height: 100%;
  padding: 26px 20px;
  text-align: center;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 0px 46px 0px rgba(56, 55, 55, 0.19);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product #products .product::after {
  content: "";
  display: block;
  clear: both;
}
#home2-product #products .product > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 180px;
}
#home2-product #products .product img {
  display: table;
  margin-right: auto;
  margin-left: auto;
  max-height: 180px;
  width: auto;
}
#home2-product #products .product figcaption {
  float: right;
  margin-top: 16px;
  width: 100%;
  font-weight: 700;
  font-size: 1.14rem;
}
#home2-product #products .product figcaption a {
  display: inline-block;
  width: 100%;
}
#home2-product #products .product:hover {
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 460px) {
  #home2-product #products .product {
    padding-right: 15%;
    padding-left: 15%;
  }
}
@media screen and (max-width: 1399.98px) {
  #home2-product {
    padding-top: calc(40px + 2vw);
    padding-bottom: calc(40px + 2vw);
  }
  #home2-product header.header {
    margin-bottom: calc(30px + 2vw);
  }
}
#home2-product .more {
  position: relative;
  display: table;
  margin: 60px auto 20px;
  width: 114px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#home2-product .more:hover {
  background-color: #262626;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  38. typography
=======================================================================*/
[class*=typography-] {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #a40f11;
}
[class*=typography-]::after {
  content: "";
  display: table;
  clear: both;
}
[class*=typography-] p {
  margin-top: 0;
}
[class*=typography-] p:nth-last-child(1) {
  margin-bottom: 0 !important;
}
[class*=typography-].typography-wide {
  padding: 20px;
  background-color: #f9e5e6;
  border-radius: 4px;
}
[class*=typography-].typography-pull-right, [class*=typography-].typography-pull-left {
  padding: 5px 20px 5px 0;
  border-right: 4px solid;
}
@media screen and (min-width: 992px) {
  [class*=typography-].typography-pull-right {
    float: right;
    margin-left: 60px;
    width: calc(50% - 30px);
  }
  [class*=typography-].typography-pull-left {
    float: left;
    margin-right: 60px;
    width: calc(50% - 30px);
  }
}

/**************************** Online shops *****************************/
/*======================================================================
  39. online-shop-top-slider
=======================================================================*/
@media screen and (orientation: landscape) {
  #online-shop-top-slider {
    margin-top: 138px !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) {
  #online-shop-top-slider {
    margin-top: 100px !important;
  }
}
#online-shop-top-slider .wrapper {
  position: relative;
}
#online-shop-top-slider .topSlider {
  width: 100%;
  margin-bottom: 0;
}
#online-shop-top-slider .topSlider .slick-list,
#online-shop-top-slider .topSlider .slick-track,
#online-shop-top-slider .topSlider .slick-slide,
#online-shop-top-slider .topSlider .slick-slide > div,
#online-shop-top-slider .topSlider .slide {
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  vertical-align: bottom;
}
#online-shop-top-slider .topSlider .slick-slide {
  margin: 0;
}
#online-shop-top-slider .topSlider .slide {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
}
@media screen and (orientation: landscape) {
  #online-shop-top-slider .topSlider .slide {
    padding: 44.5% 60px 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) {
  #online-shop-top-slider .topSlider .slide {
    padding: calc(100vh - 128px) 25px 0;
  }
}
#online-shop-top-slider .topSlider .slide .slideImage,
#online-shop-top-slider .topSlider .slide .slideImageMobile {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  #online-shop-top-slider .topSlider .slide .slideImageMobile {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) {
  #online-shop-top-slider .topSlider .slide .slideImageMobile {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }
}
#online-shop-top-slider .topSlider .slide .link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#online-shop-top-slider .topSlider .slide .text {
  z-index: 4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 660px;
  height: fit-content;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991.98px) {
  #online-shop-top-slider .topSlider .slide .text {
    right: 25px;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 992px) {
  #online-shop-top-slider .topSlider .slide .text {
    right: 60px;
    width: calc(100% - 120px);
  }
}
#online-shop-top-slider .topSlider .slide .text .title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  #online-shop-top-slider .topSlider .slide .text .title {
    font-size: 2rem;
  }
}
#online-shop-top-slider .topSlider .slide .text .description {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 991.98px) {
  #online-shop-top-slider .topSlider .slide .text .description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  #online-shop-top-slider .topSlider .slide .text .description {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  #online-shop-top-slider .topSlider .slide .text .title {
    font-size: 1.4rem;
  }
}
#online-shop-top-slider .topSlider .slide .text .more {
  position: relative;
  display: inline-block;
  margin-top: 28px;
  width: 114px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  text-align: center;
  background-color: #710210;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) {
  #online-shop-top-slider .topSlider .slide .text .more {
    display: none !important;
  }
}
#online-shop-top-slider .topSlider .slide:hover .text .more {
  background-color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-top-slider .slick-dots {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 32px;
  margin-bottom: 0;
  width: auto;
}
#online-shop-top-slider .slick-dots li {
  width: auto;
  height: auto;
}
#online-shop-top-slider .slick-dots li button {
  width: 70px;
  height: 5px;
  padding: 0;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991.98px) {
  #online-shop-top-slider .slick-dots li button {
    width: 50px;
    height: 3px;
  }
}
#online-shop-top-slider .slick-dots li button::before {
  content: unset;
}
#online-shop-top-slider .slick-dots li:hover button {
  background-color: #c2172d;
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-top-slider .slick-dots li.slick-active button {
  background-color: #c2172d;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-top-slider .slick-next,
#online-shop-top-slider .slick-prev {
  width: 40px;
  height: 60px;
  opacity: 0.659;
}
#online-shop-top-slider .slick-next::before, #online-shop-top-slider .slick-next::before,
#online-shop-top-slider .slick-prev::before,
#online-shop-top-slider .slick-prev::before {
  background-image: url("../images/top-slider-arrow.svg");
  opacity: 0.4;
}
#online-shop-top-slider .slick-next:hover::before, #online-shop-top-slider .slick-next:hover::before,
#online-shop-top-slider .slick-prev:hover::before,
#online-shop-top-slider .slick-prev:hover::before {
  opacity: 0.96;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #online-shop-top-slider .slick-next {
    right: -6vw !important;
  }
}
@media screen and (max-width: 1199.98px) {
  #online-shop-top-slider .slick-next {
    right: -5vw !important;
  }
}
#online-shop-top-slider .slick-next::before {
  transform: unset;
}
@media screen and (min-width: 1200px) {
  #online-shop-top-slider .slick-prev {
    left: -6vw !important;
  }
}
@media screen and (max-width: 1199.98px) {
  #online-shop-top-slider .slick-prev {
    left: -5vw !important;
  }
}
#online-shop-top-slider .slick-prev::before {
  transform: scale(-1);
}

/*======================================================================
  40. online-shop-category
=======================================================================*/
#online-shop-category {
  margin-top: 16px;
  margin-bottom: 120px;
}
#online-shop-category .categories {
  margin-right: -8px;
  margin-left: -8px;
}
#online-shop-category .productContainer {
  margin-bottom: 20px;
  padding-right: 8px;
  padding-left: 8px;
}
#online-shop-category .productContainer .product {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-category .productContainer .product::before {
  content: "";
  display: block;
  padding-top: 80%;
}
#online-shop-category .productContainer .product .link {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#online-shop-category .productContainer .product .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(1) rotate(0);
  overflow: hidden;
  vertical-align: bottom;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-category .productContainer .product:hover {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-category .productContainer .product:hover .image {
  transform: scale(1.08) rotate(-1deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*======================================================================
  41. online-shop-list
=======================================================================*/
#online-shop-list {
  margin-top: 120px;
  margin-bottom: 150px;
}
#online-shop-list header {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
}
#online-shop-list header .title {
  font-size: 3rem;
}
#online-shop-list header .description {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#online-shop-list .product-type [class*=product-] {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .product-type [class*=product-]::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .product-type .product-laptop::before {
  background-image: url(../images/product-laptop.svg);
}
#online-shop-list .product-type .product-tablet::before {
  background-image: url(../images/product-tablet.svg);
}
#online-shop-list .product-type .product-phone::before {
  background-image: url(../images/product-phone.svg);
}
#online-shop-list .product-type .product-watch::before {
  background-image: url(../images/product-watch.svg);
}
#online-shop-list .product-type .product-all::before {
  background-image: url(../images/product-all.png);
}
#online-shop-list #filterBox {
  padding: 20px 3px 10px;
}
#online-shop-list #filterBox .controls {
  max-width: 326px;
  padding-right: 66px;
  border-radius: 4px;
}
#online-shop-list #filterBox .controls::after {
  content: unset;
}
#online-shop-list #filterBox .controls .settings {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 5px;
  background-color: #710210;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.08);
}
#online-shop-list #filterBox .controls .settings::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons-tab.png");
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center 7px;
  background-size: auto;
  filter: invert(1);
}
#online-shop-list #filterBox .controls .custom-select {
  position: relative;
  max-width: 240px;
}
#online-shop-list #filterBox .controls .custom-select .button-open-dialog {
  position: relative;
  width: 100%;
  height: 54px;
  padding-right: 25px;
  padding-left: 32px;
  border-radius: 4px;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #cab2b4;
  background: none;
  background-color: transparent;
  text-align: right;
  color: #cab2b4;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list #filterBox .controls .custom-select .button-open-dialog::before {
  content: "";
  background-image: url(../images/arrow.svg);
  position: absolute;
  left: 14px;
  top: 19px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  opacity: 0.3;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box {
  z-index: 2;
  position: absolute;
  top: calc(100% + 5px);
  height: 0;
  width: 100%;
  padding-right: 25px;
  padding-left: 14px;
  overflow: hidden;
  opacity: 0;
  border-radius: 4px;
  border: 1px solid #cab2b4;
  background-color: white;
  font-weight: normal;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box.open {
  z-index: 2;
  height: auto !important;
  padding-top: 28px;
  padding-bottom: 22px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box ul {
  max-height: 246px;
  padding-left: 10px;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box ul li {
  display: flex;
  align-items: center;
  padding: 2px;
  border-radius: 6px;
  color: #585858;
  font-size: 1.18rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box ul li:not(:nth-last-child(1)) {
  margin-bottom: 6px;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box ul li:hover {
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box ul li:hover [class*=product-]::before {
  filter: contrast(999%) invert(0.16) sepia(100%) saturate(20) hue-rotate(700deg);
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box ul [class*=product-] {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 6px;
  background-color: #f6f6f6;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box ul [class*=product-]::before {
  background-size: 20px;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box ul .product-laptop::before {
  background-size: 26px;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box.open ul {
  overflow-y: auto;
}
#online-shop-list #filterBox .controls .custom-select .dialog-box.open ul::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: rgba(207, 207, 207, 0.1);
}
#online-shop-list #filterBox .controls .custom-select .dialog-box.open ul::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(207, 207, 207, 0.1);
}
#online-shop-list #filterBox .controls .custom-select .dialog-box.open ul::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: rgba(207, 207, 207, 0.9);
}
#online-shop-list #filterBox .controls .custom-select .dialog-box.open ul {
  /* firefox */
  scrollbar-color: rgba(207, 207, 207, 0.9) rgba(207, 207, 207, 0.1);
  scrollbar-width: thin;
}
#online-shop-list .tableTr {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .tableTr .tableTd .cellBg {
  padding-top: 13px;
  padding-bottom: 13px;
}
#online-shop-list .tableTr .tableTd.store-name .cellBg > span {
  display: flex;
  align-items: center;
}
#online-shop-list .tableTr .tableTd.store-name .shop-logo {
  flex: 0 0 50%;
  text-align: left;
  padding-left: 16px;
}
#online-shop-list .tableTr .tableTd.store-name .shop-logo img {
  width: auto;
  max-height: 50px;
}
#online-shop-list .tableTr .tableTd.store-name .shop-title {
  flex: 0 0 50%;
  text-align: right;
}
#online-shop-list .tableTr .tableTd.url span {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #online-shop-list .tableTr .tableTd.url span {
    justify-content: center;
  }
}
#online-shop-list .tableTr .tableTd.url .site-url {
  display: inline-block;
  direction: ltr;
  padding-left: 15px;
  border-left: 1px solid #c9c9c9;
  margin-left: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .tableTr .tableTd.url .site-url:hover {
  color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .tableTr .tableTd.url .instagram-url {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .tableTr .tableTd.url .instagram-url::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  opacity: 0.35;
  filter: saturate(0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .tableTr .tableTd.url .instagram-url:hover::before {
  filter: none;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .tableTr .tableTd.product-type ul {
  margin-top: -10px;
  margin-bottom: -10px;
}
#online-shop-list .tableTr .tableTd.product-type ul li {
  display: inline-block;
  margin: 2px 1px;
}
#online-shop-list .tableTr .tableTd.product-type [class*=product-] {
  width: 54px;
  height: 54px;
  padding: 9px;
  border-radius: 10px;
  background-color: #fff;
}
#online-shop-list .tableTr .tableTd.product-type [class*=product-]::before {
  background-size: 30px;
}
#online-shop-list .tableTr .tableTd.product-type .product-laptop::before {
  background-size: 36px;
}
#online-shop-list .tableTr .tableTd.product-type a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#online-shop-list .tableTr .tableTd.product-type a:hover [class*=product-] {
  background-color: #c2172d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .tableTr .tableTd.product-type a:hover [class*=product-]::before {
  filter: invert(1);
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#online-shop-list .tableTr.hidden {
  display: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) and (min-width: 576px) {
  #online-shop-list .tableTr .tableTd:nth-child(4) {
    width: 100%;
    padding-right: 0;
  }
}

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