:root {
    --themecolor: #2a2a2a;
    --themesecond: #325695;
    --themecolorlight: #FFF;
}
.fbox-content p, body:not(.dark), h1, h2, h3, h4, h5, h6, p {
    color: var(--themecolor);
}
.dark .fbox-content p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p {
    color: #fbf7f6;
}
.bg-color-main, .bg-color-main .svg-underline::after {
    background-color: var(--themesecond)!important;
}
.bg-color-brown {
    background-color: #2a2a2a!important;
}
.bg-color-gray {
    background-color: #eee!important;
}
.bg-color-light, .bg-color-light .svg-underline::after {
    background-color: var(--themecolorlight)!important;
}
.top-search-open #top-search a i:nth-child(1), body:not(.top-search-open) #top-search a i:nth-child(2) {
    opacity: 0;
}
.top-search-open .top-search-parent .header-misc>#top-cart {
    opacity: 1;
}
.primary-menu-open #primary-menu-trigger svg:nth-child(1), body:not(.primary-menu-open) #primary-menu-trigger svg:nth-child(2) {
/*    display: none;*/
}
.top-cart-number {
    width: .925rem;
    height: .925rem;
    line-height: 1rem;
}
.slider-element:not(.bg-color) {
    background-image: none;
    background-color: #4253af;
}
.hero-image {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-height: calc( 100vh - 86px );
}
.device-lg .hero-image {
    width: 100%}
.col-lp-1 {
    padding-left: 0;
}
.sec-icon-list {
    display: block;
    width: 100%;
    height: auto;
}
.sec-icon-list img {
    max-width: 5rem!important;
    margin: 0 auto 1rem;
}
.sec-desc-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    height: auto;
}
.sec-desc-list p {
    color: #fff;
}
@media (max-width:768px) {
    .sec-icon-list {
    display: inline-flex;
    width: 29%;
    height: 100%}
.sec-icon-list img {
    max-width: 4rem!important;
}
.sec-desc-list {
    display: inline-flex;
    width: 69%;
    text-align: left;
    height: 100%;
    height: calc(100% - 1.5rem);
    align-items: center;
}
.sec-desc-list p {
    color: #5a625d;
}
}@media (max-width:992px) {
    .col-lp-1 {
    padding-left: 1rem;
}
.bg-white-on-mobile {
    background-color: #fff!important;
}
.text-left-mobile {
    text-align: left!important;
}
.text-center-mobile {
    text-align: center!important;
}
.border-on-mobile {
    border: 1px solid #af9772!important;
}
.brown-on-mobile {
    background-color: #af9772!important;
}
.sec-desc-list p {
    color: #5a625d;
}
}@media (min-width:992px) {
    .primary-menu: not(.on-click) .mega-menu-content, .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container {
    margin-top: -10px;
    border-top-width: 1px!important;
}
.primary-menu:not(.on-click) .menu-item:hover>.mega-menu-content, .primary-menu:not(.on-click) .menu-item:hover>.sub-menu-container {
    margin-top: 0;
}
.menu-container>.menu-item>.menu-link {
    font-weight: 700;
    font-size: .75rem;
}
.menu-container>.menu-item>a {
    font-weight: 300;
    font-size: .75rem;
}
.mega-menu-column>.menu-item>.menu-link {
    padding: 16px 18px;
    letter-spacing: 0;
    font-size: .875rem;
    text-transform: none;
    font-weight: 400!important;
}
.sub-menu-container.mega-menu-column:not(:first-child) {
    border-left: 0;
}
.sub-menu-container:not(.mega-menu-column) .menu-item>.menu-link {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400!important;
    font-size: .875rem;
}
.mega-menu-content .sub-menu-container.mega-menu-dropdown {
    top: 100%!important;
    left: 0;
    padding: 0;
}
.sub-menu-container .menu-link div>i.icon-angle-down {
    position: relative;
    display: inline-block;
    margin-left: 1px;
    margin-top: -1px;
    transform: rotate(0);
}
.primary-menu>.menu-container>.menu-item>.menu-link {
    position: relative;
}
.shop-quick-view-ajax {
    max-width: 1320px;
    overflow-y: scroll;
    height: 100vh;
}
.content-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 40px;
    height: 100%}
