@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");


.body-full .container,
.container-padd60 {
  max-width: 1600px;
}

.text-center {
  text-align: center !important;
}

/*=====  Start of header  ======*/
#dropdown-cart .btn-remove {
  height: 30px;
}

.newsletter-success-modal .halo-modal-content {
  width: 300px;
  padding: 30px 40px;
  font-size: 16px;
}

.newsletter-success-modal i {
  margin-right: 20px;
  font-size: 20px;
}

.newsletter-success-modal i {
  color: green;
}

.site-nav li.menu-lv-1.item {
  text-transform: uppercase;
}

/*=====  End of header  ======*/

/*=====  Start of Collection page  ======*/
button.btn.add-to-cart-btn.Call-for-Price {
  display: none;
}

.remove-shopping-bag {
  font-weight: 700;
}

.product-item .product-des.abs-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.product-wishlist {
  position: absolute;
  top: 13px;
  left: 0px;
  z-index: 1;
  padding: 0px 5px;
  display: none;
}

.grid-item:hover .product-wishlist {
  display: block;
}

.product-item .wishlist {
  margin-bottom: 5px;
}

.product-item .wishlist svg,
.product-item .wishlist .fa {
  width: 30px;
  height: 30px;
}

.product-item .wishlist svg,
.product-item .wishlist .fa {
  width: 28px;
  height: 28px;
  background-color: var(--bg_wishlist);
  color: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  padding: 7px 4px 6px;
}

.product-shop .wishlist svg,
.product-shop .wishlist .fa {
  color: #000;
}

.product-shop .wishlist.whislist-added svg,
.product-shop .wishlist.whislist-added .fa {
  color: var(--color_wishlist);
}

.wishlist.whislist-added .fa-heart-o::before {
  content: "\f004";
}

.product-shop .groups-btn .wishlist .fa {
  margin-right: 0;
  line-height: 22px;
}

.product-item .product-top .product-wishlist .quickview-button {
  padding: 0px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 19px;
}

.product-item .product-top .product-wishlist .quickview-button svg {
  text-align: center;
  margin-left: 4px;
  margin-top: 3px;
  padding: 1px;
}

.product-item .product-top .product-wishlist .quickview-button img {
  width: 21px;
  padding: 1px;
}

.product-item .btn:hover,
.product-item .product-shop .shopify-payment-button button.shopify-payment-button__button:hover,
.product-shop .shopify-payment-button .product-item button.shopify-payment-button__button:hover,
.product-item .product-shop .groups-btn .wishlist:hover,
.product-shop .groups-btn .product-item .wishlist:hover,
.product-item .tabs__product-page .spr-container .spr-summary-actions-newreview:hover,
.tabs__product-page .spr-container .product-item .spr-summary-actions-newreview:hover,
.product-item .addresses-page .btn-edit-delete a:hover,
.addresses-page .btn-edit-delete .product-item a:hover {
  border-color: #fff;
}



.inner.product-item {
  padding: 1px 10px;
}

.products-grid .grid-item {
  padding: 7px;
}

.product-item .product-top {
  padding-top: 8px;
}

.product-item .inner-top strong.call-for-price {
  margin-bottom: 12px;
  display: block;
}

.grid-item:hover .inner.product-item {
  box-shadow: 1px 1px 10px #aaa !important;
  position: relative;
}

.grid-item:hover .inner.product-item:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: #232323;
  border-radius: 0 0 4px 4px
}

.product-item .product-des.abs-center {
  top: auto;
  bottom: 0px;
  left: 0;
  transform: translateY(0%) !important;
}

body.template-product #shopify-section-product-template-grouped .slider-nav {
  /* padding-top: 0;*/
}

body.template-product #shopify-section-product-template-grouped .slider-nav .slick-list {
  /* height: auto !important;*/
}

body.template-product #shopify-section-product-template-grouped .theme-ask .ask-an-expert-text {
  margin-top: 20px;
}

