/*!
 Author:         Bankai
 Template:       Opencart
*/
@font-face {
  font-family: 'josefin_sansbold';
  src: url("../fonts/josefinsans-bold-webfont.woff2") format("woff2"), url("../fonts/josefinsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'josefin_sansregular';
  src: url("../fonts/josefinsans-regular-webfont.woff2") format("woff2"), url("../fonts/josefinsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'josefin_sanssemibold';
  src: url("../fonts/josefinsans-semibold-webfont.woff2") format("woff2"), url("../fonts/josefinsans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

body #footer-area {
  position: relative !important;
}

#content {
  min-height: 60vh;
}

#content {
  padding-right: 5.5em;
  padding-left: 5.5em;
}

@media (max-width: 1365px) {
  #content {
    padding-right: 1em;
    padding-left: 1em;
  }
}
/*QA*/
.header-container #enquiry>a .badge>span, .header-container #cart>a .badge>span {
        font-size: 8px;
}



body {
  font-family: 'poppinsregular';
  font-size: 15px;
  color: #000;
}


@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

.container {
  width: 100%;
  max-width: 92%;
}

@media (max-width: 1279px) {
  .container {
    max-width: 98%;
  }
}

.order-product-item-list > * {
  text-align: center;
  text-align: center;
}

.jquery-loading-modal__bg {
  top: 0;
  left: 0;
}

.quickcheckoutleft {
  overflow-x: hidden;
}

.quickcheckout-checkout .input-group-btn > .btn + .fa {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 12px;
  font-size: 9px;
  left: 2px;
}

#cartSummary img {
  max-width: 70px;
  height: 70px;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#cartSummary .cart-description {
  text-align: center;
}

#cartSummary .cart-thumb {
  width: 70px;
}

@media (max-width: 767px) {
  #cartSummary .cart-description {
    padding-left: 0 !important;
    text-align: left;
    display: block !important;
    width: 100% !important;
  }
  #cartSummary .cart-thumb {
    width: 100% !important;
  }
}

.quickcheckout-checkout #content .image img, .quickenquiry-checkout #content .image img {
  max-width: 70px;
}

.account-wishlist table img {
  max-width: 70px;
}

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

input[type="text"]::-ms-clear {
  display: none;
}

#waiting_list {
  margin-top: 2em;
}

#waiting_list input {
  padding-left: 1em;
}

#waiting_list button {
  min-width: auto !important;
}

.product-search .search-options #input-search {
  height: 44px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#content {
  padding-bottom: 2em;
}

.swal2-icon-text {
  /*font-size: 1em !important;*/
}

.slider-arrow .fa {
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 5em;
}

.slider-arrow .fa.fa-angle-right {
  right: 18px;
}

.slider-arrow .fa.fa-angle-left {
  left: 18px;
}

.cart-dorpdown-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured .slick-no-slide {
  margin: 0;
}

.btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  /*min-width: 159px !important;*/
  min-height: 34px !important;
  height: 34px !important;
  /*padding: 0px !important;*/
  
    padding-top: 10px !important;
  border-radius: 50px;
  font-family: 'josefin_sansbold';
  letter-spacing: 2px !important;
  font-size: 12px !important;
  background-color: #ed1d24;
  border: #ed1d24;
}

.btn.btn-default.pinfobtn {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  color: #ed1d24;
}

@media (max-width: 767px) {
  .btn.btn-default.pinfobtn {
    border-radius: 10px !important;
  }
}

.btn.btn-default.pinfobtn:hover {
  background-color: #ed1d24 !important;
  border: #ed1d24 !important;
  color: #fff;
  border: 1px solid #ed1d24 !important;
}

.unlock {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-animation: floating 2s infinite .5s;
          animation: floating 2s infinite .5s;
}

.unlock .holder {
  display: inline-block;
  cursor: pointer;
}

.unlock label {
  display: block;
  line-height: 1.2;
  font-family: 'josefin_sansbold';
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.unlock label .fa {
  font-size: 26px;
}

.product-search .breadcrumb + .row {
    margin: 0;
}

.input-group-btn > .btn {
  font-size: 9px;
}

.floating-con {
  position: fixed;
  top: 40%;
  right: 12px;
      z-index: 99;
}

.floating-con img {
  max-width: 4em;
}

@media (max-width: 767px) {
  .floating-con img {
    max-width: 2em;
  }
}

.fixed-header .top-header-d {
  background: #ed1d24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: .8em 0;
  font-size: 11px;
}

.fixed-header .top-header-d .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'josefin_sansregular';
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .fixed-header .top-header-d .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .account-register .breadcrumb + .row {
      margin: 0;
  }
}

.fixed-header .top-header-d .lists .item {
  line-height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .fixed-header .top-header-d .lists .item {
    line-height: 2;
  }
}

.fixed-header .top-header-d .lists .item .l {
  padding: 0px 6px;
}

.fixed-header .top-header-d .lists .item .l:last-child {
  display: none;
}

.fixed-header .top-header-d .lists .item img {
  padding-right: 8px;
}

.fixed-header .top-header-d .lists .item a {
  color: #fff;
}

.fixed-header > .container {
  padding: 6px 15px;
}

.fixed-header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
}

_:-ms-fullscreen, :root .fixed-header .header-container {
    max-width: 94%;
}

.fixed-header .header-container #account {
  margin-top: -2px;
}

.fixed-header .header-container .affilates {
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .fixed-header .header-container .affilates {
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
}

.fixed-header .header-container .affilates img {
  max-width: 5em;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .fixed-header .header-container .affilates img {
    max-width: 3em;
  }
}

.fixed-header .header-container .affilates img:hover {
  opacity: 1;
}

.fixed-header .header-container #enquiry a .badge, .fixed-header .header-container #cart a .badge {
  top: 20px;
}

.fixed-header .header-top {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fixed-header .header-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 46%;
}

.fixed-header .header-menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  padding-right: 3em;
}

.fixed-header .header-menu li a {
  font-family: 'josefin_sansbold';
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#searchpop {
  max-width: 40%;
  margin: 0 auto;
  position: relative;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@media (max-width: 1199px) {
  #searchpop {
    max-width: 70%;
  }
}

#searchpop .container {
  width: 100%;
  max-width: 92%;
}

#searchpop .search-custom .search-box {
  border-radius: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

#searchpop .mfp-close {
  color: #fff;
  opacity: 1;
  top: 0;
  font-size: 38px;
}

.search-custom .search-box input {
  min-height: 36px;
}

#searchpopclick img, #searchpopclick .fa {
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
}

