@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-bold";
  /* src: url("../fonts/Montserrat-Bold.ttf"); */
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "sriracha-regular";
  src: url("../fonts/Sriracha-Regular.ttf");
  font-weight: 600;
  font-style: normal;
}

/* VIEW.PHTML CSS - START */
/*body,html{
   overflow-x: hidden;  
}*/
html.active {
    overflow: hidden;
}
html.active body {
    overflow: hidden;
}
.home-insta h2 {
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  font-size: 30px;
  text-transform: uppercase;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  font-weight: 600;
  color: #000;
 }
 .page-header .header.content .header-right .block-minicart {
    height: 100vh;
    overflow: hidden;
    padding: 0;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper #btn-minicart-close {
    background: transparent;
    top: 10px !important;
    right: 10px !important;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper #btn-minicart-close:before,
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper #btn-minicart-close:after {
    background: #656565;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper {
    position: relative;
    height: 100vh;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    width: auto !important;
    height: 71vh !important;
    padding: 0px;
    margin: 0px;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items {
    height: 100% !important;
    padding: 0px 25px;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper li.product.product-item {
    padding: 20px 0px !important;
    border-bottom: 1px solid #ffebeb !important;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details {
    text-align: left;
    padding-left: 100px;
    position: relative;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .minicart-price {
    padding-left: 0px !important;
    font-size: 14px !important;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper li.product.product-item .product-image-container {
    width: 75px !important;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-name {
    margin: 0;
}
.page-header .header.content .header-right .minicart-wrapper .product .actions .primary,
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .minicart-price:after {
    display: none;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .details-qty.qty .decreasing-qty {
    border: 0;
    height: 34px;
    font-size: 25px;
    font-weight: 500;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .details-qty.qty input {
    background: #eeeeee;
    border: 0;
    width: 45px;
    padding: 0px;
    height: 34px;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .details-qty.qty .increasing-qty {
    border: 0;
    height: 34px;
    font-size: 24px;
    font-weight: 500;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


.actions-secondary
{
  display: block !important;
}
.page-header .header.content .header-right .minicart-wrapper .ui-front .block-content .minicart-items-wrapper .product .product-item-details .product-item-pricing .details-qty.qty input:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .actions .secondary .action.delete:before {
    content: 'x';
    font-family: 'Montserrat-bold';
    line-height: 15px;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .items-total {
    margin: 10px 0px 0px 0px;
    text-align: left;
    padding: 15px 20px;
    background: #f2f2f2;
}
.page-header .header.content .header-right .block-minicart .shopping-cart-text {
    text-align: left;
    padding: 0px 40px 0px 20px;
    font-size: 20px;
    color: #000;
    font-family: 'Montserrat-bold';
}
.modal-popup.confirm._show {
    z-index: 9999 !important;
}
.header .header-right .minicart-wrapper:hover .text {
    color: #d22630 !important;
}

.minicart-bottom-sec {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
    background: #fff;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.minicart-bottom-sec .subtotal {
    padding: 5px 0px !important;
    background: transparent !important;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .actions>.primary {
    width: 100%;
    background: #fff;
}
.page-header .header.content .header-right .minicart-wrapper.active #minicart-content-wrapper .block-content .actions>.primary button {
    width: 100%;
    height: 44px;
}
.minicart-bottom-sec>.actions {
    order: 3;
    border-radius: 3px;
}
.minicart-bottom-sec>.actions .secondary {
    background: #dcdcdc;
}
.account .columns .column.main a {
    text-decoration: underline;
}
.account .products-grid.wishlist .product-item .product-item-info:hover .product-item-inner {
    margin: 0;
    position: absolute;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    border-top: 0;
}
.account .products-grid.wishlist .product-item .product-item-info:hover .product-item-inner .comment-box {
    display: none;
}
.account .products-grid.wishlist .product-item .product-item-info:hover {
    z-index: 9;
}
.checkout-index-index #co-shipping-form .field:nth-child(2n) {
    position: relative;
}
.checkout-index-index #co-shipping-form .field:nth-child(2n) .field-tooltip.toggle._active {
    position: unset;
    width: auto;
    float: right;
}
.checkout-index-index #co-shipping-form .field:nth-child(2n) .field-tooltip.toggle._active .field-tooltip-content {
    width: auto;
    left: 0;
}
/*social share icons css*/
.product-info-main .box-tocart .fieldset .actions .social-share ul {
    display: flex;
    margin: 0;
    padding-left: 0;
}
.product-info-main .box-tocart .fieldset .actions .social-share ul a {
    padding: 0px 5px;
}
.product-info-main .box-tocart .fieldset .actions .social-share {
    flex: 0 50%;
}
/*social share icons css end*/
/*product label overlap issue*/
.catalog-product-view .product.media .sparsh-product-label {
    z-index: 1;
}
/*product label overlap issue*/
/*product page wishlist icon with title*/
.product-info-main .page-title-wrapper {
    display: flex;
    justify-content: space-between;
}
.product-info-main .page-title-wrapper img {
    top: 0px !important;
    right: 0 !important;
}
.product-info-main .page-title-wrapper a {
    flex: 0 7%;
    text-align: right;
}
/*product page wishlist icon with title end*/
.home-insta .mpinstagramfeed-container { 
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  text-align: center;
 }
 .home-insta .mpinstagramfeed-photo {
  height: 340px;
  object-fit: cover;
 }
 .home-insta .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
  left: 0;
 }
 .home-insta
  .mpinstagramfeed-container
  .mpinstagramfeed-photo
  .mpinstagramfeed-post-caption {
  display: none;
 }
 .home-insta .insta-link {
  max-width: 1300px;
  width: 95%;
  margin: 20px auto 0px auto;
  display: flex;
  align-items: center;
 }
 .home-insta .insta-link a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
 }
 .home-insta .insta-link .fa-instagram {
  font-size: 23px;
  background: #333;
  padding: 12px;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  color: #fff;
  position: relative;
 }
 .home-insta .insta-link .fa-instagram:before {
  left: 15px;
  position: absolute;
  top: 13px;
 }
 .product-item-actions .actions-primary > .stock.unavailable{
     padding-right: 0px;
 }
 .cms-no-route .columns .sidebar-additional {
    clear: both;
    float: left;
 }

.catalog-category-view
  .product-item-info
  .product-item-inner
  .product-edit
  .addedtocart {
  display: flex !important;
  justify-content: space-between;
  width: 100% !important;
  align-items: baseline;
  min-height: 30px;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .product-edit
  .product-item-delete {
  position: relative;
  font-size: 0;
  color: currentColor;
  text-align: right;
  text-decoration: none;
}
.catalog-category-view
  .products-grid
  .product-items
  .product-item
  .product-item-info
  .product-item-details
  .product-item-name
  .product-item-link,
.catalogsearch-result-index
  .products-grid
  .product-item
  .product-item-info
  .product.details.product-item-details
  .product-item-name
  .product-item-link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 46px !important;
  font-size: 12px;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .edit-button
  .product-item-update,
.catalogsearch-result-index
  .product-item-info
  .product-item-inner
  .edit-button
  .product-item-update {
  width: 110px;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .product-edit
  > div {
  float: left;
  width: 48%;
}
.catalog-category-view .product-item-info .product-item-inner .product-edit {
  max-width: 218px;
  margin-top: 5px;
  display: flex;
}


.action.primary:hover,
.action-primary:hover {
  background: #e11f1d;
  border: 1px solid #e11f1d;
  color: #ffffff;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #e11f1d;
  border: 1px solid #e11f1d;
  color: #ffffff;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .product-edit
  .addedtocart
  .product-item-delete:before {
  content: "\e604";
  font-family: "luma-icons";
  font-size: 1.4rem;
  margin-top: 5px;
  display: block;
}
.catalog-category-view strong.block-subtitle.filter-subtitle,
.catalogsearch-result-index strong.block-subtitle.filter-subtitle {
  display: block;
  border-bottom: 0px;
  padding-left: 0px;
}
.page-header
  .panel.wrapper
  .header.panel
  .header-top-links
  .left
  .countdown-container
  .countdown-start-time
  span:first-child {
  font-family: "Montserrat-bold";
}
.page-header
  .panel.wrapper
  .header.panel
  .header-top-links
  .left
  .countdown-container
  .countdown-start-time
  span:last-child {
  color: #e11f1d;
  font-size: 18px;
  font-family: "Montserrat-bold";
}
.catalog-category-view .product-item-info .product-item-inner .edit-button,
.catalogsearch-result-index
  .product-item-info
  .product-item-inner
  .edit-button {
  display: flex;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty,
.catalogsearch-result-index
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty {
  min-width: 95px;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty
  .qty-change,
.catalogsearch-result-index
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty
  .qty-change {
  border: 1px #acacac solid;
  border-radius: 5px;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty
  .qty-change
  input,
.catalogsearch-result-index
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty
  .qty-change
  input {
  width: 30px;
  padding: 0px;
  text-align: center;
  border: none;
  color: #878787;
  height: 26px;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty
  .qty-change
  span,
.catalogsearch-result-index
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty
  .qty-change
  span {
  background: 0 0;
  border: none;
  padding: 1px 5px;
  font-size: 1.4em;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  margin-top: 2px;
}
.catalogsearch-result-index
  .filter-content
  .filter-options
  .filter-options-item {
  position: relative;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty
  .qty-change
  span.decreaseqty,
.catalogsearch-result-index
  .product-item-info
  .product-item-inner
  .edit-button
  .field-qty
  .qty-change
  span.decreaseqty {
  padding: 0 10px 2px 5px;
  border-right: 1px #acacac solid;
  border-radius: 0;
}
.catalog-category-view
  .product-item-info
  .product-item-inner
  .edit-button
  .product-item-add,
.catalogsearch-result-index
  .product-item-info
  .product-item-inner
  .edit-button
  .product-item-add {
  border-radius: 4px;
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  button
  span {
  color: #fff;
}

.catalog-category-view.page-layout-1column .filter-options-title,
.catalogsearch-result-index.page-layout-1column .filter-options-title {
  padding-top: 10px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: rgba(247, 241, 241, 1);
}

.catalog-category-view.page-layout-1column .filter-options-title:after,
.catalogsearch-result-index .page-layout-1column .filter-options-title:after {
  top: 10px;
  padding-right: 10px;
}

.catalog-category-view .filter-options-item ol.items,
.catalog-category-view .filter-options-item .swatch-attribute,
.catalogsearch-result-index .filter-options-item ol.items {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: rgba(247, 241, 241, 1);
  padding-left: 10px;
}
.catalog-category-view .filter-options-item .filter-options-content {
  width: 100% !important;
  position: absolute;
  left: 0px;
  z-index: 999;
  background: transparent;
  box-shadow: none;
  border: 0;
}
.catalog-category-view div#layered-filter-block {
  border-bottom: 1px solid #dcdcdc !important;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.products-grid .related-products .owl-nav {
  display: block;
}
.products-grid .related-products .owl-nav .owl-prev {
  background: #ffffff;
  padding: 15px 20px !important;
  position: absolute;
  top: 45%;
  border-radius: 25px;
  left: -50px;
  border: 1px solid #dcdcdc;
}
.products-grid .related-products .owl-nav .owl-next {
  background: #ffffff;
  padding: 15px 20px !important;
  color: #000;
  position: absolute;
  top: 45%;
  right: -50px;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
}
.products-grid .related-products .owl-nav span {
  font-size: 32px;
  line-height: 12px;
  color: #000;
}
.customer-alert a {
  background: #e11f1d;
  padding: 10px;
  border-radius: 4px;
  color: #fff !important;
  font-family: "Montserrat-bold";
  font-size: 13px;
  text-decoration: none;
}
.customer-alert {
  line-height: 30px;
}
/*search page css*/
.catalogsearch-result-index .products-grid .product-item .product-item-info {
  height: auto;
}
.catalogsearch-result-index
  .filter-content
  .filter-options
  .filter-options-item
  .filter-options-content {
  position: absolute;
  left: 0px;
  z-index: 999;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: 0;
}
.catalogsearch-result-index
  .filter-content
  .filter-options
  .filter-options-item
  .filter-options-content
  ol.items {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: rgba(247, 241, 241, 1);
  padding-left: 10px;
}
.catalogsearch-result-index
  .filter-content
  .filter-options
  .filter-options-item:after,
.catalogsearch-result-index
  .filter-content
  .filter-options
  .filter-options-item:before {
  display: none;
}
.catalogsearch-result-index strong.block-subtitle.filter-subtitle {
  display: block;
  border-bottom: 0px;
  padding-left: 0px;
}
.catalogsearch-result-index .block-content .filter-options {
  display: flex;
}
.catalogsearch-result-index .block-content .filter-options {
  display: flex;
  flex-wrap: wrap;
}
.catalogsearch-result-index
  .block-content
  .filter-options
  .filter-options-item {
  padding-bottom: 0;
  border-bottom: 0;
}
.catalogsearch-result-index
  .block-content
  .filter-options
  .filter-options-item {
  width: 20%;
}
.catalogsearch-result-index
  .block-content
  .filter-options
  .filter-options-item
  .filter-options-title {
  padding-top: 10px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: rgba(247, 241, 241, 1);
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.catalogsearch-result-index
  .block-content
  .filter-options
  .filter-options-item
  .filter-options-title:after {
  top: 10px;
  padding-right: 10px;
}
.catalogsearch-result-index
  .products-grid
  .product-items
  .product-item
  .product-item-info
  .product-item-inner {
  height: auto !important;
  box-shadow: none;
  padding: 0;
}
.catalogsearch-result-index .product-item {
  border: 0;
  padding: 0;
  flex: 0 23.4%;
}
.catalogsearch-result-index .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.catalogsearch-result-index
  .products-grid
  .product-items
  .product-item:nth-child(3n + 1) {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.catalogsearch-result-index .product-items .product-item {
  background: #fff;
}
.catalogsearch-result-index .products-grid .product-items .product-item {
  border: 0;
  padding: 0;
  flex: 0 23.4%;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
/*search page css end*/
@media screen and (max-width: 1450px) {
  .products-grid .related-products .owl-nav .owl-prev {
    left: -10px;
  }
  .products-grid .related-products .owl-nav .owl-next {
    right: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-category-view .filter-options-item,
  .catalogsearch-result-index .filter-options-item {
    max-width: 14%;
    margin-right: 1% !important;
  }

  .catalog-category-view .filter-options-item:last-child {
    margin-right: 0% !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .catalog-category-view .filter-options-item,
  .catalogsearch-result-index
    .block-content
    .filter-options
    .filter-options-item {
    max-width: 30%;
    margin-right: 3% !important;
  }

  .catalog-category-view .filter-options-item:last-child,
  .catalogsearch-result-index
    .block-content
    .filter-options
    .filter-options-item:last-child {
    margin-right: 0% !important;
  }
}

@media screen and (max-width: 768px) {
.checkout-index-index #checkout .opc-summary-wrapper .minicart-items-wrapper {
    max-height: 100%;
}
.checkout-index-index .opc-summary-wrapper._show {
    z-index: 999 !important;
}
.header .header-right ul li:nth-child(2):after{
  display: none;
}
.header .header-right .header.links:hover li:first-child + .customer-welcome:before{
    left: 45% !important;
    top: -9px !important;
    background-size: 20px !important;
}
.header .header-right .customer-welcome {
    margin-right: 25px;
}
.filter .filter-current{
    width: 100%;
    margin: auto;
}
.minicart-wrapper .action.showcart .counter.qty{
 top: -11px;
}
body.account
    .header
    .header-right
    .header.links
    li:nth-child(2)
    .customer-name,
  body.cms-home
    .header
    .header-right
    .header.links
    li:nth-child(2)
    .customer-name,
  body.catalog-category-view
    .header
    .header-right
    .header.links
    li:nth-child(2)
    .customer-name,
  body.catalog-product-view
    .header
    .header-right
    .header.links
    li:nth-child(2)
    .customer-name,
  body.cms-page-view
    .header
    .header-right
    .header.links
    li:nth-child(2)
    .customer-name,
  body.contact-index-index
    .header
    .header-right
    .header.links
    li:nth-child(2)
    .customer-name,
  body.catalogsearch-result-index
    .header
    .header-right
    .header.links
    li:nth-child(2)
    .customer-name,
  body.checkout-cart-index
    .header
    .header-right
    .header.links
    li:nth-child(2)
    .customer-name,
    body.cms-no-route .header .header-right .header.links li:nth-child(2) .customer-name {
    /*right: 28%;*/
    right: -25px !important;
    top: -9px;
    left: 0;
    opacity: 0;
    height: auto;
    width: auto;
  }
  .catalogsearch-result-index .filter-content .filter-options .filter-options-item .filter-options-content{
     position: unset;
  }
  .home-insta .mpinstagramfeed-photo {
    height: 230px;
    object-fit: cover;
  }
  .home-insta .mpinstagramfeed-container .row.shuffle {
    display: flex;
    flex-wrap: wrap;
  }
  .home-insta .mpinstagramfeed-container .row.shuffle .mpinstagramfeed-photo {
    flex: 0 49%;
  }
  .catalogsearch-result-index
    .filter-content
    .filter-options
    .filter-options-item
    .filter-options-content {
    padding: 5px 0px;
  }
  .catalog-category-view
    .products-grid
    .product-items
    .product-item
    .product-item-info
    .product-item-details
    .product-item-name
    .product-item-link,
  .catalogsearch-result-index
    .products-grid
    .product-item
    .product-item-info
    .product.details.product-item-details
    .product-item-name
    .product-item-link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 46px !important;
    font-size: 12px;
  }
  body.catalog-category-view .block.filter#layered-filter-block {
    border-bottom: 0 !important;
  }
  .catalog-category-view .filter-content,
  .catalogsearch-result-index .filter-content {
    display: block !important;
  }
  .catalog-category-view .filter-content .filter-current .block-subtitle,
  .catalogsearch-result-index .filter-content .filter-current .block-subtitle {
    display: block !important;
  }
  .catalog-category-view .filter-content .filter-options,
  .catalog-category-view .filter-content .block-subtitle,
  .catalogsearch-result-index .filter-content .filter-options,
  .catalogsearch-result-index .filter-content .block-subtitle {
    display: none !important;
  }
  .catalog-category-view .block.filter.active .filter-content .block-subtitle,
  .catalog-category-view .block.filter.active .filter-content .filter-options,
  .catalogsearch-result-index
    .block.filter.active
    .filter-content
    .block-subtitle,
  .catalogsearch-result-index
    .block.filter.active
    .filter-content
    .filter-options {
    display: block !important;
  }
  .catalog-category-view
    .products-grid
    .product-items
    .product-item
    .product-item-info
    .product-item-details,
  .catalogsearch-result-index
    .products-grid
    .product-items
    .product-item
    .product-item-info
    .product-item-details {
    padding: 10px;
  }
  .catalog-category-view
    .products-grid
    .product-items
    .product-item
    .product-item-details,
  .catalogsearch-result-index
    .products-grid
    .product-items
    .product-item
    .product-item-details {
    padding-bottom: 10px;
  }
  .catalog-category-view .filter-options-item .filter-options-content {
    width: 98% !important;
    padding-top: 0px;
  }
  .mobile-homepage-shipping {
    display: none;
  }
}
/* VIEW.PHTML CSS - END */

@media screen and (max-width: 769px) {
  .navigation .level0 .submenu li.parent > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    /* line-height: 20px; */
    line-height: 0;
    color: inherit;
    content: "\e622";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    /* overflow: hidden; */
    speak: none;
    text-align: center;
    position: absolute;
    font-size: 1.6rem;
    right: 10px;
  }
  .navigation .level0 .submenu li.parent > a.expd:after {
    content: "\e621";
  }
  .navigation .parent > a {
    touch-action: none;
  }
  .category-item.active {
    font-weight: bolder;
  }
  .level1 li.ui-menu-item.all-category,
  .submenu li.level2.category-item {
    padding: 0px;
    padding-left: 15px;
  }
  .level1 li.ui-menu-item.all-category,
  li.level2.category-item {
    border-left: 1px solid #d22630;
  }
}

/* Jasjeet code */
.product.info.detailed {
  margin-top: 20px;
}
.product.info.detailed .data.item.title.active .data.switch {
  background: #df1513;
  border: none;
  color: #fff;
  font-weight: 600;
}
.product.info.detailed .data.item.title .data.switch {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 1px solid #df1513;
    border-bottom: 0;
    color: #df1513;
    font-weight: 600;
}
.product.info.detailed .data.item.content {
  padding: 15px 0px;
  color: #000;
  font-weight: 600;
  border-top: 1px solid #dcdcdc;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.customer-welcome ul:before,
.customer-welcome ul:after {
  left: 19px;
}
.customer-welcome ul:before {
  left: 20px;
}
.cstm-sign-in-to-buy span {
  color: #df1513;
  font-weight: 600;
  text-decoration: underline;
}
.about-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-img img {
  flex: 0 15%;
  width: 24%;
}

.breadcrumbs .items li:nth-child(3):after {
  display: none;
}

body.catalogsearch-result-index .page-main {
  margin: 0px auto 0 !important;
}

.catalogsearch-result-index .page-title {
  margin-bottom: 10px;
}

.catalogsearch-result-index .column.main {
  padding-top: 0px !important;
}

.catalogsearch-result-index .products-grid .product-item {
  width: calc((100% - 10%) / 4) !important;
  margin-right: 23px;
}

.header .header-right .minicart-wrapper:hover .counter.qty {
  top: -13px;
}

.navigation .submenu li {
  text-align: left;
}

.navigation .submenu li a span {
  color: #000 !important;
  font-weight: 600;
}

.header .header-right .mobile-home.active-page a {
  color: #d22630;
}
.catalogsearch-result-index
  .product-item-actions
  .actions-primary
  .stock.available {
  padding-top: 0;
}
.product-item-actions .actions-primary .stock.available {
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
}

.catalogsearch-result-index .filter-nav {
  display: none;
}

.catalogsearch-result-index .column.main {
  width: 100%;
}
.customer-account-create .header .header-right ul li:nth-child(2):before,
.customer-account-forgotpassword
  .header
  .header-right
  ul
  li:nth-child(2):before {
  top: 0;
}
.catalogsearch-result-index .header .header-right ul li:nth-child(2):before {
  top: -10px;
}
.header .header-right .custom.link.wishlist .red-icon {
  display: none;
}
.header .header-right .custom.link.wishlist:hover .red-icon,
.header .header-right .custom.link.wishlist.active-page .red-icon {
  display: block;
  width: 25px;
  height: 23px;
  margin: auto;
  top: 6px;
}
.header .header-right ul li:nth-child(2).active-page a {
  color: #e11f1d;
}
.header .header-right .custom.link.wishlist:hover .black-icon,
.header .header-right .custom.link.wishlist.active-page .black-icon {
  display: none;
}
.header .header-right .custom.link.wishlist:hover span {
  top: 12px;
}
.header .header-right ul li:nth-child(2):hover:before,
.header .header-right ul li:nth-child(2).active-page:before {
  display: none;
}
.account .header .header-right ul li:nth-child(2):before {
  display: block;
}

.header .header-right ul li:first-child + .customer-welcome:before,
body.checkout-cart-index
  .header
  .header-right
  ul
  li:first-child
  + .customer-welcome:before {
  display: block;
}

.header
  .header-right
  ul
  li:first-child
  + .customer-welcome:hover
  ul
  li
  a:after {
  display: none;
}
.account .header .header-right ul li:nth-child(2):hover ul li a:after,
.account .header .header-right ul li:nth-child(2).active ul li a:after,
.header .header-right .header.links:hover li:first-child + .customer-welcome:after,
.header .header-right ul li:nth-child(2):after {
  display: none;
}
.header .header-right ul li:nth-child(2):hover a:after,
.header .header-right ul li:nth-child(2).active-page a:after{
  content: "";
  position: absolute;
  left: 19%;
  right: auto;
  background: url(/pub/media/wysiwyg/user-red.svg);
  padding: 3px 9px;
  top: -29px;
  width: 8px;
  height: 20px;
  background-repeat: no-repeat;
  z-index: 9;
}
.header .header-right .header.links:hover li:first-child + .customer-welcome:before{
  content: "";
  position: absolute;
  left: 36%;
  right: auto;
  background: url(/pub/media/wysiwyg/user-red.svg);
  padding: 3px 9px;
  top: -11px;
  width: 8px;
  height: 20px;
  background-repeat: no-repeat;
}
.bestselling-products .owl-nav.disabled {
  display: block !important;
}
.bestselling-products-section .bestselling-products,
.bestselling-products {
  text-align: center;
}
.bestselling-products-section .bestselling-products .owl-nav span {
  font-size: 32px;
  line-height: 12px;
  color: #000;
}
.bestselling-products-section .bestselling-products .owl-nav .owl-prev {
  background: #ffffff;
  padding: 15px 20px !important;
  position: absolute;
  top: 45%;
  border-radius: 25px;
  left: -50px;
}
.bestselling-products-section .bestselling-products .owl-nav .owl-next {
  background: #ffffff;
  padding: 15px 20px !important;
  color: #000;
  position: absolute;
  top: 45%;
  right: -50px;
  border-radius: 25px;
}
.bestselling-products .owl-nav.disabled span,
.products-grid .bestselling-products .owl-nav span {
  font-size: 32px;
  line-height: 12px;
  color: #000;
}
.bestselling-products .owl-nav.disabled .owl-prev,
.products-grid .bestselling-products .owl-nav .owl-prev {
  background: #ffffff;
  padding: 15px 20px !important;
  position: absolute;
  top: 45%;
  border-radius: 25px;
  left: -50px;
  border: 1px solid #dcdcdc;
}
.bestselling-products .owl-nav.disabled .owl-next,
.products-grid .bestselling-products .owl-nav .owl-next {
  background: #ffffff;
  padding: 15px 20px !important;
  color: #000;
  position: absolute;
  top: 45%;
  right: -50px;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
}
.customer-account-login .header.links {
  margin-top: 18px !important;
}
.header .header-right .mobile-home a {
  text-decoration: none;
}
.header .header-right .mobile-home:hover a {
  color: #e01816;
}
.header .header-right .mobile-home:hover a i {
  color: #e01816;
}
.nav-before-open.nav-open .header-right,
.nav-before-open.nav-open .top-banner-home,
.nav-before-open.nav-open .category-view {
  z-index: -1;
}
.category-description {
  display: none;
}
.catalog-product-view .filter-nav,
.cms-page-view .filter-nav {
  display: none;
}
.header .header-center .block-search .minisearch .control {
  color: #000;
}
.products-grid .product-item-actions {
  margin: 0px 0 10px;
}
.products-grid
  .product-items
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  .stock.unavailable
  .product.alert.stock {
  padding-top: 10px;
}
.product-info-main {
  margin-bottom: 50px;
}
.product-info-main .product-add-form{
   padding-top: 0 !important;
}
.product-info-main .product.alert{
   padding-top: 10px;
}
.product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  margin: 0;
}
a,
.alink,
a:visited,
.alink:visited {
  color: #000;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000;
}
.checkout-index-index
  .form-shipping-address
  #shipping-new-address-form
  > .field
  .label,
.checkout-index-index .form.form-login .label span {
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
.form-shipping-address #shipping-new-address-form > .field {
  width: 48.5%;
}
.form-shipping-address #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-shipping-address #shipping-new-address-form > .field.street {
  width: 100%;
}
.form-shipping-address #shipping-new-address-form .field:nth-child(3) {
  width: 100%;
}
.checkout-cart-index .checkout-methods-items .action.multicheckout {
  color: #000;
  font-family: montserrat;
  font-weight: 600;
}
.swatch-option-tooltip {
  display: none !important;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-item-details
  .product.options {
  text-align: right;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-item-details
  .product.options
  .toggle
  span {
  color: #000;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-item-details
  .product.options
  .label {
  color: #000;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-item-details
  .product.options
  .values {
  color: #000;
}
.product-info-main .product-info-stock-sku .price-label {
  display: none !important;
}
.catalog-category-view .block-content .filter-options,
.catalogsearch-result-index .block-content .filter-options {
  display: flex;
}
.catalog-category-view .block-content .filter-options .filter-options-content,
.catalogsearch-result-index
  .block-content
  .filter-options
  .filter-options-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  position: inherit;
}
.catalog-category-view
  .block-content
  .filter-options
  .filter-options-item.active:after {
  display: none;
}
.catalog-category-view
  .block-content
  .filter-options
  .filter-options-item.active:before {
  display: none;
}
.catalog-category-view .block-content .filter-options .filter-options-item,
.catalogsearch-result-index
  .block-content
  .filter-options
  .filter-options-item {
  width: 15%;
  position: inherit;
}
.catalog-category-view
  .block-content
  .filter-options
  .filter-options-item
  .filter-options-title,
.catalogsearch-result-index
  .block-content
  .filter-options
  .filter-options-item
  .filter-options-title {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}

.catalog-category-view .breadcrumbs ul.items .filter-nav button:after {
  content: "\f1de ";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  padding-left: 10px;
}
.catalog-category-view .breadcrumbs ul.items .filter-nav button {
  position: relative;
  background: transparent;
  border: none;
  text-transform: uppercase;
  width: 100px;
}
.catalog-category-view .breadcrumbs ul.items .filter-nav {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.catalog-category-view .breadcrumbs ul.items {
  position: relative;
}
.catalog-category-view .products-grid .product-item .product-item-info {
  height: 410px;
}
.catalog-category-view .products-grid .product-item {
  width: calc((100% - 10%) / 4) !important;
  margin-left: 3% !important;
}
.catalog-category-view .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 3% !important;
}
.catalog-category-view .products-grid .product-item:nth-child(4n + 1) {
  margin-left: 0% !important;
}
.catalog-product-view .block-content {
  display: block !important;
}
.minicart-wrapper .ui-front .block-content{
     display: flex !important;
}
.cstm-product-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cstm-product-category .cstm-category-name:after {
  content: ",";
  padding-right: 5px;
}
.cstm-product-category .cstm-category-name:last-child:after {
  display: none;
}
.cstm-product-category .cstm-category-name a {
  color: #e11f1d;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.cstm-product-category .cstm-category-name {
  line-height: 19px;
}
.products-grid .product-item:hover {
  box-shadow: none;
}
.products-grid .product-item {
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.products-grid
  .product-item
  .product.details.product-item-details
  .product-item-name {
  font-family: "Montserrat-bold";
}
.catalogsearch-result-index
  .products-grid
  .product-item
  .product.details.product-item-details
  .product-item-name {
  height: auto !important;
}
.products-grid
  .product-item
  .product.details.product-item-details
  .price-final_price {
  display: block;
}

/* .product-info-price .price-including-tax+.price-excluding-tax:before  { 
 display : none;
} */

.products-grid .product-item .product-item-info {
  height: auto;
  border-radius: 5px;
  width: auto;
}
.products-grid .product-item .product-item-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.products-grid .product-item .product-item-info .product-item-details {
  margin-top: 15px;
}
.products-grid
  .product-item
  .product-item-info:hover
  .product-item-details
  .product-item-inner {
  box-shadow: none;
  padding: 0;
}
.products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner {
  clip: inherit;
  height: 0;
  margin: 0;
  overflow: inherit;
  position: inherit;
  width: auto;
  margin-top: 0px;
  border: 0;
}
.catalog-category-view
  .products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  button:hover,
.catalog-category-view
  .products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  .product-item-update:hover,
.catalogsearch-result-index
  .products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  button:hover {
  background: #68a70b !important;
  border: 1px solid #68a70b;
}
.products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  button {
  background: #e11f1d;
  border: 0;
  margin-top: 15px;
}
.cms-home
  .products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  button {
  margin-top: 0px;
}
.products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  button
  span {
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat-bold";
}
.breadcrumbs a {
  color: #000 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.cstm-sub-categories {
  display: flex;
  list-style: none;
  max-width: 1300px;
  width: 95%;
  margin: 0px auto;
  padding: 0;
  flex-wrap: wrap;
}
.cstm-sub-categories li {
  flex: 0 23%;
  margin-right: 18px;
  margin-bottom: 30px;
}
.cstm-sub-categories li img {
  width: 100%;
}
.cstm-sub-categories li span {
  margin-top: 15px;
  color: #000000;
  font-weight: 600;
}
.cstm-sub-categories .cstm-sub-category-image:hover span {
  color: #d22630;
  text-decoration: underline;
}
.owl-carousel.owl-theme.related-products
  li
  .product-item-info
  .product-item-details
  .product-item-name {
  margin-left: 0;
}
.owl-carousel.owl-theme.related-products {
  text-align: center;
}
.product-info-main .product.attribute.sku .type:after {
  content: ":";
}
.catalog-product-view .column.main {
  padding-bottom: 0;
}
.catalog-category-block li {
  margin: 10px 0px !important;
}
.catalog-category-view .column.main {
  padding-top: 0 !important;
  padding-bottom: 0;
}
.catalog-category-view .page-wrapper,
.catalogsearch-result-index .page-wrapper {
  background: #f8fafc;
}
.catalog-category-view .breadcrumbs ul.items {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}
.cms-pages-data ul {
  line-height: 35px;
}
.cms-pages-data strong {
  font-family: "Montserrat-bold";
  font-size: 15px;
  line-height: 30px;
}
.cms-pages-data table thead tr th:first-child {
  width: 40%;
}
.cms-pages-data table {
  width: 90%;
}
.cms-pages-data table thead tr th {
  border: 1px solid #000;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat-bold";
  font-size: 15px;
}
.cms-pages-data table tbody tr td {
  border: 1px solid #000;
  text-align: center;
  font-weight: 600;
}
.checkout-cart-index #block-discount-heading {
  font-family: "Montserrat-bold";
  color: inherit;
}
.checkout-cart-index button.update {
  background: #e11f1d;
  color: #fff;
  padding: 15px 32px;
  font-size: 15px;
  float: left;
}
.checkout-cart-index #co-shipping-method-form .fieldset.rate {
  margin: 0;
}
.checkout-cart-index #block-summary {
  padding: 0;
}
.checkout-cart-index .summary.title {
  font-family: montserrat-bold;
}
.cart.table-wrapper .cart thead tr th.col {
  font-family: montserrat-bold;
}
.cart.table-wrapper .product-item-name {
  font-size: 15px;
  font-weight: 600;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-summary > .title,
.checkout-index-index
  .opc-block-shipping-information
  .shipping-information-title {
  font-family: "Montserrat-bold";
  font-size: 20px;
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  color: #e11f1d;
}
.checkout-index-index .opc-summary-wrapper {
  margin: 0;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary {
  margin: 0;
}
.checkout-index-index .opc-summary-wrapper .modal-inner-wrap {
  border: 1px dashed #b5b5b5;
  background: #f5f5f5;
}
.checkout-index-index .minicart-items .product-item-name {
  font-weight: 600;
  line-height: 20px;
}

.minicart-items .product-item-details .product.actions{
  margin-top: 25px;
}
.opc-progress-bar-item._complete > span {
  color: #e11f1d;
}
.opc-progress-bar-item {
  width: 32% !important;
}
.opc-progress-bar-item:before {
  height: 3px;
}
.opc-progress-bar-item._active > span {
  color: #333333;
  font-weight: 600;
  font-family: montserrat-bold;
  font-size: 15px;
}
.opc-progress-bar-item > span {
  font-size: 15px;
  font-family: montserrat-bold;
  color: #a3a3a3;
}
.checkout-index-index .checkout-shipping-address,
.checkout-index-index .checkout-payment-method {
  box-shadow: 0px 0px 50px -34px #9b9b9b;
  padding: 20px 35px 20px 35px;
  margin-bottom: 45px !important;
}
.checkout-index-index .minicart-items .product > .product-item-photo,
.checkout-index-index .minicart-items .product > .product-image-container {
  width: 75px !important;
  height: 75px !important;
}
.checkout-index-index .product-item-details {
  margin-top: 0;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .form-create-account {
  display: block;
  margin: auto;
  padding: 45px;
  box-shadow: 0px 0px 36px -9px #c5c5c5;
}
.customer-account-create .form-create-account fieldset.create.account {
    margin: 0;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.page-title-wrapper .page-title {
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
}
.header .header-right .minicart-wrapper:hover .counter-number {
  color: #fff !important;
}
.block-minicart .subtitle.empty {
  padding: 20px 0 20px;
  color: #404040;
}
.bestselling-products
  li.product-item.item:hover
  .product-item-info
  .product-item-details
  .product-item-inner
  button.action.tocart
  span {
  text-decoration: underline;
}
.breadcrumbs .items .item.home a {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
.breadcrumbs .items .item strong {
  font-weight: 600;
  color: #8b8b8b;
  font-size: 14px;
}
.contact-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-data form {
  flex: 0 45%;
  min-width: auto !important;
}
.contact-data .contact-img {
  flex: 0 50%;
}
.contact-data .contact-img iframe {
  width: 100%;
  height: 450px;
  border: 1px solid #cfcfcf !important;
  padding: 5px;
  border-radius: 4px;
}
.contact-index-index .contact-data .contact input {
  height: 40px;
  border-left: 2px solid #e11f1d;
  border-radius: 5px;
}
.contact-index-index .contact-data .contact textarea {
  height: 140px;
  border-left: 2px solid #e11f1d;
  border-radius: 5px;
}
.products-related .product-item-actions {
  margin: 45px 0 15px 0px;
}
.header .header-right .minicart-wrapper:hover a span {
  color: #282828 !important;
}
.navigation li a {
  color: #000 !important;
}
body.account
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li,
body.cms-home
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li,
body.catalog-category-view
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li,
body.catalog-product-view
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li,
body.cms-page-view
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li,
body.contact-index-index
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li,
body.catalogsearch-result-index
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li,
body.checkout-cart-index
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li {
  text-align: left;
}
body.account
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .link.wishlist,
body.cms-home
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .link.wishlist,
body.catalog-category-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .link.wishlist,
body.catalog-product-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .link.wishlist,
body.cms-page-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .link.wishlist,
body.contact-index-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .link.wishlist,
body.catalogsearch-result-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .link.wishlist,
body.checkout-cart-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .link.wishlist {
  display: none;
}
body.account
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a,
body.cms-home
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a,
body.catalog-category-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a,
body.catalog-product-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a,
body.cms-page-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a,
body.contact-index-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a,
body.catalogsearch-result-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a,
body.checkout-cart-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a {
  top: auto;
  font-size: 13px;
}
body.account .header .header-right .header.links .greet.welcome,
body.cms-home .header .header-right .header.links .greet.welcome,
body.catalog-category-view .header .header-right .header.links .greet.welcome,
body.catalog-product-view .header .header-right .header.links .greet.welcome,
body.cms-page-view .header .header-right .header.links .greet.welcome,
body.contact-index-index .header .header-right .header.links .greet.welcome,
body.catalogsearch-result-index
  .header
  .header-right
  .header.links
  .greet.welcome,
body.checkout-cart-index .header .header-right .header.links .greet.welcome,
body.cms-no-route .header .header-right .header.links .greet.welcome{
  color: #2d2d2d;
  margin: 0;
  position: relative;
  top: 15px;
  font-weight: 600;
}
body.account
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu,
body.cms-home
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu,
body.catalog-category-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu,
body.catalog-product-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu,
body.cms-page-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu,
body.contact-index-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu,
body.catalogsearch-result-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu,
body.checkout-cart-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu,
  body.cms-no-route .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu{
  position: absolute;
  right: auto;
  top: 30px;
  left: 0;
  
}
body.account
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li:nth-child(2):before,
body.cms-home
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li:nth-child(2):before,
body.catalog-category-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li:nth-child(2):before,
body.catalog-product-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li:nth-child(2):before,
body.cms-page-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li:nth-child(2):before,
body.contact-index-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li:nth-child(2):before,
  body.cms-no-route  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li:nth-child(2):before{
  display: none;
}
body.account .header .header-right .header.links .customer-welcome span button,
body.cms-home .header .header-right .header.links .customer-welcome span button,
body.catalog-category-view
  .header
  .header-right
  .header.links
  .customer-welcome
  span
  button,
body.catalog-product-view
  .header
  .header-right
  .header.links
  .customer-welcome
  span
  button,
body.cms-page-view
  .header
  .header-right
  .header.links
  .customer-welcome
  span
  button,
body.contact-index-index
  .header
  .header-right
  .header.links
  .customer-welcome
  span
  button,
body.catalogsearch-result-index
  .header
  .header-right
  .header.links
  .customer-welcome
  span
  button,
body.checkout-cart-index
  .header
  .header-right
  .header.links
  .customer-welcome
  span
  button,
  body.cms-no-route .header
  .header-right
  .header.links
  .customer-welcome
  span
  button {
  color: #000;
}
body.account .header .header-right .header.links,
body.cms-home .header .header-right .header.links,
body.catalog-category-view .header .header-right .header.links,
body.catalog-product-view .header .header-right .header.links,
body.cms-page-view .header .header-right .header.links,
body.contact-index-index .header .header-right .header.links,
body.customer-account-login .header .header-right .header.links,
body.catalogsearch-result-index .header .header-right .header.links,
body.checkout-cart-index .header .header-right .header.links,
body.cms-no-route .header .header-right .header.links{
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-top: 13px;
  flex: 0 37%;
}

body.account .header .header-right .header.links li:nth-child(2) .customer-name,
body.cms-home
  .header
  .header-right
  .header.links
  li:nth-child(2)
  .customer-name,
body.catalog-category-view
  .header
  .header-right
  .header.links
  li:nth-child(2)
  .customer-name,
body.catalog-product-view
  .header
  .header-right
  .header.links
  li:nth-child(2)
  .customer-name,
body.cms-page-view
  .header
  .header-right
  .header.links
  li:nth-child(2)
  .customer-name,
body.contact-index-index
  .header
  .header-right
  .header.links
  li:nth-child(2)
  .customer-name,
body.catalogsearch-result-index
  .header
  .header-right
  .header.links
  li:nth-child(2)
  .customer-name,
body.checkout-cart-index
  .header
  .header-right
  .header.links
  li:nth-child(2)
  .customer-name,
  body.cms-no-route .header
  .header-right
  .header.links
  li:nth-child(2)
  .customer-name{
  position: absolute;
   right: 35px;
    top: -13px;
    left: auto;
    opacity: 0;
    height: 26px;
    width: 35px;
}
body.account
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link,
body.cms-home
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link,
body.catalog-category-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link,
body.catalog-product-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link,
body.cms-page-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link,
body.contact-index-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link,
body.catalogsearch-result-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link,
body.checkout-cart-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link,
  body.cms-no-route .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link {
  display: block;
  padding: 0;
}
body.account
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links,
body.cms-home
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links,
body.catalog-category-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links,
body.catalog-product-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links,
body.cms-page-view
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links,
body.contact-index-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links,
body.catalogsearch-result-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links,
body.checkout-cart-index
  .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links,
  body.cms-no-route .header
  .header-right
  .header.links
  .customer-welcome
  .customer-menu
  .header.links {
  display: block;
}

.cms-pages-data .faq-outer {
  width: 55%;
  display: block;
  margin: 40px auto;
}
.cms-pages-data .faq-outer.faq-active .faq-question h3 .fa.fa-minus {
  display: block;
}
.cms-pages-data .faq-outer .faq-question h3 .fa-plus {
  font-size: 24px;
   font-style: normal;
}
.cms-pages-data .faq-outer .faq-question h3 .fa-minus {
  display: none;
  font-style: normal;
}
.cms-pages-data .faq-outer .faq-question {
  cursor: pointer;
  border-bottom: 2px solid #e7e7e7;
}
.cms-pages-data .faq-outer .faq-question h3 {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
}
.cms-pages-data .faq-outer.faq-active .faq-question h3 .fa-plus {
  display: none;
}
.cms-pages-data .faq-outer.faq-active .faq-answer {
  display: block;
}
.cms-pages-data .faq-outer .faq-answer {
  display: none;
}
.cms-pages-data .faq-outer .faq-answer {
  display: none;
}
.contact-index-index .page-title-wrapper h1,
.customer-account-login .page-title-wrapper h1,
.customer-account-create .page-title-wrapper h1,
.checkout-cart-index .page-title-wrapper h1,
.customer-account-forgotpassword .page-title-wrapper h1 {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  text-transform: uppercase;
}
.cms-pages-data .cms-page-title h1 {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
.cms-pages-data p {
  font-size: 15px;
  line-height: 35px;
  font-weight: 600;
}
.cms-pages-data .cms-page-title h2 {
  color: #000;
  font-weight: 500;
  font-size: 23px;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  margin-bottom: 15px;
}
.cms-pages-data ul li {
  font-weight: 600;
  font-size: 15px;
}
.bestselling-products-section,
.bestselling-products-section .block {
  margin-bottom: 0 !important;
}
.product-item-details {
  margin-top: 18px;
}
.bestselling-products
  li.product-item.item
  .product-item-details
  .product-item-name
  a {
  font-weight: 600;
  line-height: 20px;
  font-family: "Montserrat-bold";
  text-decoration: none;
}
.bestselling-products li.product-item.item .product-item-info:hover {
  height: 400px;
}
.bestselling-products
  li.product-item.item
  .product-item-info
  .product-item-details
  .price-final_price {
  display: none;
}
.bestselling-products
  li.product-item.item
  .product-item-info
  .product-item-details
  .product-item-inner
  button.action.tocart {
  background: transparent;
  border: 0;
}
.bestselling-products
  li.product-item.item
  .product-item-info
  .product-item-details
  .product-item-inner
  button.action.tocart
  span {
  color: #e11f1d;
  font-size: 15px;
  font-weight: 600;
}
.bestselling-products li.product-item.item .product-item-info {
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.bestselling-products
  li.product-item.item
  .product-item-info
  .product-item-details
  .product-item-inner {
  box-shadow: none;
  margin: 0;
  border: 0;
  clip: auto;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: inherit;
}
.bestselling-products li.product-item-info {
  width: 100% !important;
}
.bestselling-products li.product-item.item {
  text-align: center;
  width: 90% !important;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  height: 410px;
}
.bestselling-products
  li.product-item.item
  .product-item-details
  .product-item-name {
  height: 45px !important;
}

.opc-progress-bar-item._active > span:before {
  background: #e11f1d !important;
  border-color: #e11f1d !important;
}
.opc-progress-bar-item._active:before {
  background: #e11f1d !important;
  border-color: #e11f1d !important;
}
.minicart-wrapper .block-minicart {
  padding: 20px 20px 0px 20px;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-item-details {
  padding-left: 20px;
  margin-top: 0;
}
.page-header .header.content .header-right .minicart-wrapper .product .actions {
    position: absolute !important;
    top: 0;
    right: 0;
    margin-top: 0 !important;
}
.minicart-wrapper.active .block-minicart.ui-dialog-content .items-total span {
    color: #000000;
    font-weight: 600;
}
.minicart-wrapper.active .block-minicart.ui-dialog-content .subtotal span {
    color: #4e4e4e;
    font-weight: 600;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .subtotal
  .amount.price-container
  .price-wrapper
  span {
  font-weight: 700;
  color: #282828;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .actions
  .secondary
  span {
  color: #282828;
  line-height: 45px;
  font-weight: 600;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-image-wrapper {
  color: #e11a18;
  width: auto;
   border: 1px solid #dcdcdc;
   border-radius: 3px;
   padding: 5px !important;
}

.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-item-details
  .product-item-name
  a {
  color: #282828;
  font-weight: 600;
}

.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-item-details
  .product-item-pricing
  span.price {
  font-weight: 700;
  color: #000;
}
.minicart-wrapper.active
  .block-minicart.ui-dialog-content
  .minicart-items-wrapper
  li
  .product
  .product-item-details
  .product-item-pricing
  .details-qty.qty
  label {
  color: #282828;
  display: none;
}

.sections.nav-sections .nav-sections-items .nav-sections-item-title {
  display: none;
}
nav.navigation ul li:hover a {
  color: #d22630 !important;
}
nav.navigation ul li.active a {
  border: none !important;
}
nav.navigation ul li.active a span {
  color: #d22630;
}
.breadcrumbs {
  margin: 15px 0 0px;
}
.minicart-wrapper .action.showcart {
  white-space: normal !important;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  bottom: auto;
  height: 18px;
  line-height: 19px;
  min-width: 12px;
  background: #d22630;
  z-index: 999;
}
.block.related {
  border-top: 1px solid #dcdcdc;
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 0 !important;
  clear: both;
}
.page-header .panel.wrapper .header.panel .header-top-links {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0px auto;
  min-height: 26px;
}
.page-header .panel.wrapper .header.panel .header-top-links .left {
  flex: 0 63%;
  text-align: center;
}
.page-header .panel.wrapper .header.panel .header-top-links .right {
  flex: 0 37%;
  text-align: right;
}
.block.related .block-title.title {
  text-align: center;
}
.block.related .block-title.title strong {
  font-size: 30px;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.owl-carousel.owl-theme.related-products li {
  width: 90%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.owl-carousel.owl-theme.related-products li .product-item-info {
  width: auto;
}
.owl-carousel.owl-theme.related-products
  li
  .product-item-info
  .product-image-container {
  width: 100% !important;
}
.owl-carousel.owl-theme.related-products
  li
  .product-item-info
  .product-item-details {
  text-align: center;
}
.owl-carousel.owl-theme.related-products
  li
  .product-item-info
  .product-item-details
  .product-item-link {
  font-weight: 600;
  padding-bottom: 25px;
  font-family: "Montserrat-bold";
  text-decoration: none;
}
.owl-carousel.owl-theme.related-products
  li:hover
  .product-item-info
  .product-item-details
  .actions-primary
  button
  span {
  text-decoration: underline;
}
.owl-carousel.owl-theme.related-products
  li
  .product-item-info
  .product-item-details
  .price-final_price
  span.price {
  display: none;
}
.owl-carousel.owl-theme.related-products
  li
  .product-item-info
  .product-item-details
  .product-item-actions
  button {
  background: transparent;
  border: none;
  color: #e11f1d;
  font-weight: 600;
  font-size: 15px;
}
.product-info-main .product-info-stock-sku .product.attribute.sku strong {
  font-weight: 600;
  color: #000;
}
.block.related .block-title.title p {
  font-size: 16px;
  padding-top: 10px;
  font-family: "Montserrat";
  font-weight: 600;
}
.header .header-right ul .authorization-link:hover a {
  color: #e01816;
}
.header .header-right ul .authorization-link a {
  text-decoration: none;
}
.header .header-right .custom.link.wishlist a {
  text-decoration: none;
}
.header .header-right .custom.link.wishlist:hover a span,
.header .header-right .custom.link.wishlist.active-page a span {
  color: #e11f1d;
}
.header .header-right .header.links:hover .greet.welcome span{
  color: #e11f1d;
}
.product-info-main .product.attribute.overview {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 15px 0;
}
.product.media {
  width: 50% !important;
}
.fotorama__stage {
  border: 1px solid #dddddd;
  width: auto !important;
}
.fotorama__thumb {
  background-color: transparent;
}
.product-info-main .box-tocart .fieldset .field.qty input:focus {
  box-shadow: none;
}
.product-info-main .box-tocart .fieldset .field.qty .control {
  position: relative;
}
.product-info-main .box-tocart .fieldset .field.qty .control #qty-error {
  position: absolute;
   width: 300px;
   top: 28px;
}
.product-info-main .box-tocart .fieldset .field.qty .control .qtyminus {
  position: absolute;
  border: 0;
  background: transparent;
  left: 0;
  width: 30px;
  font-size: 18px;
  padding: 0;
  color: #000;
}
.toolbar.wishlist-toolbar .pager {
  text-align: left;
}
.product-info-main .box-tocart .fieldset .field.qty .control .qtyplus {
  position: absolute;
  border: 0;
  background: transparent;
  right: 0;
  width: 30px;
  font-size: 18px;
  padding: 0;
  color: #000;
}
.product-info-main .box-tocart .fieldset .field.qty input {
  width: 104px;
  border-radius: 50px;
  height: 36px;
}
.product-info-main .box-tocart {
  margin: 0;
}
.product-info-main .box-tocart .fieldset {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*flex-wrap: wrap;*/
  margin-bottom: 0;
}
.product-info-main .box-tocart .fieldset .field.qty {
  flex: 0 20%;
}
.product-info-main .box-tocart .fieldset .actions {
  flex: 0 75%;
  padding-left: 15px;
   display: flex;
   align-items: center;
}
.product-info-main .box-tocart .fieldset .actions button {
  margin-bottom: 0px;
  border-radius: 50px;
  padding: 7px 0px;
  font-size: 15px;
  text-transform: uppercase;
  width: 173px;
  background: #59b12d;
  border: none;
}
.social-links [data-content-type="html"] {
  display: flex;
  padding-left: 25px;
}
.social-links [data-content-type="html"] i {
  width: 25px;
  font-size: 15px;
}
.product-info-main .product-info-price {
  width: 100% !important;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0px;
  margin-bottom: 10px;
}
.product-info-main .product-info-stock-sku {
  padding-left: 0;
  text-align: left;
  width: 100%;
  float: left;
  padding-right: 0px;
}
.product-info-main .product-info-stock-sku .price {
  font-size: 22px !important;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat';
  font-weight: 600 !important;
  color: #e11f1d;
}
.product-info-main .product-info-stock-sku .stock.available {
  text-align: right;
  float: right;
  color: #59b12d;
}
.product-info-main .page-title-wrapper h1 {
  font-size: 25px;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  font-weight: 600;
  flex: 0 88%;
    padding-right: 15px;
}
.block-search .action.search {
  top: 6px !important;
  opacity: 1 !important;
}
.block-search .action.search:before {
  color: #000000;
}
.block-search input {
  padding: 23px 15px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  background: #f3f3f3;
  border-radius: 4px;
}
.header .header-right ul li:last-child {
  display: none;
}
.catalog-category-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
}
.category-feat-list ul li:first-child,
.category-feat-list ul li:nth-child(2),
.category-feat-list ul li:last-child,
.category-feat-list ul li:nth-last-child(2) {
  width: 48%;
}
.category-feat-list ul li:first-child img,
.category-feat-list ul li:nth-child(2) img,
.category-feat-list ul li:last-child img,
.category-feat-list ul li:nth-last-child(2) img {
  height: 350px;
  object-fit: cover;
}
.category-feat-list ul li {
  width: 22%;
  margin: 10px 0px !important;
}
.catalog-category-block ul li:nth-child(5),
.catalog-category-block ul li:nth-child(6) {
  width: 22% !important;
}
.action.primary,
.action-primary {
  background: #e11f1d;
  border: 1px solid #e11f1d;
}
.action.primary:hover,
.action-primary:hover {
  background: #59b12d;
  border: 1px solid #59b12d;
}
.catalog-category-view .category-image .image {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
.catalog-category-view .category-image-with-title {
  position: relative;
}
.category-image-with-title .page-title-wrapper {
  /* background: url(https://greetinghouse.idevelopment.site/media/wysiwyg/top-banner.jpg); */
  padding: 100px 10px;
  background-size: cover;
}
.category-image-with-title .category-image {
  display: none;
}
.catalog-category-view .page-title-wrapper {
  /*  position: absolute;
    bottom: auto;
    top: 45%;
    left: 12%;
    right: auto;
    width: 75%;*/
  text-align: center;
      padding: 15px 0px;
}
.catalog-category-view .page-title-wrapper h1 {
  margin: 0;
  color: #000;
  font-weight: 600;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  text-transform: uppercase;
}
body.catalog-category-view .page-main {
  margin: 0 auto 0px !important;
}
body.catalog-product-view .page-main {
  margin: 15px auto 0px !important;
}

/* Code end */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Sriracha&display=swap");

.page-header .panel.wrapper {
  border-bottom: none !important;
  background-color: #fff !important;
}
.page-header .panel.wrapper p {
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

.page-header .panel.wrapper .panel.header a {
  background: #59b12d;
  padding: 12px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.page-header .panel.wrapper a em span {
  display: none;
}

.page-header .panel.wrapper a em {
  font-size: 13px;
}

/*Jasjeet Code */
.page-header .panel.wrapper .header.panel {
  max-width: inherit !important;
  width: auto !important;
  margin: auto !important;
  background: #ebebeb;
}
header.page-header .header.content {
  display: flex;
  align-items: center;
  padding-top: 20px !important;
  padding-bottom: 20px;
  max-width: 1300px !important;
  width: 100% !important;
  margin: 0px auto !important;
}

.header .header-left {
  flex: 0 25%;
}
.header .header-left .logo {
  margin: 0px;
}
.header .header-center {
  flex: 0 50%;
  padding-right: 50px;
}
.header .header-center .block-search {
  width: 100%;
}
.header .header-right {
  display: flex;
  flex: 0 22%;
  align-items: center;
}
.header .header-right .mobile-home a {
  font-weight: 600;
  color: #2d2d2d;
}
.header .header-right .mobile-home {
  display: none;
}
.header .header-right ul {
  flex: 0 33%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
.header .header-right ul li:nth-child(2) {
  position: unset;
  margin-bottom: 0;
  text-align: center;
}

.header .header-right ul li:nth-child(2):before {
  content: "";
  position: absolute;
  left: 36%;
  right: auto;
  background: url("/pub/media/wysiwyg/svgexport-3.svg");
  padding: 3px 9px;
  top: -11px;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
}
body.checkout-cart-index .header .header-right ul li:nth-child(2):before {
  content: "";
  position: absolute;
  left: 34%;
  right: auto;
  background: url("/pub/media/wysiwyg/svgexport-3.svg");
  padding: 3px 9px;
  top: -10px;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
}
.header .header-right ul li:last-child {
  padding-left: 5px;
  margin-bottom: 0;
}
.header .header-right ul li a {
  color: #2d2d2d;
  font-weight: 600;
  position: relative;
  top: 17px;
}
.header .header-right .custom.link.wishlist {
  flex: 0 33%;
  text-align: center;
}
.header .header-right .custom.link.wishlist i {
  color: #d22630;
  padding: 6px 7px;
  border-radius: 17px;
  font-size: 23px;
  position: relative;
  top: 5px;
}
.header .header-right .custom.link.wishlist img {
  position: relative;
  top: 8px;
}
.header .header-right .custom.link.wishlist span {
  position: relative;
  color: #2d2d2d;
  font-weight: 600;
  top: 9px;
}
.header .header-right .minicart-wrapper {
  flex: 0 33%;
  text-align: center;
  margin-left: 0;
  z-index: 9999;
}
.header .header-right .minicart-wrapper .text {
  position: relative;
  color: #2d2d2d;
  font-weight: 600;
  top: 11px;
}
.header .header-right .minicart-wrapper .action.showcart:before {
  content: "";
  line-height: 20px;
  color: #d22630;
  font-size: 25px;
  padding: 6px 8px;
  margin-right: 0px;
  position: relative;
  top: 7px;
  background: url("/pub/media/wysiwyg/svgexport-5.svg");
  width: 11px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 22px;
}
.header .header-right .minicart-wrapper:hover .action.showcart:after {
  content: "";
  line-height: 20px;
  color: #d22630;
  font-size: 25px;
  padding: 6px 7px;
  position: absolute;
  top: -6px;
  background: url(/pub/media/wysiwyg/basket-red.svg);
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
  left: 35%;
  background-size: 22px;
}

.header .header-right .minicart-wrapper:hover .action.showcart:before {
  display: none;
}

.header .header-right .minicart-wrapper:hover .text {
  top: 23px;
}
/* end */

body {
  font-family: "Montserrat", sans-serif;
}
/*nav.navigation.fixednav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 0px 10px #525252;
}*/
.banner-up-content h1 {
  text-transform: uppercase;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  line-height: 55px;
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

.top-banner-content {
  position: absolute;
  left: 2%;
  right: 0;
  top: 20%;
}
.top-info-home.container-cl {
  margin-bottom: 40px;
}

.top-banner-home {
  position: relative;
}
.top-banner-home img {
  min-height: 430px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.top-banner-content .banner-up-content {
  width: 700px;
}

a.btn-primary-theme {
  font-family: "Open Sans";
  background: #d22630;
  color: #fff;
  font-weight: 700;
  padding: 16px 40px;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 3px 3px 8px #9f9f9f;
  text-decoration: none;
}

nav.navigation {
  text-align: center;
  background: #fff;
}

.sections.nav-sections {
  margin-bottom: 0;
  border-top: 1px solid #f1f1f1;
}

.widget.block.block-static-block {
  padding: 0;
  margin-bottom: 0;
}

.info-bar-shipping {
  text-align: center;
}

.info-bar-shipping ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-bar-shipping ul li {
  vertical-align: top;
  display: inline-block;
  width: 24%;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
}

.info-bar-shipping ul li img {
  display: block;
  margin: 0px auto;
}

.info-bar-shipping ul li span {
  color: #000;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-family: "Montserrat-bold";
}

.top-tag {
  text-align: center;
}

.top-tag h2 {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  text-transform: uppercase;
}

.top-tag p {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 15px !important;
}

.category-feat-list {
  text-align: center;
}

.category-feat-list ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.category-feat-list ul li {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.category-feat-list ul li img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
}

.category-feat-list ul li a {
  color: #000;
  font-family: "Montserrat-bold";
  font-size: 14px;
}

.category-feat-list ul li a:hover {
  color: red;
}

.category-feat-list ul li:nth-child(5),
.category-feat-list ul li:nth-child(6) {
  width: 46%;
}

.top-banner-content .banner-up-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  /* font-family: sriracha-regular; */
  font-family: 'Montserrat-bold';
  font-weight: 600;
  color: #000;
}

.top-banner-content .banner-up-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 36px;
}

.top-banner-content.container-cl.right-content {
  text-align: left;
}

.top-banner-content.container-cl.right-content .banner-up-content {
  float: right;
  width: 515px;
}

.top-banner-content.container-cl.left-content .banner-up-content {
  width: 560px;
}

a.btn-primary-theme.borderd {
  background: transparent;
  border: 2px solid #d22630;
  color: #d22630;
  padding: 14px 40px;
  box-shadow: none;
}
.page-bottom {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.category-feat-list.product-list-cl ul li {
  border: 1px solid #ccc;
  padding-bottom: 40px;
  border-radius: 10px;
}

.category-feat-list.product-list-cl ul {
  margin-bottom: 40px;
}

.top-banner-content.container-cl.left-content .banner-up-content.width-content {
  width: 720px;
}
footer.page-footer {
  background: #fff;
  padding-bottom: 0;
}

.footer-block h4 {
  color: #000;
  font-size: 16px;
  font-family: "Montserrat-bold";
}

.footer-block ul {
  list-style: none;
  padding-left: 0;
}

.footer-block ul li {
  line-height: 30px;
}

.footer-block ul li a {
  color: #606060;
  font-weight: 600;
}
.footer-block ul li a em span {
  display: none;
}

.footer-block ul li a em {
  font-size: 17px;
  padding-right: 10px;
  color: #000;
}

.page-footer .widget.block.block-static-block {
  position: relative;
}
.page-footer .widget.block.block-static-block:before {
  position: absolute;
  content: "";
  top: -21px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  border-top: 1px solid #cccccc87;
}

.footer.content {
  padding-bottom: 35px !important;
  width: auto !important;
  margin: 0px auto !important;
  padding: 25px 10px !important;
}
.footer.content a {
  text-decoration: none;
}
.copyright-cls p {
  font-size: 13px;
  font-weight: 600;
  color: #898989;
  line-height: 22px;
}
.copyright-cls {
  padding-bottom: 15px;
}
.copyright-cls p a {
  color: #898989;
}
.copyright-cls p i {
  color: #d22630;
}
.catalog-category-view .block-content .filter-options,
.catalogsearch-result-index .block-content .filter-options {
  flex-wrap: wrap;
  margin-top: 0 !important;
}
.catalog-category-view .block-content .filter-options .filter-options-item,
.catalogsearch-result-index
  .block-content
  .filter-options
  .filter-options-item {
  flex: 0 100%;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 15px;
}
.product-info-main .box-tocart .fieldset .actions {
  margin-top: 7px;
}
.product.info.detailed .data.item.title.active .data.switch {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.wishlist-index-index
  .products-grid.wishlist
  .product-item
  .price-box
  .price-as-configured {
  margin-bottom: 0;
  padding-bottom: 19px;
}
.catalogsearch-result-index .products-grid .product-item .actions-secondary {
  position: absolute;
  top: 0;
  z-index: 9999;
  right: 0;
  display: none;
}
.catalogsearch-result-index
  .products-grid
  .product-item:hover
  .actions-secondary {
  display: block !important;
}
@media screen and (max-width: 1350px) {
  .catalog-category-block li {
    margin: 10px 10px !important;
  }
  body.account .header .header-right .header.links,
  body.cms-home .header .header-right .header.links,
  body.catalog-category-view .header .header-right .header.links,
  body.catalog-product-view .header .header-right .header.links,
  body.cms-page-view .header .header-right .header.links,
  body.contact-index-index .header .header-right .header.links,
  body.customer-account-login .header .header-right .header.links,
  body.catalogsearch-result-index .header .header-right .header.links,
  body.checkout-cart-index .header .header-right .header.links {
    flex: 0 44%;
  }
}
@media screen and (max-width: 1200px) {
  .page-header .panel.wrapper .header.panel .header-top-links{
    min-height: 45px;
  }
  .bestselling-products-section .bestselling-products .owl-nav .owl-next,
  .bestselling-products .owl-nav.disabled .owl-next,
  .products-grid .bestselling-products .owl-nav .owl-next {
    right: -40px;
  }
  .bestselling-products-section .bestselling-products .owl-nav .owl-prev,
  .bestselling-products .owl-nav.disabled .owl-prev,
  .products-grid .bestselling-products .owl-nav .owl-prev {
    left: -40px;
  }
  .catalog-category-view .products-grid .product-item {
    width: calc((100% - 10%) / 3) !important;
    margin-left: 0% !important;
    margin-right: 3% !important;
  }
  .catalog-category-view .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0% !important;
  }
  .top-banner-content .banner-up-content h3 {
    font-size: 30px;
  }
  .banner-up-content h1 {
    line-height: 50px;
    font-size: 30px;
  }
  .header .header-center {
    padding-right: 10px;
  }
  .header .header-right {
    flex: 0 24%;
  }
  body.account .header .header-right .header.links,
  body.cms-home .header .header-right .header.links,
  body.catalog-category-view .header .header-right .header.links,
  body.catalog-product-view .header .header-right .header.links,
  body.cms-page-view .header .header-right .header.links,
  body.contact-index-index .header .header-right .header.links,
  body.customer-account-login .header .header-right .header.links,
  body.catalogsearch-result-index .header .header-right .header.links,
  body.checkout-cart-index .header .header-right .header.links {
    flex: 0 55%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
.catalog-category-view
  .products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  button:hover,
.catalog-category-view
  .products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  .product-item-update:hover,
.catalogsearch-result-index
  .products-grid
  .product-item
  .product-item-info
  .product-item-details
  .product-item-inner
  .product-item-actions
  button:hover {
  background: #e11f1d !important;
  border: 1px solid #e11f1d;
}
  .catalog-category-view
    .product-item-info
    .product-item-inner
    .edit-button
    .product-item-update,
  .catalogsearch-result-index
    .product-item-info
    .product-item-inner
    .edit-button
    .product-item-update {
    width: 100%;
    margin-top: 10px;
  }
  .catalog-category-view .product-item-info .product-item-inner .edit-button,
  .catalogsearch-result-index
    .product-item-info
    .product-item-inner
    .edit-button {
    flex-wrap: wrap;
  }
  .products-grid
    .product-item
    .product-item-info
    .product-item-details
    .product-item-inner
    .product-item-actions
    button {
    width: 100%;
    margin-top: 10px !important;
  }
  
  .header .header-right {
    flex: 0 35%;
  }
  body.account .header .header-right .header.links,
  body.cms-home .header .header-right .header.links,
  body.catalog-category-view .header .header-right .header.links,
  body.catalog-product-view .header .header-right .header.links,
  body.cms-page-view .header .header-right .header.links,
  body.contact-index-index .header .header-right .header.links,
  body.customer-account-login .header .header-right .header.links,
  body.catalogsearch-result-index .header .header-right .header.links,
  body.checkout-cart-index .header .header-right .header.links {
    flex: 0 44%;
  }
  .catalogsearch-result-index .products-grid .product-item {
    width: calc((100% - 10%) / 3) !important;
    margin-right: 23px;
  }
  .form.contact button {
    margin-bottom: 35px !important;
  }
  .bestselling-products-section .bestselling-products .owl-nav .owl-next,
  .bestselling-products .owl-nav.disabled .owl-next,
  .products-grid .bestselling-products .owl-nav .owl-next {
    right: -30px;
  }
  .bestselling-products-section .bestselling-products .owl-nav .owl-prev,
  .bestselling-products .owl-nav.disabled .owl-prev,
  .products-grid .bestselling-products .owl-nav .owl-prev {
    left: -30px;
  }
  .cstm-sub-categories li {
    flex: 0 30.8%;
  }
  .contact-data form,
  .contact-data .contact-img {
    flex: 0 100%;
  }
  .cms-pages-data .faq-outer {
    width: 75%;
  }
  .header .header-center {
    flex: 0 44%;
  }
  .top-banner-content .banner-up-content {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .navigation ul li ul {
    line-height: 0 !important;
  }
  .scroll-off {
    overflow: hidden;
  }
  #search_mini_for.active {
    position: relative;
  }
  #search_mini_form.active .control {
    background-color: #fff;
    left: 15px;
    /* position: fixed; */
    position: unset;
    right: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 3 !important;
  }
  /* #search_mini_form.active .control input {
    position: absolute !important;
    left: 25px;
    top: 10%;
  } */
  #search_mini_form.active .control input {
    position: absolute !important;
    left: 10px;
    top: 80px;
    bottom: 0;
    z-index: 2;
    outline: none;
    box-shadow: none;
}
  .product.info.detailed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-img img {
    width: 49%;
    margin-bottom: 10px;
  }

  .catalogsearch-result-index .columns {
    padding-top: 0px;
  }

  .catalogsearch-result-index .products-grid .product-item {
    width: calc((100% - 10%) / 2) !important;
    margin-right: 18px;
    margin-bottom: 20px;
  }

  .header
    .header-right
    .header.links
    .greet.welcome
    + .customer-welcome
    ul
    li
    a:before {
    display: none;
  }

  .header .header-right .header.links .greet.welcome + .customer-welcome:before,
  body.checkout-cart-index
    .header
    .header-right
    .header.links
    .greet.welcome
    + .customer-welcome:before {
    left: 45%;
    top: -11px;
  }

  .account .header .header-right ul li:nth-child(2):before {
    left: 45%;
  }

  .minicart-wrapper .action.showcart {
    position: relative;
  }

  .header .header-right .minicart-wrapper:hover .action.showcart:after {
    left: 10px;
    top: -18px;
  }

  .header .header-right .minicart-wrapper:hover .text {
    top: 15px;
  }
  .header .header-right ul li:nth-child(2):hover a:after {
    left: 25%;
    /* top: -31px; */
    top: -7px;
    background-size: 20px;
  }
  .header .header-right ul li:nth-child(2):hover a:before,
  .header .header-right ul li:nth-child(2).active-page a:before {
    display: none;
  }
  .header .header-right ul .authorization-link a:before,
  .header .header-right ul .authorization-link.active-page a:before {
    content: "";
    position: absolute;
    left: 25%;
    right: auto;
    background: url(/pub/media/wysiwyg/svgexport-3.svg);
    padding: 3px 9px;
    top: -31px;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
  }
  .catalog-category-view .block-content .filter-options .filter-options-item {
    border: 0;
  }
  .minicart-wrapper {
    margin-top: 14px;
  }
  .catalog-category-view .products-grid .product-item {
    width: calc((100% - 10%) / 2) !important;
  }
  .catalog-category-view .block-content .filter-options .filter-options-item {
    width: 45%;
  }
  .catalog-category-view .block-content .filter-options {
    display: flex;
    justify-content: space-between;
  }
  .catalog-category-view .breadcrumbs ul.items .filter-nav {
    position: inherit;
    left: 0;
    bottom: 0;
    border-top: 1px solid #dcdcdc;
    margin-top: 19px;
  }
  .catalog-category-view .breadcrumbs ul.items {
    border-bottom: none;
  }
  .catalog-category-view .breadcrumbs ul.items .filter-nav button {
    width: auto;
    padding: 20px 0px 0px 0px;
  }
  .catalog-category-view .columns {
    padding-top: 0px;
  }
  .breadcrumbs {
    display: block;
  }
  .catalog-category-view .filter.block .block-title {
    display: none;
  }
  .catalog-category-view .filter.block .filter-content .filter-options {
    display: block;
  }
  .cstm-sub-categories li {
    flex: 0 29.3%;
  }
  .block.related {
    margin-bottom: 0;
    clear: both;
  }
  .block.related .block-title.title strong {
    font-size: 22px;
  }
  .cms-pages-data .cms-page-title h1 {
    font-size: 22px;
    margin-top: 25px;
  }
  .block-collapsible-nav {
    position: relative;
    top: 15px;
    z-index: 0;
  }
  body.account .header .header-right .header.links .arrow-down:after,
  body.cms-home .header .header-right .header.links .arrow-down:after,
  body.catalog-category-view
    .header
    .header-right
    .header.links
    .arrow-down:after,
  body.catalog-product-view
    .header
    .header-right
    .header.links
    .arrow-down:after,
  body.cms-page-view .header .header-right .header.links .arrow-down:after,
  body.contact-index-index
    .header
    .header-right
    .header.links
    .arrow-down:after,
  body.catalogsearch-result-index
    .header
    .header-right
    .header.links
    .arrow-down:after,
  body.checkout-cart-index
    .header
    .header-right
    .header.links
    .arrow-down:after,
    body.cms-no-route .header .header-right .header.links .arrow-down:after {
    content: "\f078";
    position: absolute;
    top: 2px;
    font-family: "FontAwesome";
    right: -16px;
    font-size: 13px;
    opacity: 0;
  }
  body.account .header .header-right .header.links .arrow-up:after,
  body.cms-home .header .header-right .header.links .arrow-up:after,
  body.catalog-category-view
    .header
    .header-right
    .header.links
    .arrow-up:after,
  body.catalog-product-view .header .header-right .header.links .arrow-up:after,
  body.cms-page-view .header .header-right .header.links .arrow-up:after,
  body.contact-index-index .header .header-right .header.links .arrow-up:after,
  body.catalogsearch-result-index
    .header
    .header-right
    .header.links
    .arrow-up:after {
    transform: rotate(180deg);
  }
  body.account
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links,
  body.cms-home
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links,
  body.catalog-category-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links,
  body.catalog-product-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links,
  body.cms-page-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links,
  body.contact-index-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links,
  body.catalogsearch-result-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links,
  body.checkout-cart-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links {
    position: relative;
    top: -70px;
    left: 10px;
    width: 85px;
    background: #fff;
    padding: 8px 10px;
    margin: 0;
    display: none;
  }
  body.account
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links.active,
  body.cms-home
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links.active,
  body.catalog-category-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links.active,
  body.catalog-product-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links.active,
  body.cms-page-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links.active,
  body.contact-index-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links.active,
  body.catalogsearch-result-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links.active,
  body.checkout-cart-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links.active {
    display: block;
  }
  body.account
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links
    li,
  body.cms-home
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links
    li,
  body.catalog-category-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links
    li,
  body.catalog-product-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links
    li,
  body.cms-page-view
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links
    li,
  body.contact-index-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links
    li,
  body.catalogsearch-result-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links
    li,
  body.checkout-cart-index
    .header
    .header-right
    .header.links
    .customer-welcome
    .customer-menu
    .header.links
    li {
    margin: 0;
  }
  .minicart-wrapper .block-minicart {
    margin-top: 0;
    min-width: 60%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    left: auto;
    transition: 0.5s;
    margin-right: -470px;
    z-index: 9999;
  }
  .minicart-wrapper.active .block-minicart.ui-dialog-content {
    margin-right: 0;
  }
  .minicart-wrapper.active
    .block-minicart.ui-dialog-content
    .minicart-items-wrapper {
    height: 592px !important;
  }
  .nav-sections-item-title {
    height: 50px;
    padding-top: 15px;
  }
  .nav-toggle {
    top: 25px;
    bottom: 75px;
  }
  .nav-sections-item-content {
    padding: 0px 0;
    margin-top: 0px;
  }
  .nav-sections-item-content li {
    font-size: 13px !important;
    padding: 8px 0px;
  }
  .product-info-main .box-tocart .fieldset .field.qty {
    flex: 0 10%;
  }
  .product-info-main .box-tocart .fieldset .actions {
    flex: 0 75%;
    padding-left: 10px;
  }
  .social-links [data-content-type="html"] {
    padding-left: 0;
  }
  .product.media {
    display: block;
    margin: 20px auto;
  }
  .form.minisearch .control {
    position: absolute;
    z-index: 999;
    left: 23px;
    top: 0;
    width: 85%;
    padding: 0 !important;
  }
  /* .search-autocomplete {
    width: 90% !important;
    margin-left: 16px;
  } */
  .search-autocomplete {
    width: 95% !important;
    margin-left: 16px;
    top: 120px;
    bottom: auto;
    left: -6px;
    right: auto;
}
  .form.minisearch .control input {
    border-radius: 0;
    /* height: 60px; */
    height: 40px;
    width: 95%;
    display: block;
    margin: auto;
  }
  .block-search .label:before {
    margin: 0 0px 0 0;
    font-size: 20px;
  }
  .catalog-category-block ul li:nth-child(5),
  .catalog-category-block ul li:nth-child(6) {
    width: 44% !important;
  }

  .navigation .level0 > .level-top {
    text-align: left;
  }
  .page-header .panel.wrapper .header.panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header .panel.wrapper .header.panel .header-top-links {
    flex-wrap: wrap;
  }
  .page-header .panel.wrapper .header.panel .header-top-links .left {
    flex: 0 100%;
    text-align: center;
  }
  .page-header .panel.wrapper .header.panel .header-top-links .right {
    flex: 0 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header .header-left .logo {
    float: right;
  }
  .header .header-right .minicart-wrapper .action.showcart:before {
    top: 0px;
    background-size: 19px;
    padding: 6px 5px
  }
  .header .header-right .minicart-wrapper .text {
    top: 0px;
  }
  .block-search .control {
    border-top: 0px;
  }

  .header .header-center {
    /* flex: 0 36%; */
    flex: 0 30%;
    padding-right: 0;
  }
  .header .header-left {
    /* flex: 0 63%; */
    flex: 0 100%;
    z-index: 0;
  }
  .page-header {
    margin-bottom: 0px;
  }
  footer.page-footer .footer-copyright-section .pagebuilder-column {
    max-width: 100%;
    text-align: center;
  }
  footer.page-footer .footer-copyright-section .pagebuilder-column figure {
    text-align: center !important;
    margin-top: 10px;
  }
  footer.page-footer .pagebuilder-column {
    max-width: 50%;
  }
  footer.page-footer {
    padding-bottom: 90px;
  }
  .category-feat-list ul li:nth-child(5),
  .category-feat-list ul li:nth-child(6) {
    width: 44%;
  }
  .category-feat-list ul li {
    width: 44%;
  }
  .top-banner-content.container-cl.left-content .banner-up-content {
    width: auto;
  }
  .top-banner-content .banner-up-content h3,
  .top-tag h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .top-banner-content {
    top: 7%;
  }
  .top-banner-content.container-cl.right-content .banner-up-content {
    float: inherit;
    width: auto;
  }
  .banner-up-content h1 {
    line-height: 40px;
    font-size: 25px;
  }
  .top-banner-home img {
    min-height: 355px;
  }
  .header .header-right {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    left: 0;
    padding: 10px 0px;
    text-align: center;
    align-items: center;
    height: 20px;
  }
  .mobile-home {
    display: block !important;
    margin-top: 10px;
  }
  .header-right [data-content-type="html"] {
    flex: 0 25%;
  }
  .header .header-right .header.links {
    flex: 0 25%;
    justify-content: center;
  }
  .header .header-right .custom.link.wishlist {
    flex: 0 25%;
    justify-content: center;
  }
  .header .header-right .minicart-wrapper {
    flex: 0 25%;
    justify-content: center;
    margin-top: 7px;
  }
  .header .header-right ul li:nth-child(2):before,
  body.checkout-cart-index .header .header-right ul li:nth-child(2):before {
    display: none;
  }
  .header .header-right ul li:last-child {
    margin-top: 33px;
  }
  .header .header-right ul li:nth-child(2) {
    padding-left: 0 !important;
    margin-top: 0px;
  }
  .header .header-right .custom.link.wishlist span {
    display: block;
    font-weight: 600;
    color: #2d2d2d;
    margin-top: 2px;
  }
  .header-right [data-content-type="html"] .mobile-home i {
    font-size: 20px;
    padding: 7px 9px;
    margin-bottom: 5px;
  }
  .header .header-right .minicart-wrapper .action.showcart br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .catalog-category-view
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty,
  .catalogsearch-result-index
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty {
    width: 100%;
  }
  .catalog-category-view
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change,
  .catalogsearch-result-index
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change {
    margin-right: 0px !important;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-around;
    padding-left: 0 !important;
    background: #e11f1d;
    border-color: #e11f1d !important;
  }
  .catalog-category-view
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change
    input,
  .catalogsearch-result-index
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change
    input {
    width: 60% !important;
    order: 2;
  }
  .catalog-category-view
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change
    span.decreaseqty,
  .catalogsearch-result-index
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change
    span.decreaseqty {
    border-right: 0;
    order: 1;
    color: #fff;
  }
  .catalog-category-view
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change
    span.increaseqty,
  .catalogsearch-result-index
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change
    span.increaseqty {
    order: 3;
    color: #fff;
  }
  .catalog-category-view
    .product-item-info
    .product-item-inner
    .edit-button
    .field-qty
    .qty-change
    span {
    color: #fff;
    font-weight: 700;
  }
  .bestselling-products-section .bestselling-products .owl-nav .owl-prev,
  .bestselling-products .owl-nav.disabled .owl-prev,
  .products-grid .bestselling-products .owl-nav .owl-prev {
    left: -10px;
  }
  .bestselling-products-section .bestselling-products .owl-nav .owl-next,
  .bestselling-products .owl-nav.disabled .owl-next,
  .products-grid .bestselling-products .owl-nav .owl-next {
    right: -10px;
  }
}
@media screen and (max-width: 480px) {
.header .header-right .header.links:hover li:first-child + .customer-welcome:before{
    background-size: 22px !important;
}
  .owl-carousel .owl-nav button{
    padding: 5px 10px !important;
  }
  .home-insta .mpinstagramfeed-container .row.shuffle .mpinstagramfeed-photo {
    flex: 0 48%;
    margin-bottom: 10px;
    height: auto;
  }
  .products-grid
    .product-item
    .product-item-info
    .product-item-details
    .product-item-inner
    .product-item-actions
    .edit-button
    .product-item-update {
    margin-top: 10px;
  }
  .catalogsearch-result-index .products-grid .product-item {
    width: calc((100% - 10%) / 1) !important;
    margin-right: 0px;
  }

  .catalogsearch-result-index .column.main .product-items {
    text-align: center;
  }
  .catalog-category-view .product-items {
    text-align: center;
  }
  .catalog-category-view .block-content .filter-options .filter-options-item {
    width: 100%;
  }
  .catalog-category-view .block-content .filter-options {
    flex-wrap: wrap;
  }
  .catalog-category-view
    .block-content
    .filter-options
    .filter-options-item
    .filter-options-title {
    font-family: "Montserrat-bold";
  }
  .breadcrumbs .item:not(:last-child):after {
    line-height: 22px;
    margin: 0 0px;
  }
  .cstm-sub-categories li {
    flex: 0 100%;
    margin-right: 0px;
  }
  .cstm-sub-categories li img {
    width: 80%;
    display: block;
    margin: auto;
  }
  .cms-pages-data .cms-page-title h1 {
    font-size: 20px;
  }
  .info-bar-shipping ul li:nth-child(3) {
    margin: 0;
  }
  .info-bar-shipping ul li:nth-child(4) {
    margin: 0;
  }
  .product-info-main .box-tocart .fieldset .actions {
    flex: 0 62%;
  }
  .catalog-category-block ul li:nth-child(5),
  .catalog-category-block ul li:nth-child(6) {
    width: 100% !important;
  }
  a.btn-primary-theme,
  .btn-primary-theme.borderd {
    padding: 16px 15px !important;
    font-size: 12px;
  }
  .top-banner-content .banner-up-content p {
    line-height: 25px;
    font-size: 14px;
  }
  .top-banner-content {
    top: 3%;
    bottom: auto;
  }
  footer.page-footer .pagebuilder-column {
    max-width: 100%;
  }
  .category-feat-list ul li:nth-child(5),
  .category-feat-list ul li:nth-child(6) {
    width: 100%;
  }
  .category-feat-list ul li {
    width: 100%;
    margin: 10px 0px;
  }
  .top-banner-content .banner-up-content h3,
  .top-tag h2 {
    font-size: 20px;
  }
  .info-bar-shipping ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  .banner-up-content h1 {
    line-height: 35px;
    font-size: 20px;
  }
}

/* theme head script css */
.breadcrumbs .item:before {
  content: "\e608" !important;
  font-family: "luma-icons";
}

.breadcrumbs .item:after {
  display: none !important;
}

.breadcrumbs .item:first-child:before {
  display: none;
}

.breadcrumbs .items .item strong {
  color: #df1513;
}

.catalog-category-view .products-grid .product-item .actions-secondary,
.bestselling-products
  li.product-item.item
  .product-item-info
  .actions-secondary {
  position: absolute;
  top: 0;
  z-index: 9999;
  right: 0;
  display: none;
}

/* .actions-secondary
{
  display: block !important;
} */
a.action.tocompare {
  display: none !important;
}

.catalog-category-view
  .products-grid
  .product-item
  .actions-secondary
  .action.towishlist:before,
.bestselling-products
  li.product-item.item
  .product-item-info
  .actions-secondary
  .action.towishlist {
  color: #df1513;
}

span.action.notwishlist img {
  width: 17px;
  position: relative;
  top: 10px;
  right: 10px;
}

.custom.link.wishlist {
  position: relative;
}

.wishlistqty {
  position: absolute;
  left: auto;
  right: 22px;
  color: white;
  background: #d22630;
  padding: 1px 3px;
  z-index: 99;
  height: 18px;
  line-height: 19px;
  min-width: 12px;
}

.catalog-category-view .products-grid .product-item:hover .actions-secondary,
.bestselling-products
  li.product-item.item:hover
  .product-item-info
  .actions-secondary {
  display: block !important;
}

.catalog-category-view .products-grid .product-item,
.bestselling-products li.product-item.item {
  position: relative;
}

.bestselling-products
  li.product-item.item
  .product-item-info
  .product-item-details
  .product-item-inner {
  position: inherit;
}

.product.info.detailed {
  margin-top: 20px;
}

/* .products-grid .product-item-actions .actions-secondary .action.tocompare {
  display: none;
} */
.product.alert.stock.customer-alert a {
    padding: 10px 20px;
    text-decoration: none;
    background-color: #68a70b;
}

.product.alert.stock.customer-alert:hover a {
    background: #68a70b !important;
}
.product.alert.stock a {
    color: #418FDE;
    text-decoration: underline;
}
li .product.details.product-item-details {
    padding: 0px 10px;
}

.stock.unavailable.customer-alert.hello {
  padding: 0;
}

.stock.unavailable.customer-alert.hello {
  padding-top: 10px !important;
}
.catalog-category-view .product-item-info .product-item-inner .edit-button {
  justify-content: center;
}
@media (max-width: 991px) {

  .product.alert.stock.customer-alert a {
      padding: 10px 67px;
  }
  }
@media only screen and (max-width: 768px) {
 header.page-header .header.content{
     height: 85px;
 }
  .catalog-category-block ul {
    gap: 0px;
  }
  .top-info-home .category-feat-list ul li:first-child,
  .top-info-home .category-feat-list ul li:nth-child(2),
  .top-info-home .category-feat-list ul li:last-child,
  .top-info-home .category-feat-list ul li:nth-last-child(2) {
    width: 100% !important;
  }
  .top-info-home .category-feat-list ul li img {
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .top-info-home .category-feat-list ul li:first-child img,
  .top-info-home .category-feat-list ul li:nth-child(2) img,
  .top-info-home .category-feat-list ul li:last-child img,
  .top-info-home .category-feat-list ul li:nth-last-child(2) img {
    height: 250px;
  }
  .top-info-home .category-feat-list ul li {
    width: 48% !important;
    margin: 10px 0px !important;
  }
    .bestselling-products li.product-item.item {
       height:400px;
    }
  
  .stock.unavailable.customer-alert.hello {
    padding: 5px;
  }
  .product.alert.stock.customer-alert a {
    width: 200px;
    display: block;
    padding: 2px;
  }

  .header .header-right {
    position: initial;
    justify-content: space-between;
    gap: 12px;
    margin-right: 0px;
    /* flex: 0 46%; */
    flex: 0 15%;
    z-index: 2;
    padding: 0;
  }

  .header .header-right .mobile-home {
    display: none !important;
  }

  .header .header-right .custom.link.wishlist {
    display: none;
  }

  ul.header.links {
    order: 2;
  }

  header.page-header .header.content {
    align-items: center;
  }

  .minicart-wrapper span.text {
    display: none;
  }
  .header .header-left .nav-toggle {
    /* top: 40px; */
    top: 25px;
  }
  .product-info-main .product.alert.stock.customer-alert a {
    padding: 10px 20px;
    width: auto;
    display: inline;
}
}
.mob-hide {
  display: block;
}
.desk-hide {
  display: none;
}
.bestselling-products li.product-item.item .product-item-details .product-item-name {
  height: auto !important;
}
.action.primary, .action-primary {
  font-family: 'Montserrat';
}
.catalog-category-view .products-grid .product-items .product-item .product-item-details .product-item-name .product-item-link{
  word-break: keep-all;
}
.product-item-delete.delete {
  position: relative;
  font-size: 0;
  color: currentColor;
  text-align: right;
  text-decoration: none;
}

.product-item-delete.delete:before {
  content: "\e604";
  font-family: "luma-icons";
  font-size: 1.4rem;
  margin-top: 5px;
  display: block;
}

.addedtocart {
  display: flex !important;
  justify-content: space-between;
  width: 100% !important;
  align-items: baseline;
  min-height: 30px;
  margin-top: 5px;
}
.product-item-info .product-item-inner .edit-button {
  justify-content: center;
}
.catalogsearch-result-index .product-item-actions .actions-primary .stock.available{
  padding-top: 10px !important;
}
.products-grid .product-item .product.details.product-item-details .price-final_price.price-box {
  min-height: auto;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .home-insta h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .logged-in span.auth-set {
    display: none;
  }
  body .header .header-right .header.links .arrow-down:after {
    top: -13px !important;
    right: -40px !important;
  }
  .header-right div:first-child {
    display: none;
  }
  .header
    .header-right
    .header.links
    .greet.welcome
    + .customer-welcome:before {
    left: 45%;
    top: -9px;
    background-size: 20px;
  }

  .header .header-right {
    justify-content: center;
  }
  body .header .header-right .header.links {
    margin: 0px !important;
    flex: 0 35% !important;
  }
  .header .header-right ul .authorization-link a:before {
    top: -7px;
  }

  span.customer-name {
    display: block;
    left: 40px;
    right: auto;
  }

  body .header .header-right .header.links .customer-welcome >  span {
    opacity: 0;
  }

  li.customer-welcome.active ul.header.links {
    display: block !important;
  }
  body .header .header-right .header.links .customer-welcome.active .customer-menu .header.links {
    top: -10px;
    display: block !important;
    width: 100px;
    z-index: 999;
    margin-top: 33px;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    right: auto;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -63px;
    position: absolute;
}
.header .header-right .minicart-wrapper:hover .action.showcart:after {
  left: 0px;
  top: 0px;
  background-size: 19px;
  position: relative;
  font-size: 11px;
  padding: 6px 10px;
}

.customer-welcome ul:before {
    /* display: block; */
    border: 6px solid;
    border-color: transparent #0000005c #ffffff transparent;
    z-index: 999;
    right: 10px;
    top: -13px;
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 0;
}

.customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb96 transparent;
    z-index: 99;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: auto;
    top: -14px;
    background: transparent;
    left: 75px;
}

.customer-welcome li a {
    padding: 8px 10px;
    line-height: 1.4;
    display: block;
}


body .header .header-right .header.links .customer-welcome span button span {
    display: none;
}


.header .header-right {
    position: relative;
}
body .header .header-right .header.links .customer-welcome .customer-menu{
  position: initial;
}
span.login-cus {
  /*display: none;*/
  opacity: 0;
}
.header-right div:first-child{
  display: block;
}
.header .header-center .block-search{
  margin: 0;
}
body.customer-account-login .header .header-right .header.links{
  flex-direction: initial;
}
}

@media (max-width: 767px) {
  .mob-hide {
    display: none;
  }
  .desk-hide {
    display: block;
  }
}
@media (max-width: 600px) {
  .bestselling-products li.product-item.item {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .product.alert.stock.customer-alert a {
    width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  .bestselling-products li.product-item.item {
    height: 360px;
  }
  body.cms-home .header .header-right .header.links .customer-welcome.active .customer-menu .header.links {
    width: 92px;
    top: -10px;
    right: -33px;
    left: auto;

}
.customer-welcome li a {
    padding: 5px;
}
.customer-welcome ul:after {
    left: 57px;
}

.minicart-wrapper .action.showcart .counter.qty {
  font-size: 10px;
  top: 7px;
  width: 10px;
  height: 15px;
  line-height: 17px;
}
.block-search .label:before {
  font-size: 20px;
  background-size: 22px;
  color: #5c5c5c !important;
}
.header .header-right .header.links .greet.welcome + .customer-welcome:before {
  background-size: 22px;
}

span.customer-name {
  top: 2px;
}

span.customer-name {
  left: 0px;
}

/*.header .header-right .minicart-wrapper:hover .action.showcart:after {
  background-size: 22px;
  top: -19px;
  width: 10px;
  height: 30px;
}*/
/*.header .header-right .minicart-wrapper .action.showcart:before {
  top: 4px;
  background-size: 22px;
}*/
body .header .header-right .header.links .arrow-down:after {
  top: -13px !important;
  right: -30px !important;
  font-size: 10px !important;
}

}
@media only screen and (max-width: 400px) {
  .page-header .panel.wrapper .header.panel .header-top-links{
      min-height: 20px;
  }
}
body{overflow-x: hidden;}
html,body{overflow-x: hidden;}
@media only screen and (max-width: 768px) {
   .header .header-right {
      margin-right: 10px;
  }
  .navigation .parent .level-top:after{
    top: 5px !important;
  }
}
p#toolbar-amount {
    display: none;
}
.toolbar-sorter.sorter {
    display: none;
}
.catalog-category-view .toolbar-products .field.limiter {
    display: none !important;
}
.catalog-category-view .toolbar-products .pages {
    float: none !important;
}
.catalog-category-view .toolbar-products .pages .pages-items .item {
    margin: 0;
}
.catalog-category-view .toolbar-products .pages .pages-items .item span {
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
    color: #000;
}
.catalog-category-view .toolbar-products .pages .pages-items .item.current span {
    border: 0;
    color: #fff;
}
.catalog-category-view .toolbar-products .pages .pages-items .item.current .page {
    background: #e11f1d;
}
.catalog-category-view .toolbar-products .pages .pages-items .pages-item-previous .previous:before,
.catalog-category-view .toolbar-products .pages .pages-items .pages-item-next .next:before{
    color: #e11f1d;
}
