@charset "UTF-8";
/* theme fonts goes here */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@font-face {
  font-family: "Museo Sans 100";
  src: url("../fonts/MuseoSans-100.woff2") format("woff2"), url("../fonts/MuseoSans-100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 300";
  src: url("../fonts/MuseoSans-300.woff2") format("woff2"), url("../fonts/MuseoSans-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 500";
  src: url("../fonts/MuseoSans-500.woff2") format("woff2"), url("../fonts/MuseoSans-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 700";
  src: url("../fonts/MuseoSans-700.woff2") format("woff2"), url("../fonts/MuseoSans-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bt-zerotothree";
  src: url("../fonts/icon-fonts/bt-zerotothree.eot");
  src: url("../fonts/icon-fonts/bt-zerotothree.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/bt-zerotothree.woff") format("woff"), url("../fonts/icon-fonts/bt-zerotothree.ttf") format("truetype"), url("../fonts/icon-fonts/bt-zerotothree.svg#bt-zerotothree") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bt-zerotothree" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "bt-zerotothree" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "a";
}

.icon-facebook:before {
  content: "b";
}

.icon-twitter:before {
  content: "c";
}

.icon-linked-in:before {
  content: "d";
}

.icon-down-arrow:before {
  content: "e";
}

.icon-right-arrow:before {
  content: "f";
}

.icon-search:before {
  content: "g";
}

.icon-mail:before {
  content: "h";
}

/* Reset css
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

/* Text-level semantics
   ========================================================================== */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video {
  display: inline-block;
}

/**
 * Main content containers
 */
.container {
  width: 100%;
  max-width: 1393px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1187px;
  }
}
.container-fluid {
  width: 100%;
  margin: auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
}

/* row and column */
.row {
  display: flex;
  opacity: 1;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=cell-] {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

/* align item */
.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

/*training page*/
.d-flex-training {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.d-flex-training-inline {
  display: inline-flex;
}
.d-flex-training img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}

.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

@media (min-width: 767px) {
  .col-sm-4 {
    width: 33.333%;
  }
}

@media (min-width: 767px) {
  .col-sm-6 {
    width: 50%;
  }
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px;
}

.mt-15,
.m-15,
.my-15 {
  margin-top: 15px;
}

.pt-15,
.p-15,
.py-15 {
  padding-top: 15px;
}

.mb-15,
.m-15,
.my-15 {
  margin-bottom: 15px;
}

.pb-15,
.p-15,
.py-15 {
  padding-bottom: 15px;
}

.ml-15,
.m-15,
.mx-15 {
  margin-left: 15px;
}

.pl-15,
.p-15,
.px-15 {
  padding-left: 15px;
}

.mr-15,
.m-15,
.mx-15 {
  margin-right: 15px;
}

.pr-15,
.p-15,
.px-15 {
  padding-right: 15px;
}

.mt-25,
.m-25,
.my-25 {
  margin-top: 25px;
}

.pt-25,
.p-25,
.py-25 {
  padding-top: 25px;
}

.mb-25,
.m-25,
.my-25 {
  margin-bottom: 25px;
}

.pb-25,
.p-25,
.py-25 {
  padding-bottom: 25px;
}

.ml-25,
.m-25,
.mx-25 {
  margin-left: 25px;
}

.pl-25,
.p-25,
.px-25 {
  padding-left: 25px;
}

.mr-25,
.m-25,
.mx-25 {
  margin-right: 25px;
}

.pr-25,
.p-25,
.px-25 {
  padding-right: 25px;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 30px;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 30px;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 30px;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 30px;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 30px;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 30px;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 30px;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 30px;
}

.mt-50,
.m-50,
.my-50 {
  margin-top: 50px;
}

.pt-50,
.p-50,
.py-50 {
  padding-top: 50px;
}

.mb-50,
.m-50,
.my-50 {
  margin-bottom: 50px;
}

.pb-50,
.p-50,
.py-50 {
  padding-bottom: 50px;
}

.ml-50,
.m-50,
.mx-50 {
  margin-left: 50px;
}

.pl-50,
.p-50,
.px-50 {
  padding-left: 50px;
}

.mr-50,
.m-50,
.mx-50 {
  margin-right: 50px;
}

.pr-50,
.p-50,
.px-50 {
  padding-right: 50px;
}

.mt-70,
.m-70,
.my-70 {
  margin-top: 70px;
}

.pt-70,
.p-70,
.py-70 {
  padding-top: 70px;
}

.mb-70,
.m-70,
.my-70 {
  margin-bottom: 70px;
}

.pb-70,
.p-70,
.py-70 {
  padding-bottom: 70px;
}

.ml-70,
.m-70,
.mx-70 {
  margin-left: 70px;
}

.pl-70,
.p-70,
.px-70 {
  padding-left: 70px;
}

.mr-70,
.m-70,
.mx-70 {
  margin-right: 70px;
}

.pr-70,
.p-70,
.px-70 {
  padding-right: 70px;
}

.mt-90,
.m-90,
.my-90 {
  margin-top: 90px;
}

.pt-90,
.p-90,
.py-90 {
  padding-top: 90px;
}

.mb-90,
.m-90,
.my-90 {
  margin-bottom: 90px;
}

.pb-90,
.p-90,
.py-90 {
  padding-bottom: 90px;
}

.ml-90,
.m-90,
.mx-90 {
  margin-left: 90px;
}

.pl-90,
.p-90,
.px-90 {
  padding-left: 90px;
}

.mr-90,
.m-90,
.mx-90 {
  margin-right: 90px;
}

.pr-90,
.p-90,
.px-90 {
  padding-right: 90px;
}

.mt-100,
.m-100,
.my-100 {
  margin-top: 100px;
}

.pt-100,
.p-100,
.py-100 {
  padding-top: 100px;
}

.mb-100,
.m-100,
.my-100 {
  margin-bottom: 100px;
}

.pb-100,
.p-100,
.py-100 {
  padding-bottom: 100px;
}

.ml-100,
.m-100,
.mx-100 {
  margin-left: 100px;
}

.pl-100,
.p-100,
.px-100 {
  padding-left: 100px;
}

.mr-100,
.m-100,
.mx-100 {
  margin-right: 100px;
}

.pr-100,
.p-100,
.px-100 {
  padding-right: 100px;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}

@media (min-width: 641px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }

  .cell-sm-2 {
    width: 16.6666666667%;
  }

  .cell-sm-3 {
    width: 25%;
  }

  .cell-sm-4 {
    width: 33.3333333333%;
  }

  .cell-sm-5 {
    width: 41.6666666667%;
  }

  .cell-sm-6 {
    width: 50%;
  }

  .cell-sm-7 {
    width: 58.3333333333%;
  }

  .cell-sm-8 {
    width: 66.6666666667%;
  }

  .cell-sm-9 {
    width: 75%;
  }

  .cell-sm-10 {
    width: 83.3333333333%;
  }

  .cell-sm-11 {
    width: 91.6666666667%;
  }

  .cell-sm-12 {
    width: 100%;
  }

  .mt-sm-0,
.m-sm-0,
.my-sm-0 {
    margin-top: 0px;
  }

  .pt-sm-0,
.p-sm-0,
.py-sm-0 {
    padding-top: 0px;
  }

  .mb-sm-0,
.m-sm-0,
.my-sm-0 {
    margin-bottom: 0px;
  }

  .pb-sm-0,
.p-sm-0,
.py-sm-0 {
    padding-bottom: 0px;
  }

  .ml-sm-0,
.m-sm-0,
.mx-sm-0 {
    margin-left: 0px;
  }

  .pl-sm-0,
.p-sm-0,
.px-sm-0 {
    padding-left: 0px;
  }

  .mr-sm-0,
.m-sm-0,
.mx-sm-0 {
    margin-right: 0px;
  }

  .pr-sm-0,
.p-sm-0,
.px-sm-0 {
    padding-right: 0px;
  }

  .mt-sm-15,
.m-sm-15,
.my-sm-15 {
    margin-top: 15px;
  }

  .pt-sm-15,
.p-sm-15,
.py-sm-15 {
    padding-top: 15px;
  }

  .mb-sm-15,
.m-sm-15,
.my-sm-15 {
    margin-bottom: 15px;
  }

  .pb-sm-15,
.p-sm-15,
.py-sm-15 {
    padding-bottom: 15px;
  }

  .ml-sm-15,
.m-sm-15,
.mx-sm-15 {
    margin-left: 15px;
  }

  .pl-sm-15,
.p-sm-15,
.px-sm-15 {
    padding-left: 15px;
  }

  .mr-sm-15,
.m-sm-15,
.mx-sm-15 {
    margin-right: 15px;
  }

  .pr-sm-15,
.p-sm-15,
.px-sm-15 {
    padding-right: 15px;
  }

  .mt-sm-25,
.m-sm-25,
.my-sm-25 {
    margin-top: 25px;
  }

  .pt-sm-25,
.p-sm-25,
.py-sm-25 {
    padding-top: 25px;
  }

  .mb-sm-25,
.m-sm-25,
.my-sm-25 {
    margin-bottom: 25px;
  }

  .pb-sm-25,
.p-sm-25,
.py-sm-25 {
    padding-bottom: 25px;
  }

  .ml-sm-25,
.m-sm-25,
.mx-sm-25 {
    margin-left: 25px;
  }

  .pl-sm-25,
.p-sm-25,
.px-sm-25 {
    padding-left: 25px;
  }

  .mr-sm-25,
.m-sm-25,
.mx-sm-25 {
    margin-right: 25px;
  }

  .pr-sm-25,
.p-sm-25,
.px-sm-25 {
    padding-right: 25px;
  }

  .mt-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-top: 30px;
  }

  .pt-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-top: 30px;
  }

  .mb-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-bottom: 30px;
  }

  .pb-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-bottom: 30px;
  }

  .ml-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-left: 30px;
  }

  .pl-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-left: 30px;
  }

  .mr-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-right: 30px;
  }

  .pr-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-right: 30px;
  }

  .mt-sm-50,
.m-sm-50,
.my-sm-50 {
    margin-top: 50px;
  }

  .pt-sm-50,
.p-sm-50,
.py-sm-50 {
    padding-top: 50px;
  }

  .mb-sm-50,
.m-sm-50,
.my-sm-50 {
    margin-bottom: 50px;
  }

  .pb-sm-50,
.p-sm-50,
.py-sm-50 {
    padding-bottom: 50px;
  }

  .ml-sm-50,
.m-sm-50,
.mx-sm-50 {
    margin-left: 50px;
  }

  .pl-sm-50,
.p-sm-50,
.px-sm-50 {
    padding-left: 50px;
  }

  .mr-sm-50,
.m-sm-50,
.mx-sm-50 {
    margin-right: 50px;
  }

  .pr-sm-50,
.p-sm-50,
.px-sm-50 {
    padding-right: 50px;
  }

  .mt-sm-70,
.m-sm-70,
.my-sm-70 {
    margin-top: 70px;
  }

  .pt-sm-70,
.p-sm-70,
.py-sm-70 {
    padding-top: 70px;
  }

  .mb-sm-70,
.m-sm-70,
.my-sm-70 {
    margin-bottom: 70px;
  }

  .pb-sm-70,
.p-sm-70,
.py-sm-70 {
    padding-bottom: 70px;
  }

  .ml-sm-70,
.m-sm-70,
.mx-sm-70 {
    margin-left: 70px;
  }

  .pl-sm-70,
.p-sm-70,
.px-sm-70 {
    padding-left: 70px;
  }

  .mr-sm-70,
.m-sm-70,
.mx-sm-70 {
    margin-right: 70px;
  }

  .pr-sm-70,
.p-sm-70,
.px-sm-70 {
    padding-right: 70px;
  }

  .mt-sm-90,
.m-sm-90,
.my-sm-90 {
    margin-top: 90px;
  }

  .pt-sm-90,
.p-sm-90,
.py-sm-90 {
    padding-top: 90px;
  }

  .mb-sm-90,
.m-sm-90,
.my-sm-90 {
    margin-bottom: 90px;
  }

  .pb-sm-90,
.p-sm-90,
.py-sm-90 {
    padding-bottom: 90px;
  }

  .ml-sm-90,
.m-sm-90,
.mx-sm-90 {
    margin-left: 90px;
  }

  .pl-sm-90,
.p-sm-90,
.px-sm-90 {
    padding-left: 90px;
  }

  .mr-sm-90,
.m-sm-90,
.mx-sm-90 {
    margin-right: 90px;
  }

  .pr-sm-90,
.p-sm-90,
.px-sm-90 {
    padding-right: 90px;
  }

  .mt-sm-100,
.m-sm-100,
.my-sm-100 {
    margin-top: 100px;
  }

  .pt-sm-100,
.p-sm-100,
.py-sm-100 {
    padding-top: 100px;
  }

  .mb-sm-100,
.m-sm-100,
.my-sm-100 {
    margin-bottom: 100px;
  }

  .pb-sm-100,
.p-sm-100,
.py-sm-100 {
    padding-bottom: 100px;
  }

  .ml-sm-100,
.m-sm-100,
.mx-sm-100 {
    margin-left: 100px;
  }

  .pl-sm-100,
.p-sm-100,
.px-sm-100 {
    padding-left: 100px;
  }

  .mr-sm-100,
.m-sm-100,
.mx-sm-100 {
    margin-right: 100px;
  }

  .pr-sm-100,
.p-sm-100,
.px-sm-100 {
    padding-right: 100px;
  }

  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }

  .cell-md-2 {
    width: 16.6666666667%;
  }

  .cell-md-3 {
    width: 25%;
  }

  .cell-md-4 {
    width: 33.3333333333%;
  }

  .cell-md-5 {
    width: 41.6666666667%;
  }

  .cell-md-6 {
    width: 50%;
  }

  .cell-md-7 {
    width: 58.3333333333%;
  }

  .cell-md-8 {
    width: 66.6666666667%;
  }

  .cell-md-9 {
    width: 75%;
  }

  .cell-md-10 {
    width: 83.3333333333%;
  }

  .cell-md-11 {
    width: 91.6666666667%;
  }

  .cell-md-12 {
    width: 100%;
  }

  .mt-md-0,
.m-md-0,
.my-md-0 {
    margin-top: 0px;
  }

  .pt-md-0,
.p-md-0,
.py-md-0 {
    padding-top: 0px;
  }

  .mb-md-0,
.m-md-0,
.my-md-0 {
    margin-bottom: 0px;
  }

  .pb-md-0,
.p-md-0,
.py-md-0 {
    padding-bottom: 0px;
  }

  .ml-md-0,
.m-md-0,
.mx-md-0 {
    margin-left: 0px;
  }

  .pl-md-0,
.p-md-0,
.px-md-0 {
    padding-left: 0px;
  }

  .mr-md-0,
.m-md-0,
.mx-md-0 {
    margin-right: 0px;
  }

  .pr-md-0,
.p-md-0,
.px-md-0 {
    padding-right: 0px;
  }

  .mt-md-15,
.m-md-15,
.my-md-15 {
    margin-top: 15px;
  }

  .pt-md-15,
.p-md-15,
.py-md-15 {
    padding-top: 15px;
  }

  .mb-md-15,
.m-md-15,
.my-md-15 {
    margin-bottom: 15px;
  }

  .pb-md-15,
.p-md-15,
.py-md-15 {
    padding-bottom: 15px;
  }

  .ml-md-15,
.m-md-15,
.mx-md-15 {
    margin-left: 15px;
  }

  .pl-md-15,
.p-md-15,
.px-md-15 {
    padding-left: 15px;
  }

  .mr-md-15,
.m-md-15,
.mx-md-15 {
    margin-right: 15px;
  }

  .pr-md-15,
.p-md-15,
.px-md-15 {
    padding-right: 15px;
  }

  .mt-md-25,
.m-md-25,
.my-md-25 {
    margin-top: 25px;
  }

  .pt-md-25,
.p-md-25,
.py-md-25 {
    padding-top: 25px;
  }

  .mb-md-25,
.m-md-25,
.my-md-25 {
    margin-bottom: 25px;
  }

  .pb-md-25,
.p-md-25,
.py-md-25 {
    padding-bottom: 25px;
  }

  .ml-md-25,
.m-md-25,
.mx-md-25 {
    margin-left: 25px;
  }

  .pl-md-25,
.p-md-25,
.px-md-25 {
    padding-left: 25px;
  }

  .mr-md-25,
.m-md-25,
.mx-md-25 {
    margin-right: 25px;
  }

  .pr-md-25,
.p-md-25,
.px-md-25 {
    padding-right: 25px;
  }

  .mt-md-30,
.m-md-30,
.my-md-30 {
    margin-top: 30px;
  }

  .pt-md-30,
.p-md-30,
.py-md-30 {
    padding-top: 30px;
  }

  .mb-md-30,
.m-md-30,
.my-md-30 {
    margin-bottom: 30px;
  }

  .pb-md-30,
.p-md-30,
.py-md-30 {
    padding-bottom: 30px;
  }

  .ml-md-30,
.m-md-30,
.mx-md-30 {
    margin-left: 30px;
  }

  .pl-md-30,
.p-md-30,
.px-md-30 {
    padding-left: 30px;
  }

  .mr-md-30,
.m-md-30,
.mx-md-30 {
    margin-right: 30px;
  }

  .pr-md-30,
.p-md-30,
.px-md-30 {
    padding-right: 30px;
  }

  .mt-md-50,
.m-md-50,
.my-md-50 {
    margin-top: 50px;
  }

  .pt-md-50,
.p-md-50,
.py-md-50 {
    padding-top: 50px;
  }

  .mb-md-50,
.m-md-50,
.my-md-50 {
    margin-bottom: 50px;
  }

  .pb-md-50,
.p-md-50,
.py-md-50 {
    padding-bottom: 50px;
  }

  .ml-md-50,
.m-md-50,
.mx-md-50 {
    margin-left: 50px;
  }

  .pl-md-50,
.p-md-50,
.px-md-50 {
    padding-left: 50px;
  }

  .mr-md-50,
.m-md-50,
.mx-md-50 {
    margin-right: 50px;
  }

  .pr-md-50,
.p-md-50,
.px-md-50 {
    padding-right: 50px;
  }

  .mt-md-70,
.m-md-70,
.my-md-70 {
    margin-top: 70px;
  }

  .pt-md-70,
.p-md-70,
.py-md-70 {
    padding-top: 70px;
  }

  .mb-md-70,
.m-md-70,
.my-md-70 {
    margin-bottom: 70px;
  }

  .pb-md-70,
.p-md-70,
.py-md-70 {
    padding-bottom: 70px;
  }

  .ml-md-70,
.m-md-70,
.mx-md-70 {
    margin-left: 70px;
  }

  .pl-md-70,
.p-md-70,
.px-md-70 {
    padding-left: 70px;
  }

  .mr-md-70,
.m-md-70,
.mx-md-70 {
    margin-right: 70px;
  }

  .pr-md-70,
.p-md-70,
.px-md-70 {
    padding-right: 70px;
  }

  .mt-md-90,
.m-md-90,
.my-md-90 {
    margin-top: 90px;
  }

  .pt-md-90,
.p-md-90,
.py-md-90 {
    padding-top: 90px;
  }

  .mb-md-90,
.m-md-90,
.my-md-90 {
    margin-bottom: 90px;
  }

  .pb-md-90,
.p-md-90,
.py-md-90 {
    padding-bottom: 90px;
  }

  .ml-md-90,
.m-md-90,
.mx-md-90 {
    margin-left: 90px;
  }

  .pl-md-90,
.p-md-90,
.px-md-90 {
    padding-left: 90px;
  }

  .mr-md-90,
.m-md-90,
.mx-md-90 {
    margin-right: 90px;
  }

  .pr-md-90,
.p-md-90,
.px-md-90 {
    padding-right: 90px;
  }

  .mt-md-100,
.m-md-100,
.my-md-100 {
    margin-top: 100px;
  }

  .pt-md-100,
.p-md-100,
.py-md-100 {
    padding-top: 100px;
  }

  .mb-md-100,
.m-md-100,
.my-md-100 {
    margin-bottom: 100px;
  }

  .pb-md-100,
.p-md-100,
.py-md-100 {
    padding-bottom: 100px;
  }

  .ml-md-100,
.m-md-100,
.mx-md-100 {
    margin-left: 100px;
  }

  .pl-md-100,
.p-md-100,
.px-md-100 {
    padding-left: 100px;
  }

  .mr-md-100,
.m-md-100,
.mx-md-100 {
    margin-right: 100px;
  }

  .pr-md-100,
.p-md-100,
.px-md-100 {
    padding-right: 100px;
  }

  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }

  .cell-lg-2 {
    width: 16.6666666667%;
  }

  .cell-lg-3 {
    width: 25%;
  }

  .cell-lg-4 {
    width: 33.3333333333%;
  }

  .cell-lg-5 {
    width: 41.6666666667%;
  }

  .cell-lg-6 {
    width: 50%;
  }

  .cell-lg-7 {
    width: 58.3333333333%;
  }

  .cell-lg-8 {
    width: 66.6666666667%;
  }

  .cell-lg-9 {
    width: 75%;
  }

  .cell-lg-10 {
    width: 83.3333333333%;
  }

  .cell-lg-11 {
    width: 91.6666666667%;
  }

  .cell-lg-12 {
    width: 100%;
  }

  .mt-lg-0,
.m-lg-0,
.my-lg-0 {
    margin-top: 0px;
  }

  .pt-lg-0,
.p-lg-0,
.py-lg-0 {
    padding-top: 0px;
  }

  .mb-lg-0,
.m-lg-0,
.my-lg-0 {
    margin-bottom: 0px;
  }

  .pb-lg-0,
.p-lg-0,
.py-lg-0 {
    padding-bottom: 0px;
  }

  .ml-lg-0,
.m-lg-0,
.mx-lg-0 {
    margin-left: 0px;
  }

  .pl-lg-0,
.p-lg-0,
.px-lg-0 {
    padding-left: 0px;
  }

  .mr-lg-0,
.m-lg-0,
.mx-lg-0 {
    margin-right: 0px;
  }

  .pr-lg-0,
.p-lg-0,
.px-lg-0 {
    padding-right: 0px;
  }

  .mt-lg-15,
.m-lg-15,
.my-lg-15 {
    margin-top: 15px;
  }

  .pt-lg-15,
.p-lg-15,
.py-lg-15 {
    padding-top: 15px;
  }

  .mb-lg-15,
.m-lg-15,
.my-lg-15 {
    margin-bottom: 15px;
  }

  .pb-lg-15,
.p-lg-15,
.py-lg-15 {
    padding-bottom: 15px;
  }

  .ml-lg-15,
.m-lg-15,
.mx-lg-15 {
    margin-left: 15px;
  }

  .pl-lg-15,
.p-lg-15,
.px-lg-15 {
    padding-left: 15px;
  }

  .mr-lg-15,
.m-lg-15,
.mx-lg-15 {
    margin-right: 15px;
  }

  .pr-lg-15,
.p-lg-15,
.px-lg-15 {
    padding-right: 15px;
  }

  .mt-lg-25,
.m-lg-25,
.my-lg-25 {
    margin-top: 25px;
  }

  .pt-lg-25,
.p-lg-25,
.py-lg-25 {
    padding-top: 25px;
  }

  .mb-lg-25,
.m-lg-25,
.my-lg-25 {
    margin-bottom: 25px;
  }

  .pb-lg-25,
.p-lg-25,
.py-lg-25 {
    padding-bottom: 25px;
  }

  .ml-lg-25,
.m-lg-25,
.mx-lg-25 {
    margin-left: 25px;
  }

  .pl-lg-25,
.p-lg-25,
.px-lg-25 {
    padding-left: 25px;
  }

  .mr-lg-25,
.m-lg-25,
.mx-lg-25 {
    margin-right: 25px;
  }

  .pr-lg-25,
.p-lg-25,
.px-lg-25 {
    padding-right: 25px;
  }

  .mt-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-top: 30px;
  }

  .pt-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-top: 30px;
  }

  .mb-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-bottom: 30px;
  }

  .pb-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-bottom: 30px;
  }

  .ml-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-left: 30px;
  }

  .pl-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-left: 30px;
  }

  .mr-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-right: 30px;
  }

  .pr-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-right: 30px;
  }

  .mt-lg-50,
.m-lg-50,
.my-lg-50 {
    margin-top: 50px;
  }

  .pt-lg-50,
.p-lg-50,
.py-lg-50 {
    padding-top: 50px;
  }

  .mb-lg-50,
.m-lg-50,
.my-lg-50 {
    margin-bottom: 50px;
  }

  .pb-lg-50,
.p-lg-50,
.py-lg-50 {
    padding-bottom: 50px;
  }

  .ml-lg-50,
.m-lg-50,
.mx-lg-50 {
    margin-left: 50px;
  }

  .pl-lg-50,
.p-lg-50,
.px-lg-50 {
    padding-left: 50px;
  }

  .mr-lg-50,
.m-lg-50,
.mx-lg-50 {
    margin-right: 50px;
  }

  .pr-lg-50,
.p-lg-50,
.px-lg-50 {
    padding-right: 50px;
  }

  .mt-lg-70,
.m-lg-70,
.my-lg-70 {
    margin-top: 70px;
  }

  .pt-lg-70,
.p-lg-70,
.py-lg-70 {
    padding-top: 70px;
  }

  .mb-lg-70,
.m-lg-70,
.my-lg-70 {
    margin-bottom: 70px;
  }

  .pb-lg-70,
.p-lg-70,
.py-lg-70 {
    padding-bottom: 70px;
  }

  .ml-lg-70,
.m-lg-70,
.mx-lg-70 {
    margin-left: 70px;
  }

  .pl-lg-70,
.p-lg-70,
.px-lg-70 {
    padding-left: 70px;
  }

  .mr-lg-70,
.m-lg-70,
.mx-lg-70 {
    margin-right: 70px;
  }

  .pr-lg-70,
.p-lg-70,
.px-lg-70 {
    padding-right: 70px;
  }

  .mt-lg-90,
.m-lg-90,
.my-lg-90 {
    margin-top: 90px;
  }

  .pt-lg-90,
.p-lg-90,
.py-lg-90 {
    padding-top: 90px;
  }

  .mb-lg-90,
.m-lg-90,
.my-lg-90 {
    margin-bottom: 90px;
  }

  .pb-lg-90,
.p-lg-90,
.py-lg-90 {
    padding-bottom: 90px;
  }

  .ml-lg-90,
.m-lg-90,
.mx-lg-90 {
    margin-left: 90px;
  }

  .pl-lg-90,
.p-lg-90,
.px-lg-90 {
    padding-left: 90px;
  }

  .mr-lg-90,
.m-lg-90,
.mx-lg-90 {
    margin-right: 90px;
  }

  .pr-lg-90,
.p-lg-90,
.px-lg-90 {
    padding-right: 90px;
  }

  .mt-lg-100,
.m-lg-100,
.my-lg-100 {
    margin-top: 100px;
  }

  .pt-lg-100,
.p-lg-100,
.py-lg-100 {
    padding-top: 100px;
  }

  .mb-lg-100,
.m-lg-100,
.my-lg-100 {
    margin-bottom: 100px;
  }

  .pb-lg-100,
.p-lg-100,
.py-lg-100 {
    padding-bottom: 100px;
  }

  .ml-lg-100,
.m-lg-100,
.mx-lg-100 {
    margin-left: 100px;
  }

  .pl-lg-100,
.p-lg-100,
.px-lg-100 {
    padding-left: 100px;
  }

  .mr-lg-100,
.m-lg-100,
.mx-lg-100 {
    margin-right: 100px;
  }

  .pr-lg-100,
.p-lg-100,
.px-lg-100 {
    padding-right: 100px;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }

  .cell-xl-2 {
    width: 16.6666666667%;
  }

  .cell-xl-3 {
    width: 25%;
  }

  .cell-xl-4 {
    width: 33.3333333333%;
  }

  .cell-xl-5 {
    width: 41.6666666667%;
  }

  .cell-xl-6 {
    width: 50%;
  }

  .cell-xl-7 {
    width: 58.3333333333%;
  }

  .cell-xl-8 {
    width: 66.6666666667%;
  }

  .cell-xl-9 {
    width: 75%;
  }

  .cell-xl-10 {
    width: 83.3333333333%;
  }

  .cell-xl-11 {
    width: 91.6666666667%;
  }

  .cell-xl-12 {
    width: 100%;
  }

  .mt-xl-0,
.m-xl-0,
.my-xl-0 {
    margin-top: 0px;
  }

  .pt-xl-0,
.p-xl-0,
.py-xl-0 {
    padding-top: 0px;
  }

  .mb-xl-0,
