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

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

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

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

@font-face {
  font-family: 'montserratmedium';
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-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;
}

body {
  font-family: 'montserratregular';
  font-size: 14px;
}

.search-model {
  position: relative;
}

#revised-entry {
  margin-top: 2em;
}

#ro_stock_alert {
    padding-left: 1em !important;
    color: #a94442 !important;
}

.search-model .searchbtn {
  background: transparent;
  border: 0;
  position: absolute;
  height: 100%;
  color: #ccc;
  min-width: 3em;
}

.search-model input {
    padding-left: 3em;
    border-radius: 50px;
}


#srch_model + .dropdown-menu {
    width: 100%;
    height: 26em;
    overflow: scroll;
    z-index: 1;
}

.page-banner-title {
    display: none;
}

/*#product .radio label input, #product .radio label span {*/
/*    display: none !important;*/
/*}*/

@media only screen and (max-width: 1080px) and (min-width: 768px)  {
    .trade-img-left {
        max-width: 100% !important;
        display: flex;
    }
    .trade-img-left .product-image-column {
        margin-bottom: 0 !important;
        width: 50%;
    }
}


@media (max-width: 767px) {
  body {
    font-size: 10px;
  }
  #footer-area .row {
      text-align: center;
  }
}

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

@media (max-width: 1365px) {
  .container {
    max-width: 90%;
  }
}

.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: 170px;
  min-height: 44px;
  height: 44px;
  padding: 10px 14px;
  font-size: 12px;
  font-family: 'montserratlight';
  line-height: 2.1;
}




#content {
  min-height: 60vh;
  color: #000;
}

strong {
  font-family: 'montserratbold';
}

.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 {
  font-size: 11px;
}

.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;
}

.bg-contain {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
}

#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 .waiting_list_container {
  padding: 24px;
  border: 0;
  background: #E9D2FF;
}

#waiting_list .waiting_list_container .waiting_list_description {
  padding-bottom: 4px;
  font-family: 'montserratmedium';
}

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

#waiting_list button {
  min-width: auto !important;
  border-radius: 0px !important;
  text-transform: none;
}

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

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;
}

.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;
}

.slideshow .slider-custom-dots .owl-dot.active {
  width: 10px;
  background: #111111;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  color: #828286;
  font-family: 'montserratbold';
  text-transform: unset;
  font-size: 2.8em;
  margin-bottom: 44px !important;
}

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

body:not(.cke_editable) h2:not(.swal2-title):not([style]):before {
  content: '';
  width: 30px;
  height: 3px;
  background: #8502ff;
  display: block;
  margin: 0px auto 16px;
  border-radius: 50px;
}

.breadcrumb {
  border: 0;
  background-color: transparent;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li:last-child  {
  font-family: 'montserratlight';
}

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

.breadcrumb li a {
  font-family: 'montserratsemibold';
  color: #222222;
}

.breadcrumb li {
  font-family: 'montserratsemibold';
  color: #222222;
}

.breadcrumb li:after {
  content: "";
  background: #7a797a;
  width: 1px;
  height: 11px;
}

#enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
  line-height: 1.7 !important;
}

.input-group-btn .btn {
  border-radius: 0 !important;
}

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

.item-option small {
  white-space: pre-wrap;
}

.swal2-popup .swal2-styled.swal2-cancel {
  margin-top: 0;
}

.sticker {
  left: -8px;
  right: auto;
  top: 10px;
}

.sticker span.d {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  margin: auto;
  margin-top: 23px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 1px;
}

.sticker span.s1 {
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-36deg);
          transform: skew(-36deg);
}

.sticker span.s2 {
  display: block;
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 0;
  -webkit-transform: skew(36deg);
          transform: skew(36deg);
}

.sticker span.n {
  position: relative;
  z-index: 2;
  font-size: 14px;
  padding-left: .8em;
  padding-right: .5em;
  text-transform: uppercase;
  font-family: 'montserratsemibold';
  margin-top: 2px;
  display: block;
}

.fcategory_tab {
  margin-top: 6em;
}

.fcategory_tab .product-block .product-name{
      min-height: 7em;
          white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .fcategory_tab .product-block .product-details button {
    min-width: auto !important;
    width: auto;
    border-radius: 0;
    display: block;
    margin: 0 auto;
  }
  .cart-dropdown-order-totals {
      font-size: 8px;
  }
}

