/*--------------------------------------------------------------
## Fix Adminbar
--------------------------------------------------------------*/

.admin-bar .search-sidebar .search-wrapper,
.admin-bar #menu-side,.admin-bar #cart-side,
.admin-bar .filter-side,.admin-bar .sticky-enable .has-sticky,
.admin-bar .sticky-enable .mobile-header {
  top: 32px !Important;
}

@media (max-width: 782px) {
  .admin-bar .search-sidebar .search-wrapper,
  .admin-bar #menu-side,.admin-bar #cart-side,
  .admin-bar .filter-side,.admin-bar .sticky-enable .has-sticky,
  .admin-bar .sticky-enable .mobile-header{
    top: 46px !Important;
  }
}
@media screen and (max-width: 600px) {
  .nojq {
    position: fixed !important;
  }
}
/*--------------------------------------------------------------
## Typorgraphy
--------------------------------------------------------------*/
:root {
  --rowspace: 60px;
  --boxshadow: 0 0 15px 1.5px rgba(0,0,0,0.07);
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.8;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.fluid-width .topbar-header .container,
.fluid-width .main-header > .container,
.fluid-width .promo-block .container {
  max-width: 1860px;
}
.has-side-open {
  overflow-y: hidden;
}
#page {
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
#content {
  min-height: 300px;
}
#content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #content .main-content.col-lg-9:not(.order-lg-last) {
    padding-right: 55px;
  }
  #content .main-content.col-lg-9.order-lg-last {
    padding-left: 55px;
  }
}
iframe {
  max-width: 100%;
}
blockquote.alignleft, 
.wp-caption.alignleft, 
img.alignleft, 
blockquote.alignright, 
.wp-caption.alignright, 
img.alignright, 
h1, h2, h3, h4, h5, p, pre, address, figure, 
.wp-caption, .wp-block-categories {
    margin-bottom: 1.5rem;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: var(--linkcolor);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover {
  color: var(--primarycolor);
  text-decoration: none;
}
a:not([href]) {
  text-decoration:none;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
img.lazyload {
  background: #ddd;
}
[hidden] {
  display: none;
}
input[type=text], input[type=email], 
input[type=password], 
input[type=search], 
input[type=number], 
input[type=url], 
input[type=tel], 
input[type=date],
input.qty, 
select, 
textarea,
.quantity input {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 1em;
}

.quantity {
  display: inline-block;
  vertical-align: top;
}
.quantity input {
  float: left;
}
.quantity input.minus,
.quantity input.plus {
    width: 44px;
    padding: 0;
    height: 44px;
    line-height: 42px;
    cursor: pointer;
    border: 1px solid transparent;
    background: #eff0f3;
    font-size: 1.8rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.quantity input.minus:hover, 
.quantity input.plus:hover {
  color: var(--primarycolor);
  border-color: var(--primarycolor);
  background: transparent;
}
.quantity input.qty {
  padding: 0;
  min-width: 45px;
  border-radius: 0;
  height: 44px;
  line-height: 44px;
  border: 0;
  font-size: 1.6rem;
  width: auto;
}
.quantity .screen-reader-text {
  display:none;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    margin-top: 0;
    margin-right: 5px;
    padding: 0;
    vertical-align: middle;
}
textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}
label {
    display: block;
    margin-bottom: 5px;
    color: #464646;
    vertical-align: middle;
    font-weight: 400;
}
.responsive-table {
  overflow: auto;
}
.responsive-table table:last-child {
  margin-bottom: 0;
}
table {
    margin-bottom: 35px;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
    border-color: #e5e5e5;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
}
table th,
table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
}
table th { 
    color: #2d2a2a;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
}
table tbody th, table tfoot th {
    text-transform: none;
    font-size: 1.4rem;
}

button,
.button,
.submit,
.button:not([href]),
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
input[type='submit'],
.wishlist_table .product-add-to-cart a,
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background: var(--primarycolor);
  box-shadow: none;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 20px;
  text-shadow: none;
  text-align: center;
  height: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  vertical-align: middle;
  cursor: pointer;
}

button:hover,
.button:hover,
.submit:hover,
.button:not([href]):hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
article .post-password-form input[type='submit']:hover,
.wishlist_table .product-add-to-cart a:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:focus, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus
{
  background: #184d47;
  border-color: #184d47;
  color: #ffffff;
}
* {
  outline: none !Important;
}
body ::-webkit-scrollbar-track {
  background-color: transparent;
}
body ::-webkit-scrollbar {
  width: 3px;background-color: transparent;
}
body ::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.1);border-radius: 10px; 
}
/*--------------------------------------------------------------
## Quickview
--------------------------------------------------------------*/
.mfp-container {
    cursor: url(images/close.png),auto;
}
.mfp-auto-cursor .mfp-content {
  cursor: inherit;
}
.mfp-auto-cursor .mfp-content > * {
  cursor: auto;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: auto;
}
.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
  background: transparent;
  color: var(--primarycolor);
}
.mfp-content .product-quickview {
  background: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  margin: 5% auto;
  max-width: 96%;
  padding: 15px;
  position: relative;
  width: 920px;
}
.mfp-content .product-quickview .mfp-close {
  background: transparent;
}
.product-quickview .wc-single-product .column-right {
  max-height: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding-bottom: 20px;
}
.product-quickview .summary .product_title {
  font-size: 2.8rem;
  margin-top: 38px !important;
}
.product-quickview .mixy-size-guide {
  display:none;
}
.product-quickview .summary .woocommerce-product-details__short-description > * {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-quickview .slick-list {
  margin: 0;
}
.product-quickview .slick-list .slick-slide {
  padding: 0;
  margin: 0 !important;
}
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce a.remove:hover {
  background: transparent;
  color: #1d1d1d !important; 
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.6;
  position: relative;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(images/ajax-loader-alt.svg) center center / 40px 40px no-repeat transparent;
  position: absolute;
  cursor: wait;
  animation: none;
  -webkit-animation: none;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    background: #e1e1e1;
    color: #222;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    font-weight: 500
}
.woocommerce table.shop_table th {
  font-weight: 500;
}
.woocommerce table.shop_table th:last-child,.woocommerce table.shop_table tr td:last-child {
  text-align: right;
}
/* view cart page*/
.process-box {
  margin-bottom: var(--rowspace);
  background: #fafafa;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-box .custom-logo-link {
  margin-right: 30px;
}
.process-box .custom-logo-link+div {
  flex: 1 1 auto;
}
.mixy-checkout-process-wrap ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
}
.mixy-checkout-process-wrap ul li {
  display: inline-flex;
  align-items: center;
}
.mixy-checkout-process-wrap ul li:not(:last-child):after {
    content: '';
    display: inline-flex;
    border-bottom: 1px solid #ebebeb;
    min-width: 120px;
    vertical-align: middle;
    margin: 0 20px;
}
.mixy-checkout-process-wrap ul li:before {
  content: "";
  border: 1px solid #e0e0e0;
  font-size: 1.4rem;
  width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 7px;
}
.mixy-checkout-process-wrap ul li.step-cart:before {
  content: "1";
}
.mixy-checkout-process-wrap ul li.step-checkout:before {
  content: "2";
}
.mixy-checkout-process-wrap ul li.step-complete:before {
  content: "3";
}
.mixy-checkout-process-wrap ul li a {
  display: inline-flex;
}
.mixy-checkout-process-wrap ul li.step-active > * {
  color: var(--primarycolor);
}
.mixy-checkout-process-wrap ul li.step-active:before {
  border-color: var(--primarycolor);
  background: var(--primarycolor);
  color: #fff;
}
.woocommerce table.woocommerce-cart-form__contents {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce table.woocommerce-cart-form__contents th,
.woocommerce table.woocommerce-cart-form__contents tr,
.woocommerce table.woocommerce-cart-form__contents td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table tr,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding-left: 0;
  padding-right: 0;
  border-right: 0;
  border-bottom: 0;
}
.woocommerce-shipping-totals td {
  background: transparent !important;
}
.woocommerce ul#shipping_method li input {margin-top: 0;vertical-align: middle;}
.woocommerce table.woocommerce-cart-form__contents .product-thumbnail img {
  max-width: 100%;
  width: 100px;
}
.woocommerce table.woocommerce-cart-form__contents .product-subtotal .amount {
  color: var(--primarycolor);
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
   min-width: 230px;
   width: auto;
   border: 1px solid #ebebeb;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  border: 2px solid #ebebeb;
  padding: 30px 30px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 0;
  border-radius: 0;
}
.woocommerce-cart .wc-proceed-to-checkout > a {
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce table.woocommerce-cart-form__contents {
    margin-bottom: var(--rowspace);
  }
  .mixy-checkout-process-wrap ul li:not(:last-child):after {
    min-width: 40px;
  }
  .mixy-checkout-process-wrap ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .mixy-checkout-process-wrap ul li:before {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .mixy-checkout-process-wrap ul {
    font-size: 1.6rem;
  }
  .woocommerce .cart-collaterals .cart_totals, 
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 15px;
    padding-bottom: 0;
  }
  .process-box {
    padding: 15px;
  }
  .process-box .custom-logo-link {
    margin-right: 15px;
    max-width: 30%;
  }
  .mixy-checkout-process-wrap ul li,
  .mixy-checkout-process-wrap ul li:after {
    display: none !important;
  }
  .mixy-checkout-process-wrap ul li.step-active {
    display:inline-flex !Important;
  }
  .woocommerce table.woocommerce-cart-form__contents,
  .woocommerce table.woocommerce-cart-form__contents tbody {
    display: block;
  }
  .woocommerce table.woocommerce-cart-form__contents tr {
      margin-bottom: 25px;
      padding-bottom: 25px;
      padding-left: 115px;
      min-height: 136px;
      position: relative;
      border-bottom: 1px solid #ddd;
      width: 100%;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) {
    padding-left: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions .coupon {
    order: 100;
    margin-top: 20px;
    padding: 15px !important;
    border: 2px dashed #ebebeb;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td {
    background: transparent !important;
    border-top: 1px dashed #e1e1e1;
  }
  .woocommerce  table.woocommerce-cart-form__contents td.product-remove {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      margin-bottom: 0;
      padding-bottom: 0;
      border: none;
  }
  .woocommerce table.woocommerce-cart-form__contents td.product-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      margin-bottom: 0;
      padding-bottom: 0;
      max-height: 115px;
      border-bottom: none;
      display: block !important;
      border: 0;
      padding: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents td.product-thumbnail:before {
    display:none;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td.product-name:before {
    display:none;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td.product-name {
    border-top: 0;
    text-align: left !important;
    font-weight: 600;
    padding-right: 35px;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td::before {
    font-weight: 400;
  }
  .woocommerce table.woocommerce-cart-form__contents .input-text.qty,
  .woocommerce table.woocommerce-cart-form__contents .quantity input.minus, 
  .woocommerce table.woocommerce-cart-form__contents .quantity input.plus {
    height: 30px;
    line-height: 26px;
  }
}
@media (max-width: 567px) {
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions .coupon > * {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions .coupon button {
    margin-top: 10px;
  }
}
/* my account page */
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
  border: 2px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-3 {
  max-width: none;
  flex: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  padding: 0;
  list-style:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
      border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:last-child {
  border: 0;
}
.woocommerce-Addresses > div {
  padding: 0;
}
/* checkout page */
.woocommerce .woocommerce-info {
  border-top-color: #313030;
  border-top-width: 2px;
}
.woocommerce-info::before {
  color: #313030;
}
.woocommerce .woocommerce-checkout {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.woocommerce .woocommerce-checkout #customer_details {
  float: left;
  width: 48%;
}
.woocommerce .woocommerce-checkout #order_review_heading,
.woocommerce .woocommerce-checkout #order_review {
  float: right;
  width: 48%;
  text-align: center;
  margin: 0;
  background: #F8F8F8;
  padding: 30px;
  border: 5px double #e0e0e0;
  border-top: 0;
}
.woocommerce .woocommerce-checkout #order_review_heading {
    border-top: 5px double #e0e0e0;
    border-bottom: 0;
    padding-bottom: 0 !important;
}
.woocommerce .woocommerce-checkout h3 {
  text-transform: uppercase;
}
.woocommerce .woocommerce-checkout #order_review .shop_table {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 15px;
}
.woocommerce-checkout-review-order-table td, 
.woocommerce-checkout-review-order-table th {
    max-width: 50%;
    width: 50%;
    border-bottom: 0;
    border-right: 0;
}
.woocommerce-checkout-review-order-table .product-name .product-quantity {
  font-weight: 600;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
   background: transparent;
   padding: 0 0 20px 0;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
  background: transparent;
  padding: 20px 0 0 0;
  margin: 0;
}
.woocommerce .woocommerce-checkout .col2-set > * {
  flex: none;
  max-width: none;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

td.product-total .amount {
    color: #777;
    font-weight: 400;
}
tr.cart-subtotal .amount,tr.order-total .amount {
  color: var(--primarycolor);
}
tr.order-total th {
  font-size: 1.8rem;
}
tr.order-total .amount {
  font-size: 2rem;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
  border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
  width: 100%;
  float:none;
  background: var(--primarycolor);
  padding: 15px 20px;
  margin-bottom: 0;
}
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
  background: #222;
}
.payment_methods li>label {
  display: inline;
}
body .select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 38px;
}
body .select2-container--default .select2-selection {
    border: 1px solid #ebebeb;
    border-radius: 0;
    background-color: transparent;
    transition: border-color .4s ease;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline;
    padding-right: 0!important;
    padding-left: 0!important;
    line-height: 1.4;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px!important;
    background-position: right 1px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}
body .select2-container--default .select2-dropdown {
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 0;
    background-color: #FFF;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 42px;
    border: 1px solid #ebebeb;
    background-color: #FFF;
    background-image: none;
    color: #777;
}
.woocommerce form.checkout_coupon {
    margin-bottom: 30px;
    padding: 30px 25px;
    max-width: 450px;
    border: 2px dashed #DDD;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.woocommerce .checkout_coupon .form-row-first,
.woocommerce .checkout_coupon .form-row-last {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top;
}
.woocommerce .checkout_coupon .form-row-last button {
  padding: 0 20px;
  height: 42px;
}
#ship-to-different-address-checkbox {
  margin-top: -3px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout #customer_details,
  .woocommerce .woocommerce-checkout #order_review_heading, 
  .woocommerce .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce .woocommerce-checkout #order_review_heading, 
  .woocommerce .woocommerce-checkout #order_review {
    padding: 15px;
  }
}
/* woocommerce-order */
.woocommerce-order {
  text-align: center;
}
.woocommerce-order > * {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce-order .woocommerce-columns--addresses > * {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-notice {
  color: #7db62e;
  font-size: 2rem;
}
.woocommerce .woocommerce-order  ul.order_details {
  padding: 15px;
  margin: 0;
  border: 2px dashed #7db62e;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-order ul.order_details li {
  font-size: 1rem;
  float: none;
  flex: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce .woocommerce-order  ul.order_details li strong {
  color: #1d1d1d;
}
.woocommerce .woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-order-details__title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details {
  border: 0;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details td,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details th {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.woocommerce .woocommerce-order ul.order_details > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details thead tr:last-child{
  border-bottom: 2px double #ebebeb;
}
.woocommerce .woocommerce-order-details tr td:last-child {
  color: #1d1d1d;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address {
  border-radius: 0;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-order ul.order_details {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce .woocommerce-order ul.order_details > li {
    padding: 5px;
    flex: 1 1 50%;
    margin: 0;
    border: 0;
    font-size: 1.1rem;
    text-align: left;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.promo-block {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
}
.promo-block .inner {
  position: relative;
}
.promo-block .inner .promo_close {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promo-block p {
  margin: 0;
}
.promo_close {
  color: inherit;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
.promo_close:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}
.topbar-header {
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
}
.topbar-header .header-block > a,
.topbar-menu > li > a,
.topbar-header .social-list li a,
.top-phone a,
.topbar-header .rt-dropdown-block > .rt-dropdown-title {
  color: var(--topbartextcolor);
  text-decoration:none;
}
.topbar-header .header-block > a:hover,
.topbar-menu > li > a:hover,
.topbar-header .social-list li a:hover,
.top-phone a:hover,
.topbar-header .rt-dropdown-block > .rt-dropdown-title:hover {
  color: var(--primarycolor);
}

.topbar-header .col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topbar-header .col.topbar-center-position {
  justify-content: center;
}
.topbar-header .col.topbar-right-position {
  justify-content: flex-end;
}
.topbar-header .col > * {
    margin-left: 40px;
    position: relative;
}
.topbar-header .col > *:before {
    content: "";
    height: 12px;
    width: 1px;
    background: #c3c3c3;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -6px;
}
.topbar-header.text-light .col > *:before {
  background: #fff;
}
.topbar-header .col > *:first-child {
  margin-left: 0;
}
.topbar-header .col > *:first-child:before {
  display:none;
}
.topbar-header > .container > .row {
  align-items: center;
}

.topbar-menu {
  list-style:none;
  padding: 0;
  margin: 0;
}
.topbar-menu li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0 !important;
  margin-right: 10px;
}
.topbar-menu li:last-child {
  margin: 0;
}
.topbar-menu li > a,
.rt-dropdown-block > .rt-dropdown-title {
  padding: 7px 0;
  line-height: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.rt-dropdown-block > .rt-dropdown-title > *:not(:last-child) {
  margin-right: 5px;
}
.rt-dropdown-block > .rt-dropdown-title > span + i {
  font-size: 8px !important;
  margin-bottom: -2px;
}
.col-header-icon .rt-dropdown-block > .rt-dropdown-title {
  font-size: 1.4rem;
}
.col-header-icon .rt-dropdown-block > .rt-dropdown-title:hover {
  opacity: 0.82;
}
.rt-dropdown-block {
  position: relative;
}
.rt-dropdown-block .rt-dropdown-content {
  position: absolute;
  top: 100%;
  z-index: 999;
  list-style:none;
  left: auto;
  right: 0;
  margin: 0;
  background: #fff;
  text-align: left;
  padding: 11px 0;
  font-size: 1.2rem;
  border: 0;
  min-width: 100px;
  display:none;
  color: var(--textcolor);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1.5px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 1.5px rgba(0,0,0,0.07);
}
.rt-dropdown-block:hover .rt-dropdown-content {
  display: block;
}
.rt-dropdown-block ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
.rt-dropdown-block ul li {
  margin: 0;
}
.rt-dropdown-block ul li:last-child a {
  border: 0;
}
.rt-dropdown-block li a {
  padding: 4px 19px;
  display: block;
  line-height: 24px;
  color: var(--linkcolor);
  text-decoration: none;
  white-space: nowrap;
}
.rt-dropdown-block li.active a,
.rt-dropdown-block li a:hover {
  color:var(--primarycolor);
  opacity: 1;
}
.topbar-header .social-list {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}
.topbar-header .social-list li {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}
.topbar-header .social-list li:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 0;
}
.topbar-header .social-list li a {
  width: 18px;
  line-height: 20px;
  height: 20px;
  background: transparent !important;
  font-size: 0;
}
.header-contact > i {
  font-size: 1.6rem;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.header-contact a {
  font-weight: 700;
  color: var(--primarycolor);
}
.header-contact a:hover {
  text-decoration: underline;
  text-underline-offset:1px;
}
.main-header {
 border-bottom: 1px solid #ebebeb;
 background: #fff;
}
.home:not(.blog) .main-header,
.home:not(.blog) .mobile-header {
  border-bottom: 0;
}
.page-id-2211 .main-header,
.page-id-2219 .main-header,
.page-id-2221 .main-header {
  border-bottom: 0;
}
.custom-logo-link, 
.woocommerce .custom-logo-link, 
.woocommerce-page .custom-logo-link {
  display: inline-block;
  vertical-align: top;
}
.main-header-content {
  padding: 15px 0;
}
.col-header-icon  {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.col-header-icon.left {
  justify-content: flex-start;
}
.col-header-icon > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.col-header-icon > *:last-child {
  margin: 0;
}
.header-contact > .inner {
  display: flex;
  align-items: center;
}
.header-contact > .inner .icon {
  margin-right: 10px;
}
.header-contact > .inner .content {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.header-contact .content label {
  line-height: 1;
  margin: 0;
}
.header-contact .content p {
  line-height: 1;
  margin: 4px 0 0 0;
  font-weight: 700;
}

.main-header-content > .row {
  align-items: center;
}
.top-menu > .container > .row {
  align-items: center;
  flex-wrap: nowrap;
}
.mobile-header {
  padding: 7px 0;
}
.mobile-header > .container > .row {
  align-items: center;
}
.col-header-mobile {
  display: flex;
  align-items: center;
}
.col-header-mobile.center .custom-logo-mobile,
.col-header-mobile.center #_mobile_logo_ {
  text-align: center;
}
.custom-logo-mobile {
  flex: 1;
}
.col-header-mobile > * {
  margin-right: 15px;
  line-height: 1;
}
.col-header-mobile > *:last-child {
  margin: 0;
}
.col-header-mobile.right { 
  justify-content: flex-end;
}
.col-header-mobile #_mobile_logo_ {
  flex: 1 1 auto;
}
#_mobile_logo_ > * {
  margin: 0;
}
.mobile-html > * {
  text-align: center;
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.mobile-header-contact > *{
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}
.box-language-mobile {
  padding: 0 20px;
  display: flex;
  border-bottom:1px solid #ebebeb;
}
.box-language-mobile > * {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  border-right: 1px solid #ebebeb;
}
.box-language-mobile > *:last-child {
  border-right: 0;
}
.box-language-mobile .rt-dropdown-title {
  justify-content: center;
}
.box-language-mobile .rt-dropdown-content {
  left: 0;
  right: 0;
  min-width: 100%;
}
/* header sticky */
.has-side-open .sticky-enable .has-sticky {
  position: static;
}
.sticky-enable .has-sticky,.sticky-enable .mobile-header{
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101 !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.sticky-enable .desktop-header .main-header-content  {
  padding: 10px 0;
}
.sticky-enable .mobile-header {
  z-index: 101;
}

.sticky-enable .has-sticky:hover,
.sticky-enable .mobile-header:hover {
  opacity: 1;
}

.mobile-bottom-toolbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #FFF;
  box-shadow: 0 0 9px rgb(0 0 0 / 12%);
  display: none;
}
.mobile-bottom-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  height: 55px;
  list-style:none;
  margin: 0;
}
.mobile-bottom-toolbar__inner > * {
  flex: 1;
  -webkit-flex: 1;
  font-size: 0.9em;
  text-align: center;
  font-weight: 600;
}
.mobile-bottom-toolbar a {
  color: var(--linkcolor);
}
.mobile-bottom-toolbar__inner .page-link a span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mobile-bottom-toolbar__inner > * i {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1px;
  line-height: 2.4rem;
}
.mobile-bottom-toolbar__inner > * i.icon-rt-home-outline {
  font-size: 2.1rem;
}
.mobile-bottom-toolbar__inner > * img {
  display: block;
  margin: auto;
}
.mobile-bottom-toolbar .box-icons {
  display: block;
}
.mobile-bottom-toolbar .wishlist-link .wishlist-count {
  right: -5px;
}
.mobile-bottom-toolbar .wishlist-link {
  font-size: inherit;
  border: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}
.mobile-bottom-toolbar .wishlist-link  .wishlist-text {
  display: block;
  line-height: inherit;
}
@media (max-width: 991px) {
  .quick-links-active {
    padding-bottom: 55px;
  }
  .mobile-bottom-toolbar {
    display: block;
  }
}
/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.main-menu:hover {
  position: relative;
  z-index: 999;
}
.primary-menu-wrapper ul.primary-menu {
  margin: 0;
  padding: 0;
}

.menu-align-center {
  text-align: center;
}
.menu-align-right {
  text-align: right;
}
ul.primary-menu > li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  position: relative;
}
#_desktop_menu_ ul.primary-menu > li:first-child {
  padding-left: 0 !Important;
}
#_desktop_menu_ ul.primary-menu > li:last-child {
  padding-right: 0 !Important;
}
ul.primary-menu > li > a {
  text-transform: capitalize;
  padding: 18px 0;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
ul.primary-menu > li.text-menu {
 padding-right: 0 !important;
 pointer-events: none;
}
ul.primary-menu > li.text-menu > a {
  font-weight: 400 !Important;
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu a {
  text-decoration:none;
  opacity: 1;
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu a .menu_title {
  position: relative;
}

#_desktop_menu_ .primary-menu-wrapper ul.primary-menu a .menu_title:after {
  content:"";
  position: absolute;
  width: 0;
  left: 0;
  height: 2px;
  bottom: -4px;
  background: var(--menu_active_color);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu .dropdown-menu a .menu_title:after {
  background: var(--primarycolor);
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu > li.current-menu-item > a .menu_title:after,
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu a:hover .menu_title:after {
  width: 100%;
}
.mm-has-children {
  margin-left: 5px;
}
.primary-menu-wrapper ul.primary-menu > li > a > .mm-has-children {
  display:none;
}
.primary-menu-wrapper ul.primary-menu > li > a .menu-label {
  top: -18px;
}
.menu-label {
    font-size: 1.1rem;
    text-transform: capitalize;
    position: absolute;
    top: -17px;
    padding: 0 5px;
    color: #f1f1f1;
    border-radius: 2px;
    line-height: 20px;
    font-weight: 400;
    z-index: 100;
    white-space: nowrap;
}
.menu-label em { 
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 4px;
    border-bottom-width: 0;
    border-right-width: 7px;
    border-left-width: 0;
    border-top-color: transparent;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
}
.primary-menu-wrapper ul > li {
  position: relative;
  margin-bottom: 0;
}

.primary-menu-wrapper .sub-menu {
  padding: 0;
  list-style: none;
}
.primary-menu-wrapper .navbar-toggler {
  border: 0;
  padding: 0 3px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.primary-menu-wrapper .navbar-toggler i {
  vertical-align: top;
}
#_desktop_menu_ .primary-menu-wrapper .navbar-toggler,
#_desktop_menu_ .mm-has-children {
  font-size: 8px;
  margin-bottom: -2px;
}
.primary-menu-wrapper ul.primary-menu > li > a .expand-icon {
  display: inherit;
}
a.menu-item-link {
  display: flex;
  align-items: center;
}
a.menu-item-link > img {
  margin-right: 10px;
  max-width: 20px;
}

/***** Mega submenu *****/

#_desktop_menu_ .primary-menu-wrapper .mega-dropdown-menu {
  padding: 26px 10px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block !Important;
  opacity: 0;
  top: 110%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  pointer-events:none;
  background: #fff;
  line-height: 1.5;
  color: var(--textcolor);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
#_desktop_menu_ .primary-menu-wrapper .text-center .mega-dropdown-menu {
  text-align: center;
}
#_desktop_menu_ .primary-menu-wrapper .mega-dropdown-menu.fullwidth {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
}
.mega-dropdown-inner > .mega-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mega-dropdown-menu .navbar-toggler,.flyout-submenu .navbar-toggler{
  display:none;
}
#_desktop_menu_ li.menu-item.mega-menu:hover .mega-dropdown-menu {
  display: block;
  margin-top: 0;
  top: 100%;
  opacity: 1;
  pointer-events: visible;
}
.dropdown-menu ul {
  list-style:none;
}
.menu-item-level1 > .menu-item-inner > a,
.menu-item-lv1 > a {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
  color: #184d47;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
}
ul.sub-menu {
  padding: 0;
  margin: 0;
}
.menu-item-level1 > .menu-item-inner > a:hover,.menu-item-lv1 > a:hover {
  color: var(--primarycolor);
  opacity: 1;
}
#_desktop_menu_ .mega-dropdown-menu .menu-item-level1 > .menu-item-inner > .sub-menu,
#_desktop_menu_ .mega-dropdown-menu .menu-item-lv1 > .sub-menu {
  margin-top: 11px;
}
#_desktop_menu_ .primary-menu-wrapper .sub-menu li {
  margin-bottom: 0px;
}
#_desktop_menu_ .primary-menu-wrapper .sub-menu li:last-child {
  margin: 0;
}
.menu-item-level2 a,.menu-item-lv2 a {
  color: var(--linkcolor);
  font-size: 1.3rem;
  line-height: 20px;
}
.menu-item-level2 a:hover,.menu-item-lv2 a:hover {
  color: var(--primarycolor);
}
.menu-item-inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu-block-home {
  margin: 0 -10px;
}
.menu-block-home .elementor-image-box-img {
  overflow: hidden;
}
.menu-block-home .elementor-image-box-img {
      box-shadow: 0 0 9px rgba(0,0,0,.15);
      -webkit-box-shadow: 0 0 9px rgba(0,0,0,.15);
}
.menu-block-home .elementor-image-box-title {
  margin-top: 5px;
  font-weight: 400;
}
.menu-block-home .elementor-image-box-title a {
  color: var(--headingcolor);
}
.menu-block-home .elementor-image-box-title a:hover {
  color: var(--primarycolor);
}
/* Make flyout when level >= 2 */
.menu-item-level2 .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 10px;
  border: 1px solid #ebebeb;
  z-index: 999;
  min-width: 150px;
}
.menu-item-level2:hover .sub-menu {
  display: block;
}
/***** Fylout submenu *****/

.primary-menu-wrapper .flyout-submenu {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 0;
  z-index: 999;
    min-width: 250px;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
  box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
}
#_desktop_menu_  .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
#_desktop_menu_ .menu-item:hover > .sub-menu {
  display: block;
}
.flyout-submenu .sub-menu li {
  padding: 0 20px;
  position: relative;
}
.flyout-submenu .sub-menu li > a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--linkcolor);
  font-size: 1.3rem;
  line-height: 30px;
}
.flyout-submenu .sub-menu li > a:hover {
  color: var(--primarycolor);
}
#_desktop_menu_ .flyout-submenu .sub-menu li > a {
  margin-bottom: 0px;
}
#_desktop_menu_ .flyout-submenu .sub-menu li:last-child > a {
  margin: 0;
}
#_desktop_menu_ .flyout-submenu .sub-menu li > a .mm-has-children {
  position: absolute;
  right: 7px;
}
.mega-dropdown-inner .flyout-submenu {
  padding: 0;
  display: none;
  position: absolute;
  top: 0px !important;
  left: 100%;
}
li.menu-item:hover > .flyout-submenu {
  display: block;
}
.flyout-submenu .sub-menu .sub-menu {
  display: none;
  position: absolute;
  top: -15px !important;
  left: 100%;
  margin: 0;
  min-width: 250px;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
  box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
}
.flyout-submenu li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.flyout-submenu li:hover > ul.sub-menu {
  display: block;
}
/* vertical-menu */
.vertical-menu-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.vertical-menu-wrapper .vmenu-title {
  font-weight: 700;
  position: relative;
  padding: 12px 23px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 6px 0;
}
.vertical-menu-wrapper .vmenu-title span {
  flex: 1 1 auto;
}
.vertical-menu-wrapper .vmenu-title:before {
  content:"\e920";
  font-family: 'roadthemes-icon';
  text-align: center;
  margin-right: 7px;
  font-size: 2rem;
  font-weight: normal;
}
.vertical-menu-wrapper .vmenu-title:after {
    content:"\e92b";
    font-family: 'roadthemes-icon';
    font-size: 8px;
    margin-left: 5px;
    font-weight: normal;
}
.vertical-menu-wrapper.hover-action:hover #_desktop_vmenu_ {
  display:block;
}
#_desktop_vmenu_ {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  display: none;
}
#_desktop_vmenu_ ul.vertical-menu {
  list-style: none;
  position: relative;
  margin: 0;
  width: 270px;
  border-top: 0;
  background: #fff;
  padding: 0;
  padding-top: 9px;
  padding-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