.cart-popup-coll-related .products-grid {
  flex-wrap: wrap;
}

.cart-popup-coll-related {
  display: none;
}

@media (min-width: 1200px) {
  .grid-item:hover .product-des {
    opacity: 1;
    visibility: visible;
  }

  #shopify-section-navigation ul.site-nav {
    text-align: center;
  }

  .featured-products.has-banner .column-product,
  .featured-products.has-banner .flex-row-reverse .column-product {
    padding: 45px;
  }

  .featured-products.has-banner .column-product .column-product-inner,
  .featured-products.has-banner.flex-row-reverse .column-product .column-product-inner {
    max-width: 100%;
  }

}



@media (min-width:577px) and (max-width:1024px) {
  .products-grid .product-image .product-grid-image {
    min-height: 300px;
  }
}

@media (max-width:576px) {
  .products-grid .product-image .product-grid-image {
    min-height: 200px;
  }

  .products-grid .product-label {
    position: relative !important;
  }
}

.js-filter.widget.sidebar-tags[display-none]:not([no]) {
  display: none;
}

/*=====  End of Collection page  ======*/



/*=====  Start of cart page ======*/
.cart-form .cart-list .details {
  min-width: calc(100% - 350px);
}

/*=====  End of cart page  ======*/



/*=====  Start of product page  ======*/
body.template-product .slick-arrow {
  bottom: 50%;
  top: inherit !important;
}

.shopify__accordion .accordion {
  font-weight: 500;
  background-color: #f1f1f1;
  color: #444;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 16px;
  transition: .7s;
  text-transform: uppercase;
}

.shopify__accordion .active,
.shopify .accordion:hover {
  background-color: #eee;
}

.shopify__accordion .panel {
  padding: 15px 18px;
  background-color: #fff;
  overflow: hidden;
  transition: max-height .8s ease-out;
  border-bottom: 3px solid transparent;
  display: none;
}

.shopify__accordion .panel.panelactive {
  display: block;
}

.shopify__accordion .accordion:after {
  content: '\f107';
  color: #232323;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.shopify__accordion .active:after {
  content: "\f106";
}

.shopify__accordion1 .accordion {
  font-weight: 500;
  background-color: #f1f1f1;
  color: #444;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 16px;
  transition: .7s;
  text-transform: uppercase;
}

.shopify__accordion1 .active,
.shopify .accordion:hover {
  background-color: #eee;
}

.shopify__accordion1 .panel {
  padding: 15px 18px;
  background-color: #fff;
  overflow: hidden;
  transition: max-height .8s ease-out;
  border-bottom: 3px solid transparent;
  display: none;
}

.shopify__accordion1 .panel.panelactive {
  display: block;
}

.shopify__accordion1 .accordion:after {
  content: '\f107';
  color: #232323;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.shopify__accordion1 .active:after {
  content: "\f106";
}

.slider-nav .product-single__media {
  border: 1px solid #dddddd;
}

.slider-nav .item:hover .product-single__media {
  border: 1px solid #737373;
}

.product-img-box.left-vertical-moreview {
  align-items: start;
}

.product-shop .groups-btn #product-add-to-cart,
.product-shop .groups-btn .product-add-to-cart {
  max-width: 200px;
}

table.additional-attributes th.col.label {
  width: 70%;
}

table.additional-attributes {
  border: 0;
}

table.additional-attributes th.col.label,
table.additional-attributes td.col.data {
  padding: 4px 0;
  border: 0;
}


.price-box.Call-for-Price,
.price-box.price-0 {
  display: none;
}

.selector-wrapper-size {
  width: 144px;
  margin-bottom: 25px !important;
  position: relative;
}