@media (max-width: 767px) {
  #enquiry .dropdown-menu, #cart .dropdown-menu {
    width: 100%;
  }
}

.slick-nav .fa {
  font-size: 46px;
  color: #000;
}

#ToTop {
  display: none !important;
}

.footer-upper-contet {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .footer-upper-contet {
    margin-bottom: 2em;
  }
}

@media (max-width: 1366px) {
  .footer-upper-contet {
    max-width: 90%;
  }
}

@media (max-width: 1365px) {
  .footer-upper-contet {
    max-width: 100%;
  }
}

.footer-upper-contet .f-img-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.footer-upper-contet div:nth-child(2) .services-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer-upper-contet div:nth-child(2) .services-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-upper-contet div:nth-child(2) .services-link ul li {
  width: calc(100%/2);
  padding-right: 1em;
}

@media (max-width: 991px) {
  .footer-upper-contet div:nth-child(2) .services-link ul li {
    width: 100%;
  }
}

.footer-upper-contet > * {
  padding: 0 2em;
}

@media (max-width: 767px) {
  .footer-upper-contet > * {
    padding: 0;
  }
}

#footer-area {
  margin-top: 0 !important;
}

#footer-area footer {
  background-color: #cecece;
  color: #000000;
  padding-bottom: 0;
}

#footer-area footer .btn-f {
  background: #fff;
  padding: 1em 0;
  color: #919191;
  font-family: 'robotoregular';
}

@media (max-width: 767px) {
  #footer-area footer .btn-f {
    text-align: center;
  }
}

#footer-area footer .btn-f a {
  font-family: 'robotobold';
  color: #919191;
}

#footer-area footer .btn-f p {
  margin: 0 !important;
}

#footer-area footer .footer-contact-links ul {
  margin-top: 1.2em;
}

#footer-area footer .footer-contact-links a {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  line-height: 1;
  display: block;
  margin-bottom: 1em;
  font-family: 'josefin_sanssemibold';
}

#footer-area footer a {
  color: #000000;
  text-decoration: none;
}

#footer-area footer .heading-all {
  text-align: left;
  margin-bottom: 0;
}

#footer-area footer .heading-all:before {
  background: rgba(255, 255, 255, 0.49);
}

#footer-area footer h5 {
  color: #fb0604;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'josefin_sansbold';
  display: inline-block;
  margin: 0;
  background: #cecece;
  padding-right: 1em;
  position: relative;
}

@media (max-width: 767px) {
  #footer-area footer h5 {
    font-size: 14px;
  }
}

#footer-area .item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}

@media (max-width: 991px) {
  #footer-area .item-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer-area .item-holder .item-store:first-child {
  margin-right: 3em;
}

#footer-area .item-holder .item-store .item {
  margin-bottom: 1em;
}

#footer-area .item-holder .item-store span {
  display: block;
}

.breadcrumb {
  border: none;
  background: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  white-space: pre-wrap;
    overflow: visible;
    text-overflow: initial;
}

.breadcrumb li {
  padding-left: .5em;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li:last-child a {
  color: #000;
}

.breadcrumb li a {
  font-family: 'josefin_sansbold';
  color: #b9b9b9;
}

.breadcrumb li:after {
  display: none;
}

a {
  color: #ed1d24;
}

.btn {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary, .btn.btn-default {
  color: #fff;
  background-color: #ed1d24 !important;
  border: #ed1d24 !important;
}

.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #1f392c !important;
  border-color: #1f392c !important;
}

.btn:focus {
  outline: none !important;
}

.cart-dorpdown-footer a:hover {
  color: #fff !important;
}

.label-primary {
  background-color: #ed1d24 !important;
}

.swal2-confirm {
  color: #fff;
  background-color: #ed1d24 !important;
  border: #ed1d24 !important;
}

#quickcheckout-back {
  background-color: #1f392c;
  border-color: #1f392c;
}

#quickcheckout-back:hover {
  background-color: #ed1d24;
  border-color: #ed1d24;
}

span.label.out-of-stock {
  min-width: 170px;
  padding: 13px 14px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  span.label.out-of-stock {
    min-width: 70%;
  }
}

input:not([name=search]),
textarea:not([name=search]) {
  border: 1px solid #e1e1e1 !important;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #e1e1e1 !important;
}

select {
  padding: 10px !important;
  height: auto !important;
  border: 1px solid #e1e1e1 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%) !important;
  background-position: calc(100% - 15px) calc(1em + 6px), calc(100% - 10px) calc(1em + 6px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

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

select:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #e1e1e1 !important;
}

hr {
  border: 0;
  border-bottom: 2px solid #ed1d24;
}

hr.short {
  width: 100px;
  margin-top: 0;
}

.section-title {
  margin-bottom: 50px !important;
}

.pagination {
  text-align: center;
  padding-bottom: 3em;
}

.pagination .active span {
  color: #ed1d24 !important;
  border-color: #ed1d24 !important;
  background: transparent;
}

.pagination span, .pagination a {
  margin: 0 .3em !important;
  border: 1.2px solid #ccc !important;
  border-radius: 50px !important;
  display: inline-block;
  height: 3em;
  width: 3em;
  color: #ccc !important;
}

.pagination > li > a, .pagination > li > span {
  line-height: 2em;
}

#side-price .price-container > * input {
  font-weight: 600;
  font-size: 15px;
  background: transparent;
  border-radius: 0px;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

#side-price .price-container input[name="price_min1"] {
  text-align: left !important;
}

#side-price .price-container input:last-child {
  text-align: right;
}

#side-price .list-group-item {
  padding: 1em 0;
  background: transparent;
  border: none;
}

#side-price .list-group-item.item-header {
  padding-bottom: 0;
}

#side-price .list-group-item #length_max2 {
  text-align: right;
}

#side-price .list-group-item span {
  font-size: 15px;
}

#side-price .list-group-item:not(.item-header) {
  padding-top: 0;
}

#side-price .ui-slider-handle {
  background: #ed1d24 !important;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.47);
  top: 1px !important;
}

#side-price .ui-slider-range {
  background: #ed1d24 !important;
}

#side-price .ui-slider-horizontal {
  height: 2px !important;
}

#side-categories .caret {
  position: relative;
  border: 0;
}

#side-categories .caret:before {
  font-size: 11px !important;
  position: absolute;
  top: -7px;
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#side-categories .caret:after {
  font-size: 11px !important;
  position: absolute;
  top: -7px;
  display: none;
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#side-categories .active .caret:before {
  display: none;
}

#side-categories .active .caret:after {
  display: block;
}

#side-categories .group .item.level-1 {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 0 2em 0 1.5em;
}

