/*
Theme Name: labelsonlines
Theme URI: http://labelsonlines.com.au/
Author: Tuan Tran
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.3.8
Text Domain: labelsonlines
*/

/***************
All custom CSS should be added to Labelsonlines > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
#wrapper,
#main {
  background-color: #fbfbfb;
}
.header-main {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  color: #333;
}
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1170px;
}
.slide-show .style1 {
  font-size: 342.85%;
  text-transform: uppercase;
  color: #444;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
.slide-show .style1 span.textcolor {
  color: #1560ad;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.style2 {
  text-align: left;
  color: #666;
  font-size: 128.57%;
  font-weight: 300;
  line-height: 22px;
  font-family: "Roboto Condensed", sans-serif;
}
.row.row-small {
  max-width: 1155px;
}
.res-text {
  font-size: 14px;
}
.slide-show .button {
  text-transform: uppercase;
  border: 1px solid #1560ad;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 32px;
  float: left;
  font-weight: 600;
}
.white.button.is-outline {
  color: #1560ad !important;
}
.trust-w .tr-icon {
  display: inline-block;
  width: 125px;
  height: 125px;
  cursor: pointer;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  vertical-align: 50%;
  background: #1560ad;
  border: 8px solid transparent;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.trust-w .tr-icon i {
  color: #ffffff;
  font-size: 48px;
  line-height: 115px;
}
.trust-w .tr-icon:hover {
  border-color: #ade8fa;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.btn-readmore {
  border: 1px solid #1560ad;
  border-radius: 3px;
  color: #1560ad;
  display: inline-block;
  font-weight: 400;
  padding: 9px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-readmore:hover {
  background: #1560ad;
  color: #fff;
}
.block-title-w h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #444;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif !important;
}
.block-title-w span.icon-title {
  display: block;
  width: 260px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.block-title-w span.icon-title > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  position: absolute;
  top: 50%;
  z-index: 90;
}
.block-title-w span.icon-title i {
  color: #1560ad;
  padding: 5px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 19px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.badge-inner {
  background-color: #1560ad;
  border: 1px solid currentColor;
}
.secondary,
.checkout-button,
.button.checkout,
.wc-proceed-to-checkout a.wc-forward,
#place_order {
  background-color: #ec1961;
  border-radius: 10px;
}
.block-title-w ul li {
  float: left;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 6px;
  cursor: pointer;
}
.block-title-w ul li a {
  padding: 0 14px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
.block-title-w ul li:hover a,
.block-title-w ul li.active a {
  color: #fff;
  background: #1560ad;
  border-color: #1560ad;
}
.block-title-w .title-wrapper a {
  color: #000;
  font-weight: bold;
}
/*.block-title-w .large-6 .title-wrapper{
    font-size: 214.28%;
}*/
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  background: none;
}
.box-overlay.dark .box-text,
.box-shade.dark .box-text {
  text-shadow: none;
}
.dark span.amount {
  color: #1560ad;
  font-weight: 900;
  font-size: 18px;
}
.home-blog .block-title-w h2 {
  color: #fff;
}
.home-blog .box-text.text-center {
  background: #fff;
}
.print-content {
  margin-top: 60px;
}
.w-print-block {
  text-align: center;
  border: 1px solid #e1e1e1;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  min-height: 230px;
  background: #fff;
}
.print-block-left .print-icon {
  background: #fd5b4e;
}
.print-icon {
  display: inline-block;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #1560ad;
  width: 110px;
  height: 110px;
  position: relative;
  cursor: pointer;
  border: 7px solid transparent;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  margin-top: -53px;
}
.print-block-left .print-icon:before {
  content: "";
  height: 26px;
  background: #fd5b4e;
  position: absolute;
  border-radius: 17px;
  -o-border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  left: 50%;
  top: 50%;
  width: 15px;
  margin-left: -3px;
  margin-top: 2px;
  z-index: 2;
}
.print-icon i {
  color: #fff;
  position: absolute;
}
.print-icon i.fa-hand-o-up {
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -10px;
  margin-top: 3px;
}
.print-icon i.fa-hand-o-up {
  font-size: 41px;
}
.print-icon i.fa-newspaper-o {
  margin-left: -30px;
  margin-top: -32px;
}
.print-icon i.fa-newspaper-o,
.print-icon i.fa-file-text-o {
  font-size: 53px;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.print-title {
  margin-top: 16px;
}
.print-title a {
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.print-number {
  margin-top: 15px;
}
.print-txt {
  padding: 0 25px;
  margin-top: 11px;
}
.print-block-center .print-icon {
  background: #ffa63e;
}
.print-block-center .print-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ffa63e;
  z-index: 2;
  margin-left: -5px;
  margin-top: -3px;
}
.print-icon i.fa-file-text-o {
  margin-left: -27px;
  margin-top: -34px;
}
.print-icon i.fa-arrow-circle-o-up {
  font-size: 35px;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.print-icon i.fa-shopping-cart {
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -32px;
}
.print-icon i.fa-shopping-cart {
  font-size: 63px;
}
.print-number span {
  display: inline-block;
  line-height: 34px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}
.print-block-left .print-number span {
  color: #fd5b4e;
}
.print-block-center .print-number span {
  color: #ffa63e;
}
.print-block-right .print-number span {
  color: #1560ad;
}
.print-txt {
  padding: 0 25px;
  margin-top: 11px;
}
.print-txt p {
  color: #666;
  font-size: 14px;
}
.home-capabititie .block-title-w .block-title {
  color: #fff;
  margin-bottom: 4px;
}
.home-capabititie .block-title-w .sub-title {
  color: #fff;
}
.home-capabititie .block-capabititie-w .box-text.text-center {
  padding-left: 0;
  padding-right: 0;
}
.home-capabititie .block-capabititie-w h4 {
  margin-top: 25px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.home-capabititie .block-capabititie-w p {
  color: #e6e6e6;
  margin-top: 15px;
}
.or-service-w .box-text.text-center {
  padding-right: 0;
  padding-left: 0;
}
.or-service-w .box-text h4 {
  color: #444;
  font-weight: normal;
  margin-top: 25px;
}
.or-service-w .box-text p {
  margin-top: 3px;
  color: #888;
}
.or-service-w .btn-readmore {
  border: 1px solid #1560ad;
  border-radius: 3px;
  color: #1560ad;
  display: inline-block;
  font-weight: 400;
  padding: 6px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.or-service-w .btn-readmore:hover {
  background: #1560ad;
  color: #fff;
  border: none;
}
.bran-block {
  margin-top: 26px;
}
.bran-block .col a {
  position: relative;
  float: left;
  border: 1px solid #959595;
}
.bran-block .col a:before {
  border-bottom: 1px solid rgba(37, 188, 233, 0.8);
  border-top: 1px solid rgba(37, 188, 233, 0.8);
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: scale(0, 1);
  z-index: 9;
}
.bran-block .col a:after {
  border-left: 1px solid rgba(37, 188, 233, 0.8);
  border-right: 1px solid rgba(37, 188, 233, 0.8);
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: scale(1, 0);
  z-index: 9;
}
.bran-block .col a:hover {
  border: 1px solid rgba(37, 188, 233, 0.8);
}
.dark .is-divider {
  background-color: #ec165f;
}
.footer-2 {
  background-color: #1560ad;
}
.pull-left {
  /*margin-top: 15px;*/
}
.absolute-footer {
  background-color: #000000;
}
.nav > li > a {
  font-weight: 400 !important;
  text-transform: none;
}
.nav > li > a {
  font-size: 1em;
}
.header-top {
  background-color: #4bcefd;
}
.nav > li.menu-item {
  margin: 0 15px;
}
.nav > li > a,
.nav-dropdown > li > a,
.nav-column > li > a {
  color: #242424;
}
.nav > li.cart-item > a,
.nav > li.header-search > a {
  color: #1560ad;
}
.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #44484b;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.blue .progress-bar {
  border-color: #049dff;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar {
  border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar {
  border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar {
  border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}
body {
  background-color: #ffffff;
  color: #000;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 0;
}
img {
  max-width: 100%;
  width: auto;
}
.col-1-5 {
  width: calc(100% / 5);
  width: -moz-calc(100% / 5);
  width: -webkit-calc(100% / 5);
  float: left;
  padding: 0 5px;
}
.font-weight {
  font-weight: 700 !important;
}
.h5,
h5 {
  font-size: 0.875rem;
}
.filter-calculator__icon[_ngcontent-c34] {
  height: 5.125rem;
}
.filter-calculator__icon {
  width: calc(100% - 24px);
}
.lol {
  padding-top: 5px;
}
#square-corners h4 {
  margin: 0;
}
#square-corners span {
  font-size: 10px;
}
.img-showing {
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
}
.lol-true {
  font-size: 15px;
}
.h4,
h4 {
  font-size: 14px !important;
}
.btn {
  font-size: 15px !important;
  background: #fff;
}
#help-full1 input[type="text"] {
  height: 34px;
  padding: 5px;
  margin: 0px 20px;
  margin-right: 0px;
  width: 100px;
  border-radius: 5px;
  color: #ec165f;
  border-color: #757575;
  text-align: center;
}

#help-full1 input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ec165f;
  opacity: 1; /* Firefox */
}
#help-full1 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ec165f;
}