.selector-wrapper-size #size {
  background: url('//cdn.shopify.com/s/files/1/0555/3556/7010/files/6993794_preview.png?v=1616579996') no-repeat;
  background: url(https://cdn.shopify.com/s/files/1/0016/2499/7923/files/caret.png?6019066979486807311) no-repeat 105% 50% #fff;
  background-size: 10px;
  background-position: 123px;
}

.selector-wrapper-size em>em {
  position: relative;
  width: 144px;
  display: block;
}

.selector-wrapper-size>em em::before {
  content: "";
  width: 32px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #cbcbcb;
}

.selector-wrapper .icon-dropdown {
  display: none;
}

select {
  padding: 7px 32px 5px 12px !important;
}

.addthis_inline_share_toolbox .at-svc-thefancy,
.addthis_inline_share_toolbox .at-svc-wanelo,
.addthis_inline_share_toolbox .at-svc-fashiolista,
.addthis_inline_share_toolbox .at-svc-compact,
.addthis_inline_share_toolbox .at-svc-email {
  display: none !important;
}

.product-shop .groups-btn .icon-share-wrap {
  position: relative;
  min-width: 140px;
}

.product-shop .groups-btn .wrapper-social-popup {
  width: auto;
  bottom: auto;
  left: 0
}

.recently-viewed-products .widget-product .slick-arrow {
  top: 34.3% !important;
}

.product-shop .groups-btn .wrapper-social-popup.active {
  background: #eee;
  padding-top: 0;
}


/* #recently-viewed-products-grid .slick-track, #product-recommendations .slick-track {    padding: 10px;}
#product-recommendations .slick-track .grid-item, #recently-viewed-products-grid .slick-track {    margin: 10px; }
.slick-slider{margin: 0px;} */

/* Customer Reviews */
#shopify-product-reviews .spr-container {
  border: none;
  padding: 0;
}

#shopify-product-reviews .spr-container span.spr-summary-actions .spr-summary-actions-newreview {
  background: #232323;
  border: 1px solid #232323;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}

#shopify-product-reviews .spr-container span.spr-summary-actions .spr-summary-actions-newreview:hover {
  background: transparent;
  color: #232323;
}

#shopify-product-reviews .spr-container .new-review-form .spr-button {
  background: #232323;
  border: 1px solid #232323;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  float: left;
}

#shopify-product-reviews .spr-container .new-review-form .spr-button:hover {
  background: transparent;
  color: #232323;
}

.spr-form-message-error {
  background: transparent !important;
  color: #c0363a !important;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #ddd;
}

@media (max-width:576px) {

  .spr-summary .spr-summary-caption,
  .spr-summary .spr-summary-actions {
    display: block !important;
    margin-bottom: 10px;
  }

  #shopify-product-reviews .spr-container span.spr-summary-actions .spr-summary-actions-newreview {
    display: inline-block;
  }
}

.next_prev-groups .next-prev-product {
  display: none;
}

.product-photo-container .slick-arrow {
  top: 50% !important;
}

/*=====  End of product page  ======*/

/*=====  Start of About Us page  ======*/
.content-item h3.title {
  padding-top: 20px !important;
}

.content-item>div {
  max-width: 100% !important;
}

.page-header {
  padding-top: 25px !important;
  padding-bottom: 40px !important;
}

.col.banner {
  display: flex;
  align-items: center;
}

.top-content .heading {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
}

.about-us-content .content-item .text .text-item .inner {
  padding: 5% 20px;
  margin: 0 auto;
  width: 100%;
}

.about-us-content .content-item.no-banner .text .text-item .inner {
  padding: 2% 20px;
}

.about-us-content .content-item .text .text-item .inner table td,
table th {
  border-bottom: none !important;
}

.content-item .banner .background {
  width: inherit !important;
}

/*=====  End of About Us page  ======*/


/*=====  Start of store-locator-page  ======*/
.store-locator-page .page-content {
  padding: 8px 0px 0px;
}

.store-locator-page .page-content .top-content-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 20px 0px 20px;
}