#_desktop_vmenu_ ul.vertical-menu:before {
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
  left: 11%;
}
#_desktop_vmenu_ ul.vertical-menu > li {
  margin: 0;
  padding: 0 25px;
}
#_desktop_vmenu_ ul.vertical-menu > li:last-child > a {
  border: 0;
}
#_desktop_vmenu_ .navbar-toggler {
  display:none;
}
#_desktop_vmenu_ a  {
  line-height: 24px;
  display: block;
}
#_desktop_vmenu_ .flyout-submenu .menu-item-link {
  padding: 5px 0;
  margin: 0;
}
#_desktop_vmenu_ ul.vertical-menu > li > a {
  padding: 11px 0;
  display: block;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
}

#_desktop_vmenu_ ul.vertical-menu > li:hover > a{
  color: var(--primarycolor);
}
#_desktop_vmenu_ .mm-has-children {
  float:right;
  line-height: inherit;
  font-size: 0.9rem;
}

#_desktop_vmenu_ .menu-wrapper > ul > li .dropdown-menu {
  top: 0;
  min-height: 100%;
  left: 100%;
  margin-top: 0;
  display: block !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
  background: #fff;
  margin: 0;
  position: absolute;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
#_desktop_vmenu_ .menu-wrapper > ul > li .mega-dropdown-menu {
  padding: 20px 15px;
}
#_desktop_vmenu_ .menu-wrapper > ul > li .mega-dropdown-menu > .container {
  max-width: none;
}
#_desktop_vmenu_ .menu-wrapper > ul > li:hover > .dropdown-menu {
  top: 0;
  opacity: 1;
  pointer-events: visible;
  left: 100%;
}
#_desktop_vmenu_ .mega-dropdown-menu .sub-menu li {
  margin-bottom: 9px;
}
#_desktop_vmenu_ .mega-dropdown-menu .menu-item-link.has-children + .sub-menu {
  margin-top: 16px;
}
#_desktop_vmenu_ .mega-dropdown-menu .menu-item-level1 > .menu-item-inner > .menu-item-link {
  text-transform:none;
  color: var(--linkcolor);
}
#_desktop_vmenu_ .mega-dropdown-menu .menu-item-level1 > .menu-item-inner > .menu-item-link:hover {
  color: var(--primarycolor);
}
#_desktop_vmenu_ .menu-wrapper > ul > li .flyout-submenu{
  min-width: 250px;
  padding: 15px 0;
}
#_desktop_vmenu_ .menu-wrapper > ul > li .flyout-submenu .mega-dropdown-inner > .sub-menu {
  display: block;
}
/*vermenu-store2*/
.vermenu-store2 .vertical-menu-wrapper .vmenu-title {
  padding: 0 20px;
  line-height: 54px;
}
.vermenu-store2 .vertical-menu-wrapper .vmenu-title:before,
.vermenu-store2 .vertical-menu-wrapper .vmenu-title:after {
  display:none;
}
.vermenu-store2 #_desktop_vmenu_ {
  display: block !Important;
  z-index: 2;
}
/* mobile menu */

.menu-mobile {
  margin-right: 10px;
}
.menu-mobile > a {
  padding: 5px;
  cursor: pointer;
  padding-left: 0;
  font-size: 2.4rem;
  color: var(--headertextcolor);
  display: flex;
}
.menu-mobile > a:hover {
  color: var(--primarycolor) !Important;
}
#_mobile_topbar_ {
 text-align: left;
 padding: 0;
}
#_mobile_topbar_ .container {
  padding: 0;
}
#_mobile_topbar_ .row {
  display: block;
  margin: 0;
}
#_mobile_topbar_ .col {
  text-align: left !important;
  padding: 0 20px;
  border-bottom: 1px solid #ebebeb;
}

.mobile-menu .container {
  max-width: none;
  padding: 0;
}
.mobile-menu  ul {
  padding: 0;
  list-style:none;
  margin: 0;
  width: 100% !important;
  text-align: left;
}
.mobile-menu  ul > li,
.mobile-topbar-menu ul li {
  display: block;
  margin: 0 !important;
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  position: relative;
  text-align: left !Important;
}
.mobile-menu li {
  background: #fff;
}
.mobile-menu .menu-item-inner {
  display: block;
  position: static;
}
.mobile-menu ul li a,
.mobile-topbar-menu ul li a {
  padding: 10px 0;
  line-height: 30px;
  display: block !important;
  margin: 0;
  font-size: 1.3rem;
  text-decoration: none;
}
.mobile-menu .menu-wrapper >  ul > li > a,
.mobile-topbar-menu ul li a {
  color: #1d1d1d;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem !important;
}
.mobile-menu  ul > li > a > img {
  display:none;
}
.mobile-menu .menu-wrapper .mega-dropdown-menu,.mobile-menu .flyout-submenu {
  position: relative;
  top: auto;
  left: auto !important;
  float: none;
  border: 0;
  border-radius: 0;
  width: auto !important;
  padding: 0;
  margin: 0 -20px;
  border-top: 1px solid #ebebeb;
}
.mobile-menu .flyout-submenu {
  margin: 0;
  border: 0;
}
.mobile-menu .menu-wrapper .mega-dropdown-menu ul:last-child li:last-child {
  border-bottom: 0;
}
.mobile-menu .menu-wrapper .menu-item-level1 > .menu-item-inner > a {
  font-size: 1.3rem;
  text-transform: capitalize;
  margin: 0;
}
.mobile-menu .menu-item .sub-menu {
  margin: 0 -20px;
  display: none;
  position: relative;
  top: auto;
  left: auto;
  border: 0;
  border-top: 1px solid #ebebeb;
  width: auto !important;
  padding: 0;
}
.mobile-menu .menu-item .sub-menu > * {
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-menu .menu-item-level2:hover .sub-menu,
.mobile-menu .flyout-submenu li:hover > ul.sub-menu {
  display: none;
}
.mobile-menu .open {
  background: #f8f9fa;
}
.mobile-menu .open > .mega-dropdown-menu,
.mobile-menu .open > .sub-menu,
.mobile-menu .open > .menu-item-inner > .sub-menu,.mobile-menu .open > .flyout-submenu,
.mobile-menu .open > .flyout-submenu > .mega-dropdown-inner > .sub-menu,
.mobile-menu .flyout-submenu .open > .sub-menu {
  display: inherit !important;
}
.mobile-menu .sub-menu li:last-child {
  border: 0;
}
.mobile-menu li.menu-item.mega-menu:hover .mega-dropdown-menu {
  display:none;
}
.mobile-menu  .navbar-toggler {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-radius: 0;
  color: var(--primarycolor);
}
.mobile-menu  .navbar-toggler.collapsed {
  color: inherit;
}
.mobile-menu  .navbar-toggler.collapsed i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.mobile-menu .menu-wrapper .mega-dropdown-inner {
  margin: 0;
  display: block;
}
.mobile-menu .menu-wrapper .mega-dropdown-inner > * {
  width: 100%;
  padding: 0;
  flex: none;
  max-width: none;
}
.mobile-menu .mm-has-children {
  display:none;
}


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
#desktop_search_block {
  display: inline-block;
  vertical-align: top;
}
.search-simple {
  max-width: 630px;
  margin: auto;
}
.search-simple .side-close-icon {
  display: none !important;
}
.search-block .search-wrapper {
  position: relative;
}
.search-block .input-wrapper {
  display: flex;
  width: 100%;
}
.search-form .product_categories {
  padding: 5px 15px;
  padding-right: 30px;
  border-right: 0;
  border: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #47494a;
  background: #f3f3f3;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;       /* Remove default arrow */
  background-image: url(images/select_arrow.png);   /* Add custom arrow */
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  width: auto;
  height: auto;
  max-width: 167px;
  text-overflow: ellipsis;
}
.search-form .product_categories option {
  font-size: 1.2rem;
}

.search_content {
    position: absolute;
    background: #fff;
    z-index: 9999;
    left: 0;
    right: 0;
}
.search_content.loading_search {
  height: 50px;
  background-size: 50px 50px;
  margin: auto;
  -webkit-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.05);
  box-shadow: 0 3px 3px 1px rgba(0,0,0,0.05);
}
.search_content.loading_search:before {
    right: 50%;
    margin-right: -12px;
    top: 50%;
    margin-top: -12px;
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.3);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
    position: absolute;
}
.search-keywords-list {
  text-align: left;
  padding: 15px;
  display: none;
}
.search-keywords-list p {
  padding: 0;
  margin-bottom: 10px;
  color: var(--headingcolor);
}
.search-keywords-list ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 0.857142em;
}
.search-keywords-list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 6px 0;
}
.search-keywords-list ul li a {
  padding: 0 5px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #eee;
  display: block;
  text-decoration: none;
}
.search-keywords-list ul li a:hover {
  background: var(--primarycolor);
  color: #fff;
}
.loading_search .search_result {
  display:none;
}
.search_result  {
  padding: 0;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.search_result .result-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: stretch;
}
.search_result .result-wrapper .search-empty {
  margin: 0;
}
.search_result .result-wrapper .search-empty:before {
  content: "";
}
.search_result .content-preview {
  display: flex;
  align-items: center;
  text-align: left;
}
.search_result .content-preview .featured-image {
  width: 50px;
}
.search_result .content-preview .item-desc {
  padding-left: 10px;
  flex: 1 1 auto;
  font-size: 1.2rem;
}
.search_result .result-wrapper > * {
  flex: 1 1 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.search_result .result-wrapper > .search-devider {
  width: 100% !important;
  flex-basis: auto !important;
  margin: 0;
  text-transform: uppercase;
  color: var(--headingcolor);
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  display: block;
}
.search_result .result-wrapper > .result-wrapper-title p {
  margin: 0;
  text-transform: uppercase;
  color: var(--headingcolor);
  font-weight: 700;
  font-size: 1.3rem;
}
.clear_search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  margin-left: -25px;
  opacity: 0;
  font-size: 2.4rem;
  cursor: pointer;
}
.clear_search:hover {
  color: var(--primarycolor);
}
.clear_search.show {
  opacity: 1;
}
.search-form {
  position: relative;
}
.search-form .input-wrapper{
  display: flex;
  background: #f2f3f5;
  border-radius: 30px;
  -webkit-border-radius: 50px;
}
.search-form .input-wrapper .search-field {
  padding: 0 25px;
  border-radius: 0;
  border: 0;
  flex: 1 1 auto;
  height: 50px;
  margin: 0;
  width: auto;
  color: #a7a8aa;
}
.search-form input::-webkit-input-placeholder {
  color: #a7a8aa;
}
.search-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-form input:-moz-placeholder {
  color: #a7a8aa;
}
.search-form input:focus:-moz-placeholder {
  color: transparent;
}
.search-form input::-moz-placeholder {
  color: #a7a8aa;
}
.search-form input:focus::-moz-placeholder {
  color: transparent;
}
.search-form input:-ms-input-placeholder {
  color: #a7a8aa;
}
.search-form input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-form .input-wrapper .search-submit {
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  color: #3b3d42;
  padding: 0 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.8rem;
  cursor: pointer;
  position: static;
}
.search-form label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.search-form .search-field {
  border: 1px solid #ebebeb;
  padding-right: 75px;
  width: 100%;
}
.search-form .search-submit {
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
  width: auto;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.search-form .search-submit:hover {
  color: var(--primarycolor);
}
.search-sidebar > button > span {
  display:none;
  font-size: 1.4rem;
  margin-left: 8px;
}
.search-sidebar .search-form .input-wrapper {
  border: 0;
  border-bottom: 2px solid #222;
  padding: 0;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
}

.search-sidebar .search-form .product_categories {
  display:none;
}
.search-sidebar .search-form .search-submit {
  background: transparent;
  color: #1d1d1d;
  font-size: 3rem;
}
.search-sidebar .search-wrapper {
    background: rgba(0,0,0,0.5);
    display: block !important;
    opacity: 0;
    position: fixed !important;
    left: -9999rem;
    top: 0;
    transform: none !important;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 9999;
    margin: 0;
    border: 0;
    padding: 0;
    visibility: hidden;
    pointer-events: none;
    color: var(--textcolor);
}
.search-sidebar .search-wrapper.has-result {
  bottom: 0;
}
.search-sidebar .search-wrapper.search-open {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
  display: block;
  cursor: pointer;
  visibility: visible;
  pointer-events: visible;
}
.search-sidebar .search-wrapper .search-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.search-sidebar.show .search-wrapper {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
  display: block;
  cursor: pointer;
  visibility: visible;
  pointer-events: visible;
}
.search-sidebar .search-form .search-field {
  width: 100%;
  height: 80px;
  font-size: 3rem;
}
.search-sidebar .search-wrapper .search-form {
    background: #fff;
    padding: 30px 15px;
    padding-top: 75px;
}
.search-sidebar .search-wrapper .search_content {
  position: relative;
  flex: 1 1 auto;
  left: auto;
  right: auto;
  height: auto;
  margin: 0;
  background: transparent;
}
.search-sidebar .search_content.loading_search:before {
  margin-top: 0;
  top: 0;
}
.search-sidebar .search-keywords-list {
  background: #fff;
  display: block !Important;
}
.search-sidebar .search-keywords-list > * {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.search-sidebar .search_result .result-wrapper {
  justify-content: center;
  max-width: 1170px;
  margin: auto;
}
.search-sidebar .search_result {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.search-sidebar .search-wrapper .search-box {
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-sidebar .search-open .search-box {
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

@media (min-width: 768px) {
  .search-sidebar .search_result .result-wrapper > * {
    border: 0;
    flex-grow: 0;
    flex-basis: 200px;
  }
  .search-sidebar .search_result .result-wrapper > .search-devider {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    padding-top: 30px;
  }
  .search-sidebar .content-preview {
    display: block;
    text-align: center;
  }
  .search-sidebar .search_result  .content-preview > * {
    width: 100%;
    padding: 0;
    font-size: inherit;
  }
  .search-sidebar .search_result .content-preview .item-desc {
    padding: 10px 0 0 0;
  }
}

/* end search dropdown full */
/* mobile search dropdown */
.search-block-mobile.search-sidebar > button {
  border: 0;
  font-size: 2rem;
  line-height: 34px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  height: 34px;
  width: 30px;
}
.search-sidebar #_mobile_search_block_ {
  background: #fff;
}
.search-sidebar #_mobile_search_block_ .side-close-icon, 
.woocommerce .search-sidebar #_mobile_search_block_ .side-close-icon {
  top: 10px;
  right: 10px;
  width: 30px !Important;
  height: 30px !Important;
  line-height: 30px;
}
.search-sidebar #_mobile_search_block_ .search-form .search-field {
  height: 60px;
  font-size: 2.4rem;
}
.search-sidebar #_mobile_search_block_ .search-form .search-submit {
  font-size: 2.4rem;
}
.search-sidebar #_mobile_search_block_ .search-form {
  padding-bottom: 10px;
  padding-top: 50px;
}
.search-block-mobile.search-sidebar .search-wrapper {
  bottom: 0;
}
/* mobile search full */
.mobile-searh-full {
  margin-top: 20px;
}
.mobile-searh-full .search-block > button {
  display:none;
}
.mobile-searh-full .search-block .search-wrapper {
  position: relative !important;
  top: auto !important;
  bottom: auto;
  left: auto !important;
  opacity: 1;
  visibility: visible;
  background: transparent;
  pointer-events: visible;
  float: none;
}
.mobile-searh-full .search-block .search-wrapper .search-form {
  padding: 0;
  transform:none;
}
.mobile-searh-full .search-block .search-form .search-field {
  height: 50px;
}
.mobile-searh-full .search-block .search-wrapper .search_result {
  padding: 0;
  margin: 0;
}
/* end mobile search full */

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.cart-block {
  position: relative;
}
.cart-block .header-cart > a,
.wishlist-link,
.col-header-icon .header-account-block > a,
.search-sidebar > button {
  color: var(--headertextcolor);
  border: 1px solid #e6e6e6;
  padding: 0;
  width: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 2.5rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  background: transparent;
}
.search-sidebar > button {
  font-size: 1.8rem;
}
.col-header-icon .wishlist-link i {
  font-size: 2.2rem;
}
.cart-block .header-cart > a:hover,
.wishlist-link:hover,
.col-header-icon .header-account-block > a:hover,
.search-sidebar > button:hover {
  color: var(--primarycolor);
}

.cart-block .header-cart > a .cart-count,
.wishlist-link .wishlist-count {
  font-size: 1.2rem;
  position: absolute;
  font-weight: 600;
  background: #da2e1f;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  right: -10px;
  top: 2px;
}

/* Dropdown */
.cart-contents:after {
  display:none;
}
.cart-block .minicart-dropdown .widget_shopping_cart_content {
  width: 300px;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 9999;
  padding: 15px;
  text-align: left;
  border: 1px solid #ebebeb;
  color: var(--textcolor);
  font-size: 1.4rem;
}
.cart-block:hover .minicart-dropdown .widget_shopping_cart_content,
.cart-block .cart-active .widget_shopping_cart_content {
  display: block;
}
.cart-block .minicart-dropdown .widget_shopping_cart_content > ul {
  max-height: 300px;
  overflow-y: auto;
  margin: 0 -15px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.widget_shopping_cart_content > ul {
  list-style:none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px !important;
}
.widget_shopping_cart_content > ul > li {
  border-bottom: 1px solid #eee;
  padding: 30px 20px 23px 90px !important;
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 2;
  margin: 0;
}
.widget_shopping_cart_content .variation {
  padding: 5px 0 0 0 !important;
  border: 0 !important;
  font-size: 85%;
  line-height: 1.3;
}
.widget_shopping_cart_content .variation dt {
  font-weight: normal !important;
}
.widget_shopping_cart_content .variation dd {
  margin: 0 !important;
}
.widget_shopping_cart_content .variation dd p {
  margin: 0;
}
.widget_shopping_cart_content > ul > li .remove {
    position: absolute;
    right: 0;
    color: var(--linkcolor);
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 2.1rem;
    text-align: center;
    line-height: 19px;
    font-weight: normal !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-decoration: none;
}
.widget_shopping_cart_content > ul > li .remove:hover {
  color: red;
}
.widget_shopping_cart_content > ul > li a {
    white-space: normal;
    line-height: 1.3;
    font-weight: 500 !important;
}
.widget_shopping_cart_content > ul > li a img {
  position: absolute;
  height: auto !important;
  width: 80px !important;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  margin-left: 0 !important;
}
.widget_shopping_cart_content .total {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #313030;
}
.widget_shopping_cart_content .total strong {
  font-weight: 500;
}
.widget_shopping_cart_content .total .amount {
  font-size: 2rem;
}
.widget_shopping_cart_content .buttons a {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  opacity: 1;
}

/* Sidebar cart */
#cart-side {
  display: flex;
  flex-direction: column;
  position: fixed;
  background: #fff;
  padding: 30px;
  text-align: left;
  color: var(--textcolor);
  top: 0;
  bottom: 0;
  z-index: 100;
  right: -100%;
  width: 100%;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
#cart-side.cart-open {
  right: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.cart-side-navbar {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.cart-side-navbar .popup-cart-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--headingcolor);
}
.cart-side-navbar .cart-side-navbar-inner {
  display: flex;
  align-items: center;
}
.cart-side-navbar .cart-side-navbar-inner * {
  margin: 0 5px 0;
  text-transform: uppercase;
}
.cart-side-navbar .cart-side-navbar-inner *:first-child {
  flex: 1 1 auto;
}
.cart-side-navbar .cart-side-navbar-inner *:last-child {
  margin: 0;
}
.cart-side-navbar .cart-side-navbar-inner .remove {
  font-size: 1.4rem;
  width: auto;
  height: auto;
  color: red !important;
  font-weight: 700;
  background: transparent !important;
}
.cart-side-navbar .cart-side-navbar-inner .remove:hover {
  color: red !important;
  text-decoration: underline;
}
.woocommerce-mini-cart__empty-message {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
}
.woocommerce-mini-cart__empty-message:before {
  content: "\e904";
  font-family: "roadthemes-icon";
  display: block;
  font-size: 15rem;
  font-weight: 400;
}
/* Sidebar menu */
#menu-side {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
  left: -100%;
  width: 100%;
  max-width: 400px;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  color: var(--textcolor);
}
#menu-side > .inner {
  background: #fff;
  padding: 30px 0;
  padding-top: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
#menu-side.menu-open {
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
#menu-side a {
  color: var(--linkcolor);
}
#menu-side .et-close:hover {
  background: var(--primarycolor);
}
#mobile_menu_tabs_title {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}
#mobile_menu_tabs_title > li {
  flex: 1 1 0;
  text-align: center;
  margin: 0;
  border-right: 1px solid #ebebeb;
}
#mobile_menu_tabs_title > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 24px;
  padding: 10px;
  display: block;
  background: #f8f9fa;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  font-size: 1.4rem;
}
#mobile_menu_tabs_title > li.active > a {
    color: var(--primarycolor);
}
/*--------------------------------------------------------------
## Account
--------------------------------------------------------------*/
.header-account-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-header-icon #_desktop_header_account_ .header-account-block.account-only-icon > a > i {
  font-size: 2.6rem;
  line-height: inherit;
  margin: 0;
}
.account-only-icon .icon-text,
.account-only-icon .icon-text + i {
  display: none;
}
.account-both-ver {
  text-align: center;
}
.account-both-ver > a {
  flex-direction: column;
}
.account-only-text > a > i {
  display:none;
}
.account-only-text > a > span + i {
  display:inherit;
}
#_mobile_header_account_ .header-account-block > a {
  padding: 0;
  line-height: inherit;
  color: var(--headertextcolor);
}
#_mobile_header_account_ .header-account-block > a > i {
  font-size: 2.7rem;
  display: inline-block !important;
  vertical-align: top;
  margin: 0;
}
#_mobile_header_account_ .header-account-block > a > span,
#_mobile_header_account_ .header-account-block > a > span + i {
  display:none !Important;
}
/*--------------------------------------------------------------
## Wishlist
--------------------------------------------------------------*/
#_desktop_wishlist_.no-wishlist {
  display: none;
}
.wishlist-link .wishlist-text {
  display:none;
}

