/*Theme Name: Gear up
 *Version: 1.1
 *Text Domain: wpmix
 * Author: TRCREATIVE */
/* Base style */
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
font-weight: 400;
  padding: 0;
  background-color: #F5F5F5; }

.btn {
  cursor: pointer;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 2rem 4rem;
  border-radius: 0;
  min-width: 26rem;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-width: 0.2rem; }
  .btn.btn-black {
    background-color: #000;
    color: #fff;
    border-color: #000; }
    .btn.btn-black:hover, .btn.btn-black:focus {
      background-color: #fff;
      border-color: #000;
      color: #000; }
  .btn.btn-purple {
    background-color: #471078;
    color: #fff;
    border-color: #471078; }
    .btn.btn-purple:hover, .btn.btn-purple:focus {
      background-color: #fff;
      border-color: #471078;
      color: #471078; }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #1C0035;
  letter-spacing: 0.3rem;
  margin-bottom: 2rem; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

p {
  margin-bottom: 2rem; }

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.row {
  margin: 0 -1.5rem; }
  .row div[class^="col-"] {
    padding: 0 1.5rem; }

.container, .container-fluid {
  padding: 0 1.5rem; }

/* End Base style */
.sec-pad {
  padding: 3rem 0; }

#site-header .header-middle {
  background-image: url(img/header-black-bg_compressed.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 2.5rem 0; }
  #site-header .header-middle .logo {
    width: 26.5rem; }
    #site-header .header-middle .logo img {
      max-width: 18.5rem; }
  #site-header .header-middle .top-nav {
    width: 36.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column; }
    #site-header .header-middle .top-nav ul {
      margin-top: -1rem;
      margin-bottom: 1rem; }
      #site-header .header-middle .top-nav ul li {
        margin-left: 2.5rem; }
        #site-header .header-middle .top-nav ul li a {
          font-size: 1.6rem;
          color: #D8D8D8;
          font-family: "Open Sans", sans-serif;
          margin-left: 1rem; }
  #site-header .header-middle .cart-top {
    position: relative;
    margin-right: 2.2rem; }
    #site-header .header-middle .cart-top svg {
      width: 3rem;
      height: 4.6rem; }
    #site-header .header-middle .cart-top .cart-contents-count {
      background-color: #D8D8D8;
      width: 3rem;
      height: 3rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #35393E;
      font-size: 1.6rem;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: -0.8rem;
      right: -2.2rem; }
  #site-header .header-middle .search-bar {
    width: calc(100% - 63rem); }

.notification-bar {
  background-color: #471078;
  color: #fff;
  padding: 1rem 0; }
  .notification-bar p {
    margin-bottom: 0; }
  .notification-bar img {
    margin-right: 1rem; }

main {
  min-height: 50vh; }

#footer, .menu-footer {
  padding-top: 17rem;
  background-color: #000;
  color: #fff; }
  #footer .footer-bottom, .menu-footer .footer-bottom {
    padding-top: 10rem;
    padding-bottom: 2rem; }
  #footer .site-credit, .menu-footer .site-credit {
    padding-bottom: 4rem; }
    #footer .site-credit p, .menu-footer .site-credit p {
      margin-bottom: 0;
      color: #35393E;
      font-size: 1.4rem; }
  #footer h3, .menu-footer h3 {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 3rem; }
  #footer ul .menu-item, .menu-footer ul .menu-item {
    margin-bottom: 1.2rem; }
    #footer ul .menu-item a, .menu-footer ul .menu-item a {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 1.4rem; }

.search-bar .form-control {
  border: 0.1rem solid #C1C4C8;
  border-radius: 10rem;
  height: 6rem;
  width: 100%;
  background-color: transparent;
  padding-left: 5rem;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  background-image: url(img/SVG/search.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2rem; }

#product-accordion {
  clear: both;
  width: 100%;
  max-width: 74.5rem;
  margin: auto;
  background-color: transparent;
  padding-top: 7rem;
  padding-bottom: 12rem; }
  #product-accordion .accordion-body {
    padding-left: 0; }
    #product-accordion .accordion-body > h2:nth-of-type(1),
    #product-accordion .accordion-body > h1 {
      display: none; }
  #collapse-custom_tab2 .accordion-body > h2:nth-of-type(1){
    display: block;
  }
  #product-accordion .accordion-item {
    background-color: transparent;
    border: none; }
    #product-accordion .accordion-item:last-child .accordion-button {
      border-bottom: 0.1rem solid #C8CBC9; }
  #product-accordion .accordion-button {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #4A4D60;
    letter-spacing: 0.2rem;
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    border-top: 0.1rem solid #C8CBC9;
    box-shadow: none;
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    #product-accordion .accordion-button:focus {
      box-shadow: none; }

.accordion-button::after {
  color: #4A4D60;
  background-size: 24px;
  width: 30px;
  height: 30px;
  background-position: center; }

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.related-title {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 700;
  margin-bottom: 4rem; }
  .related-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border: 0.1rem solid #C8CBC9; }
  .related-title span {
    display: inline-block;
    padding: 1rem 4.5rem;
    background-color: #F5F5F5;
    position: relative;
    z-index: 9; }

.related.products .add_to_cart_button {
  display: none !important; }