#help-full1 input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ec165f;
}
#help-full1 input[type="number"] {
  width: 35%;
  border: 1px solid #777;
  border-radius: 5px;
}
.form-group {
  margin-bottom: 5px;
}
#sub .text-link a {
  color: #fff;
  font-size: 1.2em;
  border-radius: 8px;
  padding: 12px 35px;
  margin-left: 12%;
  background: #ec165f;
  min-height: auto;
  font-weight: 400;
  text-transform: uppercase;
}
#sub .text-link a:hover {
  background-color: #1560ad;
  color: #fff;
  text-decoration: none;
}
#sub .btn-lol {
  background: #e60c0c;
  color: #fff;
}
#footer .row,
#main .row {
  margin: 0 auto;
}
#content-lol .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
#content-lol {
  margin-top: 25px;
}
/*.col-lg-2 {width: 16.66666667%;}*/
input[type="button"] {
  padding: 8px;
  max-width: none;
  background: #ccc;
  min-height: 1.5em;
  line-height: 1.4em;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
}
#help-full {
  border: 3px solid #ebebeb;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
#help-full ul {
  margin-left: 40px;
  margin-bottom: 0;
}
.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.image-preview-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image-preview-input-title {
  margin-left: 2px;
}
button.my_popup_open {
  float: right;
}
.my_popup_open_lol {
  margin-bottom: 51px;
  margin-top: 15px;
}
h1 {
  font-size: 1.2em;
  margin: 0.6em 0;
}
div#users-contain {
  width: 350px;
  margin: 20px 0;
}
div#users-contain table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
}
div#users-contain table td,
div#users-contain table th {
  border: 1px solid #eee;
  padding: 0.6em 10px;
  text-align: left;
}
.ui-dialog .ui-state-error {
  padding: 0.3em;
}
.validateTips {
  border: 1px solid transparent;
  padding: 0.3em;
}
.nav > li > a:hover,
.nav > li.active > a,
.nav > li.current > a,
.nav > li > a.active,
.nav > li > a.current,
.nav-dropdown li.active > a,
.nav-column li.active > a,
.nav-dropdown > li > a:hover {
  color: rgb(236, 9, 40);
}
.nav-column li > a:hover {
  text-decoration: none; /*font-weight: 500;*/
  padding-left: 5px;
}
input[type="search"] {
  width: 100%;
}
#footer .badge {
  padding: initial;
  font-size: initial;
  background: none;
  border-radius: 0;
  display: table;
}
.form-control {
  padding: 6px 4px;
}
p {
  margin: 0;
}
.order-quantity {
  text-align: right;
  font-weight: bold;
  color: #ec165f;
  font-size: 20px;
  padding-top: 5px;
  padding-right: 25%;
}
.order-price {
  font-size: 20px;
  text-align: right;
  padding-top: 5px;
}
.order-note {
  font-size: 10px;
  text-align: right;
  margin-top: -8px;
}
.order-table .price-one-label {
  font-size: 1em;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
}
#sub {
  margin-top: 26px;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  letter-spacing: 0;
  text-transform: none;
}
.btn {
  padding: 6px 5px;
}
ul.menu > li li > a,
.widget > ul > li li > a {
  font-size: 1em;
}
.modal-body {
  padding: 15px 0;
}
.modal-body img.flow__icon {
  height: auto;
}
.close {
  float: right;
  font-size: 1.5rem;
  /* font-weight: 700; */
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 1;
}
.modal-body .col-md-4 .row {
  border: 0.0625rem solid #b9b9b9;
  padding: 0.9375rem;
  border-radius: 1.5625rem;
  flex-direction: column;
  height: 250px;
}
.modal-body .col-md-4 .poup-ordernow {
  border: 0.0625rem solid #b9b9b9;
  padding: 10px;
  border-radius: 1.5625rem;
  flex-direction: column;
  transition: box-shadow 0.3s;
  min-height: 326px;
}

