.shop-page-main-wrapper {
    background: #e7ebed;
}
div#product-component-1684998947375 {
    margin-left: -67px;
}
.container-fluid.shop-row1 .dnd-section > .row-fluid {
    max-width: 100%;
}
.fancybox-is-open .fancybox-inner {
    position: fixed;
    top: 20%;
    z-index: 9999;
    height: 507px!important;
    width: 100%!important;
    max-width: 760px!important;
}
/* button.fancybox-button.fancybox-button--arrow_right div{
  
      bottom: -240px!important;
} */
.container-fluid.shop-row1 .dnd-section {
    padding: 0;
}
.container-fluid.shop-row1 .dnd-section .dnd-column{
  padding: 0;
}

.shop-pg {
    padding: 78px 0 130px;
    background: #e7ebed;
}
.wrap-1000 {
    max-width: 1030px;
    margin: auto;
    padding: 0 15px;
}
.left-sidebar {
    padding: 0 23px 0 0;
}
.shop-pg .widget-area {
    padding-right: 13px;
}
.widget-area .side_wdgt_title {
    border-bottom: 2px solid #b5b7b8;
    color: #0494e7;
    display: block;
    font-family: gotham-bold;
    font-size: 17px;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.5;
}
.shop-pg .widget_shopping_cart_content {
    padding-bottom: 75px; 
}
div#woocommerce_widget_cart-8 {
    display: none;
}
.shop-pg ul.cart_list {
    margin: 0;
    padding: 7px 0 0;
}
.shop-pg ul.cart_list li {
    padding-left: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #b5b7b8;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 19.5px;
}

.widget_product_categories ul{
  display:block;
}

.shop-pg .left-sidebar .widget_product_categories ul li{
    padding: 12px 0;
    border-bottom: 2px solid #b5b7b8;
    position: relative;
}
.widget_product_categories ul li a {
    color: #000;
    display: block;
    font-family: arimo-regular;
    font-size: 16px;
    line-height: 1.5;
}
.widget_product_categories ul li::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 15px;
    background: url(https://3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/BarCrusher_November2022/Images/right-arrow.png) no-repeat center center;
    background-size: cover;
    transition: all .5s;
}