.fcategory_tab .slick-slide {
  padding: .6em;
}

@media (max-width: 767px) {
  .fcategory_tab .slick-slide {
    padding: 2em;
  }
}

.fcategory_tab .btn-holder {
  margin: 5em 0;
  margin-top: 2em;
}

.fcategory_tab .product-block {
  margin-bottom: 1em;
  border: 0;
}

.fcategory_tab .nav-pills {
  text-align: center;
  margin-bottom: 3em;
}

.fcategory_tab .nav-pills > li {
  float: none;
  display: inline-block;
}

.fcategory_tab .nav-pills > li.active a {
  background: #363636;
  color: #fff;
}

.fcategory_tab .nav-pills > li a {
  padding: 1.2em;
  min-width: 14em;
  background: #EBEBEB;
  border-radius: 10px;
  display: block;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-right: .5em;
}

@media (max-width: 767px) {
  .fcategory_tab .nav-pills > li a {
    min-width: 12em;
  }
}

@media (max-width: 1365px) {
  .fcategory_tab .slick-slider {
    padding: 0 5em;
  }
}

@media (max-width: 767px) {
  .fcategory_tab .slick-slider {
    padding: 0;
  }
}

.fcategory_tab .slick-nav {
  position: absolute;
  top: 50%;
}

.fcategory_tab .slick-nav.left {
  left: -62px;
}

@media (max-width: 1365px) {
  .fcategory_tab .slick-nav.left {
    left: 0;
  }
}

@media (max-width: 991px) {
  .fcategory_tab .slick-nav.left {
    left: 28px;
  }
}

.fcategory_tab .slick-nav.right {
  right: -62px;
}

@media (max-width: 1365px) {
  .fcategory_tab .slick-nav.right {
    right: 0;
  }
}

@media (max-width: 991px) {
  .fcategory_tab .slick-nav.right {
    right: 28px;
  }
}

.fcategory_tab .slick-nav .absolute {
  background: rgba(0, 0, 0, 0.19);
  font-size: 3em;
  border-radius: 50px;
  width: 1.5em;
  height: 1.5em;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fcategory_tab .slick-nav .absolute:hover {
  background: rgba(0, 0, 0, 0.06);
}

.fcategory_tab .slick-nav .absolute i {
  color: #fff;
  font-size: 32px;
}

.fixed-header > .container {
  padding: 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;
}

.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;
}

.fixed-header .header-logo img {
  max-width: 7em;
}

.fixed-header .header-menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fixed-header .header-menu #main-menu {
  padding-right: 5em;
}

.fixed-header .header-menu #main-menu li:last-child a:after {
  display: none;
}

.fixed-header .header-menu #main-menu li a {
  padding: 8px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.fixed-header .header-menu #main-menu li a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #a1a1a1;
  right: 0;
}

@-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-area {
  margin-top: 0 !important;
}

#footer-area h5 {
  font-family: 'montserratbold';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

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

#footer-area .footer-upper-contet {
  padding-top: 3em;
  padding-bottom: 2em;
  line-height: 1.8;
}

@media (max-width: 991px) {
  #footer-area .footer-upper-contet {
    padding-top: 1em;
    padding-bottom: 0em;
  }
}

#footer-area .row p {
  margin: 0;
}

.footer-upper-contet > *:last-child {
  -webkit-box-flex: .8;
      -ms-flex: .8;
          flex: .8;
}

.footer-social-icons {
  padding: 0;
}

.footer-contact-info:first-child {
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6;
          flex: 1.6;
}

footer {
  background-color: #252525;
}

a {
  color: #111111;
}

.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: #111111 !important;
  border: #111111 !important;
  border-radius: 50px;
}

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

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

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

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

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

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

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

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 #111111;
}

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

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

.pagination {
  margin-bottom: 3em;
}

.pagination > li > a {
  font-family: 'montserratsemibold';
  color: #333;
  background-color: transparent;
  border-color: transparent;
  font-size: 14px;
}

.pagination > li > a:hover {
  background: transparent;
  background-color: transparent;
  color: #5200a0;
  border-color: transparent;
}

.pagination > li > span {
  font-size: 14px;
  font-family: 'montserratsemibold';
  color: #333;
  background-color: transparent;
  border-color: transparent;
}