.store-locator-page .page-content .top-content-find .left-content-find {
  width: 38%;
}

.store-locator-page .page-content .top-content-find .left-content-find .title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .04em;
  color: #282828;
  font-family: 'DM Serif Display', serif;
  text-transform: capitalize;
  margin: 0px;
  font-weight: 600;
  padding: 20px 0px 13px;
}

.store-locator-page .page-content .top-content-find .left-content-find .des {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .04em;
  color: #787878;
}

.store-locator-page .page-content .top-content-find .right-content-find {
  width: 62%;
  text-align: right;
  padding-bottom: 7px;
}

.store-locator-page .page-content .top-content-find .right-content-find .search_map .ENV_maps__div_search input {
  max-height: 40px;
  width: 414px;
  margin-right: 5px;
}

.store-locator-page .page-content .top-content-find .right-content-find .search_map .ENV_maps__div_search .btn {
  color: #fff;
  background: #505050;
  border-color: #505050;
  max-width: 151px;
  padding: 10px 15px 9px;
  margin-bottom: 2px;
}

.store-locator-page .page-content .top-content-find .right-content-find .search_map .ENV_maps__div_search .btn:hover {
  background: #787878;
  border-color: #787878;
}

.store-locator-page .page-content .bottom-content-find {
  padding: 0px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 305px;
  flex: 0 0 305px;
  max-width: 305px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  max-height: 600px;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: -moz-calc(100% - 5px);
  width: -webkit-calc(100% - 5px);
  width: -ms-calc(100% - 5px);
  width: calc(100% - 5px);
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind::-webkit-scrollbar {
  width: 3px;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind::-webkit-scrollbar-track {
  background: #fff;
  margin: 5px 0px 5px;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind::-webkit-scrollbar-thumb {
  background: #505050;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind .InfoFindInner {
  margin-right: 6px;
  border-right: 1px solid #ececec;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind .InfoFindInner>div {
  display: block;
  padding: 20px 10px 20px 25px;
  border-bottom: 1px solid #ececec;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind .InfoFindInner>div:last-child {
  border-bottom: none;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind .InfoFindInner>div .ENV_maps_elist .text h4 {
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 20px;
  color: #947d5c;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind .InfoFindInner>div .ENV_maps_elist .text p {
  margin-bottom: 5px;
}

.store-locator-page .page-content .bottom-content-find .HL-ColLeft .InfoFind .InfoFindInner>div .ENV_maps_elist .text {
  cursor: pointer;
}

.store-locator-page .page-content .bottom-content-find .HL-ColRight {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 305px);
  flex: 0 0 calc(100% - 305px);
  max-width: -moz-calc(100% - 305px);
  max-width: -webkit-calc(100% - 305px);
  max-width: -ms-calc(100% - 305px);
  max-width: calc(100% - 305px);
}

.store-locator-page .page-content .bottom-content-find .HL-ColRight .ENV_maps__div {
  min-height: 600px !important;
}

.right-content-find {
  display: none;
}

.top-content-find .left-content-find {
  width: 100% !important;
  text-align: center;
  border-top: 1px solid #ccc;
  margin: 0px 0px 20px;
}

.ENV_maps_window.ENV_maps_html .text {
  line-height: 1.6;
  color: #000;
  font-weight: 400;
  padding: 10px;
}

.ENV_maps_window.ENV_maps_html .text h4 {
  margin-bottom: 10px;
}

@media (max-width:576px) {
  .store-locator-page .page-content .bottom-content-find {
    display: block !important;
    width: 100%;
  }

  .store-locator-page .page-content .bottom-content-find .HL-ColLeft,
  .store-locator-page .page-content .bottom-content-find .HL-ColRight {
    width: 100%;
    max-width: 100% !important;
    margin-right: 0;
  }

}

/*=====  End of store-locator-page  ======*/


/*===== Start of testimonial css  ======*/
#testimonials_page .box {
  padding: 20px;
}

#testimonials_page .box .testimonials-title {
  margin-top: 15px;
  margin-bottom: 0;
}

#testimonials_page .box:nth-child(2n+1) {
  background: #f0f0f0;
  margin: 15px auto;
}

