input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

/**
 * HEADING
 */
.head_section {
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}
.head_section .title {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #c4161c;
  text-transform: uppercase;
}

.head_block {
  position: relative;
  overflow: hidden;
}
.head_block .title {
  margin: 0;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.51);
  color: #fff;
  padding: 15px 15px;
  text-transform: uppercase;
}

.head_footer {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.head_footer .title {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

/**
 * MENU MOBILE & TABLET
 */
.gv_menu_block {
  position: fixed;
  left: -322px;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 99;
  width: 90%;
  max-width: 320px;
  background: #000;
  height: 100vh;
}
.gv_menu_block .logo_nav {
  background: #000;
  padding: 15px 15px 20px;
  position: relative;
}
.gv_menu_block .logo_nav .menu_bar_off {
  cursor: pointer;
}
.gv_menu_block .logo_nav .menu_bar_off i {
  font-size: 22px;
  color: #c4161c;
}
.gv_menu_block .menu_nav {
  font-family: "Open Sans", "Arial", sans-serif;
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
.gv_menu_block .menu_nav > li {
  position: relative;
  display: block;
}
.gv_menu_block .menu_nav > li > a {
  color: #fff;
  padding: 13px 20px;
  display: flex;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #333;
  line-height: 20px;
}
.gv_menu_block .menu_nav > li > a > i {
  margin-right: 5px;
}
.gv_menu_block .menu_nav > li > a > i::before {
  height: 18px;
  width: 18px;
}
.gv_menu_block .menu_nav > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4161c;
}
.gv_menu_block .menu_nav > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .menu_nav > li > .sub-menu {
  display: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_menu_block .menu_nav > li > .sub-menu > li {
  display: block;
  position: relative;
  padding: 0 0px;
}
.gv_menu_block .menu_nav > li > .sub-menu > li > a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #333;
  color: #FFF;
  font-weight: 400;
}
.gv_menu_block .menu_nav > li > .sub-menu > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4161c;
}
.gv_menu_block .menu_nav > li > .sub-menu > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .menu_nav > li > .sub-menu > li ul {
  display: block;
  position: relative;
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
}
.gv_menu_block .menu_nav > li > .sub-menu > li ul > li {
  display: block;
  position: relative;
}
.gv_menu_block .menu_nav > li > .sub-menu > li ul > li > a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #333;
  color: #FFF;
}
.gv_menu_block .menu_nav > li > .sub-menu > li ul > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4161c;
}
.gv_menu_block .menu_nav > li > .sub-menu > li ul > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .support_nav {
  margin-top: 15px;
  padding: 0 20px;
}
.gv_menu_block .support_nav h4 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.gv_menu_block .support_nav p {
  display: flex;
  align-items: center;
  color: #fff;
}
.gv_menu_block .support_nav p i {
  font-style: normal;
  margin-right: 7px;
}
.gv_menu_block .support_nav p span {
  font-weight: bold;
  color: #c4161c;
}

.gv_menu_block.open {
  left: 0;
}

/**
 * SEARCH
 */
.gv_search_block {
  position: fixed;
  padding: 30px 0;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  color: #FFF;
  z-index: 9999;
}
.gv_search_block > button {
  position: absolute;
  top: 100%;
  left: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  padding: 10px;
  cursor: pointer;
}
.gv_search_block > button i {
  font-size: 30px;
  color: orange;
}
.gv_search_block .search .search__form {
  width: 100%;
}
.gv_search_block .search .search__form .from_group {
  display: flex;
  align-items: center;
  width: 100%;
}
.gv_search_block .search .search__form .from_group input {
  border: 0;
  padding: 15px 15px;
  background: #FFF;
  line-height: 20px;
  border-radius: 0px;
  width: 100%;
}
.gv_search_block .search .search__form .from_group button {
  border: 0;
  background: red;
  padding: 15px 15px;
  line-height: 20px;
  border-radius: 0;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  white-space: nowrap;
}

/**
 * BREADCRUMB
 */
.gv_breadcrumb_block {
  background: #eee;
  font-family: "Open Sans", sans-serif;
}
.gv_breadcrumb_block .breadcrumb-nav {
  padding: 0;
  margin: 0;
}
.gv_breadcrumb_block .breadcrumb-nav span,
.gv_breadcrumb_block .breadcrumb-nav a {
  font-family: inherit;
  font-size: 14px;
  color: #000;
  line-height: 1;
}

