/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 1199px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: auto;
    right: -50%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 50%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 0%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    left: auto;
    right: 0px;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    Slick
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../MSP_Slick/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
.head1 {
  font-size: 36px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1899px) {
  .head1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1540px) {
  .head1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1399px) {
  .head1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .head1 {
    font-size: 20px;
  }
}
.head2 {
  font-size: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1899px) {
  .head2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1540px) {
  .head2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .head2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .head2 {
    font-size: 18px;
  }
}
.parahead {
  font-size: 22px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .parahead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .parahead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .parahead {
    font-size: 16px;
  }
}
.para1 {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .para1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .para1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .para1 {
    font-size: 13px;
  }
}
.para2 {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .para2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .para2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .para2 {
    font-size: 12px;
  }
}
.para3 {
  font-size: 14px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .para3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .para3 {
    font-size: 11px;
  }
}
.para1a {
  font-size: 20px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .para1a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1540px) {
  .para1a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .para1a {
    font-size: 15px;
  }
}
.btn-link {
  color: #363636;
  font-weight: 500;
  border: 0px;
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .btn-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .btn-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .btn-link {
    font-size: 12px;
  }
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
  color: #000000;
}
.pricetxt {
  font-family: Arial, Helvetica, sans-serif;
}
.slick-prev,
.slick-next {
  width: 18px;
  height: 34px;
  z-index: 100;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .slick-prev,
  .slick-next {
    width: 14px;
    height: 26px;
  }
}
.slick-prev {
  background-image: url("../images/right.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  box-shadow: none !important;
}
.slick-prev:hover,
.slick-prev:focus {
  background-image: url("../images/right.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  border: 0px;
}
.slick-prev:before {
  display: none;
}
.slick-next {
  background-image: url("../images/left.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  box-shadow: none !important;
}
.slick-next:hover,
.slick-next:focus {
  background-image: url("../images/left.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  border: 0px;
}
.slick-next:before {
  display: none;
}
.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.action.primary {
  background-color: #00bc7a;
  border: 1px solid #00bc7a;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 24px;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  box-shadow: none;
}
@media only screen and (max-width: 1899px) {
  .action.primary {
    padding: 5px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .action.primary {
    padding: 5px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .action.primary {
    padding: 4px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .action.primary {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.action.primary:hover,
.action.primary:focus,
.action.primary:active {
  background-color: #00cb84;
  border: 1px solid #00cb84;
  color: #ffffff;
  text-decoration: none;
}
.action.primary:focus {
  box-shadow: 0 0 3px 1px #00cb84;
}
.action.primary.mini {
  padding: 5px 10px;
  font-size: 16px;
}
@media only screen and (max-width: 1899px) {
  .action.primary.mini {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .action.primary.mini {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .action.primary.mini {
    padding: 3px 7px;
    font-size: 12px;
  }
}
.action.secondary {
  background-color: #707070;
  border: 1px solid #707070;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 24px;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  box-shadow: none;
}
@media only screen and (max-width: 1899px) {
  .action.secondary {
    padding: 5px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .action.secondary {
    padding: 5px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .action.secondary {
    padding: 4px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .action.secondary {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.action.secondary:hover,
.action.secondary:focus,
.action.secondary:active {
  background-color: #7d7d7d;
  border: 1px solid #7d7d7d;
  color: #ffffff;
  text-decoration: none;
}
.action.secondary:focus {
  box-shadow: 0 0 3px 1px #7d7d7d;
}
.action.secondary.mini {
  padding: 5px 10px;
  font-size: 16px;
}
@media only screen and (max-width: 1899px) {
  .action.secondary.mini {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .action.secondary.mini {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .action.secondary.mini {
    padding: 3px 7px;
    font-size: 12px;
  }
}
.action.secondary.dark {
  background-color: #808080;
  border: 1px solid #808080;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 24px;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
}
.action.secondary.dark:hover,
.action.secondary.dark:focus,
.action.secondary.dark:active {
  background-color: #262626;
  border: 1px solid #262626;
  color: #ffffff;
  text-decoration: none;
}
.action.secondary.dark:focus {
  box-shadow: 0 0 3px 1px #262626;
}
@media only screen and (max-width: 1899px) {
  .action.secondary.dark {
    padding: 5px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .action.secondary.dark {
    padding: 5px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .action.secondary.dark {
    padding: 4px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .action.secondary.dark {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.action.secondary.mini.dark {
  padding: 5px 10px;
  font-size: 16px;
}
@media only screen and (max-width: 1899px) {
  .action.secondary.mini.dark {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .action.secondary.mini.dark {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .action.secondary.mini.dark {
    padding: 3px 7px;
    font-size: 12px;
  }
}
.action.outline {
  background-color: #ffffff;
  border: 1px solid #00bc7a;
  color: #000000;
  border-radius: 5px;
  padding: 7px 24px;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
}
.action.outline:hover,
.action.outline:focus,
.action.outline:active {
  background-color: #f2f2f2;
  border: 1px solid #00d68b;
  color: #000000;
  text-decoration: none;
  outline: 0px;
}
.action.outline:focus {
  box-shadow: 0 0 3px 1px #00d68b;
}
@media only screen and (max-width: 1899px) {
  .action.outline {
    padding: 5px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .action.outline {
    padding: 5px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .action.outline {
    padding: 4px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .action.outline {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.action.outline.mini {
  padding: 5px 15px;
  font-size: 16px;
}
@media only screen and (max-width: 1899px) {
  .action.outline.mini {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .action.outline.mini {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .action.outline.mini {
    padding: 3px 7px;
    font-size: 12px;
  }
}
.padding_y {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .padding_y {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* end of settings */
select.form-control {
  border: 1px solid #00bc7a;
  border-radius: 0px;
}
select.form-control:focus {
  outline: 0px;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 122, 0.1);
  border-color: #00bc7a;
}
select.type2 {
  padding: 6px 24px 6px 12px;
  border: 1px solid #cccccc;
  color: #363636;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
}
input.type2 {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  color: #363636;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
.page-header .header.panel,
.header.content,
.footer.content,
.container,
.checkout-container {
  width: 1600px;
  max-width: 1600px;
}
@media only screen and (max-width: 1899px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 1400px;
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1600px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 1400px;
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1540px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 1280px;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1440px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 1280px;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 1200px;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 1200px;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 970px;
    max-width: 970px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.page-main {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.page-header {
  background-image: url("../images/top-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.page-header {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
}
.page-header .panel.wrapper {
  border-bottom: 0px;
  background-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .page-header .panel.wrapper {
    background: #464646;
    margin-bottom: 15px;
  }
}
.panel.header {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}
@media only screen and (max-width: 1540px) {
  .panel.header {
    padding-top: 5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .panel.header {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.panel.header ul.header.links {
  margin-bottom: 0px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links {
    float: none;
    justify-content: flex-end;
  }
}
.panel.header ul.header.links li {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 15px;
  position: relative;
}
@media only screen and (max-width: 1540px) {
  .panel.header ul.header.links li {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li {
    padding: 0px 5px;
  }
}
.panel.header ul.header.links li:after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 0px auto auto;
  border-left: 1px solid rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1540px) {
  .panel.header ul.header.links li:after {
    height: 9px;
  }
}
@media only screen and (max-width: 1199px) {
  .panel.header ul.header.links li:after {
    border-left: 1px solid #eeeeee;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li:after {
    display: none;
  }
}
.panel.header ul.header.links li a {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .panel.header ul.header.links li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .panel.header ul.header.links li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .panel.header ul.header.links li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .panel.header ul.header.links li a {
    color: #eeeeee;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li a {
    font-size: 10px;
    font-weight: 400;
  }
}
.panel.header ul.header.links li a:hover,
.panel.header ul.header.links li a:focus,
.panel.header ul.header.links li a:visited {
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .panel.header ul.header.links li a:hover,
  .panel.header ul.header.links li a:focus,
  .panel.header ul.header.links li a:visited {
    color: #eeeeee;
  }
}
@media only screen and (max-width: 1540px) {
  .panel.header ul.header.links li img {
    width: 16px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li img {
    width: 12px;
  }
}
.panel.header ul.header.links li select {
  width: auto;
  border: 0px;
  background-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .panel.header ul.header.links li select {
    background-color: #eeeeee;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li select {
    font-size: 10px;
    height: 22px;
    padding: 2px;
    background: #eeeeee;
    -webkit-appearance: button;
  }
}
.panel.header ul.header.links li.pincode_li {
  width: 140px;
}
@media only screen and (max-width: 1540px) {
  .panel.header ul.header.links li.pincode_li {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li.pincode_li {
    width: 95px;
  }
}
.panel.header ul.header.links li.pincode_li .view_pincode {
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 1199px) {
  .panel.header ul.header.links li.pincode_li .view_pincode {
    color: #ffffff !important;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li.pincode_li .view_pincode {
    font-size: 12px;
    color: #ffffff !important;
  }
}
.panel.header ul.header.links li.pincode_li .edit_view_pincode {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
.panel.header ul.header.links li.pincode_li .edit_view_pincode .edit-pincode {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  outline: 0px;
  border-color: transparent;
}
.panel.header ul.header.links li.pincode_li .edit_view_pincode .edit-pincode:hover,
.panel.header ul.header.links li.pincode_li .edit_view_pincode .edit-pincode:focus,
.panel.header ul.header.links li.pincode_li .edit_view_pincode .edit-pincode:visited,
.panel.header ul.header.links li.pincode_li .edit_view_pincode .edit-pincode:active {
  border: 0px;
  outline: 0px;
  box-shadow: none;
}
.panel.header ul.header.links li.pincode_li .enter_pincode {
  width: 270px;
  position: absolute;
  top: 40px;
  right: -50px;
  z-index: 111;
  padding: 10px 10px 10px 15px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.63137255);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.63137255);
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li.pincode_li .enter_pincode {
    width: 225px;
    right: auto;
    left: -30px;
    z-index: 11111;
    padding: 6px;
  }
}
.panel.header ul.header.links li.pincode_li .enter_pincode .form-control {
  width: 60%;
  float: left;
  border-radius: 5px;
  height: 35px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1899px) {
  .panel.header ul.header.links li.pincode_li .enter_pincode .form-control {
    height: 32px;
  }
}
@media only screen and (max-width: 1540px) {
  .panel.header ul.header.links li.pincode_li .enter_pincode .form-control {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li.pincode_li .enter_pincode .form-control {
    height: 27px;
    font-size: 12px;
    width: 140px;
  }
}
.panel.header ul.header.links li.pincode_li .enter_pincode .action {
  width: auto;
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
}
.panel.header ul.header.links li.pincode_li .enter_pincode div {
  float: left;
  width: 100%;
}
.panel.header ul.header.links li.pincode_li .enter_pincode div p {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.panel.header ul.header.links li.lilast {
  padding: 0px 0px 0px 15px;
}
@media only screen and (max-width: 1540px) {
  .panel.header ul.header.links li.lilast {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li.lilast {
    padding: 0px 5px;
  }
}
.panel.header ul.header.links li.lilast:after {
  display: none;
}
.panel.header ul.header.links li:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li:nth-child(4):after {
    display: block;
    height: 7px;
    top: 3px;
  }
}
.header.content {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header.content .nav-toggle {
    position: relative;
    top: inherit;
    left: inherit;
    width: 40px;
    margin-left: 10px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    text-align: center;
    z-index: 111;
  }
  .header.content .nav-toggle:before {
    color: #fafafa;
  }
}
@media only screen and (max-width: 767px) {
  .header.content .nav-toggle {
    width: 30px;
    height: 30px;
  }
  .header.content .nav-toggle:before {
    font-size: 20px;
  }
}
.header.content .logo {
  margin: -20px 0px 0px 0px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 1199px) {
  .header.content .logo {
    margin: 0px;
  }
}
@media only screen and (max-width: 1899px) {
  .header.content .logo img {
    width: 140px;
    height: auto;
  }
}
@media only screen and (max-width: 1540px) {
  .header.content .logo img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header.content .logo img {
    width: 100px;
  }
}
.header.content .compare.wrapper {
  display: none !important;
}
.header.content .header_content_holder {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.header.content .header_content_holder .header_round_block {
  border: 1px solid #00bc7a;
  background: #ffffff;
  border-radius: 40px;
  float: none;
  padding: 0px 10px 0px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block {
    padding: 10px 10px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header.content .header_content_holder .header_round_block {
    padding: 6px;
  }
}
.header.content .header_content_holder .header_round_block .header.links {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  flex: 0 0 auto;
}
.header.content .header_content_holder .header_round_block .header.links li {
  display: inline-block;
  margin-bottom: 0px;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link #myaccontdd {
  display: block;
  padding: 6px 10px;
  background-color: #0A101B;
  border-radius: 4px;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link #myaccontdd svg {
  overflow: visible;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link #myaccontdd svg path {
  fill: #ffffff;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu {
  padding: 20px;
  min-width: 220px;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a {
  background-color: #ffffff;
  color: #606A77;
  font-size: 14px;
  padding: 10px 15px;
  border-left: 3px solid transparent;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a .svgic {
  margin-right: 5px;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a .svgic svg {
  overflow: visible;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a .svgic svg path {
  fill: #606A77;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a:hover {
  background-color: #F1F1F1;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a.active,
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a:focus {
  background-color: #E8F7F3;
  color: #09B383;
  border-left: 3px solid #09B383;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a.active .svgic svg path,
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a:focus .svgic svg path {
  fill: #09B383;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a .mobicon {
  width: 20px;
}
.header.content .header_content_holder .header_round_block .header.links li.show #myaccontdd {
  background-color: #09B383;
}
.header.content .header_content_holder .header_round_block .header.links li.show #myaccontdd svg {
  overflow: visible;
}
.header.content .header_content_holder .header_round_block .header.links li.show #myaccontdd svg path {
  fill: #ffffff;
}
.header.content .header_content_holder .header_round_block .header.links li.authorization-link a {
  padding: 8px 10px;
}
.header.content .header_content_holder .header_round_block .header.links li.authorization-link a .mobicon {
  width: 20px;
}
.header.content .header_content_holder .header_round_block .header.links li a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  padding: 0px 15px;
  position: relative;
}
@media only screen and (max-width: 1899px) {
  .header.content .header_content_holder .header_round_block .header.links li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .header.content .header_content_holder .header_round_block .header.links li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .header.content .header_content_holder .header_round_block .header.links li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .header.content .header_content_holder .header_round_block .header.links li a {
    padding: 0px 7px;
  }
}
.header.content .header_content_holder .header_round_block .header.links li a:after {
  content: "";
  width: 1px;
  height: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto auto 0px;
}
@media only screen and (max-width: 991px) {
  .header.content .header_content_holder .header_round_block .header.links li a:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .header.links li a:before {
    content: "";
    width: 1px;
    height: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto auto 0px;
  }
}
@media only screen and (max-width: 991px) {
  .header.content .header_content_holder .header_round_block .header.links li a:before {
    display: none;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections {
  background: transparent;
  display: flex;
  flex-direction: row;
  margin-left: 0px;
  margin-bottom: 0px;
  width: auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections {
    width: 50%;
    flex: 0 0 50%;
    background: transparent;
    z-index: 112;
    top: 120px;
    height: calc(100% - 120px);
  }
}
@media only screen and (max-width: 767px) {
  .header.content .header_content_holder .header_round_block .nav-sections {
    width: 70%;
    flex: 0 0 70%;
    top: 90px;
    right: -70%;
    height: calc(100% - 90px);
  }
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .nav-sections-items {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .nav-sections-items .nav-sections-item-content {
    background: #464646;
    padding: 0px;
    margin-top: 0px;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation {
  padding-right: 0px;
  padding-left: 0px;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation {
    padding-left: 0px;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul {
  padding: 0px;
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 {
  margin: 0px 10px;
  padding: 0px;
}
@media only screen and (max-width: 991px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 {
    margin: 0;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.parent a .ui-menu-icon {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 {
    border-top: 1px solid rgba(238, 238, 238, 0.1);
  }
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0:first-child {
    border-top: 0px;
  }
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0:last-child {
    border-bottom: 0px;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  padding: 0px 15px 0px 15px;
  position: relative;
}
@media only screen and (max-width: 1899px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a {
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a:after {
  content: "";
  width: 1px;
  height: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto -10px auto auto;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a:after {
    display: none;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.has-active > a,
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.active > a {
  background-color: #00bc7a;
  color: #ffffff;
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.has-active > .level-top,
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.active > .level-top {
  border-width: 0px;
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.has-active a,
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.active a {
  border-color: #00bc7a;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a.ui-state-active {
    background: #363636;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.parent a {
  padding: 0px 30px 0px 15px;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.parent a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0.parent a .ui-menu-icon {
  right: 10px;
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu {
  background: #ffffff;
  border: 1px solid #00bc7a;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden !important;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu {
    background: #464646;
    border-radius: 0px;
    border: 0px;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 {
  display: block;
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 a {
  font-size: 16px;
  color: #000000;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #00bc7a;
}
@media only screen and (max-width: 1899px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 a {
    padding: 10px 20px 10px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 a {
    padding: 10px 20px 10px 30px;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 a:after {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1 a {
    color: #ffffff;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.level1:last-child a {
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 991px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 .submenu li.active a {
    padding: 10px 20px 10px 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .header.content .header_content_holder .header_round_block .nav-sections .nav-sections-item-title {
    display: none !important;
  }
}
.header.content .header_content_holder .header_round_block .nav-sections .nav-sections-item-title:last-child {
  display: none !important;
}
.header.content .header_content_holder .header_round_block .nav-sections .nav-sections-item-content:last-child {
  display: none !important;
}
.header.content .header_content_holder .header_round_block .nav-sections-item-content > .navigation {
  background: transparent;
}
.header.content .header_content_holder .header_round_block .minicart-wrapper {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin: 0px;
  padding: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .header.content .header_content_holder .header_round_block .minicart-wrapper {
    padding: 0px 5px;
  }
}
.page-footer {
  background: #fafafa;
  padding-bottom: 0px;
}
.page-footer .footer.content {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content {
    padding-top: 40px !important;
  }
}
.page-footer .footer.content:before {
  content: "Our Services";
  font-size: 22px;
  color: #000000;
  position: absolute;
  left: 20px;
  top: 40px;
}
@media only screen and (max-width: 1899px) {
  .page-footer .footer.content:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .page-footer .footer.content:before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-footer .footer.content:before {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-footer .footer.content:before {
    left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .page-footer .footer.content:before {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content:before {
    left: 10px;
    top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .page-footer .footer.content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 991px) {
  .page-footer .footer.content .row .col-lg {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .row .col-lg {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .page-footer .footer.content .row .col-lg:nth-child(4) {
    -ms-flex-order: 13;
    order: 13;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    display: flex;
  }
  .page-footer .footer.content .row .col-lg:nth-child(4) .block-static-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.page-footer .footer.content .block-static-block {
  width: 100%;
  margin: 20px 0px 0px;
}
.page-footer .footer.content .block-static-block p {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .page-footer .footer.content .block-static-block p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .page-footer .footer.content .block-static-block p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-footer .footer.content .block-static-block p {
    font-size: 13px;
  }
}
.page-footer .footer.content .block-static-block ul.hicare_foot_links {
  padding-right: 0px;
}
.page-footer .footer.content .block-static-block ul.hicare_foot_links li {
  display: block;
}
.page-footer .footer.content .block-static-block ul.hicare_foot_links li a {
  font-size: 16px;
  color: #000000;
  padding: 4px 0px;
  display: inline-block;
}
@media only screen and (max-width: 1899px) {
  .page-footer .footer.content .block-static-block ul.hicare_foot_links li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .page-footer .footer.content .block-static-block ul.hicare_foot_links li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-footer .footer.content .block-static-block ul.hicare_foot_links li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .page-footer .footer.content .block-static-block ul.hicare_foot_links li a {
    padding: 3px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .block-static-block ul.hicare_foot_links li a {
    font-size: 11px;
  }
}
.page-footer .footer.content .block-static-block .boldlink a {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 1899px) {
  .page-footer .footer.content .block-static-block .boldlink a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .page-footer .footer.content .block-static-block .boldlink a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-footer .footer.content .block-static-block .boldlink a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .block-static-block .boldlink a {
    font-size: 12px;
  }
}
.page-footer .footer.content .block-static-block p.green {
  color: #00bc7a;
}
.page-footer .footer.content .block-static-block .footer_social {
  padding-right: 0px;
}
.page-footer .footer.content .block-static-block .footer_social li {
  display: inline-block;
  margin-right: 2px;
}
.page-footer .footer.content .block-static-block .footer_social li a {
  display: inline-block;
}
@media only screen and (max-width: 1899px) {
  .page-footer .footer.content .block-static-block .footer_social li a img {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .block-static-block .footer_social li a img {
    width: 20px;
    height: 20px;
  }
}
.last_footer {
  background: #ffffff;
  padding: 20px 0px;
}
@media only screen and (max-width: 767px) {
  .last_footer {
    padding: 15px 0px;
    text-align: center;
  }
}
.last_footer .container ul {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .last_footer .container ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.last_footer .container ul li {
  margin: 0px;
  display: inline-block;
  font-size: 14px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .last_footer .container ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .last_footer .container ul li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .last_footer .container ul li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.last_footer .container ul li:first-child {
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .last_footer .container ul li:first-child {
    padding-right: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 13;
    order: 13;
    margin-top: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .last_footer .container ul li:nth-child(2) a {
    border-left: 0px;
  }
}
.last_footer .container ul li a {
  position: relative;
  display: inline-block;
  color: #000000;
  padding: 0px 15px;
  border-left: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .last_footer .container ul li a {
    padding: 0px 10px;
    text-align: center;
  }
}
.home_sec_one {
  background-image: url("../images/top-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 70px;
}
@media only screen and (max-width: 1399px) {
  .home_sec_one {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_one .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.home_sec_one .hin_slick_wrap {
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
  /* min-height: 320px; */
  padding-bottom: 40px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap {
    /* min-height: 270px; */
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_one .hin_slick_wrap {
    /* min-height: 230px; */
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_one .hin_slick_wrap {
    padding-left: 100px;
    padding-right: 100px;
    /* min-height: 210px; */
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_one .hin_slick_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_one .hin_slick_wrap {
    padding-left: 100px;
    padding-right: 100px;
    /* min-height: 300px; */
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap {
    padding-left: 20px;
    padding-right: 20px;
    /* min-height: 1px; */
  }
}
.home_sec_one .hin_slick_wrap .hin_slick {
  display: block;
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-track {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-track {
    display: block;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items .icon {
  text-align: center;
  width: 80px;
  margin: 0px auto;
}
@media only screen and (max-width: 1540px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .icon {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .icon {
    margin: 0px 0px 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .icon {
    margin: 0px auto;
    width: 60px;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items .icon img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items .content {
  font-weight: 200;
  text-align: center;
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .row {
  justify-content: center;
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .row .col {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content {
    text-align: left;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bignumber {
  font-size: 80px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bignumber {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bignumber {
    font-size: 50px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bignumber {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bignumber {
    font-size: 20px;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bigtext {
  font-size: 24px;
  margin-left: 10px;
  text-align: left;
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bigtext {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bigtext {
    font-size: 18px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bigtext {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items .content .bigtext {
    font-size: 16px;
    text-align: center;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .icon {
  width: 160px;
  margin: 0px auto;
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content {
  font-weight: 400;
  text-align: center;
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testip {
  position: relative;
  padding: 0px 20px;
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testip {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testip {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testip {
    font-size: 12px;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testip:before {
  content: " \" ";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
  font-family: auto;
  font-weight: bold;
  line-height: 1em;
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testip:after {
  content: " \" ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 24px;
  font-family: auto;
  font-weight: bold;
  line-height: 1em;
}
.home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testidesg {
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testidesg {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testidesg {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_one .hin_slick_wrap .hin_slick .hin_items.testi_item .content .testidesg {
    font-size: 12px;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-prev {
  left: -150px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-prev {
    left: -100px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-prev {
    left: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-prev {
    left: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-prev {
    left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-prev {
    left: 0;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-next {
  right: -150px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-next {
    right: -100px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-next {
    right: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-next {
    right: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-next {
    right: 0;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots {
  position: absolute;
  bottom: -40px;
  right: -100px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-dots {
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-dots {
    right: 0px;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li button {
  background: transparent;
  box-shadow: none;
  border: 0px;
  border-color: transparent;
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li button:before {
  content: ".";
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .hin_slick .slick-dots li button:before {
    font-size: 12px;
  }
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li button:hover:before {
  color: #00bc7a;
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li.slick-active button:before {
  color: #00bc7a;
  opacity: 1;
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(1) button:before {
  content: "01";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(2) button:before {
  content: "02";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(3) button:before {
  content: "03";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(4) button:before {
  content: "04";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(5) button:before {
  content: "05";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(6) button:before {
  content: "06";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(7) button:before {
  content: "07";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(8) button:before {
  content: "08";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(9) button:before {
  content: "09";
}
.home_sec_one .hin_slick_wrap .hin_slick .slick-dots li:nth-child(10) button:before {
  content: "10";
}
.home_sec_one .hin_slick_wrap .get_started {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto 0px auto;
  font-size: 16px;
  color: #000000;
  width: 120px;
  height: 70px;
  color: #00bc7a;
  text-align: center;
  font-weight: 500;
  display: none !important;
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap .get_started {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_one .hin_slick_wrap .get_started {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_one .hin_slick_wrap .get_started {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1899px) {
  .home_sec_one .hin_slick_wrap .get_started {
    height: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_one .hin_slick_wrap .get_started {
    height: 40px;
  }
}
.home_sec_one .hin_slick_wrap .get_started:after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto 0px auto;
  border-left: 1px solid #00bc7a;
}
@media only screen and (max-width: 767px) {
  .home_sec_one .hin_slick_wrap .get_started:after {
    display: none;
  }
}
.catalog-product-view .page-header {
  padding-bottom: 20px;
  /* @media @mobile-lg{
            background-image: none;
        } */
}
.catalog-product-view .product-info-main {
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .product-info-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .container > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .catalog-product-view .product-info-main .container > .row > .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .container > .row .col-lg-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product-info-main {
  float: none;
  width: 100% !important;
}
.product-info-main .page-title-wrapper.product {
  display: inline-block;
  background: rgba(0, 188, 122, 0.7);
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 6px;
  margin-top: -40px;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .page-title-wrapper.product {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .page-title-wrapper.product {
    padding: 10px 25px;
    border-radius: 4px;
  }
}
.product-info-main .page-title-wrapper.product .page-title {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .page-title-wrapper.product .page-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .page-title-wrapper.product .page-title {
    font-size: 18px;
  }
}
.product-info-main .recommendations {
  width: 100%;
  margin-top: 30px;
  padding-right: 100px;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .recommendations {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-info-main .recommendations {
    padding-right: 0px;
  }
}
.product-info-main .recommendations ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.product-info-main .recommendations ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1540px) {
  .product-info-main .recommendations ul li {
    padding-left: 25px;
  }
}
.product-info-main .recommendations ul li:before {
  content: "";
  width: 19px;
  height: 17px;
  background-image: url("../images/new/grey-tick.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 7px auto auto 0px;
}
@media only screen and (max-width: 1540px) {
  .product-info-main .recommendations ul li:before {
    width: 14px;
    height: 14px;
    background-size: 100%;
    margin: 5px auto auto 0px;
  }
}
@media only screen and (max-width: 1899px) {
  .product-info-main .recommendations ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .recommendations ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .recommendations ul li {
    font-size: 13px;
  }
}
.product-info-main .prd_details_wrap {
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  .product-info-main .prd_details_wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product.row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-info-main .prd_details_wrap .product.row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.product-info-main .prd_details_wrap .product.data.items {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product.data.items {
    margin-left: -5px;
    margin-right: -5px;
    border-bottom: 0px;
  }
  .product-info-main .prd_details_wrap .product.data.items .col-lg-4.title {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.product-info-main .prd_details_wrap .product.data.items .item.title .switch {
  width: 100%;
  text-transform: capitalize;
  border: 1px solid #00bc7a;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  color: #363636;
  height: auto;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch {
    width: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch {
    width: 100%;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch {
    width: 100%;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch:after {
    display: none;
  }
}
.product-info-main .prd_details_wrap .product.data.items .item.title .switch:hover {
  padding-bottom: 6px;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch:hover {
    padding-bottom: 3px;
  }
}
.product-info-main .prd_details_wrap .product.data.items .item.title .switch span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch span {
    width: 74px;
  }
}
.product-info-main .prd_details_wrap .product.data.items .item.title .switch .icon-off {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch .icon-off {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch .icon-off {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.product-info-main .prd_details_wrap .product.data.items .item.title .switch .icon-off img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}
.product-info-main .prd_details_wrap .product.data.items .item.title .switch .icon-on {
  display: none;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch .icon-on {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product.data.items .item.title .switch .icon-on {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.product-info-main .prd_details_wrap .product.data.items .item.title .switch .icon-on img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}
.product-info-main .prd_details_wrap .product.data.items .item.title.active .switch {
  background-color: #00bc7a;
  color: #ffffff;
}
.product-info-main .prd_details_wrap .product.data.items .item.title.active .switch .icon-off {
  display: none;
}
.product-info-main .prd_details_wrap .product.data.items .item.title.active .switch .icon-on {
  display: inline-block;
}
.product-info-main .prd_details_wrap .product.data.items .item.content {
  border: 0px;
  padding: 0px 0px;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product.data.items .item.content {
    padding: 20px 5px;
  }
}
.product-info-main .prd_details_wrap .product-box {
  padding: 30px 0px 20px 30px;
  border: 1px solid #000000;
  background: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
}
@media only screen and (max-width: 1600px) {
  .product-info-main .prd_details_wrap .product-box {
    padding: 20px 0px 10px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-info-main .prd_details_wrap .product-box {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product-box {
    margin-top: 20px;
    padding: 15px 10px;
  }
}
.product-info-main .prd_details_wrap .product-box .formrows {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .product-info-main .prd_details_wrap .product-box .formrows {
    margin-bottom: 15px;
  }
}
.product-info-main .prd_details_wrap .product-box .formrows .form-group {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product-box .formrows .form-group {
    margin-top: 5px;
  }
}
.product-info-main .prd_details_wrap .product-box .formrows .label {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product-box .formrows .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .prd_details_wrap .product-box .formrows .label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product-box .formrows .label {
    font-size: 12px;
  }
}
.product-info-main .prd_details_wrap .product-box .formrows .form-control {
  height: 45px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #363636;
  border-radius: 5px;
  width: 220px;
  padding-right: 25px;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product-box .formrows .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .prd_details_wrap .product-box .formrows .form-control {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product-box .formrows .form-control {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1600px) {
  .product-info-main .prd_details_wrap .product-box .formrows .form-control {
    height: 35px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product-box .formrows .form-control {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .product-info-main .prd_details_wrap .product-box .formrows .form-control {
    width: 90%;
  }
}
.product-info-main .prd_details_wrap .product-box .formrows .pricebox .pricevalue {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product-box .formrows .pricebox .pricevalue {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .prd_details_wrap .product-box .formrows .pricebox .pricevalue {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product-box .formrows .pricebox .pricevalue {
    font-size: 16px;
  }
}
.product-info-main .prd_details_wrap .product-box .formrows .pricebox .pricevalue.dim {
  color: #707070;
}
.product-info-main .prd_details_wrap .product-box .formrows .pricebox .pricetype {
  font-size: 12px;
  margin-top: 10px;
}
.product-info-main .prd_details_wrap .product-box .formrows .pricerow.row {
  margin-left: -5px;
  margin-right: -5px;
}
.product-info-main .prd_details_wrap .product-box .formrows .pricerow.row .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.product-info-main .prd_details_wrap .product-box .formrows .badge_content {
  margin-top: 20px;
}
.product-info-main .prd_details_wrap .product-box .formrows .badge_content .row {
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product-box .formrows .badge_content {
    margin-top: 10px;
  }
}
.product-info-main .prd_details_wrap .product-box .formrows .badge_content img {
  width: 46px;
  margin-right: 15px;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product-box .formrows .badge_content img {
    width: 38px;
  }
}
@media only screen and (max-width: 1600px) {
  .product-info-main .prd_details_wrap .product-box .formrows .badge_content img {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-info-main .prd_details_wrap .product-box .formrows .badge_content img {
    width: 24px;
  }
}
.product-info-main .prd_details_wrap .product-box .formrows .badge_content .label {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product-box .formrows .badge_content .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .prd_details_wrap .product-box .formrows .badge_content .label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prd_details_wrap .product-box .formrows .badge_content .label {
    font-size: 12px;
  }
}
.product-info-main .prd_details_wrap .product-box .hicareman {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prd_details_wrap .product-box .hicareman {
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product-box .hicareman {
    position: absolute;
    width: 100px;
    top: 10px;
    right: 0px;
    pointer-events: none;
    padding-right: 0px;
    display: none;
  }
}
.product-info-main .prd_details_wrap .product-box.bird_netting .formrows .form-group {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
}
.product-info-main .prd_details_wrap .product-box.bird_netting .formrows .form-group .form-control {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-info-main .prd_details_wrap .product-box.bird_netting .formrows .text-right {
    text-align: center !important;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .product-info-main .test-faq-wrap {
    margin-top: 30px;
  }
}
.product-info-main .test-faq-wrap .nav-tabs {
  border-bottom: 1px solid #cccccc;
}
.product-info-main .test-faq-wrap .nav-tabs .nav-link {
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  padding: 15px 30px;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .test-faq-wrap .nav-tabs .nav-link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .test-faq-wrap .nav-tabs .nav-link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .test-faq-wrap .nav-tabs .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .test-faq-wrap .nav-tabs .nav-link {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.product-info-main .test-faq-wrap .nav-tabs .nav-link.active {
  border-color: #cccccc #cccccc #ffffff;
}
.product-info-main .test-faq-wrap .tab-content > .tab-pane {
  padding: 20px 30px;
  border: 1px solid #cccccc;
  border-top: 0px;
}
@media only screen and (max-width: 1440px) {
  .product-info-main .test-faq-wrap .tab-content > .tab-pane {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .test-faq-wrap .tab-content > .tab-pane {
    padding: 10px 15px;
  }
}
.product-info-main .test-faq-wrap .card {
  border: 0px;
}
.product-info-main .test-faq-wrap .card .card-header {
  background: transparent;
  border-bottom: 0px;
  padding: 0px;
  margin-bottom: 0px;
  position: relative;
}
.product-info-main .test-faq-wrap .card .card-header .btn-link {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  border-bottom: 1px solid #cccccc !important;
  width: 100%;
  display: block;
  text-align: left;
  padding: 20px 0px !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .test-faq-wrap .card .card-header .btn-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .test-faq-wrap .card .card-header .btn-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .test-faq-wrap .card .card-header .btn-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .test-faq-wrap .card .card-header .btn-link {
    padding: 15px 25px 15px 0px !important;
    font-weight: 500;
  }
}
.product-info-main .test-faq-wrap .card .card-header .btn-link:hover {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #cccccc !important;
}
.product-info-main .test-faq-wrap .card .card-body {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .test-faq-wrap .card .card-body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .test-faq-wrap .card .card-body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .test-faq-wrap .card .card-body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .test-faq-wrap .card .card-body {
    padding: 15px 0px;
  }
}
.product-info-main .test-faq-wrap .card:last-child .card-header .btn-link {
  border-bottom: 1px solid transparent !important;
}
.product-info-main .test-faq-wrap .card:last-child .card-header.active .btn-link {
  border-bottom: 1px solid #cccccc !important;
}
.product-info-main .test-faq-wrap .fa {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 0px auto auto;
  pointer-events: none;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1600px) {
  .product-info-main .test-faq-wrap .fa {
    width: 20px;
    height: 20px;
  }
}
.product-info-main .test-faq-wrap .fa .plus,
.product-info-main .test-faq-wrap .fa .minus {
  display: none;
}
.product-info-main .test-faq-wrap .fa-minus .minus {
  display: block;
}
.product-info-main .test-faq-wrap .fa-plus .plus {
  display: block;
}
.product-info-main .bird_netting_image {
  margin-top: 20px;
  padding-left: 20px;
  display: block;
}
.product-info-main .moreproducts {
  margin-top: 50px;
  padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .moreproducts {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .product-info-main .moreproducts {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .moreproducts {
    padding: 0px;
  }
}
.product-info-main .moreproducts .heading {
  font-size: 22px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .moreproducts .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .moreproducts .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .moreproducts .heading {
    font-size: 16px;
  }
}
.product-info-main .moreproducts .ps_slick_wrap {
  margin-top: 20px;
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .product-info-main .moreproducts .ps_slick_wrap {
    padding-right: 0px;
    padding-bottom: 70px;
  }
}
.product-info-main .moreproducts .ps_slick_wrap .ps_slick {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product-info-main .moreproducts .ps_slick_wrap .ps_slick {
    margin-bottom: 0px;
  }
}
.product-info-main .moreproducts .ps_slick_wrap .ps_slick .ps_item {
  text-align: center;
}
.product-info-main .moreproducts .ps_slick_wrap .ps_slick .ps_item .icon_img {
  margin-bottom: 10px;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.product-info-main .moreproducts .ps_slick_wrap .ps_slick .slick-slide img {
  display: inline-block;
}
.product-info-main .moreproducts .ps_slick_wrap .ps_slick .slick-prev {
  left: auto;
  right: -40px;
}
@media only screen and (max-width: 767px) {
  .product-info-main .moreproducts .ps_slick_wrap .ps_slick .slick-prev {
    top: auto;
    bottom: -60px;
    left: 40%;
  }
}
.product-info-main .moreproducts .ps_slick_wrap .ps_slick .slick-next {
  right: -90px;
}
@media only screen and (max-width: 767px) {
  .product-info-main .moreproducts .ps_slick_wrap .ps_slick .slick-next {
    top: auto;
    bottom: -60px;
    left: auto;
    right: 40%;
  }
}
.product-info-main .moreproducts .ps_slick_wrap .ps_slick .slick-disabled {
  opacity: 0.5;
}
.product-info-main .prod_Gallery {
  margin-top: 50px;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prod_Gallery {
    margin-top: 30px;
  }
}
.product-info-main .prod_Gallery .prod_Gallery-slick {
  width: 100%;
  margin-bottom: 0px;
}
.product-info-main .prod_Gallery .prod_Gallery-slick .prod_Gallery_wrap img {
  width: 100%;
}
.product-info-main .prod_Gallery .prod_Gallery-slick .slick-prev {
  background-color: #fafafa;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: auto;
  background-position: center center;
  left: 20px;
}
@media only screen and (max-width: 1600px) {
  .product-info-main .prod_Gallery .prod_Gallery-slick .slick-prev {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .prod_Gallery .prod_Gallery-slick .slick-prev {
    left: 10px;
  }
}
.product-info-main .prod_Gallery .prod_Gallery-slick .slick-next {
  background-color: #fafafa;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: auto;
  background-position: center center;
  right: 20px;
}
@media only screen and (max-width: 1600px) {
  .product-info-main .prod_Gallery .prod_Gallery-slick .slick-next {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .prod_Gallery .prod_Gallery-slick .slick-next {
    right: 10px;
  }
}
.product-info-main .prod_Gallery .prod_Gallery-slick .slick-dots {
  bottom: 20px;
}
.product-info-main .prod_Gallery .prod_Gallery-slick .slick-dots li {
  margin: 0px 2px;
}
.product-info-main .prod_Gallery .prod_Gallery-slick .slick-dots li button {
  box-shadow: none;
}
.product-info-main .prod_Gallery .prod_Gallery-slick .slick-dots li button:before {
  font-size: 16px;
  color: #eeeeee;
  opacity: 1;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prod_Gallery .prod_Gallery-slick .slick-dots li button:before {
    font-size: 10px;
    font-size: 14px;
  }
}
.product-info-main .prod_Gallery .prod_Gallery-slick .slick-dots li.slick-active button:before {
  color: #00bc7a;
}
.product-info-main .prod_blog {
  margin-top: 50px;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prod_blog {
    margin-top: 30px;
  }
}
.product-info-main .prod_blog .heading {
  font-size: 22px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  .product-info-main .prod_blog .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .product-info-main .prod_blog .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prod_blog .heading {
    font-size: 16px;
  }
}
.product-info-main .prod_blog .prod_blog_slick {
  width: 100%;
  margin-bottom: 0px;
}
.product-info-main .prod_blog .prod_blog_slick .prod_blog_item .img {
  margin-bottom: 10px;
}
.product-info-main .prod_blog .prod_blog_slick .prod_blog_item .content {
  padding: 0px 15px;
}
.product-info-main .prod_blog .prod_blog_slick .prod_blog_item .content .para2 {
  margin-bottom: 15px;
}
.product-info-main .prod_blog .prod_blog_slick .prod_blog_item .content .para1 {
  margin-bottom: 15px;
  font-weight: 500;
}
.product-info-main .prod_blog .prod_blog_slick .slick-dots {
  bottom: 0px;
  text-align: right;
}
.product-info-main .prod_blog .prod_blog_slick .slick-dots li {
  margin: 0px 2px;
}
.product-info-main .prod_blog .prod_blog_slick .slick-dots li button {
  box-shadow: none;
}
.product-info-main .prod_blog .prod_blog_slick .slick-dots li button:before {
  font-size: 14px;
  color: #eeeeee;
  opacity: 1;
}
@media only screen and (max-width: 1399px) {
  .product-info-main .prod_blog .prod_blog_slick .slick-dots li button:before {
    font-size: 10px;
  }
}
.product-info-main .prod_blog .prod_blog_slick .slick-dots li.slick-active button:before {
  color: #00bc7a;
}
.product_banner {
  width: 100%;
  height: 345px;
  overflow: hidden;
}
@media only screen and (max-width: 1899px) {
  .product_banner {
    height: 310px;
  }
}
@media only screen and (max-width: 1600px) {
  .product_banner {
    height: 285px;
  }
}
@media only screen and (max-width: 1540px) {
  .product_banner {
    height: 273px;
  }
}
@media only screen and (max-width: 1440px) {
  .product_banner {
    height: 256px;
  }
}
@media only screen and (max-width: 1399px) {
  .product_banner {
    height: 242px;
  }
}
@media only screen and (max-width: 1280px) {
  .product_banner {
    height: 230px;
  }
}
@media only screen and (max-width: 1199px) {
  .product_banner {
    height: 185px;
    min-height: 185px;
  }
}
@media only screen and (max-width: 991px) {
  .product_banner {
    height: auto;
    min-height: 1px;
  }
}
.product_banner .banner_bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: top center;
}
.page-main .block {
  margin-bottom: 0px;
}
.sec_wrap {
  width: 100%;
}
.sec_wrap .sec_head {
  font-size: 36px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1899px) {
  .sec_wrap .sec_head {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1540px) {
  .sec_wrap .sec_head {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1399px) {
  .sec_wrap .sec_head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_wrap .sec_head {
    font-size: 20px;
  }
}
.sec_wrap .sec_subhead {
  font-size: 22px;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1899px) {
  .sec_wrap .sec_subhead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .sec_wrap .sec_subhead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .sec_wrap .sec_subhead {
    font-size: 16px;
  }
}
.sec_wrap .sec_para {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  .sec_wrap .sec_para {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .sec_wrap .sec_para {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .sec_wrap .sec_para {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_wrap .sec_para {
    font-size: 12px;
  }
}
.home_sec_three {
  border-top: 1px solid #00bc7a;
  padding-top: 30px;
}
@media only screen and (max-width: 1540px) {
  .home_sec_three {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_three {
    border-top: 0px;
    padding-top: 0px;
  }
}
.home_sec_three .rightman {
  text-align: center;
  margin-bottom: -45px;
  max-width: 146px;
}
@media only screen and (max-width: 1540px) {
  .home_sec_three .rightman {
    max-width: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_three .rightman {
    max-width: 86px;
    margin-bottom: -20px;
  }
}
.home_sec_three .sec_wrap {
  padding-left: 40px;
  padding-right: 20px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_three .sec_wrap {
    padding-left: 0px;
  }
}
.home_sec_three .sec_wrap .sec_para {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.home_sec_three .callback-block {
  width: 350px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .home_sec_three .callback-block {
    width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .home_sec_three .callback-block {
    width: 100%;
  }
}
.home_sec_three .callback-block .form-control {
  border: 1px solid #00bc7a;
  width: 100%;
  border-radius: 5px;
  height: 38px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_three .callback-block .form-control {
    height: 36px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_three .callback-block .form-control {
    height: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_three .callback-block .form-control {
    height: 28px;
    font-size: 12px;
  }
}
.home_sec_three .callback-block .form-control:focus {
  box-shadow: 0 0 3px 1px #00bc7a;
}
.home_sec_three .callback-block .action {
  padding: 0px 24px;
  margin-left: -5px;
  height: 38px;
}
.home_sec_three .callback-block .action:focus {
  box-shadow: none;
}
@media only screen and (max-width: 1899px) {
  .home_sec_three .callback-block .action {
    height: 36px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_three .callback-block .action {
    height: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_three .callback-block .action {
    height: 28px;
  }
}
@media only screen and (max-width: 364px) {
  .home_sec_three .callback-block .col-auto {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.home_sec_four {
  position: relative;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
}
.home_sec_four:before {
  content: "";
  width: 41.666667%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #363636;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .home_sec_four:before {
    display: none;
  }
}
.home_sec_four .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.home_sec_four .hygiene_wrap {
  background: #363636;
  position: relative;
  height: 100%;
  padding-bottom: 130px;
  padding-right: 140px;
}
@media only screen and (max-width: 1399px) {
  .home_sec_four .hygiene_wrap {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_four .hygiene_wrap {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_four .hygiene_wrap {
    padding-right: 170px;
    padding-top: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .hygiene_wrap {
    padding-right: 130px;
    padding-bottom: 30px;
  }
}
.home_sec_four .hygiene_wrap .himan {
  width: 290px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: -230px auto auto auto;
}
@media only screen and (max-width: 1540px) {
  .home_sec_four .hygiene_wrap .himan {
    width: 250px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: -200px auto auto auto;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_four .hygiene_wrap .himan {
    width: 240px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: -200px auto auto auto;
  }
}
@media only screen and (max-width: 1280px) {
  .home_sec_four .hygiene_wrap .himan {
    width: 230px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: -200px auto auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_four .hygiene_wrap .himan {
    width: 160px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto 0px auto auto;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .hygiene_wrap .himan {
    width: 130px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto 10px auto auto;
  }
}
.home_sec_four .hygiene_wrap .sec_wrap .sec_head {
  color: #ffffff;
}
.home_sec_four .hygiene_wrap .sec_wrap .sec_head .thick {
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .home_sec_four .hygiene_wrap .sec_wrap .sec_head .thick {
    padding-left: 20px;
  }
}
.home_sec_four .hygiene_wrap .sec_wrap .sec_para {
  color: #eeeeee;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home_sec_four .hygiene_wrap .sec_wrap .sec_para {
    margin-top: 20px;
  }
}
.home_sec_four .hygiene_wrap .sec_wrap a {
  display: block;
  position: relative;
  color: #eeeeee;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1540px) {
  .home_sec_four .hygiene_wrap .sec_wrap a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_four .hygiene_wrap .sec_wrap a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .hygiene_wrap .sec_wrap a {
    font-size: 12px;
  }
}
.home_sec_four .hygiene_wrap .sec_wrap a:before {
  content: "";
  width: 20px;
  height: 1px;
  border-top: 3px solid #eeeeee;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto auto 0px;
}
.home_sec_four .hygiene_wrap .sec_wrap a:focus,
.home_sec_four .hygiene_wrap .sec_wrap a:hover {
  text-decoration: none;
}
.home_sec_four .hygiene_wrap .sec_wrap a:hover {
  color: #ffffff;
}
.home_sec_four .testiwrap {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .home_sec_four .testiwrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_four .testiwrap {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_four .testiwrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .testiwrap {
    padding-bottom: 50px;
  }
}
.home_sec_four .testiwrap .testislick_wrap {
  width: 100%;
  position: relative;
}
.home_sec_four .testiwrap .testislick_wrap .testislick .testi_item {
  background-color: #ffffff;
  padding: 20px;
}
@media only screen and (max-width: 1540px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .testi_item {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .testi_item {
    padding: 10px;
  }
}
.home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .col-3 .image {
  text-align: center;
}
.home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .col-3 img {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .col-3 img {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .content {
  padding-left: 20px;
}
@media only screen and (max-width: 1399px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .content {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .content {
    padding-left: 0px;
  }
}
.home_sec_four .testiwrap .testislick_wrap .testislick .testi_item .content .sec_para:last-child {
  margin-bottom: 0px;
}
.home_sec_four .testiwrap .testislick_wrap .testislick .slick-slide:focus {
  outline: 0px;
}
.home_sec_four .testiwrap .testislick_wrap .testislick .slick-slide > div {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}
.home_sec_four .testiwrap .testislick_wrap .testislick .slick-prev {
  top: auto;
  bottom: -70px;
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 991px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .slick-prev {
    right: auto;
    left: 50%;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .slick-prev {
    bottom: -40px;
  }
}
.home_sec_four .testiwrap .testislick_wrap .testislick .slick-next {
  top: auto;
  bottom: -70px;
  left: auto;
  right: 0px;
}
@media only screen and (max-width: 991px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .slick-next {
    left: auto;
    right: 50%;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_four .testiwrap .testislick_wrap .testislick .slick-next {
    bottom: -40px;
  }
}
.home_sec_five {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 991px) {
  .home_sec_five .blogwrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home_sec_five .blogwrap .sec_image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.home_sec_five .blogwrap .contentwrap {
  padding-right: 40px;
}
.home_sec_five .blogwrap .btn_wrap {
  margin-top: 20px;
}
.home_sec_five .blogwrap .slick-dots {
  bottom: 0px;
  position: relative;
  text-align: right;
}
.home_sec_five .blogwrap .slick-dots li {
  margin: 0px 2px;
}
.home_sec_five .blogwrap .slick-dots li button {
  box-shadow: none;
}
.home_sec_five .blogwrap .slick-dots li button:before {
  font-size: 14px;
  color: #ccc;
  opacity: 1;
}
.home_sec_five .blogwrap .slick-dots li.slick-active button:before {
  color: #00bc7a;
}
.home_sec_five .workwrap {
  padding-left: 70px;
}
@media only screen and (max-width: 991px) {
  .home_sec_five .workwrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_five .workwrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home_sec_five .workwrap .videocontainer {
  margin-top: 20px;
  position: relative;
}
.home_sec_five .workwrap .videocontainer iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_five .workwrap .videocontainer iframe {
    height: 330px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_five .workwrap .videocontainer iframe {
    height: 280px;
  }
}
.home_sec_two .product.data.items {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .home_sec_two .product.data.items {
    margin-left: -5px;
    margin-right: -5px;
    border-bottom: 0px;
  }
  .home_sec_two .product.data.items .col-auto.title {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .product.data.items .item.title {
    margin-bottom: 15px;
  }
}
.home_sec_two .product.data.items .item.title .switch {
  width: 250px;
  text-transform: capitalize;
  border: 1px solid #00bc7a;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  color: #363636;
  height: auto;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .product.data.items .item.title .switch {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .product.data.items .item.title .switch {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .product.data.items .item.title .switch {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .product.data.items .item.title .switch {
    width: 218px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .product.data.items .item.title .switch {
    width: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .product.data.items .item.title .switch {
    width: 180px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .product.data.items .item.title .switch {
    width: 100%;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .home_sec_two .product.data.items .item.title .switch:after {
    display: none;
  }
}
.home_sec_two .product.data.items .item.title .switch:hover {
  padding-bottom: 6px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .product.data.items .item.title .switch:hover {
    padding-bottom: 3px;
  }
}
.home_sec_two .product.data.items .item.title .switch span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .home_sec_two .product.data.items .item.title .switch span {
    width: 74px;
  }
}
.home_sec_two .product.data.items .item.title .switch .icon-off {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .product.data.items .item.title .switch .icon-off {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .product.data.items .item.title .switch .icon-off {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.home_sec_two .product.data.items .item.title .switch .icon-off img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}
.home_sec_two .product.data.items .item.title .switch .icon-on {
  display: none;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .product.data.items .item.title .switch .icon-on {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .product.data.items .item.title .switch .icon-on {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.home_sec_two .product.data.items .item.title .switch .icon-on img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
}
.home_sec_two .product.data.items .item.title.active .switch {
  background-color: #00bc7a;
  color: #ffffff;
}
.home_sec_two .product.data.items .item.title.active .switch .icon-off {
  display: none;
}
.home_sec_two .product.data.items .item.title.active .switch .icon-on {
  display: inline-block;
}
.home_sec_two .product.data.items .item.content {
  border: 0px;
  padding: 20px 0px;
}
@media only screen and (max-width: 767px) {
  .home_sec_two .product.data.items .item.content {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .select_filters {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 5px;
  }
  .home_sec_two .select_filters .col-auto {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home_sec_two .select_filters .col-auto:nth-child(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home_sec_two .select_filters .col-auto:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home_sec_two .select_filters .col-auto:nth-child(3) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.home_sec_two .select_filters .form-group select.form-control {
  width: 250px;
  font-size: 16px;
  color: #000000;
  padding: 5px 25px 5px 10px;
  height: 35px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .select_filters .form-group select.form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .select_filters .form-group select.form-control {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .select_filters .form-group select.form-control {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .select_filters .form-group select.form-control {
    width: 218px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .select_filters .form-group select.form-control {
    width: 100%;
  }
}
.home_sec_two .packages_row {
  margin-top: 20px;
  justify-content: center;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
.home_sec_two .packages_row .packagebox {
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #363636;
  border-radius: 6px;
  padding: 30px 20px;
  text-align: center;
}
.home_sec_two .packages_row .packagebox .acc_body > .row > .col-auto {
  min-height: 165px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .acc_body > .row > .col-auto {
    min-height: 150px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .acc_body > .row > .col-auto {
    min-height: 135px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .acc_body > .row > .col-auto {
    min-height: 125px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_two .packages_row .packagebox .acc_body > .row > .col-auto {
    min-height: 144px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .acc_body > .row > .col-auto {
    min-height: 1px;
  }
}
.home_sec_two .packages_row .packagebox .acc_body ul {
  min-height: 165px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .acc_body ul {
    min-height: 150px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .acc_body ul {
    min-height: 135px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .acc_body ul {
    min-height: 125px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_two .packages_row .packagebox .acc_body ul {
    min-height: 144px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .acc_body ul {
    min-height: 1px;
  }
}
.home_sec_two .packages_row .packagebox .recmd_badge {
  display: none;
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox {
    text-align: left;
    border-radius: 0px;
    padding: 0px 10px;
  }
}
.home_sec_two .packages_row .packagebox .name {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  color: #363636;
  min-height: 42px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .name {
    min-height: 38px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .name {
    min-height: 32px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .name {
    min-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .name {
    min-height: 1px;
  }
}
.home_sec_two .packages_row .packagebox ul {
  color: #363636;
  font-size: 18px;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox ul {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox ul {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox ul {
    font-size: 13px;
  }
}
.home_sec_two .packages_row .packagebox .services {
  font-size: 16px;
  color: #000000;
  margin-top: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #717171;
  padding: 6px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .services {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .services {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .services {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .packages_row .packagebox .services {
    text-align: center;
  }
}
.home_sec_two .packages_row .packagebox .pricerow {
  margin-top: 15px;
}
.home_sec_two .packages_row .packagebox .pricerow .price {
  font-size: 16px;
  color: #000000;
  color: #363636;
  text-align: left;
  padding: 0px 14px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .pricerow .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .pricerow .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .pricerow .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .pricerow .price {
    padding: 0px 13px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .pricerow .price {
    padding: 0px 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .home_sec_two .packages_row .packagebox .pricerow .price {
    padding: 0px 5px;
  }
}
.home_sec_two .packages_row .packagebox .pricerow .price span {
  font-size: 22px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .pricerow .price span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .pricerow .price span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .pricerow .price span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .pricerow .price span {
    display: inline-block !important;
  }
}
.home_sec_two .packages_row .packagebox .pricerow .price.light {
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.home_sec_two .packages_row .packagebox .pricerow .price.light span {
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .pricerow .price.light span {
    display: inline-block !important;
  }
}
.home_sec_two .packages_row .packagebox .btnsrow {
  margin-top: 10px;
}
.home_sec_two .packages_row .packagebox .btnsrow .action.secondary {
  background-color: transparent;
  border: 0px;
  color: #363636;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.home_sec_two .packages_row .packagebox .btnsrow .action.secondary:focus,
.home_sec_two .packages_row .packagebox .btnsrow .action.secondary:hover {
  box-shadow: none;
  background-color: transparent;
  border: 0px;
  color: #363636;
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .btnsrow {
    align-items: start !important;
    margin-bottom: 10px;
  }
  .home_sec_two .packages_row .packagebox .btnsrow .col-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-order: -1;
    order: -1;
  }
  .home_sec_two .packages_row .packagebox .btnsrow .col-6:first-child {
    -ms-flex-order: 13;
    order: 13;
  }
  .home_sec_two .packages_row .packagebox .btnsrow .col-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .packages_row .packagebox .btnsrow .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .home_sec_two .packages_row .packagebox .btnsrow .col-6:first-child {
    -ms-flex-order: 13;
    order: 13;
  }
  .home_sec_two .packages_row .packagebox .btnsrow .col-6 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
}
.home_sec_two .packages_row .packagebox .btnsrow .action.secondary {
  background-color: transparent;
  border: 0px;
  color: #363636;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  text-decoration: underline;
}
.home_sec_two .packages_row .packagebox .btnsrow .action.secondary:focus,
.home_sec_two .packages_row .packagebox .btnsrow .action.secondary:hover {
  box-shadow: none;
  background-color: transparent;
  border: 0px;
  color: #363636;
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .btnsrow .action.secondary {
    margin-bottom: 0;
  }
}
.home_sec_two .packages_row .packagebox .last_book {
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .last_book {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .last_book {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .last_book {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .packages_row .packagebox .last_book {
    padding-right: 10px;
  }
}
.home_sec_two .packages_row .packagebox .headerprice {
  display: none;
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox .acc_header {
    padding: 10px 30px 10px 0px;
    position: relative;
    cursor: pointer;
  }
  .home_sec_two .packages_row .packagebox .acc_header:after {
    content: "\e61c";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto 0px auto auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #707070;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 50%;
  }
  .home_sec_two .packages_row .packagebox .acc_header .headerprice {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #000000;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .home_sec_two .packages_row .packagebox .acc_body {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .home_sec_two .packages_row .packagebox.active .acc_header:after {
    content: "\e60f";
  }
  .home_sec_two .packages_row .packagebox.active .acc_header .headerprice {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  .home_sec_two .packages_row .packagebox.active .acc_body {
    max-height: 1000px;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 1899px) {
  .home_sec_two .packages_row .packagebox .acc_header .headerprice {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox .acc_header .headerprice {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox .acc_header .headerprice {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .packages_row .packagebox .acc_header {
    text-align: center;
  }
}
.home_sec_two .packages_row .packagebox.recommended {
  background: #00bc7a;
  border: 1px solid #00bc7a;
}
.home_sec_two .packages_row .packagebox.recommended .recmd_badge {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px auto auto auto;
  background: #ffffff;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox.recommended .recmd_badge {
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox.recommended .recmd_badge {
    height: 15px;
    line-height: 16px;
    font-size: 10px;
  }
}
.home_sec_two .packages_row .packagebox.recommended .recmd_badge:before {
  content: "";
  position: absolute;
  border: 25px solid transparent;
  border-top-color: #ffffff;
  top: 0px;
  left: -25px;
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox.recommended .recmd_badge:before {
    border: 20px solid transparent;
    border-top-color: #ffffff;
    left: -20px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox.recommended .recmd_badge:before {
    border: 15px solid transparent;
    border-top-color: #ffffff;
    left: -15px;
  }
}
.home_sec_two .packages_row .packagebox.recommended .recmd_badge:after {
  content: "";
  position: absolute;
  border: 25px solid transparent;
  border-top-color: #ffffff;
  top: 0px;
  right: -25px;
}
@media only screen and (max-width: 1540px) {
  .home_sec_two .packages_row .packagebox.recommended .recmd_badge:after {
    border: 20px solid transparent;
    border-top-color: #ffffff;
    right: -20px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .packages_row .packagebox.recommended .recmd_badge:after {
    border: 15px solid transparent;
    border-top-color: #ffffff;
    left: -15px;
  }
}
.home_sec_two .packages_row .packagebox.recommended .recmd_badge span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.home_sec_two .packages_row .packagebox.recommended .name {
  color: #ffffff;
}
.home_sec_two .packages_row .packagebox.recommended ul {
  color: #ffffff;
}
.home_sec_two .packages_row .packagebox.recommended .services {
  color: #ffffff;
}
.home_sec_two .packages_row .packagebox.recommended .pricerow .price {
  color: #ffffff;
}
.home_sec_two .packages_row .packagebox.recommended .pricerow .price span {
  color: #ffffff;
}
.home_sec_two .packages_row .packagebox.recommended .pricerow .price.light {
  border-right: 1px solid #ffffff;
  color: #eee;
}
.home_sec_two .packages_row .packagebox.recommended .pricerow .price.light span {
  color: #eee;
}
.home_sec_two .packages_row .packagebox.recommended .btnsrow {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox.recommended .btnsrow {
    align-items: start !important;
    margin-bottom: 10px;
  }
}
.home_sec_two .packages_row .packagebox.recommended .btnsrow .action.primary {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #363636;
}
.home_sec_two .packages_row .packagebox.recommended .btnsrow .action.primary:hover,
.home_sec_two .packages_row .packagebox.recommended .btnsrow .action.primary:focus,
.home_sec_two .packages_row .packagebox.recommended .btnsrow .action.primary:active {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #363636;
  text-decoration: none;
}
.home_sec_two .packages_row .packagebox.recommended .btnsrow .action.primary:focus {
  box-shadow: 0 0 3px 1px #f7f7f7;
}
.home_sec_two .packages_row .packagebox.recommended .btnsrow .action.secondary {
  color: #ffffff;
  text-decoration: underline;
}
.home_sec_two .packages_row .packagebox.recommended .btnsrow .action.secondary:focus,
.home_sec_two .packages_row .packagebox.recommended .btnsrow .action.secondary:hover {
  color: #ffffff;
}
.home_sec_two .packages_row .packagebox.recommended .last_book {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .home_sec_two .packages_row .packagebox.recommended .acc_header {
    padding: 17px 30px 10px 0px;
  }
  .home_sec_two .packages_row .packagebox.recommended .acc_header .headerprice {
    color: #ffffff;
  }
}
.home_sec_two .price_note {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.home_sec_two .price_note sup {
  top: -.3em;
  font-size: 100%;
}
@media only screen and (max-width: 1899px) {
  .home_sec_two .price_note {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1399px) {
  .home_sec_two .price_note {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home_sec_two .price_note {
    padding: 0px 10px;
  }
}
.home_sec_two .loadmore_wrap {
  text-align: center;
  margin-top: 20px;
}
.home_sec_two .loadmore_wrap a {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .action.skip.contentarea {
    display: none;
  }
  .columns .column.main {
    padding-bottom: 10px;
  }
}
.nav-open .nav-sections {
  right: 0px !important;
}
.nav-open .nav-toggle {
  z-index: 112;
}
.nav-open .nav-toggle:before {
  content: "\e616";
}
.nav-open .nav-toggle:after {
  z-index: -1;
}
.animateUp[data-scroll] {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.animateUp[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0px);
}
.animateUp[data-scroll="out"] {
  opacity: 0;
  transform: translateY(50px);
}
.animateLeft[data-scroll] {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.animateLeft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0px);
}
.animateLeft[data-scroll="out"] {
  opacity: 0;
  transform: translateX(-50px);
}
.uf_wrap {
  width: 100%;
  background: #ffffff;
}
.uf_wrap .uf_head {
  height: 100px;
  font-size: 22px;
  color: #000000;
  color: #363636;
  padding-left: 50px;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
}
.uf_wrap .uf_head span {
  max-width: 100px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_head span {
    max-width: 85px;
  }
}
@media only screen and (max-width: 1899px) {
  .uf_wrap .uf_head {
    height: 90px;
  }
}
@media only screen and (max-width: 1540px) {
  .uf_wrap .uf_head {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_head {
    height: 60px;
  }
}
@media only screen and (max-width: 1899px) {
  .uf_wrap .uf_head {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .uf_wrap .uf_head {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .uf_wrap .uf_head {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1899px) {
  .uf_wrap .uf_head {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .uf_wrap .uf_head {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_head {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.uf_wrap .uf_head .popclose {
  display: block;
  text-decoration: none;
  color: #000000;
}
@media only screen and (max-width: 1600px) {
  .uf_wrap .uf_head .popclose {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_head .popclose {
    width: 22px;
    height: 22px;
  }
}
.uf_wrap .uf_head .popclose:hover,
.uf_wrap .uf_head .popclose:focus {
  text-decoration: none;
  outline: 0px;
}
.uf_wrap .uf_body {
  width: 100%;
  padding-left: 130px;
  padding-right: 130px;
  padding-top: 50px;
}
@media only screen and (max-width: 1899px) {
  .uf_wrap .uf_body {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1540px) {
  .uf_wrap .uf_body {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .uf_wrap .uf_body {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .uf_wrap .uf_body {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .uf_wrap .uf_body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .uf_wrap .uf_body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
.uf_wrap .uf_body .form-group {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group {
    margin-bottom: 15px;
  }
}
.uf_wrap .uf_body .form-group .uflabel {
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (max-width: 1600px) {
  .uf_wrap .uf_body .form-group .uflabel {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .uf_wrap .uf_body .form-group .uflabel {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group .uflabel {
    font-size: 12px;
  }
}
.uf_wrap .uf_body .form-group .control.inpwidth {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group .control.inpwidth {
    width: 100%;
  }
}
.uf_wrap .uf_body .form-group .control .form-control {
  border: 0px;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  padding: 0px;
  color: #000000;
  transition: none;
}
@media only screen and (max-width: 1600px) {
  .uf_wrap .uf_body .form-group .control .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .uf_wrap .uf_body .form-group .control .form-control {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group .control .form-control {
    font-size: 16px;
  }
}
.uf_wrap .uf_body .form-group .control .form-control:focus {
  outline: 0px;
  box-shadow: none;
}
.uf_wrap .uf_body .form-group .hinttext {
  margin-top: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 1600px) {
  .uf_wrap .uf_body .form-group .hinttext {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1440px) {
  .uf_wrap .uf_body .form-group .hinttext {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group .hinttext {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group.questions .col-auto {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group.questions .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.uf_wrap .uf_body .form-group.questions .labelwidth {
  width: 350px;
}
@media only screen and (max-width: 1600px) {
  .uf_wrap .uf_body .form-group.questions .labelwidth {
    width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group.questions .labelwidth {
    width: 100%;
  }
}
.uf_wrap .uf_body .form-group.questions .uflabel {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group.questions .control {
    margin-top: -10px;
  }
}
.uf_wrap .uf_body .form-group.questions .control .row {
  margin-top: 10px;
}
.uf_wrap .uf_body .form-group .map_wrap {
  width: 100%;
  margin-top: 10px;
}
.uf_wrap .uf_body .form-group .map_wrap iframe {
  width: 100%;
  height: 330px;
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .form-group .map_wrap iframe {
    height: 250px;
  }
}
.uf_wrap .uf_body .form-check-input:focus {
  box-shadow: none;
}
.uf_wrap .uf_body .form-group.form-check {
  padding-left: 0px;
}
.uf_wrap .uf_body .form-group.form-check.pullup {
  margin-top: -10px;
}
@media only screen and (max-width: 991px) {
  .uf_wrap .uf_body .form-group.form-check .form-check-input {
    top: 3px;
  }
}
@media only screen and (max-width: 364px) {
  .uf_wrap .uf_body .form-group.form-check .form-check-input {
    top: -5px;
  }
}
.uf_wrap .uf_body .form-group.form-check > label {
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .uf_wrap .uf_body .form-group.form-check > label {
    width: auto;
  }
}
@media only screen and (max-width: 364px) {
  .uf_wrap .uf_body .form-group.form-check > label {
    width: 80%;
  }
}
.uf_wrap .uf_body .btn-wrap {
  padding-left: 30px;
}
.uf_wrap .uf_body .mainbtn {
  text-align: center;
  padding-bottom: 30px;
}
.uf_wrap .uf_body .mainbtn.mobileprev {
  display: none;
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .mainbtn.mobileprev {
    display: block;
    width: 100%;
  }
  .uf_wrap .uf_body .mainbtn.mobileprev.active {
    display: none;
  }
}
.uf_wrap .uf_body .addressrow .control {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .uf_wrap .uf_body .addressrow .control {
    margin-bottom: 10px;
  }
}
.uf_wrap #register_addr .uf_body {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1899px) {
  .uf_wrap #register_addr .uf_body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .uf_wrap #register_addr .uf_body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn-link {
  padding: 2px 1px !important;
  font-size: 16px !important;
  display: inline-block;
  color: #000000 !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #000000 !important;
}
@media only screen and (max-width: 1600px) {
  .btn-link {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1540px) {
  .btn-link {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .btn-link {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .btn-link {
    font-size: 12px !important;
  }
}
.btn-link:hover,
.btn-link:focus {
  background: transparent !important;
  text-decoration: none !important;
  color: #000000 !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #000000 !important;
}
.modals-overlay {
  z-index: 899 !important;
}
.modal-popup .modal-inner-wrap.small {
  width: 40%;
}
@media only screen and (max-width: 1199px) {
  .modal-popup .modal-inner-wrap.small {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup .modal-inner-wrap.small {
    width: 100%;
  }
}
.modal-popup .modal-inner-wrap {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .modal-popup .modal-inner-wrap {
    width: 100%;
  }
}
.modal-popup .modal-inner-wrap.large {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .modal-popup .modal-inner-wrap.large {
    width: 100%;
  }
}
.modal-content {
  padding: 0px !important;
}
.modal-popup .modal-header {
  display: none;
}
.modal-popup .modal-footer {
  display: none;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: transparent;
  }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    box-shadow: none;
  }
  .modal-content {
    border-bottom: 0px !important;
  }
  .modal-popup.modal-slide {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
  .mobileprev {
    display: block;
  }
  .mobileprev.active {
    display: none;
  }
  .mobilenext {
    display: none;
  }
  .mobilenext.active {
    display: block;
  }
}
.authentication-wrapper {
  display: none;
}
.checkout-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
#checkout .container {
  padding-left: 0px;
  padding-right: 0px;
}
#checkout .three_steps_wrap {
  width: 100%;
  height: 370px;
  background-image: url("../images/top-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  #checkout .three_steps_wrap {
    height: 300px;
  }
}
@media only screen and (max-width: 1399px) {
  #checkout .three_steps_wrap {
    height: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  #checkout .three_steps_wrap {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  #checkout .three_steps_wrap {
    height: 220px;
  }
}
#checkout .three_steps_wrap .heading {
  text-align: center;
  font-size: 6rem;
  font-weight: 100;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  #checkout .three_steps_wrap .heading {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 1600px) {
  #checkout .three_steps_wrap .heading {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1440px) {
  #checkout .three_steps_wrap .heading {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 1399px) {
  #checkout .three_steps_wrap .heading {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #checkout .three_steps_wrap .heading {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1em;
  }
}
#checkout .three_steps_wrap .steps_progress {
  margin-bottom: 30px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  #checkout .three_steps_wrap .steps_progress {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  #checkout .three_steps_wrap .steps_progress {
    width: 320px;
  }
}
@media only screen and (max-width: 1399px) {
  #checkout .three_steps_wrap .steps_progress {
    margin-bottom: 10px;
  }
}
#checkout .three_steps_wrap .steps_progress ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#checkout .three_steps_wrap .steps_progress ul li {
  float: left;
  text-align: center;
  width: 33.333333%;
  position: relative;
}
#checkout .three_steps_wrap .steps_progress ul li .st_name {
  color: #363636;
}
#checkout .three_steps_wrap .steps_progress ul li .st_num {
  font-weight: 500;
}
#checkout .three_steps_wrap .steps_progress ul li .st_dot span {
  width: 30px;
  height: 30px;
  background: #E1E1E1;
  border: 5px solid #E1E1E1;
  border-radius: 50%;
  display: block;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1899px) {
  #checkout .three_steps_wrap .steps_progress ul li .st_dot span {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  #checkout .three_steps_wrap .steps_progress ul li .st_dot span {
    width: 20px;
    height: 20px;
  }
}
#checkout .three_steps_wrap .steps_progress ul li .st_dot:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 6px solid #E1E1E1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto auto 40%;
  z-index: 0;
}
@media only screen and (max-width: 1899px) {
  #checkout .three_steps_wrap .steps_progress ul li .st_dot:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto auto 43%;
  }
}
@media only screen and (max-width: 1440px) {
  #checkout .three_steps_wrap .steps_progress ul li .st_dot:after {
    border-bottom: 3px solid #E1E1E1;
  }
}
#checkout .three_steps_wrap .steps_progress ul li:last-child .st_dot:after {
  display: none;
}
#checkout .three_steps_wrap .steps_progress ul .progressing .st_dot span {
  background: #00bc7a;
  border: 5px solid #00bc7a;
}
@media only screen and (max-width: 1440px) {
  #checkout .three_steps_wrap .steps_progress ul .progressing .st_dot span {
    border: 3px solid #00bc7a;
  }
}
#checkout .three_steps_wrap .steps_progress ul .completed .st_dot span {
  background: #ffffff;
  border: 5px solid #00bc7a;
}
@media only screen and (max-width: 1440px) {
  #checkout .three_steps_wrap .steps_progress ul .completed .st_dot span {
    border: 3px solid #00bc7a;
  }
}
#checkout .three_steps_wrap .steps_progress ul .completed .st_dot:after {
  border-bottom: 6px solid #00bc7a;
}
@media only screen and (max-width: 1440px) {
  #checkout .three_steps_wrap .steps_progress ul .completed .st_dot:after {
    border-bottom: 3px solid #00bc7a;
  }
}
.cb_left {
  padding-left: 40px;
}
@media only screen and (max-width: 1600px) {
  .cb_left {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cb_left {
    padding-left: 10px;
  }
}
.cb_right {
  padding-right: 25px;
}
@media only screen and (max-width: 1600px) {
  .cb_right {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cb_right {
    padding-right: 10px;
  }
}
.checkout_wrap {
  padding-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap #order_steps {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout_wrap #order_steps {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order_steps {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap {
    padding-top: 25px;
  }
}
.checkout_wrap .co_row {
  margin-left: -10px;
  margin-right: -10px;
}
.checkout_wrap .co_row .co_grid {
  padding-left: 10px;
  padding-right: 10px;
}
.checkout_wrap .first_grid {
  height: 0px;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .first_grid {
    height: auto;
  }
}
.checkout_wrap #ps_one {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap #ps_one {
    display: none;
  }
}
.checkout_wrap #ps_two {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap #ps_two {
    display: none;
  }
}
.checkout_wrap #ps_three {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap #ps_three {
    display: block;
  }
}
.checkout_wrap .co_box {
  border: 1px solid #363636;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #363636;
}
.checkout_wrap .co_box .para1 {
  color: #363636;
}
.checkout_wrap .co_box .para2 {
  color: #363636;
}
.checkout_wrap .co_box .parahead {
  color: #363636;
}
.checkout_wrap .co_box .header {
  padding-left: 40px;
  padding-right: 25px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .co_box .header {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .co_box .header {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .co_box .header {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .co_box .header {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .co_box .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.checkout_wrap .co_box .header .number {
  color: #00bc7a;
  font-style: italic;
  font-size: 5rem;
  font-weight: bold;
  width: 75px;
  line-height: 1em;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .co_box .header .number {
    font-size: 4rem;
    width: 65px;
  }
}
@media only screen and (max-width: 1440px) {
  .checkout_wrap .co_box .header .number {
    font-size: 3rem;
    width: 55px;
  }
}
.checkout_wrap .co_box .header .title {
  font-size: 24px;
  color: #707070;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .co_box .header .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .co_box .header .title {
    font-size: 16px;
  }
}
.checkout_wrap .co_box .body .cb_btns {
  text-align: right;
}
.checkout_wrap .co_box .body .cb_btns .edit-btn {
  background-image: url("../images/edit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
  border: 0px;
  display: inline-block;
  background-color: transparent;
}
@media only screen and (max-width: 1440px) {
  .checkout_wrap .co_box .body .cb_btns .edit-btn {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .co_box .body .cb_btns .edit-btn {
    width: 18px;
    height: 18px;
    padding: 0px;
  }
}
.checkout_wrap .co_box .body .cb_btns .edit-btn:focus {
  outline: 0px;
  text-decoration: none;
}
.checkout_wrap .co_box .body .cb_btns .delete-btn {
  background-image: url("../images/delete.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
  border: 0px;
  display: inline-block;
  margin-left: 10px;
  background-color: transparent;
}
@media only screen and (max-width: 1440px) {
  .checkout_wrap .co_box .body .cb_btns .delete-btn {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .co_box .body .cb_btns .delete-btn {
    width: 18px;
    height: 18px;
    padding: 0px;
  }
}
.checkout_wrap .co_box .body .cb_btns .delete-btn:focus {
  outline: 0px;
  text-decoration: none;
}
.checkout_wrap .output {
  padding-left: 40px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .output {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .output {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .output {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .output {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .output {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .output .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout_wrap .output .op_cont {
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .output .op_cont {
    padding-left: 30px;
  }
}
.checkout_wrap .output .op_cont:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/tick.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.checkout_wrap .output .op_cont .op_date .para1 {
  font-weight: 500;
}
.checkout_wrap .output .op_cont .op_date .para1.value {
  font-weight: 400;
}
.checkout_wrap .output .op_btn {
  text-align: right;
}
.checkout_wrap .address .body {
  display: none;
}
.checkout_wrap .address .body .row1 {
  padding-left: 40px;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .address .body .row1 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .address .body .row1 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .address .body .row1 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .address .body .row1 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .address .body .row1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .address .body .row1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout_wrap .address .body .row1 .action-select-shipping-item {
  border: 0px;
  background: transparent;
  box-shadow: none;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .address .body .row1 .action-select-shipping-item {
    padding: 0;
  }
}
.checkout_wrap .address .body .row1 .action-select-shipping-item:hover,
.checkout_wrap .address .body .row1 .action-select-shipping-item:focus {
  border: 0px;
  background: transparent;
  box-shadow: none;
  outline: 0px;
}
.checkout_wrap .address .body .row1 .action-select-shipping-item .address_show .radiocontainer {
  text-transform: uppercase;
}
.checkout_wrap .address .body .row1 .action-select-shipping-item .address_show .para2 {
  padding-left: 27px;
  margin-top: 10px;
}
.checkout_wrap .address .body .add_addres {
  padding-left: 40px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .address .body .add_addres {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .address .body .add_addres {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .address .body .add_addres {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .address .body .add_addres {
    padding-right: 10px;
  }
}
.checkout_wrap .address .body .add_addres .para2 {
  padding-left: 27px;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .address .body .add_addres .para2 {
    padding-left: 0;
  }
}
.checkout_wrap .address .body .add_addres .dark {
  margin-left: 10px;
}
.checkout_wrap .address .output {
  display: none;
}
.checkout_wrap .address.progressing .body {
  display: block;
}
.checkout_wrap .address.completed .body {
  display: none;
}
.checkout_wrap .address.completed .output {
  display: block;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .address .mob_adj {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .selected .body {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .selected .body {
    padding-top: 0px;
  }
}
.checkout_wrap .selected .body .row1,
.checkout_wrap .selected .body .row2 {
  padding-left: 40px;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .selected .body .row1,
  .checkout_wrap .selected .body .row2 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .selected .body .row1,
  .checkout_wrap .selected .body .row2 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .selected .body .row1,
  .checkout_wrap .selected .body .row2 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .selected .body .row1,
  .checkout_wrap .selected .body .row2 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .selected .body .row1,
  .checkout_wrap .selected .body .row2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .selected .body .row1,
  .checkout_wrap .selected .body .row2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout_wrap .selected .body .row1 .details,
.checkout_wrap .selected .body .row2 .details {
  font-weight: 500;
  margin-top: 10px;
}
.checkout_wrap .selected .body .row1 .details .green,
.checkout_wrap .selected .body .row2 .details .green {
  color: #00bc7a;
  margin-right: 15px;
}
.checkout_wrap .selected .body .row1 .details .pricetxt,
.checkout_wrap .selected .body .row2 .details .pricetxt {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .selected .body .row1 .details .pricetxt,
  .checkout_wrap .selected .body .row2 .details .pricetxt {
    display: block !important;
  }
}
.checkout_wrap .selected .body .book_more {
  padding-left: 40px;
  padding-right: 25px;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .selected .body .book_more {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .selected .body .book_more {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .selected .body .book_more {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .selected .body .book_more {
    padding-right: 10px;
  }
}
.checkout_wrap .selected .body .book_more span {
  margin-left: 10px;
}
.checkout_wrap .grandtotal {
  display: none;
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .grandtotal.co_box {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .grandtotal {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .grandtotal .body .col-8,
  .checkout_wrap .grandtotal .body .col-4,
  .checkout_wrap .grandtotal .body .col-5,
  .checkout_wrap .grandtotal .body .col-7 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.checkout_wrap .grandtotal .body .row1 {
  padding-left: 40px;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .row1 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .row1 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .row1 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .row1 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .row1 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .row1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.checkout_wrap .grandtotal .body .row1 .row {
  margin-bottom: 10px;
}
.checkout_wrap .grandtotal .body .row1 .row:last-child {
  margin-bottom: 0px;
}
.checkout_wrap .grandtotal .body .row1 .gt_item .para1 {
  font-weight: 500;
}
.checkout_wrap .grandtotal .body .row1 .gt_price {
  text-align: right;
}
.checkout_wrap .grandtotal .body .row2 {
  padding-left: 40px;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .row2 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .row2 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .row2 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .row2 {
    padding-right: 10px;
  }
}
.checkout_wrap .grandtotal .body .row2 .gt_item {
  text-align: right;
}
.checkout_wrap .grandtotal .body .row2 .gt_item .para2 {
  font-weight: 500;
}
.checkout_wrap .grandtotal .body .row2 .gt_price {
  text-align: right;
}
.checkout_wrap .grandtotal .body .row3 {
  padding-left: 40px;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .row3 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .row3 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .row3 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .row3 {
    padding-right: 10px;
  }
}
.checkout_wrap .grandtotal .body .row3 .gt_item {
  text-align: right;
}
.checkout_wrap .grandtotal .body .row3 .gt_item .para1 {
  font-weight: 500;
}
.checkout_wrap .grandtotal .body .row3 .gt_price {
  text-align: right;
}
.checkout_wrap .grandtotal .body .mode_payment {
  padding-left: 40px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .mode_payment {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .mode_payment {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .mode_payment {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .mode_payment {
    padding-right: 10px;
  }
}
.checkout_wrap .grandtotal .body .mode_payment > div.para1 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .grandtotal .body .mode_payment > div.para1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout_wrap .grandtotal .body .mode_payment > div.para1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap .grandtotal .body .mode_payment > div.para1 {
    font-size: 16px;
  }
}
.checkout_wrap .grandtotal .body .mode_payment #payment {
  display: block !important;
}
.checkout_wrap .grandtotal .body .mode_payment #payment .payment-group .step-title {
  display: none;
}
.checkout_wrap .grandtotal .body .mode_payment #payment .payment-group .payment-method {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment .payment-group .payment-method {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment .payment-group .payment-method {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment .payment-group .payment-method {
    font-size: 13px;
  }
}
.checkout_wrap .grandtotal .body .mode_payment #payment #block-discount-heading {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #block-discount-heading {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #block-discount-heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #block-discount-heading {
    font-size: 13px;
  }
}
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .payment-option-inner .field {
  padding-right: 20px;
}
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .payment-option-inner .field .label {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .payment-option-inner .field .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .payment-option-inner .field .label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .payment-option-inner .field .label {
    font-size: 12px;
  }
}
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .payment-option-inner .field .control .input-text {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  color: #363636;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
}
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar {
  vertical-align: middle;
}
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar .action-apply {
  background-color: #707070;
  border: 1px solid #707070;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  box-shadow: none;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar .action-apply {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar .action-apply {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar .action-apply {
    padding: 3px 7px;
    font-size: 12px;
  }
}
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar .action-apply:hover,
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar .action-apply:focus,
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar .action-apply:active {
  background-color: #7d7d7d;
  border: 1px solid #7d7d7d;
  color: #ffffff;
  text-decoration: none;
}
.checkout_wrap .grandtotal .body .mode_payment #payment #discount-form .actions-toolbar .action-apply:focus {
  box-shadow: 0 0 3px 1px #7d7d7d;
}
.checkout_wrap .grandtotal .body .mode_payment .mplist {
  margin: 10px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
.checkout_wrap .grandtotal .body .mode_payment .mplist li {
  float: left;
  display: block;
  margin-right: 30px;
}
.checkout_wrap .grandtotal .body .terms_button {
  /*   .cb_left;
                .cb_right; */
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout_wrap .grandtotal .body .terms_button .mpbtn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .terms_button .mpbtn {
    margin-top: 10px;
  }
}
.checkout_wrap .grandtotal .body .giftcode {
  padding-left: 40px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .giftcode {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .giftcode {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .grandtotal .body .giftcode {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .giftcode {
    padding-right: 10px;
  }
}
.checkout_wrap .grandtotal .body .giftcode .type2 {
  width: 210px;
  margin: 0px 15px;
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap .grandtotal .body .giftcode .type2 {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .giftcode .type2 {
    margin: 0px 15px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .grandtotal .body .giftcode .col-form-label {
    font-size: 18px;
    color: #000000;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1899px) {
  .checkout_wrap .grandtotal .body .giftcode .col-form-label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1540px) {
  .checkout_wrap .grandtotal .body .giftcode .col-form-label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 1399px) {
  .checkout_wrap .grandtotal .body .giftcode .col-form-label {
    font-size: 13px;
  }
}
.checkout_wrap .appointment .body {
  display: none;
}
.checkout_wrap .appointment .body .row1,
.checkout_wrap .appointment .body .row2 {
  padding-left: 40px;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .appointment .body .row1,
  .checkout_wrap .appointment .body .row2 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .body .row1,
  .checkout_wrap .appointment .body .row2 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .appointment .body .row1,
  .checkout_wrap .appointment .body .row2 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .body .row1,
  .checkout_wrap .appointment .body .row2 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .appointment .body .row1,
  .checkout_wrap .appointment .body .row2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.checkout_wrap .appointment .body .row1 .appntshow .para1,
.checkout_wrap .appointment .body .row2 .appntshow .para1 {
  margin-bottom: 15px;
  font-weight: 500;
}
.checkout_wrap .appointment .body .row1 .appntshow .row .para2,
.checkout_wrap .appointment .body .row2 .appntshow .row .para2 {
  margin-bottom: 10px;
  font-weight: 500;
}
.checkout_wrap .appointment .body .row1 .appntshow .row .inpwrap,
.checkout_wrap .appointment .body .row2 .appntshow .row .inpwrap {
  max-width: 200px;
  position: relative;
}
.checkout_wrap .appointment .body .row1 .appntshow .row .inpwrap .type2,
.checkout_wrap .appointment .body .row2 .appntshow .row .inpwrap .type2 {
  font-size: 16px;
  height: 45px;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .appointment .body .row1 .appntshow .row .inpwrap .type2,
  .checkout_wrap .appointment .body .row2 .appntshow .row .inpwrap .type2 {
    height: 37px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .appointment .body .row1 .appntshow .row .inpwrap .type2,
  .checkout_wrap .appointment .body .row2 .appntshow .row .inpwrap .type2 {
    height: 30px;
    font-size: 14px;
  }
}
.checkout_wrap .appointment .body .row1 .appntshow .row .inpwrap select.type2,
.checkout_wrap .appointment .body .row2 .appntshow .row .inpwrap select.type2 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 25px 6px 12px;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .body .row1 .appntshow .row .inpwrap select.type2,
  .checkout_wrap .appointment .body .row2 .appntshow .row .inpwrap select.type2 {
    padding: 6px 22px 6px 12px;
  }
}
.checkout_wrap .appointment .body .row1 .appntshow .row .inpwrap .calicon,
.checkout_wrap .appointment .body .row2 .appntshow .row .inpwrap .calicon {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 7px auto auto;
  width: 27px;
  height: 27px;
  pointer-events: none;
}
.checkout_wrap .appointment .body .row2 {
  border-bottom: 0px;
}
.checkout_wrap .appointment .body .minicart-items-wrapper {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item {
  padding-left: 40px;
  padding-right: 25px;
  border-top: 0px !important;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details {
  padding-left: 0px;
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
  font-size: 18px;
  color: #000000;
  margin: 0px 0px 10px 0px;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
    font-size: 13px;
  }
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .details-price {
  margin: 0px 0px 10px 0px;
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .details-price .label {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .details-price .label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .details-price .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .details-price .label {
    font-size: 13px;
  }
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .details-price .value {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap,
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap .para2,
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings .para2 {
  margin-bottom: 10px;
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap .inpwrap,
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings .inpwrap {
  max-width: 200px;
  position: relative;
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap .inpwrap .type2,
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings .inpwrap .type2 {
  font-size: 16px;
  height: 45px;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap .inpwrap .type2,
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings .inpwrap .type2 {
    height: 37px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap .inpwrap .type2,
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings .inpwrap .type2 {
    height: 30px;
    font-size: 14px;
  }
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap .inpwrap select.type2,
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings .inpwrap select.type2 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 25px 6px 12px;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap .inpwrap select.type2,
  .checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings .inpwrap select.type2 {
    padding: 6px 22px 6px 12px;
  }
}
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_wrap .inpwrap .calicon,
.checkout_wrap .appointment .body .minicart-items-wrapper .product-item .product .product-item-details .scheduling-timings .service_slot_timings .inpwrap .calicon {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 7px auto auto;
  width: 27px;
  height: 27px;
  pointer-events: none;
  background-image: url("..//images/date.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.checkout_wrap .appointment .output {
  display: none;
}
.checkout_wrap .appointment .output #selected_schedule_data .row {
  margin-bottom: 10px;
}
.checkout_wrap .appointment.progressing .body {
  display: block;
}
.checkout_wrap .appointment.completed .body {
  display: none;
}
.checkout_wrap .appointment.completed .output {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .appointment.completed .output .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .appointment.completed .output .col-10,
  .checkout_wrap .appointment.completed .output .col-5,
  .checkout_wrap .appointment.completed .output .col-7 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .appointment .mob_adj {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .order_summary.co_box.progressing {
    margin-bottom: 0px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.checkout_wrap .order_summary .body {
  display: none;
}
.checkout_wrap .order_summary .body .row1 {
  padding-left: 40px;
  padding-right: 25px;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .order_summary .body .row1 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .order_summary .body .row1 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .order_summary .body .row1 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .order_summary .body .row1 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout_wrap .order_summary .body .row1 .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .order_summary .body .row1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.checkout_wrap .order_summary .body .row1 .osshow .para1 {
  font-weight: 700;
  text-transform: uppercase;
}
.checkout_wrap .order_summary .body .row1 .osshow span.volume {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .order_summary .body .row1 .osshow span.volume {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 20px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .order_summary .body .row1 .osshow span.volume {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 364px) {
  .checkout_wrap .order_summary .body .row1 .osshow span.volume {
    margin-right: 0px;
    display: block;
  }
}
.checkout_wrap .order_summary .body .row1 .osshow .remove {
  margin-left: 10px;
}
.checkout_wrap .order_summary .body .row1 .osshow .remove .btn-link {
  font-size: 15px !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .order_summary .body .row1 .osshow .remove .btn-link {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .order_summary .body .row1 .osshow .remove .btn-link {
    font-size: 12px !important;
  }
}
.checkout_wrap .order_summary .body .row1 .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: right;
}
.checkout_wrap .order_summary .body .row1:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .order_summary .body .row1 .col-8,
  .checkout_wrap .order_summary .body .row1 .col-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.checkout_wrap .order_summary .output {
  display: none;
}
.checkout_wrap .order_summary.progressing .body {
  display: block;
}
.checkout_wrap .order_summary.completed .body {
  display: none;
}
.checkout_wrap .order_summary.completed .output {
  display: block;
}
.checkout_wrap .booking_services {
  display: none;
  padding-left: 40px;
  padding-right: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .booking_services {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .booking_services {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap .booking_services {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .booking_services {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .checkout_wrap .booking_services .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout_wrap .booking_services .para1 {
  font-style: italic;
  font-weight: 400;
}
.checkout_wrap .booking_services .more_serv_btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .booking_services .more_serv_btn {
    margin-top: 10px;
    text-align: left;
  }
}
.checkout_wrap .popular_services.co_box {
  padding-top: 25px;
  padding-bottom: 15px;
  border: 0px;
}
.checkout_wrap .popular_services .ps_slick_wrap {
  margin-top: 20px;
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .popular_services .ps_slick_wrap {
    padding-right: 0px;
    padding-bottom: 70px;
  }
}
.checkout_wrap .popular_services .ps_slick_wrap .ps_slick {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .popular_services .ps_slick_wrap .ps_slick {
    margin-bottom: 0px;
  }
}
.checkout_wrap .popular_services .ps_slick_wrap .ps_slick .ps_item {
  text-align: center;
}
.checkout_wrap .popular_services .ps_slick_wrap .ps_slick .ps_item .icon_img {
  margin-bottom: 10px;
}
.checkout_wrap .popular_services .ps_slick_wrap .ps_slick .slick-slide img {
  display: inline-block;
}
.checkout_wrap .popular_services .ps_slick_wrap .ps_slick .slick-prev {
  left: auto;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .popular_services .ps_slick_wrap .ps_slick .slick-prev {
    top: auto;
    bottom: -60px;
    left: 40%;
  }
}
.checkout_wrap .popular_services .ps_slick_wrap .ps_slick .slick-next {
  right: -80px;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap .popular_services .ps_slick_wrap .ps_slick .slick-next {
    top: auto;
    bottom: -60px;
    left: auto;
    right: 40%;
  }
}
.checkout_wrap .popular_services .ps_slick_wrap .ps_slick .slick-disabled {
  opacity: 0.5;
}
.checkout_wrap #order-confirmation {
  display: none;
  color: #363636;
}
@media only screen and (max-width: 991px) {
  .checkout_wrap #order-confirmation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order-confirmation {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.checkout_wrap #order-confirmation .parahead {
  color: #363636;
}
.checkout_wrap #order-confirmation .para1 {
  color: #363636;
}
.checkout_wrap #order-confirmation .para2 {
  color: #363636;
}
.checkout_wrap #order-confirmation .oc_wrap .success_icon {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap #order-confirmation .oc_wrap .success_icon img {
    max-width: 40px;
  }
}
.checkout_wrap #order-confirmation .oc_wrap .parahead {
  font-weight: 500;
}
.checkout_wrap #order-confirmation .oc_wrap .welcome {
  margin-top: 30px;
}
.checkout_wrap #order-confirmation .oc_wrap .itembox {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 25px;
  padding-top: 25px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap #order-confirmation .oc_wrap .itembox {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order-confirmation .oc_wrap .itembox {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap #order-confirmation .oc_wrap .itembox {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order-confirmation .oc_wrap .itembox {
    padding-right: 10px;
  }
}
.checkout_wrap #order-confirmation .oc_wrap .itembox .para1 {
  font-weight: 500;
}
.checkout_wrap #order-confirmation .oc_wrap .itembox .itemgrid {
  text-align: center;
  margin-top: 15px;
  margin-right: 60px;
}
@media only screen and (max-width: 1399px) {
  .checkout_wrap #order-confirmation .oc_wrap .itembox .itemgrid {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order-confirmation .oc_wrap .itembox .itemgrid {
    margin-right: 0px;
    text-align: left;
  }
}
.checkout_wrap #order-confirmation .oc_wrap .itembox .itemgrid .green {
  color: #00bc7a;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order-confirmation .oc_wrap .itembox .itemgrid .green {
    margin-bottom: 3px;
  }
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .header {
  padding-bottom: 15px;
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body {
  padding-left: 40px;
  padding-right: 25px;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body {
    padding-right: 10px;
  }
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .oc_add_cont .name {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .oc_add_cont .address {
  margin-bottom: 5px;
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .oc_add_cont .contact {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .date {
    margin-top: 10px;
  }
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .date .para1 {
  font-weight: 500;
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .date .value {
  font-weight: 400;
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .time {
  margin-top: 10px;
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .time .para1 {
  font-weight: 500;
}
.checkout_wrap #order-confirmation .oc_wrap .oc_address_box .body .time .value {
  font-weight: 400;
}
.checkboxwrap {
  width: 100%;
}
.checkboxwrap .checkcontainer {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 27px;
  margin-bottom: 0px;
}
.checkboxwrap .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkboxwrap .checkcontainer .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
  bottom: 0px;
  margin: 6px auto auto 0px;
  height: 17px;
  width: 17px;
  background-color: #ccc;
}
@media only screen and (max-width: 1600px) {
  .checkboxwrap .checkcontainer .checkmark {
    width: 14px;
    height: 14px;
    margin: 5px auto auto 0px;
  }
}
.checkboxwrap .checkcontainer .checkmark:after {
  content: "\2713";
  position: absolute;
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #00bc7a;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 19px;
}
@media only screen and (max-width: 1600px) {
  .checkboxwrap .checkcontainer .checkmark:after {
    font-size: 12px;
    line-height: 14px;
  }
}
.checkboxwrap .checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkboxwrap .checkcontainer input:checked ~ .checkmark {
  background-color: #00bc7a;
}
.checkboxwrap .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
.checkboxwrap.black .checkcontainer .checkmark:after {
  color: #ffffff;
}
.checkboxwrap.black .checkcontainer input:checked ~ .checkmark {
  background-color: #000000;
}
.radiowrap {
  width: 100%;
}
.radiowrap .radiocontainer {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 27px;
  margin-bottom: 0px;
}
.radiowrap .radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiowrap .radiocontainer .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
  bottom: 0px;
  margin: auto auto auto 0px;
  height: 17px;
  width: 17px;
  background-color: #ccc;
  border-radius: 50%;
}
@media only screen and (max-width: 1600px) {
  .radiowrap .radiocontainer .checkmark {
    width: 14px;
    height: 14px;
  }
}
.radiowrap .radiocontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
}
@media only screen and (max-width: 1600px) {
  .radiowrap .radiocontainer .checkmark:after {
    width: 7px;
    height: 7px;
  }
}
.radiowrap .radiocontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.radiowrap .radiocontainer input:checked ~ .checkmark {
  background-color: #ccc;
}
.radiowrap .radiocontainer input:checked ~ .checkmark:after {
  display: block;
}
.radiowrap.black .radiocontainer .checkmark:after {
  background: #000000;
}
.radiowrap.green .radiocontainer .checkmark {
  background-color: #00bc7a;
}
.radiowrap.green .radiocontainer .checkmark:after {
  background: #ffffff;
}
.radiowrap.green .radiocontainer:hover input ~ .checkmark {
  background-color: #00bc7a;
}
.radiowrap.green .radiocontainer input:checked ~ .checkmark {
  background-color: #00bc7a;
}
.qty .count {
  color: #363636;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1600px) {
  .qty .count {
    font-size: 14px;
    min-width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .qty .count {
    font-size: 12px;
    min-width: 20px;
    max-width: 20px;
  }
}
.qty span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #363636;
  color: #363636;
}
@media only screen and (max-width: 1600px) {
  .qty .plus {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
  }
}
.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid rgba(54, 54, 54, 0.3);
  color: rgba(54, 54, 54, 0.3);
  padding-left: 4px;
}
@media only screen and (max-width: 1600px) {
  .qty .minus {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
  }
}
.qty input {
  border: 0px;
  width: 35px;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty input:disabled {
  background-color: #ffffff;
}
.account .messages {
  margin-bottom: 0px;
}
.account .box_padding {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1540px) {
  .account .box_padding {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .account .box_padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.account .my-account-wrap {
  background: #ffffff;
}
.account .my-account-wrap .page-title-wrapper {
  width: 100%;
  height: 160px;
  background-image: url("..//images/top-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .account .my-account-wrap .page-title-wrapper {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .page-title-wrapper {
    height: 100px;
  }
}
.account .my-account-wrap .page-title-wrapper .page-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 100;
  color: #000000;
  margin-bottom: 0px;
  margin-right: 0px;
  display: block;
  width: 100%;
  flex: 0 0 100%;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    font-size: 5rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    font-size: 2.5rem;
    font-weight: 200;
  }
}
.account .my-account-wrap .page-title-wrapper .order-status {
  margin-top: 0;
  padding: 5px 10px;
  align-self: center;
}
.account .my-account-wrap .page-title-wrapper .order-date {
  margin: 0 10px;
  align-self: center;
}
.account .my-account-wrap .page-title-wrapper .order-actions-toolbar {
  align-self: center;
  margin-bottom: 0;
}
.account .my-account-wrap .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.account .my-account-wrap .container .mac_left .items {
  width: 180px;
  border: 1px solid #000000;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .container .mac_left .items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_left .items {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
  }
}
.account .my-account-wrap .container .mac_left .items .item {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_left .items .item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_left .items .item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .container .mac_left .items .item {
    margin-bottom: 0px;
    width: auto;
    padding: 0px;
  }
}
.account .my-account-wrap .container .mac_left .items .item:last-child {
  margin-bottom: 0px;
}
.account .my-account-wrap .container .mac_left .items .item a,
.account .my-account-wrap .container .mac_left .items .item strong {
  display: block;
  padding: 7px 20px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_left .items .item a,
  .account .my-account-wrap .container .mac_left .items .item strong {
    padding: 6px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_left .items .item a,
  .account .my-account-wrap .container .mac_left .items .item strong {
    padding: 6px 12px;
  }
}
.account .my-account-wrap .container .mac_left .items .item a:hover,
.account .my-account-wrap .container .mac_left .items .item strong:hover,
.account .my-account-wrap .container .mac_left .items .item a:focus,
.account .my-account-wrap .container .mac_left .items .item strong:focus {
  text-decoration: none;
  outline: 0px;
}
.account .my-account-wrap .container .mac_left .items .item a:hover,
.account .my-account-wrap .container .mac_left .items .item strong:hover,
.account .my-account-wrap .container .mac_left .items .item a.active,
.account .my-account-wrap .container .mac_left .items .item strong.active {
  background: #00bc7a;
  color: #ffffff;
}
.account .my-account-wrap .container .mac_left .items .item.current strong {
  background: #00bc7a;
  color: #ffffff;
}
.account .my-account-wrap .container .mac_right {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .container .mac_right {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.account .my-account-wrap .container .mac_right .row {
  margin-left: -5px;
  margin-right: -5px;
}
.account .my-account-wrap .container .mac_right .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.account .my-account-wrap .container .mac_right .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.account .my-account-wrap .container .mac_right .row.no-gutters [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
.account .my-account-wrap .container .mac_right .heading {
  font-size: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  color: #00bc7a;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right .heading {
    font-size: 18px;
  }
}
.account .my-account-wrap .container .mac_right .heading .outline {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right .heading .outline {
    margin-left: 10px;
  }
}
.account .my-account-wrap .container .mac_right .boxes {
  margin-top: 20px;
  border: 1px solid #000000;
  border-radius: 5px;
}
.account .my-account-wrap .container .mac_right .boxes:first-child {
  margin-top: 0px;
}
.account .my-account-wrap .container .mac_right .boxes > .heading {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  font-size: 22px;
  color: #000000;
  color: #00bc7a;
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes > .heading {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right .boxes > .heading {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .boxes > .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes > .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .boxes > .heading {
    font-size: 16px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids:last-child {
  border-right: 0px;
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .heading {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .heading {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .heading {
    font-size: 13px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content {
    margin-top: 10px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group {
  margin-bottom: 10px;
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .label {
  width: 100px;
  position: relative;
  font-size: 18px;
  color: #000000;
  padding-right: 10px;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .label {
    font-size: 13px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .label:after {
  content: ":";
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .label:after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .label:after {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .label:after {
    font-size: 13px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .value {
  font-size: 18px;
  color: #000000;
  padding-left: 10px;
  width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .value {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .value {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .value {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .value {
    width: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .value {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .value {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .value {
    width: 140px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .form-control {
  height: 35px;
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .form-control {
    height: 30px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .form-group .form-control:focus {
  box-shadow: none;
  outline: 0px;
  border-color: #00bc7a;
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .btn-group {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .btn-group {
    margin-top: 10px;
  }
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .btn-group .action {
  margin-right: 10px;
}
.account .my-account-wrap .container .mac_right .boxes .body .grids .content .btn-group .action:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .container .mac_right .boxes .body .grids .content .newsletter_btn {
    margin-top: 10px;
  }
}
.account .my-account-wrap .container .mac_right .filters {
  margin-top: 0px;
  margin-bottom: 0px;
}
.account .my-account-wrap .container .mac_right .filters .filt_tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.account .my-account-wrap .container .mac_right .filters .filt_tabs li {
  display: inline-block;
}
.account .my-account-wrap .container .mac_right .filters .filt_tabs li a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  color: #707070;
  padding: 0px 20px;
  position: relative;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .filters .filt_tabs li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .filters .filt_tabs li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .filters .filt_tabs li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right .filters .filt_tabs li a {
    padding: 0px 10px;
  }
}
.account .my-account-wrap .container .mac_right .filters .filt_tabs li a:after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 0px auto auto;
  border-right: 1px solid #cccccc;
}
.account .my-account-wrap .container .mac_right .filters .filt_tabs li a.active {
  color: #000000;
}
.account .my-account-wrap .container .mac_right .filters .filt_tabs li:last-child a:after {
  display: none;
}
.account .my-account-wrap .container .mac_right .filters .filt_tabs li:first-child a {
  padding: 0px 20px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right .filters .filt_tabs li:first-child a {
    padding: 0px 10px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right .filters .filt_select {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .account .my-account-wrap .container .mac_right .filters .filt_select .form-group {
    margin-bottom: 0px;
  }
}
.account .my-account-wrap .container .mac_right.my_orders .heading .order_details_row {
  margin-top: 30px;
}
.account .my-account-wrap .container .mac_right.my_orders .heading .order_details_row .order_details span {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #000000;
  font-weight: 500;
  color: #464646;
  padding-right: 15px;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_orders .heading .order_details_row .order_details span {
    display: block;
    border-right: 0px;
    margin-bottom: 10px;
  }
}
.account .my-account-wrap .container .mac_right.my_orders .heading .order_details_row .order_details span:last-child {
  padding-left: 10px;
  border-right: 0px;
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_orders .heading .order_details_row .order_details span:last-child {
    padding-left: 0px;
  }
}
.account .my-account-wrap .container .mac_right.my_orders .heading .order_details_row .order_price span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #464646;
  line-height: 1em;
  margin-right: 10px;
}
.account .my-account-wrap .container .mac_right.my_orders .heading .order_details_row .order_price span:last-child {
  margin-right: 0px;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes.closed .heading {
  color: #F50000;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes.opened .heading {
  color: #00bc7a;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids {
  border-right: 0px;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings span {
  border-right: 1px solid #464646;
  line-height: 1em;
  padding-right: 15px;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings span:last-child {
  border-right: 0px;
  padding-left: 15px;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings .stars {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 10px !important;
  padding-right: 0px;
  margin-top: -5px;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings .stars span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings .stars span:last-child {
  padding-left: 0px;
}
.account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings .stars span:before {
  content: "\e605";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  color: #00bc7a;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings .stars span:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings .stars span:before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_orders .boxes .body .grids .ratings .stars span:before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_orders .boxes .body .package_row span {
    display: block !important;
  }
  .account .my-account-wrap .container .mac_right.my_orders .boxes .body .package_row span .action {
    margin-left: 0px !important;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .account .my-account-wrap .container .mac_right.my_address {
    max-width: 770px;
  }
}
.account .my-account-wrap .container .mac_right.my_address .heading .items_filters {
  text-align: right;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_address .heading .items_filters {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_address .heading .items_filters {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_address .heading .items_filters {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_address .heading .items_filters {
    margin-top: 10px;
  }
}
.account .my-account-wrap .container .mac_right.my_address .heading .items_filters .totalitems {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_address .heading .items_filters .totalitems {
    margin-right: 10px;
  }
}
.account .my-account-wrap .container .mac_right.my_address .heading .items_filters .type2 {
  width: 70px;
}
.account .my-account-wrap .container .mac_right.my_address .body .trimtxt {
  width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.account .my-account-wrap .container .mac_right.my_address .body .table {
  margin-bottom: 0px;
}
.account .my-account-wrap .container .mac_right.my_address .body .table thead th {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  padding: 1rem .75rem;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table thead th {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table thead th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table thead th {
    font-size: 13px;
  }
}
.account .my-account-wrap .container .mac_right.my_address .body .table thead th:first-child {
  padding-left: 35px;
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table thead th:first-child {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table thead th:first-child {
    padding-left: 15px;
  }
}
.account .my-account-wrap .container .mac_right.my_address .body .table tbody td {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding: 1rem .75rem;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table tbody td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table tbody td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table tbody td {
    font-size: 13px;
  }
}
.account .my-account-wrap .container .mac_right.my_address .body .table tbody td:first-child {
  padding-left: 35px;
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table tbody td:first-child {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_address .body .table tbody td:first-child {
    padding-left: 15px;
  }
}
.account .my-account-wrap .container .mac_right.my_address .body .btn-group span {
  border-right: 1px solid #cccccc;
  padding-right: 10px;
}
.account .my-account-wrap .container .mac_right.my_address .body .btn-group span:last-child {
  padding-left: 10px;
  border-right: 0px;
}
.account .my-account-wrap .container .mac_right.my_address .body .btn-group .edit-btn {
  background-image: url("..//images/new/edit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 20px;
  border: 0px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
.account .my-account-wrap .container .mac_right.my_address .body .btn-group .edit-btn:focus {
  outline: 0px;
}
.account .my-account-wrap .container .mac_right.my_address .body .btn-group .edit-btn span {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .account .my-account-wrap .container .mac_right.my_address .body .btn-group .edit-btn {
    width: 16px;
    height: 16px;
  }
}
.account .my-account-wrap .container .mac_right.my_address .body .btn-group .delete-btn {
  background-image: url("..//images/new/delete.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20px;
  height: 20px;
  border: 0px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
.account .my-account-wrap .container .mac_right.my_address .body .btn-group .delete-btn:focus {
  outline: 0px;
}
.account .my-account-wrap .container .mac_right.my_address .body .btn-group .delete-btn span {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .account .my-account-wrap .container .mac_right.my_address .body .btn-group .delete-btn {
    width: 16px;
    height: 16px;
  }
}
.account .my-account-wrap .container .mac_right.my_complaints .filters {
  margin-bottom: 20px;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes {
  margin-top: 20px;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes:first-child {
  margin-top: 0px;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids {
    padding-top: 10px;
  }
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group {
  margin-bottom: 15px;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control {
  height: 45px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  padding: .375rem .75rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control {
    height: 30px;
  }
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .type2 {
  height: 45px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .type2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .type2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .type2 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .type2 {
    height: 30px;
  }
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group textarea.form-control {
  height: auto;
  resize: none;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control-file {
  border: 1px solid #cccccc;
  padding: 5px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control-file {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control-file {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .form-control-file {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .comp_left {
    margin-bottom: 10px;
  }
  .account .my-account-wrap .container .mac_right.my_complaints .boxes .body .grids .form-group .comp_left .para1 {
    font-weight: 500;
  }
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes.raised {
  display: block;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes.opened {
  display: none;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes.opened .grids {
  padding-top: 10px;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes.opened .grids .form-group {
  margin-bottom: 20px;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes.opened .grids .comp_right .img img {
  height: 250px;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes.closed {
  display: none;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes.closed .grids {
  padding-top: 10px;
}
.account .my-account-wrap .container .mac_right.my_complaints .boxes.closed .grids .form-group {
  margin-bottom: 20px;
}
.account .my-account-wrap .container .mac_right.my_edit .form-edit-account {
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .account .my-account-wrap .container .mac_right.my_edit .form-edit-account {
    width: 100%;
  }
}
.account .my-account-wrap .container .mac_right.my_edit .form-edit-account .fieldset {
  width: 100%;
  margin-bottom: 20px;
}
.account .my-account-wrap .container .mac_right.my_edit .field {
  margin-bottom: 15px;
}
.account .my-account-wrap .container .mac_right.my_edit .field .label {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_edit .field .label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_edit .field .label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_edit .field .label {
    font-size: 13px;
  }
}
.account .my-account-wrap .container .mac_right.my_edit .field.password-info p {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_edit .field.password-info p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_edit .field.password-info p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_edit .field.password-info p {
    font-size: 12px;
  }
}
.account .my-account-wrap .container .mac_right.my_edit .field .control input {
  height: 45px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  padding: .375rem .75rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right.my_edit .field .control input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right.my_edit .field .control input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right.my_edit .field .control input {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_right.my_edit .field .control input {
    height: 30px;
  }
}
.account .my-account-wrap .container .mac_right .order-links .item {
  font-size: 22px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .order-links .item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .order-links .item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .order-links .item {
    font-size: 16px;
  }
}
.account .my-account-wrap .container .mac_right .order-details-items {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .order-details-items {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .order-details-items {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .order-details-items {
    font-size: 13px;
  }
}
.account .my-account-wrap .container .mac_right .block-order-details-view {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .container .mac_right .block-order-details-view {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .container .mac_right .block-order-details-view {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .container .mac_right .block-order-details-view {
    font-size: 13px;
  }
}
.business_page .product_banner {
  width: 100%;
  height: 345px;
  overflow: hidden;
}
@media only screen and (max-width: 1899px) {
  .business_page .product_banner {
    height: 310px;
  }
}
@media only screen and (max-width: 1600px) {
  .business_page .product_banner {
    height: 285px;
  }
}
@media only screen and (max-width: 1540px) {
  .business_page .product_banner {
    height: 273px;
  }
}
@media only screen and (max-width: 1440px) {
  .business_page .product_banner {
    height: 256px;
  }
}
@media only screen and (max-width: 1399px) {
  .business_page .product_banner {
    height: 242px;
  }
}
@media only screen and (max-width: 1280px) {
  .business_page .product_banner {
    height: 230px;
  }
}
@media only screen and (max-width: 1199px) {
  .business_page .product_banner {
    height: 185px;
    min-height: 185px;
  }
}
@media only screen and (max-width: 991px) {
  .business_page .product_banner {
    height: auto;
    min-height: 1px;
  }
}
.business_page .product_banner .banner_bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #00bc7a;
}
@media only screen and (max-width: 1899px) {
  .business_page .product_banner .banner_bg {
    background-position: bottom;
  }
}
.business_page .business_one {
  padding-bottom: 30px;
}
.business_page .business_one .himan {
  width: 330px;
  margin-top: -70px;
}
@media only screen and (max-width: 1899px) {
  .business_page .business_one .himan {
    width: 300px;
  }
}
@media only screen and (max-width: 1540px) {
  .business_page .business_one .himan {
    width: 270px;
  }
}
@media only screen and (max-width: 1440px) {
  .business_page .business_one .himan {
    width: 240px;
  }
}
.business_page .business_one .content {
  padding-top: 50px;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .business_page .business_one .content {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_one .content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.business_page .business_one .content .heading {
  font-size: 7rem;
  font-weight: 100;
  line-height: 1em;
}
@media only screen and (max-width: 1899px) {
  .business_page .business_one .content .heading {
    font-size: 6rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1540px) {
  .business_page .business_one .content .heading {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .business_page .business_one .content .heading {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_one .content .heading {
    font-size: 3.5rem;
  }
}
.business_page .business_one .content .para1 {
  margin-top: 20px;
  color: #363636;
}
.business_page .business_one .content .form-group {
  margin-top: 10px;
}
.business_page .business_one .content .form-group .form-control {
  height: 45px;
  border-radius: 5px;
}
@media only screen and (max-width: 1440px) {
  .business_page .business_one .content .form-group .form-control {
    height: 35px;
  }
}
.business_page .business_one .content .form-group .type2 {
  height: 45px;
}
@media only screen and (max-width: 1440px) {
  .business_page .business_one .content .form-group .type2 {
    height: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .business_page .business_one .container > .row {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .business_page .business_one .container > .row .col-lg-auto {
    display: block;
    float: left;
    width: 180px;
    margin-right: 20px;
  }
  .business_page .business_one .container > .row .col-lg-auto .himan {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_one .container > .row .col-lg-auto {
    width: 100px;
    margin-right: 10px;
  }
}
.business_page .business_two {
  position: relative;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  padding-top: 30px;
  padding-bottom: 100px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .business_page .business_two {
    padding-bottom: 50px;
  }
}
.business_page .business_two .heading {
  font-size: 36px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 200;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  .business_page .business_two .heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1540px) {
  .business_page .business_two .heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1399px) {
  .business_page .business_two .heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_two .heading {
    font-size: 20px;
  }
}
.business_page .business_two .testislick_wrap {
  width: 100%;
  position: relative;
}
.business_page .business_two .testislick_wrap .testislick2 .testi_item {
  background-color: #ffffff;
  padding: 20px;
}
@media only screen and (max-width: 1540px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .business_page .business_two .testislick_wrap .testislick2 .testi_item .col-3 img {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.business_page .business_two .testislick_wrap .testislick2 .testi_item .content {
  padding-left: 20px;
}
@media only screen and (max-width: 1399px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item .content {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item .content {
    padding-left: 0px;
  }
}
.business_page .business_two .testislick_wrap .testislick2 .testi_item .content .sec_para {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item .content .sec_para {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item .content .sec_para {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .business_page .business_two .testislick_wrap .testislick2 .testi_item .content .sec_para {
    font-size: 13px;
  }
}
.business_page .business_two .testislick_wrap .testislick2 .testi_item .content .sec_para:last-child {
  margin-top: 10px;
  margin-bottom: 0px;
}
.business_page .business_two .testislick_wrap .testislick2 .slick-list {
  margin: 0 -25px;
}
.business_page .business_two .testislick_wrap .testislick2 .slick-slide {
  margin: 0 25px;
}
.business_page .business_two .testislick_wrap .testislick2 .slick-slide:focus {
  outline: 0px;
}
.business_page .business_two .testislick_wrap .testislick2 .slick-slide > div {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}
.business_page .business_two .testislick_wrap .testislick2 .slick-prev {
  top: auto;
  bottom: -70px;
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 991px) {
  .business_page .business_two .testislick_wrap .testislick2 .slick-prev {
    right: auto;
    left: 50%;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_two .testislick_wrap .testislick2 .slick-prev {
    bottom: -40px;
  }
}
.business_page .business_two .testislick_wrap .testislick2 .slick-next {
  top: auto;
  bottom: -70px;
  left: auto;
  right: 0px;
}
@media only screen and (max-width: 991px) {
  .business_page .business_two .testislick_wrap .testislick2 .slick-next {
    left: auto;
    right: 50%;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_two .testislick_wrap .testislick2 .slick-next {
    bottom: -40px;
  }
}
.business_page .business_three {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .business_page .business_three {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .business_page .business_three {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.business_page .business_three .heading {
  font-size: 36px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
@media only screen and (max-width: 1899px) {
  .business_page .business_three .heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1540px) {
  .business_page .business_three .heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1399px) {
  .business_page .business_three .heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .business_page .business_three .heading {
    font-size: 20px;
  }
}
.business_page .business_three .clients_slick {
  width: 100%;
  margin-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .business_page .business_three .clients_slick {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.business_page .business_three .clients_slick .slick-list {
  margin: 0 -15px;
}
.business_page .business_three .clients_slick .slick-slide {
  margin: 0 15px;
  text-align: center;
}
.business_page .business_three .clients_slick .slick-slide img {
  display: inline-block;
}
.business_page .business_three .clients_slick .slick-slide:focus {
  outline: 0px;
}
.business_page .business_three .clients_slick .slick-prev {
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .business_page .business_three .clients_slick .slick-prev {
    left: -30px;
  }
}
.business_page .business_three .clients_slick .slick-next {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .business_page .business_three .clients_slick .slick-next {
    right: -30px;
  }
}
.learning-index-index .page-header {
  padding-bottom: 20px;
}
.pager {
  margin-top: 20px;
}
.small,
small {
  font-size: 70%;
  font-weight: 400;
}
.cms-hicare-wrapper .cms-hicare-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cms-hicare-wrapper .cms-hicare-content .green_class,
.cms-hicare-wrapper .cms-hicare-content .tc_title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  color: #00bc7a;
}
@media only screen and (max-width: 1899px) {
  .cms-hicare-wrapper .cms-hicare-content .green_class,
  .cms-hicare-wrapper .cms-hicare-content .tc_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .cms-hicare-wrapper .cms-hicare-content .green_class,
  .cms-hicare-wrapper .cms-hicare-content .tc_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .cms-hicare-wrapper .cms-hicare-content .green_class,
  .cms-hicare-wrapper .cms-hicare-content .tc_title {
    font-size: 16px;
  }
}
.cms-hicare-wrapper .cms-hicare-content ul li {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .cms-hicare-wrapper .cms-hicare-content ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .cms-hicare-wrapper .cms-hicare-content ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .cms-hicare-wrapper .cms-hicare-content ul li {
    font-size: 13px;
  }
}
.cms-hicare-wrapper .cms-hicare-content h2 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .cms-hicare-wrapper .cms-hicare-content h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .cms-hicare-wrapper .cms-hicare-content h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .cms-hicare-wrapper .cms-hicare-content h2 {
    font-size: 16px;
  }
}
.cms-hicare-wrapper .cms-hicare-content p,
.cms-hicare-wrapper .cms-hicare-content .terms_conditions {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .cms-hicare-wrapper .cms-hicare-content p,
  .cms-hicare-wrapper .cms-hicare-content .terms_conditions {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .cms-hicare-wrapper .cms-hicare-content p,
  .cms-hicare-wrapper .cms-hicare-content .terms_conditions {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .cms-hicare-wrapper .cms-hicare-content p,
  .cms-hicare-wrapper .cms-hicare-content .terms_conditions {
    font-size: 13px;
  }
}
.cms-hicare-wrapper .cms-hicare-content .terms_conditions {
  margin-bottom: 20px;
}
.cms-hicare-wrapper .cms-hicare-content .terms_conditions tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.cms-hicare-wrapper .cms-hicare-content .success_text {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
@media only screen and (max-width: 1899px) {
  .cms-hicare-wrapper .cms-hicare-content .success_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .cms-hicare-wrapper .cms-hicare-content .success_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .cms-hicare-wrapper .cms-hicare-content .success_text {
    font-size: 13px;
  }
}
.cms-hicare-wrapper .cms-hicare-content.privacy-policy h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  color: #00bc7a;
}
@media only screen and (max-width: 1899px) {
  .cms-hicare-wrapper .cms-hicare-content.privacy-policy h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .cms-hicare-wrapper .cms-hicare-content.privacy-policy h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .cms-hicare-wrapper .cms-hicare-content.privacy-policy h4 {
    font-size: 16px;
  }
}
.career_page .career_banner {
  width: 100%;
  height: 345px;
  overflow: hidden;
}
@media only screen and (max-width: 1899px) {
  .career_page .career_banner {
    height: 300px;
  }
}
@media only screen and (max-width: 1600px) {
  .career_page .career_banner {
    height: 285px;
  }
}
@media only screen and (max-width: 1399px) {
  .career_page .career_banner {
    height: 240px;
  }
}
@media only screen and (max-width: 1199px) {
  .career_page .career_banner {
    height: 240px;
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .career_page .career_banner {
    height: 180px;
    min-height: 180px;
  }
}
.career_page .career_banner .banner_bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-color: #00bc7a;
}
.career_page .page-title-wrapper {
  display: inline-block;
  background: rgba(0, 188, 122, 0.85);
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 6px;
  position: relative;
  transform: translateY(10%);
  z-index: 1;
}
@media only screen and (max-width: 1899px) {
  .career_page .page-title-wrapper {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .career_page .page-title-wrapper {
    padding: 10px 25px;
    border-radius: 4px;
  }
}
.career_page .page-title-wrapper .page-title {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 1899px) {
  .career_page .page-title-wrapper .page-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .career_page .page-title-wrapper .page-title {
    font-size: 18px;
  }
}
.career_page .cms-hicare-wrapper .cms-hicare-content {
  padding-top: 0px;
}
.career_page .career_form {
  margin-top: 30px;
}
.career_page .career_form .form-group {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .career_page .career_form .form-group {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .career_page .career_form .form-group {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .career_page .career_form .form-group {
    font-size: 13px;
  }
}
.franchimg {
  width: 100%;
  height: 600px;
  position: relative;
}
.franchimg img {
  object-fit: fill;
  object-position: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.custom_payment_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .custom_payment_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.custom_payment_wrap .cust_details_wrap {
  border: 1px solid #666;
  padding: 20px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom_payment_wrap .cust_details_wrap {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.custom_payment_wrap .some_msg {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  .custom_payment_wrap .some_msg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .custom_payment_wrap .some_msg {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .custom_payment_wrap .some_msg {
    font-size: 13px;
  }
}
.custom_payment_wrap .cust_details {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .custom_payment_wrap .cust_details {
    margin-bottom: 10px;
  }
}
.custom_payment_wrap .fieldname {
  width: 250px;
  font-size: 22px;
  color: #000000;
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 1899px) {
  .custom_payment_wrap .fieldname {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .custom_payment_wrap .fieldname {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .custom_payment_wrap .fieldname {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1899px) {
  .custom_payment_wrap .fieldname {
    width: 220px;
  }
}
@media only screen and (max-width: 1399px) {
  .custom_payment_wrap .fieldname {
    width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .custom_payment_wrap .fieldname {
    width: 100%;
  }
}
.custom_payment_wrap .fieldname:after {
  content: ":";
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .custom_payment_wrap .fieldname:after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .custom_payment_wrap .fieldname:after {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .custom_payment_wrap .fieldname:after {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1899px) {
  .custom_payment_wrap .fieldname:after {
    top: 3px;
  }
}
@media only screen and (max-width: 991px) {
  .custom_payment_wrap .fieldname:after {
    display: none;
  }
}
.custom_payment_wrap .fieldvalue {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  word-break: break-all;
}
@media only screen and (max-width: 1899px) {
  .custom_payment_wrap .fieldvalue {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .custom_payment_wrap .fieldvalue {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .custom_payment_wrap .fieldvalue {
    font-size: 16px;
  }
}
.custom_payment_wrap .mode_payment {
  padding-left: 40px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .custom_payment_wrap .mode_payment {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_payment_wrap .mode_payment {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .custom_payment_wrap .mode_payment {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_payment_wrap .mode_payment {
    padding-right: 10px;
  }
}
.custom_payment_wrap .mode_payment .para1 {
  font-size: 16px;
  font-weight: 500;
}
.custom_payment_wrap .mode_payment .mplist {
  margin: 30px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
.custom_payment_wrap .mode_payment .mplist li {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.custom_payment_wrap .checkboxwrap .checkcontainer .checkmark {
  margin: 3px auto auto 0px;
}
@media only screen and (max-width: 1600px) {
  .custom_payment_wrap .checkboxwrap .checkcontainer .checkmark {
    margin: 5px auto auto 0px;
  }
}
.custom_payment_wrap .btn-wrap {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .custom_payment_wrap .btn-wrap .checkboxwrap .checkcontainer .checkmark {
    margin: 3px auto auto 0px;
  }
}
.faq_wrap .card {
  border: 0px;
}
.faq_wrap .card .card-header {
  background: transparent;
  border-bottom: 0px;
  padding: 0px;
  margin-bottom: 0px;
  position: relative;
}
.faq_wrap .card .card-header .btn-link {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  border-bottom: 1px solid #cccccc !important;
  width: 100%;
  display: block;
  text-align: left;
  padding: 20px 0px !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 1899px) {
  .faq_wrap .card .card-header .btn-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .faq_wrap .card .card-header .btn-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq_wrap .card .card-header .btn-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_wrap .card .card-header .btn-link {
    padding: 15px 25px 15px 0px !important;
    font-weight: 500;
  }
}
.faq_wrap .card .card-header .btn-link:hover {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #cccccc !important;
}
.faq_wrap .card .card-body {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .faq_wrap .card .card-body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .faq_wrap .card .card-body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq_wrap .card .card-body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_wrap .card .card-body {
    padding: 15px 0px;
  }
}
.faq_wrap .card:last-child .card-header .btn-link {
  border-bottom: 1px solid transparent !important;
}
.faq_wrap .card:last-child .card-header.active .btn-link {
  border-bottom: 1px solid #cccccc !important;
}
.faq_wrap .fa {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 0px auto auto;
  pointer-events: none;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1600px) {
  .faq_wrap .fa {
    width: 20px;
    height: 20px;
  }
}
.faq_wrap .fa .plus,
.faq_wrap .fa .minus {
  display: none;
}
.faq_wrap .fa-minus .minus {
  display: block;
}
.faq_wrap .fa-plus .plus {
  display: block;
}
@media only screen and (max-width: 991px) {
  .faq_blogwrap .blogwrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_blogwrap .blogwrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq_blogwrap .blogwrap .sec_image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq_blogwrap .blogwrap .contentwrap {
  padding-right: 40px;
}
.faq_blogwrap .blogwrap .btn_wrap {
  margin-top: 20px;
}
.faq_blogwrap .blogwrap .slick-dots {
  bottom: 0px;
  position: relative;
  text-align: right;
}
.faq_blogwrap .blogwrap .slick-dots li {
  margin: 0px 2px;
}
.faq_blogwrap .blogwrap .slick-dots li button {
  box-shadow: none;
}
.faq_blogwrap .blogwrap .slick-dots li button:before {
  font-size: 16px;
  color: #eeeeee;
  opacity: 1;
}
@media only screen and (max-width: 1399px) {
  .faq_blogwrap .blogwrap .slick-dots li button:before {
    font-size: 10px;
    font-size: 14px;
  }
}
.faq_blogwrap .blogwrap .slick-dots li.slick-active button:before {
  color: #00bc7a;
}
.contact_form .form-block {
  border-bottom: 1px solid #00bc7a;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact_form .form-block:first-child {
  padding-top: 0px;
}
.contact_form .form-block .title {
  font-size: 22px;
  color: #000000;
  margin-bottom: 10px;
  color: #00bc7a;
}
@media only screen and (max-width: 1899px) {
  .contact_form .form-block .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .contact_form .form-block .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact_form .form-block .title {
    font-size: 16px;
  }
}
.contact_form .form-block .title img {
  max-width: 22px;
  margin-left: 10px;
}
.contact_form .mapwrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 100%;
}
.contact_form .mapwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#callback_popup .popclose {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  #callback_popup .popclose {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #callback_popup .popclose {
    font-size: 18px;
    line-height: 18px;
  }
}
#callback_popup .popclose:hover,
#callback_popup .popclose:focus {
  text-decoration: none;
  outline: 0px;
}
#callback_popup .form_wrap {
  padding: 45px 20px 30px;
}
#callback_popup .form_wrap .form-group {
  margin-bottom: 20px;
}
#callback_popup .form_wrap .form-group:last-child {
  margin-bottom: 0px;
}
.homeIcon {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .homeIcon {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .homeIcon {
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }
}
.homeIcon svg {
  width: 100%;
  height: 100%;
}
.homeIcon svg path {
  fill: #00bc7a;
}
.homeIcon:hover svg path,
.homeIcon:focus svg path {
  fill: #008959;
}
.pager {
  font-size: 14px;
  color: #000000;
}
.pager:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1899px) {
  .pager {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .pager {
    font-size: 11px;
  }
}
.com_no_record {
  padding: 15px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
@media only screen and (max-width: 1899px) {
  .com_no_record {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .com_no_record {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .com_no_record {
    font-size: 13px;
  }
}
.customer-addresses-toolbar {
  margin-bottom: 0px;
}
.customer-addresses-toolbar .pager {
  margin-top: 0px;
  text-align: right;
}
.customer-addresses-toolbar .pager .toolbar-amount {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.customer-addresses-toolbar .pager .limiter {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 20px;
}
select#region_id {
  font-size: 14px;
}
select#country {
  font-size: 14px;
}
.header.panel > .header.links > li.customer-welcome {
  display: none;
}
.closepc {
  position: absolute !important;
  top: -10px;
  right: -10px;
  display: block !important;
  font-size: 20px !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #ffffff !important;
  background: #000000;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.closepc:focus,
.closepc:hover {
  background: #333333;
  text-decoration: none;
  outline: 0px;
  box-shadow: none;
}
div#checkout-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
}
.checkout-cart-index.page-layout-1column .page-title-wrapper .page-title {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
  display: block;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1899px) {
  .checkout-cart-index.page-layout-1column .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout-cart-index.page-layout-1column .page-title-wrapper .page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout-cart-index.page-layout-1column .page-title-wrapper .page-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index.page-layout-1column .page-title-wrapper .page-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index.page-layout-1column .page-title-wrapper .page-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.checkout-cart-index.page-layout-1column .cart-empty {
  text-align: center;
  font-size: 22px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .checkout-cart-index.page-layout-1column .cart-empty {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .checkout-cart-index.page-layout-1column .cart-empty {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .checkout-cart-index.page-layout-1column .cart-empty {
    font-size: 16px;
  }
}
.campaign-wrap {
  flex: 1 0 auto;
}
@media only screen and (max-width: 991px) {
  .campaign-wrap .mb-order-first {
    order: -1;
    margin-bottom: 20px;
  }
}
.campaign-wrap .banner {
  width: 100%;
  height: 345px;
  overflow: hidden;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .banner {
    height: 300px;
  }
}
@media only screen and (max-width: 1600px) {
  .campaign-wrap .banner {
    height: 285px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .banner {
    height: 240px;
  }
}
@media only screen and (max-width: 1199px) {
  .campaign-wrap .banner {
    height: 240px;
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .banner {
    height: 180px;
    min-height: 180px;
  }
}
.campaign-wrap .banner .banner_bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-color: #00bc7a;
}
.campaign-wrap .page-title-wrapper {
  display: inline-block;
  background: rgba(0, 188, 122, 0.8);
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 6px;
  position: relative;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .page-title-wrapper {
    padding: 10px 25px;
    border-radius: 4px;
  }
}
.campaign-wrap .page-title-wrapper .page-title {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .page-title-wrapper .page-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .page-title-wrapper .page-title {
    font-size: 18px;
  }
}
.campaign-wrap .formbox {
  border: 1px solid #363636;
  border-radius: 5px;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox {
    padding: 15px;
  }
}
.campaign-wrap .formbox .heading {
  font-size: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .formbox .heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1540px) {
  .campaign-wrap .formbox .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .formbox .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox .heading {
    font-size: 18px;
  }
}
.campaign-wrap .formbox .content {
  padding-right: 150px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .campaign-wrap .formbox .content {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox .content {
    padding-right: 0;
  }
}
.campaign-wrap .formbox .content .genie {
  width: 140px;
  position: absolute;
  top: -30px;
  right: -15px;
}
@media only screen and (max-width: 1600px) {
  .campaign-wrap .formbox .content .genie {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox .content .genie {
    display: none;
  }
}
.campaign-wrap .formbox .content .genie img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.campaign-wrap .formbox .content .form-group .type2 {
  padding: 6px 25px 6px 12px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .campaign-wrap .formbox .content .form-group .type2 {
    height: 32px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .formbox .content .form-group .type2 {
    padding: 6px 20px 6px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1600px) {
  .campaign-wrap .formbox .content .form-group .form-control {
    height: 32px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .formbox .content .form-group .form-control {
    font-size: 14px;
  }
}
.campaign-wrap .formbox .content .price {
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .formbox .content .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .campaign-wrap .formbox .content .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .formbox .content .price {
    font-size: 13px;
  }
}
.campaign-wrap .formbox .content .price span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  margin-left: 10px;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .formbox .content .price span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .campaign-wrap .formbox .content .price span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .formbox .content .price span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox .content .two-btns {
    align-items: center;
    flex-wrap: wrap;
  }
}
.campaign-wrap .formbox .content .two-btns .btn-wrap {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox .content .two-btns .btn-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .campaign-wrap .formbox .content .two-btns .btn-wrap .action.primary,
  .campaign-wrap .formbox .content .two-btns .btn-wrap .action.secondary {
    padding: 4px 24px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox .content .two-btns .btn-wrap .action.primary,
  .campaign-wrap .formbox .content .two-btns .btn-wrap .action.secondary {
    white-space: normal;
    padding: 5px 10px;
    width: 100%;
    display: block;
  }
}
.campaign-wrap .formbox .content .two-btns .btn-wrap:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox .content .coupen {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .formbox .content .coupen .btn-wrap {
    margin-top: 10px !important;
    text-align: center;
  }
}
@media only screen and (max-width: 1600px) {
  .campaign-wrap .formbox .content .coupen .btn-wrap .action.secondary {
    padding: 4px 24px;
    font-size: 16px;
  }
}
.campaign-wrap .camp_testi {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .campaign-wrap .camp_testi {
    margin-top: 20px;
  }
}
.campaign-wrap .camp_testi .heading {
  font-size: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .camp_testi .heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1540px) {
  .campaign-wrap .camp_testi .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .camp_testi .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .camp_testi .heading {
    font-size: 18px;
  }
}
.campaign-wrap .camp_testi .content {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .camp_testi .content {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.campaign-wrap .camp_testi .content .camp-slick {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}
.campaign-wrap .camp_testi .content .camp-slick .qoutebox {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .camp_testi .content .camp-slick .qoutebox {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .campaign-wrap .camp_testi .content .camp-slick .qoutebox {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .camp_testi .content .camp-slick .qoutebox {
    font-size: 13px;
  }
}
.campaign-wrap .camp_testi .content .camp-slick .qoutebox p {
  position: relative;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .campaign-wrap .camp_testi .content .camp-slick .qoutebox p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.campaign-wrap .camp_testi .content .camp-slick .qoutebox p:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/camp/quote.png') no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .campaign-wrap .camp_testi .content .camp-slick .qoutebox p:before {
    width: 20px;
    height: 20px;
  }
}
.campaign-wrap .camp_testi .content .camp-slick .qoutebox p:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../images/camp/quote-1.png') no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .campaign-wrap .camp_testi .content .camp-slick .qoutebox p:after {
    width: 20px;
    height: 20px;
  }
}
.campaign-wrap .camp_testi .content .camp-slick .qoutebox .desc {
  margin-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .campaign-wrap .camp_testi .content .camp-slick .qoutebox .desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .camp_testi .content .camp-slick {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .campaign-wrap .camp_testi .content .camp-slick .slick-prev,
  .campaign-wrap .camp_testi .content .camp-slick .slick-next {
    top: auto;
    bottom: 0px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .campaign-wrap .camp_testi .content .camp-slick .slick-prev {
    left: 40%;
  }
  .campaign-wrap .camp_testi .content .camp-slick .slick-next {
    right: 40%;
  }
}
.campaign-wrap .servicegrid .heading {
  font-size: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .servicegrid .heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1540px) {
  .campaign-wrap .servicegrid .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .servicegrid .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .servicegrid .heading {
    font-size: 18px;
  }
}
.campaign-wrap .servicegrid .content {
  font-weight: 400;
  margin-top: 20px;
}
.campaign-wrap .servicegrid .content > ul {
  padding: 0 0 0 20px;
}
.campaign-wrap .servicegrid .content > ul li {
  margin-bottom: 10px;
}
.campaign-wrap .servicegrid .content > ul li ul {
  margin-top: 10px;
  list-style-type: none;
  padding-left: 35px;
}
.campaign-wrap .servicegrid .content > ul li ul li {
  margin-bottom: 10px;
}
.campaign-wrap .servicegrid .content .hc_descriptions ul li ul {
  list-style-type: none;
  margin: 10px 0px 0px;
  padding-left: 35px;
}
.campaign-wrap .about {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .campaign-wrap .about {
    margin-top: 20px;
  }
}
.campaign-wrap .about .heading {
  font-size: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .about .heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1540px) {
  .campaign-wrap .about .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .about .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-wrap .about .heading {
    font-size: 18px;
  }
}
.campaign-wrap .about .content p {
  font-size: 18px;
  color: #000000;
  margin: 10px 0 0;
}
@media only screen and (max-width: 1899px) {
  .campaign-wrap .about .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .campaign-wrap .about .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .campaign-wrap .about .content p {
    font-size: 13px;
  }
}
html {
  height: 100%;
}
.sticky-footer {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.camp-bottom {
  margin-top: 30px;
  background: #fafafa;
  padding: 20px 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .camp-bottom {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .camp-bottom {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .camp-bottom .col-md {
    order: -1;
    margin-bottom: 10px;
    text-align: center !important;
  }
}
.camp-header {
  background: url("../images/top-bg.png") no-repeat;
  background-size: cover;
  padding: 15px 0px 20px;
}
@media only screen and (max-width: 767px) {
  .camp-header .logo {
    width: 140px;
    display: block;
  }
}
.camp-header a {
  font-size: 18px;
  color: #000000;
  color: #363636;
}
@media only screen and (max-width: 1899px) {
  .camp-header a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .camp-header a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .camp-header a {
    font-size: 13px;
  }
}
.camp-header a:hover,
.camp-header a:focus {
  color: #363636;
  text-decoration: none;
}
.checkout-payment-method .payment-method-title {
  padding: 15px 0 7px;
}
@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 0;
}
.ps_slick {
  visibility: hidden;
}
.ps_slick.slick-initialized {
  visibility: visible;
}
.message.success {
  margin: 0;
  text-align: center;
  padding-left: 20px;
}
.message.success > div {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}
.message.success > div:before {
  top: 0;
  margin: 0;
}
.account .page-main {
  padding-top: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #00bc7a;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .action.showcart .counter.qty {
    min-width: 16px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .action.showcart:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  ul.items.order-links {
    display: none;
  }
}
#resentOTP.hideIt {
  display: none !important;
}
@media only screen and (max-width: 1199px) {
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: block;
  }
}
.subservices {
  margin-top: 10px;
}
.subservices .para1 {
  margin-bottom: 5px;
  font-weight: 500;
}
.subservices ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: flex-start;
  align-items: center;
  background: #fafafa;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.subservices ul li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  font-size: 14px;
  color: #000000;
  text-align: left;
  align-items: center;
  padding: 5px 5px 5px 20px;
}
@media only screen and (max-width: 1899px) {
  .subservices ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .subservices ul li {
    font-size: 11px;
  }
}
.subservices ul li:before {
  content: "\00BB";
  position: absolute;
  top: 7px;
  left: 5px;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1899px) {
  .subservices ul li:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .subservices ul li:before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .subservices ul li:before {
    font-size: 12px;
  }
}
.recommended .subservices .para1 {
  color: #ffffff;
}
.checkout-payment-method .payment-method._active .payment-method-content ul {
  padding: 0 0 0 5px;
}
.ccavenuepay_frontend_logo {
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .ccavenuepay_frontend_logo {
    max-width: 100%;
    width: 400px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
}
.hc_descriptions {
  margin-top: 20px;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .hc_descriptions {
    padding-right: 0;
  }
}
.hc_descriptions p {
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .hc_descriptions p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hc_descriptions p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hc_descriptions p {
    font-size: 13px;
  }
}
.hc_descriptions ol {
  margin: 0;
  padding-left: 15px;
}
.hc_descriptions ol li {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1899px) {
  .hc_descriptions ol li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hc_descriptions ol li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hc_descriptions ol li {
    font-size: 13px;
  }
}
.hc_descriptions ol li ul {
  list-style-type: disc;
  margin: 10px 0px 0px;
  padding-left: 20px;
}
.hc_descriptions ol li ul li {
  padding-left: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .hc_descriptions ol li ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hc_descriptions ol li ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hc_descriptions ol li ul li {
    font-size: 13px;
  }
}
.hc_descriptions ol li ul li:before {
  display: none;
}
.hc_descriptions ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.hc_descriptions ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1540px) {
  .hc_descriptions ul li {
    padding-left: 25px;
  }
}
.hc_descriptions ul li:before {
  content: "";
  width: 19px;
  height: 17px;
  background-image: url("../images/new/grey-tick.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 7px auto auto 0px;
}
@media only screen and (max-width: 1540px) {
  .hc_descriptions ul li:before {
    width: 12px;
    height: 12px;
    background-size: 100%;
    margin: 5px auto auto 0px;
  }
}
@media only screen and (max-width: 1899px) {
  .hc_descriptions ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hc_descriptions ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hc_descriptions ul li {
    font-size: 13px;
  }
}
.hc_descriptions ul li ul {
  list-style-type: disc;
  margin: 10px 0px 0px;
  padding-left: 20px;
}
.hc_descriptions ul li ul li {
  padding-left: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .hc_descriptions ul li ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hc_descriptions ul li ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hc_descriptions ul li ul li {
    font-size: 13px;
  }
}
.hc_descriptions ul li ul li:before {
  display: none;
}
.hc_descriptions h2 {
  margin-top: 20px;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  .hc_descriptions h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hc_descriptions h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hc_descriptions h2 {
    font-size: 13px;
  }
}
.hc_descriptions h2:first-child {
  margin-top: 0;
}
.readmore_css {
  margin-top: 50px;
}
.readmore_css .read-more-state {
  display: none;
}
.readmore_css .read-more-wrap {
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.readmore_css .read-more-state:checked ~ .read-more-wrap {
  max-height: 25em;
  transition: all 0.25s ease-in-out;
}
.readmore_css .show_state:after {
  content: "Show More";
}
.readmore_css .read-more-state:checked ~ .show_state:after {
  content: "Show Less";
}
.readmore_css .read-more-trigger {
  display: block;
  margin-bottom: 30px;
}
.readmore_css .read-more-trigger p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 1899px) {
  .readmore_css .read-more-trigger p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .readmore_css .read-more-trigger p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .readmore_css .read-more-trigger p {
    font-size: 13px;
  }
}
.readmore_css .read-more-trigger .show_state {
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 1899px) {
  .readmore_css .read-more-trigger .show_state {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .readmore_css .read-more-trigger .show_state {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .readmore_css .read-more-trigger .show_state {
    font-size: 13px;
  }
}
@supports (-ms-ime-align: auto) {
  select.form-control {
    background: #fafafa !important;
  }
  select.form-control option {
    background: #fafafa !important;
  }
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    width: 100%;
  }
}
.checkout-index-index .modal-popup .modal-inner-wrap .uf_wrap .uf_body {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .checkout-index-index .modal-popup .modal-inner-wrap .uf_wrap .uf_body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .modal-popup .modal-inner-wrap .uf_wrap .uf_body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.checkout-index-index .modal-popup .modal-inner-wrap .uf_wrap .uf_body .form-group .control .form-control {
  padding: 3px 6px;
}
.checkout-index-index .page-footer {
  margin-top: 40px;
}
.panel.header ul.header.links li#consumer_menu a {
  font-weight: 700;
}
.hicareapi-business-index .panel.header ul.header.links li#consumer_menu a {
  font-weight: 400;
}
.hicareapi-business-index .panel.header ul.header.links li#business_menu a {
  font-weight: 700;
}
.note_highlight {
  font-size: 16px;
  color: #000000;
  background: #00bc7a;
  color: #ffffff;
  padding: 6px 10px;
}
@media only screen and (max-width: 1899px) {
  .note_highlight {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .note_highlight {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .note_highlight {
    font-size: 12px;
  }
}
.row.itemrow {
  justify-content: center;
}
.para2.mt-2 {
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .para2.mt-2 {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .para2.mt-2 {
    white-space: nowrap;
  }
}
.homepage-alert .modal-inner-wrap .modal-header,
.viewpage-alert .modal-inner-wrap .modal-header,
.checkout-alert .modal-inner-wrap .modal-header,
.account_delete_alert .modal-inner-wrap .modal-header {
  display: block;
  padding-left: 3rem;
  padding-right: 3rem;
  border-bottom: 0px;
}
.homepage-alert .modal-inner-wrap .modal-header .modal-title,
.viewpage-alert .modal-inner-wrap .modal-header .modal-title,
.checkout-alert .modal-inner-wrap .modal-header .modal-title,
.account_delete_alert .modal-inner-wrap .modal-header .modal-title {
  display: none;
}
.homepage-alert .modal-inner-wrap .modal-footer,
.viewpage-alert .modal-inner-wrap .modal-footer,
.checkout-alert .modal-inner-wrap .modal-footer,
.account_delete_alert .modal-inner-wrap .modal-footer {
  display: block;
  padding-left: 3rem;
  padding-right: 3rem;
  border-top: 0px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.homepage-alert .modal-inner-wrap .modal-footer .action-primary,
.viewpage-alert .modal-inner-wrap .modal-footer .action-primary,
.checkout-alert .modal-inner-wrap .modal-footer .action-primary,
.account_delete_alert .modal-inner-wrap .modal-footer .action-primary {
  background-color: #00bc7a;
  border: 1px solid #00bc7a;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 24px;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  box-shadow: none;
}
@media only screen and (max-width: 1899px) {
  .homepage-alert .modal-inner-wrap .modal-footer .action-primary,
  .viewpage-alert .modal-inner-wrap .modal-footer .action-primary,
  .checkout-alert .modal-inner-wrap .modal-footer .action-primary,
  .account_delete_alert .modal-inner-wrap .modal-footer .action-primary {
    padding: 5px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .homepage-alert .modal-inner-wrap .modal-footer .action-primary,
  .viewpage-alert .modal-inner-wrap .modal-footer .action-primary,
  .checkout-alert .modal-inner-wrap .modal-footer .action-primary,
  .account_delete_alert .modal-inner-wrap .modal-footer .action-primary {
    padding: 5px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .homepage-alert .modal-inner-wrap .modal-footer .action-primary,
  .viewpage-alert .modal-inner-wrap .modal-footer .action-primary,
  .checkout-alert .modal-inner-wrap .modal-footer .action-primary,
  .account_delete_alert .modal-inner-wrap .modal-footer .action-primary {
    padding: 4px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-alert .modal-inner-wrap .modal-footer .action-primary,
  .viewpage-alert .modal-inner-wrap .modal-footer .action-primary,
  .checkout-alert .modal-inner-wrap .modal-footer .action-primary,
  .account_delete_alert .modal-inner-wrap .modal-footer .action-primary {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.homepage-alert .modal-inner-wrap .modal-footer .action-primary:hover,
.viewpage-alert .modal-inner-wrap .modal-footer .action-primary:hover,
.checkout-alert .modal-inner-wrap .modal-footer .action-primary:hover,
.account_delete_alert .modal-inner-wrap .modal-footer .action-primary:hover,
.homepage-alert .modal-inner-wrap .modal-footer .action-primary:focus,
.viewpage-alert .modal-inner-wrap .modal-footer .action-primary:focus,
.checkout-alert .modal-inner-wrap .modal-footer .action-primary:focus,
.account_delete_alert .modal-inner-wrap .modal-footer .action-primary:focus,
.homepage-alert .modal-inner-wrap .modal-footer .action-primary:active,
.viewpage-alert .modal-inner-wrap .modal-footer .action-primary:active,
.checkout-alert .modal-inner-wrap .modal-footer .action-primary:active,
.account_delete_alert .modal-inner-wrap .modal-footer .action-primary:active {
  background-color: #00cb84;
  border: 1px solid #00cb84;
  color: #ffffff;
  text-decoration: none;
}
.homepage-alert .modal-inner-wrap .modal-footer .action-primary:focus,
.viewpage-alert .modal-inner-wrap .modal-footer .action-primary:focus,
.checkout-alert .modal-inner-wrap .modal-footer .action-primary:focus,
.account_delete_alert .modal-inner-wrap .modal-footer .action-primary:focus {
  box-shadow: 0 0 3px 1px #00cb84;
}
.homepage-alert .modal-inner-wrap .modal-content,
.viewpage-alert .modal-inner-wrap .modal-content,
.checkout-alert .modal-inner-wrap .modal-content,
.account_delete_alert .modal-inner-wrap .modal-content {
  padding-left: 30px !important;
  padding-right: 10px !important;
  font-size: 22px;
  color: #000000;
  border: 0px;
}
@media only screen and (max-width: 1899px) {
  .homepage-alert .modal-inner-wrap .modal-content,
  .viewpage-alert .modal-inner-wrap .modal-content,
  .checkout-alert .modal-inner-wrap .modal-content,
  .account_delete_alert .modal-inner-wrap .modal-content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .homepage-alert .modal-inner-wrap .modal-content,
  .viewpage-alert .modal-inner-wrap .modal-content,
  .checkout-alert .modal-inner-wrap .modal-content,
  .account_delete_alert .modal-inner-wrap .modal-content {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .homepage-alert .modal-inner-wrap .modal-content,
  .viewpage-alert .modal-inner-wrap .modal-content,
  .checkout-alert .modal-inner-wrap .modal-content,
  .account_delete_alert .modal-inner-wrap .modal-content {
    font-size: 16px;
  }
}
.services-wrap .heading {
  font-size: 22px;
  color: #000000;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  .services-wrap .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .services-wrap .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .services-wrap .heading {
    font-size: 16px;
  }
}
.services-wrap .hc_descriptions {
  padding-left: 20px;
}
#callback_success_msg {
  margin: 15px 0px 0px 0px;
}
div#order_info_ {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1899px) {
  div#order_info_ {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  div#order_info_ {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  div#order_info_ {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .faq_blogwrap {
    margin: 20px 0px 0px;
  }
}
#contact-lead-form .form-group {
  margin-bottom: 10px !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-family: 'Poppins', sans-serif;
}
@supports (-ms-ime-align:auto) {
  .product-info-main .prd_details_wrap .product-box .formrows .form-control {
    background-color: #f5f5f5;
  }
}
.message.success > *:first-child:before {
  top: 10px;
}
.pay_terms_and_conditions .popclose {
  width: 28px;
  height: 28px;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .pay_terms_and_conditions .popclose {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
  }
}
.pay_terms_and_conditions .container {
  width: 100%;
  max-width: 100%;
}
.pay_terms_and_conditions .cms-hicare-wrapper .cms-hicare-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pay_terms_and_conditions .cms-hicare-wrapper .cms-hicare-content .terms_conditions tr td {
  padding: 11px 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.checkout_wrap .co_box .para2.mt-2 {
  white-space: normal;
  padding-left: 0;
}
.checkout-payment-method .actions-toolbar .primary {
  padding: 10px;
}
.mode_payment > p:first-child .note_highlight {
  background: #eee;
  color: #000;
}
.product-bird-control-services .make_full {
  flex: 0 0 100%;
  max-width: 100%;
}
.floatingBottom {
  position: fixed;
  width: 100%;
  justify-content: center;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px 20px;
  display: none;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .floatingBottom {
    display: flex;
  }
}
.floatingBottom .action.primary {
  padding: 7px 20px;
  font-size: 14px;
}
.mobileCallbackScrollableDiv.btn-wrap {
  text-align: center;
  margin-top: 15px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobileCallbackScrollableDiv.btn-wrap {
    display: block;
  }
}
.mobileCallbackScrollableDiv.btn-wrap .action.primary {
  padding: 7px 20px;
  font-size: 14px;
}
.testislick_wrap .testislick .carousel-item {
  min-height: 380px;
}
@media only screen and (max-width: 1899px) {
  .testislick_wrap .testislick .carousel-item {
    min-height: 352px;
  }
}
@media only screen and (max-width: 1540px) {
  .testislick_wrap .testislick .carousel-item {
    min-height: 288px;
  }
}
@media only screen and (max-width: 1399px) {
  .testislick_wrap .testislick .carousel-item {
    min-height: 288px;
  }
}
@media only screen and (max-width: 1199px) {
  .testislick_wrap .testislick .carousel-item {
    min-height: 291px;
  }
}
@media only screen and (max-width: 991px) {
  .testislick_wrap .testislick .carousel-item {
    min-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .testislick_wrap .testislick .carousel-item {
    min-height: 336px;
  }
}
.mage-error[generated] {
  color: #e02b27;
}
.error {
  color: #e02b27;
}
#bn_form .formrows:first-child {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  #bn_form .formrows:first-child {
    flex-wrap: wrap;
  }
}
#bn_form .formrows:nth-child(2) {
  padding-left: 0px;
}
@media only screen and (max-width: 1199px) {
  #bn_form .formrows:nth-child(2) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 {
    margin: 0 6px;
  }
}
.subs-wrap .title {
  font-size: 18px;
  font-weight: 500;
  color: #0a101b;
}
@media only screen and (max-width: 767px) {
  .subs-wrap .title {
    font-size: 16px;
  }
}
.subs-row {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-top: 25px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .subs-row {
    padding: 10px;
  }
}
.subs-row .pic {
  width: 100px;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8F7F3;
  font-size: 14px;
  color: #000000;
  color: #09B383;
  border-radius: 4px;
}
@media only screen and (max-width: 1899px) {
  .subs-row .pic {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .subs-row .pic {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .pic {
    width: 60px;
    height: 80px;
  }
}
.subs-row .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subs-row .product-title {
  font-size: 22px;
  color: #000000;
  padding-right: 150px;
}
@media only screen and (max-width: 1899px) {
  .subs-row .product-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .subs-row .product-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .subs-row .product-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .product-title {
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
  }
}
.subs-row .subs-cancel {
  position: absolute;
  top: 15px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-cancel {
    position: relative;
    top: 0;
    right: 0;
  }
}
.subs-row .subs-cancel .btn {
  font-size: 18px;
  color: #000000;
  color: #FF6D3A;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .subs-row .subs-cancel .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .subs-row .subs-cancel .btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .subs-row .subs-cancel .btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-cancel .btn {
    padding: .375rem .75rem .375rem 0;
  }
}
.subs-row .subs-cancel .btn:focus {
  box-shadow: none;
  outline: 0;
}
.subs-row .subs-add {
  position: absolute;
  top: 15px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-add {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 330px) {
  .subs-row .subs-add {
    max-width: 80px;
  }
}
.subs-row .subs-add .btn {
  font-size: 18px;
  color: #000000;
  color: #09B383;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .subs-row .subs-add .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .subs-row .subs-add .btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .subs-row .subs-add .btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-add .btn {
    padding: .375rem .75rem .375rem 0;
  }
}
.subs-row .subs-add .btn:focus {
  box-shadow: none;
  outline: 0;
}
.subs-row .subs-riase {
  position: absolute;
  top: 145px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-riase {
    position: relative;
    top: 0;
    right: 0;
    order: 3;
    margin-left: 5px;
  }
}
.subs-row .subs-riase .btn {
  font-size: 14px;
  color: #000000;
  color: #606A77;
}
@media only screen and (max-width: 1899px) {
  .subs-row .subs-riase .btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .subs-row .subs-riase .btn {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-riase .btn {
    padding: .375rem .75rem .375rem 0;
    white-space: nowrap;
  }
}
.subs-row .subs-riase .btn:focus {
  box-shadow: none;
  outline: 0;
}
.subs-row .col-main {
  padding-left: 30px !important;
}
@media only screen and (max-width: 767px) {
  .subs-row .col-main {
    padding-left: 10px !important;
  }
}
.subs-row .offset-orders {
  flex: 0 0 83%;
  max-width: 83%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .subs-row .offset-orders {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.subs-row .table.table-borderless > tbody > tr > th,
.subs-row .table > tbody > tr > td {
  border-top: none;
}
.subs-row .subs-details-table {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-details-table {
    margin-top: 35px;
    margin-left: -70px;
  }
}
.subs-row .subs-details-table .table tbody tr {
  display: flex;
  flex-wrap: wrap;
}
.subs-row .subs-details-table .table tbody tr td {
  padding: .50rem .75rem .50rem .50rem;
  font-size: 14px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .subs-row .subs-details-table .table tbody tr td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .subs-row .subs-details-table .table tbody tr td {
    font-size: 11px;
  }
}
.subs-row .subs-details-table .table tbody tr td:first-child {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.subs-row .subs-details-table .table tbody tr td:last-child {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-details-table .table tbody tr td:last-child {
    text-align: right;
    padding: .50rem 0 .50rem 0;
  }
}
.subs-row .subs-details-table .table tbody tr td.active {
  color: #09B383;
}
.subs-row .plan-price {
  border-top: 1px solid #f1f1f1;
  margin-top: 15px;
  padding-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .subs-row .plan-price {
    margin-left: -70px !important;
  }
}
.subs-row .plan-price .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.subs-row .plan-price .col-md-6:first-child {
  border-right: 1px solid #f1f1f1;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .subs-row .plan-price .col-md-6:first-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #f1f1f1;
  }
}
.subs-row .plan-price .col-md-6:last-child {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .subs-row .plan-price .col-md-6:last-child {
    padding-left: 0;
    margin-top: 10px;
  }
}
.subs-row .subs-price-table .table thead tr {
  display: flex;
  flex-wrap: wrap;
}
.subs-row .subs-price-table .table thead tr th {
  padding: .50rem .75rem .50rem 0;
  font-size: 16px;
  color: #000000;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1899px) {
  .subs-row .subs-price-table .table thead tr th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .subs-row .subs-price-table .table thead tr th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .subs-row .subs-price-table .table thead tr th {
    font-size: 12px;
  }
}
.subs-row .subs-price-table .table thead tr th:last-child {
  text-align: right;
}
.subs-row .subs-price-table .table tbody tr {
  display: flex;
  flex-wrap: wrap;
}
.subs-row .subs-price-table .table tbody tr td {
  padding: .50rem .75rem .50rem 0;
  font-size: 14px;
  color: #000000;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1899px) {
  .subs-row .subs-price-table .table tbody tr td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .subs-row .subs-price-table .table tbody tr td {
    font-size: 11px;
  }
}
.subs-row .subs-price-table .table tbody tr td:last-child {
  text-align: right;
}
.customer-account-index .column.main,
.subscriptions-index-index .column.main,
.hppoints-index-index .column.main,
.hicarecustomer-complaint-index .column.main,
.customer-address-index .column.main,
.sales-order-history .column.main,
.hicarecustomer-hygienepoints-index .column.main,
.hicarecustomer-subscriptions-index .column.main {
  background-color: #f1f1f1;
}
.customer-account-index .column.main .my-account-wrap .page-title-wrapper,
.subscriptions-index-index .column.main .my-account-wrap .page-title-wrapper,
.hppoints-index-index .column.main .my-account-wrap .page-title-wrapper,
.hicarecustomer-complaint-index .column.main .my-account-wrap .page-title-wrapper,
.customer-address-index .column.main .my-account-wrap .page-title-wrapper,
.sales-order-history .column.main .my-account-wrap .page-title-wrapper,
.hicarecustomer-hygienepoints-index .column.main .my-account-wrap .page-title-wrapper,
.hicarecustomer-subscriptions-index .column.main .my-account-wrap .page-title-wrapper {
  height: 200px;
  background-image: url("../images/my-account-bg.png");
  background-size: cover;
}
.customer-account-index .column.main .my-account-wrap .container > .row > .col-lg,
.subscriptions-index-index .column.main .my-account-wrap .container > .row > .col-lg,
.hppoints-index-index .column.main .my-account-wrap .container > .row > .col-lg,
.hicarecustomer-complaint-index .column.main .my-account-wrap .container > .row > .col-lg,
.customer-address-index .column.main .my-account-wrap .container > .row > .col-lg,
.sales-order-history .column.main .my-account-wrap .container > .row > .col-lg,
.hicarecustomer-hygienepoints-index .column.main .my-account-wrap .container > .row > .col-lg,
.hicarecustomer-subscriptions-index .column.main .my-account-wrap .container > .row > .col-lg {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media only screen and (max-width: 1199px) {
  .customer-account-index .column.main .my-account-wrap .container > .row > .col-lg,
  .subscriptions-index-index .column.main .my-account-wrap .container > .row > .col-lg,
  .hppoints-index-index .column.main .my-account-wrap .container > .row > .col-lg,
  .hicarecustomer-complaint-index .column.main .my-account-wrap .container > .row > .col-lg,
  .customer-address-index .column.main .my-account-wrap .container > .row > .col-lg,
  .sales-order-history .column.main .my-account-wrap .container > .row > .col-lg,
  .hicarecustomer-hygienepoints-index .column.main .my-account-wrap .container > .row > .col-lg,
  .hicarecustomer-subscriptions-index .column.main .my-account-wrap .container > .row > .col-lg {
    flex: 0 0 75%;
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .customer-account-index .column.main .my-account-wrap .container > .row > .col-lg,
  .subscriptions-index-index .column.main .my-account-wrap .container > .row > .col-lg,
  .hppoints-index-index .column.main .my-account-wrap .container > .row > .col-lg,
  .hicarecustomer-complaint-index .column.main .my-account-wrap .container > .row > .col-lg,
  .customer-address-index .column.main .my-account-wrap .container > .row > .col-lg,
  .sales-order-history .column.main .my-account-wrap .container > .row > .col-lg,
  .hicarecustomer-hygienepoints-index .column.main .my-account-wrap .container > .row > .col-lg,
  .hicarecustomer-subscriptions-index .column.main .my-account-wrap .container > .row > .col-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex: 0 0 100%;
    width: 100%;
  }
}
.customer-account-index .mac_left,
.subscriptions-index-index .mac_left,
.hppoints-index-index .mac_left,
.hicarecustomer-complaint-index .mac_left,
.customer-address-index .mac_left,
.sales-order-history .mac_left,
.hicarecustomer-hygienepoints-index .mac_left,
.hicarecustomer-subscriptions-index .mac_left {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .customer-account-index .mac_left,
  .subscriptions-index-index .mac_left,
  .hppoints-index-index .mac_left,
  .hicarecustomer-complaint-index .mac_left,
  .customer-address-index .mac_left,
  .sales-order-history .mac_left,
  .hicarecustomer-hygienepoints-index .mac_left,
  .hicarecustomer-subscriptions-index .mac_left {
    padding: 0px;
  }
}
.customer-account-index .mac_left .items,
.subscriptions-index-index .mac_left .items,
.hppoints-index-index .mac_left .items,
.hicarecustomer-complaint-index .mac_left .items,
.customer-address-index .mac_left .items,
.sales-order-history .mac_left .items,
.hicarecustomer-hygienepoints-index .mac_left .items,
.hicarecustomer-subscriptions-index .mac_left .items {
  border: none !important;
}
.customer-account-index .mac_left .items .item strong,
.subscriptions-index-index .mac_left .items .item strong,
.hppoints-index-index .mac_left .items .item strong,
.hicarecustomer-complaint-index .mac_left .items .item strong,
.customer-address-index .mac_left .items .item strong,
.sales-order-history .mac_left .items .item strong,
.hicarecustomer-hygienepoints-index .mac_left .items .item strong,
.hicarecustomer-subscriptions-index .mac_left .items .item strong {
  border-left: 4px solid transparent;
}
.customer-account-index .mac_left .items .item.current strong,
.subscriptions-index-index .mac_left .items .item.current strong,
.hppoints-index-index .mac_left .items .item.current strong,
.hicarecustomer-complaint-index .mac_left .items .item.current strong,
.customer-address-index .mac_left .items .item.current strong,
.sales-order-history .mac_left .items .item.current strong,
.hicarecustomer-hygienepoints-index .mac_left .items .item.current strong,
.hicarecustomer-subscriptions-index .mac_left .items .item.current strong {
  background: #E8F7F3 !important;
  border-left: 4px solid #00bc7a;
  color: #00bc7a !important;
}
.customer-account-index .mac_right,
.subscriptions-index-index .mac_right,
.hppoints-index-index .mac_right,
.hicarecustomer-complaint-index .mac_right,
.customer-address-index .mac_right,
.sales-order-history .mac_right,
.hicarecustomer-hygienepoints-index .mac_right,
.hicarecustomer-subscriptions-index .mac_right {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
}
.account .my-account-wrap {
  background-color: transparent;
}
.account .my-account-wrap .page-title-wrapper .page-title {
  text-align: left;
  color: #ffffff;
  font-weight: 700;
  width: 1600px;
  max-width: 1600px;
  padding-left: 15px;
}
@media only screen and (max-width: 1899px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 1400px;
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1600px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 1400px;
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1540px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 1280px;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1440px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 1280px;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1399px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 1170px;
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1280px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 1170px;
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 970px;
    max-width: 970px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 991px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.page-header .panel.wrapper {
  background-color: #000000;
}
.panel.header ul.header.links li a {
  color: #ffffff;
}
.panel.header ul.header.links li a:hover,
.panel.header ul.header.links li a:focus {
  color: #ffffff;
}
.panel.header ul.header.links li#business_menu a {
  color: #ffffff;
}
.panel.header ul.header.links li#business_menu a:hover,
.panel.header ul.header.links li#business_menu a:focus {
  color: #ffffff;
}
.page-header {
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #fff;
  padding-bottom: 0px;
}
.header.content .logo {
  margin: 0;
}
.header.content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.view_pincode {
  color: #ffffff !important;
}
.panel.header ul.header.links li#consumer_menu {
  background-color: #ffffff;
}
.panel.header ul.header.links li#consumer_menu:after {
  display: none;
}
.panel.header ul.header.links li#consumer_menu a {
  color: #000000;
}
.panel.header ul.header.links li#consumer_menu a:hover,
.panel.header ul.header.links li#consumer_menu a:focus {
  color: #000000;
}
.panel.header ul.header.links li.pincode_li:after {
  display: none;
}
.panel.header {
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}
.panel.header ul.header.links li:after {
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 50%;
  right: -2px;
}
.panel.header ul.header.links li {
  padding: 3px 14px;
}
.header.content .header_content_holder .header_round_block {
  border: none;
  padding: 0;
  justify-content: center;
}
.header_round_block_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 a:after {
  display: none;
}
.header.content .header_content_holder .header_round_block .nav-sections .navigation ul li.level0 {
  margin: 0;
}
.header.content .header_content_holder .header_round_block .header.links li a:after {
  display: none;
}
.header.content .header_content_holder .header_round_block .minicart-wrapper {
  padding: 0px;
}
.minicart-wrapper .action.showcart {
  padding: 10px;
  background-color: #f1f1f1;
}
.minicart-wrapper .action.showcart:before {
  content: "";
  background-image: url("../images/cart-new.png");
  width: 18px;
  height: 18px;
}
.header.content .header_content_holder .header_round_block .header.links li {
  margin-right: 15px;
}
.header.content .header_content_holder .header_round_block .header.links li a {
  padding: 9px 15px;
  background-color: #00bc7a;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
}
.header.content .header_content_holder .header_round_block .header.links li a:hover,
.header.content .header_content_holder .header_round_block .header.links li a:focus {
  background-color: #00bc7a;
  color: #ffffff;
  text-decoration: none;
}
.hygiene-points {
  background-color: #ffffff;
}
.hygiene-points .hy-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hygiene-points .hy-header ul li {
  margin-left: 15px;
  margin-right: 15px;
}
.hygiene-points .hy-header ul li:first-child {
  margin-left: 0;
}
.hygiene-points .hy-header ul li:last-child {
  margin-right: 0;
}
.hygiene-points .hy-header ul li a {
  font-size: 18px;
  color: #000000;
  color: #606A77;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .hy-header ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .hy-header ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .hy-header ul li a {
    font-size: 13px;
  }
}
.hygiene-points .hy-header ul li a.active {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.hygiene-points .hy-header ul li a:focus,
.hygiene-points .hy-header ul li a:hover {
  text-decoration: none;
}
.hygiene-points .howuse {
  font-size: 16px;
  color: #000000;
  color: #606A77;
  display: block;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .howuse {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .howuse {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .howuse {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hygiene-points .howuse {
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
  }
}
.hygiene-points .howuse:focus,
.hygiene-points .howuse:hover {
  text-decoration: none;
}
.hygiene-points .howuse span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f1f1f1;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #606A77;
}
.hygiene-points .hy-body p {
  margin: 0;
}
.hygiene-points .hy-body .para1 {
  font-weight: 500;
}
.hygiene-points .hy-body .para2 {
  color: #606A77;
}
.hygiene-points .hy-body > .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .hygiene-points .hy-body > .row .col:first-child {
    padding-right: 10px;
  }
}
.hygiene-points .hy-body .points {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .hy-body .points {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .hy-body .points {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .hy-body .points {
    font-size: 16px;
  }
}
.hygiene-points .hy-body .points:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hygiene-points .hy-body .points:before {
    margin-right: 10px;
  }
}
.hygiene-points .hy-body .points.plus {
  color: #09B383;
}
.hygiene-points .hy-body .points.plus:before {
  background-image: url("../images/pluspoints.png");
  background-size: auto;
}
.hygiene-points .hy-body .points.minus {
  color: #FF6D3A;
}
.hygiene-points .hy-body .points.minus:before {
  background-image: url("../images/minuspoints.png");
  background-size: auto;
}
.hygiene-points .hybanner {
  background-image: url("../images/hybanner.png");
  background-size: cover;
  background-position: bottom right;
  height: 140px;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .hygiene-points .hybanner {
    background-image: none;
    background-color: #E6E5FF;
    height: auto;
  }
}
.hygiene-points .hybanner .totaltxt {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  color: #504EF3;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .hybanner .totaltxt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .hybanner .totaltxt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .hybanner .totaltxt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hygiene-points .hybanner .totaltxt {
    font-size: 18px;
  }
}
.hygiene-points .hybanner .hppoints {
  font-size: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  color: #504EF3;
  font-weight: 700;
  margin-left: 10px;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .hybanner .hppoints {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .hybanner .hppoints {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .hybanner .hppoints {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hygiene-points .hybanner .hppoints {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hygiene-points .hybanner .hppoints {
    font-size: 20px;
  }
}
.hygiene-points .hybanner .btn-outline {
  border: 1px solid #504EF3;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  color: #000000;
  color: #504EF3;
  display: block;
  margin-left: 20px;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .hybanner .btn-outline {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .hybanner .btn-outline {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .hybanner .btn-outline {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hygiene-points .hybanner .btn-outline {
    margin-left: 10px;
    font-size: 12px;
    padding: 6px;
    margin-left: auto;
  }
}
.hygiene-points .hybanner .star1,
.hygiene-points .hybanner .star2,
.hygiene-points .hybanner .star3 {
  pointer-events: none;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .hygiene-points .hybanner .star1,
  .hygiene-points .hybanner .star2,
  .hygiene-points .hybanner .star3 {
    display: none;
  }
}
.hygiene-points .hybanner .star1 {
  top: 10%;
  right: 35%;
  animation-name: starblink;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .hybanner .star1 {
    right: 41%;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .hybanner .star1 {
    right: 44%;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .hybanner .star1 {
    right: 51%;
  }
}
.hygiene-points .hybanner .star2 {
  top: 45%;
  right: 34%;
  animation-name: starblink;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .hybanner .star2 {
    right: 40%;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .hybanner .star2 {
    right: 43%;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .hybanner .star2 {
    right: 50%;
  }
}
.hygiene-points .hybanner .star3 {
  top: 75%;
  right: 34%;
  animation-name: starblink;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 1899px) {
  .hygiene-points .hybanner .star3 {
    right: 40%;
  }
}
@media only screen and (max-width: 1540px) {
  .hygiene-points .hybanner .star3 {
    right: 43%;
  }
}
@media only screen and (max-width: 1399px) {
  .hygiene-points .hybanner .star3 {
    right: 50%;
  }
}
.hygiene-points .hybanner .star {
  animation-name: starring;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes starblink {
  0% {
    opacity: .2;
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes starring {
  from {
    transform: scale(0.25);
  }
  to {
    transform: scale(1);
  }
}
.myprofnew .form-label {
  font-size: 18px;
  color: #000000;
  color: #707070;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1899px) {
  .myprofnew .form-label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .myprofnew .form-label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .myprofnew .form-label {
    font-size: 13px;
  }
}
.myprofnew .form-control[readonly] {
  background-color: #ffffff;
  border: 0;
  opacity: 1;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  height: auto;
}
@media only screen and (max-width: 1899px) {
  .myprofnew .form-control[readonly] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1540px) {
  .myprofnew .form-control[readonly] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .myprofnew .form-control[readonly] {
    font-size: 15px;
  }
}
.myprofnew .form-control[readonly]:focus {
  outline: none;
  box-shadow: none;
}
.myprofnew .form-control {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  height: auto;
}
@media only screen and (max-width: 1899px) {
  .myprofnew .form-control {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1540px) {
  .myprofnew .form-control {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .myprofnew .form-control {
    font-size: 15px;
  }
}
.myprofnew .btn-plain {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .myprofnew .btn-plain {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .myprofnew .btn-plain {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .myprofnew .btn-plain {
    font-size: 13px;
  }
}
.myprofnew .btn-plain.save {
  color: #00bc7a;
}
.myprofnew .btn-plain.save:hover,
.myprofnew .btn-plain.save:focus {
  color: #00bc7a;
}
.myprofnew textarea {
  max-width: 400px;
  resize: none;
  height: auto;
}
@media only screen and (max-width: 1899px) {
  .myprofnew textarea {
    max-width: 370px;
  }
}
@media only screen and (max-width: 1600px) {
  .myprofnew textarea {
    max-width: 360px;
  }
}
@media only screen and (max-width: 1440px) {
  .myprofnew textarea {
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .myprofnew .form-group > .d-flex {
    justify-content: space-between;
  }
}
.new-content-prefer .form-group {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 12px 10px;
  max-width: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .new-content-prefer .form-group {
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .new-content-prefer .form-group {
    max-width: 100%;
  }
}
.new-content-prefer .form-group .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8F7F3;
  border-radius: 50%;
}
.new-content-prefer .custom-control label.form-label {
  display: block;
}
.new-content-prefer .custom-control label.form-label div {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  height: auto;
}
@media only screen and (max-width: 1899px) {
  .new-content-prefer .custom-control label.form-label div {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1540px) {
  .new-content-prefer .custom-control label.form-label div {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .new-content-prefer .custom-control label.form-label div {
    font-size: 15px;
  }
}
.new-content-prefer .custom-control label.form-label:before {
  left: auto;
  right: 1rem;
}
.new-content-prefer .custom-control label.form-label:after {
  left: auto;
  right: 1.9rem;
}
.custom-control-input {
  position: absolute !important;
}
.custom-switch {
  padding-left: 15px;
}
.custom-control-label::before {
  background-color: #606A77;
}
.custom-switch .custom-control-label::after {
  background-color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00bc7a;
  background-color: #00bc7a;
}
.myprofnew .nav-pills .nav-link {
  font-size: 20px;
  color: #000000;
  color: #606A77;
  padding: 0 0 5px;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1899px) {
  .myprofnew .nav-pills .nav-link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1540px) {
  .myprofnew .nav-pills .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .myprofnew .nav-pills .nav-link {
    font-size: 15px;
  }
}
.myprofnew .nav-pills .nav-link.active,
.myprofnew .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #000000;
  border-bottom: 1px solid #000000;
  font-weight: 700 !important;
}
.myprofnew .nav-item {
  margin-right: 30px;
}
.myprofnew .nav-item:last-child {
  margin-right: 0;
}
.myprofnew .tab-content {
  padding-top: 20px;
}
.new-myaccount {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .new-myaccount {
    padding: 15px;
  }
}
.myaccountnew .subs-row {
  margin-top: 0;
}
.myaccountnew .new-methods {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .myaccountnew .new-methods {
    margin-left: -70px !important;
  }
}
.myaccountnew .new-methods p {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 1899px) {
  .myaccountnew .new-methods p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1540px) {
  .myaccountnew .new-methods p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .myaccountnew .new-methods p {
    font-size: 15px;
  }
}
.myaccountnew .new-methods p.green {
  color: #00bc7a;
}
@media only screen and (max-width: 991px) {
  .myaccountnew .new-methods p.green {
    text-align: right;
  }
}
.myaccountnew .new-methods .btn-outline {
  font-size: 18px;
  color: #000000;
  color: #00bc7a;
  border: 1px solid #00bc7a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
}
@media only screen and (max-width: 1899px) {
  .myaccountnew .new-methods .btn-outline {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .myaccountnew .new-methods .btn-outline {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .myaccountnew .new-methods .btn-outline {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .myaccountnew .new-methods .btn-outline {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.myaccountnew .new-methods .btn-outline span {
  background-color: #00bc7a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myaccountnew .schedule-tracker {
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .myaccountnew .schedule-tracker {
    margin-left: -80px;
    margin-right: -10px;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .myaccountnew .schedule-tracker .card {
    border: 0;
  }
}
.myaccountnew .schedule-tracker .card .card-header {
  border-bottom: none;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .myaccountnew .schedule-tracker .card .card-header {
    padding: 10px;
  }
}
.myaccountnew .schedule-tracker .card .card-header .btn {
  display: flex;
  border-bottom: none !important;
  align-items: center;
  justify-content: space-between;
}
.myaccountnew .schedule-tracker .card .card-header .btn .acc-state {
  display: flex;
  align-items: center;
}
.myaccountnew .schedule-tracker .card .card-header .btn .acc-state .txt {
  font-size: 18px;
  color: #000000;
  color: #606A77;
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 1899px) {
  .myaccountnew .schedule-tracker .card .card-header .btn .acc-state .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .myaccountnew .schedule-tracker .card .card-header .btn .acc-state .txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .myaccountnew .schedule-tracker .card .card-header .btn .acc-state .txt {
    font-size: 13px;
  }
}
.myaccountnew .schedule-tracker .card .card-header .btn .acc-state .ico {
  width: 20px;
  height: 20px;
  background-color: #606A77;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.myaccountnew .schedule-tracker .card .card-header .btn .acc-state.closed {
  display: none;
}
.myaccountnew .schedule-tracker .card .card-header .btn .acc-state.open {
  display: flex;
}
.myaccountnew .schedule-tracker .card .card-header .btn.collapsed .acc-state.closed {
  display: flex;
}
.myaccountnew .schedule-tracker .card .card-header .btn.collapsed .acc-state.open {
  display: none;
}
.myaccountnew .schedule-tracker .card-body {
  padding: 10px;
}
@media only screen and (max-width: 1199px) {
  .sch-progress .move-order-last {
    order: 12;
  }
}
.sch-progress p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding-right: 5px;
}
@media only screen and (max-width: 1899px) {
  .sch-progress p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .sch-progress p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .sch-progress p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sch-progress p {
    font-size: 11px;
  }
}
.sch-progress p.completed {
  color: #00bc7a;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .sch-progress p.completed {
    text-align: left;
  }
}
.sch-progress p.upcoming {
  color: #504EF3;
  text-align: right;
}
.sch-progress .form-group {
  padding-right: 5px;
}
.sch-progress .form-group .form-label {
  font-size: 18px;
  color: #000000;
  color: #504EF3;
  margin-bottom: 0;
}
@media only screen and (max-width: 1899px) {
  .sch-progress .form-group .form-label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .sch-progress .form-group .form-label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .sch-progress .form-group .form-label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sch-progress .form-group .form-label {
    font-size: 11px;
  }
}
.sch-progress .form-group .form-control,
.sch-progress .form-group .re_schedule_date {
  font-size: 12px;
  background-color: #E6E5FF;
  color: #504EF3;
  padding: .375rem 0 .375rem .25rem;
  border-color: #504EF3;
  border: 1px solid #504EF3;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sch-progress .form-group .form-control,
  .sch-progress .form-group .re_schedule_date {
    font-size: 11px;
  }
}
.sch-progress .form-group .re_schedule_date {
  margin-top: 10px;
}
.sch-progress .form-group input[type=date] {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .sch-progress .form-group input[type=date] {
    font-size: 11px;
  }
}
.sch-progress .last-delive {
  background-color: rgba(255, 109, 58, 0.2);
  padding: 6px;
  font-size: 18px;
  color: #000000;
  color: #FF6D3A;
  max-width: 95%;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1899px) {
  .sch-progress .last-delive {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .sch-progress .last-delive {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .sch-progress .last-delive {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sch-progress .last-delive {
    font-size: 11px;
  }
}
.sch-progress .last-delive:before {
  content: "!";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background-color: #FF6D3A;
  color: #ffffff;
}
.sch-progress .thinlin {
  position: absolute;
  width: 2px;
  height: calc(100% - 12px);
  background-color: #E6E6FF;
  top: 27px;
  left: 10px;
}
.sch-progress .progress-state {
  position: relative;
  padding-left: 35px !important;
  min-height: 35px;
}
.sch-progress .progress-state:before {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 6px solid #E6E5FF;
  border-radius: 50%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.sch-progress .progress-state.active .thinlin {
  background-color: #504EF3;
  height: calc(100% - 22px);
  top: 37px;
}
.sch-progress .progress-state.active:before {
  width: 32px;
  height: 32px;
  left: -5px;
}
.sch-progress .progress-state.active:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border: 4px solid #504EF3;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.sch-progress .progress-state.finished .thinlin {
  background-color: #504EF3;
  height: calc(100% - 12px);
  top: 27px;
}
.sch-progress .progress-state.finished:before {
  background-color: #504EF3;
  border: 0;
  content: "\2713";
}
.sch-progress .progress-state.finished:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  background-color: #504EF3;
  top: 22px;
  left: 9px;
  display: none;
}
.sch-progress .progress-state:last-child .thinlin {
  display: none;
}
.ves-megamenu {
  background: #ffffff;
}
.ves-megamenu li.level0 > a {
  position: relative;
  line-height: 22px;
  float: left;
  color: #0A101B;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  font-weight: 500;
}
.navigation .level0 {
  margin: 0 30px 0 0;
}
.ves-megamenu li.level0:hover > a {
  background: transparent;
  color: #0A101B;
  border-bottom: 3px solid #0A101B;
}
.navigation .level0 .submenu a {
  color: #606A77;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 19.5px;
}
.ves-menu .navigation .level0 > .submenu {
  padding: 10px;
}
.nav-item.submenu-left.dropdown-submenu {
  position: relative;
  margin-bottom: 15px;
}
.navigation .ves-megamenu .level0 .submenu .submenu {
  left: 100% !important;
  min-width: 220px;
}
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
  background: #f1f1f1;
  color: #0A101B;
  text-decoration: none;
}
.ves-megamenu li.level0 .nav-anchor > img {
  margin-bottom: 0px;
  margin-left: 5px;
}
.signindd {
  padding: 20px !important;
  min-width: 320px !important;
  margin: 10px 0 0 !important;
  z-index: 800 !important;
}
@media only screen and (max-width: 1540px) {
  .signindd {
    min-width: 220px !important;
  }
}
.signindd h2 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}
@media only screen and (max-width: 1899px) {
  .signindd h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1540px) {
  .signindd h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .signindd h2 {
    font-size: 16px;
  }
}
.signindd p {
  font-size: 14px;
  color: #000000;
  color: #A5AFBB;
  margin-bottom: 0;
}
@media only screen and (max-width: 1899px) {
  .signindd p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1540px) {
  .signindd p {
    font-size: 11px;
  }
}
.signindd .mobnum {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.signindd .mobnum:before {
  content: "\2713";
  width: 16px;
  height: 16px;
  background-color: #504EF3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.signindd .mobnum span {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .signindd .mobnum span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .signindd .mobnum span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .signindd .mobnum span {
    font-size: 13px;
  }
}
.signindd .mobnum .form-control {
  border: 0;
  font-size: 16px;
  color: #000000;
  min-height: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1899px) {
  .signindd .mobnum .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .signindd .mobnum .form-control {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .signindd .mobnum .form-control {
    font-size: 12px;
  }
}
.signindd .mobnum .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.signindd .form-control {
  border: 1px solid #ccc;
  margin-top: 10px;
  min-height: 46px;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .signindd .form-control {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .signindd .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .signindd .form-control {
    font-size: 13px;
  }
}
.signindd .action {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  color: #000000;
  padding: 9px 15px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 1899px) {
  .signindd .action {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .signindd .action {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .signindd .action {
    font-size: 13px;
  }
}
.signindd .btn-plain {
  margin-top: 15px;
  font-size: 18px;
  color: #000000;
  width: 100%;
}
@media only screen and (max-width: 1899px) {
  .signindd .btn-plain {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .signindd .btn-plain {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .signindd .btn-plain {
    font-size: 13px;
  }
}
.signindd .btn-plain:focus {
  outline: 0;
  box-shadow: none;
}
.tablinks {
  cursor: pointer;
}
.checkout_wrap .grandtotal .body .giftcode .col-form-label {
  font-size: 16px;
}
.checkout_wrap .grandtotal .body .giftcode .form-group {
  margin-bottom: 15px !important;
}
.hicarecustomer-subscriptions-index .modal-header {
  display: block;
  border-bottom: 0;
}
.hicarecustomer-subscriptions-index .modal-popup .modal-footer {
  display: block;
  border-top: 0;
}
.hicarecustomer-subscriptions-index .modal-content {
  border: 0;
  padding-left: 30px !important;
  font-size: 16px;
}
.hicarecustomer-subscriptions-index .action-secondary {
  background-color: #707070;
  border: 1px solid #707070;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 24px;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  box-shadow: none;
}
@media only screen and (max-width: 1899px) {
  .hicarecustomer-subscriptions-index .action-secondary {
    padding: 5px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hicarecustomer-subscriptions-index .action-secondary {
    padding: 5px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hicarecustomer-subscriptions-index .action-secondary {
    padding: 4px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .hicarecustomer-subscriptions-index .action-secondary {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.hicarecustomer-subscriptions-index .action-secondary:hover,
.hicarecustomer-subscriptions-index .action-secondary:focus,
.hicarecustomer-subscriptions-index .action-secondary:active {
  background-color: #7d7d7d;
  border: 1px solid #7d7d7d;
  color: #ffffff;
  text-decoration: none;
}
.hicarecustomer-subscriptions-index .action-secondary:focus {
  box-shadow: 0 0 3px 1px #7d7d7d;
}
.hicarecustomer-subscriptions-index .action-primary {
  background-color: #00bc7a;
  border: 1px solid #00bc7a;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px 24px;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  box-shadow: none;
}
@media only screen and (max-width: 1899px) {
  .hicarecustomer-subscriptions-index .action-primary {
    padding: 5px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .hicarecustomer-subscriptions-index .action-primary {
    padding: 5px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .hicarecustomer-subscriptions-index .action-primary {
    padding: 4px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .hicarecustomer-subscriptions-index .action-primary {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.hicarecustomer-subscriptions-index .action-primary:hover,
.hicarecustomer-subscriptions-index .action-primary:focus,
.hicarecustomer-subscriptions-index .action-primary:active {
  background-color: #00cb84;
  border: 1px solid #00cb84;
  color: #ffffff;
  text-decoration: none;
}
.hicarecustomer-subscriptions-index .action-primary:focus {
  box-shadow: 0 0 3px 1px #00cb84;
}
.hideDatepicker {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.customer-account-index a#pills-profile-det-tab {
  cursor: default;
}
.customer-account-index .addressroww {
  margin-bottom: 2rem !important;
}
.customer-account-index .addressroww .btn-plain {
  padding: 0px 5px !important;
}
.customer-account-index .addressroww address {
  font-size: 18px;
  color: #000000;
  word-break: break-word;
}
@media only screen and (max-width: 1899px) {
  .customer-account-index .addressroww address {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .customer-account-index .addressroww address {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .customer-account-index .addressroww address {
    font-size: 13px;
  }
}
.mac_right_two {
  width: 220px;
}
@media only screen and (max-width: 1199px) {
  .mac_right_two {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .mac_right_two {
    margin-top: 20px;
  }
}
.mac_right_two .invitefriends,
.mac_right_two .customerbox {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0a101b;
  background-color: #ffffff;
  font-size: 18px;
  color: #000000;
  padding: 10px;
}
@media only screen and (max-width: 1899px) {
  .mac_right_two .invitefriends,
  .mac_right_two .customerbox {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .mac_right_two .invitefriends,
  .mac_right_two .customerbox {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .mac_right_two .invitefriends,
  .mac_right_two .customerbox {
    font-size: 13px;
  }
}
.mac_right_two .invitefriends p,
.mac_right_two .customerbox p {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .mac_right_two .invitefriends p,
  .mac_right_two .customerbox p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1540px) {
  .mac_right_two .invitefriends p,
  .mac_right_two .customerbox p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .mac_right_two .invitefriends p,
  .mac_right_two .customerbox p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .mac_right_two .invitefriends,
  .mac_right_two .customerbox {
    max-width: 20%;
    margin: 0 10px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .mac_right_two .invitefriends,
  .mac_right_two .customerbox {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .mac_right_two .invitefriends,
  .mac_right_two .customerbox {
    max-width: 100%;
  }
}
.mac_right_two .customerbox {
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .mac_right_two .customerbox {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .mac_right_two .customerbox {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #00bc7a;
  position: absolute;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  right: -5px;
}
.my-account-link.show {
  display: inline-block !important;
}
@media only screen and (max-width: 1200px) {
  .nav-anchor .icon-right {
    display: none;
  }
  .nav-before-open body .ves-menu {
    display: block;
  }
  .page-header .panel.wrapper {
    margin-bottom: 0;
  }
  .header.content .nav-toggle {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .ves-menu {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 1111;
    width: 250px;
    top: 110px;
    left: 0px;
  }
  .ves-drill-down-menu .ves-megamenu.view-submenu,
  .ves-drill-down-menu .submenu.view-submenu,
  .ves-drill-down-menu .dropdown-submenu.view-submenu {
    transform: translateX(0%);
  }
  .ves-megamenu.ves-vertical li.level0,
  .nav-mobile .nav-item {
    width: 100% !important;
    position: static !important;
  }
  .ves-drill-down-menu .hide-submenu {
    width: 100%;
    background-color: #3e3e3e;
    height: 40px;
  }
  .ves-drill-down-menu.ves-menu .level0 > .submenu {
    top: 0px !important;
    width: 100% !important;
    left: 0 !important;
    padding-left: 0 !important;
    background-color: #ffffff;
  }
  .ves-drill-down-menu.ves-menu .level1 .submenu {
    left: 100% !important;
    top: -40px !important;
    width: 100% !important;
    padding-left: 0 !important;
    background-color: #ffffff;
  }
  .ves-drill-down-menu .megamenu-content {
    padding-left: 0px;
  }
  .nav-item.submenu-left.dropdown-submenu {
    margin-bottom: 0;
  }
  .content-wrap {
    padding-top: 40px;
  }
  .ves-megamenu {
    margin-bottom: 0;
  }
  .ves-megamenu li.level0 > a {
    border-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ves-megamenu li.level0:hover > a {
    background: #eee;
    color: #0A101B;
    border-bottom: 0;
  }
  .nav-mobile .nav-item > a {
    font-size: 14px;
    padding: 10px 50px 10px 15px;
    height: auto;
    line-height: 1.5;
  }
  .nav-mobile .fa-arrow-right {
    height: 40px;
    line-height: 40px;
    top: 0px;
    width: 40px;
    background: #eee;
  }
  .nav-mobile .nav-item.level1 {
    padding-left: 0px;
  }
  .hide-submenu::before {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .panel.header ul.header.links li {
    padding: 2px 5px;
  }
  .cuscare .spannum {
    display: none !important;
  }
  .header.content .nav-toggle {
    margin-right: 10px;
  }
  .panel.header ul.header.links li.cuscare img {
    width: 14px !important;
  }
  .panel.header ul.header.links li.cuscare a {
    padding: 3px 10px;
  }
  .panel.header ul.header.links li.pincode_li .edit-pincode img {
    width: 16px !important;
  }
  .panel.header ul.header.links li.pincode_li .edit_view_pincode .edit-pincode {
    padding: 0 10px;
  }
  .panel.header ul.header.links li.pincode_li {
    width: 120px;
  }
  .ves-menu {
    position: fixed;
    background: #fff;
    z-index: 1111;
    width: 100%;
    top: 98px;
    left: 0px;
    display: none;
  }
  .nav-before-open body .ves-menu {
    display: block;
  }
  .nav-mobile .nav-item.level0 {
    width: 100% !important;
    position: static !important;
  }
  .nav-mobile li.level0 > a {
    position: relative !important;
  }
  .ves-drill-down-menu .hide-submenu {
    background-color: #3e3e3e !important;
    width: 100% !important;
    height: 40px !important;
  }
  .content-wrap {
    padding-top: 40px;
  }
  .ves-drill-down-menu .megamenu-content {
    padding-left: 0px !important;
  }
  .nav-mobile .nav-item.level1 > a {
    font-size: 14px;
  }
  .nav-mobile .nav-item.level1 > a {
    font-size: 14px;
    padding: 10px 50px 10px 15px;
    height: auto;
    line-height: 1.5;
  }
  .nav-mobile .nav-item.level1 .fa-arrow-right {
    height: 45px;
    line-height: 45px;
    top: 0px;
    width: 45px;
    background: #eee;
  }
  .nav-mobile .nav-item.level1 {
    padding-left: 0px;
  }
  .ves-megamenu.nav-mobile .submenu {
    padding-left: 0 !important;
  }
  .ves-megamenu li.level0 > a,
  .ves-megamenu li.level0 > a:hover {
    border-bottom: 0 !important;
  }
  .block .fa-arrow-right {
    cursor: pointer;
    display: block;
    height: 45px !important;
    line-height: 45px !important;
    top: 0px !important;
    width: 45px !important;
    position: absolute;
    right: 0;
    text-align: center;
  }
  .ves-drill-down-menu .dropdown-submenu.level1.view-submenu {
    transform: translateX(0%);
  }
  .nav-mobile .nav-item.level1 {
    padding-left: 0px !important;
    margin-bottom: 0 !important;
  }
  .ves-menu .ves-megamenu {
    margin-bottom: 0 !important;
  }
  .ves-megamenu li.level0 > a,
  .ves-megamenu li.level0 > a:hover {
    border-bottom: 0 !important;
  }
  .ves-drill-down-menu.ves-menu .level0 .level1 .submenu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-height: 300px;
    overflow-y: auto;
  }
  .ves-drill-down-menu.ves-menu .level0 .level1 .submenu .hide-submenu {
    display: none !important;
  }
  .ves-drill-down-menu.ves-menu .level0 .level1 .submenu a {
    font-size: 12px !important;
    line-height: 1.5;
    padding: 8px 0;
  }
  .ves-drill-down-menu.ves-menu .level0 .level1 .submenu .content-wrap {
    padding-top: 0;
    padding-left: 30px;
  }
  .ves-drill-down-menu.ves-menu .level0 .submenu.view-submenu {
    left: 0% !important;
    transform: translateX(100%) !important;
  }
  .nav-mobile .nav-item.level1 > a {
    position: relative !important;
  }
}
.subs-row .table.table-borderless > tbody > tr > th {
  font-size: 14px;
}
.subs-row .subs-price-table .table tbody tr td,
.subs-row .subs-price-table .table thead tr th {
  padding: .50rem .75rem .50rem .75rem;
}
.subs-row .subs-price-table .table tbody tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .newboxes {
    margin-top: 20px;
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
.subs-row .subs-details-table .table tbody tr th,
.subs-row .subs-details-table .table tbody tr td,
.subs-row .subs-price-table .table thead tr th,
.subs-row .subs-price-table .table tbody tr td {
  font-size: 14px !important;
}
/*
version 76
*/
/********code by aiswariya**********/
div#hpfaq {
  display: none;
}
div#hptcs {
  display: none;
}
.hygiene-points .hy-body .points:before {
  left: 0;
  position: absolute;
}
.hy-body .col-auto {
  flex: 0 0 17%;
  max-width: 17%;
  display: flex;
  justify-content: flex-end;
}
.hygiene-points .tabcontent {
  font-size: 15px;
  padding: 10px 0 0 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #FF6D3A;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #ff6d3a;
}
.subs-cancel.active button {
  cursor: inherit;
  background: transparent;
  border: none;
}
@media only screen and (max-width: 1899px) {
  .subs-row .subs-details-table .table tbody tr th,
  .subs-row .subs-details-table .table tbody tr td,
  .subs-row .subs-price-table .table thead tr th,
  .subs-row .subs-price-table .table tbody tr td {
    font-size: 16px ​ !important;
  }
}
@media only screen and (max-width: 1540px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 1400px;
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1440px) {
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .container,
  .checkout-container {
    width: 1400px;
    max-width: 1400px;
  }
}
@media only screen and (max-width: 767px) {
  .ves-drill-down-menu.ves-menu .level0 .level1 .submenu {
    max-height: 260px;
  }
  .hy-body .col-auto {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .progress-state .row .row .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-6.text-right.text-xl-left {
    text-align: left !important;
  }
  .page-footer .footer.content .row .col-lg:nth-crhild(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.font-500 {
  font-weight: 500 !important;
}
.font-700 {
  font-weight: 700 !important;
}
.head-font4 {
  font-size: 28px;
}
@media only screen and (max-width: 1440px) {
  .head-font4 {
    font-size: 24px !important;
    line-height: 36px;
  }
}
.head-font3 {
  font-size: 50px;
}
@media only screen and (max-width: 1440px) {
  .head-font3 {
    font-size: 40px !important;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .head-font3 {
    font-size: 30px !important;
    line-height: 45px;
  }
}
.head-font5 {
  font-size: 17px;
}
@media only screen and (max-width: 1440px) {
  .head-font5 {
    font-size: 15px !important;
  }
}
.parafont2 {
  font-size: 12px !important;
  line-height: 17px;
}
@media only screen and (max-width: 1440px) {
  .parafont2 {
    font-size: 10px !important;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .parafont2 {
    font-size: 10px !important;
  }
}
.parafont3 {
  font-size: 16px !important;
  line-height: 23px;
}
@media only screen and (max-width: 1440px) {
  .parafont3 {
    font-size: 14px !important;
    line-height: 21px;
  }
}
.parafont {
  font-size: 14px !important;
  line-height: 20.5px;
}
@media only screen and (max-width: 1440px) {
  .parafont {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .parafont {
    font-size: 13px !important;
  }
}
.no_subscription_meg {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
@media only screen and (max-width: 1899px) {
  .no_subscription_meg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1540px) {
  .no_subscription_meg {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) {
  .no_subscription_meg {
    font-size: 13px;
  }
}
.myaccountnew .schedule-tracker .card .card-header .btn {
  font-size: 20px !important;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1899px) {
  .myaccountnew .schedule-tracker .card .card-header .btn {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1540px) {
  .myaccountnew .schedule-tracker .card .card-header .btn {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .myaccountnew .schedule-tracker .card .card-header .btn {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  #raiseQuery.uf_wrap .uf_body .mainbtn {
    width: 100%;
    display: block !important;
  }
  .uf_wrap .uf_body .mainbtn {
    margin: 0 auto;
  }
}
#raiseQuery .uf_body {
  padding-left: 50px;
  padding-right: 50px;
}
#raiseQuery .uf_body .form-group .control.inpwidth {
  width: 100%;
}
@media only screen and (max-width: 1899px) {
  #raiseQuery .uf_body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #raiseQuery .uf_body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.myaccountnew .schedule-tracker .card .card-header .btn.btn-points {
  pointer-events: none;
}
.myaccountnew .schedule-tracker .card .card-header .btn .acc-state-2 {
  pointer-events: all;
  z-index: 1;
  cursor: pointer;
}
.gesture-wrap {
  position: fixed !important;
  width: 100% !important;
  height: 100vh !important;
}
.gesture-wrap .gesture-tip {
  transform: inherit !important;
}
.sch-progress .form-group .form-control,
.sch-progress .form-group .re_schedule_date {
  text-overflow: ellipsis;
  overflow: hidden !important;
  padding-right: 18px;
}
@media only screen and (min-width: 768px) {
  .panel.header ul.header.links li a {
    font-weight: 400;
    font-size: 14px;
  }
}
body,
html {
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu {
  border: none;
  border-radius: 4px;
  box-shadow: #ebebeb 2px 2.5px 8px;
  margin-top: 10px;
}
.signindd .mobnum::before {
  display: none;
  font-size: 90%;
}
.signindd .mobnum.active::before {
  display: flex;
}
.header.content .header_content_holder .header_round_block .header.links li {
  margin-right: 10px;
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link #myaccontdd,
.minicart-wrapper .action.showcart {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .header.content .header_content_holder .header_round_block .header.links li.my-account-link #myaccontdd,
  .minicart-wrapper .action.showcart {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}
.header.content .header_content_holder .header_round_block .header.links li.my-account-link #myaccontdd > span {
  line-height: 1;
}
.minicart-wrapper .action.showcart .counter.qty {
  top: -10px;
  right: -10px;
  overflow: hidden;
  border: 2px solid #fff;
}
.action.primary,
.action-primary {
  font-family: 'Poppins', sans-serif;
}
@media only screen and (min-width: 768px) {
  .logo img {
    max-height: 100px;
    max-width: 100px;
  }
}
.nav-item.submenu-left.dropdown-submenu {
  margin-bottom: 0px;
}
.hygiene-points .hybanner .star1,
.hygiene-points .hybanner .star2,
.hygiene-points .hybanner .star3,
.hygiene-points .hy-body .points:before {
  display: none !important;
}
.mac_right_two .invitefriends,
.mac_right_two .customerbox {
  text-align: center;
}
.invitefriends p,
.invitefriends h3 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sch-progress p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .account .my-account-wrap .container .mac_left .items {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.account .my-account-wrap .container .mac_left .items .item a {
  background-color: #ffffff;
  color: #606A77;
  border-left: 3px solid transparent;
  border-radius: 4px;
}
.account .my-account-wrap .container .mac_left .items .item a svg path {
  fill: #606A77;
}
.account .my-account-wrap .container .mac_left .items .item a:hover {
  background-color: #F1F1F1 !important;
  color: #606A77 !important;
}
.account .my-account-wrap .container .mac_left .items .item a:focus {
  background-color: #E8F7F3;
  color: #09B383;
  border-left: 3px solid #09B383;
}
.account .my-account-wrap .container .mac_left .items .item a:focus svg path {
  fill: #09B383;
}
.account .my-account-wrap .container .mac_left .items .item a .svgic {
  margin-right: 5px;
}
.account .my-account-wrap .container .mac_left .items .item {
  margin-bottom: 0;
}
.account .my-account-wrap .container .mac_left .items .item.current a {
  background-color: #E8F7F3;
  color: #09B383;
  border-left: 3px solid #09B383;
}
.account .my-account-wrap .container .mac_left .items .item.current a svg path {
  fill: #09B383;
}
.account .my-account-wrap .container .mac_left .items .item a,
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .account .my-account-wrap .container .mac_left .items .item a,
  .account .my-account-wrap .container .mac_left .items .item.current strong {
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 4px;
  }
  .subs-row .product-title {
    font-weight: 500;
    font-size: 20px;
  }
}
.account .my-account-wrap .container .mac_left .items .item a,
.account .my-account-wrap .container .mac_left .items .item.current strong {
  padding-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_left .items .item a,
  .account .my-account-wrap .container .mac_left .items .item.current strong {
    padding-left: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .myaccountnew .schedule-tracker .card .card-header .btn,
  .myaccountnew .new-methods p,
  .subs-row .product-title {
    font-size: 15px !important;
  }
}
.invitefriends {
  background-color: #09B383 !important;
  color: #fff !important;
  height: auto !important;
  padding: 15px !important;
}
@media only screen and (max-width: 767px) {
  .invitefriends {
    margin-bottom: 20px !important;
  }
}
.invitefriends p {
  color: #fff !important;
}
.myprofnew .my_alternative_mobile {
  max-width: 220px;
}
@media only screen and (max-width: 1399px) {
  .myprofnew .my_alternative_mobile {
    max-width: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .myprofnew .my_alternative_mobile {
    max-width: 150px;
  }
}
.ft-social-2 {
  display: flex;
  list-style: none;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
}
.ft-social-2 li {
  margin-bottom: 0;
}
.ft-social-2 li:not(:last-child) {
  margin-right: 5px;
}
.ft-social-2 li img {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .ft-social-2 li img {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer.content .row .col-lg:nth-child(4),
  .page-footer .footer.content .row .col-lg:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.couplcode-podf .code-coop {
  margin-left: 10px;
  cursor: pointer;
}
.couplcode-podf .code-coop img {
  width: 16px;
}
.couplcode-podf.active .copytext-lid {
  background: #f1f1f1;
  color: #000;
}
.subs-row .subs-cancel .btn {
  color: #00bc7a !important;
}
.carousal-box-d {
  width: 100%;
}
.carousal-box-d .slick-dots {
  bottom: -40px;
}
@media only screen and (max-width: 767px) {
  .carousal-box-d .slick-dots {
    bottom: -30px;
  }
}
.carousal-box-d .slick-dots li {
  height: 12px;
  width: 12px;
}
.carousal-box-d .slick-dots li button {
  height: 12px;
  width: 12px;
  background: #ccc;
  border-radius: 50%;
}
.carousal-box-d .slick-dots li button::before {
  display: none;
}
.carousal-box-d .slick-dots li.slick-active button {
  background-color: #00bc7a;
}
.account .my-account-wrap .container .mac_left .items .item {
  position: relative;
}
.account .my-account-wrap .container .mac_left .items .item:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 15px;
  transform: translate(0px, -50%);
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(3),
.account .my-account-wrap .container .mac_left .items .item:nth-child(4) {
  display: none;
}
.account .my-account-wrap .container .mac_left .items .item:first-child:before {
  background: url("../images/new/my-account.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(2):before {
  background: url("../images/new/my-orders.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(5):before {
  background: url("../images/new/my-complaint.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(6):before {
  background: url("../images/new/my-subscribe.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(7):before {
  background: url("../images/new/hygeine.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:first-child.current:before {
  background: url("../images/new/my-account-active.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(2).current:before {
  background: url("../images/new/my-orders-active.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(5).current:before {
  background: url("../images/new/my-complaint-active.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(6).current:before {
  background: url("../images/new/my-subscribe-active.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_left .items .item:nth-child(7).current:before {
  background: url("../images/new/hygeine-active.svg") no-repeat;
  background-size: cover;
}
.account .my-account-wrap .container .mac_right .row.no-gutters:not(:last-child) {
  margin-bottom: 30px;
}
.customerbox {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .customerbox {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .customerbox {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .customerbox {
    height: 45vw !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }
}
.myaccountnew .schedule-tracker .card .card-header {
  padding: 10px;
}
.sch-progress .progress-state {
  margin-bottom: 10px;
}
.sch-progress .progress-state.finished:before {
  z-index: 11;
}
/*.sch-progress .progress-state.finished:after{
    top: -10px;
    left: 10px;
    border-width: 2px;
    border-radius: 0;
    width: 2px;
    height: 85%;
}*/
.account .my-account-wrap .container .mac_left .items .item a,
.header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a,
.account .my-account-wrap .container .mac_left .items .item a,
.account .my-account-wrap .container .mac_left .items .item strong {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .account .my-account-wrap .container .mac_left .items .item a,
  .header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a,
  .account .my-account-wrap .container .mac_left .items .item a,
  .account .my-account-wrap .container .mac_left .items .item strong {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_left .items .item a,
  .header.content .header_content_holder .header_round_block .header.links li.my-account-link .dropdown-menu a,
  .account .my-account-wrap .container .mac_left .items .item a,
  .account .my-account-wrap .container .mac_left .items .item strong {
    font-size: 13px !important;
  }
}
.myprofnew .nav-pills .nav-link,
.hygiene-points .hy-header ul li a,
.account .my-account-wrap .container .mac_right .filters .filt_tabs li a {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .myprofnew .nav-pills .nav-link,
  .hygiene-points .hy-header ul li a,
  .account .my-account-wrap .container .mac_right .filters .filt_tabs li a {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .myprofnew .nav-pills .nav-link,
  .hygiene-points .hy-header ul li a,
  .account .my-account-wrap .container .mac_right .filters .filt_tabs li a {
    font-size: 13px !important;
  }
}
.subs-row .product-title {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .subs-row .product-title {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .product-title {
    font-size: 13px !important;
  }
}
.myprofnew .form-label,
.myprofnew .btn-plain,
.subs-row .subs-details-table .table tbody tr td,
.subs-row .subs-price-table .table tbody tr td,
.myaccountnew .schedule-tracker .card .card-header .btn .acc-state .txt {
  font-size: 12px !important;
  line-height: 17px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .myprofnew .form-label,
  .myprofnew .btn-plain,
  .subs-row .subs-details-table .table tbody tr td,
  .subs-row .subs-price-table .table tbody tr td,
  .myaccountnew .schedule-tracker .card .card-header .btn .acc-state .txt {
    font-size: 10px !important;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .myprofnew .form-label,
  .myprofnew .btn-plain,
  .subs-row .subs-details-table .table tbody tr td,
  .subs-row .subs-price-table .table tbody tr td,
  .myaccountnew .schedule-tracker .card .card-header .btn .acc-state .txt {
    font-size: 10px !important;
  }
}
.myprofnew .form-control[readonly],
.customer-account-index .addressroww address,
.myprofnew .form-control {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .myprofnew .form-control[readonly],
  .customer-account-index .addressroww address,
  .myprofnew .form-control {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .myprofnew .form-control[readonly],
  .customer-account-index .addressroww address,
  .myprofnew .form-control {
    font-size: 13px !important;
  }
}
.invitefriends h3 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .invitefriends h3 {
    font-size: 14px !important;
  }
}
.mac_right_two .invitefriends p,
.mac_right_two .customerbox p {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .mac_right_two .invitefriends p,
  .mac_right_two .customerbox p {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .mac_right_two .invitefriends p,
  .mac_right_two .customerbox p {
    font-size: 13px !important;
  }
}
.account .my-account-wrap .page-title-wrapper .page-title {
  font-size: 50px;
}
@media only screen and (max-width: 1440px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    font-size: 40px !important;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .page-title-wrapper .page-title {
    font-size: 30px !important;
    line-height: 45px;
  }
}
.subs-row .subs-details-table .table tbody tr th,
.subs-row .subs-price-table .table thead tr th {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .subs-row .subs-details-table .table tbody tr th,
  .subs-row .subs-price-table .table thead tr th {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-details-table .table tbody tr th,
  .subs-row .subs-price-table .table thead tr th {
    font-size: 13px !important;
  }
}
.myaccountnew .new-methods p,
.myaccountnew .schedule-tracker .card .card-header .btn {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .myaccountnew .new-methods p,
  .myaccountnew .schedule-tracker .card .card-header .btn {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .myaccountnew .new-methods p,
  .myaccountnew .schedule-tracker .card .card-header .btn {
    font-size: 13px !important;
  }
}
.myaccountnew .new-methods .btn-outline,
.subs-row .subs-riase .btn {
  font-size: 12px !important;
  line-height: 17px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .myaccountnew .new-methods .btn-outline,
  .subs-row .subs-riase .btn {
    font-size: 10px !important;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .myaccountnew .new-methods .btn-outline,
  .subs-row .subs-riase .btn {
    font-size: 10px !important;
  }
}
.sch-progress p {
  font-size: 12px !important;
  line-height: 17px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .sch-progress p {
    font-size: 10px !important;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sch-progress p {
    font-size: 10px !important;
  }
}
.sch-progress .form-group .form-label,
.hy-body .para2 {
  font-size: 12px !important;
  line-height: 17px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .sch-progress .form-group .form-label,
  .hy-body .para2 {
    font-size: 10px !important;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sch-progress .form-group .form-label,
  .hy-body .para2 {
    font-size: 10px !important;
  }
}
.sch-progress .form-group .form-control,
.sch-progress .form-group .re_schedule_date {
  font-size: 12px !important;
  line-height: 17px;
}
@media only screen and (max-width: 1440px) {
  .sch-progress .form-group .form-control,
  .sch-progress .form-group .re_schedule_date {
    font-size: 10px !important;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sch-progress .form-group .form-control,
  .sch-progress .form-group .re_schedule_date {
    font-size: 10px !important;
  }
}
.com_no_record,
.subs-row .subs-cancel .btn {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .com_no_record,
  .subs-row .subs-cancel .btn {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .com_no_record,
  .subs-row .subs-cancel .btn {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .subs-cancel .btn {
    font-size: 10px !important;
  }
}
.subs-wrap .title,
.hy-body .para1,
.my_complaints .para1,
.hygiene-points .hy-body .points,
.hygiene-points p {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .subs-wrap .title,
  .hy-body .para1,
  .my_complaints .para1,
  .hygiene-points .hy-body .points,
  .hygiene-points p {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-wrap .title,
  .hy-body .para1,
  .my_complaints .para1,
  .hygiene-points .hy-body .points,
  .hygiene-points p {
    font-size: 13px !important;
  }
}
.hygiene-points .hybanner .totaltxt {
  font-size: 16px !important;
  line-height: 23px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .hygiene-points .hybanner .totaltxt {
    font-size: 14px !important;
    line-height: 21px;
  }
}
.hygiene-points .hybanner .hppoints {
  font-size: 28px;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1440px) {
  .hygiene-points .hybanner .hppoints {
    font-size: 24px !important;
    line-height: 36px;
  }
}
.account .my-account-wrap .container .mac_right .boxes > .heading {
  font-size: 16px !important;
  line-height: 23px;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1440px) {
  .account .my-account-wrap .container .mac_right .boxes > .heading {
    font-size: 14px !important;
    line-height: 21px;
  }
}
.header.content .header_content_holder .header_round_block .header.links li a {
  font-size: 17px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .header.content .header_content_holder .header_round_block .header.links li a {
    font-size: 15px !important;
  }
}
.signindd h2 {
  font-size: 17px;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1440px) {
  .signindd h2 {
    font-size: 15px !important;
  }
}
.signindd .mobnum span,
.signindd .mobnum .form-control,
.signindd .form-control {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .signindd .mobnum span,
  .signindd .mobnum .form-control,
  .signindd .form-control {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .signindd .mobnum span,
  .signindd .mobnum .form-control,
  .signindd .form-control {
    font-size: 13px !important;
  }
}
.signindd .action {
  font-size: 17px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .signindd .action {
    font-size: 15px !important;
  }
}
.signindd .btn-plain {
  font-size: 14px !important;
  line-height: 20.5px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .signindd .btn-plain {
    font-size: 13px !important;
    line-height: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .signindd .btn-plain {
    font-size: 13px !important;
  }
}
.signindd p {
  font-size: 12px !important;
  line-height: 17px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .signindd p {
    font-size: 10px !important;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .signindd p {
    font-size: 10px !important;
  }
}
.subs-row .table.table-borderless > tbody > tr > th {
  font-size: 12px !important;
  line-height: 17px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1440px) {
  .subs-row .table.table-borderless > tbody > tr > th {
    font-size: 10px !important;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .subs-row .table.table-borderless > tbody > tr > th {
    font-size: 10px !important;
  }
}
.carousal-box-d {
  visibility: hidden;
}
.carousal-box-d.slick-initialized {
  visibility: visible;
}
#hygiene_faq .card-header {
  position: relative;
}
#hygiene_faq .fa {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  margin: auto 10px auto auto;
  pointer-events: none;
  width: 24px;
  height: 24px;
}
#hygiene_faq .fa:before {
  display: none;
}
#hygiene_faq .fa .plus,
#hygiene_faq .fa .minus {
  display: none;
}
#hygiene_faq .fa svg {
  width: 100%;
}
#hygiene_faq .fa-minus:before {
  display: none;
}
#hygiene_faq .fa-minus .minus {
  display: block;
}
#hygiene_faq .fa-plus:before {
  display: none;
}
#hygiene_faq .fa-plus .plus {
  display: block;
}
#hygiene_faq .btn-link {
  border-bottom: 0 !important;
}
.subs-row .subs-price-table .table tbody tr td {
  min-height: 30px;
}
.subs-row .table.table-borderless > tbody > tr > th {
  padding: .50rem .75rem .50rem .75rem;
}
.subs-row:before,
.subs-row:after {
  display: none !important;
}
.subs-row .row:before,
.subs-row .row:after {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .account .my-account-wrap .container .mac_left {
    padding: 10px !important;
  }
  .account .my-account-wrap .container .mac_left .items.open {
    position: relative !important;
    width: 100% !important;
    height: auto;
  }
  .account .my-account-wrap .container .mac_left .items .item a,
  .account .my-account-wrap .container .mac_left .items .item.current strong {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .account .my-account-wrap .container .mac_left .items .item.current::after {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    top: 50%;
    right: 15px;
    transform: translate(0px, -50%);
    background: url("../images/new/dropdown-mobile.png") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
  }
  .account .my-account-wrap .container .mac_left .items.open .item.current::after {
    transform: translate(0px, -50%) rotate(180deg);
  }
  .account .my-account-wrap .container .mac_left .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 52px;
    overflow: hidden;
    padding-top: 0;
    position: relative !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .account .my-account-wrap .container .mac_left .items .item {
    height: 52px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
  }
  .account .my-account-wrap .container .mac_left .items .item.current {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media only screen and (min-width: 1201px) {
  .ves-megamenu.menu-hover .subhover:hover .dropdown-menu,
  .ves-megamenu.menu-hover .dropdown:hover > .dropdown-menu {
    padding: 0px;
  }
}
.gesture-tip {
  right: 17vw !important;
  top: 40px !important;
}
@media (max-width: 1680px) and (min-width: 768px) {
  .product-info-main .prd_details_wrap .product-box {
    padding: 20px 0px 10px 15px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .gesture-wrap {
    width: 100% !important;
    height: 100% !important;
  }
  .gesture-tip {
    right: 18vw !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .gesture-tip {
    right: 32vw !important;
  }
  .gesture-wrap {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .gesture-wrap {
    width: 100% !important;
    height: 100% !important;
  }
  .gesture-tip {
    right: 19vw !important;
    max-width: 275px !important;
  }
}
.test-faq-wrap {
  margin-top: 10px;
}
.product-info-main .test-faq-wrap .card .card-header .fa:before {
  content: "";
}
@media (min-width: 768px) {
  .packages_row > .col,
  .packages_row > [class*="col-"] {
    margin-bottom: 30px;
  }
}
/*blog homepage*/
#blog-slick .carousel-indicators {
  position: static !important;
  margin: 0 !important;
  margin-top: 15px !important;
}
#blog-slick .carousel-indicators li {
  border: none !important;
}
@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
.loading-mask .loader {
  height: 100%;
}
.loader > p {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  padding-top: 60px !important;
  font-size: 14px !important;
  position: static !important;
  margin: 0 !important;
  width: auto !important;
}
