/** Shopify CDN: Minification failed

Line 7:0 Comments in CSS use "/* ... */" instead of "//"
Line 44:0 Unexpected "{"

**/
// **********************************Common CSS****************************************/
a,
div a:hover,
div a:active,
div a:focus,
button, .collection_facets_filter .mobile-facets__footer button, .collection_facets_filter .mobile-facets__footer a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
span,
a:hover,
a:active,
button {
  text-decoration: none;
}
*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: none;
}
a {
  color: black;
}
a:hover {
  cursor: pointer;
}
{
  outline: none !important;
}
ul,
li {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  display: inline-block;
}
.mb_120 {
  margin-bottom: 120px;
}
.mb_60 {
  margin-bottom: 60px;
}

/*======================container-css=====================*/
.container {
  max-width: 1920px;
  margin: auto;
  padding: 0 24px;
}
.common_btn {
  width: 100%;
  margin: 0;
  padding: 15px;
  border-radius: 2px;
  background: #BA1206;
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s ease;
  font-family: "Ovo", serif;
  border: 1px solid transparent;
}
.common_btn:hover {
  border-color:#9C0E04;
  color:#fff;
  background:#9C0E04;
}
/*========================================================  */

body.index .shopify-section-header-sticky .header-wrapper {
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
}
.scrolled-past-header sticky-header.header-wrapper {
    scroll-behavior: smooth;
    transition: 0.3s;
    background: #fff !important;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}
.hero_img_main_block {
    display: flex;
    flex-wrap: wrap;
}
  .hero_img_inner_block {
    width: 31.65%;
}
 .hero_img_inner_block:nth-child(3n+2) {
    width: 36.7%;
} 
/* html.js::-webkit-scrollbar {
    display: none;
} */

.hero_img_inner_block.hero_block_3 {
    /* display: none; */
}
.hero_img_col {
    height: 100%;
}  
.hero_img_col a {
    display: block;
    width: 100%;
    height: 100%;
}
  .hero_img_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

/*=================contact-css==============  */
.new_contact_inner .icon-success,
.footer__col.footer__col_sec .footer-block__newsletter .newsletter-form .newsletter-form__message .icon-success {
    margin: 0 !important;
}
.new_contact_inner .form__message,
.footer__col.footer__col_sec .footer-block__newsletter .newsletter-form .newsletter-form__message {
    background: #00800045;
    padding: 8px;
    color: green;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    font-size: 12px;
    align-items: center !important;
    gap: 5px;
    width:100%;
}
.new_contact_inner .form__message:focus-visible,
.footer__col.footer__col_sec .footer-block__newsletter .newsletter-form .newsletter-form__message:focus-visible{
    border: 0;
    box-shadow: none;
    outline: none;
}
.footer__col.footer__col_sec .footer-block__newsletter .newsletter-form .newsletter-form__message {
    margin: 10px 0 0 0;
}
.new_contact_inner {
    max-width: 34.8%;
    margin: auto;
    padding: 0 15px;
}
.new_contact_inner .title {
    color: #1E1E1E;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}
.contact_details p,
.contact_details p a{
    color: #1E1E1E;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    letter-spacing:0
}
.contact_details p a {
    text-decoration: underline;
    transition: all 0.5s ease;
}
.contact_details p a:hover {
    color:#BA1206;
}
.contact_details {
    max-width: 75%;
    margin: auto auto 60px auto;
}
.new_contact_inner .text-area {
    min-height: 25px !important;
    height: 25px !important;
    resize:none !important;
}
.new_contact_inner .field__input {
    margin: 0;
    height: auto;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #D2D2D2;
    color: #1E1E1E;
    font-size: 14px;
    line-height: 1.2;
}
.new_contact_inner .field__input:hover {
    border-color: #1E1E1E;
}
.new_contact_inner .field__input:not(:placeholder-shown){
  border-color: #1E1E1E;
}
.new_contact_inner .text-area::-webkit-scrollbar {
    display: none !important;
}

.new_contact_inner .field__input:focus,
.new_contact_inner .field__input:not(:placeholder-shown),
.new_contact_inner .field__input:-webkit-autofill,
.new_contact_inner .customer .field input:focus,
.new_contact_inner .customer .field input:not(:placeholder-shown),
.new_contact_inner .customer .field input:-webkit-autofill{
    padding: 0 0 8px 0;
    box-shadow:none;
    margin:0;
}
.new_contact_inner .field__label {
    display: none;
}
.new_contact_inner .field__input::placeholder {
  color: #8F8F8F;
  opacity: 1 !important;
  font-size: 14px;
  line-height: 1.2;
}
.new_contact_inner .field{
  margin-bottom:40px !important;
}
.new_contact_inner .field:after,
.new_contact_inner .field:before {
    display: none;
}
.new_contact_inner .contact_text_area.field {
    margin-bottom: 48px !important;
}
.new_contact {
    margin: 100px 0 500px 0;
}
/*----------------cart-page-css---------------  */
.cart_info .cart_title {
    color: #1E1E1E;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}
.cart_info .continue_shopping-btn {
    transition: all 0.4s ease;
    color: #1E1E1E;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}
.cart_info .continue_shopping-btn:hover {
    color: #ba1206;
}
.cart_info .cart-items thead th {
    text-transform: uppercase;
    color: #1E1E1E;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
}
.cart_info .cart-item__details {
    padding-left: 10px;
}
.cart_info .product-option {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 0px 0;
}
.cart_info .product-option+.product-option {
    margin-top: 0;
}
.cart_info .cart-item__name:hover{
  text-decoration:none;
  color: #ba1206;
}
.cart_info .quantity{
  width:100px;
  min-height: 30px;
}
.cart_info .quantity__button {
    width: 30px;
    background-color: #F4F3EF !important;
    border-radius: 2px;
}
.cart_info .quantity:before,
.cart_info .quantity:after{
  display:none;
}
.cart_info .quantity__button .svg-wrapper {
    width: 7px;
    pointer-events: none;
    height: 7px;
}
.cart_info .quantity__input {
    color: #1E1E1E;
    font-size: 12px;
    padding: 0;
    opacity: 1;
    line-height: 1.3;
}
.cart_info  .quantity__button:focus{
    background-color: #E6E4DC !important;
    z-index: 2;
}
.cart_info .quantity__button:hover {
    border: 1px solid #C9C8C5;
}
.cart_info .quantity__input:focus{
   box-shadow:none;
}

/*----------------cart-drawer-css---------------  */
.drawer__heading {
    margin: 0;
    color: #1E1E1E;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
}
.cart_close_text {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 1.3;
    text-decoration-line: underline;
    font-family: Ovo;
}
.cart-drawer .cart-items thead {
    display: none;
}
.continue_shopping_btn.common_btn {
    width: auto;
}
.cart-drawer .cart-item__name {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing:0;
    max-width:90%;
}
.cart-drawer .quantity{
  width:65px;
  min-height: 20px;
}
.cart-drawer .quantity__button {
    width: 20px;
    background-color: #F4F3EF !important;
    border-radius: 2px;
}
.cart-drawer .quantity:before,
.cart-drawer .quantity:after{
  display:none;
}
.cart-drawer .quantity__button .svg-wrapper {
    width: 7px;
    pointer-events: none;
    height: 7px;
}
.cart-drawer .quantity__input {
    color: #1E1E1E;
    font-size: 12px;
    padding: 0;
    opacity: 1;
    line-height: 1.3;
}
.cart-drawer .product-option {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 0px 0;
}
.product-option.price_details {
    line-height: 1.2;
    margin: 0 0 16px 0px;
}
.drawer .cart-drawer .cart-item{
  gap:0;
  margin:0 0 4px 0;
  grid-template: repeat(2,auto) / repeat(4,1fr);
}
.drawer .cart-drawer .cart-item__name {
    text-decoration: none;
    display: block;
}
.drawer .cart-drawer .cart-item>td+td {
    padding-left: 24px;
}
.drawer .cart-drawer .cart-item__media img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    object-fit: contain;
    object-position:top;
}
.drawer .cart-drawer .cart-item__media {
    position: relative;
    padding-top: 44% !important;
}
.drawer .cart-drawer .cart-item__media {
    width: 16rem;
}
.drawer .cart-drawer td.remove_btn_info .quantity-popover-container {
    display: none;
}
.drawer .cart-drawer td.cart-item__quantity cart-remove-button {
    display: none !important;
}
.drawer .cart-drawer td.remove_btn_info {
    padding: 0 !important;
}
.drawer .cart-drawer .cart-item cart-remove-button {
    margin: 0;
}
.drawer .cart-drawer cart-remove-button .button {
    min-width: auto;
    min-height: auto;
}
.drawer .cart-drawer .product-option+.product-option {
    margin-top: 0;
}
.drawer .cart-drawer .remove_btn_info span.svg-wrapper {
    width: 10px;
}
.drawer .cart-drawer .cart-item__quantity {
    margin: 16px 0 0 0;
    padding:0;
}
.drawer .cart-drawer .cart-item>td+td {
    padding-left: 24px;
    width: calc(100% - 16rem);
}
.drawer .cart-drawer .cart-item>td+td.remove_btn_info {
    width: auto;
}
.drawer__cart-items-wrapper table.cart-items tr {
    display: flex;
}
.cart-drawer .quantity__button:focus{
    background-color: #E6E4DC !important;
    z-index: 2;
}
.cart-drawer .quantity__button:hover {
    border: 1px solid #C9C8C5;
}
.cart-drawer .quantity__input:focus{
   box-shadow:none;
}
.cart-drawer .cart-item__error {
    margin-top: 1.2rem !important;
}
.cart-drawer .cart-item__error-text {
    font-size: 1.2rem;
    color: #1E1E1E;
    line-height: 1.2;
    letter-spacing: 0;
}
.payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 25px 0 0 0;
}
.cart-drawer .cart__checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
/*===========collection-css============  */
.collection_list_items ul {
    margin: 0 0 26px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.collection_list_items ul li a {
    color: #1E1E1E;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 8px;
    background: transparent;
    transition: all 0.4s ease;
    letter-spacing: 0;
}
.collection_list_items ul li a:hover,
.collection_list_items ul li.active a{
    background: #F4F3EF;
}
.collection_list_sec .badge {
    display: none;
}


/*====================product-page======================  */
.product_short_desc p {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
}
.product_short_desc {
    max-width: 79%;
    margin: 24px 0 0 0 !important;
}
.main_pro_sec variant-selects fieldset.product-form__input legend.form__label span {
    display: none;
}
.main_pro_sec fieldset.js.product-form__input.product-form__input--swatch label.swatch-input__label.swatch-input__label--square {
    height: 50px;
    width:40px;
    padding:0;
}
.main_pro_sec .swatch-input__input.visually-disabled+.swatch-input__label>.swatch:after{
  display:none;
}
.main_pro_sec variant-selects fieldset.product-form__input label:hover {
    border-color: #C9C8C5;
}
.main_pro_sec .product-form__input--pill input[type=radio]:disabled+label,
.main_pro_sec .product-form__input--pill input[type=radio].disabled+label {
    border-color: transparent;
    color: #C9C8C5;
    text-decoration: none;
    letter-spacing: 0;
}
/*---------------responsive-css----------------------*/
@media screen and (max-width: 1600px) {
.new_contact_inner {
  max-width: 47.5%;
}
.new_contact {
    margin: 80px 0 400px 0;
}
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1400px) {
  .new_contact_inner {
    max-width: 57.5%;
}
.new_contact_inner .title {
    font-size: 36px;
}
.new_contact {
    margin: 80px 0 300px 0;
}
}
@media screen and (max-width: 1200px) {
 .new_contact_inner {
    max-width: 68.5%;
  }
}
@media screen and (max-width: 991px) {
  .new_contact_inner {
    max-width: 84.5%;
  }
  .drawer .cart-drawer .cart-item__media {
    position: relative;
    padding-top: 40% !important;
  }
  .new_contact {
    margin: 60px 0 270px 0;
  }
  .new_contact_inner .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
 .hero_img_inner_block.hero_block_3 {
    display: block;
  }
  .hero_img_inner_block,.hero_img_inner_block.hero_block_2,.hero_img_inner_block:nth-child(3n+2) {
    width: 50%;
  }
  .new_contact_inner {
    max-width: 100%;
    padding:0;
  }
  .new_contact_inner .title {
    font-size: 30px;
  }
  .drawer .cart-drawer .cart-item__media {
    width: 13rem;
    padding-top: 35% !important;
  }  
}
@media screen and (max-width: 575px) {
  .new_contact_inner .title {
    font-size: 24px;
    margin:0 0 10px 0;
  }
  .new_contact {
      margin: 50px 0 270px 0;
  }
  .new_contact_inner .field__input::placeholder,
  .new_contact_inner .field__input {
    font-size:12px;
  }
  .contact_details {
    max-width: 85%;
    margin: auto auto 40px auto;
  }
  .drawer .cart-drawer .cart-item__media {
    width: 13rem;
    padding-top: 30% !important;
  }
  .drawer .cart-drawer .cart-item>td+td {
    padding-left: 24px;
    width: calc(100% - 6rem);
  }
  .drawer__inner {
    padding: 12px !important;
  }
  .payment-methods {
    margin: 15px 0 0 0;
    gap:10px;
  }
}
@media screen and (max-width: 425px) {
.contact_details p, .contact_details p a {
    font-size: 12px;
}
.contact_details {
    max-width: 100%;
}
.new_contact_inner .contact_text_area.field {
    margin-bottom: 40px !important;
}
.drawer .cart-drawer .cart-item__media {
    width: 13rem;
    padding-top: 35% !important;
}
.drawer .cart-drawer .cart-item>td+td {
    padding-left: 12px;
    width: calc(100% - 6rem);
}
}
@media screen and (max-width: 360px) {
 .drawer .cart-drawer .cart-item__media {
    width: 13rem;
    padding-top: 40% !important;
} 
}
.variant-metafield-display p:first-child {
    display: none;
}
.variant-metafield-display p,
#variant-metafield-container p {
    margin: 0;
    margin-bottom: 12px;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 1.29;
    padding: 0;
    letter-spacing: 0;
}

/* product page product image modal css start */
ul.main-product-image-modal {
    padding: 0;
    margin: 0;
}
.main-product-image-modal-wrapper {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 13;
    display: none;
}
.main-product-image-modal-wrapper.active-model {
    display: block;
}
.main-product-image-modal li img {
    display: block;
    max-width: 700px;
    margin: auto;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.product-image-modal-outer {
    background: #fff;
    height: 100%;
    width: 100%;
}
.main-product-image-modal li {
    display: block !important;
}
span.close-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    cursor: pointer;
}
.main-product-image-modal button.slick-arrow {
    position: fixed;
    z-index: 29;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}
.main-product-image-modal button.slick-arrow.slick-prev {
    left: 24px;
}
.main-product-image-modal button.slick-arrow.slick-next {
    right: 24px;
}
.main-product-image-modal button.slick-arrow::before {
    content: none;
}
@media (max-width: 1199px) {
  ul.main-product-image-modal.slick-initialized.slick-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .main-product-image-modal li img {
    max-width: 75%;
  }
  .main-product-image-modal button.slick-arrow svg {
    width: 18px;
    height: 18px;
  }
  .main-product-image-modal button.slick-arrow.slick-prev {
    left: 14px;
  }
  .main-product-image-modal button.slick-arrow.slick-next {
    right: 14px;
  }
  span.close-icon-wrapper {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .main-product-image-modal li img {
    max-width: 100%;
  }
  .main-product-image-modal button.slick-arrow {
    display: none !important;
  }
}