.modal-body .col-md-4 .poup-ordernow:hover {
  box-shadow: 0 0 11px #8fb4d8;
}
.modal-body .col-md-4 a:active .poup-ordernow {
  box-shadow: inset 0.25rem 0.1875rem 0 #242424;
  border-radius: 1.3625rem;
}

.form-control option {
  padding: 10px 0;
}
.primary.is-underline,
.primary.is-link,
.primary.is-outline {
  color: #1560ad;
}
.button,
input[type="submit"],
input[type="submit"].button,
input[type="submit"],
.primary {
  background-color: #1560ad;
  border-radius: 10px;
}
[data-icon-label]:after {
  background-color: #ec165f;
}
.header-button .is-outline:not(:hover) {
  color: #1560ad;
}
input[type="email"],
input[type="date"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.select2-container .select2-choice,
.select2-container .select2-selection {
  max-width: 100%;
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 5px;
}
#footer .social-icons .tooltip {
  position: relative;
  font-size: 0.97em;
  text-align: center;
  z-index: 0;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  position: relative;
  margin-left: 0;
  margin-top: 0;
}
.badge {
  padding: 0;
  background: none;
  font-size: 100%;
}
.nav-dropdown {
  color: #242424;
}
.form-calculator .button,
.form-calculator button,
.form-calculator input,
.form-calculator textarea,
.form-calculator select,
.form-calculator fieldset {
  margin-bottom: 0;
}
#footer input[type="submit"],
.primary {
  background-color: #ec165f;
}
#footer textarea {
  color: #fff !important;
}
#footer textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#footer textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#footer textarea:-ms-input-placeholder {
  color: #fff;
}
#footer textarea::placeholder {
  color: #fff;
}
.badge-frame .badge-inner,
.badge-outline .badge-inner {
  color: #1560ad;
}
.cal_lol {
  padding-top: 30px !important;
}
.copyright-footer {
  padding-top: 15px;
}
footer.entry-meta {
  display: none;
}
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow {
  background-color: #ec165f;
  border-color: #1560ad;
}
.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
  fill: #1560ad;
}
.button.is-outline {
  border: 2px solid #1560ad;
  color: #1560ad;
  border-radius: 10px;
}
.button.is-outline:hover {
  background-color: #1560ad !important;
  color: #fff !important;
  border-color: #1560ad;
}
.embiggen button,
#btnAddtocart {
  border-radius: 10px;
  padding: 8px 28px;
}
.embiggen button:hover,
#btnAddtocart:hover {
  background: #ec165f;
}
.embiggen button:focus,
#btnAddtocart:focus {
  outline: none;
}
.cal-product-single{border-radius: 5px;margin-bottom:15px}
.form-calculator {
  padding: 0;
}
.result-calculator #order-more {
  background-color: #d4f2fc75;
  margin-bottom: 8px;
}
.result-calculator #order-more-2 {
  background-color: #ffe4edb5;
}
.result-calculator #order-more .order-value-1,
.result-calculator #order-more-2 .order-value-2 {
  padding: 5px;
}
.order-quantity p {
  margin-bottom: 0.2em;
}
#sub .col-lg-4 {
  padding: 0;
}
.modal-content {
  text-align: center;
  border-radius: 20px;
}
.modal-header {
  background-color: #1560ad;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px;
}
.modal-header .modal-title {
  color: #fff;
}
input[name="quantity[]"] {
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #8c8c8c;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.3125rem;
  border-color: #fff;
  background-color: #fff !important;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  font-size: inherit;
}
select.form-control {
  -webkit-appearance: menulist-button;
}
.icon-shopping-basket-2:before {
  content: "\e909";
}
.widget_shopping_cart .button {
  border-radius: 10px;
}
.button.alt {
  background-color: #1560ad;
  border-radius: 10px;
}
.has-border {
  border: 2px solid #1560ad;
}
.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover {
  border-color: #1560ad;
  background-color: #1560ad;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
  border: 2px solid #1560ad;
}
.result-calculator-upload {
  background-color: #d4f2fc;
  font-size: 92%;
  border-radius: 7px;
}
#sub .btn {
  font-size: 12px !important;
}
#loading {
  margin-top: 85%;
}
/*.form-calculator .col-lg-3 .font-weight{position: absolute;}*/
.container .description.oil {
  background: url(lol/assets/demo/1.webp) no-repeat;
}
.container .description {
  position: absolute;
  margin: 0;
  line-height: 1em;
  width: 90px;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  height: 27px;
  right: 15px;
  top: 40px;
  padding: 0 10px;
}
.description span.material-name {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  height: 27px;
  width: 90px;
}
.material-content-container {
  margin-top: 15px;
  background: #fff;
  padding: 10px;
}
.material-content-container > a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 5px;
  font-weight: 700;
  color: #1560ad;
}
#label-generator input {
  -webkit-appearance: menulist-button;
}
.cal-right {
  border: 1px solid #777;
  border-radius: 5px;
  -webkit-appearance: menulist-button;
  height: 37.34px;
  overflow: hidden;
  background: #fff;
}
.cal-image {
  padding: 3px;
  width: 95%;
}
#labels_supplied input {
  margin-right: 5px;
}
.cal-text {
  text-align: left;
}
.cal-info {
  /* position: absolute;
  bottom: 0;
  left: 10px; */
}
.cal-info a {
  position: absolute;
  bottom: 5px;
  width: 16px;
  height: 16px;
  padding: 5px;
  border: 1px solid #ec165f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cal-info i {
  position: absolute;
  left: 5px;
  top: 2px;
  color: #ec165f;
  font-size: 10px;
}
.cal-info-popup a {
  position: absolute;
  /* bottom: 72px; */
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  padding: 5px;
  border: 1px solid #1560ad;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cal-info-popup i {
  position: absolute;
  left: 5px;
  top: 2px;
  color: #1560ad;
  font-size: 10px;
}