.woocommerce-page div.product div.summary {
  width: 50%;
  padding-left: 12rem; }

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
  margin-bottom: 2.5rem; }

body.single-product .product_meta {
  display: none; }
body.single-product .yith-wcwl-add-button a span {
  display: none; }

.xoo-wsc-cart-trigger {
  cursor: pointer; }

ul.p-list {
  border: 0.1rem solid #DFE2EA;
  padding: 3rem;
  margin: 5rem 0; }
  ul.p-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    ul.p-list li span {
      display: block; }
      ul.p-list li span:first-child {
        width: 45px; }
        ul.p-list li span:first-child img {
          max-width: 3rem; }
      ul.p-list li span:last-child {
        font-size: 1.4rem;
        font-family: "Open Sans", sans-serif;
        color: #000; }
        ul.p-list li span:last-child a {
          text-decoration: underline;
          color: inherit; }

.woocommerce-breadcrumb {
  margin: 2.5rem 0 4.5rem 0 !important;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #000 !important;
  font-size: "Open Sans", sans-serif !important; }
  .woocommerce-breadcrumb a {
    color: #A1A5A9 !important; }

.woocommerce div.product .product_title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  color: #1C0035;
  margin-bottom: 1rem;
  font-weight: 400; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #24123C; }

.summary .summary-inner {
  position: relative; }
.summary .added_to_cart {
  display: none; }
.summary .yith-wcwl-add-button, .summary .feedback {
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #DFE2EA;
  color: #471078;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .summary .yith-wcwl-add-button i, .summary .feedback i {
    margin-right: 0 !important;
    font-size: 3rem; }
.summary .feedback {
  font-size: 0; }
.summary a[data-title="Browse wishlist"] {
  font-size: 1.2rem;
  color: #471078;
  display: block; }
.summary .yith-wcwl-add-to-wishlist {
  position: absolute;
  bottom: 0.3rem;
  right: 0; }
  .summary .yith-wcwl-add-to-wishlist a[data-title="Browse wishlist"] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    white-space: nowrap; }
.summary table.variations td, .summary table.variations th {
  display: block; }
.summary table.variations label {
  font-size: 1.4rem;
  color: #4A4D60;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0.1rem; }
.summary .quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4rem !important; }
  .summary .quantity label {
    margin-left: 0;
    margin-right: auto;
    font-size: 1.4rem;
    color: #4A4D60;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 400 !important;
    letter-spacing: 0.1rem; }
  .summary .quantity button, .summary .quantity .qty {
    border: 0.1rem solid #979797;
    height: 5rem;
    background-color: #fff;
    outline: 0;
    min-width: 5rem;
    font-size: 1.6rem; }
  .summary .quantity button {
    font-size: 2.4rem; }
  .summary .quantity .qty {
    -webkit-appearance: none !important;
    margin: 0;
    -moz-appearance: textfield; }
.summary button[type="submit"] {
  width: calc(100% - 7.8rem);
  background-color: #25B004 !important;
  color: #fff;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 2.5rem 2rem !important;
  font-weight: 700; }

.woocommerce div.product form.cart .variations select {
  margin-right: 0;
  width: 100%;
  height: 5rem;
  border-color: #C1C4C8;
  padding-left: 1.5rem;
  padding-right: 15px;
  outline: 0;
  color: #606060;
  font-size: 1.4rem; }

select {
  -webkit-appearance: none;
  background-image: url(img/iconcarouselarrowright.png);
  background-repeat: no-repeat;
  background-position: center right 1rem; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.wpgs-for .slick-arrow {
  display: inline-block;
  width: 2rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
  .wpgs-for .slick-arrow.flaticon-right-arrow {
    background-image: url(img/angle-right.png);
    right: 1rem; }
  .wpgs-for .slick-arrow.flaticon-back {
    background-image: url(img/angle-left.png);
    left: 1rem; }
  .wpgs-for .slick-arrow:before {
    display: none; }

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  left: auto;
  right: 1rem; }

h2.woocommerce-loop-product__title {
  font-size: 1.6rem;
  color: #36393E;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem; }

.woocommerce .products .product .price {
  color: #36393E;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 1.8rem; }

.related {
  margin-bottom: 12rem; }
  .related ul:before, .related ul:after {
    display: none !important; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  width: 100%; }

.related .swiper-slide img {
  margin-bottom: 1.5rem; }

.collection-gallery .g-item {
  width: 33.33%;
  height: 100vh;
  max-height: 77rem;
  min-height: 50rem;
  position: relative;
  color: #fff;
  overflow: hidden; }
  .collection-gallery .g-item .info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
  .collection-gallery .g-item h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff; }
  .collection-gallery .g-item .g-sub {
    background-color: #fff;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 1rem 1.5rem;
    color: #000;
    text-transform: uppercase; }
  .collection-gallery .g-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1; }
  .collection-gallery .g-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .collection-gallery .g-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s; }
  .collection-gallery .g-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.sec-pad {
  padding-top: 9rem;
  padding-bottom: 7rem; }

.sec-title h2 {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 700;
  margin-bottom: 4rem; }
  .sec-title h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border: 0.1rem solid #C8CBC9; }
  .sec-title h2 span {
    display: inline-block;
    padding: 1rem 4.5rem;
    background-color: #F5F5F5;
    position: relative;
    z-index: 9; }

.swiper-horizontal {
  padding-bottom: 5rem; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #000; }

.collection-slider img, .shop-wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem; }
.collection-slider h2, .shop-wrap h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #35393E; }
.collection-slider .add_to_cart_button, .shop-wrap .add_to_cart_button {
  display: none !important; }
.collection-slider .price, .shop-wrap .price {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #36393E; }
.collection-slider .onsale, .shop-wrap .onsale {
  display: none; }
.collection-slider .sale .price, .shop-wrap .sale .price {
  color: #F92254 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important; }
  .collection-slider .sale .price del, .shop-wrap .sale .price del {
    color: #36393E !important;
    font-size: 1.4rem !important;
    color: #A1A5A9 !important;
    font-weight: 400 !important; }
  .collection-slider .sale .price ins, .shop-wrap .sale .price ins {
    text-decoration: none !important;
    margin-right: 0.5rem !important; }

.review-sec {
  padding: 16rem 0;
  background-color: #471078;
  color: #fff; }
  .review-sec .swiper-button-next {
    right: -4rem; }
  .review-sec .swiper-button-prev {
    left: -4rem; }
  .review-sec .swiper-button-next:after, .review-sec .swiper-button-prev:after {
    color: #fff; }
  .review-sec h2 {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 4rem; }

.review-slider {
  margin-bottom: 0; }

.review-single {
  background-color: #fff;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  color: #000;
  padding: 3rem 2rem; }
  .review-single .review-top {
    margin-bottom: 1.5rem; }
    .review-single .review-top .thumb, .review-single .review-top .icon {
      width: 4rem;
      height: 4rem;
      display: inline-block; }
      .review-single .review-top .thumb img, .review-single .review-top .icon img {
        width: 100%;
        height: auto; }
    .review-single .review-top .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .review-single .review-top .name {
      width: calc(100% - 8rem);
      padding-left: 1rem; }
      .review-single .review-top .name h4 {
        font-size: 1.5rem;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        color: #000;
        margin-bottom: 0.2rem; }
      .review-single .review-top .name span {
        font-weight: 400;
        font-size: 1.3rem; }
  .review-single .ratings {
    text-align: center;
    margin-bottom: 1.5rem; }
    .review-single .ratings span {
      font-size: 2rem; }
  .review-single p {
    font-size: 1.4rem;
    color: #000;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0; }

.relative {
  position: relative; }

.newsletter-sec {
  padding-top: 16rem;
  padding-bottom: 14rem;
  background-color: #471078;
  background-image: url(img/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff; }
  .newsletter-sec img {
    margin-bottom: 2rem; }
  .newsletter-sec h2, .newsletter-sec h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 700; }
  .newsletter-sec p {
    font-size: 1.6rem; }

.icon-sec {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #471078; }
  .icon-sec .icon-div {
    margin-bottom: 3rem;
    color: #fff;
    text-align: center; }
    .icon-sec .icon-div .thumb {
      margin-bottom: 2rem; }
      .icon-sec .icon-div .thumb img {
        height: 6.5rem;
        width: auto; }
    .icon-sec .icon-div h3 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }

.standard-text-sec {
  padding-top: 2rem;
  padding-bottom: 14rem; }
  .standard-text-sec .container {
    max-width: 80rem; }
  .standard-text-sec h1 {
    font-size: 4.2rem;
    color: #1C0035;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3rem; }
  .standard-text-sec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 2.8rem;
    color: #24123C;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: 0.2rem; }
  .standard-text-sec p {
    color: #36393E; }
  .standard-text-sec ul {
    list-style: disc;
    margin-bottom: 3rem; }
    .standard-text-sec ul li {
      margin-bottom: 1.5rem; }

.breadcrump-wrap .container {
  max-width: 80rem; }
.breadcrump-wrap a {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.wpcf7-form {
  margin-top: 5rem; }
  .wpcf7-form label.label {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #4A4D60;
    letter-spacing: 0.08rem;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-bottom: 1rem; }

.form-control {
  height: 5rem;
  border: 0.1rem solid #DBDCDF;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
  padding-left: 1.5rem;
  border-radius: 0;
  font-size: 1.6rem; }
  .form-control:focus {
    box-shadow: none;
    border-color: #DBDCDF; }

textarea.form-control {
  min-height: 25.3rem;
  max-width: 100%;
  padding-top: 1rem; }

.wpcf7-not-valid-tip {
  font-size: 1.3rem;
  margin-top: 0.5rem; }

.btn-wrap {
  padding-top: 3rem !important;
  position: relative; }
  .btn-wrap .wpcf7-spinner {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1rem; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  text-align: center;
  font-size: 1.4rem; }

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center; }

.signup-sec {
  padding-top: 3rem;
  padding-bottom: 14rem; }
  .signup-sec h1 {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    color: #1C0035;
    font-weight: 600; }
  .signup-sec .signup-wrap {
    background-color: #fff; }
    .signup-sec .signup-wrap .title {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 6.5rem 2rem;
      text-align: center; }
      .signup-sec .signup-wrap .title h2 {
        color: #fff;
        margin-bottom: 0;
        font-size: 4rem;
        font-weight: 700;
        letter-spacing: 0.2rem; }
    .signup-sec .signup-wrap .form-wrap {
      background-color: #fff;
      padding: 5rem; }
    .signup-sec .signup-wrap .wpcf7-form {
      margin-top: 0; }
    .signup-sec .signup-wrap.form-right textarea.form-control {
      min-height: 36rem; }

.shop-wrap {
  padding-bottom: 14rem; }
  .shop-wrap aside {
    width: 25.2rem; }
  .shop-wrap .product-container {
    width: calc(100% - 25.2rem);
    padding-left: 3rem; }
  .shop-wrap .products.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
    padding-top: 3rem; }
    .shop-wrap .products.swiper-wrapper .product {
      width: calc(33.33% - 3rem);
      margin: 0 1.5rem;
      margin-bottom: 4rem; }

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding: 5rem 0; }

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #d5d5d5 !important;
  border-radius: 0.3rem !important;
  margin: 0.5rem 0.5rem;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #000; }
  .woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    background-color: transparent; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent; }

.woocommerce .woocommerce-result-count {
  margin: 1rem 0;
  font-size: 1.8rem;
  color: #36393E;
  font-family: "Open Sans", sans-serif; }

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  height: 4.7rem;
  padding: 1rem 2rem;
  border-color: #DADADA;
  font-size: 1.8rem;
  color: #36393E;
  font-family: "Montserrat", sans-serif;
  outline: 0; }

.shop-top {
  padding-bottom: 4.5rem;
  padding-top: 2rem; }

.sub-cat-nav {
  padding-top: 3rem; }
  .sub-cat-nav li {
    padding: 0 1.5rem;
    width: 25%; }
    .sub-cat-nav li span {
      display: block;
      padding-bottom: 100%;
      position: relative;
      margin-bottom: 1.5rem; }
    .sub-cat-nav li img {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0; }
    .sub-cat-nav li p {
      font-size: 1.8rem;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      color: #36393E;
      text-align: center; }

.woof .widget_price_filter .ui-slider .ui-slider-handle {
  top: -0.4rem; }

.woof .widget_price_filter .ui-slider .ui-slider-handle,
.woof .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #471078; }

.woof_container_product_cat h4 {
  display: none; }

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: transparent;
  border: none;
  border-top: 0.1rem solid #D8D8D8;
  border-bottom: 0.1rem solid #D8D8D8;
  padding-left: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  height: auto !important; }
  .chosen-container-single .chosen-single span,
  .chosen-container-active.chosen-with-drop .chosen-single span {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #36393e; }

.chosen-container.chosen-with-drop .chosen-drop {
  background-color: #f5f5f5;
  border: none; }

.chosen-container-single .chosen-search input[type=text] {
  border: 1px solid #dcdcdc; }

.chosen-container li.result-selected,
.chosen-container li.highlighted,
.chosen-container li:hover {
  background-color: #471078 !important;
  color: #fff;
  background-image: none !important; }

aside .woof_container {
  padding-bottom: 0;
  margin-bottom: -4px; }

.chosen-container-single .chosen-single div b {
  background-position: 0 15px !important; }

aside .price_slider_wrapper {
  margin-bottom: 4rem; }

.woocommerce-info {
  border-top-color: #471078; }

.woocommerce-info::before {
  color: #471078; }

aside .price_slider_wrapper {
  display: flex;
  flex-direction: column-reverse; }

.price_label {
  margin-bottom: 1rem; }

.woof_products_top_panel {
  display: none !important; }

button.button.woof_reset_search_form,
.woof_reset_button_2 {
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 1rem 2rem;
  font-weight: 700;
  margin-top: 1rem;
  font-family: "Montserrat", sans-serif; }

.artist-single {
  padding-bottom: 8rem; }
  .artist-single .thumbnail img {
    width: 100%;
    height: auto; }
  .artist-single .info {
    padding-left: 9rem; }
    .artist-single .info .info-top {
      margin-bottom: 3rem; }
      .artist-single .info .info-top .avatar {
        width: calc(100% - 12rem); }
        .artist-single .info .info-top .avatar img {
          width: 6rem;
          height: 6rem;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          object-fit: cover; }
        .artist-single .info .info-top .avatar h2 {
          padding-left: 1rem;
          font-size: "Montserrat", sans-serif;
          font-size: 1.6rem;
          font-weight: 700;
          color: #471078;
          margin-bottom: 0;
          text-decoration: underline; }
      .artist-single .info .info-top .social {
        width: 12rem;
        padding-left: 1rem;
        text-align: right; }
        .artist-single .info .info-top .social a {
          display: inline-flex;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background-color: #471078;
          color: #fff;
          width: 3rem;
          height: 3rem;
          text-align: center;
          align-items: center;
          justify-content: center;
          margin-left: 1rem;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          transition: all 0.2s; }
          .artist-single .info .info-top .social a:hover {
            color: #471078;
            background-color: #fff; }
  .artist-single .artist-bio h2, .artist-single .artist-bio h3 {
    font-size: 1.8rem;
    color: #36393E;
    font-weight: 700;
    margin-bottom: 1.5rem; }
  .artist-single .artist-bio p {
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    line-height: 2.4rem; }

.woof_search_is_going nav.woocommerce-breadcrumb {
  display: block !important; }

.single-product .avatar {
  width: 100%;
  margin-bottom: 1.5rem; }
  .single-product .avatar img {
    width: 6rem;
    height: 6rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover; }
  .single-product .avatar h2 {
    padding-left: 1rem;
    font-size: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #471078;
    margin-bottom: 0;
    text-decoration: underline; }

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
  background-color: #1FA100;
  color: #fff;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding: 1rem 2rem; }

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding: 1rem 2rem; }

.woocommerce-cart .breadcrump-wrap .container,
.woocommerce-cart .standard-text-sec .container, .woocommerce-checkout .breadcrump-wrap .container,
.woocommerce-checkout .standard-text-sec .container {
  max-width: 117rem; }

.woocommerce-cart-form__cart-item .quantity button, .woocommerce-cart-form__cart-item .quantity .qty {
  border: 0.1rem solid #ccc;
  outline: 0; }
  .woocommerce-cart-form__cart-item .quantity button:focus, .woocommerce-cart-form__cart-item .quantity .qty:focus {
    outline: 0; }

.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .woocommerce .cart .button:hover, .woocommerce .cart .button:focus, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus,
  .woocommerce #payment #place_order:hover,
  .woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:hover, .woocommerce-page #payment #place_order:focus,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
    background-color: #fff;
    color: #000;
    border-color: #000; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 43px; }

.woocommerce-checkout .input-text, .woocommerce-checkout .select2-selection, .woocommerce-account .input-text, .woocommerce-account .select2-selection {
  height: 4.5rem;
  border: 0.1rem solid #ccc;
  background-color: #fff;
  outline: 0;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #000; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 5px; }

.woocommerce form .form-row label {
  line-height: 2;
  font-weight: 700;
  font-size: 1.4rem; }

h3#order_review_heading {
  margin-top: 4rem; }

.page-template-page-art-photography .collection-gallery .g-item {
  width: 50%; }
#filter-toggle2 {
  display: none; }
/*
body.search.search-results main a span:first-child {
  width: 20rem; }
  body.search.search-results main a span:first-child img {
    width: 100%;
    height: auto; }
body.search.search-results main a span:last-child {
  padding-left: 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #35393E; }
*/
li#menu-item-30.fa-user:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  background: url(img/SVG/user.svg) no-repeat center;
  background-size: 100%; }

.woocommerce span.onsale {
  display: none; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    margin-right: 1rem;
    color: #FF0038;
    text-decoration: none; }
  .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.8rem; }

.mc-field-group {
  padding: 0 1.5rem;
  width: calc(50% - 9rem); }
  .mc-field-group input[type="email"], .mc-field-group input[type="text"] {
    height: 6rem;
    background-color: #fff;
    border: 0.1rem solid #fff;
    outline: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
    width: 100%; }

.optionalParent {
  padding-left: 1.5rem;
  width: 18rem; }

.optionalParent .button {
  cursor: pointer;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: 0.2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border: 0.2rem solid #471078;
  background-color: #471078;
  color: #fff;
  border-color: #471078;
  text-transform: uppercase;
  min-width: 16.5rem;
  padding: 1.45rem 2rem; }
  .optionalParent .button:hover, .optionalParent .button:focus {
    background-color: #fff;
    border-color: #471078;
    color: #471078; }

.xoo-wsc-header {
  color: #fff;
  background-color: #471078; }

.xoo-wsch-top {
  width: 100%;
  flex-wrap: wrap; }
  .xoo-wsch-top .cart-nav {
    width: 100%;
    padding: 0 3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end; }
    .xoo-wsch-top .cart-nav ul {
      margin-bottom: 0.5rem; }
    .xoo-wsch-top .cart-nav li {
      margin-left: 1.5rem; }
      .xoo-wsch-top .cart-nav li a {
        font-size: 1.6rem;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        padding-left: 0.5rem; }
        .xoo-wsch-top .cart-nav li a:before {
          display: inline-block; }
  .xoo-wsch-top svg {
    width: 2.5rem; }
  .xoo-wsch-top span.cart-contents-count {
    background-color: #1FA100;
    color: #000;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: -0.5rem; }

.xoo-wsc-ft-amt {
  display: flex;
  margin: 0 auto;
  font-weight: 400;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  color: #4A4D60;
  font-size: 1.6rem; }

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1rem; }

.woocommerce.single-product .woocommerce-breadcrumb {
  display: none; }

body.single-product main {
  padding-top: 5rem; }

.newsletter-sec img {
  width: 16.3rem;
  height: auto; }

body:not(.page-child) .woof_container_product_cat li[class^="woof_term_"] {
  display: none; }

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-3 img {
  max-height: 23px; }

#product-accordion .accordion-body {
  padding-top: 2rem; }
  #product-accordion .accordion-body li, #product-accordion .accordion-body p, #product-accordion .accordion-body h2, #product-accordion .accordion-body h3 {
    margin-bottom: 1.5rem; }

nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
  margin: 0 0.5rem; }

h2.woocommerce-loop-product__title {
  min-height: 3.9rem; }

#product-accordion .accordion-body {
  padding-bottom: 3rem !important; }
  #product-accordion .accordion-body ul {
    padding-left: 2rem; }

td.woocommerce-product-attributes-item__value p {
  margin-bottom: 0 !important; }
div.bapf_sfilter {
    padding: 1.5rem 0;
    margin-bottom: 0;
}
.xoo-wsc-sm-info {
    flex-direction: column;
}
.xoo-wsc-sm-right {
    align-items: flex-start;
    padding-left: 0;
    max-width: 100%;
}
span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-weight: 400;
}
.span.xoo-wsc-smr-del:after{
	content: "Remove"!important;
}
span.xoo-wsc-del-txt {
    text-align: center;
    display: block;
    font-size: 13px;
    text-transform: none;
    font-family: 'Open Sans';
    color: #9f9f9f;
}
span.xoo-wsc-del-txt:before{
	content: "\e908";
	font-family: 'Woo-Side-Cart' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.xoo-wsc-qty-price {
    font-weight: 700;
}
.xoo-wsc-body {
    flex-grow: inherit;
}
.woocommerce a.added_to_cart {
    display: none;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    padding: 2rem 2rem;
}
.xoo-wsc-ft-totals {
    margin-bottom: 30px;
}
span.xoo-wsc-ft-amt-label {
    font-weight: 400;
    font-size: 16px;
}
.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
    font-size: 16px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    letter-spacing: 2px;
}
ul.p-list li span {
    opacity: .8;
}
ul.p-list {
    margin-bottom: 0;
}
#product-accordion {
    padding-top: 5rem;
}
.bapf_slidr_all {
    font-size: 14px;
    color: #36393E;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
    background: #471078;
    border: 1px solid #471078;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #D8D8D8;
}
#product-accordion .accordion-body li, #product-accordion .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.woocommerce .woocommerce-breadcrumb {
  width: 100%;
  max-width: 117rem;
  margin-left: auto!important;
  margin-right: auto!important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu a.mega-menu-link .mega-description-group .mega-menu-description {
  display: none;
}
.sub-cat-nav li {
  margin-bottom: 1rem;
}
.collection-slider-wrap {
  position: relative;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 3px 0px;
    border-radius: 10px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 10px;
    top: 14px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{
	font-family: "Montserrat", sans-serif;
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 17px;
    border: 2px solid #C1C4C8;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
}
.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #c1c4c8;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-tpd-image {
    background-color: transparent;
}
@media only screen and (min-width: 768px) {
  li.menu-footer {
    display: none; } }
@media only screen and (min-width: 992px) {
h3.berocket_ajax_group_filter_title {
    display: none;
	}
  .woocommerce.single-product .woocommerce-breadcrumb{
    display: block!important;
  }
  body.single-product main{
    padding-top: 0!important;
  }
.bapf_head h3 {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #36393E;
    margin-bottom: 0;
	cursor: pointer;
}
.bapf_sfilter .bapf_body .mCSB_container>ul, .bapf_sfilter .bapf_body>ul {
    padding-top: 1rem;
}
.bapf_sfilter .bapf_body .mCSB_container>ul li, .bapf_sfilter .bapf_body>ul li{
	margin-bottom: .8rem!important;
}
.product-container .woocommerce .woocommerce-ordering select {
    border-color: #D8D8D8;
    font-size: 1.8rem;
    color: #36393E;
    background-color: transparent;
    text-align: center;
    max-width: 16.6rem;
}
.product-container .woocommerce .woocommerce-ordering select option{
	text-align: left;
}
.xoo-wsc-img-col {
    max-width: 14.3rem;
}
.collection-slider-wrap .swiper-button-next, .collection-slider-wrap .swiper-button-prev{
  display: none;
}
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px; } 
	.collection-slider .swiper-button-next, .collection-slider .swiper-button-prev{
		display: none;
	}
}
@media only screen and (min-width: 2000px) {
  .collection-gallery .g-item {
    max-height: none; } }