/**
 * DESC
 */
.desc {
  font: 14px "Open Sans", sans-serif;
  line-height: 1.4;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.desc .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.desc .aligncenter img {
  max-width: 100%;
  height: auto;
}
.desc .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.desc .alignleft img {
  max-width: 100%;
  height: auto;
}
.desc .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.desc .alignright img {
  max-width: 100%;
  height: auto;
}

/**
 * LOOP PRODUCT
 */
.product_inner {
  position: relative;
  font-family: "Open Sans", sans-serif;
  transition: all 0.4s ease 0.1s;
}
.product_inner .image {
  margin-bottom: 10px;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.product_inner .image > a {
  padding-bottom: 60%;
  transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  background-position: center;
  position: relative;
}
.product_inner .image > a > img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.product_inner .image:hover > a {
  transform: translateY(-5px);
}
.product_inner .info {
  padding: 0 15px;
  margin-bottom: 10px;
}
.product_inner .info h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1.1;
}
.product_inner .info h3 > a {
  color: #c4161c;
}
.product_inner .info .price > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.product_inner .more a {
  background: #ddd;
  color: #000;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  transition: all 0.45s ease 0s;
}
.product_inner .more a strong {
  display: inline-block;
}
.product_inner .more a i {
  margin-left: 10px;
}
.product_inner:hover .more a {
  color: #fff;
  background: #c4161c;
}

/**
 * LOOP SELLER
 */
.seller_inner {
  position: relative;
  padding: 0;
  margin: 0;
}
.seller_inner .image {
  width: 76px;
  float: left;
}
.seller_inner .image a {
  display: block;
}
.seller_inner .image a img {
  width: 100%;
  height: auto;
}
.seller_inner .info {
  margin-left: 89px;
}
.seller_inner .info .title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.seller_inner .info .title a {
  color: #333;
}
.seller_inner .info .title a:hover {
  color: #bc002d;
  text-decoration: underline;
}
.seller_inner .info .price-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
}
.seller_inner .info .price-group del {
  font-size: 15px;
  margin-right: 10px;
}
.seller_inner .info .price-group span {
  font-size: 15px;
  font-weight: bold;
  color: red;
}

/**
 * LOOP RECENT
 */
.recent_inner {
  position: relative;
  padding: 0;
}
.recent_inner .image {
  width: 76px;
  float: left;
}
.recent_inner .image a {
  display: block;
}
.recent_inner .image a img {
  width: 100%;
  height: auto;
}
.recent_inner .info {
  margin-left: 89px;
}
.recent_inner .info .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}
.recent_inner .info .title a {
  color: #333;
}
.recent_inner .info .title a:hover {
  color: #bc002d;
  text-decoration: underline;
}

/**
 * LOOP NEWS
 */
.post_inner {
  position: relative;
  margin: 0;
  padding: 0px;
}
.post_inner .image {
  position: relative;
}
.post_inner .image > a {
  display: block;
  padding-bottom: 62%;
  width: 100%;
  background-position: center;
  position: relative;
  height: auto;
  overflow: hidden;
}
.post_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.67s ease 0s;
}
.post_inner .image:hover > a img {
  transform: scale(1.13);
}
.post_inner .info {
  padding-top: 11px;
  position: relative;
}
.post_inner .info .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.post_inner .info .title a {
  color: #000;
}
.post_inner .info .title a:hover {
  color: #c4161c;
}

/**
 * LOOP ARTICLE
 */
