@charset "UTF-8";
@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "PoppinsLight";
  src: url("../fonts/poppins/Poppins-Light.ttf");
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "OswaldRegular";
  src: url("../fonts/oswald/Oswald-Light.otf");
}
@font-face {
  font-family: "MontserratBold";
  src: url(../fonts/montserrat/Montserrat-Bold.otf);
  src: url("../fonts/montserrat/woff/Montserrat-Bold.woff") format("woff");
}
::placeholder {
  color: #707070 !important;
  font-weight: 700;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes slide-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(-100%);
  }
}
/* Move it (define the animation) */
@-moz-keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}
::placeholder {
  color: #ababab !important;
  font-weight: 400;
}

body.information-contact .contact-body > .form-group {
  min-width: calc(100% - 15px) !important;
}

body.information-contact .contact-body > .form-group.submit {
  margin-top: 0px;
  text-align: center;
}

body.information-contact .contact-body > .form-group.submit input[type=submit] {
  padding: 13px 5rem !important;
}

.slideshow .slider-nav {
  background: transparent !important;
  top: 50%;
  width: auto !important;
}
.slideshow .slider-nav:hover i {
  background: #898989 !important;
}
.slideshow .slider-nav i {
  color: #ffffff !important;
  background: #bcbcbc;
  font-size: 1.3rem;
  padding: 9px 11px;
  border-radius: 40px;
}

@media only screen and (min-width: 320px) {
  body.information-contact .contact-footer .submit {
    text-align: center;
  }

  body.information-contact .contact-footer #google_recaptcha {
    padding-left: 1rem;
  }

  body.information-get_quote .main-wrapper .container .contact-form #google_recaptcha {
    padding-left: 0.5rem;
  }

  body.information-get_quote .main-wrapper .container .contact-form .submit {
    text-align: center;
  }

  .slideshow:hover .slider-nav.slider-nav-left {
    left: 10px !important;
  }

  .slideshow:hover .slider-nav.slider-nav-right {
    right: 10px !important;
  }

  body.news-ncategory .news-categories {
    width: 100%;
    float: left;
    margin-bottom: 2rem;
  }
  body.news-ncategory .news-categories .cats {
    padding: 0 4rem !important;
    justify-content: center;
    display: flex;
  }
  body.news-ncategory .news-categories .cats .slick-nav {
    top: -5px !important;
  }
  body.news-ncategory .news-categories .cats .slick-list {
    padding: 0 !important;
  }
  body.news-ncategory .news-categories .cats .slick-slide {
    float: left;
    padding: 0 1rem;
    position: relative;
  }
  body.news-ncategory .news-categories .cats .slick-slide:first-child {
    padding-left: 0 !important;
  }
  body.news-ncategory .news-categories .cats .slick-slide:last-child {
    padding-right: 0 !important;
  }
  body.news-ncategory .news-categories .cats .slick-slide div:hover a, body.news-ncategory .news-categories .cats .slick-slide div.active a {
    color: #003b97 !important;
  }
  body.news-ncategory .news-categories .cats .slick-slide:not(:last-child):after {
    content: "|";
    position: absolute;
    font-size: 16px;
    color: #1e1e1e !important;
    top: 0;
    right: -2px;
  }
  body.news-ncategory .news-categories .cats .slick-slide a {
    font-family: "PoppinsSemiBold" !important;
    text-transform: uppercase;
    color: #1e1e1e !important;
    font-size: 16px;
  }

  body.information-get_quote .main-wrapper .container {
    padding: 0 !important;
  }
  body.information-get_quote .main-wrapper .container .custom-heading h2 span.after-style {
    width: 125px !important;
  }
  body.information-get_quote .main-wrapper .container .top-section {
    text-align: center;
    margin-bottom: 5rem;
  }
  body.information-get_quote .main-wrapper .container .contact-form {
    padding: 0 !important;
  }
  body.information-get_quote .main-wrapper .container .contact-form .form-group {
    margin-bottom: 15px !important;
  }
  body.information-get_quote .main-wrapper .container .contact-form .form-group .checkboxes {
    margin-top: 2rem;
    width: 100%;
    float: left;
  }
  body.information-get_quote .main-wrapper .container .contact-form .form-group.event_start .select, body.information-get_quote .main-wrapper .container .contact-form .form-group.event_end .select {
    width: 120px !important;
    margin-right: 5px;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-three, body.information-get_quote .main-wrapper .container .contact-form .column-two, body.information-get_quote .main-wrapper .container .contact-form .bottom {
    padding: 0 25px;
    width: 100%;
    float: left;
  }
  body.information-get_quote .main-wrapper .container .contact-form .bottom {
    margin-top: 3rem;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-two:not(:first-of-type) {
    margin-top: 2rem;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-two.attendees {
    margin-top: 0 !important;
  }
  body.information-get_quote .main-wrapper .container .contact-form input[type=submit] {
    min-width: 130px !important;
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style {
    /* Base for label styling */
    /*[type="checkbox"]:last-of-type:checked + label{
    	margin-bottom: 0!important;
    }*/
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
    /* accessibility */
    /* hover style just for information */
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:not(:checked),
body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:checked {
    position: absolute;
    left: -9999px;
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:not(:checked) + label,
body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:not(:checked) + label:before,
body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:not(:checked) + label:after,
body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:checked + label:after {
    content: "✔";
    position: absolute;
    top: 3px;
    left: 5px;
    line-height: 1.2;
    color: #707070;
    transition: all 0.2s;
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:disabled:not(:checked) + label:before,
body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:disabled:checked + label:after {
    color: #999999;
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:disabled + label {
    color: #aaaaaa;
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:checked:focus + label:before,
body.information-get_quote .main-wrapper .container .contact-form .checkbox-style [type=checkbox]:not(:checked):focus + label:before {
    border: 2px solid #003b97;
  }
  body.information-get_quote .main-wrapper .container .contact-form .checkbox-style label:hover:before, body.information-get_quote .main-wrapper .container .contact-form .checkbox-style label:focus:before {
    border: 2px solid #003b97 !important;
    background: #ffffff;
  }
  body.information-get_quote .main-wrapper .container .contact-form .event_date {
    margin-top: 2rem;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 {
    width: 100%;
    float: left;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .col22 {
    display: flex;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select {
    position: relative;
    float: left;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #ffffff;
    color: #707070;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    font-size: 14px;
    z-index: auto !important;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select select::-ms-expand {
    display: none;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select select:hover, body.information-get_quote .main-wrapper .container .contact-form .col2 .select select:focus {
    color: #707070;
    background: #ffffff;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select select:disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select select:hover ~ .select_arrow, body.information-get_quote .main-wrapper .container .contact-form .col2 .select select:focus ~ .select_arrow {
    border-top-color: #333333;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select .select_arrow {
    position: absolute;
    top: 17px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 6px 0px 6px;
    border-color: #707070 transparent transparent transparent;
    /*border-color: transparent;
    border-width: 0;
    border-style: none;
    top: 13px;*/
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .select .select_arrow i {
    font-weight: 700;
    font-size: 18px;
  }
  body.information-get_quote .main-wrapper .container .contact-form .col2 .contact_number_prefixes {
    width: 90px !important;
    margin-right: 3px;
  }

  body.information-contact .main-wrapper .custom-heading h2 span.after-style {
    width: 150px !important;
    right: auto !important;
    left: 0 !important;
  }
  body.information-contact .main-wrapper .top-section .contents {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 3rem;
  }
  body.information-contact .main-wrapper .google-map {
    padding: 0 !important;
  }
  body.information-contact .main-wrapper .google-map .mapouter {
    width: 100% !important;
    height: 350px !important;
  }
  body.information-contact .main-wrapper .google-map .mapouter .gmap_canvas, body.information-contact .main-wrapper .google-map .mapouter #gmap_canvas {
    width: 100%;
    height: 100%;
  }
  body.information-contact .main-wrapper .google-map a {
    color: #003b97 !important;
  }
  body.information-contact .main-wrapper .google-map a:hover {
    color: #2f517b !important;
  }
  body.information-contact .main-wrapper .google-map p {
    margin-bottom: 0;
  }
  body.information-contact .main-wrapper .google-map p.tel {
    margin-top: 2rem;
  }
  body.information-contact .main-wrapper .google-map .store_name {
    text-transform: uppercase;
    margin-top: 3rem;
    padding-bottom: 0;
  }
  body.information-contact .main-wrapper .contact-info {
    padding: 0 !important;
    margin-top: 3rem;
  }
  body.information-contact .main-wrapper .contact-info fieldset {
    padding: 0 !important;
  }
  body.information-contact .main-wrapper .contact-info .contact-footer {
    width: 100%;
    float: left;
  }
  body.information-contact .main-wrapper .contact-info .contact-footer input[type=submit] {
    min-width: 130px !important;
  }

  body.information-join .main-wrapper .container {
    padding: 0 !important;
    width: 100% !important;
  }
  body.information-join .main-wrapper #content {
    padding: 0 !important;
  }
  body.information-join .main-wrapper .custom-heading h2 span.after-style {
    width: 72px !important;
    right: auto !important;
    left: 0 !important;
  }
  body.information-join .main-wrapper .contact-form {
    margin-top: 5rem;
    padding: 0 2rem;
  }
  body.information-join .main-wrapper .contact-form .form-contents {
    text-align: center;
    width: 100%;
    float: left;
    margin: -2rem 0 4rem;
  }
  body.information-join .main-wrapper .contact-form .contact-body .submit {
    text-align: center;
    float: none;
  }
  body.information-join .main-wrapper .contact-form .contact-body .submit input[type=submit] {
    min-width: 130px !important;
  }
  body.information-join .main-wrapper .contact-form .contact-body .bottom {
    width: 100%;
    float: left;
    padding: 0 2rem;
  }
  body.information-join .main-wrapper .top-section .contents {
    display: flex;
    flex-wrap: wrap;
  }
  body.information-join .main-wrapper .top-section .contents:nth-child(even) .boxes.right_column {
    order: 1;
  }
  body.information-join .main-wrapper .top-section .contents:nth-child(even) .boxes.left_column {
    order: 2;
  }
  body.information-join .main-wrapper .top-section .contents .boxes {
    padding: 0 !important;
  }
  body.information-join .main-wrapper .top-section .contents .boxes.left_column p:last-child, body.information-join .main-wrapper .top-section .contents .boxes.right_column p:last-child {
    margin-bottom: 0 !important;
  }
  body.information-join .main-wrapper .top-section .contents .boxes.left_column .body, body.information-join .main-wrapper .top-section .contents .boxes.right_column .body {
    text-align: justify;
    padding: 2rem;
    background-position: center !important;
    background-size: cover !important;
  }
  body.information-join .main-wrapper .top-section .contents .boxes.left_column .body a, body.information-join .main-wrapper .top-section .contents .boxes.right_column .body a {
    background: #003b97;
    border: 1px solid #003b97;
    color: #ffffff;
    border-radius: 10px;
    font-family: "PoppinsSemiBold" !important;
    padding: 10px 2rem;
    margin: 2rem 0;
    display: inline-block;
  }
  body.information-join .main-wrapper .top-section .contents .boxes.left_column .body a:hover, body.information-join .main-wrapper .top-section .contents .boxes.right_column .body a:hover {
    background: #2f517b !important;
    border: 1px solid #2f517b !important;
  }

  body.news-article .main-wrapper {
    padding: 0 !important;
  }
  body.news-article #content {
    margin: 3rem 0 7rem;
  }
  body.news-article #content .article-content .blog-gallery {
    padding: 0 3.5rem;
  }
  body.news-article #content .article-content .additional-blog-gallery {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 1rem;
    padding: 0 3.5rem;
  }
  body.news-article #content .article-content .additional-blog-gallery .slick-slide {
    padding: 0 5px;
  }
  body.news-article #content .article-content .info {
    width: 100%;
    float: left;
  }
  body.news-article #content .article-content .title {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 3rem;
  }
  body.news-article #content .article-content .description {
    text-align: justify;
  }
  body.news-article #content .article-content .media-detail__btn-group {
    width: 100%;
    float: left;
    margin-top: 2rem;
    text-align: center;
  }
  body.news-article #content .article-content .sharethis {
    width: 100%;
    float: left;
    margin: 3rem 0;
  }
  body.news-article #content .article-content .sharethis .share-label {
    float: left;
    font-size: 16px !important;
    margin-right: 2rem;
    margin-bottom: 0 !important;
    margin-top: 5px;
  }
  body.news-article #content .article-content .sharethis i.fa-facebook {
    background: #003b97;
    color: #ffffff;
    padding: 7px 10px;
    border-radius: 30px;
  }
  body.news-article #content .article-content .sharethis i.fa-facebook:hover {
    background: #2f517b !important;
  }
}
@media only screen and (min-width: 360px) {
  body.information-get_quote .main-wrapper .container .contact-form #google_recaptcha {
    padding-left: 1rem;
  }

  body.news-ncategory .news-categories .cats .slick-slide {
    padding: 0 3rem !important;
  }

  body.news-ncategory .news-categories .cats .slick-slide a, body.news-ncategory .news-categories .cats .slick-slide:not(:last-child):after {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 375px) {
  body.information-contact .contact-footer #google_recaptcha {
    padding-left: 2rem;
  }

  body.information-get_quote .main-wrapper .container .contact-form #google_recaptcha {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 414px) {
  body.information-contact .contact-footer #google_recaptcha {
    padding-left: 4rem;
  }

  body.information-get_quote .main-wrapper .container .contact-form #google_recaptcha {
    padding-left: 4rem;
  }

  body.information-join #google_recaptcha {
    margin-left: 1.5rem;
  }

  body.news-ncategory .news-categories .cats .slick-slide a, body.news-ncategory .news-categories .cats .slick-slide:not(:last-child):after {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 480px) {
  body.information-contact .contact-footer #google_recaptcha {
    padding-left: 8rem;
  }

  body.information-get_quote .main-wrapper .container .contact-form #google_recaptcha {
    padding-left: 7rem;
  }

  body.information-join #google_recaptcha {
    margin-left: 4.5rem;
  }

  body.news-ncategory .news-categories .cats .slick-nav {
    top: -7px !important;
  }

  body.news-ncategory .news-categories .cats {
    padding: 0 6rem !important;
  }

  body.news-ncategory .news-categories .slick-slider .slick-nav i {
    font-size: 1.3rem !important;
    padding: 9px 11px !important;
  }

  body.news-ncategory .news-categories {
    margin-bottom: 3rem !important;
  }

  body.news-article #content .article-content .blog-gallery .slick-nav.left {
    left: 0px !important;
  }

  body.news-article #content .article-content .blog-gallery .slick-nav.right {
    right: 0px !important;
  }

  body.news-article #content .article-content .blog-gallery {
    padding: 0 5.5rem !important;
  }

  body.news-article #content .article-content .additional-blog-gallery {
    padding: 0 5.5rem !important;
  }
}
@media only screen and (min-width: 640px) {
  body.information-contact .contact-footer #google_recaptcha {
    padding-left: 0;
  }

  body.information-get_quote .main-wrapper .container .contact-form #google_recaptcha {
    padding-left: 0;
  }

  body.information-get_quote .main-wrapper .container .contact-form .submit {
    text-align: right;
  }

  body.information-join #google_recaptcha {
    margin-left: 0 !important;
  }

  body.news-ncategory .news-categories .cats .slick-nav {
    top: -5px !important;
  }

  body.news-ncategory .news-categories .cats .slick-slide {
    padding: 2px 3rem !important;
  }

  body.news-ncategory .news-categories .cats {
    padding: 0 7rem !important;
  }

  .news-container .sort-order .sort-by, .news-container .sort-order .limit-by {
    width: 40% !important;
  }

  body.news-ncategory .news-categories {
    margin-bottom: 5rem !important;
  }

  body.news-ncategory .news-categories .cats .slick-slide a, body.news-ncategory .news-categories .cats .slick-slide:not(:last-child):after {
    font-size: 28px !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .event_venue {
    margin-top: 2rem;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes {
    margin-top: 0 !important;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_start, body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_end {
    width: 50%;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_start {
    float: left;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_end {
    float: right;
  }

  body.information-contact .main-wrapper .contact-info .contact-footer {
    padding-left: 14rem !important;
  }

  body.information-contact .main-wrapper .contact-info .contact-footer #google_recaptcha {
    float: left;
  }

  body.information-contact .main-wrapper .contact-info .contact-footer .submit,
body.information-get_quote .main-wrapper .contact-form .contact-body .bottom .submit {
    float: right !important;
    margin-top: 15px;
  }

  body.information-get_quote .main-wrapper .contact-form .contact-body .bottom .submit {
    margin-bottom: 0 !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body .bottom, body.information-get_quote .main-wrapper .contact-form .contact-body .bottom {
    padding: 0 2rem 0 14rem !important;
  }
  body.information-join .main-wrapper .contact-form .contact-body .bottom #google_recaptcha, body.information-get_quote .main-wrapper .contact-form .contact-body .bottom #google_recaptcha {
    float: left !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body .submit {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: right;
    float: right;
  }
}
@media only screen and (min-width: 736px) {
  .news-container .sort-order .sort-by, .news-container .sort-order .limit-by {
    width: 35% !important;
  }

  body.information-contact .main-wrapper .contact-info .contact-footer {
    padding-left: 24rem !important;
  }

  body.information-get_quote .main-wrapper .contact-form .contact-body .bottom {
    padding-left: 27rem !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body .bottom {
    padding: 0 2rem 0 23rem !important;
  }
}
@media only screen and (min-width: 768px) {
  body.information-get_quote .main-wrapper .container .contact-form .column-three {
    display: flex;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-three .form-group {
    min-width: calc(40% - 15px);
    padding: 0 23px;
    margin-bottom: 0 !important;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-three .form-group:first-child {
    padding-left: 0 !important;
  }
  body.information-get_quote .main-wrapper .container .contact-form .column-three .form-group:last-child {
    padding-right: 0 !important;
  }

  body.information-get_quote .main-wrapper .contact-form .contact-body .bottom {
    padding-left: 30rem !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_start,
body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_end {
    width: 100% !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_end {
    float: left !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-two {
    width: 50% !important;
  }

  body.information-contact .main-wrapper .contact-info .contact-footer {
    padding-left: 27rem !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body .bottom {
    padding: 0 2rem 0 26rem !important;
  }

  body.information-join .main-wrapper .top-section .contents .boxes.left_column .body,
body.information-join .main-wrapper .top-section .contents .boxes.right_column .body {
    padding: 4rem !important;
  }

  body.news-article #content .article-content .info {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .news-container .sort-order .sort-by, .news-container .sort-order .limit-by {
    width: 27% !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-three .form-group {
    min-width: calc(38.5% - 15px) !important;
  }

  body.information-get_quote .main-wrapper .contact-form .contact-body .bottom {
    padding-left: 50rem !important;
  }

  body.information-contact .main-wrapper .contact-info .contact-footer {
    padding-left: 0rem !important;
  }

  body.information-contact .main-wrapper .google-map {
    padding-right: 15px !important;
  }

  body.information-contact .main-wrapper .contact-info {
    padding-left: 15px !important;
    margin-top: 0 !important;
  }

  body.information-join .main-wrapper .contact-form {
    padding: 0 10rem !important;
  }

  body.information-join .main-wrapper .top-section .contents .boxes .background-image {
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
  }

  body.information-join .main-wrapper .top-section .contents:nth-child(even) .boxes.left_column {
    order: 1 !important;
  }

  body.information-join .main-wrapper .top-section .contents:nth-child(even) .boxes.right_column {
    order: 2 !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body .bottom {
    padding: 0 2rem 0 33rem !important;
  }

  body.news-article #content .article-content .additional-blog-gallery .slick-slide {
    padding: 0 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  body.information-join .main-wrapper .contact-form .contact-body .bottom {
    padding: 0 2rem 0 36rem !important;
  }
}
@media only screen and (min-width: 1024px) {
    .header-container .header-top .desktop-search {
        padding: 11px !important;
        width: 45px !important;
        height: 47px;
        margin-top: 1px !important;
    }
}

@media only screen and (min-width: 1280px) {
  .slideshow:hover .slider-nav.slider-nav-left {
    left: 30px !important;
  }

  .slideshow:hover .slider-nav.slider-nav-right {
    right: 30px !important;
  }

  .news-container .sort-order .sort-by, .news-container .sort-order .limit-by {
    width: 20% !important;
  }

  .bnews-list .boxes {
    padding: 0 10px !important;
  }

  .product-product .product-image-main-container .slick-nav.left, .product-product .product-image-main-container .slick-nav.prev,
.product-product .product-image-additional-container .slick-nav.left, .product-product .product-image-additional-container .slick-nav.prev {
    left: 20px !important;
  }

  .product-product .product-image-main-container .slick-nav.right, .product-product .product-image-main-container .slick-nav.next,
.product-product .product-image-additional-container .slick-nav.right, .product-product .product-image-additional-container .slick-nav.next {
    right: 20px !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-three .form-group {
    min-width: calc(37.3% - 15px) !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .checkboxes.right .checkbox-contents {
    width: 50%;
    float: left;
  }

  body.information-get_quote .main-wrapper .container .contact-form .checkboxes.right .checkbox-contents:last-child {
    margin-top: -1rem;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_start,
body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_end {
    width: 50% !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-two.event-hours-minutes .event_end {
    float: right !important;
  }

  body.information-get_quote .main-wrapper .contact-form .contact-body .bottom {
    padding-left: 72rem !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body textarea {
    height: 25rem !important;
  }

  body.information-contact .main-wrapper .contact-info .contact-footer {
    padding-left: 10rem !important;
  }

  body.information-contact .main-wrapper .top-section .contents {
    margin-bottom: 5rem !important;
  }

  body.information-contact .main-wrapper .custom-heading h2 span.after-style {
    width: 163px !important;
  }

  body.information-get_quote .main-wrapper .container .custom-heading h2 span.after-style {
    width: 137px !important;
  }

  body.information-join .main-wrapper .custom-heading h2 span.after-style {
    width: 81px !important;
  }

  body.information-join .main-wrapper .top-section .contents .boxes.left_column .body a,
body.information-join .main-wrapper .top-section .contents .boxes.right_column .body a {
    margin: 5rem 0 2rem !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body .bottom {
    padding: 0 2rem 0 60rem !important;
  }

  body.information-join .main-wrapper .top-section .contents .boxes.left_column .body, body.information-join .main-wrapper .top-section .contents .boxes.right_column .body {
    padding: 6rem !important;
  }
}
@media only screen and (min-width: 1300px) {
  body.information-join .main-wrapper .contact-form {
    padding: 0 14rem !important;
    margin-top: 7rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  body.information-join .main-wrapper .contact-form .contact-body textarea {
    height: 35rem !important;
  }

  body.information-join .main-wrapper .contact-form {
    padding: 0 18rem !important;
  }

  body.news-article #content .article-content .blog-gallery .slick-nav.left {
    left: -25px !important;
  }

  body.news-article #content .article-content .blog-gallery .slick-nav.right {
    right: -25px !important;
  }
}
@media only screen and (min-width: 1600px) {
  body.news-ncategory .news-categories .cats .slick-slide {
    padding: 2px 5rem !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .checkboxes.right .checkbox-contents:last-child {
    margin-top: -3rem;
  }

  .news-container .sort-order .sort-by, .news-container .sort-order .limit-by {
    width: 18% !important;
  }

  body.news-ncategory .news-categories .cats .slick-slide a, body.news-ncategory .news-categories .cats .slick-slide:not(:last-child):after {
    font-size: 32px !important;
  }

  body.information-get_quote .main-wrapper .container .contact-form .column-three .form-group {
    min-width: calc(36.7% - 15px) !important;
  }

  body.information-get_quote .main-wrapper .contact-form .contact-body .bottom {
    padding-left: 92rem !important;
  }

  body.information-contact .main-wrapper .contact-info textarea {
    height: 35rem;
  }

  body.information-contact .main-wrapper .contact-info .contact-footer {
    padding-left: 20rem !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body .bottom {
    padding: 0 2rem 0 85rem !important;
  }

  body.news-article #content {
    margin: 5rem 0 10rem !important;
  }
}
@media only screen and (min-width: 1920px) {
  body.news-ncategory .news-categories .cats .slick-slide {
    padding: 5px 6rem !important;
  }

  body.news-ncategory .news-categories .cats .slick-slide a, body.news-ncategory .news-categories .cats .slick-slide:not(:last-child):after {
    font-size: 36px !important;
  }

  body.information-contact .main-wrapper .custom-heading h2 span.after-style {
    width: 220px !important;
  }

  body.information-get_quote .main-wrapper .container .custom-heading h2 span.after-style {
    width: 183px !important;
  }

  body.information-contact .main-wrapper .google-map .mapouter {
    height: 400px !important;
  }

  body.information-join .main-wrapper .contact-form .contact-body .bottom {
    padding: 0 2rem 0 95rem !important;
  }

  body.information-join .main-wrapper .contact-form {
    padding: 0 25rem !important;
  }

  body.information-join .main-wrapper .top-section .contents .boxes.left_column .body a,
body.information-join .main-wrapper .top-section .contents .boxes.right_column .body a {
    margin: 8rem 0 2rem !important;
  }

  body.information-join .main-wrapper .top-section .contents .boxes.left_column .body,
body.information-join .main-wrapper .top-section .contents .boxes.right_column .body {
    padding: 8rem !important;
  }

  body.information-join .main-wrapper .custom-heading h2 span.after-style {
    width: 107px !important;
  }
}
html, body {
  font-family: "PoppinsRegular";
  color: #707070;
  font-weight: 400;
}

label {
  font-size: 14px;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 3px;
  font-family: "PoppinsSemiBold";
}

p {
  line-height: 25px;
}

.visible {
  visibility: visible !important;
}

.nopaddingLR {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nopaddingL {
  padding-left: 0 !important;
}

.nopaddingR {
  padding-right: 0 !important;
}

.equal-heights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}

.view-password {
  top: 33px !important;
}

select.form-control, textarea.form-control, input[type=text].form-control, input[type=password].form-control,
input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control,
input[type=month].form-control, input[type=time].form-control, input[type=week].form-control,
input[type=number].form-control, input[type=email].form-control,
input[type=url].form-control, input[type=search].form-control,
input[type=tel].form-control, input[type=color].form-control {
  font-size: 14px;
  border-radius: 0;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: 0;
}

select.form-control, input[type=text].form-control, input[type=password].form-control,
input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control,
input[type=month].form-control, input[type=time].form-control, input[type=week].form-control,
input[type=number].form-control, input[type=email].form-control,
input[type=url].form-control, input[type=search].form-control,
input[type=tel].form-control, input[type=color].form-control {
  height: 40px;
}

/*#cartSummary td button.btn-danger{
	margin-top: 12px;
}*/
#cartSummary, #cartTotals, body.quickcheckout-checkout, body.account-order-info, body.account-order-info h3 {
  font-weight: 700;
}

/*#cartSummary tbody tr td.cart-description a, .quickcheckout-cart .name a, #quickcheckoutconfirm a{
	color: $font_gray!important;
	font-weight: 700;

	&:hover{
		color: $orange!important;
	}
}*/
.breadcrumb {
  background: #ffffff !important;
  border: 0 !important;
  white-space: inherit !important;
  margin: 11px 0 10px 0 !important;
  display: none !important;
}
.breadcrumb li {
  padding: 0 5px;
}
.breadcrumb li:after {
  content: "/" !important;
  font-weight: 700;
}
.breadcrumb li:first-of-type {
  padding-left: 0 !important;
}
.breadcrumb li:last-of-type a {
  text-decoration: underline;
}
.breadcrumb li a {
  color: #707070;
  font-size: 12px;
}

.product-single .product-special-price.new-prices, .product-single .product-price.old-prices {
  font-size: 2.3em !important;
  color: #333 !important;
  padding: 0 !important;
}
.product-single table tr td, .product-single table tr th {
  padding: 10px;
}
.product-single .old-prices {
  font-size: 18px !important;
}

#content #product-filter-replace {
  width: 100%;
  float: left;
}
#content #product-filter-replace .no-products {
  text-align: center;
  padding: 10rem 0;
}
#content #product-filter-replace .compare-products {
  display: none;
}

.sort-order .sort-by {
  float: left;
  text-align: left;
}
.sort-order .limit-by {
  clear: inherit;
}
.sort-order .limit-by .form-group {
  margin-bottom: 0;
}
.sort-order .sorts {
  position: relative;
  margin-bottom: 15px;
  flex: inherit;
}
.sort-order .sorts select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #ffffff;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  font-size: 14px;
  z-index: auto !important;
  border-radius: 0 !important;
}
.sort-order .sorts select::-ms-expand {
  display: none;
}
.sort-order .sorts select:hover, .sort-order .sorts select:focus {
  color: #707070;
  background: #ffffff;
}
.sort-order .sorts select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.sort-order .sorts select:hover ~ .select_arrow, .sort-order .sorts select:focus ~ .select_arrow {
  border-top-color: #333333;
}
.sort-order .sorts select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.sort-order .sorts .select_arrow {
  position: absolute;
  top: 17px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 6px 0px 6px;
  border-color: #707070 transparent transparent transparent;
}
.sort-order .sorts .select_arrow i {
  font-weight: 700;
  font-size: 18px;
}

#ToTop {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4) !important;
  right: 0;
  font-size: 14px;
  height: 35px;
  width: 35px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-indent: 1px !important;
}
#ToTop #ToTopHover {
  right: 0;
  height: 40px;
  width: 40px;
  background: none !important;
}
#ToTop i {
  top: 0;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}
#ToTop i:before {
  top: 10px;
  position: absolute;
  left: 10px;
}

#side-price .ui-slider-range {
  background: #003b97;
  border: 1px solid #003b97 !important;
  top: -1px;
}

.input-group .input-number {
  border: 1px solid #888 !important;
}

.input-group-btn .btn:not(#button-login) {
  /*background: transparent!important;*/
  box-shadow: none;
  font-size: 18px;
}
.input-group-btn .btn:not(#button-login):hover, .input-group-btn .btn:not(#button-login):focus {
  background: #2f517b !important;
  color: #ffffff !important;
}
.input-group-btn .btn:not(#button-login).btn-minus, .input-group-btn .btn:not(#button-login).btn-plus {
  background: #888 !important;
  border: 1px solid #888 !important;
  color: #ffffff !important;
}
.input-group-btn .btn:not(#button-login).btn-plus {
  padding: 6px 15px !important;
}
.input-group-btn .btn:not(#button-login).btn-minus {
  padding: 6px 17px !important;
}

.product-information h3 {
  font-size: 22px;
  color: #1e1e1e !important;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: "PoppinsSemiBold" !important;
  text-transform: uppercase;
}
.product-information .rating {
  margin: 0 0 2.5rem !important;
}
.product-information .weight {
  font-size: 18px;
  color: #ababab;
  font-weight: 700;
}
.product-information .brand-name {
  font-size: 18px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.product-information .product-special-price.new-prices, .product-information .product-price.old-prices {
  font-size: 28px;
  padding: 10px 0;
  color: #7a7a7a;
  font-weight: 700;
}
.product-information .product-description {
  margin: 2rem 0 4rem;
  text-align: justify;
  font-weight: 700;
}
.product-information .product-description .desc {
  float: left;
  margin-top: 2px;
  color: #f30200 !important;
}
.product-information .old-prices {
  font-size: 18px;
  color: #f30200;
}

.product-information #product .form-group {
    display: flex;
    flex-direction: column;
    align-items :flex-end;
    width: 100%;
}

.product-information #product .check-radio-style  {
        display: flex;
    flex-direction: column;
    align-items :flex-start;
    width: 100%;
}


.width-100 {
    width: 100% ;
}

.product-information #product .form-group {
  margin-top: 0;
  margin-bottom: 1rem !important;
  text-align: center;
}
.product-information #product .checkbox, .product-information #product .radio {
  float: left;

  margin-top: 0;
  padding-right: 10px;
}
.product-information #product .checkbox label, .product-information #product .radio label {
  padding-left: 0;
}
.product-information #product .checkbox img, .product-information #product .radio img {
  box-shadow: none;
  border: 1px solid transparent;
  background: transparent;
}
.product-information #product label, .product-information #product span {
  font-size: 14px;
  color: #1e1e1e !important;
}
.product-information #product .equal-heights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px !important;
}
.product-information #product .equal-heights div.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-information #product .equal-heights div.left label {
  margin-bottom: 0 !important;
  font-weight: 700;
  text-align: right;
}
.product-information #product .select {
  float: right;
  position: relative;
  display: inline-block;
}
.product-information #product .select select {
  display: inline-block;
  text-align: right !important;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #ffffff;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  font-size: 14px;
  font-size: 12px !important;
  font-weight: 700;
}
.product-information #product .select select::-ms-expand {
  display: none;
}
.product-information #product .select select:hover, .product-information #product .select select:focus {
  color: #707070;
  background: #ffffff;
}
.product-information #product .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product-information #product .select select:hover ~ .select_arrow, .product-information #product .select select:focus ~ .select_arrow {
  border-top-color: #333333;
}
.product-information #product .select select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.product-information #product .select .select_arrow {
  position: absolute;
  top: 17px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 6px 0px 6px;
  border-color: #707070 transparent transparent transparent;
  /*right: 30px !important;
  border-color: transparent;
  border-width: 0;
  border-style: none;
  top: 13px;*/
}
.product-information #product .select .select_arrow i {
  font-weight: 700;
  font-size: 18px;
}
.product-information #product .qty .input-number {
  height: 45px;
  /*width: 137px;*/
}
.product-information #product .btn-actions {
  width: 100%;
  float: left;
  padding: 0;
}
.product-information #product .btn-actions #button-enquiry, .product-information #product .btn-actions #button-cart {
  border-radius: 10px;
  padding: 1rem 2rem !important;
  letter-spacing: 1px;
  font-family: "PoppinsSemiBold" !important;
}
.product-information #product .btn-actions #button-enquiry {
  background: #003b97;
  border: 1px solid #003b97;
}
.product-information #product .btn-actions #button-enquiry:hover {
  background: #2f517b !important;
  border: 1px solid #2f517b !important;
}
.product-information #product .btn-actions #button-cart {
  background: #003b97;
  border: 1px solid #003b97;
}
.product-information #product .btn-actions #button-cart:hover {
  background: #2f517b !important;
  border: 1px solid #2f517b !important;
}
.product-information #product .downloads {
  position: relative;
  text-align: center;
  margin-top: 1rem;
}
.product-information #product .downloads .btn {
  border-radius: 10px;
  background: #afdfe4;
  border: 1px solid #afdfe4;
  letter-spacing: 1px;
}
.product-information #product .downloads .btn:hover {
  background: #55b5bf !important;
  border: 1px solid #55b5bf !important;
}