.cal-info-newlayout a {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 16px;
  height: 16px;
  padding: 5px;
  border: 1px solid #1560ad;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cal-info-newlayout i {
  position: absolute;
  left: 5px;
  top: 2px;
  color: #1560ad;
  font-size: 10px;
}

.col-lg-4 .cal-info-newlayout a {
  position: absolute;
  top: 5px;
  right: 30px;
  width: 16px;
  height: 16px;
  padding: 5px;
  border: 1px solid #1560ad;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.col-lg-4 .cal-info-newlayout i {
  position: absolute;
  left: 5px;
  top: 2px;
  color: #1560ad;
  font-size: 10px;
}

p.cal-title {
  line-height: 36px;
}
.red-color {
  color: #ec165f;
}
#click_here {
  padding: 0;
}
#click_here fieldset {
  margin-left: -18px;
}
#show_click_here .col-lg-12 {
  padding-left: 6px;
  padding-right: 0;
}
#show_click_here .form-control {
  border-color: #777;
  height: 37.34px;
  color: #000;
}
#supply .cal-right {
  -webkit-appearance: none;
}
.order-table-1 {
  padding: 0;
}
.order-table-1 .order-header-img {
  padding: 0 3px !important;
}
.form-calculator .col-inner > .img:not(:last-child) {
  margin-bottom: 0;
}
#show-order input[type="radio"] {
  margin-top: 15px;
  margin-left: 13px;
  margin-right: 0;
}
#cal-order-now {
  padding-top: 5px;
}
.btn-order-now {
  background-color: #1560ad;
  padding: 6px 12px;
  color: #fff;
  font-size: 1.2em !important;
  margin-top: 6%;
  border-radius: 8px;
  text-transform: uppercase;
  margin-right: 14%;
  float: right;
}
.btn-order-now:hover {
  background-color: #ec165f;
  border: 0.0625rem solid #ec165f;
  color: #fff;
}
.result-calculator {
  padding-bottom: 0;
}
#sub .col-lg-4 {
  padding: 0;
}
.accordion-title.active {
  border-color: #1560ad;
  color: #1560ad;
}
.product-container li {
  margin-bottom: 0;
}
.cart-item .button.is-outline {
  border-radius: 5px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5em 0 0 3em;
}
/*.material-content-container img{width:125px; height: 84px;}*/
a.nav-link-lol {
  font-size: 13px;
  font-weight: 700;
  color: #1560ad;
}
.modal-content ul.nav-tabs {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-content ul.nav-tabs a {
  padding: 0;
}
.modal-content .nav-tabs .nav-link.active {
  background: none;
  border: none;
}
.modal-content ul.nav-tabs span {
  padding: 0 5px;
  font-size: 13px;
  color: #999;
  font-weight: 700;
}
.woocommerce-ordering,
.woocommerce-ordering select {
  border-radius: 5px;
}
#material-content {
  padding-bottom: 15px;
}
#help-full1 .tooltip {
  width: 300px;
}
img.img-ordernow-cal {
  margin-top: 4px;
}
#myModal_adhesive .container,
#myModal_print_colours .container,
#myModal_finishes .container,
#myModal_supply_as .container {
  width: 480px;
}
#myModal_adhesive .cal-info-popup a,
#myModal_print_colours .cal-info-popup a,
#myModal_finishes .cal-info-popup a {
  bottom: 105px;
}
.slide-show .bg-fill {
  background-position: 50% 22%;
}
.material-content-container:hover {
  background: #1560ad;
  color: #fff;
  font-weight: 700;
}
.material-content-container:hover > a {
  color: #fff;
  text-decoration: none;
}
.material-content-container p {
  margin-bottom: 0;
}
#materal_home h3 {
  margin-top: 10px;
  padding-left: 20px;
  text-align: left;
}
#myModal_supply_as .material-content-container > a {
  height: 14px;
}
#myModal_supply_as .cal-info-popup a {
  bottom: 84px;
}
.h4.cal-text {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
}