.onsale {
    display: none;
}
.detail-content .product-detail-content {
    padding-left: 11px;
}
.product_title {
    font-size: 17px;
    font-family: "gotham-bold";
    text-transform: uppercase;
    margin-bottom: 26px;
}
.product-detail-content p {
    font-size: 15px;
    font-family: "arimo-regular";
    margin-bottom: 24px;
}
.product-detail-content strong {
    letter-spacing: .5px;
    font-family: "arimo-bold";
}
div.images .thumbnails {
    padding-top: 22px;
}
div.images .thumbnails a {
  width: 124px;
  margin-right: 28px;
  margin-bottom: 1em;
  display: inline-block;
}
div.images .thumbnails a img {
  width: 124px;
  object-fit: cover;
}
div.product div[itemprop="offers"] p.price {
    padding-top: 5px;
    font-size: 17px;
    color: #0494e7 !important;
    margin-bottom: 32px;
}
div[itemprop="offers"] .price ins {
    font-style: normal;
    color: #e6181f;
    font-weight: normal;
    padding-left: 6px;
    text-decoration: none;
    font-family: "arimo-regular";
}
.product-bottom-cnt .section-title {
    font-size: 15px;
    line-height: 24px;
    font-family: "gotham-bold";
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block;
    color: #0494e7;
}
.product-detail-img div.images, 
.product-detail-content .summary {
    width: 100%;
}
.product-detail-content .summary button[type="submit"] {
    background: transparent;
    cursor: pointer;
    padding: 6px 32px 5px;
    border-radius: 0;
    transition: all .5s;
    margin-bottom: 24px;
}
.product-detail-content .summary button[type="submit"]:hover {
    background: #e8212c;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px){
/*   
  button.fancybox-button.fancybox-button--arrow_right div {
    bottom: -230px!important;
  } */
  .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 15px;
      padding-left: 15px;
  }
  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding-right: 15px;
      padding-left: 15px;
  }
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      padding-right: 15px;
      padding-left: 15px;
  }
}
@media (max-width: 1200px){
  .shop-pg .left-sidebar {
      flex: 0 0 32%;
      max-width: 32%;
  }
  .shop-pg .detail-content {
      flex: 0 0 68%;
      max-width: 68%;
      padding-top: 10px;
  }
  .detail-content .product-detail-content, 
  .detail-content .product-detail-img {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .main-wrap {
      padding: 0 40px;
  }
  .widget-area .side_wdgt_title {
      font-size: 18px;
  }
  div.images .thumbnails a {
      width: 29.5%;
      margin-right: 36px;
  }
  div.images .thumbnails {
      padding-top: 30px;
  }
  .widget-area .side_wdgt_title {
      font-size: 18px;
  }
  .widget_product_categories ul li a {
      font-size: 17px;
  }
  .product-bottom-cnt .section-title {
      font-size: 16px;
  }
}
@media (max-width: 991px){
  .main-wrap {
      padding: 0 25px;
  }
}
@media (max-width: 767px){
  .main-wrap .row {
      flex-wrap: wrap;
      margin: 0;
  }
  .fancybox-is-open .fancybox-inner{
    top:50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%!important;
  }
  .shop-pg {
      padding: 30px 0 75px;
  }
  .main-wrap {
      padding: 0 35px;
  }
  .detail-content .product-detail-content, 
  .detail-content .product-detail-img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .shop-pg .right-content .products li.type-product {
      padding: 0 12px;
      margin-bottom: 5px;
  }
  .shop-pg .left-sidebar {
      flex: 0 0 100%;
      max-width: 100%;
      order: 2;
      padding: 0;
  }
  .shop-pg .detail-content {
      flex: 0 0 100%;
      max-width: 100%;
      order: 1;
      padding: 10px 15px 13px;
  }
    .left-sidebar {
      padding: 0 15PX;
  }
  .fancybox-is-open .fancybox-inner {
    position: fixed;
    top: 20%;
    z-index: 9999;
  height: 260px!important;
    width: 100%!important;
    max-width: 100%!important;
}
}

@media (max-width: 400px){
  .main-wrap {
      padding: 0 20px;
  }
  .shop-pg .right-content .products li.type-product {
      flex: 0 0 100%;
      max-width: 100%;
  }
    .left-sidebar {
      padding: 0 15PX;
  }
}

/* fancybox Popup css */
.fancybox-is-open .fancybox-bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8010;
    background: transparent url(https://3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/BarCrusher_November2022/Images/nq_fancybox_bkg.png) repeat 0 0;
}
.fancybox-inner {
    position: fixed;
    background: #fff;
    color: #444;
    text-shadow: none;
/*     width: 551px !important;
    height: 368px  !important; */
    top: auto;
    bottom: auto;
    margin: 0 auto !important;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}
/* .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
} */
.fancybox-toolbar {
    margin-right: 0 !important;
}
img.fancybox-image {
  height: auto;
  width: 100%;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-infobar,
.fancybox-caption.fancybox-caption--separate,.fancybox-caption {
    display: none;
}
.fancybox-button svg{
  opacity: 0;
}
button.fancybox-button.fancybox-button--arrow_left {
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
}
button.fancybox-button.fancybox-button--arrow_left div {
  background-image: url(https://3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/BarCrusher_November2022/Images/nq_fancybox.png);
  width: 32px;
  height: 32px;
  background-position: -32px -50px;  
  position: absolute;
  top: 0;
  left: 0;
}
button.fancybox-button.fancybox-button--arrow_left div:hover {
    background-position: 0 -50px;
}
button.fancybox-button.fancybox-button--arrow_right{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    top: auto;
}
button.fancybox-button.fancybox-button--arrow_right div{
    background-image: url(https://3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/BarCrusher_November2022/Images/nq_fancybox.png);
    width: 32px;
    height: 32px;
    background-position: -32px -82px;
    position: absolute;
    bottom: 0;
    right: 0;
}
button.fancybox-button.fancybox-button--arrow_right div:hover {
    background-position: 0 -82px;
}
button.fancybox-button.fancybox-button--close{
  background-image: url(https://3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/BarCrusher_November2022/Images/nq_fancybox.png);
  height: 50px;
  width: 50px;
  background-position: 0 0;
  background-color: transparent;
  transition: all 0.5s;
}
button.fancybox-button.fancybox-button--close:hover {
    background-position: -50px 0;
}
.fancybox-is-open .fancybox-inner {
    position: fixed;
    top: 20%;
    z-index: 9999;
}
.product-bottom-cnt.nitro-offscreen {
    margin-top: 24px;
}
a.single_add_to_cart_button.skew-btn.hubspot-add-cart-text {
    margin-bottom: 2em;
}
.skew-btn .btn-txt {
    display: block;
    transform: skew(9deg);
}
/*  Start  12-04-2023 */
.fancybox-opened {
    max-width: none !important;   
    transform: none !important;
}
.fancybox-skin{
padding:0 !important;
}
.fancybox-outer {
      overflow-y: inherit !important;
}
/* .fancybox-overlay{
  top: -46% !important;  
} */

.fancybox-next span {
  left: auto;
  right: 20px;
 }
 .fancybox-prev span {
  left: 20px;
 }
/* .fancybox-slide--image {
    padding: 0 !important;
} */
.fancybox-inner, .fancybox-outer {
    position: relative!important;
    vertical-align: top;
}
.fancybox-close {
    background-position: 0 0 !important;
}
.fancybox-close:hover {
    background-position: -50px 0 !important;
}

/*  End  */
@media (max-width:450px){
.fancybox-is-open .fancybox-inner {
    height: 230px!important;
    max-width: 100%!important;
    position: fixed;
    top: 20%;
    width: 90%!important;
    /* z-index: 9999; */
}
/*   button.fancybox-button.fancybox-button--arrow_right div {
    bottom: -102px!Important; */
}
}
@media(max-width: 375px){
/*   button.fancybox-button.fancybox-button--arrow_right div {
    bottom: -84px!important;
  } */
  .fancybox-is-open .fancybox-inner {
    height: 192px!important;
  }
}
