/** 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;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Suisse_SemiBold' !important;
}

body p,body span {
  font-family: 'Suisse_Regular' !important;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  display: inline-block;
}
/*======================container-css=====================*/
.container {
  max-width: 1920px;
  margin: auto;
  padding: 0 20px;
}
/*==========================button-css=========================*/
.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;
}

/*======================font-css=====================*/
/* @font-face {
    font-family: 'Suisse_Regular';
    src: url('/cdn/shop/files/SuisseIntl-Regular.ttf?v=1738902261') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Suisse_SemiBold';
    src: url('/cdn/shop/files/SuisseIntl-SemiBold.ttf?v=1738902162') format('truetype');
    font-weight: 600;
} */

@font-face {
    font-family: 'Suisse_SemiBold';
    src: url('/cdn/shop/files/SuisseIntl-Semibold_4f30c1fe-9e08-4443-a374-d7c8b09378cd.ttf?v=1738984791') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse_Regular';
    src: url('/cdn/shop/files/SuisseIntl-Regular_a8c31ce7-1299-444a-98fe-666cb13d1eb7.ttf?v=1738984951') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.card--standard.card--media .card__inner .card__information, .card--standard.card--text:not(.card--horizontal)>.card__content .card__heading:not(.card__heading--placeholder), .card--standard:not(.card--horizontal)>.card__content .card__badge, .card--standard.card--text.article-card>.card__content .card__information, .card--standard>.card__content .card__caption{
  display:block !important;
}
.sale-price-flex-class .custome-sale-tag {
    padding: 0;
    font-size: 12px;
    color: #c4293d;
    background: transparent;
    text-transform: capitalize;
    border: none;
}
.sale-price-flex-class .card__badge.bottom.left {
    margin: 0 0 0 6px!important;
}
.sale-price-flex-class .price__container {
    display: flex;
    align-items: center;
}

.sale-price-flex-class .custome-solde-out-tag {
    padding: 0;
    background: transparent;
    color: #202223;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    border: none;
}
.card__badge {
    align-self: flex-end;
    grid-row-start: 3;
    justify-self: flex-start;
    z-index: 1;
}
.card__badge.custome_new_arrival {
    align-self: start;
    grid-row-start: 1;
    justify-self: flex-start;
}
span.custome_new_arival_tag {
    color: white;
    background: #181818;
    font-size: 11px;
    padding: 2px 8px;
    text-transform: uppercase;
}
.card-product-cart-wrapper .quick-add__submit.restock-rocket-preorder-button {

    justify-content: end;
    font-size: 12px;
    width: auto;
}
/*======================insta section-css=====================*/
.insta-title h2 {
    font-size: 42px;
    color: #181818;
    text-transform: uppercase;
     margin: 0 0 60px 0;
    text-align: center;
    font-weight: 600;
}
.instagarm-div {
    margin-bottom: 60px;
}
.multi-insta-post {
    display: flex;
    gap: 10px;
}
.insta-title p {
    font-size: 12px;
    color: #181818;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 6px;
    font-family: 'Suisse_SemiBold' !important;
}
.insta-post-img img {
    height: 100%;
    width: 100%;
}
.instagarm-div .slick-initialized .slick-slide{
  margin-left: 10px;
}

/*======================hero-banner-css=====================*/

.banner_details_inner {
    display: flex;
    gap: 20px;
}
.banner_inner_row {
    position: relative;
}
.banner_details_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  z-index: 2;
}
.banner_img_col:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 45%);
    z-index: 1;
}
.banner_img_col {
    position: relative;
    padding-top: 48.1%;
}
.banner_img_col img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
}
.banner_details_text h2 {
    color: #FFF;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.84px;
    text-transform: uppercase;
    margin: 0;
}
.banner_details_btn .banner_btn {
    color: #FFF;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.84px;
    text-decoration-line: underline;
    text-transform: uppercase;
    display: inline-block;
    transition:all 0.5s ease;
}
.banner_details_btn .banner_btn:hover {
    text-decoration: none;
}
.banner_mob_img {
    display: none;
}