span.text-comment-pink {
  color: #ec165f;
  font-weight: normal;
  font-size: 12px;
}

.text-pink {
  color: #ec165f;
  font-weight: normal;
  font-size: 12px;
}

.text-blue {
  color: #1560ad;
  font-weight: normal;
  font-size: 12px;
}

.font-12 {
  font-size: 12px;
}

.font-10 {
  font-size: 10px;
}

.font-9 {
  font-size: 9px;
}

.font-8 {
  font-size: 8px;
}

.icon-i {
  margin-left: -0px;
  margin-right: -25px;
}

@media (max-width: 425px) {
  .icon-i {
    display: none;
  }
}
.modal-header .close {
  margin-top: -42px;
  margin-right: 0;
}
#add_comment textarea {
  min-height: 45px;
  min-width: 363px;
  border-radius: 5px;
}
.popup_message_coment {
  display: none;
}
a.add_special {
  color: #1560ad;
  text-decoration: underline;
  font-size: 13px;
}
a.add_special:hover,
a.add_special:focus {
  color: #0f78e2;
}
a.link_pricePrintReady {
  text-decoration: none;
}
.cal-cart-your-order {
  padding-left: 0;
}
.confirm_order_design td {
  border-bottom: none;
}
input:hover,
textarea:hover,
select:hover {
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.5);
}
textarea[name="preview-comment[]"] {
  min-height: 70px;
}
.cal_design_table thead tr th:last-of-type {
  text-align: left;
}
.confirm_order_design .preview_design {
  width: 25%;
  text-align: center;
}
.design_add_cart_lol_upload {
  padding-top: 13px;
}
.design_add_cart_lol_upload .center,
.blog-single-product .large-12 {
  padding-right: 0;
  padding-left: 0;
}
.design_add_cart_lol_upload .btnUpdateQuote,
.design_add_cart_lol_upload #btnAddtocart {
  margin-right: 0;
  width: 100%;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 12px;
}

