.row-pricing-options .vc_column-inner > .wpb_wrapper,
.row-pricing-compare .vc_column-inner > .wpb_wrapper {
  background: #FBFBFB !important;
  padding:30px 20px;
  border-radius:5px;
}

.row-pricing-options {
  margin-top: 30px;
}

#row-pricing-options .row-large-list ul li {
  line-height: 140%;
}

#row-pricing-options .qodef-elements-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

#row-pricing-options .qodef-elements-holder .qodef-elements-holder-item {
  width: auto !important;
}

#row-pricing-options .qodef-elements-holder .qodef-elements-holder-item-content {
  padding: 0 5px;
}

#row-pricing-options img {
  max-width: 54px;
}

.qodef-elements-holder {
  display: flex !important;
  width: auto !important;
  align-items:center;
  justify-content: center;
}


.original-price {
  text-decoration: line-through;
}

.row-to-pay .wpb_wrapper {
  text-align:right;
}

.row-to-pay {
  margin-top:15px;
  border-top:1px solid #DEDEDE;
}

.row-to-pay .discount-tag:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 13px solid transparent;
  border-left: 10px solid #FBFBFB;
  border-bottom: 13px solid transparent;
  position:absolute;
  top:0;
  left:0;
}


.row-to-pay .discount-tag {
  background: rgb(255, 85, 0);
  color: #fff;
  display:inline-block;
  padding:0 10px 0 20px;
  font-weight: bold;
  position:relative;
  height: 28px;
}


.row-pricing-options .row-large-list ul li:before {
  color: #439DEB;
  top: -3px;
}

.box-discover-potential {
  text-align: left;
}

.box-discover-potential .row-large-list ul li {
  font-size: 14px;
}


#row-pricing-options .qodef-full-section-inner {
  display: flex;
}

#row-pricing-options .vc_column-inner {
  height: 100%;
  padding-bottom:40px;
  padding-left: 8px;
  padding-right: 8px;
}

.row-pricing-options .vc_column-inner > .wpb_wrapper {
  border-top:5px solid transparent;
  height: 90%;
  padding-bottom:10px;
  margin-bottom: 20px;  
}

.row-pricing-options .box-package .qodef-btn.qodef-btn-small {
  width: 90%;
  box-sizing: border-box !important;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0;
  font-size: 12px;
  box-shadow:  rgb(213 217 217 / 50%) 0 2px 5px 0;
}

.box-package-enterprise .value_currency {
  visibility:hidden;
}

.box-package-enterprise .row-to-pay {
  border-top: 1px solid transparent;
}


.row-pricing-options .box-package .element-icon-plus {
  margin-left: 5px;
  margin-right: 5px;
}

.row-pricing-options .box-package .qodef-btn.qodef-btn-small .qodef-btn-text {
  position: relative;
  top:-2px;
}

.row-compare-plans .vc_column-inner {
  padding-left: 8px;
  padding-right: 8px;
}

.row-compare-plans-header {
  background: #FBFBFB;
  font-size: 13px;
  padding: 7px 10px;
  margin-top: -48px;
  
}


.row-pricing-options .box-package .vc_column-inner > .wpb_wrapper:hover {
  background: #fff !important;
  border-top:5px solid rgb(255, 85, 0);
  box-shadow: 0px -4px 17px 14px rgba(235,235,235,0.77);
}

.row-pricing-options .circle-x {
  position:relative;
}

.row-pricing-options .circle-x:before {
  width: 20px;
  height: 20px;
  background: #439deb;
  color: #fff;
  text-align: center;
  line-height: 20px;
  position:absolute;
  bottom:-5px;
  left:-5px;
  z-index:5;
  border-radius:50%;
  padding:4px;
  font-size: 13px;
}

.row-pricing-options .circle-x.circle-1x:before {
  content: "1x";
}

.row-pricing-options .circle-x.circle-2x:before {
  content: "2x";
}

.row-pricing-options .circle-x.circle-3x:before {
  content: "3x";
}

.row-pricing-options .circle-x.circle-Xx:before {
  content: "Xx";
}

.row-pricing-options .circle-x.circle-Yx:before {
  content: "Yx";
}


p.choosePeriod {
  display: flex;
  margin: 30px auto 30px auto;
  align-items:center;
  justify-content: center;
}

p.choosePeriod > span {
  opacity:0.4;
  font-size: 13px;
  text-transform:uppercase;
}

p.choosePeriod > span.is-active {
  color: #f96d15;
  opacity:1;
  font-weight: bold;
}

p.choosePeriod label {
  margin-left: 10px;
  margin-right: 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border:1px solid silver;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background: #F96D15;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fff;
  border:1px solid silver;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
  background: #F96D15;
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}

.chooseCurrency {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position:relative;
  left:8px;
}

.currencySwitcher {display:block;}

.currencySwitcher {
    display:inline-block;
    /* width:30px; */
    height: 27px;
    position:relative;
    margin-left: 20px;
    z-index:100;
}

.currencySwitcher ul {
    border-radius:3px;
    overflow:hidden;
    height:auto;
    display: block;
    padding:0;
    margin:-5px 0 0 0;
    list-style: none;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    /* width:50px; */
}