.pagination > .active > a {
  background: transparent;
  background-color: transparent;
  color: #5200a0;
  border-color: transparent;
}

.pagination > .active > a:focus {
  background: transparent;
  background-color: transparent;
  color: #5200a0;
  border-color: transparent;
}

.pagination > .active > a:hover {
  background: transparent;
  background-color: transparent;
  color: #5200a0;
  border-color: transparent;
}

.pagination > .active > span {
  background: transparent;
  background-color: transparent;
  color: #5200a0;
  border-color: transparent;
}

.pagination > .active > span:focus {
  background: transparent;
  background-color: transparent;
  color: #5200a0;
  border-color: transparent;
}

.pagination > .active > span:hover {
  background: transparent;
  background-color: transparent;
  color: #5200a0;
  border-color: transparent;
}

#side-price .price-container > * input {
  font-weight: 600;
  font-size: 13px;
  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: #5200a0 !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #ffffff;
  -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);
}

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

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

#side-categories {
  line-height: 2;
}

#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 .toggle {
  border: 0;
}

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

#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: #111111;
}

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

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

#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 .side-categories-level-1 {
  line-height: 2;
}

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

#side-manufacturer {
  line-height: 2;
  margin-bottom: 0px;
}

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

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

#side-categories .item a {
  font-size: 13px;
      color: #666;
}

#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: #111111;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}

@media (min-width: 1080px) {
  #filter-groups {
    margin-top: 4em;
  }
}

#filter-groups > div {
  margin-bottom: 20px;
  -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: 'montserratsemibold';
  font-size: 16px;
  color: #333;
  position: relative;
}

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

#side_filter {
  line-height: 2;
}

#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: #111111;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}

.product-product .sticker {
  left: 8px;
  right: auto;
  top: 10px;
}

.product-product .container.tradein-con {
  max-width: 84%;
}

@media (max-width: 1919px) {
  .product-product .container.tradein-con {
    max-width: 96%;
  }
}

@media (max-width: 1080px) {
  .product-product .container.tradein-con .col-sm-9 {
    width: 100%;
    padding: 0 3em;
  }
}

.product-product .container.tradein-con #filter_group_tigger_open {
  min-width: 28px !important;
  width: 28px !important;
  left: 0 !important;
  border-radius: 0 !important;
  background-color: #8502ff !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.product-product .container.tradein-con #filter_group_tigger_open .fa {
  font-size: 22px;
}

.product-product .container.tradein-con .product-image-main {
  border: 0;
}

.product-product .container.tradein-con .product-inner-name {
  font-size: 13px;
  text-align: center;
}

.product-product .container.tradein-con .product-image-column {
  background: #fff;
  padding-bottom: 3em;
  border: 1px solid rgba(204, 204, 204, 0.36);
  margin-bottom: 18px;
  padding: 2em;
  position: relative;
}

.product-product .container.tradein-con .product-image-column .sticker {
  left: -8px;
  z-index: 6;
}

.product-product .container.tradein-con .product-image-main-container {
  margin-bottom: 0;
      position: relative;
    z-index: 1;
}

.product-product .container.tradein-con .phone-lists label {
  padding-right: 4px;
}

.product-product .container.tradein-con .stepmenu {
  position: relative;
}


.img-contactimage img {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #ccc;
}
.product-product .container.tradein-con .stepmenu:before {
   content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;  
}

.product-product .container.tradein-con .nav-tabs {
  margin-bottom: 40px;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



@media (max-width: 767px) {
  .product-product .container.tradein-con .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-product .container.tradein-con .nav-tabs button {
  background: transparent;
  border: 0;
  font-family: 'montserratbold';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #CFCFCF;
  margin-bottom: 1em;
}

.product-product .container.tradein-con .nav-tabs button[aria-expanded="true"] {
  color: #222222;
}

.product-product .container.tradein-con .nav-tabs button[aria-expanded="true"] .count {
  background: #8502ff;
}

.product-product .container.tradein-con .nav-tabs button .count {
  width: 3em;
  height: 3em;
  border-radius: 50px;
  display: inline-block;
  line-height: 3;
  background: #CFCFCF;
  color: #fff;
  margin-right: 1em;
}

.product-product .container.tradein-con .nav-tabs button .line {
  color: #ccc;
  font-size: 2em;
  letter-spacing: 4px;
  padding-left: .5em;
}

@media (max-width: 1250px) {
  .product-product .container.tradein-con .nav-tabs button .line {
    display: none;
  }
}

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

.product-product .container.tradein-con #step1 .des {
  background: #ebebeb;
  font-family: 'montserratsemibold';
  padding: 1.3em 3em;
}

.product-product .container.tradein-con #step2 .accept-offer .old-prices {
  color: #8502ff;
  font-family: 'montserratbold';
  font-size: 1.8em;
  line-height: normal;
}