.product-image-main.slick-slider {
  /*border: 1px solid $dim_gray;*/
}
.product-image-main.slick-slider i {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.product-image-main .lookout {
  position: absolute;
  bottom: 22px;
  right: 25px;
  cursor: pointer;
}

.product-product .product-image-main-container {
  margin-bottom: 0;
}

.product-product .product-image-main-container .slick-nav {
  height: 90% !important;
}

.featured .slick-no-slide .product-block .product-image-block .product-button {
  padding: 0 2rem !important;
}

.featured .slick-no-slide {
  margin: 0 !important;
}
.featured .slick-no-slide .slick-list {
  padding: 1rem 0;
}

.product-product .product-image-additional-container img {
  border: 1px solid #ababab !important;
}

#waiting_list {
  width: 100%;
  float: left;
}
#waiting_list .waiting_list_container {
  border: 0;
  padding: 0;
}
#waiting_list .waiting_list_container input {
  margin-right: 0;
  border: 1px solid #dcdcdc;
  padding: 10px;
}
#waiting_list .waiting_list_container .waiting_list_description {
  padding-bottom: 20px;
  font-weight: 700;
}

#waiting_list_submit {
  padding: 13px 5rem !important;
  margin-top: 2rem !important;
}

#product-tabs {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
#product-tabs li a {
  color: #ffffff;
  font-family: "PoppinsSemiBold" !important;
  margin-right: 0;
  border: 1px solid #2f517b;
  background: #2f517b !important;
  border-radius: 30px !important;
  padding: 15px 30px;
}
#product-tabs li.active a, #product-tabs li:hover a {
  background: #003b97 !important;
  color: #ffffff !important;
}