#testimonials_page .box:nth-child(2n) {
  background: #f8f0ed;
  margin: 15px auto;
}

/*=====  End of testimonial css  ======*/

.Empty_Wishlist {
  width: 320px;
  text-align: center;
  max-width: 90%;
  margin: 0px auto 50px;
  border-top: 1px solid #888;
  padding: 30px 0 40px;
  box-shadow: 0px 2px 1px 1px #888;
  -o-box-shadow: 0px 2px 1px 1px #888;
  -ms-box-shadow: 0px 2px 1px 1px #888;
  -moz-box-shadow: 0px 2px 1px 1px #888;
  -webkit-box-shadow: 0px 2px 1px 1px #888;
}

.Empty_Wishlist a.spotlight-button.btn {
  color: #232323;
  border: 1px solid #232323;
  padding: 10px 30px !important;
}

.Empty_Wishlist a.spotlight-button.btn:hover {
  background: #232323;
  color: #fff;
}

/* body#wish-list .grid-item:hover .inner.product-item:before { display:none;}
body#wish-list .grid-item:hover .inner.product-item { box-shadow: none !important; position: relative;} */
.wishlist-content .grid-item .product-item {
  position: relative;
  width: 100%;
}

.wishlist-page .wrapper-wishlist .wishlist-content {
  padding: 18px;
  min-width: auto;
  width: 100%;
}

.wishlist-content .grid-item {
  display: flex !important;
}

.no-flex {
  display: block !important;
}

.flew-100 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.wishlist-content .product-image img {
  width: 100%;
  max-width: 240px;
  margin: auto;
  display: block;
}

.wishlist-content .product-vendor {
  margin-bottom: 10px;
}

.wishlist-content .product-vendor a,
.wishlist-page .col-price {
  display: block;
  text-align: center;
  max-width: inherit;
}

.wishlist-page .col-price {
  margin-bottom: 10px;
}

.wishlist-page .col-prod {
  margin-top: 30px;
}

.wishlist-page .col-options {
  max-width: inherit;
  border-radius: 4px;
}

.wishlist-page .col-options a {
  color: #212121;
}

.wishlist-content .grid-item .product-item a.whislist-added {
  position: absolute;
  top: 10px;
  right: 10px;
}

.wishlist-content .grid-item:hover .product-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #232323;
  border-radius: 0 0 4px 4px;
}

.wishlist-content .col-options form.variants .btn {
  margin: auto;
  display: block;
}

.wishlist-content .column.col-options.text-center {
  width: 100%;
  position: absolute;
  bottom: 94px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.wishlist-content .grid-item:hover .product-item .column.col-options.text-center {
  display: block;
}




.faqs-page .panel-group {
  margin-bottom: 15px;
}

.faqs-page .panel-group .panel-title a span::before,
.faqs-page .panel-group .panel-body>div:before {
  display: none;
}

.faqs-page .panel-group .panel-title a span:after {
  content: '\f107';
  color: #232323;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.faqs-page .panel-group .panel-title a:not(.collapsed) span:after {
  content: "\f106";
}

.home-custom-block-bottom .banner-large-img .banner-content .banner-heading {
  margin-bottom: 0 !important;
}

.home-custom-block-bottom .banner-large-img .banner-content .banner-des {
  margin-bottom: 25px;
}

.related-products,
.recently-viewed-products,
#shopify-product-reviews {
  margin-top: 0;
}

.recently-viewed-products,
.related-products {
  margin-bottom: 0;
}

.about-us-2-content .content {
  text-align: justify;
  font-size: 13px;
}

.about-us-content a {
  color: #000;
}