.article_inner {
  position: relative;
  margin: 0;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.article_inner .image {
  flex: 1 1 0;
  max-width: 220px;
}
.article_inner .image > a {
  display: block;
  padding-bottom: 60%;
  height: auto;
  position: relative;
  background-position: center;
  width: 100%;
}
.article_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.article_inner .info {
  flex: 1 1 0;
  padding-left: 20px;
}
.article_inner .info .title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.article_inner .info .title a {
  color: #555;
}
.article_inner .info .title a:hover {
  color: #c4161c;
}
.article_inner .info .date {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.article_inner .info .date span {
  font-size: 14px;
  font-style: italic;
  color: #888;
  display: inline-block;
}
.article_inner .info .date span + span {
  margin-left: 10px;
}
.article_inner .info > .desc {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.56;
  padding-bottom: 10px;
}
.article_inner .info .more > a {
  display: inline-block;
  line-height: 20px;
  padding: 5px 15px;
  border-radius: 50px;
  background: #00a1b1;
  color: #FFF;
  font-size: 13px;
}

@media (max-width: 992px) {
  .article_inner .image {
    width: 130px;
    float: left;
    margin-right: 12px;
  }
  .article_inner .info {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .article_inner .image {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .article_inner .info {
    margin-left: 0;
    margin-top: 12px;
  }
  .article_inner .info .more {
    margin-top: 10px;
  }
}
/**
 * LOOP RELATED
 */
.related_inner {
  position: relative;
}
.related_inner .title {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}
.related_inner .title a {
  color: #333;
}
.related_inner .title a:hover {
  color: #bc002d;
  text-decoration: underline;
}
.related_inner > span {
  position: absolute;
  top: 10px;
  right: 0;
  color: #999;
  font-size: 14px;
}

/**
 * BANNER
 */
.gv_banner_block .inner img {
  width: 100%;
  height: auto;
}

/**
 * MY ACCOUNT
 */
.account__nav {
  background: #2c55a5;
  padding: 20px;
}
.account__nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account__nav > ul > li {
  display: block;
  position: relative;
}
.account__nav > ul > li > a {
  padding: 13px 0;
  display: block;
  color: #FFF;
  border-bottom: 1px dotted #555;
  text-transform: uppercase;
}
.account__nav > ul > li > a:hover {
  color: orange;
}
.account__nav > ul > li:last-child > a {
  border-bottom: 0;
}

.account__content .head__address {
  position: relative;
  margin-bottom: 10px;
}
.account__content .head__address .title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0px;
  position: relative;
  margin: 0;
}
.account__content .head__address .edit {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: blue;
  padding: 1px 8px;
  color: #FFF;
  border-radius: 3px;
}

.address__fields {
  padding: 20px;
  background: #eee;
}

/**
 * FORM POPUP
 */
.gv_form_popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_form_popup .inner {
  width: 100%;
  max-width: 480px;
  position: relative;
  padding: 30px;
  background: #fff;
  color: #000;
}
.gv_form_popup .inner > button {
  position: absolute;
  right: 0px;
  top: 0;
  height: 34px;
  width: 34px;
  background: rgba(0, 0, 0, 0.78);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
}
.gv_form_popup .inner > button i {
  font-size: 20px;
}
.gv_form_popup .inner .form_popup > .title {
  font-size: 22px;
  text-transform: uppercase;
  color: #c4161c;
  font-weight: bold;
  margin-bottom: 5px;
}
.gv_form_popup .inner .form_popup > p {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form input,
.gv_form_popup .inner .form_popup .form_box .wpcf7-form textarea,
.gv_form_popup .inner .form_popup .form_box .wpcf7-form select {
  border: 1px solid #444;
  padding: 8px 15px;
  color: #000;
  background: transparent;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  border-radius: 0px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin: 10px 0;
  margin-left: 6px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form input.wpcf7-submit {
  color: #FFF;
  background: #c4161c;
  border-color: #c4161c;
  margin-bottom: 0;
  outline: none;
}

/**
 * ANIMATION
 */
@keyframes slide-top-to-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes slide-left-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/**
 * TASKBAR
 */
.gv_button_task {
  position: fixed;
  background: #fff;
  bottom: 0;
  z-index: 99999;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 5px 0px #bbb;
}
.gv_button_task .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.gv_button_task .inner > a {
  display: inline-block;
  padding: 10px 10px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.gv_button_task .inner > a > img {
  height: 40px;
  width: auto;
}
.gv_button_task .inner > a > span {
  display: block;
  padding-top: 5px;
}

@media (min-width: 576px) {
  .gv_button_task {
    background: none;
    box-shadow: initial;
    left: initial;
    right: 15px;
    bottom: 30px;
  }
  .gv_button_task .inner {
    padding: 0;
    width: 40px;
    flex-wrap: wrap;
  }
  .gv_button_task .inner > a {
    display: block;
    position: relative;
    margin: 10px 0;
    padding: 0;
  }
  .gv_button_task .inner > a > span {
    display: inline-block;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    font-size: 13px;
    right: 100%;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  .gv_button_task .inner > a > span::after {
    height: 10px;
    width: 5px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #FFF;
    content: "";
    right: -5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .gv_button_task .inner > a:hover > span {
    right: 115%;
    opacity: 1;
    visibility: visible;
  }
}/*# sourceMappingURL=style.css.map */