.m-xl-0,
.my-xl-0 {
    margin-bottom: 0px;
  }

  .pb-xl-0,
.p-xl-0,
.py-xl-0 {
    padding-bottom: 0px;
  }

  .ml-xl-0,
.m-xl-0,
.mx-xl-0 {
    margin-left: 0px;
  }

  .pl-xl-0,
.p-xl-0,
.px-xl-0 {
    padding-left: 0px;
  }

  .mr-xl-0,
.m-xl-0,
.mx-xl-0 {
    margin-right: 0px;
  }

  .pr-xl-0,
.p-xl-0,
.px-xl-0 {
    padding-right: 0px;
  }

  .mt-xl-15,
.m-xl-15,
.my-xl-15 {
    margin-top: 15px;
  }

  .pt-xl-15,
.p-xl-15,
.py-xl-15 {
    padding-top: 15px;
  }

  .mb-xl-15,
.m-xl-15,
.my-xl-15 {
    margin-bottom: 15px;
  }

  .pb-xl-15,
.p-xl-15,
.py-xl-15 {
    padding-bottom: 15px;
  }

  .ml-xl-15,
.m-xl-15,
.mx-xl-15 {
    margin-left: 15px;
  }

  .pl-xl-15,
.p-xl-15,
.px-xl-15 {
    padding-left: 15px;
  }

  .mr-xl-15,
.m-xl-15,
.mx-xl-15 {
    margin-right: 15px;
  }

  .pr-xl-15,
.p-xl-15,
.px-xl-15 {
    padding-right: 15px;
  }

  .mt-xl-25,
.m-xl-25,
.my-xl-25 {
    margin-top: 25px;
  }

  .pt-xl-25,
.p-xl-25,
.py-xl-25 {
    padding-top: 25px;
  }

  .mb-xl-25,
.m-xl-25,
.my-xl-25 {
    margin-bottom: 25px;
  }

  .pb-xl-25,
.p-xl-25,
.py-xl-25 {
    padding-bottom: 25px;
  }

  .ml-xl-25,
.m-xl-25,
.mx-xl-25 {
    margin-left: 25px;
  }

  .pl-xl-25,
.p-xl-25,
.px-xl-25 {
    padding-left: 25px;
  }

  .mr-xl-25,
.m-xl-25,
.mx-xl-25 {
    margin-right: 25px;
  }

  .pr-xl-25,
.p-xl-25,
.px-xl-25 {
    padding-right: 25px;
  }

  .mt-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-top: 30px;
  }

  .pt-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-top: 30px;
  }

  .mb-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-bottom: 30px;
  }

  .pb-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-bottom: 30px;
  }

  .ml-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-left: 30px;
  }

  .pl-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-left: 30px;
  }

  .mr-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-right: 30px;
  }

  .pr-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-right: 30px;
  }

  .mt-xl-50,
.m-xl-50,
.my-xl-50 {
    margin-top: 50px;
  }

  .pt-xl-50,
.p-xl-50,
.py-xl-50 {
    padding-top: 50px;
  }

  .mb-xl-50,
.m-xl-50,
.my-xl-50 {
    margin-bottom: 50px;
  }

  .pb-xl-50,
.p-xl-50,
.py-xl-50 {
    padding-bottom: 50px;
  }

  .ml-xl-50,
.m-xl-50,
.mx-xl-50 {
    margin-left: 50px;
  }

  .pl-xl-50,
.p-xl-50,
.px-xl-50 {
    padding-left: 50px;
  }

  .mr-xl-50,
.m-xl-50,
.mx-xl-50 {
    margin-right: 50px;
  }

  .pr-xl-50,
.p-xl-50,
.px-xl-50 {
    padding-right: 50px;
  }

  .mt-xl-70,
.m-xl-70,
.my-xl-70 {
    margin-top: 70px;
  }

  .pt-xl-70,
.p-xl-70,
.py-xl-70 {
    padding-top: 70px;
  }

  .mb-xl-70,
.m-xl-70,
.my-xl-70 {
    margin-bottom: 70px;
  }

  .pb-xl-70,
.p-xl-70,
.py-xl-70 {
    padding-bottom: 70px;
  }

  .ml-xl-70,
.m-xl-70,
.mx-xl-70 {
    margin-left: 70px;
  }

  .pl-xl-70,
.p-xl-70,
.px-xl-70 {
    padding-left: 70px;
  }

  .mr-xl-70,
.m-xl-70,
.mx-xl-70 {
    margin-right: 70px;
  }

  .pr-xl-70,
.p-xl-70,
.px-xl-70 {
    padding-right: 70px;
  }

  .mt-xl-90,
.m-xl-90,
.my-xl-90 {
    margin-top: 90px;
  }

  .pt-xl-90,
.p-xl-90,
.py-xl-90 {
    padding-top: 90px;
  }

  .mb-xl-90,
.m-xl-90,
.my-xl-90 {
    margin-bottom: 90px;
  }

  .pb-xl-90,
.p-xl-90,
.py-xl-90 {
    padding-bottom: 90px;
  }

  .ml-xl-90,
.m-xl-90,
.mx-xl-90 {
    margin-left: 90px;
  }

  .pl-xl-90,
.p-xl-90,
.px-xl-90 {
    padding-left: 90px;
  }

  .mr-xl-90,
.m-xl-90,
.mx-xl-90 {
    margin-right: 90px;
  }

  .pr-xl-90,
.p-xl-90,
.px-xl-90 {
    padding-right: 90px;
  }

  .mt-xl-100,
.m-xl-100,
.my-xl-100 {
    margin-top: 100px;
  }

  .pt-xl-100,
.p-xl-100,
.py-xl-100 {
    padding-top: 100px;
  }

  .mb-xl-100,
.m-xl-100,
.my-xl-100 {
    margin-bottom: 100px;
  }

  .pb-xl-100,
.p-xl-100,
.py-xl-100 {
    padding-bottom: 100px;
  }

  .ml-xl-100,
.m-xl-100,
.mx-xl-100 {
    margin-left: 100px;
  }

  .pl-xl-100,
.p-xl-100,
.px-xl-100 {
    padding-left: 100px;
  }

  .mr-xl-100,
.m-xl-100,
.mx-xl-100 {
    margin-right: 100px;
  }

  .pr-xl-100,
.p-xl-100,
.px-xl-100 {
    padding-right: 100px;
  }

  .d-xl-none {
    display: none;
  }

  .d-xl-block {
    display: block;
  }
}
@media (min-width: 1441px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }

  .cell-xxl-2 {
    width: 16.6666666667%;
  }

  .cell-xxl-3 {
    width: 25%;
  }

  .cell-xxl-4 {
    width: 33.3333333333%;
  }

  .cell-xxl-5 {
    width: 41.6666666667%;
  }

  .cell-xxl-6 {
    width: 50%;
  }

  .cell-xxl-7 {
    width: 58.3333333333%;
  }

  .cell-xxl-8 {
    width: 66.6666666667%;
  }

  .cell-xxl-9 {
    width: 75%;
  }

  .cell-xxl-10 {
    width: 83.3333333333%;
  }

  .cell-xxl-11 {
    width: 91.6666666667%;
  }

  .cell-xxl-12 {
    width: 100%;
  }

  .mt-xxl-0,
.m-xxl-0,
.my-xxl-0 {
    margin-top: 0px;
  }

  .pt-xxl-0,
.p-xxl-0,
.py-xxl-0 {
    padding-top: 0px;
  }

  .mb-xxl-0,
.m-xxl-0,
.my-xxl-0 {
    margin-bottom: 0px;
  }

  .pb-xxl-0,
.p-xxl-0,
.py-xxl-0 {
    padding-bottom: 0px;
  }

  .ml-xxl-0,
.m-xxl-0,
.mx-xxl-0 {
    margin-left: 0px;
  }

  .pl-xxl-0,
.p-xxl-0,
.px-xxl-0 {
    padding-left: 0px;
  }

  .mr-xxl-0,
.m-xxl-0,
.mx-xxl-0 {
    margin-right: 0px;
  }

  .pr-xxl-0,
.p-xxl-0,
.px-xxl-0 {
    padding-right: 0px;
  }

  .mt-xxl-15,
.m-xxl-15,
.my-xxl-15 {
    margin-top: 15px;
  }

  .pt-xxl-15,
.p-xxl-15,
.py-xxl-15 {
    padding-top: 15px;
  }

  .mb-xxl-15,
.m-xxl-15,
.my-xxl-15 {
    margin-bottom: 15px;
  }

  .pb-xxl-15,
.p-xxl-15,
.py-xxl-15 {
    padding-bottom: 15px;
  }

  .ml-xxl-15,
.m-xxl-15,
.mx-xxl-15 {
    margin-left: 15px;
  }

  .pl-xxl-15,
.p-xxl-15,
.px-xxl-15 {
    padding-left: 15px;
  }

  .mr-xxl-15,
.m-xxl-15,
.mx-xxl-15 {
    margin-right: 15px;
  }

  .pr-xxl-15,
.p-xxl-15,
.px-xxl-15 {
    padding-right: 15px;
  }

  .mt-xxl-25,
.m-xxl-25,
.my-xxl-25 {
    margin-top: 25px;
  }

  .pt-xxl-25,
.p-xxl-25,
.py-xxl-25 {
    padding-top: 25px;
  }

  .mb-xxl-25,
.m-xxl-25,
.my-xxl-25 {
    margin-bottom: 25px;
  }

  .pb-xxl-25,
.p-xxl-25,
.py-xxl-25 {
    padding-bottom: 25px;
  }

  .ml-xxl-25,
.m-xxl-25,
.mx-xxl-25 {
    margin-left: 25px;
  }

  .pl-xxl-25,
.p-xxl-25,
.px-xxl-25 {
    padding-left: 25px;
  }

  .mr-xxl-25,
.m-xxl-25,
.mx-xxl-25 {
    margin-right: 25px;
  }

  .pr-xxl-25,
.p-xxl-25,
.px-xxl-25 {
    padding-right: 25px;
  }

  .mt-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-top: 30px;
  }

  .pt-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-top: 30px;
  }

  .mb-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-bottom: 30px;
  }

  .pb-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-bottom: 30px;
  }

  .ml-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-left: 30px;
  }

  .pl-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-left: 30px;
  }

  .mr-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-right: 30px;
  }

  .pr-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-right: 30px;
  }

  .mt-xxl-50,
.m-xxl-50,
.my-xxl-50 {
    margin-top: 50px;
  }

  .pt-xxl-50,
.p-xxl-50,
.py-xxl-50 {
    padding-top: 50px;
  }

  .mb-xxl-50,
.m-xxl-50,
.my-xxl-50 {
    margin-bottom: 50px;
  }

  .pb-xxl-50,
.p-xxl-50,
.py-xxl-50 {
    padding-bottom: 50px;
  }

  .ml-xxl-50,
.m-xxl-50,
.mx-xxl-50 {
    margin-left: 50px;
  }

  .pl-xxl-50,
.p-xxl-50,
.px-xxl-50 {
    padding-left: 50px;
  }

  .mr-xxl-50,
.m-xxl-50,
.mx-xxl-50 {
    margin-right: 50px;
  }

  .pr-xxl-50,
.p-xxl-50,
.px-xxl-50 {
    padding-right: 50px;
  }

  .mt-xxl-70,
.m-xxl-70,
.my-xxl-70 {
    margin-top: 70px;
  }

  .pt-xxl-70,
.p-xxl-70,
.py-xxl-70 {
    padding-top: 70px;
  }

  .mb-xxl-70,
.m-xxl-70,
.my-xxl-70 {
    margin-bottom: 70px;
  }

  .pb-xxl-70,
.p-xxl-70,
.py-xxl-70 {
    padding-bottom: 70px;
  }

  .ml-xxl-70,
.m-xxl-70,
.mx-xxl-70 {
    margin-left: 70px;
  }

  .pl-xxl-70,
.p-xxl-70,
.px-xxl-70 {
    padding-left: 70px;
  }

  .mr-xxl-70,
.m-xxl-70,
.mx-xxl-70 {
    margin-right: 70px;
  }

  .pr-xxl-70,
.p-xxl-70,
.px-xxl-70 {
    padding-right: 70px;
  }

  .mt-xxl-90,
.m-xxl-90,
.my-xxl-90 {
    margin-top: 90px;
  }

  .pt-xxl-90,
.p-xxl-90,
.py-xxl-90 {
    padding-top: 90px;
  }

  .mb-xxl-90,
.m-xxl-90,
.my-xxl-90 {
    margin-bottom: 90px;
  }

  .pb-xxl-90,
.p-xxl-90,
.py-xxl-90 {
    padding-bottom: 90px;
  }

  .ml-xxl-90,
.m-xxl-90,
.mx-xxl-90 {
    margin-left: 90px;
  }

  .pl-xxl-90,
.p-xxl-90,
.px-xxl-90 {
    padding-left: 90px;
  }

  .mr-xxl-90,
.m-xxl-90,
.mx-xxl-90 {
    margin-right: 90px;
  }

  .pr-xxl-90,
.p-xxl-90,
.px-xxl-90 {
    padding-right: 90px;
  }

  .mt-xxl-100,
.m-xxl-100,
.my-xxl-100 {
    margin-top: 100px;
  }

  .pt-xxl-100,
.p-xxl-100,
.py-xxl-100 {
    padding-top: 100px;
  }

  .mb-xxl-100,
.m-xxl-100,
.my-xxl-100 {
    margin-bottom: 100px;
  }

  .pb-xxl-100,
.p-xxl-100,
.py-xxl-100 {
    padding-bottom: 100px;
  }

  .ml-xxl-100,
.m-xxl-100,
.mx-xxl-100 {
    margin-left: 100px;
  }

  .pl-xxl-100,
.p-xxl-100,
.px-xxl-100 {
    padding-left: 100px;
  }

  .mr-xxl-100,
.m-xxl-100,
.mx-xxl-100 {
    margin-right: 100px;
  }

  .pr-xxl-100,
.p-xxl-100,
.px-xxl-100 {
    padding-right: 100px;
  }

  .d-xxl-none {
    display: none;
  }

  .d-xxl-block {
    display: block;
  }
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}

/* wordpress align class */
.alignnone {
  float: none;
  margin: 20px 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/*bg-colors*/
.bg-primary {
  background: #0f406a;
  color: #fff;
}
.bg-primary h3 {
  color: #fff;
}

.bg-blue {
  background: #1f9bd7;
  color: #fff;
}
.bg-blue a {
  color: white !important;
}
.bg-blue h3 {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .d-flex {
    flex-direction: column;
  }

  .filter-top {
    padding-top: 20px;
  }

  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  #wpadminbar .ab-top-secondary {
    display: none;
  }
}
/**
 * Basic typography style for copy text
 */
body {
  min-height: 100%;
  height: auto;
  color: #000;
  font-size: 16px;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  line-height: 1.7;
  background-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

h1,
.h1 {
  margin-bottom: 15px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #0f406a;
}
h1 a,
.h1 a {
  color: inherit;
  text-decoration: none;
}

h2,
.h2,
body.woocommerce .add-cart-popup .woocommerce-message {
  margin-bottom: 15px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #0f406a;
}
h2 a,
.h2 a,
body.woocommerce .add-cart-popup .woocommerce-message a {
  color: inherit;
  text-decoration: none;
}

h3,
.h3 {
  margin-bottom: 15px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #0f406a;
}
h3 a,
.h3 a {
  color: inherit;
  text-decoration: none;
}

h4,
.h4 {
  margin-bottom: 15px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #0f406a;
}
h4 a,
.h4 a {
  color: inherit;
  text-decoration: none;
}

h5,
.h5 {
  margin-bottom: 15px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #0f406a;
}
h5 a,
.h5 a {
  color: inherit;
  text-decoration: none;
}

h6,
.h6 {
  margin-bottom: 15px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #0f406a;
}
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 48px;
}
@media (max-width: 1199px) {
  h1,
.h1 {
    font-size: 38.4px;
  }
}

h2,
.h2,
body.woocommerce .add-cart-popup .woocommerce-message {
  font-size: 36px;
}
@media (max-width: 767px) {
  h2,
.h2,
body.woocommerce .add-cart-popup .woocommerce-message {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 18.1818181818px;
  }
}

h6,
.h6 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h6,
.h6 {
    font-size: 20px;
  }
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}
ul li:last-child {
  padding-bottom: 0;
}

ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 6px;
  padding-bottom: 6px;
}
ol li:last-child {
  padding-bottom: 0;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding: 20px 20px;
  text-align: left;
  line-height: 2;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  background-color: #0f406a;
  border-left: 4px solid #1f9bd7;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  height: 0;
  margin: 10px auto 40px;
  border: 0 #000 solid;
  border-top-width: 1px;
  overflow: visible;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link
------------------------------------------------------------------------------*/
a {
  color: #0f406a;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #1f9bd7;
  text-decoration: underline;
  outline: none;
}

/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.btn, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button, body#add_payment_method .woocommerce .return-to-shop a.button, body.woocommerce-cart .woocommerce .return-to-shop a.button, body.woocommerce-checkout .woocommerce .return-to-shop a.button, body.woocommerce .add-cart-popup a.button, .filter-wrap .filter-content .btn-arrow-right, .btn-arrow-right, .btn-blue, body .woocommerce button.button, .woocommerce button.button, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button, body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .btn-secondary, .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button, button,
input[type=button],
input[type=reset],
input[type=submit], .btn-white {
  display: inline-block;
  padding: 14px 33px;
  vertical-align: top;
  color: #0f406a;
  font-size: 16px !important;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  border-radius: 7px !important;
  background-color: #ffcf2f;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  border: none;
}
.btn:hover, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button:hover, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button:hover, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button:hover, body#add_payment_method .woocommerce .return-to-shop a.button:hover, body.woocommerce-cart .woocommerce .return-to-shop a.button:hover, body.woocommerce-checkout .woocommerce .return-to-shop a.button:hover, body.woocommerce .add-cart-popup a.button:hover, .filter-wrap .filter-content .btn-arrow-right:hover, .btn-arrow-right:hover, .btn-blue:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button:hover, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button:hover, body#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .btn-secondary:hover, .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn-white:hover, .btn:focus, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:focus, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button:focus, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button:focus, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button:focus, body#add_payment_method .woocommerce .return-to-shop a.button:focus, body.woocommerce-cart .woocommerce .return-to-shop a.button:focus, body.woocommerce-checkout .woocommerce .return-to-shop a.button:focus, body.woocommerce .add-cart-popup a.button:focus, .filter-wrap .filter-content .btn-arrow-right:focus, .btn-arrow-right:focus, .btn-blue:focus, .woocommerce button.button:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:focus, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button:focus, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button:focus, body#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .btn-secondary:focus, .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button:focus, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn-white:focus {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-color: #1f9bd7;
  background-color: #1f9bd7;
}
.btn-white {
  color: #1f9bd7;
  background-color: white;
}
.btn-white:hover {
  color: #1f9bd7;
  background-color: white;
}
.btn-secondary, .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button, button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  background-color: #7e4083;
}
.btn-blue, body .woocommerce button.button, .woocommerce button.button, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button, body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  background-color: #1f9bd7;
}
.btn-blue:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button:hover, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button:hover, body#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #0f406a;
}
.btn-arrow {
  display: inline-block;
  color: #7e4083;
  font-size: 18px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  line-height: 1.2;
  text-decoration: none;
}
.btn-arrow:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin-left: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 21px;
  font-family: "bt-zerotothree" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  content: "f";
  background-color: #7e4083;
  border-radius: 100%;
  transition: 0.3s;
}
.btn-arrow.dark-blue {
  color: #0f406a;
}
.btn-arrow.dark-blue:after {
  background-color: #0f406a;
}
.btn-arrow:hover {
  color: #1f9bd7;
  text-decoration: none;
}
.btn-arrow:hover:after {
  background-color: #1f9bd7;
}
.btn-arrow.color-white {
  color: #fff;
}
.btn-arrow.color-white:after {
  color: #0f406a;
  background-color: #fff;
}
.btn-arrow.color-white:hover {
  color: #1f9bd7 !important;
}
.btn-arrow.color-white:hover:after {
  background-color: #1f9bd7;
  color: #fff;
}
.btn-arrow-right.purple {
  background-color: #7e4083;
  color: #fff;
}
.btn-arrow-right.purple:after {
  color: #7e4083;
  background-color: #fff;
}
.btn-arrow-right.purple:hover {
  background-color: #1f9bd7;
}
.btn-arrow-right:after {
  position: static !important;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 8px !important;
  color: #fff;
  font-size: 8px;
  font-family: "bt-zerotothree";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 21px;
  text-transform: none !important;
  content: "f";
  background-color: #0f406a;
  border-radius: 100%;
  transition: 0.3s;
  transform: translateY(-2px);
  vertical-align: unset !important;
}
.btn-arrow-right:hover {
  color: #fff;
  text-decoration: none;
}
.btn-arrow-right:hover:after {
  color: #1f9bd7;
  background-color: #fff;
}
.btn-link {
  margin-bottom: 2px;
  color: #0f406a;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #0f406a;
}
.btn-link:hover, .btn-link:focus {
  color: #ffcf2f;
  border-color: #ffcf2f;
  text-decoration: none;
}

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

form label {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  font-size: 14px;
  color: #0f406a;
}

input,
textarea,
button,
select {
  font-family: "Museo Sans 500", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
textarea {
  -webkit-appearance: none;
  outline: none;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid rgba(15, 64, 106, 0.13);
  background-color: transparent;
  border-radius: 0;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #ffcf2f;
  outline: none;
}

textarea {
  display: block;
  height: 56px;
  padding: 20px 15px;
  resize: none;
  overflow: auto;
  border: 1px solid rgba(15, 64, 106, 0.13);
}

select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-size: 14px 7px;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}

select:focus {
  outline: none;
}

/* for ie */
select::-ms-expand {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 25px;
}