.design_add_cart_lol_upload .btnUpdate {
  margin-right: 0;
  width: 100%;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 0px 0px;
}
.product-info .single_add_to_cart_button,
.product-summary form.cart {
  display: none;
}


/* Mặc định ẩn form.cart */
.single-product .product-summary form.cart {
  display: none;
}

/* Chỉ hiện khi .price-wrapper có nội dung giá */
.single-product .product-summary:has(.price-wrapper .price) form.cart {
  display: block;
}


.product-short-description {
  padding-bottom: 10px;
}
.panel {
  border: none;
  box-shadow: none;
}
.product-main {
  padding: 40px 0 0px;
}
.tab-panels {
  padding-top: 0;
}
.product-info {
  padding-bottom: 0;
  padding-top: 0;
}
.form-calculator-value {
  width: 100%;
  padding: 0px 0px;
}
.btnGetPrice {
  background: green;
}
.btnGetPrice {
  padding: 6px 20px;
  font-size: 1.2em !important;
  border-radius: 8px;
  background-color: #ec165f;
  color: #fff;
}
.btnGetPrice:hover {
  color: #fff;
  background-color: #1560ad;
}
.design-help-full a {
  color: #000;
}
.design-tabs .nav > li {
  width: 33.33%;
  padding-right: 5px;
  margin: 0;
}
.design-tabs .nav > li:last-child,
.design-tabs .nav > li:nth-child(3) {
  padding-right: 0;
}
.design-tabs .nav > li > a {
  border: 3px solid #ebebeb;
  border-radius: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  height: 49px;
  width: 100%;
  font-size: 12px;
  padding: 0 35px;
  text-align: center;
}
.design-tabs .nav > li:firt-child > a {
  padding-left: 48px;
}
.design-tabs .nav > li.active > a,
.design-tabs .nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #000;
}
#cal-order-now .cal-icon-img {
  text-align: right;
}
.cal-silder-img {
  padding: 0 2px 8px;
}
.cal-form-all,
.design-tabs .large-12,
.cal-img-option,
.cal-right .col-lg-10 {
  padding-right: 0;
  padding-left: 0;
}