.contact-us-page .location strong {
  font-weight: 700;
}

.contact-us-page .location.map_active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  background: #ffffffe6;
  padding: 15px;
  box-shadow: 0px 0px 4px 0px #c3c3c3;
}

.page-header {
  text-align: center;
  text-transform: uppercase;
}

.site-footer .newsletter .input-group-field::placeholder {
  text-transform: capitalize;
}

.wrapper-login-customer #recover_password .action-btn a,
.wrapper-login-customer #recover_password .action-btn span {
  color: #232323;
}

.wrapper-login-customer .wrapper-content .col-right {
  text-align: center;
}


span.compare-price,
span.old-price {
  text-decoration: line-through !important;
}

.call-for-price {
  font-weight: 900;
  color: #202020;
}

.product-price span {
  font-weight: 900;
  color: #202020;
}

.site-footer .newsletter .input-group-field::placeholder {
  text-transform: capitalize;
}

.ContentPage {
  text-align: justify;
}

.ContentPage h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.ContentPage p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px !important;
}

.ContentPage p .bull {
  font-size: 22px;
  line-height: 26px;
}

.ContentPage .btn {
  border: 1px solid #333;
}

.ContentPage table.table.table-borderless,
.ContentPage table.table.table-borderless td {
  border: 0;
  padding: 0;
}

.ContentPage.Terms-of-Use table,
.ContentPage.Terms-of-Use table td {
  border: 0;
  padding: 0 !important;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.ContentPage.Terms-of-Use table td.admintext {
  border: 1px solid #ddd !important;
  padding: 8px !important;
  width: 0;
}

.ContentPage.Terms-of-Use table a.termsOfUseText {
  line-height: 28px;
}

.shopify-policy__container table,
.shopify-policy__container table td,
#PrivacyPolicy table th,
.TermsOfUse table,
.TermsOfUse table td,
.TermsOfUse table th {
  border: none;
  line-height: 25px;
}

.page-header h2 {
  text-align: center;
}

.shopify-policy__container {
  max-width: 90% !important;
}

.shopify-policy__body {
  font-size: 15px;
  line-height: normal;
}

.shopify-policy__title {
  margin-top: 30px;
  text-transform: capitalize;
}

.shopify-policy__container a {
  color: #000;
}

/*=====  Terms Of Use css  ======*/
.termsOfUseText .btn:hover {
  background: transparent;
  border: 1px solid #ccc;
  color: #000;
}

.termsOfUseText .btn {
  background: #333;
  color: #fff;
  border-radius: 5px;
}

/*===== End Terms Of Use css  ======*/



@media (min-width: 480px) {
  #accept-cookies {    width: 455px;  }
}


/* globle change   */
@media (max-width: 767px) {

  .product-item .action form a.btn,
  .product-des .action button.add-to-cart-btn {
    display: none;
  }

  .products-grid .product-image .product-grid-image,
  .products-grid .product-image img {
    min-height: 150px;
  }

  .products-grid .grid-item {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .collection-wrapper.page-header {
    margin: 0 !important;
    padding: 0 !important;
  }

  .collection-header .collection-image {
    display: none;
  }

  main.main-content .collection-template .toolbar {
    margin-bottom: 0px;
  }

  .template-product .breadcrumb {
    display: none;
  }

}






/*Start of collection header banner*/

@media(min-width:768px) and (max-width:1199px) {
  .layout_default .collection-header .collection-wrapper {
    display: none !important;
  }

  .collection-header.collection-header-sections .collection-image .tab-abs:not(.collection-static) {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/*End of collection header banner*/


/* ecatalogs */
@media (max-width: 479px) {
  .home-sub-banner .three-blocks:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}
#ecatalogs .img-box a, #ecatalog .img-box a, .ecatalog_item .img-box a{
    padding-top: 133.33333333333334% !important;
}

div#accept-cookies {
    z-index: 10000;
}