.radios,
.checkboxes {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.custom-blue input[type=radio] + label,
.custom-blue input[type=radio] + span {
  display: block !important;
  margin-bottom: 0;
}
.custom-blue input[type=radio] + label:before,
.custom-blue input[type=radio] + span:before {
  border-color: #1f9bd7;
}
.custom-blue input[type=radio]:checked + label:after,
.custom-blue input[type=radio]:checked + span:after {
  background-color: #1f9bd7;
}
.custom-blue input[type=checkbox] + label:after,
.custom-blue input[type=checkbox] + span:after {
  background-image: url(https://zttecomstag.wpengine.com/wp-content/uploads/2021/07/white-tick-transparent.png);
}
.custom-blue input[type=checkbox] + label:before,
.custom-blue input[type=checkbox] + span:before {
  border-color: #009bde;
}
.custom-blue input[type=checkbox]:checked + label:after,
.custom-blue input[type=checkbox]:checked + span:after {
  content: "";
  opacity: 1;
}

label {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=checkbox] + label,
input[type=checkbox] + span,
input[type=radio] + label,
input[type=radio] + span {
  position: relative;
  padding: 0 0 0 28px !important;
  margin-bottom: 1rem;
  user-select: none;
  font-weight: inherit !important;
}
input[type=checkbox] + label:before,
input[type=checkbox] + span:before,
input[type=radio] + label:before,
input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
}
input[type=checkbox] + label:after,
input[type=checkbox] + span:after,
input[type=radio] + label:after,
input[type=radio] + span:after {
  content: "";
  position: absolute;
  transition: 0.3s;
}

input[type=checkbox] + label:after,
input[type=checkbox] + span:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(https://zttecomstag.wpengine.com/wp-content/uploads/2021/07/white-tick-transparent.png);
  opacity: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + span:before {
  border-color: #009bde;
}
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + span:after {
  content: "";
  opacity: 1;
}

input[type=radio] + label:before, input[type=radio] + label:after,
input[type=radio] + span:before,
input[type=radio] + span:after {
  border-radius: 50%;
}
input[type=radio] + label:after,
input[type=radio] + span:after {
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
}
input[type=radio]:checked + label:before,
input[type=radio]:checked + span:before {
  animation: borderscale 300ms ease-in;
}
input[type=radio]:checked + label:after,
input[type=radio]:checked + span:after {
  background: #fff;
  transform: scale(1);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.select2-container {
  display: block !important;
}
.select2-container.select2-container--open .select2-selection__arrow:after {
  transform: rotate(270deg);
}
.select2-container .select2-selection__arrow:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  transform: rotate(90deg);
  transition: 0.3s;
}
.select2-container .select2-selection__arrow b {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: -50px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.slick-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #707070;
  border-radius: 100%;
  font-size: 0;
  background-color: transparent;
  transition: background-color ease 0.3s, opacity ease 0.3s;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #ffcf2f;
  border: #ffcf2f;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #ffcf2f;
  border: #ffcf2f;
}

.custom-arrow .slick-arrow {
  position: relative;
  top: -10px;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 999;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
  border: 10px solid #0f406a;
  border-top: 0;
  border-right: 0;
  transition: border ease 0.3s;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  border-color: #ffcf2f;
}
.slick-arrow.slick-prev {
  left: 0;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: 0;
  transform: rotate(-135deg);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 120px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  margin-top: 26px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.mtsnb {
  position: fixed !important;
  top: 56px;
  z-index: 10;
}
@media (min-width: 768px) {
  .mtsnb {
    top: 135px;
  }
}
.mtsnb div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .mtsnb {
    margin-top: 16px;
  }
}
.mtsnb .mtsnb-container {
  padding: 18px 16px 13px;
}
@media (min-width: 768px) {
  .mtsnb .mtsnb-container {
    padding-top: 13px;
  }
}
.mtsnb .mtsnb-container a {
  background-color: #ffcf2f;
  color: #0f406a !important;
  font-size: 16px;
  padding: 8px 18px;
  font-weight: 700;
  border-radius: 3px;
}
.mtsnb .mtsnb-container a:hover, .mtsnb .mtsnb-container a.hover {
  background-color: #1f9bd7;
  color: #fff !important;
  text-decoration: none;
}
.mtsnb .mtsnb-content {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .mtsnb .mtsnb-content {
    flex-direction: row;
    align-items: center;
  }
}
.mtsnb .mtsnb-text {
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .mtsnb .mtsnb-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mtsnb .mtsnb-hide {
    top: 16px;
    right: 16px;
  }
}
.mtsnb .mtsnb-hide span {
  font-size: 24px;
}
.mtsnb .mtsnb-hide.hover, .mtsnb .mtsnb-hide:hover {
  color: #727272;
}

.mtsnb-hidden.mtsnb-top {
  top: 0;
}

body.admin-bar .mtsnb {
  top: 102px !important;
}
@media (min-width: 768px) {
  body.admin-bar .mtsnb {
    top: 167px !important;
  }
}

.header-links .widget_nav_menu,
.header-links .widget_mo_oauth_widget {
  display: inline-block !important;
}
.header-links .widget_mo_oauth_widget {
  height: 42px;
  display: inline-block !important;
  vertical-align: top;
  margin-left: 28px !important;
  margin-top: 0px;
  color: white;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  padding: 0;
  line-height: 16px;
}
.header-links .widget_mo_oauth_widget .login-separator {
  padding-left: 30px !important;
}
.header-links .widget_mo_oauth_widget a {
  color: white;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  text-decoration: none;
  letter-spacing: 0px;
  padding: 9px 0 10px !important;
  font-size: 16px;
  line-height: 23px;
  background-color: transparent !important;
  border: 0px !important;
  display: inline-block;
  height: 42px;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
.header-links .widget_mo_oauth_widget a.oauthloginbutton {
  display: block !important;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  font-weight: 400;
  padding: 12px 0px !important;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  background-color: transparent !important;
  color: white;
  margin: 0px;
  top: 0px;
  vertical-align: top;
  border: 0px !important;
  text-decoration: none !important;
}
.header-links .widget_mo_oauth_widget a.oauthloginbutton:hover, .header-links .widget_mo_oauth_widget a.oauthloginbutton.hover {
  color: #ffcf2f !important;
}
.header-links .widget_mo_oauth_widget .widget-content {
  display: block;
  vertical-align: top;
  margin: 0px;
  height: 42px;
}
.header-links .widget_mo_oauth_widget .oauthloginbutton:not(.login-active),
.header-links .widget_mo_oauth_widget .oauthloginbutton i {
  display: none;
  padding-top: 0px !important;
  margin-left: 18px;
  width: 175px !important;
}
.header-links .widget_mo_oauth_widget .mo_oauth_def_btn_other,
.header-links .widget_mo_oauth_widget i.fa-lock {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 23px !important;
  width: auto !important;
  padding: 0 !important;
  font-size: inherit !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: inherit !important;
  border: 0 !important;
}
.header-links .widget_mo_oauth_widget .mo_oauth_def_btn_other::before,
.header-links .widget_mo_oauth_widget i.fa-lock::before {
  content: none;
}
.header-links .widget_mo_oauth_widget .mo_oauth_def_btn_other .mo_oauth_login_button_font,
.header-links .widget_mo_oauth_widget i.fa-lock .mo_oauth_login_button_font {
  font-family: "Museo Sans 500", "Arial", sans-serif;
  margin-left: 0 !important;
  font-size: inherit;
  vertical-align: unset;
  line-height: 23px;
}

.widget-content {
  margin-top: -0.5px;
}

.header-icon {
  margin-left: 40px !important;
  margin-right: 20px;
}
.header-icon .icon-cart {
  margin: 0px 0px 0px 10px;
  font-size: 19px;
  color: #ffcf2f;
}

.header-icon.cart-icon li:first-child a {
  font-size: 16px !important;
  line-height: 16px !important;
}
.header-icon.cart-icon li:first-child a .cart-count {
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 16px !important;
  color: #ffcf2f;
  margin-left: 9px;
  margin-right: -9px;
}
.header-icon.cart-icon li:first-child a:hover, .header-icon.cart-icon li:first-child a:focus {
  color: #ffcf2f;
}

.navigation .container-fluid {
  padding-left: 31px;
  padding-right: 31px;
}
.navigation .mob-link-wrap {
  padding-right: 0px !important;
}
.navigation .mob-link-wrap a:hover, .navigation .mob-link-wrap a:focus {
  color: #ffcf2f;
}
.navigation .search-form {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 80px;
}
.navigation .search-form:before {
  content: "Search";
  margin-left: -53px;
  font-weight: 400;
  pointer-events: none;
}
.navigation .search-form .search-submit {
  width: 103px;
  top: -5px !important;
  background-position: top 9px right 11px !important;
  width: 103px !important;
  text-indent: -999px;
}
.navigation .search-form label[for=search-form-2] {
  display: none;
}

.gform_title {
  display: none;
}

/*--- header ---*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 9999;
  /* nav */
}
.header .custom-logo-link {
  max-width: 370px;
}
@media (max-width: 1199px) {
  .header .custom-logo-link {
    max-width: 300px;
  }
}
@media (max-width: 1023px) {
  .header .custom-logo-link {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .header .custom-logo-link {
    max-width: 280px;
  }
}
.header-top {
  background-color: #0f406a;
}
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-bottom {
  position: relative;
}
.header-bottom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
  pointer-events: none;
}
.header-bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-bottom-wrapper {
    padding: 8px 0;
  }
  .header-bottom-wrapper img {
    margin-left: -30px;
  }
}
.header-bottom-wrapper .hamburger {
  display: none;
}
@media (max-width: 767px) {
  .header-bottom-wrapper .hamburger {
    display: flex;
    margin-right: -10px;
  }
}
.header .navigation {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .header .navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 0 20px;
    transition: 0.5s;
    z-index: 99;
    background-color: #fff;
    transition: none;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 40px;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
  display: none;
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
  display: block !important;
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    padding-top: 20px;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    margin-bottom: 23px;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item + li.mega-menu-item {
  margin-left: 26px;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item + li.mega-menu-item {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item + li.mega-menu-item {
    margin-left: 0;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:nth-last-of-type(1) > ul.mega-sub-menu, .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:nth-last-of-type(2) > ul.mega-sub-menu {
  left: auto !important;
  right: -80px !important;
}
@media (max-width: 1199px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:nth-last-of-type(1) > ul.mega-sub-menu, .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:nth-last-of-type(2) > ul.mega-sub-menu {
    right: -40px;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  top: 100%;
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.has-sub a {
    padding-right: 35px;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.has-sub.is-open .mbnav__caret {
  transform: rotateX(180deg);
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  position: relative;
  display: block;
  height: auto !important;
  padding: 33px 0 !important;
  line-height: 1.7 !important;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    padding: 25px 0 !important;
  }
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 !important;
    font-family: "Museo Sans 700", "Arial", sans-serif;
  }
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #1f9bd7;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:before {
    display: none;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover:before {
  opacity: 1;
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu {
  position: absolute;
  left: -119px;
  width: 536px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  margin: 0 -15px;
  transform: none !important;
}
@media (max-width: 1023px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu {
    padding: 20px;
    width: 450px;
  }
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 0;
    margin: 18px 0 18px;
    pointer-events: auto;
    box-shadow: none;
    opacity: 1;
    transition: none;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row .has-sub {
  padding-right: 0 15px;
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row .has-sub {
    padding: 0;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row .mega-sub-menu .mega-block-title {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row .mega-sub-menu .mega-block-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row .mega-sub-menu .mega-block-title {
    display: none;
  }
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-link {
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-link:hover {
  color: #1f9bd7;
}
@media (max-width: 767px) {
  .header .navigation #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > ul.mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-link {
    font-size: 12px;
  }
}
.header .mob-btn {
  display: none;
}
@media (max-width: 767px) {
  .header .mob-btn {
    display: block;
  }
}
.header .mob-btn .btn-block + .btn-block {
  margin-top: 20px;
}
.header .mob-btn .menu-utility-navigation-container .menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.header .mob-btn a {
  display: inline-block;
  box-sizing: border-box !important;
  padding: 14px 33px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  color: #0f406a;
  font-size: 16px !important;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  text-transform: capitalize;
  border-radius: 7px !important;
  background-color: #ffcf2f;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.header .mob-btn .widget_mo_oauth_widget {
  padding-top: 12px;
}
.header .mob-btn .mo_oauth_def_btn_other,
.header .mob-btn i.fa-lock {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 23px !important;
  width: auto !important;
  padding: 0 !important;
  font-size: inherit !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: inherit !important;
  border: 0 !important;
}
.header .mob-btn .mo_oauth_def_btn_other::before,
.header .mob-btn i.fa-lock::before {
  content: none;
}
.header .mob-btn .mo_oauth_def_btn_other .mo_oauth_login_button_font,
.header .mob-btn i.fa-lock .mo_oauth_login_button_font {
  font-family: "Museo Sans 700", "Arial", sans-serif;
  margin-left: 0 !important;
  font-size: inherit;
  vertical-align: unset;
  line-height: 23px;
}
.header .mob-link {
  display: inline-flex;
  width: auto !important;
  margin-top: 0px !important;
  background-color: transparent;
  color: #0f406a;
}
@media (max-width: 767px) {
  .header .mob-link {
    display: block;
  }
}
.header .mob-link .mob-link-wrap {
  color: #0f406a;
}
.header .mob-link .mob-link-wrap + .mob-link-wrap {
  margin-top: 20px;
}
.header .mob-link .mob-link-inner {
  position: relative;
  padding-left: 45px;
  color: #0f406a;
  font-weight: 700;
  text-decoration: none;
}
.header .mob-link .mob-link-inner.forn-group {
  padding-left: 0;
}
.header .mob-link .mob-link-inner.forn-group .reset-search {
  display: none !important;
  position: absolute;
  top: 0;
  right: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 36px;
  z-index: 9;
}
.header .mob-link .mob-link-inner.forn-group .reset-search img {
  width: 16px;
}
.header .mob-link .mob-link-inner:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.header .mob-link .mob-link-inner.icon-search:before {
  font-size: 16px;
}
.header .mob-link .mob-link-inner .search-field {
  background-color: transparent;
  padding-left: 45px;
  height: 36px;
  color: #0f406a;
  background-image: url(../images/seach-ico-yellow.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 3px;
  border-radius: 0;
  transition: 0.3s;
  border: none;
  width: 100%;
  margin-left: 0;
  /*
   * //TODO: make a real search input 
   * For some reason the label (and the form input inside it) are display: none. 
   * So there is no search input; just something that looks like it should be
  */
}
.header .mob-link .mob-link-inner .search-field::-webkit-input-placeholder {
  color: #ffcf2f;
  font-weight: 700;
}
.header .mob-link .mob-link-inner .search-field:-moz-placeholder {
  color: #ffcf2f;
  font-weight: 700;
}
.header .mob-link .mob-link-inner .search-field::-moz-placeholder {
  color: #ffcf2f;
  font-weight: 700;
}
.header .mob-link .mob-link-inner .search-field:-ms-input-placeholder {
  color: #ffcf2f;
  font-weight: 700;
}
.header .mob-link .mob-link-inner .search-field:focus {
  background-color: #fff;
  padding-left: 15px;
  background-image: none;
}
.header .mob-link .mob-link-inner .search-field:focus::-webkit-input-placeholder {
  color: #0f406a;
}
.header .mob-link .mob-link-inner .search-field:focus:-moz-placeholder {
  color: #0f406a;
}
.header .mob-link .mob-link-inner .search-field:focus::-moz-placeholder {
  color: #0f406a;
}
.header .mob-link .mob-link-inner .search-field:focus:-ms-input-placeholder {
  color: #0f406a;
}
.header .mob-link .mob-link-inner .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: transparent;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  transition: 0.3s ease;
}

.header-links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.header-links li {
  padding: 0;
  line-height: 1;
  list-style: none;
}
.header-links li + li {
  margin-left: 25px;
}
.header-links li a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.header-links li a:hover {
  color: #ffcf2f;
}

.header-icon {
  margin-left: 30px;
}
.header-icon ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.header-icon li {
  position: relative;
  padding: 0;
  line-height: 0.8;
  list-style: none;
}
.header-icon li a {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #ffcf2f;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
}
.header-icon li a.icon-search {
  font-size: 16px;
}
.header-icon li a:hover {
  color: #1f9bd7;
}
.header-icon .search-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.header-icon .search-form label {
  flex: 1 1 auto;
  margin: 0;
}
.header-icon .search-form-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  pointer-events: none;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
}
.header-icon .search-form-wrapper.active {
  width: 300px;
  pointer-events: auto;
}
.header-icon .search-form-wrapper .reset-search {
  position: absolute;
  right: 38px;
  top: 0;
  height: 100%;
  width: 42px;
}
.header-icon .search-form-wrapper .reset-search img {
  width: 16px;
}
.header-icon .search-field {
  height: 42px;
  padding-right: 55px;
  margin: 0;
  border: none;
}
.header-icon .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: #fff;
  background-image: url("../images/seach-ico-yellow.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  transition: 0.3s ease;
}
.header-icon .search-submit:hover {
  background-color: #0f406a;
}

.nav-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .nav-backdrop.is-open {
    pointer-events: auto;
    z-index: 9;
  }
}

.admin-bar header.header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar header.header {
    top: 46px;
  }
}
@media (min-width: 320px) and (max-width: 778px) {
  .admin-bar header.header {
    top: 0px !important;
  }
}

/* responsive nav for small devices */
.hamburger {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    display: flex;
  }
}
.hamburger.active span, .hamburger.filter-active span {
  background-color: transparent;
}
.hamburger.active span:before, .hamburger.active span:after, .hamburger.filter-active span:before, .hamburger.filter-active span:after {
  top: 0;
}
.hamburger.active span:before, .hamburger.filter-active span:before {
  transform: rotate(45deg);
}
.hamburger.active span:after, .hamburger.filter-active span:after {
  transform: translateY(-8px) rotate(-45deg);
  top: 8px;
}
.hamburger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 4px;
  height: 4px;
  width: 24px;
  background: #7e4083;
  display: inline-block;
  content: "";
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span:before, .hamburger span:after {
  cursor: pointer;
  border-radius: 4px;
  height: 4px;
  width: 24px;
  background: #7e4083;
  position: absolute;
  display: inline-block;
  content: "";
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}

.mbnav__caret {
  position: absolute;
  top: 0;
  right: 2px;
  display: none;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .mbnav__caret {
    display: block;
  }
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.mbnav__caret:before {
  position: absolute;
  content: "e";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 1em;
  height: 1em;
  color: #0f406a;
  font-family: "bt-zerotothree";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}

/*--- footer ---*/
.main-footer {
  width: 100%;
  padding: 88px 0;
  background: #0f406a;
}
@media (max-width: 1199px) {
  .main-footer {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .main-footer {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding: 30px 0;
  }
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column-reverse;
  }
}
.footer-left {
  width: 33%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .footer-left {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .footer-left {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer-left {
    width: 100%;
    text-align: center;
  }
}
.footer-logo {
  max-width: 248px;
}
.footer-links {
  padding-left: 98px;
}
@media (max-width: 1199px) {
  .footer-links {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .footer-links {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.footer-links .footer-logo {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .footer-links .footer-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-links .footer-logo {
    display: block;
    margin: 0 auto 30px;
  }
}
.footer-links ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-links ul li {
  list-style: none;
}
.footer-links ul a {
  color: #fff;
  text-decoration: none;
}
.footer-links ul a:hover {
  color: #1f9bd7;
}
.footer-address .footer-logo {
  display: block;
  margin-left: -52px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .footer-address .footer-logo {
    margin-left: -30px;
  }
}
@media (max-width: 1023px) {
  .footer-address .footer-logo {
    display: none;
  }
}
.footer-address address {
  color: #fff;
  font-style: normal;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .footer-address address {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-address address {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-address address br {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-address .contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-address .contact-links .single-link {
    padding: 0 10px;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .footer-address .contact-links .single-link:last-child {
    border-right: none;
  }
}
.footer-address .contact-links a {
  color: #fff;
  text-decoration: none;
}
.footer-address .contact-links a:hover {
  color: #1f9bd7;
}
@media (max-width: 767px) {
  .footer-address .contact-links a {
    display: block;
    font-size: 14px;
    line-height: 1;
  }
}
.footer-right {
  width: 67%;
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .footer-right {
    width: 60%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.footer-right h5,
.footer-right h6 {
  margin-bottom: 20px;
  color: #fff;
}
.footer-right h6 {
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 17px;
}

body .main-footer .gform_wrapper form {
  position: relative;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul {
  margin: 0 !important;
  list-style: none !important;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul:first-child {
  width: 50%;
  padding: 0 40px 0 0;
}
@media (max-width: 1023px) {
  body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul:first-child {
    width: 100%;
    padding-right: 0;
  }
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul:first-child .ginput_container_checkbox {
  width: calc(100% - 12px);
  display: inline-block;
  vertical-align: top;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul:first-child .ginput_container_checkbox li {
  margin-bottom: 0;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul:first-child .gfield_contains_required label.gfield_label {
  float: right;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul:last-child {
  width: 50%;
  padding: 0 0 60px 0;
}
@media (max-width: 1023px) {
  body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul:last-child {
    width: 100%;
    padding: 0;
  }
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul li {
  list-style: none !important;
  padding: 0;
  margin-bottom: 22px;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul li:last-child {
  margin: 0;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul li.gfield_error {
  background-color: transparent;
  border: none;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul li .gfield_label {
  margin-bottom: 18px;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul li .ginput_container_text {
  margin-top: 0;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html > ul li .ginput_container_checkbox {
  margin-top: 0;
}
body .main-footer .gform_wrapper form div.gform_body ul.gform_fields > li.gfield.gfield_html .gfield_checkbox {
  margin: 0 !important;
  width: 100% !important;
}
body .main-footer .gform_wrapper form div.gform_body input:not([type=submit]) {
  padding-left: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  width: 100%;
  margin: 0;
}
body .main-footer .gform_wrapper form div.gform_body input:not([type=submit])::-webkit-input-placeholder {
  color: #fff;
}
body .main-footer .gform_wrapper form div.gform_body input:not([type=submit]):-moz-placeholder {
  color: #fff;
}
body .main-footer .gform_wrapper form div.gform_body input:not([type=submit])::-moz-placeholder {
  color: #fff;
}
body .main-footer .gform_wrapper form div.gform_body input:not([type=submit]):-ms-input-placeholder {
  color: #fff;
}
body .main-footer .gform_wrapper form div.gform_body p,
body .main-footer .gform_wrapper form div.gform_body label {
  max-width: 100%;
  color: #fff;
  font-size: 12px;
}
body .main-footer .gform_wrapper form .gform_footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  body .main-footer .gform_wrapper form .gform_footer {
    position: static;
    width: 100%;
    text-align: center;
  }
}
body .main-footer .gform_wrapper form .gform_footer input[type=submit] {
  width: 154px;
  height: 55px;
  margin-top: 0;
  color: #1f9bd7;
  text-transform: capitalize;
  border: none;
  background-color: #fff;
  border-radius: 7px;
}
body .main-footer .gform_wrapper form .gform_footer input[type=submit]:hover, body .main-footer .gform_wrapper form .gform_footer input[type=submit]:focus {
  color: #fff;
  background-color: #1f9bd7;
}
@media (max-width: 767px) {
  body .main-footer .gform_wrapper form .gform_footer input[type=submit] {
    display: block;
    margin: 14px auto 0;
  }
}

.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  color: #ff8686 !important;
  font-size: 13.2px;
  font-weight: 500;
  line-height: 17.6px;
  margin: 0 0 12px 0;
}

.gform_legacy_markup_wrapper div.validation_error {
  color: #ff8686 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #ff8686 !important;
  border-bottom: 2px solid #ff8686 !important;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper .gform_validation_errors {
  background: #0f406a;
  border-radius: 5px;
  border: 1.5px solid #ff8686 !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11), 0px 0px 4px rgba(18, 25, 97, 0.0405344);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px 16px 16px 48px;
  position: relative;
  width: 100%;
}

.gform_wrapper .gform_validation_errors > h2 {
  color: #ff8686 !important;
  font-size: 13.2px;
  font-weight: 500;
  line-height: 17.6px;
  margin: 0 0 12px 0;
}

.gform_wrapper .gform_validation_errors > h2:before {
  display: none;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  align-items: center;
  display: flex;
  font-size: 28px;
  height: 100%;
  left: 12px;
  position: absolute;
  top: 0;
}

.gform_wrapper .gform_validation_errors > h2.hide_summary {
  margin: 0;
  color: #ff8686 !important;
}

.gform_wrapper .gform_validation_errors > ol {
  padding-left: 20px;
}

.gform_wrapper .gform_validation_errors > ol a {
  color: #ff8686 !important;
  font-size: 13.2px;
  text-decoration: none;
}

.gform_wrapper .gform_validation_errors > ol li {
  color: #ff8686 !important;
  font-size: 13.2px;
  list-style-type: disc !important;
  margin: 0 0 8px 0;
}

.gform_wrapper .gform_validation_errors > ol li:last-of-type {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  color: #ff8686 !important;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
}

.gform_wrapper .gfield_required .gfield_required_text,
.gform_wrapper .gfield_required .gfield_required_custom {
  font-style: italic;
  font-weight: 400;
}

.gform_wrapper .gform_required_legend .gfield_required {
  padding-left: 0;
}

.gform_wrapper .validation_error {
  border-bottom: 2px solid #ff8686 !important;
  border-top: 2px solid #ff8686 !important;
  color: #ff8686 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 32px;
  padding: 16px;
  text-align: center;
}

.gform_wrapper [aria-invalid=true] + label,
.gform_wrapper label + [aria-invalid=true],
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  color: #ff8686 !important;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: #0f406a;
  border: 1px solid #ff8686 !important;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #ff8686 !important;
}

.gform_legacy_markup_wrapper div.validation_error {
  color: #ff8686 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #ff8686 !important;
  border-bottom: 2px solid #ff8686 !important;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_legacy_markup_wrapper .validation_message {
  color: #ff8686 !important;
  font-weight: 700;
  letter-spacing: normal;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
  padding-left: 66px;
  padding-bottom: 16px;
}

body.is-open {
  overflow: hidden;
}

.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}

.main-container {
  width: 100%;
}

.text-white {
  color: #fff;
}
.text-white-all :not(.btn):not(.btn-white):not(.btn-secondary):not(.btn-blue):not(.btn-arrow-right):not(button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]) {
  color: #fff !important;
}

@media (max-width: 1023px) {
  .md-align-start {
    align-items: flex-start;
  }
}

.reverse {
  flex-direction: row-reverse;
}

.slick-arrow {
  width: 25px;
  height: 36px;
  border-radius: 100%;
  background-color: #cbcfd1 !important;
  border: none;
  color: #fff;
  padding-left: 9px;
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #0f406a !important;
}
.slick-arrow:before {
  font-size: 15px;
  line-height: 1;
  font-family: "bt-zerotothree" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  content: "f";
}
.slick-prev {
  transform: rotate(180deg);
}
.slick-next {
  right: 0;
  transform: rotate(0deg);
}

.slick-dots li {
  padding: 0 5px;
}

.woocommerce-breadcrumb {
  margin-bottom: 0 !important;
  color: #209bd7 !important;
  font-weight: 600;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  color: #1f9bd7 !important;
  text-transform: uppercase !important;
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.woocommerce-breadcrumb a:last-of-type,
.woocommerce-breadcrumb span:last-of-type {
  margin-right: 0;
}
.woocommerce-breadcrumb a:first-of-type,
.woocommerce-breadcrumb span:first-of-type {
  margin-left: 0;
}
.woocommerce-breadcrumb a {
  text-decoration: none;
  font-weight: 500;
}
.woocommerce-breadcrumb a:hover {
  color: #1f9bd7 !important;
}
.woocommerce-breadcrumb > span {
  font-weight: 700 !important;
}

.woocommerce .qty-number {
  position: relative;
  display: flex;
  max-width: 75px;
  padding: 12px;
  margin-right: 0px;
  border: 1px solid #0f406a;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .woocommerce .qty-number {
    margin-right: 0px;
  }
}
.woocommerce .qty-number input {
  height: 20px;
  width: 51px !important;
  padding-left: 10px;
  padding-right: 10px;
  color: rgba(15, 64, 106, 0.5);
  font-size: 16px;
  text-align: center;
  border: none;
}
.woocommerce .qty-number .numbers {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.woocommerce .qty-number .numbers .inp-num {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  pointer-events: auto;
  cursor: pointer;
}
.woocommerce .qty-number .numbers .inp-num:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(15, 64, 106, 0.5);
  transition: 0.3s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 12px;
}
.woocommerce .qty-number .numbers .up {
  right: 10px;
}
.woocommerce .qty-number .numbers .up:before {
  content: "+";
}
.woocommerce .qty-number .numbers .down {
  left: 10px;
}
.woocommerce .qty-number .numbers .down:before {
  content: "-";
}

.social-icons.second-social ul li:not(:last-child) {
  margin-right: 25px;
}
.social-icons .social-title {
  margin-right: 32px;
  color: #727272;
  font-family: "Museo Sans 700", "Arial", sans-serif;
}
.social-icons ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 0 15px;
}
.social-icons li {
  list-style: none;
  padding: 0;
  line-height: 0.8;
}
.social-icons li:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .social-icons li:not(:last-child) {
    margin-right: 10px;
  }
}
.social-icons li:first-child {
  display: none;
}
.social-icons li a {
  color: #7e4083;
  font-size: 24px;
  line-height: 0.7;
  text-decoration: none;
}
.social-icons li a:hover, .social-icons li a:focus {
  outline: none;
  color: #1f9bd7;
}
.social-icons li a .a2a_svg {
  display: none;
}

.rs-custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rs-custom-pagination a,
.rs-custom-pagination span {
  padding: 9px 14px;
  font-size: 18px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  text-decoration: none;
  color: #0f406a;
}
.rs-custom-pagination a.current,
.rs-custom-pagination span.current {
  color: #1f9bd7;
}
.rs-custom-pagination a:hover, .rs-custom-pagination a:focus {
  color: #1f9bd7;
}
.rs-custom-pagination .prev,
.rs-custom-pagination .next {
  text-transform: uppercase;
}
.rs-custom-pagination .prev span,
.rs-custom-pagination .next span {
  padding: 0;
  color: #1f9bd7;
  transition: color 0.3s;
}
.rs-custom-pagination .prev:hover span,
.rs-custom-pagination .next:hover span {
  color: #0f406a;
}

.select2-selection {
  height: 46px !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(15, 64, 106, 0.13) !important;
  border-radius: 0 !important;
}
.select2-selection__rendered {
  padding-left: 0 !important;
  line-height: 46px !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.select2-selection__arrow {
  height: 46px !important;
}

.select2-container--open .select2-dropdown {
  border: 1px solid #0f406a;
}
.select2-container--open .select2-search {
  display: none;
}
.select2-container--open .select2-results__option--highlighted {
  background-color: #0f406a !important;
  color: #fff;
}
.select2-container--open .select2-results__option[data-selected=true] {
  background-color: #1f9bd7;
  color: #fff;
}

.fancybox-slide--html {
  padding: 15px;
}

.custom-list-style ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.custom-list-style ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 0;
  color: #727272;
  list-style: none;
}
.custom-list-style ul li:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0f406a;
  content: "";
}
.custom-list-style ol {
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.custom-list-style ol li {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 0;
  color: #727272;
  counter-increment: my-awesome-counter;
}
.custom-list-style ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #1f9bd7;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}

.list-tick-icon ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.list-tick-icon ul li {
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 0;
  color: #727272;
  list-style: none;
}
.list-tick-icon ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-image: url("../images/tick-blue-bold.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  border: 2px solid #1f9bd7;
}
.list-tick-icon ul li strong {
  display: block;
  color: #7e4083;
  font-size: 18px;
}

.gform_legacy_markup_wrapper div.validation_error {
  color: #ff8686;
}

.hero-home {
  position: relative;
  padding-bottom: 113px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-home {
    padding-bottom: 90px;
  }
}
@media (max-width: 1023px) {
  .hero-home {
    padding-bottom: 0;
  }
}
.hero-home.listing-hero {
  padding-bottom: 85px;
}
@media (max-width: 1023px) {
  .hero-home.listing-hero {
    padding-bottom: 60px;
  }
}
.hero-home.listing-hero .hero-shape {
  bottom: -5.5vw;
  left: -13vw;
}
@media (max-width: 1023px) {
  .hero-home.listing-hero .hero-shape {
    display: none;
  }
}
.hero-home.listing-hero .hero-content {
  max-width: 408px;
}
@media (max-width: 1023px) {
  .hero-home.listing-hero .hero-content {
    max-width: 100%;
    padding: 0;
  }
}
.hero-home.listing-hero .hero-content .breadcrumbs {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .hero-home.listing-hero .hero-content .breadcrumbs {
    margin-bottom: 28px;
  }
}
.hero-home.listing-hero .hero-content h1 {
  margin-bottom: 10px;
}
.hero-home.listing-hero .hero-wrap {
  position: relative;
  min-height: 290px;
  padding: 55px 0;
  z-index: 99;
}
@media (max-width: 1023px) {
  .hero-home.listing-hero .hero-wrap {
    padding-top: 20px;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
  }
}
.hero-home.listing-hero .hero-img {
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 85px);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero-home.listing-hero .hero-img {
    position: relative;
    padding-top: 60%;
  }
}
.hero-home.listing-hero .hero-img .hero-img-ratio {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.hero-home.listing-hero .hero-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
}
.hero-shape {
  position: absolute;
  left: -10vw;
  bottom: -3vw;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .hero-shape {
    left: -31vw;
    top: 16vw;
    bottom: auto;
    transform: rotate(245deg);
    transform-origin: center;
    width: 170vw;
  }
}
.hero-img {
  position: relative;
  width: 68%;
  top: 0;
  right: 0;
  margin-left: auto;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .hero-img {
    width: 100%;
  }
}
.hero-img img {
  width: 100%;
}
.hero-img-ratio {
  overflow: hidden;
  position: relative;
}
.hero-img-ratio:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
@media (max-width: 1023px) {
  .hero-img-ratio {
    width: 100%;
  }
}
.hero-img-ratio img,
.hero-img-ratio iframe {
  position: absolute;
  height: 100%;
  max-width: none;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 9;
  height: calc(100% - 113px);
}
@media (max-width: 1199px) {
  .hero-wrap {
    height: calc(100% - 90px);
  }
}
@media (max-width: 1023px) {
  .hero-wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 60px;
  }
}
.hero-content {
  width: 53%;
  max-width: 603px;
}
@media (max-width: 1023px) {
  .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}
.hero-content h1 {
  margin-bottom: 5px;
}
.hero-content p {
  color: #727272;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .hero-content p {
    font-size: 18px;
  }
}
.hero-content .btn-group {
  margin-top: 38px;
}
@media (max-width: 1023px) {
  .hero-content .btn-group {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .hero-content .btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero-content .btn-group .btn + [class*=btn-], .hero-content .btn-group body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + [class*=btn-], body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .hero-content .btn-group .button + [class*=btn-], .hero-content .btn-group body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + [class*=btn-], body#add_payment_method .woocommerce .woocommerce-cart-form .cart .hero-content .btn-group .button + [class*=btn-], .hero-content .btn-group body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + [class*=btn-], body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .hero-content .btn-group .button + [class*=btn-], .hero-content .btn-group body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + [class*=btn-], body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .hero-content .btn-group .button + [class*=btn-], .hero-content .btn-group body#add_payment_method .woocommerce .return-to-shop a.button + [class*=btn-], body#add_payment_method .woocommerce .return-to-shop .hero-content .btn-group a.button + [class*=btn-], .hero-content .btn-group body.woocommerce-cart .woocommerce .return-to-shop a.button + [class*=btn-], body.woocommerce-cart .woocommerce .return-to-shop .hero-content .btn-group a.button + [class*=btn-], .hero-content .btn-group body.woocommerce-checkout .woocommerce .return-to-shop a.button + [class*=btn-], body.woocommerce-checkout .woocommerce .return-to-shop .hero-content .btn-group a.button + [class*=btn-], .hero-content .btn-group body.woocommerce .add-cart-popup a.button + [class*=btn-], body.woocommerce .add-cart-popup .hero-content .btn-group a.button + [class*=btn-], .hero-content .btn-group .filter-wrap .filter-content .btn-arrow-right + [class*=btn-], .hero-content .btn-group .btn-white + [class*=btn-], .hero-content .btn-group .btn-secondary + [class*=btn-], .hero-content .btn-group .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + [class*=btn-], .frequently-bought-comp .yith-wfbt-submit-block .hero-content .btn-group .yith-wfbt-submit-button + [class*=btn-], .hero-content .btn-group .btn-blue + [class*=btn-], .hero-content .btn-group .woocommerce button.button + [class*=btn-], .woocommerce .hero-content .btn-group button.button + [class*=btn-], .hero-content .btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + [class*=btn-], .woocommerce .woocommerce-MyAccount-content .hero-content .btn-group .woocommerce-Button + [class*=btn-], .hero-content .btn-group .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + [class*=btn-], .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .hero-content .btn-group .woocommerce-button + [class*=btn-], .hero-content .btn-group .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + [class*=btn-], .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .hero-content .btn-group button + [class*=btn-], .hero-content .btn-group body#add_payment_method .wc-proceed-to-checkout a.checkout-button + [class*=btn-], body#add_payment_method .wc-proceed-to-checkout .hero-content .btn-group a.checkout-button + [class*=btn-], .hero-content .btn-group body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + [class*=btn-], body.woocommerce-cart .wc-proceed-to-checkout .hero-content .btn-group a.checkout-button + [class*=btn-], .hero-content .btn-group body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + [class*=btn-], body.woocommerce-checkout .wc-proceed-to-checkout .hero-content .btn-group a.checkout-button + [class*=btn-], .hero-content .btn-group .btn-arrow-right + [class*=btn-], .hero-content .btn-group button + [class*=btn-],
.hero-content .btn-group input[type=button] + [class*=btn-],
.hero-content .btn-group input[type=reset] + [class*=btn-],
.hero-content .btn-group input[type=submit] + [class*=btn-] {
  margin-left: 16px;
}
@media (max-width: 640px) {
  .hero-content .btn-group .btn + [class*=btn-], .hero-content .btn-group body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + [class*=btn-], body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .hero-content .btn-group .button + [class*=btn-], .hero-content .btn-group body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + [class*=btn-], body#add_payment_method .woocommerce .woocommerce-cart-form .cart .hero-content .btn-group .button + [class*=btn-], .hero-content .btn-group body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + [class*=btn-], body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .hero-content .btn-group .button + [class*=btn-], .hero-content .btn-group body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + [class*=btn-], body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .hero-content .btn-group .button + [class*=btn-], .hero-content .btn-group body#add_payment_method .woocommerce .return-to-shop a.button + [class*=btn-], body#add_payment_method .woocommerce .return-to-shop .hero-content .btn-group a.button + [class*=btn-], .hero-content .btn-group body.woocommerce-cart .woocommerce .return-to-shop a.button + [class*=btn-], body.woocommerce-cart .woocommerce .return-to-shop .hero-content .btn-group a.button + [class*=btn-], .hero-content .btn-group body.woocommerce-checkout .woocommerce .return-to-shop a.button + [class*=btn-], body.woocommerce-checkout .woocommerce .return-to-shop .hero-content .btn-group a.button + [class*=btn-], .hero-content .btn-group body.woocommerce .add-cart-popup a.button + [class*=btn-], body.woocommerce .add-cart-popup .hero-content .btn-group a.button + [class*=btn-], .hero-content .btn-group .filter-wrap .filter-content .btn-arrow-right + [class*=btn-], .hero-content .btn-group .btn-white + [class*=btn-], .hero-content .btn-group .btn-secondary + [class*=btn-], .hero-content .btn-group .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + [class*=btn-], .frequently-bought-comp .yith-wfbt-submit-block .hero-content .btn-group .yith-wfbt-submit-button + [class*=btn-], .hero-content .btn-group .btn-blue + [class*=btn-], .hero-content .btn-group .woocommerce button.button + [class*=btn-], .woocommerce .hero-content .btn-group button.button + [class*=btn-], .hero-content .btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + [class*=btn-], .woocommerce .woocommerce-MyAccount-content .hero-content .btn-group .woocommerce-Button + [class*=btn-], .hero-content .btn-group .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + [class*=btn-], .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .hero-content .btn-group .woocommerce-button + [class*=btn-], .hero-content .btn-group .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + [class*=btn-], .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .hero-content .btn-group button + [class*=btn-], .hero-content .btn-group body#add_payment_method .wc-proceed-to-checkout a.checkout-button + [class*=btn-], body#add_payment_method .wc-proceed-to-checkout .hero-content .btn-group a.checkout-button + [class*=btn-], .hero-content .btn-group body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + [class*=btn-], body.woocommerce-cart .wc-proceed-to-checkout .hero-content .btn-group a.checkout-button + [class*=btn-], .hero-content .btn-group body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + [class*=btn-], body.woocommerce-checkout .wc-proceed-to-checkout .hero-content .btn-group a.checkout-button + [class*=btn-], .hero-content .btn-group .btn-arrow-right + [class*=btn-], .hero-content .btn-group button + [class*=btn-],
.hero-content .btn-group input[type=button] + [class*=btn-],
.hero-content .btn-group input[type=reset] + [class*=btn-],
.hero-content .btn-group input[type=submit] + [class*=btn-] {
    margin-top: 15px;
    margin-left: 0;
  }
}

.hero-event .breadcrumbs {
  margin-bottom: 40px;
}
.hero-event .breadcrumbs nav,
.hero-event .breadcrumbs a,
.hero-event .breadcrumbs span {
  color: #209bd7 !important;
}
.hero-event .product_title {
  margin-bottom: 15px;
}
.hero-event .event-date-time {
  color: #0f96d2;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  display: block;
}
.hero-event .event-location {
  color: #7e4083;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  display: block;
}
.hero-event .sep {
  margin: 0px 15px;
}
.hero-event .btn-group {
  margin-top: 0px;
}
.hero-event .product-detail-comp {
  margin-bottom: 0px;
  margin-top: 45px;
}
.hero-event .price-part:fist-child .price-main {
  color: #1f9bd7 !important;
}

.event-location__heading {
  display: block;
  color: #1d4c72;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.event-date-time__heading {
  display: block;
  color: #1d4c72;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.hero-home-2 {
  padding-bottom: 97px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero-home-2 {
    padding-bottom: 0;
  }
}
.hero-slider {
  width: 100%;
}
.hero-slider .slick-list {
  padding-right: 30vw;
}
.hero-slider .slick-current .hero-width {
  width: 100%;
}
.hero-slider .slick-current .hero-center-content {
  left: 80px;
  width: calc((100% - (100vw - 1174px) / 2));
}
@media (max-width: 1199px) {
  .hero-slider .slick-current .hero-center-content {
    left: 50px;
    width: calc(100% - 35px);
  }
}
.hero-slider .slick-current .hero-center-content h1 {
  font-size: 48px;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .hero-slider .slick-current .hero-center-content h1 {
    font-size: 36.9230769231px;
  }
}
.hero-slider .slick-current .hero-center-content p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .hero-slider .slick-current .hero-center-content p {
    font-size: 18px;
  }
}
.hero-slider .slick-current .hero-bottom-content {
  left: 80px;
  width: calc((100% - (100vw - 1174px) / 2));
}
@media (max-width: 1199px) {
  .hero-slider .slick-current .hero-bottom-content {
    left: 50px;
    width: calc(100% - 35px);
  }
}
.hero-width {
  transition: 0.2s;
}
.hero-center {
  position: relative;
  width: 100%;
}
.hero-center-img {
  background-size: cover;
  background-position: right;
}
.hero-center-img:before {
  display: block;
  content: "";
  padding-top: 60.6653620352%;
}
@media (max-width: 1440px) {
  .hero-center-img:before {
    height: auto;
    min-height: 620px;
    padding-top: 0;
  }
}
.hero-center-img:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 85%;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}
@media (max-width: 1023px) {
  .hero-center-img:after {
    display: none;
  }
}
.hero-center-content {
  position: absolute;
  top: 50%;
  left: 47px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 30%;
  padding-right: 15px;
  max-width: 550px;
}
@media (max-width: 1199px) {
  .hero-center-content {
    left: 15px;
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .hero-center-content {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
    text-align: center;
  }
}
.hero-center-content h1 {
  font-size: 24px;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .hero-center-content h1 {
    font-size: 36.9230769231px;
  }
}
.hero-center-content p {
  color: #727272;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .hero-center-content p {
    font-size: 18px;
  }
}
.hero-center-content p + .btn, .hero-center-content body.woocommerce .woocommerce-notices-wrapper .woocommerce-message p + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .hero-center-content p + .button, .hero-center-content body#add_payment_method .woocommerce .woocommerce-cart-form .cart p + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .hero-center-content p + .button, .hero-center-content body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart p + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .hero-center-content p + .button, .hero-center-content body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart p + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .hero-center-content p + .button, .hero-center-content body#add_payment_method .woocommerce .return-to-shop p + a.button, body#add_payment_method .woocommerce .return-to-shop .hero-center-content p + a.button, .hero-center-content body.woocommerce-cart .woocommerce .return-to-shop p + a.button, body.woocommerce-cart .woocommerce .return-to-shop .hero-center-content p + a.button, .hero-center-content body.woocommerce-checkout .woocommerce .return-to-shop p + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .hero-center-content p + a.button, .hero-center-content body.woocommerce .add-cart-popup p + a.button, body.woocommerce .add-cart-popup .hero-center-content p + a.button, .hero-center-content .filter-wrap .filter-content p + .btn-arrow-right, .filter-wrap .filter-content .hero-center-content p + .btn-arrow-right, .hero-center-content p + .btn-white, .hero-center-content p + .btn-secondary, .hero-center-content .frequently-bought-comp .yith-wfbt-submit-block p + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .hero-center-content p + .yith-wfbt-submit-button, .hero-center-content p + .btn-blue, .hero-center-content .woocommerce p + button.button, .woocommerce .hero-center-content p + button.button, .hero-center-content .woocommerce .woocommerce-MyAccount-content p + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .hero-center-content p + .woocommerce-Button, .hero-center-content .woocommerce .woocommerce-MyAccount-content table.my_account_orders td p + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .hero-center-content p + .woocommerce-button, .hero-center-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .hero-center-content p + button, .hero-center-content body#add_payment_method .wc-proceed-to-checkout p + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .hero-center-content p + a.checkout-button, .hero-center-content body.woocommerce-cart .wc-proceed-to-checkout p + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .hero-center-content p + a.checkout-button, .hero-center-content body.woocommerce-checkout .wc-proceed-to-checkout p + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .hero-center-content p + a.checkout-button, .hero-center-content p + .btn-arrow-right, .hero-center-content p + button,
.hero-center-content p + input[type=button],
.hero-center-content p + input[type=reset],
.hero-center-content p + input[type=submit] {
  margin-top: 15px;
}
.hero-bottom {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .hero-bottom {
    display: flex;
    min-height: 284px;
  }
}
@media (max-width: 1023px) {
  .hero-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero-bottom {
    margin-bottom: 30px;
  }
}
.hero-bottom-img {
  background-size: cover;
}
@media (max-width: 1023px) {
  .hero-bottom-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.hero-bottom-img:before {
  display: block;
  padding-top: 60.6653620352%;
  content: "";
}
@media (max-width: 1440px) {
  .hero-bottom-img:before {
    height: auto;
    min-height: 620px;
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .hero-bottom-img:before {
    padding-top: 75.5319148936%;
  }
}
.hero-bottom-img:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(bottom, #082035 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #082035 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #082035 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}
.hero-bottom-content {
  position: absolute;
  bottom: 60px;
  left: 47px;
  transition: 0.3s;
  width: 30%;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .hero-bottom-content {
    left: 15px;
    bottom: 15px;
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .hero-bottom-content {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 100%;
    padding: 35px;
    z-index: 1;
  }
}
.hero-bottom-content h4 {
  margin-bottom: 30px;
  color: #fff;
}

.overlapping-comp {
  padding-bottom: 105px;
}
@media (max-width: 767px) {
  .overlapping-comp {
    padding-bottom: 80px;
  }
}
.overlapping-comp .left-media {
  flex-direction: row;
}
.overlapping-comp .left-media .overlapping-video {
  margin-left: 0;
  margin-right: -24%;
}
@media (max-width: 1023px) {
  .overlapping-comp .left-media .overlapping-video {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.overlapping-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  max-width: 1157px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .overlapping-wrap {
    align-items: center;
  }
}
.overlapping-info {
  position: relative;
  width: 49%;
  top: 84px;
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: -3px 3px 16px rgba(15, 64, 106, 0.08);
  z-index: 2;
}
@media (max-width: 1199px) {
  .overlapping-info {
    top: auto;
  }
}
@media (max-width: 1023px) {
  .overlapping-info {
    width: 100%;
    margin-top: -57px;
  }
}
@media (max-width: 767px) {
  .overlapping-info {
    padding: 30px 20px 35px;
    margin-top: -35px;
    text-align: center;
  }
}
.overlapping-info .h1 {
  margin-bottom: 17px;
  line-height: 1.08;
}
.overlapping-info p {
  margin-bottom: 30px;
  color: #727272;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .overlapping-info p {
    font-size: 18px;
  }
}
.overlapping-video {
  position: relative;
  width: 75%;
  margin-left: -24%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .overlapping-video {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.overlapping-video .overlapping-img {
  position: relative;
  display: block;
  transition: 1s ease;
}
.overlapping-video .overlapping-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 64, 106, 0);
  content: "";
  pointer-events: none;
}
.overlapping-video a.overlapping-img:hover {
  transform: scale(1.1);
}
.overlapping-video .play-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  pointer-events: none;
}

.cta-comp {
  position: relative;
  padding: 106px 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta-comp {
    padding: 76px 0;
  }
}
.cta-comp.hover .cta-bg {
  transform: scale(1.1);
}
.cta-comp.medium {
  padding-top: 55px;
  padding-bottom: 55px;
}
.cta-comp.medium p {
  margin-bottom: 30px;
}
.cta-comp.medium .cta-inner {
  padding: 50px;
}
@media (max-width: 1023px) {
  .cta-comp.medium .cta-inner {
    padding: 45px 15px;
  }
}
.cta-comp.medium .cta-inner .h1 {
  margin-bottom: 20px;
}
.cta-comp .h2, .cta-comp body.woocommerce .add-cart-popup .woocommerce-message, body.woocommerce .add-cart-popup .cta-comp .woocommerce-message {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cta-comp .cta-inner {
    padding: 30px 20px 35px;
  }
}
.cta-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
  transition: 1s;
}
@media (max-width: 767px) {
  .cta-bg {
    background-size: 250px;
    background-position: 15px 12px;
  }
}
.cta-inner {
  display: block;
  width: calc(100% - 30px);
  max-width: 759px;
  margin: 0 auto;
  padding: 100px 102px 56px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 32px rgba(23, 131, 191, 0.16);
}
@media (max-width: 1199px) {
  .cta-inner {
    padding: 80px 80px 56px;
  }
}
@media (max-width: 1023px) {
  .cta-inner {
    padding: 60px 60px 56px;
  }
}
@media (max-width: 767px) {
  .cta-inner {
    padding: 40px 25px;
  }
}
.cta-inner .h1 {
  margin-bottom: 35px;
  line-height: 1.08;
}
.cta-inner p {
  color: #727272;
}

.logo-strip-comp {
  padding-top: 172px;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .logo-strip-comp {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  .logo-strip-comp {
    padding-bottom: 30px;
  }
}
.logo-strip-wrap {
  padding: 0 65px;
}
.logo-strip-slider {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .logo-strip-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .logo-strip-slider {
    padding-bottom: 25px;
  }
}
.logo-strip-slider:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ffcf2f;
  border-radius: 4px;
  content: "";
}
.logo-strip-slider .slick-track {
  align-items: center;
}
.logo-strip-slider .slick-prev {
  left: -65px;
  transform: scaleX(-1);
}
.logo-strip-slider .slick-next {
  right: -65px;
  transform: rotate(0deg);
}
.logo-strip-slide {
  height: auto;
}
.logo-strip-slide:not(:last-child) {
  padding-right: 110px;
}
@media (max-width: 1199px) {
  .logo-strip-slide:not(:last-child) {
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .logo-strip-slide:not(:last-child) {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.logo-strip-slide a {
  display: block;
}

.petal-50-50-promo-comp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .petal-50-50-promo-comp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.petal-50-50-promo-comp.img-first {
  flex-direction: row;
}
.petal-50-50-promo-comp.img-first .petal-50-50-promo-comp-detail {
  padding-left: calc((100% - 1363px) / 2);
  padding-left: 100px;
}
@media (max-width: 1440px) {
  .petal-50-50-promo-comp.img-first .petal-50-50-promo-comp-detail {
    padding-left: calc((100% - 1157px) / 2);
  }
}
@media (max-width: 1199px) {
  .petal-50-50-promo-comp.img-first .petal-50-50-promo-comp-detail {
    padding-right: 15px;
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .petal-50-50-promo-comp.img-first .petal-50-50-promo-comp-detail {
    padding-left: 15px;
  }
}
.petal-50-50-promo-comp.img-first .petal-50-50-promo-comp-ratio > svg {
  position: absolute;
  top: -24%;
  left: auto;
  right: -12.5%;
  width: 130%;
  height: 164%;
}
@media (max-width: 767px) {
  .petal-50-50-promo-comp.img-first .petal-50-50-promo-comp-ratio > svg {
    width: 128%;
  }
}
.petal-50-50-promo-comp-img {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .petal-50-50-promo-comp-img {
    width: 100%;
  }
}
.petal-50-50-promo-comp-ratio {
  position: relative;
  padding-top: 84.9655172414%;
}
.petal-50-50-promo-comp-ratio > svg {
  position: absolute;
  top: -24%;
  left: -12.5%;
  width: 130%;
  height: 164%;
}
@media (max-width: 767px) {
  .petal-50-50-promo-comp-ratio > svg {
    width: 128%;
  }
}
.petal-50-50-promo-comp-ratio .play-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.petal-50-50-promo-comp-detail {
  width: 50%;
  padding-left: calc((100% - 1363px) / 2);
  padding-right: 100px;
}
@media (max-width: 1440px) {
  .petal-50-50-promo-comp-detail {
    padding-left: calc((100% - 1157px) / 2);
  }
}
@media (max-width: 1199px) {
  .petal-50-50-promo-comp-detail {
    padding-left: 15px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .petal-50-50-promo-comp-detail {
    padding-right: 15px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .petal-50-50-promo-comp-detail.px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.petal-50-50-promo-comp-detail p {
  color: #727272;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .petal-50-50-promo-comp-detail p {
    font-size: 18px;
  }
}
.petal-50-50-promo-comp-detail .ico-list {
  padding-top: 10px;
  text-align: left;
  color: #000000;
}
.petal-50-50-promo-comp-detail .ico-list ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 35px;
}
.petal-50-50-promo-comp-detail .ico-list ul li {
  padding: 0;
  display: list-item;
  list-style: disc;
}
.petal-50-50-promo-comp-detail .ico-list ul li:not(:last-of-type) {
  margin-bottom: 11px;
}
.petal-50-50-promo-comp-detail .ico-list .icon {
  max-height: 49px;
  max-width: 39px;
  min-width: 39px;
}
.petal-50-50-promo-comp-detail .ico-list .icon img {
  max-height: 100%;
}
.petal-50-50-promo-comp-detail .ico-list .detail {
  max-width: calc(100% - 39px);
  padding-left: 25px;
}
.petal-50-50-promo-comp-detail .ico-list .detail h6 {
  margin-bottom: 6px;
  color: #7e4083;
}
.petal-50-50-promo-comp-detail .ico-list .detail p {
  font-size: 16px;
}
.petal-50-50-promo-comp-detail .ico-list .detail p:last-child {
  margin-bottom: 0;
}

.featured-products-comp {
  margin-bottom: 128px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .featured-products-comp {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .featured-products-comp {
    margin-bottom: 60px;
  }
}
.featured-products-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: calc((100% - 1363px) / 2);
  padding-bottom: 74px;
}
@media (max-width: 1440px) {
  .featured-products-wrap {
    padding-left: calc((100% - 1157px) / 2);
  }
}
@media (max-width: 1199px) {
  .featured-products-wrap {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .featured-products-wrap {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.featured-products-detail {
  max-width: 330px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .featured-products-detail {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 42px;
  }
}
.featured-products-detail h6 {
  margin-bottom: 8px;
  color: #0f96d2;
  font-size: 14px;
  line-height: 1.42;
  text-transform: uppercase;
}
.featured-products-detail .h1 {
  margin-bottom: 16px;
  line-height: 1.08;
}
.featured-products-right {
  flex: 1 1 auto;
  width: calc(100% - 355px);
}
@media (max-width: 767px) {
  .featured-products-right {
    width: 100%;
  }
}
.featured-products-right .external-scroll_x {
  position: absolute;
  display: none;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 4px;
}
.featured-products-right .external-scroll_x.scroll-scrollx_visible {
  display: block;
  top: calc(100% - 4px);
  left: calc((100% - 600px) / 2);
  width: 100%;
  max-width: 1157px;
  height: 4px;
}
@media (max-width: 1440px) {
  .featured-products-right .external-scroll_x.scroll-scrollx_visible {
    left: calc((100% - 1157px) / 2);
  }
}
@media (max-width: 1199px) {
  .featured-products-right .external-scroll_x.scroll-scrollx_visible {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.featured-products-right .external-scroll_x div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.featured-products-right .external-scroll_x .scroll-bar {
  width: 83%;
  max-width: 950px;
  background: #1f9bd7;
  z-index: 12;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .featured-products-right .external-scroll_x .scroll-bar {
    width: 40%;
  }
}
.featured-products-slider {
  white-space: nowrap;
  padding-left: 25px !important;
}
.featured-products-slider::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
@media (max-width: 767px) {
  .featured-products-slider {
    padding-left: 0 !important;
  }
}
.featured-products-slider.scroll-wrapper:before {
  display: none;
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  width: 23%;
  background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 767px) {
  .featured-products-slider.scroll-wrapper:before {
    display: block;
  }
}
.featured-products-slide {
  margin-right: 100px;
  width: 258px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
}
.featured-products-slide:hover {
  text-decoration: none;
}
.featured-products-slide:hover .featured-products-img {
  box-shadow: 10px 10px 30px rgba(4, 19, 33, 0.36);
}
.featured-products-slide * {
  white-space: normal;
}
@media (max-width: 1440px) {
  .featured-products-slide {
    margin-right: 45px;
  }
}
@media (max-width: 767px) {
  .featured-products-slide {
    margin-right: 32px;
  }
}
.featured-products-img {
  transition: 0.3s;
  width: 100%;
  overflow: hidden;
}
.featured-products-img-wrap {
  position: relative;
  padding-top: 132.1705426357%;
}
.featured-products-img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.featured-products-img a {
  display: block;
  width: 100%;
}
.featured-products-title {
  width: 100%;
}
@media (max-width: 767px) {
  .featured-products-title {
    width: 100%;
  }
}
.featured-products-title h6 {
  margin-bottom: 25px;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  white-space: normal;
}
@media (max-width: 767px) {
  .featured-products-title h6 {
    margin-bottom: 8px;
    font-size: 21px;
  }
}
.featured-products-price {
  flex: 0 0 auto;
  margin-left: 0px;
  max-width: 103px;
}
@media (max-width: 767px) {
  .featured-products-price {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.featured-products-price .price-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.featured-products-price .price-part:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .featured-products-price .price-part:not(:last-child) {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .featured-products-price .price-part {
    flex-direction: column;
    justify-content: center;
    max-width: calc(50% - 20px);
  }
}
.featured-products-price .price-text {
  margin-right: 16px;
  color: rgba(15, 64, 106, 0.6);
  font-size: 18px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .featured-products-price .price-text {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.featured-products-price .price-number:not(.reguler) {
  color: #0f96d2;
  font-size: 24px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
}
.featured-products-price .price-number.reguler {
  color: rgba(15, 64, 106, 0.6);
  font-size: 14px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .featured-products-price .price-number.reguler {
    margin-top: 6px;
    font-size: 14px;
  }
}

.featured-products-info {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .featured-products-info {
    flex-wrap: wrap;
    margin-top: 15px;
    text-align: center;
  }
}

.slider-arrow {
  position: absolute;
  right: 300px;
  bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .featured-products-comp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.membership-50-50-comp {
  display: flex;
  flex-wrap: wrap;
}
.membership-50-50-comp.bg-gray {
  background-color: rgba(15, 64, 106, 0.05);
}
.membership-50-50-comp.bg-white {
  background-color: #fff;
}
.membership-50-50-comp.reverse-block {
  flex-direction: row-reverse;
}
.membership-50-50-comp.reverse-block .membership-50-50-text {
  width: 50%;
  padding-left: calc((100% - 1363px) / 2);
  padding-right: 116px;
  padding-top: 25px;
  padding-bottom: 25px;
  align-self: center;
}
@media (max-width: 1440px) {
  .membership-50-50-comp.reverse-block .membership-50-50-text {
    padding-left: calc((100% - 1157px) / 2);
  }
}
@media (max-width: 1199px) {
  .membership-50-50-comp.reverse-block .membership-50-50-text {
    padding-left: 15px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .membership-50-50-comp.reverse-block .membership-50-50-text {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .membership-50-50-comp.reverse-block .membership-50-50-text {
    width: 100%;
    text-align: center;
    padding: 30px 30px 50px;
  }
}
.membership-50-50-comp.reverse-block .membership-50-50-inner {
  margin-left: 0;
}
.membership-50-50-img {
  position: relative;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .membership-50-50-img {
    width: 100%;
    text-align: center;
  }
}
.membership-50-50-img:hover .play-ico {
  transform: translate(-50%, -50%) scale(1.1);
}
.membership-50-50-img a {
  display: block;
}
.membership-50-50-img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.membership-50-50-img .play-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}
.membership-50-50-text {
  width: 50%;
  padding-right: calc((100% - 1363px) / 2);
  padding-left: 116px;
  padding-top: 25px;
  padding-bottom: 25px;
  align-self: center;
}
@media (max-width: 1440px) {
  .membership-50-50-text {
    padding-right: calc((100% - 1157px) / 2);
  }
}
@media (max-width: 1199px) {
  .membership-50-50-text {
    padding-right: 15px;
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .membership-50-50-text {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .membership-50-50-text {
    width: 100%;
    text-align: center;
    padding: 30px 30px 50px;
  }
}
.membership-50-50-text .h1 {
  line-height: 1.08;
}
.membership-50-50-text p {
  margin-bottom: 30px;
  color: #727272;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .membership-50-50-text p {
    font-size: 16px;
  }
}
.membership-50-50-inner {
  max-width: 444px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .membership-50-50-inner {
    max-width: 100%;
  }
}

.filter-comp {
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .filter-comp {
    padding-bottom: 60px;
  }
}
.filter-top {
  margin-bottom: 12px;
}
.filter-top .filter-align-start {
  align-items: flex-start;
}
.filter-wrap.grid-view .filter-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 50px;
}
@media (max-width: 767px) {
  .filter-wrap.grid-view .filter-grid {
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.filter-wrap.grid-view .filter-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 25%;
  padding: 12px 8px;
}
@media (max-width: 1023px) {
  .filter-wrap.grid-view .filter-product {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .filter-wrap.grid-view .filter-product {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .filter-wrap.grid-view .filter-product {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.filter-wrap.grid-view .filter-product .list-view {
  display: none;
}
.filter-wrap.list-view .filter-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 12px 0;
}
.filter-wrap.list-view .filter-img {
  width: 35%;
  padding: 35px;
  flex: none;
}
@media (max-width: 640px) {
  .filter-wrap.list-view .filter-img {
    width: 100%;
  }
}
.filter-wrap.list-view .filter-img .product-img {
  margin-bottom: 0;
}
.filter-wrap.list-view .filter-img .grid-view {
  display: none;
}
.filter-wrap.list-view .filter-content {
  width: 65%;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .filter-wrap.list-view .filter-content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.filter-wrap.list-view .filter-content .filter-title-main {
  margin-bottom: 5px;
}
.filter-wrap.list-view .filter-content p {
  color: #727272;
  list-style: 1.6;
}
.filter-wrap.list-view .filter-products-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 278px);
}
@media (max-width: 1023px) {
  .filter-wrap.list-view .filter-products-price {
    width: 100%;
  }
}
.filter-wrap.list-view .filter-bottom-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  margin-top: 22px;
}
@media (max-width: 1023px) {
  .filter-wrap.list-view .filter-bottom-wrap {
    justify-content: space-between;
  }
}
.filter-wrap.list-view .filter-bottom-wrap .btn-arrow-right {
  flex: 1 0 auto;
}
.filter-wrap .filter-img {
  flex: 1 0 auto;
  padding: 20px 15px;
  background-color: #f2f5f7;
  border-radius: 8px;
}
.filter-wrap .filter-img .product-img {
  display: block;
  margin-bottom: 18px;
}
.tag-wrapper {
  margin-bottom: 10px;
  line-height: 0;
  display: none;
}
.tag-item {
  display: inline-block;
  vertical-align: top;
  color: #7e4083;
  font-size: 10px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.tag-item:hover {
  text-decoration: none;
}
.tag-item:after {
  content: ",";
}
.tag-item:not(:last-of-type) {
  margin-right: 5px;
}

.filter-wrap .filter-img img {
  display: block;
  width: auto;
  max-height: 220px;
  margin: 0 auto;
}
.filter-wrap .filter-content .btn-arrow-right {
  display: block;
  padding: 14px 33px !important;
}
@media (max-width: 767px) {
  .filter-wrap .filter-content .btn-arrow-right {
    max-width: 100%;
  }
}
.filter-wrap .filter-content .added_to_cart {
  display: none !important;
}
.filter-wrap .filter-title-main {
  margin-bottom: 0;
}
.filter-wrap .filter-title-main a {
  text-decoration: none;
}
.filter-wrap .filter-products-price {
  padding: 5px 0;
}
.filter-wrap .filter-products-price .price-part {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.filter-wrap .filter-products-price .price-number {
  width: 50%;
  padding: 5px;
  text-align: right;
  color: rgba(15, 64, 106, 0.65);
  font-size: 14px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  line-height: 1;
}
.filter-wrap .filter-products-price .price-number:not(.reguler) {
  color: #1f9bd7;
  font-size: 24px;
}
.filter-wrap .filter-products-price .price-text {
  width: 50%;
  padding: 10px;
  color: rgba(15, 64, 106, 0.86);
  font-size: 12px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  line-height: 1;
  text-transform: capitalize;
}
.filter-title {
  flex: 1 0 auto;
  margin-right: 25px;
  max-width: 100px;
}
@media (max-width: 767px) {
  .filter-title {
    max-width: 75px;
  }
}
.filter-title-text {
  margin-bottom: 0;
  color: #1f9bd7;
  font-size: 12px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  text-transform: uppercase;
}
.filter-category-wrap .filter-title-text {
  margin-top: 11px;
}
.filter-group {
  width: 100%;
  max-width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .filter-group {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .filter-group form {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .filter-group .custom-select {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .filter-group .custom-select + .custom-select {
    margin-top: 5px;
  }
}
.filter-group .select2 {
  width: 100% !important;
  position: relative;
}
.filter-group .select2-selection--multiple {
  height: auto !important;
  border: none !important;
  display: block;
  opacity: 1;
}
.filter-group .select2-selection--multiple > span {
  display: block;
  width: 100%;
  height: 36px;
  padding-left: 0;
  color: rgba(15, 64, 106, 0.5);
  border-bottom: 1px solid #0f406a;
  cursor: pointer;
  /*background-image: url(../images/select-down-arrow.svg);*/
  background-size: 14px 7px;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}
.filter-group .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.filter-group .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  display: none;
}
.filter-group .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: 52%;
  padding: 7px 11px;
  margin: 5px 0;
  line-height: 15px;
  text-transform: capitalize;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #0f406a;
  border: none;
}
@media (max-width: 767px) {
  .filter-group .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    height: 26px;
    padding: 5px 7px;
    font-size: 12px;
  }
}
.filter-group .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:hover {
  background-color: #1f9bd7;
}
.filter-group .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border: none;
  color: #fff;
}
.filter-group .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background-color: transparent;
}
.filter-group .type-filter .select2-selection__rendered:not(.choices-available),
.filter-group .topic-filter .select2-selection__rendered:not(.choices-available) {
  position: relative;
}
.filter-group .type-filter .select2-selection__rendered:not(.choices-available):after,
.filter-group .topic-filter .select2-selection__rendered:not(.choices-available):after {
  content: "";
  position: absolute;
  background-image: url(../assets/images/arrow-right.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  transition: 0.3s;
  top: 9px;
  right: 0;
  height: 20px;
  width: 20px;
  z-index: 1;
}
.filter-group .type-filter .select2-selection__rendered:not(.choices-available) .select2-search--inline:first-child,
.filter-group .topic-filter .select2-selection__rendered:not(.choices-available) .select2-search--inline:first-child {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 36px;
}
.filter-group .type-filter .select2-selection__rendered:not(.choices-available) .select2-search--inline:first-child:before,
.filter-group .topic-filter .select2-selection__rendered:not(.choices-available) .select2-search--inline:first-child:before {
  content: "Select Filter";
  position: absolute;
  top: -4px;
  left: 0px;
  width: 100%;
  z-index: 0;
}
.filter-group .type-filter .select2-selection__rendered:not(.choices-available) .select2-search--inline:first-child:after,
.filter-group .topic-filter .select2-selection__rendered:not(.choices-available) .select2-search--inline:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #0f406a;
}
.filter-group .type-filter .select2-search__field,
.filter-group .topic-filter .select2-search__field {
  margin-left: 0;
  margin-top: 0;
  height: 36px;
}
.filter-group .type-filter .select2-search--inline:first-child:before {
  content: "Select Product Type" !important;
}
.filter-group .topic-filter .select2-search--inline:first-child:before {
  content: "Select Topic" !important;
}
.filter-type {
  flex: 1 1 auto;
}
.filter-type .woocommerce-ordering {
  margin-bottom: 0 !important;
}
.filter-type select {
  height: 30px;
  padding-left: 0;
  color: #0f406a;
  font-size: 10px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  text-transform: uppercase;
  border-bottom: none;
}
.filter-search {
  position: relative;
}
@media (max-width: 1023px) {
  .filter-search {
    margin-top: 30px;
  }
}
.filter-search .reset-search {
  position: absolute;
  top: 0;
  right: 50px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-search .reset-search:hover {
  background-color: #0f406a;
}
.filter-search .reset-search img {
  width: 15px;
}
.filter-search form {
  width: 100%;
  position: relative;
}
.filter-search input:not([type=submit]) {
  height: 36px;
  padding-left: 0;
  padding-right: 80px;
  border-bottom: 1px solid #0f406a;
}
.filter-search input:not([type=submit])::-webkit-input-placeholder {
  color: rgba(15, 64, 106, 0.5);
}
.filter-search input:not([type=submit]):-moz-placeholder {
  color: rgba(15, 64, 106, 0.5);
}
.filter-search input:not([type=submit])::-moz-placeholder {
  color: rgba(15, 64, 106, 0.5);
}
.filter-search input:not([type=submit]):-ms-input-placeholder {
  color: rgba(15, 64, 106, 0.5);
}
.filter-search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 35px;
  padding: 0;
  font-size: 0;
  border-radius: 0;
  background-color: transparent !important;
  background-image: url("../assets/images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  border-bottom: 1px solid #fff;
  text-indent: -999px;
  overflow: hidden;
  height: 36px;
  width: 36px;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0px;
}
.filter-search input[type=submit]:hover, .filter-search input[type=submit]:focus {
  background-color: #1f9bd7;
}
@media (max-width: 1023px) {
  .filter-view {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.filter-view-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .filter-view-toggle {
    display: none;
  }
}
.filter-view-toggle .toggle-view {
  padding: 3px;
  transition: background-color 0.3s;
  line-height: 1;
  cursor: pointer;
}
.filter-view-toggle .toggle-view.active, .filter-view-toggle .toggle-view:hover {
  background-color: #ffcf2f;
}
.filter-view-toggle .toggle-view + .toggle-view {
  margin-left: 6px;
}
.filter-view-toggle .toggle-view img {
  max-height: 16px;
}

@media only screen and (max-width: 768px) {
  .filter-group {
    width: 100%;
    max-width: calc(100% - 0px) !important;
  }
}
.product-detail-comp {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .product-detail-comp {
    padding-right: 0;
    margin-bottom: 36px;
  }
}
.product-detail-comp .row {
  margin-right: -8px;
  margin-left: -8px;
}
.product-detail-comp .row [class*=cell-] {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 1023px) {
  .product-detail-comp .product-detail {
    margin-top: 20px;
  }
}
.product-detail-comp h1 {
  margin-bottom: 8px;
}
.product-detail-comp p {
  margin-bottom: 35px;
  color: #727272;
  line-height: 1.6;
}
.product-detail-comp .price {
  /*training page*/
}
.product-detail-comp .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-end;
  flex-direction: column;
}
.product-detail-comp .price-training {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-start;
}
.product-detail-comp .price-part {
  display: flex;
  align-items: center;
}
.product-detail-comp .price-part + .price-part {
  margin-left: 20px;
  padding-top: 10px;
}
.product-detail-comp .price-part:first-child .price-main {
  color: #1f9bd7;
  font-size: 24px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
}
.product-detail-comp .price-main {
  color: rgba(15, 64, 106, 0.6);
  font-size: 14px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  line-height: 1;
}
.product-detail-comp .price-main:not(.reguler) {
  color: #1f9bd7;
  font-size: 24px;
}
.product-detail-comp .price-main + .price-info {
  margin-left: 10px;
}
.product-detail-comp .price-info {
  color: rgba(15, 64, 106, 0.6);
  font-size: 16px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  line-height: 1;
  text-transform: capitalize;
}
.product-detail-comp .price-info + .price-main {
  margin-left: 10px;
}
.product-detail-comp .custom-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .product-detail-comp .custom-controls {
    display: none;
  }
}
.product-detail-comp .custom-controls .slick-arrow {
  position: static;
  background-color: transparent !important;
}
.product-detail-comp .custom-controls .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1f9bd7;
}
.product-detail-comp .custom-controls .slick-prev {
  transform: rotate(180deg);
  order: 1;
}
.product-detail-comp .custom-controls .slick-dots {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0;
  order: 2;
}
.product-detail-comp .custom-controls .slick-dots li {
  padding: 0;
  line-height: 8px;
  list-style: none;
  margin: 0 9px 0 0;
}
.product-detail-comp .custom-controls .slick-dots li.slick-active button {
  background-color: #0f406a;
}
.product-detail-comp .custom-controls .slick-dots li:last-child {
  margin-right: 0;
}
.product-detail-comp .custom-controls .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  border-radius: 8px;
  background-color: rgba(15, 64, 106, 0.3);
}
.product-detail-comp .custom-controls .slick-dots li button:hover {
  background-color: #0f406a;
}
.product-detail-comp .custom-controls .slick-next {
  transform: rotate(0deg);
  order: 3;
}
.product-detail-comp .woocommerce-product-gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.product-detail-comp .woocommerce-product-gallery__wrapper {
  display: block;
  width: 100%;
}
.product-detail-comp .woocommerce-product-gallery__trigger {
  display: none;
}
.product-detail-comp .flex-control-thumbs {
  width: 100px;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  .product-detail-comp .flex-control-thumbs {
    display: none;
  }
}
.product-detail-comp .flex-control-thumbs ul {
  padding: 0;
  margin: 0;
}
.product-detail-comp .flex-control-thumbs li {
  padding: 0;
  margin-bottom: 16px;
  list-style: none;
  background-color: #f2f5f7;
}
.product-detail-comp .flex-control-thumbs li:last-child {
  margin-bottom: 0;
}
.product-detail-comp .flex-control-thumbs li img {
  display: block;
  max-height: 40px;
  margin: 0 auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
.product-detail-comp .flex-viewport {
  width: calc(100% - 100px);
  border-radius: 8px;
  overflow: hidden;
  background-color: #f2f5f7;
}
@media (max-width: 1023px) {
  .product-detail-comp .flex-viewport {
    width: 100%;
  }
}
.product-detail-comp .flex-viewport figure {
  background-color: #f2f5f7;
}
.product-detail-comp .flex-viewport .woocommerce-product-gallery__image a {
  max-width: 573px;
  display: block;
  width: 100% !important;
}
.product-detail-comp .flex-viewport img {
  display: block;
  mix-blend-mode: multiply;
  margin: 0 auto;
}
.product-review {
  display: flex;
  flex-wrap: wrap;
}
.product-botttom .product-qty .quantity-title {
  flex: 0 0 auto;
}
.product-botttom .product-qty .quantity-title span {
  color: #0f406a;
  font-size: 10px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  text-transform: uppercase;
}
.product-botttom .product-qty form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  justify-content: flex-end;
  flex-direction: row;
}
.product-botttom .product-qty form .btn-arrow-right {
  padding: 9px 31px;
  font-size: 18px;
}
.product-botttom .product-qty form .btn-arrow-right:focus {
  outline: none;
}
@media (max-width: 1199px) {
  .product-botttom .product-qty form .btn-arrow-right {
    padding: 9px 11px 9px 21px;
  }
}
.product-botttom .product-qty form .blockUI.blockOverlay {
  width: 191px !important;
  height: 46px !important;
  top: 27px !important;
  right: 0 !important;
  left: auto !important;
}
@media (max-width: 1199px) {
  .product-botttom .product-qty form .blockUI.blockOverlay {
    width: 161px !important;
  }
}
.product-botttom .product-qty form .blockUI.blockOverlay:before {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-top: 0;
  top: 13px;
  left: 85px;
}
@media (max-width: 1199px) {
  .product-botttom .product-qty form .blockUI.blockOverlay:before {
    left: 70px;
  }
}

body.woocommerce .add-cart-popup {
  padding: 65px;
  text-align: center;
  max-width: 576px;
}
@media (max-width: 767px) {
  body.woocommerce .add-cart-popup {
    padding: 60px 40px;
  }
}
body.woocommerce .add-cart-popup .woocommerce-message {
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
body.woocommerce .add-cart-popup .woocommerce-message:before {
  display: none;
}
body.woocommerce .add-cart-popup a.button {
  margin-top: 35px;
}
body.woocommerce .add-cart-popup h3 {
  margin-bottom: 30px;
}
body.woocommerce .add-cart-popup .btn, body.woocommerce .add-cart-popup .woocommerce-notices-wrapper .woocommerce-message .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .add-cart-popup .button, body#add_payment_method body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .button, body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .button, body.woocommerce-cart body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .button, body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .button, body.woocommerce-checkout body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .button, body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .button, body#add_payment_method body.woocommerce .add-cart-popup .return-to-shop a.button, body#add_payment_method body.woocommerce .return-to-shop .add-cart-popup a.button, body.woocommerce-cart body.woocommerce .add-cart-popup .return-to-shop a.button, body.woocommerce-cart body.woocommerce .return-to-shop .add-cart-popup a.button, body.woocommerce-checkout body.woocommerce .add-cart-popup .return-to-shop a.button, body.woocommerce-checkout body.woocommerce .return-to-shop .add-cart-popup a.button, body.woocommerce .add-cart-popup .btn-white, body.woocommerce .add-cart-popup .btn-secondary, body.woocommerce .add-cart-popup .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce .add-cart-popup .yith-wfbt-submit-button, body.woocommerce .add-cart-popup .btn-blue, body.woocommerce .add-cart-popup button.button, body.woocommerce .add-cart-popup .woocommerce-MyAccount-content .woocommerce-Button, body.woocommerce .woocommerce-MyAccount-content .add-cart-popup .woocommerce-Button, body.woocommerce .add-cart-popup .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .add-cart-popup .woocommerce-button, body.woocommerce .add-cart-popup .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button, body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .add-cart-popup button, body.woocommerce .add-cart-popup body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout body.woocommerce .add-cart-popup a.checkout-button, body.woocommerce .add-cart-popup body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce .add-cart-popup a.checkout-button, body.woocommerce .add-cart-popup body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce .add-cart-popup a.checkout-button, body.woocommerce .add-cart-popup .btn-arrow-right, body.woocommerce .add-cart-popup button,
body.woocommerce .add-cart-popup input[type=button],
body.woocommerce .add-cart-popup input[type=reset],
body.woocommerce .add-cart-popup input[type=submit], body.woocommerce .add-cart-popup a.button {
  margin-bottom: 35px;
}
body.woocommerce .add-cart-popup p {
  color: #0f406a;
}
body.woocommerce .add-cart-popup .social-icons {
  display: block;
}
body.woocommerce .add-cart-popup .social-icons ul {
  justify-content: center;
}
body.woocommerce .add-cart-popup .social-icons ul li:not(:last-child) {
  margin-right: 25px;
}
body.woocommerce .add-cart-popup .fancybox-button {
  opacity: 1 !important;
  padding: 4px !important;
  transition: 0.3s;
}
body.woocommerce .add-cart-popup .fancybox-button svg path {
  fill: #0f406a;
}

.subscription-pro-page .site-main {
  position: relative;
  z-index: 1;
}
.subscription-pro-page .has-bgpattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cta-bg.png");
  z-index: -1;
  opacity: 0.4;
}
.subscription-pro-page .product-detail-comp {
  margin-bottom: 0;
}
.subscription-pro-page .product-detail-comp .row {
  position: relative;
  padding: 40px 40px 298px;
  margin: 55px 0 88px;
  background-color: #fff;
  box-shadow: 0 0 32px rgba(23, 131, 191, 0.16);
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .row {
    padding: 30px 10px 260px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.subscription-pro-page .product-detail-comp .row .breadcrumbs-comp {
  padding-top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .row .breadcrumbs-comp .container {
    padding: 0;
  }
}
.subscription-pro-page .product-detail-comp .subscription-group {
  display: flex;
  width: 70%;
  padding-right: 75px;
}
@media (max-width: 1023px) {
  .subscription-pro-page .product-detail-comp .subscription-group {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .subscription-group {
    flex-wrap: wrap;
  }
}
.subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form {
  position: static !important;
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .blockUI.blockOverlay {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 100%;
}
.subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .blockUI.blockOverlay:before {
  top: 50%;
  left: 50%;
}
.subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .variations {
  position: absolute;
  right: 40px;
  top: 115px;
  width: 28%;
}
@media (max-width: 1023px) {
  .subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .variations {
    width: 100%;
    top: auto;
    bottom: 180px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .variations {
    position: static;
    margin-top: 13px;
  }
}
.subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .variations td {
  display: block;
  width: 100%;
  float: none;
}
.subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .variations td .select2-selection__rendered {
  color: rgba(15, 64, 106, 0.3) !important;
}
.subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .variations label {
  margin-bottom: 4px;
}
.subscription-pro-page .product-detail-comp .subscription-group .product-botttom .product-qty form .variations #subscription-plan {
  padding-left: 0;
  color: rgba(15, 64, 106, 0.3);
  border-bottom: 1px solid rgba(15, 64, 106, 0.3);
}
.subscription-pro-page .product-detail-comp .subscription-group .quantity {
  display: none !important;
}
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-price {
  color: #0f96d2;
  font-size: 24px;
  font-weight: 700;
}
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-description P {
  font-weight: 700;
  color: #727272;
  font-size: 14px;
}
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-description P:last-child {
  margin-bottom: 0;
}
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart {
  position: absolute;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 60px 40px 0;
}
@media (max-width: 1023px) {
  .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart {
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart {
    bottom: 50px;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
}
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .woocommerce .return-to-shop a.button, body#add_payment_method .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .woocommerce .return-to-shop a.button, body.woocommerce-cart .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .woocommerce .return-to-shop a.button, body.woocommerce-checkout .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-white, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-secondary, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .yith-wfbt-submit-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-blue, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-Button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-arrow-right, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart button,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=button],
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=reset],
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=submit], .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce .add-cart-popup a.button, body.woocommerce .add-cart-popup .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  padding: 14px 33px;
  color: #0f406a !important;
  background-color: #fff !important;
  border: 1px solid #0f406a !important;
  border-radius: 7px !important;
  margin: 0 12px;
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .woocommerce .return-to-shop a.button, body#add_payment_method .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .woocommerce .return-to-shop a.button, body.woocommerce-cart .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .woocommerce .return-to-shop a.button, body.woocommerce-checkout .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-white, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-secondary, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .yith-wfbt-submit-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-blue, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-Button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-arrow-right, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart button,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=button],
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=reset],
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=submit], .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce .add-cart-popup a.button, body.woocommerce .add-cart-popup .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin: 8px 12px;
  }
}
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button:hover, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button:hover, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button:hover, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .woocommerce .return-to-shop a.button:hover, body#add_payment_method .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .woocommerce .return-to-shop a.button:hover, body.woocommerce-cart .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .woocommerce .return-to-shop a.button:hover, body.woocommerce-checkout .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-white:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-secondary:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button:hover, .frequently-bought-comp .yith-wfbt-submit-block .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .yith-wfbt-submit-button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-blue:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce .woocommerce-MyAccount-content .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-Button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button:hover, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, body#add_payment_method .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-checkout .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-arrow-right:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart button:hover,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=button]:hover,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=reset]:hover,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=submit]:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce .add-cart-popup a.button:hover, body.woocommerce .add-cart-popup .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button:hover, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:focus, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button:focus, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button:focus, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button:focus, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .woocommerce .return-to-shop a.button:focus, body#add_payment_method .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .woocommerce .return-to-shop a.button:focus, body.woocommerce-cart .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .woocommerce .return-to-shop a.button:focus, body.woocommerce-checkout .woocommerce .return-to-shop .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-white:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-secondary:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button:focus, .frequently-bought-comp .yith-wfbt-submit-block .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .yith-wfbt-submit-button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-blue:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:focus, .woocommerce .woocommerce-MyAccount-content .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-Button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button:focus, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, body#add_payment_method .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, body.woocommerce-cart .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, body.woocommerce-checkout .wc-proceed-to-checkout .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.checkout-button:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .btn-arrow-right:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart button:focus,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=button]:focus,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=reset]:focus,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart input[type=submit]:focus, .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart body.woocommerce .add-cart-popup a.button:focus, body.woocommerce .add-cart-popup .subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart a.button:focus,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover,
.subscription-pro-page .product-detail-comp .subscription-group .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus {
  color: #fff !important;
  background-color: #1f9bd7 !important;
  border-color: #1f9bd7 !important;
  outline: none;
}
.subscription-pro-page .product-detail-comp .subscription-image {
  width: 230px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .subscription-image {
    margin: 0 auto 20px;
  }
}
.subscription-pro-page .product-detail-comp .subscription-detail {
  flex: 1 1 auto;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .subscription-detail {
    padding-left: 0;
  }
}
.subscription-pro-page .product-detail-comp .subscription-detail h1 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .subscription-pro-page .product-detail-comp .subscription-detail h1 {
    font-size: 24px;
  }
}

.quantity {
  display: flex !important;
  margin-bottom: 14px;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
}

.add_to_cart_button {
  background-color: #7e4083 !important;
  color: white !important;
  text-transform: capitalize;
}
.add_to_cart_button:after {
  color: #7e4083 !important;
  background-color: #fff;
}
.add_to_cart_button.added {
  color: white !important;
  background-color: #7e4083 !important;
  pointer-events: none;
}
.add_to_cart_button.added:after {
  font-family: WooCommerce;
  content: "";
}
.add_to_cart_button:hover, .add_to_cart_button:focus {
  color: white !important;
  background-color: #1195d2 !important;
}

.smooth-scroll {
  transition: 0.3s;
  z-index: 99;
  background-color: #fff;
}
.smooth-scroll-spacer {
  height: 68px;
}
.smooth-scroll.sticky {
  width: 100%;
  position: fixed;
  box-shadow: -3px 3px 16px rgba(15, 64, 106, 0.08);
}
.smooth-scroll ul {
  padding: 10px 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .smooth-scroll ul {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.smooth-scroll ul .slick-arrow {
  background-color: transparent !important;
}
.smooth-scroll ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1f9bd7;
}
.smooth-scroll ul .slick-prev {
  transform: rotate(180deg);
  order: 1;
}
.smooth-scroll ul .slick-next {
  transform: rotate(0deg);
  order: 3;
}
.smooth-scroll ul li {
  padding: 0;
  list-style: none;
  line-height: 1;
}
.smooth-scroll ul li:not(:last-child) {
  margin-right: 90px;
}
@media (max-width: 1023px) {
  .smooth-scroll ul li:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .smooth-scroll ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .smooth-scroll ul li {
    text-align: center;
  }
}
.smooth-scroll ul li.active a, .smooth-scroll ul li.slick-current a, .smooth-scroll ul li:hover a {
  border-color: #ffcf2f;
}
.smooth-scroll ul li a {
  display: block;
  padding: 10px 0;
  color: #0f406a;
  font-size: 25px;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767px) {
  .smooth-scroll ul li a {
    display: inline-block;
    font-size: 16px;
  }
}

.product-facts-comp {
  margin-bottom: 145px;
}
@media (max-width: 1199px) {
  .product-facts-comp {
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .product-facts-comp {
    margin-bottom: 60px;
  }
}
.product-facts-wrap {
  display: flex;
  flex-wrap: wrap;
}
.product-facts-img {
  width: 60%;
}
@media (max-width: 1199px) {
  .product-facts-img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-facts-img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.product-facts-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  padding: 60px 70px;
  box-shadow: -3px 3px 16px rgba(15, 64, 106, 0.08);
}
@media (max-width: 1199px) {
  .product-facts-content {
    padding: 30px 15px;
  }
}
@media (max-width: 1023px) {
  .product-facts-content {
    width: 100%;
    box-shadow: none;
  }
}
.product-facts-content p {
  color: #727272;
}
.product-facts-content .list-icon ul {
  padding-left: 0;
  margin-bottom: 30px;
}
.product-facts-content .list-icon li {
  position: relative;
  padding: 0 0 0 36px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #727272;
  list-style: none;
}
.product-facts-content .list-icon li:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background-image: url("../images/tick.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  content: "";
}

.frequently-bought-comp {
  margin-bottom: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .frequently-bought-comp {
    margin-bottom: 45px;
  }
}
.frequently-bought-comp .h1 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .frequently-bought-comp .h1 {
    margin-bottom: 20px;
    text-align: left;
  }
}
.frequently-bought-comp .yith-wfbt-form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.frequently-bought-comp .yith-wfbt-images {
  width: 50% !important;
  order: 1;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .frequently-bought-comp .yith-wfbt-images {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}
.frequently-bought-comp .yith-wfbt-images .image-td a {
  display: block;
}
.frequently-bought-comp .yith-wfbt-images .image-td img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.frequently-bought-comp .yith-wfbt-images .image_plus {
  font-size: 27px !important;
  content: "+";
  line-height: 1;
  color: #0f96d2;
}
.frequently-bought-comp .yith-wfbt-items {
  width: 50%;
  order: 2;
  margin: 0 !important;
  padding-left: 45px !important;
}
@media (max-width: 767px) {
  .frequently-bought-comp .yith-wfbt-items {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
.frequently-bought-comp .yith-wfbt-items li {
  list-style: none;
  padding: 0;
  margin-bottom: 8px !important;
}
.frequently-bought-comp .yith-wfbt-items li:last-child {
  margin-bottom: 0 !important;
}
.frequently-bought-comp .yith-wfbt-items label {
  display: block;
  padding-left: 0 !important;
  margin-bottom: 0;
  font-size: 12px;
  color: #727272;
  line-height: 1.7;
  text-decoration: none;
}
.frequently-bought-comp .yith-wfbt-items > span,
.frequently-bought-comp .yith-wfbt-items a {
  color: #727272;
  text-decoration: none !important;
}
.frequently-bought-comp .yith-wfbt-items a:hover {
  color: #1f9bd7;
}
.frequently-bought-comp .yith-wfbt-items input[type=checkbox] + span {
  padding-left: 30px;
  position: relative;
  display: block;
  margin-bottom: 0 !important;
}
.frequently-bought-comp .yith-wfbt-items input[type=checkbox] + span:after {
  background-image: url(https://zttecomstag.wpengine.com/wp-content/uploads/2021/07/tick-ico-blue.png);
}
.frequently-bought-comp .yith-wfbt-items input[type=checkbox] + span:before {
  border-color: #009bde;
}
.frequently-bought-comp .yith-wfbt-submit-block {
  width: 100%;
  text-align: center;
  margin-top: 55px;
  order: 3;
}
@media (max-width: 767px) {
  .frequently-bought-comp .yith-wfbt-submit-block {
    margin-top: 30px;
  }
}
.frequently-bought-comp .yith-wfbt-submit-block .price_text {
  display: block;
  margin-bottom: 10px;
}
.journal-row {
  display: flex;
  flex-wrap: wrap;
}
.journal-left {
  width: 58%;
}
@media (max-width: 1023px) {
  .journal-left {
    width: 100%;
    margin-bottom: 45px;
  }
}
.journal-left p {
  color: #727272;
}
.journal-left p:not(:last-child) {
  margin-bottom: 20px;
}
.journal-right {
  width: 42%;
  padding-left: 7%;
  text-decoration: none;
}
.journal-right:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .journal-right {
    padding-left: 3%;
  }
}
@media (max-width: 1023px) {
  .journal-right {
    width: calc(100% + 30px);
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.journal-info {
  padding: 40px 60px;
  text-align: center;
  background-color: rgba(15, 64, 106, 0.9);
}
@media (max-width: 1023px) {
  .journal-info {
    padding: 40px 45px;
  }
}
.journal-info .btn, .journal-info body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .journal-info .button, .journal-info body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .journal-info .button, .journal-info body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .journal-info .button, .journal-info body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .journal-info .button, .journal-info body#add_payment_method .woocommerce .return-to-shop a.button, body#add_payment_method .woocommerce .return-to-shop .journal-info a.button, .journal-info body.woocommerce-cart .woocommerce .return-to-shop a.button, body.woocommerce-cart .woocommerce .return-to-shop .journal-info a.button, .journal-info body.woocommerce-checkout .woocommerce .return-to-shop a.button, body.woocommerce-checkout .woocommerce .return-to-shop .journal-info a.button, .journal-info .btn-white, .journal-info .btn-secondary, .journal-info .btn-blue, .journal-info .woocommerce button.button, .woocommerce .journal-info button.button, .journal-info .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .journal-info .woocommerce-Button, .journal-info .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .journal-info .woocommerce-button, .journal-info .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .journal-info button, .journal-info body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .journal-info a.checkout-button, .journal-info body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .journal-info a.checkout-button, .journal-info body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .journal-info a.checkout-button, .journal-info .btn-arrow-right, .journal-info button,
.journal-info input[type=button],
.journal-info input[type=reset],
.journal-info input[type=submit], .journal-info .filter-wrap .filter-content .btn-arrow-right, .filter-wrap .filter-content .journal-info .btn-arrow-right, .journal-info body.woocommerce .add-cart-popup a.button, body.woocommerce .add-cart-popup .journal-info a.button, .journal-info .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .journal-info .yith-wfbt-submit-button {
  display: block;
  padding: 14px;
  margin-bottom: 16px;
  font-size: 24px;
}
.journal-info h5 {
  margin-bottom: 0;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  font-weight: 500;
}

.event-details {
  padding-top: 0px;
}
.event-details .journal-info {
  text-align: left;
}
.event-details .journal-info p {
  margin-bottom: 0px;
  font-size: 20px;
}

.order-lot {
  position: fixed;
  top: 53%;
  transform: translateX(100%);
  max-width: 471px;
  right: 0;
  transition: 0.3s;
  z-index: 999;
}
.order-lot.purple-bg .order-lot-detail {
  background-color: #7e4083;
}
.order-lot.purple-bg .btn-arrow.dark-blue {
  color: #0f406a;
}
.order-lot.purple-bg .btn-arrow:hover {
  color: #1f9bd7 !important;
}
.order-lot.purple-bg .btn-arrow:hover:after {
  color: #fff !important;
}
.order-lot.purple-bg .btn-arrow:after {
  color: #7e4083;
}
@media (max-width: 767px) {
  .order-lot {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 45px;
  }
}
.order-lot.active {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .order-lot.active {
    position: static;
    transform: none !important;
  }
}
.order-lot.active .order-lot-title {
  opacity: 0;
  visibility: hidden;
  left: 45px;
}
@media (max-width: 767px) {
  .order-lot.active .order-lot-title {
    left: auto;
    opacity: 1;
    visibility: visible;
  }
}
.order-lot .close-popup {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 40px;
  top: 23px;
  cursor: pointer;
}
.order-lot .btn-arrow-right {
  padding: 10px 24px;
}
@media (max-width: 767px) {
  .order-lot .btn-arrow-right {
    border-radius: 0;
  }
}
.order-lot .btn-arrow.dark-blue {
  color: #0f406a;
}
.order-lot .btn-arrow:hover {
  color: #0f406a !important;
}
.order-lot .btn-arrow:hover:after {
  color: #fff !important;
  background-color: #0f406a !important;
}
.order-lot .btn-arrow:after {
  color: #ffcf2f;
}
.order-lot-title {
  position: absolute;
  transform: rotate(90deg);
  left: 0;
  transform-origin: left top;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .order-lot-title {
    position: static;
    transform: none !important;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .order-lot-title .btn-arrow-right {
    width: 100%;
    max-width: 100%;
  }
}
.order-lot-detail {
  background-color: #ffcf2f;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .order-lot-detail {
    display: none;
    transform: translateY(-45px);
    border-radius: 0;
  }
}
.order-lot-detail-wrapper {
  position: relative;
  min-height: 186px;
  padding: 23px 60px 23px 30px;
}
.order-lot-detail p {
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  .order-lot {
    margin-left: 25px;
    width: 90%;
  }
}
.search-comp-top {
  max-width: 770px;
  margin: 0 auto 40px;
}
.search-comp-top .h2, .search-comp-top body.woocommerce .add-cart-popup .woocommerce-message, body.woocommerce .add-cart-popup .search-comp-top .woocommerce-message {
  text-align: center;
}
.search-comp-top .h2 span, .search-comp-top body.woocommerce .add-cart-popup .woocommerce-message span, body.woocommerce .add-cart-popup .search-comp-top .woocommerce-message span {
  font-weight: 500;
  font-family: "Museo Sans 500", "Arial", sans-serif;
}
.search-comp-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.search-comp-wrapper form {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
}
.search-comp-wrapper form input[type=search] {
  height: 36px;
  padding-left: 0;
  padding-right: 50px;
  border-bottom: 1px solid #0f406a;
}
.search-comp-wrapper form input[type=search]::-webkit-input-placeholder {
  color: rgba(15, 64, 106, 0.5);
}
.search-comp-wrapper form input[type=search]:-moz-placeholder {
  color: rgba(15, 64, 106, 0.5);
}
.search-comp-wrapper form input[type=search]::-moz-placeholder {
  color: rgba(15, 64, 106, 0.5);
}
.search-comp-wrapper form input[type=search]:-ms-input-placeholder {
  color: rgba(15, 64, 106, 0.5);
}
.search-comp-wrapper form input[type=submit] {
  position: absolute;
  top: 0;
  right: -6px;
  height: 36px;
  width: 80px;
  padding: 0;
  font-size: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url("../assets/images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  border-bottom: 1px solid #fff;
  text-indent: -999px;
  overflow: hidden;
  height: 36px;
  width: 36px;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0px;
}
.search-comp-wrapper form input[type=submit]:hover, .search-comp-wrapper form input[type=submit]:focus {
  background-color: #1f9bd7;
}
.search-comp-wrapper .clear-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding-left: 20px;
}
.search-comp-wrapper .clear-ico img {
  width: 12px;
}
.search-result .search-sorting {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.search-result .search-title {
  flex: 0 0 auto;
  margin-right: 13px;
}
.search-result .search-title-text {
  margin-bottom: 0;
  color: #1f9bd7;
  font-size: 12px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  text-transform: uppercase;
}
.search-result .search-type select {
  height: 30px;
  padding-left: 0;
  color: #0f406a;
  font-size: 10px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  text-transform: uppercase;
  border-bottom: none;
}
@media (max-width: 767px) {
  .search-result .search-found {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
.search-result .search-found p {
  font-size: 14px;
  color: #727272;
}
@media (max-width: 767px) {
  .search-result .search-found p {
    font-size: 16px;
  }
}
.search-product .single-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-product .single-product + .single-product {
  margin-top: 40px;
}
.search-product .product-date {
  font-size: 10px;
  color: #1f9bd7;
}
.search-product .product-img {
  max-width: 180px;
  flex: 0 0 auto;
  margin-right: 30px;
}
.search-product .product-img + .product-info {
  width: calc(100% - 210px);
}
@media (max-width: 767px) {
  .search-product .product-img + .product-info {
    width: 100%;
    margin-bottom: 23px;
  }
}
.search-product .product-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .search-product .product-img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.search-product .product-info {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .search-product .product-info {
    width: 100%;
  }
}
.search-product .product-info h5 {
  margin-bottom: 10px;
}
.search-product .product-info p {
  color: #727272;
}

.search-comp-form {
  position: relative;
}
.search-comp-form input[type=search] {
  padding-right: 60px;
}
.search-comp-form .clear-ico {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
}
.search-comp-form .clear-ico img {
  width: 16px;
}

body#add_payment_method article, body.woocommerce-cart article, body.woocommerce-checkout article {
  padding: 50px 0;
}
body#add_payment_method article .entry-header, body.woocommerce-cart article .entry-header, body.woocommerce-checkout article .entry-header {
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 1199px) {
  body#add_payment_method article .entry-header, body.woocommerce-cart article .entry-header, body.woocommerce-checkout article .entry-header {
    margin-bottom: 30px;
  }
}
body#add_payment_method .woocommerce, body.woocommerce-cart .woocommerce, body.woocommerce-checkout .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body#add_payment_method .woocommerce .woocommerce-notices-wrapper,
body#add_payment_method .woocommerce .woocommerce-info,
body#add_payment_method .woocommerce .woocommerce-form-coupon,
body#add_payment_method .woocommerce .woocommerce-checkout,
body#add_payment_method .woocommerce .woocommerce-order, body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce .woocommerce-info,
body.woocommerce-cart .woocommerce .woocommerce-form-coupon,
body.woocommerce-cart .woocommerce .woocommerce-checkout,
body.woocommerce-cart .woocommerce .woocommerce-order, body.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce .woocommerce-info,
body.woocommerce-checkout .woocommerce .woocommerce-form-coupon,
body.woocommerce-checkout .woocommerce .woocommerce-checkout,
body.woocommerce-checkout .woocommerce .woocommerce-order {
  width: 100%;
}
body#add_payment_method .woocommerce .return-to-shop a.button, body.woocommerce-cart .woocommerce .return-to-shop a.button, body.woocommerce-checkout .woocommerce .return-to-shop a.button {
  margin-top: 5px;
}
body#add_payment_method .woocommerce .woocommerce-cart-form, body.woocommerce-cart .woocommerce .woocommerce-cart-form, body.woocommerce-checkout .woocommerce .woocommerce-cart-form {
  width: calc(100% - 360px);
  padding-right: 5%;
}
@media (max-width: 1440px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form, body.woocommerce-cart .woocommerce .woocommerce-cart-form, body.woocommerce-checkout .woocommerce .woocommerce-cart-form {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form, body.woocommerce-cart .woocommerce .woocommerce-cart-form, body.woocommerce-checkout .woocommerce .woocommerce-cart-form {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart {
  border: none;
}
@media (max-width: 767px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form .cart .cart_item + .cart_item, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .cart_item + .cart_item, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .cart_item + .cart_item {
    margin-top: 30px;
  }
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart th, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart th, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart th {
  color: #1f9bd7;
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart td, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart td, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart td {
  color: #0f406a;
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .actions, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .actions, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .actions {
  padding-top: 20px;
}
@media (max-width: 767px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form .cart .actions, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .actions, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .actions {
    margin-top: 30px;
    border: none;
  }
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-remove a, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-remove a, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-remove a {
  line-height: 22px;
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-thumbnail, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-thumbnail, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-thumbnail {
  min-width: 144px;
}
@media (max-width: 1199px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-thumbnail, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-thumbnail, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-thumbnail {
    min-width: 84px;
  }
}
@media (max-width: 767px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-thumbnail, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-thumbnail, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-thumbnail {
    width: 100%;
    display: block;
  }
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-thumbnail:before, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-thumbnail:before, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-thumbnail:before {
  display: none;
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-thumbnail img, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-thumbnail img, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-thumbnail img {
  width: 120px;
}
@media (max-width: 1199px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-thumbnail img, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-thumbnail img, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-thumbnail img {
    width: 60px;
    display: block;
  }
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-name, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-name, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-name {
  font-size: 18px;
  font-family: "Museo Sans 700", "Arial", sans-serif;
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-name a, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-name a, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-name a {
  text-decoration: none;
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-price:not(th),
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-subtotal:not(th), body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-price:not(th),
body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-subtotal:not(th), body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-price:not(th),
body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-subtotal:not(th) {
  font-size: 24px;
  color: #0f96d2;
}
@media (max-width: 1199px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-price:not(th),
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .product-subtotal:not(th), body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-price:not(th),
body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .product-subtotal:not(th), body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-price:not(th),
body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .product-subtotal:not(th) {
    font-size: 20px;
  }
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text {
  min-width: 300px;
  height: 53px;
}
@media (max-width: 640px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text {
    width: 100%;
  }
}
@media (max-width: 640px) {
  body#add_payment_method .woocommerce .woocommerce-cart-form .cart .actions .coupon .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .actions .coupon .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .actions .coupon .button {
    width: 100%;
    margin-top: 0.5em;
  }
}
body#add_payment_method .woocommerce .woocommerce-cart-form .cart button.button:disabled[disabled], body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart button.button:disabled[disabled], body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart button.button:disabled[disabled] {
  cursor: not-allowed;
  color: #0f406a;
  background-color: #ffcf2f;
}
body#add_payment_method .woocommerce .cart-collaterals, body.woocommerce-cart .woocommerce .cart-collaterals, body.woocommerce-checkout .woocommerce .cart-collaterals {
  width: 360px;
  margin: 0px 0px 16px 0px !important;
}
@media (max-width: 1199px) {
  body#add_payment_method .woocommerce .cart-collaterals, body.woocommerce-cart .woocommerce .cart-collaterals, body.woocommerce-checkout .woocommerce .cart-collaterals {
    width: 100%;
  }
}
body#add_payment_method .woocommerce .cart-collaterals .cart_totals, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals, body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding: 20px 25px;
  background-color: rgba(15, 64, 106, 0.05);
}
body#add_payment_method .woocommerce .cart-collaterals .cart_totals input[type=radio] + label:before, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals input[type=radio] + label:before, body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals input[type=radio] + label:before {
  border-color: #1f9bd7;
}
body#add_payment_method .woocommerce .cart-collaterals .cart_totals input[type=radio]:checked + label:after, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals input[type=radio]:checked + label:after, body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals input[type=radio]:checked + label:after {
  background-color: #1f9bd7;
}
body#add_payment_method .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body#add_payment_method .woocommerce .cart-collaterals .select2-selection__rendered, body.woocommerce-cart .woocommerce .cart-collaterals .select2-selection__rendered, body.woocommerce-checkout .woocommerce .cart-collaterals .select2-selection__rendered {
  max-width: 177px;
}
body#add_payment_method .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) th, body.woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) th, body.woocommerce-checkout .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) th {
  color: #7e4083;
  font-size: 18px;
  vertical-align: middle;
}
body#add_payment_method .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) td, body.woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) td, body.woocommerce-checkout .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) td {
  font-size: 24px;
  color: #0f406a;
}
body#add_payment_method .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) td:before, body.woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) td:before, body.woocommerce-checkout .woocommerce .cart-collaterals .shop_table tbody:first-child tr:not(.order-total) td:before {
  font-size: 18px;
}
body#add_payment_method .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total th, body.woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total th, body.woocommerce-checkout .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total th {
  color: #0f96d2;
  font-size: 18px;
  vertical-align: middle;
}
body#add_payment_method .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total td, body.woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total td, body.woocommerce-checkout .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total td {
  font-size: 32px;
  color: #0f96d2;
}
body#add_payment_method .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total td:before, body.woocommerce-cart .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total td:before, body.woocommerce-checkout .woocommerce .cart-collaterals .shop_table tbody:first-child tr.order-total td:before {
  font-size: 18px;
}
body#add_payment_method .woocommerce .col2-set .col-1,
body#add_payment_method .woocommerce .col2-set .col-2, body.woocommerce-cart .woocommerce .col2-set .col-1,
body.woocommerce-cart .woocommerce .col2-set .col-2, body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2 {
  margin: 15px 0 30px;
}
body#add_payment_method .woocommerce .woocommerce-checkout input[type=radio] + label, body.woocommerce-cart .woocommerce .woocommerce-checkout input[type=radio] + label, body.woocommerce-checkout .woocommerce .woocommerce-checkout input[type=radio] + label {
  display: block !important;
  margin-bottom: 0;
}
body#add_payment_method .woocommerce .woocommerce-checkout input[type=radio] + label:before, body.woocommerce-cart .woocommerce .woocommerce-checkout input[type=radio] + label:before, body.woocommerce-checkout .woocommerce .woocommerce-checkout input[type=radio] + label:before {
  border-color: #1f9bd7;
}
body#add_payment_method .woocommerce .woocommerce-checkout input[type=radio]:checked + label:after, body.woocommerce-cart .woocommerce .woocommerce-checkout input[type=radio]:checked + label:after, body.woocommerce-checkout .woocommerce .woocommerce-checkout input[type=radio]:checked + label:after {
  background-color: #1f9bd7;
}
body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  display: block;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #0f406a;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before {
  color: #0f406a;
}
.product-subtotal,
.order-total td,
.order-total th {
  font-weight: bold;
  color: #1f9bd7 !important;
}

.product-price {
  font-weight: bold;
}

.woocommerce-cart-form__contents thead td,
.woocommerce-cart-form__contents thead th {
  color: #727272 !important;
}

.cart_totals h2,
.cart_totals p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #727272;
  font-stretch: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.cart_totals table {
  margin-bottom: 16px !important;
}

.cart_totals td {
  font-weight: bold;
  text-align: right;
}

.cart-subtotal,
.cart-discount,
.order-total {
  font-weight: bold;
}

.woocommerce-account .main-content {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .woocommerce-account .main-content {
    padding: 50px 0;
  }
}

* {
  font-stretch: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-form-login-toggle {
  width: 100%;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  border-color: #0f406a;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before {
  color: #0f406a;
}
.woocommerce .woocommerce-form-login {
  width: 100%;
}
.woocommerce form.checkout_coupon {
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce form .form-row {
    width: 100% !important;
    float: none !important;
    display: block;
  }
}
.woocommerce .woocommerce-checkout {
  width: 100%;
}
.woocommerce .woocommerce-checkout .checkout-accordion .form-row .input-text {
  border: 1px solid rgba(15, 64, 106, 0.13);
}
.woocommerce .woocommerce-checkout .checkout-accordion .form-row textarea {
  height: 56px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background-color: rgba(31, 155, 215, 0.05);
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment input[type=radio] + label:before {
  border-color: #0f406a;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment input[type=radio] + label:after {
  background-color: transparent;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment input[type=radio]:checked + label:after {
  background: #0f406a;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button {
    margin-top: 1em;
    margin-bottom: 0 !important;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box {
  background: #0f406a !important;
  color: #fff !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box:before {
  border: 1em solid #0f406a !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box label {
  color: #fff;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box input {
  color: #fff;
  padding-left: 8px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}

.checkout-accordion h3 {
  position: relative;
  padding: 11px 20px;
  margin-bottom: 20px;
  font-size: 20px;
  background-color: rgba(15, 64, 106, 0.05);
  cursor: pointer;
  user-select: none;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  font-weight: 500;
}
.checkout-accordion h3:before, .checkout-accordion h3:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0f406a;
  content: "";
  transition: 0.3s;
}
.checkout-accordion h3:before {
  right: 15px;
  height: 2px;
  width: 16px;
}
.checkout-accordion h3:after {
  right: 22px;
  height: 16px;
  width: 2px;
}
.checkout-accordion h3.active:before, .checkout-accordion h3.active:after {
  transform: translateY(-50%) rotate(90deg);
}
.checkout-accordion h3.active:before {
  opacity: 0;
}
.checkout-accordion:not(:first-child) .checkout-field-wrapper {
  display: none;
}
.checkout-accordion .checkout-field-wrapper {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .checkout-accordion .checkout-field-wrapper {
    padding: 0;
  }
}
.checkout-accordion .checkout-field-wrapper label {
  color: #0f406a;
  font-family: "Museo Sans 500", "Arial", sans-serif;
  text-transform: capitalize;
}
.checkout-accordion .checkout-field-wrapper label span {
  line-height: 1.4;
  display: inline-block;
}
.checkout-accordion .checkout-field-wrapper label span:before {
  border-color: #0f406a;
}
.checkout-accordion .checkout-field-wrapper label span:after {
  background-image: url(../images/tick-blue-bold.svg);
}
.checkout-accordion .checkout-field-wrapper .select2-selection--single {
  border: none !important;
  margin: 0 !important;
}
.checkout-accordion .checkout-field-wrapper .select2-selection__rendered {
  border: 1px solid rgba(15, 64, 106, 0.13);
  padding-right: 45px !important;
  padding-left: 15px !important;
}
.checkout-accordion .checkout-field-wrapper .select2-selection__arrow {
  width: 45px !important;
}
.checkout-accordion .checkout-field-wrapper select {
  border: 1px solid rgba(15, 64, 106, 0.13);
}
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit], .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button {
  border: 1px solid transparent;
}
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + .btn, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + .btn, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .btn, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .btn, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .btn,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .btn,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .btn, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + .btn, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .btn, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + .btn, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + .btn, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + .btn, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .btn, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .btn, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .btn, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .btn, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .btn, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + .btn, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .btn, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + .btn-white, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + .btn-white, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .btn-white, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .btn-white, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-white,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .btn-white,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .btn-white,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .btn-white, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + .btn-white, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .btn-white, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + .btn-white, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + .btn-white, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + .btn-white, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .btn-white, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .btn-white, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .btn-white, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .btn-white, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn-white, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .btn-white, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + .btn-white, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .btn-white, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-white, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + .btn-secondary, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + .btn-secondary, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .btn-secondary, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .btn-secondary, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-secondary,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .btn-secondary,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .btn-secondary,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .btn-secondary, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + .btn-secondary, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .btn-secondary, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + .btn-secondary, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + .btn-secondary, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + .btn-secondary, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .btn-secondary, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .btn-secondary, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .btn-secondary, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .btn-secondary, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn-secondary, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .btn-secondary, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + .btn-secondary, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .btn-secondary, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-secondary, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .btn + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .btn + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .btn + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .btn + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .btn-white + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .btn-white + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .btn-white + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .btn-white + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .btn-secondary + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .btn-secondary + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .btn-secondary + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .btn-secondary + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + .btn-blue, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .btn-blue + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + button.button, body .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-blue, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .btn-blue + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + button.button, body .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + button.button, body .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + button.button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .btn-blue, body .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + button.button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .btn-blue + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .woocommerce-MyAccount-content button.button + .woocommerce-Button, body .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content button.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content button.button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .woocommerce-Button, body .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + button.button, body .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .btn-blue, body .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + button.button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + button.button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .btn-blue + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .woocommerce-MyAccount-content table.my_account_orders td button.button + .woocommerce-button, body .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td button.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td button.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-Button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .woocommerce-button, body .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .btn-arrow-right + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .btn-arrow-right + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .btn-arrow-right + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .btn-arrow-right + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .woocommerce-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .btn-blue,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce input[type=button] + button.button,
body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + button.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce input[type=button] + button.button,
.woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + button.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content input[type=button] + .woocommerce-Button,
.woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .woocommerce-Button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td input[type=button] + .woocommerce-button,
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .woocommerce-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .btn-blue,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce input[type=reset] + button.button,
body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + button.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce input[type=reset] + button.button,
.woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + button.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content input[type=reset] + .woocommerce-Button,
.woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .woocommerce-Button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td input[type=reset] + .woocommerce-button,
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .woocommerce-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .btn-blue,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce input[type=submit] + button.button,
body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + button.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce input[type=submit] + button.button,
.woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + button.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content input[type=submit] + .woocommerce-Button,
.woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .woocommerce-Button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td input[type=submit] + .woocommerce-button,
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body .woocommerce .btn-arrow-right + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce .btn-arrow-right + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce .woocommerce-MyAccount-content .btn-arrow-right + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .btn-arrow-right + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .woocommerce-button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-blue, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .btn-arrow-right + button.button, body .woocommerce .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + button.button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .btn-arrow-right + button.button, .woocommerce .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + button.button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .btn-arrow-right + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .woocommerce-Button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .btn-arrow-right + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce .add-cart-popup a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-MyAccount-content a.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-MyAccount-content .add-cart-popup a.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-MyAccount-content table.my_account_orders td a.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .add-cart-popup a.button + .woocommerce-button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-blue, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce a.button + button.button, body.woocommerce .woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content a.button + .woocommerce-Button, body.woocommerce .woocommerce-MyAccount-content .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .woocommerce-Button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td a.button + .woocommerce-button, body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body .woocommerce .yith-wfbt-submit-button + button.button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce .yith-wfbt-submit-button + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce .woocommerce-MyAccount-content .yith-wfbt-submit-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .yith-wfbt-submit-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .woocommerce-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .btn-blue, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .yith-wfbt-submit-button + button.button, body .woocommerce .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + button.button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .yith-wfbt-submit-button + button.button, .woocommerce .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + button.button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .yith-wfbt-submit-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .woocommerce-Button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .yith-wfbt-submit-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-MyAccount-content a.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-MyAccount-content .return-to-shop a.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-MyAccount-content table.my_account_orders td a.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop a.button + .woocommerce-button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-blue, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content a.button + .woocommerce-Button, body#add_payment_method .woocommerce .woocommerce-MyAccount-content .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .woocommerce-Button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td a.button + .woocommerce-button, body#add_payment_method .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-MyAccount-content a.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content .return-to-shop a.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-MyAccount-content table.my_account_orders td a.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop a.button + .woocommerce-button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-blue, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content a.button + .woocommerce-Button, body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .woocommerce-Button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td a.button + .woocommerce-button, body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-MyAccount-content a.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .return-to-shop a.button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-MyAccount-content table.my_account_orders td a.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop a.button + .woocommerce-button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-blue, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content a.button + .woocommerce-Button, body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .woocommerce-Button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td a.button + .woocommerce-button, body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content .button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content table.my_account_orders td .button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .button + .woocommerce-button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-blue, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button.button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button.button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .button + .woocommerce-Button, body#add_payment_method .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .woocommerce-Button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .button + .woocommerce-button, body#add_payment_method .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content .button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content table.my_account_orders td .button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .button + .woocommerce-button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-blue, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button.button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button.button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .button + .woocommerce-Button, body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .woocommerce-Button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .button + .woocommerce-button, body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content .button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content table.my_account_orders td .button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .button + .woocommerce-button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-blue, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button.button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button.button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .button + .woocommerce-Button, body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .woocommerce-Button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .button + .woocommerce-button, body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .wc-proceed-to-checkout a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce a.checkout-button + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content a.checkout-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td a.checkout-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .woocommerce-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-blue, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce a.checkout-button + button.button, body#add_payment_method .woocommerce .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button.button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce a.checkout-button + button.button, .woocommerce body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button.button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content a.checkout-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .woocommerce-Button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td a.checkout-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce a.checkout-button + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content a.checkout-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td a.checkout-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .woocommerce-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-blue, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce a.checkout-button + button.button, body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button.button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce a.checkout-button + button.button, .woocommerce body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button.button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content a.checkout-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .woocommerce-Button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td a.checkout-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce a.checkout-button + button.button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content a.checkout-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td a.checkout-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .woocommerce-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-blue, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce a.checkout-button + button.button, body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button.button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce a.checkout-button + button.button, .woocommerce body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button.button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content a.checkout-button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .woocommerce-Button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td a.checkout-button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-content .button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message .button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-content table.my_account_orders td .button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-notices-wrapper .woocommerce-message .button + .woocommerce-button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-blue, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .button + button.button, body.woocommerce .woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button.button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button.button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .button + .woocommerce-Button, body.woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .woocommerce-Button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .button + .woocommerce-button, body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .btn-blue, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + button.button, body .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + button.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-MyAccount-content button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .woocommerce-Button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-MyAccount-content table.my_account_orders td button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .woocommerce-button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-blue, body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + button.button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + button.button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content button + .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .woocommerce-Button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td button + .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .woocommerce-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + .btn-arrow-right, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + .btn-arrow-right, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .btn-arrow-right, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .btn-arrow-right, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-arrow-right,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .btn-arrow-right,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .btn-arrow-right,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + .btn-arrow-right, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .btn-arrow-right, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + .btn-arrow-right, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + .btn-arrow-right, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + .btn-arrow-right, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .btn-arrow-right, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .btn-arrow-right, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .btn-arrow-right, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .btn-arrow-right, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn-arrow-right, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .btn-arrow-right, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + .btn-arrow-right, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .btn-arrow-right, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + input[type=button],
body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + input[type=button],
.woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + input[type=button],
.woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + input[type=button],
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + input[type=button],
.filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + input[type=button],
body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + input[type=button],
.frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + input[type=button],
body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + input[type=button],
body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + input[type=button],
body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + input[type=button],
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + input[type=button],
body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + input[type=button],
body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + input[type=button],
body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=button],
body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + input[type=button],
body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + input[type=button],
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + input[type=button],
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + input[type=button],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + input[type=reset],
body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + input[type=reset],
.woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + input[type=reset],
.woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + input[type=reset],
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + input[type=reset],
.filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + input[type=reset],
body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + input[type=reset],
.frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + input[type=reset],
body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + input[type=reset],
body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + input[type=reset],
body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + input[type=reset],
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + input[type=reset],
body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + input[type=reset],
body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + input[type=reset],
body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=reset],
body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + input[type=reset],
body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + input[type=reset],
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + input[type=reset],
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + input[type=reset],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + input[type=submit],
body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + input[type=submit],
.woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + input[type=submit],
.woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + input[type=submit],
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + input[type=submit],
.filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + input[type=submit],
body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + input[type=submit],
.frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + input[type=submit],
body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + input[type=submit],
body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + input[type=submit],
body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + input[type=submit],
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + input[type=submit],
body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + input[type=submit],
body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + input[type=submit],
body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=submit],
body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + input[type=submit],
body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + input[type=submit],
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + input[type=submit],
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + input[type=submit],
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + input[type=submit], .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-white + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-secondary + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-blue + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body .woocommerce button.button + .btn-arrow-right, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content button.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce button.button + .btn-arrow-right, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content button.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .btn-arrow-right, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce-Button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .btn-arrow-right, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce-button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + .btn-arrow-right, body .woocommerce .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + .btn-arrow-right, .woocommerce .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .btn-arrow-right, .woocommerce .woocommerce-MyAccount-content .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .btn-arrow-right, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-arrow-right,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content input[type=button] + .btn-arrow-right,
.filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .btn-arrow-right,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content input[type=reset] + .btn-arrow-right,
.filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .btn-arrow-right,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content input[type=submit] + .btn-arrow-right,
.filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .filter-wrap .filter-content a.button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + .btn-arrow-right, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content a.button + .btn-arrow-right, .filter-wrap .filter-content body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .filter-wrap .filter-content .yith-wfbt-submit-button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .btn-arrow-right, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .yith-wfbt-submit-button + .btn-arrow-right, .filter-wrap .filter-content .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .filter-wrap .filter-content a.button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + .btn-arrow-right, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content a.button + .btn-arrow-right, .filter-wrap .filter-content body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .filter-wrap .filter-content a.button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + .btn-arrow-right, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content a.button + .btn-arrow-right, .filter-wrap .filter-content body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .filter-wrap .filter-content a.button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + .btn-arrow-right, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content a.button + .btn-arrow-right, .filter-wrap .filter-content body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .filter-wrap .filter-content .button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .btn-arrow-right, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .button + .btn-arrow-right, .filter-wrap .filter-content body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .filter-wrap .filter-content .button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .btn-arrow-right, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .button + .btn-arrow-right, .filter-wrap .filter-content body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .filter-wrap .filter-content .button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .btn-arrow-right, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .button + .btn-arrow-right, .filter-wrap .filter-content body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .filter-wrap .filter-content a.checkout-button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .btn-arrow-right, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content a.checkout-button + .btn-arrow-right, .filter-wrap .filter-content body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .filter-wrap .filter-content a.checkout-button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn-arrow-right, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content a.checkout-button + .btn-arrow-right, .filter-wrap .filter-content body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .filter-wrap .filter-content a.checkout-button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .btn-arrow-right, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content a.checkout-button + .btn-arrow-right, .filter-wrap .filter-content body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .filter-wrap .filter-content .button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + .btn-arrow-right, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .button + .btn-arrow-right, .filter-wrap .filter-content body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .filter-wrap .filter-content button + .btn-arrow-right, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .btn-arrow-right, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content button + .btn-arrow-right, .filter-wrap .filter-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .btn-arrow-right, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .btn + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .btn-white + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .btn-secondary + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .btn-blue + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce .add-cart-popup button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-MyAccount-content .woocommerce-Button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-MyAccount-content .add-cart-popup .woocommerce-Button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .add-cart-popup .woocommerce-button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + a.button, body.woocommerce .woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + a.button, body.woocommerce .woocommerce-MyAccount-content .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.button, body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .btn-arrow-right + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup input[type=button] + a.button,
body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup input[type=reset] + a.button,
body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup input[type=submit] + a.button,
body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body.woocommerce .add-cart-popup .btn-arrow-right + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + a.button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .btn-arrow-right + a.button, body.woocommerce .add-cart-popup .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce .add-cart-popup .yith-wfbt-submit-button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + a.button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .yith-wfbt-submit-button + a.button, body.woocommerce .add-cart-popup .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, body#add_payment_method body.woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .add-cart-popup a.button + a.button, body#add_payment_method body.woocommerce .add-cart-popup .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, body.woocommerce-cart body.woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .add-cart-popup a.button + a.button, body.woocommerce-cart body.woocommerce .add-cart-popup .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, body.woocommerce-checkout body.woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .add-cart-popup a.button + a.button, body.woocommerce-checkout body.woocommerce .add-cart-popup .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .button + a.button, body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .add-cart-popup .button + a.button, body#add_payment_method body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .button + a.button, body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .add-cart-popup .button + a.button, body.woocommerce-cart body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .button + a.button, body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .add-cart-popup .button + a.button, body.woocommerce-checkout body.woocommerce .add-cart-popup .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout body.woocommerce .add-cart-popup a.checkout-button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + a.button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.checkout-button + a.button, body.woocommerce .add-cart-popup body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce .add-cart-popup a.checkout-button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.checkout-button + a.button, body.woocommerce .add-cart-popup body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce .add-cart-popup a.checkout-button + a.button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + a.button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.checkout-button + a.button, body.woocommerce .add-cart-popup body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .add-cart-popup .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-notices-wrapper .woocommerce-message .button + a.button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .add-cart-popup .button + a.button, body.woocommerce .add-cart-popup .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .add-cart-popup button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.button, body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .add-cart-popup button + a.button, body.woocommerce .add-cart-popup .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .btn + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .btn-white + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .btn-secondary + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .btn-blue + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body .woocommerce button.button + .yith-wfbt-submit-button, body .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block button.button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce button.button + .yith-wfbt-submit-button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block button.button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .yith-wfbt-submit-button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce-Button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .yith-wfbt-submit-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce-button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce button.button + .yith-wfbt-submit-button, body .woocommerce .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + .yith-wfbt-submit-button, .woocommerce .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + .yith-wfbt-submit-button, .woocommerce .woocommerce-MyAccount-content .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .yith-wfbt-submit-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .btn-arrow-right + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .yith-wfbt-submit-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block input[type=button] + .yith-wfbt-submit-button,
.frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .yith-wfbt-submit-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block input[type=reset] + .yith-wfbt-submit-button,
.frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .yith-wfbt-submit-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block input[type=submit] + .yith-wfbt-submit-button,
.frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .frequently-bought-comp .yith-wfbt-submit-block .btn-arrow-right + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .yith-wfbt-submit-button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .btn-arrow-right + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .frequently-bought-comp .yith-wfbt-submit-block a.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + .yith-wfbt-submit-button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block a.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .frequently-bought-comp .yith-wfbt-submit-block a.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + .yith-wfbt-submit-button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block a.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .frequently-bought-comp .yith-wfbt-submit-block a.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + .yith-wfbt-submit-button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block a.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .frequently-bought-comp .yith-wfbt-submit-block a.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + .yith-wfbt-submit-button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block a.button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .frequently-bought-comp .yith-wfbt-submit-block .button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .yith-wfbt-submit-button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .frequently-bought-comp .yith-wfbt-submit-block .button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .yith-wfbt-submit-button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .frequently-bought-comp .yith-wfbt-submit-block .button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .yith-wfbt-submit-button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .frequently-bought-comp .yith-wfbt-submit-block a.checkout-button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .yith-wfbt-submit-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block a.checkout-button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .frequently-bought-comp .yith-wfbt-submit-block a.checkout-button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .yith-wfbt-submit-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block a.checkout-button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .frequently-bought-comp .yith-wfbt-submit-block a.checkout-button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .yith-wfbt-submit-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block a.checkout-button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .frequently-bought-comp .yith-wfbt-submit-block .button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + .yith-wfbt-submit-button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .frequently-bought-comp .yith-wfbt-submit-block button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .yith-wfbt-submit-button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block button + .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .yith-wfbt-submit-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .btn + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .btn-white + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .btn-secondary + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .btn-blue + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-MyAccount-content .woocommerce-Button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-MyAccount-content .return-to-shop .woocommerce-Button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .woocommerce-button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + a.button, body#add_payment_method .woocommerce .woocommerce-MyAccount-content .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.button, body#add_payment_method .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .btn-arrow-right + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop input[type=button] + a.button,
body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop input[type=reset] + a.button,
body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop input[type=submit] + a.button,
body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body#add_payment_method .woocommerce .return-to-shop .btn-arrow-right + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + a.button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .btn-arrow-right + a.button, body#add_payment_method .woocommerce .return-to-shop .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, body#add_payment_method body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop a.button + a.button, body#add_payment_method body.woocommerce .return-to-shop .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body#add_payment_method .woocommerce .return-to-shop .yith-wfbt-submit-button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + a.button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .yith-wfbt-submit-button + a.button, body#add_payment_method .woocommerce .return-to-shop .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop a.button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + a.button, body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop a.button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + a.button, body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .return-to-shop a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .wc-proceed-to-checkout a.checkout-button + a.button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .return-to-shop a.checkout-button + a.button, body#add_payment_method .woocommerce .return-to-shop .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout body#add_payment_method .woocommerce .return-to-shop a.checkout-button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.checkout-button + a.button, body#add_payment_method .woocommerce .return-to-shop body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout body#add_payment_method .woocommerce .return-to-shop a.checkout-button + a.button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + a.button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.checkout-button + a.button, body#add_payment_method .woocommerce .return-to-shop body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .button + a.button, body#add_payment_method body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body#add_payment_method body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.button, body#add_payment_method .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop button + a.button, body#add_payment_method .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .btn + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .btn-white + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .btn-secondary + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .btn-blue + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-MyAccount-content .woocommerce-Button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content .return-to-shop .woocommerce-Button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .woocommerce-button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + a.button, body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.button, body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .btn-arrow-right + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop input[type=button] + a.button,
body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop input[type=reset] + a.button,
body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop input[type=submit] + a.button,
body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body.woocommerce-cart .woocommerce .return-to-shop .btn-arrow-right + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + a.button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .btn-arrow-right + a.button, body.woocommerce-cart .woocommerce .return-to-shop .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, body.woocommerce-cart body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop a.button + a.button, body.woocommerce-cart body.woocommerce .return-to-shop .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-cart .woocommerce .return-to-shop .yith-wfbt-submit-button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + a.button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .yith-wfbt-submit-button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop a.button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + a.button, body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop a.button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + a.button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout body.woocommerce-cart .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + a.button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-cart .woocommerce .return-to-shop body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .return-to-shop a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .wc-proceed-to-checkout a.checkout-button + a.button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce-cart .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + a.button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-cart .woocommerce .return-to-shop body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .button + a.button, body.woocommerce-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-cart body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.button, body.woocommerce-cart .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop button + a.button, body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .btn + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .btn-white + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .btn-secondary + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .btn-blue + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop button.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-MyAccount-content .woocommerce-Button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .return-to-shop .woocommerce-Button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .woocommerce-button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + a.button, body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.button, body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .btn-arrow-right + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop input[type=button] + a.button,
body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop input[type=reset] + a.button,
body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + a.button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop input[type=submit] + a.button,
body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body.woocommerce-checkout .woocommerce .return-to-shop .btn-arrow-right + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + a.button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .btn-arrow-right + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .return-to-shop a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .return-to-shop .add-cart-popup a.button + a.button, body.woocommerce-checkout body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop a.button + a.button, body.woocommerce-checkout body.woocommerce .return-to-shop .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-checkout .woocommerce .return-to-shop .yith-wfbt-submit-button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + a.button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .yith-wfbt-submit-button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop a.button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + a.button, body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop a.button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + a.button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .button + a.button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout body.woocommerce-checkout .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + a.button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce-checkout .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .return-to-shop a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .wc-proceed-to-checkout a.checkout-button + a.button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .return-to-shop a.checkout-button + a.button, body.woocommerce-checkout .woocommerce .return-to-shop .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .button + a.button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .button + a.button, body.woocommerce-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .return-to-shop .button + a.button, body.woocommerce-checkout body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce .return-to-shop button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.button, .woocommerce body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .return-to-shop button + a.button, .woocommerce body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .btn + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .btn-white + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .btn-secondary + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .btn-blue + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content .woocommerce-Button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .woocommerce-Button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .woocommerce-button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + .button, body#add_payment_method .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .button, body#add_payment_method .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart input[type=button] + .button,
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart input[type=reset] + .button,
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart input[type=submit] + .button,
body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body#add_payment_method .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .add-cart-popup .woocommerce-cart-form .cart a.button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .add-cart-popup a.button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-cart-form .cart .add-cart-popup a.button + .button, body#add_payment_method body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body#add_payment_method .woocommerce .woocommerce-cart-form .cart .yith-wfbt-submit-button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .yith-wfbt-submit-button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout a.checkout-button + .button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, body#add_payment_method body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart .button + .button, body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .button, body#add_payment_method .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart button + .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .btn + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .btn-white + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .btn-secondary + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .btn-blue + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content .woocommerce-Button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .woocommerce-Button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .woocommerce-button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + .button, body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .button, body.woocommerce-cart .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart input[type=button] + .button,
body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart input[type=reset] + .button,
body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart input[type=submit] + .button,
body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .add-cart-popup .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .add-cart-popup a.button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-cart-form .cart .add-cart-popup a.button + .button, body.woocommerce-cart body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .yith-wfbt-submit-button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .yith-wfbt-submit-button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body#add_payment_method body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .button, body#add_payment_method body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, body.woocommerce-cart body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout a.checkout-button + .button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, body.woocommerce-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart .button + .button, body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .button, body.woocommerce-cart .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart button + .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .btn + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .btn-white + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .btn-secondary + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .btn-blue + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content .woocommerce-Button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .woocommerce-Button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .woocommerce-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + .button, body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart input[type=button] + .button,
body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart input[type=reset] + .button,
body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart input[type=submit] + .button,
body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .btn-arrow-right + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .add-cart-popup .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .add-cart-popup a.button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-cart-form .cart .add-cart-popup a.button + .button, body.woocommerce-checkout body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .yith-wfbt-submit-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .yith-wfbt-submit-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body#add_payment_method body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-cart-form .cart a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop a.button + .button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart a.button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + .button, body#add_payment_method body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, body.woocommerce-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-cart body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, body.woocommerce-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout a.checkout-button + .button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-cart-form .cart a.checkout-button + .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, body.woocommerce-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-cart-form .cart .button + .button, body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce .woocommerce-cart-form .cart button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .button, .woocommerce body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-cart-form .cart button + .button, .woocommerce body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .btn + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .btn-white + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .btn-secondary + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .btn-blue + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .wc-proceed-to-checkout button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce button.button + a.checkout-button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce-Button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce-button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + a.checkout-button, body#add_payment_method .woocommerce .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + a.checkout-button, .woocommerce body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout input[type=button] + a.checkout-button,
body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout input[type=reset] + a.checkout-button,
body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout input[type=submit] + a.checkout-button,
body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body#add_payment_method .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + a.checkout-button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup body#add_payment_method .wc-proceed-to-checkout a.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + a.checkout-button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body#add_payment_method .wc-proceed-to-checkout .yith-wfbt-submit-button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + a.checkout-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .yith-wfbt-submit-button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .wc-proceed-to-checkout a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .return-to-shop a.button + a.checkout-button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .wc-proceed-to-checkout a.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop body#add_payment_method .wc-proceed-to-checkout a.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + a.checkout-button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop body#add_payment_method .wc-proceed-to-checkout a.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + a.checkout-button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .wc-proceed-to-checkout .button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart body#add_payment_method .wc-proceed-to-checkout .button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart body#add_payment_method .wc-proceed-to-checkout .button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body#add_payment_method .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-cart body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, body#add_payment_method body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body#add_payment_method .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body#add_payment_method .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-checkout body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, body#add_payment_method body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message body#add_payment_method .wc-proceed-to-checkout .button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + a.checkout-button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment body#add_payment_method .wc-proceed-to-checkout button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.checkout-button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout button + a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .btn-white + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .btn-secondary + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .btn-blue + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce button.button + a.checkout-button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce-Button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce-button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + a.checkout-button, body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + a.checkout-button, .woocommerce body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout input[type=button] + a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout input[type=reset] + a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout input[type=submit] + a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body.woocommerce-cart .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + a.checkout-button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup body.woocommerce-cart .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + a.checkout-button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-cart .wc-proceed-to-checkout .yith-wfbt-submit-button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + a.checkout-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .yith-wfbt-submit-button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop body.woocommerce-cart .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + a.checkout-button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .wc-proceed-to-checkout a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .return-to-shop a.button + a.checkout-button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop body.woocommerce-cart .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button + a.checkout-button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart body.woocommerce-cart .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart body.woocommerce-cart .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body#add_payment_method body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, body.woocommerce-cart body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-checkout body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, body.woocommerce-cart body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message body.woocommerce-cart .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + a.checkout-button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment body.woocommerce-cart .wc-proceed-to-checkout button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.checkout-button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout button + a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .btn + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .btn-white + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .btn-secondary + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .btn-blue + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce button.button + a.checkout-button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout button.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-Button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + a.checkout-button, body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + a.checkout-button, .woocommerce body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + a.checkout-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout input[type=button] + a.checkout-button,
body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout input[type=reset] + a.checkout-button,
body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + a.checkout-button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout input[type=submit] + a.checkout-button,
body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body.woocommerce-checkout .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + a.checkout-button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .btn-arrow-right + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup body.woocommerce-checkout .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button + a.checkout-button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce-checkout .wc-proceed-to-checkout .yith-wfbt-submit-button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + a.checkout-button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .yith-wfbt-submit-button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop body.woocommerce-checkout .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button + a.checkout-button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop body.woocommerce-checkout .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button + a.checkout-button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .wc-proceed-to-checkout a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .return-to-shop a.button + a.checkout-button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .wc-proceed-to-checkout a.button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart body.woocommerce-checkout .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart body.woocommerce-checkout .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .wc-proceed-to-checkout .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart .button + a.checkout-button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body#add_payment_method body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, body.woocommerce-checkout body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-cart body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, body.woocommerce-checkout body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message body.woocommerce-checkout .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + a.checkout-button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .button + a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc-proceed-to-checkout button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + a.checkout-button, .woocommerce body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .wc-proceed-to-checkout button + a.checkout-button, .woocommerce body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + a.checkout-button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .btn + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .btn-white + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .btn-secondary + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .btn-blue + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce .woocommerce-notices-wrapper .woocommerce-message button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message button.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-content .woocommerce-Button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message .woocommerce-Button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-notices-wrapper .woocommerce-message .woocommerce-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button + .button, body.woocommerce .woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + .button, body.woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + .button, body.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .btn-arrow-right + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type=button] + .button,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type=reset] + .button,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + .button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message input[type=submit] + .button,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .btn-arrow-right + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + .button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .btn-arrow-right + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-notices-wrapper .woocommerce-message a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .add-cart-popup a.button + .button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-notices-wrapper .woocommerce-message a.button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .yith-wfbt-submit-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + .button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .yith-wfbt-submit-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop a.button + .button, body#add_payment_method body.woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-notices-wrapper .woocommerce-message a.button + .button, body#add_payment_method body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop a.button + .button, body.woocommerce-cart body.woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-notices-wrapper .woocommerce-message a.button + .button, body.woocommerce-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .return-to-shop .woocommerce-notices-wrapper .woocommerce-message a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop a.button + .button, body.woocommerce-checkout body.woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-notices-wrapper .woocommerce-message a.button + .button, body.woocommerce-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, body#add_payment_method body.woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-notices-wrapper .woocommerce-message .button + .button, body#add_payment_method body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, body.woocommerce-cart body.woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-notices-wrapper .woocommerce-message .button + .button, body.woocommerce-cart body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .woocommerce-notices-wrapper .woocommerce-message .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .button + .button, body.woocommerce-checkout body.woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-notices-wrapper .woocommerce-message .button + .button, body.woocommerce-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.checkout-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + .button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.checkout-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.checkout-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.checkout-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.checkout-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button + .button, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.checkout-button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-notices-wrapper .woocommerce-message button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + .button, body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-notices-wrapper .woocommerce-message button + .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + .button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .btn + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .btn-white + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .btn-secondary + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .btn-blue + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button.button + button, body .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-MyAccount-content .woocommerce-Button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-Button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue + button, body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content .woocommerce-Button + button, .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button + button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .btn-arrow-right + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment input[type=button] + button,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button] + button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment input[type=reset] + button,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset] + button,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment input[type=submit] + button,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit] + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .btn-arrow-right + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .filter-wrap .filter-content .btn-arrow-right + button, .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .btn-arrow-right + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .filter-wrap .filter-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .add-cart-popup a.button + button, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.button + button, body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .yith-wfbt-submit-button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button + button, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .yith-wfbt-submit-button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop a.button + button, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.button + button, body#add_payment_method .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop a.button + button, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.button + button, body.woocommerce-cart .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop a.button + button, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.button + button, body.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart .button + button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button + button, body#add_payment_method .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart .button + button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button + button, body.woocommerce-cart .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart .button + button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button + button, body.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.checkout-button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button + button, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.checkout-button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.checkout-button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + button, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.checkout-button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.checkout-button + button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment a.checkout-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc-proceed-to-checkout a.checkout-button + button, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc-proceed-to-checkout a.checkout-button + button, .woocommerce body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment a.checkout-button + button, .woocommerce body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-notices-wrapper .woocommerce-message .button + button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button + button, body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button + button, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button + button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button + button {
  margin-left: 10px;
}
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-white:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-secondary:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-blue:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce button.button:hover, .woocommerce .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button.button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce .woocommerce-MyAccount-content .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-Button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button:hover, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .woocommerce-button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .btn-arrow-right:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper button:hover,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=button]:hover,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=reset]:hover,
.checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper input[type=submit]:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .add-cart-popup a.button:hover, body.woocommerce .add-cart-popup .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button:hover, .frequently-bought-comp .yith-wfbt-submit-block .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .yith-wfbt-submit-button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .return-to-shop a.button:hover, body#add_payment_method .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .return-to-shop a.button:hover, body.woocommerce-cart .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .return-to-shop a.button:hover, body.woocommerce-checkout .woocommerce .return-to-shop .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button:hover, body#add_payment_method .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button:hover, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button:hover, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, body#add_payment_method .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-checkout .wc-proceed-to-checkout .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper a.checkout-button:hover, .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .checkout-accordion .checkout-field-wrapper .checkout-btn-wrapper .button:hover {
  color: #0f406a;
  background-color: #fff;
  border-color: #0f406a;
}

.post-inner.container {
  padding: 0;
}

.woocommerce-shipping-totals {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.woocommerce-edit-account article {
  padding: 50px 0;
}
.woocommerce-edit-account article .entry-header {
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 1199px) {
  .woocommerce-edit-account article .entry-header {
    margin-bottom: 30px;
  }
}

.woocommerce .woocommerce-MyAccount-navigation {
  background-color: rgba(31, 155, 215, 0.05);
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) a {
  border-bottom: 1px solid #0f406a;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #0f406a;
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus {
  background-color: #0f406a;
  color: #fff;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
}
.woocommerce .woocommerce-MyAccount-content table.my_account_orders {
  border-color: #0f406a;
}
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td,
.woocommerce .woocommerce-MyAccount-content table.my_account_orders th {
  width: auto !important;
}
.woocommerce .woocommerce-MyAccount-content table.my_account_orders th {
  color: #1f9bd7;
}
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td {
  color: #0f406a;
  border-color: #0f406a;
  font-family: "Museo Sans 700", "Arial", sans-serif;
}
.woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button {
  display: block;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .input-text {
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-color: #0f406a;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
  color: #0f406a;
}
.woocommerce .woocommerce-form__label-for-checkbox {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 0;
}
.woocommerce .woocommerce-form__label-for-checkbox input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1.4;
}
.woocommerce .woocommerce-form__label-for-checkbox input[type=checkbox] + span:before {
  border-color: #1f9bd7;
}
.woocommerce .woocommerce-form__label-for-checkbox input[type=checkbox] + span:after {
  background-image: url(../images/tick-ico-blue.svg);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 15px;
}

.speaker-listing-comp {
  margin-bottom: 85px;
  overflow: hidden;
}
.speaker-listing-comp h2 {
  text-align: center;
  margin-bottom: 20px;
}
.speaker-listing-comp .speaker-listing-wrap.scrollbar-external_wrapper {
  position: relative;
}
.speaker-listing-comp .speaker-listing-wrap.scrollbar-external_wrapper:before {
  display: none;
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  width: 23%;
  background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 767px) {
  .speaker-listing-comp .speaker-listing-wrap.scrollbar-external_wrapper:before {
    display: block;
  }
}
.speaker-listing-comp .speaker-listing-inner {
  white-space: nowrap;
}
.speaker-listing-comp .speaker-listing-inner::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-slide {
  white-space: normal;
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-slide {
  width: 180px;
  display: inline-block;
  vertical-align: top;
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-slide:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .speaker-listing-comp .speaker-listing-inner .speaker-listing-slide:not(:last-child) {
    margin-right: 24px;
  }
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-img {
  margin-bottom: 15px;
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-img img {
  width: 100%;
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-info {
  padding-right: 30px;
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-info h6 {
  margin-bottom: 0;
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-info span {
  color: #7e4083;
  font-size: 14px;
}
.speaker-listing-comp .speaker-listing-inner .speaker-listing-info p {
  font-size: 14px;
}
.speaker-listing-comp .external-scroll_x {
  position: relative;
  display: none;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-top: 32px;
}
.speaker-listing-comp .external-scroll_x.scroll-scrollx_visible {
  display: block;
  top: 100%;
  width: 100%;
  height: 4px;
}
@media (max-width: 1199px) {
  .speaker-listing-comp .external-scroll_x.scroll-scrollx_visible {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.speaker-listing-comp .external-scroll_x div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.speaker-listing-comp .external-scroll_x .scroll-bar {
  max-width: 950px;
  background: #1F9BD7;
  z-index: 12;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .speaker-listing-comp .external-scroll_x .scroll-bar {
    width: 40%;
  }
}

.sponsor-logos .h1 {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .sponsor-logos .h1 {
    margin-bottom: 40px;
  }
}
.sponsor-logos .logo-images-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.sponsor-logos .sponsor-logos-wrap {
  padding: 50px 80px 35px;
  box-shadow: 0 0 32px rgba(126, 64, 131, 0.16);
  background-color: #fff;
}
@media (max-width: 1023px) {
  .sponsor-logos .sponsor-logos-wrap {
    padding: 48px 15px 65px;
  }
}
.sponsor-logos .sponsor-logos-row h3 {
  font-size: 30px;
}
.sponsor-logos .sponsor-logos-row.gold h3 {
  color: #ffcf2f;
}
.sponsor-logos .sponsor-logos-row.gold .logo-images {
  border-color: #ffcf2f;
}
.sponsor-logos .sponsor-logos-row.gold .bg-bar {
  background-color: #ffcf2f;
}
.sponsor-logos .sponsor-logos-row.silver h3 {
  color: rgba(114, 114, 114, 0.4);
}
.sponsor-logos .sponsor-logos-row.silver .logo-images {
  border-color: rgba(114, 114, 114, 0.4);
}
.sponsor-logos .sponsor-logos-row.silver .bg-bar {
  background-color: rgba(114, 114, 114, 0.4);
}
.sponsor-logos .sponsor-logos-row.bronze h3 {
  color: #cd7f32;
}
.sponsor-logos .sponsor-logos-row.bronze .logo-images {
  border-color: #cd7f32;
}
.sponsor-logos .sponsor-logos-row.bronze .bg-bar {
  background-color: #cd7f32;
}
.sponsor-logos .logo-images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 208px;
  max-width: none;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
.sponsor-logos .logo-images .bg-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.sponsor-logos .logo-images img {
  max-width: 90%;
}

.horizontal-50-50-comp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .horizontal-50-50-comp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.horizontal-50-50-comp-img {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .horizontal-50-50-comp-img {
    width: 150%;
    margin-right: -30%;
    margin-left: -20%;
  }
}
.horizontal-50-50-comp-ratio {
  position: relative;
  padding-top: 84.9655172414%;
}
.horizontal-50-50-comp-ratio > svg {
  position: absolute;
  top: -24%;
  left: -22.5%;
  width: 130%;
  height: 164%;
}
@media (max-width: 767px) {
  .horizontal-50-50-comp-ratio > svg {
    width: 128%;
  }
}
.horizontal-50-50-comp-ratio .play-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.horizontal-50-50-comp-detail {
  position: relative;
  width: 50%;
  padding: 32px 65px 45px 55px;
  margin-left: -80px;
  background-color: #fff;
  box-shadow: -3px -3px 16px rgba(15, 64, 106, 0.08);
  z-index: 1;
}
@media (max-width: 1023px) {
  .horizontal-50-50-comp-detail {
    width: calc(100% - 36px);
    margin-left: auto;
    margin-right: auto;
    margin-top: -190px;
    padding: 22px 22px 50px 22px;
  }
}
@media (max-width: 767px) {
  .horizontal-50-50-comp-detail {
    margin-top: -100px;
  }
}
.horizontal-50-50-comp-detail h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.testimonials-comp p {
  color: #727272;
}
.testimonials-inner {
  padding-right: 90px;
}
@media (max-width: 1199px) {
  .testimonials-inner {
    padding-right: 30px;
  }
}
.testimonials-img {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.testimonials-img:hover .play-icon:after {
  background-color: #0f406a;
}
.testimonials-img .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  z-index: 1;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonials-img .play-icon {
    width: 50px;
    height: 50px;
  }
}
.testimonials-img .play-icon img {
  position: relative;
  display: block;
  width: 75px;
  margin: 0 auto;
  z-index: 1;
}
.testimonials-img .play-icon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background-color: #ffcf2f;
  content: "";
  z-index: -1;
  transition: 0.3s;
  border-radius: 100%;
}
.testimonials-img .drop-shape {
  position: absolute;
  top: 60%;
  left: -84px;
  transform: rotate(-3deg);
  width: 65%;
}
@media (max-width: 415px) {
  .testimonials-img .drop-shape {
    top: 47%;
    left: -67px;
    transform: rotate(-5deg);
    width: 90%;
  }
}
.testimonials-img .info-content {
  position: absolute;
  bottom: 8%;
  left: 10%;
}
@media (max-width: 767px) {
  .testimonials-img .info-content {
    left: 7%;
    bottom: 6%;
  }
}
.testimonials-img .info-content h6 {
  margin-bottom: 0;
  color: #1f9bd7;
  text-transform: capitalize;
}
.testimonials-img .info-content p {
  color: #ffcf2f;
  font-weight: 500;
  line-height: 1.2;
}
.testimonials-img img {
  width: 100%;
  display: block;
  transition: 0.3s;
}

.full-width-content {
  position: relative;
}
@media (min-width: 991px) {
  .full-width-content {
    padding-left: 55px;
    max-width: 70%;
  }
}
@media (max-width: 1600px) {
  .full-width-content {
    padding-left: 55px;
  }
}
@media (min-width: 300px) and (max-width: 770px) {
  .full-width-content {
    padding-left: 55px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .full-width-content {
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.full-width-content .social-icons {
  position: absolute;
  top: 70px;
  left: calc((100% - (1363px) - 180px) / 2);
  width: 44px;
}
@media (max-width: 1600px) {
  .full-width-content .social-icons {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .full-width-content .social-icons {
    position: static;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .full-width-content .social-icons {
    margin-bottom: 20px;
  }
}
.full-width-content .social-icons span {
  display: block;
  margin-bottom: 24px;
  color: #727272;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .full-width-content .social-icons span {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .full-width-content .social-icons ul {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .full-width-content .social-icons li {
    margin: 0;
  }
  .full-width-content .social-icons li:not(:last-child) {
    margin-bottom: 16px;
  }
}

.training-description.active .training-desc-wrap {
  max-height: 1000px;
}
@media (max-width: 767px) {
  .training-description.active .training-desc-wrap {
    max-height: 2000px;
  }
}
.training-description.active .training-desc-wrap:before {
  opacity: 0;
  visibility: hidden;
}
.training-description .training-desc-wrap {
  position: relative;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .training-description .training-desc-wrap {
    max-height: 460px;
    text-align: center;
  }
}
.training-description .training-desc-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  content: "";
  transition: 0.6s;
}
.training-description .training-desc-wrap h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .training-description .training-desc-wrap h3 {
    font-size: 26px;
  }
}
.training-description .training-desc-wrap p {
  color: #727272;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .training-description .training-desc-wrap p {
    font-size: 16px;
  }
}

/* member-benefits start here */
@media (min-width: 767px) {
  .member-benefits .membership-descriptions {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 767px) {
  .member-benefits .membership-benefits ul {
    columns: 2;
  }
}
@media (max-width: 767px) {
  .membership-product-item-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}
.membership-product-item-title {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1023px) {
  .membership-product-item-title {
    padding: 0 30px;
  }
}
.membership-product-item-title h2 {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(114, 114, 114, 0.13);
}
@media (max-width: 767px) {
  .membership-product-item-title h2 {
    text-align: center;
  }
}
.membership-product-item-row {
  padding: 34px 80px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .membership-product-item-row {
    padding: 30px;
  }
}
.membership-product-item-row:nth-child(odd) {
  background-color: rgba(114, 114, 114, 0.04);
}
.membership-product-item-inner {
  position: relative;
  padding-right: 174px;
}
@media (max-width: 767px) {
  .membership-product-item-inner {
    padding-right: 0;
    text-align: center;
  }
}
.membership-product-item-inner h5 {
  margin-bottom: 10px;
}
.membership-product-item-inner p {
  font-size: 14px;
  color: #727272;
}
.membership-product-item-inner .btn-blue, .membership-product-item-inner body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button, .membership-product-item-inner body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button, .membership-product-item-inner body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button, .membership-product-item-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .membership-product-item-inner button, .membership-product-item-inner .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .membership-product-item-inner .woocommerce-button, .membership-product-item-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .membership-product-item-inner .woocommerce-Button, .membership-product-item-inner .woocommerce button.button, .woocommerce .membership-product-item-inner button.button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1783bf;
}
.membership-product-item-inner .btn-blue:hover, .membership-product-item-inner body#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, body#add_payment_method .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button:hover, .membership-product-item-inner body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button:hover, .membership-product-item-inner body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-checkout .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button:hover, .membership-product-item-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button:hover, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .membership-product-item-inner button:hover, .membership-product-item-inner .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button:hover, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .membership-product-item-inner .woocommerce-button:hover, .membership-product-item-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce .woocommerce-MyAccount-content .membership-product-item-inner .woocommerce-Button:hover, .membership-product-item-inner .woocommerce button.button:hover, .woocommerce .membership-product-item-inner button.button:hover {
  background-color: #0f406a;
}
@media (max-width: 767px) {
  .membership-product-item-inner .btn-blue, .membership-product-item-inner body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button, .membership-product-item-inner body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button, .membership-product-item-inner body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout .membership-product-item-inner a.checkout-button, .membership-product-item-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .membership-product-item-inner button, .membership-product-item-inner .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .membership-product-item-inner .woocommerce-button, .membership-product-item-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .membership-product-item-inner .woocommerce-Button, .membership-product-item-inner .woocommerce button.button, .woocommerce .membership-product-item-inner button.button {
    position: relative;
    margin-top: 24px;
  }
}

@media (min-width: 767px) {
  #basic-text-5050 .row {
    flex-direction: row;
  }
  #basic-text-5050 .row .col-sm-6 {
    width: 50%;
  }
}

body.page-id-958 .membership-menubar {
  text-align: center;
  border-top: 2px solid #f2f5f7;
  border-bottom: 2px solid #f2f5f7;
  padding: 0px;
  background-color: white;
  z-index: 10;
  margin: 0px 0px 88px 0px;
}
body.page-id-958 .membership-menubar a:not(.btn):not(.btn-white):not(.btn-secondary):not(.btn-blue):not(.btn-arrow-right):not(button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]) {
  font-family: "Museo Sans 500", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 40px 0px;
  margin: 0px 60px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
}
body.page-id-958 .membership-menubar a:not(.btn):not(.btn-white):not(.btn-secondary):not(.btn-blue):not(.btn-arrow-right):not(button):not(input[type=button]):not(input[type=reset]):not(input[type=submit]).active-link {
  border-bottom: 3px solid #1195d2;
}
body.page-id-958 .membership-menubar .btn, body.page-id-958 .membership-menubar .btn-white, body.page-id-958 .membership-menubar .btn-secondary, body.page-id-958 .membership-menubar .btn-blue, body.page-id-958 .membership-menubar .btn-arrow-right, body.page-id-958 .membership-menubar button,
body.page-id-958 .membership-menubar input[type=button],
body.page-id-958 .membership-menubar input[type=reset],
body.page-id-958 .membership-menubar input[type=submit], body.page-id-958 .membership-menubar body.woocommerce .add-cart-popup a.button, body.woocommerce .add-cart-popup body.page-id-958 .membership-menubar a.button, body.page-id-958 .membership-menubar .frequently-bought-comp .yith-wfbt-submit-block .yith-wfbt-submit-button, .frequently-bought-comp .yith-wfbt-submit-block body.page-id-958 .membership-menubar .yith-wfbt-submit-button, body.page-id-958 .membership-menubar body#add_payment_method .woocommerce .return-to-shop a.button, body#add_payment_method .woocommerce .return-to-shop body.page-id-958 .membership-menubar a.button, body.page-id-958 .membership-menubar body.woocommerce-cart .woocommerce .return-to-shop a.button, body.woocommerce-cart .woocommerce .return-to-shop body.page-id-958 .membership-menubar a.button, body.page-id-958 .membership-menubar body.woocommerce-checkout .woocommerce .return-to-shop a.button, body.woocommerce-checkout .woocommerce .return-to-shop body.page-id-958 .membership-menubar a.button, body.page-id-958 .membership-menubar body#add_payment_method .woocommerce .woocommerce-cart-form .cart .button, body#add_payment_method .woocommerce .woocommerce-cart-form .cart body.page-id-958 .membership-menubar .button, body.page-id-958 .membership-menubar body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .cart body.page-id-958 .membership-menubar .button, body.page-id-958 .membership-menubar body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart .button, body.woocommerce-checkout .woocommerce .woocommerce-cart-form .cart body.page-id-958 .membership-menubar .button, body.page-id-958 .membership-menubar body#add_payment_method .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout body.page-id-958 .membership-menubar a.checkout-button, body.page-id-958 .membership-menubar body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout body.page-id-958 .membership-menubar a.checkout-button, body.page-id-958 .membership-menubar body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout body.page-id-958 .membership-menubar a.checkout-button, body.page-id-958 .membership-menubar body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, body.woocommerce .woocommerce-notices-wrapper .woocommerce-message body.page-id-958 .membership-menubar .button, body.page-id-958 .membership-menubar .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment body.page-id-958 .membership-menubar button, body.page-id-958 .membership-menubar .woocommerce .woocommerce-MyAccount-content table.my_account_orders td .woocommerce-button, .woocommerce .woocommerce-MyAccount-content table.my_account_orders td body.page-id-958 .membership-menubar .woocommerce-button, body.page-id-958 .membership-menubar .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content body.page-id-958 .membership-menubar .woocommerce-Button, body.page-id-958 .membership-menubar .woocommerce button.button, .woocommerce body.page-id-958 .membership-menubar button.button {
  margin: 20px 60px;
}
@media only screen and (max-width: 780px) {
  body.page-id-958 .membership-menubar {
    display: none !important;
  }
}
body.page-id-958 .member-benefits .membership-overview .h4 {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 33px;
  color: #0f406a;
  margin: 0px auto 72px auto;
  max-width: 700px;
  text-align: center;
}
body.page-id-958 .member-benefits .membership-descriptions {
  margin-bottom: 38px;
}
body.page-id-958 .member-benefits .membership-descriptions .membership-description {
  padding: 0px 16px;
  text-align: center;
  margin-bottom: 50px;
}
body.page-id-958 .member-benefits .membership-descriptions .membership-description img {
  margin-bottom: 18px;
}
body.page-id-958 .member-benefits .membership-descriptions .membership-description p {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 25.2px;
  color: #000;
}
body.page-id-958 .member-benefits #membership-benefits {
  background-color: #f2f5f7;
  padding: 48px;
}
body.page-id-958 .member-benefits #membership-benefits h2 {
  font-family: "Museo Sans 500", "Arial", sans-serif !important;
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: 50px !important;
}
body.page-id-958 .member-benefits #membership-benefits ul {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
  padding-left: 0;
  margin-bottom: 0;
}
body.page-id-958 .member-benefits #membership-benefits ul li {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  position: relative;
  padding: 0 0 0 36px;
  margin-bottom: 22px;
  color: #727272;
  list-style: none;
}
body.page-id-958 .member-benefits #membership-benefits ul li:before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: url("../assets/images/icon-bullet-checkmark.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
body.page-id-958 .member-benefits #membership-benefits ul li strong {
  display: block;
  color: #7e4083;
  font-size: 18px;
}
body.page-id-958 .member-benefits #membership-benefits .btn-link {
  font-weight: 400 !important;
  color: #000;
  background: transparent;
  border: 2px solid #1195d2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 36px;
}
body.page-id-958 .member-benefits #membership-benefits .btn-link:hover, body.page-id-958 .member-benefits #membership-benefits .btn-link:focus {
  color: white;
  background-color: #1195d2;
}
body.page-id-958 #testimonials {
  padding-bottom: 184px;
}
body.page-id-958 #testimonials .testimonial-heading {
  text-align: center !important;
  margin-bottom: 72px;
  width: 100% !important;
}
body.page-id-958 #testimonials .cell-md-5 {
  position: relative;
}
body.page-id-958 #testimonials .testimonials-inner {
  padding-left: 33px;
  border-left: 2px solid #1195d2;
  position: relative;
}
body.page-id-958 #testimonials .testimonials-inner:before {
  content: " ";
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 0px;
  left: -21px;
  background-color: white;
  background-image: url("../assets/images/icon-blockquote.svg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 12px;
}
body.page-id-958 #testimonials .testimonials-inner p {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
  color: #0f406a !important;
}
body.page-id-958 #testimonials .testimonials-inner p em {
  font-style: normal !important;
}
body.page-id-958 #testimonials .testimonials-inner .text-right {
  text-align: left;
}
body.page-id-958 #testimonials .testimonials-inner .text-right h6 {
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 20px;
}
body.page-id-958 #testimonials .btn-link {
  position: absolute;
  bottom: 0px;
  left: 48px;
  font-weight: 400 !important;
  color: #000;
  background: transparent;
  border: 2px solid #1195d2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 36px;
}
body.page-id-958 #testimonials .btn-link:hover, body.page-id-958 #testimonials .btn-link:focus {
  color: white;
  background-color: #1195d2;
}
body.page-id-958 #basic-text-5050 {
  padding-bottom: 72px;
}
body.page-id-958 #basic-text-5050 .h4 {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 34px;
  color: #0e4069;
}
body.page-id-958 #basic-text-5050 .col-sm-6:first-child {
  padding-right: 72px;
}
body.page-id-958 #basic-text-5050 p {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
body.page-id-958 #become-a-member {
  padding-top: 180px;
  padding-bottom: 96px;
  background-color: #f2f5f7;
}
body.page-id-958 #become-a-member .membership-nav {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 47px;
  width: 100%;
  display: block;
}
body.page-id-958 #become-a-member .membership-nav .membership-nav-item {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 27px;
  color: #0e4069;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0px 30px;
  text-decoration: none;
  position: relative;
  padding-left: 36px;
}
body.page-id-958 #become-a-member .membership-nav .membership-nav-item:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(../assets/images/icon-radio-unchecked.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
body.page-id-958 #become-a-member .membership-nav .membership-nav-item.active:before {
  background-image: url(../assets/images/icon-radio-checked.svg);
}
body.page-id-958 #become-a-member .membership-nav .membership-nav-item span {
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 21px;
  color: #0e4069;
  display: block;
  font-style: italic;
}
body.page-id-958 #become-a-member .container {
  max-width: 832px;
}
body.page-id-958 #become-a-member .container h2 {
  text-align: center !important;
  width: 100%;
}
body.page-id-958 #become-a-member .membership-options {
  min-height: 460px;
}
body.page-id-958 #become-a-member .membership-options ul {
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card {
  padding: 0px 16px;
  margin: 0px 0px 50px 0px !important;
  list-style-type: none;
  position: relative;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card:before {
  content: " ";
  /* Rectangle 9 */
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% + 5px);
  top: 20px;
  left: 25px;
  display: block;
  /* Dark Blue */
  background: #0f406a;
  opacity: 0.15;
  filter: blur(40px);
  border-radius: 24px;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card {
  padding: 32px 25px 145px 25px;
  background-color: white;
  border-radius: 8px;
  height: 100%;
  position: relative;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card h3 {
  font-size: 24px;
  line-height: 34px;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card .option-description {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  color: #0e4069;
  font-size: 18px;
  line-height: 27px;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card .option-price {
  font-family: "Museo Sans 300", "Arial", sans-serif;
  font-weight: 300 !important;
  color: #0e4069;
  font-size: 48px;
  line-height: 72px;
  margin: 16px 0px;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card .added_to_cart {
  display: none;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card .button {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  font-weight: 400 !important;
  color: #000;
  background: transparent;
  /* border: 2px solid #1195d2; */
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 36px;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card .button.added {
  color: white;
  background-color: #1195d2;
  pointer-events: none;
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card .button.added:after {
  font-family: WooCommerce;
  content: "";
}
body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card .button:hover, body.page-id-958 #become-a-member .membership-options ul li.membership-option-card .membership-card .button:focus {
  color: white;
  background-color: #1195d2;
}
body.page-id-958 #become-a-member .additional-text {
  padding-bottom: 23px;
  border-bottom: 2px solid #dee1e3;
}
body.page-id-958 #become-a-member .additional-text p {
  font-family: "Museo Sans 300", "Arial", sans-serif !important;
  font-weight: 300 !important;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  text-align: center;
  max-width: 560px;
  margin: 0px auto;
}
body.page-id-958 #become-a-member .asterisk-text {
  margin-top: 23px;
}
body.page-id-958 #become-a-member .asterisk-text p {
  font-family: "Museo Sans 300", "Arial", sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  text-align: center;
  max-width: 560px;
  margin: 0px auto;
}

@media only screen and (max-width: 768px) {
  body.page-id-958 .membership-menubar .anchor-menu-top .is_stuck {
    display: none !important;
  }
}
@media only screen and (max-width: 780px) {
  .testimonial-button {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 780px) {
  body.page-id-958 #basic-text-5050 {
    padding-left: 45px;
    padding-right: 45px;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 780px) {
  .membership-menubar .anchor-menu-top {
    display: none !important;
  }
}
@media only screen and (max-width: 780px) {
  body.page-id-958 #become-a-member .membership-options ul {
    display: inline;
  }
}
@media only screen and (max-width: 780px) {
  body.page-id-958 #become-a-member {
    padding-top: 30px;
  }
}
.post-type-archive .breadcrumbs,
.archive .breadcrumbs {
  display: none !important;
}

body {
  overflow-x: hidden;
}

body:not(.logged-in) .cart-icon,
body:not(.logged-in) .mobile-cart-icon {
  display: none;
}
body:not(.logged-in) .header-links {
  margin-right: 15px;
}

.header-top-wrapper {
  height: 42px;
}

.header-links {
  height: 42px;
  vertical-align: top;
}
.header-links .widget {
  vertical-align: top;
}
.header-links a {
  height: 42px;
  display: inline-block;
  padding: 12px 0px !important;
}
.header-links a:hover {
  color: #ffcf2f;
}
.header-links .widget_mo_oauth_widget a.oauthloginbutton {
  padding: 12px 0px !important;
}
.header-links .widget_mo_oauth_widget a.oauthloginbutton:hover {
  color: #ffcf2f !important;
}

.order-info {
  font-weight: bold;
  font-size: 18px;
  color: #7e4083;
}
.order-info .order-id {
  color: #0f406a;
  float: right;
}

.page-id-1038 .hero-content .btn-group {
  display: none;
}

.search-result {
  max-width: 1000px;
  margin: 0px auto;
}

body.page-id-7:not(.logged-in) .entry-header {
  display: none;
}

body.member .hide-member {
  display: none !important;
}

#pi_tracking_opt_in_div {
  position: fixed !important;
  top: auto !important;
  bottom: 0px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 767px) {
  #pi_tracking_opt_in_div {
    bottom: 0px !important;
  }
}

body.woocommerce-cart .cart-icon,
body.woocommerce-cart .mobile-cart-icon {
  display: none !important;
}

.mobile-header-icon {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .search-mobile {
    padding: 0px !important;
    margin: 0px 0px 30px 0px;
    text-align: left;
    position: relative;
  }
  .search-mobile .mob-link-wrap {
    padding: 0px;
  }
  .search-mobile .mob-link-wrap .search-form {
    margin: 0px !important;
  }
  .search-mobile .mob-link-wrap .search-form:before {
    font-family: "Museo Sans 700", "Arial", sans-serif;
    margin-left: 0px !important;
    font-size: 16px;
  }
  .search-mobile .mob-link-wrap .search-form input[type=submit] {
    width: 100%;
  }
}
body.single-training_category .hero-home {
  padding-bottom: 0;
  min-height: 350px;
}
@media (max-width: 1023px) {
  body.single-training_category .hero-wrap {
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
}
body.single-training_category .container-information {
  margin-bottom: 40px;
}
body.single-training_category .container-information [class*=cell-] {
  padding: 40px 60px;
}
@media (max-width: 1023px) {
  body.single-training_category .container-information [class*=cell-] {
    padding: 40px 20px;
  }
}
body.single-training_category .container-information section {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  body.single-training_category .container-information section {
    margin-bottom: 0px;
  }
}
body.single-training_category .container-curriculum {
  margin-bottom: 40px;
}
body.single-training_category .container-curriculum > .row {
  padding: 0px 50px;
}
body.single-training_category .container-curriculum .curriculum-listing-item {
  padding: 30px 50px;
}
body.single-training_category .container-curriculum .curriculum-listing-item .description {
  font-size: 14px;
  color: #000;
  padding-bottom: 6px;
}
body.single-training_category .container-curriculum .curriculum-listing-item .description .at-below-post {
  font-size: 14px !important;
  color: #000 !important;
}
@media (max-width: 767px) {
  body.single-training_category .container-curriculum .curriculum-listing-item {
    padding: 30px 20px 35px;
  }
}
body.single-training_category .container-curriculum .curriculum-listing-item:nth-child(even) {
  background-color: #f8f8f8;
}
body.single-training_category .container-curriculum .curriculum-listing-item .curriculum-listing-cta .added_to_cart {
  display: none;
}
body.single-training_category .container-curriculum .curriculum-listing-item .curriculum-listing-cta .button {
  background-color: #7e4083;
  color: white;
  float: right;
}
body.single-training_category .container-curriculum .curriculum-listing-item .curriculum-listing-cta .button:after {
  color: #7e4083;
  background-color: #fff;
}
body.single-training_category .container-curriculum .curriculum-listing-item .curriculum-listing-cta .button.added {
  color: white;
  background-color: #7e4083;
  pointer-events: none;
}
body.single-training_category .container-curriculum .curriculum-listing-item .curriculum-listing-cta .button.added:after {
  font-family: WooCommerce;
  content: "";
}
body.single-training_category .container-curriculum .curriculum-listing-item .curriculum-listing-cta .button:hover, body.single-training_category .container-curriculum .curriculum-listing-item .curriculum-listing-cta .button:focus {
  color: white;
  background-color: #1195d2;
}
body.single-training_category .container-curriculum .pricing {
  display: flex;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 10px;
}
body.single-training_category .container-curriculum .pricing .price-label {
  width: 100%;
  font-family: "Museo Sans 700", "Arial", sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 5px;
}
@media only screen and (max-width: 320px) {
  body.single-training_category .container-curriculum .pricing .price-label {
    justify-content: flex-start;
  }
}
body.single-training_category .container-curriculum .pricing .price-label.price-regular {
  color: #707070;
}
body.single-training_category .container-curriculum .pricing .price-label.price-regular .price-amount {
  color: #707070;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 5px;
}
body.single-training_category .container-curriculum .pricing .price-label.price-member .price-amount {
  color: #1f9bd7;
  font-size: 22px;
  padding-left: 5px;
}
body.single-training_category .container-curriculum .pricing .price-label .price-amount {
  display: block;
  line-height: 1;
}
body.single-training_category .container-moredescription {
  margin-bottom: 40px;
}

.single-training_category .hero-content {
  padding-bottom: 80px;
}
.single-training_category .hero-content .btn-group {
  display: none;
}
.single-training_category .hero-home {
  z-index: 3;
  position: relative;
}
.single-training_category .hero-home:before {
  content: " ";
  display: block;
  width: 100%;
  height: calc(100% - 85px);
  background-color: #0f406a;
}
.single-training_category .main-container {
  background-color: #0f406a;
}
.single-training_category .container-moredescription .cell-lg-12 {
  max-width: 1000px;
  margin: 0px auto !important;
}
.single-training_category .main-content .main-content {
  margin-top: -85px;
}
.single-training_category .main-content .main-content .bg-primary {
  padding-top: 100px !important;
}
.single-training_category .main-content .main-content .bg-blue {
  padding-top: 50px !important;
}
.single-training_category .main-content .main-content .top-container {
  position: relative;
}
.single-training_category .main-content .main-content .top-container > .container {
  z-index: 1;
  position: relative;
}
.single-training_category .main-content .main-content .top-container:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  display: block;
  height: 100%;
  background-color: #0f406a;
  z-index: 0;
}
.single-training_category .main-content .main-content .top-container:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50%;
  display: block;
  height: 100%;
  background-color: #1f9bd7;
  z-index: 0;
}
@media (max-width: 1023px) {
  .single-training_category .main-content .main-content .top-container .container-information {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.single-training_category .main-content .main-content .bottom-container {
  padding: 70px 0px;
  background-color: white;
  margin-top: -40px;
}
@media (max-width: 1023px) {
  .single-training_category .main-content .main-content .bottom-container .container-curriculum {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.login-row {
  width: 100%;
}

.container-footer-cta {
  text-align: center;
  background-color: #1f9bd7;
  padding: 100px 0px;
  color: white;
}
.container-footer-cta h3,
.container-footer-cta p {
  color: white;
}
.container-footer-cta p {
  margin-bottom: 30px;
}
.container-footer-cta .cell-lg-12 {
  max-width: 750px;
  margin: 0px auto;
}

.curriculum-meta {
  list-style: none;
}
.curriculum-meta li {
  color: #727272;
  padding: 0px;
}
.curriculum-meta span {
  font-weight: bold;
  color: #0f406a;
}

@media only screen and (max-width: 768px) {
  body.single-training_category .container-curriculum .pricing {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.single-training_category .container-curriculum .pricing .pricing-label {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  body.single-training_category .container-information section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single-training_category .hero-content {
    padding-left: 65px;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