.product-product .container.tradein-con #step2 .btn-holder {
  margin-top: 2em;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #step2 .btn-holder {
    text-align: center;
  }
}

.product-product .container.tradein-con #step2 .btn-holder .btn {
  margin-right: 1em;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #step2 .btn-holder .btn {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.product-product .container.tradein-con #step2 .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 54%;
}

@media (max-width: 1199px) {
  .product-product .container.tradein-con #step2 .lists {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #step2 .lists {
    max-width: 100%;
  }
}

.product-product .container.tradein-con #step2 .lists > * {
  width: calc(100%/2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
  font-family: 'montserratsemibold';
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #step2 .lists > * {
    width: 100%;
  }
}

.product-product .container.tradein-con #step2 .lists > * div:last-child {
  white-space: pre-wrap;
  padding-left: 1em;
}

.product-product .container.tradein-con #step4 #button-confirm {
  margin-top: 2em;
}

.product-product .container.tradein-con #step4 p.h {
  font-family: 'montserratsemibold';
  margin-top: 2em;
  margin-bottom: 1em;
}

.product-product .container.tradein-con #step4 .bank-details label:not(:first-child) {
  padding-left: 4em;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #step4 .bank-details label:not(:first-child) {
    padding-left: 0;
  }
}

.product-product .container.tradein-con #step4 .bank-details label strong {
  padding-right: 2px;
}

.product-product .container.tradein-con .required-this {
  border-color: #a94442 !important;
}

.product-product .container.tradein-con .send-for-check .selection .nav-link {
  padding: 40px 15px;
  border-radius: 0px;
  padding-left: 3em;
}

.product-product .container.tradein-con .send-for-check .selection p.h {
  text-align: center;
}

.product-product .container.tradein-con .send-for-check .selection p.h:first-child {
  font-family: 'montserratbold';
  color: #8502ff;
}