#side-categories .group .item.level-1.active {
  background: #ed1d24;
  color: #fff;
}

#side-categories .group .item.level-1.active a {
  color: #fff !important;
}

#side-categories .group .item .toggle {
  text-align: right !important;
  border: 0;
}

#side-categories .group .item .toggle:hover {
  background: transparent;
  color: #333;
}

#side-categories .group .item a {
  padding-left: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}

#side-categories .group .item a:hover {
  background: transparent;
  color: #ed1d24;
}

#side-categories .group .item.active a {
  color: #ed1d24;
  padding-left: 0;
}

#side-categories .group .item.active + .sub {
  border-top: 0;
  padding-left: 2em;
}

#side-categories .group .item + .sub {
  margin-top: 1em;
}

#side-categories .group .item + .sub .level-2 a {
  padding: 2px 8px !important;
}

#side-categories .group .item + .sub .level-2.active a {
  text-decoration: underline;
  color: #333;
}

#side-categories .group:not(:last-child) {
  border-bottom: 0;
}

#side-categories .list-group-item {
  border: none;
}

#side-categories .a-level1 {
  color: #ed1d24 !important;
  text-transform: uppercase;
  font-family: 'josefin_sansbold';
}

#side-categories .side-categories-level-1 .group.l1 {
  margin-bottom: 1em;
}

#side-categories .side-categories-level-1 + .side-categories-level-1 {
  border-top: 0;
}

#side-manufacturer .list-group-item {
  border: 0;
}

#side-manufacturer label {
  font-size: 14px;
}

#side-manufacturer input[type="checkbox"]:checked + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "\f00c";
}

#side-manufacturer input[type="checkbox"] {
  opacity: 0;
}

#side-manufacturer input[type="checkbox"] + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  display: inline-block;
  padding-top: 1px;
  padding-left: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  width: 17px;
  height: 17px;
  color: #ed1d24;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}

#filter-groups > div {
  margin-bottom: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#filter-groups .panel .list-group {
  border: 0;
}

#filter-groups .panel .list-group .list-group-item:last-child {
  padding-bottom: 0;
  border: 0;
}

#filter-groups .list-group-item.item-header {
  padding: 7px 15px;
  padding-left: 0;
  font-family: 'josefin_sanssemibold';
  font-size: 22px;
  color: #333;
  position: relative;
  text-transform: uppercase;
  margin-bottom: .5em;
}

#filter-groups .panel, #filter-groups .list-group, #filter-groups .list-group-item {
  padding-left: 0;
}

#side_filter .list-group-item {
  border: 0;
  padding: 0;
}

#side_filter label {
  font-size: 14px;
  padding-left: 24px;
}

#side_filter input[type="checkbox"]:checked + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "\f00c";
}

#side_filter input[type="checkbox"] {
  opacity: 0;
}

#side_filter input[type="checkbox"] + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  display: inline-block;
  padding-top: 1px;
  padding-left: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  width: 17px;
  height: 17px;
  color: #ed1d24;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}

.product-product .mfp-img {
  padding: 0px;
}

.product-product .mfp-close {
  right: 15px;
  font-size: 5em;
  color: #000;
  top: 9px;
}

.product-product .mfp-bottom-bar {
  display: none;
}

.product-product .product-inner-name {
  color: #000000;
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  margin: 0;
  line-height: 2;
}

.product-product .cat-name {
  color: #000000;
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  font-size: 14px;
}

.product-product ul.price-holder {
  font-size: 22px;
  color: #ed1d24;
  font-family: 'josefin_sanssemibold';
  margin-bottom: .8em;
}

.product-product #content {
  margin-top: 2em;
}

.product-product .pname {
  color: #8a7334;
  font-family: 'poppinsregular';
  margin-bottom: 1em;
}

.product-product .product-image-main-container {
  position: relative;
  margin-right: 9px;
  margin-left: 9px;
}

.product-product .product-image-main-container .searchme {
  bottom: 2em;
  right: 2em;
  position: absolute;
  max-width: 3em;
}

.product-product .product-image-additional-container .product-image-additional {
  padding: 0 2.5em;
}

.product-product .product-image-additional-container .slick-slide {
  margin: 0 8px;
}

.product-product .product-image-additional-container .slick-no-slide {
  margin-left: 0;
  margin-right: 0;
}

.product-product .product-image-additional-container img {
  border: 1px solid #d6d6d6;
  padding: 0;
  border-width: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-product .product-image-additional-container img:hover {
  border-color: #a3bc3e;
  border-width: 1px;
  outline: none;
}

.product-product .product-image-additional-container .featured .slick-no-slide {
  margin: 0;
  padding: 0 2em;
}

.product-product .product-description + .input-group-flex {
  display: none;
}

.product-product #product {
  max-width: 100%;
  padding-top: 2em;
}

@media (max-width: 767px) {
  .product-product #product {
    text-align: center;
  }
}

.product-product #product hr, .product-product #product h3 {
  display: none;
}

.product-product #product .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .product-product #product .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.product-product #product .form-group .text-danger {
  display: none;
}

.product-product #product .form-group select {
  height: 44px !important;
}

.product-product #product .form-group textarea {
  width: 100% !important;
  padding: 1.5em;
}

.product-product #product .form-group .input-group-addon {
  display: block;
}

.product-product #product .form-group > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 12%;
  font-size: 13px;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .product-product #product .form-group > * {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .product-product #product .form-group > * {
    width: 100%;
    margin-bottom: 1em;
  }
}

.product-product #product .form-group > *.control-label:before {
  display: none;
}

.product-product #product .form-group > *:nth-child(2) {
  width: 36%;
}

@media (max-width: 1199px) {
  .product-product #product .form-group > *:nth-child(2) {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .product-product #product .form-group > *:nth-child(2) {
    width: 100%;
  }
}

.waiting_list_container {
  padding: 0;
  border: 0;
}

.waiting_list_container input[name="email"] {
  border-radius: 10px;
  margin-right: 1em;
}

.waiting_list_container .waiting_list_description {
  font-family: 'poppinsbold';
  padding-bottom: 18px;
  color: #333;
}

.featured_related_products_ {
  margin-bottom: 2em;
}

.featured_related_products_ .heading-all {
  margin-top: 5em;
}

.featured_related_products_ .featured {
  padding: 0px 22px;
}

.featured_related_products_ .featured .slick-slider {
  padding: 0 2em;
}

.featured_related_products_ .featured .slick-slider.slick-no-slide {
  padding: 0;
}

.featured_related_products_ .featured .slick-slide {
  margin: 15px 7.5px;
}

.product-view {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-category #content {
  margin-top: 4em;
}