.featured-module.featured_related_products_ {
  margin: 5rem 0 0rem;
  float: left;
  width: 100%;
}
.featured-module.featured_related_products_ .custom-heading h2 span.after-style {
  width: 125px !important;
  right: 17px !important;
  bottom: 10px !important;
  border-radius: 10px !important;
}
.featured-module.featured_related_products_ .featured {
  padding: 0 10px !important;
  margin-top: -2rem;
}
.featured-module.featured_related_products_ .featured .slick-list .slick-slide {
  padding: 0 3rem;
}

#products-attributes {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc !important;
  text-align: justify;
  position: relative;
  float: left;
  width: 100%;
}
#products-attributes #tab-attribute-0-2 {
  text-align: center;
}

#side-price .ui-slider-handle {
  background: #003b97;
  width: 18px;
  height: 18px;
}
#side-price .ui-slider-handle:first-child {
  left: 2% !important;
}
#side-price .ui-slider-handle:before {
  color: #003b97;
  font-family: "slick";
  content: "•";
  font-size: 50px;
  position: absolute;
  top: -1px;
  left: 0px;
}

#side-price #slider-price {
  background: transparent;
  height: 0 !important;
  border: 1px solid #8c8787;
  width: 100% !important;
  margin-left: 1rem !important;
}

#side-price #price_max, #side-price #price_min {
  text-align: left;
  border: 0;
  box-shadow: none;
  font-size: 15px;
  padding-left: 0;
  font-weight: 700;
  background: transparent !important;
  border: 0 !important;
}

#side-manufacturer .list-group-item {
  padding-left: 0 !important;
}
#side-manufacturer .checkbox-style {
  /* Base for label styling */
  /*[type="checkbox"]:last-of-type:checked + label{
  	margin-bottom: 0!important;
  }*/
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
#side-manufacturer .checkbox-style [type=checkbox]:not(:checked),
#side-manufacturer .checkbox-style [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#side-manufacturer .checkbox-style [type=checkbox]:not(:checked) + label,
#side-manufacturer .checkbox-style [type=checkbox]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#side-manufacturer .checkbox-style [type=checkbox]:not(:checked) + label:before,
#side-manufacturer .checkbox-style [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #cccccc;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#side-manufacturer .checkbox-style [type=checkbox]:not(:checked) + label:after,
#side-manufacturer .checkbox-style [type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  left: 5px;
  line-height: 1.2;
  color: #707070;
  transition: all 0.2s;
}
#side-manufacturer .checkbox-style [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#side-manufacturer .checkbox-style [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#side-manufacturer .checkbox-style [type=checkbox]:disabled:not(:checked) + label:before,
#side-manufacturer .checkbox-style [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd;
}
#side-manufacturer .checkbox-style [type=checkbox]:disabled:checked + label:after {
  color: #999999;
}
#side-manufacturer .checkbox-style [type=checkbox]:disabled + label {
  color: #aaaaaa;
}
#side-manufacturer .checkbox-style [type=checkbox]:checked:focus + label:before,
#side-manufacturer .checkbox-style [type=checkbox]:not(:checked):focus + label:before {
  border: 2px solid #003b97;
}
#side-manufacturer .checkbox-style label:hover:before, #side-manufacturer .checkbox-style label:focus:before {
  border: 2px solid #003b97 !important;
  background: #ffffff;
}

#side-price .price-container > * .input-group-addon {
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
}

body.error-not_found #error-page #content {
  text-align: center;
}
body.error-not_found .buttons .pull-right {
  width: 100% !important;
  float: none !important;
  text-align: center !important;
  margin-top: 2rem !important;
}

#cartSummary td button.btn-danger, #cartSummary td button.btn-danger:hover, #cartSummary td button.btn-danger:focus {
  box-shadow: none;
}

_:-ms-fullscreen, :root #side-price .price-container > * .input-group-addon {
  padding-top: 10px;
}

.product-block.out-of-stock .product-details {
  margin: auto !important;
}

.image-zoom:hover img.img-responsive:not(.sticker-image), .image-zoom-hover:hover img.img-responsive:not(.sticker-image) {
  transform: scale(1.2) !important;
}

.image-zoom:hover img.sticker-image:not(.img-responsive), .image-zoom-hover:hover img.sticker-image:not(.img-responsive) {
  transform: scale(1) !important;
}

.product-block {
  padding: 0;
  margin-bottom: 15px !important;
  text-align: left;
  background: transparent !important;
}
.product-block .rating {
  text-align: center;
}
.product-block .product-name {
  font-weight: 700;
  text-align: center;
}
.product-block .product-name p.product-brand {
  font-weight: 700;
  color: #c5c5c5;
  font-family: "PoppinsSemiBold" !important;
}
.product-block .product-name .product-title {
  margin-top: 1rem;
  font-family: "PoppinsSemiBold" !important;
  text-transform: uppercase;
  line-height: 18px;
}
.product-block .product-name a {
  color: #1e1e1e;
  font-size: 14px;
}
.product-block .product-name a:hover {
  color: #003b97 !important;
}
.product-block .product-image-block {
  position: relative;
}
.product-block .product-image-block .is_special {
  position: absolute;
  top: 2px;
  right: -11px;
  color: #ffffff;
  width: 42px;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-information #product .select select {
    text-align:center !important;
}
.product-block .product-image-block .is_special.with-sticker {
  right: 43px !important;
}
.product-block .product-image-block .is_special p {
  margin-bottom: 0;
  line-height: 13px;
  z-index: 1;
}
.product-block .product-image-block .is_special p:first-child {
  margin-top: -5px;
}
.product-block .product-image-block .is_special:before {
  content: "";
  background: url(../../image/sale2.png) no-repeat;
  width: 42px;
  height: 45px;
  position: absolute;
}
.product-block .product-image-block .product-button .btn-compare, .product-block .product-image-block .product-button .btn-wishlist {
  display: none;
}
.product-block .product-image-block .product-button .btn-out-stock {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.product-block .product-image-block .product-button .btn-add-cart, .product-block .product-image-block .product-button .btn-add-enquiry, .product-block .product-image-block .product-button .btn-viewmore {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none;
}
.product-block .product-image-block .product-button .btn-add-cart:hover, .product-block .product-image-block .product-button .btn-add-enquiry:hover, .product-block .product-image-block .product-button .btn-viewmore:hover {
  opacity: 0.8;
}
.product-block .product-image-block .product-button .btn-add-cart:after, .product-block .product-image-block .product-button .btn-add-enquiry:after, .product-block .product-image-block .product-button .btn-viewmore:after {
  width: 30px;
  height: 30px;
}
.product-block .product-image-block .product-button .btn-add-cart:after {
  content: "";
  background: url(../../image/shopping-cart-min.png) no-repeat;
  background-size: 100% 100%;
}
.product-block .product-image-block .product-button .btn-add-enquiry:after {
  content: "";
  background: url(../../image/email-min.png) no-repeat;
  background-size: 70% 100%;
}
.product-block .product-image-block .product-button .btn-viewmore {
  /*&:after{
  	content: "";
  	background: url(../../image/search.png) no-repeat;
  	background-size: 100% 100%;
  }*/
}
.product-block .product-image-block .product-button .btn-viewmore i {
  font-size: 2.5em !important;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  color: #afdfe4 !important;
}

.product-details {
  padding: 0 1rem 3rem !important;
  text-align: center;
}
.product-details .price-new {
  color: #707070 !important;
  font-weight: 700;
  margin-right: 5px;
}
.product-details .price-old {
  text-decoration: line-through;
}

#side-price .list-group-item:not(.item-header) {
  padding: 0 !important;
}

.pagination li a {
  color: #707070;
  background: transparent !important;
  border: 0;
  margin: 0 6px;
  border-radius: 30px !important;
  font-weight: 700;
}
.pagination li a, .pagination li span {
  padding: 5px 13px;
  border: 0;
  font-size: 14px !important;
}
.pagination li.active span, .pagination li.active a, .pagination li:hover span, .pagination li:hover a, .pagination li:focus span, .pagination li:focus a {
  color: #ffffff !important;
  background: #003b97 !important;
  border-radius: 30px;
  padding: 5px 13px;
  text-decoration: none;
  font-weight: 700;
}

body {
  visibility: hidden;
}

body.account-forgotten #content p {
  text-align: center;
}

.account-account .account-container a:hover, .account-account .account-container a:focus {
  border: 1px solid #003b97;
}

.account-account .account-container a:hover .icon-font:before, .account-account .account-container a:focus .icon-font:before {
  color: #003b97;
}

form fieldset {
  padding-bottom: 0 !important;
}
form fieldset legend {
  padding-bottom: 20px;
  font-weight: 700;
}

.btn-primary {
  background: #003b97;
  border: 1px solid #003b97;
  outline: none;
  text-shadow: none;
  text-transform: capitalize !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #2f517b !important;
  border: 1px solid #2f517b !important;
  color: #ffffff !important;
}
.btn-primary.disabled {
  background: #ababab !important;
  color: #ccc !important;
  border: 1px solid #ababab !important;
}

.btn-orange {
  background: #003b97;
  border: 1px solid #003b97;
  outline: none;
  text-shadow: none;
  color: #ffffff !important;
  text-transform: capitalize !important;
}
.btn-orange:hover, .btn-orange:focus {
  background: #2f517b !important;
  border: 1px solid #2f517b !important;
  color: #ffffff !important;
}
.btn-orange.disabled {
  background: #ababab !important;
  color: #ccc !important;
  border: 1px solid #ababab !important;
}

.btn-default {
  background: #e8e8e8;
  border: 1px solid #c5c5c5;
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none;
  text-transform: capitalize !important;
}
.btn-default:hover, .btn-default:focus {
  background: #c5c5c5 !important;
}

#button-search {
  background: #ffffff;
  text-shadow: none !important;
  outline: none;
}
#button-search:hover, #button-search:focus {
  background: #003b97 !important;
  color: #ffffff !important;
}

.btn-number.no-custom {
  background: #ffffff;
  box-shadow: none !important;
  padding: 6px 18px !important;
  text-shadow: none !important;
  outline: none !important;
}
.btn-number.no-custom.disabled {
  background: #e0e0e0 !important;
}
.btn-number.no-custom:hover {
  background: #003b97 !important;
  color: #ffffff !important;
}

body.account-logout #content {
  margin-top: 3rem;
}
body.account-logout p {
  text-align: center;
}

body.account-success #content {
  margin-top: 3rem;
}

body.account-logout .pull-right, body.account-success .pull-right {
  width: 100% !important;
  text-align: center !important;
  margin-top: 3rem !important;
}

#enquiry.slide-out-cart.open-custom .dropdown-menu, #cart.slide-out-cart.open-custom .dropdown-menu {
  color: #333;
}

#header-sticky-wrapper.sticky-wrapper.is-sticky #header {
  z-index: 9 !important;
  background: #ffffff !important;
}
#header-sticky-wrapper #header {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38) !important;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.38) !important;
}
#header-sticky-wrapper #header .main-header {
  width: 100%;
  float: left;
}
#main-menu{
    display: flex;
}
#header-sticky-wrapper #header #main-menu a {
  text-transform: uppercase;
  font-family: "PoppinsSemiBold" !important;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1e1e1e;
  padding-right: 0 !important;
}
#header-sticky-wrapper #header #main-menu a:hover {
  color: #000 !important;
}
#header-sticky-wrapper #header #main-menu ul {
  display: none !important;
}
#header-sticky-wrapper #header .search .dropdown-menu {
  left: -170px;
  background: transparent;
  top: 85%;
  box-shadow: none;
  border: 0;
}

#voucher input {
  border-radius: 0;
}

#account li a {
  font-weight: 700;
  font-size: 15px;
  padding: 1rem;
}
#account li:hover a {
  background: transparent;
  color: #003b97;
}

.search-container {
  margin: 0px auto 3rem;
}

.buttons {
  width: 100%;
  float: left;
}

.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: 200px;
  text-shadow: none;
  border-radius: 45px;
  outline: none;
  letter-spacing: 1px;
}

.magnify {
  width: 100% !important;
  height: 100% !important;
  background: #ffffff;
}
.magnify .magnify-lens {
  height: 300px !important;
  width: 300px !important;
}
.magnify img {
  margin: 0 auto;
}

.input-group .form-control, input[type=password] + i.fa-eye, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group,
.input-group-btn {
  z-index: inherit;
}

#enquiry .dropdown-menu, #cart .dropdown-menu {
  z-index: 999999999 !important;
}

#login #button-login {
  min-width: 130px;
}

.header-container .header-menu #main-menu a .sub-arrow {
  overflow: inherit !important;
  border: 0 !important;
}

.cd-accordion-menu .has-children.products ul li label, .cd-accordion-menu .has-children.products .parent-products {
  display: none;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  margin-bottom: 15px !important;
  margin-top: 2rem;
  font-weight: 700;
}

#side-price .ui-slider-handle {
  top: 0 !important;
}

#side-categories {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4rem;
  margin-bottom: 7rem !important;
}

#filter-groups #side-price {
  /*adding-right: 2.5rem;*/
  padding-right: 1rem;
}
#filter-groups #side-manufacturer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
}
#filter-groups .item-header {
  font-size: 20px;
  padding: 2rem 0;
  color: #1e1e1e;
  font-family: "PoppinsSemiBold" !important;
  letter-spacing: 1px;
  font-weight: 700;
}
#filter-groups .list-group-item {
  border: 0;
  background: transparent;
}
#filter-groups .list-group-item .toggle {
  border: 0 !important;
  background: none !important;
}
#filter-groups .list-group-item .toggle .caret {
  border-top: 9px dashed !important;
  border-right: 5px solid transparent !important;
  border-left: 5px solid transparent !important;
}
#filter-groups .list-group-item .side-categories-level-1 {
  border: 0 !important;
  margin-bottom: 1rem;
}
#filter-groups .list-group-item .side-categories-level-1 .group {
  border: 0 !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .item {
  margin: 1rem 0;
  border-radius: 50px;
}
#filter-groups .list-group-item .side-categories-level-1 .group .item a {
  padding: 0 !important;
  color: #707070;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 14px !important;
  font-family: "PoppinsSemiBold" !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .item:hover a, #filter-groups .list-group-item .side-categories-level-1 .group .item.active a {
  color: #1e1e1e !important;
  background: transparent !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .item:hover .toggle, #filter-groups .list-group-item .side-categories-level-1 .group .item.active .toggle {
  color: #ffffff !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1 {
  border-radius: 35px !important;
  padding: 10px 8px 10px 23px !important;
  background: #003b97 !important;
  color: #ffffff !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1:hover, #filter-groups .list-group-item .side-categories-level-1 .group .item.level-1.active {
  background: #2f517b !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1:hover a, #filter-groups .list-group-item .side-categories-level-1 .group .item.level-1.active a {
  border: 0 !important;
  color: #ffffff !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1 a {
  color: #ffffff;
  font-size: 14px !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-2 {
  padding-left: 25px !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-2 a {
  text-transform: none !important;
  font-family: "PoppinsRegular" !important;
  font-weight: 700 !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-3 {
  padding-left: 25px;
}
#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-3 a {
  font-weight: 700;
}
#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-3 a.active {
  color: #f30200 !important;
}
#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-4 {
  padding-left: 30px;
}

#side-categories .group .item.active + .sub {
  border: 0 !important;
}

#side-categories .group .item.active + .sub .sub.level-4.active {
  display: block !important;
}

.product-block .product-image-block .sticker {
  right: auto;
  top: 5px;
  padding: 8px 0 8px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  z-index: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -9px;
  width: 130px;
  text-align: center;
  /*@include vertical_align_contents;*/
}
.product-block .product-image-block .sticker .sticker-name {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "OswaldRegular" !important;
}
.product-block .product-image-block .sticker .sticker-name.margin-top {
  margin-top: 7px;
}
.product-block .product-image-block .sticker .sticker-image {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: -1;
}

.page-banner {
  background-position: center center !important;
  background-size: cover !important;
  text-align: center;
}
.page-banner .page-banner-title {
  width: 80%;
  line-height: 50px;
  max-width: 800px;
  margin: 20px auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "PoppinsSemiBold" !important;
  color: #1e1e1e !important;
}

#mobileNav {
  text-align: left !important;
  padding: 0 !important;
}
#mobileNav .fa-navicon:before, #mobileNav .fa-reorder:before, #mobileNav .fa-bars:before {
  color: #2ea3f2;
  font-size: 18px !important;
}

body #footer-area {
  position: relative;
  margin-top: -4px !important;
  float: left;
}
body #footer-area footer {
  padding: 20px 0 5px;
  background: #363636 !important;
  border-top: 0 !important;
  color: #afafaf;
}
body #footer-area footer .fcs a {
  color: #afafaf !important;
  text-decoration: underline;
}
body #footer-area footer .fcs a:hover {
  color: #afdfe4 !important;
}
body #footer-area footer a {
  color: #afafaf;
}
body #footer-area footer ul li:hover a {
  color: #f7941d !important;
}
body #footer-area footer .footer-botom {
  text-align: center;
  color: #afafaf;
  padding: 25px 0 10px;
  border-top: 1px solid #ccc;
  background: transparent !important;
}

.search_container, #main-menu {
  animation: fadeIn 0.5s ease-in both;
}

.filter-products {
  border: 0 !important;
  width: 100%;
  float: left;
}
.filter-products .select-filters {
  position: relative;
  float: left;
}
.filter-products .select-filters select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #ffffff;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  font-size: 14px;
  z-index: auto !important;
}
.filter-products .select-filters select::-ms-expand {
  display: none;
}
.filter-products .select-filters select:hover, .filter-products .select-filters select:focus {
  color: #707070;
  background: #ffffff;
}
.filter-products .select-filters select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.filter-products .select-filters select:hover ~ .select_arrow, .filter-products .select-filters select:focus ~ .select_arrow {
  border-top-color: #333333;
}
.filter-products .select-filters select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.filter-products .select-filters .select_arrow {
  position: absolute;
  top: 17px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 6px 0px 6px;
  border-color: #707070 transparent transparent transparent;
  /*border-color: transparent;
  border-width: 0;
  border-style: none;
  top: 13px;*/
}
.filter-products .select-filters .select_arrow i {
  font-weight: 700;
  font-size: 18px;
}