.product-product .container.tradein-con .send-for-check .selection .note {
  font-style: italic;
  font-size: 11px;
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link {
  min-width: 30%;
  margin: 2em;
  background: transparent;
  border: 2px solid #D7D7D7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link {
  opacity: 0.1;
}

@media (max-width: 1440px) {
  .product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link {
    min-width: 40%;
  }
}

@media (max-width: 1080px) {
  .product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link {
    min-width: 42%;
    margin: 1em;
  }
  .trade-img-left {
      max-width: 34%;
  }
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link.active {
  background: #fff;
  border-color: transparent;
  -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.19);
          box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.19);
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link.active  {
  opacity: 1;
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link:last-child {
  text-align: center;
  padding-left: 15px;
  line-height: 2;
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link:last-child img {
  padding: 1.5em 0;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link:last-child img {
    width: 100%;
  }
  .trade-img-left {
      max-width: 100%;
  }
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link .item > * {
  width: calc(99%/2);
}

@media (max-width: 540px) {
  .product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link .item > * img {
    width: 100%;
  }
}

.product-product .container.tradein-con .send-for-check .selection .nav-tabs .nav-link .item > * .dclose {
  padding-left: 1em;
}

.product-product .container.tradein-con .send-for-check .selection .des {
  line-height: 2.2;
  padding-bottom: 3em;
}

.product-product .container.tradein-con .send-for-check .selection .form-control {
  height: 46px !important;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con .send-for-check .selection .form-control {
    margin-bottom: 1em;
  }
}

.product-product .container.tradein-con .tab-content {
  padding: 0;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con .tab-content .btn-holder {
    text-align: center !important;
  }
}

.product-product .container.tradein-con .phone-info {
  display: none;
}

.product-product .container.tradein-con .info {
  text-align: center;
}

.product-product .container.tradein-con .info .btn {
  text-transform: capitalize;
  margin-top: 2em;
  min-width: 130px !important;
}

.product-product .container.tradein-con .info .price-holder {
  text-align: center;
  position: relative;
}

.product-product .container.tradein-con .info .price-holder.f {
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.product-product .container.tradein-con .info .price-holder.f:after {
  content: "";
  width: 64%;
  height: 100%;
  position: absolute;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.product-product .container.tradein-con .info .price-holder .price, .product-product .container.tradein-con .info .price-holder .old-prices {
  margin: 0;
  padding: 0;
  color: #828286;
}

.product-product .container.tradein-con .info .price-holder h5 {
  font-style: italic;
  margin: 0;
  line-height: 1.7;
}

.product-product .container.tradein-con .des-holder {
  border: 1px solid rgba(204, 204, 204, 0.36);
  background: #fff;
  padding: 2em;
}

.product-product .container.tradein-con #button-quote {
  margin-top: 4em;
}

.product-product .container.tradein-con #product .text-danger {
  display: none !important;
}
.product-product .container.tradein-con #product .specification-holder {
    position: relative;
}

.product-product .container.tradein-con #product .specification-holder.spec1:before {
    display: none;
}

.product-product .container.tradein-con #product .specification-holder.selected + .specification-holder:before {
    display: none;
}

/* .product-product .container.tradein-con #product .specification-holder:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.product-product .container.tradein-con #product .specification-holder h4 {
  display: none;
}

.product-product .container.tradein-con #product .specification-holder.spec1 h4 {
  display: block;
  font-family: 'montserratsemibold';
  color: #222;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
}

.product-product .container.tradein-con #product .specification-holder .form-group {
  display: block;
}

.product-product .container.tradein-con #product .specification-holder .form-group > * {
  width: 100% !important;
  font-family: 'montserratsemibold';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-product .container.tradein-con #product  .form-group label span.control-label {
  display: none;
}
.product-product .container.tradein-con #product  .form-group.has-error label span.control-label {
  display: block;
}
.product-product .container.tradein-con #product  .form-group label span {
    min-width: auto !important;
    width: auto !important;
}
.product-product .container.tradein-con #product .specification-holder .form-group > * > * {
  /*width: calc(100%/5 - 8px);*/
  min-width: 14em;
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #product .specification-holder .form-group > * > * {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #product .specification-holder .form-group > * {
    display: block;
  }
}

.product-product .container.tradein-con #product .conditon-holder h4 {
  display: none;
}

.product-product .container.tradein-con #product .conditon-holder.con4 h4 {
  display: block;
  font-family: 'montserratsemibold';
  color: #222;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  margin-top: 2em;
}

#datetimepicker6 {
  position: relative;
}

#datetimepicker6 input {
  position: relative;
  z-index: 1;
}

#datetimepicker6 .input-group-addon {
  position: relative;
  z-index: 33;
}

#datetimepicker6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}



#datetimepicker7 {
  position: relative;
}

#datetimepicker7 input {
  position: relative;
  z-index: 1;
}

#datetimepicker7 .input-group-addon {
  position: relative;
  z-index: 33;
}

#datetimepicker7:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product-product .container.tradein-con #product .functional-holder label span {
  display: block;
  font-family: 'montserratsemibold';
  color: #222;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  margin-top: 2em;
}

.product-product .container.tradein-con #product .missing-holder label span {
  display: block;
  font-family: 'montserratsemibold';
  color: #222;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  margin-top: 2em;
}

.product-product .container.tradein-con #product .conditon-holder .form-group {
  display: block;
}

.product-product .container.tradein-con #product .conditon-holder .form-group > * {
  width: 100% !important;
  font-family: 'montserratsemibold';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-product .container.tradein-con #product .conditon-holder .form-group > * > * {
  width: calc(100%/2 - 8px);
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #product .conditon-holder .form-group > * > * {
    width: 100%;
  }
}

.product-product .container.tradein-con #product .select-holder .control-label {
  display: block;
  font-family: 'montserratsemibold';
  color: #222;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  margin-top: 2em;
}

.product-product .container.tradein-con #product .holder10 .btn, .product-product .container.tradein-con #product .holder11 .btn {
  min-width: auto !important;
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: #222222;
  white-space: normal;
}

.product-product .container.tradein-con #product .holder10 .checkbox, .product-product .container.tradein-con #product .holder11 .checkbox {
  text-align: center;
  width: calc(100%/6);
  margin: 0;
}