@media (max-width: 1080px) {
  .product-special .product-view > *:not(:nth-child(3n+1)):not(:first-child), .product-category .product-view > *:not(:nth-child(3n+1)):not(:first-child) {
    margin-left: 15px;
  }
 
}

@media (max-width: 1080px) and (max-width: 767px) {
  .product-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1080px) {
  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(33.3333% - 10px);
  }
}

@media (max-width: 1080px) and (max-width: 767px) {
  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(100%/2);
    margin-left: 0 !important;
    padding-bottom: 0;
    width: calc(100%/2 - 10px);
    margin-left: 0 !important;
    padding-bottom: 0;
    margin: 5px;
  }
}

@media (max-width: 1080px) {
  .product-special .product-view > *:nth-child(even), .product-category .product-view > *:nth-child(even) {
    margin-left: 0;
  }
  .product-category #content.col-sm-9 {
    padding: 0 2.5em;
    width: 100%;
  }
  .product-category #column-left {
    width: auto;
  }
  #filter_group_tigger_open {
    height: 33px !important;
    padding: 6px 8px !important;
    min-height: 11px !important;
    font-size: 12px;
        z-index: 1;
    border: 1px solid #fff;
    min-width: 87px !important;
    width: 90px;
    left: -32px;
    display: block !important;
    background-color: #ed1d24 !important;
    border: 1px solid #ccc !important;
    color: #ffffff;
    font-family: 'josefin_sansbold';
  }
  #filter_group_tigger_open.visible-xs {
    display: block !important;
  }
  #filter-groups {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 30px 15px;
    overflow: auto;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #filter-groups.open {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  #filter_group_tigger_close {
    display: block !important;
    margin: 0 auto;
  }
}

.product-block {
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.62);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .product-block {
    padding-bottom: 0;
  }
}

.product-block:hover {
  -webkit-box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.61);
          box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.61);
}

.product-block .bg-cover {
  min-height: 19em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 767px) {
  .product-block .bg-cover {
    min-height: 10em;
  }
}

@media (min-width: 1920px) {
  .product-block .bg-cover {
    min-height: 23em;
  }
  .common-home #slideshow1 .owl-item {
          height: 58em !important; 
  }
  .bnews-list-custom .bg-cover {
      min-height: 26em !important; 
  }
}

.product-block .product-name {
  padding-bottom: 0;
  margin-top: 1em;
}

@media (max-width: 767px) {
  .product-block .product-name {
    line-height: 1;
  }
}

.product-block .product-name span {
  display: block;
  color: #000000;
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 767px) {
  .product-block .product-name span {
    font-size: 8px;
    display: block;
    margin-bottom: 5px;
  }
}

.product-block .product-name a {
  color: #000000;
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  margin: 0;
  line-height: 2;
  font-size: 1.3em;
}

@media (max-width: 767px) {
  .product-block .product-name a {
    font-size: 11px;
    line-height: normal;
  }
}

.product-block .product-details {
  padding-top: 0;
}

@media (max-width: 767px) {
  .product-block .product-details {
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .product-block .product-details .btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
    min-width: auto !important;
    font-size: 10px !important;
    display: block;
    width: 100%;
  }
}

.product-block .product-details .price {
  font-size: 22px;
  color: #ed1d24;
  font-family: 'josefin_sanssemibold';
  margin-bottom: .5em;
}

@media (max-width: 767px) {
  .product-block .product-details .price {
    font-size: 12px;
  }
}

.product-block .product-details .price .price-old {
  font-size: 16px;
  opacity: 1;
  color: #3E3E3E;
}

@media (max-width: 767px) {
  .product-block .product-details .price .price-old {
    font-size: 10px;
  }
}

@media (max-width: 1080px) {
  #content1.col-sm-9 {
    width: 100%;
  }
}

.sticker {
  font-family: 'josefin_sanssemibold';
  right: 14px;
  padding: 8px 8px;
  width: 44px;
}

.sticker div:first-child {
  display: block;
  -webkit-transform: rotate(91deg);
          transform: rotate(91deg);
  position: absolute;
  left: 1px;
  bottom: 11px;
}

.sticker div:last-child {
  display: block;
  -webkit-transform: rotate(91deg);
          transform: rotate(91deg);
  position: absolute;
  right: 25px;
  bottom: 11px;
}

.sticker span.s1 {
  display: block;
  width: 14px;
  height: 26px;
  position: absolute;
  bottom: 0;
  -webkit-transform: skew(17deg);
          transform: skew(17deg);
}

.sticker span.s2 {
  display: block;
  width: 14px;
  height: 25px;
  position: absolute;
  bottom: 0;
  -webkit-transform: skew(-17deg);
          transform: skew(-17deg);
}

.sticker span.s {
  position: relative;
  z-index: 1;
}

.sort-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .sort-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sort-holder label {
  margin: 0;
}

@media (max-width: 767px) {
  .sort-holder label {
    width: 7em;
  }
}

.sort-holder .item-sort {
  width: 17em;
  margin-left: 2em;
}

@media (max-width: 767px) {
  .sort-holder .item-sort {
    width: 88%;
  }
}

@media (max-width: 767px) {
  .product-inner-btn-container {
    text-align: center;
  }
}

.information-information.iid-7 #content {
  display: none;
}

@media (max-width: 991px) {
  .gallery-holder {
    padding: 0 3em;
  }
  .gallery-holder .slick-next {
    right: -34px;
  }
}