.tooltip-inner {
  max-width: none;
}
.entry-meta {
  display: none;
}
form.checkout h3 {
  padding-bottom: 10px;
}
form.checkout input {
  margin-bottom: 5px;
}
form.checkout p,
form.checkout label {
  margin-bottom: 0;
}
.checkout-breadcrumbs {
  padding: 0;
  margin-top: 0;
}
.page-checkout.page-wrapper {
  padding-top: 0px;
}
.modal-body .col-md-6 .poup-ordernow {
  border: 0.0625rem solid #b9b9b9;
  padding: 10px;
  border-radius: 1.5625rem;
  flex-direction: column;
  transition: box-shadow 0.3s;
  font-size: 12px;
}
.modal-body .col-md-6 .poup-ordernow:hover {
  box-shadow: 0 0 11px #8fb4d8;
}
.safe-line-desc + .tooltip {
  margin-top: -10px;
}
.safe-line-desc + .tooltip > .tooltip-inner {
  text-align: justify;
}
.tooltip_material .safe-line-desc + .tooltip > .tooltip-inner a {
  color: #1560ad;
}
.btn:active:focus,
.btn:focus {
  outline: none;
  color: #fff;
}
.order-cal-product {
  display: none;
}
.loading {
  position: absolute;
  left: 45%;
  margin: 0;
  top: 45%;
}
.modal-title-email {
  padding-bottom: 13px;
}
#emailModal .container {
  width: 550px;
}
#emailModal .modal-content {
  text-align: left;
}
#email_home label {
  padding-top: 10px;
}
#email_home .btn-action-green {
  width: 100%;
  border-radius: 40px;
  background-color: #1560ad;
  color: #fff;
  margin-top: 36px;
}
#email-content {
  padding-top: 20px;
  padding-bottom: 30px;
}
#email_home .col-lg-12,
.row .cal-product-single {
  padding-left: 10px;
  padding-right: 10px;
}
.text-focus-red {
  color: #ea001c;
}
.text-link-email {
  margin-top: 8.4%;
  padding-left: 9%;
}
.text-link-email a {
  background-color: #ec165f;
  padding: 11px 12px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link-email a:hover,
.text-link-email a:focus {  
  text-decoration: underline;
}
.widget_product_tag_cloud {
  display: none;
}
.cal-img-left-all,
.design-help-full .large-12 {
  padding-bottom: 0;
}
.required-mail,
.required-fName,
.required-lName,
.status-draft .cal_lol {
  display: none;
}
.shop_attributes th {
  text-transform: none;
}
.cal-title-product-single.col {
  padding-bottom: 5px;
}
.product-footer .blog-single-product {
  padding-top: 15px;
}
.single-image-default {
  padding-left: 10px;
  padding-right: 10px;
}
.button.icon {
  margin-left: 0.72em;
}
#category-posts-2-internal .cat-post-item,
#category-posts-3-internal .cat-post-item,
#category-posts-4-internal .cat-post-item,
#category-posts-5-internal .cat-post-item,
#category-posts-6-internal .cat-post-item {
  border: none;
}
td p {
  margin: 0;
}
.product-footer .product-gallery {
  margin-left: -2%;
  margin-right: 2%;
}
ul.menu > li:before,
.widget > ul > li:before {
  display: block;
  margin-right: 0;
}
td {
  line-height: 1.8;
}
@media (min-width: 850px) {
  .alignleft {
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  #cal-order-now .col-lg-1 {
    padding-left: 0;
  }
  .btn-order-now {
    margin-top: 10px;
  }
  #sub .text-link {
    margin: 2px 0px 12px;
  }
  #quantity .h4.cal-text {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .cal-image img {
    height: 30px;
  }
  #box-upload-1 .modal-dialog {
    margin-top: 22% !important;
  }
}

/**
 * placehoder color
 */
.form-control.red-color-labelname::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ec165f;
  opacity: 1; /* Firefox */
}
.form-control.red-color-labelname:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ec165f;
}
.form-control.red-color-labelname::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ec165f;
}
.form-control.red-color-labelname::-webkit-input-placeholder {
  color: #ec165f;
}
.form-control.red-color-labelname:-moz-placeholder {
  color: #ec165f;
}
.form-control.red-color-labelname::-moz-placeholder {
  color: #ec165f;
}
.header-block {
  width: 48%;
  height: 40px;
  overflow: hidden;
}
.header-block-block-1 {
  margin-top: -54px;
}
.header-block #mc_embed_signup input.email {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.subscribe-right {
  height: 110px;
  overflow: hidden;
}
.subscribe-right .col-inner {
  margin-top: -18px;
}
.subscribe-left .icon-subscribe {
  font-size: 36px;
  color: #1560ad;
  margin-top: -10px;
}
.subscribe-left .text-signup h3 {
  margin-left: 10px;
  font-size: 25px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#footer #mc_embed_signup form {
  margin-bottom: 2px;
  margin-top: -40px;
}
.product-title > a {
  color: #000;
}
.product-title > a:hover {
  color: #1560ad;
}
.star-rating:before,
.woocommerce-page .star-rating:before,
.star-rating span:before {
  color: #1560ad;
}
.breadcrumbs {
  text-transform: none;
}
#reviews h3.normal {
  margin-bottom: 12px;
}

.comment-box {
  color: #ec165f;
  transition: width 1s, height 1s;
}

textarea.comment-box::-webkit-input-placeholder {
  color: #ec165f;
}

textarea.comment-box:-moz-placeholder {
  /* Firefox 18- */
  color: #ec165f;
}

textarea.comment-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #ec165f;
}

textarea.comment-box:-ms-input-placeholder {
  color: #ec165f;
}

textarea.comment-box::placeholder {
  color: #ec165f;
}

.comment-box.big {
  height: 200px;
}

.cal-new-look .col-lg-2 {
  padding-right: 0;
  padding-left: 0;
  margin: 0px 5px;
  width: 18%;
  margin-left: 0;
}

.cal-new-look .col-lg-3 {
  padding-right: 5px;
  padding-left: 0;
  margin: 0px 0px;
  width: 18%;
}

.cal-new-look .col-lg-4 {
  padding-right: 0;
  padding-left: 5px;
  margin: 5px 0px;
}

.container.cal-new-look {
  padding-left: 14px;
}