@media only screen and (max-width: 1200px) {
  .header-middle {
    display: none; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle {
    background-image: url(img/Header-bg.jpg);
    background-position: center;
    background-size: cover; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 a.mega-menu-logo {
    padding-left: 1rem; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-3 .mega-search .search-icon:before {
    color: #b8b8b8;
    height: 3.5rem;
    width: 3.5rem;
    line-height: 25px;
    font-size: 3.2rem; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-3 .mega-search.mega-search-open input[type=text] {
    padding-left: 2rem; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle {
    padding: 0 1.5rem; }

  .mega-menu-toggle .xoo-wsc-cart-trigger {
    position: relative;
    margin-right: 2.2rem; }
    .mega-menu-toggle .xoo-wsc-cart-trigger svg {
      width: 3rem;
      height: 4.6rem; }
    .mega-menu-toggle .xoo-wsc-cart-trigger .cart-contents-count {
      background-color: #D8D8D8;
      width: 3rem;
      height: 3rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #35393E;
      font-size: 1.6rem;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: -0.8rem;
      right: -2.2rem; }

  .mega-menu-toggle .xoo-wsc-cart-trigger svg {
    width: 2rem;
    height: 3.6rem;
    position: relative;
    top: -4px; }

  .mega-menu-toggle .xoo-wsc-cart-trigger .cart-contents-count {
    width: 2rem;
    height: 2rem;
    font-size: 1.3rem;
    top: -1px;
    right: -14px; }

  div#mega-toggle-block-4 {
    margin: 0 20px !important; }

  div#mega-toggle-block-3 {
    margin-right: -3px !important; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 15px; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    font-size: 15px; }

  .mega-menu-item-has-children > .mega-menu-link {
    background-image: url(img/iconcarouselarrowright.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 1.5rem !important; }

  .woocommerce-page div.product div.summary {
    padding-left: 3rem; }

  .artist-single .info {
    padding-left: 3rem; }

  ul.mega-sub-menu .mega-block-title + div .menu {
    display: block;
    padding-bottom: 3rem; }

  ul.mega-sub-menu .mega-menu-item-type-widget {
    padding: 0 !important; }

  ul.mega-sub-menu .mega-block-title {
    background-image: url(img/iconcarouselarrowright.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right 0.5rem !important;
    font-size: 1.8rem !important; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on {
    border-bottom: 0.5rem solid transparent; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    margin-top: 1.6rem; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    margin-top: 1rem; }

  #mega-menu-wrap-primary-menu .menu li > a {
    font-size: 1.8rem;
    color: #1C0035;
    display: block;
    padding: 1rem 0; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on {
    background-color: #471078;
    border-bottom-color: #9C2ACA; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-image: url(img/arrow-up.png) !important;
    background-color: #471078;
    color: #fff; }

  ul.mega-sub-menu .mega-block-title.active {
    background-image: url(img/arrow-up.png) !important; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-4 a.mega-menu-logo img.mega-menu-logo {
    width: 20px; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-3 .mega-search .search-icon:before {
    color: #ffffff;
    content: "" !important;
    background-image: url(img/SVG/search.svg) !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: 2.2rem;
    width: 100%;
    height: 100%;
    display: block; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    width: 80%; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #fff; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li#mega-menu-item-390 .mega-search .search-icon {
    display: none; }

  li#mega-menu-item-390 {
    background-color: #000 !important;
    margin-top: -15px !important; }

  .xoo-wsc-header {
    display: none; }

  .xoo-wsc-container {
    max-width: none;
    right: -101%;
    bottom: 0;
    top: 13rem;
    width: 100%;
    transition: none;
    margin-top: -0.1rem; }

  body.admin-bar .xoo-wsc-container {
    top: 17.5rem; }

  body.xoo-wsc-cart-active {
    overflow: hidden; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li#mega-menu-item-390 .mega-search input[type=text] {
    padding-left: 2rem; }

  .xoo-wsc-cart-active .xoo-wsc-opac {
    background-color: transparent; }

  body.xoo-wsc-cart-active #mega-menu-wrap-primary-menu .mega-menu-toggle {
    background-color: #471078;
    background-image: none; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: none;
    left: -101%;
    height: calc(100vh - 12rem);
    bottom: 0;
    margin-top: -0.1rem; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open:after {
    opacity: 0; }

  .notification-bar {
    min-height: 5rem; }

  #mega-menu-primary-menu > li:nth-last-of-type(2), #mega-menu-primary-menu > li:nth-last-of-type(3) {
    background-color: #f5f5f5 !important; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
    padding: 1rem 1.5rem; }

  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-3 .mega-search.mega-search-open .search-icon:before {
    color: #fff; }

  .mega-search-wrap input[type="text"] {
    height: 4.6rem !important;
    background-color: #e2e1e1 !important;
    width: 100% !important;
    z-index: 99;
    transition: none;
    display: block;
    transition: none !important;
    background-image: url(img/SVG/search.svg) !important;
    background-repeat: no-repeat;
    background-position: right 1.5rem center !important;
    background-size: 1.8rem; }

  ul.mega-sub-menu .mega-block-title + div .menu {
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #C1C4C8;
    margin-bottom: 2rem; } 
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
    letter-spacing: 1.5px;
}
	.menu-footer .widget:nth-last-of-type(1){display: none;}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    color: #000;
}
}
@media only screen and (max-width: 992px) {
  .collection-gallery .g-item {
    width: 100%;
    max-height: 39rem;
    min-height: 30rem; }

  .sec-pad {
    padding-top: 7rem;
    padding-bottom: 6rem; }

  .review-sec {
    padding: 6rem 0; }

  .review-sec .swiper-button-next {
    right: 0;
    z-index: 9;
    top: -54px; }

  .review-sec .swiper-button-prev {
    left: 0;
    z-index: 9;
    top: -54px; }

  .review-sec h2 {
    padding: 0 2rem;
    margin-bottom: 3rem; }

  .page-template-page-art-photography .collection-gallery .g-item {
    width: 100%; }

  .shop-wrap .product-container {
    width: 100%;
    padding-left: 0; }

  .shop-wrap .products.swiper-wrapper .product {
    width: calc(50% - 3rem); }

  .woocommerce-page div.product div.summary {
    width: 100%;
    padding-left: 0; }

  .artist-single .info {
    padding-left: 0;
    padding-top: 4rem; }

  .shop-wrap aside {
    width: 25.2rem;
    position: fixed;
    top: 0;
    right: -35rem;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    padding: 3rem 2rem;
    width: 30rem;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .shop-wrap aside.in {
      right: 0; }

  body.filter-opened {
    position: relative; }
    body.filter-opened::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 99; }

  .product-container .woocommerce {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }

  .product-container .woocommerce .woocommerce-ordering {
    order: -1;
    background-color: #fff; }

  #filter-toggle2 {
    display: block;
    width: 50%;
    margin-left: auto;
    font-size: 2rem;
    color: #35393E;
    margin-top: -5.2rem;
    position: relative;
    z-index: 99;
    text-align: right;
    cursor: pointer; }

  .woocommerce .woocommerce-ordering select {
    border-color: transparent; }

  .woocommerce .woocommerce-result-count {
    text-align: center;
    padding-top: 2rem; }

  .sub-cat-nav {
    display: none !important; }

  .page-template-page-shop h1 {
    width: 100%;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto; }

  body.single-product main {
    padding-top: 2rem; } 
.woocommerce .woocommerce-ordering select {
    max-width: 48%;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    background-size: 15px;
	    font-family: 'Open Sans', sans-serit;
    letter-spacing: 1px;
}
#filter-toggle2 {
    font-size: 15px;
    text-align: center;
	    font-family: 'Open Sans', sans-serit;
    letter-spacing: 1px;
}
	.shop-wrap aside {
    padding: 0;
    background-color: #F5F5F5;
}
	h3.berocket_ajax_group_filter_title {
    background-color: #fff;
    padding: 1rem 2rem;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
	.berocket_single_filter_widget {
    padding: 0 2rem;
}
.bapf_sfilter .bapf_colaps_smb:before {
    content: "";
    background: url(img/big-right-arrow-svgrepo-com.svg);
	    width: 30px;
    height: 23px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
	.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
    margin-bottom: 0;
}
	.bapf_sfilter ul li {
    padding: 4px 0!important;
}
	.bapf_sfilter ul {
		padding: 10px 0;
	}
	.bapf_slidr_all {
    margin-top: 12px;
}
	.filter-opened .shop-wrap{
		position: relative;
	}
	.filter-opened .shop-wrap:before{
		content: "";
		width: 30px;
		height: 30px;
		position: fixed;
		top: 10px;
		left: 20px;
		background-image: url(img/plus-white.svg);
	    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 99;
    -webkit-transform: rotate(45deg);
		transform: rotate(45deg);
    cursor: pointer;
	}
	.product-container .woocommerce .woocommerce-ordering {
    margin-left: -15px;
    margin-right: -15px;
}
	#filter-toggle2 {
    border-left: .1rem solid #c3c3c3;
}
.woocommerce .woocommerce-breadcrumb {
  padding-left: 2rem!important;
  margin-bottom: 2rem!important;
}
}
@media only screen and (max-width: 767px) {
  .notification-bar p {
    font-size: 1rem;
    line-height: 1.1; }

  .related-title {
    font-size: 2rem;
    letter-spacing: 0.1rem; }

  .collection-gallery .g-item h3 {
    font-size: 3.6rem; }

  .collection-gallery .g-item .g-sub {
    font-size: 1.8rem; }

  .icon-sec .icon-div {
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    text-align: left; }

  .icon-sec .icon-div {
    padding: 0 2rem; }
    .icon-sec .icon-div .thumb {
      margin-bottom: 0;
      padding-right: 2rem;
      width: 9rem; }
      .icon-sec .icon-div .thumb img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 5rem; }
    .icon-sec .icon-div h3 {
      width: calc(100% - 9rem); }

  #footer, .menu-footer {
    padding-top: 9rem; }
    #footer .widget .widget__title, .menu-footer .widget .widget__title {
      background-image: url(img/iconcarouselarrowright.png) !important;
      background-repeat: no-repeat !important;
      background-position: center right 1.5rem !important; }
    #footer .widget .menu, .menu-footer .widget .menu {
      display: none;
      padding-bottom: 3rem; }

  .woocommerce div.product .product_title {
    font-size: 2.8rem; }

  #product-accordion .accordion-button {
    font-size: 1.8rem; }

  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2rem; }

  .related {
    margin-bottom: 6rem; }

  .standard-text-sec h1 {
    font-size: 3.2rem; }


  .mc-field-group, .optionalParent {
    width: 100%; }

  .optionalParent {
    padding-left: 0; }

  body.search.search-results main a span:first-child {
    width: 9rem; }

  li.menu-footer {
    background-color: #000 !important;
    text-align: left !important; }

  li.menu-footer {
    padding: 4rem 2.5rem; }
    li.menu-footer .footer-bottom {
      padding-top: 3rem; }
    li.menu-footer .site-credit p {
      color: #fff; }
    li.menu-footer .menu li {
      margin-bottom: 0 !important; }
    li.menu-footer .menu li > a {
      color: #fff !important; } 

}
@media only screen and (max-width: 640px) {
	.collection-slider-wrap{
		position: relative;
	}
	.collection-slider .swiper-slide{
		width: 28rem;
	}
	.collection-slider-wrap .swiper-button-next, .collection-slider-wrap .swiper-button-prev{
		top: -7.9rem;
		transform: none;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
    color: #35393E;
    font-size: 3rem;
}
	.icon-sec .icon-div {
    padding: 0 4rem;
}
	.icon-sec .icon-div .thumb {
    width: 6rem;
}
	.icon-sec .icon-div h3 {
    width: calc(100% - 6rem);
		 letter-spacing: .5px;
}
	.icon-sec .icon-div {
    margin-bottom: 3rem;
}
	ul.wp-block-social-links.is-layout-flex {
    margin-bottom: 3rem;
}
}
@media only screen and (max-width: 420px) {
  .collection-gallery .g-item {
    max-height: 19rem;
    min-height: 19rem; } }

/*# sourceMappingURL=style.css.map */