@media (max-width: 767px) {
  .gallery-holder {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .gallery-holder .slick-prev, .gallery-holder .slick-next {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .gallery-holder .slider-nav {
    padding-right: 0.1em;
  }
}

.gallery-holder .slider-nav .slick-prev, .gallery-holder .slider-nav .slick-next {
  top: 40%;
}

.gallery-holder .slider-nav .slick-current .bg-cover {
  border: 1px solid rgba(24, 56, 55, 0.36) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-holder .contact h3 {
  color: #183837;
  margin: 2em 0 1.5em 0;
}

.gallery-holder .gallery-menu {
  text-align: center;
  margin: 3em 0 2em 0;
}

.gallery-holder .gallery-menu li {
  cursor: pointer;
  font-size: 1.5em;
  margin-right: 4em;
  position: relative;
}

.gallery-holder .gallery-menu li:last-child {
  margin-right: 0;
}

.gallery-holder .gallery-menu li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
  height: 1px;
  width: 64%;
  background-color: #183837;
  background-position: center center;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;
  transition: color 0.1s,-webkit-transform 0.2s ease-out;
  transition: color 0.1s,transform 0.2s ease-out;
  transition: color 0.1s,transform 0.2s ease-out,-webkit-transform 0.2s ease-out;
}

.gallery-holder .gallery-menu li:hover:before, .gallery-holder .gallery-menu li.current:before {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.gallery-holder .des {
  max-width: 72%;
  margin: 0 auto;
}

.gallery-holder .slider-for .bg-cover {
  min-height: 46em;
  border: 1px solid rgba(24, 56, 55, 0.11);
}

.gallery-holder .slider-nav .bg-cover {
  min-height: 5em;
  border: 1px solid rgba(24, 56, 55, 0.11);
}

@media (max-width: 1080px) {
  .gallery-holder .gallery-menu li {
    font-size: 1.3em;
    margin-right: 2em;
  }
}

@media (max-width: 767px) {
  .gallery-holder .gallery-menu li {
    font-size: 1em;
    margin-right: 0;
    padding: 0 1em;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .gallery-holder .des {
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 35em;
  }
}

@media (max-width: 1280px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 32em;
  }
}

@media (max-width: 1080px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 30em;
  }
}

@media (max-width: 991px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 40em;
  }
}

@media (max-width: 767px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 18em;
  }
}

@media (max-width: 1280px) {
  .gallery-holder .slider-nav .bg-cover {
    min-height: 3.5em;
  }
}

@media (max-width: 991px) {
  .gallery-holder .slider-nav .bg-cover {
    min-height: 4.5em;
  }
}

.g-recaptcha {
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#enquiry-form .form-group {
  margin-bottom: 28px;
  position: relative;
}

#enquiry-form .form-group .form-control {
  padding: 6px 20px;
}

#enquiry-form .form-group .input-group.date input {
  border: 0;
}

#enquiry-form .form-group input:not(textarea) {
  height: 47px;
}

#enquiry-form .form-group .text-danger {
  position: absolute;
  font-size: 12px;
  width: 100%;
}

#enquiry-form .book-pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #enquiry-form .book-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #enquiry-form .book-pop #google_recaptcha {
    max-width: 192px !important;
  }
}

@media (max-width: 1024px) {
  #enquiry-form .text-danger {
    font-size: 7px !important;
    font-weight: 700;
  }
}

#enquiry-form .error_q_captcha {
  position: absolute;
  bottom: 28px;
  font-size: 12px;
}

@media (max-width: 767px) {
  #enquiry-form .button.text-right {
    text-align: center;
  }
  #enquiry-form .g-recaptcha {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #google_recaptcha + .error_q_captcha .text-danger {
    text-align: center;
    width: 100%;
    margin-top: -12px;
    margin-bottom: 2em;
  }
  #google_recaptcha + .error_q_captcha {
    bottom: 0 !important;
    position: relative !important;
  }
  #google_recaptcha.form-group {
    margin-bottom: 0 !important;
  }
  #google_recaptcha {
    max-width: 185px;
    margin-bottom: 0;
    margin-right: auto;
    margin: 0 auto;
  }
  .information-contact .col-sm-6, .information-contact .col-sm-4, .information-contact .col-sm-8, .information-contact .col-xs-12 {
    padding: 0;
  }
  .information-contact #content .contact {
    margin-top: 1em;
  }
  .map-holder iframe {
    height: 14em;
  }
}

@media (max-width: 991px) {
  .information-contact #content .row {
    margin: 0;
  }
}

.map-holder {
  margin-bottom: 2em;
  border: 1px solid #ccc;
  line-height: 0;
}

.map-holder iframe {
  border: 1px solid #ccc;
}

.bnews-list .artblock {
  padding: 0;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}

.bnews-list .artblock a.bigimagein .article-image {
  width: 100%;
  margin: 1.2em 0;
}

.bnews-list .artblock .blog-button {
  margin-top: 2em;
  text-align: left;
  margin-bottom: 2.5em;
}

.bnews-list .artblock .name a {
  font-family: 'quicksandbold';
  color: #333333;
  font-size: 2em;
}

.bnews-list .artblock .name a:hover {
  text-decoration: none;
}

.bnews-list .artblock .article-meta {
  border: 0;
  position: relative;
  font-size: 16px;
  color: #333333;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bnews-list .artblock .article-meta img {
  margin-top: -11px;
}

.bnews-list .artblock:first-child {
  padding-top: 0;
  border-top: 0;
}

.news-article #filter_group_tigger_open {
  display: none !important;
}

.news-article .fn-img {
  width: 100%;
  margin-bottom: 2em;
}

.news-article .media-detail__btn {
  margin-top: 2em;
}

.bnews-list .artblock .article-image {
  margin-left: 0;
  width: 100%;
}

.news-ncategory #filter_group_tigger_open {
  display: none !important;
}

.news-ncategory #column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1080px) {
  .news-ncategory #column-left {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .news-ncategory #content {
    width: 100%;
    padding-right: 2.3em;
    padding-left: 2.3em;
  }
}

.news-ncategory #artsearch {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}

.news-ncategory #artsearch i {
  position: absolute;
  top: 11px;
  right: 16px;
  cursor: pointer;
  color: #ccc;
}

.news-ncategory .list-group-item {
  border: 0;
  padding-left: 0;
  color: #333;
  padding-bottom: 0;
}

.news-ncategory .list-group a.active {
  background: transparent;
  border: 0;
  color: #a3bc3e;
}

.news-ncategory .list-group a.active:hover {
  background: transparent;
  border: 0;
  color: #a3bc3e;
}

.news-ncategory .list-group a:hover {
  background: transparent;
  border: 0;
  color: #a3bc3e;
}

.news-ncategory h3.news-t {
  font-family: 'quicksandbold';
  padding: 7px 15px;
  padding-left: 0;
}

.news-ncategory #filter-groups .list-group:not(:first-child) {
  margin-top: 0;
}

.latest-n-holder .artblock {
  padding-bottom: 1em;
  padding-top: 1em;
}

.latest-n img {
  margin-top: -11px;
}

.latest-n-holder .artblock a {
  color: #333;
}

.latest-n-holder .description {
  margin-bottom: .5em;
}

.latest-n-holder .artblock:last-child {
  border-bottom: 1px solid #ccc;
}

.news-t.ncat {
  margin-top: 1em;
  margin-bottom: 0;
}

.pagination>li>a, .pagination>li>span {
        padding: 6px 4px;
}

.article-content img {
    width: 100% !important;
}

.article-content .title {
  font-family: 'quicksandbold';
  color: #333;
  font-size: 2em;
}

.article-content .article-meta {
  border: 0;
}

.article-content .article-meta img {
  margin-top: -11px;
}

