/********************************************************
Basic SCSS for framework & elements
/********************************************************/
/********************************************************
Import Variables & Mixins   
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
/********************************************************
Basic SCSS  
/********************************************************/
body {
  margin: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #5f5f5f;
  background: #ffffff;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: liga,kern;
  overflow-x: hidden; }

a:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

input:focus {
  outline: none; }

a {
  color: #0052a6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #0052a6;
  outline: 0; }
  a:active, a:hover {
    outline: 0;
    color: #36579C;
    text-decoration: none; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

input {
  color: inherit;
  font: inherit;
  margin: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #ffffff; }

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

p {
  line-height: 1.6em; }

li {
  padding-bottom: 6px; }

.pull-right {
  float: right; }

.text-right {
  text-align: right; }

*, ::after, ::before {
  box-sizing: border-box; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

h4, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h4 {
  font-size: 24px; }

h6 {
  font-size: 16px; }

ul {
  margin-top: 0;
  margin-bottom: 1rem; }

strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

label {
  display: inline-block;
  margin-bottom: .5rem; }
  label:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

label, input, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input, select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=submit], button {
  -webkit-appearance: button; }

[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

small {
  font-size: 80%;
  font-weight: 400; }

dl {
  margin-top: 0;
  margin-bottom: 1rem; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

[type=button]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

aside, header {
  display: block; }

p, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

.float-right {
  float: right; }

.clearfix {
  clear: both !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  .badge {
    border: 1px solid #000000; }

  img {
    page-break-inside: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  .container {
    min-width: 992px !important; } }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/********************************************************
Variable SCSS for variable declaration
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Header SCSS for Header section 
/********************************************************/
/********************************************************
Import Variables & Mixins   
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
/********************************************************
Header SCSS  
/********************************************************/
header .top-header {
  background: #ededed;
  font-size: 13px;
  width: 100%;
  z-index: 9; }
  header .top-header ul {
    padding: 0;
    margin-left: 0;
    float: left; }
  header .top-header li, header .top-header ul {
    margin: 0;
    list-style: none; }
  header .top-header aside a {
    border-right: 1px solid #dbdbdb;
    color: #5f5f5f;
    display: inline-block;
    margin: 8px 0;
    padding: 0 10px;
    line-height: normal;
    font-size: 13px; }
    header .top-header aside a:last-child {
      border-right: 0;
      padding-right: 0; }
    header .top-header aside a:hover {
      text-decoration: none;
      color: #36579C; }
  header .top-header .dropdown-toggle {
    display: block; }
header .livechat-phone {
  text-align: right;
  float: right; }
  header .livechat-phone p {
    margin: 0; }
  header .livechat-phone .phone a {
    color: #454545; }
  header .livechat-phone .live-chat, header .livechat-phone .phone {
    font-size: 18px;
    color: #454545;
    font-weight: 600; }
  header .livechat-phone .live-chat {
    min-width: 110px;
    text-align: right;
    display: inline-block;
    padding-left: 10px; }
    header .livechat-phone .live-chat:hover {
      text-decoration: none;
      color: #36579C; }
  header .livechat-phone .fa {
    margin-right: 5px; }
header .userlogin {
  padding-left: 10px;
  color: #454545;
  display: none; }
header .middle-header {
  padding: 15px 0;
  background: #ffffff;
  float: left;
  width: 100%;
  border-bottom: 1px solid #d5d5d5; }
header .cd-header-buttons {
  position: absolute;
  z-index: 99;
  margin: 0;
  padding: 0; }
  header .cd-header-buttons li {
    list-style: none;
    padding: 0; }
header .border-btm {
  border-bottom: 1px solid #d4d4d4; }

.bottom-header {
  background: #f7f5f6;
  float: left;
  width: 100%; }
  .bottom-header ul {
    padding: 10px 0;
    display: flex;
    width: 100%; }
  .bottom-header li {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center; }
    .bottom-header li p {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      line-height: 1em; }

.usplines {
  margin: 0;
  padding: 0; }
  .usplines li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .usplines .usp-txt {
    padding-left: 10px; }
  .usplines i {
    font-size: 25px;
    position: relative; }

.newCallIcon {
  background: url(../images/callIcon.png) no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px; }

.newChatIcon {
  background: url(../images/chatIcon.png) no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px; }

.dkHeader {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .dkHeader .emarketLogo {
    padding-right: 20px; }
.bg-green {
  background: #8dc20b !important;
}
.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.header-green-txt-white {
  color: #ffffff !important;
}
.header-green-txt-white a {
  color: #ffffff !important;
}
.header-green-txt-white .newCallIcon {
  background: url(../images/white-phonecall.svg) no-repeat center center;
  vertical-align: inherit;
}
.header-green-txt-white .newChatIcon {
  background: url(../images/white-livechat.svg);
  width: 22px;
  height: 22px;
  background-size: cover;
}
/********************************************************
Section SCSS for middle section 
/********************************************************/
/* ======================================================
Index of Pages SCSS Code

0. Extends, Variables & Mixins
1. Basket Page
2. Personal Page 
3. Delivery Page
4. Payment Page
5. Order Page
======================================================== */
/********************************************************
0. Chaining Extends | Import Variables & Mixins   
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
extend-a, .checkout-link, .checkout-from-master-group .checkout-field-form .group, .field-select-options, .field-dob, .field-dob label, .field-dob-select-dropdown, section {
  position: relative;
  float: left; }

extend-c, .usplines i, .checkout-link:before, .pc-shopping:before, .discreet-delivery-note span:before, .product-stock:before, .breadcrumb .bchild-links:before, .breadcrumb .bchild-links:after, .checkout-field-form .group:before, .field-dob:before, .checkout-field-form .checkout-personal-detail fieldset a i {
  background-repeat: no-repeat;
  background-image: url(../images/checkout.png?v1);
  content: ""; }

/********************************************************
1. Basket Page 
/********************************************************/
.basket-table {
  display: flex;
  width: 100%; }

.usplines i {
  width: 35px;
  background-size: 200px auto; }

.usplines .data-secure-icon, .usplines .delivery-icon {
  height: 32px;
  background-position: -24px 7px; }
.usplines .discreet-icon {
  background-position: -37px -83px;
  height: 34px;
  width: 30px; }
.usplines .data-protection-icon {
  height: 32px;
  background-position: -68px -86px; }
.usplines .klarna-icon {
  height: 32px;
  background-position: -97px -86px;
  width: 25px; }
.usplines .low-price {
  height: 32px;
  background-position: -125px -85px; }
.usplines .gbp-ico {
  background: #e4e4e4;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px; }
.usplines .gbp-ico i {
  background: none;
  font-size: 20px;
  padding: 7px; }

.thIcon-kR {
  background: #535353;
  font-size: 16px !important;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 25px !important;
  background-image: none !important; }

.thIcon-kR:after {
  content: "Kr";
  font-size: 14px; }

.quantity-slider button, .quantity-slider input {
  display: inline-block;
  min-width: 26px;
  height: 34px;
  text-align: center;
  vertical-align: middle; }

.quantity-slider button {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 0 8px;
  -webkit-appearance: none; }

.quantity-slider input {
  width: 50px;
  line-height: 30px;
  padding: 0 5px !important;
  border-radius: 0;
  border: 1px solid #cccccc;
  position: relative; }
.quantity-slider .plus {
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
  border-left: none;
  -webkit-tap-highlight-color: transparent; }
.quantity-slider .minus:focus, .quantity-slider .plus:focus {
  outline: none;
  cursor: pointer;
  background: #ffffff;
  -webkit-tap-highlight-color: transparent; }
.quantity-slider .minus:hover, .quantity-slider .plus:hover {
  cursor: pointer;
  background: #ffffff; }
.quantity-slider .minus:active, .quantity-slider .plus:active {
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  -webkit-tap-highlight-color: transparent; }
.quantity-slider .minus {
  border-radius: 4px 0 0 4px;
  margin-right: -5px;
  border-right: none;
  -webkit-tap-highlight-color: transparent; }

.basket-head {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  /*-$gray-color-4;-*/
  font-size: 14px;
  background: #F5F5F5; }

.product-text {
  align-items: center;
  text-align: center;
  font-size: 15px;
  color: #333333;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
  padding-top: 5px; }
  .product-text .product-img {
    max-width: 100px;
    padding-right: 10px; }
  .product-text .fa-trash-o {
    font-size: 17px; }
    .product-text .fa-trash-o:hover {
      cursor: pointer;
      opacity: 0.9;
      color: #333333; }
  .product-text .product-total {
    font-weight: 600; }
  .product-text .product-name {
    text-align: left; }
  .product-text a {
    color: #36579C;
    font-weight: 600; }

.basket-table .product-total .vat-incl-excl-ship {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25px;
  font-size: 12px; }

.product-delete a {
  color: #333333; }

.buy-offer {
  color: #666666;
  font-size: 13px;
  margin-top: 5px; }

.product-checkout-text {
  display: flex;
  width: 100%; }

.p-sub-total, .p-saving, .p-discount, .p-total, .p-shipping {
  width: 200px;
  float: left;
  text-transform: uppercase;
  color: #333333;
  line-height: 22px; }

.p-discount span {
  color: #7a7a7a; }

.p-sub-total, .p-shipping {
  color: #333333;
  font-size: 14px; }

.p-sub-total-right, .p-shipping-right {
  font-weight: 600;
  color: #333333;
  font-size: 16px; }

.p-saving-right, .discount-applied {
  color: #009e7b;
  font-size: 18px;
  font-weight: 600; }

.p-total {
  margin-top: 12px; }

.checkout-link {
  font-size: 16px;
  width: 100%;
  padding: 11px;
  margin-top: 5px;
  position: relative; }
  .checkout-link:before {
    width: 25px;
    background-size: 200px auto;
    background-position: 5px -25px;
    height: 25px;
    position: absolute;
    margin-top: 3px;
    margin-left: -30px; }
  .checkout-link:hover {
    color: #ffffff;
    text-decoration: none;
    background: #2a3d6b; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-link:before {
    left: 90px; }

  select:focus::-ms-value {
    color: #000000;
    background: transparent; } }
.product-price .field-save-details {
  padding-left: 15px; }

.product-or {
  text-align: center;
  padding: 10px 0;
  float: left;
  width: 100%;
  color: #cccccc; }

.checkoutBtns {
  width: 100%;
  margin: 15px 0;
  text-align: center;
  float: left; }
  .checkoutBtns p {
    position: relative;
    margin: 0; }
    .checkoutBtns p:before {
      position: absolute;
      border-top: 1px solid #adadad;
      content: "";
      display: block;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
    .checkoutBtns p span {
      position: relative;
      z-index: 1;
      background: #fff;
      padding: 0 5px; }

.product-continue-shopping {
  padding-top: 15px; }

.pc-shopping {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  padding-left: 25px; }
  .pc-shopping:before {
    width: 30px;
    background-size: 200px auto;
    background-position: 15px -49px;
    height: 15px;
    position: absolute;
    margin-left: -40px;
    margin-top: 2px; }
  .pc-shopping:hover {
    text-decoration: none; }

.product-paypal a:hover {
  opacity: 0.9; }

.discreet-delivery-note {
  background: #ecf4f8;
  border: 2px solid #85bad5;
  width: 100%;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 10px;
  color: #333333;
  line-height: 1.5; }
  .discreet-delivery-note b {
    font-weight: 600; }

.discreet-delivery-note.success {
  background: #e5f5f2;
  border: 2px solid #6bc7b3; }
  .discreet-delivery-note.success b {
    font-weight: 600;
    color: #009e7b;
    text-transform: uppercase; }

.discreet-delivery-note span:before {
  width: 34px;
  background-size: 200px auto;
  background-position: -24px 9px;
  height: 34px;
  position: absolute;
  margin-left: -42px;
  margin-top: -10px; }

.discreet-delivery-note span {
  display: block;
  width: 100%; }

.product-stock {
  position: relative; }
  .product-stock:before {
    width: 25px;
    background-size: 200px auto;
    background-position: 0 0;
    height: 25px;
    position: absolute;
    margin-left: -13px;
    margin-top: -13px;
    left: 50%; }

.order-steps {
  padding-right: 0 !important; }

.order-step {
  padding-left: 0 !important; }

.product-promo-text-right {
  color: #009e7b;
  font-size: 14px;
  margin-bottom: 15px; }
  .product-promo-text-right #promoMsg {
    width: 100%;
    float: left;
    padding-bottom: 10px; }

.delete-promo {
  display: inline-block;
  width: 10px;
  margin-left: 5px; }
  .delete-promo i {
    margin-top: 5px; }

div#promoCodeAmount {
  width: auto;
  float: right;
  text-transform: initial; }

.product-promo-text-wrong {
  color: #de281d;
  font-size: 14px;
  margin-bottom: 15px; }

.checkout-free-product-area p {
  background: #f3f3f3;
  border: 2px solid #888888;
  width: 100%;
  text-align: center;
  padding: 10px 40px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #333333;
  line-height: 1.5; }
  .checkout-free-product-area p:before {
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/checkout.png?v1);
    width: 20px;
    background-size: 200px auto;
    background-position: -178px -73px;
    height: 22px;
    position: absolute;
    margin-left: -24px;
    margin-top: -2px; }

div.basket-table {
  opacity: 0;
  -webkit-animation: basket-table-animation .3s linear forwards;
  -o-animation: basket-table-animation .3s linear forwards;
  animation: basket-table-animation 0.3s linear forwards; }
div.removed-item {
  -webkit-animation: removed-item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
  -o-animation: removed-item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
  animation: removed-item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards; }

@keyframes basket-table-animation {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes openspace {
  to {
    height: auto; } }
@keyframes removed-item-animation {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
@-webkit-keyframes basket-table-animation {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes basket-table-animation {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes openspace {
  to {
    height: auto; } }
@-o-keyframes openspace {
  to {
    height: auto; } }
@-webkit-keyframes removed-item-animation {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
@-o-keyframes removed-item-animation {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
.expCheckoutBtns {
  clear: both; }
  .expCheckoutBtns #AmazonPayButton {
    margin-top: 0 !important; }
  .expCheckoutBtns .AmazonPayButton {
    background: #111;
    border-radius: 5px;
    border-bottom: 2px solid #f09733;
    text-align: center; }
  .expCheckoutBtns .row > .col-lg-6:first-of-type {
    padding-right: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
  .expCheckoutBtns .row > .col-lg-6:last-of-type {
    padding-left: 5px;
    display: none; }
  .expCheckoutBtns .btn-paypal {
    padding: 8px 0;
    min-height: 45px; }
  .expCheckoutBtns .amazonpay-button-inner-image {
    min-height: 45px;
    object-fit: cover; }

.dispNone {
  display: none !important; }

.chekout-money-back {
  background-color: #e8e8e8;
  font-weight: 400;
  padding: 7px;
  border-radius: 5px;
  display: inline-flex;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .chekout-money-back span {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #000;
    display: flex;
    align-items: center;
    float: left; }
  .chekout-money-back img {
    max-width: 20px; }

.product-pay-checkout .btn-primary {
  font-size: 18px; }

/********************************************************
2. Personal Page  
/********************************************************/
.checkout-left {
  padding-right: 40px; }

.checkout-right .right-area {
  width: 200vw;
  height: 103%;
  background: #f7f7f7;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  left: 0; }

.checkout-wrapper {
  padding: 0; }

.border-top {
  border-top: 1px solid #d5d5d5; }

.breadcrumb {
  padding: 25px 0;
  font-size: 14px;
  color: #8a8a8a; }
  .breadcrumb .bchild-links {
    color: #929292;
    padding-left: 20px;
    margin-left: 5px;
    padding-right: 20px;
    margin-right: 0;
    position: relative;
    width: 100%; }
    .breadcrumb .bchild-links:before {
      width: 15px;
      height: 15px;
      position: absolute;
      left: 0;
      margin-top: 2px;
      background-color: #d4d4d4;
      border-radius: 50%;
      background-image: none; }
    .breadcrumb .bchild-links:after {
      width: 10px;
      background-size: 200px auto;
      background-position: -28px -22px;
      height: 15px;
      position: absolute;
      right: 0;
      margin-top: 3px; }
    .breadcrumb .bchild-links:first-child {
      margin-left: 0; }
    .breadcrumb .bchild-links:last-child {
      padding-right: 0;
      margin-right: 0; }
      .breadcrumb .bchild-links:last-child:after {
        display: none; }
    .breadcrumb .bchild-links.active {
      color: #333333; }
      .breadcrumb .bchild-links.active:before {
        background-color: #009e7b; }

.checkout-from-master-group {
  position: relative; }
  .checkout-from-master-group .top-title {
    color: #36579C;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 15px 0; }
  .checkout-from-master-group span.login-text {
    position: absolute;
    right: 0;
    top: 20px;
    color: #666666;
    font-size: 14px; }
  .checkout-from-master-group .login-text a {
    color: #000000; }
  .checkout-from-master-group .checkout-field-form .group {
    margin-bottom: 15px;
    width: 100%; }
    .checkout-from-master-group .checkout-field-form .group input {
      font-size: 14px;
      padding: 15px 15px 15px 50px;
      display: block;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -ms-appearance: none;
      appearance: none;
      outline: none;
      height: 48px;
      background: transparent;
      border: 1px solid #d4d4d4;
      border-radius: 5px;
      color: #5f5f5f; }
      .checkout-from-master-group .checkout-field-form .group input:focus ~ label, .checkout-from-master-group .checkout-field-form .group input:valid ~ label, .checkout-from-master-group .checkout-field-form .group input:-webkit-autofill:focus ~ label, .checkout-from-master-group .checkout-field-form .group input:-webkit-autofill ~ label, .checkout-from-master-group .checkout-field-form .group input:read-only ~ label {
        top: -10px;
        font-size: 13px;
        color: #36579C;
        background: #ffffff;
        padding-left: 7px;
        padding-right: 7px;
        left: 10px; }
      .checkout-from-master-group .checkout-field-form .group input:focus ~ label span, .checkout-from-master-group .checkout-field-form .group input:valid ~ label span {
        color: #8092bb; }
      .checkout-from-master-group .checkout-field-form .group input:focus {
        border: 1px solid #36579C; }
        .checkout-from-master-group .checkout-field-form .group input:focus ~ .highlight {
          -webkit-animation: inputHighlighter 0.3s ease;
          -moz-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease; }
    .checkout-from-master-group .checkout-field-form .group label {
      color: #9c9c9c;
      font-size: 14px;
      font-weight: 400;
      position: absolute;
      pointer-events: none;
      left: 50px;
      top: 14px;
      transition: .2s ease all;
      -moz-transition: .2s ease all;
      -webkit-transition: .2s ease all;
      margin-bottom: 0; }
  .checkout-from-master-group .checkout-field-form .group.field-postal-code, .checkout-from-master-group .checkout-field-form .field-country, .checkout-from-master-group .checkout-field-form .field-state, .checkout-from-master-group .checkout-field-form .group.half-width {
    width: 49%; }
  .checkout-from-master-group .checkout-field-form .red-error-text input:focus ~ label, .checkout-from-master-group .checkout-field-form .red-error-text label {
    color: #de281d !important; }
  .checkout-from-master-group .checkout-field-form .field-email.red-error-text label {
    top: -10px;
    font-size: 13px;
    color: #36579C;
    background: #ffffff;
    padding-left: 7px;
    padding-right: 7px;
    left: 10px;
    color: #de281d; }
  .checkout-from-master-group .checkout-field-form span.red-error-text {
    color: #de281d;
    display: block;
    padding-top: 5px;
    width: 100%; }
  .checkout-from-master-group .checkout-field-form .postal-country .group.field-postal-code, .checkout-from-master-group .checkout-field-form .field-state {
    margin-right: 2%; }
  .checkout-from-master-group .billing-address-edit .group input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none; }
    .checkout-from-master-group .billing-address-edit .group input:focus ~ label, .checkout-from-master-group .billing-address-edit .group input:valid ~ label {
      background: #ffffff; }

.jq-dte.input-dob-field.red-error-text {
  border-color: #de281d !important;
  padding-top: 0 !important; }
  .jq-dte.input-dob-field.red-error-text input, .jq-dte.input-dob-field.red-error-text select {
    border: 1px solid transparent !important; }

span.red-error-text {
  color: #de281d;
  display: block;
  padding-top: 5px;
  width: 100%; }

.red-error-text input, .red-error-text select {
  border: 1px solid #de281d !important; }
  .red-error-text input:focus, .red-error-text select:focus {
    border: 1px solid #de281d !important; }
.red-error-text input:focus ~ label, .red-error-text label {
  color: #de281d !important; }

.checkout-field-form .group:before {
  background-size: 200px auto;
  position: absolute;
  left: 10px;
  width: 22px;
  height: 24px;
  top: 0px;
  transform: translateY(50%); }
.checkout-field-form .field-name:before {
  background-position: -156px 0px; }
.checkout-field-form .field-email:before {
  background-position: -177px 3px; }
.checkout-field-form .field-phone:before {
  background-position: -135px -2px; }
.checkout-field-form .field-password:before {
  background-position: -114px 0px; }
.checkout-field-form .field-serch-address input {
  border: 2px solid #acacac !important; }
.checkout-field-form .field-serch-address input:focus {
  border: 2px solid #36579C !important; }
.checkout-field-form .field-serch-address label {
  font-weight: 600 !important; }
.checkout-field-form .field-serch-address:before {
  background-position: -180px -26px; }
.checkout-field-form .field-serch-address i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #b1b1b1;
  font-size: 20px; }
.checkout-field-form .field-address-line:before {
  background-position: -160px -26px; }
.checkout-field-form .field-house-no:before {
  background-position: -42px -115px; }
.checkout-field-form .field-company-name:before {
  background-position: -73px -117px; }
.checkout-field-form .field-city-town:before, .checkout-field-form .field-state:before {
  background-position: -108px -30px;
  width: 26px;
  height: 26px; }
.checkout-field-form .field-postal-code:before {
  background-position: -136px -30px;
  width: 26px;
  height: 26px; }
.checkout-field-form span.optional-txt {
  font-size: 13px;
  margin-left: 5px;
  color: #d5d5d5; }

.field-select-options {
  width: 100%;
  margin-bottom: 15px; }
  .field-select-options select {
    width: 100%;
    position: relative;
    height: 48px;
    font-size: 14px;
    padding-top: 18px;
    padding-right: 5px;
    padding-left: 5px;
    background: 0 0;
    position: relative;
    z-index: 0;
    -webkit-padding-start: 10px;
    display: inline-block;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid #d4d4d4; }
    .field-select-options select[readonly] {
      pointer-events: none; }
  .field-select-options label:first-child {
    color: #9c9c9c;
    padding: 3px 10px 0;
    position: absolute;
    text-align: left;
    width: 100%;
    top: 0;
    left: 0; }
    .field-select-options label:first-child:after {
      border-left: 1px solid #d4d4d4;
      color: #333333;
      content: "\f107";
      font-family: FontAwesome;
      font-size: 22px;
      height: 35px;
      padding: 6px 0 0 8px;
      position: absolute;
      right: 10px;
      top: 6px; }
  .field-select-options .title-dropdown {
    width: 165px;
    position: relative; }

.field-dob {
  width: 100%; }
  .field-dob label {
    border: 1px solid #d4d4d4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 10px 15px 50px;
    height: 52px;
    text-align: left !important;
    left: 0;
    top: 0;
    width: 25%;
    margin-bottom: 15px;
    color: #9c9c9c; }

.field-dob-select {
  float: left; }

.field-dob-select-dropdown {
  margin-left: -1px; }
  .field-dob-select-dropdown:before {
    color: #333333;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    height: 35px;
    padding: 6px 0 0 8px;
    position: absolute;
    left: 55px;
    top: 9px; }
  .field-dob-select-dropdown .select {
    border-radius: 0;
    height: 52px;
    margin-left: 0 !important;
    background: none;
    color: #000000;
    font-size: 14px;
    width: 90px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 10px;
    border: 1px solid #d4d4d4; }
    .field-dob-select-dropdown .select:hover {
      cursor: pointer; }

.field-dob-select-dropdown:last-child .select {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

.field-dob:before {
  height: 26px;
  background-position: -53px -25px;
  transform: translateY(50%);
  background-size: 200px auto;
  position: absolute;
  left: 10px;
  width: 26px;
  top: 0px; }

.hr-line {
  border-top: 1px solid #d4d4d4;
  margin: 20px 0;
  float: left;
  width: 100%; }
  .hr-line:last-child {
    margin-bottom: 0; }

.form-group.field-radios {
  float: left;
  width: 100%;
  margin-top: 20px; }

.action-area {
  float: left;
  width: 100%;
  margin: 40px 0 !important; }
  .action-area div {
    padding-left: 0;
    padding-right: 0; }
  .action-area .text-left p {
    margin: 15px 0 10px 0; }

.product-right-list {
  padding: 15px 0px 30px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: -15px; }

.img-prodcut-thumb {
  width: 70px;
  display: table-cell;
  padding: 0;
  height: 70px;
  position: relative; }
  .img-prodcut-thumb img {
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    max-width: 70px;
    max-height: 70px; }

span.product-qty {
  position: absolute;
  top: -16px;
  right: -10px;
  background: #777777;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 15px;
  color: #ffffff; }

.cart-product-row {
  display: table;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  position: relative; }

.img-prodcut-name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  color: #333333;
  font-size: 16px;
  font-weight: 600; }

.img-prodcut-price {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #36579C;
  font-weight: 600;
  text-align: right;
  white-space: nowrap; }

span.iprodcut-name {
  display: block;
  line-height: 1.5; }

span.ipack-name {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 400; }

.product-sub-total, .product-saving, .product-discount, .product-grandtotal, .product-shipping {
  padding: 7px 0; }

.product-discount {
  background: #f7f5f6;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: 600;
  overflow: auto; }

.product-sub-total {
  padding-top: 15px;
  padding-bottom: 5px; }

.p-discount-right {
  color: #009e7b; }
  .p-discount-right a {
    display: block;
    line-height: 22px; }

.product-grandtotal {
  border-top: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  float: left;
  width: 100%; }

.paroduct-cart-list .product-grandtotal {
  margin-top: 10px;
  border-bottom: none; }

.p-total-right {
  color: #36579C;
  font-size: 33px;
  font-weight: 100; }

.product-promo {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 10px;
  position: relative;
  min-height: 50px;
  float: left;
  display: none; }
  .product-promo .product-promo-input {
    width: 98% !important;
    max-width: inherit;
    border-bottom-left-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
    height: 39px;
    border-top-left-radius: 5px;
    float: left;
    border-right: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-right: 125px; }
  .product-promo .btn.btn-primary {
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 100%;
    width: 100px;
    text-transform: uppercase;
    position: absolute;
    right: 0; }
    .product-promo .btn.btn-primary:hover {
      text-decoration: none;
      background: #36579C;
      color: #ffffff;
      border: 1px solid #36579C; }
  .product-promo i.fa.fa-times {
    right: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 17px;
    float: left;
    color: #666666;
    position: absolute;
    right: 100px; }
    .product-promo i.fa.fa-times:hover {
      cursor: pointer;
      opacity: .8; }
  .product-promo .product-promo-input.right {
    border: 1px solid right;
    border-right: none; }
  .product-promo .product-promo-input.wrong {
    border: 1px solid #de281d;
    border-right: none; }

.accor-checkout-title {
  display: none; }

.btn-paypal {
  border: 1px solid #feaa00;
  background-color: #ffc439;
  width: 100%;
  position: relative;
  float: none;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer; }

.password-group {
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

#save-details {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

.consentSection {
  clear: both;
  position: relative; }
  .consentSection .terms-conditions {
    width: 100%;
    text-align: left;
    padding: 0 0 15px 0; }
  .consentSection .action-area {
    margin: 10px 0 0 0 !important; }
    .consentSection .action-area div {
      margin-left: auto; }
  .consentSection .radio-btn {
    margin-bottom: 15px; }
  .consentSection .consentRadios {
    position: relative; }
  .consentSection .radio-btn.redCheck:first-of-type .checkmark {
    border-color: #de281d !important; }
  .consentSection .error-input {
    opacity: 0.5;
    cursor: not-allowed !important; }
  .consentSection .field-error-message i {
    z-index: 10; }

.pb-0 {
  padding-bottom: 0 !important; }

/********************************************************
3. Delivery Page
/********************************************************/
.checkout-field-form .checkout-personal-detail {
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  height: auto;
  background: transparent;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  color: #9c9c9c;
  float: left; }
.checkout-field-form .field-edit:before {
  content: none; }
.checkout-field-form .checkout-personal-detail fieldset {
  display: flex;
  align-items: center;
  border: none;
  padding: 10px 30px 0 0;
  margin: 10px 0 0 0;
  position: relative;
  border-top: 1px solid #d4d4d4;
  width: 100%;
  float: left; }
  .checkout-field-form .checkout-personal-detail fieldset .field-contact-label {
    color: #9c9c9c;
    min-width: 100px;
    margin-bottom: 0;
    float: left;
    flex: 0 0 25%; }
  .checkout-field-form .checkout-personal-detail fieldset .field-contact-label-value {
    color: #333333;
    margin-bottom: 0;
    float: left;
    flex: 0 0 75%; }
  .checkout-field-form .checkout-personal-detail fieldset a {
    position: absolute;
    right: 20px;
    top: 10px; }
  .checkout-field-form .checkout-personal-detail fieldset:first-child a {
    top: 0; }
  .checkout-field-form .checkout-personal-detail fieldset a:hover {
    opacity: 0.8; }
  .checkout-field-form .checkout-personal-detail fieldset a i {
    position: absolute;
    transform: translateY(50%);
    margin-top: -12px;
    background-position: -81px -30px;
    background-size: 200px auto;
    width: 22px;
    height: 24px; }
  .checkout-field-form .checkout-personal-detail fieldset:first-child {
    border: none;
    padding: 0 30px 0 0;
    margin: 0;
    position: relative;
    border-top: none; }

.select-method-section {
  float: left;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 5px; }
  .select-method-section .method-select {
    display: table;
    width: 100%;
    text-align: left;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #d4d4d4; }
    .select-method-section .method-select:last-child {
      border-bottom: none; }
    .select-method-section .method-select .offers-radios-list {
      width: 25px; }
    .select-method-section .method-select .delivery-method-image {
      width: 70px;
      text-align: center;
      mix-blend-mode: darken; }
    .select-method-section .method-select .delivery-method-price {
      text-align: right;
      color: #333333;
      font-weight: 600;
      font-size: 15px;
      width: 110px; }
      .select-method-section .method-select .delivery-method-price span.strike {
        margin-right: 5px;
        font-weight: 100;
        position: relative;
        color: #7a7a7a;
        display: inline-block; }
      .select-method-section .method-select .delivery-method-price span.strike:before {
        border-top: 1px solid #b31d1d;
        content: "";
        width: 100%;
        height: 1px;
        background: red;
        position: absolute;
        top: 9px;
        transform: rotate(-12deg); }
    .select-method-section .method-select .delivery-method-name {
      text-align: left;
      padding-left: 10px;
      color: #333333;
      font-weight: 600;
      font-size: 15px;
      width: 150px; }
    .select-method-section .method-select .delivery-method-delivery {
      text-align: left;
      padding-left: 50px; }
    .select-method-section .method-select .delivery-method-image img {
      width: auto;
      max-height: 35px; }
    .select-method-section .method-select div {
      display: table-cell;
      vertical-align: middle; }
    .select-method-section .method-select > span {
      display: table-cell;
      vertical-align: middle; }
    .select-method-section .method-select:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .select-method-section .method-select:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
  .select-method-section .radio-btn .checkmark {
    margin-top: -10px;
    top: auto;
    left: auto; }
  .select-method-section label:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: auto;
    z-index: -1;
    transform: scale(0);
    height: 100%;
    transition: transform 0.3s; }
  .select-method-section label.active:before {
    transform: scale(1);
    width: 100%;
    background: #f7f5f5; }

/********************************************************
4. Payment Page 
/********************************************************/
.personal-details .field-postal-code {
  margin-bottom: 0 !important; }
.personal-details .field-select-options {
  margin-bottom: 0 !important; }

.payment-section .select-method-section .method-select:last-child {
  border-bottom: 1px solid #d4d4d4; }
.payment-section .select-method-section .payment-method-select:last-child .method-select {
  border-bottom: none; }
.payment-section .select-method-section .payment-method-select:last-child .payment-method-content-area {
  border-top: 1px solid #d4d4d4; }
.payment-section .select-method-section .method-select:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.payment-section .select-method-section .payment-method-name {
  padding-left: 15px;
  text-align: left;
  display: table-cell;
  vertical-align: middle; }
.payment-section .select-method-section .payment-method-images {
  text-align: right;
  color: #333333;
  font-weight: 600;
  font-size: 15px;
  width: auto;
  display: table-cell;
  vertical-align: middle; }
.payment-section .select-method-section .payment-method-content-area {
  background: #fafafa;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #d4d4d4;
  float: left; }
  .payment-section .select-method-section .payment-method-content-area .payment-method-point {
    padding: 0;
    margin: 0; }
.payment-section .select-method-section .payment-method-content-area.checkout-content {
  padding: 20px 26%; }
.payment-section .select-method-section .payment-method-point {
  list-style: none; }
  .payment-section .select-method-section .payment-method-point li {
    text-align: left;
    margin-left: 35px;
    position: relative;
    color: #666666; }
    .payment-section .select-method-section .payment-method-point li:before {
      color: #0081e9;
      content: '\f111';
      font-size: 8px;
      left: -18px;
      top: 6px;
      position: absolute;
      font-family: FontAwesome; }
.payment-section .select-method-section .payment-method-select:last-child .payment-method-content-area {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.accrodian-seo ul {
  list-style-type: none;
  margin-top: 0; }
.accrodian-seo .panel-group .panel {
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0 !important;
  padding: 0; }
.accrodian-seo h4.panel-title {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0; }
  .accrodian-seo h4.panel-title a {
    color: #5f5f5f;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    text-decoration: none; }
.accrodian-seo .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none; }
.accrodian-seo .panel-body strong {
  padding-right: 8px; }
.accrodian-seo .panel-heading .accordion-toggle:after {
  color: #5f5f5f;
  content: "\f107";
  float: right;
  font-family: FontAwesome;
  padding-top: 3px; }
.accrodian-seo .panel-heading .accordion-toggle.collapsed:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px; }
.accrodian-seo .panel [role="tab"] h4 a {
  color: #5f5f5f; }
.accrodian-seo .panel-heading {
  border: none !important;
  padding: 0; }
.accrodian-seo .panel [role="tab"] {
  border: none; }
.accrodian-seo .panel-body {
  padding: 0;
  border: none; }
.accrodian-seo .collapse.show {
  display: block; }

.bluetick {
  list-style: none; }
  .bluetick li {
    position: relative;
    padding-bottom: 6px; }
    .bluetick li:before {
      content: '\f111';
      font-size: 8px;
      left: -20px;
      top: 4px;
      color: #36579C;
      position: absolute;
      font-family: 'FontAwesome'; }

.billing-address-edit .billing-address-area.showcontent .checkout-field-form {
  padding: 15px; }

.billing-address-select .method-select:last-of-type, #shippingCheckoutForm .select-method-section .method-select:last-of-type {
  border-bottom: none; }

.modal-text-content .returnAccord-block_content ul li strong {
  margin-right: 5px; }

.returnAccord-wrap .returnAccord-block {
  border-bottom: 1px solid #ddd; }
  .returnAccord-wrap .returnAccord-block > a {
    color: #5f5f5f;
    position: relative;
    display: block;
    padding: 8px 0; }
.returnAccord-wrap .returnAccord-block > a:after {
  color: #5f5f5f;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 8px; }
.returnAccord-wrap .table {
  border-collapse: collapse; }
  .returnAccord-wrap .table td {
    border: 1px solid #ddd;
    padding: 5px; }
.returnAccord-wrap .returnAccord-block_content a {
  color: #36579C; }

.otherResource input {
  padding: 5px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  margin-left: 15px;
  width: 40%; }

/********************************************************
5. Order page
/********************************************************/
.order-form .order-icon-status {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px 0 0 0; }
  .order-form .order-icon-status .order-icon-img.error {
    background: #FF0000; }
    .order-form .order-icon-status .order-icon-img.error:before {
      background-position: 4px -103px; }
  .order-form .order-icon-status .order-icon-img:before {
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/checkout.png?v1);
    width: 40px;
    background-size: 200px auto;
    background-position: 4px -65px;
    height: 40px;
    position: absolute;
    margin-left: 8px;
    margin-top: 10px; }
  .order-form .order-icon-status .order-name {
    font-size: 14px;
    font-weight: 400; }
    .order-form .order-icon-status .order-name b {
      color: #333333;
      font-weight: 600;
      margin-left: 5px; }
  .order-form .order-icon-status .order-status {
    font-size: 35px;
    font-weight: 100;
    color: #333333; }
  .order-form .order-icon-status .order-icon-img {
    display: block;
    height: 60px;
    width: 60px;
    float: left;
    background: #009e7b;
    border-radius: 5px;
    margin-right: 10px;
    position: relative; }
.order-form .order-info {
  color: #333333;
  padding: 0px 0px 15px 0px;
  margin: 0;
  float: left;
  width: 100%; }
  .order-form .order-info:first-of-type {
    padding: 5px 0; }
.order-form .order-print-dwld {
  position: absolute;
  right: 30px;
  top: 20px; }
  .order-form .order-print-dwld .order-print, .order-form .order-print-dwld .order-dwld {
    position: relative; }
  .order-form .order-print-dwld a:hover {
    opacity: .8; }
  .order-form .order-print-dwld .order-print a:before {
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/checkout.png?v1);
    width: 30px;
    background-size: 200px auto;
    background-position: -41px -55px;
    height: 30px;
    position: absolute;
    right: 20px; }
  .order-form .order-print-dwld .order-print a:after {
    content: "";
    border-right: 1px solid #d4d4d4;
    position: absolute;
    right: 12px;
    height: 30px; }
  .order-form .order-print-dwld .order-dwld a:before {
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/checkout.png?v1);
    width: 30px;
    background-size: 200px auto;
    background-position: -70px -55px;
    height: 30px;
    position: absolute; }
.order-form .checkout-address {
  border: 1px solid #d4d4d4;
  padding: 20px;
  border-radius: 5px;
  float: left;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 20px; }
  .order-form .checkout-address .shipping-address {
    float: left;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px; }
  .order-form .checkout-address .shipping-method {
    width: 50%;
    float: left;
    padding-left: 40px;
    padding-right: 20px; }
  .order-form .checkout-address .shipping-address b:before {
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/checkout.png?v1);
    width: 20px;
    background-size: 200px auto;
    background-position: -162px -29px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 3px; }
  .order-form .checkout-address .shipping-method b:before {
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/checkout.png?v1);
    width: 30px;
    background-size: 200px auto;
    background-position: -29px -1px;
    height: 22px;
    position: absolute;
    left: -40px;
    top: 3px; }
  .order-form .checkout-address .shipping-address b {
    display: block;
    position: relative;
    padding-bottom: 10px; }
.order-form .shipping-method b {
  display: block;
  position: relative;
  padding-bottom: 10px; }
.order-form .checkout-address .shipping-method img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle; }
.order-form .checkout-address .shipping-method span {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle; }

.checkout-steps-next-point {
  float: left;
  width: 100%;
  margin-top: 0; }
  .checkout-steps-next-point h2 {
    position: relative;
    padding-left: 35px;
    border-left: 1px solid #d4d4d4;
    margin: 0;
    margin-left: 15px;
    line-height: 1.4;
    color: #36579C;
    font-weight: 400; }
    .checkout-steps-next-point h2 ~ p {
      padding-left: 35px;
      border-left: 1px solid #d4d4d4;
      margin: 0;
      padding-bottom: 15px;
      margin-left: 15px;
      padding-top: 15px; }
    .checkout-steps-next-point h2:before {
      content: "";
      height: 35px;
      width: 35px;
      background: #36579C;
      position: absolute;
      border-radius: 50px;
      left: -19px;
      top: -5px;
      z-index: 1; }
    .checkout-steps-next-point h2.call:after {
      background-repeat: no-repeat;
      content: "";
      background-image: url(../images/checkout.png?v1);
      width: 20px;
      background-size: 200px auto;
      background-position: -157px -55px;
      height: 20px;
      position: absolute;
      left: -12px;
      top: 3px;
      z-index: 9; }
    .checkout-steps-next-point h2.global:after {
      background-repeat: no-repeat;
      content: "";
      background-image: url(../images/checkout.png?v1);
      width: 20px;
      background-size: 200px auto;
      background-position: -179px -55px;
      height: 20px;
      position: absolute;
      left: -12px;
      top: 4px;
      z-index: 9; }
    .checkout-steps-next-point h2:first-of-type {
      margin-top: 30px; }
  .checkout-steps-next-point ul {
    border-left: 1px solid #d4d4d4;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px; }
    .checkout-steps-next-point ul li {
      margin-left: 15px; }
  .checkout-steps-next-point .image-information img {
    float: left;
    margin-right: 15px;
    height: 33px; }

.checkout-steps-next-point .checkout-social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-top: 40px; }
  .checkout-steps-next-point .checkout-social-icons a {
    padding: 15px 20px;
    border-radius: 5px;
    max-width: 205px;
    width: auto;
    color: #ffffff;
    position: relative;
    margin-right: 50px;
    text-align: center;
    font-size: 13px; }
    .checkout-steps-next-point .checkout-social-icons a:last-child {
      margin-right: 0; }
    .checkout-steps-next-point .checkout-social-icons a:hover {
      text-decoration: none; }
  .checkout-steps-next-point .checkout-social-icons .s-facebook {
    background: #3b5997; }
    .checkout-steps-next-point .checkout-social-icons .s-facebook:hover {
      background: #354e88; }
    .checkout-steps-next-point .checkout-social-icons .s-facebook:before {
      content: "";
      height: 100%;
      width: 50px;
      background: #354e88;
      position: absolute;
      border-radius: 0;
      left: -40px;
      top: 0;
      z-index: 1;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .checkout-steps-next-point .checkout-social-icons .s-facebook:after {
      content: "\f09a";
      font-family: FontAwesome;
      position: absolute;
      left: -22px;
      z-index: 11;
      font-size: 23px;
      top: 13px; }
  .checkout-steps-next-point .checkout-social-icons .s-youtube {
    background: #de4c33; }
    .checkout-steps-next-point .checkout-social-icons .s-youtube:hover {
      background: #cd3e27; }
    .checkout-steps-next-point .checkout-social-icons .s-youtube:before {
      content: "";
      height: 100%;
      width: 50px;
      background: #cd3e27;
      position: absolute;
      border-radius: 0;
      left: -40px;
      top: 0;
      z-index: 1;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .checkout-steps-next-point .checkout-social-icons .s-youtube:after {
      content: "\f167";
      font-family: FontAwesome;
      position: absolute;
      left: -25px;
      z-index: 11;
      font-size: 23px;
      top: 12px; }
  .checkout-steps-next-point .checkout-social-icons .s-instagram {
    background: #2f2427; }
    .checkout-steps-next-point .checkout-social-icons .s-instagram:hover {
      background: #211b1d; }
    .checkout-steps-next-point .checkout-social-icons .s-instagram:before {
      content: "";
      height: 100%;
      width: 50px;
      background: #211b1d;
      position: absolute;
      border-radius: 0;
      left: -40px;
      top: 0;
      z-index: 1;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .checkout-steps-next-point .checkout-social-icons .s-instagram:after {
      content: "\f16d";
      font-family: FontAwesome;
      position: absolute;
      left: -25px;
      z-index: 11;
      font-size: 23px;
      top: 12px; }

.IssueBox {
  border: 1px solid #FF0000;
  background: #fff;
  border-radius: 5px;
  clear: both;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px; }
  .IssueBox .btn-sm {
    width: 320px;
    padding: 7px 10px;
    font-size: 18px; }

.trustly-title {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 5px; }

.loader {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px; }

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: relative;
  margin: auto;
  display: inline-block;
  vertical-align: middle; }

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
@-webkit-keyframes color {
  0% {
    stroke: #fff; }
  40% {
    stroke: #fff; }
  66% {
    stroke: #fff; }
  80%, 90% {
    stroke: #fff; } }
@keyframes color {
  0% {
    stroke: #fff; }
  40% {
    stroke: #fff; }
  66% {
    stroke: #fff; }
  80%, 90% {
    stroke: #fff; } }
/********************************************************
6. Animigo
/********************************************************/
.animigo .top-header-text, .animigo .p-total-right, .animigo .checkout-from-master-group .top-title, .animigo .checkout-from-master-group .checkout-field-form .group input:focus ~ label, .animigo .checkout-from-master-group .checkout-field-form .group input:valid ~ label, .animigo .field-save-details .label-checkbox input[type=checkbox]:checked + span:after, .animigo .field-save-details .label-checkbox input[type=checkbox]:checked + span:before, .animigo .field-dob-second .group-dob > input:focus ~ label, .animigo .field-dob-second .group-dob > input:valid ~ label, .animigo .checkout-from-master-group .checkout-field-form .group input:focus ~ label .optional-txt, .animigo .checkout-from-master-group .checkout-field-form .group input:valid ~ label .optional-txt, .animigo .chekout-modal .order-modal .modal-title, .animigo .bluetick li:before, .animigo .checkout-steps-next-point h2, .animigo .field-dob-second .group-dob > span input:focus ~ label, .animigo .field-dob-second .group-dob > span input:valid ~ label, .animigo .recommended-products .productbox .product-info p, .animigo .chekout-modal .modal-title {
  color: #33363a; }
.animigo .product-text a, .animigo .img-prodcut-price, .animigo .payment-section .select-method-section .payment-method-point li:before {
  color: #699; }
.animigo a {
  color: #699; }
.animigo .btn-primary, .animigo .product-promo .btn.btn-primary:hover, .animigo .addto-basktet-btn {
  background: #33363a;
  color: #ffffff; }
  .animigo .btn-primary:hover, .animigo .product-promo .btn.btn-primary:hover:hover, .animigo .addto-basktet-btn:hover {
    background: #699;
    border-color: #699; }
.animigo .addto-basktet-btn {
  color: #ffffff; }
  .animigo .addto-basktet-btn:hover {
    color: #ffffff !important; }
.animigo .checkout-field-form .field-serch-address input:focus, .animigo .checkout-from-master-group .checkout-field-form .group input:focus, .animigo .field-dob-second .group-dob .input-dob-field:focus-within, .animigo .radio-btn input:checked ~ .checkmark {
  border-color: #699 !important; }
.animigo .field-save-details .label-checkbox input[type=checkbox]:checked + span:before {
  border-color: #33363a; }
.animigo .radio-btn .checkmark::after, .animigo .checkout-steps-next-point h2:before, .animigo .ribbon {
  background: #699; }
.animigo .btn-primary:disabled {
  background-color: #699;
  border-color: #699; }

/*-- START: product you love --*/
.productYouLove-wrap {
  max-width: 100%; }
  .productYouLove-wrap h2 {
    margin-bottom: 5px;
    color: #000;
    font-size: 20px; }
  .productYouLove-wrap p {
    color: #000;
    font-size: 14px; }
.productYouLove-block {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 15px 15px 15px 0;
  display: flex; }
  .productYouLove-block_img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 130px; }
  .productYouLove-block_info h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    min-width: 200px; }
  .productYouLove-block_info .priceBlock {
    font-size: 16px;
    margin: 10px 0; }
    .productYouLove-block_info .priceBlock_current {
      color: #000;
      font-weight: 600; }
    .productYouLove-block_info .priceBlock_old {
      color: #b5b5b5; }
    .productYouLove-block_info .priceBlock_discount {
      color: #149577;
      font-weight: 600; }
  .productYouLove-block_info .addItem {
    background: #009e7d;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px; }

/*-- END: product you love --*/
/********************************************************
6. Leluna
/********************************************************/
@media only screen and (max-width: 575px) {
  .checkout-social-icons .s-youtube {
    margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
  .order-form .order-print-dwld {
    top: 8px; }

  #otherProduct .owl-stage {
    left: -30px; }

  .productYouLove-block_img {
    flex-basis: 100px; }
  .productYouLove-block_info .priceBlock {
    font-size: 14px; } }
.fieldWithCcode-block {
  display: flex; }
  .fieldWithCcode-block select {
    font-size: 14px;
    padding: 5px 15px;
    display: block;
    outline: none;
    height: 48px;
    background: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    color: #5f5f5f;
    margin-right: 15px; }
    .fieldWithCcode-block select[readonly] {
      pointer-events: none; }
.fieldWithCcode.field-phone:before {
  left: 110px; }

.checkout-from-master-group .checkout-field-form .group.fieldWithCcode label {
  left: 140px !important;
  top: 14px !important; }
.checkout-from-master-group .checkout-field-form .group.fieldWithCcode input:focus ~ label {
  left: 115px !important;
  top: -10px !important; }
.checkout-from-master-group .checkout-field-form .group.fieldWithCcode input:valid ~ label {
  left: 115px !important;
  top: -10px !important; }

header .livechat-phone .live-chat.nlMobileHide {
  display: none; }

@media screen and (max-width: 648px) {
  ._t53mel ._1b3u7i0 {
    z-index: 99 !important;
    opacity: 1 !important;
    visibility: visible !important; } }
.checkout-from-master-group .checkout-field-form .country-dropdown-nl-paypal.country-dropdown-nl.group.fieldWithCcode label {
  left: 144px !important;
  top: 14px !important; }
.checkout-from-master-group .checkout-field-form .country-dropdown-nl-paypal.country-dropdown-nl.group.fieldWithCcode input:focus ~ label {
  left: 122px !important;
  top: -10px !important; }
.checkout-from-master-group .checkout-field-form .country-dropdown-nl-paypal.country-dropdown-nl.group.fieldWithCcode input:valid ~ label {
  left: 122px !important;
  top: -10px !important; }

.checkout-from-master-group .checkout-field-form .country-dropdown-nl.group.fieldWithCcode label {
  left: 177px !important;
  top: 14px !important; }
  @media only screen and (max-width: 767px) {
    .checkout-from-master-group .checkout-field-form .country-dropdown-nl.group.fieldWithCcode label {
      left: 144px !important; } }
.checkout-from-master-group .checkout-field-form .country-dropdown-nl.group.fieldWithCcode input:focus ~ label {
  left: 144px !important;
  top: -10px !important; }
.checkout-from-master-group .checkout-field-form .country-dropdown-nl.group.fieldWithCcode input:valid ~ label {
  left: 144px !important;
  top: -10px !important; }

.country-dropdown-nl.field-phone::before {
  left: 145px; }
  @media only screen and (max-width: 1024px) {
    .country-dropdown-nl.field-phone::before {
      left: 111px; } }
  @media only screen and (max-width: 992px) {
    .country-dropdown-nl.field-phone::before {
      left: 133px; } }
  @media only screen and (max-width: 760px) {
    .country-dropdown-nl.field-phone::before {
      left: 120px; } }
  @media only screen and (max-width: 450px) {
    .country-dropdown-nl.field-phone::before {
      left: 115px; } }
  @media only screen and (max-width: 370px) {
    .country-dropdown-nl.field-phone::before {
      left: 105px; } }

.country-dropdown-nl .country-code-with-img .ddcommon {
  width: 19% !important; }
  .country-dropdown-nl .country-code-with-img .ddcommon .ddTitle .ddTitleText {
    padding: 12px 12px 0 10px; }
  .country-dropdown-nl .country-code-with-img .ddcommon .ddTitle .ddTitleText img {
    margin-top: 2px !important; }
.country-dropdown-nl .country-code-with-img #del_mobile {
  margin-left: 20px; }

.checkout-from-master-group .checkout-field-form .group .country-dropdown-nl .country-code-with-img input:read-only ~ label {
  left: 145px;
  top: -10px; }

@media only screen and (width: 1024px) {
  .country-dropdown-nl .fieldWithCcode.field-phone:before {
    left: 114px; } }
@media only screen and (min-width: 480) and (max-width: 767px) {
  .checkout-from-master-group .checkout-field-form .country-dropdown-nl.group.fieldWithCcode input:valid ~ label {
    left: 126px !important; } }
@media only screen and (max-width: 768px) {
  .country-dropdown-nl .country-code-with-img .ddcommon {
    width: 134px !important; } }
@media only screen and (max-width: 767px) {
  .country-dropdown-nl .country-code-with-img #del_mobile {
    margin-left: 15px; }

  .checkout-from-master-group .checkout-field-form .group.fieldWithCcode label {
    left: 136px !important; }

  .country-dropdown-nl .country-code-with-img input {
    padding: 15px 15px 15px 31px !important; }

  .checkout-from-master-group .checkout-field-form .group.fieldWithCcode.country-dropdown-nl input:focus ~ label {
    left: 115px !important;
    top: -10px !important; }
  .checkout-from-master-group .checkout-field-form .group.fieldWithCcode.country-dropdown-nl input:valid ~ label {
    left: 150px !important;
    top: -10px !important; } }
@media only screen and (min-width: 1024) and (max-width: 1200px) {
  .checkout-from-master-group .checkout-field-form .group.country-dropdown-nl .country-code-with-img input:read-only ~ label {
    left: 127px !important; } }
@media only screen and (min-width: 768) and (max-width: 991px) {
  .checkout-from-master-group .checkout-field-form .group.country-dropdown-nl .country-code-with-img input:read-only ~ label {
    left: 135px !important; } }
.justify-content-between {
  justify-content: space-between; }

.text-wrap {
  white-space: nowrap; }

.cursor-pointer {
  cursor: pointer; }

.petBlock {
  background: #F7DFBD;
  border-radius: 8px;
  overflow: hidden;
  min-height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 35px 15px; }

.petPawImage {
  position: absolute;
  right: -3%;
  top: 10%;
  z-index: 1;
  display: block; }

.petContent {
  width: 500px;
  max-width: 100%;
  position: relative;
  z-index: 9;
  margin: 0 auto; }
  .petContent h4 {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .petContent p {
    line-height: 24px;
    margin-bottom: 0;
    padding-right: 1rem; }
  .petContent label {
    letter-spacing: 0.5px; }
  .petContent input {
    height: 35px;
    width: 100%;
    padding-left: 10px;
    background: #fff !important;
    border: none;
    outline: none; }
  .petContent .group-dob {
    margin-bottom: 20px; }
  .petContent select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    height: 35px;
    color: #aaa;
    padding: 0 10px;
    outline: none;
    width: 100%; }
  .petContent .submitbtn {
    width: 100%;
    border-radius: 24px;
    padding: 12px 15px;
    background: #00A984;
    color: #fff;
    font-size: 18px;
    display: block;
    border: 1px solid #00A984;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px; }

.petbtn {
  max-width: 350px;
  font-size: 15px;
  padding: 10px 16px;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #212529;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #fff;
  margin: 0 auto;
  margin-top: 24px; }
  .petbtn span img {
    margin-top: 0px;
    float: right; }

.petForm {
  margin-bottom: 0; }
  .petForm .red-error-text div.field-error-message i {
    top: 25px; }
  .petForm .red-error-text div.field-error-message .field-error-message-tooltip {
    top: 0px; }
  .petForm .field-dob-second .group-dob .input-dob-field {
    padding: 0 0 0 252px; }

.clearfix {
  clear: both; }

input::-webkit-input-placeholder {
  color: #aaa; }

.pettype {
  width: 30%;
  float: left; }

.petbreed {
  width: 65%;
  float: right; }
  .petbreed .red-error-text div.field-error-message i {
    top: -3px; }
  .petbreed .red-error-text div.field-error-message .field-error-message-tooltip {
    top: -25px; }

.selectouter {
  position: relative; }
  .selectouter::after {
    content: '\25BC';
    position: absolute;
    top: 11px;
    right: 8px;
    bottom: 50%;
    vertical-align: middle;
    font-size: 14px;
    color: #ddd;
    height: 15px;
    pointer-events: none; }

form .submitbtn span img {
  margin-top: 8px;
  float: right; }

.red-error-text .field-error-message i {
  z-index: 9; }

.field-dob-second .group-dob .input-dob-field .label-ddmmyy input {
  width: 76px !important; }

.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0; }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4; }
    .autocomplete-items div:hover {
      background-color: #e9e9e9; }

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

@media screen and (max-width: 767px) {
  .petContent h4 {
    justify-content: flex-start;
    padding-right: 12%; }

  .petbtn {
    margin: 24px 0; }
    .petbtn span img {
      margin-bottom: -5px; }

  .petForm .field-dob-second .group-dob .input-dob-field {
    padding: 0 0 0 50px !important; } }
@media screen and (max-width: 520px) {
  .petContent {
    width: 100%;
    max-width: 100%; }

  .petbtn span img {
    margin-bottom: -5px; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .petForm .field-dob-second .group-dob .input-dob-field {
    padding: 0 0 0 220px; } }
.dob {
  display: flex;
  border-radius: 6px;
  height: 51px;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content; }
  .dob > label {
    height: 48px;
    width: 160px;
    margin-bottom: 0;
    white-space: nowrap;
    color: #9c9c9c;
    display: flex;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    padding-left: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc; }
  .dob .dropdownselect {
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #ccc;
    padding-right: 5px;
    position: relative; }
    .dob .dropdownselect::after {
      position: absolute;
      right: 8px;
      top: 13px;
      font-size: 22px;
      content: '\f107';
      font-family: 'FontAwesome';
      height: 18px;
      width: 18px;
      color: #000;
      z-index: 999; }
    .dob .dropdownselect:last-child {
      border-right: 0; }
  .dob > label::before {
    height: 26px;
    background-position: -53px -25px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-size: 200px auto;
    position: absolute;
    left: 10px;
    width: 26px;
    top: 0px;
    background-repeat: no-repeat;
    background-image: url("https://www.weightworld.uk/checkout/images/checkout.png?v1");
    content: ""; }

.customDobSelect {
  display: flex; }
  .customDobSelect .field-select-options {
    margin-bottom: 0; }
    .customDobSelect .field-select-options select {
      border-radius: 0; }

.border-lr {
  border-left: 0 !important;
  border-right: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-radius-tb-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

.customDobSelect .field-select-options label:after {
  border-left: 0 !important; }
.customDobSelect .field-error-message {
  float: unset !important; }
  .customDobSelect .field-error-message i {
    right: 45px !important;
    top: -45px !important; }
  .customDobSelect .field-error-message .field-error-message-tooltip:before {
    top: -7px; }

@media screen and (max-width: 767px) {
  .dob {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 0;
    border: 0; }
    .dob > label {
      border: 0 !important; }

  .customDobSelect {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    width: max-content; }
    .customDobSelect .field-select-options .title-dropdown {
      width: 115px !important; }
    .customDobSelect .field-select-options:first-child select, .customDobSelect .field-select-options:last-child select {
      border: 0px; }
    .customDobSelect .field-select-options:nth-child(2) select {
      border-top: 0px;
      border-bottom: 0px; }
    .customDobSelect .field-error-message .field-error-message-tooltip {
      right: -112px;
      width: auto;
      white-space: nowrap; }
    .customDobSelect .field-error-message i {
      right: 30px;
      top: -45px; }
    .customDobSelect .field-error-message .field-error-message-tooltip:before {
      top: -7px;
      right: 160px; }
    .customDobSelect .field-select-options:last-child .field-error-message .field-error-message-tooltip {
      right: 5px; }
      .customDobSelect .field-select-options:last-child .field-error-message .field-error-message-tooltip:before {
        right: 38px; } }
/********************************************************
Components SCSS for components Field 
/********************************************************/
/* ======================================================
Index of Components SCSS Code

0.  Extends, Variables & Mixins
1.  Form Control & Field
2.  Product Slider 
3.  Radio Button 
4.  Checkbox 
5.  Toggle Switch
6.  Accordian
7.  Modal
8.  Date of Birth Dropdown
9.  Tooltip
10. Error Message
11. Country Flag Dropdown
12. Brand wise variable value changes
======================================================== */
/********************************************************
Chaining Extends | Import Variables & Mixins     
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
extend-a, .checkout-link, .checkout-from-master-group .checkout-field-form .group, .field-select-options, .field-dob, .field-dob label, .field-dob-select-dropdown, section {
  position: relative;
  float: left; }

extend-b, .input-group, .input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

extend-ww, .weightworld .top-title, .weightworld .modal-title {
  color: #6ead0d; }

/********************************************************
1. Form Control & Field  
/********************************************************/
section {
  width: 100% !important; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn:disabled {
    opacity: .65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

.btn-primary {
  color: #ffffff;
  background-color: #36579C;
  border-color: #36579C;
  width: 100%;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  padding: .5rem 1rem;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 5px; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #2a3d6b;
    border-color: #2a3d6b;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease; }
    .btn-primary:hover .fa-angle-right {
      right: 10px; }
  .btn-primary:focus {
    box-shadow: none; }
  .btn-primary:disabled {
    color: #ffffff;
    background-color: #36579C;
    border-color: #36579C; }
  .btn-primary .fa-angle-right {
    right: 20px;
    transform: translateY(50%);
    top: 3px;
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 20px; }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #5a6268; }
  .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }

input[type=text], .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: transparent;
  outline: none; }

select::-ms-expand {
  display: none; }

.btn-block {
  display: block;
  width: 100%; }

.input-group {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus {
      z-index: 3; }
    .input-group > .form-control:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .form-control:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }
  .input-group-append .btn {
    position: relative;
    z-index: 2; }

/*.offers-radios-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}*/
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.w-100 {
  width: 100% !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-3 {
  margin-top: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.text-success {
  color: #009e7b !important; }

.text-muted {
  color: #6c757d !important; }

.lh-condensed {
  line-height: 1.25; }

.text-right {
  text-align: right !important; }

.top-header-text {
  font-size: 20px;
  color: #36579C;
  margin-top: 0;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px; }

.padd-half {
  padding: 45px 0; }

.title-space {
  margin: 30px 0 15px 0 !important; }

@-webkit-keyframes inputHighlighter,
@-moz-keyframes inputHighlighter,
@keyframes inputHighlighter {
  from {
    background: #36579C; }
  to {
    width: 0;
    background: transparent; } }
/********************************************************
2. Recommended product Slider
/********************************************************/
.recommended-products {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  border-top: 1px solid #d4d4d4;
  margin-top: 40px; }
  .recommended-products h2 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .recommended-products .productbox {
    text-align: center;
    position: relative;
    		/*.product-img img{
    			transition:all 0.3s ease 0s;
    			&:hover{
    				opacity: 0.5;
    			}
    		}
            &:hover {
                .quick-view-btn {
                    bottom: 6%;
                    opacity: 1;
                }
            }*/ }
    .recommended-products .productbox .product-img {
      position: relative;
      padding: 15px; }
    .recommended-products .productbox .product-info h3 {
      font-size: 17px;
      font-weight: normal;
      color: #333333;
      margin-bottom: 0; }
    .recommended-products .productbox .product-info p {
      font-size: 20px;
      color: #36579C;
      margin-bottom: 5px; }
    .recommended-products .productbox .quick-view-btn {
      text-align: center;
      left: 0;
      position: absolute;
      right: 0;
      opacity: 0;
      margin: 0 auto;
      bottom: -20px;
      transition: all 500ms ease 0s;
      background: rgba(132, 130, 130, 0.86);
      color: #ffffff;
      padding: 10px;
      text-decoration: none;
      display: none; }

.addto-basktet-btn {
  background: #36579C;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  line-height: 23px;
  display: inline-block;
  min-width: 70%;
  padding: 10px 10px 10px 20px;
  align-self: center; }
  .addto-basktet-btn:before {
    content: "";
    background: url(../images/checkout.png?v1) no-repeat;
    width: 25px;
    background-size: 200px auto;
    background-position: -57px 0px;
    height: 25px;
    position: absolute;
    margin-left: -30px;
    top: 10px; }
  .addto-basktet-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #2a3d6b; }

.ribbon {
  position: absolute;
  left: 0;
  z-index: 1;
  background: #009ACB;
  /*-$slider-ribbon-bg; #bf0513;-*/
  color: #ffffff;
  white-space: nowrap;
  padding: 5px 8px;
  font-size: 10px;
  text-transform: uppercase; }
  .ribbon:empty {
    display: none; }

.recommended-products-slider .owl-stage {
  display: flex;
  flex-flow: row wrap; }
  .recommended-products-slider .owl-stage .owl-item, .recommended-products-slider .owl-stage .item, .recommended-products-slider .owl-stage .productbox, .recommended-products-slider .owl-stage .product-info {
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    float: none; }
  .recommended-products-slider .owl-stage .product-info p {
    margin-top: auto; }

/********************************************************
3. Radio Button Code 
/********************************************************/
.field-radios .custom-radio {
  width: 70px;
  float: left; }
  .field-radios .custom-radio:hover, .field-radios .custom-radio label:hover, .field-radios .custom-radio input:hover {
    cursor: pointer; }

.offers-radios-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  list-style: none; }
  .offers-radios-list > li {
    padding-bottom: 10px; }

.radio-btn {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px; }
  .radio-btn input {
    position: absolute;
    opacity: 0; }
  .radio-btn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .radio-btn:hover input ~ .checkmark {
    background-color: #ffffff; }
  .radio-btn input:checked ~ .checkmark {
    background-color: #ffffff;
    border-color: #36579C; }
  .radio-btn .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .radio-btn input:checked ~ .checkmark:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .radio-btn .checkmark::after {
    background: #36579C none repeat scroll 0 0;
    border-radius: 50%;
    height: 9px;
    left: 4px;
    top: 4px;
    width: 9px; }

.required-field .radio-btn input:checked ~ .checkmark {
  border-color: #de281d; }
.required-field .checkmark {
  border-color: #de281d; }

.terms-conditions .required-field a {
  color: #de281d; }

.offers-radios-list .radio-btn {
  display: inline-block; }
.offers-radios-list li {
  padding: 0; }
  .offers-radios-list li label {
    padding: 0 0 0 30px;
    width: 70px; }
  .offers-radios-list li:last-child {
    margin-left: 15px; }

.offers-radios .offers-radios-list {
  position: relative;
  margin-bottom: 0;
  width: 100%; }
.offers-radios .field-error-message {
  top: -12px;
  position: absolute;
  right: 0px;
  width: 70%; }
.offers-radios .field-error-message-tooltip {
  transform: translateY(0);
  top: 0; }
.offers-radios .red-error-text .checkmark {
  border-color: #de281d; }

.radio-btn .checkmark::after {
  background: #36579C none repeat scroll 0 0;
  border-radius: 50%;
  height: 11px;
  left: 3px;
  top: 3px;
  width: 11px; }

.offers-radios p {
  color: #333333;
  width: 100%;
  float: left;
  font-size: 14px; }

/********************************************************
4. Checkbox Code 
/********************************************************/
.field-save-details {
  width: auto;
  float: left; }
  .field-save-details .label-checkbox {
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    text-align: left !important; }
    .field-save-details .label-checkbox span {
      position: relative; }
    .field-save-details .label-checkbox input[type=checkbox] {
      cursor: pointer;
      height: 17px;
      left: -2px;
      margin: 0;
      opacity: 0;
      position: relative;
      top: 4px;
      width: 19px;
      z-index: 2; }
    .field-save-details .label-checkbox span:before {
      background: #ffffff;
      border: 2px solid #d4d4d4;
      border-radius: 4px;
      content: "";
      display: inline-block;
      height: 18px;
      left: -24px;
      position: absolute;
      top: 0;
      width: 19px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .field-save-details .label-checkbox input[type=checkbox]:checked + span:after {
      color: #36579C;
      content: "\f00c";
      display: inline-block;
      font-family: FontAwesome;
      font-size: 11px;
      height: 16px;
      left: -20px;
      line-height: 1;
      position: absolute;
      top: 4px;
      width: 16px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .field-save-details .label-checkbox input[type=checkbox]:checked + span:before {
      background: #36579C;
      border: 2px solid #36579C; }
  .field-save-details [class^=col-] {
    margin: 15px 0;
    padding: 0; }
  .field-save-details label {
    padding: 5px 15px 0 0;
    text-align: right; }
  .field-save-details .fa-question-circle:before {
    font-size: 20px;
    color: #b1b1b1; }
  .field-save-details .label-checkbox input[type=checkbox]:checked + span:before {
    background: #ffffff;
    border: 2px solid #36579C; }
  .field-save-details .textlink {
    border-radius: 50px;
    vertical-align: middle; }

/********************************************************
5. Terms and Conditions Toggle Switch
/********************************************************/
.terms-conditions {
  display: table;
  position: relative;
  margin: 0px auto;
  text-align: center;
  padding: 20px 0; }
  .terms-conditions .terms-conditions-switch {
    position: relative;
    display: table-cell;
    width: 45px;
    height: 20px;
    vertical-align: middle;
    text-align: right; }
    .terms-conditions .terms-conditions-switch input {
      display: none; }
    .terms-conditions .terms-conditions-switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #d4d4d4;
      -webkit-transition: .4s;
      transition: .4s; }
      .terms-conditions .terms-conditions-switch .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 1px;
        bottom: 1px;
        background-color: #ffffff;
        -webkit-transition: .4s;
        transition: .4s; }
    .terms-conditions .terms-conditions-switch input:checked + .slider {
      background-color: #00bc91; }
    .terms-conditions .terms-conditions-switch input:focus + .slider {
      box-shadow: 0 0 1px #00bc91; }
    .terms-conditions .terms-conditions-switch input:checked + .slider:before {
      -webkit-transform: translateX(24px);
      -ms-transform: translateX(24px);
      transform: translateX(24px); }
    .terms-conditions .terms-conditions-switch .slider.round {
      border-radius: 34px;
      height: 20px; }
      .terms-conditions .terms-conditions-switch .slider.round:before {
        border-radius: 50%; }
  .terms-conditions .terms-conditions-text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px; }
    .terms-conditions .terms-conditions-text:hover {
      cursor: pointer; }

.line {
  border-top: 1px solid #d4d4d4; }

/********************************************************
6. Accordian  
/********************************************************/
.collapse:not(.show) {
  display: none; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-link:hover {
  text-decoration: none; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

/********************************************************
7. Checkout Modal 
/********************************************************/
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.show {
    opacity: .5; }

body.default-theme.modal-open {
  overflow: hidden; }

.chekout-modal .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.chekout-modal .alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }
.chekout-modal .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.chekout-modal .modal-body .check-form .forgot-email {
  padding-top: 0;
  display: none; }
  .chekout-modal .modal-body .check-form .forgot-email p {
    margin: 15px 0; }
.chekout-modal .btn:focus, .chekout-modal .btn:hover {
  text-decoration: none; }
.chekout-modal .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.chekout-modal .btn:disabled {
  opacity: .65; }
.chekout-modal .btn:not(:disabled):not(.disabled) {
  cursor: pointer; }
.chekout-modal .fade {
  transition: opacity .005s linear; }
.chekout-modal .text-center-btn {
  width: 100%;
  text-align: center;
  padding-bottom: 15px; }
  .chekout-modal .text-center-btn .btn-primary {
    max-width: 250px; }
.chekout-modal .close {
  float: right;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .chekout-modal .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
.chekout-modal button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }
.chekout-modal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }
  .chekout-modal .modal .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none; }
  .chekout-modal .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .chekout-modal .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .chekout-modal .modal .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2)); }
    .chekout-modal .modal .modal-dialog-centered::before {
      display: block;
      height: calc(100vh - (.5rem * 2));
      content: ""; }
  .chekout-modal .modal .modal-dialog .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0; }
    .chekout-modal .modal .modal-dialog .modal-content .modal-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1rem;
      border-bottom: 1px solid #d4d4d4;
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem; }
    .chekout-modal .modal .modal-dialog .modal-content .modal-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 30% 20px 20px;
      border-bottom: 1px solid #d4d4d4;
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem;
      flex-flow: wrap column;
      position: relative; }
      .chekout-modal .modal .modal-dialog .modal-content .modal-footer .close {
        padding: 0.5rem;
        margin: -1rem -1rem -1rem auto; }
.chekout-modal .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #36579C;
  font-size: 20px; }
.chekout-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

@media (min-width: 576px) {
  .chekout-modal .modal .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto; }
  .chekout-modal .modal .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .chekout-modal .modal .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
    .chekout-modal .modal .modal-dialog-centered .order-modal .close {
      line-height: 25px; } }
@media (min-width: 320px) {
  .chekout-modal .order-modal .modal-dialog {
    max-width: 800px;
    padding: 0 15px; }
  .chekout-modal .order-modal .modal-title {
    font-size: 20px;
    text-align: left; }
  .chekout-modal .order-modal .order-summary-data {
    padding: 20px 20px 20px 0; }
    .chekout-modal .order-modal .order-summary-data p {
      margin-bottom: 7px; }
  .chekout-modal .order-modal .modal-footer {
    background: #f6f6f6; }

  .modal-footer p {
    margin-bottom: 0px;
    font-size: 13px; }

  .footer-modal-logo {
    position: absolute;
    right: 0;
    position: absolute;
    right: 20px;
    width: 60px;
    transform: translateY(50%);
    margin-top: -18px; }

  .order-modal .order-print a:before {
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/checkout.png?v1);
    width: 30px;
    background-size: 200px auto;
    background-position: -72px -55px;
    height: 30px;
    position: absolute;
    right: 45px;
    top: 17px; }
  .order-modal table {
    border-spacing: 0;
    margin-bottom: 15px; }
  .order-modal .table-responsive {
    overflow: auto;
    width: 100%;
    overflow: auto; }
  .order-modal .table-bordered {
    border: 1px solid #cecece; }
  .order-modal .table th {
    padding: 10px;
    background: #eaeaea; }
  .order-modal .table td, .order-modal .table th {
    padding: 8px 10px; }
  .order-modal .font-uppercase {
    text-transform: uppercase; }
  .order-modal th {
    text-align: left; }
  .order-modal .text-right {
    text-align: right; }

  .td-box-border td {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece; } }
@media screen and (prefers-reduced-motion: reduce) {
  .chekout-modal .btn {
    transition: none; }

  .chekout-modal .fade {
    transition: none; }

  .chekout-modal .modal.fade .modal-dialog {
    transition: none; } }
/********************************************************
8. Date of Birth Dropdown
/********************************************************/
.field-dob-second {
  float: left;
  width: 100%; }
  .field-dob-second .group-dob input:not(.check-input) {
    width: 100%;
    border-color: #d4d4d4; }
  .field-dob-second .group-dob > label {
    border-right: 1px solid #d4d4d4;
    color: #9c9c9c;
    display: table;
    height: 32px;
    padding: 0 10px 0 50px;
    position: absolute;
    top: 10px;
    z-index: 1;
    white-space: nowrap;
    width: 182px; }
    .field-dob-second .group-dob > label span {
      display: table-cell;
      vertical-align: middle; }
  .field-dob-second .group-dob .input-dob-field {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 0;
    padding: 0 0 0 182px; }
  .field-dob-second .group-dob > span > span {
    border: medium;
    margin: 0;
    padding: 0; }
  .field-dob-second .group-dob > span input {
    height: 48px;
    width: 80px;
    padding: 0 5px; }
  .field-dob-second .group-dob input:focus {
    border-color: #0196c2; }
  .field-dob-second .group-dob .input-dob-field-year {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
  .field-dob-second .group-dob .label-dob:before {
    height: 26px;
    background-position: -53px -25px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-size: 200px auto;
    position: absolute;
    left: 10px;
    width: 26px;
    top: -11px;
    background-repeat: no-repeat;
    background-image: url(../images/checkout.png?v1);
    content: ""; }
  .field-dob-second .group-dob .input-dob-field:focus-within {
    border: 1px solid #36579C; }
  .field-dob-second span.group-dob {
    border: none !important;
    float: left;
    position: relative; }
  .field-dob-second span.input-dob-field {
    display: inline-block;
    position: relative;
    padding: 2px;
    margin: 1px;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 3px; }
    .field-dob-second span.input-dob-field input {
      border: none;
      background-color: #ffffff;
      text-align: center;
      margin: 0;
      padding: 0;
      outline: none;
      vertical-align: middle; }
  .field-dob-second .group-dob span.input-dob-field span.separator {
    color: #d4d4d4;
    font-size: 25px;
    font-weight: 100;
    vertical-align: middle; }
  .field-dob-second .group-dob .input-dob-field span.label-ddmmyy {
    position: relative;
    text-align: center; }
  .field-dob-second .group-dob .label-ddmmyy label {
    position: absolute;
    left: 0;
    transform: translateY(50%);
    top: -7px;
    pointer-events: none;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    right: 0;
    width: 50px;
    left: 15px; }
  .field-dob-second .group-dob > span input:focus ~ label, .field-dob-second .group-dob > span input:valid ~ label {
    top: -32px;
    background: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    color: #36579C;
    width: 50px;
    font-size: 13px;
    left: 0; }
  .field-dob-second .group-dob .input-dob-field .label-ddmmyy input {
    width: 78px; }
  .field-dob-second .group-dob .input-dob-field.readonly .label-ddmmyy label {
    top: -32px;
    left: 0;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px; }

@media (max-width: 576px) {
  .field-dob-second .group-dob .input-dob-field {
    padding: 0 0 0 50px; }
    .field-dob-second .group-dob .input-dob-field .label-ddmmyy input {
      width: 59px; }
  .field-dob-second .group-dob > label {
    padding: 0 10px 0 40px;
    width: auto; }
    .field-dob-second .group-dob > label span {
      font-size: 0; }
  .field-dob-second .group-dob > span input {
    width: 70px; } }
/********************************************************
9. Tooltip
/********************************************************/
.tlTip {
  margin: 0 !important; }

.stp-email-wrapper {
  position: relative;
  width: 100%;
  text-align: center; }
  .stp-email-wrapper .info-tooltip-wrapper {
    cursor: pointer;
    right: 6px; }
  .stp-email-wrapper .stop-alert {
    top: 180%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    opacity: 0;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    color: #5f5f5f;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px; }
    .stp-email-wrapper .stop-alert:before {
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #f1f1f1 none repeat scroll 0 0;
      border-left: 1px solid #ddd;
      border-top: 1px solid #ddd;
      content: "";
      height: 15px;
      position: absolute;
      top: -7px;
      transform: rotate(45deg);
      width: 15px; }
    .stp-email-wrapper .stop-alert p {
      margin: 5px 0;
      text-align: justify; }
    .stp-email-wrapper .stop-alert .close {
      color: #5f5f5f;
      font-size: 25px;
      position: absolute;
      right: 5px;
      top: 0;
      text-shadow: 0 1px 0 #fff;
      font-weight: 600;
      line-height: 1;
      opacity: .5; }
  .stp-email-wrapper .stop-alert.in {
    top: 150%;
    visibility: visible;
    opacity: 1; }

.action-area .stp-email-wrapper {
  text-align: center;
  float: none; }

/********************************************************
10. Error Message
/********************************************************/
.text-error-msg {
  border-radius: 5px;
  margin: 15px 0;
  z-index: 9;
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #ba1d18; }
  .text-error-msg h3 {
    background: #fadbd9;
    color: #060000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    padding: 20px 20px 20px 60px;
    line-height: 1.4;
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 400; }
    .text-error-msg h3:before {
      background-repeat: no-repeat;
      content: "";
      background-image: url(../images/checkout.png?v1);
      width: 40px;
      background-size: 200px auto;
      background-position: 0 -143px;
      height: 30px;
      position: absolute;
      margin-left: 0;
      transform: translateY(50%);
      left: 15px;
      margin-top: -5px;
      top: 12%; }
  .text-error-msg ul {
    list-style: none;
    padding: 15px 15px 15px 30px;
    float: left;
    margin: 0; }
    .text-error-msg ul li {
      color: #2b2b2b;
      line-height: 1.5;
      padding-left: 25px; }
      .text-error-msg ul li::before {
        content: '\f111';
        font-family: FontAwesome;
        font-size: 8px;
        color: #ba1d18;
        line-height: 0;
        margin-top: 11px;
        float: left;
        margin-left: -15px; }

/********************************************************
11. Field Error Message & Tooltip
/********************************************************/
.field-select-options .field-error-message i {
  right: 45px; }
.field-select-options .field-error-message-tooltip {
  top: 15px;
  left: 0;
  right: 0; }
  .field-select-options .field-error-message-tooltip:before {
    top: -6px;
    right: 47px;
    transform: rotate(45deg); }

.field-dob .field-error-message,
.field-dob-second .field-error-message {
  float: left;
  position: relative; }

.field-dob .field-error-message-tooltip,
.field-dob-second .field-error-message-tooltip {
  right: -1px;
  transform: translateY(0%);
  top: 0;
  width: 180px;
  left: auto; }

.field-dob .field-error-message i,
.field-dob-second .field-error-message i {
  right: -28px;
  top: 7px; }

.field-dob .field-error-message-tooltip:before,
.field-dob-second .field-error-message-tooltip:before {
  top: 20px; }

.field-error-message i {
  position: absolute;
  right: 10px;
  color: #b83e3e;
  font-size: 20px;
  transform: translateY(50%);
  top: 5px; }
  .field-error-message i:hover {
    cursor: pointer; }
    .field-error-message i:hover + .field-error-message-tooltip {
      display: block; }

.field-error-message-tooltip {
  position: absolute;
  right: 40px;
  transform: translateY(50%);
  top: -18px;
  background: #f7f7f7;
  border: 1px solid #d5d5d5;
  color: #de281d;
  transition: all 0.4s ease 0s;
  z-index: 2;
  padding: 10px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  display: none; }
  .field-error-message-tooltip:before {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    width: 10px;
    height: 10px;
    top: 15px;
    right: -6px;
    transform: rotate(135deg);
    content: "";
    position: absolute; }

/********************************************************
12. Country Flag Dropdown
/********************************************************/
.ddOutOfVision {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.borderRadius .border {
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

img.fnone {
  float: none !important; }

.ddcommon {
  border: 1px solid #d4d4d4;
  position: relative;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline-block;
  *display: inline;
  cursor: default;
  height: 48px;
  width: 100% !important;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .ddcommon ul {
    padding: 0;
    margin: 0; }
    .ddcommon ul li {
      list-style-type: none; }
  .ddcommon .clear {
    clear: both; }
  .ddcommon input.text {
    color: #7e7e7e;
    padding: 0;
    position: absolute;
    background: #ffffff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none; }
  .ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute;
    border-left: none;
    border-right: none;
    right: 0; }
  .ddcommon .ddArrow {
    display: none; }
  .ddcommon .ddTitle {
    color: #000000;
    background: none;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%; }
    .ddcommon .ddTitle .ddTitleText {
      padding: 22px 35px 0 10px;
      display: block;
      white-space: nowrap; }
      .ddcommon .ddTitle .ddTitleText .ddlabel {
        width: 90%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .ddcommon .ddTitle .description {
      font-size: 12px;
      color: #666666;
      display: block; }
    .ddcommon .ddTitle .ddTitleText img {
      padding-right: 5px;
      position: relative;
      vertical-align: middle;
      float: left; }
  .ddcommon .ddChild {
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    left: -1px;
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999; }
    .ddcommon .ddChild li {
      padding: 5px;
      background-color: #ffffff;
      border-bottom: 1px solid #d4d4d4;
      clear: both; }
      .ddcommon .ddChild li .ddlabel {
        color: #333333; }
      .ddcommon .ddChild li img {
        padding: 0 6px 0 0;
        border: 0 none;
        position: relative;
        vertical-align: middle;
        float: left; }
      .ddcommon .ddChild li.selected {
        background-color: #1e90ff; }
        .ddcommon .ddChild li.selected.hover {
          background-color: #1e90ff; }
      .ddcommon .ddChild li.hover {
        background-color: #e5e5e5;
        cursor: pointer; }
      .ddcommon .ddChild li.selected .ddlabel {
        color: #ffffff; }
  .ddcommon .ddTitle .ddTitleText:hover {
    cursor: pointer; }
  .ddcommon:focus {
    outline: none; }
  .ddcommon .ddTitle .ddTitleText > * {
    display: inline-block;
    vertical-align: middle; }

@media (max-width: 576px) {
  .ddcommon {
    height: auto;
    padding-bottom: 5px; }

  span.ddlabel {
    word-break: break-word; } }
/********************************************************
11. Brand wise veriable value changes
/********************************************************/
.weightworld .btn-primary {
  background-color: #1166b9;
  border-color: #1166b9; }
  .weightworld .btn-primary:hover {
    background-color: #10569a; }

/********************************************************

/********************************************************/
.flag {
  float: left;
  padding: 0 !important;
  margin: -1px 8px 0px 0px;
  width: 16px;
  height: 11px;
  background: url(../images/flagssprite_small.png) no-repeat; }

.flag.ad {
  background-position: 0 0; }

.flag.ae {
  background-position: 0 -11px; }

.flag.af {
  background-position: 0 -22px; }

.flag.ag {
  background-position: 0 -33px; }

.flag.ai {
  background-position: 0 -44px; }

.flag.al {
  background-position: 0 -55px; }

.flag.am {
  background-position: 0 -66px; }

.flag.an {
  background-position: 0 -77px; }

.flag.ao {
  background-position: 0 -88px; }

.flag.ar {
  background-position: 0 -99px; }

.flag.as {
  background-position: 0 -110px; }

.flag.at {
  background-position: 0 -121px; }

.flag.au {
  background-position: 0 -132px; }

.flag.aw {
  background-position: 0 -143px; }

.flag.ax {
  background-position: 0 -154px; }

.flag.az {
  background-position: 0 -165px; }

.flag.ba {
  background-position: 0 -176px; }

.flag.bb {
  background-position: 0 -187px; }

.flag.bd {
  background-position: 0 -198px; }

.flag.be {
  background-position: 0 -209px; }

.flag.bf {
  background-position: 0 -220px; }

.flag.bg {
  background-position: 0 -231px; }

.flag.bh {
  background-position: 0 -242px; }

.flag.bi {
  background-position: 0 -253px; }

.flag.bj {
  background-position: 0 -264px; }

.flag.bm {
  background-position: 0 -275px; }

.flag.bn {
  background-position: 0 -286px; }

.flag.bo {
  background-position: 0 -297px; }

.flag.br {
  background-position: 0 -308px; }

.flag.bs {
  background-position: 0 -319px; }

.flag.bt {
  background-position: 0 -330px; }

.flag.bv {
  background-position: 0 -341px; }

.flag.bw {
  background-position: 0 -352px; }

.flag.by {
  background-position: 0 -363px; }

.flag.bz {
  background-position: 0 -374px; }

.flag.ca {
  background-position: 0 -385px; }

.flag.catalonia {
  background-position: 0 -396px; }

.flag.cc {
  background-position: 0 -407px; }

.flag.cd {
  background-position: 0 -418px; }

.flag.cf {
  background-position: 0 -429px; }

.flag.cg {
  background-position: 0 -440px; }

.flag.ch {
  background-position: 0 -451px; }

.flag.ci {
  background-position: 0 -462px; }

.flag.ck {
  background-position: 0 -473px; }

.flag.cl {
  background-position: 0 -484px; }

.flag.cm {
  background-position: 0 -495px; }

.flag.cn {
  background-position: 0 -506px; }

.flag.co {
  background-position: 0 -517px; }

.flag.cu {
  background-position: 0 -528px; }

.flag.cr {
  background-position: 0 -539px; }

.flag.cs {
  background-position: 0 -550px; }

.flag.cv {
  background-position: 0 -561px; }

.flag.cx {
  background-position: 0 -572px; }

.flag.cy {
  background-position: -16px 0; }

.flag.cz {
  background-position: -16px -11px; }

.flag.de {
  background-position: -16px -22px; }

.flag.dj {
  background-position: -16px -33px; }

.flag.dk {
  background-position: -16px -44px; }

.flag.dm {
  background-position: -16px -55px; }

.flag.do {
  background-position: -16px -66px; }

.flag.dz {
  background-position: -16px -77px; }

.flag.ec {
  background-position: -16px -88px; }

.flag.ee {
  background-position: -16px -99px; }

.flag.eg {
  background-position: -16px -110px; }

.flag.eh {
  background-position: -16px -121px; }

.flag.england {
  background-position: -16px -132px; }

.flag.er {
  background-position: -16px -143px; }

.flag.es {
  background-position: -16px -154px; }

.flag.et {
  background-position: -16px -165px; }

.flag.eu {
  background-position: -16px -176px; }

.flag.fam {
  background-position: -16px -187px; }

.flag.fi {
  background-position: -16px -198px; }

.flag.fj {
  background-position: -16px -209px; }

.flag.fk {
  background-position: -16px -220px; }

.flag.fm {
  background-position: -16px -231px; }

.flag.fo {
  background-position: -16px -242px; }

.flag.fr {
  background-position: -16px -253px; }

.flag.ga {
  background-position: -16px -264px; }

.flag.gb {
  background-position: -16px -275px; }

.flag.gd {
  background-position: -16px -286px; }

.flag.ge {
  background-position: -16px -297px; }

.flag.gf {
  background-position: -16px -308px; }

.flag.gh {
  background-position: -16px -319px; }

.flag.gi {
  background-position: -16px -330px; }

.flag.gl {
  background-position: -16px -341px; }

.flag.gm {
  background-position: -16px -352px; }

.flag.gn {
  background-position: -16px -363px; }

.flag.gp {
  background-position: -16px -374px; }

.flag.gq {
  background-position: -16px -385px; }

.flag.gr {
  background-position: -16px -396px; }

.flag.gs {
  background-position: -16px -407px; }

.flag.gt {
  background-position: -16px -418px; }

.flag.gu {
  background-position: -16px -429px; }

.flag.gw {
  background-position: -16px -440px; }

.flag.gy {
  background-position: -16px -451px; }

.flag.hk {
  background-position: -16px -462px; }

.flag.hm {
  background-position: -16px -473px; }

.flag.hn {
  background-position: -16px -484px; }

.flag.hr {
  background-position: -16px -495px; }

.flag.ht {
  background-position: -16px -506px; }

.flag.hu {
  background-position: -16px -517px; }

.flag.id {
  background-position: -16px -528px; }

.flag.ie {
  background-position: -16px -539px; }

.flag.il {
  background-position: -16px -550px; }

.flag.in {
  background-position: -16px -561px; }

.flag.io {
  background-position: -16px -572px; }

.flag.iq {
  background-position: -32px 0; }

.flag.ir {
  background-position: -32px -11px; }

.flag.is {
  background-position: -32px -22px; }

.flag.it {
  background-position: -32px -33px; }

.flag.jm {
  background-position: -32px -44px; }

.flag.jo {
  background-position: -32px -55px; }

.flag.jp {
  background-position: -32px -66px; }

.flag.ke {
  background-position: -32px -77px; }

.flag.kg {
  background-position: -32px -88px; }

.flag.kh {
  background-position: -32px -99px; }

.flag.ki {
  background-position: -32px -110px; }

.flag.km {
  background-position: -32px -121px; }

.flag.kn {
  background-position: -32px -132px; }

.flag.kp {
  background-position: -32px -143px; }

.flag.kr {
  background-position: -32px -154px; }

.flag.kw {
  background-position: -32px -165px; }

.flag.ky {
  background-position: -32px -176px; }

.flag.kz {
  background-position: -32px -187px; }

.flag.la {
  background-position: -32px -198px; }

.flag.lb {
  background-position: -32px -209px; }

.flag.lc {
  background-position: -32px -220px; }

.flag.li {
  background-position: -32px -231px; }

.flag.lr {
  background-position: -32px -242px; }

.flag.lk {
  background-position: -32px -253px; }

.flag.ls {
  background-position: -32px -264px; }

.flag.lt {
  background-position: -32px -275px; }

.flag.lu {
  background-position: -32px -286px; }

.flag.lv {
  background-position: -32px -297px; }

.flag.ly {
  background-position: -32px -308px; }

.flag.ma {
  background-position: -32px -319px; }

.flag.mc {
  background-position: -32px -330px; }

.flag.md {
  background-position: -32px -341px; }

.flag.me {
  background-position: -32px -352px; }

.flag.mg {
  background-position: -32px -363px; }

.flag.mh {
  background-position: -32px -374px; }

.flag.mk {
  background-position: -32px -385px; }

.flag.ml {
  background-position: -32px -396px; }

.flag.mm {
  background-position: -32px -407px; }

.flag.mn {
  background-position: -32px -418px; }

.flag.mo {
  background-position: -32px -429px; }

.flag.mp {
  background-position: -32px -440px; }

.flag.mq {
  background-position: -32px -451px; }

.flag.mr {
  background-position: -32px -462px; }

.flag.ms {
  background-position: -32px -473px; }

.flag.mt {
  background-position: -32px -484px; }

.flag.mu {
  background-position: -32px -495px; }

.flag.mv {
  background-position: -32px -506px; }

.flag.mw {
  background-position: -32px -517px; }

.flag.mx {
  background-position: -32px -528px; }

.flag.my {
  background-position: -32px -539px; }

.flag.mz {
  background-position: -32px -550px; }

.flag.na {
  background-position: -32px -561px; }

.flag.nc {
  background-position: -32px -572px; }

.flag.ne {
  background-position: -48px 0; }

.flag.nf {
  background-position: -48px -11px; }

.flag.ng {
  background-position: -48px -22px; }

.flag.ni {
  background-position: -48px -33px; }

.flag.nl {
  background-position: -48px -44px; }

.flag.no {
  background-position: -48px -55px; }

.flag.np {
  background-position: -48px -66px; }

.flag.nr {
  background-position: -48px -77px; }

.flag.nu {
  background-position: -48px -88px; }

.flag.nz {
  background-position: -48px -99px; }

.flag.om {
  background-position: -48px -110px; }

.flag.pa {
  background-position: -48px -121px; }

.flag.pe {
  background-position: -48px -132px; }

.flag.pf {
  background-position: -48px -143px; }

.flag.pg {
  background-position: -48px -154px; }

.flag.ph {
  background-position: -48px -165px; }

.flag.pk {
  background-position: -48px -176px; }

.flag.pl {
  background-position: -48px -187px; }

.flag.pm {
  background-position: -48px -198px; }

.flag.pn {
  background-position: -48px -209px; }

.flag.pr {
  background-position: -48px -220px; }

.flag.ps {
  background-position: -48px -231px; }

.flag.pt {
  background-position: -48px -242px; }

.flag.pw {
  background-position: -48px -253px; }

.flag.py {
  background-position: -48px -264px; }

.flag.qa {
  background-position: -48px -275px; }

.flag.re {
  background-position: -48px -286px; }

.flag.ro {
  background-position: -48px -297px; }

.flag.rs {
  background-position: -48px -308px; }

.flag.ru {
  background-position: -48px -319px; }

.flag.rw {
  background-position: -48px -330px; }

.flag.sa {
  background-position: -48px -341px; }

.flag.sb {
  background-position: -48px -352px; }

.flag.sc {
  background-position: -48px -363px; }

.flag.scotland {
  background-position: -48px -374px; }

.flag.sd {
  background-position: -48px -385px; }

.flag.se {
  background-position: -48px -396px; }

.flag.sg {
  background-position: -48px -407px; }

.flag.sh {
  background-position: -48px -418px; }

.flag.si {
  background-position: -48px -429px; }

.flag.sj {
  background-position: -48px -440px; }

.flag.sk {
  background-position: -48px -451px; }

.flag.sl {
  background-position: -48px -462px; }

.flag.sm {
  background-position: -48px -473px; }

.flag.sn {
  background-position: -48px -484px; }

.flag.so {
  background-position: -48px -495px; }

.flag.sr {
  background-position: -48px -506px; }

.flag.st {
  background-position: -48px -517px; }

.flag.sv {
  background-position: -48px -528px; }

.flag.sy {
  background-position: -48px -539px; }

.flag.sz {
  background-position: -48px -550px; }

.flag.tc {
  background-position: -48px -561px; }

.flag.td {
  background-position: -48px -572px; }

.flag.tf {
  background-position: -64px 0; }

.flag.tg {
  background-position: -64px -11px; }

.flag.th {
  background-position: -64px -22px; }

.flag.tj {
  background-position: -64px -33px; }

.flag.tk {
  background-position: -64px -44px; }

.flag.tl {
  background-position: -64px -55px; }

.flag.tm {
  background-position: -64px -66px; }

.flag.tn {
  background-position: -64px -77px; }

.flag.to {
  background-position: -64px -88px; }

.flag.tr {
  background-position: -64px -99px; }

.flag.tt {
  background-position: -64px -110px; }

.flag.tv {
  background-position: -64px -121px; }

.flag.tw {
  background-position: -64px -132px; }

.flag.tz {
  background-position: -64px -143px; }

.flag.ua {
  background-position: -64px -154px; }

.flag.ug {
  background-position: -64px -165px; }

.flag.um {
  background-position: -64px -176px; }

.flag.us {
  background-position: -64px -187px; }

.flag.uy {
  background-position: -64px -198px; }

.flag.uz {
  background-position: -64px -209px; }

.flag.va {
  background-position: -64px -220px; }

.flag.vc {
  background-position: -64px -231px; }

.flag.ve {
  background-position: -64px -242px; }

.flag.vg {
  background-position: -64px -253px; }

.flag.vi {
  background-position: -64px -264px; }

.flag.vn {
  background-position: -64px -275px; }

.flag.vu {
  background-position: -64px -286px; }

.flag.wales {
  background-position: -64px -297px; }

.flag.wf {
  background-position: -64px -308px; }

.flag.ws {
  background-position: -64px -319px; }

.flag.ye {
  background-position: -64px -330px; }

.flag.yt {
  background-position: -64px -341px; }

.flag.za {
  background-position: -64px -352px; }

.flag.zm {
  background-position: -64px -363px; }

.flag.zw {
  background-position: -64px -374px; }

/********************************************************
Footer SCSS for footer section 
/********************************************************/
/********************************************************
Import Variables & Mixins   
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
/********************************************************
Footer SCSS  
/********************************************************/
footer {
  float: left;
  width: 100%;
  display: block; }
  footer .footer-social-btn a {
    color: #ffffff;
    font-size: 27px;
    text-decoration: none; }
    footer .footer-social-btn a:hover {
      opacity: .9; }
    footer .footer-social-btn a:last-child {
      margin-left: 5px; }
  footer .footer-links ul li a {
    color: #ffffff; }
  footer .footer-social-wrapper {
    background: #36579C;
    padding: 12px 0; }
  footer .footer-social-btn {
    display: inline-block;
    padding-right: 15px; }
  footer .footer-social-signup {
    float: right; }
    footer .footer-social-signup p {
      float: left;
      padding: 8px 0;
      margin: 0;
      margin-right: 10px;
      color: #ffffff; }
  footer .disclaimer-text p {
    color: #ffffff;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: justify; }
    footer .disclaimer-text p a {
      color: #ffffff;
      text-decoration: underline; }
      footer .disclaimer-text p a:hover {
        color: #8ac2dd; }
  footer .footer-links dd a:hover {
    color: #8ac2dd;
    text-decoration: none; }
  footer .footer-subscribe-input {
    align-items: center;
    border: 1px solid #ffffff;
    display: flex; }
    footer .footer-subscribe-input input {
      border: 0;
      background: #ffffff;
      font-size: 16px;
      padding: 3px 8px;
      width: 100%;
      height: 35px; }
      footer .footer-subscribe-input input::-moz-placeholder, footer .footer-subscribe-input input:placeholder-shown {
        color: #6c757d;
        font-size: 16px !important; }
    footer .footer-subscribe-input button {
      background: #ffffff;
      border: none;
      color: #ffffff;
      outline: none;
      height: 35px;
      width: 35px; }
      footer .footer-subscribe-input button:before {
        background-repeat: no-repeat;
        content: "";
        background-image: url(../images/checkout.png);
        width: 30px;
        background-size: 200px auto;
        background-position: -80px 7px;
        height: 30px;
        position: absolute;
        margin-left: -20px;
        margin-top: -15px; }
      footer .footer-subscribe-input button:hover {
        cursor: pointer; }
  footer .footer-links {
    padding: 40px 0 0 0; }
    footer .footer-links ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      footer .footer-links ul li {
        line-height: 22px; }
    footer .footer-links dt {
      color: #ffffff;
      font-size: 18px;
      margin: 0;
      padding-bottom: 15px;
      text-transform: uppercase; }
    footer .footer-links dd a {
      font-size: 15px;
      margin: 0;
      padding-bottom: 15px;
      display: block;
      color: #ffffff; }
    footer .footer-links dt a {
      color: #ffffff;
      text-decoration: none; }
      footer .footer-links dt a:hover {
        cursor: auto; }
  footer .footer-logos {
    border-top: 1px solid #6c757d;
    float: left;
    width: 100%;
    padding: 20px 0; }
    footer .footer-logos .footer-logo {
      float: left; }
  footer .copyright-logos {
    float: right; }
    footer .copyright-logos img {
      padding-top: 5px; }
  footer.checkout {
    border-top: 1px solid #d4d4d4;
    padding: 20px 0;
    margin-top: 30px;
    position: relative; }
  footer .bdr-absolute {
    position: absolute;
    width: 70px;
    background: #d4d4d4;
    height: 1px;
    top: -1px; }
  footer .footer-left-logos {
    padding-top: 10px; }
  footer .comodo-seal {
    padding-top: 10px;
    /*	margin-right: -30px;*/ }

/********************************************************
Mixin SCSS for mixin 
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
/********************************************************
Reboot SCSS for only required Bootstrap 
/********************************************************/
/********************************************************
Import Variables & Mixins   
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
/*@import "utilities/align";
@import "utilities/background";
@import "utilities/borders";
@import "utilities/clearfix";*/
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
    .mt-lg-0{
      margin-top: 0 !important;
    }
  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
/* Base class*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12px;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }

/*@import "utilities/embed";
@import "utilities/flex";
@import "utilities/float";
@import "utilities/position";
@import "utilities/screenreaders";
@import "utilities/sizing";
@import "utilities/spacing";
@import "utilities/text";
@import "utilities/visibility";*/
/********************************************************
Reboot Col Structure SCSS  
/********************************************************/
.container, .container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.no-gutters {
  margin-left: 0;
  margin-right: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; }

  .row {
    margin-right: -15px;
    margin-left: -15px; }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.333333%; }

  .pull-sm-2 {
    right: 16.666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.333333%; }

  .pull-sm-5 {
    right: 41.666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.333333%; }

  .pull-sm-8 {
    right: 66.666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.333333%; }

  .pull-sm-11 {
    right: 91.666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.333333%; }

  .push-sm-2 {
    left: 16.666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.333333%; }

  .push-sm-5 {
    left: 41.666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.333333%; }

  .push-sm-8 {
    left: 66.666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.333333%; }

  .push-sm-11 {
    left: 91.666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%; }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.333333%; }

  .pull-md-2 {
    right: 16.666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.333333%; }

  .pull-md-5 {
    right: 41.666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.333333%; }

  .pull-md-8 {
    right: 66.666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.333333%; }

  .pull-md-11 {
    right: 91.666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.333333%; }

  .push-md-2 {
    left: 16.666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.333333%; }

  .push-md-5 {
    left: 41.666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.333333%; }

  .push-md-8 {
    left: 66.666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.333333%; }

  .push-md-11 {
    left: 91.666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; }

  .ml-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .container {
    width: 1000px; }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.333333%; }

  .pull-lg-2 {
    right: 16.666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.333333%; }

  .pull-lg-5 {
    right: 41.666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.333333%; }

  .pull-lg-8 {
    right: 66.666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.333333%; }

  .pull-lg-11 {
    right: 91.666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.333333%; }

  .push-lg-2 {
    left: 16.666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.333333%; }

  .push-lg-5 {
    left: 41.666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.333333%; }

  .push-lg-8 {
    left: 66.666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.333333%; }

  .push-lg-11 {
    left: 91.666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.333333%; }

  .pull-xl-2 {
    right: 16.666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.333333%; }

  .pull-xl-5 {
    right: 41.666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.333333%; }

  .pull-xl-8 {
    right: 66.666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.333333%; }

  .pull-xl-11 {
    right: 91.666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.333333%; }

  .push-xl-2 {
    left: 16.666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.333333%; }

  .push-xl-5 {
    left: 41.666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.333333%; }

  .push-xl-8 {
    left: 66.666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.333333%; }

  .push-xl-11 {
    left: 91.666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/********************************************************
Owl Caraousel SCSS for Owl Caraousel 
/********************************************************/
/********************************************************
Import Variables & Mixins   
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
/********************************************************
Carousel SCSS  
/********************************************************/
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
  overflow: hidden; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease; }
    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
      max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease; }
    .owl-carousel .owl-video-play-icon:hover {
      -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

.no-js .owl-carousel {
  display: block; }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding-top: 15px; }
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding-top: 15px;
  margin-top: 10px; }
  .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d4d4d4;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*=owl-]:hover {
      background: #999999;
      color: #ffffff;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: none; }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d4d4d4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #36579C; }

.owl-controls .owl-next, .owl-controls .owl-prev {
  background: rgba(36, 36, 36, 0.3) none repeat scroll 0 0;
  color: #ffffff;
  display: table;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  vertical-align: middle;
  width: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  transform: -moz-translateY(-50%);
  transform: -ms-translateY(-50%);
  transform: -webkit-translateY(-50%);
  cursor: pointer;
  transition: all .3s ease 0s;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  text-align: center; }
.owl-controls .owl-prev {
  left: -50px; }
.owl-controls .owl-next {
  right: -50px; }
.owl-controls .fa {
  display: table-cell;
  vertical-align: middle; }

.owl-carousel:hover .owl-controls .owl-prev {
  left: 0;
  opacity: 1; }
.owl-carousel:hover .owl-controls .owl-next {
  right: 0;
  opacity: 1; }

.owl-controls.disabled {
  display: none; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/********************************************************
Media SCSS for responsive device 
/********************************************************/
/********************************************************
Import Variables & Mixins   
/********************************************************/
/********************************************************
Basic Color Variables
/********************************************************/
/********************************************************
Theme Color Variables
/********************************************************/
/********************************************************
Alert Variables
/********************************************************/
/********************************************************
Field Variables
/********************************************************/
/********************************************************
Social Media
/********************************************************/
/********************************************************
Font family & Size Variables
/********************************************************/
/********************************************************
Width Variables
/********************************************************/
/********************************************************
Text Align Variables
/********************************************************/
/********************************************************
Path Specification Variables
/********************************************************/
/********************************************************
Breakpoints Variables
/********************************************************/
/********************************************************
Tooltip Variables
/********************************************************/
/********************************************************
Animigo Color Variables
/********************************************************/
/********************************************************
Leluna Color Variables
/********************************************************/
/********************************************************
Transition Mixin   
/********************************************************/
/********************************************************
Padding Mixin  
/********************************************************/
/********************************************************
Margin Mixin  
/********************************************************/
/********************************************************
Webkit-flex Mixin  
/********************************************************/
/********************************************************
Common Mixin  
/********************************************************/
/********************************************************
Font Waight Mixin  
/********************************************************/
/********************************************************/
/* Max-Width 1200PX     *********************************/
/********************************************************/
@media (max-width: 1200px) {
  .breadcrumb {
    font-size: 12px;
    position: relative;
    /*.bchild-links {
    				&:before {
    								margin-left: -20px;
    								margin-top: -1px; 
    				} 
    }*/ }

  .quantity-slider .plus {
    margin-left: -4px; }

  .product-image {
    padding-left: 0; }

  .padd-half {
    padding: 20px 0 45px 0; }

  .bottom-header {
    display: none; }

  .border-btm-line {
    border-bottom: 1px solid #d4d4d4; }

  .field-dob label {
    width: 182px; }

  .img-prodcut-name {
    padding-right: 10px; }

  .p-total {
    width: 100px; }

  .img-prodcut-name {
    padding-right: 10px; }

  .product_summary_cart dl.col-12.OrdSumm {
    padding-right: 15px; }

  .checkout-wrapper {
    overflow: hidden; }
    .checkout-wrapper .checkout-left {
      max-width: 60%; }
    .checkout-wrapper .checkout-right {
      max-width: 40%;
      flex: 0 0 40%; }

  .checkout-field-form .checkout-personal-detail fieldset a i {
    margin-top: 0px; }

  .shipping-address {
    width: 100%; }

  .shipping-method {
    margin-top: 20px; }

  .quick-view-btn {
    display: none; }

  .order-form .checkout-address .shipping-address, .order-form .checkout-address .billing-address {
    width: 100%; }

  .tlTip {
    margin-bottom: 0 !important; }

  .tlTip .stp-email-wrapper .stop-alert {
    bottom: 15px;
    top: auto; }
    .tlTip .stp-email-wrapper .stop-alert:before {
      bottom: -7px;
      transform: rotate(225deg);
      top: auto; } }
/********************************************************/
/* Min-Width 993PX     **********************************/
/********************************************************/
@media (min-width: 1025px) {
  .hv-100 {
    height: 100vh; } }
@media (min-width: 992px) {
  .paroduct-cart-list {
    display: block !important; }

  .checkout-right .right-area {
    width: 50vw; } }
/********************************************************/
/* Max-Width 1024PX     **********************************/
/********************************************************/
@media (max-width: 1024px) {
  .breadcrumb .bchild-links:before {
    margin-top: 1px; }

  .breadcrumb .bchild-links {
    padding-left: 20px;
    margin-left: 0; } }
/********************************************************/
/* Max-Width 991PX     **********************************/
/********************************************************/
@media (max-width: 991px) {
  .product-right-list {
    position: relative;
    top: 0px; }
    .country-code-with-mobile-number .ddcommon {
      height: 58px;
  }
  .country-code-with-mobile-number-paypal .ddcommon {
    height: 48px;
  }
  .country-code-with-mobile-number-paypal label, .country-code-with-mobile-number label {
    font-size: 13px !important;
    left: 40px !important;
  }
  .checkout-left {
    padding-right: 15px; }

  media-a, .footer-quick-links dt:before, .footer-quick-links dt.active:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 17px;
    font-size: 12px;
    margin-top: 8px; }

  .row-custom {
    display: flex;
    flex-wrap: wrap; }

  .checkout-wrapper .checkout-left {
    max-width: 100%;
    flex: 0 0 100%; }
  .checkout-wrapper .checkout-right {
    max-width: 100%;
    flex: 0 0 100%; }

  .bottom-header li {
    font-size: 11px;
    margin-right: 10px; }

  .product-image {
    padding-left: 10px; }

  .footer-social-wrapper .justify-content-between {
    padding: 0 15px; }

  .disclaimer-text {
    padding-left: 15px; }

  .footer-social-signup {
    flex: none;
    max-width: 60%; }

  .footer-logos {
    margin-top: 20px; }

  .footer-links dl {
    margin-bottom: 0; }
  .footer-links dt {
    padding: 5px 0 0 0;
    margin: 0 0 5px 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: none; }
  .footer-links dd {
    margin-bottom: 0; }
    .footer-links dd a {
      padding-bottom: 5px; }

  .basket-head {
    display: none; }

  .product-text {
    border: 1px solid #e5e5e5;
    align-items: end;
    padding: 10px 0;
    display: block;
    position: relative;
    margin-top: -1px; }

  .basket-table.cart_free_product {
    padding-bottom: 10px; }
    .basket-table.cart_free_product .product-image {
      top: 10px; }
    .basket-table.cart_free_product .product-price {
      display: block; }
      .basket-table.cart_free_product .product-price .field-save-details {
        padding-left: 100px;
        margin-bottom: 10px; }
        .basket-table.cart_free_product .product-price .field-save-details label {
          margin: 0; }
    .basket-table.cart_free_product div.product-price:nth-last-of-type(5), .basket-table.cart_free_product .product-save, .basket-table.cart_free_product .product-total {
      display: none !important; }

  .product-total {
    float: right;
    text-align: right;
    padding-right: 0px;
    width: 150px;
    bottom: 30px;
    position: absolute;
    right: 9px; }

  .product-stock {
    display: inline-flex;
    position: absolute;
    left: 4px;
    top: 42px; }
    .product-stock:before {
      margin-left: -13px;
      margin-top: -13px;
      height: 20px;
      width: 20px;
      background-size: 150px auto;
      left: 15px; }

  .product-text .product-img {
    max-width: 70px; }
  .product-text .product-image {
    float: left;
    width: 100px;
    height: auto;
    position: absolute;
    margin-left: 15px; }

  .product-name {
    padding-left: 120px;
    margin-bottom: 10px; }

  .product-price {
    display: none; }

  .product-slider .quantity-slider:nth-last-of-type(2) {
    margin-top: 20px; }

  .product-slider {
    text-align: left;
    padding-left: 120px; }

  .buy-offer {
    position: absolute;
    top: -27px; }

  .product-delete {
    position: absolute;
    top: 15px;
    padding: 0;
    width: 20px;
    right: 9px; }

  .product-save {
    display: block;
    position: absolute;
    text-align: right;
    bottom: 10px;
    font-size: 11px;
    right: 9px;
    padding-right: 0; }

  .product-checkout-text {
    display: flex;
    flex-flow: row wrap; }

  .order-steps {
    order: 1; }

  .order-step {
    order: 2;
    text-align: center;
    width: 100%;
    padding-right: 0; }

  .checkout-link {
    max-width: 365px;
    float: none;
    display: inline-block; }

  .product-pay-checkout, .product-paypal {
    margin: 0px auto;
    text-align: center; }

  .footer-quick-links dd {
    display: none; }
  .footer-quick-links dt.active + dd {
    display: block; }

  .footer-links dt a:hover {
    cursor: pointer; }

  .footer-quick-links dt:before {
    content: "\f067"; }
  .footer-quick-links dt.active:before {
    content: "\f068"; }

  footer .footer-right-logos {
    margin-right: 0; }

  .breadcrumb, .bdr-absolute {
    display: none; }

  .checkout-right .right-area {
    height: 100%;
    left: auto !important;
    right: -150px;
    margin-bottom: 0;
    padding-bottom: 0; }

  .border-top {
    border-top: none; }

  .product-right-list {
    padding: 0;
    margin-bottom: 0 !important; }

  .checkout-left, .action-area .text-left {
    order: 2; }

  .checkout-right {
    order: 1; }

  .action-area .text-right {
    order: 1; }
  .action-area .text-left, .action-area .text-right {
    width: 100%; }
  .action-area .text-left p {
    text-align: center; }

  .order-steps {
    padding-left: 0 !important;
    width: 100%; }

  .product-promo {
    width: 100%;
    float: left;
    padding-top: 15px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: none;
    margin-bottom: 15px; }

  .p-sub-total, .p-discount, .p-total, .p-shipping {
    width: 50%; }

  .p-sub-total-right, .p-shipping-right {
    font-size: 20px; }

  .product-promo {
    float: none; }

  .p-total.hide {
    display: none; }

  .accor-checkout-title.active .p-total.hide {
    display: block; }
  .accor-checkout-title.active .p-total.show {
    display: none; }

  .btn-paypal {
    max-width: 365px; }

  .livechat-phone {
    padding-right: 15px;
    float: right;
    width: 50%; }
    .livechat-phone .phone a, .livechat-phone .live-chat {
      font-size: 0 !important; }
    .livechat-phone .fa {
      font-size: 25px;
      padding: 10px 0px; }
    .livechat-phone .live-chat {
      display: unset;
      min-width: auto !important; }

  .bottom-header, .top-header, .livechat-phone p {
    display: none; }

  .paroduct-cart-list {
    display: none;
    float: left;
    width: 100%; }

  .accor-checkout-title {
    display: block;
    float: left;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease; }
    .accor-checkout-title .p-total {
      text-transform: none;
      position: relative;
      padding-left: 40px;
      color: #333333;
      font-size: 14px; }
    .accor-checkout-title .product-grandtotal {
      margin-bottom: 0;
      border-top: none;
      padding-left: 5px;
      padding-right: 10px;
      border-bottom: 1px solid #d4d4d4;
      position: relative; }
    .accor-checkout-title .p-total:before {
      background-repeat: no-repeat;
      background-size: 275px auto;
      background-image: url(../images/checkout.png?v1);
      position: absolute;
      left: 2px;
      width: 30px;
      content: "";
      z-index: 1;
      height: 30px;
      background-position: -154px -76px;
      top: -8px; }
    .accor-checkout-title.active .p-total i {
      transform: rotate(180deg); }
    .accor-checkout-title .p-total {
      width: auto; }

  .accor-checkout-title > .product-shipping {
    display: none; }

  .accor-checkout-title .product-grandtotal {
    padding: 10px 0;
    margin-top: 0; }
    .accor-checkout-title .product-grandtotal:before {
      position: absolute;
      border-bottom: 1px solid #d4d4d4;
      content: "";
      right: -160px;
      width: 100%;
      background: #d5d5d5;
      height: 1px;
      bottom: -1px; }
    .accor-checkout-title .product-grandtotal:after {
      position: absolute;
      border-bottom: 1px solid #d4d4d4;
      content: "";
      left: -160px;
      width: 100%;
      background: #d5d5d5;
      height: 1px;
      bottom: -1px; }

  .checkout-field-form .checkout-personal-detail fieldset a i {
    margin-top: -12px; }

  .shipping-method {
    margin-top: 0;
    padding-right: 0px; }

  .shipping-address {
    width: 50%; }

  .free-product-display .product-total {
    bottom: 25px; }
  .free-product-display .product-save {
    display: none; }

  .free-product-checkbox .product-price {
    display: block;
    padding-left: 105px; }

  .free-product-checkbox .product-price .field-save-details [class^=col-] {
    margin: 0; }

  .order-form .order-icon-status {
    padding-top: 0; }

  .tlTip {
    justify-content: center; }

  .tlTip > div {
    flex: 0 0 100%; }

  .basket-table .product-total .vat-incl-excl-ship {
    display: block;
    position: relative;
    top: 8px; }

  .expCheckoutBtns .AmazonPayButton {
    width: 180px; }
  .expCheckoutBtns .amazonpay-button-inner-image {
    min-height: auto !important;
    width: 100%; }
  .expCheckoutBtns .btn-paypal {
    max-width: 100%;
    margin-top: 15px;
    width: 180px; }
  .expCheckoutBtns .row > .col-lg-6:first-of-type {
    padding-right: 15px; }
  .expCheckoutBtns .row > .col-lg-6:last-of-type {
    padding-left: 15px; }

  .dkHeader .emarketLogo img {
    width: 40px;
    padding: 5px 0px; } }
/********************************************************/
/* Max-Width 768PX     **********************************/
/********************************************************/
@media (max-width: 768px) {
  .order-form .order-icon-status .order-status {
    width: 75%; }

  .order-form .order-icon-status .order-status {
    font-size: 25px; } }
/********************************************************/
/* Max-Width 767PX     **********************************/
/********************************************************/
@media (max-width: 767px) {
  section {
    padding: 0 0 40px 0; }

  .middle-header {
    border-bottom: 1px solid #d5d5d5; }

  .order-md-2, .order-md-3, .order-md-4 {
    width: 100%; }

  .padd-half {
    padding: 45px 10px; }

  .footer-social-btn {
    width: 100%;
    text-align: center;
    flex: none;
    max-width: inherit; }

  .footer-social-signup {
    padding-right: 15px;
    width: 100%;
    margin: 0px auto;
    max-width: 100%; }
    .footer-social-signup p {
      float: none;
      margin-right: 0;
      text-align: center;
      width: 100%; }

  .checkout .text-left, .checkout .text-right {
    text-align: center !important; }
  .checkout .text-left {
    margin-bottom: 15px; }

  .mb-4.top-title {
    margin-bottom: 0 !important; }

  .checkout-from-master-group span.login-text {
    width: 100%;
    padding-bottom: 30px;
    display: inline-block;
    position: relative;
    top: 10px; }

  .postal-country .group, .field-select-options {
    width: 100%; }

  .postal-country .group.field-postal-code {
    margin-right: 0%; }

  .discreet-delivery-note {
    padding-left: 15px; }

  button.btn.btn-primary.btn-sm {
    float: left; }

  .p-sub-total, .p-total, .p-shipping {
    width: 65%; }

  .p-discount {
    width: 35%; }

  .p-total {
    width: 25%; }

  .p-total-right {
    font-size: 24px; }

  .p-total {
    margin-top: 5px; }

  .checkout-from-master-group .checkout-field-form .group.field-postal-code, .checkout-from-master-group .checkout-field-form .field-country, .checkout-from-master-group .checkout-field-form .group.half-width {
    width: 100%; }

  .checkout-field-form .checkout-personal-detail {
    padding: 10px; }
    .checkout-field-form .checkout-personal-detail fieldset a i {
      margin-top: 0px; }

  extend-delivery-method, .select-method-section .method-select .delivery-method-price, .select-method-section .method-select .delivery-method-name, .select-method-section .method-select .delivery-method-delivery {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: left;
    padding-left: 10px; }

  	 /*.order-form .order-print-dwld {
      position: relative;
      top: 7px;
  	float: right;
  	
  }*/
  .order-form .order-icon-status {
    padding-right: 0; }

  .order-form .order-icon-status .order-status {
    font-size: 18px; }

  .order-form .order-info:first-of-type {
    padding: 5px 100px 5px 0; }

  .check-icon-status {
    padding-right: 0; }

  .check-order-status {
    font-size: 30px; }

  .order-form .checkout-address .shipping-address,
  .order-form .checkout-address .shipping-method {
    width: 100%;
    padding-right: 0;
    word-break: break-all; }

  .order-form .checkout-address .shipping-method {
    padding-top: 20px; }

  .order-form .order-icon-status .order-icon-img {
    height: 40px;
    width: 40px; }

  .order-form .order-icon-status .order-icon-img::before {
    height: 40px;
    width: 40px;
    margin-left: 0px;
    margin-top: 0px;
    background-size: 190px auto; }

  .order-form .order-icon-status .order-icon-img.error::before {
    background-position: 3px -97px; }

  .order-form .order-icon-status .order-icon-img::before {
    background-position: 3px -61px; }

  .payment-section .select-method-section .payment-method-content-area, .payment-section .select-method-section .payment-method-content-area.checkout-content {
    padding: 20px 5%; }

  .order-modal .table-bordered {
    min-width: auto;
    width: 100%; }
  .order-modal .table td, .order-modal .table th {
    padding: 8px 5px; }

  .basket-table .product-total .vat-incl-excl-ship {
    display: none; }

  .checkout-from-master-group .checkout-field-form .field-state {
    width: 100% !important; }

  .expCheckoutBtns .row > * {
    margin: 0 auto;
    flex: 0 0 100%;
    max-width: 100%; }

  .expCheckoutBtns .row > .col-lg-6:last-of-type {
    display: block; }

  .dispNone {
    display: block !important; }

  .consentSection .radio-btn {
    padding-right: 30px; }

  .checkout-field-form .checkout-personal-detail fieldset {
    flex-direction: column;
    align-items: flex-start; } }
/********************************************************/
/* Max-Width 576PX     **********************************/
/********************************************************/
@media (max-width: 576px) {
  .logo {
    padding-left: 15px;
    float: left;
    width: 50%; }
    .logo img {
      width: 190px; }

  .discreet-delivery-note {
    text-align: left;
    position: relative; }

  .footer-social-wrapper .justify-content-between {
    padding: 0 15px; }

  .footer-links {
    padding: 40px 15px 0 15px; }

  .copyright-logos {
    margin-top: 20px;
    text-align: center;
    width: 100%; }

  .discreet-delivery-note {
    padding-left: 45px;
    text-align: left;
    position: relative;
    padding-right: 10px; }
    .discreet-delivery-note span:before {
      margin-left: -42px;
      transform: translateY(-50%);
      top: 50%;
      margin-top: -4px; }

  .product-text .product-img {
    max-width: 60px; }
  .product-text .product-image {
    margin-left: 10px; }

  .product-slider, .product-name {
    padding-left: 90px;
    padding-right: 50px; }

  .padd-half {
    padding: 25px 0; }

  .field-dob-select-dropdown .select {
    width: 70px; }
  .field-dob-select-dropdown:before {
    left: 40px; }

  .field-save-details [class^=col-] {
    padding: 0 20px 0 0;
    line-height: 1.8; }

  .field-dob label {
    width: 52px;
    font-size: 0;
    padding: 5px; }

  .field-save-details [class^=col-] {
    padding: 0 20px 0 0;
    line-height: 1.8; }

  .product-promo {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .product_summary_cart dl.col-12.OrdSumm {
    padding-left: 10px;
    padding-right: 10px; }

  .promotext input {
    width: 100%;
    width: 110px; }

  footer .footer-logos {
    padding: 20px; }

  .footer-quick-links {
    width: 100%; }
    .footer-quick-links dl {
      width: 100%; }

  .checkout-free-product-area p {
    padding: 10px 10px 10px 30px; }
    .checkout-free-product-area p:before {
      margin-left: -25px; }

  .checkout .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  section {
    padding: 0 0 20px 0; }

  .payment-method-section .payment-method-images {
    width: 25%; }

  .shipping-address {
    width: 100%; }

  .shipping-method {
    margin-top: 15px;
    width: 100%; }

  .free-product-checkbox .product-price .field-save-details {
    padding-left: 0;
    margin-left: -15px; }

  .checkout-address .shipping-method img {
    width: 30px; }

  .shipping-method span {
    padding-top: 10px; }

  .checkout-social-icons {
    display: grid !important;
    width: 100%;
    margin-left: 0; }

  .checkout-steps-next-point .checkout-social-icons a {
    margin-right: 0;
    width: 100%; }

  .checkout-social-icons .s-facebook {
    margin-bottom: 10px; }

  .field-dob .field-error-message-tooltip {
    width: 260px; }

  .field-dob-second .field-error-message-tooltip {
    width: 263px; }

  .field-dob-second .group-dob .label-ddmmyy label {
    left: 3px; }

  .basket-table.cart_free_product .product-price .field-save-details {
    padding-left: 75px; }

  .field-dob-select {
    width: calc(100% - 52px); }
    .field-dob-select .field-dob-select-dropdown {
      width: 33.3333%; }
      .field-dob-select .field-dob-select-dropdown::before {
        left: auto;
        right: 7px; }
    .field-dob-select .select {
      width: 100%; }

  .product-slider .quantity-slider {
    position: relative;
    z-index: 1; }

  .IssueBox .btn-sm {
    width: 100%; }

  .chekout-modal .order-modal .modal-logo img {
    max-width: 150px; }

  .action-area {
    margin: 15px 0 !important; }

  .offers-radios-list.newsletterBlock {
    flex-direction: column;
    align-items: flex-start; }

  .offers-radios-list.newsletterBlock li {
    padding-bottom: 5px; }

  .offers-radios-list.newsletterBlock li:last-child {
    margin-left: 0; }

  .otherResource label {
    display: block; }

  .otherResource input {
    margin-left: 0;
    width: 100%; }

  .checkout-steps-next-point .bankinfo .float-right {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }

  .checkout-steps-next-point .bankinfo .bluetick {
    clear: both; } }
@media (max-width: 480px) {
  .checkout-from-master-group .checkout-field-form .field-company-name input {
    height: 70px;
    padding-top: 30px; }

  .checkout-from-master-group .checkout-field-form .field-company-name label {
    max-width: 80%; }

  .checkout-from-master-group .checkout-field-form .field-company-name input:focus ~ label, .checkout-from-master-group .checkout-field-form .field-company-name input:valid ~ label, .checkout-from-master-group .checkout-field-form .field-company-name input:-webkit-autofill:focus ~ label, .checkout-from-master-group .checkout-field-form .field-company-name input:-webkit-autofill ~ label, .checkout-from-master-group .checkout-field-form .field-company-name input:read-only ~ label {
    left: 35px; } }
/********************************************************
New Member Area Checkout Css
/********************************************************/
/*-- Log in --*/
.shytobuy .formArea .btn-login {
  background: #36579C; }
.shytobuy .btn-account {
  background: #36579C; }

.weightworld .formArea .btn-login {
  background: #1166b9; }
.weightworld .btn-account {
  background: #1166b9; }

.animigo .formArea .btn-login {
  background: #33363a; }
.animigo .btn-account {
  background: #33363a; }

.loginFormWrap {
  padding: 20px 0; }

.formArea {
  background: #f2f2f2;
  text-align: center;
  padding: 50px; }
  .formArea .title {
    font-weight: 300;
    font-size: 30px;
    color: #333333;
    margin-bottom: 45px; }
  .formArea .ForgottenLink {
    font-weight: 300;
    font-size: 14px;
    color: #7f7f7f;
    text-decoration: underline;
    font-style: italic; }
  .formArea .btn-login {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 7px 16px 5px rgba(29, 60, 73, 0.3);
    box-shadow: 0 7px 16px 5px rgba(29, 60, 73, 0.3);
    padding: 0.8rem 2rem;
    border-radius: 6px; }
  .formArea .notAccountText {
    font-weight: 400;
    font-size: 14px;
    color: #363636; }
    .formArea .notAccountText a {
      font-weight: 400;
      font-size: 16px;
      text-decoration: underline;
      color: #363636; }
  .formArea .btn-account,
  .formArea .btn-facebook,
  .formArea .btn-google,
  .formArea .btn-apple {
    font-weight: 600;
    font-size: 20px;
    padding: 0.6rem 1rem; }
    .formArea .btn-account img,
    .formArea .btn-facebook img,
    .formArea .btn-google img,
    .formArea .btn-apple img {
      max-height: 30px;
      width: auto; }
  .formArea .btn-facebook,
  .formArea .btn-google,
  .formArea .btn-apple {
    margin: 0 5px; }
  .formArea .btn-block + .btn-block {
    margin-top: 1.5rem; }
  .formArea .orText {
    font-weight: 600;
    font-size: 22px;
    color: #363636;
    margin: 20px 0; }
  .formArea .btn-account {
    color: #fff;
    text-transform: uppercase; }
  .formArea .btn-facebook {
    background: #3578eb;
    color: #fff; }
  .formArea .btn-google {
    background-color: #ffffff;
    color: #5186ec; }
  .formArea .btn-apple {
    background: #000000;
    color: #fff; }

.bannerArea {
  background-size: cover;
  min-height: 100%; }
  .bannerArea.register {
    background-size: cover; }

.newField {
  position: relative; }
  .newField label {
    font-size: 18px;
    font-weight: 300;
    color: #9d9d9d; }
  .newField .input-group-text {
    background-color: #fff;
    border: none;
    padding: 0 0.8rem !important; }
  .newField .form-control:not(textarea) {
    padding: 0.5rem 0;
    border: none;
    height: 58px;
    font-size: 18px;
    font-weight: 300;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    padding-right: 15px;
    background-color: #fff; }
    .newField .form-control:not(textarea)::placeholder {
      color: #9d9d9d; }
  .newField input:-webkit-autofill,
  .newField input:-webkit-autofill:hover,
  .newField input:-webkit-autofill:focus,
  .newField textarea:-webkit-autofill,
  .newField textarea:-webkit-autofill:hover,
  .newField textarea:-webkit-autofill:focus,
  .newField select:-webkit-autofill,
  .newField select:-webkit-autofill:hover,
  .newField select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s; }
  .newField select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/NewFieldselectArrow.png) right center no-repeat;
    background-size: 12px auto;
    background-position-x: 90%;
    padding: 1rem; }
    .newField select.form-control::-ms-expand {
      display: none; }
  .newField.input-group-lg .input-group-text {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .newField .error-textBlock {
    flex: 0 0 100%; }
  .newField .error-text {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    padding-top: 5px;
    text-align: left;
    font-size: 13px; }

.newFieldIcon {
  background: url(../images/NewFieldIcon.png?V2) center center no-repeat;
  height: 30px;
  width: 28px;
  display: inline-block;
  background-size: 500px auto; }
  .newFieldIcon-email {
    background-position: 0 0; }
  .newFieldIcon-password {
    background-position: -27px 0; }
  .newFieldIcon-name {
    background-position: -53px 0; }

.loginModal .loginFormWrap,
.loginModal .modal-body {
  padding: 0; }
.loginModal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  opacity: 1; }
.loginModal .close:not(:disabled):not(.disabled):hover,
.loginModal .close:not(:disabled):not(.disabled):focus {
  opacity: 1; }
.loginModal .alert-danger .close {
  top: 0;
  right: 0; }

@media only screen and (max-width: 812px) {
  .formArea {
    padding: 20px; } }
@media only screen and (max-width: 768px) {
  .loginFormWrap {
    padding: 0;
    flex-flow: column-reverse; }
    .loginFormWrap .col-sm-12.col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }

  .formArea {
    padding: 30px; }
    .formArea .btn-login {
      display: block;
      width: 100%; }
    .formArea .title {
      font-size: 24px;
      margin-bottom: 30px;
      font-weight: 600; }

  .bannerArea,
  .bannerArea.register {
    height: 480px;
    background-size: cover; }

  .loginFormWrap .bannerAreaBlock {
    display: none; }
  .loginFormWrap .formAreaBlock {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px !important; }

  .loginModal .close {
    background: #252525;
    padding: 10px;
    top: 1px;
    right: 1px; }
  .loginModal .modal-content {
    background: #f2f2f2; }
  .loginModal .modal-body {
    padding: 15px; } }
.dobBlock .error-textBlock {
  margin-left: 5px; }

@media only screen and (max-width: 768px) {
  .loginModal .close {
    padding: 5px;
    height: 25px;
    width: 25px;
    line-height: 14px; } }
@media only screen and (max-width: 575px) {
  .bannerArea,
  .bannerArea.register {
    height: 356px; }

  .moSpaceBOttom {
    margin-bottom: 1.5rem; }
    .moSpaceBOttom:last-child {
      margin-bottom: 0; }

  .newField select.form-control {
    background-position-x: 96%; } }
@media only screen and (max-width: 425px) {
  .bannerArea,
  .bannerArea.register {
    height: 270px; } }
@media only screen and (max-width: 375px) {
  .bannerArea,
  .bannerArea.register {
    height: 230px; } }
.btn-primary.checkout-link.btn {
  /*&-guest {
    background: #275595;
    border-color: #275595;
  }*/ }
  .btn-primary.checkout-link.btn-member, .btn-primary.checkout-link.btn-member:hover, .btn-primary.checkout-link.btn-member:focus {
    background: none;
    border-color: none;
    border: none;
    right: 0;
    transform: 0;
    top: 0;
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    border-top: 1px solid #d4d4d4;
    margin-top: 20px;
    padding-top: 15px;
    color: #4c4c4c; }
    .btn-primary.checkout-link.btn-member span, .btn-primary.checkout-link.btn-member:hover span, .btn-primary.checkout-link.btn-member:focus span {
      margin-right: 5px;
      border-bottom: 1px solid #4c4c4c; }
    .btn-primary.checkout-link.btn-member .fa-angle-right, .btn-primary.checkout-link.btn-member:hover .fa-angle-right, .btn-primary.checkout-link.btn-member:focus .fa-angle-right {
      font-size: 20px;
      margin-top: 0;
      color: #4c4c4c;
      right: auto;
      transform: inherit;
      top: inherit;
      position: inherit;
      display: inline-block;
      vertical-align: middle; }
    .btn-primary.checkout-link.btn-member::before, .btn-primary.checkout-link.btn-member:hover::before, .btn-primary.checkout-link.btn-member:focus::before {
      display: none;
      background-repeat: no-repeat;
      background-image: none;
      content: "";
      background-position: 0 0;
      background-size: contain; }
  .btn-primary.checkout-link.btn-amazon, .btn-primary.checkout-link.btn-amazon:hover, .btn-primary.checkout-link.btn-amazon:focus {
    background: #111111;
    border-color: #111111;
    border-bottom: 2px solid #e39a48; }
    .btn-primary.checkout-link.btn-amazon::before, .btn-primary.checkout-link.btn-amazon:hover::before, .btn-primary.checkout-link.btn-amazon:focus::before {
      display: none; }
    .btn-primary.checkout-link.btn-amazon img, .btn-primary.checkout-link.btn-amazon:hover img, .btn-primary.checkout-link.btn-amazon:focus img {
      max-width: 120px; }

.addNewLink {
  text-align: center;
  margin-bottom: 15px; }

.newLogin p {
  text-align: center; }
.newLogin .product-or {
  text-transform: uppercase; }

.newDesign .addressBlock {
  display: flex;
  flex-direction: row;
  position: relative; }
  .newDesign .addressBlock .newFieldIcon-address {
    padding: 10px;
    background-position: -82px 0; }
  .newDesign .addressBlock .address {
    padding: 0 15px;
    padding-right: 55px; }
    .newDesign .addressBlock .address p {
      font-size: 18px;
      color: #000; }
    .newDesign .addressBlock .address-delete {
      background: url(../images/addressDelete.png) center center no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 0;
      right: 0; }
  .newDesign .addressBlock .editIcon {
    /*height: 20px;
    width: 20px;*/
    background: url(../images/editeIcon.png) center right no-repeat;
    background-size: 12px auto;
    padding-right: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #000;
    position: absolute;
    right: 0;
    top: 0; }
  .newDesign .addressBlockWrap {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 16px;
    height: 100%;
    margin-top: 15px; }
    .newDesign .addressBlockWrap.selected {
      background: #e7e7e7;
      border-left: 3px solid #15a892; }

.closeCCP {
  background: url(../images/loginPopUPClose.png) left center no-repeat;
  background-size: contain;
  display: block;
  height: 15px;
  width: 100%;
  vertical-align: middle;
  margin-right: 15px;
  padding-left: 30px;
  color: #5f5f5f;
  font-size: 14px;
  margin-bottom: 8px; }

.closeCCP:hover,
.closeCCP:focus {
  color: #5f5f5f; }

.alert-dismissible {
  padding-right: 3.8125rem !important; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3125rem !important;
    padding: 0.75rem 1.25rem !important;
    color: inherit !important; }

.checkboxblock .custom-radio {
  position: absolute;
  opacity: 0; }
  .checkboxblock .custom-radio + label {
    position: relative;
    margin: 0;
    vertical-align: middle; }
  .checkboxblock .custom-radio + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #bbb;
    border-radius: 50%; }
  .checkboxblock .custom-radio:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    background: #3d5697;
    width: 12px;
    height: 12px;
    border-radius: 50%; }
.checkboxblock .custom-checkbox {
  position: absolute;
  opacity: 0; }
  .checkboxblock .custom-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
    .checkboxblock .custom-checkbox + label:before {
      content: "";
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 18px;
      height: 18px;
      background: #fff;
      border: 1px solid #bbb;
      border-radius: 4px; }
  .checkboxblock .custom-checkbox:checked + label:before {
    background: #4e95ff;
    border: 2px solid #aad2ff; }
  .checkboxblock .custom-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg); }

.newFieldIcon {
  background: url(../images/NewFieldIcon.png?V2) center center no-repeat;
  height: 30px;
  width: 28px;
  display: inline-block;
  background-size: 500px auto;
  vertical-align: middle; }
  .newFieldIcon-email {
    background-position: 0 0; }
  .newFieldIcon-password {
    background-position: -27px 0; }
  .newFieldIcon-name {
    background-position: -53px 0; }
  .newFieldIcon-address {
    background-position: -82px 0; }
  .newFieldIcon-url {
    background-position: -113px 0; }
  .newFieldIcon-company {
    background-position: -162px 0; }
  .newFieldIcon-phoneNumber {
    background-position: -192px 0; }
  .newFieldIcon-streetAddress {
    background-position: -220px 0; }
  .newFieldIcon-city {
    background-position: -248px 0; }
  .newFieldIcon-state {
    background-position: -280px 0; }
  .newFieldIcon-zip {
    background-position: -312px 0; }
  .newFieldIcon-country {
    background-position: -344px 0; }

.chekout-modal.addressModal .modal-title {
  margin: 0;
  font-weight: 400; }
.chekout-modal.addressModal .modal-dialog {
  max-width: 800px !important; }
.chekout-modal.addressModal .dd {
  border: none !important; }
  .chekout-modal.addressModal .dd .ddTitle {
    background: #fff !important;
    height: 58px !important;
    border-radius: 6px !important;
    padding: 0.5rem !important; }
    .chekout-modal.addressModal .dd .ddTitle .ddTitleText {
      height: 100% !important;
      vertical-align: middle !important;
      line-height: 30px !important; }
  .chekout-modal.addressModal .dd .divider {
    border-left: 1px solid #d4d4d4 !important;
    border-right: none !important;
    right: 40px !important;
    height: 73% !important; }
  .chekout-modal.addressModal .dd .ddArrow {
    background: url(../images/dd-arrow.png) center center no-repeat !important;
    background-size: contain !important;
    right: 14px !important;
    display: inline-block !important;
    position: absolute !important;
    top: 50% !important;
    width: 16px !important;
    height: 16px !important;
    margin-top: -8px !important; }
  .chekout-modal.addressModal .dd .ddlabel {
    font-size: 18px !important;
    font-family: inherit !important;
    margin-left: 10px !important; }
.chekout-modal.addressModal .ddcommon .ddTitle .ddTitleText {
  padding: 5px 35px 0 10px !important; }
.chekout-modal.addressModal .custom-checkbox {
  position: absolute;
  left: 0;
  top: 3px; }
.chekout-modal.addressModal label[for=billingAddress], .chekout-modal.addressModal label[for=deliveryAddress], .chekout-modal.addressModal label[for=billingAddress_edit], .chekout-modal.addressModal label[for=deliveryAddress_edit] {
  padding-left: 20px; }
.chekout-modal.addressModal .row:last-of-type div {
  position: relative; }

.chekout-modal .modal .modal-dialog .modal-content {
  background-color: #f5f5f5 !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.newField {
  position: relative;
  vertical-align: middle; }
  .newField label {
    font-size: 18px;
    font-family: inherit;
    color: #9d9d9d; }
  .newField .input-group-text {
    background-color: #fff;
    border: none;
    padding: 0 0.8rem !important; }
  .newField .form-control:not(textarea) {
    padding: 0.5rem 0;
    border: none;
    height: 58px;
    font-size: 18px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    padding-right: 15px;
    font-family: inherit; }
    .newField .form-control:not(textarea)::placeholder {
      color: #9d9d9d; }
  .newField input:-webkit-autofill,
  .newField input:-webkit-autofill:hover,
  .newField input:-webkit-autofill:focus,
  .newField textarea:-webkit-autofill,
  .newField textarea:-webkit-autofill:hover,
  .newField textarea:-webkit-autofill:focus,
  .newField select:-webkit-autofill,
  .newField select:-webkit-autofill:hover,
  .newField select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s; }
  .newField select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/NewFieldselectArrow.png) right center no-repeat;
    background-size: 12px auto;
    background-position-x: 90%;
    padding: 1rem;
    cursor: pointer; }
    .newField select.form-control::-ms-expand {
      display: none; }
  .newField.input-group-lg .input-group-text {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }

.newField.input-group-lg .input-group-text {
  line-height: 58px; }

.redeemPointsBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  margin-top: 10px;
  padding-top: 10px; }
  .redeemPointsBlock label {
    text-transform: uppercase; }
  .redeemPointsBlock p {
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 12px; }
  .redeemPointsBlock .checkboxblock .custom-radio:checked + label:after {
    top: 4px; }

.icon {
  background: url(../images/sprit.png) 50% no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px; }
  .icon-login {
    background-position: -92px 3px;
    background-size: 750px auto;
    vertical-align: middle; }

.checkoutloginWrap .formArea {
  padding: 20px; }
  .checkoutloginWrap .formArea .title {
    font-family: inherit; }
.checkoutloginWrap .ForgottenLink,
.checkoutloginWrap .btn-login,
.checkoutloginWrap .notAccountText,
.checkoutloginWrap .notAccountText a,
.checkoutloginWrap .orText {
  font-family: inherit; }
.checkoutloginWrap .notAccountText {
  margin-top: 20px; }

.error-text {
  color: #de281d; }

@media only screen and (max-width: 767px) {
  .addNewLink {
    margin-bottom: 0; }

  .newDesign .chkDeafultAddress {
    margin-bottom: 1.5rem;
    padding: 0 30px; }

  .newDesign .chkDeafultAddress > Div {
    position: relative; }

  .newDesign .chkDeafultAddress > Div:first-of-type {
    margin-bottom: 10px; } }
@media only screen and (max-width: 768px) {
  .loginModal .close {
    top: 10px;
    right: 10px;
    line-height: 14px !important; }

  .chkComfortPoints {
    text-align: left !important; } }
@media screen and (min-width: 480px) and (max-width: 991px) {
  .chkComfortPoints {
    text-align: center; } }
/****Hide temperory social btn in popup********/
#loginModal .orText, #loginModal .btn-google, #loginModal .btn-facebook {
  display: none; }

/****Hide temperory social btn in popup********/
/******Bhavesh *****/
.chekout-addressBlock .modal-title {
  color: #36579C;
  font-size: 20px;
  font-weight: 400; }

.chekout-addressBlock_header {
  margin-bottom: 20px; }

.chekout-addressBlock .input-group-text,
.chekout-addressBlock .form-control:not(textarea),
.chekout-modal.addressModal .dd .ddTitle {
  background-color: #f5f5f5 !important; }

.chekout-addressBlock input:-webkit-autofill,
.chekout-addressBlock input:-webkit-autofill:hover,
.chekout-addressBlock input:-webkit-autofill:focus,
.chekout-addressBlock textarea:-webkit-autofill,
.chekout-addressBlock textarea:-webkit-autofill:hover,
.chekout-addressBlock textarea:-webkit-autofill:focus,
.chekout-addressBlock select:-webkit-autofill,
.chekout-addressBlock select:-webkit-autofill:hover,
.chekout-addressBlock select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset; }

.newDesign #deliveryAddressTitle {
  width: auto; }

.newDesign .addNewLink {
  display: inline-block;
  float: right; }

.chkComfortPoints {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 1rem;
  text-align: right; }

.toolTipWrap {
  position: relative;
  display: inline-block;
  border: 1px dotted #000;
  color: #000;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
  font-size: 11px;
  padding-left: 1px;
  margin-top: -1px;
  vertical-align: middle; }

.toolTipText {
  display: none;
  position: absolute;
  top: -67px;
  right: -120px;
  font-weight: normal;
  background: #000;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  width: 250px; }

.toolTipWrap:hover .toolTipText {
  display: block; }

.loader-pathAddress {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dashAddress 1.5s ease-in-out infinite, colorAddress 6s ease-in-out infinite;
  animation: dashAddress 1.5s ease-in-out infinite, colorAddress 6s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes dashAddress {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
@keyframes dashAddress {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
@-webkit-keyframes colorAddress {
  0% {
    stroke: #1166b9; }
  40% {
    stroke: #1166b9; }
  66% {
    stroke: #1166b9; }
  80%, 90% {
    stroke: #1166b9; } }
@keyframes colorAddress {
  0% {
    stroke: #1166b9; }
  40% {
    stroke: #1166b9; }
  66% {
    stroke: #1166b9; }
  80%, 90% {
    stroke: #1166b9; } }
.ddChild, .ddChild ul {
  height: 250px !important;
  max-height: 250px !important; }

@media screen and (max-width: 576px) {
  .chekout-addressBlock .col-sm-12.col-md-12.col-lg-4,
  .chekout-addressBlock .col-sm-12.col-md-12.col-lg-6,
  .chekout-addressBlock .col-sm-12.col-md-12.col-lg-12 {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .wishListIcon.wishlist-icon-div {
    display: none; } }
/*****End*******/
/*Timer Css*/
.d-block {
  display: block; }

.d-none {
  display: none; }

.d-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.ml-2 {
  margin-left: 0.5rem; }

.ml-4 {
  margin-left: 1.5rem; }

.mt-0 {
  margin-top: 0; }
.mt-2{
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem; }

.mt-4 {
  margin-top: 1.5rem; }

.mb-0 {
  margin-bottom: 0px; }

.mb-2 {
  margin-bottom: 1rem; }

.mx-auto {
  margin: 0 auto; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.my-4 {
  margin: 24px 0; }

.px-3 {
  padding: 0 1rem; }

.pr-3 {
  padding-right: 15px; }

.text-left {
  text-align: left; }

.smsBlock {
  background: #D7ECB4;
  border-radius: 12px;
  overflow: hidden;
  min-height: 218px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 24px 15px; }

.chatImage {
  position: absolute;
  left: -3%;
  display: block; }

.smsContent {
  width: 430px;
  max-width: 100%;
  position: relative; }
  .smsContent h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }

.smsbtn {
  max-width: 430px;
  font-size: 13px;
  padding: 12px 8px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #212529;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #fff;
  margin: 0 auto; }
  .smsbtn span img {
    margin-bottom: 4px; }

.base-timer {
  width: 80px !important;
  height: 80px !important; }

.base-timer__label {
  width: 80px !important;
  height: 80px !important;
  font-size: 16px !important; }

@media screen and (min-width: 767px) {
  .px-lg-3 {
    padding: 0 15px; } }
@media screen and (max-width: 767px) {
  .chatImage {
    display: none; }

  .smsBlock {
    text-align: left; }

  .px-3 {
    padding: 0 !important; } }
@media screen and (max-width: 520px) {
  .smsContent {
    width: 100%;
    max-width: 100%; } }
.subscription-detail-main-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
  padding: 20px;
  border-radius: 5px; }
.subscription-detail-inner-wrapper {
  padding: 0 40px; }
  .subscription-detail-inner-wrapper h3 {
    margin-top: 0; }
  .subscription-detail-inner-wrapper p:last-child {
    margin-bottom: 0 !important; }

/*-- START: New Timer --*/
#timer {
  margin-bottom: 1rem; }

.base-timer {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto; }

.base-timer__svg {
  transform: scaleX(-1); }

.base-timer__circle {
  fill: none;
  stroke: none; }

.base-timer__path-elapsed {
  stroke-width: 5px;
  stroke: #c7c7c7; }

.base-timer__path-remaining {
  stroke-width: 5px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor; }

.base-timer__path-remaining.green {
  color: #089d7a; }

.base-timer__path-remaining.orange {
  color: orange; }

.base-timer__path-remaining.red {
  color: red; }

.base-timer__label {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #939393; }

.timerWrap {
  background: #f5f5f5;
  clear: both;
  border-radius: 8px;
  padding: 20px 100px;
  text-align: center;
  color: #000;
  margin-bottom: 20px; }
  .timerWrap-iconBlock {
    display: flex;
    align-items: center;
    justify-content: center; }
    .timerWrap-iconBlock_plusIcon {
      padding: 0 15px;
      font-size: 26px;
      line-height: 16px; }
  .timerWrap .btn.btn-primary {
    font-size: 16px;
    position: relative;
    border-radius: 50px;
    max-width: 350px; }
    .timerWrap .btn.btn-primary img {
      width: 24px;
      position: absolute;
      right: 15px;
      top: 14px;
      bottom: auto; }

.aovText {
  margin-top: 15px;
  margin-bottom: 0;
  font-style: italic;
  font-size: 12px; }

@media only screen and (max-width: 767px) {
  .timerWrap {
    padding: 15px; } }
/*-- END: New Timer --*/
.js-accordion-title {
  display: block;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8295099/ */
  pointer-events: none; }

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.js-accordion-panel[hidden] {
  display: none; }

.nav-multi-col .nav-multi-col__column button.nav-multi-col__trigger,
.nav-multi-col .nav-multi-col__column button.nav-multi-col__trigger:focus {
  background: none;
  border: none;
  display: block;
  outline: none; }

@media only screen and (max-width: 1024px) {
  .nav-multi-col .nav-multi-col__column:first-child {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    padding-bottom: 10px; }

  .order-form .checkout-address {
    padding: 10px;
    margin-bottom: 10px; }

  .order-form .checkout-address .shipping-address,
  .order-form .checkout-address .shipping-method {
    float: none;
    padding-right: 25px;
    width: 100%;
    margin-top: 0;
    padding-top: 0; }
    .order-form .checkout-address .shipping-address b,
    .order-form .checkout-address .shipping-method b {
      padding-bottom: 0; }

  .order-form .checkout-address .shipping-address b::before {
    left: -35px; }

  .nav-multi-col .nav-multi-col__column button.nav-multi-col__trigger {
    position: relative;
    width: 100%;
    text-align: left; }
    .nav-multi-col .nav-multi-col__column button.nav-multi-col__trigger::after, .nav-multi-col .nav-multi-col__column button.nav-multi-col__trigger::before {
      content: '';
      height: 2px;
      width: 14px;
      display: block;
      position: absolute;
      right: -20px;
      top: 10px;
      background: #000; }
    .nav-multi-col .nav-multi-col__column button.nav-multi-col__trigger::after {
      transform: rotate(90deg); }
    .nav-multi-col .nav-multi-col__column button.nav-multi-col__trigger[aria-expanded="true"]::after {
      transform: rotate(0deg); }
  .nav-multi-col .nav-multi-col__column .nav-multi-col__panel {
    padding-top: 15px;
    transition: height .6s; } }
.offerProWrap {
  border: 2px solid #c4c5c4;
  margin-top: 15px;
  border-radius: 15px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .offerProWrap .offerProductBlock {
    flex: 1;
    display: flex;
    align-items: center;
    border-right: 1px solid #cecccc;
    margin-right: 15px;
    padding-right: 15px; }
    .offerProWrap .offerProductBlock .offerProductImg {
      max-width: 80px; }
    .offerProWrap .offerProductBlock .offerProductInfo {
      margin-left: 10px;
      text-align: left; }
      .offerProWrap .offerProductBlock .offerProductInfo .productName {
        color: #000;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 10px; }
      .offerProWrap .offerProductBlock .offerProductInfo .oldPrice {
        color: #326bb5;
        font-weight: bold;
        font-size: 16px; }
      .offerProWrap .offerProductBlock .offerProductInfo .productPrice {
        color: #326bb5;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 0;
        display: inline-block;
        margin-left: 5px; }
  .offerProWrap .freeGiftBlock {
    flex: 1;
    text-align: center; }
    .offerProWrap .freeGiftBlock .freeGiftImg {
      margin-right: 10px;
      max-width: 60px;
      display: none; }
      .offerProWrap .freeGiftBlock .freeGiftImg img {
        width: 80px; }
    .offerProWrap .freeGiftBlock .freeGiftInfo .freeGiftInfoText {
      margin-bottom: 0; }
      .offerProWrap .freeGiftBlock .freeGiftInfo .freeGiftInfoText .free {
        color: #84bea9; }

@media screen and (max-width: 991px) {
  .dNoneMobile {
    display: none; } }
@media screen and (max-width: 575px) {
  .offerProWrap {
    flex-flow: wrap column; }

  .offerProWrap .offerProductBlock {
    width: 100%;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #cecccc;
    border-right: none;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-right: 0px; }

  .offerProWrap .offerProductBlock .offerProductImg {
    max-width: 60px; }

  .offerProWrap .offerProductBlock .offerProductInfo .productName {
    font-size: 16px;
    margin-bottom: 0; }

  .offerProWrap .offerProductBlock .offerProductInfo .oldPrice,
  .offerProWrap .offerProductBlock .offerProductInfo .productPrice {
    display: inline-block; }

  .offerProWrap .offerProductBlock .offerProductImg {
    max-width: 60px; }

  .offerProWrap .offerProductBlock .offerProductInfo .productPrice {
    margin-right: 5px; }

  .offerProWrap .freeGiftBlock {
    padding: 5px; }

  .offerProWrap .freeGiftBlock .freeGiftInfo .freeGiftInfoText {
    text-align: center; }

  .offerProWrap .freeGiftBlock .freeGiftImg {
    padding: 5px 10px;
    margin-right: 0;
    max-width: 60px; }

  .offerProWrap .freeGiftBlock .freeGiftInfo {
    margin-left: 10px; }

  .offerProWrap .freeGiftBlock {
    width: 100%; } }
/*
.nav-multi-col {

  .nav-multi-col__column {
    border-bottom: 1px solid;
    padding: 10px;
  }

  .nav-multi-col__trigger {
      background: none;
      border: 0;
      display: block;
      position: relative;
      width: 100%;
      text-align: left;
      padding: 0;
      cursor: pointer;
  }

  .nav-multi-col__heading {
    position: relative;
    padding: 0;
//    display: flex;
//    align-items: center;
//    justify-content: space-between;

    svg {
      font-size: 20px;
      font-weight: normal;
    }
  }

  .nav-multi-col__panel {
    margin: 0;
  }

  .nav-multi-col__list {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-multi-col__list-item {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}


@media only screen and (max-width: 1024px) {
    .nav-multi-col {
        display: flex;
        
        .nav-multi-col__column {
            border-bottom: none;
            flex: 1;
        }
        .nav-multi-col__trigger {
          cursor: inherit;
        }
        .nav-multi-col__heading {
            svg {
                display: none;
            }
        }
        .nav-multi-col__list-item {
          margin: 10px 0;

          svg {
            display: none;
          }
        }          
    }
}
*/
.product-pay-checkout {
  clear: both;
  height: 50px; }

#payment-request-button {
  clear: both;
  margin-top: 15px; }

  /* Gift Option Css Start */
  .freeGiftWrap {
    background: #f9f9f9;
    padding: 15px;
    margin-top: 12px;
    border-radius: 10px;
    position: relative;
  }

  .freeGiftWrap .progress {
    height: 8px;
    display: flex;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: .25rem;
  }

  .freeGiftBadge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 5px;
    color: #3A7D44;
    font-weight: 600;
    background-color: rgba(140, 194, 10, 0.1);
    line-height: 18px;
    border-radius: 16px;
  }
  .singleGiftImage {
    margin-right: 8px;
  }
  .singleGiftContentTitle {
    color: #699;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .free-prod-select {
    position: relative;
    max-width: 315px;
  }

  .free-prod-select select {
    width: 315px;
    max-width: 100%;
    font-size: 14px;
    min-height: 32px;
    padding: .275rem .75rem;
    color: rgb(33, 37, 41);
    border-radius: 6px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dee2e6 !important;
    padding-right: 40px;
  }

  /* Custom arrow for the select box */
  .free-prod-select::after {
    content: "";
    position: absolute;
    right: 10px;
    /* Position the custom arrow inside the select box */
    top: 50%;
    transform: translateY(-50%);
    /* Center the arrow vertically */
    width: 20px;
    /* Arrow width */
    height: 20px;
    /* Arrow height */
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' %3e%3cpath d='M2 5L8 11L14 5' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 1;
    /* Ensure the arrow appears on top */
    pointer-events: none;
    /* Prevent the arrow from blocking interactions */
  }

  .bg-wwSecondary {
    background-color: #45bd9b;
  }

  #free_prod:focus, #free_prod:focus-visible {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
    outline: none;
  }

  @media only screen and (max-width: 767px) {
    .freeGiftBadge {
      top: -10px;
    }
  }

  /* Gift Option Css End */

@media (max-width: 991px) {
  #payment-request-button {
    max-width: 365px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; } }
.freebie-wrap {
  text-align: center;
  margin-bottom: 70px;
  width: 100%; }
.freebie-title {
  font-size: 31px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0; }
.freebie-subTitle {
  font-size: 18px;
  color: #0068B3;
  margin-bottom: 30px; }
  .freebie-subTitle .amount {
    font-weight: bold; }
  .freebie-subTitle .textFree {
    color: #000;
    text-transform: uppercase; }
.freebieProgressBlock {
  position: relative;
  height: 100px;
  width: 70%;
  margin: 0 auto; }
.freebieProgress {
  box-sizing: content-box;
  height: 13px;
  /* Can be anything */
  position: relative;
  background: #C9E8FF;
  border-radius: 7px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 45px;
  width: 100%; }
  .freebieProgress > span {
    display: block;
    height: 100%;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #2bc253;
    background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden; }
.freebie-proWrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  z-index: 9; }
.freebie-proBlock .proCircule {
  width: 100px;
  height: 100px;
  border-radius: 150px;
  border: 2px solid #C9E8FF;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .freebie-proBlock .proCircule img {
    max-width: 88px; }
  .freebie-proBlock .proCircule_text {
    color: #0068B3;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 10px; }
    .freebie-proBlock .proCircule_text + img {
      max-width: 50px; }
.freebie-proBlock_price {
  color: #0068B3;
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px; }

.active .proCircule {
  border-color: #0068B3;
  box-shadow: 0px 0px 10px #00000029; }

.freebieProgress > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0068B3;
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

.animate > span:after {
  display: none; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
@media (max-width: 992px) {
  .freebieProgressBlock {
    width: 100%; } }
@media (max-width: 575px) {
  .freebie-wrap {
    margin-bottom: 30px; }
  .freebie-title {
    font-size: 28px; }
  .freebieProgress {
    top: 33px;
    height: 8px; }
  .freebieProgressBlock {
    width: 100%; }
  .freebie-proBlock .proCircule {
    width: 80px;
    height: 80px; }
    .freebie-proBlock .proCircule img {
      max-width: 50px; }
    .freebie-proBlock .proCircule_text {
      margin-top: 5px;
      font-size: 11px; }
      .freebie-proBlock .proCircule_text + img {
        max-width: 35px; }
  .freebie-proBlock_price {
    font-size: 15px;
    margin-top: 10px; } }


    
    /* New Country menu design */
    .country-code-with-mobile-number-paypal .ddcommon {
      width: 150px !important;
      min-height: 48px;
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .country-code-with-mobile-number-paypal .ddTitle.borderRadiusTp:after {
      color: #333333;
      content: "\f107";
      font-family: FontAwesome;
      font-size: 22px;
      height: 35px;
      padding: 3px 0 0 8px;
      position: absolute;
      right: 10px;
      top: 6px;
    }
    .country-code-with-mobile-number-paypal .ddcommon .ddTitle .ddTitleText {
      padding: 13px 35px 0 10px;
    }
    .country-code-with-mobile-number-paypal input {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
    .country-fr-onepage .ddTitleText {
      min-height: 48px !important;
  }
  .country-fr-onepage .ddcommon {
      min-height: 48px !important;
      height: 48px !important;
  }
  .country-fr-onepage .ddcommon .ddTitle .ddTitleText {
    padding: 13px 35px 0 10px;
  }
  .country-code-with-mobile-number-paypal .ddTitleText img {
    border-radius: 3px;
  }
  .country-code-with-mobile-number-paypal .ddTitleText {
    min-height: 48px;
  }

  .Provincia-custom-select {
    flex-wrap: nowrap;
  }
  .Provincia-custom-select .input-group-prepend {
    height: max-content;
  }
  .CoupanCard {
    background: #f4f5f5;
    text-align: center;
    padding: 10px 37px;
    border-radius: 10px;
    position: relative;
    border-width: 2px;
    border-style: dotted;
    border-color: #cdcdcd;
    margin: 15px 0;
    cursor: pointer;
  }

  .couponcardwrapper {
    gap: 20px;
  }

  .coupon-card-content {
    flex-direction: column;
    text-align: left;
  }

  .coupon-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #2F2F2F;
  }

  .coupon-card-sub-title {
    font-size: 16px;
    color: #2F2F2F;
  }

  .circle1,
  .circle2 {
    background: #fff;
    width: 20px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .circle1 {
    left: -2px;
    border: 2px dotted #cdcdcd;
    border-left: transparent;
    border-radius: 0px 27px 33px 0px;
  }

  .circle2 {
    right: -2px;
    border: 2px dotted #cdcdcd;
    border-right: transparent;
    border-radius: 33px 0px 0px 33px;
  }
  /*-- Top Strip --*/
.top-promotion-strip {
	background-color: #699699;
	padding: 7px 0 !important;
}
.top-promotion-strip a {
    text-decoration: none !important;
}
.top-promotion-strip .discount-offer-txt {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
@media only screen and (max-width: 992px) {
	.top-promotion-strip .discount-offer-txt {
		font-size: 14px;
		margin-right: 0px !important;
		padding: 0 5px;
   }
}
@media only screen and (max-width: 992px) {
	.top-promotion-strip .timer-promo-section {
		margin-right: 0 !important;
		margin-top: 5px;
   }
}
.top-promotion-strip .timer-promo-section .time-box-text {
	background-color: #333;
	color: #fff;
	padding: 1px 7px;
	margin-left: 5px;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
@media only screen and (max-width: 992px) {
	.top-promotion-strip .timer-promo-section .time-box-text {
		padding: 2px 4px;
		font-size: 12px;
   }
}
.top-promotion-strip .promo-txt-code {
	border: 2px dashed #333;
	padding: 0px 7px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 992px) {
	.top-promotion-strip .promo-txt-code {
		padding: 0px 4px;
		font-size: 12px;
		margin-top: 5px;
   }
}
@media only screen and (max-width: 992px) {
	.top-promotion-strip .Top_Strip_slider {
		flex-direction: column;
   }
}
/*-- End Top Strip --*/