@media (max-width: 991px) {
  .product-product .container.tradein-con #product .holder10 .checkbox, .product-product .container.tradein-con #product .holder11 .checkbox {
    width: calc(100%/4);
  }
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #product .holder10 .checkbox, .product-product .container.tradein-con #product .holder11 .checkbox {
    width: calc(100%/2);
    margin-bottom: 1em;
  }
}

.product-product .container.tradein-con #product .holder10 div, .product-product .container.tradein-con #product .holder11 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-product .container.tradein-con #product .holder10 div img, .product-product .container.tradein-con #product .holder11 div img {
  border: 0 !important;
  opacity: 0.1;
}

.product-product .container.tradein-con #product .btn {
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
  border-radius: 10px !important;
  color: #222;
}

.product-product .container.tradein-con #product .form-group {
  display: block;
}

.product-product .container.tradein-con #product .form-group > * {
  width: 100% !important;
}

.product-product .container.tradein-con #product input + .btn + img {
    display: none;
}
.product-product .container.tradein-con #product input:checked + .btn + img {
    display: block;
}

.product-product .container.tradein-con #product input:checked + .btn {
  background-color: #111111 !important;
  border: #111111 !important;
  color: #fff;
}

.product-product .container.tradein-con #product input:checked + img {
  opacity: 1;
}

.product-product .container.tradein-con #product .radio, .product-product .container.tradein-con #product .checkbox {
  padding-right: 4px;
}

.product-product .container.tradein-con #product .radio label, .product-product .container.tradein-con #product .checkbox label {
  padding-right: 0;
  width: 100%;
}

.product-product .container.tradein-con #product .radio label span, .product-product .container.tradein-con #product .checkbox label span {
  display: block;
  text-transform: none;
  min-width: auto !important;
}

@media (max-width: 767px) {
  .product-product .container.tradein-con #product .radio label span, .product-product .container.tradein-con #product .checkbox label span {
    white-space: pre-wrap;
    height: 100% !important;
  }
}

.product-product .out-s {
  margin-bottom: 1em;
  color: #CECECE;
}

.product-product #content {
  padding-bottom: 6em;
}

.product-product .price {
  color: #828286;
  font-family: 'montserratsemibold';
  font-size: 1.5em;
  padding: 0 0 .5em 0;
}

.product-product .price .old-prices {
  color: #d5d5d5;
}

.product-product .tab-content {
  padding: 3em 2.5em;
  border-bottom: 1px solid #8502ff;
}

.product-product .input-group-flex.share-button {
  margin: 22px 0px;
}

.product-product .product-inner-btn-container {
  margin-top: 3em;
}

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

.product-product .product-inner-btn-container .btn {
  background-color: #d7d7d7 !important;
  border: #d7d7d7 !important;
}

.product-product .product-inner-btn-container .btn:hover {
  background-color: #111111 !important;
  border: #111111 !important;
}

.product-product .product-inner-name {
  font-family: 'montserratmedium';
  color: #222222;
}

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

.product-product .product-image-main-container {
  margin-bottom: 8px;
}

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

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

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

.product-product .product-image-additional-container .slick-nav {
  display: none !important;
}

.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;
}

.product-product #product #input-quantity {
  height: 46px;
}

.product-product #product .input-group-btn:last-child .btn {
  background-color: #8502ff !important;
  border-color: #8502ff !important;
}

.product-product #product .input-group-btn:first-child .btn {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}

.product-product #product .input-group-btn .btn {
  width: 3em;
}

.product-product #product label {
  margin: 0;
}

@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;
  margin-bottom: 12px;
}

@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 {
  padding-left: 1em;
}

.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 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 22%;
  font-size: 13px;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 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: 50%;
}

@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%;
  }
}

#product .checkbox, #product .radio {
  display: inline-block;
}

#product input:checked + img {
  border: 1px solid #000;
}

#product .checkbox label {
  padding-right: 8px;
  padding-left: 0;
}

#product .checkbox label input, #product .checkbox label span {
  display: none;
}

#product .radio label {
  padding-right: 0px;
  padding-left: 0;
}

#product .radio label input, #product .radio label span {
  display: none;
}

#product .img-thumbnail {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 0;
}

#product div.required .control-label:before {
  display: none;
}

#product .checkbox {
  position: relative;
}