.currencySwitcher ul li:not(.current) {
    border-left:1px solid #efefef;
    border-right:1px solid #efefef;
}


.currencySwitcher ul li {
    list-style: none;
    margin: 0;
    padding: 3px 10px;
    text-align:center;
    background: #fff;
    cursor:pointer;
    user-select: none;
    display: block;
    font-size: 14px;
    white-space: nowrap;
}


.currencySwitcher ul li:hover {
  background: #efefef;
}

.currencySwitcher ul li.current {
    padding: 3px 10px;
    border:1px solid #efefef;
    /* border:1px solid red; */
    border-bottom:none;
    border-top:none;
    width: 60px;
}


.currencySwitcher ul li img {
    margin-right: 5px;
    width: 16px !important;
    height: auto !important;
    max-width: 16px !important;

}

.currencySwitcher ul li:not(.current) {
    display: none;
}

.currencySwitcher ul.expanded li {
    display: block !important;
}

#lista_pakiety {
  display:none;
}

#lista_pakiety .vc_column-inner {
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}


#lista_pakiety .wpb_text_column {
  padding-top: 5px;
}


#lista_pakiety .wpb_wrapper .wpb_text_column:not(:last-child) {
  border-bottom:1px solid #f1f1f1;
  padding-bottom: 5px;
}

#lista_pakiety .qodef-icon-tiny {
  display:block;
  padding-top: 5px;
  line-height: 28px;
}

#lista_pakiety .qodef-icon-tiny:not(:last-child) {
  border-bottom:1px solid #f1f1f1;
  padding-bottom: 5px;
}

#row-pricing-options h3 {
  font-weight: normal;
}

#row-pricing-options h4 {
  font-weight: bold;
  margin-top: 13px;
}

#row-pricing-options .to-pay {
  margin-bottom: -20px;
}

button.compare-plans {
  background: none;
  border:none;
  color: #439deb;
  font-size: 14px;
  display:inline-flex;
  align-items:center;
  justify-content: center;
}

button.compare-plans:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    color: #439deb;
    font-size: 20px;
    margin-left: 10px;
}

button.compare-plans.open:after {
  content: "\f106";
}

button.compare-plans:hover {
  cursor: pointer;
}

ul.tabs-compare-plans {
  display: flex;
  list-style:none;
}

ul.tabs-compare-plans.hidden {
  display: none;
}

ul.tabs-compare-plans li {
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-transform:uppercase;
  padding: 5px 10px;
  border-bottom:3px solid transparent;
}

ul.tabs-compare-plans li:hover {
  cursor: pointer;
}

ul.tabs-compare-plans li.active {
  border-bottom:3px solid #f96d15;
  font-weight: bold;
}


.ico-tick-no p:last-child, .ico-tick-yes p:last-child {
  color: transparent;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ico-tick-no p:last-child:before, .ico-tick-yes p:last-child:before {
    content: "\f00d";
    color: #ff5500;
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-size:  20px;
}

.ico-tick-yes p:last-child:before {
    content: "\f00c";
    color: #439DEB;
}

@media only screen and (max-width: 1024px) { 

  .row-pricing-compare .vc_column-inner > .wpb_wrapper {
    background: #fff !important;
  }

  .ico-tick-no p:last-child:before, .ico-tick-yes p:last-child:before {
    position:relative;
    top:5px;
  }

  .box-functions-medium, 
  .box-functions-enterprise,
  .box-compare-functions {
    display: none;
  }


  .box-functions-basic {
    width: 100%;
  }

  .box-functions .wpb_content_element .wpb_wrapper
  {
    display: table;
    width: 100%;
  }

  .box-functions .wpb_content_element .wpb_wrapper p
  {
    display: table-cell;
    width: 50%;
    line-height: 20px;
  }

  .box-functions .wpb_content_element .wpb_wrapper p:first-child
  {
    text-align: left !important;
    width: 50%;
    padding-right:5px;
  }

  .box-functions .wpb_content_element .wpb_wrapper p:last-child {
    width: 50%;
    padding-left:5px;
  }

  .row-title-and-currency .qodef-full-section-inner > .vc_column_container:nth-child(1) {
    width: 70%;
  }

  .row-title-and-currency .qodef-full-section-inner > .vc_column_container:nth-child(2) {
    width: 30%;
  }

  .row-title-and-currency .qodef-full-section-inner {
    display: flex;
  }

  .chooseCurrency span {
    display: none;
  }

  .currencySwitcher {
    margin-left: 0;
  }

  #row-pricing-options .qodef-full-section-inner {
    display: block;
  }

  .box-discover-potential {display: none;}
  .box-package {width: 100%;}

  #lista_pakiety .qodef-full-section-inner {
    display: flex;
  }

  #lista_pakiety .vc_column-inner {
    padding-left: 3px;
    padding-right: 3px;
  }

  .row-pricing-compare .vc_column-inner > .wpb_wrapper {
    padding: 20px 6px;  
  }

  #lista_pakiety .box-compare-functions p  {
    text-align: left !important;
  }

}