body.custom-wrapper #content {
  min-height: 450px;
  /*margin-top: 3rem!important;*/
}

#filter_group_tigger_open {
  background: #003b97 !important;
  border: 1px solid #003b97 !important;
  text-shadow: none !important;
  left: -65px !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 10px 14px !important;
}
.cart-dorpdown-indicator #cart-total, .cart-dropdown-order-totals{
  padding-right: 10px;
  font-size: 16px !important;
  color: #707070;
}

#enquiry .dropdown-menu .cart-dorpdown-items .item-name, #cart .dropdown-menu .cart-dorpdown-items .item-name, .dropdown-menu .cart-dorpdown-items {
  padding-right: 10px;
  font-size: 16px;
  color: #707070;
}
#enquiry .dropdown-menu .cart-dorpdown-items .item-name:hover, #cart .dropdown-menu .cart-dorpdown-items .item-name:hover {
  color: #003b97 !important;
}

#enquiry .item-details button[onclick^="cart.remove"], #cart .item-details button[onclick^="cart.remove"], #filter_group_tigger_close {
  background: #003b97;
  border: 1px solid #003b97;
  color: #ffffff !important;
}
#enquiry .item-details button[onclick^="cart.remove"]:hover, #enquiry .item-details button[onclick^="cart.remove"]:focus, #cart .item-details button[onclick^="cart.remove"]:hover, #cart .item-details button[onclick^="cart.remove"]:focus, #filter_group_tigger_close:hover, #filter_group_tigger_close:focus {
  background: #2f517b !important;
  border: 1px solid #2f517b !important;
}

#top-header {
  color: #ffffff;
  background: #152f5d;
}
#top-header a {
  color: #ffffff;
}
#top-header img {
  margin-left: 7px;
}
#top-header p {
  padding-bottom: 0;
  margin-bottom: 0;
}

#enquiry {
  display: none !important;
}

h2.swal2-title {
  font-size: 27px !important;
}

.newsletter-section {
  background-size: cover !important;
  padding: 25px 15px !important;
  position: relative;
  background-position: center !important;
  border-top: 0 !important;
}
.newsletter-section .mailchimp-integration .box-heading h3 {
  color: #ffffff;
  margin-bottom: 0rem;
  padding-bottom: 0;
  font-family: "PoppinsSemiBold" !important;
  text-transform: uppercase;
}
.newsletter-section .mailchimp-integration .box-heading h3 span {
  font-family: "PoppinsLight" !important;
  font-weight: 400 !important;
  text-transform: lowercase !important;
}
.newsletter-section .mailchimp-integration .box-content {
  max-width: 100%;
}
.newsletter-section .mailchimp-integration .box-content .mi-block {
  color: #ffffff;
  font-weight: 400;
}
.newsletter-section .mailchimp-integration .box-content .mi-block a {
  color: #003b97;
}
.newsletter-section .mailchimp-integration .box-content .newsletter-grid input[type=text].form-control {
  height: 45px;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px !important;
  outline: none;
}
.newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button a {
  padding: 10.3px 2rem !important;
  border-radius: 45px !important;
  background: #003b97 !important;
  border: 1px solid #003b97 !important;
  color: #fff !important;
  font-size: 14px !important;
  display: inline-block !important;
  outline: none;
  text-transform: capitalize;
  outline: none;
  text-shadow: none;
  letter-spacing: 1px;
}
.newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button a:hover, .newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button a:focus {
  background: #2f517b !important;
  border: 1px solid #2f517b !important;
}
.newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button i {
  margin-left: 20px;
}

#content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
  clear: none;
}

.slick-initialized.slick-slider .slick-prev, .slick-initialized.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  font-size: 35px;
  cursor: pointer;
  z-index: 1;
}
.slick-initialized.slick-slider .slick-prev:hover, .slick-initialized.slick-slider .slick-next:hover {
  color: #afdfe4 !important;
}
.slick-initialized.slick-slider .slick-next {
  right: 10rem;
}
.slick-initialized.slick-slider .slick-prev {
  left: 10rem;
}
.slick-initialized.slick-slider .slick-prev i, .slick-initialized.slick-slider .slick-next i {
  font-weight: 700;
}

.slideshow-slick .slick-slide {
  cursor: pointer;
}

body.information-information.iid-4 #content {
  display: none;
}

.contact-body > .form-group.submit input[type=submit] {
  padding: 13px 5rem !important;
}

#side-categories .group .item.active + .sub.level-4 {
  display: block;
}

.animsition-loading {
  border: 0 !important;
  animation-iteration-count: unset !important;
  -webkit-animation-iteration-count: unset !important;
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.height-100 {
  height: 100% !important;
}

.input-number::-ms-clear {
  display: none;
}

.slideshow .slider-custom-dots .owl-dot {
  width: 10px !important;
  height: 10px !important;
}

.slideshow .slider-custom-dots .owl-dot.active {
  background: #1e3374 !important;
}

#side-price #price_max {
  text-align: right !important;
  padding-right: 0;
}

#cart .cart-dorpdown-footer .btn {
  background: #003b97 !important;
  border: 1px solid #003b97 !important;
  color: #ffffff !important;
  outline: none;
  box-shadow: none;
}
#cart .cart-dorpdown-footer .btn:hover {
  background: #2f517b !important;
  border: 1px solid #2f517b !important;
}

.row:before, .row:after {
  display: none !important;
}

body.quickenquiry-checkout #header-sticky-wrapper, body.quickenquiry-checkout #footer-area,
body.enquiry-success #header-sticky-wrapper, body.enquiry-success #footer-area {
  display: none;
}

body.quickenquiry-checkout.custom-wrapper .main-wrapper, body.enquiry-success.custom-wrapper .main-wrapper {
  padding: 30px 0 !important;
}
body.quickenquiry-checkout.custom-wrapper .main-wrapper h2:not(.swal2-title):not([style]), body.enquiry-success.custom-wrapper .main-wrapper h2:not(.swal2-title):not([style]) {
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}
body.quickenquiry-checkout.custom-wrapper .main-wrapper h2:not(.swal2-title):not([style]):after, body.enquiry-success.custom-wrapper .main-wrapper h2:not(.swal2-title):not([style]):after {
  display: none !important;
}
body.quickenquiry-checkout.custom-wrapper .main-wrapper .buttons, body.enquiry-success.custom-wrapper .main-wrapper .buttons {
  margin: 0 0 1rem !important;
}
body.quickenquiry-checkout.custom-wrapper .main-wrapper .back-quickenquiry, body.enquiry-success.custom-wrapper .main-wrapper .back-quickenquiry {
  width: 100%;
  float: left;
  text-align: center;
}
body.quickenquiry-checkout.custom-wrapper .main-wrapper #content, body.enquiry-success.custom-wrapper .main-wrapper #content {
  min-height: 390px !important;
}

body.quickcheckout-checkout.custom-wrapper .buttons {
  margin: 0 0 1rem !important;
}
body.quickcheckout-checkout.custom-wrapper .right {
  width: 100%;
  float: left;
  text-align: center;
}

body.product-product .product-information .product-details {
  text-align: left;
  padding: 0 0 1rem !important;
}

.contact-form form {
  width: 100%;
  float: left;
}

.sidr {
  z-index: 999999999 !important;
}
.sidr .cd-accordion-menu .active a, .sidr .cd-accordion-menu .active label, .sidr .cd-accordion-menu .active ul {
  background: #191919 !important;
}
.sidr .cd-accordion-menu .active ul li.active a {
  color: #2c8fcc !important;
}
.sidr .cd-accordion-menu .active ul li.active ul li a {
  color: #ffffff !important;
}

@media only screen and (min-width: 320px) {
  body.product-product:not(.cke_editable) .featured-module .custom-heading h2:not(.swal2-title):not([style]) {
    font-size: 26px !important;
  }

  .quickcheckout-checkout #content #terms, .quickenquiry-checkout #content #terms {
    padding: 0 !important;
  }

  .quickenquiry-popup .fancybox-content {
    height: 400px !important;
    width: 320px !important;
  }

  .news-container .sort-order {
    padding: 0;
  }

  .featured-module .product-block .product-image-block .sticker .sticker-name.margin-top {
    margin-top: 5px !important;
  }

  .featured-module .slick-nav {
    top: 0 !important;
  }

  body.product-product .main-wrapper {
    padding: 0 !important;
  }
  body.product-product #content {
    padding: 0 !important;
  }
  body.product-product .product-single {
    padding: 0 !important;
  }
  body.product-product .product-single .product-image-column .magnify img {
    border: 0 !important;
  }
  body.product-product .product-single .product-image-additional-container {
    padding: 0 4rem !important;
  }
  body.product-product .product-single .product-image-additional-container .product-image-additional {
    padding: 0 15px;
  }
  body.product-product .product-single .product-information {
    width: 100%;
    float: left;
  }
  body.product-product .product-single .product-information .product-desc {
    text-align: justify;
    width: 100%;
    float: left;
    margin-bottom: 3rem;
  }
  body.product-product .product-single .product-information .date button {
    background: #003b97;
    border: 1px solid #003b97;
    font-family: "PoppinsSemiBold" !important;
    color: #ffffff !important;
    box-shadow: none;
    outline: none;
  }
  body.product-product .product-single .product-information .date button:hover, body.product-product .product-single .product-information .date button:focus {
    background: #2f517b !important;
    border: 1px solid #2f517b !important;
  }
  body.product-product .product-single .product-information .left, body.product-product .product-single .product-information .right {
    width: 100%;
    float: left;
  }

  body.product-product .bootstrap-datetimepicker-widget.top {
    margin-bottom: 10px !important;
  }

  body.product-product .bootstrap-datetimepicker-widget.bottom {
    margin-top: 10px !important;
  }

  body.product-product .bootstrap-datetimepicker-widget.bottom:before, .bootstrap-datetimepicker-widget.top:before,
body.product-product .bootstrap-datetimepicker-widget.bottom:after, .bootstrap-datetimepicker-widget.top:after {
    display: none !important;
  }

  body .section-space.featured-36 .featured-module {
    padding: 0 15px;
  }
  body .section-space.featured-36 .featured-module .featured {
    padding: 0 !important;
    margin-top: -1rem;
  }
  body .section-space.featured-36 .featured-module .featured .slick-slide {
    padding: 0 2.5rem;
  }
  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block {
    margin-bottom: 3rem !important;
  }
  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block .block {
    padding: 1px 1px 0rem !important;
  }
  body .section-space.featured-36 .custom-heading h2 span.after-style {
    right: 0;
    bottom: 7px;
    border-radius: 10px;
    width: 195px;
  }

  body.custom-wrapper .main-wrapper {
    padding: 70px 0;
  }
  body.custom-wrapper .main-wrapper .custom-heading h2 span.after-style {
    right: 0;
    bottom: 7px;
    border-radius: 10px;
    width: 115px;
  }
  
  body.product-entertainment .main-wrapper .custom-heading h2 span.after-style {
    right: 0;
    bottom: 7px;
    border-radius: 10px;
    width: 115px;
  }

  .slick-slider .slick-nav {
    top: 40%;
  }
  .slick-slider .slick-nav:hover i {
    background: #898989 !important;
  }
  .slick-slider .slick-nav i {
    background: #bcbcbc;
    font-size: 1.3rem;
    padding: 9px 11px;
    border-radius: 40px;
    color: #ffffff;
  }
  .slick-slider .slick-nav.left {
    left: -5px;
  }
  .slick-slider .slick-nav.right {
    right: -5px;
  }

  body .section-space.testimonials {
    padding: 70px 0px !important;
  }
  body .section-space.testimonials .custom-heading h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
  }
  body .section-space.testimonials .contents {
    width: 100%;
    float: left;
    padding: 0 2rem;
  }
  body .section-space.testimonials .slick-slider .slick-nav {
    top: 50% !important;
  }
  body .section-space.testimonials .slick-slide {
    padding: 1rem;
  }
  body .section-space.testimonials .slick-slide .box {
    padding: 1rem;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    text-align: center;
    height: 100%;
    position: relative;
  }
  body .section-space.testimonials .slick-slide .box .desc {
    float: left;
    margin-bottom: 2rem;
    width: 100%;
  }
  body .section-space.testimonials .slick-slide .box .img-responsive {
    display: block;
    margin: 0 auto 2rem;
  }
  body .section-space.testimonials .slick-slider .slick-nav.left {
    left: 5px !important;
  }
  body .section-space.testimonials .slick-slider .slick-nav.right {
    right: 5px !important;
  }

  body .section-space.clientele .custom-heading h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
  }
  body .section-space.clientele .contents {
    width: 100%;
    float: left;
    padding: 0 3rem;
  }
  body .section-space.clientele .slick-slide {
    padding: 0 1rem;
  }
  body .section-space.clientele .slick-slider .slick-nav.left {
    left: 5px !important;
  }
  body .section-space.clientele .slick-slider .slick-nav.right {
    right: 5px !important;
  }

  body .section-space.featured_articles {
    padding: 70px 0px !important;
  }
  body .section-space.featured_articles .featured_articles {
    width: 100%;
    float: left;
    padding: 0 1rem;
  }
  body .section-space.featured_articles .featured_articles .custom-heading h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
  }
  body .section-space.featured_articles .featured_articles .contents {
    width: 100%;
    float: left;
    padding: 0 1rem;
  }
  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide {
    padding: 0 0.5rem;
  }
  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide:hover .box {
    border: 2px solid #003b97 !important;
  }
  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide .boxes {
    height: 100%;
  }
  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide .box {
    border: 2px solid transparent;
    float: left;
    background: #ffffff;
    height: 100%;
  }
  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide .box .info {
    width: 100%;
    float: left;
    position: relative;
    padding: 2rem;
  }
  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide .box .info .desc {
    text-align: justify;
  }

  body .section-space.team_members {
    padding: 50px 0 !important;
  }
  body .section-space.team_members .custom-heading h3 {
    text-transform: uppercase;
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 3rem;
  }
  body .section-space.team_members .contents {
    width: 100%;
    float: left;
    text-align: center;
  }
  body .section-space.team_members .contents .boxes {
    margin-bottom: 3rem;
  }
  body .section-space.team_members .contents .boxes .box .back .body {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: 0;
  }
  body .section-space.team_members .contents .boxes .box .back .body .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4784313725);
    top: 0;
    left: 0;
  }
  body .section-space.team_members .contents .boxes .box .back .body .info {
    z-index: 1;
    color: #ffffff;
  }
  body .section-space.team_members .contents .boxes .box .back .body .info p {
    margin-bottom: 0;
    font-family: "PoppinsSemiBold" !important;
  }
  body .section-space.team_members .contents .boxes .box .back .body .info p.name {
    font-size: 18px;
    text-transform: uppercase;
  }
  body .section-space.team_members .contents .boxes .box .back .body .info p.position {
    font-size: 15px;
  }
  body .section-space.team_members .contents .boxes:last-child {
    margin-bottom: 0 !important;
  }

  body .section-space.html-37 {
    padding: 50px 0 !important;
  }
  body .section-space.html-37 img:first-of-type {
    margin: 0 auto 2rem;
    display: block;
    float: none !important;
  }

  #footer-area .footer-wrapper p {
    margin-bottom: 0;
  }

  .section-space:not(.slideshow) {
    padding: 70px 0px 50px !important;
    padding-top:5px !important;
    padding-bottom: 40px !important;
  }

  .custom-heading {
    position: relative;
  }
  .custom-heading h2 span.parent {
    position: relative;
  }
  .custom-heading h2 span.after-style {
    content: "";
    width: 80px;
    height: 15px;
    background: #afdfe4;
    display: block;
    position: absolute;
  }
  .custom-heading h2 span.text {
    position: relative;
  }

  h3 {
    /*font-size: 14px !important;*/
  }

  h2 {
    font-size: 16px !important;
  }

  h4 {
    font-size: 14px !important;
  }

  .section-space.who_we_are h2 span.after-style {
    left: 2px;
    bottom: 7px;
    border-radius: 10px;
  }
  .section-space.who_we_are .contents {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
  }
  .section-space.who_we_are .contents .boxes {
    margin-bottom: 5rem;
  }
  .section-space.who_we_are .contents .boxes:last-child {
    margin-bottom: 0 !important;
  }
  .section-space.who_we_are .contents .boxes img {
    margin-bottom: 3rem;
  }
  .section-space.who_we_are .contents .boxes h4 {
    text-transform: uppercase;
    font-family: "PoppinsSemiBold" !important;
  }

  .section-space.why_esn h2 span.after-style {
    left: -5px;
    bottom: 7px;
    border-radius: 10px;
  }
  .section-space.why_esn .contents {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
  }
  .section-space.why_esn .contents .boxes {
    margin-bottom: 5rem;
  }
  .section-space.why_esn .contents .boxes:last-child {
    margin-bottom: 0 !important;
  }
  .section-space.why_esn .contents .boxes img {
    margin-bottom: 3rem;
  }
  .section-space.why_esn .contents .boxes h4 {
    text-transform: uppercase;
    font-family: "PoppinsSemiBold" !important;
  }

  .section-space.how_it_works h2 {
    color: #ffffff;
  }
  .section-space.how_it_works h2 span.after-style {
    left: -5px;
    bottom: 7px;
    border-radius: 10px;
    background: #000 !important;
    width: 84px !important;
  }
  .section-space.how_it_works .contents {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
  }
  .section-space.how_it_works .contents .boxes {
    width: 100%;
    float: left;
    margin-bottom: 5rem;
  }
  .section-space.how_it_works .contents .boxes:last-child {
    margin-bottom: 0 !important;
  }
  .section-space.how_it_works .contents .boxes img {
    margin-bottom: 3rem;
  }
  .section-space.how_it_works .contents .boxes h3 {
    font-size: 5rem !important;
    margin-bottom: 2rem !important;
    font-family: "MontserratBold" !important;
  }
  .section-space.how_it_works .contents .boxes h3, .section-space.how_it_works .contents .boxes h4 {
    text-transform: uppercase;
    color: #ffffff !important;
  }
  .section-space.how_it_works .contents .boxes h4 {
    font-family: "PoppinsSemiBold" !important;
  }

  #slideshow0 .banner {
    background-position: center !important;
    background-size: cover !important;
    height: 100vh !important;
    cursor: pointer;
  }

  #header-sticky-wrapper #header .main-header .header-container .get-quote {
    /*margin-left: 10px;*/
  }
  #header-sticky-wrapper #header .main-header .header-container .get-quote a {
    display: block;
    text-align: center;
    line-height: 15px;
    background: #f7941d;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #f7941d;
    font-family: "OswaldRegular" !important;
    font-weight: 400 !important;
  }
  #header-sticky-wrapper #header .main-header .header-container .get-quote a:hover {
    background: #c17519 !important;
    border: 1px solid #c17519 !important;
  }

  .header-container #account {
    margin-top: 10px;
  }

  #side-price .price-container > * {
    width: 110px !important;
  }

  #side-price #slider-price {
    width: 95% !important;
  }

  #side-price .price-container .input-group:last-child {
    float: right !important;
  }

  .bnews-list {
    overflow: inherit;
    font-weight: 700;
    margin-top: 1rem !important;
    position: relative;
  }
  .bnews-list .boxes {
    padding: 0 !important;
    margin-bottom: 2rem !important;
    position: relative;
  }
  .bnews-list .boxes .thumbnail {
    box-shadow: none !important;
    padding: 0 !important;
    border: 2px solid transparent !important;
    border-radius: 0 !important;
    position: relative;
    background: transparent;
  }
  .bnews-list .boxes .thumbnail:hover {
    border: 2px solid #003b97 !important;
  }
  .bnews-list .boxes .thumbnail:hover .readmore a {
    color: #1e1e1e !important;
  }
  .bnews-list .boxes .thumbnail img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
  }
  .bnews-list .boxes .thumbnail .body {
    padding: 0 1rem 1rem !important;
  }
  .bnews-list .boxes .thumbnail .body .title {
    padding-bottom: 0;
    font-family: "PoppinsSemiBold" !important;
    color: #1e1e1e !important;
    margin-top: 2.5rem;
  }
  .bnews-list .boxes .thumbnail .body .title:hover {
    color: #003b97 !important;
  }
  .bnews-list .boxes .thumbnail .body .description {
    text-align: justify;
  }

  .animsition-loading, .animsition-loading:after {
    top: 45% !important;
    left: 30% !important;
    width: auto !important;
    height: auto !important;
  }

  #cartSummary tbody tr td:first-child {
    width: 95px !important;
  }
  #cartSummary tbody tr td:first-child img {
    width: 100%;
  }

  #cartSummary tbody tr td.cart-description {
    width: 67% !important;
  }

  .btn-checkout {
    min-width: 170px !important;
  }

  .contact-body > .form-group#google_recaptcha {
    text-align: center !important;
    margin-top: 5px;
  }
  .contact-body > .form-group#google_recaptcha #input-payment-captcha {
    display: inline-block;
  }

  #google_recaptcha, .g-recaptcha {
    transform: scale(0.95) !important;
  }

  body.information-contact #content .gmaps {
    height: 350px !important;
    width: 100% !important;
    margin-bottom: 4rem !important;
  }
  body.information-contact #content .gmaps .mapouter, body.information-contact #content .gmaps .gmap_canvas, body.information-contact #content .gmaps #gmap_canvas {
    width: 100% !important;
    height: 100% !important;
  }

  #slideshow1 .slick-prev, #slideshow1 .slick-next {
    top: 45% !important;
  }

  body:not(.cke_editable) .section-space.html-30 h2:not(.swal2-title):not([style]) {
    margin-bottom: 15px !important;
  }

  #slideshow1 .slick-prev {
    left: 1rem !important;
  }

  #slideshow1 .slick-next {
    right: 1rem !important;
  }

  body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    margin-bottom: 35px !important;
    margin-top: 0 !important;
    letter-spacing: 1px;
    font-family: "PoppinsSemiBold" !important;
    text-transform: uppercase;
  }
  body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
    display: none !important;
  }

  .newsletter-section .mailchimp-integration .box-heading {
    margin-bottom: 1rem !important;
  }
  .newsletter-section .mailchimp-integration .box-heading h3 {
    font-size: 18px !important;
    line-height: 25px;
  }

  .newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button {
    margin-left: 10px !important;
  }

  #top-header {
    font-size: 12px !important;
    padding: 0.5rem 0 !important;
    position: relative;
    float: left;
    width: 100%;
  }
  #top-header .store_comment {
    text-align: center;
    width: 100% !important;
    float: left !important;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
  }
  #top-header .store_comment .slide-container {
    /*-moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    -moz-animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;*/
    width: 100% !important;
  }
  #top-header .store_comment .slide-container p {
    line-height: 15px;
    font-weight: 400;
  }
  #top-header .store_comment .slide-container img {
    width: 15px;
  }

  .product-single .product-image-left, .product-single .product-info {
    padding: 0 !important;
  }

  .product-product .product-image-additional-container {
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
  }
  .product-product .product-image-additional-container .slick-slide {
    background: #ffffff;
  }
  .product-product .product-image-additional-container .slick-slide img {
    padding: 0 !important;
  }
  .product-product .product-image-additional-container .slick-slide.slick-current.slick-active img, .product-product .product-image-additional-container .slick-slide:hover img {
    border: 1px solid #f30200 !important;
  }

  .product-block .product-name .product-title {
    margin-top: 2.5rem !important;
    margin-bottom: 0 !important;
  }

  .filter-products .select-filters {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }

  #footer-area .footer-wrapper {
    padding: 2rem 1rem 0rem !important;
  }

  #footer-area .footer-wrapper .menu-contents ul li {
    margin-bottom: 1rem !important;
  }

  #footer-area .footer-wrapper h4.title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "PoppinsSemiBold" !important;
    margin-bottom: 1rem !important;
    font-size: 18px !important;
  }

  #footer-area .footer-boxes {
    margin-bottom: 5rem !important;
  }
  #footer-area .footer-boxes.social_icons img {
    margin-right: 15px;
  }

  .featured-module .slick-slide, .related-products .slick-slide {
    margin: 7px 14.5px;
  }

  .featured-module .product-block .product-image-block .product-button .btn-viewmore:after {
    background-size: inherit !important;
  }

  .product-block .product-button {
    top: -8% !important;
  }

  .product-block .product-button {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    transition: opacity 0.3s;
  }
  .product-block .product-button.out-stock {
    opacity: 1 !important;
  }

  .product-block .product-image-block .product-button {
    width: 101%;
    height: 101%;
    background: rgba(255, 255, 255, 0.69);
    /*padding: 0 4rem;*/
  }

  .product-block .product-image-block .product-button .btn-add-cart,