/*======================Featured-products-css=====================*/
.collection__title.title-wrapper {
    margin-bottom: 16px !important;
}
.new_collection .collection__title {
    display: flex;
    align-items:center;
    justify-content:space-between;
}
.new_collection .collection__title .title {
    margin: 0 !important;
    color: #181818;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
}
.new_collection .collection__view-all a {
    color: #181818 !important;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
}
.collection_main_row {
    padding: 0 !important;
}
.card__heading a {
    color: #181818;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.collection_list_sec .card--standard .card__inner {
    background: transparent !important;
    color: #fff !important;
}
.card__inner{
  margin-bottom:6px;
}
.card__information {
    padding: 0 !important;
}
.card__information  .price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #8B8B8B;
    font-size: 1.3rem;
    margin: 0 6px 0 0;
}
.inner_card_url {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.collection_main_row ul {
    row-gap: 40px;
}
.card-information>.price {
    margin: 0 !important;
    color: #181818;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
}
.card-product-cart-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding:10px;
}
.card--standard>.card__content .card__information {
    padding-left: 0;
    padding-right: 0;
}
.card-product-cart-wrapper .quick-add {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-product-cart-wrapper .quick-add__submit {
    padding: 0;
    margin: 0;
}
.card-product-cart-wrapper .quick-add__submit::after,
.card-product-cart-wrapper .quick-add__submit::before {
    content: none;
}
.card__heading a:after {
    content: none !important;
} 
.card-product-cart-wrapper .quick-add__submit,
.card-product-cart-wrapper .quick-add {
    padding: 0;
    margin: 0;
    min-height: auto;
    min-width: auto;
    width: 32px;
    height: 32px;
    background: #ffffff;
}
.product-option-size-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.product-option-size-wrapper ul li {
    display: block;
    font-size: 14px;
    line-height: 1;
}
.product-option-size-wrapper ul li a {
    text-decoration: none !important;
    display: block;
    color: #000;
    font-family: 'Suisse_Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    white-space: nowrap;
}
.product-cart-variant {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    padding: 8px 20px;
    margin:10px;
}
.card-product-cart-wrapper:hover .product-cart-variant {
    opacity: 1;
    visibility: visible;
    display: block;
}

/*======================collection-section-css=====================*/
.collection_inner_info {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}
.collection_main_wrapper {
    width: 33.33%;
    padding: 0 5px;
    display:block !important;
}

.collection_img img {
    width: 100%;
}
.collection_title h2 {
    color: #FFF;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.84px;
    text-transform: uppercase;
    margin: 0;
}
.collection_main_wrapper  .collection_link {
    position: relative;
}
.collection_product_detail {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding:20px;
    width:100%;
}
.collection_list_btn .collection_btn {
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #FFF;
    transition: all 0.4s ease;
    font-family:'Suisse_SemiBold' !important;
}
.collection_list_btn .collection_btn:hover {
    background: #181818;
    color: #fff;
    border-color: #181818;
}
.collection_section {
    margin-bottom: 16px;
}
.collection_list_btn {
    display: inline-block;
}
.collection_title {
    margin: 0 0 12px 0;
}
section.collection_banner_section {
    margin-bottom: 60px;
}

/*===============collection-section-banner-css==============*/
.collection_inner_row {
    position: relative;
}
.col_banner_details {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
}
.col_banner_bgimg {
    position: relative;
    padding-top: 43%;
}
.col_banner_bgimg img {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.collection_mob_img {
    display: none;
}

/*===============footer-css==============*/
.ns_form_success {
    display: none;
}
.footer__blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items:start;
}
.footer-block {
    width: 25%;
    margin: 0;
}
.footer__copyright {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 0;
    align-items: center;
}
.footer__localization h2 {
    display: none;
}
.footer__column .footer__localization{
  padding:0;
}
.footer__column .localization-form:only-child {
    padding: 0;
    margin: 0;
}
.footer .footer-block__image-wrapper {
    margin: 0;
}
.footer .footer-block__heading {
    color: #FFF;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: start;
}
.footer .newsletter-form__field-wrapper,
.footer .newsletter-form {
    max-width: 100%;
}
.footer .footer-block__details-content>li:not(:last-child) {
    margin-right: 0;
}
.footer .footer-block__details-content>li {
    margin-bottom: 6px;
}
.footer .footer-block__details-content .list-menu__item--link {
    padding: 0;
    color: #FFF;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 0;
    transition:all 0.4s ease;
}
.footer .footer-block__details-content .list-menu__item--link:hover,
.footer .copyright__content a:hover,
.footer .newsletter-form__button:hover,
.footer .list-social__link:hover span,
.footer .disclosure .localization-form__select:hover {
    color: #9d9d9d;
    text-decoration: none;
}
.footer .copyright__content a {
    transition: all 0.4s ease;
}
.footer .newsletter-form__field-wrapper .field__input {
    padding: 0 40px 6px 0;
    border-bottom: 1px solid #fff;
    margin: 0;
    height: auto;
    color: #FFF;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}
.footer .newsletter-form__field-wrapper .field__input:focus{
  box-shadow:none;
}
.footer .newsletter-form__field-wrapper .field__input::placeholder {
    color: #FFF;
    opacity:1;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}
.footer .newsletter-form__field-wrapper .field__label,
.footer .newsletter-form__field-wrapper .field:after {
    display:none;
}
.footer .footer__content-top {
    padding-bottom: 160px;
}
.footer .footer__copyright {
    margin: 0;
}
.footer .disclosure .localization-form__select {
    margin: 0 !important;
    height: auto;
    min-height: auto;
    padding: 0;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: all 0.4s ease;
}
.footer .localization-form__select .icon-caret {
    display: none;
}
.footer .disclosure .localization-form__select:after,
.footer .disclosure .localization-form__select:before{
  display:none;
}
.footer .newsletter-form__button {
    width: auto;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    transition:all 0.4s ease;
}
.footer .footer__list-social.list-social:only-child {
    justify-content: start;
    gap: 24px;
}
.footer .footer__col.footer__col_first,
.footer .footer__col.footer__col_last {
    width: 25%;
}
.footer .footer__col.footer__col_sec {
    width: 50%;
}
.footer .list-social__link {
    padding: 0;
    text-decoration:none;
    transition:all 0.4s ease;
}
.footer .footer__col.footer__col_last {
    text-align: start;
    color: #FFF;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}
.footer .list-social__link span {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none !important;
    transition:all 0.4s ease;
}
.footer .newsletter-form__message {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    margin:0;
}
.footer .newsletter-form__message .svg-wrapper {
    display: none;
}
.footer .newsletter-form__message:focus {
    box-shadow: none;
}
.footer .footer__column {
    padding: 0;
}
/*========================collection-page-css======================*/
.collection_list_items ul {
    padding: 0;
    display: flex;
    margin: 0;
    gap: 24px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.collection_list_items ul::-webkit-scrollbar {
  display: none;
}
.facets-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 0 17px 0;
}
.collection_filters_sec {
    order: -1;
    line-height: unset;
}
.collection_list_items ul li {
    color: #181818;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
}

.collection_list_items ul li.active,
.collection_list_items ul li:hover {
    font-family: 'Suisse_SemiBold' !important;
    text-decoration: underline;
}
.collection_list_sec .facets-container {
    padding: 0;
}
.collection_list_sec .facets__form .product-count {
    display: none;
}
.collection_list_sec .facets__form {
    margin: 0;
    gap: 0;
    padding: 0 !important;
}
.collection_list_sec .facet-filters {
    padding: 0;
}
.collection_list_sec .facet-filters__label {
    margin: 0 6px 0 0;
    color: #181818;
    font-size: 12px;
    line-height: 1.3;
    font-family: 'Suisse_Regular' !important;
    letter-spacing: 0;
    text-transform:uppercase;
}
.collection_list_sec .facet-filters__sort {
    color: #181818;
    font-size: 12px;
    line-height: 1.3 !important;
    text-transform: uppercase;
    font-family: 'Suisse_Regular' !important;
}
li.loader {
    text-align: center;
    display: block;
}
.collection_list_sec .facet-filters__sort:focus-visible{
  box-shadow:none;
  outline:none; 
}
.collection_list_sec .collection .product-grid {
    margin: 0 0 80px 0;
    row-gap: 40px;
}
.product-option-size-wrapper ul li.disabled {
    pointer-events: none;
}

/*------contact-page---  */
.contcat_inner .form-status-list {
    margin: 0 0 10px 0;
    background: #d2e4c4;
    color: #307a07;
    font-size: 12px;
    font-family: 'Suisse_Regular' !important;
    padding: 15px;
}
.contcat_inner .form__message:focus-visible{
  box-shadow:none;
  outline:none;
}
.contcat_inner .form-status-list svg {
    display: none;
}
/*------related-products-css--------*/
.related-products .related-products__heading {
    margin: 0 0 16px !important;
    color: #181818;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
}
.related-products {
    margin: 0 0 120px 0;
}
.related-products .product-cart-variant{
  display:none !important;
}

/*===============collection-css=================  */
.main_collection_list .collection_list_title {
    margin: 0 0 16px 0 !important;
    color: #181818;
    font-family: "Suisse Int'l";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}
.main_collection_list {
    padding: 60px 0 80px 0;
}
.main_collection_list .collection-list {
    row-gap: 40px;
}
.main_collection_list .card__heading a:after {
    content: "" !important;
}
.main_collection_list .pagination__item {
    color: #181818;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Suisse_SemiBold';
}
.main_collection_list .card .icon-wrap{
  display:flex;
}
.main_collection_list .card__heading a {
    display: flex;
    align-items: center;
    line-height:1;
}
/*========================cart-drawer-css======================*/
.cart-drawer .cart-items thead {
    display: none !important;
}
.cart-drawer .drawer__heading {
    margin: 0;
}
.cart-drawer .cart_item_count {
    color: #181818;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Suisse_SemiBold' !important;
    font-weight: 600;
}
.cart-drawer .drawer__heading {
    margin: 0;
    color: #181818;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
}
.cart-drawer .drawer__header {
    padding: 10px 20px;
    border-bottom:1px solid #E8E8E8;
}
.cart-drawer .drawer__close {
    position: unset;
    min-width: auto;
    min-height: auto;
}
.cart-drawer .cart-item__quantity-wrapper {
    justify-content: space-between;
}
.cart-drawer .cart-items td {
    padding-top: 0 !important;
}
.cart-drawer .cart-item>td+td {
    padding-left: 0 !important;
}
.cart-drawer .cart-item {
    padding: 10px 20px;
    margin: 0 !important;
    position: relative;
    border-bottom:1px solid #E8E8E8;
}
.cart-drawer .cart-item__name {
    color: #181818;
    font-size: 12px;
    font-style: normal;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Suisse_SemiBold' !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none !important;
}
.cart-drawer .drawer__footer {
    padding: 10px 20px 0;
    border-top:1px solid #E8E8E8;
}
.cart-drawer .product-option {
    color: #181818;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 !important;
}
.cart-drawer .product-option > dt {
    display: none;
}
.cart-drawer .quantity__button:first-child,
.new_cart_item.quantity__button:first-child,
.cart-drawer .quantity__button:last-child,
.new_cart_item .quantity__button:last-child {
    margin: 0;
}
.cart-drawer .quantity,
.new_cart_item .quantity {
    width: 100%;
    min-height: 24px;
    border: 1px solid rgba(24, 24, 24, 0.10);
}
.cart-drawer .quantity__button,
.new_cart_item .quantity__button {
    width: 33.33%;
}
.cart-drawer .quantity:after,
.new_cart_item .quantity:after,
.cart-drawer .quantity:before,
.new_cart_item .quantity:before{
  display:none;
}
.cart-drawer .quantity__input,
.new_cart_item .quantity__input {
    opacity: 1;
    color: #181818;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Suisse_Regular;
}
.cart-drawer .quantity__button:focus, 
.new_cart_item .quantity__button:focus, 
.cart-drawer .quantity__input:focus,
.new_cart_item .quantity__input:focus{
  box-shadow:none;
  
}
.cart-drawer .quantity-popover-container,
.new_cart_item .quantity-popover-container {
    width: 64px;
    max-width: 64px;
}
.cart-drawer td.cart-item__totals.right {
    display: none;
}
cart-remove-button .button span {
    color: #181818;
    font-size: 12px;
    line-height: 1.2;
    text-decoration-line: underline;
    letter-spacing: 0;
}
.cart-drawer .cart-item {
    grid-template: repeat(3, auto) / repeat(3, 1fr) !important;
    row-gap: 0 !important;
}
.cart-drawer .cart-item__image {
    height: 150px;
    object-fit: contain;
}
.cart-drawer .cart-item__media {
    width: 100%;
}
.cart-drawer cart-remove-button .button {
    min-width: auto;
    min-height: auto;
}
.cart-drawer .cart-item__quantity {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.cart-drawer quantity-popover {
    width: 100%;
}
.cart-drawer .cart-item__error{
  margin:0 !important;
}
.cart-drawer .cart-drawer__warnings .drawer__close {
    display: none;
}
.cart-drawer .totals {
    align-items: center;
    margin: 0 0 16px 0;
}
.cart-drawer .totals__total,
.cart-drawer .totals__total-value,
.cart__footer .totals__total,
.cart__footer .totals__total-value {
    color: #181818;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Suisse_Regular' !important;
    margin:0;
}
.cart-drawer .tax-note,
.cart__footer .tax-note {
    display: none;
}

.cart-drawer .checkout_btn ,
.cart__footer .checkout_btn {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #181818;
    background: #181818;
    padding: 13px;
    font-family: 'Suisse_SemiBold';
    cursor: pointer;
    transition: all 0.5s ease;
}
.cart-drawer .checkout_btn:hover,
.cart__footer .checkout_btn:hover {
    background: #fff;
    color: #181818;
}
.cart-drawer .cart_payment_list {
    padding: 10px 20px !important;
    width:100%;
}
.cart-drawer .pro_payment-icons .payment-methods svg {
    width: 35px;
}
.cart-drawer .pro_payment-icons .payment-methods{
  margin:0;
}
.is-empty .drawer__footer {
    display: none;
}
cart-drawer.is-empty .drawer__header {
    display: flex !important;
    order: -1;
    width: 100%;
}
cart-drawer.is-empty .drawer__inner {
    display: flex !important;
}
.cart-drawer .drawer__inner-empty {
    width: 100%;
    padding: 0 20px !important;
}
.continue_shopping_btn {
    width: 100%;
    padding: 0 20px;
}
.cart-drawer .continue_shop_btn {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #181818;
    background: #181818;
    padding: 13px;
    font-family: 'Suisse_SemiBold';
    cursor: pointer;
    transition: all 0.5s ease;
    display: inline-block;
    width: 100%;
}
.cart-drawer .continue_shop_btn:hover {
    background: #fff;
    color: #181818;
}
.cart-drawer .cart__empty-text {
    margin: 0;
    color: #181818;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Suisse_Regular !important;
}
.cart-item-upsells {
    padding: 0 20px;
}
.cart-drawer .quantity__button svg,
.new_cart_item .quantity__button svg {
    height: 9px;
    width: 9px;
}

/*===============cart-page-css=================  */
.new_cart_item .title {
    color: #181818;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}
.new_cart_item .title-wrapper-with-link a {
    text-decoration: underline;
    color: #181818;
    font-size: 12px;
    line-height: 1.2;
    transition: all 0.5s ease;
}
.new_cart_item .title-wrapper-with-link a:hover{
  text-decoration:none;
}
.new_cart_item .title-wrapper-with-link {
    margin: 0 0 30px 0;
}
.new_cart_item .cart-items thead th {
    margin: 0 !important;
    color: #181818;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Suisse_SemiBold' !important;
    opacity: 1;
}
.new_cart_item .cart-item__details {
    padding-left: 0;
}
.new_cart_item .cart-item__name {
    margin: 0 !important;
    color: #181818;
    font-size: 12px;
    font-style: normal;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Suisse_SemiBold' !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none !important;
}
.new_cart_item .product-option {
    color: #181818;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0px !important;
}
.cart-item__price-wrapper .price {
    letter-spacing: 0;
    color: #181818;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 !important;
    opacity: 1;
}
.cart__footer .totals {
    justify-content: space-between;
}
/*========================responsive-css======================*/
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {
  .banner_details_text h2,
  .banner_details_btn .banner_btn,
  .collection_title h2 {
    font-size: 38px;
}
}
@media screen and (max-width: 1400px) {
  .banner_details_text h2, .banner_details_btn .banner_btn, .collection_title h2 {
    font-size: 34px;
  }
  .banner_img_col {
    padding-top: 52.1%;
  }
  .col_banner_bgimg {
    padding-top: 47%;
  }
  .collection_list_items ul{
    gap:15px;
  }
  .collection_list_sec .collection .product-grid {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 1199px) {
  .banner_details_text h2, .banner_details_btn .banner_btn, .collection_title h2 {
    font-size: 32px;
  }
  .banner_details_inner {
    gap: 15px;
  }
  .footer .footer__list-social.list-social:only-child {
    gap: 15px;
  }
  .product-option-size-wrapper ul {
    gap: 10px;
    row-gap: 5px;
  }
  .product-cart-variant {
    padding: 8px 10px;
  }
  .collection_filters_sec {
    width: 100%;
    padding: 0 0 12px 10px;
    border-bottom: 1px solid #E8E8E8;
}
  .collection_list_sec .facets-container {
    padding: 0 10px;
}
  .facets-wrapper {
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 !important;
}
}
@media screen and (max-width: 991px) {
  .banner_details_inner {
    gap: 5px;
    flex-direction: column;
    align-items: center;
  }
  .banner_img_col {
    padding-top: 53.1%;
  }
  .collection_product_detail {
    padding: 15px;
  }
  .collection_inner_info .slick-list.draggable {
    padding-left: 0 !important;
  }
  .footer .footer__content-top {
    padding-bottom: 140px;
  }
  .footer-block {
    width: 21.66%;
  }
  .footer .footer-block.footer-block--newsletter {
    width: 35%;
  }
  .footer .footer__col.footer__col_last {
    width: 35% !important;
  }
  .footer .footer__col.footer__col_first {
    width: 21.66% !important;
  }
  .footer .footer__col.footer__col_sec {
      width: 43.32%;
  }
  .footer .footer__list-social.list-social:only-child {
    gap: 10px;
  }
  .collection_inner_info {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .collection_section .container {
    padding: 0;
  }
  .collection_list_items ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    gap:24px;
  }
  .collection_list_items ul li a {
    white-space: nowrap;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .banner_img_col {
    padding-top: 70%;
  }
  .collection_inner_info {
    padding: 0 0 0 5px;
  }
  section.collection_banner_section {
    margin-bottom: 40px;
  }
  .footer-block {
    width: 100%;
  }
  .footer-block.footer-block--menu {
    width: 50%;
  }
  .footer .footer__content-top {
    padding: 0 10px 70px 10px;
  }
  .footer .footer-block__newsletter {
    width: 100%;
  }
  .footer .footer-block__details-content.footer-block-image {
    justify-content: start;
    margin-bottom: 70px;
  }
  .footer .footer-block__details-content {
    margin-bottom: 70px;
  }
  .footer {
    padding: 20px 0 !important;
  }
  .footer .footer__content-bottom {
    padding: 0 10px;
  }
  .footer .footer__col.footer__col_sec {
    width: 100%;
    order: -1;
    margin-bottom: 70px;
  }
  .footer .footer__column {
    justify-content: start;
  }
  .footer .footer__col.footer__col_last{
    text-align:end;
  }
  .footer .footer__col.footer__col_last,.footer .footer__col.footer__col_first{
    width: 50% !important;
  }
  .footer .footer__list-social.list-social:only-child {
    gap: 0;
    row-gap: 6px;
  }
  .footer .footer__list-social.list-social:only-child li {
    width: 50%;
  }
  .product-option-size-wrapper ul li a {
    font-size: 10px;
    letter-spacing: -0.6px;
  }
  .product-cart-variant {
    padding: 8px 5px;
  }
  .card-product-cart-wrapper .quick-add__submit, .card-product-cart-wrapper .quick-add {
    width: 24px;
    height: 24px;
  }
  .collection_main_row ul.product-grid {
    row-gap: 24px;
    column-gap:10px;
  }
  .collection_main_row ul.product-grid li.grid__item {
    width: calc(50% - 5px) !important;
  }
  .new_collection {
    padding: 16px 0 60px 0 !important;
  }
  .collection__title.title-wrapper {
    margin-bottom: 16px !important;
  }
  .collection_section {
    margin-bottom: 0;
  }
  .collection_list_sec {
    padding: 40px 0 60px 0 !important;
  }
  .collection_list_sec .collection .product-grid {
    row-gap: 24px;
  }
  .main_collection_list {
    padding: 40px 0 50px 0;
  }
  .main_collection_list .collection-list {
    row-gap: 24px;
  }
  .main_collection_list .pagination__list>li {
    flex: 1 0 30px;
    max-width: 30px;
  }
  .main_collection_list .pagination__item {
    height: 30px;
    width: 30px;
    font-size:12px;
  }
  .main_collection_list .pagination__list>li:not(:last-child) {
    margin-right: 0;
  }
  .cart-drawer .drawer__header,
  .cart-drawer .cart-item,
  .cart-drawer .cart_payment_list {
    padding: 10px 10px !important;
  }
  .cart-item-upsells,
  .cart-drawer .drawer__inner-empty,
  .continue_shopping_btn {
    padding:0 10px !important;
  }
  .cart-drawer .drawer__footer {
    padding: 10px 10px 0 !important;
  }
  .cart-drawer .cart-item__image {
    height: 135px;
  }
  .insta-title h2{
    margin: 0 auto 40px auto;
    font-size:32px;
    max-width: 80%;
  }
  .instagarm-div{
    margin-bottom:40px
  }
}
@media screen and (max-width: 575px) {
  .collection_desk_img,
  .banner_desk_img {
    display: none;
  }
  .collection_mob_img,
  .banner_mob_img {
    display: block;
  }
  .banner_img_col {
    padding-top: 133.4%;
  }
  .col_banner_bgimg {
    padding-top: 141.2%;
  }
  .col_banner_details {
    padding: 10px;
  }
  .banner_details_inner {
    width: 100%;
    padding: 0 10px;
  }
  .banner_details_info {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .card-information.sale-price-flex-class {
    display: block;
  }
  .sale-price-flex-class .card__badge.bottom.left{
     margin: 0 0 0 5px !important;
  }
}
@media screen and (max-width: 375px) {
  .insta-title h2{
    max-width:100%
  }
}