table.wishlist_table,
.wishlist_table.images_grid li .item-details table.item-details-table td, 
.wishlist_table.mobile li .item-details table.item-details-table td, 
.wishlist_table.mobile li table.additional-info td, 
.wishlist_table.modern_grid li .item-details table.item-details-table td {
  font-size: 100%;
}
.yith-wcwl-share li a {
  padding: 0;
  line-height: 26px;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background: transparent;
  color: #1d1d1d !important;
}
.wishlist-title h2 {
  padding-left: 0;
  padding-right: 0;
}
ul.wishlist_table.mobile {
  padding: 0;
}
ul.wishlist_table.mobile .product-name > * {
  font-size: 1.2em;
}
.wishlist-in-stock {
  color: #297e29;
}
.wishlist_table.mobile li {
  position: relative;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  position: absolute;
  right: 0;
  top: 0;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, 
.wishlist_table.mobile li .item-details table.item-details-table td.label, 
.wishlist_table.mobile li table.additional-info td.label, 
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
  font-weight: 500;
}
.wishlist_table .product-add-to-cart a {
  padding: 5px 20px;
  min-width: 135px;
}
.wishlist_table .product-add-to-cart a:hover {
  opacity: 0.82;
}
.wishlist_table.mobile li {
  margin-bottom: 25px;
}
@media (max-width: 479px) {
  .wishlist_table .product-add-to-cart a {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
/*--------------------------------------------------------------
## Header2
--------------------------------------------------------------*/
.header2 .top-menu {
  border-bottom: 1px solid #dddddd;
}

/*--------------------------------------------------------------
## rt-slideshow
--------------------------------------------------------------*/
.rt-slideshow:not(.slick-initialized) {
  overflow: hidden;
}
.rt-slideshow:not(.slick-initialized) .slideshow-item {
  width: 100%;
}
.rt-slideshow:not(.slick-initialized) .slideshow-item:last-child:not(:first-child) {
  position: absolute;
  pointer-events: none;
}
.rt-slideshow {
  margin: 0 !Important;
  position: relative;
  z-index: 1;
}
.rt-slideshow img {
  margin: auto;
  width: 100%;
}
.rt-slideshow .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.rt-slideshow .container > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.slick-active.slideshow-item .slideshow-button {
  animation:fadeInUp 1800ms linear alternate;
  -webkit-animation:fadeInUp 1800ms linear alternate;
  -moz-animation:fadeInUp 1800ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="1"] .slideshow-button {
  animation:slideInUp 0.5s linear alternate;
  -webkit-animation:slideInUp 0.5s linear alternate;
  -moz-animation:slideInUp 0.5s linear alternate;
}
.slick-active.slideshow-item[data-slick-index="2"] .slideshow-button {
  animation:slideInUp 0.5s linear alternate;
  -webkit-animation:slideInUp 0.5s linear alternate;
  -moz-animation:slideInUp 0.5s linear alternate;
}
.slick-active.slideshow-item .title1 {
  animation:fadeInRight 1200ms linear alternate;
  -webkit-animation:fadeInRight 1200ms linear alternate;
  -moz-animation:fadeInRight 1200ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="1"] .title1 {
  animation:zoomIn 1200ms linear alternate;
  -webkit-animation:zoomIn 1200ms linear alternate;
  -moz-animation:zoomIn 1200ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="2"] .title1{
  animation:fadeInLeft 1s linear alternate;
  -webkit-animation:fadeInLeft 1s linear alternate;
  -moz-animation:fadeInLeft 1s linear alternate;
}
.slick-active.slideshow-item .title2 {
  animation:fadeInLeft 1400ms linear alternate;
  -webkit-animation:fadeInLeft 1400ms linear alternate;
  -moz-animation:fadeInLeft 1400ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="1"] .title2 {
  animation:bounceIn 1400ms linear alternate;
  -webkit-animation:bounceIn 1400ms linear alternate;
  -moz-animation:bounceIn 1400ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="2"] .title2 {
  animation:rotateInDownRight 2s linear alternate;
  -webkit-animation:rotateInDownRight 2s linear alternate;
  -moz-animation:rotateInDownRight 2s linear alternate;
}
.slick-active.slideshow-item .subtitle {
  animation:fadeInUp 1600ms linear alternate;
  -webkit-animation:fadeInUp 1600ms linear alternate;
  -moz-animation:fadeInUp 1600ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="1"] .subtitle {
  animation:bounceIn 2s linear alternate;
  -webkit-animation:bounceIn 2s linear alternate;
  -moz-animation:bounceIn 2s linear alternate;
}
.slick-active.slideshow-item[data-slick-index="2"] .subtitle {
  animation:fadeInRight 1.5s linear alternate;
  -webkit-animation:fadeInRight 1.5s linear alternate;
  -moz-animation:fadeInRight 1.5s linear alternate;
}

.rt-slideshow .slick-list {
  margin: 0 !Important;
}
.rt-slideshow .slick-list .slideshow-item {
  padding: 0;
  position: relative;
}
.slideshow-content {
  max-width: 45%;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshow-content .title1 {
  color: #1d1e22;
  font-size: 1.8rem;
  line-height: 1;
}
.slideshow-content .title2 {
  color: #1d1e22;
  font-size: 5.6rem;
  line-height: 1.143;
  font-weight: 700;
  margin-top: 11px;
}
.slideshow-content .subtitle {
  color: #1d1e22;
  text-transform: none;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 22px;
}
.slideshow-content .subtitle b {
  display: block;
  line-height: 1;
  font-size: 4.6rem;
  color: var(--pricecolor);
  font-weight: var(--price_fontweight);
  margin-top: 10px;
  font-family: var(--pricefont);
}
.slideshow-content .slideshow-button {
  line-height: 30px;
  padding: 10px 35px;
  border: 0;
  text-transform: capitalize;
  background: #184d47;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-top: 37px;
  font-size: 1.3rem;
  font-weight: 700;
}
.slideshow-content .slideshow-button:after {
  content: "\e992";
  font-family: "roadthemes-icon";
  font-weight: 400;
  margin-left: 10px;
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.slideshow-content .slideshow-button:hover {
  opacity: 1;
  background: var(--primarycolor);
  border-color: var(--primarycolor);
  color: #fff;
}
.rt-slideshow .slick-dots {
  position: absolute;
  bottom: 3%;
}


.rt-slideshow .slick-arrow.slick-prev {
  left: 15px !important;
}
.rt-slideshow .slick-arrow.slick-next {
  right: 15px !important;
}
/*home-slider-2*/
.home-slider-2 .slideshow-content {
  margin-left: 30px;
}
.home-slider-2 .slideshow-item > a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  display: block;
}
/* home-slider-3 */

/* home-slider-4 */

.home-slider-4 .slideshow-content {
  text-align: center;
}
.home-slider-4 .slideshow-content .title1 {
  color: #fff;
  font-weight: 600;
}
.home-slider-4 .slideshow-content .title2 {
  color: #fff;
  font-weight: 700;
}
.home-slider-4 .slideshow-content .slideshow-button {
  background: var(--primarycolor);
  color: #fff;
}
.home-slider-4 .slideshow-content .slideshow-button:hover {
  background: #184d47;
}
.home-slider-4 .slick-dots li button:after {
  background: #fff;
}
@media (min-width: 1400px) {
  .home-slider-4 .slideshow-content .title2 {
    font-size: 6.4rem;
  }
}
/*-------------*/
@media (max-width: 1599px) {
  .slideshow-content {
    margin-left: 7%;
  }
}
@media (max-width: 1399px) {
  .slideshow-content .title2{
      font-size: 3.5vw;
      margin-top: 0.5vw;
  }
}
@media (max-width: 1199px) {
  .slideshow-content .title1 {
    font-size: 1.4vw;
  }
  .slideshow-content .subtitle {
    font-size: 1.4vw;
    margin-top: 1vw;
  }
  .slideshow-content .subtitle b {
    font-size: 3vw;
  }
  .slideshow-content .slideshow-button {
    padding: 5px 20px;
    margin-top: 3vw;
  }
}
@media (max-width: 767px) {
  
  .rt-slideshow .slick-slide img {
    min-height: 250px;
    object-fit: cover;
  }
  .slideshow-content {
    max-width: 52%;
    margin-left: 5% !important;
  }
  .slideshow-content .title1 {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
  .slideshow-content .subtitle {
    font-size: 2.4vw;
  }
  .slideshow-content .subtitle b {
    font-size: 4vw;
    margin-top: 1vw;
  }
  
  .slideshow-content .slideshow-button {
    line-height: 30px;
    padding: 0 15px;
    font-size: 2vw;
  }
  .slideshow-content .slideshow-button:after {
    font-size: 2vw;
    margin-left: 1vw;
  }
  .rt-slideshow .slick-arrow {
    display:none !important;
  }
}
@media (max-width:479px) {
  .rt-slideshow .slick-slide img {
    min-height: 220px;
    object-fit: cover;
  }
  .slideshow-content .title1 {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  .slideshow-content .title2 {
    font-size: 5.2vw;
  }
  .slideshow-content .subtitle {
    font-size: 3.4vw;
  }
  .slideshow-content .subtitle b {
    font-size: 6vw;
    margin-top: 1vw;
  }
  .slideshow-content .slideshow-button {
    line-height: 7vw;
    padding: 0 4vw;
    font-size: 2.8vw;
  }
  .slideshow-content .slideshow-button:after {
    font-size: 3vw;
  }
  
}

/*--------------------------------------------------------------
## Swatches variation
--------------------------------------------------------------*/
.woocommerce div.product form.cart .reset_variations {
  margin-left: 5px;
}
.with-swatches {
  display: flex;
  align-items: center;
}
.with-swatches #pa_color {
  display: flex;
}
.with-swatches select {
  display: none !important;
}
span.swatch {
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ebebeb;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 21px;
  position: relative;
}

.color-swatches span.swatch {
  width: 24px;
  height: 24px;
  text-indent: -99999px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #f0f0f0;
  margin: 3px;
}
.color-swatches span.swatch-style-square,
.color-swatches span.swatch-style-square.selected:before {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.color-swatches span.swatch.selected {
  position: relative;
}
.summary .color-swatches span.swatch {
  margin-left: 0;
  margin-right: 10px;
}
.color-swatches span.swatch[style="background-color:#ffffff;"] {
  border: 1px solid #ebebeb;
}
span.swatch.selected:before {
  content: "";
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border: 1px solid var(--primarycolor);
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  pointer-events:none;
}
.label-swatches span.swatch {
  color: #565959;
    border-color: #c0c0c0;
    font-weight: normal;
    padding: 4px 9px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-style: dashed;
}
.label-swatches span.swatch:hover {
  color: #0F1111;
}
.label-swatches span.swatch.selected {
  border-color: var(--primarycolor);
  color: #0F1111;
  border-style: solid;
  font-weight: 600;
}
.label-swatches span.swatch.selected:before {
  display:none;
}
.label-swatches span.swatch-style-2 {
  background: #1e1e1e;
  color: #fff;
}
.label-swatches span.swatch-style-2.selected {
  border-color: #313030;
  background: #fff;
  color: #313030;
}
.wc-layered-nav-term > .inner {
  display: flex;
  align-items: center;
}
.wc-layered-nav-term .layered-nav-link {
  display: flex !important;
  align-items: center;
}
.wc-layered-nav-term .layered-nav-link:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 1px;
  line-height: 12px;
  margin-right: 9px;
  text-align: center;
}
.wc-layered-nav-term.chosen .layered-nav-link:before {
  content: "\e95f";
  font-family: "roadthemes-icon";
  color: #fff;
  border-color: var(--primarycolor);
  background: var(--primarycolor);
}
.wc-layered-nav-term .layered-nav-link:hover:before {
  content: "\e95f";
  font-family: "roadthemes-icon";
}
.wc-layered-nav-term .filter-swatch {
  margin-right: 10px;
}
.wc-layered-nav-term .count {
  margin-left: 5px;
}
.wc-layered-nav-term .count:before {
  content: "(";
}
.wc-layered-nav-term .count:after {
  content: ")";
}
.wc-layered-nav-term  .filter-swatch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  
}
.wc-layered-nav-term  .filter-swatch span {
  font-size: 0;
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.wc-layered-nav-term .layered-nav-link:hover .filter-swatch,
.chosen .filter-swatch {
  border-color:#4d8bfb !Important;
}
/* swatches color type color */
.swatches-display-color {
  list-style:none;
  padding: 0;
  max-height: none !important;
  overflow: visible !important;
}
.swatches-display-color .wc-layered-nav-term {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 7px 0 !important;
}
.swatches-display-color .wc-layered-nav-term .layered-nav-link {
  position: relative;
}
.swatches-display-color .wc-layered-nav-term .layered-nav-link:before {
  display:none;
}
.swatches-display-color .wc-layered-nav-term .count {
  display:none;
}
.swatches-display-color .wc-layered-nav-term .swatch-inner {
  position: relative;
}
.swatches-display-color .wc-layered-nav-term .swatch-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.swatches-display-color .wc-layered-nav-term  .filter-swatch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 3px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.swatches-display-color .wc-layered-nav-term .layered-nav-link:hover .layer-term-name {
  opacity: 1;
}
.swatches-display-color .wc-layered-nav-term .layer-term-name {
  position: absolute;
  width: 90px;
  background: #fff;
  z-index: 999;
  border: 1px solid #ebebeb;
  padding: 5px;
  text-align: center;
  bottom: calc(100% + 10px);
  left: 50%;
  margin-left: -45px;
  color: #222;
  opacity: 0;
  pointer-events: none;
}
.swatches-display-color .layer-term-name-color {
  width: 100%;
  height: 80px;
  display: block;
  background-size: cover;
}
.swatches-display-color .wc-layered-nav-term .layer-term-name:before,
.swatches-display-color .wc-layered-nav-term .layer-term-name:after{
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: absolute;
  width: 0;
}
.swatches-display-color .wc-layered-nav-term .layer-term-name:before {
  border-color: #ebebeb transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 36px;
  bottom: -8px;
}
.swatches-display-color .wc-layered-nav-term .layer-term-name:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: 37px;
  bottom: -7px;
}
/*  swatches-display-color */
.swatches-display-color .filter-swatch span{
  width: 22px;
  height: 22px;
}
/* swatches list */

/* swatches-display-2columns */
.swatches-display-2columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.swatches-display-2columns > li {
  width: 50%;
}
/*  swatches-display-inline */
.swatches-display-inline li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.swatches-display-inline li:last-child {
  margin-right: 0;
}
/* shop swatches */
.product-inner .product-image .shop-swatches {
  background: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  bottom: -10px;
  z-index: 5;
  padding-top: 17px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-inner:hover .product-image .shop-swatches {
  bottom: 0;
  opacity: 1;
}
.shop-swatches {line-height: 1;display: block;margin-bottom: 5px;}
.shop-swatches .swatch {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.shop-swatches .swatch-color {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-bottom: 0;
  position: relative;
  margin: 3px;
}
.shop-swatches .swatch-color.selected:before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top:-3px;
  bottom: -3px;
  border: 1px solid var(--primarycolor);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.shop-swatches .swatch-color:after {
  display:none;
}
.shop-swatches .swatch-image {
  width: 25px;
  height: 25px;
  margin: 3px;
}
.shop-swatches .swatch-label {
  padding: 0 5px;
  font-weight: 400;
  text-transform: uppercase;
}
.shop-swatches .swatch-label:before {
  display:none;
}
.shop-swatches .swatch-label.selected {
  border-color: var(--primarycolor);
}
/***************************************
********** Js Composer CSS *************
***************************************/
.tab-content>.tab-pane:not(.active) {
  display: block;
    height: 0;
    overflow-y: hidden;
}

/***************************************
********** Bootstrap override *************
***************************************/
@media (max-width: 1199px){
  .container {
      max-width: 100% !important;
  }
}
@media (min-width: 768px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/***************************************
********** Carousel *************
***************************************/
.product-carousel{
  padding: 0 15px;
}

/***************************************
********** Close side  *************
***************************************/
.mixy-close-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,.7);
  transition: opacity .25s ease,visibility 0s ease .25s;
}
.mixy-close-side-open {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
    cursor: url(images/close.png),auto;
}
/*--------------------------------------------------------------
## Filter
--------------------------------------------------------------*/
.woo-active-filters {
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.woo-active-filters.hide {
  display:none;
}
.woo-active-filters .reset-filters {
  line-height: 34px;
  padding: 0 15px;
  background: #222;
  color: #fff;
  margin: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.woo-active-filters .reset-filters:hover {
  background: var(--primarycolor);
}
.woo-active-filters .actived_filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woo-active-filters > h5 {
  font-size: 1.6rem;
  margin: 0;
  padding: 5px;
}
.woo-active-filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
}
.woo-active-filters ul li {
  padding: 5px;
  float: left;
}
.woo-active-filters ul li a {
  line-height: 34px;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  display: inline-block;
  vertical-align: top;
}
.woo-active-filters ul li a:before {
  content: "\e941";
  font-family: "roadthemes-icon";
  font-size: 1.6rem;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.button-show-filter {
  float: right;
  padding: 0;
  background: transparent;
  color: var(--linkcolor);
  text-transform: capitalize;
  margin-right: 30px;
  line-height: 26px;
  padding: 7px 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-right: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 1em;
}
.filter-button-hide {
  display:none;
}
.button-show-filter i {
  margin-right: 5px;
  font-size: 2rem;
}
.button-show-filter:hover {
  background: transparent;
  color: var(--primarycolor);
}
@media (max-width: 991px) {
  .button-show-filter {
    display: flex;
  }
}
@media (max-width: 767px){
  .button-show-filter {
    padding-right: 0;
    border: 0;
    float:left;
  }
}
/* filter-top */
.filter-top .widget-area-side {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: 30px;
}

.filter-top .widget-area-side section {
  position: relative;
  border: 0;
  padding: 0;
  width: auto;
  margin: 0 15px 0 0;
}
.filter-top .widget-area-side section .widget-title {
  font-size: 1em;
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}
.filter-top .widget-area-side section .widget-title:after {
  content: "\e92b";
  font-family:"roadthemes-icon";
  display: inline-block;
  vertical-align: top;
  position: static;
  left: auto;
  bottom: auto;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 0.7rem;
  margin-left: 7px;
}
.filter-top .widget-area-side section .widget-title span {
  padding: 0;
}
.filter-top .widget-area-side section:hover .widget-title {
  background: var(--primarycolor);
  color: #fff;
  border-color: var(--primarycolor);
}

.filter-top .widget-area-side section:last-child {
  border-right: 0;
}
.filter-top .widget-area-side section > .widget-title + * {
  min-width: 255px;
  position: absolute;
  left: 0;
  top: 90%;
  border: 1px solid #ebebeb;
  padding: 20px 15px;
  list-style: none;
  z-index: 9;
  background: #fff;
  opacity: 0;
  visibility:hidden;
  pointer-events:none;
  margin: -1px 0 0 0;
  max-height: 300px;
  overflow-y: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.filter-top .widget-area-side section:hover > .widget-title + * {
  opacity: 1;
  visibility:visible;
  pointer-events:visible;
  top: 100%;
}
.filter-top .widget_layered_nav_filters {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 15px;
}
.filter-top .widget_layered_nav_filters .widget-title {
  border: 0;
  padding: 10px 0;
  margin-right: 5px;
}
.filter-top .widget_layered_nav_filters .widget-title:after {
  content:":";
  margin-left: 1px;
}
.filter-top .widget_layered_nav_filters ul {
  position: relative;
  left: auto;
  right: auto;
  top: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: visible !important;
  z-index: auto;
}
/* filter-side */
.filter-side {
  display: flex;
  flex-direction: column;
  position: fixed;
  background: #fff;
  padding: 30px;
  text-align: left;
  top: 0;
  bottom: 0;
  z-index: 100;
  left: -100%;
  width: 100%;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.filter-side.filter-open {
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .filter-side {
    padding: 20px 15px;
  }
}
/*--------------------------------------------------------------
## Icon loading
--------------------------------------------------------------*/
.mixy-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 100; 
}
.mixy-overlay .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute; 
}
.mixy-overlay .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); 
}
.mixy-overlay .spinner {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid; 
}
.tab-loading,.preloader-slideshow {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url(images/ajax_loader.gif) center no-repeat;
  z-index: 10000;
}
.preloader-slideshow {
  position: absolute;
}
.product-image.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.8) url(images/ajax_loader.gif) center no-repeat;
  z-index: 10;
}
@keyframes spin {
  100% {
    transform: rotate(360deg); }
}

/*--------------------------------------------------------------
## Theme Custom
--------------------------------------------------------------*/
/* fix gap elementor */
.col-gap-30 .elementor-container .elementor-row {
  width: calc(100% + 30px);
  margin: 0 -15px ;
}
.col-gap-30 .elementor-container .elementor-row .elementor-column {
  padding: 0 15px;
}

.col-gap-20 .elementor-container .elementor-row {
  width: calc(100% + 20px);
  margin: 0 -10px ;
}
.col-gap-20 .elementor-container .elementor-row .elementor-column {
  padding: 0 10px;
}

.col-gap-15 .elementor-container .elementor-row{
  width: calc(100% + 15px);
  margin: 0 -7.5px ;
}
.col-gap-15 .elementor-container .elementor-row .elementor-column {
  padding: 0 7.5px;
}

@media (max-width: 767px) {
  .col-gap-30 .elementor-container .elementor-row,
  .col-gap-20 .elementor-container .elementor-row, 
  .col-gap-15 .elementor-container .elementor-row{
    width: calc(100% + 10px);
    margin: 0 -5px;
   ;
  }
  .col-gap-30 .elementor-container .elementor-row .elementor-column,
  .col-gap-20 .elementor-container .elementor-row .elementor-column,
  .col-gap-15 .elementor-container .elementor-row .elementor-column {
    padding: 0 5px;
  }
}
/*------*/


.elementor-section {
  margin-bottom: var(--rowspace);
}
.rowspace {
  margin-bottom: var(--rowspace) !important;
}
.no-space-bottom {
  margin-bottom: calc(var(--rowspace) * -1) !important;
}
@media (max-width: 991px) {
 .rowspace-sm {
   margin-bottom: var(--rowspace);
 }
}
.background-full {
  padding: var(--rowspace) 0;
}
.color-primary {
  color: var(--primarycolor);
}
.bg-primary {
  background: var(--primarycolor);
}
.box-background {
  padding: var(--rowspace) 0;
}
.home .breadcrumb-title {
  display: none;
}


.background-full-top {
  margin-top: 3px;
  padding-top: calc(var(--rowspace) - 19px);
}
.background-full-bottom {
  padding-bottom: calc(var(--rowspace) - 15px);
  padding-top: calc(var(--rowspace) - 30px);
}
.woocommerce-products-header__title.page-title {
  margin-bottom: 25px;
}
.elementor-widget-rt_title {
  margin: 0 !important;
}
.elementor-widget-rt_title,.upsells > h3,.related > h3,.cross-sells > h3,.cart_totals > h2 {
    text-align: left;
}
.elementor-widget-rt_title > .elementor-widget-container,.upsells > h3,
.related > h3,.cross-sells > h3,.cart_totals > h2,
.title-group .rt-elementor-countdown {
  margin-bottom: 24px;
}
.title-container .title {
  margin: 0;
}
.title-container .title,.upsells > h3,
.related > h3,
.cross-sells > h3,.cart_totals > h2 {
  position: relative;
  line-height: 1;
}
.title-container  .description {
  margin-bottom: 0;
  margin-top: 7px;
}
.upsells,
.related.products,
.cross-sells {
  margin-top: var(--rowspace);
}

.title-group .elementor-widget-wrap>.elementor-element {
  width: auto;
}
.title-group .elementor-widget-rt_title {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .title-group {
    padding-right: 117px;
  }
}
/* static block */

.home-banner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.home-banner > a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.home-banner img {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.home-banner.animation1 a:hover img {
    -moz-transform: scale3d(1.05,1.05,1.05);
    -webkit-transform: scale3d(1.05,1.05,1.05);
    -o-transform: scale3d(1.05,1.05,1.05);
    -ms-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}
.home-banner.animation2:before {
    background: rgba(255,255,255,0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
    width: 0;
    pointer-events:none;
}
.home-banner.animation2:after {
    background: rgba(255,255,255,0.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    width: 0;
    pointer-events:none;
}
.home-banner.animation2:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}
.home-banner.animation2:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}
.home-banner.animation3:hover .banner-title {
  -webkit-animation: fadeInUp 500ms ease-in-out;
  -moz-animation: fadeInUp 500ms ease-in-out;
  -ms-animation: fadeInUp 500ms ease-in-out;
  animation: fadeInUp 500ms ease-in-out;
}
.home-banner.animation3:hover .banner-title2 {
  -webkit-animation: fadeInUp 700ms ease-in-out;
  -moz-animation: fadeInUp 700ms ease-in-out;
  -ms-animation: fadeInUp 700ms ease-in-out;
  animation: fadeInUp 700ms ease-in-out;
}
.home-banner.animation3:hover .banner-text {
  -webkit-animation: fadeInUp 900ms ease-in-out;
  -moz-animation: fadeInUp 900ms ease-in-out;
  -ms-animation: fadeInUp 900ms ease-in-out;
  animation: fadeInUp 900ms ease-in-out;
}
.home-banner.animation3:hover .banner-button {
  -webkit-animation: fadeInUp 1100ms ease-in-out;
  -moz-animation: fadeInUp 1100ms ease-in-out;
  -ms-animation: fadeInUp 1100ms ease-in-out;
  animation: fadeInUp 1100ms ease-in-out;
}
.home-banner.animation3 a:hover img {
    -moz-transform: scale3d(1.05,1.05,1.05);
    -webkit-transform: scale3d(1.05,1.05,1.05);
    -o-transform: scale3d(1.05,1.05,1.05);
    -ms-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}
.home-banner .banner-content {
  position: absolute;
  pointer-events: none;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  text-align: left;
  max-width: 100%;
}
.home-banner .banner-content .banner-title,
.home-banner .banner-content .banner-title2 {
  color: #1c1e22;
  font-size: 2.4rem;
  line-height: 1.16666;
  margin: 0;
}
.home-banner .banner-content .banner-title2 {
  font-weight: 600;
}
.home-banner .banner-content .banner-text {
  font-size: 2.4rem;
  color: #da2e1f;
  font-weight: 600;
  margin-top: 17px;
  font-family: var(--pricefont);
  line-height: 1;
}
.home-banner .banner-content .banner-button {
  pointer-events:visible;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  padding: 0 17px;
  background: #184d47;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 27px;
}
.home-banner .banner-content .banner-button:after {
  content: "\e992";
  font-family: 'roadthemes-icon';
  margin-left: 3px;
  font-weight: 400;
}
.home-banner .banner-content .banner-button:hover {
  background: var(--primarycolor);
  color: #fff;
}
@media (max-width: 1199px) {
  .home-banner .banner-content {
    left: 20px;
  }
  .home-banner .banner-content .banner-title,
  .home-banner .banner-content .banner-title2,
  .home-banner .banner-content .banner-text {
    font-size: 2vw;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.1);
  }
  .home-banner .banner-content .banner-text {
    margin-top: 1.5vw;
  }
  .home-banner .banner-content .banner-button {
    margin-top: 2.5vw;
  }
}
@media (max-width: 991px) {
  .home-banner .banner-content .banner-button {
    font-size: 1.4vw;
    line-height: 4vw;
    margin-top: 1.5vw;
  }
  .home-banner .banner-content {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .home-banner .banner-content .banner-title,
  .home-banner .banner-content .banner-title2,
  .home-banner .banner-content .banner-text {
    font-size: 3vw;
  }
  .home-banner .banner-content .banner-button {
    line-height: 5vw;
    font-size: 2vw;
    margin-top: 2.5vw;
  }
}
@media (max-width: 567px) {
  .home-banner .banner-content .banner-title,
  .home-banner .banner-content .banner-title2,
  .home-banner .banner-content .banner-text {
    font-size: 3.5vw;
  }
  
}
@media (max-width: 479px) {
  .home-banner .banner-content .banner-title,
  .home-banner .banner-content .banner-title2,
  .home-banner .banner-content .banner-text {
    font-size: 4vw;
  }
  .home-banner .banner-content .banner-button {
    line-height: 6vw;
    font-size: 2.4vw;
  }
  .home-banner .banner-content .banner-text {
    margin-top: 2vw;
  }
  .home-banner .banner-content .banner-button {
    margin-top: 3vw;
  }
}
.banner1_mixy1 {
  text-align: center;
}
.banner2_mixy1 {
  text-align: center;
}
.banner2_mixy1 .banner-content .banner-title2 {
  font-size: 2.2rem;
}
.banner2_mixy1 .banner-content .banner-text {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .banner2_mixy1 .banner-content .banner-title2 {
    font-size: 1.8vw;
  }
  .banner2_mixy1 .banner-content .banner-text {
    margin-top: 1.5vw;
  }
}
@media (max-width: 767px) {
  .banner2_mixy1 .banner-content .banner-title2 {
    font-size: 2rem;
  }
  .banner2_mixy1 .banner-content .banner-text {
    font-size: 2.2rem;
    margin-top: 1vw;
  }
}
@media (max-width: 479px) {
  .banner2_mixy1 .banner-content .banner-title2 {
    font-size: 4.2vw;
  }
  .banner2_mixy1 .banner-content .banner-text {
    font-size: 4.4vw;
    margin-top: 2vw;
  }
}
.banner3_mixy1 {
  text-align: center;
}
.banner3_mixy1 .banner-content .banner-title {
  font-weight: 300;
}
.banner3_mixy1 .banner-content .banner-text {
  font-size: 2.6rem;
  margin-top: 11px;
}
@media (max-width: 1199px) {
  .banner3_mixy1 .banner-content .banner-text {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .banner3_mixy1 .banner-content .banner-text {
    font-size: 3.2vw;
  }
}
@media (max-width: 567px) {
  .banner3_mixy1 .banner-content .banner-text {
    font-size: 3.7vw;
  }
}
@media (max-width: 479px) {
  .banner3_mixy1 .banner-content .banner-text {
    font-size: 4.4vw;
    margin-top: 1vw;
  }
}
.banner1_mixy2 {
  text-align: center;
}
.banner1_mixy2 .elementor-widget:not(:last-child) {
  margin-bottom: 30px;
}

.banner1_mixy2 .banner-content .banner-title1,
.banner1_mixy2 .banner-content .banner-title2{
  font-size: 3rem;
}
.banner1_mixy2 .banner-content .banner-text {
  font-size: 1.6rem;
  color: #1c1e22;
  font-family: inherit;
  font-weight: 400;
  margin-top: 10px;
}
.banner1_mixy2 .banner-content .banner-button {
  color: #184d47;
  background: #fff;
  line-height: 32px;
  font-size: 1.2rem;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .banner1_mixy2 .banner-content .banner-title1,
  .banner1_mixy2 .banner-content .banner-title2{
    font-size: 2.4rem;
  }
}
.banner_module {
  text-align: center;
}
.banner_module .banner-content {
  text-align: left;
  left: 29px;
  top: 25px;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner_module .banner-content .banner-title, 
.banner_module .banner-content .banner-title2 {
  color: #fff;
}
.banner_module .banner-content .banner-title {
  font-size: 2rem;
  margin-bottom: 3px;
}
.banner_module .banner-content .banner-title2 {
  font-size: 2.4rem;
}
.banner_module .banner-content .banner-button {
  margin-top: 20px;
  background: #fff;
  color: #1c1e22;
}
@media (min-width: 992px) {
  .banner_module .home-banner > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.banner_module_2 .home-banner > a {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.banner_module_2 .home-banner .banner-content {
  text-align: left;
  top: 36px;
  left: 29px;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner_module_2 .home-banner .banner-content .banner-title {
  color: #da2e1f;
  font-size: 1.8rem;
  margin-bottom: 11px;
}
.banner_module_2 .home-banner .banner-content .banner-title2,
.banner_module_2 .home-banner .banner-content .banner-text {
  font-size:2.4rem;
  font-weight: 400;
  color: #1c1e22;
  font-family: inherit;
}
.banner_module_2 .home-banner .banner-content .banner-text {
  font-weight: 600;
  margin: 2px 0 0;
}
.banner_module_2 .banner-content .banner-button {
  margin-top: 25px;
}
/* menu-module-categories-container */
.menu-module-categories-container ul {
  list-style:none;
  padding: 0;
  margin: 0;
}
.menu-module-categories-container ul li:not(:last-child) {
  margin-bottom: 6px;
}
.menu-module-categories-container ul li a {
  display: block;
  line-height: 30px;
  color: #3b3d42;
}
.menu-module-categories-container ul li a:hover {
  color: var(--primarycolor);
}
.banner2_mixy3 .line {
  position: absolute;
  right: -215px;
  top: 46px;
  margin: 0;
}
.banner2_mixy3 .elementor-text-editor p:last-child {
  margin: 0;
}
.banner3_mixy3 .banner-content {
  text-align: center;
  left: 10.5%;
}
.banner3_mixy3 .banner-content .banner-title, 
.banner3_mixy3 .banner-content .banner-title2 {
  font-size: 3.2rem;
  color: #fff;
}
.banner3_mixy3 .banner-content .banner-button {
  background: #fff;
  color: #184d47;
}
@media (max-width: 991px) {
  .banner3_mixy3 .banner-content .banner-title, 
  .banner3_mixy3 .banner-content .banner-title2 {
    font-size: 3vw;
    color: #fff;
  }
  .banner3_mixy3 .banner-content {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .banner3_mixy3 img {
    min-height: 120px;
    object-fit: cover;
  }
}
@media (max-width: 479px) {
  .banner3_mixy3 .banner-content .banner-title, 
  .banner3_mixy3 .banner-content .banner-title2 {
    font-size: 4.2vw;
  }
  .banner3_mixy3 .banner-content {
    left: 5%;
  }
}
.banner2_mixy4 {
  text-align: center;
}
.banner2_mixy4 .home-banner > a {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.banner2_mixy4 .banner-content {
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.banner2_mixy4 .banner-content .banner-title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
}
.banner2_mixy4 .banner-content .banner-title2 {
  color: #fff;
  font-size: 6.6rem;
  font-weight: 600;
}
.banner2_mixy4 .banner-content .banner-text {
  font-size: 3.2rem;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  margin-top: 21px;
}
.banner2_mixy4 .banner-content .banner-button {
  line-height: 30px;
  padding: 10px 25px;
  background: var(--primarycolor);
  font-size: 1.3rem;
  margin-top: 57px;
}
.banner2_mixy4 .banner-content .banner-button:hover {
  opacity: 0.9;
}
@media (max-width: 1199px) {
  .banner2_mixy4 .banner-content .banner-title {
    font-size: 2.4vw;
  }
  .banner2_mixy4 .banner-content .banner-title2 {
    font-size: 3.3vw;
  }
  .banner2_mixy4 .banner-content .banner-text {
    font-size: 1.6vw;
    margin-top: 1.5vw;
  }
  .banner2_mixy4 .banner-content .banner-button {
    margin-top: 3vw;
    line-height: 2.4vw;
    padding: 1vw 2.5vw;
  }
}
@media (max-width: 991px) {
  .banner2_mixy4 .banner-content .banner-title {
    font-size: 2.8vw;
  }
  .banner2_mixy4 .banner-content .banner-title2 {
    font-size: 3.6vw;
  }
  .banner2_mixy4 .banner-content .banner-text {
    font-size: 2vw;
    margin-top: 1.5vw;
  }
  .banner2_mixy4 .banner-content .banner-button {
    margin-top: 3vw;
    line-height: 2.4vw;
    padding: 1vw 2.5vw;
  }
}
@media (max-width: 767px) {
  .banner2_mixy4 .banner-content .banner-title {
    font-size: 5vw;
  }
  .banner2_mixy4 .banner-content .banner-title2 {
    font-size: 8vw;
  }
  .banner2_mixy4 .banner-content .banner-text {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .banner2_mixy4 .banner-content .banner-button {
    margin-top: 5vw;
    line-height: 5vw;
    padding: 1vw 4vw;
  }
}
@media (max-width: 479px) {
  .banner2_mixy4 .banner-content .banner-title {
    font-size: 6vw;
  }
  .banner2_mixy4 .banner-content .banner-title2 {
    font-size: 10vw;
  }
  .banner2_mixy4 .banner-content .banner-text {
    font-size: 5vw;
    margin-top: 2vw;
  }
  .banner2_mixy4 .banner-content .banner-button {
    margin-top: 5vw;
    line-height: 7vw;
    padding: 1vw 5vw;
  }
}
/* policy-block */
@media (max-width: 767px) {
  .policy-block .elementor-icon-box-wrapper {
    text-align: center !important;
  }
  .policy-block .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 400px) {
  .policy-block .elementor-column {
    width: 100% !important;
  }
}
/* instagram */
#sb_instagram {position: relative;}
#sb_instagram #sbi_load {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  pointer-events: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sb_instagram .sbi_follow_btn a {
  color: #313030;
  background: #fff;
  pointer-events: visible;
  font-size: 1.6rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 28px;
  margin: auto;
}
#sb_instagram .sbi_follow_btn a svg {
  height: 28px !important;
  vertical-align: middle;
}
/* brand logo */
.brand-logo {
  text-align: center;
}
.brand-logo .slick-track {
  display: flex;
  align-items: center;
}
.brand-logo .slick-list {
  margin: 0 -35px;
}
.brand-logo .slick-list .slick-slide {
  padding: 0 35px;
}
.brand-logo a {
  display: block;
}
.brand-logo a:hover {
  opacity: 0.82;
}
@media (max-width: 1199px) {
  .brand-logo .slick-list {
    margin: 0 -35px;
  }
  .brand-logo .slick-list .slick-slide {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .brand-logo .slick-list {
    margin: 0 -25px;
  }
  .brand-logo .slick-list .slick-slide {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .brand-logo .slick-list {
    margin: 0 -15px;
  }
  .brand-logo .slick-list .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .brand-logo .slick-list {
    margin: 0 -10px;
  }
  .brand-logo .slick-list .slick-slide {
    padding: 0 10px;
  }
}
/* rt-testimonial */
.testimonials-full {
  padding: var(--rowspace) 0;
  background: #eee9e6;
}
.rt-testimonial .testimonial-item .inner {
  background: #fff;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 40px;
}
.rt-testimonial .testimonial-item .image-box {
  display: flex;
  margin-bottom: 37px;
  align-items: center;
}
.rt-testimonial .testimonial-item .image-box:after {
  content: "\e990";
  font-family: "roadthemes-icon";
  font-size: 4.8rem;
  color: #e0e0e0;
  text-align: right;
  flex: 1 1 auto;
}
.rt-testimonial .testimonial-item .tes-image {
  margin-right: 12px;
}
.rt-testimonial .testimonial-item .author {
  text-align: left;
}
.rt-testimonial .testimonial-item .author .tes-name {
  margin-bottom: 1px;
  font-weight: 600;
  color: #1d1e22;
  font-size: 1.6rem;
}
.rt-testimonial .testimonial-item .author .tes-title {
  margin: 0;
  font-size: 1.4rem;
  color: #1d1e22;
}
.rt-testimonial .testimonial-item .tes-content {
  margin: 0;
  font-size: 1.6rem;
  color: #1d1e22;
  line-height: 1.56;
  position: relative;
}

@media (max-width: 479px) {
  .rt-testimonial .testimonial-item .inner {
    padding: 30px;
  }
}
/* testimonial layout-2 */
.rt-testimonial .slick-list {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.layout-2.rt-testimonial .testimonial-item:is(
:nth-child(1),:nth-child(4),:nth-child(7),:nth-child(10),:nth-child(13),:nth-child(16)
) .inner{
  background: #f5edeb;
}
.layout-2.rt-testimonial .testimonial-item:is(
:nth-child(2),:nth-child(5),:nth-child(8),:nth-child(11),:nth-child(14),:nth-child(17)
) .inner{
  background: #f5f3eb;
}
.layout-2.rt-testimonial .testimonial-item:is(
:nth-child(3),:nth-child(6),:nth-child(9),:nth-child(12),:nth-child(15),:nth-child(18)
) .inner{
  background: #ebf4f5;
}
.layout-2.rt-testimonial .testimonial-item .inner {
  text-align: center;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.layout-2.rt-testimonial .testimonial-item:hover .inner {
  transform: translate(10px, -10px);
}
.layout-2.rt-testimonial .testimonial-item {
  position: relative;
}

.layout-2.rt-testimonial .testimonial-item:hover:before {
  content: "";
  position: absolute;
  border: 1px solid var(--primarycolor);
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: -1;
  pointer-events: none;
  background: transparent;
}
.layout-2.rt-testimonial .testimonial-item .image-box {
  margin-bottom: 0;
  margin-bottom: 26px;
}
.layout-2.rt-testimonial .testimonial-item .image-box:after {
  display:none;
}
.layout-2.rt-testimonial .testimonial-item .tes-content:after {
  content: "\e98f";
  font-family: 'roadthemes-icon';
  display: block;
  font-size: 3.6rem;
  color: var(--primarycolor);
  line-height: 1;
  margin-top: 19px;
}

/* slick css */

.slick-arrow {
  position: absolute;
  top: 50%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  padding: 0;
  color: #616366;
  background: #fff;
  z-index: 3;
  opacity: 0;
  border: 0;
  outline: none !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-box-shadow: var(--boxshadow);
    box-shadow: var(--boxshadow);
}
.slick-arrow:hover {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
  color: #fff;
}
.slick-arrow:before {
  content:"";
  font-family: "roadthemes-icon";
  font-size: 1.8rem;
}
.slick-arrow.slick-prev:before {
  content: "\e991";
}
.slick-arrow.slick-next:before {
  content: "\e992";
}
.slick-disabled {
  cursor: not-allowed !important;
}

.slick-arrow.slick-prev {
  left: 5px;
}
.slick-arrow.slick-next {
  right:5px;
}
.slick-slider:hover .slick-arrow.slick-prev {
  opacity: 1;
  left: 0;
}
.slick-slider:hover .slick-arrow.slick-next {
  opacity: 1;
  right: 0;
}
.slick-arrow.slick-prev {
  left: -5px;
}
.slick-arrow.slick-next {
  right:-5px;
}
.slick-slider:hover .slick-arrow.slick-prev {
  opacity: 1;
  left: -15px;
}
.slick-slider:hover .slick-arrow.slick-next {
  opacity: 1;
  right: -15px;
}
.nav-style-2 .slick-slider .slick-arrow {
  position: absolute;
  top: -66px;
  right: 0 !important;
  left: auto !important;
  opacity: 1;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e5e5e5;
}
.nav-style-2 .slick-slider .slick-arrow:before {
  font-size: 1.5rem;
}
.nav-style-2 .slick-slider .slick-arrow:hover {
  color: #fff;
  border-color: var(--primarycolor);
  background-color: var(--primarycolor);
}

.nav-style-2 .slick-slider .slick-arrow.slick-prev {
  right: 44px !Important;
}
.nav-style-3 .product-widget .slick-arrow {
  position: static;
  opacity: 1;
  margin-top: 40px;
  order: 2;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav-style-3 .product-widget .slick-prev.slick-arrow {
  margin-right: 10px;
}
.nav-style-3 .product-widget {
  position: relative;
}
.nav-style-3.has-arrow .product-widget:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #ebebeb;
  right: 0;
  left: 120px;
  bottom: 25px;
}
.nav-style-3 .slick-slider {
  display: flex;
}
.nav-style-3 .slick-slider > .slick-list,
.nav-style-4 .slick-slider > .slick-list {
  flex: 1 1 auto;
}
.nav-style-4 .slick-slider {
  display: flex;
  justify-content: center;
}
.nav-style-4 .product-widget .slick-arrow {
  position: static;
  opacity: 1;
  margin-top: 47px;
  order: 2;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav-style-4 .product-widget .slick-arrow.slick-disabled,
.nav-style-4 .product-widget .slick-arrow.slick-disabled:before {
  opacity: 0.5;
}
.nav-style-4 .product-widget .slick-prev.slick-arrow {
  margin-right: 10px;
}
.nav-style-4.has-arrow .product-widget:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(49,48,48,0.07);
  right: 0;
  left: 0;
  bottom: 25px;
}
.nav-style-4.has-arrow .product-widget:before {
    content: "";
    width: 130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    z-index: 2;
    bottom: 25px;
}
@media (max-width: 767px) {
  .nav-style-4.has-arrow .product-widget:after {
    bottom: 20px;
  }
  .nav-style-4.has-arrow .product-widget:before {
    bottom: 20px;
  }
}
@media (min-width: 1520px) {
  .slick-arrow.slick-prev {
    left: -25px;
  }
  .slick-arrow.slick-next {
    right: -25px;
  }
  .slick-slider:hover .slick-arrow.slick-prev {
    left: -25px;
    opacity: 1;
  }
  .slick-slider:hover .slick-arrow.slick-next {
    right: -25px;
    opacity: 1;
  }
}
@media (min-width: 1580px) {
  .slick-arrow.slick-prev {
    left: -55px;
  }
  .slick-arrow.slick-next {
    right: -55px;
  }
  .slick-slider:hover .slick-arrow.slick-prev {
    left: -65px;
    opacity: 1;
  }
  .slick-slider:hover .slick-arrow.slick-next {
    right: -65px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  
  .slick-slider:hover .slick-arrow.slick-prev {
    opacity: 1;
    left: -10px;
  }
  .slick-slider:hover .slick-arrow.slick-next {
    opacity: 1;
    right: -10px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-width: 1px;
  }
  .slick-arrow:before {
    font-size: 1.4rem;
  }
  .nav-style-3 .product-widget:after {
    bottom: 20px;
    left: 100px;
  }
  .nav-style-3 .product-widget .slick-arrow {
    margin-top: 20px;
  }
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-dots {
  list-style:none;
  padding: 0;
  text-align: center;
  position: static;
  margin-top: 20px;
  line-height: 1;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px !important;
  width: auto;
  height: auto;
  line-height: 1;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  padding: 0;
  font-size: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  outline: none !important;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.slick-dots li button:before {
  display:none;
}
.slick-dots li button:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #1c1e22;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.slick-dots li.slick-active button {
  border-color: var(--primarycolor);
  
}
.slick-dots li button:hover:after,
.slick-dots li.slick-active button:after {
  background-color: var(--primarycolor);
}
/* slick-slider */
.site-main .slick-list {
  margin: 0 -15px;
}
.slick-list .slick-slide {
  padding: 0 15px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slick-list .slick-slide.slick-active {
  opacity: 1;
}
.products-wrapper .slick-list .slick-slide > div:not(:first-child) {
  margin-top: 33px;
}
.small-image .slick-list .slick-slide > div:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .site-main .slick-list {margin: 0 -5px;}
  .slick-list .slick-slide {padding: 0 5px;margin: 0;}
}

.products-wrapper.slick-slider {
  margin: 0 !Important;
}
.product-layout-vertical .product-gallery__wrapper.row{
    margin: 0 -10px;
}
.product-layout-vertical .product-gallery__wrapper .col1,
.product-layout-vertical .product-gallery__wrapper .col2 {
  padding: 0 10px;
}
.slick-vertical .slick-list {
  margin: 0 !important;
}
.slick-vertical .slick-list .slick-slide {
  padding: 0 !Important;
  margin-bottom: 8px;
}
.slick-vertical .slick-arrow:before {
  font-size: 2.2rem
}
.slick-vertical .slick-arrow {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 30px;
  line-height: 30px;
}
.slick-vertical .slick-arrow.slick-prev {
  left: 0 !important;
  right: 0 !important;
  top: -20px;
  margin: auto;
}
.slick-vertical .slick-arrow.slick-next {
  left: 0 !important;
  right: 0 !important;
  top: auto;
  bottom: -20px;
  margin: auto;
}
.slick-vertical .slick-arrow.slick-prev:before {
  content: "\e92e";
}
.slick-vertical .slick-arrow.slick-next:before {
  content: "\e92b";
}
.slick-slider-block:not(.slick-initialized),
.slider-layout:not(.slick-initialized),
.product-thumbnails:not(.slick-initialized) {
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block !important;
}
.slick-slider-block:not(.slick-initialized) > *,
.slider-layout:not(.slick-initialized) > *,
.product-thumbnails:not(.slick-initialized) > * {
    display: inline-block !important;
    white-space: normal !important;
    vertical-align: top;
    padding: 0 15px;
}
.slider-layout:not(.slick-initialized) > * {
  padding: 0;
}
.product-thumbnails:not(.slick-initialized) > * {
  padding: 0 5px;
}
@media (max-width: 767px) {
    .slick-slider-block:not(.slick-initialized) > * {
      padding: 0 5px;
  }
}
@media (min-width: 0px) {
  .column-mobile-1:not(.slick-initialized) > * {
    width: 100%;
  }
  .column-mobile-2:not(.slick-initialized) > * {
    width: 50%;
  }
  .column-mobile-3:not(.slick-initialized) > * {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .column-tablet-1:not(.slick-initialized) > * {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .column-tablet-2:not(.slick-initialized) > * {
    width: 50%;
  }
  .column-tablet-3:not(.slick-initialized) > * {
    width: 33.33333%;
  }
  .column-tablet-4:not(.slick-initialized) > * {
    width: 25%;
  }
  .column-tablet-5:not(.slick-initialized) > * {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media (min-width: 992px) {
  .column-desktop-1:not(.slick-initialized) > * {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .column-desktop-2:not(.slick-initialized) > * {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .column-desktop-3:not(.slick-initialized) > * {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .column-desktop-4:not(.slick-initialized) > * {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .column-desktop-5:not(.slick-initialized) > * {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .column-desktop-6:not(.slick-initialized) > * {
    max-width: 16.666666%;
    -ms-flex-preferred-size: 16.666666%;
    flex-basis: 16.666666%;
  }
  .column-desktop-7:not(.slick-initialized) > * {
    max-width: 14.285%;
    -ms-flex-preferred-size: 14.285%;
    flex-basis: 14.285%;
  }
  .column-desktop-8:not(.slick-initialized) > * {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}

/* button close */
.side-close-icon {
  position: absolute;
  z-index: 8;
  font-size: 2.4rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 0;
  right: 0;
  text-align: center;
  color: #222 !important;
  cursor: pointer;
  text-decoration: none !important;
}
.side-close-icon:hover {
  color: red !important;
  background: transparent !Important;
}
/*----------*/
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
}

.product-images__trigger {
  font-size: 3.5rem;
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 99;
  background: #f1f1f1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
}
.rt-product-stock {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: 100%;
  max-width: 400px;
  margin: 20.47px 0 0 0;
}
.rt-product-stock .stock-count {
  font-weight: 600;
  color: #1c1e22;
}
.rt-product-stock .stock-line {
  height: 14px;
  flex-basis: 100%;
  background: #eeeeee;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-bottom: 8px;
}
.rt-product-stock span.stock-line-inner {
  display: block;
  height: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: rgb(218,48,30);
  background: linear-gradient(90deg, rgba(218,48,30,1) 0%, rgba(238,135,13,1) 50%, rgba(254,202,0,1) 100%);
}
.product-grid .rt-product-stock .stock-line {
  height: 6px;
  margin-bottom: 15px;
}
.product-grid .rt-product-stock {
  font-size: 1.2rem;
  justify-content: space-between;
  margin-top: 24px;
  line-height: 1;
}
.product-grid .rt-product-stock .stock-count {
  font-size: 1.4rem;
}
.product-grid .rt-product-stock .stock-out,
.product-grid .rt-product-stock .stock-in {
  margin-top: 5px;
}
@media (min-width: 360px) and (max-width: 479px) {
  .product-grid .rt-product-stock .stock-count {
    font-size: inherit;
  }
}
/* categories-module */
.categories-container {
  text-align: center;
}
.categories-container .name {
  margin-bottom: 25px;
}
.categories-container .category-image img {
  display: inline-block;
  vertical-align: top;
}

.categories-container .category-content .count {
  line-height: 36px;
  padding: 0 21px;
  background: var(--primarycolor);
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 0;
}

.categories-container .category-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.categories-container .category-content ul li a {
  display: block;
  line-height: 24px;
  color: var(--textcolor);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.categories-container .category-content ul li a:hover {
  margin-left: 7px;
  color: var(--primarycolor);
}
.categories-container .category-content .link {
  background: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1.3rem;
  color: #253237;
  text-transform: uppercase;
  padding: 0 17px;
  line-height: 32px;
  margin-top: 23px;
  display: inline-block;
  vertical-align: top;
}
.categories-container .category-content .link:hover {
  background: var(--primarycolor);
  color: #fff;
}
.categories-container .category-image > a {
  display:inline-block;
  vertical-align: top;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
}
.categories-container .style1 .category-image > a:hover {
  border: 6px solid var(--primarycolor);
  padding: 12px;
}
/* style2 (list)*/

.categories-container .style2 {
  display:flex;
  align-items: center;
  min-height: 148px;
  text-align: left;
}
.categories-container .style2 .category-image {
  flex: 0 0 39.91%;
  max-width: 39.91%;
  order: 2;
  text-align: right;
}
.categories-container .style2 .category-content {
  order: 1;
  padding: 0 15px 0 0;
  flex: 1 1 auto;
}
.categories-container .style2 .category-content .name {
  margin-bottom: 0;
}
.categories-container .style2 .category-content .count {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
  margin-top: 14px;
  background: transparent;
  padding: 0;
  color: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/*--------------------------------------------------------------
## Product Label
--------------------------------------------------------------*/

.product-labels .label-p-left + .product-label {
  left: auto;
  right: 0;
}
.product-labels .label-p-right + .product-label {
  right: auto;
  left: 0;
}
.product-label {
    padding: 0 10px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    text-align: center;
    font-size: 1.3rem;
    font-family: var(--pricefont);
    font-weight: var(--price_fontweight);
}

.product-label.label-p-left {
  right: auto;
  left: 20px;
}
.product-label.label-p-right {
  right: 20px;
  left: auto;
}
@media (max-width:567px) {
  .product-label {
    top: 10px;
    left: 10px;
  }
  .product-label.label-p-left {
    left: 10px;
  }
  .product-label.label-p-right {
    right: 10px;
  }
}
.label-d-circle {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label-d-elip {
  min-width: 48px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product-label.specific-label-image {
  padding: 0;
}
.product-label.specific-label-image img,
.woocommerce .product-label.specific-label-image img {
  width: 33px;
}

.woocommerce-product-gallery .product-label.specific-label-image img,
.woocommerce .woocommerce-product-gallery .product-label.specific-label-image img {
  width: 60px;
}
@media (max-width: 767px) {
  .woocommerce-product-gallery .product-label.specific-label-image img,
  .woocommerce .woocommerce-product-gallery .product-label.specific-label-image img {
    width: 40px;
  }
}

.product-label.label-has-hover {
  display: flex;
  align-items: center;
  max-height: 60px;
}
.product-label.label-has-hover img {
  max-height: 100%;
  width: auto !important;
}
.product-label.label-has-hover:hover {
  z-index: 6;
}
.product-label.label-has-hover span {
  opacity: 0;
  margin-left: -15px;
  color: #222;
  padding: 5px 15px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  pointer-events: none;
}
.product-label.label-has-hover:hover span {
  opacity: 1;
  margin-left: 10px;
}
.product-label.label-has-hover span:before,
.product-label.label-has-hover span:after{
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: absolute;
  width: 0;
}
.product-label.label-has-hover span:before {
  border-color: transparent #ebebeb transparent transparent;
  border-width: 8.5px 8px 8.5px 0;
  left: -8px;
  top: 50%;
  margin-top: -8.5px;
}
.product-label.label-has-hover span:after {
  border-color: transparent #fff transparent transparent;
  border-width: 7.5px 7px 7.5px 0;
  left: -7px;
  top: 50%;
  margin-top: -7.5px;
}
.product-label.label-has-hover.label-p-right span {
  order: 1;
  margin-left: 0;
  margin-right: -15px;
}
.product-label.label-has-hover.label-p-right img {
  order: 2;
}
.product-label.label-has-hover.label-p-right:hover span {
  margin-right: 10px;
}
.product-label.label-has-hover.label-p-right span:before {
  border-color: transparent  transparent transparent #ebebeb;
  border-width: 8.5px 0 8.5px 8px;
  left: auto;
  right: -8px;
  top: 50%;
  margin-top: -8.5px;
}
.product-label.label-has-hover.label-p-right span:after {
  border-color: transparent  transparent transparent #fff;
  border-width: 7.5px 0 7.5px 7px;
  left: auto;
  right: -7px;
  top: 50%;
  margin-top: -7.5px;
}

.label-d-trapezium:after {
  content:"";
  border: 10px solid transparent;
  position: absolute;
  left: 100%;
}
/*--------------------------------------------------------------
## Product Style
--------------------------------------------------------------*/

.border-box-custom {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.border-box-custom .nav-style-2 .slick-slider .slick-arrow {
  top: -46px;
}
@media (min-width: 992px) {
  .border-box-custom-2 .border-box .slick-slider-block {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .border-box-custom .col-image {
    text-align: center;
  }
}
.border-box-custom .border-box .slick-slider-block {
  border: 0;
}
.border-box.style2  .slick-slider-block {
  border: 2px solid #da2e1f;
}
.border-box.style2 .single-item:hover:after {
  display:none;
}
.border-box .slick-slider-block {
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.border-box .slick-slider-block.slick-item-less {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.border-box .slick-list .slick-slide > div:not(:first-child) {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
.border-box .slick-list {
 
  z-index: 1;
  margin: -15px;
  padding: 15px;
}
.border-box .slick-list .slick-track {
  display: flex;
}
.border-box .slick-slider-block.slick-item-less .slick-track{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.border-box .slick-list .slick-slide {
  height: auto;
  position: relative;
  padding: 0;
}
.border-box .slick-list .single-item,
.archive-products-wrapper .woocommerce .single-item {
    padding: 20px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
}
.border-box .slick-list .slick-slide:not(.slick-current):before {
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
}
.border-box .single-item:hover {
  z-index: 15;
}

.border-box .single-item:hover:after {
  background: #fff;
  z-index: -1;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #a8b2b5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
.border-box .slick-dots {
  position: absolute;
  bottom: -30px;
}
@media (max-width: 568px) {
  .border-box .slick-list .single-item, 
  .archive-products-wrapper .single-item {
     padding: 10px;
  }
}
.product-inner {
  position: relative;
  
}
.product-inner .product-image {
  position: relative;
  text-align: center;
}
.product-inner .product-image > .image {
  position: relative;
}
.product-inner .product-image > .image  a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.product-inner .product-image img {
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
}

.product-inner .product-image .product_thumbnail_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
    opacity: 0;

}
.product-inner .product-image > .image a:hover .product_thumbnail_hover {
    z-index: 1;
    opacity: 1;
}
.product-inner .onsale {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: capitalize;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  font-weight: 700;
  background: #eb2606;
}
.product-inner .product-title {
  margin-bottom: 10px;
}
.product-inner .product-title > * {
  font-weight: 500;
  outline: 0;
  line-height: 1.4286;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-inner .product-title > * a {
  outline:none !Important;
}
.product-inner .product-content {
  position: relative;
  padding-top: 19px;
  padding-bottom: 14px;
}
.product-inner .product-content > .inner {
  position: relative;
}
.product-brand,.product-content .product-category {
  line-height: 1;
  margin-bottom: 8px;
}
.product-brand .pwb-brands-in-loop a,.product-content .product-category > a{
  text-transform: uppercase;
  color: var(--primarycolor);
  font-weight: 700;
  font-size: 1.3rem;
}
.product-brand .pwb-brands-in-loop a:hover,.product-content .product-category > a:hover {
  text-decoration: underline;
}

#yith-wcwl-popup-message {
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    background: #fff;
    border: none;
    border-radius: 0;
    color: green;
    padding: 0 20px;
    border: 1px solid #ebebeb;
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.compare-button a.compare.added {
  background: #1d1d1d;
  border: none;
}
.product-rating {
  line-height: 1;
  margin: 0 0 13px 0;
}

.box-price .product-price {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.price {
  color: #707070;
  display: flex;
  line-height: 1;
  font-weight: 400;
  font-size: 1.8rem;
  align-items: flex-end;
  flex-wrap: wrap;
}
.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  font-weight: inherit !important;
}
.price del,
.woocommerce div.product span.price del {
  font-weight: 400;
  margin-right: 5px;
  opacity: 1;
  color: #a3a3a3;
  font-size: 1.5rem;
}
.woocommerce ul.cart_list li .star-rating, 
.woocommerce ul.product_list_widget li .star-rating {
  display: block;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce .product-inner .star-rating,
.woocommerce-page .product-inner .star-rating {
  display: inline-block;
  margin: 0;
  position: relative;
  line-height: 1;
  vertical-align: top;
  float: none;
  width: 83px;
  height: 15px;
  float: none !important;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: '\e915\e915\e915\e915\e915';
  color: #d2d2d2;
  font-family: "roadthemes-icon";
  font-size: 1.5rem;
  letter-spacing: 2px;
  display: block;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  height: 100%;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: '\e915\e915\e915\e915\e915';
  font-family: "roadthemes-icon";
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #fecb00;
  right: 0;
}
.yith-wcwl-add-to-wishlist {
  margin: 0;
}
.yith-wcwl-icon {
  display:none;
}
.product-inner .action-links a:before,
.product-inner .quickview .btn-quickview:before,
.summary .yith-wcwl-add-to-wishlist a:before, 
.summary a.compare:before {
  content:"\e907";
  font-family: "roadthemes-icon";
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.product-inner .action-links .product-cart a:before {
  font-size: 2.5rem;
}
.product-inner .yith-wcwl-add-to-wishlist a:before{
  content:"\e90a";
}
.summary .yith-wcwl-add-to-wishlist a:before {
  content:"\e90a";
}
.product-inner .yith-wcwl-add-to-wishlist a i.yith-wcwl-icon {
  display:none;
}
.product-inner .action-links a.compare:before,
.summary a.compare:before {
  content: "\e912";
}
.product-inner .quickview .btn-quickview:before {
  content: "\e91f";
}
.product-inner  a.added_to_cart.wc-forward {
  display: none !important;
}
.product-inner .product-image .product-quickview {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
.product-inner .product-image .product-quickview .btn-quickview {
  opacity: 0;
}
.product-inner .product-image:hover .product-quickview .btn-quickview {
  opacity: 1;
}


 .product-inner .product-image .action-links {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.product-inner:hover .product-image .action-links {
  opacity: 1;
}
 .product-inner .action-links > ul {
  list-style:none;
  padding: 0;
  margin: 0;

}
.product-inner .action-links > ul > li {
  display: block;
}
.product-inner .action-links > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.product-inner .action-links ul li:last-child {
  margin: 0;
}
.product-inner .action-links a,
.product-inner .product-quickview .btn-quickview {
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #fff;
  text-align: center;
  font-size: 0;
  outline:none;
  font-weight: 400;
  color: #1d1e22;
  display: inline-block;
  vertical-align: top;
  pointer-events: visible;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.12);
  box-shadow: 0 5px 15px 1px rgba(0,0,0,0.12);
}
.product-inner .action-links a:hover,
.product-inner .product-quickview .btn-quickview:hover {
  background: var(--primarycolor);
  color: #fff;
  opacity: 1;
}



/* product-layout-1 */

.product-layout-1 .product-inner:not(.product-list) .product-image .action-links {
  top: auto;
  bottom: -34px;
  opacity: 1;
}
.product-layout-1 .product-inner .action-links .product-cart a {
  background: var(--primarycolor);
  color: #fff;
}
.product-layout-1 .product-inner .action-links > ul > li {
  margin: 0;
}
.product-layout-1 .product-inner:hover .action-links > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.product-layout-1 .product-inner .action-links .product-cart a:hover {
  opacity: 0.7;
}
.product-layout-1 .product-inner .action-links > ul > li:not(.product-cart) {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-layout-1 .product-inner:hover .action-links > ul > li {
  opacity: 1;
}
/* product-layout-2 */

.product-layout-2 .single-item {
  border: 1px solid #e5e5e5;
  padding: 19px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-layout-2 .single-item:hover {
  border-color: var(--primarycolor);
}
.product-layout-2 .product-grid .product-content {
  text-align: center;
  padding-bottom: 9px;
}
.product-layout-2 .product-grid .product-content .product-cart {
  margin-top: 22px;
}
.product-layout-2 .product-grid .product-content .product-cart > a {
  width: 100%;
  line-height: 36px;
  padding: 0 5px;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  opacity: 1;
}
.product-layout-2 .product-grid .product-content .product-cart > a:before {
  content:"\e907";
  font-family: 'roadthemes-icon';
  font-size: 2.5rem;
  font-weight: 400;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--primarycolor);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-layout-2 .product-grid .product-content .product-cart > a:hover:before {
  opacity: 1;
}
@media (max-width: 568px) {
  .product-layout-2 .single-item {
    padding: 10px;
  }
}
/* product-layout-3 */
.product-layout-3 .single-item {
  border: 1px solid #e5e5e5;
  padding: 19px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-layout-3 .single-item:hover {
  border-color: var(--primarycolor);
}
.product-layout-3 .product-grid .product-content {
  text-align: center;
}
.product-layout-3 .product-inner .product-image .action-links {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
}
.product-layout-3 .product-inner .action-links > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.product-layout-3 .product-inner .action-links > ul > li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .product-layout-3 .product-inner .product-image .action-links {
      opacity: 0;
  }
  .product-layout-3 .product-inner:hover .product-image .action-links {
      opacity: 1;
  }
}
@media (max-width: 568px) {
  .product-layout-3 .single-item {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .product-layout-3 .product-inner .action-links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
/* product-layout-4 */

.product-layout-4 .product-inner:not(.product-list) .box-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  bottom: 0;
}

.product-layout-4 .product-inner:not(.product-list):hover .box-cart {
  bottom: 12px;
  opacity: 1;
}
.product-layout-4 .product-inner .box-price {
    -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-layout-4 .product-inner:not(.product-list):hover .box-price {
  opacity: 0;
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.product-layout-4 .product-inner:not(.product-list) .product-cart {
  position: static;
  margin: 0 5px 0 0;
  flex: 1 1 auto;
  opacity: 1;
}

.product-layout-4 .product-inner.product-list .product-content .product-cart {
  margin-top: 30px;
}
.product-layout-4 .product-inner:not(.product-list) .product-cart > a {
  width: auto;
  height: auto;
  line-height: 23px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  border: 0;
  background: transparent;
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  -webkit-border-radius: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.product-layout-4 .product-inner:not(.product-list) .product-cart > a:hover {
  color: var(--primarycolor);
}

.product-layout-4 .product-inner:not(.product-list) .product-cart > a:before {
  display:none;
}
.product-layout-4 .product-inner:not(.product-list) .quickview {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  bottom: -6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-layout-4 .product-inner:not(.product-list):hover .quickview {
  opacity: 1;
  bottom: 0;
}
.product-layout-4 .product-inner:not(.product-list) .quickview .btn-quickview {
  background: rgba(255,255,255,0.9);
  padding: 0 10px;
  line-height: 40px;
  font-size: 1em;
  color: #707070;
  pointer-events: visible;
  width: 100%;
  font-weight: 400;
}
.product-layout-4 .product-inner:not(.product-list) .quickview .btn-quickview.loading:after {
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #313030;
  right: 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-width: 1px;
  margin-top: -8px;
}
.product-layout-4 .product-inner:not(.product-list) .quickview .btn-quickview:hover {
  color: #313030;
}
.product-layout-4 .product-inner:not(.product-list) .quickview .btn-quickview:before {
  display:none;
}

@media (max-width: 767px) {
  .product-layout-4 .product-inner .box-price {
    opacity: 1 !Important;
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .product-layout-4 .product-inner:not(.product-list) .box-cart {
    position: static !Important;
    opacity: 1 !Important;
    margin-top: 5px;
    display: none;
  }
  .product-layout-4 .product-inner:not(.product-list) .box-cart .shop-swatches {
    display:none;
  }
}
/* product-layout-5 */
.product-layout-5 .product-inner .product-cart {
   position: absolute;
   margin: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #fff;
   padding-top: 10px;
   z-index: 6;
   -webkit-transition: all 500ms ease-in-out;
   -moz-transition: all 500ms ease-in-out;
   -ms-transition: all 500ms ease-in-out;
   -o-transition: all 500ms ease-in-out;
   transition: all 500ms ease-in-out;
   opacity: 0;
}
.product-layout-5 .product-inner:hover .product-cart {
  opacity: 1;
}
.product-layout-5 .product-inner.product-list .product-content .product-cart {
  margin-top: 30px;
}
.product-layout-5 .product-inner .product-cart > a {
  width: 100%;
  height: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #313030;
  background: #fff;
  color: #313030;
  font-size: 1.4rem;
  padding: 8px 5px;
  line-height: 24px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-weight: 400;
}
.product-layout-5 .product-inner .product-cart > a:hover {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
  color: #fff;
  opacity: 1;
}
.product-layout-5 .product-inner .product-cart > a:before {
  display:none;
}
.product-layout-5 .product-inner:not(.product-list) .quickview {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.product-layout-5 .product-inner:not(.product-list):hover .quickview {
  opacity: 1;
}
.product-layout-5 .product-inner:not(.product-list) .quickview .btn-quickview {
  background: #fff;
  padding: 0 17px;
  line-height: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  font-size: 0.95em;
  pointer-events: visible;
  font-weight: 400;
  color: #313030;
}

.product-layout-5 .product-inner:not(.product-list) .quickview .btn-quickview:before {
  display:none;
}

@media (max-width: 767px) {
  .product-layout-5 .product-inner .product-cart {
    opacity: 1;
    position: static;
    padding-top: 0;
    margin-bottom: 13px;
    background: transparent;
  }
}
/* product-layout-6 */

.product-layout-6 .product-inner .product-image .action-links {
  left: 0;
  right: 0;
  bottom: 20px;
  top: auto;
}
.product-layout-6 .product-inner .action-links > ul {
    -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.12);
  box-shadow: 0 5px 15px 1px rgba(0,0,0,0.12);
}
.product-layout-6 .product-inner .action-links > ul > li {
  float: left;
  margin: 0;
  border-right: 1px solid #e5e5e5;
}
.product-layout-6 .product-inner .action-links > ul > li:last-child {
  border: 0;
}
.product-layout-6 .product-inner .action-links ul {
  display: inline-block;
  vertical-align: text-bottom;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.product-layout-6 .product-inner .action-links a {
  background: transparent;
  color: #222;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.product-layout-6 .product-inner .action-links a:hover {
  background: var(--primarycolor);
  color: #fff;
}
@media (max-width: 767px) {
  .product-layout-6 .product-inner .product-image .action-links {
      opacity: 0;
  }
  .product-layout-6 .product-inner:hover .product-image .action-links {
      opacity: 1;
  }
}
@media (max-width: 479px) {
  .product-layout-6 .product-inner .action-links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
/*category-thumbnail (product category page)*/
.category-thumbnail {
  margin-bottom: 30px;
}
/* category-description (product category page) */
.category-description {
  margin: 30px 0;
}
.category-description.expand-content {
  overflow: hidden;
  max-height: 80px;
  position: relative;
}
.category-description.expanded-content {
  overflow: visible;
  max-height: none;
  padding-bottom: 30px;
}
.block-expand-overlay {
  background: linear-gradient(to bottom, transparent, rgba(248, 248, 248, 1));
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: visible;
}
.expanded-content .block-expand-overlay {
  background: transparent;
}
.block-expand-overlay > .block-expand {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  padding: 0 15px;
  background: #222;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.2rem;
}
.block-expand-overlay > .block-expand:hover {
  background: var(--primarycolor);
}
.block-expand:after {
  content: "\e92b";
  font-family:"roadthemes-icon";
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 0.9rem;
}
.block-expand.btn-less:after {
  content: "\e92e";
}
.expand-content:not(.expanded-content) .btn-less {
  display:none;
}
.expanded-content .btn-more {
  display:none;
}

/*product-subcategories (shop page)*/
.subcategories-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.product-subcategories {
  padding: 0;
  list-style:none;
}
.product-subcategories a {
  text-decoration:none;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.product-subcategories img {
  display: inline-block !important;
}
.product-subcategories .category-summary {
  padding: 10px 0 0 0;
  text-align: center;
  display: block;
}
.product-subcategories .category-summary .category-name {
  display: block;
  font-weight: 600;
}
.product-subcategories .category-summary .category-products-count {
  color: var(--textcolor);
  font-size: 1.3rem;
  display: block;
}
.product-subcategories .design2 {
  position: relative;
}
.product-subcategories .design2 .category-summary {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  padding: 5px;
  font-size: 1.2rem
}
/*show categories on shop page*/
.woocommerce  .archive-products > .product-category,.archive-products > .product-category {
  text-align: center;
  margin-bottom: 30px;
}
.archive-products > .product-category .woocommerce-loop-category__title {
  margin-top: 10px;
}
.archive-products > .product-category .woocommerce-loop-category__title .count {
  background: transparent;
}
/* product grid (shop page)*/
.archive-products-wrapper {
  border-left: 1px solid #e5e5e5;
}
.archive-products-wrapper > .row {
  margin: 0;
}
.archive-products > div,
.woocommerce .archive-products > div{
  padding: 0;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.archive-products > div.col-12:nth-child(1) {
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
  .archive-products > div.col-xl-3:nth-child(1),
  .archive-products > div.col-xl-3:nth-child(2),
  .archive-products > div.col-xl-3:nth-child(3),
  .archive-products > div.col-xl-3:nth-child(4),
  .archive-products > div.col-xl-4:nth-child(1),
  .archive-products > div.col-xl-4:nth-child(2),
  .archive-products > div.col-xl-4:nth-child(3),
  .archive-products > div.col-xl-6:nth-child(1),
  .archive-products > div.col-xl-6:nth-child(2) {
    border-top: 1px solid #e5e5e5;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .archive-products > div.col-md-4:nth-child(1),
  .archive-products > div.col-md-4:nth-child(2),
  .archive-products > div.col-md-4:nth-child(3),
  .archive-products > div.col-md-6:nth-child(1),
  .archive-products > div.col-md-6:nth-child(2) {
    border-top: 1px solid #e5e5e5;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .archive-products > div.col-6:nth-child(1),
  .archive-products > div.col-6:nth-child(2),
  .archive-products > div.col-12:nth-child(1) {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 359px) {
  .archive-products > div.col-6:nth-child(1),
  .archive-products > div.col-12:nth-child(1) {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 767px) {
  .archive-products > div,
  .woocommerce .archive-products > div{
    margin-bottom: 0;
  }
}
@media (max-width: 359px) {
  .archive-products > div,
  .woocommerce .archive-products > div{
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* product list (shop page) */
.product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-list .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.43%;
  flex: 0 0 31.43%;
  max-width: 31.43%;
}
.product-list .product-content {
  padding: 0;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68.57%;
  flex: 0 0 68.57%;
  max-width: 68.57%;
}
.product-list .product-title > * {
  margin-top: 10px;
}
.product-list .product-short-description {
  margin-top: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-list .block-countdown {
  margin-top: 24px;
  opacity: 1 !important;
}
.woocommerce  div.product .product-list p.price, 
.woocommerce  div.product .product-list span.price,
.product-list .price {
  font-size: 2rem;
}
.product-list .product-content .product-cart {
  position: static;
  margin-top: 33px;
  opacity: 1;
}
.product-list .product-content .product-cart > a {
  line-height: 16px;
  min-width: 190px;
  max-width: 100%;
  width: auto;
}
.product-list .product-content .product-cart > a:before {
  display:none;
}
@media (max-width: 479px) {
  .product-list .product-image,
  .product-list .product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
/*---------------------------*/
.owl-carousel .owl-nav button {
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  filter: alpha(opacity=0);
  opacity: 0;
  height: 36px;
  width: 36px;
  text-align: center;
}
.owl-carousel .owl-nav button:before {
  font-family: "Ionicons";
  font-size: 3.6rem;
  display: block;
  line-height: 36px;
}
.owl-carousel .owl-nav button.disabled {
  cursor: not-allowed;
}
.owl-carousel .owl-nav button.owl-prev {
  right: 100%;
}
.owl-carousel .owl-nav button.owl-prev:before {
  content: "\f3cf";
}
.owl-carousel .owl-nav button.owl-next {
  left: 100%;
}
.owl-carousel .owl-nav button.owl-next:before {
  content: "\f3d1";
}
.owl-carousel:hover .owl-nav button {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* countdown default  */

.countdown-inner {
  display: inline-block;
  vertical-align: top;
}
.countdown-inner > span {
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  float: left;
  color: #1c1e22;
  margin-right: 23px;
  text-align: center;
}
.countdown-inner > span:last-child {
  margin: 0 !important;
}
.countdown-inner > span > strong {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 9px;
  color: #1c1e22;
  font-family: var(--pricefont);
  font-weight: 600;
  background: #e5e5e5;
  width: 50px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
.countdown-inner > span:not(:last-child) > strong:after {
  content: ":";
  position: absolute;
  right: -13px;
  top: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--pricefont);
  line-height: 1;
}

/* Countdown for product grid */
.product-inner.product-grid:hover .block-countdown {
  opacity: 0;
  pointer-events:none;
}
.product-grid .block-countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 10;
}
.product-grid .countdown-inner > span {
  background: #e5e5e5;
  padding: 7px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 5px;
  text-transform: capitalize;
}
.product-grid .countdown-inner > span:not(:last-child) > strong:after {
  opacity: 0;
}
.product-grid .countdown-inner > span > strong {
  line-height: 1;
  margin-bottom: 5px;
  width: auto;
  font-size: 1.8rem;
  padding: 0;
}
@media (max-width: 1199px) {
  .product-grid .countdown-inner > span {
    margin-right: 3px;
  }
  
}
@media (max-width: 567px) {
  
}
@media (max-width: 479px) {
  .product-grid .countdown-inner > span > strong {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .product-grid .countdown-inner > span {
    font-size: 1rem;
    margin-right: 2px;
  }
}
/* countdown for block */
.rt-elementor-countdown.d-count-inline .countdown-inner {
  padding: 14px 27px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.rt-elementor-countdown.d-count-inline .countdown-inner > span {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-family: var(--pricefont);
  text-transform: none;
  font-weight: 600;
}
.rt-elementor-countdown.d-count-inline .countdown-inner > span:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -13px;
}
.rt-elementor-countdown.d-count-inline .countdown-inner > span > strong:after {
  display:none;
}
.rt-elementor-countdown.d-count-inline .countdown-inner > span > strong {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  width: auto;
  background: transparent;
  line-height: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 479px) {
  .rt-elementor-countdown.d-count-inline .countdown-inner {
    padding: 10px 20px;
  }
  .rt-elementor-countdown.d-count-inline .countdown-inner > span {
    font-size: 1.6rem;
  }
  .rt-elementor-countdown.d-count-inline .countdown-inner > span:not(:last-child) {
    margin-right: 12px !Important;
  }
  .rt-elementor-countdown.d-count-inline .countdown-inner > span:not(:last-child):after {
    right: -8px;
  }
}
/* countdown-module */
@media (max-width: 1300px) {
  .sale-products .countdown-inner > span > strong {
    width: auto;
    padding: 0 5px;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .sale-products .countdown-inner > span {
    margin-right: 10px;
  }
  .sale-products .countdown-inner > span > strong {
    font-size: 1.8rem;
  }
  .sale-products .countdown-inner > span:not(:last-child) > strong:after {
    right: -7px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sale-products .countdown-inner > span {
    margin-right: 10px;
  }
  .sale-products .countdown-inner > span > strong {
    font-size: 1.8rem;
  }
  .sale-products .countdown-inner > span:not(:last-child) > strong:after {
    right: -7px;
  }
}
/*design-1*/
.sale-products .product-inner:not(.product-grid) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid #da2e1f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;

}
.sale-products .product-inner:not(.product-grid) .product-content .action-links {
  display:none;
}

.sale-products .product-inner:not(.product-grid) .product-image {
  flex: 0 0 47.782%;
  max-width: 47.782%;
}
.sale-products .product-inner:not(.product-grid) .product-content {
  flex: 1 1 auto;
  padding: 0 0 0 20px;
  text-align: center;
}
.sale-products .product-inner:not(.product-grid) .product-content .product-price {
  display: inline-block;
  vertical-align: top;
}
.sale-products .product-inner:not(.product-grid) .product-content .price {
  font-size: 2.2rem;
}
.sale-products .product-inner:not(.product-grid) .product-title {
  margin-bottom: 20px;
}
.sale-products .product-inner:not(.product-grid) .product-short-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.3rem;
  margin-top: 19px;
}
.text-countdown {
  font-size: 1.4rem;
  margin-top: 32px;
  margin-bottom: 35px;
}
.sale-products .design-1 .block-countdown {
  display: block;
}
@media (max-width: 479px) {
  .sale-products .product-inner:not(.product-grid) .product-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sale-products .product-inner:not(.product-grid) .product-content {
    padding: 20px 0 0 0;
  }
}

/*design-2*/

.sale-products .design-2 .product-inner {
  border: 0;
  display: block;
}
.sale-products .design-2 .product-inner .product-image {
  max-width: 100%;
  flex:none;
}
/* end countdown-module */
.border-box-list .slick-slider-block {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 19px;
}
.product-list-small {
  display: flex;
  align-items: center;
}
.product-list-small .product-label {
  display:none;
}
.product-list-small .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.433%;
  flex: 0 0 32.433%;
  max-width: 32.433%;
}
.product-list-small .product-content {
  padding: 0 0 0 20px;
  flex: 1 1 auto;
}
.product-list-small .product-content > .inner {
  padding: 0;
}
.product-list-small .product-title > * {
  text-transform:none;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* shop list layout */
.product-list-layout .product-inner:before {
  display:none;
}
.product-list-layout .product-image {
  border: 1px solid #ebebeb;
}
.product-list-layout .action-links {
  margin-top: 30px;
}
.product-list-layout .action-links ul {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.product-list-layout .action-links ul li {
  float: left;
  margin: 0 5px 0 0;
}
.product-list-layout .action-links a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #222;
  color: #fff;
}
.product-list-layout .action-links a:hover {
  background: var(--primarycolor);
  color: #fff;
}
/* end shop list layout */
/* tabs module */
.tab-content>.active {
  opacity: 1;
}
.rt-tab-products .rt-tabs {
  margin-bottom: 40px;
}
.rt-tab-products .rt-tabs li {
  position: relative;
}
.rt-tab-products .rt-tabs li:last-child {
  margin-right: 0;
}
.rt-tab-products .rt-tabs li a {
  border: 0;
  font-size: 1.4rem;
  padding: 0;
  line-height: 1;
  line-height: 36px;
  padding: 0 23px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: block;
}
.rt-tab-products .rt-tabs li a:hover {
  color: var(--primarycolor);
}
.rt-tab-products .rt-tabs li.active a {
  color: #fff;
  background: var(--primarycolor);
  font-weight: 700;
}
@media (max-width: 767px) {
  .rt-tab-products .rt-tabs li {
    margin: 0 15px 0 0;
  }
}

/* title-absolute */
.title-absolute .rt-tabs {
  border: 0;
}
.title-absolute .rt-tabs li {
  margin: 0 20px 0 0;
}
.title-absolute .rt-tabs li:after {
  display:none;
}
.title-absolute .rt-tabs li:last-child {
  margin: 0;
}
.title-absolute .rt-tabs li a {
  text-transform: capitalize;
  border: 2px solid transparent;
  line-height: 26px;
  padding: 0;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.title-absolute .rt-tabs li.active a {
   border-color: var(--primarycolor);
   padding: 0 20px;
   font-weight: 600;
   border-radius: 30px;
   -webkit-border-radius: 30px;
}
.title-absolute .rt-tabs {
  position: absolute;
  right: 0;
  top: -63px;
  margin: 0;
}
@media (min-width: 992px) {
  .title-absolute.nav-style-2 .rt-tabs {
    right: 115px;
  }
}
@media (max-width: 991px) {
  .title-absolute .rt-tabs {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .title-absolute .rt-tabs li {
    margin: 0px 15px 0 0;
  }
}
/*.product-tabs (mixy store4)*/

/* end tabs module */

/* Footer */
.site-footer {
  margin-top: var(--rowspace);
  border-top: 1px solid #f4f4f4;
}
.text-light,.text-light a,
.text-light .widget-title,
.text-light label,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6{
  color: #fff;
}
.text-light .footer-column .menu a,
.text-light .mc4wp-alert a,
.text-light .social-list li a {
  color: #fff;
}
.text-light .footer-column .menu a:hover,
.text-light .mc4wp-alert a:hover,
.text-light .social-list li a:hover {
  color: #fff;
}
.text-light .mc4wp-form .mc4wp-form-fields button {
  background: #fff;
  color: #313030;
}
.text-light .mc4wp-form .mc4wp-form-fields input {
  border-color: #fff;
  background: transparent;
}
.site-footer .text-light ul li a:after {
  background: #fff;
}
.style-2 .text-light {
  color: rgba(255,255,255,0.5);
}

.footer-before .mc4wp-form {
  text-align: center;
}
.footer-main {
  padding: calc(var(--rowspace) - 6px) 0 calc(var(--rowspace) - 37px) 0;
}
.footer-main .footer-column {
  margin-bottom: 30px;
}
.footer-main h5 {
  margin-bottom: 24px;
  pointer-events: none;
}
.footer-main h6 {
  margin-bottom: 17px;
}
.footer-main .widget-title {
  pointer-events: none;
}
@media (min-width: 768px) {
  .footer-main .widget-title ~ * {
    display: block !Important;
  }
}
@media (max-width: 767px) {
  .footer-main .footer-column {
    margin-bottom: 20px;
  }
  .footer-main .widget-title {
    margin-bottom: 0;
    position: relative;
    pointer-events: visible;
    cursor: pointer;
  }
  .footer-main .widget-title ~ * {
    opacity: 0;
    display: none;
    margin-top: 20px;
  }
  .footer-main .opened .widget-title ~ * {
    opacity: 1;
  }

  .footer-main .widget-title:after {
    content:"\e92b";
    font-family: 'roadthemes-icon';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .footer-main .widget-title.opened:after {
    transform:rotate(-180deg)
  }
}
.footer-main .widget-title ~ script {
  display:none !important;
}
.site-footer .box-touch li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 0;
}
.site-footer .box-touch li:not(:last-child) {
  margin-right: 23px;
  margin-bottom: 5px;
}
.site-footer .box-touch li:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: rgba(255,255,255,0.5);
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -2px;
}
.site-footer .box-touch li i {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.site-footer p {
  line-height: 24px;
}
.site-footer .footer-phone {
  display: flex;
  align-items: center;
}
.site-footer .footer-phone .icon {
  font-size: 4.8rem;
  font-weight: 400;
  margin-right: 13px;
}
.site-footer .footer-phone label {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 6px;
  line-height: 1;
}
.site-footer .footer-phone strong {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 567px) {
  .site-footer .footer-phone .icon {
    font-size: 4rem;
  }
  .site-footer .footer-phone label {
    font-size: 1.4rem;
  }
  .site-footer .footer-phone strong {
    font-size: 1.8rem;
  }
}
.site-footer .copyright {
  padding: 10px 0;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul.menu li a {
  line-height: 24px;
  display: block;
  color: var(--textcolor);
}
.site-footer ul.menu li a:hover {
  color: var(--primarycolor);
}
.site-footer ul li:not(:last-child) {
  margin-bottom: 7px;
}
.site-footer ul li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration:none;
}

.site-footer .footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom .col {
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-footer .footer-bottom .row {
  align-items: center;
}
.footer-bottom ul.menu li {
  margin: 0 5px 0 0 !important;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .footer-bottom .row {
    display: block;
  }
   .footer-bottom .row .col {
     text-align: center !important;
     margin-bottom: 10px;
   }
}
.footer-column section + section {
  margin-top: 35px;
}
section.widget.social_widget {margin-top: 0;}
/* end footer*/
@media (min-width: 1200px) {
  .newletter-group .elementor-column {
    width: auto !important;
  }
  .newletter-group .elementor-column:nth-child(2) {
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  #footer-top-newsletter .elementor-icon-box-wrapper .elementor-icon-box-icon,
  #footer-top-phone .elementor-icon-box-wrapper .elementor-icon-box-icon  {
    margin-bottom: 5px;
  }
  #footer-top-phone .elementor-widget-icon-box .elementor-widget-container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}
.mc4wp-form .mc4wp-form-fields{position: relative;}
.mc4wp-form-fields p {
  margin-bottom: 21px;
}
.mc4wp-form-fields p.note {
  font-size: 1.4rem;
  line-height: 1.286;
  margin: 26px 0 0 0;
}
.mc4wp-form-fields p.note a {
  font-weight: 500;
}
.mc4wp-form-fields p.note a:hover {
  text-decoration: underline;
}
.mc4wp-form .mc4wp-form-fields .input-box {
  position: relative;
}
.mc4wp-form .mc4wp-form-fields input {
  flex: 1 1 auto;
  height: 60px;
  border: 0;
  padding: 0 30px;
  padding-right: 140px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 1.4rem;
  color: #888686;
  width: 100%;
  background: #fff;
}

.mc4wp-form .mc4wp-form-fields button {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 25px;
  border-radius: 0;
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.mc4wp-form input[type='email']::-webkit-input-placeholder {
  color: #888686;
}
.mc4wp-form input[type='email']:focus::-webkit-input-placeholder {
  color: transparent;
}
.mc4wp-form input[type='email']:-moz-placeholder {
  color: #888686;
}
.mc4wp-form input[type='email']:focus:-moz-placeholder {
  color: transparent;
}
.mc4wp-form input[type='email']::-moz-placeholder {
  color: #888686;
}
.mc4wp-form input[type='email']:focus::-moz-placeholder {
  color: transparent;
}
.mc4wp-form input[type='email']:-ms-input-placeholder {
  color: #888686;
}
.mc4wp-form input[type='email']:focus:-ms-input-placeholder {
  color: transparent;
}
.mc4wp-alert {
  margin-top: 5px;
}
/* store locator */
.title-locator > .elementor-widget-container{
  margin-top: 40px;
  margin-bottom: 20px;
}
.button-locator .elementor-button {
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #8a8a8a;
  text-align: left;
  padding: 10px 0;
  line-height: 28px;
  font-size: 1.6rem;
  position: relative;
}
.button-locator .elementor-button:focus, 
.button-locator .elementor-button:hover, 
.button-locator .elementor-button:visited {
  color: inherit;
}
.button-locator .elementor-button:after {
  content: "\e92d";
  font-family: 'roadthemes-icon';
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #313030;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
}
.button-locator .elementor-button:hover:after {
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .title-locator > .elementor-widget-container {
    margin-top: 23px;
  }
}
/* Locator Page */
.map-locator:not(#map1-locator) {
  position: absolute;
  opacity: 0;
  pointer-events:none;
}
.map-locator.active {
  opacity: 1 !important;
  pointer-events: visible !important;
}
.adress-locator {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  padding-top: 34px;
  padding-bottom: 33px;
  cursor: pointer;
  margin: 0 !important;
}
.adress-locator:first-child {
  border-top: 1px solid #ebebeb;
}
.adress-locator.active {
  background: #f6f6f6;
}
.adress-locator h6 {
  font-size: 1.8rem;
}
.adress-locator p {
  margin-bottom: 1px;
}
.adress-locator p:last-child {
  margin: 0;
}
/* social */
.social_widget {
  padding-top: 3px;
}
ul.social-list li {
  display: inline-block;
  vertical-align: top;
  margin: 6px 4px 0 0 !important;
}
ul.social-list li:last-child {
  margin-right: 0 !Important;
}
ul.social-list li a {
    color: var(--textcolor);
    text-transform: capitalize;
    font-size: 0;
}
ul.social-list li a:hover {
  opacity: 0.8;
}
ul.social-list li a:before {
  font-family: "roadthemes-icon";
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
}
.social-list li a.facebook:before {
  content: "\e93c";
  background: #3b5998;
}
.social-list li a.twitter:before {
  content: "\e932";
  background: #1da1f2;
}
.social-list li a.google:before {
  content: "\e930";
  background: #db4a39;
}
.social-list li a.instagram:before {
  content: "\e934";
  background: #8a3ab9;
}
.social-list li a.pinterest:before {
  content: "\e93e";
  background: #E60023;
}
.social-list li a.whatsapp:before {
  content: "\e970";
  background: #075e54;
}
.social-list li a.youtube:before {
  content: "\e93a";
  background: #FF0000;
}
.social-list li a.rss:before {
  content: "\e936";
  background: #ee802f;
}
.social-list li a.tumblr:before {
  content: "\e989";
  background: #34526f;
}
.social-list li a.vimeo:before {
  content: "\e98a";
  background: #86c9ef;
}
.social-list li a.behance:before {
  content: "\e982";
  background: #053eff;
}
.social-list li a.dribbble:before {
  content: "\e93b";
  background: #ea4c89;
}
.social-list li a.flickr:before {
  content: "\e983";
  background: #0063dc;
}
.social-list li a.github:before {
  content: "\e985";
  background: #171515;
}
.social-list li a.skype:before {
  content: "\e93c";
  background: #00aff0;
}
.social-list li a.snapchat:before {
  content: "\e986";
  background: #FFFC00;
}
.social-list li a.wechat:before {
  content: "\e98b";
  background: #7bb32e;
}
.social-list li a.weibo:before {
  content: "\e98c";
  background: #DF2029;
}
.social-list li a.foursquare:before {
  content: "\e984";
  background: #25a0ca;
}
.social-list li a.soundcloud:before {
  content: "\e988";
  background: #ff8800;
}
.social-list li a.vk:before {
  content: "\e96f";
  background: #4C75A3;
}

#back-to-top {
  background: #fff;
  border-radius: 0;
  
  bottom: 0px;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: fixed;
  text-align: center;
  right: 12px;
  visibility: hidden;
  width: 50px;
  line-height: 50px;
  border: 0;
  z-index: 99;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: var(--boxshadow);
  -webkit-box-shadow: var(--boxshadow);
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
#back-to-top:hover {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
}
#back-to-top:hover a {
  color: #fff;
}
#back-to-top a {
  display:block;
  color: #313030;
  text-decoration: none;
  font-size: 1.6rem;
}
#back-to-top.active {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.breadcrumb-title {
  padding: 22px 0;
  text-align: left;
}
.yith-wcwl-share {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.yith-wcwl-share > * {
  margin: 0;
}
.yith-wcwl-share ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-left: 20px;
}
.yith-wcwl-share ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.yith-wcwl-share ul li:last-child {
  margin: 0;
}
.site-title {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.page-title {
  margin-bottom: 30px;
}
h1.page-title,h1.entry-title {
  margin-bottom: 30px;
}
.page-title.page-title-medium,.page-title-medium h1 {
  font-size: 3.6rem;
}
.page-title.page-title-large,.page-title-large h1 {
  font-size: 4rem;
}
.page-title-section.text-light * {
  color: #fff !Important;
}
.page-title-section.text-light .breadcrumb ul > li + li:before {
  color: #fff;
}
.page-title-section {
  padding: 86px 5px;
  margin-bottom: 60px;
}

.page-title-section .page-title,.page-title-section .entry-title {
  margin-bottom: 12px;
  line-height: 1;
}
.page-title-section .breadcrumb {
  padding: 3px 0 ;
}
.container .breadcrumb .container {
  padding: 0;
}
.breadcrumb {
  text-transform: capitalize;
  color: var(--primarycolor);
  padding: 24px 0 38px 0;
}
.breadcrumb ul {
  padding: 0;
  list-style:none;
  margin: 0;
}
.breadcrumb ul li {
  display:inline-block;
  vertical-align: top;
}
.breadcrumb ul li a {
  color: var(--textcolor);
}
.breadcrumb ul > li + li:before {
  content: "\e92d";
  font-family:"roadthemes-icon";
  font-size: 0.9rem;
  margin: 0 9px;
  color: var(--linkcolor);
}
@media (max-width: 991px) {
  .page-title-section {
    padding: 50px 5px !Important;
  }
}
@media (max-width: 567px) {
  .page-title-section {
    padding: 30px 5px !Important;
  }
  .breadcrumb {
     padding: 15px 0;
  }
  .page-title-section .page-title, 
  .page-title-section .entry-title {
      font-size: 3rem;
      margin-bottom: 5px;
  }
}

.toolbar {
  background: #fff;
  padding: 0;
  margin-bottom: 13px;
  border: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.toolbar > * {
  margin-bottom: 5px !important;
}
.toolbar .view-mode {
  float: left;
}
.toolbar .view-mode label {
  display: none;
}
.toolbar .view-mode > button {
  display: inline-block;
  font-size: 0;
  width: 26px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: #686a6d;
}
.toolbar .view-mode > button:hover,
.toolbar .view-mode > button.active {
  color: var(--primarycolor);
}
.toolbar .view-mode > button:before {
  content: "";
  font-family: 'roadthemes-icon';
  font-size: 2rem;
}
.toolbar .view-mode button.grid-icon:before {
  content: "\e927";
}
.toolbar .view-mode button.list-icon:before {
  content: "\e928";
}

.toolbar .woocommerce-result-count {
  margin: 0;
  line-height: 26px;
  padding: 7px 0;
  margin-left: 20px;
}
.toolbar .orderby {
  height: 40px;
  color: #1c1e22;
  border: 0;
  background: #fafafa;
  padding: 0 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select_arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 12px);
}
@media (max-width: 767px) {
  .toolbar .woocommerce-result-count, 
  .toolbar .view-mode button {
    display:none;
  }
}
@media (max-width: 479px) {
  .toolbar .orderby {
    max-width: 140px;
  }
}
.archive-products-wrapper + .woocommerce-pagination,
.archive-products-wrapper + .mixy-pagination {
  margin-top: 35px;
}
.woocommerce-pagination,.mixy-pagination {
  margin-top: 0;
  text-align: center;
}
.woocommerce-pagination > .page-numbers,.mixy-pagination > .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  text-align: center;
  border: 0 !important;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-pagination .page-numbers li,
.mixy-pagination .page-numbers li {
  display: inline-block;
  margin: 5px !important;
  border: 0 !important;
  vertical-align: top;
}
.woocommerce-pagination .page-numbers li .page-numbers,
.mixy-pagination .page-numbers li .page-numbers {
  display: block;
  height: 36px;
  width: 36px;
  padding: 0;
  border: 0;
  background: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #1c1e22;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce-pagination .page-numbers li .page-numbers.next, 
.mixy-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev, 
.mixy-pagination .page-numbers li .page-numbers.prev {
  font-size: 0;
}
.woocommerce-pagination .page-numbers li .page-numbers.next:before, 
.mixy-pagination .page-numbers li .page-numbers.next:before,
.woocommerce-pagination .page-numbers li .page-numbers.prev:before, 
.mixy-pagination .page-numbers li .page-numbers.prev:before {
  content: "\e992";
  font-family: "roadthemes-icon";
  font-size: 1.7rem;
  font-weight: 400;
}
.woocommerce-pagination .page-numbers li .page-numbers.prev:before, 
.mixy-pagination .page-numbers li .page-numbers.prev:before {
  content: "\e991";
}
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.mixy-pagination .page-numbers li .page-numbers.current,
.mixy-pagination .page-numbers li .page-numbers:hover {
  color: #fff;
  background: var(--primarycolor);
  border-color: var(--primarycolor);
}
.button-ajax-loadmore {
  text-align: center;
  margin-top: 30px;
}
.button-ajax-loadmore a {
  padding: 0 20px;
  line-height: 45px;
  background: #222;
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.button-ajax-loadmore a.disabled {
  pointer-events:none;
}
.button-ajax-loadmore a:hover {
  background: var(--primarycolor);
  color: #fff;
}
/*--------------------------------------------------------------
## Single product
--------------------------------------------------------------*/
/* Size Guide */
.mixy-size-guide {
    margin-bottom: 10px;
}
.mixy-size-guide__title {
  background: url(images/size_chart_icon.png) left center no-repeat;
  padding-left: 40px;
}
.mixy-size-guide__content {
    max-width: 820px;
    background: #fff;
    padding: 40px;
    padding-top: 0;
    margin: 0 auto;
    position: relative;
    pointer-events: visible;
    cursor: auto;
    margin-top: 46px;
    margin-bottom: 46px;
}
.admin-bar .mixy-size-guide__content {
  padding-top: 40px;
}
.mixy-size-guide__content .mfp-close {
  right: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  opacity: 1;
}
.mixy-size-guide__content .mfp-close:hover {
  color: #fff;
  background: #333;
}
.mixy-size-guide__content .size-guide {
  margin-bottom: 10px !important;
}
.mixy-size-guide__content .size-guide table {
  border: 0;
  text-align: center;
}
.mixy-size-guide__content .size-guide table th {
  text-align: center;
  color: #fff;
}
.mixy-size-guide__content .size-guide table thead {
  background: #313030;
}
@media (max-width: 767px) {
  .mixy-size-guide__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---*/
.woocommerce-product-gallery .image-wrapper {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.woocommerce-product-gallery .image-wrapper .product-label {
  top: 20px;
  left: 20px;
}
.single-product .site-main .product-images .slick-list {
  margin: 0 -15px;
}
.single-product .product-images .slick-list  .slick-slide {
  padding: 0;
  margin: 0 15px;
}
.product-gallery__wrapper {
  margin: 0;
}

.product-image-item,.product-thumbnail-item {
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-product .site-main .product-images .slick-list {
    margin: 0 -5px;
  }
  .single-product .product-images .slick-list  .slick-slide {
    padding: 0;
    margin: 0 5px;
  }
} 
.product-images .slick-list .slick-slide > * {
  max-width: 100%;
  display: block;
  width: 100%;
}
.woocommerce-product-gallery .slick-arrow.slick-prev {
  left: 19px !Important;
}
.woocommerce-product-gallery .slick-arrow.slick-next {
  right: 19px !Important;
}

.woocommerce-product-gallery .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  bottom: 20px;
  z-index: 5;
  padding: 0 65px;
}
.woocommerce-product-gallery .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-product-gallery .slick-arrow:before {
    font-size: 2.4rem;
  }
}
@media (max-width: 567px) {
  .woocommerce-product-gallery .slick-dots {
    padding: 0 50px;
  }
  .woocommerce-product-gallery .slick-arrow:before {
    font-size: 1.8rem;
  }
}
/* product-thumbnails */
.product-thumbnails {
  margin-top: 10px;
}
.product-thumbnails.slick-vertical {
  padding: 0;
  margin: 0 !important;
}
.product-thumbnails .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
}
.product-thumbnails .slick-arrow:hover {
  background: transparent;
  color: var(--primarycolor);
}
.product-thumbnails .slick-track {margin: auto;}
@media (max-width: 767px) {
  .product-thumbnails .slick-arrow  {
    opacity: 1;
  }
}

.product-thumbnails .slick-list {
  margin: 0 -5px;
}
.product-thumbnails .slick-list .slick-slide {
  padding: 0 5px;
}
.product-thumbnail-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.product-thumbnails .product-thumbnail-item:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  height: 100%;
  pointer-events: none;
  border: 1px solid #e5e5e5;
}
.product-thumbnails.slick-vertical .product-thumbnail-item:before {
  left: 0;
  right: 0;
}
.product-thumbnails .is-active.product-thumbnail-item:before,
.product-thumbnails .product-thumbnail-item:hover:before {
  border-color:  var(--primarycolor);
}
.video-thumb {
  width: 100%;
  font-size: 3rem;
  color: var(--headingcolor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-vertical .video-thumb {
  min-height: 138px;
}
.video-thumb img {
  width: auto !important;
}
.image-wrapper {
  position: relative;
}
.product-image-buttons {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 7;
}
.product-page-video {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 50px;
  height: 50px;
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  color: rgba(0,0,0,.7);
  font-size: 1.3rem;
  justify-content: center;
  text-decoration: none !important;
}
.product-page-video span {
  overflow: hidden;
  padding: 0;
  max-width: 0;
  white-space: nowrap;
  font-weight: 600;
  transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
}
.product-page-video:before {
  content: "\e972";
  font-family: "roadthemes-icon";
  width: 50px;
  height: 50px;
  font-size: 2.2rem;
  line-height: 50px;
  text-align: center;
}
.product-page-video:hover span {
    padding-right: 25px;
    max-width: 280px;
}
@media (max-width: 567px) {
  .product-page-video {
    min-width: 40px;
    height: 40px;
  }
  .product-page-video:before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }
  .product-page-video:hover span {
    padding-right: 18px;
  }
}
/*--------------------*/

.product-details:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.single-product #content div.product div.images, 
.single-product #content div.product div.summary, 
.product-quickview .wc-single-product div.summary,
.woocommerce .product-quickview .wc-single-product div.summary {
  width: 100%;
  float:none;
  margin-bottom: calc(var(--rowspace) - 5px);
}
.product-quickview .wc-single-product div.summary,
.woocommerce .product-quickview .wc-single-product div.summary {
  margin-bottom: 0;
}

.summary .product_title {
  margin-bottom: 2px;
  line-height: 1.3;
}
.summary .woocommerce-product-rating {
  margin-bottom: 20px !Important;
}
.summary .price {
  font-size: 2.8rem !Important;
}
.summary .price del {
  font-size: 2.2rem !Important;
}
.summary .block-countdown .countdown-inner,
.summary .mixy-product-single-countdown .countdown-inner {
  margin-bottom: 10px;
  margin-top: 8px;
}
.summary .woocommerce-product-details__short-description {
  margin-bottom: 22px;
  line-height: 1.5;
  margin-top: 21px;
  color: #646464;
}
.summary .variations_form .variations tr {
  display: flex;
  align-items: center;
}
.summary .variations_form .variations td {
    width: auto!important;
    line-height: 1 !important;
    border: 0;
    padding-left: 0;
    min-width: 55px;
}
.summary .variations_form .variations td.label  label {
  margin: 0;
  color: var(--headingcolor);
  font-weight: 600 !important;
  font-size: 1.4rem;
}
.summary form.cart {
  margin-bottom: 15px !important;
}
.summary form.variations_form {
  margin-bottom: 0 !Important;
}
.summary form.variations_form table.variations {
  margin-bottom: 15px !important;
  border: 0;
}
.summary .woocommerce-variation .woocommerce-variation-description {
  font-size: 1.2rem;
}
.summary .woocommerce-variation .woocommerce-variation-description p {
  margin-bottom: 5px !Important;
}
.summary .woocommerce-variation .woocommerce-variation-price .price {
  margin-bottom: 5px;
}
.summary .woocommerce-variation-add-to-cart {
  margin-top: 20px;
  margin-bottom: 15px !important;
  overflow: hidden;
}
.summary form.cart .group_table  .quantity {
    display: flex;
    margin-top: 0 !important;
}
.summary form.cart .quantity {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0 !important;
  float: left;
  border: 0;
  padding: 0 3px;
}

.summary .variations_form .single_variation_wrap > * {
  margin-bottom: 20px;
}
.summary form.cart button {
  min-width: 160px;
  float: left;
  margin-top: 10px;
}
@media (max-width: 479px) {
  .summary form.cart button {
    min-width: 160px;
  }
}
.summary .yith-wcwl-add-to-wishlist a,
.summary a.compare {
  padding: 0;
  background: transparent !important;
  font-weight: normal;
  line-height: 30px;
  display: block;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 8px;
  color: var(--textcolor);
}
.yith-wcwl-add-to-wishlist i {
  display: none;
}
.summary .yith-wcwl-add-to-wishlist a:hover,
.summary a.compare:hover {
  color: var(--primarycolor);
}
.summary .yith-wcwl-add-to-wishlist,
.summary a.compare  {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.summary a.compare {
  overflow: visible;
}
.summary .yith-wcwl-add-to-wishlist a:before,
.summary a.compare:before {
  margin: 0;
  font-size: 1.6rem;
}

.summary .product_meta {
  margin-top: 22px;
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
}

.summary .product_meta > span,
.social-sharing > span {
  display: block;
  color: #9f9fa0;
  margin-bottom: 10px;
}
.summary .product_meta > span > a {
  font-weight: 400;
  color: var(--textcolor);
}
.summary .product_meta > span > a:hover,
.social-sharing ul li a:hover {
  color: var(--primarycolor) !important;
}
.social-sharing {
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-sharing ul li a {
  font-size: 1.6rem;
}
.social-sharing > span {
  margin: 0;
}
.social-sharing > span:after {
  content: ":";
  margin-right: 3px;
}
.social-sharing ul {
  list-style:none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-sharing ul li {
  margin-right: 10px;
}
.social-sharing ul li:last-child {
  margin-right:0;
}
/* group product */
.woocommerce div.summary form.cart table.group_table {
  width: 100%;
  margin: 0 0 30px 0;
}
.woocommerce div.summary form.cart table.group_table tr {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.woocommerce div.summary form.cart table.group_table tr:last-child {
    margin-bottom: 34px;
}
.woocommerce div.summary form.cart table.group_table tr td {
  width: auto !important;
  padding: 5px;
  padding-left: 0;
}
.woocommerce div.summary form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  flex: 1 1 auto;
  font-weight: 600;
}
.woocommerce div.summary form.cart table.group_table tr td > * {
  margin: 0;
}
.woocommerce div.summary form.cart table.group_table tr td > .stock {
  display: block;
  margin-top: 5px;
}
.woocommerce-variation-availability {
  margin-top: 15px;
}
.woocommerce-variation-availability .stock {
  margin-bottom: 0;
}
.woocommerce div.summary p.stock {
  color: #0fa85b;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  padding: 0 10px;
  background: #e0fade;
  display: inline-block;
  vertical-align: top;
}
/* product-layout-fulltop */
.product-layout-fulltop {
  overflow: hidden;
}
.product-layout-fulltop .layout-images-top {
  margin: auto;
  padding: 0 15px;
}
.product-layout-fulltop .layout-images-top .slick-list{
  margin: 0;
  overflow: visible;
}
.single-product .product-layout-fulltop .layout-images-top .product-image-item  {
  margin: 0 7.5px;
}

@media (max-width: 767px) {
  .product-layout-fulltop .layout-images-top {
    padding: 0 10px;
  }
  .single-product .product-layout-fulltop .layout-images-top .product-image-item  {
    margin: 0 5px;
  }
}
/*------------------------*/
/* product-layout-fullleft */
.product-layout-fullleft .layout-images-wide .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.product-layout-fullleft .layout-images-wide .slick-slider .slick-arrow.slick-next {
  right: 0;
}
/* grid-layout */
.product-layout-grid .grid-layout {
  margin: -1%;
}
.product-layout-grid .grid-layout > * {
  padding: 0;
  margin: 1%;
  display: flex;
  justify-content: stretch;
}
.product-layout-grid .grid-layout.grid-column-2 > * {
    flex: 1 1 48%;
}
.product-layout-grid .grid-layout.grid-column-1 > * {
    flex: 1 1 98%;
}
.product-layout-grid .grid-layout > * > * {
  max-width: 100%;
  width: 100%;
}
.layout-images-grid .product-image-buttons {
  bottom: auto;
  top: 15px;
}
/* product-layout-showcase */
.product-showcase .breadcrumb,.showcase-content,
.product-showcase header:not(.sticky-enable) .main-header,
.product-showcase header:not(.sticky-enable) .header-wrapper {
  background: var(--product_showcase_bg);
}
.showcase-content {
  margin-bottom: calc(var(--rowspace) - 8px);
}
.product-layout-showcase .woocommerce-product-gallery .col1 {
  order: 2;
}
.product-layout-showcase .woocommerce-product-gallery .col2 {
  order: 1;
}
@media (max-width: 767px) {
  .showcase-content .col-image {
    order: 1;
  }
  .showcase-content .col-thumb {
    order: 2;
  }
}
/*--------------------------------------------------------------
## Woocommerce-tabs in single product
--------------------------------------------------------------*/
.woocommerce-tabs {
  position: relative;
}
.woocommerce-tabs .tabs {
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 0 0 31px 0 !important;
  overflow: visible !important;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-tabs .tabs:before {
  display: none !important;
}
.woocommerce-tabs .tabs li {
  display: inline-block;
  line-height: 2;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display:none;
}
.woocommerce-tabs .tabs li a {
  font-size: 1.5rem;
  color: var(--headingcolor) !important;
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 11px 0 !important;
  font-weight: 700 !important;
  line-height: 1.3;
}
.woocommerce-tabs .tabs li a:after {
  background: var(--primarycolor);
  content: "";
  height: 2px;
  width: 0;
  bottom: -1px;
  left: 0;
  position: absolute;
  transition: all .4s ease-out
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li:hover a {
  color: var(--primarycolor) !important;
}
.woocommerce-tabs .tabs li.active a:after,
.woocommerce-tabs .tabs li:hover a:after {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
  position: relative;
  z-index: 4;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 !important;
  line-height: 1.75;
}

#tab-additional_information >  h2 {
  display: none;
}
.woocommerce-tabs #reviews > *:not(:last-child) {
  margin-bottom: 2em;
}
.woocommerce-tabs #reviews #comments .woocommerce-Reviews-title,
.woocommerce #reviews #comments .woocommerce-Reviews-title {
  margin-bottom: 27px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce-tabs #reviews #comments .comment-list {
  margin: 0 0 25px;
  padding: 0;
  overflow: hidden;
}
.woocommerce #reviews #comments ol.comment-list li {
  margin: 0 0 20px 0;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: 0;
  padding: 0;
  width: 48px;
  border-radius: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img + .comment-text {
  margin-left: 62px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1.4rem;
  color: #999;
  margin-top: 0;
  margin-bottom: 17px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  color: var(--headingcolor);
  font-weight: 500;
}
.woocommerce #reviews #comments .comment-list li .comment-text {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin-left: 80px;
  position: relative;
}
.woocommerce #reviews #comments .comment-list .comment_container .avatar {
  position: absolute;
  max-width: 60px;
  left: 0;
  top: 0;
}
.woocommerce #reviews #comments .comment-list .comment_container .comment-text {
  border: 1px solid #eee;
  border-radius: 3px;
  position: relative;
  padding: 1em;
}
.woocommerce #reviews #comments .comment-list .comment_container .comment-text:before {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 10px;
}
.woocommerce #reviews #review_form_wrapper .comment-form label {
  font-weight: normal;
  margin: 0 0 5px;
  width: 100%;
  display: block;
}
.woocommerce #reviews #comments .comment-list .comment_container .comment-text > *:not(:last-child) {
  margin-bottom: 15px;
}
.woocommerce #reviews #comments .comment-list .comment_container .comment-text .meta strong {
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-respond .comment-reply-title {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 15px;
  text-transform: capitalize;
  color: var(--headingcolor);
}
.woocommerce #reviews #review_form_wrapper .comment-respond .comment-form > *:not(:last-child) {
  margin-bottom: 1em;
}
.woocommerce #reviews #review_form_wrapper .comment-form-cookies-consent  {
  display: flex;
  align-items: center;
}
.woocommerce #reviews #review_form_wrapper .comment-form-cookies-consent > label {
  width: auto;
  margin: 0 0 0 5px;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  height: 85px;
  min-height: 85px;
  padding: 10px;
  width: 100%;
}

.woocommerce #reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars {
  clear: both;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0;
}

.woocommerce #reviews #review_form_wrapper .comment-form-rating label {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 600;
  vertical-align: top;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating .stars > span {
  display: block;
  line-height: 1;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating  .stars a {
  color: var(--primarycolor);
  font-size: 1.8rem;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-right: 0;
}
@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 60px;
  }
}
/* tab-vertical */
.tab-vertical {
  display: flex;
}
.tab-vertical > ul.tabs {
  padding: 0 30px 0 0 !important;
  text-align: left;
  margin: 0 !important;
}
.tab-vertical .tabs li {
  margin-bottom: 20px !important;
  display: block !important;
  padding: 0 !important;
}
.tab-vertical .tabs li a {
  line-height: 25px;
  white-space: nowrap;
  padding-top: 0 !important;
}
.tab-vertical .entry-content {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .tab-vertical > ul.tabs {
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  .tab-vertical {
    flex-wrap: wrap;
  }
  .tab-vertical > ul.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px !important;
  }
  .tab-vertical .tabs li {
    margin-right: 20px !important;
    margin-bottom: 0 !important;
  }
  .tab-vertical .tabs li:last-child {
    margin-right: 0 !Important;
  }
}
/* accordion */
.product-page-accordion {
  margin-bottom: var(--rowspace);
}
.product-page-accordion .accordion-item {
  margin-bottom: 15px;
}
.product-page-accordion .accordion-item .accordion-title {
  display: block;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 2rem;
  font-weight: 700;
  color: var(--headingcolor);
}
.product-page-accordion .accordion-item .accordion-title .toggle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  margin-top: -10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  color: #222;
  font-size: 1.4rem;
}
.product-page-accordion .accordion-item a .toggle:hover {
  color: var(--primarycolor);
}
.product-page-accordion .accordion-item .accordion-inner {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  border-top: 0;
}
#accordion-additional_information > h2 {
  display:none;
}
/*end woocommerce-tabs */
/*--------------------------------------------------------------
## BLOG
--------------------------------------------------------------*/
/* blog slider module */
.latestpost .image-container > a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.latestpost .content-details {
  padding: 19px 0 0 0;
  margin: 0 !important;
}
.latestpost ul.meta {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.latestpost ul.meta li {
  display: inline-block;
  vertical-align: top;
  color: #184d47;
  font-size: 1.4rem;
}
.latestpost ul.meta li:not(:last-child) {
  position: relative;
  margin-right: 10px;
}
.latestpost ul.meta li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -10px;
}
.latestpost ul.meta li a {
  color: #184d47;
}
.latestpost ul.meta li a:hover {
  color: var(--primarycolor);
}
.latestpost ul.meta li:last-child {
  margin: 0;
}
.latestpost .blog-title {
  margin: 0;
  line-height: 1.3;
}
.latestpost .entry-excerpt {
  margin-top: 15px;
}
.latestpost .readmore-btn {
  margin-top: 29px;
}
.latestpost .readmore-btn a {
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
  color: #fff;
  background: var(--primarycolor);
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.latestpost .readmore-btn a:hover {
   opacity: 0.9;
}
/* BLOG */

article:last-child:not(:first-child),
article:not(:last-child) {
    margin-bottom: var(--rowspace);
}
article.slick-slide {
    margin-bottom: 0 !important;
}
.post.sticky .entry-title:before {
    content: "\e971";
    font-family: "roadthemes-icon";
    font-weight: normal;
    color: var(--primarycolor);
    margin-right: 10px;
}

.post-wrapper  div.post-thumbnail {
    margin-bottom: 25px;
    position: relative;
}
.post-wrapper  div.post-thumbnail div.post-thumbnail {
  margin: 0;
}
.post-wrapper .post-thumbnail a.post-thumbnail {
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  display: block;
}
.post-wrapper .post-thumbnail .post-date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  background: #fff;
  flex-direction: column;
  width: 55px;
  align-items: center;
  height: 60px;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.post-wrapper .post-thumbnail .post-date-month {
  line-height: 1;
  color: #777;
}
.post-wrapper .post-thumbnail .post-date-day {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
  color: #47494a;
} 

.post-wrapper .post-content {
    padding: 0;
}

.post-wrapper .entry-title {
    line-height: 1.3;
    text-transform: none;
    font-weight: 700;
}

.post-wrapper .entry-title>a {
    color: var(--headingcolor);
}

.post-wrapper .entry-title>a:hover {
    color: var(--primarycolor);
}

.post-wrapper .entry-meta {
    margin-bottom: 7px;
}

.post-wrapper .entry-meta .posted-on:before, 
.post-wrapper .entry-meta .byline:before, 
.post-wrapper .entry-meta .post-categories-parent:before {
    font-size: 1.6rem;
}


.post-wrapper .post-excerpt {
    margin-top: 15px;
    line-height: 1.5;
}

.post-wrapper .post-link {
    margin-top: 32px;
}

.post-wrapper .post-link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: var(--primarycolor);
    line-height: 44px;
    padding: 0px 30px;
    font-weight: 700;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.post-wrapper .post-link a:hover {
    background: #184d47;
}

/*post-design-2 (list) */

.post-design-2.post .post-content {
    padding: 0;
}

.post-design-2.post .post-wrapper>.row {
    align-items: center;
}




@media (min-width: 768px) {
  .post-design-2.post .post-wrapper .post-thumbnail {
    margin:0;
  }
}
@media (max-width: 767px) {
    .post-design-2.post .post-wrapper>.row>* {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    
}

/*post-design-3 (mask) */

.post-design-3 .post-wrapper {
    position: relative;
}
.post-design-3 div.post-thumbnail {
    margin: 0;
}
.post-design-3 .post-thumbnail .post-date {
  top: 15px;
  bottom: auto;
  left: 15px;
}
.post-design-3 .post-content {
    padding: 0 30px;
    padding-bottom: 25px;
    background: url(images/bkg_text_mask.png) bottom center repeat-x;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    pointer-events: none;
}

.post-design-3 .post-content>.inner {
    width: 100%;
    align-self: flex-end;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.post-design-3 .post-wrapper:hover .post-content>.inner {
    margin-bottom: 10px;
}

.post-design-3 .post-categories-parent {
    pointer-events: visible;
}

.post-design-3 .post-content .entry-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    pointer-events: visible;
}

.post-design-3 .post-content a {
    color: #fff !important;
}
.post-design-3 .entry-meta .posted-on:before, 
.post-design-3 .entry-meta .byline:before, 
.post-design-3 .entry-meta .post-categories-parent:before {
    color: #fff;
}
.post-design-3 .post-content .entry-title:before {
    color: #fff;
}

.post-design-3 .post-content a:hover {
    text-decoration: underline;
}

.post-design-3 .post-link {
    margin-top: 22px;
    pointer-events: visible;
    display: none;
}
.post-design-3 .post-link>a {
    margin: 0;
}

.post-design-3 .post-link>a:after {
    background: #fff;
}

.post-design-3 .post-link>a:hover {
    text-decoration: none;
}

@media (max-width: 479px) {
   .post-design-3 .post-content {
    padding: 0 15px;
    padding-bottom: 15px;
   }
    .post-design-3 .post-thumbnail .posted-on {
      top: 15px;
      left: 15px;
    }  
}

/* SINGLE POST */
.entry-meta {
    position: relative;
    line-height: 30px;
    color: #184d47;
}

.entry-meta > *:not(:last-child):after {
  content: "|";
  margin: 0 15px;
  color: #818ea0;
}
.entry-meta .posted-on {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.entry-meta a {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.entry-meta a:hover {
  color: var(--primarycolor);
}
.entry-meta .byline {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.entry-meta .post-categories-parent {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.entry-meta .posted-on time.updated {
    display:  none;
}
.entry-meta .posted-on time.published {
    display: inline;
}
.entry-meta .posted-on:before,
.entry-meta .byline:before,
.entry-meta .post-categories-parent:before {
  content: "\e968";
  font-family: "roadthemes-icon";
  margin-right: 5px;
  font-size: 1.8rem;
  color: var(--primarycolor);
  vertical-align: top;
  display: inline-block;
  line-height: inherit;
  margin-top: -1px;
}
.entry-meta .byline:before {
  content: "\e944"
}
.entry-meta .post-categories-parent:before {
  content: "\e967"
}
.single-post .entry-header {
    margin-bottom: 40px;
}

.single-post .entry-header .entry-title {
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 5rem;
    font-weight: 600;
}
.single-post .entry-header  .entry-meta {
    display: block;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}
.single-post .entry-header.text-light,
.single-post .entry-header.text-light a,
.single-post .entry-header.text-light .entry-title {
    color: #fff;
}


.single-post .entry-header.text-light a:hover {
    text-decoration: underline;
}

.single-post .single-post-content .post-thumbnail {
    margin-bottom: 20px;
}

.single-post .single-post-content .entry-footer {
    display: flex;
    margin-bottom: 55px;
    margin-top: 30px;
    clear: both;
}

.entry-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .single-post .single-post-content .entry-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .single-post .single-post-content .entry-footer>* {
        justify-content: center !important;
        margin-top: 10px;
    }
}
.single-post .single-post-content .tags-links {
  font-size: 0;
}
.single-post .single-post-content .tags-links a {
  font-size: 1.4rem;
  line-height: 34px;
  padding: 0 18px;
  border: 2px solid #ebebeb;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 5px 5px 0;
  color: #707070;
}
.single-post .single-post-content .tags-links a:hover {
  border-color: var(--primarycolor);
  background: var(--primarycolor);
  color: #fff;
}
.single-post .single-post-content .entry-footer .tags-links + .edit-link {
    margin-left: 10px;
}
.single-post .single-post-content .entry-footer .edit-link a {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 34px;
    padding: 0 18px;
    border: 2px solid #ebebeb;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 5px 5px 0;
    color: #707070;
}
.single-post .single-post-content .entry-footer .edit-link a:hover {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
}
.single-post .single-post-content .entry-footer .edit-link + .social-sharing,
.single-post .single-post-content .entry-footer .tags-links + .social-sharing {
  justify-content: flex-end;
}
.single-post .single-post-content .entry-footer .social-sharing {
  flex: 1 1 auto;
  justify-content: center;
}
.single-post .single-post-content .entry-footer .social-sharing span {
  display: none;
}
.single-post .single-post-content .entry-footer .social-sharing ul li {
  margin: 0 5px 5px 0;
}
.single-post .single-post-content .entry-footer .social-sharing ul li a {
  width: 38px;
  height: 38px;
  line-height: 34px;
  border: 2px solid;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.single-post .single-post-content .entry-footer .social-sharing ul li a:hover {
  opacity: 0.7;
}
.post-navigation,
.posts-navigation {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.post-navigation .nav-links {
    overflow: hidden;
}

.post-navigation .nav-links a,
.posts-navigation .nav-links a {
    padding-right: 25px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--headingcolor);
    text-transform: uppercase;
}

.post-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next {
    float: right;
    text-align: right;
    position: relative;
    cursor: pointer;
}

.post-navigation .nav-links .nav-next a:after,
.post-navigation .nav-links .nav-previous a:before,
.posts-navigation .nav-links .nav-next a:after,
.posts-navigation .nav-links .nav-previous a:before {
    content: "\e92d";
    font-family: "roadthemes-icon";
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-previous a {
    padding-right: 0;
    padding-left: 25px;
}

.post-navigation .nav-links .nav-previous a:before,
.posts-navigation .nav-links .nav-previous a:before {
    content: "\e92c";
    left: 0;
    right: auto;
}

.post-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-previous {
    float: left;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.post-navigation .nav-links div span {
    display: none;
}

.post-navigation .nav-links .nav-subtitle {
    display: inline-block;
}

.post-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover {
    color: var(--primarycolor);
}

@media (max-width: 767px) {
    .post-navigation .nav-links div span.nav-title {
        display: none;
    }
}
/* related_posts */
.related_posts {
  margin-top: 60px;
}
.related_posts .title-block {
  margin-bottom: 20px;
}

.related_posts .post-wrapper .entry-title {
  margin: 0;
}
.related_posts .post-wrapper .post-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*---------------------*/
.error404 .site-footer {
  margin-top: 0;
}
.error-404 {
  text-align: center;
  padding: 4em 0 6em;
}
.nummber-404 {
  font-size: 10rem;
  color: var(--headingcolor);
  font-weight: 700;
}
.error-404 .page-title {
  margin-bottom: 15px;
}
.error-404 .search-form {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}
.error-404 .search-form .search-field {
  width: 300px;
  border: 2px solid #ebebeb;
}
.error-404 .search-form .search-submit {
  border: 0;
  margin: 0 0 0 -2px;
  padding: 0 15px;
  width: auto;
  font-size: 1.4rem;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.tagcloud a {
  border: 0;
  color: #666666;
  font-size: 1.5rem !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 10px 0;
  padding: 0 17px;
  line-height: 38px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.tagcloud a:hover {
  background: var(--primarycolor) !important;
  border-color: var(--primarycolor) !important;
  color: #fff !important;
}
.widget_tag_cloud .widgettitle {
  display: none;
}
.site-main .default-page .entry-content > p > strong,
.site-main .blog-page .entry-content > p > strong,
.site-main .blog-page .entry-summary > p > strong {
  color: #181818;
  
  font-size: 1.2em;
  font-weight: 700;
}
.site-main blockquote {
  border-left: 2px solid var(--primarycolor);
  font-size: 1.4rem;
  font-style: italic;
  line-height: 26px;
  margin: 30px 0;
  padding: 15px;
  padding-right: 0;
  font-weight: 600;
}
.site-main .wp-block-separator {
  width: 50%;
}
.site-main .wp-block-separator.is-style-wide {
  width: 100%;
}


#cancel-comment-reply-link {
    color: #323232;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 600;
    margin-left: 10px;
}

#cancel-comment-reply-link:hover {
    color: var(--primarycolor);
}

.comments-area {
    margin: 0;
    width: 100%;
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 40px;
}

.comments-area .comment-list {
    margin: 0 0 60px 0;
    padding: 0;
}

.comments-area .comment-list .has-avatar ol.children {
    padding-left: 62px;
}
.comments-area .comment-list li.comment {
  list-style:none;
}

.comments-area .comment-list>li {
    margin-bottom: 40px;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.comments-area .comment-list .comment-body {
    margin-bottom: 30px;
}
.comments-area .comment-list .parent .comment-body {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.comments-area .comment-list .parent li:last-child:not(:first-child) .comment-body,
.comments-area .comment-list .comment:not(.parent) .comment-body {
    padding-bottom: 0;
    border: 0;
}
.comments-area .comment-list>li:last-child {
    margin: 0;
}

.comments-area .comment-list .trackback,
.comments-area .comment-list .pingback {
    font-weight: 600;
    margin-bottom: 20px;
}

.comments-area .comment-list .trackback a,
.comments-area .comment-list .pingback a {
    display: block;
    font-size: 1.1em;
}

.comments-area .comment-list li > .comment-body {
    position: relative;
}
.comments-area .comment-list li > .comment-body.has-avatar {
  margin-left: 62px;
}
.comments-area .comment-list li .comment-respond {
    margin: 31px 0 60px 0;
}

.comments-area .comment-list .comment-meta {
    margin: 0 0 16px;
    width: 100%;
}

.comments-area .comment-list .comment-meta .comment-author img {
    position: absolute;
    top: 0;
    left: -62px;
    max-width: 48px;
    width: 100%;
    border-radius: 100%;
}

.comments-area .comment-list .comment-meta .comment-author {
    font-style: normal;
    line-height: 1;
    margin-bottom: 8px;
}

.comments-area .comment-list .comment-meta .comment-author .fn {
    color: #323232;
}

.comments-area .comment-list .comment-meta .comment-author a {
    color: #323232;
}

.comments-area .comment-list .comment-meta .comment-author a:hover {
    color: var(--primarycolor);
}

.comments-area .comment-list .comment-meta .comment-metadata {
    text-align: left;
}

.comments-area .comment-list .comment-meta .comment-metadata>* {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.comments-area .comment-list .comment-meta .comment-metadata>*:not(:last-child) {
    margin-right: 5px;
}

.comments-area .comment-list .comment-meta time {
    display: block;
    padding: 1px 0;
}

.comments-area .comment-list .comment-meta a {
    color: #848484;
}

.comments-area .comment-list .comment-meta a:hover {
    color: var(--primarycolor);
}

.comments-area .comment-list .reply {
    margin-top: 20px;
}

.comments-area .comment-list .reply a {
    line-height: 26px;
    border: 2px solid #ebebeb;
    padding: 0 13px;
    display: inline-block;
    vertical-align: top;
}

.comments-area .comment-list .reply a:hover {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
}
.comments-area .comment-list .comment-content ul li,
.comments-area .comment-list .comment-content ol li {
    list-style-type: inherit;
}

.comments-area .comment-list .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .pagination {
    margin: 15px 0;
    width: 100%;
}

.comments-area .pagination .next,
.comments-area .pagination .prev {
    position: relative;
    text-indent: -9999px;
}

.comments-area .pagination .next:after,
.comments-area .pagination .prev:after {
    content: '\f054';
    display: inline-block;
    font-family: FontAwesome;
    height: 34px;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 34px;
}

.comments-area .pagination .prev:after {
    content: '\f053';
}

.comments-area .comment-respond {
    margin: 0;
    width: 100%;
}

.comments-area .comment-respond .comment-form {
    margin: 0 -10px;
}

.comments-area .comment-respond .comment-form>* {
    padding: 0 10px;
}

.comments-area .comment-respond .comment-form label {
    color: #181818;
    margin: 0 0 10px;
}

.comments-area .comment-respond .comment-form .comment-notes,
.comments-area .comment-respond .comment-form .form-allowed-tags {
    font-size: 1.4rem;
}

.comments-area .comment-respond .comment-form .comment-input {
    margin: 0 -10px;
}

.comments-area .comment-respond .comment-form .comment-input:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
    float: left;
    width: 33.3333%;
}

.comments-area .comment-respond .comment-form .comment-form-author input,
.comments-area .comment-respond .comment-form .comment-form-email input,
.comments-area .comment-respond .comment-form .comment-form-url input {
    width: 100%;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
    margin: 0;
    clear: both;
   display: flex;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
    margin: 0;
    display: inline-block;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent input[type='checkbox'] {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
    max-height: 14px;
}

.comments-area .comment-respond .comment-form #comment {
    height: 130px;
    width: 100%;
}

.comments-area .comment-respond .comment-form .form-submit {
    margin-top: 25px;
    margin-bottom: 0;
}

.comments-area .comment-respond .comment-form .form-submit input#submit {
    border: none;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    min-width: 250px;
    padding: 0 35px;
    text-align: center;
    text-transform: uppercase;
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover {
    color: var(--primarycolor);
    text-decoration: underline;
}

@media (max-width: 767px) {
    .comments-area .comment-list ol {
        padding-left: 20px;
    }
    .comments-area .comment-respond .comment-form .comment-form-author,
    .comments-area .comment-respond .comment-form .comment-form-email,
    .comments-area .comment-respond .comment-form .comment-form-url {
        float: none;
        width: 100%;
        margin-top: 5px;
    }
}

/* ---------- ABOUT PAGE -------------*/

/*-----about2------*/


.about2-page-title {
    margin-bottom: 32px;
}

.about2-page-title h2 {
    margin-bottom: 6px;
}

.about2-page-title h2 span {
    color: var(--primarycolor);
}

.about2-page-title .elementor-text-editor  {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}


.about2-text1 h3 {
    margin-bottom: 25px;
}

.about2-text1 h4 {
    margin-bottom: 25px;
}

.about2-text1 .about2-text1-1 {
    padding-top: 17px;
    margin-bottom: 37px;
}

.about2-couter .elementor-counter {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.about2-couter .elementor-counter .elementor-counter-number-wrapper {
    color: #fff;
    font-size: 5rem;
    font-weight: normal;
}

.about2-couter .elementor-counter .elementor-counter-title {
    font-size: 1.6rem;
    color: rgba(246, 246, 246, 0.9);
}

.about2-couter .elementor-counter .elementor-counter-number-prefix {
    flex: none;
}

.about2-couter .elementor-widget-wrap>.elementor-element {
    width: auto;
    margin: 0;
}

.about2-couter .elementor-widget-wrap {
    align-items: center;
    padding: 10px 0;
    justify-content: center;
}

.about2-couter .elementor-icon {
    color: #fff;
    margin-right: 17px;
}

.about2-couter .elementor-icon:hover {
    color: #fff;
}

.about2-team h3 {
    margin-bottom: 26px;
}

.about2-team .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0;
    margin-bottom: 1px;
}

.about2-team .elementor-image-box-content {
    position: absolute;
    background: #fff;
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: auto !important;
    padding: 22px 10px;
}

@media (max-width: 1199px) {
    .about2-team .elementor-image-box-content {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .about2-team .elementor-image-box-content {
        position: static;
        padding: 10px 0 0 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
   
    .about2-couter .elementor-icon {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about2-couter .elementor-top-column,
    .about2-team .elementor-inner-column {
        width: 50%;
    }
    .about2-couter .elementor-counter .elementor-counter-number-wrapper {
        font-size: 3rem;
    }
}

@media (max-width: 479px) {
    
    .about2-couter .elementor-top-column {
      width: 100%;
    }
}
/* ---------- CONTACT PAGE -------------*/

.contact-map {
  margin-bottom: var(--rowspace);
}

div.wpforms-container-full .wpforms-form input[type=date], 
div.wpforms-container-full .wpforms-form input[type=datetime], 
div.wpforms-container-full .wpforms-form input[type=datetime-local], 
div.wpforms-container-full .wpforms-form input[type=email], 
div.wpforms-container-full .wpforms-form input[type=month], 
div.wpforms-container-full .wpforms-form input[type=number], 
div.wpforms-container-full .wpforms-form input[type=password], 
div.wpforms-container-full .wpforms-form input[type=range], 
div.wpforms-container-full .wpforms-form input[type=search], 
div.wpforms-container-full .wpforms-form input[type=tel], 
div.wpforms-container-full .wpforms-form input[type=text], 
div.wpforms-container-full .wpforms-form input[type=time], 
div.wpforms-container-full .wpforms-form input[type=url], 
div.wpforms-container-full .wpforms-form input[type=week], 
div.wpforms-container-full .wpforms-form select, 
div.wpforms-container-full .wpforms-form textarea {
  border-radius: 0;
  color: var(--textcolor);
  height: 50px;
  padding: 15px;
  border: 1px solid #ebebeb;
  font-size: 1em;
}
div.wpforms-container-full .wpforms-form input:focus, 
div.wpforms-container-full .wpforms-form textarea:focus, 
div.wpforms-container-full .wpforms-form select:focus, 
div.wpforms-container-full .wpforms-form 
.is-focused .choices__inner, 
div.wpforms-container-full .wpforms-form .is-open .choices__inner, 
div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
  border-color: var(--primarycolor);
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  position: relative;
  margin-bottom: 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 1.4rem;
  color: var(--textcolor);
  font-weight:normal;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #000
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: 150px;
  min-height: auto;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-top: 33px;
}
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: 0;
  min-width: 150px;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:focus, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  border: 0;
}
/*side bar*/
.widget-area-side .button {
  background: #222222 !important;
  border: 0;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 700;
  letter-spacing: 0;
  height: 30px;
  line-height: 30px !important;
  padding: 0 15px;
  text-transform: capitalize;
}
.widget-area-side .button:hover {
  background: var(--primarycolor) !important;
  color: #fff !important;
}
.widget-area-side .widget {
  margin: 0 0 50px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.widget-area-side .widget_product_tag_cloud .tagcloud,
.widget-area-side .widget_tag_cloud .tagcloud {
  padding-top: 7px;
}
.widget_recent_comments {
  padding-bottom: 8px;
}
.widget_search {
  padding-bottom: 10px;
}
.widget-area-side .widget:last-child {
  border: 0;
  padding-bottom: 0;
}
.widget-area-side .widget .count {
  color: #888888 !important;
  padding: 0;
}
.widget-area-side .widget .widget-title,
.widget-area-side .widget .wp-block-group h1,
.widget-area-side .widget .wp-block-group h2,
.widget-area-side .widget .wp-block-group h3,
.widget-area-side .widget .wp-block-group h4,
.widget-area-side .widget .wp-block-group h5,
.widget-area-side .widget .wp-block-group h6,
.widget-area-side .widget_search .wp-block-search__label {
  margin-bottom: 27px;
  text-align: left;
  position: relative;
  font-style: normal;
  line-height: 24px;
  text-transform: capitalize;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px;
  font-weight: 700;
  color: var(--headingcolor);
}

.widget-area-side .widget .widget-title:after,
.widget-area-side .widget .wp-block-group h1:after,
.widget-area-side .widget .wp-block-group h2:after,
.widget-area-side .widget .wp-block-group h3:after,
.widget-area-side .widget .wp-block-group h4:after,
.widget-area-side .widget .wp-block-group h5:after,
.widget-area-side .widget .wp-block-group h6:after,
.widget-area-side .widget_search .wp-block-search__label:after {
    content: "";
    width: 65px;
    height: 2px;
    background: var(--primarycolor);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.widget.product_list_widget li {
  margin-bottom: 30px;
  padding: 0;
}
.widget.product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget.product_list_widget .product-image {
  float: left;
  width: 35%;
}
.widget.product_list_widget .product-image a {
  display: block;
}
.widget.product_list_widget .product-image img {
  float: none;
  margin: 0;
  width: 100%;
}
.widget.product_list_widget .product-info {
  float: left;
  padding-left: 10px;
  width: 65%;
}
.widget.product_list_widget .product-info a {
  color: #323232;
  display: block;
  
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.35;
  margin-bottom: 10px;
  max-width: 100%;
}
.widget.product_list_widget .product-info a:hover {
  color: var(--primarycolor);
}
.widget.product_list_widget .product-info .star-rating {
  margin-bottom: 10px;
}
.widget.product_list_widget .product-info .woocommerce-Price-amount {
  color: #181818;
  font-size: 1.4rem;
  font-weight: 600;
}
.widget.product_list_widget .product-info .woocommerce-price-suffix {
  color: #666666;
}
.widget.product_list_widget .product-info .woocommerce-price-suffix .woocommerce-Price-amount {
  color: inherit;
}
.widget.product_list_widget .product-info ins .woocommerce-Price-amount {
  color: #181818;
  float: left;
  font-size: 1.4rem;
  margin-right: 5px;
}
.widget.product_list_widget .product-info del {
  margin-right: 3px;
}
.widget.product_list_widget .product-info del .woocommerce-Price-amount {
  color: #999;
  font-size: .85em;
  font-weight: normal;
  text-decoration: line-through;
}
.widget.product_list_widget .product-info .woocommerce-price-suffix {
  display: block;
  line-height: 1.35;
}
.widget.widget_shopping_cart_content {
  display: inline-block;
  position: relative;
}
.widget.widget_shopping_cart_content:hover .cart-toggler a:before {
  color: var(--primarycolor);
}
.widget.widget_shopping_cart_content:hover .cart-toggler a .cart-icon:before {
  color: var(--primarycolor);
}
.widget.widget_shopping_cart_content .cart-toggler {
  position: relative;
}
.widget.widget_shopping_cart_content .cart-toggler a {
  display: block;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-icon {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  vertical-align: middle;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-icon:before {
  background: none;
  color: #ffffff;
  content: '\e035';
  display: block;
  font-family: 'simple-line-icons';
  font-size: 2.4rem;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-text {
  display: none;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-subtotal {
  display: inline-block;
  
  font-size: 1.4rem;
  font-weight: 600;
  vertical-align: middle;
  margin-left: -8px;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-quantity {
  background: var(--primarycolor);
  bottom: -10px;
  color: #fff;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 25px;
  z-index: 9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.widget.widget_shopping_cart_content .mini_cart_content {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  z-index: 9967;
}
.widget.widget_shopping_cart_content .mini_cart_content .mini_cart_inner {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.5;
  max-height: 500px;
  overflow: auto;
  padding: 0;
  width: 360px;
}
.widget.widget_shopping_cart_content .mini_cart_content .mini_cart_inner .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 25px 30px;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list {
  margin: 30px 30px;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li:first-child {
  padding-top: 0;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li .remove {
  background: var(--primarycolor);
  color: #fff !important;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  height: 24px;
  left: auto;
  line-height: 24px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 24px;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li .remove:hover {
  background: #323232 !important;
  color: #fff !important;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li a {
  color: #323232;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 30px 10px 0;
  text-align: left;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li a:hover {
  color: var(--primarycolor);
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li img {
  border: 1px solid transparent;
  float: left;
  margin: 0;
  margin-right: 15px;
  position: relative;
  width: 90px;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li img:hover {
  border: 1px solid var(--primarycolor);
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li .amount {
  color: #323232;
  font-weight: 700;
}
.widget.widget_shopping_cart_content .mini_cart_content .total {
  border-top: 1px solid #f0f0f0;
  color: #323232;
  font-size: 1.429em;
  font-weight: 700;
  line-height: 40px;
  margin: 0 30px;
  padding: 15px 0;
  text-align: left;
  text-transform: none;
}
.widget.widget_shopping_cart_content .mini_cart_content .total strong {
  font-weight: 700;
}
.widget.widget_shopping_cart_content .mini_cart_content .total .amount {
  color: #181818;
  float: right;
  
  font-weight: 600;
}
.widget.widget_shopping_cart_content .mini_cart_content .buttons {
  border-top: 1px solid #f0f0f0;
  display: block;
  margin: 0;
  padding: 20px 30px;
}
.widget.widget_shopping_cart_content .mini_cart_content .buttons:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.widget.widget_shopping_cart_content .mini_cart_content .buttons a {
  background: #323232;
  color: #fff;
  display: inline-block;
  
  font-size: 1.143em;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 10px 4px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.widget.widget_shopping_cart_content .mini_cart_content .buttons a:hover {
  background: var(--primarycolor);
  color: #fff;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_empty {
  margin: 0;
  padding: 0;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_empty li {
  list-style: none;
  padding-bottom: 0;
  text-align: left;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_empty li.total {
  border: 0;
  padding-top: 20px;
}
.widget.widget_shopping_cart_content .mini_cart_content .loading {
  background-color: #fff;
  background-image: url('../images/loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.widget.widget_shopping_cart_content .mini_cart_content.loading .loading {
  display: block;
}
.widget.widget_shopping_cart_content .mini_cart_content {
  left: 0 !important;
  right: auto !important;
}

.widget-area-side .widget > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-area-side .widget a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.widget-area-side .widget a > .star-rating {
  margin-right: 5px;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  line-height: inherit;
}
.widget-area-side .widget a .swatch-inner {
  display: flex;
  align-items: center;
}
.widget-area-side .widget ul,
.widget-area-side .widget ol {
  list-style:none;
  padding: 0;
  margin: 0;
}
.widget-area-side .widget ul > li,
.widget-area-side .widget ol > li {
  margin-bottom: 10px;
}
.widget-area-side .widget ul > li.wc-layered-nav-rating > a {
  display: flex;
  align-items: center;
}
.widget-area-side .widget ul > li:last-child,
.widget-area-side .widget ol > li:last-child {
  margin-bottom: 0;
}
.widget-area-side .wp-block-gallery {
  margin: 0;
}
.widget-area-side .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0;
  padding: 0.5em 0;
}
.widget-area-side .widget a:hover {
  color: var(--primarycolor);
}
.widget .count {
  float: none;
}
.widget .children a:hover {
  color: var(--primarycolor);
}
.widget .children li:last-child {
  border-bottom: none;
}
.widget .sub-menu li,
.widget .children li {
  padding-left: 15px;
}
.widget .sub-menu li:first-child,
.widget .children li:first-child {
  margin-top: 10px;
}
.widget .sub-menu li.cat-parent:first-child:before, 
.widget .children li.cat-parent:first-child:before {
  top: 8px;
}
.widget .sub-menu li:last-child{
  border-bottom: none;
}
.widget_product_categories li.cat-parent {
  position: relative;
}

.widget.widget_product_categories li.current-cat > a,
.widget.widget_product_categories li.current-cat > .count,
.widget.widget_product_categories li.current-cat-parent > a,
.widget.widget_product_categories li.current-cat-parent > .count,
.widget.widget_categories li.current-cat > a,
.widget.widget_categories li.current-cat > .count,
.widget.widget_categories li.current-cat-parent > a,
.widget.widget_categories li.current-cat-parent > .count {
  color: var(--primarycolor);
}
.widget.widget_product_categories > li:last-child {
  margin-bottom: 0;
}
.widget.widget_price_filter form {
  margin-top: 30px;
}
.widget.widget_price_filter .price_slider {
  background: #d1d1d1 !important;
  box-shadow: none;
  cursor: pointer;
  height: 3px;
  margin: 0 0 15px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0;
}
.widget.widget_price_filter .price_slider .ui-slider-range {
  background: var(--primarycolor);
  border: none;
  box-shadow: none;
  height: 100%;
}
.widget.widget_price_filter .price_slider .ui-slider-handle {
  align-items: center;
  background: #fff;
  content: '';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 13px;
  line-height: 13px;
  margin: 0;
  text-align: center;
  top: 50%;
  width: 13px;
  border: 3px solid var(--primarycolor);
  position: absolute;
  cursor: ew-resize;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.widget.widget_price_filter .price_slider .ui-slider-handle:hover {
  background: var(--primarycolor);
}
.widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
  -webkit-transform: translate(-100%,-50%);
  -moz-transform: translate(-100%,-50%);
  -ms-transform: translate(-100%,-50%);
  -o-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%);
}
.widget.widget_price_filter .price_slider_amount {
  font-size: 1.4rem;
  padding-bottom: 8px;
  padding-top: 4px;
}
.widget.widget_price_filter .price_slider_amount:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.widget.widget_price_filter .price_slider_amount .price_label {
  height: 32px;
  line-height: 32px;
  text-align: left;
}
.widget.widget_price_filter .price_slider_amount .price_label span {
  color: #313030;
}
.widget.widget_price_filter .price_slider_amount .price_label span:first-of-type {
  margin-left: 5px;
}
.widget.widget_price_filter .button {
  display: block;
  float: right !important;
  padding: 0 15px;
}
.yith-woocompare-widget .widget_content:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.yith-woocompare-widget ul.products-list {
  margin-bottom: 20px;
  padding: 0;
}
.yith-woocompare-widget ul.products-list li {
  padding: 10px 0;
  padding-right: 35px;
  position: relative;
}
.yith-woocompare-widget ul.products-list li.list_empty {
  padding: 0;
}
.yith-woocompare-widget ul.products-list a {
  color: #323232;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: none;
}
.yith-woocompare-widget ul.products-list a:hover {
  color: var(--primarycolor);
}
.yith-woocompare-widget ul.products-list a.remove {
  background: none;
  color: #999 !important;
  height: auto;
  left: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.yith-woocompare-widget ul.products-list a.remove:hover {
  color: var(--primarycolor) !important;
}
.yith-woocompare-widget a {
  padding-bottom: 0;
  padding-top: 0;
}
.yith-woocompare-widget a:after {
  display: none;
}
.yith-woocompare-widget .clear-all {
  float: left;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
}
.widget_top_rated_products {
  display: block;
}
.widget-area-side .widget_media_image {
  border: none;
  padding: 0;
  text-align: center;
}
.widget-area-side .widget_media_image a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.widget-area-side .widget_media_image a img {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.widget-area-side .widget_media_image a:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.widget-area-side .aiwidgetscss .widget-title {
  display: block;
}
.widget-area-side iframe {
  max-width: 100%;
}
.widget-area-side .bragatabs {
  color: #363636;
  display: block;
  
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 14px;
  padding: 0;
  width: 100%;
}
.widget-area-side .bragatabs li {
  background: #f0f0f0;
  border-top: 2px solid #f0f0f0;
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 50%;
}
.widget-area-side .bragatabs li.active {
  background: none;
  border-top: 2px solid var(--primarycolor);
  cursor: default;
}
.widget-area-side .bragatabs li.active:hover {
  background: none;
}
.widget-area-side .bragatabs li:hover {
  background: #eee;
}
.widget-area-side .su-accordion .su-spoiler {
  border-bottom: 1px solid #f0f0f0;
}
.widget-area-side .su-accordion .su-spoiler:hover .su-spoiler-icon {
  background: var(--primarycolor);
}
.widget-area-side .su-accordion .su-spoiler:hover .su-spoiler-title {
  color: var(--primarycolor);
}
.widget-area-side .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-content {
  padding: 0;
}
.widget-area-side .su-accordion .su-spoiler-title {
  font-weight: normal;
}
.widget-area-side .su-accordion .su-spoiler-icon {
  background: #999;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.widget-area-side .su-accordion .su-spoiler-content {
  padding: 15px 0;
}
.widget-area-side .su-vimeo {
  margin: 0;
}
.widget.widget_rss ul {
  margin: 0;
  padding: 0;
}
.widget.widget_rss ul li {
  list-style-type: none;
  margin: 0 0 25px;
}
.widget.widget_rss ul li:last-child {
  margin: 0;
}
.widget.widget_rss ul li .rsswidget {
  color: #181818;
  display: block;
  line-height: 1.4;
  margin-bottom: 5px;
}
.widget.widget_rss ul li .rsswidget:hover {
  color: var(--primarycolor);
}
.widget.widget_rss ul li .rss-date {
  color: #999;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.widget.widget_rss ul li .rss-date:before {
  content: '\e95b';
  display: inline-block;
  font-family: 'roadthemes-icon';
  margin-right: 5px;
  vertical-align: top;
}
.widget.widget_rss ul li .rssSummary {
  display: block;
}
.widget.widget_rss ul li cite {
  display: block;
}
.widget.widget_rss ul li cite:before {
  content: '\e944';
  display: inline-block;
  font-family: 'roadthemes-icon';
  margin-right: 5px;
  font-style:normal;
  vertical-align: top;
}
.widget.widget_products ul li {
  margin: 0 0 25px;
}
.widget.widget_products .product-image {
  float: left;
  width: 25%;
}
.widget.widget_products .product-image a {
  display: block;
}
.widget.widget_products .product-image a img {
  margin: 0;
  width: 100%;
}
.widget.widget_products .product-info {
  float: left;
  padding-left: 10px;
  text-align: left;
  width: 75%;
}
.widget.widget_products .product-info ins {
  color: var(--primarycolor);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.widget.widget_products .product-info del {
  color: #999;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: line-through;
}
.widget-area-side .blog-tabs {
  margin-bottom: 0;
}
.widget-area-side .widget_braga_widgets .widget_content {
  padding: 0 18px 5px;
}
.widget-area-side .widget_braga_widgets ul {
  margin: 0;
  padding: 0;
}
.widget-area-side .widget_braga_widgets ul li {
  border-top: 1px solid #f0f0f0;
  line-height: 1.35;
  list-style-type: none;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.widget-area-side .widget_braga_widgets ul li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.widget-area-side .widget_braga_widgets ul li a:before {
  display: none;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-thumb {
  float: left;
  margin-right: 10px;
  max-width: 30%;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-thumb a {
  border: 2px solid transparent;
  display: inline-block;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-thumb a:hover {
  border: 2px solid var(--primarycolor);
  padding-left: 0;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-thumb .avatar {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info {
  overflow: hidden;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info .post-title {
  font-size: 1.077em;
  font-weight: 700;
  margin: 0 0 10px;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info .post-title a {
  color: #323232;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info .post-title a:hover {
  color: var(--primarycolor);
  padding-left: 0;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info .post-date {
  color: #999;
  font-size: .929em;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info p {
  margin: 5px 0;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info > a {
  color: #999;
  
  font-size: .86em;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info > a:hover {
  color: var(--primarycolor);
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .comment-author {
  color: var(--primarycolor);
}
.widget_recent_entries ul li .post-date {
  color: #999;
  float: left;
  font-size: .929em;
  line-height: 12px;
  width: 100%;
}

.widget.widget_calendar table#wp-calendar {
  margin-bottom: 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.widget.widget_calendar table#wp-calendar th,
.widget.widget_calendar table#wp-calendar td {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}
#wp-calendar #today {
  color: var(--primarycolor);
  font-weight: 700;
}
.widget.widget_calendar table#wp-calendar a:hover {
  text-decoration: underline;
}
.widget.widget_recent_comments #recentcomments {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.widget.widget_recent_comments #recentcomments > li {
  margin-bottom: 13px;
}
.widget.widget_recent_comments #recentcomments > li:last-child {
  margin-bottom: 0;
}
.widget.widget_recent_comments #recentcomments > li a:hover {
  color: var(--primarycolor);
}
.widget.widget_recent_comments #recentcomments > li .comment-author-link a {
  color: #181818;
}
.widget.widget_recent_comments #recentcomments > li .comment-author-link a:hover {
  text-decoration: underline;
}
.widget select {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  outline: none;
  padding: 0 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select_arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
}
.wp-block-latest-posts > li,
.widget-area-side .widget  .wp-block-latest-posts > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1em;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
    margin: 0 1em 0 0;
}
.wp-block-latest-posts__content {
  overflow: hidden;
}
.wp-block-latest-posts__content > * {
  margin-top: 5px;
}
.wp-block-latest-posts__content a {
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1em;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  color: #777;
  font-size: 0.86em;
}
/*end side bar*/
/*login popup */

#login-form-popup {
  visibility: hidden;
  padding: 0 1.5rem;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  text-align: center;
  overflow-y: auto;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
#login-form-popup.form-open {
  visibility: visible;
  opacity: 1;
}
#login-form-popup .form-content {
    background-color: #FFFFFF;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    z-index: 205;
    margin: 25px auto;
    max-width: 550px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    pointer-events: visible;
}
#login-form-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header-account-content header {margin-bottom: 15px;}
.header-account-content .rt-tabs-wrapper ul.tabs {
  padding: 0;
  list-style:none;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ebebeb;
  text-align: center;
}
.header-account-content .rt-tabs-wrapper ul.tabs li {
  flex: 1 1 0;
  
  position: relative;
}
.header-account-content .rt-tabs-wrapper ul.tabs li a {
  padding: 10px 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.header-account-content .rt-tabs-wrapper ul.tabs li.active a {
  color: var(--primarycolor);
}
.header-account-content .rt-tabs-wrapper ul.tabs li.active:after {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: var(--primarycolor);
}
.header-account-content .woocommerce-form {
    max-width: 400px;
    margin: auto !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
}
.header-account-content .woocommerce-form  button[type="submit"] {
  width: 100%;
}
.header-account-content .woocommerce-form .form-row-wide {
  text-align: left;
}
.header-account-content .woocommerce-privacy-policy-text {
  font-size: 1.3rem;
}
.header-account-content .box-password {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.header-account-content .box-password > p {
  margin: 0 5px 0 0;
  flex: 1 1 auto;
}
.register_msg,.login_msg {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.header-account-content .fail {
  color: red;
}
@-webkit-keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@-moz-keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@-o-keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@-ms-keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.header-account-content button.loading:before {
  content:"\e94f";
  font-family:"roadthemes-icon";
  font-weight: 400;
  margin-right: 5px;
  display: inline-block;
  animation-name: spinner-spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@media (max-width: 767px) {
  #login-form-popup {
    padding: 0;
    left: -100%;
    
  }
  #login-form-popup.form-open{
    left: 0;
  }
  #login-form-popup:before {
    display:none;
  }
  #login-form-popup .form-content {
    margin: 0;
    height: 100%;
    max-width: 100%;
  }
  
}
/*-------------*/
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  
  .cart-block .header-cart > a .cart-count, 
  .wishlist-link .wishlist-count {
    position: absolute;
    margin: 0;
    right: -13px;
    top: -3px;
  }
  .cart-block .header-cart > a {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
 
  #back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  #back-to-top.active {
    bottom: 70px;
  }
  aside.col-lg-3.col-12 section:first-child {
    margin-top: var(--rowspace);
  }
  .cart-block .header-cart > a {
    border: 0;
    width: auto;
    height: auto;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
  .mc4wp-form .mc4wp-form-fields input {
    padding-right: 115px;
  }
  .mc4wp-form .mc4wp-form-fields button {
    padding: 0 15px;
    font-size: 1.2rem;
  }
  .product-inner .action-links > ul > li.product-cart {
    max-width: none;
  }
  .product-inner .action-links .product-cart a {
    font-size: 0;
  }
  
  .product-inner .action-links .product-cart a:before {
    display: inline-block;
  }
  .summary.is-fixed {
    width: 100% !important;
    position: static !Important;
  }
  .summary .product_title {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .site-footer .footer-content {
    display: block !Important;
    height: auto !important;
  }
}
@media (max-width: 567px) {
  .col-header-mobile > * {
    margin-right: 10px;
  }
 
  #_mobile_logo_ img {
    max-height: 40px;
    width: auto;
  }
}
.nx-notification .nx-branding {
  display:none !Important;
}
/*yith compare */
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display:none;
}
#cboxClose {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #222;
    bottom: auto;
    top: 1px;
    font-size: 0;
    text-indent: inherit;
    right: 1px;
}
#cboxClose:before {
    content: "\e93f";
    font-family: "roadthemes-icon";
    font-size: 1.8rem;
}
#cboxClose:hover {
    background: var(--primarycolor);
    color: #fff;
}
/* fix unittest */

#wp-calendar {
    margin-bottom: 15px;
}

#wp-calendar caption {
    caption-side: top;
    text-align: center;
    font-weight: 700;
}

.wp-calendar-nav {
    margin-bottom: 15px;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 15px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #32373c;
  color: #fff;
  border-color: #32373c;
}
.wp-block-button {
    margin-bottom: 10px;
}
.wp-block-button__link:hover {
  opacity: 0.92;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.post-password-form input[type=submit] {
  margin-top: 10px;
}
.wp-block-button.alignleft {
  margin-right: 10px;
}
.wp-block-button.alignright {
  margin-left: 10px;
}
.home.blog header {
    margin-bottom: var(--rowspace);
}
.widget-area-side .widget > div:first-child > div:first-child .widgettitle {
    margin-top: 0;
}
.widgettitle {
    margin: 50px 0 20px 0;
}
.wp-block-image, .wp-block-gallery, .et-wp-gallery {
    margin-bottom: 30px;
}
.wp-block-image figcaption {
    text-align: center;
    margin-top: 1em;
    font-size: 87.5%;
}
.wp-block-search .wp-block-search__button {
    font-size: 0;
    padding: 0 15px;
    margin-left: 5px;
    text-align: center;
    line-height: 42px;
    height: auto;
    border: 0;
    background: #313030;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.wp-block-search .wp-block-search__button:before {
    content: "\e918";
    font-family: 'roadthemes-icon';
    font-size: 1.6rem;
    vertical-align: top;
}
.wp-block-search .wp-block-search__button:hover {
    background: var(--primarycolor);
    color: #fff;
}
.wp-block-search .wp-block-search__input {
    border-color: #ebebeb;
}
.wp-block-group ol.wp-block-latest-comments {
    padding: 0;
}
.wp-block-latest-comments__comment {
    line-height: 1.5;
}
.page-links {
    clear: both;
    line-height: 34px;
    margin-bottom: 15px;
}
.page-links .post-page-numbers {
  margin: 0 10px 0 0;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.page-links span.post-page-numbers {
  text-decoration:none;
}

.entry-content .wp-block-cover-image .wp-block-cover-image-text, 
.entry-content .wp-block-cover-image .wp-block-cover-text, 
.entry-content .wp-block-cover-image h2, 
.entry-content .wp-block-cover .wp-block-cover-image-text, 
.entry-content .wp-block-cover .wp-block-cover-text, 
.entry-content .wp-block-cover h2 {
  color: #fff;
}
.gallery {
  margin: 15px -5px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.gallery-item a {
  display: block;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* DEMO */
.countdown-day {
  display: none !important;
}