#product .zero-qty {
  border: 1px solid #ccc;
}

#product .zero-qty + .line {
  border: 1px solid #ccc;
  -webkit-transform: skewY(-43deg);
  transform: skewY(-43deg);
  position: absolute;
  width: 100%;
  top: 27px;
  right: 0px;
}

.product-image-main {
  border: 1px solid #ccc;
  background: #fff;
}

#product-tabs {
  border-bottom: 1px solid #8502ff;
  margin-bottom: 0;
}

#product-tabs li a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom-color: #8502ff;
  background-color: transparent;
  font-family: 'montserratbold';
  font-size: 1.2em;
  border-bottom: 4px solid #8502ff;
  color: #8502ff;
  margin-right: 1em;
}

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

.featured_related_products_ {
  margin-top: 4em;
}

.featured_related_products_ .sticker {
  left: -8px;
}

.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: 0;
}



.product-special .product-view > *:not(:nth-child(4n+1)):not(:first-child), .product-category .product-view > *:not(:nth-child(4n+1)):not(:first-child) {
  margin-left: 30px;
}

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

.product-special .product-view > *, .product-category .product-view > * {
  margin-bottom: 36px;
  width: calc(25% - 30px);
  border: 0;
}

@media (max-width: 1365px) {
  .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;
  }
  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(33.3333% - 10px);
    margin-bottom: 15px;
  }
}

@media (max-width: 1365px) and (max-width: 767px) {
  .product-special .product-view > *, .product-category .product-view > * {
    width: 100%;
    margin-left: 0 !important;
  }
}

@media (max-width: 1365px) {
  .product-special .product-view > *:nth-child(even), .product-category .product-view > *:nth-child(even) {
    margin-left: 0;
  }
}

@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;
  }
  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(33.3333% - 10px);
  }
  .product-special #content {
      width: 100%;
  }
}

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

@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;
    border: 1px solid #fff;
    min-width: 87px !important;
    width: 90px;
    left: -32px;
  }
  #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-category.cid-19_20 #side-price {
  display: none;
}

.product-category.cid-19 #side-price {
  display: none;
}

.product-category .h2main {
  margin-bottom: 26px !important;
}

.product-category .menu-shop {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
}

.product-category .menu-shop a {
  padding: 1.2em;
  min-width: 14em;
  background: #EBEBEB;
  border-radius: 10px;
  display: block;
  color: #000;
}

@media (max-width: 767px) {
  .product-category .menu-shop a {
    min-width: 13em;
    margin-bottom: 2em;
  }
}

.product-category .menu-shop a.active {
  background: #363636;
  color: #fff;
}

.product-category .container.holder {
  max-width: 88%;
}

.product-special .container.holder {
  max-width: 88%;
}

@media (max-width: 1365px) {
  .product-category .container.holder {
    max-width: 94%;
  }
  .product-special .container.holder {
  max-width: 94%;
}
}

.product-category #filter-groups .panel, .product-category #filter-groups .list-group, .product-category #filter-groups .list-group-item {
  background: transparent;
}

.product-category #column-left {
  width: 20%;
}

.product-category #content {
  width: 80%;
}

.product-block {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 22px;
  position: relative;
  border: 1px solid #ccc !important;
}

.product-block.out-of-stock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3607843137254902);
  z-index: 1;
}

.product-block .product-details .btn {
  background-color: #cfcfcf !important;
}

@media (max-width: 767px) {
  .product-block .product-details .btn {
    min-width: 100% !important;
    width: 100%;
    border-radius: 0;
    display: block;
  }
}

.product-block .product-name a {
  font-family: 'montserratmedium';
}

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

.product-block:hover .product-details .btn {
  background-color: #111111 !important;
}

.product-block .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: 140px;
  min-height: 38px;
  height: 38px;
  padding: 10px 14px;
  font-size: 11px;
  font-family: 'montserratlight';
  line-height: 1.7;
  text-transform: none;
}

.product-block .price {
  color: #828286;
  font-family: 'montserratsemibold';
  font-size: 1.5em;
  padding: .5em 0 1em 0;
}

.product-block .price .price-old {
  color: #d5d5d5;
  text-decoration: line-through;
}

.information-information.iid-4 #content table tr {
  padding-bottom: 6em;
}

@media (max-width: 767px) {
  .information-information.iid-4 #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;
    padding-bottom: 0;
  }
}