.article-content .article-meta span, .article-content .article-meta a {
  font-style: normal;
  font-size: 14px;
}

.news-article .media-detail__btn-group {
  width: 100%;
  text-align: center;
  padding: 3em 0;
}

.addthis_inline_share_toolbox_ktlz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.addthis_inline_share_toolbox_ktlz span {
  padding-right: 1em;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
  display: none;
}

.heading-all {
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}

.heading-all:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  top: 40%;
  left: 0;
  background: rgba(204, 204, 204, 0.49);
}

.heading-all h2 {
  color: #ed1d24;
  font-family: 'josefin_sansbold';
  display: inline-block;
  padding: 0 1em;
  background: #FFF;
  margin-bottom: 0 !important;
  position: relative;
}

.bnews-list-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bnews-list-custom .artblock {
  width: calc(100%/4 - 1px);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 1080px) {
   
  .bnews-list-custom .artblock {
    width: calc(100%/3 - 1px);
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .bnews-list-custom .artblock {
    width: 100%;
  }
}

.bnews-list-custom .artblock .bg-cover {
  position: relative;
}

.bnews-list-custom .artblock .bg-cover:before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bnews-list-custom .artblock:hover .bg-cover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.439216);
  border: 8px solid #f4777c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}

.bnews-list-custom .artblock .blog-button {
  margin: auto auto 0px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0;
}

.bnews-list-custom .artblock .blog-button a {
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bnews-list-custom .artblock .blog-button a:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bnews-list-custom .artblock .blog-button a .fa {
  padding-left: 6px;
}

.bnews-list-custom .artblock .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0 1em 0;
}

.bnews-list-custom .artblock .heading .name {
  margin-left: 1.2em;
  margin-right: 1em;
}

.bnews-list-custom .artblock .heading .name a {
  font-family: 'josefin_sanssemibold';
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}

@media (max-width: 1366px) {
  .bnews-list-custom .artblock .heading .name a {
    font-size: 15px;
  }
}

@media (max-width: 1365px) {
  .bnews-list-custom .artblock .heading .name a {
    font-size: 14px;
  }
}

.bnews-list-custom .bg-cover {
  min-height: 20em;
}

@media (max-width: 991px) {
  .bnews-list-custom .bg-cover {
    min-height: 14em;
  }
}

.article-content {
  max-width: 93%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .article-content table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2em;
  }
}

.article-content table tr td {
  padding-bottom: 8em;
}

@media (max-width: 767px) {
  .article-content table tr td {
    padding-bottom: 1em;
    width: 100% !important;
  }
}

.article-content table tr td:last-child {
  padding-left: 3em;
}

@media (max-width: 767px) {
  .article-content table tr td:last-child {
    padding-left: 0;
  }
}

.article-content table tr:nth-child(even) td:first-child {
  padding-left: 2em;
}

@media (max-width: 767px) {
  .article-content table tr:nth-child(even) td:first-child {
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

strong {
  font-family: 'josefin_sansbold';
}

.common-home #slideshow0 {
  position: fixed !important;
  z-index: -1;
}

@media (max-width: 767px) {
  .common-home #slideshow0 {
    position: relative !important;
  }
}

.common-home #content {
  padding-bottom: 0;
}

.common-home #slideshow1 .owl-item {
  height: 42em;
}

@media (max-width: 1199px) {
  .common-home #slideshow1 .owl-item {
    height: 31em;
  }
}

@media (max-width: 991px) {
  .common-home #slideshow1 .owl-item {
    height: 25em;
  }
}

@media (max-width: 767px) {
  .common-home #slideshow1 .owl-item {
    height: 38em;
    background: #333;
  }
}

.common-home #slideshow1 .owl-item .container {
  max-width: 86%;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
  font-size: 38px;
  font-family: 'josefin_sansbold';
  line-height: 1;
}

@media (max-width: 1199px) {
  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
    font-size: 20px;
  }
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
  font-size: 38px;
  font-family: 'josefin_sansbold';
  line-height: 1;
}

@media (max-width: 1199px) {
  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    font-size: 20px;
  }
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-3 {
  font-size: 12px;
  max-width: 54%;
  line-height: 2;
  padding-top: 2em;
  padding-bottom: .5em;
}

@media (max-width: 991px) {
  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-3 {
    max-width: 100%;
  }
}

.bg-white {
  background: #fff;
}

.no-padding {
  padding: 0 !important;
}

.homesec2 {
  padding: 4em 0 4em 0;
}

.homesec2 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .homesec2 .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.homesec2 .lists .item {
  width: calc(100%/3 - 1px);
  padding: 15px;
}

@media (max-width: 767px) {
  .homesec2 .lists .item {
    width: 100%;
  }
}

.homesec2 .lists .item .bg-cover {
  min-height: 28em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 1920px) {
  .homesec2 .lists .item .bg-cover {
    min-height: 36em;
  }
}

.homesec2 .lists .item .bg-cover:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.homesec2 .lists .item .bg-cover .link {
  padding: 2.5em;
  z-index: 1;
}

.homesec2 .lists .item .bg-cover .link h3 {
  font-size: 27px;
  font-family: 'josefin_sansbold';
  color: #fff;
  margin-bottom: 0;
}

.homesec2 .lists .item .bg-cover .link a {
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homesec2 .lists .item .bg-cover .link a .fa {
  padding-left: 6px;
}

.homesec2 .lists .item .bg-cover .link a:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homesec2 .lists .item .bg-cover:before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.homesec2 .lists .item .bg-cover:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.439216);
  border: 8px solid #f4777c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}

