@import url('https://fonts.googleapis.com/css2?family=Cantata+One&family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@charset "UTF-8";
@import url('bootstrap.css');
body {
    font-size: 20px;
}
/* Base */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.8;
}
.h3 {
    font-size: 22px;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #005bbb;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.clearfix {
  clear: both;
}

.btn-primary {
  color: #fff;
  background: #005bbb;
  border: #005bbb;
}
.btn-primary:before {
  background: #8e4895;
}
.btn-default {
  color: #fff;
  background: #8e4895;
  border: #8e4895;
}
.btn-default:before {
  background: #005bbb;
}
input.btn {
  transition: all 0.3s ease-in-out 0s;
}
input.btn-primary:hover {
  background: #8e4895;
}
input.btn-default:hover {
  background: #005bbb;
}
.btn-radius:before {
  border-radius: 9999px;
}
.btn-primary, .btn-default, .tagcloud > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-primary:before, .btn-default:before, .tagcloud > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-default:hover, .tagcloud > a:hover {
  color: #fff;
}
.btn-primary:hover:before, .btn-default:hover:before, .tagcloud > a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn i {
  padding-left: 6px;
}
.btn-features {
  padding: 20px 27px;
}
.btn-features .fa {
  padding-left: 5px;
}
.btn-light {
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.btn-light:hover {
  background: #000;
  color: #fff;
}
.btn-radius {
  border-radius: 9999px;
}
.btn-normal {
  padding: 12px 25px;
}
/* 2. Layout */
/* Basic margin padding */
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* Margin top */
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-37 {
  margin-top: 37px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-179 {
  margin-top: 179px;
}
.mt-150 {
  margin-top: 150px;
}
/* Margin right */
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-150 {
  margin-right: 150px;
}
/* Margin bottom */
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-150 {
  margin-bottom: 150px;
}
/* Margin left */
.ml-0 {
  margin-left: 0;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-150 {
  margin-left: 150px;
}
/* Padding top */
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-37 {
  padding-top: 37px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-300 {
  padding-top: 300px;
}
/* Padding right */
.pr-0 {
  padding-right: 0;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-150 {
  padding-right: 150px;
}
.pr-160 {
  padding-right: 160px;
}
.pr-180 {
  padding-right: 180px;
}
.pr-195 {
  padding-right: 195px;
}
/* Padding bottom */
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-97 {
  padding-bottom: 97px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-230 {
  padding-bottom: 230px;
}
.pb-300 {
  padding-bottom: 300px;
}
/* Padding left */
.pl-0 {
  padding-left: 0;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-150 {
  padding-left: 150px;
}
.pl-155 {
  padding-left: 155px;
}
.pl-190 {
  padding-left: 190px;
}
.pl-195 {
  padding-left: 195px;
}
/*** Page section padding ****/
.ptb-0 {
  padding: 0;
}
.ptb-10 {
  padding: 10px 0;
}
.ptb-15 {
  padding: 15px 0;
}
.ptb-20 {
  padding: 20px 0;
}
.ptb-30 {
  padding: 30px 0;
}
.ptb-32 {
  padding: 32px 0;
}
.ptb-40 {
  padding: 40px 0;
}
.ptb-50 {
  padding: 50px 0;
}
.ptb-60 {
  padding: 60px 0;
}
.ptb-70 {
  padding: 70px 0;
}
.ptb-80 {
  padding: 80px 0;
}
.ptb-90 {
  padding: 90px 0;
}
.ptb-100 {
  padding: 100px 0;
}
.ptb-110 {
  padding: 110px 0;
}
.ptb-120 {
  padding: 120px 0;
}
.ptb-130 {
  padding: 130px 0;
}
.ptb-135 {
  padding: 135px 0;
}
.ptb-140 {
  padding: 140px 0;
}
.ptb-150 {
  padding: 150px 0;
}
.ptb-160 {
  padding: 160px 0;
}
.ptb-170 {
  padding: 170px 0;
}
.ptb-177 {
  padding: 177px 0;
}
.ptb-180 {
  padding: 180px 0;
}
.ptb-190 {
  padding: 190px 0;
}
.ptb-200 {
  padding: 200px 0;
}
.ptb-210 {
  padding: 210px 0;
}
.ptb-220 {
  padding: 220px 0;
}
.ptb-250 {
  padding: 250px 0;
}
.ptb-290 {
  padding: 290px 0;
}
.ptb-310 {
  padding: 310px 0;
}
/*** Page section margin ****/
.mtb-0 {
  margin: 0;
}
.mtb-10 {
  margin: 10px 0;
}
.mtb-15 {
  margin: 15px 0;
}
.mtb-20 {
  margin: 20px 0;
}
.mtb-30 {
  margin: 30px 0;
}
.mtb-40 {
  margin: 40px 0;
}
.mtb-50 {
  margin: 50px 0;
}
.mtb-60 {
  margin: 60px 0;
}
.mtb-70 {
  margin: 70px 0;
}
.mtb-80 {
  margin: 80px 0;
}
.mtb-90 {
  margin: 90px 0;
}
.mtb-100 {
  margin: 100px 0;
}
.mtb-110 {
  margin: 110px 0;
}
.mtb-120 {
  margin: 120px 0;
}
.mtb-130 {
  margin: 130px 0;
}
.mtb-140 {
  margin: 140px 0;
}
.mtb-150 {
  margin: 150px 0;
}
.mtb-290 {
  margin: 290px 0;
}
/* swatch-color --*/
.swatch-white {
  background-color: #fff;
}
.swatch-blue {
  background-color: #3b38c1;
}
.swatch-green {
  background-color: #81d742;
}
.swatch-orange {
  background-color: #fcb700;
}
.swatch-purple {
  background-color: #8e4895;
}
.swatch-red {
  background-color: #dd3333;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase, .initialism, .tab-contact .nav li {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-center, .ps-search .ps-search__content, .tab-contact .nav li {
  text-align: center;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff !important;
}
.color-primary {
  display: block;
  color: #005bbb !important;
}
.color-primary * {
  color: #005bbb !important;
}
.color-purple {
  color: #8e4895;
}
.color-yellow {
  color:#fed500;
}
.bg-grey {
  background-color: #f7f7f7;  
}
/* display --*/
.d-none {
  display: none;
}
.d-flex, .product-shorting .grid-list-view, .product-shorting .grid-list-view ul.nav {
  display: -webkit-flex;
  display: flex;
}
.d-inline-block {
  display: inline-block;
}
.align-items-center, .product-shorting .grid-list-view, .product-shorting .grid-list-view ul.nav {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.otf-flex-item {
  flex: 1 0 auto;
}
.required {
  color: red;
}
input, select, textarea {
  width: 100%;
  height: 48px;
  padding-left: 10px;
  font-size: 14px;
  border: solid 1px #f1f1f1;
}
input:focus, select:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #ced4da;
}
input.btn {
  width: auto;
}
.form-control:focus {
  box-shadow: none;
}
.first {
  clear: both;
}
.font-italic {
  font-style: italic;
}
.font-bold {
  font-family: 'Cantata One', serif;
  font-weight: 400 !important;
}
.bg-overlay {
  position: relative;
  z-index: -2;
}
.bg-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}
.section-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9;
}
.section-bg-fix {
  background-attachment: fixed;
}
/* owl-carousel --*/
.owl-carousel {
  text-align: center;
}
.owl-carousel.owl-theme {
  margin-left: -15px;
  margin-right: -15px;
}
.owl-carousel .item {
  padding-left: 15px;
  padding-right: 15px;
}
.owl-carousel .slick-dots {
  display: inline-block;
  margin: 20px 0px;
}
.owl-carousel .slick-dots li {
  list-style-type: none;
  float: left;
}
.owl-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 3px;
  border: none;
  color: transparent;
  outline: none;
  border-radius: 50%;
  background: #fed500;
}
.owl-carousel .slick-dots li.slick-active button {
  background: #005bbb;
}
.item {
  outline: none;
}

/* accordion --*/
.panel {
  padding: 18px 0px;
  border: none;
  border-top: solid 1px #f1f1f1;
  box-shadow: none;
}
.panel-heading {
  background-color: transparent;
  padding: 0px;
}
.panel-body {
  padding-left: 50px;
  border-top-color: #fff;
}
.panel-title {
  font-size: 18px;
  font-weight: 400;
  color: #010101;
}
.panel-title > a:before {
  font-family: FontAwesome;
  content: "\f056";
  padding-right: 30px;
}
.panel-title > a.collapsed:before {
  content: "\f055";
}
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
  text-decoration: none;
}
.collapse.in + .panel-heading a:before {
  color: #000;
}
a[aria-expanded="true"] {
  color: #005bbb;
}
.accordion_tab .accordion-heading {
  padding-bottom: 30px;
}
.accordion_tab .accordion-heading .subtitle {
  font-size: 16px;
  text-transform: uppercase;
}
.accordion_tab .accordion-heading .title {
  font-size: 30px;
  line-height: 40px;
}
.accordion_tab + .accordion_tab {
  padding-top: 50px;
}
/* social --*/
.social li {
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: solid 1px #dadada;
    border-radius: 50%;
}
.social li:first-child {
  margin-left: 0px;
}
.social li a {
  color: #999894;
}
.social li a i {
  -webkit-transition: all .5s ease;
  -o-transition: all ease .5s;
  transition: all .5s ease;
}
.social li:hover {
  border: solid 1px #005bbb;
}
.social li:hover a i {
  color: #005bbb;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* features --*/
.features_list {
  padding-bottom: 30px;
}
.features_list .features-images {
  padding-bottom: 10px;
}
.features_list .features-images img {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.features_list .features-description h4 {
  margin-bottom: 5px;
}
.features_list:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.features_list:hover .features-description h4 {
  color: #005bbb;
}
.features.skin1 .features_list .features-images {
  display: inline-block;
  float: left;
  width: 40px;
}
.features.skin1 .features_list .features-description {
  overflow: hidden;
  padding-left: 20px;
}
.features.skin1 .features_list .features-description h4 {
  margin-top: -1px;
  line-height: 40px;
}
.features.skin1 .features_list.list_item {
  align-items: center;
}
.features-border {
  display: inline-block;
  width: 100%;
  margin: 60px 0;
  border: solid 1px #dadada;
}
.features-border .features_list {
  padding-bottom: 0;
}
.features-border > div {
  margin: 50px 0;
}
.features-border > div:not(:last-child) {
  border-right: solid 1px #dadada;
}
/* accordion --*/
.heading {
  padding-bottom: 60px;
  font-weight: bold;
}
.heading .heading__sub {
  font-size: 16px;
  padding-bottom: 10px;
}
.heading .heading__title {
  font-size: 40px;
  line-height: 40px;
  color: #000;
  letter-spacing: -0.8px;
}
/* slick-prev --*/
.slick-slider .slick-arrow {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: #000;
  border: none;
  outline: none;
  background: transparent;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 30px;
}
.slick-slider .slick-prev {
  left: -25px;
}
.slick-slider .slick-prev:before {
  content: "\f104";
}
.slick-slider .slick-next {
  right: -25px;
}
.slick-slider .slick-next:before {
  content: "\f105";
}
.topbar {
  border-bottom: solid 1px #dadada;
  background: linear-gradient(to top, #fed500 50%, #005bbb 50%);
}
.topbar ul li {
  list-style: none;
}
.top-bar {
  display: flex;
  justify-content: space-between;
}
.top-bar .top-bar__left, .top-bar .top-bar__right {
  display: inline-flex;
}
.top-bar .top-bar__item {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.top-bar .top-bar__item:first-child {
  padding-right: 20px;
}
.top-bar .top-bar__item .fa {
  font-size: 18px;
  padding-right: 6px;
  color: #555;
}
.top-bar-account {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .top-bar-account .content-dropdown {
    display: none;
  }
}
.top-bar-account .content-dropdown .account-inner {
  min-width: 320px;
  padding: 10px 5px;
  overflow: auto;
}
.top-bar-account .content-dropdown .account-inner .login-form-head {
  padding-bottom: 20px;
}
.top-bar-account .content-dropdown .account-inner .login-form-head .login-form-title {
  font-size: 24px;
  font-weight: bold;
}
.top-bar-account .content-dropdown label {
  color: #000;
}
.top-bar-account .content-dropdown input {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border-color: #e5e5e5;
  border-style: solid;
  display: block;
  width: 100%;
  border-width: 2px;
  padding: .7rem 1rem;
}
.top-bar-account .content-dropdown button {
  margin-top: 20px;
}
.item-dropdown, .top-bar-account {
  position: relative;
}
.item-dropdown .content-dropdown, .top-bar-account .content-dropdown {
  position: absolute;
  text-align: left;
  top: calc(100% + 15px);
  padding: 8px 20px;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.item-dropdown:hover .content-dropdown, .top-bar-account:hover .content-dropdown {
  top: 100%;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  border-bottom: solid 2px #005bbb;
}
/* menu --*/
.header-main {
  position: absolute;
  top: 75px;
  left: 250px;
}
.header-main nav {
  display: flex;
  justify-content: center;
}
.header-main .navbar-nav > li {
  position: relative;
  padding: 10px 20px;
}
.header-main .navbar-nav > li a {
  font-family: 'Cantata One', serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: capitalize;
}
.header-main .navbar-nav > li a:hover {
  background: transparent;
  color: #005bbb;
}
.header-main .navbar-nav > li > a {
  padding: 0px;
  color: #000;
  text-transform: capitalize;
}
.header-main .navbar-nav > li .dropdown-menu {
  padding: 0 0 0 20px;
  background: #fff;
  min-width: 200px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: absolute;
  opacity: 0;
  display: block;
  right: 0;
  top: 105%;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  visibility: hidden;
  z-index: 999;
  border: 0;
}
.header-main .navbar-nav > li .dropdown-menu li {
  position: relative;
}
.header-main .navbar-nav > li .dropdown-menu li a {
  padding: 10px;
}
.header-main .navbar-nav > li .dropdown-menu li a:before {
  background: #005bbb none repeat scroll 0 0;
  content: "";
  width: 4px;
  height: 4px;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  z-index: 999;
}
.header-main .navbar-nav > li .dropdown-menu li:hover a:before {
  opacity: 1;
}
.header-main .navbar-nav > li:hover .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
  left: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  visibility: visible;
  z-index: 99999;
  border-top: 2px solid #005bbb;
}
.header-main .navbar-nav > li a.active {
  color: #005bbb;
}
.header-main .navbar-nav > li:after {
  content: "";
  display: block;
  background-color: #005bbb;
  height: 2px;
  width: 0%;
  -webkit-transition: 0.2s width;
  -o-transition: 0.2s width;
  transition: 0.2s width;
}
.header-main .navbar-nav > li:hover:after {
  width: 100%;
}
/* cart --*/
.site-header {
  display: flex;
  margin-top: 50px;
}
.site-header .site-header__search .ps-search-btn {
  cursor: pointer;
}
.site-header .site-header__cart {
  position: relative;
}
.site-header .site-header__cart > a {
  color: #000;
  font-size: 16px;
  font-family: 'Cantata One', serif;
}
.site-header .site-header__cart > a .cartcount {
  position: absolute;
  background: #005bbb;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: 7px;
  margin-left: -13px;
  text-align: center;
  z-index: 9;
  border-radius: 50%;
}
.site-header .site-header__cart .widget_shopping_cart_content {
  min-width: 320px;
  left: auto;
  right: 0;
  padding: 20px 20px 10px;
  white-space: normal;
}
.site-header .site-header__cart .widget_shopping_cart_content .cart_list {
  overflow-y: auto;
  max-height: 300px;
}
.site-header .site-header__cart .widget_shopping_cart_content .cart_list > div {
  position: relative;
}
.site-header .site-header__cart .widget_shopping_cart_content .widget-product {
  margin-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}
.site-header .site-header__cart .widget_shopping_cart_content .widget-product .media-left {
  width: 80px;
  min-width: 80px;
  overflow: hidden;
}
.site-header .site-header__cart .widget_shopping_cart_content .widget-product .media-left img {
  padding: 0px;
  border: none;
}
.site-header .site-header__cart .widget_shopping_cart_content .widget-product .cart-main-content {
  text-align: left;
}
.site-header .site-header__cart .widget_shopping_cart_content .widget-product .cart-main-content .name {
  font-size: 14px;
  margin: 0px;
}
.site-header .site-header__cart .widget_shopping_cart_content .widget-product .cart-main-content .remove {
  position: absolute;
  right: 0;
  top: 17px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: red;
  font-weight: bold;
}
.site-header .site-header__cart .widget_shopping_cart_content .total {
  font-size: 18px;
  text-align: right;
  margin-top: 10px;
  padding: 0 15px;
}
.site-header .site-header__cart .widget_shopping_cart_content .total .amount {
  color: #005bbb;
  font-weight: 600;
}
.site-header .ps-search-btn i, .site-header .site-header__cart-toggle i {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  color: #005bbb;
  font-size: 20px;
}
.site-header div[class*="site-header__"]:not(:last-child) {
  padding-right: 25px;
}
/* search --*/
.ps-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ps-search .ps-search__content {
  position: relative;
  margin: 50px auto 0;
  padding: 100px 30px;
  max-width: 800px;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.ps-search .ps-search__content .search_title {
  padding-bottom: 20px;
}
.ps-search.open {
  z-index: 9999999;
  visibility: visible;
  opacity: 1;
}
.ps-search.open .ps-search__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.ps-search .ps-search__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
}
.ps-search .ps-search__close:after, .ps-search .ps-search__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  z-index: 20;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ps-search .ps-search__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ps-search .ps-search__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.searchform {
  font-weight: 400;
  border: solid 1px #f1f1f1;
  border-radius: 3px;
}
.searchform .form-control, .searchform .btn-search, .searchform input[type="submit"] {
  border: none;
}
.searchform .btn-search, .searchform input[type="submit"] {
  background: transparent;
  padding: 0px 10px;
}
.searchform .input-search:focus + span span.fa {
  color: #005bbb;
}
.searchform .btn-search .input[type="submit"] {
  position: relative;
}
.searchform .btn-search span.fa {
  position: absolute;
  top: 35%;
}
/* slider-pro --*/
.section-main-slider {
  position: relative;
  margin-top: -2px;
}
.section-main-slider .slider-pro .btn-sale {
  padding: 40px;
  text-align: center;
}
.section-main-slider .slider-pro .btn-sale span {
  display: block;
}

.section-main-slider .slider-pro .main-slider__text.section-bg {
  background-size: contain;
}
.section-main-slider .slider-pro .text-center, .section-main-slider .slider-pro .ps-search .ps-search__content, .ps-search .section-main-slider .slider-pro .ps-search__content, .section-main-slider .slider-pro .tab-contact .nav li, .tab-contact .nav .section-main-slider .slider-pro li {
  left: 0 !important;
  right: 0 !important;
}
.section-main-slider .slider-pro.skin2 .sp-arrows {
  width: 100%;
  top: 50%;
  bottom: auto;
  left: 0;
  margin-top: -15px;
  opacity: 0;
}
.section-main-slider .slider-pro.skin2 .sp-arrows .sp-arrow {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
  padding-top: 3px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.section-main-slider .slider-pro.skin2 .sp-arrows .sp-previous-arrow {
  left: 25px;
}
.section-main-slider .slider-pro.skin2 .sp-arrows .sp-previous-arrow:before {
  content: "\f104";
}
.section-main-slider .slider-pro.skin2 .sp-arrows .sp-next-arrow {
  right: 25px;
}
.section-main-slider .slider-pro.skin2 .sp-arrows .sp-next-arrow:before {
  content: "\f105";
}
.section-main-slider .slider-pro.skin2:hover .sp-arrows {
  opacity: 1;
}

/* testimonials --*/
.testimonials {
  position: relative;
}
.testimonials .testimonials_content {
  position: relative;
  z-index: 9999;
  color: #000;
}
.testimonials .testimonials_content .testimonials__content {
  padding: 30px 60px 50px 60px;
}
.testimonials .testimonials_content .testimonials__name {
  font-size: 16px;
  font-weight: bold;
}
.testimonials .testimonials_content .testimonials__job {
  color: #555;
}
.testimonials .item .testimonial_item {
  position: relative;
  padding-top: 35px;
  padding-bottom: 65px;
    border: 1px solid #dadada;
}
.testimonials .item .testimonial_item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonials .item .testimonial_item:before {
  content: "";
  position: absolute;
  border: 2px solid #005bbb;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  opacity: 0;
    z-index: -1
}
.testimonials .item .testimonial_item:hover:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.testimonials .item .testimonial_item .testimonials__content {
  padding: 30px;
}
.testimonials .item .testimonial_item .testimonials__name {
  font-size: 18px;
}
.testimonials .item .testimonial_item .testimonials__job {
  color: #005bbb;
}
/* breadcrumb --*/
.breadcrumb {
  border-bottom: solid 1px #f1f1f1;
}
.breadcrumb h1 {
  font-size: 24px;
  margin: 5px 0;
}
.breadcrumb .item-breadcrumb {
  list-style-type: none;
  padding: 0px;
  font-size: 16px;
}
.breadcrumb .item-breadcrumb li {
  float: left;
}
.breadcrumb .item-breadcrumb li a {
  position: relative;
}
.breadcrumb .item-breadcrumb li a:after {
  content: '/';
  display: inline-block;
  padding: 0px 5px;
}
/* product-feature --*/
.product-feature .feature-product .feature-product__images {
  text-align: center;
}
.product-feature .feature-product .feature-product__title {
  font-size: 40px;
  line-height: 50px;
}
.product-feature .feature-product .product-feature__meta {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.product-feature .feature-product .product-feature__meta .product-price {
  padding-right: 40px;
}
.product-feature .feature-product .product-feature__meta .product-price .money {
  font-size: 24px;
}
/* footer */
.site-footer {
  clear: both;
}
.site-footer .site-footer__main ul, .site-footer .site-footer__main ol {
  padding: 0px;
}
.site-footer .site-footer__main ul li, .site-footer .site-footer__main ol li {
  list-style: none;
}
.site-footer.site-footer-1 .site-footer__main *, .site-footer.site-footer-2 .site-footer__main * {
  color: #ddd;
}
.site-footer.site-footer-1 .site-footer__main .widget-title, .site-footer.site-footer-2 .site-footer__main .widget-title {
  text-align: center;
  color: #fff;
}
.site-footer.site-footer-1 .site-footer__main .social, .site-footer.site-footer-2 .site-footer__main .social {
  display: flex;
  justify-content: center;
}
.site-footer.site-footer-1 .site-footer__main .social a, .site-footer.site-footer-2 .site-footer__main .social a {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .site-footer.site-footer-1 .site-footer__main .footer-block:not(:last-child), .site-footer.site-footer-2 .site-footer__main .footer-block:not(:last-child) {
    border-right: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 992px) {
  .site-footer.site-footer-1 .site-footer__main .footer-block:last-child ul, .site-footer.site-footer-2 .site-footer__main .footer-block:last-child ul {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer.site-footer-1 .site-footer__main .footer-center, .site-footer.site-footer-2 .site-footer__main .footer-center {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.site-footer.site-footer-1 .site-footer__main .footer-center .address, .site-footer.site-footer-2 .site-footer__main .footer-center .address {
  padding: 25px 0px;
}
footer .address {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
footer .address.skin1 {  
    text-align: left
}
.site-footer.site-footer-1 .site-footer__main .footer-3 ul li, .site-footer.site-footer-2 .site-footer__main .footer-3 ul li {
  display: flex;
  justify-content: space-between;
}
.site-footer.site-footer-3 {
  padding-top: 80px;
    background-color: #005bbb;
    color: #fff;
}
.site-footer.site-footer-3 .site-footer__copyright {
  margin-top: 40px;
  padding: 35px 0px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #ccc;
} 
footer .site-footer__copyright a {
  color: #8e4895 
}
.site-footer.site-footer-3 .features.skin1 .features_list {
  padding-bottom: 10px;
}
.site-footer.site-footer-3 .features.skin1 .features_list .features-images {
  width: 45px;
}
.site-footer.site-footer-3 .features.skin1 .features_list .features-description {
  padding-left: 7px;
}
.site-footer.site-footer-3 .features.skin1 .features_list .features-description h4 {
  font-size: 18px;
  line-height: 44px;
  margin: 0px;
}
.site-footer .site-footer__copyright {
  background: #fff;
  padding: 30px 0px;
  color: #878787;
}
/* footer-mobile-bar --*/
.footer-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #005bbb;
}
.footer-mobile-bar ul.columns-2 {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  min-height: 65px;
  color: #f3f3f3;
  position: relative;
}
.footer-mobile-bar ul.columns-2 li {
  flex: 1 1 0;
  text-align: center;
}
.footer-mobile-bar ul.columns-2 li:not(:last-child) {
  border-right: solid 1px #dadada;
}
.footer-mobile-bar ul.columns-2 li i {
  font-size: 34px;
  color: #fff;
}
.footer-mobile-bar ul.columns-2 li .footer-cart-contents {
  position: relative;
  display: inline-block;
  min-height: 15px;
}
.footer-mobile-bar ul.columns-2 li .footer-cart-contents .count {
  display: block;
  text-indent: 0;
  width: 2em;
  height: 2em;
  line-height: 2;
  box-sizing: content-box;
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 30px;
  border-radius: 100%;
  background: #000;
  color: #fff;
}
/* back-to-top --*/
#back-to-top {
  display: none;
  position: fixed;
  bottom: 12%;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #005bbb;
  border-radius: 3px;
  color: #fff;
  z-index: 9999;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  cursor: pointer;
}
#back-to-top:after {
  content: "\f106";
  font-family: 'FontAwesome';
}
#back-to-top:hover {
  background: #8e4895;
}
/* 3. Page */
/*--------------------------- 8. page-404 */
.page-404 {
  padding: 150px 0px 200px 0px;
}
.page-404 .content-404 .title_404 {
  font-size: 260px;
  font-weight: bold;
  line-height: 200px;
}
.page-404 .content-404 .search_page_404 {
  background: #fff;
  margin: 30px 0px;
}
.page-404 .content-404 .back-home {
  padding: 20px 30px;
  border-radius: 3px;
}
/*--------------------------- 8. page-contact */
.heading-contact {
  padding: 60px 0px;
}
.heading-contact h2 {
  font-size: 40px;
  padding-bottom: 15px;
}
.tab-contact .nav {
  display: flex;
  margin: 40px 0px;
  border-top: solid 1px #f1f1f1;
}
.tab-contact .nav li {
  flex: 1;
  float: left;
  font-weight: bold;
}
.tab-contact .nav li > a {
  padding: 35px 0px;
}
.tab-contact .nav li.active {
  border-top: solid 2px #005bbb;
}
.tab-contact .nav li.active > a {
  color: #005bbb;
}
@media only screen and (max-width: 767px) {
  .tab-contact .nav {
    display: block;
  }
  .tab-contact .nav li {
    float: none;
  }
  .tab-contact .nav li > a {
    padding: 10px 0px;
  }
}
.map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
/*--------------------------- 8. page-about */
.section-image .bg-overlay {
  padding: 110px 80px 110px 80px;
}
@media only screen and (max-width: 767px) {
  .section-image .bg-overlay {
    padding: 50px 30px;
  }
}
.section-image .bg-overlay:after {
  background: rgba(0, 0, 0, 0.7);
}
.section-image .section-image__title {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .section-image .section-image__title {
    padding-right: 27%;
  }
}
.section-experience .section-number {
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .section-experience .section-number {
    padding: 50px 20px;
  }
}
.section-experience .section-number * {
  color: #fff;
}
.section-experience .section-number:after {
  background: rgba(0, 0, 0, 0.8);
}
.section-experience .section-number .experience-title {
  font-size: 14px;
  padding: 2px;
  background: #005bbb;
}
.section-experience .section-number .experience-number {
  font-size: 200px;
  line-height: 180px;
  font-weight: bold;
  opacity: 0.7;
}
.section-experience .experience-content {
  padding-top: 30px;
}
@media only screen and (min-width: 767px) {
  .section-experience .experience-content {
    padding-left: 40px;
  }
}
.section-experience .experience-content .experience-title {
  font-size: 30px;
  line-height: 50px;
}
.section-counter .counter_number {
  padding-bottom: 50px;
}
.section-counter .counter_number span {
  font-size: 100px;
  font-weight: 300;
  color: #005bbb;
}
.section-exprore .bg-overlay {
  padding: 60px 100px 70px 100px;
}
@media only screen and (max-width: 767px) {
  .section-exprore .bg-overlay {
    padding: 50px 15px;
  }
}
.section-exprore .bg-overlay:after {
  background: rgba(0, 0, 0, 0.8);
}
.section-exprore h3 {
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 10px;
}
/*--------------------------- 8. Login register page */
.account-form-container {
  background: transparent none repeat scroll 0 0;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.08);
  padding: 80px;
  text-align: left;
}
.account-form-container input {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  color: #666;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px;
}
.account-form-container input::-moz-placeholder, .account-form-container input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.account-form-container input[type="checkbox"] {
  height: 14px;
  margin: 0;
  position: relative;
  top: 8px;
  width: 17px;
}
.login-text {
  margin-bottom: 30px;
  text-align: center;
}
.login-text h2 {
  font-size: 30px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.login-text span {
  font-size: 14px;
}
.login-toggle-btn {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 19px;
}
.login-toggle-btn > a {
  float: right;
  font-size: 15px;
  transition: all 0.3s ease 0s;
}
.account-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.account-tab-list.nav li {
  position: relative;
}
.account-tab-list.nav li a {
  font-size: 24px;
  margin: 0 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.account-tab-list.nav li:before {
  background-color: #005bbb;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  transition: all 0.4s ease 0s;
  width: 1px;
}
.account-tab-list.nav li:last-child:before {
  display: none;
}
.account-tab-list.nav li.active a {
  color: #005bbb;
}
/* 4. Widget */
/* sidebar --*/
.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.sidebar .widget {
  display: inline-block;
  width: 100%;
}
.sidebar .widget:not(:last-child) {
  margin-bottom: 50px;
}
.sidebar a {
  font-size: 16px;
}
.sidebar ul {
  margin: 0px;
  padding: 0px;
}
.sidebar ul li {
  list-style: none;
}
.sidebar .post-date {
  font-size: 14px;
}
.sidebar .post-title {
  font-size: 16px;
  margin: 7px 0px;
  line-height: 20px;
}
.section-related-posts li {
  border-bottom: solid 1px #f1f1f1;
  padding: 7px 0px;
}
.section-related-posts li:last-child {
  border-bottom: none;
}
.section-categories a {
  position: relative;
  color: #555;
}
.section-categories a:before {
  content: '';
  width: 4px;
  height: 4px;
  margin-right: 20px;
  display: inline-block;
  background-color: #e1e1e1;
  border-radius: 50%;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.section-categories a.active, .section-categories a:hover {
  font-weight: bold;
  color: #000;
}
.section-categories a.active:before, .section-categories a:hover:before {
  width: 6px;
  height: 6px;
  background-color: #005bbb;
}
.section-instagram .widget-content {
  width: calc(100% + 10px);
  margin: 20px 0 0 -10px;
}
.section-instagram .widget-content a {
  float: left;
  width: calc(33.33333% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-instagram .widget-content a img {
  width: 100%;
}
.section-instagram .widget-content a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 5;
}
.section-instagram .widget-content a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.widgetform-request {
  background: #005bbb;
  padding: 35px;
}
.widgetform-request .widget-title {
  color: #fff;
}
.widgetform-request .form-group {
  margin-bottom: 10px;
}
.widgetform-request .form-submit input[type="submit"] {
  width: 100%;
  margin: 0px;
  background: #000;
  color: #fff;
}
.widgetform-request textarea {
  max-height: 120px;
}
.call-to-action {
  padding: 60px 10px 240px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
}
.call-to-action .call-subtitle {
  font-size: 24px;
}
.call-to-action .call-title {
  font-size: 50px;
  letter-spacing: -2px;
}
.call-to-action .call-des {
  font-size: 18px;
  padding: 10px 0px 20px 0px;
}
.call-to-action .btn {
  font-size: 14px;
  margin-bottom: 60px;
}
/* instagram --*/
.instagram-content {
  display: flex;
  padding: 0;
}
.instagram-content li {
  position: relative;
  text-align: center;
  list-style-type: none;
  flex: 1;
}
.instagram-content li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 5;
}
.instagram-content li .insta-info {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 8;
  font-size: 16px;
}
.instagram-content li .insta-info i {
  font-size: 18px;
  padding-right: 5px;
}
.instagram-content li .insta-info span {
  padding: 8px;
}
@media only screen and (max-width: 769px) {
  .instagram-content li .insta-info span {
    padding: 2px;
  }
}
.instagram-content li:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.instagram-content li:hover .insta-info {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 50%;
}
.instagram-content li img {
  width: 100%;
}
/* 5. Widget product */
/* filter product --*/
.widget_filter .ps-slider {
  display: block;
  margin-bottom: 30px;
  height: 3px;
  background-color: #cecece;
  position: relative;
  border-radius: 0;
  border: none;
}
.widget_filter .ui-slider-range {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #005bbb;
  border-radius: 0;
  border: none;
}
.widget_filter .ui-slider-handle {
  display: inline-block;
  top: 50%;
  height: 18px;
  width: 18px;
  outline: none;
  cursor: pointer;
  background-color: #005bbb;
  border: none;
  border-radius: 50%;
}
.widget_filter .ps-slider__meta span {
  color: #005bbb;
  margin-left: 5px;
  margin-right: 5px;
}
.widget_filter .ps-filter__btn {
  background-color: #888;
  color: #fff;
}
.widget_filter .ps-filter__btn:hover {
  background-color: #005bbb;
}
.widget_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  margin-top: -8px;
  margin-left: -.6em;
}
.list-checked li a {
  position: relative;
  display: block;
  padding-left: 30px;
}
.list-checked li a:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-checked li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 6px;
  color: #005bbb;
  width: 6px;
  height: 12px;
  border-right: 3px solid #005bbb;
  border-bottom: 3px solid #005bbb;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}
.list-checked li.current a {
  font-weight: bold;
}
.list-checked li.current a:before {
  background-color: #fff;
  border: solid 1px #005bbb;
}
.list-checked li.current a:after {
  visibility: visible;
  opacity: 1;
}
.product-filter .list-two li {
  width: 50%;
  float: left;
}
/* cart-form --*/
.page-cart .shop_table {
  text-align: center;
  width: 100%;
}
.page-cart .shop_table th {
  font-weight: 700;
  text-align: center;
  border: none;
}
.page-cart a.remove {
  display: block;
  line-height: 1;
  color: red;
  text-decoration: none;
  font-weight: 700;
}
.page-cart .product-thumbnail {
  text-align: center;
}
.page-cart .product-thumbnail img {
  width: 60px;
}
.page-cart .product-subtotal {
  font-weight: bold;
}
.page-cart tbody > tr:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.page-cart tbody > tr .actions {
  padding-top: 20px;
}
.page-cart tbody > tr td {
  padding: 20px;
}
.page-cart .quantity {
  position: relative;
  overflow: hidden;
  float: none;
}
.page-cart input[type="number"] {
  width: 4em;
  font-weight: 700;
}
.page-cart input[type="number"]::-webkit-outer-spin-button, .page-cart input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  width: 6.5em;
  border-left: 1px solid #e1e1e1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/arrow.png) no-repeat center;
}
.page-cart .coupon {
  position: relative;
}
.page-cart .coupon input[type="submit"] {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 70px;
  bottom: 0;
}
.page-cart .coupon:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  content: "\f178";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(50%, -50%);
  pointer-events: none;
}
.page-cart .btn[disabled] {
  padding: 10px 30px;
  opacity: 0.85;
}
.grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  padding: 20px 30px 50px;
}
.grand-totall h5 {
  margin: 20px 0px;
}
.grand-totall > h5 span {
  float: right;
}
.total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}
.total-shipping {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
.total-shipping ul li {
  list-style: outside none none;
  margin: 0 0 6px;
}
.total-shipping ul li:last-child, .register-us-2 li:last-child {
  margin: 0 0 0px;
}
.total-shipping ul li span {
  float: right;
}
h4.grand-totall-title {
  color: #ff3d2a;
  font-size: 20px;
  margin: 25px 0px;
}
h4.grand-totall-title span {
  float: right;
}
.checkout-button {
  display: block;
}
.table_responsive {
  overflow-x: auto;
}
/* checkout --*/
.checkout-form a {
  cursor: pointer;
  position: relative;
  display: block;
}
.checkout-form input[type="checkbox"] {
  cursor: pointer;
  height: inherit;
  left: 0;
  position: absolute;
  top: 5px;
  width: 20px;
}
.checkout-form a.righ_0 {
  margin-left: 15px;
}
.order-notes textarea {
  height: 130px;
  resize: none;
}
.checkout-form .righ_1 {
  padding-bottom: 16px;
  padding-left: 17px;
}
.coupon-form-two {
  padding: 10px 30px 30px;
  border: 1px solid #f1f1f1;
}
.coupon-form-two form input {
  width: 250px;
  position: relative;
}
.coupon-form-two.mb-30 > form {
  display: inline-block;
  position: relative;
}
.coupon-form-two form input[type="submit"] {
  border: medium none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 100px;
  top: 0;
}
.panel-default {
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.righ_10 {
  margin-bottom: 0;
  text-transform: capitalize;
  padding: 8px 30px;
}
.card-body2 {
  border-top: 1px solid #f1f1f1;
  padding: 15px;
}
.order-button button {
  padding: 9px 30px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
}
.order-table.table-responsive table {
  width: 100%;
}
.order-table.table-responsive table thead tr th.product-name, .order-table.table-responsive table tbody tr td.product-name, .order-table.table-responsive table tfoot tr th {
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  width: 50%;
  padding: 8px 0;
}
.order-table.table-responsive table thead tr th.product-total, .order-table.table-responsive table tbody tr td.amount, .order-table.table-responsive table tfoot tr td {
  border-bottom: 1px solid #f1f1f1;
  text-align: right;
  width: 50%;
  padding: 8px 0;
}
.order-wrapper {
  padding: 10px 30px 30px;
  border: 1px solid #f1f1f1;
}
/* 6. Menu */
/* Main Menu reponsive --*/
@media only screen and (max-width: 767px) {
  .header {
    display: none;
  }
  .topbar {
    margin-bottom: 15px;
  }
  .header-main nav {
    align-items: center;
  }
  .header-main nav .navbar-brand {
    text-align: center;
  }
  .header-main .site-header {
    float: right;
  }
  .header-mobile .header-mobile-top {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .header-mobile .header-mobile-top .site-header.-icon i[class*="fa-"] {
    margin: 0px;
    border: none;
  }
  .header-mobile .navbar {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .header-mobile .navbar .navbar-toggle {
    border-color: transparent;
  }
  .header-mobile .navbar .navbar-toggle .icon-bar {
    background: #fff;
  }
  .header-mobile .navbar a {
    text-transform: capitalize;
  }
  .header-mobile .navbar .navbar-nav li {
    border-top: solid 1px #f1f1f1;
  }
  .header-mobile .navbar .navbar-nav .dropdown-menu {
    font-size: 16px;
    padding: 0px;
  }
  .header-mobile .navbar .navbar-nav .dropdown-menu li a {
    padding: 9px 20px;
  }
  .site-footer .site-footer__top .newsletter {
    display: block;
  }
  .site-footer .site-footer__top .newsletter form {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .site-header.-icon img {
    padding: 5px;
    border: none;
  }
  .site-header .site-header__cart > a .cartcount {
    top: -3px;
    right: 0px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
  }
  .site-header .site-header__cart > a .cartcost {
    display: none;
  }
  .site-header .site-header__search {
    margin-right: 5px;
  }
}
/* 7. Post product */
blockquote {
  border-left: 3px solid #005bbb;
  padding: 20px 30px;
    display: inline-block;
}
.entry-meta {
  font-size: 14px;
}
.entry-meta a {
  padding: 0px 2px;
}
.theme-heading {
  font-size: 24px;
  padding: 20px 0;
}
/* blog --*/
.blog article {
  background: #fff;
  margin-bottom: 60px;
}
.blog article .blog-img {
  position: relative;
  overflow: hidden;
}
.blog article .blog-img img {
  width: 100%;
  -webkit-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  vertical-align: middle;
  max-width: 100%;
}
.blog article .blog-content {
  padding: 20px;
}
.blog article .blog-content p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3; /* number of lines to show */
   line-height: 25px;        /* fallback */
   height: 75px;       /* fallback */
    margin-bottom: 20px;
}
.blog article .blog-content .post-date {
  font-size: 14px;
}
.blog article .blog-content .post-title {
  font-size: 24px;
  margin: 0px;
    white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
    text-align: center;
}
.blog article .blog-content .entry-meta span {
  position: relative;
  padding-right: 12px;
}
.blog article .blog-content .entry-meta span:after {
  content: "|";
  position: absolute;
  padding-left: 6px;
}
.blog article .blog-content .entry-meta span:last-child:after {
  display: none;
}
.blog article .blog-content .entry-meta span a {
  padding: 0px 2px;
}
.blog article:hover {
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.07);
}
.blog article:hover img {
  -webkit-transition: transform 0.6s ease 0.05s;
  -o-transition: transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s;
  -webkit-transform: scale(1.15) rotate(0.0001deg);
  transform: scale(1.15) rotate(0.0001deg);
}
.blog .blog-list {
  border-bottom: solid 1px #f1f1f1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.blog .blog-list article {
  display: flex;
  margin-bottom: 0px;
}
.blog .blog-list article > div {
  flex: 1;
}
.blog .blog-list article .post-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #f1f1f1;
}
.blog .blog-list.last {
  border-bottom: none;
}
.post-single .entry-meta {
  display: inline-block;
  width: 100%;
  padding: 17px 0px;
  border-bottom: solid 1px #f1f1f1;
}
.post-single .entry-meta .comment {
  position: relative;
  padding-right: 12px;
}
.post-single .entry-meta .comment:after {
  content: "|";
  position: absolute;
  padding-left: 6px;
}
.post-single .entry-content {
  clear: both;
  padding-bottom: 40px;
}
.post-single .entry-content .entry-subtitle {
  font-size: 18px;
}
@media only screen and (min-width: 767px) {
  .single-post-meta {
    display: flex;
    justify-content: space-between;
  }
}
.single-post-meta > div {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .single-post-meta > div {
    padding-bottom: 10px;
  }
}
/* author --*/
.blog-grid {
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.author-info {
  background: #f1f1f1;
  margin: 80px 0px;
  padding: 30px 10px 30px 30px;
}
.author-info .description {
  overflow: hidden;
}
.author-info .description .author-title {
  font-size: 16px;
  margin: 0px;
}
.author-info .description .author-meta {
  font-size: 14px;
}
.author-info .description .author-description {
  padding-top: 20px;
  color: #000;
}
.avatar {
  margin-right: 20px;
}
.avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
/* comment --*/
.comments {
  font-size: 16px;
}
.comments ul, .comments ol {
  list-style-type: none;
}
.comments .commentlists {
  padding: 0;
}
.comments .commentlists > li:last-child .the-comment {
  border-bottom: none;
}
.comments .commentlists .the-comment {
  padding: 35px 0px 25px 0px;
  border-bottom: solid 1px #f1f1f1;
}
.comments .commentlists .comment-author strong {
  display: block;
  font-size: 18px;
}
.comments .commentlists .comment-author .comment-reply-link {
  background: #f1f1f1;
  padding: 2px 13px;
  border-radius: 30px;
}
.comments .commentlists .comment-author .comment-reply-link:hover, .comments .commentlists .comment-author .comment-reply-link:focus {
  background: #005bbb;
  color: #fff;
}
.comments .commentlists .comment-text {
  overflow: hidden;
  padding-top: 20px;
}
@media (min-width: 767px) {
  .comments .children .the-comment {
    margin-left: 65px;
  }
}
/* related-post --*/
.related-post {
  background: #f1f1f1;
  padding-bottom: 60px;
}
/* tagcloud --*/
.tagcloud > a {
  display: block;
    width: 130px;
  background: #f1f1f1;
  margin: 10px auto;
  padding: 2px 10px;
  font-size: 18px;
}
.tagcloud > a:before {
  background: #005bbb;
}
/* social-sharing --*/
.social-sharing {
  display: flex;
  align-items: center;
}
.social-sharing h6 {
  font-size: 16px;
  padding-right: 15px;
}
.social-sharing a {
  display: inline-block;
  margin-right: 15px;
  color: #ddd;
}
.social-sharing a i {
  -webkit-transition: all .5s ease;
  -o-transition: all ease .5s;
  transition: all .5s ease;
}
.social-sharing a i:hover {
  color: #005bbb;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* pagination --*/
.pagination {
  display: block;
}
.pagination ul.page-numbers {
  margin: 0px;
}
.pagination ul.page-numbers li {
  display: inline-block;
}
.pagination .page-numbers:not(ul) {
  display: block;
  text-align: center;
  margin: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  border-color: #ccc;
  font-weight: bold;
}
.pagination .page-numbers:not(ul).current {
  border-color: #005bbb;
  color: #005bbb;
}
/* 8. Post single */
/* grid-list-view --*/
.product-shorting {
  padding-bottom: 40px;
}
.product-shorting .grid-list-view ul.nav li a {
  border: solid 1px #ccc;
  margin-right: 10px;
  padding: 0px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.product-shorting .grid-list-view ul.nav li.active a {
  border: solid 1px #005bbb;
  color: #005bbb;
}
@media only screen and (max-width: 767px) {
  .product-shorting .grid-list-view .show-items {
    display: none;
  }
}
/* product-block --*/
.product-actions .btn {
  background-color: #fff;
  margin: 2px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: solid 2px #f1f1f1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.product-actions .btn i {
  padding: 0px;
}
.product-actions .btn:hover {
  background-color: #005bbb;
  border: solid 2px #005bbb;
}
.product-actions .btn:hover i {
  color: #fff;
}
.product-block {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.product-block .product-meta .star-rating {
  font-size: 14px;
}
.product-block .product-meta .star-rating i:hover {
  color: #005bbb;
}
.product-block .product-name {
  font-size: 18px;
  margin: 4px 0px;
}
.product-block .product-price .money {
  display: block;
  font-size: 18px;
  color: #005bbb;
}
.product-block .tawcvs-swatches {
  position: absolute;
  top: 5%;
  left: 15px;
}
.product-block .tawcvs-swatches .swatch-color {
  display: block;
  margin-bottom: 10px;
}
.product-image {
  position: relative;
}
.products-grid .product-block {
  text-align: center;
}
.products-grid .product-block .product-actions {
  padding: 10px 0;
  text-align: center;
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.products-grid .product-block .product-image {
  border: solid 1px #e9e9e9;
  margin-bottom: 10px;
}
.products-grid .product-block .product-price {
  height: 30px;
  overflow: hidden;
}
.products-grid .product-block .product-price .amout {
  display: block;
  transition: all ease 0.35s;
}
.products-grid .product-block:hover .amout {
  transform: translateY(-30px);
  pointer-events: none;
}
.products-grid .product-block:hover .add_to_cart_button {
  display: inline-block;
  font-size: 14px;
  transform: translateY(-30px);
  text-transform: uppercase;
  font-weight: bold;
  color: #005bbb;
}
.products-grid .product-block:hover .product-thumbnail {
  opacity: 0.6;
}
.products-grid .product-block:hover .product-actions {
  opacity: 1;
  visibility: visible;
  bottom: 65%;
  transition: all ease 0.35s;
  transform: translate(0, 50%);
  z-index: 9999;
}
.products-grid .product-block:hover .product-actions a {
  transform: translateX(0);
  transition: all ease 0.35s;
}
.products-list .row-products .product-block {
  border-bottom: solid 1px #f1f1f1;
}
.products-list .row-products .col-md-12:last-child .product-block {
  border-bottom: none;
}
.product-price .money {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.product-price .old-price {
  font-size: 18px;
  text-decoration: line-through;
  padding-left: 15px;
}
.product-footer {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.product-footer form.add-to-cart {
  display: flex;
}
.product-footer button {
  margin-top: 0px;
  margin-right: 6px;
}
.product-footer .product-actions {
  margin-left: 6px;
}
.product-footer > a.btn {
  padding: 12px 20px;
}
@media only screen and (min-width: 767px) {
  .product-footer > a.btn {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .product-footer {
    display: block;
  }
  .product-footer .product-actions {
    padding-top: 30px;
  }
}
.up-sells .up-sells_content {
  border-top: solid 1px #f1f1f1;
}
/* single product --*/
.single-product .product-info .excerpt {
  padding-top: 10px;
}
.single-product .product-info .excerpt ul {
  padding: 20px;
}
.single-product .product-info .star-rating {
  font-size: 14px;
}
.single-product .product-info .product-name {
  font-size: 18px;
  margin: 4px 0px 6px 0px;
}
.single-product .product-info .product-featured-image {
  width: 100%;
}
.single-product .product-info .product-price .money {
  font-size: 18px;
  color: #005bbb;
}
.single-product .product-info .product-price .old-price {
  font-size: 14px;
}
.single-product .product-info .product-footer {
  padding-top: 30px;
}
.single-product .product-info .product-footer .cart-qty-box {
  text-align: center;
  width: 80px;
  height: 44px;
  margin-right: 6px;
  padding: 7px;
  border: 2px solid #f1f1f1;
  border-radius: 3px;
}
.single-product .product-info .social-sharing {
  padding: 30px 0;
}
.single-product .product-info .variations {
  width: 100%;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
}
.single-product .product-info .variations tbody {
  display: block;
  padding: 22px 0px 13px 0px;
}
@media only screen and (min-width: 767px) {
  .single-product .product-info .variations tbody {
    display: flex;
    justify-content: space-between;
  }
}
.single-product .product-info .variations tbody > tr {
  display: flex;
  flex: 1;
}
.single-product .product-info .variations .label {
  display: block;
  padding: 0px;
  padding-right: 20px;
  line-height: 30px;
}
/* ratting-star --*/
.review-ratting {
  margin-bottom: 30px;
}
@media only screen and (min-width: 767px) {
  .review-ratting .star-author-all, .review-ratting .ratting-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.review-ratting .ratting-author {
  font-weight: bold;
  color: #000;
}
.review-ratting .ratting-author * {
  padding-right: 10px;
}
.review-ratting .ratting-author h3 {
  font-size: 16px;
}
.review-ratting .ratting-star {
  color: #005bbb;
}
/* form-product-review --*/
.form-product-review .ratting-star span:hover {
  color: #005bbb;
}
.form-product-review .form-submit {
  padding: 20px 0px;
  text-align: center;
}
.form-product-review .form-submit input.btn {
  padding: 15px 40px;
}
/* product-description-tabs --*/
.product-description-tabs {
  clear: both;
}
.product-description-tabs .nav {
  padding-top: 50px;
  padding-bottom: 25px;
}
.product-description-tabs .nav li {
  float: left;
  padding: 10px 40px 10px 0px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-description-tabs .nav li a {
  padding: 0px;
}
.product-description-tabs .nav li.active a {
  color: #005bbb;
}
/* select color */
.tawcvs-swatches {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  font-size: 11px;
}
.tawcvs-swatches > span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  margin-right: 10px;
  border: solid 2px #f1f1f1;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
.tawcvs-swatches .swatch-color {
  text-indent: -9999px;
}
.tawcvs-swatches .swatch-label.selected {
  color: #fff;
  background: #005bbb;
}
.tawcvs-swatches .swatch-color.selected:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 5px;
  height: 9px;
  display: block;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 2px;
  left: calc(50% - 3px);
}
/* 9. Responsive */
@media only screen and (min-width: 767px) {
  .header-mobile, .footer-mobile-bar {
    display: none;
  }
  .avatar {
    float: left;
  }
  .product-feature .product-feature__meta a.btn {
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .product-info .product-meta {
    padding-top: 20px;
  }
  .sidebar {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog .blog-list article {
    display: block;
  }
  .product-feature .feature-product .product-feature__meta {
    display: block;
  }
  .product-feature .feature-product .product-price {
    padding-bottom: 20px;
  }
  .instagram-content {
    display: block;
  }
  .instagram-content li {
    width: 50%;
    float: left;
  }
  .page-404 .content-404 .title_404 {
    font-size: 200px;
  }
  .avatar {
    text-align: center;
    padding-bottom: 20px;
  }
  .account-form-container {
    padding: 20px;
  }
}
/*new*/
.btn-radius.qty {
  color: #000;
  background: #fed500;
  border: #fed500;
  display: inline-block;
  padding-left: 20px;
}
.btn-radius.qty input {
  width: 30px;
  background: #fff;
  border: 1px solid #005bbb;
  height: 30px;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
.logo img {
    width: 150px;
    height: auto;
}
.header-main {
    position: absolute;
    top: 68px;
    left: 167px;
}
.phone span {
    display: none;
}
}
@media only screen and (max-width: 767px) {

.navbar-header {
    padding: 10px;    
  background: linear-gradient(to top, #fed500 50%, #005bbb 50%);
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #000000;
    font-family: 'Cantata One', serif;
    font-size: 18px;
}
.nav > li > a:hover, .nav > li > a.active {
    color: #005bbb;
}
.site-header {
    display: block;
    margin-top: -60px;
    margin-right: 10px;
    float: right;
}
}
.phone {
    font-size: 24px;
    color: #000;
}
@media (max-width: 479px) {
.phone {
    font-size: 30px;
}
.phone span {
    display: none;
}
.col-12 {
    width: 100%!important;
} 
}
header h1 {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
    line-height: 0px;
}
@media only screen and (max-width: 767px) {
.xs-center {
    text-align: center;
        
}
}
.modal_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.modal_close:after, .modal_close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  z-index: 20;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modal_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.error {  
  border: solid 1px #eb0000; 
}
.red {
    color: #eb0000;
}
.top-box {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    max-width: 80%;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
font-size: 16px;
}