.information-information.iid-4 #content table tr:nth-child(even) td:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .information-information.iid-4 #content table tr td {
    width: 100% !important;
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.information-information.iid-4 #content table tr td:last-child {
  padding-left: 3em;
  padding-bottom: 6em;
}

@media (max-width: 767px) {
  .information-information.iid-4 #content table tr td:last-child {
    padding-bottom: 3em;
  }
}

.information-information.iid-4 #content table tr td:first-child {
  padding-right: 3em;
  padding-bottom: 6em;
}

@media (max-width: 767px) {
  .information-information.iid-4 #content table tr td:first-child {
    padding-bottom: 1em;
  }
}

.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%;
}

@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: 195px;
    margin-bottom: 0;
    margin-right: auto;
    margin: 0 auto;
  }
}

.map-holder {
  margin-bottom: 2em;
}

.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 .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 #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;
}

.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;
}

.slider-slideshow-description .slider-slideshow-description-texts {
  padding: 0;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
  text-transform: uppercase;
  font-family: 'montserratlight';
  color: #777777;
  font-size: 20px;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
  text-transform: uppercase;
  font-family: 'montserratlight';
  color: #222222;
  font-size: 50px;
}

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

.homesec1 .lists .item {
  background: #6600c5;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 18em;
}

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

.homesec1 .lists .item img {
  padding-right: 1.5em;
}

.homesec1 .lists .item h3 {
  color: #fff;
  white-space: pre-wrap;
  font-family: 'montserratsemibold';
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.homesec1 .slick-slide {
  padding: 4px;
}

.testimonial-home .slick-dots li button:before {
  color: #fff;
}

.testimonial-home .vmore a {
  background: #dfbb7a;
  border: 0;
  border-radius: 50px;
  padding: 1.2em 0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 2em;
  display: block;
  max-width: 12em;
  margin: 0 auto;
  margin-top: 2em;
}

@media (min-width: 1920px) {
  .testimonial-home .vmore a {
    max-width: 14em;
    padding: 1.5em 1em;
  }
}

@media (max-width: 767px) {
  .testimonial-home .vmore a {
    font-size: 11px;
  }
}

.testimonial-home .item {
  background: rgba(255, 255, 255, 0.85);
  outline: none !important;
  padding: 3em 3em;
  padding-bottom: 2em;
  text-align: center;
  line-height: 2;
}

.testimonial-home .item h4 {
  margin-bottom: 0;
  text-align: left;
  font-family: 'montserratbold';
  font-size: 13px;
}

@media (max-width: 1200px) {
  .testimonial-home .item h4 {
    text-align: center;
  }
}

.testimonial-home .item h4 span {
  font-family: 'montserratlight';
  color: #222222;
  font-style: italic;
}

@media (max-width: 1199px) {
  .testimonial-home .item h4 span {
    display: block;
  }
}

.testimonial-home .container {
  max-width: 70%;
}

@media (max-width: 1365px) {
  .testimonial-home .container {
    max-width: 90%;
  }
}

.testimonial-home h2 {
  text-align: center !important;
  margin-bottom: .8em !important;
}

.testimonial-home .slick-slide {
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fff;
}

@media (max-width: 1365px) {
  .testimonial-home .slick-slider {
    padding: 0 5em;
  }
}

@media (max-width: 767px) {
  .testimonial-home .slick-slider {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .testimonial-home .featured-module {
    padding: 0 2em;
  }
}

.testimonial-home .slick-nav.left {
  left: -62px;
}

@media (max-width: 1365px) {
  .testimonial-home .slick-nav.left {
    left: 0;
  }
}

.testimonial-home .slick-nav.right {
  right: -62px;
}

@media (max-width: 1365px) {
  .testimonial-home .slick-nav.right {
    right: 0;
  }
}

.testimonial-home .slick-nav .absolute {
  background: rgba(0, 0, 0, 0.19);
  font-size: 3em;
  border-radius: 50px;
  width: 1.5em;
  height: 1.5em;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testimonial-home .slick-nav .absolute:hover {
  background: rgba(0, 0, 0, 0.06);
}

.testimonial-home .slick-nav .absolute i {
  color: #fff;
  font-size: 32px;
}

.common-home #content {
  padding-bottom: 0;
}
/*# sourceMappingURL=main.css.map */