.product-block .product-image-block .product-button .btn-add-enquiry,
.product-block .product-image-block .product-button .btn-viewmore,
.product-block .product-image-block .product-button .btn-out-stock {
    top: 42% !important;
  }

  .product-information #product .downloads .btn, .product-information #product .btn-actions button,
.product-information #product .btn-actions .btn-back, #button-review {
    font-size: 14px !important;
    text-transform: capitalize !important;
  }

  .product-information #product .btn-actions #button-cart {
    margin-bottom: 1rem !important;
  }

  #header-sticky-wrapper #header .main-header .header-container {
    padding: 7px 0 !important;
  }

  .header-container .header-top {
    padding-bottom: 5px !important;
  }

  #enquiry, #cart {
    margin-bottom: -10px;
  }

  .header-container .header-top {
    margin-left: 10px !important;
    z-index: inherit !important;
  }

  #header-sticky-wrapper, #header-sticky-wrapper #header {
    height: auto !important;
    float: left;
    width: 100% !important;
  }

  .main-wrapper {
    width: 100%;
    float: left;
  }

  .header-container #enquiry > a .badge, .header-container #cart > a .badge {
    height: 20px !important;
    width: 20px !important;
    top: 48% !important;
    left: 110% !important;
    background: #f7941d !important;
  }
  .header-container #enquiry > a .badge span, .header-container #cart > a .badge span {
    font-size: 10px !important;
  }

  .header-container .header-logo {
    width: 100px !important;
    margin-left: 0rem !important;
  }

  .header-container .header-links > a, .header-container #account > a[data-toggle=dropdown],
.header-container #enquiry > a, .header-container #cart > a, .header-container ._search > a {
    padding: 3px !important;
    width: 35px !important;
  }
  .header-container .header-links > a img, .header-container #account > a[data-toggle=dropdown] img,
.header-container #enquiry > a img, .header-container #cart > a img, .header-container ._search > a img {
    /*width: 100%;*/
    width: 45px;
    height:47px;
  }

  .header-container .header-links > a > i, .header-container #account > a[data-toggle=dropdown] > i,
.header-container #enquiry > a > i, .header-container #cart > a > i, .header-container ._search > a > i {
    font-size: 16px !important;
  }

  .page-banner .page-banner-title {
    font-size: 26px !important;
    padding: 5rem 0 !important;
  }

  #products-attributes .tab-pane div:last-child {
    overflow-x: scroll !important;
    padding: 1rem 0 !important;
  }

  .product-information #product .btn-actions .box {
    text-align: center !important;
  }

  #product-tabs {
    border-bottom: 0 !important;
  }

  #product-tabs li {
    width: 100% !important;
    margin-bottom: 1rem !important;
    text-align: center;
  }
  #product-tabs li:last-child {
    margin-bottom: 2rem !important;
  }

  .product-information #product .checkbox, .product-information #product .radio {

    padding-right: 0px !important;
  }

  #product-filter-detect {
    float: left;
    width: 100%;
    margin-top: 0 !important;
  }

  .sort-order .sort-by, .sort-order .limit-by {
    width: 100% !important;
  }

  .featured-module .slick-nav .position-center-center {
    top: 35% !important;
    font-size: 22px !important;
  }

  .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left: -6px !important;
  }

  .featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right: -6px !important;
  }

  #waiting_list .waiting_list_container input {
    width: 100% !important;
  }

  .product-image-column .magnify img {
    width: 100% !important;
    border: 1px solid #ccc;
  }

  .product-information #product .qty .input-group-addon {
    margin-right: 3.4rem !important;
  }

  .product-information #product .qty .input-number {
    min-width: 80px !important;
  }

  .product-block {
    margin-bottom: 4rem !important;
    position: relative;
    cursor: pointer;
    border: 0 !important;
  }
  .product-block .block {
    padding: 1px 1px 2rem !important;
    position: relative;
    height: 100%;
    border: 2px solid transparent;
  }
  .product-block:hover .block {
    border: 2px solid #afdfe4 !important;
  }

  body.product-category #content {
    padding: 0 !important;
  }

  .product-information #product {
    max-width: 100% !important;
    float: left;
    position: relative;
    width: 100% !important;
  }

  .product-details .price-old {
    font-size: 24px !important;
    color: #ababab !important;
    font-weight: 700;
  }

  .product-details .price-new, .product-details .price {
    font-size: 24px !important;
    font-weight: 700;
    color: #003b97 !important;
    font-family: "PoppinsSemiBold" !important;
  }

  .enquiry-item {
    font-size: 24px !important;
    text-transform: uppercase;
  }

  .product-details .price, .enquiry-item {
    color: #003b97 !important;
  }

  .product-block .btns {
    width: 100%;
    float: left;
    text-align: center;
  }
  .product-block .btns button {
    background: #003b97 !important;
    color: #ffffff !important;
    border: 1px solid #003b97 !important;
    border-radius: 45px !important;
    box-shadow: none !important;
    outline: none;
    padding: 0.8rem 4rem !important;
    margin-top: 10px !important;
    min-height: 45px !important;
    height: 45px !important;
    font-size: 13px !important;
    text-shadow: none !important;
    text-transform: capitalize !important;
    font-family: "PoppinsSemiBold" !important;
  }
  .product-block .btns button:hover, .product-block .btns button:focus {
    background: #2f517b !important;
    border: 1px solid #2f517b !important;
  }
  .product-block .btns button.btn-right {
    float: right;
  }
  .product-block .btns button.btn-out-stock {
    background: #000 !important;
    border: 1px solid #000 !important;
  }
  .product-block .btns button.btn-out-stock:hover, .product-block .btns button.btn-out-stock:focus {
    color: #afdfe4 !important;
    background: #000 !important;
    border: 1px solid #000 !important;
  }

  .product-block .product-description {
    margin: 0 0 2rem !important;
    text-align: center;
    color: #ababab !important;
    font-size: 15px !important;
  }

  .product-block .product-name {
    padding: 0 1rem !important;
  }

  #header-sticky-wrapper.sticky-wrapper.is-sticky #header {
    position: relative !important;
  }
}
@media only screen and (max-width: 768px) {
    .header-container #account {
        margin-right: -3px !important;
    }
}

@media only screen and (min-width: 360px) {
  body .section-space.team_members .contents .boxes {
    padding: 0 3.5rem;
  }

  .quickenquiry-popup .fancybox-content {
    height: 500px !important;
  }

  .quickenquiry-popup .fancybox-slide {
    padding: 40px 20px !important;
  }

  #enquiry, #cart {
    margin-bottom: -3px !important;
  }

  .header-container #account {
    margin-top: 5px !important;
  }

  #header-sticky-wrapper #header .main-header .header-container .get-quote a {
    padding: 5px 25px !important;
  }

  .header-container .header-top {
    margin-left: 20px !important;
  }

  .header-container .header-links > a, .header-container #account > a[data-toggle=dropdown], .header-container #enquiry > a,
.header-container #cart > a, .header-container ._search > a {
    width: 40px !important;
  }

  .animsition-loading, .animsition-loading:after {
    left: 33% !important;
  }

  #google_recaptcha, .g-recaptcha {
    transform: scale(1) !important;
  }



  .product-information #product .qty .input-group-addon {
    margin-right: 4.4rem !important;
  }
}
@media only screen and (min-width: 375px) {
  .product-information #product .btn-actions .box {
    padding: 0 1rem !important;
  }

  .header-container #enquiry > a .badge, .header-container #cart > a .badge {
    top: 45% !important;
    left: 100% !important;
  }

  .page-banner .page-banner-title {
    padding: 6rem 0 !important;
  }

  body.account-forgotten .main-wrapper {
    padding-bottom: 1rem !important;
  }
}
@media only screen and (min-width: 414px) {
  .quickenquiry-popup .fancybox-content {
    height: 600px !important;
    width: 400px !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block {
    margin-bottom: 1rem !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide {
    padding: 0 4rem !important;
  }

  #cartSummary tbody tr td:first-child {
    width: 115px !important;
  }

  .featured-module.featured_related_products_ .featured .slick-list .slick-slide {
    padding: 0 4rem !important;
  }

  .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left: 0px !important;
  }

  .featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right: 0px !important;
  }

  .product-information #product .btn-actions .box {
    padding: 0 4rem !important;
  }

  .product-information #product .btn-actions #button-enquiry, .product-information #product .btn-actions #button-cart {
    float: none !important;
    margin-right: 0 !important;
  }

  body .section-space.testimonials .slick-slide .box {
    padding: 2rem !important;
  }

  body .section-space.team_members .contents .boxes .box {
    display: flex;
    justify-content: center;
  }

  body .section-space.team_members .contents .boxes {
    margin-bottom: 4rem !important;
  }

  .section-space.how_it_works .contents .boxes {
    width: 50% !important;
    padding: 0 1rem !important;
  }
  .section-space.how_it_works .contents .boxes:last-child {
    width: 100% !important;
    padding: 0 11rem !important;
  }

  #slideshow0 .banner {
    height: 41rem !important;
  }

  .header-container .header-links > a, .header-container #account > a[data-toggle=dropdown], .header-container #enquiry > a, .header-container #cart > a, .header-container ._search > a {
    width: 3px !important;
  }

  #header-sticky-wrapper #header .main-header .header-container .get-quote a {
    padding: 5px 4rem !important;
  }

  .article-content table tr td {
    padding: 5px 10px !important;
  }

  .animsition-loading, .animsition-loading:after {
    left: 35% !important;
  }

  .buttons .pull-left {
    float: left !important;
  }

  .buttons .pull-right {
    margin-top: 0 !important;
    float: right !important;
  }

  .product-information #product .btn-actions .btn-back {
    float: left !important;
  }

  #footer-area .footer-wrapper {
    padding: 3rem 3rem 0 !important;
  }

  body.account-forgotten .main-wrapper {
    padding-bottom: 7rem !important;
  }

  .product-information #product .downloads {
    float: left !important;
    margin-top: 0 !important;
  }

  .header-container .header-logo {
    margin-left: 2rem !important;
  }

  .header-container .header-top {
    margin-left: 0px !important;
  }


}
@media only screen and (min-width: 480px) {
  .product-information #product .btn-actions .box {
    padding: 0 !important;
  }

  .product-information #product .form-group {
    text-align: left;
  }

  .product-information #product .btn-actions #button-enquiry,
