/*
 Theme Name: Inotura-child
  Author: Insignia Technolabs
  Template: inotura
  Theme URI:  http://insigniathemes.in/inotura/inotura-child
  Author URI: http://insigniathemes.in
  Description: Inotura Child Theme * License: GPL v2
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Version: 1.1
  Tags:  one-column, two-columns, left-sidebar, right-sidebar,  custom-menu, custom-background, editor-style, featured-images, full-width-template, theme-options, threaded-comments
  Text Domain: inotura
*/

@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsBold.eot');
  src: url('../fonts/SVN-PoppinsBold.eot#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsBold.woff2') format('woff2'), url('../fonts/SVN-PoppinsBold.woff') format('woff'), url('../fonts/SVN-PoppinsBold.ttf') format('truetype'), url('../images/SVN-PoppinsBold.svg#SVN-PoppinsBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsBlack.eot');
  src: url('../fonts/SVN-PoppinsBlack.eot#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsBlack.woff2') format('woff2'), url('../fonts/SVN-PoppinsBlack.woff') format('woff'), url('../fonts/SVN-PoppinsBlack.ttf') format('truetype'), url('../images/SVN-PoppinsBlack.svg#SVN-PoppinsBlack') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsLight.eot');
  src: url('../fonts/SVN-PoppinsLight.eot#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsLight.woff2') format('woff2'), url('../fonts/SVN-PoppinsLight.woff') format('woff'), url('../fonts/SVN-PoppinsLight.ttf') format('truetype'), url('../images/SVN-PoppinsLight.svg#SVN-PoppinsLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsMedium.eot');
  src: url('../fonts/SVN-PoppinsMedium.eot#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsMedium.woff2') format('woff2'), url('../fonts/SVN-PoppinsMedium.woff') format('woff'), url('../fonts/SVN-PoppinsMedium.ttf') format('truetype'), url('../images/SVN-PoppinsMedium.svg#SVN-PoppinsMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-Poppins.eot');
  src: url('../fonts/SVN-Poppins.eot#iefix') format('embedded-opentype'), url('../fonts/SVN-Poppins.woff2') format('woff2'), url('../fonts/SVN-Poppins.woff') format('woff'), url('../fonts/SVN-Poppins.ttf') format('truetype'), url('../images/SVN-Poppins.svg#SVN-Poppins') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsSemiBold.eot');
  src: url('../fonts/SVN-PoppinsSemiBold.eot#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsSemiBold.woff2') format('woff2'), url('../fonts/SVN-PoppinsSemiBold.woff') format('woff'), url('../fonts/SVN-PoppinsSemiBold.ttf') format('truetype'), url('../images/SVN-PoppinsSemiBold.svg#SVN-PoppinsSemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body, body *:not(i):not(span), body .pharmacy-contact-form .ins-contact-form-input, .default_post_meta_item span, .default_post_meta_item span a {
  font-family: 'SVN-Poppins' !important;
}

.header-lang-switcher, .single-blog-meta-author {
  display: none !important;
}

.insignia-pagination-wrapper span, #pagination a:hover {
  background: #0b7fc3 !important;
}

body .pharmacy-contact-form .ins-contact-form-submit-btn {
  background: #0b7fc3 !important;
}

.wpcf7 .wpcf7-select {
  /*background-color: #324350 !important;*/
}

.insignia-archive-product-img .fa-shopping-cart::before {
  content: '\f06e';
}

.insignia-archive-product-img .ins-add-to-cart-button.archive-cart-button i {
  line-height: 46px !important;
}

#quotation {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 10000;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

#quotation.is-visible {
  opacity: 1;
  visibility: visible;
}

#quotation .form-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#quotation .form-content {
  padding: 15px 30px;
}

#quotation .inv-single-product-wrapper {
  margin-top: 0;
}

#quotation img {
  height: 100%;
  object-fit: cover;
  max-height: 600px;
  margin-bottom: -8px;
}

#quotation .wpcf7-submit {
  width: 100%;
  background: #000;
  color: #fff;
}

#quotation .form-popup {
  background-color: #223543;
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#quotation.is-visible .form-popup {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

#quotation .wpcf7-form.invalid .wpcf7-not-valid-tip, .default-blog-meta-author {
  display: none !important;
}

#quotation .wpcf7-not-valid {
  border: 1px solid red !important;
}

#popup-trigger {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  #quotation .form-popup {
    max-width: 40% !important;
  }
}

.search-results .page-layout-one-sidebar .page-content-wrapper {
  width: 100% !important;
}

.sidebar-wrapper>.widget .widget-title, .wpb_content_element>.widget .widgettitle {
  line-height: normal !important;
}

#main-menu>ul>li>a, .main-menu>ul>li>a {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

@-webkit-keyframes button-slide {
  0% {
    opacity: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
  }
  to {
    opacity: 1;
    display: block;
    margin-top: 0;
    margin-bottom: 14px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@-moz-keyframes button-slide {
  0% {
    opacity: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
  }
  to {
    opacity: 1;
    display: block;
    margin-top: 0;
    margin-bottom: 14px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes button-slide {
  0% {
    opacity: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
  }
  to {
    opacity: 1;
    display: block;
    margin-top: 0;
    margin-bottom: 14px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes button-slide {
  0% {
    opacity: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
  }
  to {
    opacity: 1;
    display: block;
    margin-top: 0;
    margin-bottom: 14px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

:root {
  --popover-width: auto;
  --popover-vertical-gap: 0px;
  --popover-viewport-gap: 20px;
}

#popover-contact {
  position: fixed;
  width: var(--popover-width);
  z-index: var(--zindex-popover);
  margin-top: var(--popover-vertical-gap);
  margin-bottom: var(--popover-vertical-gap);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity .2s;
}

#popover-contact.popover--is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity .2s;
}

.hotline {
  position: fixed;
  bottom: 15px;
  left: 10px;
  z-index: 9999;
}

.hotline-phone-ring-img-circle {
  outline: 0;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  bottom: 10px;
  left: 10px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #1B75BB;
  cursor: pointer;
  margin: 0;
  max-width: initial;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1B75BB;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.popover-control--active .pps-btn-img {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.hotline-phone-ring-img-circle .pps-btn-img svg, .hotline-pop .pps-btn-img svg {
  height: 20px;
  width: 30px;
}

.hotline-pop {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none !important;
}

.hotline-pop .pps-btn-img {
  border-radius: 50%;
  background: #1B75BB;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.hotline-pop+.hotline-pop {
  margin-top: 15px;
}

.hotline-pop:hover {
  text-decoration: none;
}

.zalo .pps-btn-img {
  line-height: 60px;
}

.bi-headset, .popover-control--active .wh-svg-close {
  display: inline
}

.wh-svg-close, .popover-control--active .bi-headset {
  display: none;
}

.hotline-phone-ring-img-circle .pps-btn-img svg.wh-svg-close {
  width: 41px;
  height: 50px;
}

.hotline-bar {
  position: absolute;
  left: 60px;
  top:0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  background: #fff;
  padding: 4px 9px 6px 9px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  display: block;
}

.hotline-pop:hover .hotline-bar {
  opacity: 1;
  visibility: visible;
  transform: translateX(5px);
}

.popover--is-visible .button-slide {
  -webkit-animation-name: button-slide;
  -moz-animation-name: button-slide;
  -o-animation-name: button-slide;
  animation-name: button-slide;
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  -o-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}