.slider-element>.container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.hero-image {
    width: 50%!important;
    margin-left: 0;
}
}@media (min-width:1200px) {
    .slider-element: not(.bg-color) {
    background-color: #af9772;
    background-image: none;
}
.hero-image {
    margin-left: 0;
    width: 50%}
.slider-element>.container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
}.fbox-content p {
    line-height: 1.5!important;
}
.svg-underline, .svg-underline span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.svg-underline.not-animated, .svg-underline[data-animate]:not(.animated) {
    opacity: 1;
}
.svg-underline::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 13px;
    background-image: url(../rspi-post-c19/images/underline.svg);
    background-size: 100% 13px;
    background-position: bottom center;
    opacity: .7;
}
.svg-underline[data-animate]::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 13px;
    background: #fff;
    right: 0;
    bottom: 0;
    -webkit-transition: width 1s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: width 1s cubic-bezier(.215, .61, .355, 1);
    -o-transition: width 1s cubic-bezier(.215, .61, .355, 1);
    transition: width 1s cubic-bezier(.215, .61, .355, 1);
}
.dark .svg-underline::before {
    opacity: .7;
    background-image: url(../rspi-post-c19/images/underline_dark.svg);
}
.custom-bg, .custom-bg .svg-underline::after {
    background-color: var(--custom-bg);
}
.svg-underline.svg-underline-animated::after {
    width: 0;
}
.item-categories h5 {
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 0;
    padding: 12px 22px;
}
#side-panel .side-panel-wrap {
    padding: 0 30px 0 0;
}
.body-overlay {
    background: rgba(25, 53, 50, .8);
}
.si-instagram.si-colored, .si-instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.gutter-4 {
    --custom-gutter: 4px;
}
.instagram-image::before {
    opacity: 0;
    content: "";
    background-color: rgba(0, 0, 0, .65);
    background-image: url(images/instagram.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: opacity .4s ease;
}
.instagram-image:hover::before {
    opacity: 1;
}
.widget_links li {
    font-size: .875rem;
    padding: 5px 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.widget.subscribe-widget input {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}
.widget.subscribe-widget input::-moz-placeholder {
    font-size: 13px;
    color: #aaa;
}
.widget.subscribe-widget input:-ms-input-placeholder {
    font-size: 13px;
    color: #aaa;
}
.widget.subscribe-widget input::-webkit-input-placeholder {
    font-size: 13px;
    color: #aaa;
}
.single-product .qv-toogle a {
    font-size: 1.15rem;
    transition: font-weight .2s;
}
.single-product .qv-toogle a:not(.collapsed) {
    font-weight: 500;
}
.single-product .qv-toogle p {
    font-size: .925rem;
}
.single-product .qv-toogle a.collapsed i:nth-child(2), .single-product .qv-toogle a:not(.collapsed) i:nth-child(1) {
    display: none;
}
.quantity .minus, .quantity .plus, .quantity .qty {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: var(--themecolorlight);
    color: var(--themecolor);
    font-weight: 500;
}
.dark .quantity .minus, .dark .quantity .plus, .dark .quantity .qty {
    background-color: transparent!important;
    border: 1px solid #aaa;
    color: #fff;
}
.dark .quantity .qty {
    margin: 0 -1px;
}
.quantity .qty:out-of-range {
    border-color: red!important;
    z-index: 1;
    color: red;
}
.quantity .qty+.plus~.stock-in, .quantity .qty+.plus~.stock-out {
    display: none;
    position: absolute;
    left: 0;
    bottom: -42px;
    font-size: .925rem;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-wrap: break-word;
    min-width: 500px;
}
.quantity .qty:in-range+.plus~.stock-in, .quantity .qty:out-of-range+.plus~.stock-out {
    display: block;
}
.quantity .qty:out-of-range+.plus~.stock-out {
    opacity: .6;
}
@media (max-width:767.98px) {
    .bg-overlay .bg-overlay-content, .bg-overlay .bg-overlay-content.animated, .bg-overlay .bg-overlay-content: not(.animated) {
    opacity: 1!important;
    -webkit-animation-name: fadeIn!important;
    animation-name: fadeIn!important;
}
}.mfp-wrap>.mfp-close {
    display: none;
    display: block;
}
.single-product .mfp-close {
    background-image: url(images/cross.svg);
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .9;
}
.sortbuttons .button {
    min-width: 170px;
    background-color: #f5f5f5;
}
.sortbuttons .dropdown-menu {
    margin-top: -1px;
    min-width: 170px;
}
.sortbuttons .dropdown-menu .dropdown-item {
    padding: .5rem 1.25rem;
    border-bottom: 1px solid #eee;
    font-size: .925rem;
}
.sortbuttons .dropdown-toggle::after {
    content: "\e7a7";
    font-family: font-icons;
    border: 0;
    vertical-align: middle;
    margin: 0 0 0 6px;
}
.page-item.active .page-link, .page-link:focus, .page-link:hover {
    border-color: var(--themecolor)!important;
}
.slider-element .card {
    background-color: rgba(255, 255, 255, .35);
    border-color: rgba(255, 255, 255, .1);
}
@supports (-webkit-backdrop-filter:none) or (backdrop-filter:none) {
    .slider-element .card {
    background-color: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
}.slider-element .card .card-body i {
    transform: translateX(-4px);
    transition: transform .3s ease;
}
.slider-element .card:hover .card-body i {
    transform: translateX(0) scale(1.1);
}
.slider-arrow-left, .slider-arrow-left:hover, .slider-arrow-right, .slider-arrow-right:hover {
    background-color: transparent!important;
    transform: translateX(0) translateY(-50%) scale(.93);
    transition: transform .3s ease;
    will-change: transform;
}
.slider-arrow-left {
    transform: translateX(6px) translateY(-50%);
}
.slider-arrow-right {
    transform: translateX(-6px) translateY(-50%);
}
.form-control, .form-select {
    font-family: var(--p-f-family);
    padding: .65rem .75rem;
    font-size: 1.125rem;
    border: none;
    background-color: #f9f9f9;
    border-bottom: 2px solid transparent;
}
.component-flatpickr.form-control[readonly] {
    background-color: #f9f9f9;
}
.component-flatpickr.form-control[readonly]:focus, .form-control:focus, .form-select:focus {
    background-color: #fff;
    border-color: var(--themecolor);
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}
.form-control::-moz-placeholder {
    color: #aaa;
    font-family: Roboto, Sans-serif;
    font-size: .925rem;
}
.form-control:-ms-input-placeholder {
    color: #aaa;
    font-family: Roboto, Sans-serif;
    font-size: .925rem;
}
.form-control::-webkit-input-placeholder {
    color: #aaa;
    font-family: Roboto, Sans-serif;
    font-size: .925rem;
}
.btn-outline-dark {
    color: #aaa;
    border-color: #aaa;
    background-color: #fff;
}
.btn-check:checked+.btn-outline-dark {
    color: #fff;
    background-color: #008040;
    border-color: #008040;
    box-shadow: none!important;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}
.btn{
    padding: 0.75rem 1.75rem;
}
.button-effect,
.button.button-gradient-hover:hover,
.button.button-gradient {
    /*background: -webkit-linear-gradient( 0deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );*/
    /*background: -o-linear-gradient( 90deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );*/
    /*background: linear-gradient( 90deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );*/
    background-color: #2BD5C4;
}
.text-gradient-color {
    background: -webkit-linear-gradient( 0deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
    background: -o-linear-gradient( 0deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
    background: linear-gradient( 90deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.text-02-capital {
    font-size: 90%;
}
.text-02-capital::first-letter {
    font-size: 150%;
}
.faq{
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.085);
}
.overlay-trigger-icon:hover {
    opacity: .9 !important;
    color: ##FFF !important;
    background: #3949a5 !important;
}
.bg-gradient-color{
    background: -webkit-linear-gradient( -90deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
    background: -o-linear-gradient( 180deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
    background: linear-gradient( 180deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
}

.bg-gradient-blink{
    background: url(images/bg-section-last.png), -webkit-linear-gradient( -90deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
    background: url(images/bg-section-last.png), -o-linear-gradient( 180deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
    background: url(images/bg-section-last.png), linear-gradient( 180deg, #8768aa 0%, #d57186 51.13%, #f5bf7b 100% );
    background-size: contain;
    /*background-size: cover;*/
}

.device-video-wrap { position: relative; }

.device-video-wrap img {
    position: relative;
    margin: 0 auto;
    max-width: 1024px;
}

.device-video-wrap video {
    position: absolute;
    top: 35px;
    left: 33%;
    max-width: 40%;
    z-index: 1;
    transform: translate(-50%);
}

.device-video-wrap::before,
.dotted-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    left: 35%;
    width: 110%;
    height: 120%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#3D80E4 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    z-index: 0;
}

.dotted-bg::before { background-image: radial-gradient(rgba(255, 255, 255, 0.2) 14%, transparent 14%); }
.dotted-bg.dotted-bg-dark::before { background-image: radial-gradient(rgba(4, 4, 4, 0.2) 14%, transparent 14%); }

.device-video-wrap > * {
    position: relative;
    z-index: 1;
}


/* Relative positioning*/
#image-map {
  position: relative;
  margin: 0px auto 0px auto;
      width: auto !important;
    height: auto !important;
}

/* Hide the original tooltips contents */
.pin {
  display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-up,
.tooltip-down {
  position: absolute;
  background: url('images/pindown-newhigh.png');
  width: 55px;
  height: 55px;
  animation: bounce 2s infinite;
}

@media (max-width:767.98px) {
    .tooltip-up,
    .tooltip-down {
      width: 30px;
      height: 30px;
    }
}

.black-map .tooltip-up,
.black-map .tooltip-down {
  /*filter: grayscale(1);*/
  animation: none;
}

.tooltip-down {
  /*background-position: 0 -56px;*/
  background-size: cover;
}

.tooltip-up,
.tooltip-down:hover {
    animation: none;
}

.tooltip {
  display: none;
  width: 350px;
  cursor: help;
  /*text-shadow: 0 1px 0 #fff;*/
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -175px;
  padding: 15px;
  color: #222;
  color: #FBF7F6;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
  background: #EE9865;
  background: linear-gradient(top, #fff1d3, #ffdb90);
  opacity: 1;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff1d3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tooltip-down .tooltip {
  bottom: 75px;
  top: auto;
}

.tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid #ffdb90;
}

.tooltip h2 {
  /*font: bold 1.3em "Trebuchet MS", Tahoma, Arial;*/
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: #FBF7F6;
}

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

.image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.profile-pic {
  display: inline;
  margin: 0 auto;
  /*margin-top: -12%;*/
  height: auto;
  width: 100%;
}

.owl-bg-color-main .owl-nav [class*=owl-] {
    background-color: var(--themesecond);
}