.product-information #product .btn-actions #button-cart {
    float: left !important;
    margin-right: 2rem !important;
  }

  body.quickcheckout-checkout.custom-wrapper .right {
    width: auto !important;
  }

  body.quickenquiry-checkout.custom-wrapper .main-wrapper .payment, body.quickcheckout-checkout.custom-wrapper .payment {
    float: right;
  }
  body.quickenquiry-checkout.custom-wrapper .main-wrapper .payment .buttons, body.quickcheckout-checkout.custom-wrapper .payment .buttons {
    margin: 0 !important;
  }
  body.quickenquiry-checkout.custom-wrapper .main-wrapper .payment .buttons .pull-right, body.quickcheckout-checkout.custom-wrapper .payment .buttons .pull-right {
    margin-top: 0 !important;
    width: auto !important;
  }

  body.quickenquiry-checkout.custom-wrapper .main-wrapper .back-quickenquiry {
    width: auto !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide {
    padding: 0 5.5rem !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block {
    margin-bottom: 3rem !important;
  }

  #products-attributes #tab-attribute-0-2 {
    text-align: left;
  }

  body.product-product .product-single .product-image-additional-container {
    padding: 0 2rem !important;
  }

  .featured-module.featured_related_products_ .featured .slick-list .slick-slide {
    padding: 0 6rem !important;
  }

  body.product-product .product-single .product-image-additional-container .product-image-additional {
    padding: 0 5rem !important;
  }

  body .section-space.testimonials .contents {
    padding: 0 5rem !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.left, body .section-space.testimonials .slick-slider .slick-nav.left {
    left: 25px !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.right, body .section-space.testimonials .slick-slider .slick-nav.right {
    right: 25px !important;
  }

  body .section-space.clientele .contents {
    padding: 0 6rem !important;
  }

  .slick-slider .slick-nav.left {
    left: 10px !important;
  }

  .slick-slider .slick-nav i, .slideshow .slider-nav i {
    font-size: 1.5rem !important;
    padding: 14px 16px !important;
  }

  .slick-slider .slick-nav.right {
    right: 10px !important;
  }

  body .section-space.team_members .contents .boxes {
    padding: 0 7rem !important;
  }

  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide {
    padding: 0 4rem !important;
  }

  #slideshow0 .banner {
    height: 43rem !important;
  }

  #header-sticky-wrapper #header .main-header .header-container .get-quote a {
    padding: 14px 4rem !important;
    width: 130px;
  }

  #header-sticky-wrapper #header .main-header .header-container {
    padding: 7px 0 !important;
  }

  .article-content table tr td {
    padding: 9px 15px !important;
  }

  #cartSummary tbody tr td:first-child {
    width: 140px !important;
  }

  .newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button a {
    padding: 10.3px 5rem !important;
  }

  .featured-module.featured_related_products_ .featured {
    margin-top: -20px;
  }

  .product-information #product label {
    margin-bottom: 0 !important;
    text-align: right;
  }

  .product-information #product .equal-heights .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-information #product .divide {
    width: 100% !important;
    float: left;
  }

  .page-banner .page-banner-title {
    padding: 8rem 0 !important;
  }

  body.account-forgotten .main-wrapper {
    padding-bottom: 0rem !important;
  }

  .header-container .header-top {
    margin-left: 2rem !important;
  }

  .header-container .header-links > a, .header-container #account > a[data-toggle=dropdown],
.header-container #enquiry > a, .header-container #cart > a, .header-container ._search > a {
    width: 40px !important;
  }

  .header-container .header-logo {
    margin-left: 2rem !important;
  }

  .header-container #enquiry > a .badge, .header-container #cart > a .badge {
    top: 44% !important;
    left: 95% !important;
  }

  .header-container .header-links > a > i, .header-container #account > a[data-toggle=dropdown] > i,