.material-content-container-new-look {
  background: #fff;
  padding: 10px;
}
.material-content-container-new-look > a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 5px;
  /* font-weight: 700; */
  color: #1560ad;
}

.img-thumbnail {
  display: inline-block;
  height: 102.84px;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.m-auto {
  margin: 0 auto;
}

#boxMaterial {
  width: 96%;
  margin: 10px 0px;
  border: 1px solid black;
  color: #1560ad;
}

#boxMaterial:hover {
  margin: 10px 0px;
  border: 1px solid black;
  color: white;
  background: #ec165f;
}

.boxOrChooseFrom {
  width: 96%;
  margin: 10px 0px;
  border: 1px solid black;
  color: #1560ad;
}

.boxOrChooseFrom:hover {
  color: white;
  background: #ec165f;
}

.w-100 {
  width: 100%;
}

.img-thumbnail.material-content-container-new-look.text-center.active {
  outline: 0;
  color: white;
  border: 4px solid #ec165f;
}

#printcolor-result {
  width: 100%;
}

#btn-no-finish.active {
  border: 3px solid #ec165f;
  color: #1560ad;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*
.product-remove a {
  display: none;
}
*/

ul.product_list_widget li a.remove {
  display: none;
}

.finishes-default {
    width: 100%;
}

/* hide button remove product */
td.product-remove a {
    display: none;
}

.row.content-row.mb-0, .tabbed-content{
  display: block;
  flex-flow: unset;
}
.row.content-row.mb-0 .product-gallery{
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  z-index: 1;
}/*
.button.is-outline.lol-home-butt{
  float:right;
  border-width: 0;
}  
.button.is-outline.lol-home-butt:hover{background: none !important;color: #000 !important;text-decoration: none;}
.button.is-outline.lol-home-butt i.icon-angle-down{
  line-height: 9px;
  background: #000;
  padding: 6px;
  color: #fff;
  border-radius: 50%;
}
.button.is-outline.lol-home-butt:hover i.icon-angle-down{  
  background: #ec165f;
}
.button.is-outline.lol-home-butt i.icon-angle-down:before {
    font-size: 16px;
}*/
.button.lol-find-more-butt{padding: 0 38px;}
.lol-read-butt .yrm-toggle-expand{text-align: right;}
.lol-read-butt .yrm-more-button-wrapper .yrm-button-text-span {
    background: url(/wp-content/uploads/2022/04/down-arrow.jpg) no-repeat right;
    background-size: 20px;
    width: 30%;
    margin-bottom: 10px;
    padding-right: 28px;
    margin-right: 15px;
}
.lol-read-butt .yrm-more-button-wrapper .yrm-button-text-span:hover {
    background: url(/wp-content/uploads/2022/04/down-arrow-hover.jpg) no-repeat right;
    background-size: 20px;
    color: #eb0029;
}
.lol-read-butt .yrm-less-button-wrapper .yrm-button-text-span {
    background: url(/wp-content/uploads/2022/04/up-arrow.jpg) no-repeat right;
    background-size: 20px;
    width: 30%;
    margin-bottom: 10px;
    padding-right: 28px;
    margin-right: 15px;
}
.lol-read-butt .yrm-less-button-wrapper .yrm-button-text-span:hover {
    background: url(/wp-content/uploads/2022/04/up-arrow-hover.jpg) no-repeat right;
    background-size: 20px;
    color: #eb0029;
}
.lol-read-butt .yrm-content {color: #000 !important}

/*Tuan CSS 12.05.2022 - Function Send Maill*/
.button.art-manager-trash{opacity: 0.5;background: none;color: #ee2e6f;font-size: 18px;border: 0;padding: 0;}
.button.art-manager-trash:hover{opacity: 1;box-shadow: none;transition: all 0.5s ease;}
.button.art-manager-trash:not(.icon)>i {
    margin-left: 0;
    margin-right: 0;
}
.cal_quotes .art-manager {
  font-size:10px;
  padding:0 9px;
  margin-right:2px;
  background:#ee2e6f
}

.cal_quotes th:first-child {
  text-align:center
}
.cal_quotes td:first-child {
  text-align:right;
}
.cal_quotes th {
  border-bottom-width: 3px;
}
/*CSS Request Login - Tuan Add 13.05.2022*/
.form-login-home .form-login-home-left a {
    padding: 10px 3em;
    font-size: 22px !important;
    border-radius: 8px;
    background-color: #ec165f;
    color: #fff;
}
.form-login-home .form-login-home-right {
    font-size: 21px;
    line-height: unset;
}
.text-cal-home .col-inner {border: 2px solid #ec165f;padding: 10px 0;font-size: 21px;}
.woocommerce-order-details .order-again{display:none}

.home-blog .box-text {
  width: 100%;
  height: 135px;
}