.services-home .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .services-home .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-home .lists .item {
  width: calc(100%/4 - 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  margin-bottom: 2em;
  position: relative;
}

@media (max-width: 1279px) {
  .services-home .lists .item {
    width: calc(100%/3);
  }
  .services-home .lists .item:nth-child(8n+1) {
    background-color: #F7F7F7;
  }
  .services-home .lists .item:nth-child(8n+3) {
    background-color: #F7F7F7;
  }
  .services-home .lists .item:nth-child(8n+6) {
    background-color: #fff !important;
  }
  .services-home .lists .item:nth-child(8n+8) {
    background-color: #fff !important;
  }
  .services-home .lists .item:nth-child(8n+2) {
    background-color: #fff;
  }
  .services-home .lists .item:nth-child(8n+4) {
    background-color: #fff;
  }
  .services-home .lists .item:nth-child(8n+5) {
    background-color: #F7F7F7 !important;
  }
  .services-home .lists .item:nth-child(8n+7) {
    background-color: #F7F7F7 !important;
  }
}

@media (max-width: 991px) {
  .services-home .lists .item {
    width: calc(100%/2);
  }
  .services-home .lists .item:nth-child(8n+1) {
    background-color: #F7F7F7;
  }
  .services-home .lists .item:nth-child(8n+3) {
    background-color: #fff !important;
  }
  .services-home .lists .item:nth-child(8n+6) {
    background-color: #fff !important;
  }
  .services-home .lists .item:nth-child(8n+8) {
    background-color: #F7F7F7 !important;
  }
  .services-home .lists .item:nth-child(8n+2) {
    background-color: #fff;
  }
  .services-home .lists .item:nth-child(8n+4) {
    background-color: #F7F7F7 !important;
  }
  .services-home .lists .item:nth-child(8n+5) {
    background-color: #F7F7F7 !important;
  }
  .services-home .lists .item:nth-child(8n+7) {
    background-color: #fff !important;
  }
}

@media (max-width: 767px) {
  .services-home .lists .item {
    width: 100%;
  }
  .services-home .lists .item:nth-child(8n+1) {
    background-color: #F7F7F7;
  }
  .services-home .lists .item:nth-child(8n+3) {
    background-color: #F7F7F7 !important;
  }
  .services-home .lists .item:nth-child(8n+6) {
    background-color: #fff !important;
  }
  .services-home .lists .item:nth-child(8n+8) {
    background-color: #fff !important;
  }
  .services-home .lists .item:nth-child(8n+2) {
    background-color: #fff;
  }
  .services-home .lists .item:nth-child(8n+4) {
    background-color: #fff !important;
  }
  .services-home .lists .item:nth-child(8n+5) {
    background-color: #F7F7F7 !important;
  }
  .services-home .lists .item:nth-child(8n+7) {
    background-color: #F7F7F7 !important;
  }
}

.services-home .lists .item:nth-child(8n+1) {
  background-color: #F7F7F7;
}

.services-home .lists .item:nth-child(8n+3) {
  background-color: #F7F7F7;
}

.services-home .lists .item:nth-child(8n+6) {
  background-color: #F7F7F7;
}

.services-home .lists .item:nth-child(8n+8) {
  background-color: #F7F7F7;
}

.services-home .lists .item:nth-child(8n+2) {
  background-color: #fff;
}

.services-home .lists .item:nth-child(8n+4) {
  background-color: #fff;
}

.services-home .lists .item:nth-child(8n+5) {
  background-color: #fff;
}

.services-home .lists .item:nth-child(8n+7) {
  background-color: #fff;
}

.services-home .lists .item:hover .img-holder .hover-img {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  opacity: 1 !important;
}

.services-home .lists .item h3 {
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  font-size: 18px;
}

@media (max-width: 1366px) {
  .services-home .lists .item h3 {
    font-size: 17px;
  }
}

.services-home .lists .item h3 a {
  color: #000;
}

.services-home .lists .item h3 a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.services-home .lists .item .des .des-holder {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin: auto auto 0;
}

.services-home .lists .item .img-holder {
  padding-right: 1em;
  position: relative;
}

.services-home .lists .item .img-holder .main-img {
  z-index: 1;
  position: relative;
}

.services-home .lists .item .img-holder .hover-img {
  position: absolute;
  max-width: 6em;
  top: -10px;
  left: -9px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow-custom {
  top: 50%;
}

.slick-arrow-custom.left {
  left: 0;
}

.slick-arrow-custom.right {
  right: 0;
}

.slick-arrow-custom span {
  border: 1.2px solid #9F9F9F;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-arrow-custom span i {
  font-size: 28px;
  color: #9F9F9F;
}

.testimonial-home {
  padding-top: 3em;
  padding-bottom: 3em;
}

.testimonial-home .slick-slide {
  margin: 15px;
  height: inherit !important;
  background: #f7f7f7;
  padding: 2em;
  outline: none !important;
}

.testimonial-home .slick-slide > div {
  height: 100%;
}

.testimonial-home .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.testimonial-home .lists {
  padding-left: 2em;
  padding-right: 2em;
  margin-right: 3em;
  margin-left: 3em;
}

@media (max-width: 767px) {
  .testimonial-home .lists {
    margin-right: 1em;
    margin-left: 1em;
  }
}

.testimonial-home .lists .item {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: none !important;
}

.testimonial-home .lists .item .h {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto auto 0;
  margin-left: 0;
  padding-top: 2em;
}

.testimonial-home .lists .item .h span {
  display: block;
}

.testimonial-home .lists .item .h span:first-child {
  color: #000;
  font-size: 16px;
  font-family: 'josefin_sansregular';
}

.partners-home {
  padding-bottom: 6em;
}

.partners-home .heading-all {
  margin-bottom: 1em;
}

.partners-home .lists {
  padding-left: 2em;
  padding-right: 2em;
  margin-right: 2em;
  margin-left: 2em;
  margin-top: 7em;
}

.partners-home .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.partners-home .slick-track .slick-slide {
  height: inherit !important;
  outline: none !important;
}

.partners-home .slick-track .slick-slide img {
  width: 100%;
}

.partners-home .slick-track .slick-slide > div {
  height: 100%;
}

.partners-home .slick-track .slick-slide .item {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em;
  outline: none !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.information-information #content .contact {
  padding-left: 3em;
}

.information-information .gal-pop {
  text-align: center;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.information-information .mfp-content {
  text-align: center;
}

.information-information .gal-pop {
  display: inline-block;
  position: relative;
}

.information-information .gal-pop .mfp-close {
  font-size: 45px;
  color: #000;
  opacity: 1;
}

.information-information .section-space.partners {
  padding: 0;
  padding-top: 3em;
}

.information-information .section-space.aboutus {
  padding: 0;
}

.information-information .section-space.corporate {
  padding: 0;
}

.information-information .section-space.sell {
  padding: 0;
}

.information-information .section-space.certifications {
  padding: 0;
}

.information-information .section-space.certifications .container {
  min-height: 60vh;
}

.information-information .section-space.license {
  padding: 0;
}

.information-information .section-space.license .partners-home .item {
  padding: 0 1.3em;
}

.information-information .section-space.license .partners-home .item img {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  margin: 9px 0 9px 0;
  cursor: pointer;
}

.information-information .section-space .about-us-holder {
  padding-right: 15px;
  padding-left: 15px;
}

.information-information .section-space .about-us-holder .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .information-information .section-space .about-us-holder .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.information-information .section-space .about-us-holder .content .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5em;
}

@media (max-width: 991px) {
  .information-information .section-space .about-us-holder .content .des {
    padding-right: 2em;
  }
}

@media (max-width: 767px) {
  .information-information .section-space .about-us-holder .content .des {
    padding-right: 0;
  }
}

.information-information .section-space .about-us-holder .content .des h3 {
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  color: #000;
  margin-bottom: .8em;
}

.information-information .section-space .about-us-holder .content .img-holder {
  -webkit-box-flex: .7;
      -ms-flex: .7;
          flex: .7;
}

.information-information .section-space .about-us-holder .content .img-holder img {
  width: 100%;
}

.information-information .section-space .sell-us-holder .des {
  max-width: 70%;
  margin: 0 auto;
}

.information-information .section-space .sell-us-holder .form-q {
  margin-top: 4em;
}

.information-information .section-space .sell-us-holder .step h3 {
  text-align: center;
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  color: #000;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.information-information .section-space .sell-us-holder .step .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .information-information .section-space .sell-us-holder .step .lists {
    max-width: 80%;
  }
  .fixed-header .header-menu li a {
          font-size: 10px;
  }
  .header-container .header-menu #main-menu>li>a {
          padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .information-information .section-space .sell-us-holder .step .lists {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.information-information .section-space .sell-us-holder .step .lists .item {
  width: calc(100%/3);
  text-align: center;
  padding: 0 2em;
}

@media (max-width: 767px) {
  .information-information .section-space .sell-us-holder .step .lists .item {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .information-information .section-space .sell-us-holder .step .lists .item {
    width: 100%;
  }
}

.information-information .section-space .sell-us-holder .step .lists .item h5 {
  font-family: 'josefin_sanssemibold';
  text-transform: uppercase;
  margin-top: 14px;
  color: #000;
}

.information-information .section-space .sell-us-holder .step .lists .item img {
  max-width: 7em;
}

.information-information .content {
  padding-right: 5.5em;
  padding-left: 5.5em;
}

@media (max-width: 1365px) {
  .information-information .content {
    padding-right: 0;
    padding-left: 0;
  }
}

.information-information.iid-4 #content, .information-information.iid-8 #content, .information-information.iid-9 #content, .information-information.iid-10 #content, .information-information.iid-11 #content {
  display: none;
}

#google_recaptcha.required .rc-anchor-light.rc-anchor-normal {
  border: 1px solid #ff0808 !important;
}

.g-recaptcha-response.required-this iframe {
    box-shadow: 0px 0px 1px 2px red;
}

#qoutation-form {
  padding: 0 5em 0 5em;
  margin-bottom: 4em;
}

@media (max-width: 1080px) {
  #qoutation-form {
    padding: 0 1em 0 1em;
  }
  
   .homesec2 .lists .item .bg-cover {
      min-height: 20em;
  }
  .homesec2 .lists .item .bg-cover .link h3 {
      font-size: 21px;
  }
  .product-details .btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove)  {
      padding: 0px !important;
        line-height: 1.7 !important;
  }
  
    @supports (-webkit-overflow-scrolling: touch) {
        .btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove)  {
       /*padding: 0px !important;*/
       /* padding-top: 8px !important;*/
       /* line-height: 1.6 !important;*/
           padding-top: 7.8px !important;
        }
    }


  
  .form-control{
          font-family: sans-serif;
  }

  
}