.header-container #enquiry > a > i, .header-container #cart > a > i, .header-container ._search > a > i {
    font-size: 18px !important;
  }

  .buttons .pull-left {
    width: 50% !important;
    float: left !important;
    text-align: left !important;
  }

  .buttons .pull-right {
    width: 50% !important;
    float: right !important;
    margin-top: 0 !important;
    text-align: right !important;
  }

  .product-information #product .checkbox, .product-information #product .radio {

    padding-left: 10px !important;
  }

  /*.sort-order .sort-by, .sort-order .limit-by {
      width: 45% !important;
  }*/
  /*#content #product-filter-replace .sort-by .sorts, #content #product-filter-replace .limit-by .sorts{
  	width: 175px!important;
  }*/
  .product-information #product .qty .input-group-addon {
    margin-right: 7.3rem !important;
  }

  .product-information #product .qty .input-number {
    width: 125px !important;
  }
}
@media only screen and (min-width: 568px) {
  body .section-space.team_members .contents .boxes .box {
    padding: 0 9.7rem !important;
  }

  #footer-area .footer-boxes.social_icons img {
    margin-right: 10px;
  }

  body #footer-area .links .footer-boxes.footer-contact-links:last-child {
    float: left !important;
  }

  .animsition-loading, .animsition-loading:after {
    left: 40% !important;
  }

  #products-attributes {
    border-top-left-radius: 0 !important;
  }

  #footer-area .footer-boxes.social_icons, #footer-area .links .footer-boxes.footer-contact-links:last-child {
    width: 35% !important;
    float: right !important;
  }

  #footer-area .footer-boxes.social_icons {
    padding-top: 4rem !important;
  }

  #footer-area .footer-boxes.footer-contact-info, #footer-area .links .footer-boxes.footer-contact-links:first-child {
    width: 65% !important;
    float: left !important;
  }

  #footer-area .links {
    width: 100% !important;
    float: left !important;
  }

  .product-information .product-description {
    margin: 3rem 0 4rem !important;
  }

  .product-special .product-view > *, .product-category .product-view > *, .product-search .product-view > * {
    width: calc(100% - 8px) !important;
  }

  #header-sticky-wrapper #header .main-header .header-container {
    padding: 8px 0 !important;
  }

  .header-container .header-logo {
    width: 120px !important;
    margin-left: 3rem !important;
  }


}
@media only screen and (min-width: 640px) {
  body .section-space.team_members .contents .boxes {
    padding: 0 1.5rem !important;
  }

  .product-block .product-details {
    padding: 0 1rem 0 !important;
  }

  .quickenquiry-popup .fancybox-content {
    height: 600px !important;
    width: 600px !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide {
    padding: 0 !important;
  }

  body .section-space.featured-36 .featured-module .featured {
    padding: 0 3rem !important;
  }

  .bnews-list .boxes .thumbnail .body {
    padding: 0 1rem !important;
  }

  #cartSummary tbody tr td:first-child {
    width: 155px !important;
  }

  #cartSummary tbody tr td.cart-description {
    width: calc(100% - 250px) !important;
  }

  .featured-module .slick-slider .slick-nav.left, .featured-module .slick-slider .slick-nav.prev {
    left: -27px !important;
  }

  .featured-module .slick-slider .slick-nav.right, .featured-module .slick-slider .slick-nav.next {
    right: -27px !important;
  }

  .featured-module.featured_related_products_ .featured {
    padding: 0 4rem !important;
  }

  .featured-module.featured_related_products_ .featured .slick-list .slick-slide {
    padding: 0 !important;
  }

  body.product-product .product-single .product-image-additional-container .product-image-additional {
    padding: 0 7rem !important;
  }

  .featured-module.featured_related_products_ {
    margin-bottom: 5rem;
  }

  .featured-module.featured_related_products_ .featured .product-block .product-name {
    margin-bottom: 8rem !important;
  }

  body.product-product .product-single .product-image-additional-container {
    padding: 0 2rem !important;
  }

  #product-tabs li {
    width: auto !important;
  }
  #product-tabs li:first-child a {
    border-top-left-radius: 30px !important;
  }
  #product-tabs li:last-child a {
    border-right: 1px solid #003b97 !important;
    border-top-right-radius: 30px !important;
  }

  #product-tabs li a {
    padding: 15px !important;
    border-radius: 0 !important;
    border-right: 1px solid #ffffff !important;
  }

  #product-tabs li, #product-tabs li:last-child {
    margin-bottom: 0 !important;
  }

  .sort-order .sort-by .form-group, .sort-order .limit-by .form-group {
    display: flex;
    float: right;
  }
  .sort-order .sort-by .form-group .sorts, .sort-order .limit-by .form-group .sorts {
    margin-bottom: 0 !important;
  }
  .sort-order .sort-by .form-group label, .sort-order .limit-by .form-group label {
    margin-bottom: 0 !important;
    margin-top: 11px;
    margin-right: 12px;
  }

  .news-container .sort-order .sort-by .form-group .sorts {
    width: 170px;
  }

  .news-container .sort-order .limit-by .form-group .sorts {
    width: 100px;
  }

  .sort-order .sort-by, .sort-order .limit-by {
    width: 45% !important;
    float: right !important;
  }

  #content #product-filter-replace .sort-by .sorts {
    width: 175px !important;
  }

  #content #product-filter-replace .limit-by .sorts {
    width: 95px !important;
  }

  body .section-space.testimonials .contents {
    padding: 0 7rem !important;
  }

  body .section-space.featured_articles {
    padding: 120px 0px 120px !important;
  }

  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide .box .info {
    padding: 3rem !important;
  }

  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide {
    padding: 0 6rem !important;
  }

  .slick-slider .slick-nav.left {
    left: 20px !important;
  }

  .slick-slider .slick-nav.right {
    right: 20px !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.left, body .section-space.testimonials .slick-slider .slick-nav.left {
    left: 30px !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.right, body .section-space.testimonials .slick-slider .slick-nav.right {
    right: 30px !important;
  }

  body .section-space.team_members .contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  body .section-space.team_members .contents .boxes .box {
    padding: 0 !important;
  }

  body .section-space.team_members .contents .boxes {
    width: 25% !important;
  }

  .sort-order {
    padding: 0 3rem;
  }

  #footer-area .footer-boxes.social_icons img {
    margin-right: 15px !important;
  }

  #slideshow0 .banner {
    height: 46rem !important;
  }

  #top-header {
    padding: 1rem 0 !important;
  }

  .animsition-loading, .animsition-loading:after {
    left: 42% !important;
  }

  #side-price #slider-price {
    width: 97% !important;
  }

  .related-articles .slick-nav.next, .related-articles .slick-nav.prev {
    top: 50% !important;
  }

  .article-content .image-container {
    margin-bottom: 4rem !important;
  }

  .bnews-list.related-articles .boxes {
    width: 100% !important;
    margin-bottom: 0 !important;
    height: 100% !important;
  }

  .bnews-list.related-articles .boxes .thumbnail {
    margin-bottom: 0 !important;
  }

  /*.bnews-list.related-articles .slick-track{
  	@include equal_heights;
  }*/
  .bnews-list.related-articles .boxes .thumbnail .body {
    margin-bottom: 4rem !important;
  }

  .related-articles .slick-slide {
    padding: 0 !important;
  }

  .bnews-list.related-articles {
    padding: 0 15px !important;
  }

  .bnews-list {
    padding: 0 !important;
  }
  .bnews-list .boxes {
    width: 50% !important;
    padding: 0 15px !important;
    margin-bottom: 3rem !important;
  }
  .bnews-list .boxes .thumbnail {
    height: 100% !important;
  }
  .bnews-list .boxes .thumbnail .body .description {
    width: 100%;
  }
  .bnews-list .boxes .thumbnail .body .readmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left;
  }

  .product-block .product-image-block .is_special {
    top: 7px !important;
    right: -6px !important;
  }

  .product-block .product-image-block .is_special.with-sticker {
    right: 47px !important;
  }

  .product-block .btns button {
    margin-bottom: 0.5rem !important;
  }

  .header-container .header-logo {
    margin-left: 5.3rem !important;
  }

  .product-block .block {
    padding: 1px 1px 3rem !important;
  }

  .filter-products {
    padding: 0 0.5rem !important;
  }

  .product-special .product-view > *, .product-category .product-view > *, .product-search .product-view > * {
    width: calc(50% - 8px) !important;
  }

  .product-block .product-name {
    margin-bottom: 12rem !important;
  }

  .product-block .product-details {
    padding: 0 1rem 3rem !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block .block .product-name {
    margin-bottom: 4rem !important;
  }

  .product-block .bottom-rock {
    position: absolute;
    bottom: 2rem !important;
    text-align: center;
    left: 0;
    width: 100%;
  }

  .product-block {
    padding: 0 1rem !important;
    margin-bottom: 3rem !important;
  }

  .page-banner .page-banner-title {
    padding: 10rem 0 !important;
    font-size: 30px !important;
  }

  .header-container .header-top {
    margin-left: 4rem !important;
  }
}
@media only screen and (min-width: 667px) {
  body .section-space.team_members .contents .boxes {
    padding: 0 2rem !important;
  }

  .header-container .header-logo {
    margin-left: 5.5rem !important;
  }
}
@media only screen and (min-width: 736px) {
  .featured-module.featured_related_products_ .featured .product-block .product-name {
    margin-bottom: 8rem !important;
  }

  #slideshow0 .banner {
    height: 50rem !important;
  }

  .newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button a {
    padding: 10.3px 7rem !important;
  }

  .filter-products .select-filters {
    width: auto !important;
    margin-bottom: 0 !important;
    min-width: 20rem !important;
    margin-right: 2rem !important;
  }
  .filter-products .select-filters:last-child {
    margin-right: 0 !important;
  }

  .page-banner .page-banner-title {
    padding: 12rem 0 !important;
  }

  .header-container .header-logo {
    margin-left: 6.8rem !important;
  }
}
@media only screen and (max-width: 767px) {
  #filter-groups {
    z-index: 99999999 !important;
  }
  .product-information #product .form-group {
        align-items: center;
    }

  .footer-boxes.footer-contact-links:first-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #button-coupon, #button-voucher {
    font-size: 13px !important;
  }

  body.product-search .product-block .product-name {
    margin-bottom: 13rem !important;
  }

  .quickenquiry-popup .fancybox-content {
    height: 700px !important;
    width: 700px !important;
  }

  body.common-home .section-space.how_it_works {
    margin-top: -2rem;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block .block .product-name {
    margin-bottom: 10rem !important;
  }

  body .section-space.featured-36 .featured-module .featured {
    margin-top: -2rem !important;
  }

  .bnews-list .boxes {
    padding: 0 10px !important;
  }

  .product-information #product .form-group {
    text-align: right !important;
  }

  .featured-module.featured_related_products_ .featured .slick-list .slick-slide {
    padding: 0 !important;
  }

  body.product-product .featured-module.featured_related_products_ .featured {
    margin-top: -2rem !important;
  }

  body.product-product .product-single .product-information {
    margin-top: 1rem !important;
  }

  body.product-product .product-single .product-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  body.product-product .product-single .product-information .product-desc {
    margin-bottom: 0 !important;
  }

  body.product-product .product-single .product-information .left {
    width: 60% !important;
  }

  body.product-product .product-single .product-information .right {
    width: 40% !important;
  }

  body.custom-wrapper .main-wrapper {
    padding: 80px 0 !important;
  }

  .sort-order .sort-by, .sort-order .limit-by {
    width: 37% !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.left, body .section-space.testimonials .slick-slider .slick-nav.left {
    left: 35px !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.right, body .section-space.testimonials .slick-slider .slick-nav.right {
    right: 35px !important;
  }

  body .section-space.clientele .contents {
    padding: 0 8rem !important;
  }

  body .section-space.featured_articles {
    padding: 120px 0px 120px !important;
  }

  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide .box .info {
    padding: 2rem 1rem !important;
  }

  body .section-space.featured_articles .featured_articles .contents {
    padding: 0 6rem !important;
  }

  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide {
    padding: 0 1rem !important;
  }

  body .section-space.team_members {
    padding: 50px 0 30px !important;
  }

  body .section-space.team_members .contents .boxes {
    margin-bottom: 5rem !important;
  }

  body .section-space.team_members .contents .boxes {
    padding: 0 3rem !important;
  }

  #footer-area .footer-boxes {
    margin-bottom: 3rem !important;
  }

  #footer-area .footer-boxes.social_icons, #footer-area .links .footer-boxes.footer-contact-links:last-child {
    width: 45% !important;
    padding-left: 0 !important;
  }

  #footer-area .footer-boxes.footer-contact-info, #footer-area .links .footer-boxes.footer-contact-links:first-child {
    width: 55% !important;
  }

  .section-space.how_it_works .contents .boxes:last-child {
    padding: 0 2rem !important;
  }

  .section-space.how_it_works .contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .section-space.how_it_works .contents .boxes img {
    width: 75% !important;
  }

  .section-space.how_it_works .contents .boxes:nth-child(4), .section-space.how_it_works .contents .boxes:last-child {
    width: 50% !important;
  }
  .section-space.how_it_works .contents .boxes:nth-child(4) img, .section-space.how_it_works .contents .boxes:last-child img {
    width: 55% !important;
  }

  .section-space.how_it_works .contents .boxes {
    width: 33.33% !important;
    margin-bottom: 3rem !important;
    padding: 0 2rem;
  }

  .section-space:not(.slideshow) {
    /*padding: 80px 0px 60px !important;*/
  }

  .section-space.why_esn .contents .boxes, .section-space.who_we_are .contents .boxes {
    margin-bottom: 0 !important;
  }

  #slideshow0 .banner {
    height: 40rem !important;
  }

  #top-header {
    padding: 1rem 2rem !important;
  }

  #top-header .store_comment .slide-container {
    text-align: right;
  }

  .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .product-information #product .btn-actions .box {
    padding: 0 !important;
    text-align: right !important;
  }

  #side-price #slider-price {
    width: 95% !important;
  }

  .product-information #product .btn-actions .btn-back {
    float: none !important;
  }

  .product-information #product .btn-actions #button-enquiry, .product-information #product .btn-actions #button-cart {
    float: right !important;
    margin-right: 0 !important;
  }

  body.product-product .featured-module.featured_related_products_ .featured {
    margin-top: -2rem !important;
  }

  .product-information {
    margin-top: -30px !important;
  }

  .product-block .product-image-block .is_special {
    top: 11px !important;
    right: -11px !important;
  }

  .product-block .product-image-block .is_special.with-sticker {
    right: 43px !important;
  }

  #product-filter-detect {
    margin-top: 2rem !important;
  }

  body #footer-area footer .footer-botom .copyright {
    text-align: left !important;
  }

  body #footer-area footer .footer-botom .created-by {
    text-align: right !important;
  }

  #filter-groups #side-manufacturer .item-header {
    padding-top: 3rem !important;
  }

  #filter-groups #side-price .item-header {
    padding-top: 0 !important;
  }

  .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left: 0px !important;
  }

  .featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right: 0px !important;
  }

  .featured-module .slick-slider {
    padding: 0 1rem !important;
  }

  .product-single .product-image-left, .product-single .product-info, .product-single .attributes {
    padding: 0 15px !important;
  }

  .product-special .product-view > *:nth-child(even), .product-category .product-view > *:nth-child(even) {
    margin-left: 0;
  }

  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(33.3333%) !important;
  }

  .product-search .product-view > * {
    width: calc(32.3333%) !important;
  }

  .page-banner .page-banner-title {
    font-size: 35px !important;
    padding: 13rem 0 !important;
  }

  .product-information #product .downloads {
    margin-top: 1rem !important;
  }

  body.account-forgotten #content {
    margin-top: 5rem !important;
  }

  body.account-forgotten .main-wrapper {
    padding-bottom: 33.3rem !important;
  }

  .product-information #product .equal-heights {
    width: 100% !important;
  }

  .form-horizontal .control-label {
    padding-top: 10px;
  }

  form fieldset {
    padding-bottom: 1rem !important;
  }

  .buttons {
    margin-top: 0 !important;
  }

  body.account-order .buttons, body.account-enquiry .buttons, body.account-reward .buttons {
    margin-top: 1rem !important;
  }

  body.product-category #content {
    padding: 0 !important;
  }

  #products-attributes div:first-child {
    padding-right: 2rem !important;
  }

  .product-information #product .btn-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .product-information #product .checkbox, .product-information #product .radio {

    padding-left: 10px !important;
  }

  #content #product-filter-replace {
    background-position: 0 0 !important;
  }

  #filter-groups {
    padding-right: 0.5rem !important;
  }

  .product-information #product .qty .input-number {
    width: auto !important;
  }

  .filter-products {
    padding: 0 1rem !important;
  }

  .product-information #product .qty .input-group-addon {
    margin-right: 3.2rem !important;
  }

  .product-special .product-view > *, .product-category .product-view > *, .product-search .product-view > * {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #filter-groups {
    z-index: 99999999 !important;
    display: none;
    -webkit-animation: slide-left 0.3s ease-out;
    -moz-animation: slide-left 0.3s ease-out;
  }

  #filter-groups.open {
    padding: 30px !important;
    opacity: 1 !important;
    display: block !important;
    -webkit-animation: slide-right 0.3s ease-out;
    -moz-animation: slide-right 0.3s ease-out;
  }

  #filter_group_tigger_open {
    top: 47vh !important;
  }

   product-category #content {
    width: 100% !important;
  }

  .open-column {
    position: fixed !important;
    z-index: 9 !important;
    top: 10% !important;
    width: 50% !important;
    background: #fff !important;
    left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .open-column #filter_group_tigger_open {
    display: none !important;
  }
  .open-column .position-right-top {
    top: 2rem !important;
    right: 2rem !important;
    z-index: 9 !important;
    position: absolute !important;
    transition: none !important;
  }
}
@media (max-width: 991px) {
  /*.container {
      min-width: 95%;
      max-width: 95%;
  }*/
}
@media only screen and (min-width: 992px) {
  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block .block .product-name {
    margin-bottom: 12rem !important;
  }

  body.product-search .product-block .product-name {
    margin-bottom: 11rem !important;
  }

  .quickenquiry-popup .fancybox-content {
    height: 720px !important;
    width: 900px !important;
  }

  .bnews-list .boxes {
    width: 33.33% !important;
  }

  body.product-product .bootstrap-datetimepicker-widget.bottom {
    right: 3rem !important;
    left: auto !important;
  }

  body.product-product .product-single .attributes, body.product-product .product-single .product-description,
body.product-product .product-single .featured-module, body.product-product .product-single .product-image-additional-container {
    padding: 0 3rem !important;
  }

  body.product-product .product-single {
    width: 100% !important;
  }

  body.product-product .product-single .product-information .product-desc {
    margin-top: 0.5rem !important;
  }

  .product-information .prices-container {
    float: right;
    margin-bottom: 0 !important;
    width: 35% !important;
  }
  .product-information .prices-container .product-details {
    padding: 0 !important;
    text-align: right !important;
  }

  .product-information .name-product {
    float: left;
    width: 65% !important;
  }
  .product-information .name-product .product-name {
    line-height: 18px !important;
  }

  .featured-module.featured_related_products_ {
    margin-top: 7rem !important;
  }

  .sort-order .sort-by, .sort-order .limit-by {
    width: 40% !important;
  }

  body .section-space.testimonials .slick-slide .box .desc {
    margin-bottom: 6rem !important;
  }

  body .section-space.testimonials .slick-slide .box .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }

  body .section-space.testimonials .slick-slide {
    padding: 1rem 1.5rem !important;
  }

  .container {
    width: 960px !important;
  }

  body .section-space.team_members .contents .boxes {
    width: 16.66% !important;
    padding: 0 2rem !important;
  }

  body .section-space.team_members .contents .boxes .box {
    padding: 0 !important;
  }

  body .section-space.html-37 img:first-of-type {
    float: left !important;
    padding-right: 3rem;
    width: 58%;
  }

  .section-space.how_it_works .contents .boxes h3 {
    font-size: 7rem !important;
  }

  .mobile .row .max-offset {
    margin-left: calc(-50vw + calc(50% - 4px));
  }

  #slideshow0 .banner {
    height: 50rem !important;
  }

  #header-sticky-wrapper #header .main-header .header-container .get-quote a {
    padding: 14px !important;
    width: 85px !important;
  }

  .header-container .header-top {
    margin-left: 1rem !important;
  }

  .animsition-loading, .animsition-loading:after {
    left: 45% !important;
  }

  .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .article-content .image-container {
    padding-right: 10px !important;
  }

  .article-content .main-content {
    padding-left: 10px !important;
  }

  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(49.3333%) !important;
  }

  .product-search .product-view > * {
    width: calc(31.3333%) !important;
  }

  #footer-area .footer-boxes.footer-contact-info {
    width: 40% !important;
  }

  #footer-area .footer-boxes.social_icons {
    width: 20% !important;
    float: left !important;
  }

  #footer-area .links {
    width: 40% !important;
  }

  .newsletter-section .mailchimp-integration .box-heading {
    width: 39% !important;
    float: left;
    margin-bottom: 0 !important;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .newsletter-section .mailchimp-integration .box-content {
    width: 61% !important;
  }

  .newsletter-section {
    padding: 15px !important;
  }

  .newsletter-section .mailchimp-integration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .header-container .header-logo {
    width: 80px !important;
    margin-left: 0 !important;
  }

  #header-sticky-wrapper #header .main-header .header-container {
    padding: 5px 0 !important;
  }

  #top-header {
    padding: 0.5rem 2rem 0.5rem 4rem !important;
  }

  .header-container .header-menu #main-menu {
    padding-top: 15px !important;
  }

  .header-container .header-top {
    padding-bottom: 10px !important;
  }

  #filter_group_tigger_close {
    display: none;
  }

  #header-sticky-wrapper #header #main-menu li {
    padding: 0px 8px;
  }
  #header-sticky-wrapper #header #main-menu li:hover a, #header-sticky-wrapper #header #main-menu li:focus a, #header-sticky-wrapper #header #main-menu li.active a {
    color: #003b97 !important;
  }
  #header-sticky-wrapper #header #main-menu li:after {
    content: "|";
    position: absolute;
    top: 5px;
    right: 0;
    color: #1e1e1e;
  }
  #header-sticky-wrapper #header #main-menu li:first-child {
    padding-left: 0 !important;
  }
  #header-sticky-wrapper #header #main-menu li:last-child {
    padding-right: 0 !important;
  }
  #header-sticky-wrapper #header #main-menu li:last-child:after {
    display: none !important;
  }

  .header-container .header-top .desktop-search {
    margin-top: 4px;
    padding: 14px 10px !important;
    width: 34px;
    /*margin-right: 4px !important;*/
    /*background: #b7b7b7 !important;*/
    background: #0c3a97 !important;
    border-radius: 60px;
  }
  .header-container .header-top .desktop-search i {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    font-size: 2rem;
    color: #ffffff;
    font-weight: 700;
    margin-left: 2px;
    margib-top:4px;
  }
  .header-container .header-top .desktop-search img {
    width: 100%;
  }

  .header-container #account > a[data-toggle=dropdown] {
    margin-top: 5px;
  }

  .search_container {
    margin-top: 10px !important;
  }

  .search_container .search-custom .search-box {
    height: 40px !important;
    padding: 5px !important;
    width: 45rem !important;
  }
  .search_container .search-custom .search-box input {
    height: 40px !important;
    margin-top: -5px !important;
    background: transparent !important;
    border: 0 !important;
  }

  #top-header .store_info #account .dropdown-menu a {
    color: #707070 !important;
    font-size: 12px !important;
    text-align: center;
  }
  #top-header .store_info #account .dropdown-menu a:hover {
    color: #afdfe4 !important;
  }

  #top-header .store_info #account .dropdown-menu {
    top: 112% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .product-block .product-name {
    margin-bottom: 13rem !important;
  }

  #product-tabs li {
    width: 190px !important;
  }

  .quickenquiry-popup .fancybox-content {
    height: 625px !important;
    width: 1000px !important;
  }

  .container {
    width: 970px !important;
  }

  .mobile .row .max-offset {
    margin-left: calc(-50vw + calc(50% - 0px)) !important;
  }

  .search_container {
    margin-top: 8px !important;
  }

  #header-sticky-wrapper #header .main-header .header-container .get-quote a {
    width: 100px !important;
  }

  #header-sticky-wrapper #header #main-menu li {
    padding: 0px 10px !important;
  }

  .header-container #account > a[data-toggle=dropdown] {
    margin-top: -5px !important;
  }

  .bnews-list .boxes .thumbnail .body {
    padding: 0 2rem !important;
  }

  .animsition-loading, .animsition-loading:after {
    left: 47% !important;
  }

  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(33.3333%) !important;
  }

  #header-sticky-wrapper #header #main-menu li:after {
    top: 1px !important;
  }

  .header-container .header-menu #main-menu {
    padding-top: 20px !important;
  }

  body.product-category #column-left {
    border-right: 0 !important;
    width: 30.333333% !important;
  }

  /*.product-category #content {*/
  /*  width: 69.666667% !important;*/
  /*}*/

  body.account-forgotten .main-wrapper {
    padding-bottom: 3.2rem !important;
  }

  .product-information #product .downloads {
    margin-top: 0 !important;
  }

  .product-block .btns button.btn-right {
    float: none !important;
  }

  .product-block .btns {
    text-align: center !important;
  }

  #header-sticky-wrapper #header .main-header .header-container {
    padding: 9px 0 !important;
  }

  .page-banner .page-banner-title {
    font-size: 35px !important;
    padding: 14rem 0 !important;
  }

  .header-container #account {
    margin-top: 10px !important;
  }

  .header-container .header-top {
    margin-left: 2rem !important;
  }

  #header-sticky-wrapper #header #main-menu a {
    letter-spacing: 1px !important;
    font-size: 12px !important;
    padding: 5px !important;
    border-radius: 10px !important;
  }

  #products-attributes .tab-pane div:first-child {
    padding-right: 5rem !important;
  }

  #filter-groups {
    padding-right: 3rem !important;
  }

  .product-information #product .qty .input-group-addon {
    margin-right: 5.2rem !important;
  }

  .product-information #product .qty .input-number {
    width: 248px !important;
  }
}
@media (min-width: 1200px) {
  .header-top.hidden-md {
    display: none !important;
  }

  .product-special .product-view > *, .product-category .product-view > *, .product-search .product-view > * {
    width: calc(31.3333%) !important;
  }
}
@media only screen and (min-width: 1280px) {
  #button-coupon, #button-voucher {
    font-size: 18px !important;
  }

  .header-container .header-links > a, .header-container #account > a[data-toggle=dropdown], .header-container #enquiry > a, .header-container #cart > a, .header-container ._search > a {
    width: 45px !important;
  }

  .featured-module.featured_related_products_ .custom-heading h2 span.after-style {
    width: 137px !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide .owl-grouped {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block {
    width: 25%;
    float: left;
    height: auto !important;
  }

  body .section-space.featured-36 .featured-module {
    padding: 0 3rem !important;
  }

  body.common-home .section-space.how_it_works {
    margin-top: -5rem !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block .block .product-name {
    margin-bottom: 14rem !important;
  }

  .product-block .product-image-block .sticker .sticker-name.margin-top {
    margin-top: 5px !important;
  }

  #slideshow0 .banner {
    height: 55rem !important;
  }

  #side-price .price-container > * {
    width: 90px !important;
  }

  .sort-order .sort-by, .sort-order .limit-by {
    width: 34% !important;
  }

  body.product-entertainment .main-wrapper .custom-heading h2 span.after-style {
    width: 125px !important;
  }

  body .section-space.testimonials .slick-slide .box .desc {
    margin-bottom: 8rem !important;
  }

  body .section-space.testimonials .slick-slide .box .title {
    bottom: 1rem !important;
  }

  body .section-space.clientele .contents {
    padding: 0 5rem !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.left, body .section-space.testimonials .slick-slider .slick-nav.left {
    left: 15px !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.right, body .section-space.testimonials .slick-slider .slick-nav.right {
    right: 15px !important;
  }

  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide .box .info {
    padding: 3rem 2rem !important;
  }

  body .section-space.featured_articles .featured_articles .contents {
    padding: 0 5rem !important;
  }

  .slick-slider .slick-nav.left {
    left: 0 !important;
  }

  .slick-slider .slick-nav.right {
    right: 0 !important;
  }

  body .section-space.team_members .contents .boxes {
    width: 16.66% !important;
  }

  body .section-space.team_members {
    padding: 70px 0 30px !important;
  }

  body .section-space.html-37 img:first-of-type {
    padding-right: 7rem !important;
    width: auto !important;
  }

  .page-banner .page-banner-title {
    padding: 18rem 0 !important;
  }

  body #footer-area {
    margin-top: -1px !important;
  }

  .newsletter-section .mailchimp-integration .box-heading h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .section-space.how_it_works h2 span.after-style {
    width: 91px !important;
  }

  .section-space.how_it_works .contents .boxes, .section-space.how_it_works .contents .boxes:nth-child(4),
.section-space.how_it_works .contents .boxes:last-child {
    width: 20% !important;
    margin-bottom: 0 !important;
  }
  .section-space.how_it_works .contents .boxes img, .section-space.how_it_works .contents .boxes:nth-child(4) img,
.section-space.how_it_works .contents .boxes:last-child img {
    width: 70% !important;
  }

  .section-space.why_esn .contents .boxes, .section-space.who_we_are .contents .boxes {
    padding: 0 3rem !important;
  }

  .section-space.why_esn h2 span.after-style {
    left: -3px !important;
    width: 88px !important;
  }

  .section-space.who_we_are h2 span.after-style {
    width: 87px !important;
  }

  h2 {
    font-size: 33px !important;
  }

  .header-container .header-menu #main-menu {
    padding-top: 19px !important;
  }

  #top-header {
    padding: 1rem 4rem !important;
  }

  #top-header .store_comment {
    padding: 0 !important;
  }

  #header-sticky-wrapper #header .main-header .header-container .get-quote a {
    width: 110px !important;
    padding: 12px !important;
  }

  .product-block .product-image-block .product-button {
    height: 101% !important;
  }

  .article-content table tr td {
    padding: 7px 15px !important;
  }

  .bnews-list.related-articles {
    padding: 0 !important;
    margin-top: -2rem !important;
  }

  .related-articles .slick-nav.prev {
    left: -10px !important;
  }

  .related-articles .slick-nav.next {
    right: -10px !important;
  }

  .bnews-list .boxes {
    width: 25% !important;
  }

  .product-information {
    margin-top: -20px !important;
  }

  .product-information #product .select select {
    font-size: 14px !important;
  }

  .product-image-main.slick-initialized.slick-slider {
    text-align: center;
  }

  .product-image-additional-container .slick-list {
    margin: 0 -7px !important;
  }

  .magnify {
    width: auto !important;
    height: auto !important;
  }

  .product-block .product-image-block .is_special.with-sticker {
    right: 47px !important;
  }

  .product-block .product-image-block .is_special {
    top: 7px !important;
    right: -6px !important;
  }

  .product-block .btns button {
    min-height: 40px !important;
    height: 40px !important;
  }

  body.information-contact #content .details {
    margin: 1rem 0 0rem !important;
  }

  #footer-area .footer-boxes.footer-contact-info {
    width: 33% !important;
  }

  #footer-area .footer-boxes.social_icons {
    width: 30% !important;
  }

  #footer-area .links {
    width: 37% !important;
  }

  #footer-area .footer-wrapper {
    padding: 3rem 7rem 0 6rem !important;
  }

  .newsletter-section {
    padding: 2rem 15px !important;
  }
  .newsletter-section .mailchimp-integration {
    padding: 0 5rem !important;
  }

  .newsletter-section .mailchimp-integration .box-content .newsletter-grid input[type=text].form-control {
    height: 50px !important;
  }

  .newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button a {
    padding: 13px 6rem !important;
  }

  body.product-category .main-container .row {
    margin: 0 !important;
  }

  .filter-products {
    padding: 0 1rem !important;
  }

  #product-filter-detect {
    padding-left: 0.5rem !important;
  }

  #products-attributes {
    padding: 3rem 0;
  }

  .header-container #enquiry > a .badge span, .header-container #cart > a .badge span {
    font-size: 12px !important;
  }

  .container {
    width: 1200px !important;
  }

  body.account-forgotten .container {
    padding: 0 7rem !important;
  }

  body.account-forgotten .main-wrapper {
    padding-bottom: 0 !important;
  }

  .product-block .product-button, body.product-search .product-block .product-button {
    top: 50% !important;
  }

  .product-special .product-view > *, .product-category .product-view > *, .product-search .product-view > * {
    width: calc(24.3333% - 10px) !important;
  }

  /*.product-search .product-view{
  	padding: 0 25rem!important;
  }*/
  body.product-category #column-left {
    width: 27.333333% !important;
  }

  body.product-category #content {
    width: 72.666667% !important;
  }

  .product-information .brand-name {
    margin-bottom: 1.5rem !important;
  }

  .product-information h3 {
    margin-bottom: 2.5rem !important;
    font-size: 22px !important;
  }

  .header-container .header-menu #main-menu {
    left: -1rem !important;
  }

  #header-sticky-wrapper #header #main-menu li:after {
    top: 3px !important;
  }

  .header-container .header-top {
    padding-bottom: 10px !important;
  }

  .search_container {
    margin-top: 11px !important;
  }

  .search_container .search-custom .search-box {
    width: 50rem !important;
  }

  #header-sticky-wrapper #header .main-header .header-container {
    padding: 5px 0 !important;
  }

  #header-sticky-wrapper #header .main-header {
    padding: 0 3.5rem !important;
  }

  .header-container .header-logo {
    width: 105px !important;
  }

  #header-sticky-wrapper #header #main-menu a {
    letter-spacing: 2px !important;
    padding: 7px 10px !important;
  }

  #header-sticky-wrapper.sticky-wrapper.is-sticky #header {
    position: fixed !important;
  }

  .product-single .product-info {
    padding-left: 5rem !important;
  }

  #products-attributes .tab-pane div:last-child {
    overflow-x: inherit !important;
  }

  #content #product-filter-replace {
    background-position: right top !important;
  }

  #filter-groups {
    padding-right: 2rem !important;
  }

  _:-ms-fullscreen, :root .header-container .header-menu {
    margin-top: -8rem !important;
  }

  _:-ms-fullscreen, :root .header-container .header-top {
    margin-top: 1rem !important;
  }

  _:-ms-fullscreen, :root .slide-out-cart#enquiry .dropdown-menu .cart-header .cart-header-text,
_:-ms-fullscreen, :root .slide-out-cart#cart .dropdown-menu .cart-header .cart-header-text {
    width: calc(90% - 47px) !important;
  }

  _:-ms-fullscreen, :root .slide-out-cart#enquiry .dropdown-menu .cart-header .cart_close,
_:-ms-fullscreen, :root .slide-out-cart#cart .dropdown-menu .cart-header .cart_close {
    margin-right: 20px;
  }

  _:-ms-fullscreen, :root .slide-out-cart#enquiry .dropdown-menu .cart-header .cart-header-text,
_:-ms-fullscreen, :root .slide-out-cart#cart .dropdown-menu .cart-header .cart-header-text {
    width: calc(90% - 47px) !important;
  }

  _:-ms-fullscreen, :root body.product-category .main-container {
    width: 1250px !important;
  }

  _:-ms-fullscreen, :root #ToTop {
    right: 15px;
  }

  _:-ms-fullscreen, :root .product-block .product-image-block .is_special {
    top: -5px !important;
  }

  _:-ms-fullscreen, :root .product-block .product-image-block .is_special p:first-child {
    margin-top: 5px !important;
  }

  _:-ms-fullscreen, :root #header-sticky-wrapper #header .main-header .header-container {
    padding: 18px 0 0px !important;
  }

  _:-ms-fullscreen, :root .header-container .header-menu #main-menu {
    padding-top: 33px !important;
  }

  @supports (-ms-ime-align: auto) {
    body.product-category .main-container {
      width: 1075px !important;
    }
  }
}
@media only screen and (min-width: 1300px) {
  .sort-order .sort-by, .sort-order .limit-by {
    width: 30% !important;
  }

  .product-category .main-container {
    width: 100% !important;
  }

  #filter-groups .item-header {
    font-size: 23px !important;
  }

  .page-banner .page-banner-title {
    padding: 20rem 0 !important;
  }

  .header-container .header-menu #main-menu {
    padding-top: 18px !important;
  }

  #slideshow0 .banner {
    height: 100vh !important;
  }

  body.product-category .main-wrapper {
    background-size: cover !important;
  }

  .header-container .header-menu #main-menu li {
    padding-right: 20px !important;
  }

  _:-ms-fullscreen, :root body.product-category .main-container {
    width: 1175px !important;
  }

  #footer-area .footer-wrapper {
    padding: 3rem 10rem 0rem 9rem !important;
  }

  @supports (-ms-ime-align: auto) {
    body.product-category .main-container {
      width: 1175px !important;
    }
  }
  .product-information .product-description {
    margin: 2rem 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  body .section-space.featured-36 .featured-module {
    padding: 0 7rem !important;
  }

  body.common-home .section-space.how_it_works {
    margin-top: -4rem !important;
  }

  body.product-product .bootstrap-datetimepicker-widget.bottom {
    right: 7rem !important;
  }

  body.product-product .product-single .attributes, body.product-product .product-single .product-description,
body.product-product .product-single .featured-module, body.product-product .product-single .product-image-additional-container {
    padding: 0 7rem !important;
  }

  body.product-category .main-container {
    padding: 0 3rem !important;
  }

  body .section-space.testimonials {
    padding: 80px 0px !important;
  }

  body .section-space.testimonials .contents {
    padding: 0 4rem !important;
  }

  .slick-slider .slick-nav i, .slideshow .slider-nav i {
    font-size: 1.8rem !important;
    padding: 17px 20px !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.left, body .section-space.testimonials .slick-slider .slick-nav.left {
    left: -15px !important;
  }

  body .section-space.clientele .slick-slider .slick-nav.right, body .section-space.testimonials .slick-slider .slick-nav.right {
    right: -15px !important;
  }

  .slick-slider .slick-nav.left {
    left: -35px !important;
  }

  .slick-slider .slick-nav.right {
    right: -35px !important;
  }

  body .section-space.featured_articles .featured_articles .contents {
    padding: 0 1rem !important;
  }

  body .section-space.team_members .custom-heading h3 {
    margin-bottom: 4rem !important;
  }

  body .section-space.team_members {
    padding: 70px 0 50px !important;
  }

  .newsletter-section .mailchimp-integration {
    padding: 0 9rem !important;
  }

  .custom-heading h2 span.after-style {
    height: 20px;
  }

  .section-space.why_esn .contents .boxes, .section-space.how_it_works .contents {
    padding: 0 5rem !important;
  }

  .section-space.why_esn .contents {
    padding: 0 7rem !important;
  }

  #slideshow0 .banner {
    height: 50rem !important;
  }

  .header-container .header-menu #main-menu {
    padding-top: 20px !important;
  }

  body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    margin-bottom: 45px !important;
  }

  .newsletter-section .mailchimp-integration .box-heading {
    width: 35% !important;
  }

  .newsletter-section .mailchimp-integration .box-content {
    width: 65% !important;
  }

  .search_container {
    margin-top: 13px !important;
  }

  .header-container .header-logo {
    width: 120px !important;
  }

  .page-banner .page-banner-title {
    font-size: 40px !important;
    letter-spacing: 5px !important;
  }

  #header-sticky-wrapper #header .main-header {
    padding: 0 10rem !important;
  }

  #top-header {
    padding: 1rem 10.5rem !important;
    font-size: 14px !important;
  }

  #header-sticky-wrapper #header #main-menu a {
    font-size: 12px !important;
  }

  #top-header .store_info #account .dropdown-menu a {
    font-size: 14px !important;
  }

  #top-header .store_info #account .dropdown-menu {
    top: 123% !important;
  }

  .header-container .header-top {
    padding-bottom: 10px !important;
    margin-top: 6px !important;
  }

  _:-ms-fullscreen, :root body.product-category .main-container {
    width: 1280px !important;
  }
}
@media only screen and (min-width: 1441px) {
  .header-container .header-top .desktop-search {
    padding: 14px 10px !important
    width: 45px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-module.featured_related_products_ .featured .product-block .product-name {
    margin-bottom: 9rem !important;
  }

  body.product-search .product-block .product-name {
    margin-bottom: 12rem !important;
  }

  .header-container .header-top .desktop-search i {
    font-size: 2.3rem !important;
  }

  body .section-space.featured-36 .featured-module .featured .slick-slide .product-block .block .product-name {
    margin-bottom: 15rem !important;
  }

  body .section-space.featured-36 .featured-module {
    padding: 0 9rem !important;
  }

  body .section-space.featured-36 .custom-heading h2 span.after-style {
    width: 213px !important;
  }

  body.news-ncategory .news-categories {
    margin-bottom: 6rem !important;
  }

  .featured-module .product-block .product-image-block .sticker .sticker-name.margin-top {
    margin-top: 3px !important;
  }

  .product-block .product-image-block .sticker .sticker-name.margin-top {
    margin-top: 3px !important;
  }

  body.product-product .product-single .product-image-additional-container .product-image-additional {
    padding: 0 9rem !important;
  }

  body.product-product .product-single .product-information .left {
    width: 60% !important;
  }

  body.product-product .product-single .product-information .right {
    width: 40% !important;
  }

  body.product-product .bootstrap-datetimepicker-widget.bottom {
    right: 13rem !important;
  }

  body.product-product .product-single {
    margin-bottom: 7rem !important;
  }

  body.product-product .product-single .attributes, body.product-product .product-single .product-description,
body.product-product .product-single .featured-module, body.product-product .product-single .product-image-additional-container {
    padding: 0 13rem !important;
  }

  .sort-order .sort-by, .sort-order .limit-by {
    width: 23% !important;
  }

   .product-category #column-left {
    width: 24.333333% !important;
  }

  body.product-category #content {
    width: 65.666667% !important;
  }

  body .section-space.testimonials {
    padding: 80px 0px 90px !important;
  }

  body .section-space.featured_articles {
    padding: 70px 0px 80px !important;
  }

  body .section-space.featured_articles .featured_articles .contents .slick-list .slick-slide .box .info {
    padding: 4rem 3rem !important;
  }

  body .section-space.team_members .custom-heading h3, body .section-space.html-37 h3, body .section-space.featured_articles .featured_articles .custom-heading h3,
body .section-space.clientele .custom-heading h3 {
    font-size: 28px !important;
  }

  .container {
    width: 1400px !important;
  }

  body #footer-area {
    margin-top: 0px !important;
  }

  .newsletter-section .mailchimp-integration {
    padding: 0 12rem !important;
  }

  .section-space.how_it_works .contents .boxes h3 {
    font-size: 9rem !important;
  }

  #slideshow0 .banner {
    height: 83rem !important;
  }

  #header-sticky-wrapper #header .main-header .header-container .get-quote a {
    width: 115px !important;
    padding: 14px !important;
    font-size: 14px !important;
  }

  body .header-container .header-top .desktop-search {
    margin-top: 0px !important;
    width: 45px !important;
    padding: 10px !important;
  }

  #enquiry, #cart {
    margin-bottom: 3px !important;
  }

  .header-container #account {
    margin-top: 5px !important;
  }

  /*.product-search .product-view {
      padding: 0 20rem !important;
  }*/
  .product-block .btns button {
    min-height: 45px !important;
    height: 45px !important;
  }

  .product-block .product-image-block .is_special.with-sticker {
    right: 52px !important;
  }

  .newsletter-section .mailchimp-integration .box-heading {
    width: 33% !important;
  }

  .newsletter-section .mailchimp-integration .box-content {
    width: 67% !important;
  }

  .newsletter-section .mailchimp-integration .box-heading h3 {
    font-size: 24px !important;
    line-height: 35px !important;
  }

  .newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button a {
    padding: 15px 7rem !important;
  }

  .newsletter-section .mailchimp-integration .box-content .newsletter-grid input[type=text].form-control {
    height: 55px !important;
  }

  .header-container .header-logo {
    width: 100px !important;
  }

  #header-sticky-wrapper #header .main-header .header-container {
    padding: 6px 0 !important;
  }

  .header-container .header-top .desktop-search, .header-container .header-links > a,
.header-container #account > a[data-toggle=dropdown],
.header-container #enquiry > a, .header-container #cart > a, .header-container ._search > a {
    width: 50px !important;
  }

  #header-sticky-wrapper #header #main-menu li {
    padding: 0px 25px !important;
  }

  .featured-module.featured_related_products_ {
    margin: 8rem 0 0rem;
  }

  .product-block .product-name .product-title {
    margin-top: 3.5rem !important;
  }

  body.account-forgotten .main-wrapper {
    padding-bottom: 2rem !important;
  }

  .product-details .price-old {
    font-size: 18px !important;
  }

  .product-block .btns button {
    font-size: 14px !important;
    margin-bottom: 1rem !important;
  }

  .featured-module .product-block .btns button {
    font-size: 12px !important;
    margin-bottom: 1rem !important;
  }

  .product-block .product-image-block .sticker {
    font-size: 14px !important;
  }

  .search_container .search-custom .search-box, .search_container .search-custom .search-box input {
    height: 40px !important;
  }

  .header-container .header-logo {
    width: 150px !important;
  }

  .page-banner .page-banner-title {
    padding: 18rem 0 !important;
    font-size: 45px !important;
  }

  #header-sticky-wrapper #header .main-header {
    padding: 0 13rem !important;
  }

  #top-header {
    padding: 0.8rem 2rem 0.8rem 14rem !important;
  }

  .product-information h3 {
    font-size: 28px;
  }

  .product-details .price-old {
    font-size: 22px !important;
  }

  _:-ms-fullscreen, :root body.product-category .main-container {
    width: 1600px !important;
  }

  _:-ms-fullscreen, :root .header-container .header-menu #main-menu {
    padding-top: 35px !important;
  }

  _:-ms-fullscreen, :root .header-container .header-top {
    margin-top: 2rem !important;
  }

  _:-ms-fullscreen, :root #header-sticky-wrapper #header .main-header .header-container {
    padding: 25px 0 10px !important;
  }

  @supports (-ms-ime-align: auto) {
    body.product-category .main-container {
      width: 1200px !important;
    }
  }
}
@media only screen and (min-width: 1920px) {
  .product-block .product-name {
    margin-bottom: 12rem !important;
  }

  .featured-module.featured_related_products_ .custom-heading h2 span.after-style {
    width: 190px !important;
    bottom: 14px !important;
  }

  body .section-space.featured-36 .custom-heading h2 span.after-style {
    width: 285px !important;
  }

  body.common-home .section-space.how_it_works {
    margin-top: -3rem !important;
  }

  body.product-product .product-single .attributes, body.product-product .product-single .product-description,
body.product-product .product-single .featured-module, body.product-product .product-single .product-image-additional-container {
    padding: 0 20rem !important;
  }

  .sort-order .sort-by, .sort-order .limit-by {
    width: 20% !important;
  }

  body.product-category .main-container {
    padding: 0 7rem !important;
  }

  body.product-entertainment.main-wrapper .custom-heading h2 span.after-style {
    width: 170px !important;
  }

  #filter-groups .item-header {
    font-size: 24px !important;
  }

  .slick-slider .slick-nav i, .slideshow .slider-nav i {
    font-size: 1.8rem !important;
    padding: 19px 22px !important;
  }

  h3 {
    font-size: 28px !important;
  }

  .section-space.who_we_are h2 span.after-style {
    width: 120px !important;
    bottom: 10px !important;
  }

  .newsletter-section .mailchimp-integration {
    padding: 0 24rem !important;
  }

  .custom-heading h2 span.after-style {
    height: 25px !important;
  }

  .section-space.how_it_works h2 span.after-style {
    width: 120px !important;
  }

  .section-space.why_esn h2 span.after-style {
    width: 115px !important;
    height: 25px !important;
  }

  h2 {
    font-size: 45px !important;
  }

  .section-space.why_esn .contents, .section-space.how_it_works .contents {
    padding: 0 15rem !important;
  }

  .section-space:not(.slideshow) {
    padding: 100px 0px 60px !important;
  }

  #slideshow0 .banner {
    height: 85rem !important;
  }

  #top-header {
    padding: 1rem 13.5rem !important;
  }

  /*.product-search .product-view {
      padding: 0 15rem !important;
  }*/
  body.information-contact #content .gmaps {
    height: 400px !important;
  }

  #footer-area .footer-wrapper {
    padding: 4rem 20rem 0rem 20rem !important;
  }

  #footer-area .footer-boxes.footer-contact-info {
    width: 25% !important;
  }

  #footer-area .footer-boxes.social_icons {
    width: 38% !important;
  }

  .newsletter-section .mailchimp-integration .box-content .newsletter-grid .mi-button a {
    padding: 18px 7rem !important;
  }

  .header-container .header-logo {
    width: auto !important;
  }

  .header-container .header-menu #main-menu {
    padding-top: 24px !important;
  }

  body.account-forgotten .main-wrapper {
    padding-bottom: 0 !important;
  }

  .header-container .header-top {
    padding-bottom: 13px !important;
  }

  .page-banner .page-banner-title {
    font-size: 50px !important;
    padding: 28rem 0 !important;
  }

  .product-single .product-info {
    padding-left: 4rem !important;
  }

  .product-information #product .checkbox, .product-information #product .radio {

    padding-left: 10px !important;
  }

  #filter-groups {
    padding-right: 4rem !important;
  }

  _:-ms-fullscreen, :root .header-container .header-menu {
    margin-top: -6rem !important;
  }

  _:-ms-fullscreen, :root .header-container .header-top {
    margin-top: -1rem !important;
  }

  _:-ms-fullscreen, :root .header-container .header-menu #main-menu {
    padding-top: 15px !important;
  }

  _:-ms-fullscreen, :root .header-container .header-top {
    padding-bottom: 0 !important;
  }

  _:-ms-fullscreen, :root #header-sticky-wrapper #header .main-header .header-container {
    padding: 25px 0 15px !important;
  }

  _:-ms-fullscreen, :root body.product-category .main-container {
    width: 1900px !important;
  }
}

#side-categories .level-1  {
  cursor: pointer !important;
}

.custom-heading {
  margin-top: 3rem;
}


.product-category.custom-wrapper .main-wrapper  {
  padding-top: 0px !important;
}


.header-logo-image img {
  width: 120px !important;
  height: auto;
}


#side_filter .list-group {
  box-shadow: none !important;
}

#side_filter .list-group .list-group-item {
  padding-left: 0px !important;
}


body .newsletter-section {
    margin-top: 4rem;
}

body.common-home .newsletter-section {
    margin-top: 4rem;
}
  
.product-image-main {
    margin-top: 3rem;
}

.product-image-main .slick-slide img {
    height: 300px !important;
    width: auto !important;
}


.product-information #product .divide {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.product-information #product .equal-heights {
    display: flex;
    justify-content: flex-end;
}

@media all and (max-width: 768px) {
    .product-information #product .equal-heights {
        display: flex;
        justify-content: flex-start;
        width: 100% !important;
    }
}

.product-information #product .checkbox, .product-information #product .radio {
    padding-right: 10px !important;
}

.product-information #product .checkbox label, .product-information #product .radio label {
    font-size: 12px !important;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    word-break: break-all;
    
}

.check-radio-style {
    background: #f1f1f1 !important;
    padding: 10px;
}

.product-information #product .checkbox, .product-information #product .radio {
    padding-left: 21px !important;
}

/*# sourceMappingURL=main_styles.css.map */