#qoutation-form .book-pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3em;
}

@media (max-width: 767px) {
  #qoutation-form .book-pop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#qoutation-form .book-pop #google_recaptcha {
  margin: 0;
}

#qoutation-form .book-pop #btn-validate.btn-primary {
  background-color: #a1202a !important;
  border: #a1202a !important;
}

#qoutation-form .required-this {
  border-color: red !important;
}

#qoutation-form .form-control {
  height: 40px;
  border-radius: 10px !important;
  line-height: 4.4;
}

#qoutation-form textarea.form-control {
  height: auto;
  margin-top: 1em;
}

@media (max-width: 767px) {
  #qoutation-form #success-upload {
    text-align: center;
  }
}

#qoutation-form .file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #qoutation-form .file-upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#qoutation-form .file-upload #button-upload {
  color: #333333;
  font-family: 'josefin_sansbold';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  background: #cccccc;
  border: 0;
  min-width: 12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  padding: 10px;
  padding-top: 11px;
}

#qoutation-form .file-upload .upload-result {
  width: 100%;
  border: 1px solid #ccc;
  padding: 7px 18px;
  border-radius: 10px;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  #qoutation-form .file-upload .upload-result {
    margin-left: 0;
    margin-top: 1em;
  }
}

#qoutation-form .services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  #qoutation-form .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#qoutation-form .services-item .item {
  width: calc(100%/4);
}

@media (max-width: 991px) {
  #qoutation-form .services-item .item {
    width: calc(100%/3);
  }
}

@media (max-width: 767px) {
  #qoutation-form .services-item .item {
    width: 100%;
  }
}

#qoutation-form .services-item .item label {
  position: relative;
  padding-left: .5em;
  margin-bottom: 10px;
}

#qoutation-form .services-item .item label input[type="checkbox"] {
  opacity: 0;
}

#qoutation-form .services-item .item label input[type="checkbox"]:checked + .square:before {
  content: "\f00c";
}

#qoutation-form .services-item .item label input[type="checkbox"] + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  display: inline-block;
  padding-top: 1px;
  padding-left: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0px;
  width: 17px;
  height: 17px;
  color: #fb0604;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}

.about_menu {
  text-align: center;
  margin-bottom: 3em;
}

.about_menu a {
  color: #000;
  text-transform: uppercase;
  font-family: 'josefin_sansbold';
  font-size: 13px;
  padding: 0 1em;
  border-right: 1.2px solid;
}

@media (max-width: 767px) {
  .about_menu a {
    display: block;
    border-right: 0;
  }
  .heading-all h2 {
          font-size: 16px;
  }
}

.about_menu a:last-child {
  border-right: 0;
}

.about_menu a.active {
  color: #ed1d24;
}

.about_menu a:hover {
  color: #ed1d24;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}

.store-details a {
  color: #666;
}

.store-details h3 {
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  margin-bottom: 1em;
  font-family: 'josefin_sanssemibold';
}

@media (max-width: 1366px) {
  .store-details h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .store-details h3 {
    font-size: 12px;
  }
}

.contact h3.text-left {
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  margin-bottom: 1em;
  font-family: 'josefin_sanssemibold';
}

.address-lists .item {
  margin-bottom: 1em;
}

.address-lists .item strong {
  color: #000;
}

.address-lists .item span br {
  display: none;
}

.form-control {
  border-radius: 10px;
}
/*# sourceMappingURL=main.css.map */