/** Shopify CDN: Minification failed

Line 1199:58 Unexpected "{"
Line 1620:37 Expected identifier but found whitespace
Line 5842:9 Expected identifier but found whitespace
Line 6313:45 Expected identifier but found whitespace
Line 7097:21 Expected ")" to end URL token
Line 9514:45 Expected identifier but found whitespace
Line 11610:29 Expected identifier but found whitespace
Line 11610:30 Unexpected "not("
Line 13220:64 Expected identifier but found whitespace
Line 13223:31 Expected identifier but found whitespace
... and 9 more hidden warnings

**/
html.js {
    padding-bottom: 0 !important;
}
.container{
    width: 100%;
    max-width:var(--container-width);
}  
@media (min-width:1200px) and (max-width:1525px){
  .container{
    max-width:1176px;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .container{
    max-width:970px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .container{
    max-width:750px
  }
}
@media (max-width:767px){
  .container{
    max-width:100%;
  }
}
.d_hidden{
  display:none;
}
@media (min-width:768px){
  .md_block{
    display:block;
  }
}
/* .row{
    margin-left:-15px;
    margin-right:-15px;
} 
.row>* {
    padding-right: 15px !important;
    padding-left: 15px !important;
} */
*,::after, ::before {
    box-sizing: border-box
}
a:focus, a:hover {
    outline: 0 !important
}
p {
    font-size: var(--font-size-base);
    font-family: var(--font-stack-header);
    font-weight: var(--font-weight-stack-body);
    line-height: var(--font-line-height);
    color:var(--color-body-text);
}
.section_my{
    margin-top:var(--space-between-desktop);
    margin-bottom:var(--space-between-desktop);
}
.section_py{
    padding-top:var(--space-between-desktop);
    padding-bottom:var(--space-between-desktop);
}
.al-mr-top {
    margin-top: 100px
} 
.al-mr-btm {
    margin-bottom: 100px
} 
.al-mr-lft {
    margin-left: 15px
} 
.al-mr-rht {
    margin-right: 15px
}
.al-pd-top {
    padding-top: 100px
} 
.al-pd-btm {
    padding-bottom: 100px
} 
.al-pd-lft {
    padding-left: 15px
}
.al-pd-rht {
    padding-right: 15px
}
.main-header .header_logo_wrap .logo-text{
    color:var(--color_body_text);
}


/* Theme Css-Start */

  .uppercase {
      text-transform: uppercase;
      font-weight: 600 !important;
      line-height: 20px;
  }

/* container widh meadia wise */

  .truncate-lines{
      white-space: nowrap; 
      overflow: hidden;
      text-overflow: ellipsis;
  }
@media (min-width: 1700px) {
    .truncate-lines{ 
      width: 350px; 
  }
}

@media only screen and (min-width:1440px) and (max-width:1600px) {
    .truncate-lines{ 
      width: 250px; 
  }
}

@media only screen and (min-width:1360px) and (max-width:1439px) {}

@media only screen and (min-width:1200px) and (max-width:1359px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .truncate-lines{ 
      width: 200px; 
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .truncate-lines{ 
      width: 200px; 
  }
}

@media (max-width:767px) {
  .truncate-lines{ 
      width: 270px; 
  }
}

@media (max-width:575px) {
  .truncate-lines{ 
      width: 450px; 
  }
}

@media (max-width:481px) {
    .truncate-lines{ 
      width: 305px; 
  }
}

    .header_language .disclosure #lang-list,
    .tbl-list>li.currency .flag-dropdown-menu {
        right: 0;
        left: auto;
        top: 100%;
        min-width: 120px;
        z-index: 3;
        position: absolute;
        display: none;
        margin: 0;
        padding: 10px 0 !important;
        background: #fff;
        text-align: left;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .header_language .disclosure #lang-list li a,
    .tbl-list>li.currency .flag-dropdown-menu li a{
      color:#000;
    }
    .header_currency ul li a svg,
    .header_language ul li a svg {
        width: 12px;
        height: 12px;
        fill: #fff;
        margin-left: 10px
    }

    .header_currency ul li .currency_wrapper .arrow-down,
    .header_currency ul li .currency_wrapper.active .arrow-up,
    .header_language .language_wrapper .arrow-down,
    .header_language .language_wrapper.active .arrow-up {
        display: block;
        line-height: 0
    }
    
    .currency_wrapper.dropdown-toggle,
    .language_wrapper.dropdown-toggle {
        position: relative;
        padding: 15px 0;
        font-size: 14px;
        letter-spacing: .32px;
        text-transform: uppercase;
        display: flex;
        align-items: center
    }
    
    .header_language .disclosure {
        position: relative;
        cursor: pointer;
        font-weight: 400;
    }
    .right-icon .site-header__cart svg#Capa_1 {
      display: none;
    }
    /* Start Tooltip */

      /* Add this attribute to the element that needs a tooltip */
      .serach_icon[data-tooltip],
      .my_account_icon[data-tooltip],
      .wishlist[data-tooltip],
      .compare-icon[data-tooltip],
      .cart_icon[data-tooltip]{
        position: relative;
        z-index: 2;
        cursor: pointer;
      }

      /* Hide the tooltip content by default */
      .serach_icon[data-tooltip]:before,
      .serach_icon[data-tooltip]:after,
      .my_account_icon[data-tooltip]:before,
      .my_account_icon[data-tooltip]:after,
      .wishlist[data-tooltip]:before,
      .wishlist[data-tooltip]:after,
      .compare-icon[data-tooltip]:before,
      .compare-icon[data-tooltip]:after,
      .cart_icon[data-tooltip]:before,
      .cart_icon[data-tooltip]:after{
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
      }
      
      /* Position tooltip above the element */
      .serach_icon[data-tooltip]:before,
      .my_account_icon[data-tooltip]:before,
      .wishlist[data-tooltip]:before,
      .compare-icon[data-tooltip]:before,
      .cart_icon[data-tooltip]:before{
          position: absolute;
          top: 33px;
          left: -10px;
          padding: 7px 10px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          background-color: var(--color-tooltip-bg);
          color: var(--color-tooltip-text);
          content: attr(data-tooltip);
          text-align: center;
          font-size: 14px;
      }
      
      /* Triangle hack to make tooltip look like a speech bubble */
      .serach_icon[data-tooltip]:after,
      .my_account_icon[data-tooltip]:after,
      .wishlist[data-tooltip]:after,
      .compare-icon[data-tooltip]:after,
      .cart_icon[data-tooltip]:after{
          position: absolute;
          top: 28px;
          left: 7px;
          border-bottom: 5px solid var(--color-tooltip-bg);
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          content: " ";
      }
      
      /* Show tooltip content on hover */
      .serach_icon[data-tooltip]:hover:before,
      .serach_icon[data-tooltip]:hover:after,
      .my_account_icon[data-tooltip]:hover:before,
      .my_account_icon[data-tooltip]:hover:after,
      .wishlist[data-tooltip]:hover:before,
      .wishlist[data-tooltip]:hover:after,
      .compare-icon[data-tooltip]:hover:before,
      .compare-icon[data-tooltip]:hover:after,
      .cart_icon[data-tooltip]:hover:before,
      .cart_icon[data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
      }
    
    /* End Tooltip */


/* Start Section Settings */
    .section_header{
      margin-bottom: 30px;
    }
    .section-title {
        font-size: calc(var(--font-size-header)*1px);
        letter-spacing: calc(var(--font-letterspace-header)*1px);
    }

.section-subtitle {
    font-size: calc(var(--font-size-subheader)*1px);
    font-family: var(--font-stack-subheading);
    font-weight: var(--font-weight-subheader);
    letter-spacing: calc(var(--font-letterspace-subheader)*1px);
    text-transform: var(--transform-sub-text);
    line-height: normal;
    color: var(--color-sub-heading-text);
    margin-bottom: 16px;
}

   .section-description {
        font-size: calc(var(--font-size-base)*1px);;
        font-family: var(--font-stack-body);
        font-weight: var(--font-weight-stack-body);
        letter-spacing: calc(var(--font-letterspace)*1px);
        line-height:calc(var(--font-line-height)*1px);
        color: var(--color-body-text);
        margin-top: 16px
    }
    .section-description span {
        color: #000;
        font-weight: 600;
    }
    .section-description a {
        color: #000;
        text-decoration: underline;
        font-weight: 600;
    }
    .section_header.text_align_left, .blog-content-wrap.align_text_left,
    .blog_text_align_left {
      text-align: left;    
      text-align: -webkit-left;
    }
    .section_header.text_align_center, .blog-content-wrap.align_text_center,
    .blog_text_align_center{
      text-align: center;
      text-align: -webkit-center;
    }
    .section_header.text_align_right, .blog-content-wrap.align_text_right,
    .blog_text_align_right {
        text-align: right;
        text-align: -webkit-right;
    }

    .cc-home_services .section_py, .cc-home_subscribe .section_py {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 0;
        margin-bottom: 0;
  }
/* End section Settings */

    .al-title {
        margin: 0;
        position: relative;
        text-align: center;
        color: var(--color-text);
        font-size: 40px;
        line-height:55px;
        font-weight: 600;
    }
    .section-header .desc {
        font-size: 14px;
        margin: 0 0 30px
    }
    .sub-title {
        text-align: center;
        font-size: 16px;
        margin: 0 0 20px;
        color: #ba5f45;
        font-weight: 500;
        letter-spacing: 1.8px;
    }


.image-bar__content .placeholder-image,
.image-bar__content .placeholder-svg,
.placeholder-background {
    position: absolute;
    top: 0;
    left: 0
}

button,
input.btn--secondary,
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

.product-wrapper .btn_wrapper .pro_btn a:active::after,
.product-wrapper .btn_wrapper .pro_btn a:active::before,
.product-wrapper .btn_wrapper .pro_btn a:focus::after,
.product-wrapper .btn_wrapper .pro_btn a:focus::before,
.site-header__cart #slidedown-cart .mini-cart-wrap .no-items>p a:hover {
    background-color: var(--color-product-secondary)
}
::selection {
    color: #fff;
    background: #222
}
.main-content {
    display: block;
    background: #fff
}
.wrapper {
    margin: 0 auto;
    padding: 0 (var(--gutter) / 2)
}

body.with_padding .page-wrapper {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.article-pagination p,
.featured-box__title,
.flip-countdown.simple-countdown .countdown-container span:last-child,
.myaccount .customer_account ul,
.page-wrapper .main-content,
.payment-icons li:first-child,
.product-pagination p,
.product-single__description.rte,
.quick-view .product-detail-section p.product-description .product-extended p,
.quick-view .product-detail-section p.product-description p,
.quick-view .product-photo-thumbs li,
.quick-view .product-shop p.custom,
.site-header__cart #slidedown-cart .mini-cart-wrap .no-items>p,
.social-icons,
.template-page .al-innerpagetitle,
form {
    margin: 0
}



audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none
}

.ajax-product-title:hover,.ajaxifyCart--add .add,.ajaxifyCart--add .minus,.ajaxifyCart--minus .add,.ajaxifyCart--minus .minus,.blogleft_inner_content .al-blog-content .al-blog-description h4.article__title>a,
h1,h2,h3,h4,h5,h6 {
    color: var(--color-text)
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav,.block_newsletter .ttinput_newsletter button span.icon,.cart-item__discount,.cart__image,.cart__image img,.full_gallery_slider .owl-item.center .num,.home-slider .slides li.slide-svg,.no-js .no-js:not(html),.no-js .product-single__variants,.panel.al-Tabs-panel.active,.price--on-sale .sale-price,.product-list .product-wrapper:hover .product-description .spr-badge,.product-single .active.tab-pane,.quick-view .product-shop.summary .details .qty-section.quantity-box label,.recently-collection .product-wrapper.product_container a,.regular-price,.search_toggle.active i.mdi.mdi-window-close,.style3.product-layouts .product-wrapper .pro_btn.add_tocart a.loading i.mdi-cached,.tab-pane.active,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block}
.disclosure__toggle,input,select,textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

#AddToCart>span,.compare_table .compare-box .productname td a,.product-information-inner .notify_btn span,a.filter-left,b,input[type=checkbox]+label,input[type=radio]+label{
    font-weight: 500
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    /* width: 100%; */
    border: 0;
    height: auto
}

.disclosure__toggle,
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    margin: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 15px 10px
}

.table-bordered>:not(caption)>* {
    border-color: var(--color-border)
}
/* .table-bordered>:not(caption)>*>* {
    border-width: 0 0px;
} */
textarea {
    overflow: auto;
    min-height: 100px
}

.disclosure__toggle,
[role=button],
a,
button,
input,
label,
select,
textarea {
    touch-action: manipulation
}

.clearfix::after {
    content: '';
    display: table;
    clear: both
}

*,
.ajax-success-modal.modal,
.js-focus-hidden:focus {
    outline: 0
}

.grid-view-item .product-wrapper .quickview .pro_btn>a.loading>i,
.grid-view-item .product-wrapper .quickview .pro_btn>a>i.mdi-cached,
.inv.instock .outstock,
.inv.outstock .items,
.inv.outstock .stock,
.no-js .js,
.no-js:not(html),
.owl-nav,
.product-description .spr-badge-caption,
.product-wrapper .add-to-compare.pro_btn a.add-in-compare-js.added .mdi-repeat,
.product-wrapper .btn_wrapper .pro_btn a.loading>i,
.product-wrapper .btn_wrapper .pro_btn a>i,
.product-wrapper .btn_wrapper .pro_btn a>i.mdi-cached,
.product-wrapper .btn_wrapper .pro_btn.add-to-compare a:not(.added)>i.mdi-repeat-once,
.related-products .owl-nav,
.style1 .product-wrapper .color-size,
.style2 .product-wrapper .color-size,
.style3.product-layouts .product-wrapper .pro_btn.add_tocart a.loading>i,
.style3.product-layouts .product-wrapper .pro_btn.add_tocart a>i.mdi-cached,
div#shopify-section-sidebar-color input {
    display: none
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap.disable,
#al-megamenu .al-mega_menu li.al_menu_item:hover .al_sub_menu_wrap.disable,
.collection-slider-wrap .collection_slider .customNavigation,
.hide,
.mini-cart-wrap.ps-container>.ps-scrollbar-x-rail,
.site-header__cart #slidedown-cart .ps-container>.ps-scrollbar-x-rail {
    display: none !important
}

#alcmsservices .alcontent .service-title h4,
.cms-banner .banner .banner-content .title,
.design_3 #blog_slider .article__date,
#blog_slider .al-blog-content .blog-content-wrap .h3.article__title a,
.blog_list.grid__item.blog_list_item p.blog-date,
.product-wrapper .pro_btn.add_tocart .btn,
a.grid-link__title,
.product_tab_wrapper .tab-container h2,
#slidedown-cart .product-details .product-name>a,.blog_list .al-blog-content .article__title a,
.full-search-wrapper .search-results .title,
#newsletterModal .modal-newsletter .newsletter-title{
    font-family: var(--font-stack-header);
    font-weight: 400;
}
.newslater_place {
    width: 400px;
}
.newslater_place svg {
    fill: rgba(51,50,50,.35);
    background-color: rgba(51,50,50,.1);
}
.icon--placeholder,
.placeholder-svg {
    display: block;
    fill: var(--colorBlankstate);
    background-color: var(--colorBlankstateBackground);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid var(--colorBlankstateBorder)
}
.icon-spinner,
.lock-icon-svg path,
.shopify-logo-svg path {
    fill: currentColor
}
.collection-grid .placeholder-svg {
    max-height: 515px;
    max-width: 515px;
    margin: 0 auto
}
.placeholder-noblocks {
    padding: 40px;
    text-align: center
}

.placeholder-background {
    right: 0;
    bottom: 0
}

.al-toggle-frame h5.al-toggle-accordion.active:before,
.al-toggle-frame h5.al-toggle.active:before,
.placeholder-background .icon,
input[type=email].input-group,
input[type=file].input-group,
input[type=number].input-group,
input[type=password].input-group,
input[type=search].input-group,
input[type=tel].input-group,
input[type=text].input-group,
select[disabled].input-group,
textarea[disabled].input-group {
    border: 0
}

.input-group.password__input-group {
    border: none;
    border-collapse: separate;
    display: table;
    position: relative;
    margin: 0 auto;
    width: 500px
}

.grid-link__image-centered .placeholder-svg {
    height: initial;
    max-height: initial
}

.object_cover {
  background: rgb(243 244 246/1);
  text-align:center;
}
.blog_image_holder .bloglinks a:hover,
.alblog_image_holder .bloglinks a:hover{
  color:var(--color-btn-primary-text) !important;
  background:var(--color-btn-secondary);
  border-color:var(--color-btn-secondary) !important;
}
#blog_slider .brand-bar__item,
.filter-toggle-wrap .collection_sidebar .shopify-section .widget,
.slider-newproduct .grid__item {
    padding: 0 15px
}

.breadcrumb-wrapper.breadcrumb-img,
.header-top-right .icon-btn,
.isotop_filter_wrap,
.slider-newproduct.item-row.grid-view-item,
.wrapper .header-icon .myaccount.icon-btn {
    position: relative
}

.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus {
    color: var(--color-body-text);
    background-color: var(--color-btn-primary)
}

.loadding-wishbutton-aliquam-quat-voluptatem.loading.btn i {
    background: 0 0
}

.medium--one-third.large--one-third chair.product-grid .product-description {
    padding: 15px 10px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    display: inline-block
}
.product-description .prod_vandor {
    margin-bottom: 12px;
    font-weight: 400 !important;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
}
.main-content .sidebar .shopify-section {
    margin: 0;
    text-align: left
}

.template-cart #cartEmpty p {
    margin-top: 15px;
}
.index-section--flush+.index-section--flush {
    margin-top: -(var(--sectionSpacingSmall) * 2)
}

.index-section--flush:first-child {
    margin-top: -var(--sectionSpacingSmall)
}

.index-section--flush:last-child {
    margin-bottom: -var(--sectionSpacingSmall)
}

.feature-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.feature-row__item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

@media only screen and (max-width:767px) {
  .feature-row__image {
    order: 1
  }
  .cart-qty-box-set .quantity{
    width: 38px !important;
  }
}
@media only screen and (max-width:481px) {
  #cart-footer {
      margin: auto;
  }
}
.feature-row__text {
    padding-top: var(--sectionSpacingSmall);
    padding-bottom: var(--sectionSpacingSmall)
}

.featured-box__body {
    border-top: 0;
    padding: (var(--gutter) / 2) (var(--gutter) / 3);
    margin-top: -var(--gutter)/2
}

.featured-box__body .btn--large {
    padding: (var(--gutter) / 4) 0;
    background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    font-size: em(14px);
    margin: 0
}

.featured-box__body .hr--small {
    position: relative;
    top: -(var(--gutter) / 6)
}

@media(min-width:481px) and (max-width:1025px) {
    .medium--one-third .featured-box__title,
    .one-third .featured-box__title {
        font-size: em(20px)
    }
}

#newsletterModal .modal-newsletter .news-social,
.page-content__item:not(:first-child),
.password-page__logo,
.password-page__social-sharing {
    margin-top: 30px
}

.icon-spinner {
    -moz-animation: .5s linear infinite spin;
    -o-animation: .5s linear infinite spin;
    -webkit-animation: .5s linear infinite spin;
    animation: .5s linear infinite spin;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.table-contain {
    display: table;
    height: 100%;
    width: 100%
}

.table-contain__inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}
.al-toggle-frame-set,
.collection_sidebar ul,
.widget_promo_img #promo-carousel,
input[type=checkbox],
input[type=radio] {
    margin: 0;
    padding: 0
}
.template-page .al-toggle-frame-set {
    margin: 30px auto 0;
    max-width: 800px
}
.al-toggle-frame {
    padding-bottom: 20px;
    display: block
}
.al-toggle-frame h5.al-toggle-accordion {
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: inherit
}
.al-toggle-frame h5 a {
    display: block;
    color: #5c5c5c
}
.al-toggle-frame h5 a:after,
.al-toggle-frame h5 a:before {
    position: absolute;
    text-decoration: inherit
}
.al-toggle-frame-set .al-toggle-frame h5.al-toggle-accordion:before,
.al-toggle-frame-set .al-toggle-frame h5.al-toggle:before {
    content: "\f140";
    font-family: "Material Design Icons";
    top: 0;
    left: 0;
    position: absolute;
    font-weight: 400
}
.al-toggle-frame-set .al-toggle-frame h5.al-toggle-accordion:after,
.al-toggle-frame-set .al-toggle-frame h5.al-toggle:after {
    content: "\f140";
    font-family: "Material Design Icons";
    top: 4px;
    left: 0;
    display: inline-block;
    position: absolute
}
.al-toggle-accordion.active a:after,
.al-toggle-accordion.active a:before,
.al-toggle-frame .al-toggle.active a:after,
.al-toggle-frame .al-toggle.active a:before,
.al-toggle-frame-set .al-toggle-frame h5.active:after,
.al-toggle-frame-set .al-toggle-frame h5.active:before,
.al-toggle-frame-set .al-toggle-frame h5.al-toggle.active:before,
.al-toggle-frame-set h5.al-toggle.active:before {
    content: ""
}

.al-toggle-frame .al-toggle-content {
    padding: 5px 20px 20px 22px;
    margin: 0;
    background: #f4f4f4
}
.al-toggle-frame .al-toggle-accordion.active,
.al-toggle-frame .al-toggle.active {
    background: #f4f4f4;
    margin-bottom: 0;
    padding: 20px 10px 5px 20px
}
.al-toggle-frame-set h5.al-toggle-accordion:before,
h5.al-toggle:before {
    content: "\f140";
    font-family: "Material Design Icons"
}
.al-toggle-frame-set h5.al-toggle.active:before,
h5.al-toggle-accordion.active:before {
    content: "\f143";
    font-family: "Material Design Icons"
}
h5.al-toggle-accordion.active {
    background: #fff;
    color: #111
}
.cart-toggle:active,
.cart-toggle:focus,
.cart-toggle:hover,
.full-search-wrapper .search-results li>span.title a:hover,
.full-search-wrapper form.search-bar:hover i,
.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover,
.search-full-screen span.close-search:hover,
h5.al-toggle-accordion.active a {
    color: #111
}
.course h5.al-toggle-accordion.active:before,
.course h5.al-toggle-accordion:before {
    content: "?"
}
.al-toggle-frame h5.al-toggle-accordion:before {
    content: ''
}
.al-toggle-frame h5.al-toggle,
h5.al-toggle,
h5.al-toggle-accordion {
    padding: 20px 30px;
    position: relative;
    font-size: 16px;
    margin: -1px 0;
    border: 1px solid var(--color-border)
}
.al-toggle-frame h5.al-toggle {
    padding: 0 0 0 20px;
    margin-bottom: 0
}
.al-toggle-frame h5.al-toggle a,
.al-toggle-frame h5.al-toggle-accordion a,
.al-toggle-frame h5.ttc-toggle-accordion a {
    font-weight: 400
}
h5.al-toggle-accordion a {
    color: var(--color-body-text);
    font-weight: 600;
    display: block;
    font-size: 18px
}
.active-filter,
h5.al-toggle a,
label,
legend,
optgroup {
    font-weight: 700
}
h5.al-toggle a {
    color: #5c5c5c;
    font-size: 16px;
    display: block
}
h5.al-toggle-accordion:before,
h5.al-toggle:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 3px;
    z-index: 1
}
.al-toggle-frame h5.al-toggle-accordion:before,
.al-toggle-frame h5.al-toggle:before {
    background: 0 0;
    display: inherit;
    width: auto;
    height: auto;
    text-align: inherit;
    line-height: inherit;
    color: inherit;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    position: static
}
.al-toggle-content {
    padding: 20px 30px;
    clear: both;
    display: none;
    border: 1px solid var(--color-border)
}
#shopify-section-faq .al-toggle-accordion,
.al-megamenu1 .al-mega_menu1 span.menu-close,
.cursor-pointer,
.js-off-canvas-overlay.is-closable,
.myaccount .dropdown-toggle,
.video-source,
button,
input[type=submit],
label[for] {
    cursor: pointer
}
.faq-deatil .faq-title {
    color: var(--color-text) !important;
    padding: 10px 0;
    font-size: 18px
}

.page-wrapper {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.loading-modal {
    background: url(loader.gif) center 14px no-repeat #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50% !important;
    right: auto !important;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    display: block
}

.alloader,
.rotating {
    width: 100%;
    top: 0;
    left: 0
}

.search_wrapper input.input-group-field.s-loading {
    background: url(serach-loader.gif) right 15px center no-repeat;
    position: static;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none
}

.alloader {
    height: 100%;
    position: fixed;
    z-index: 999999
}

.rotating {
    background-image: var(--loaderBgImage);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: auto;
    margin: auto;
    position: absolute;
    right: 0
}

.alloader span.loader,
.cookiestatus .cookie-block.bottom_fix #cookie_message .al-cookie-inner,
.loading-overlay .loading-overlay__spinner,
.main-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.owl-dots, ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0
}

.blog_latest_new_home .grid--blog #blog_slider .owl-dots, {
    margin: 30px 0 0
}
.owl-dots,  ul.slick-dots {
    position: absolute;
    top: -60px;
    right: 0;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    padding: 6px;
    margin: 0 15px 0 0;
    height: fit-content;
    width: unset;
}

.owl-carousel.owl-theme .owl-dots .owl-dot, ul.slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    padding: 0;
    border: 1px solid #555;
    border-radius: 50%;
    background: #fff
}

.owl-carousel.owl-theme .owl-dots .owl-dot>span, ul.slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    margin: 0
}

.slides.slider-for ul.slick-dots li button {
    border: 1px solid transparent;
    background: #333
}

a,
input[type=submit] {
    transition: .4s ease-in-out
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active,
.owl-carousel.owl-theme .owl-dots .owl-dot:focus,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover, 
.slides.slider-for ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button,
ul.slick-dots li:focus button,
ul.slick-dots li:hover button{
    background: var(--color-btn-secondary);
    border-color: var(--color-btn-secondary)
}

.item-row.grid-item {
    padding-left: 0
}
.collection-slider-wrap .collection_slider .slick-prev.slick-arrow,
.header_1 .header_language .disclosure #lang-list,
.header_2 .header_language .disclosure #lang-list,
.header_3 .header_language .disclosure #lang-list,
.owl-prev,
.product-photo-thumbs.owl-theme .owl-nav .owl-prev {
    left: 0
}


.header_1 .myaccount .customer_account{
    left: auto;
    right: 0;
    top: 75%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.header_2 .myaccount .customer_account {
    left: 0;
    top: 75%;
    right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.header_3 .myaccount .customer_account{
    left: auto;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#al-megamenu .al-mega_menu li.more_menu>ul>li.al_menu_item a::after,
#al-megamenu1 ul.al_menus_ul1 li.al_menu_item>a::after,
.owl-next,
.product-photo-thumbs.owl-theme .owl-nav .owl-next {
    right: 0
}

.product-single__photos {
    cursor: crosshair
}

#address_form_new #address_province_container_new,
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item .product_info,
#blog_slider,
.ALProduct-Tab .product-collection-item,
.ALProduct-Tab .tab-pane,
.blog_list.grid__item,
.brands_slider_wrap .brand-bar,
.cart-wrapper .cart__footer .grid .grid-item,
.cart_table input[type=number],
.collection.recently-collection,
.collection_cms_slider_wrap,
.collection_sidebar ul.top-products,
.content_wrap article.grid-item.blog-post-single,
.disclosure-has-popup ul.facets__list,
.filter-toggle-wrap .widget_promo_img #promo-carousel li,
.hover_style3 .TTProduct-Tab li.product-collection-item,
.nav-bar .wrapper,
.nav-menu-wrapper,
.product-block,
.product-collection-item .product-wrapper.product_container,
.product-information .product-information-inner .fixed-content .qty_attr,
.product-single__header,
.product-tab-type-1.categories-block,
.product-wrapper.sidebar-product .image.product-thumb,
.quick-view .product-detail-section p.product-description .col-sm-12,
.related-products .product-collection-item,
.related-products-container .related-products,
.site-footer .footer-column .inline-list,
.site-nav li .grid-item,
.slider-mobile-gutter .grid-item,
.slider-specialproduct,
div#topnavmenu {
    padding: 0
}

.rte {
    color: var(--color-body-text);
    margin-bottom: 35px;
    line-height: 1.7
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta .teammember-position,
.form-horizontal,
.pagination-custom li,
.quick-flex .product-price__price .product-price__price.compare_price,
.quick-flex .product-price__price span.money,
.rte li:last-child,
.rte-setting:last-child,
.rte:last-child,
form.form-horizontal,
ul.ourteam_slider.owl-carousel {
    margin-bottom: 0
}

.admin-login,
.password-login,
.rte .h3,
.rte .h4,
.rte .h5,
.rte .h6,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin-top: 15px
}

.rte li {
    margin-bottom: 4px;
    list-style: inherit
}

.rte-setting {
    margin-bottom: 19.44444px
}

.horizontal_bottom.design_2 .product-images-fixed .pro_img img,
.rte img {
    height: auto
}

.rte table {
    table-layout: fixed
}

.rte ol,
.rte ul {
    margin: 0 0 17.5px 35px
}

.pagination-custom li:first-child>a,
.pagination-custom li:first-child>span,
.rte ol.list--inline,
.rte ul.list--inline {
    margin-left: 0
}

.rte ul,
ul.disc {
    list-style: disc
}

.rte ul ul {
    list-style: circle
}

.rte ul ul ul,
ul.square {
    list-style: square
}

.rte a:not(.btn) {
    padding-bottom: 1px
}

.text-center .rte ol,
.text-center .rte ul,
.text-center.rte ol,
.text-center.rte ul {
    margin-left: 0;
    list-style-position: inside
}

.scrollable-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.category_feature .al_cat_content .collection_img,
.homeslider,
.pagination-wrap .infinite-scrolling .btn,
.products-grid-view>.product-collection-item,
.qnt_wrap,
.video-wrapper,
svg:not(:root) {
    overflow: hidden
}

a,
span {
    display: inline-block
}

a {
    color: var(--color-text-field);
    background: transparent;
    text-decoration: none;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

a:hover {
    color: var(--color-text-hover-field)
}

button[disabled],
html input[disabled] {
    cursor: default
}

/* Start Button Settings */

.btn, .btn--secondary,
input.btn--secondary {
    background: var(--color-btn-primary);
    color:var(--color-btn-primary-text);
}
.btn_secondary {
    background: var(--color-btn-secondary);
    color:var(--color-btn-secondary-text);
}
.btn,.btn_secondary,
.btn--secondary,
input.btn--secondary {
    font-size: 14px;
    font-weight:500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 16px 36px;
    border: none;
    border-radius: calc(var(--color-border-radius)*1px);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn::after,
.btn::before {
    background: var(--color-btn-primary-hover);
    border-radius: calc(var(--color-border-radius)*1px);
    content: '';
    position: absolute;
    z-index: -1
}
.btn_secondary::after,
.btn_secondary::before {
    background: var(--color-btn-primary);
    border-radius: calc(var(--color-border-radius)*1px);
    content: '';
    position: absolute;
    z-index: -1
}

.btn:after, .btn_secondary:after {
    height: 0;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn:active,
.btn:focus,
.btn:hover {
    color: #fff;
    border-color:var(--color-text-hover-field)
}
.btn_secondary:active,
.btn_secondary:focus,
.btn_secondary:hover {
    color:  var(--color-btn-primary-text);
    border-color:var(--color-text-hover-field)
}
.btn_secondary.disabled,
.btn_secondary[disabled] {
    cursor: default;
    color: var(--color-btn-secondary-text);
    background-color: var(--color-btn-secondary)
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    color: var(--color-btn-secondary-text);
    background-color: var(--color-btn-secondary)
}
.btn:active::after,
.btn:focus::after,
.btn:hover::after{
  height: 100%;
  border:none
}
.btn_secondary:active::after,
.btn_secondary:focus::after,
.btn_secondary:hover::after{
  height: 100%;
  border:none
}
/* End Button Settings */

.shop-btn .btn::after,
.shop-btn .btn::before{
  background: var(--color-btn-primary-hover);
}

.nav-bar .grid-item,
.page-move--nav .nav-bar,
.password-main>section:only-child {
  height: 100%;
  border:none
}

.btn--secondary:hover,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover,
.widget_promo_img #promo-carousel .owl-dots .owl-dot span:hover,
input.btn--secondary:hover {
    background: var(--color-btn-secondary)
}
.shop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .added-to-cart .btn, .comment-form .btn,
.spr-button-primary,
.contact-us-form .contact-form .btn,
.shop-btn .btn {border: 1px solid #333333;} */

.spr-button-primary:hover,.spr-button-primary:focus,.spr-button-primary:active{
  background:var(--color-btn-secondary);
  border-color:var(--color-btn-secondary);
}
.input-group-btn.search-submit-wrap .btn:hover::after,
.input-group-btn.search-submit-wrap .btn:hover::before {
    border: none;
    background: 0 0
}

.style1 .product-wrapper .btn_wrapper .pro_btn {
    margin: 0 3px
}
.product-list .btn--secondary::after. .product-short-list .btn::after,
.product-list .btn::after,
.product-list .product-wrapper .btn_wrapper .pro_btn a::after,
.product-short-list .btn--secondary::after,
.product-short-list .product-wrapper .btn_wrapper .pro_btn a::after {
    background: 0 0
}

.grid-view-item .product-wrapper .btn_wrapper .pro_btn a.add_to_wishlist,
.product-wrapper .btn_wrapper .added-wishlist.add_to_wishlist .mdi.mdi-heart,
.product-wrapper .btn_wrapper .pro_btn a.added-wishlist.btn,
.product-wrapper .btn_wrapper .pro_btn a.loading,
.product-wrapper .btn_wrapper .pro_btn.add-to-compare a.add-in-compare-js.added,
.product-wrapper .btn_wrapper .pro_btn.add-to-compare a.added i.mdi-repeat-once {
    background: var(--color-btn-primary-hover);
    color: var(--color-btn-primary-text)
}

.product-collection-item:not(.product-list, .product-short-list) .style3.product-layouts .product-wrapper .pro_btn.add_tocart a.loading i.mdi-cached,
.style3.product-layouts .product-wrapper .pro_btn.add_tocart>a.loading {
    color: var(--color-product-secondary)
}

.grid-view-item .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-btn-primary-text)
}

.product-single .product-information .add-to-compare.pro_btn .add-in-compare-js.btn i.mdi.mdi-cached::before,
.product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached::before,
.style3.product-layouts .product-wrapper .pro_btn.add_tocart a.loading i.mdi-cached::before {
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin
}
.full_gallery_slider .slick-slide img {
    margin: 0;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
}
.full_gallery_slider .slick-slide.slick-center img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.product-img.full_gallery_slider .slick-dots {
    position: unset;
    border: none;
}
@keyframes spin {
    100% {
        -ms-transform: rotate(360deg)
    }
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes fillToRight {
    to {
        width: 100%
    }
}

@keyframes fillToRight {
    to {
        width: 100%
    }
}

.added-to-cart .btn:active,
.added-to-cart .btn:focus,
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text)
}

input.spr-button.spr-button-primary:active {
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text)
}

.product-single__addtocart .btn.disabled,
.product-single__addtocart .btn[disabled] {
    background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
    cursor: not-allowed
}

.added-to-cart .btn,
.comment-form .btn {
    background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text)
}

.added-to-cart .btn:hover {
    color: var(--color-btn-secondary-text)
}

.btn--small {
    padding: 4px 5px;
    font-size: em(12px)
}

.btn--large {
    padding: 12px 15px;
    font-size: em(16px)
}

.btn--full {
    width: 100%;
    white-space: normal
}

.text-link {
    display: inline;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0
}

#shopify-section-footer-model-1 .footer-wrapper,
#shopify-section-footer-model-2 .footer-wrapper,
#shopify-section-footer-model-3 .footer-wrapper{
    background: var(--colorFooterbg);
}
.nav-mobile,
input[type=email].active,
input[type=email]:focus,
input[type=file].active,
input[type=file]:focus,
input[type=number].active,
input[type=number]:focus,
input[type=password].active,
input[type=password]:focus,
input[type=search].active,
input[type=search]:focus,
input[type=tel].active,
input[type=tel]:focus,
input[type=text].active,
input[type=text]:focus,
select.active,
select:focus,
textarea.active,
textarea:focus {
    background-color: #fff
}

ol,
ul {
    margin: 0 0 var(--gutter);
    padding: 0
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 4px 0 5px 20px
}

li {
    margin-bottom: .25em
}

ol,
ul.disc,
ul.square {
    margin-left: 20px
}

ol.alpha {
    list-style: lower-alpha
}

.inline-list li,
ul.tabs>li {
    display: inline-block;
    margin-bottom: 0
}

.ajax-product-image,
.grid-item iframe,
.grid-item img,
fieldset,
img.auto,
input,
select,
textarea {
    max-width: 100%
}

.video-wrapper {
    position: relative;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

::-webkit-input-placeholder {
    color: var(--color-body-text);
    opacity: .6
}

:-moz-placeholder {
    color: var(--color-body-text);
    opacity: .6
}

::-moz-placeholder {
    color: var(--color-body-text);
    opacity: .6
}

:-ms-input-placeholder {
    color: var(--color-body-text);
    opacity: .6
}

::-ms-input-placeholder {
    color: var(--color-body-text);
    opacity: 1
}

.aboutus-wrap .our_team,
.full-search-wrapper .search-results li.no-result,
.full-search-wrapper .search-results li.total,
.product-grid .products-grid-view .product-collection-item.product-short-list,
.product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart,
.product-single__description .tab-container #tab-1 img,
fieldset.input-full,
input.input-full,
select.input-full,
textarea.input-full {
    width: 100%
}

input,
select,
textarea {
    padding: 15px;
    line-height: 1.42
}

input {
    display: inline-block;
    width: auto
}

fieldset {
    border: 1px solid var(--color-border);
    padding: var(--gutter)/2
}

legend {
    border: 0;
    padding: 0
}

input[type=submit] {
    position: relative;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    color: var(--color-body-text);
    font-family: var(--font-stack-header);
    border: 1px solid var(--color-border);
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 1em;
    background: #fff
}

input[type=email].disabled,
input[type=email][disabled],
input[type=file].disabled,
input[type=file][disabled],
input[type=number].disabled,
input[type=number][disabled],
input[type=password].disabled,
input[type=password][disabled],
input[type=search].disabled,
input[type=search][disabled],
input[type=tel].disabled,
input[type=tel][disabled],
input[type=text].disabled,
input[type=text][disabled],
select.disabled,
select[disabled],
textarea.disabled,
textarea[disabled] {
    cursor: default;
    background-color: var(--color-btn-secondary);
    border-color: var(--color-btn-secondary)
}

input[type=email]:active,
input[type=email]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=submit]:active,
input[type=submit]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
textarea:active,
textarea:focus {
    border-color: #ddd
}

select {
    font-size: 13px;
    appearance: none;
    background-image: var(--selectIcon);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer
}

.ie9 select,
.lt-ie9 select {
    background-image: none;
    padding-right: 10px
}

select::-ms-expand {
    display: none
}

label,
legend {
    float: none;
    color: var(--color-body-text);
    vertical-align: top;
    margin-bottom: 5px;
    font-size: 16px
}

.form-label--hidden,
label.inline,
legend.inline {
    display: inline
}

.modern .hidden-label,
.modern .shopify-name,
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.ie9 .form-label--hidden .visuallyhidden,
.lt-ie9 .form-label--hidden .visuallyhidden {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.label-hint {
    color: #999
}

.form-horizontal input[type=email],
.form-horizontal input[type=file],
.form-horizontal input[type=number],
.form-horizontal input[type=password],
.form-horizontal input[type=search],
.form-horizontal input[type=tel],
.form-horizontal input[type=text],
.form-horizontal label,
.form-horizontal select,
.form-horizontal textarea,
form.form-horizontal input[type=email],
form.form-horizontal input[type=file],
form.form-horizontal input[type=number],
form.form-horizontal input[type=password],
form.form-horizontal input[type=search],
form.form-horizontal input[type=tel],
form.form-horizontal input[type=text],
form.form-horizontal label,
form.form-horizontal select,
form.form-horizontal textarea {
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

input[type=email].error,
input[type=file].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
textarea.error {
    border-color: var(--errorRed);
    background-color: lighten(var(--errorRed), 55%);
    color: var(--errorRed)
}

label.error {
    color: var(--errorRed)
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.input-group-btn,
.input-group-field {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group .btn,
.input-group .input-group-field {
    height: 40px
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}

.site-nav__link,
.site-nav__linkdrop,
.site-nav__linkdroparrow {
    white-space: normal;
    display: inline-block
}

/* .input-group-btn .btn {
    background-color: transparent
} */

.input-group-btn .btn .icon {
    color: var(--color-body-text);
    position: relative;
    font-size: 18px
}

.full-search-wrapper button.btn.search-submit.icon-fallback-text::before,
.hidden-count,
.icon-fallback-text .icon,
.icon:before,
.search_toggle i.mdi.mdi-window-close,
.search_toggle.active i.mdi.mdi-magnify,
.site-header__search .serach-title,
.site-header__search.icon-btn .search_wrapper form.input-group.search-bar .btn::after,
.site-header__search.icon_btn .search_wrapper form.input-group.search-bar .btn::after,
.tab-inner>ul#jquery-tab-pager-navi,
.template-index .breadcrumb-block,
body.search-open.template-404 .page-wrapper::after,
body.template-search.search-open .page-wrapper::after {
    display: none
}

.icon-apple_pay:before {
    content: "\e904"
}

.icon-amazon_payments:before {
    content: "\e905"
}

.icon-american_express:before {
    content: "\41"
}

.icon-bitcoin:before {
    content: "\42"
}

.icon-cart:before {
    content: "\e600"
}

.icon-chevron-down:before {
    content: "\e606"
}

.icon-chevron-left:before {
    content: "\e605"
}

.icon-chevron-right:before {
    content: "\e602"
}

.icon-chevron-up:before {
    content: "\e608"
}

.icon-cirrus:before {
    content: "\43"
}

.icon-comment:before {
    content: "\e60b"
}

.icon-cross:before {
    content: "\e60d"
}

.icon-dankort:before {
    content: "\64"
}

.icon-diners_club:before {
    content: "\63"
}

.icon-discover:before {
    content: "\44"
}

.icon-dogecoin:before {
    content: "\e908"
}

.icon-dwolla:before {
    content: "\e900"
}

.icon-facebook:before {
    content: "\66"
}

.icon-fancy:before {
    content: "\46"
}

.icon-forbrugsforeningen:before {
    content: "\e901"
}

.icon-google_plus:before {
    content: "\e902"
}

.icon-hamburger:before {
    content: "\e601"
}

.icon-instagram:before {
    content: "\e903"
}

.icon-interac:before {
    content: "\49"
}

.icon-jcb:before {
    content: "\4a"
}

.icon-litecoin:before {
    content: "\e907"
}

.icon-maestro:before {
    content: "\6d"
}

.icon-master:before {
    content: "\4d"
}

.icon-minus:before {
    content: "\e609"
}

.icon-paypal:before {
    content: "\50"
}

.icon-pinterest:before {
    content: "\70"
}

.icon-plus:before {
    content: "\e60a"
}

.icon-rss:before {
    content: "\72"
}

.icon-search:before {
    content: "\e60f"
}

.icon-snapchat:before {
    content: "\e909"
}

.icon-stripe:before {
    content: "\53"
}

.icon-tag:before {
    content: "\e60c"
}

.icon-tumblr:before {
    content: "\74"
}

.icon-twitter:before {
    content: "\54"
}

.icon-vimeo:before {
    content: "\76"
}

.icon-visa:before {
    content: "\56"
}

.icon-youtube:before {
    content: "\79"
}

.payment-icons {
    cursor: default;
    margin: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none
}

.payment-icons li {
    margin: 0 0 0 8px;
    cursor: default;
    color: var(--FooterBottomText)
}

.payment-icons .icon,
.product-information-inner .product-price__price span.money,
.product-single .gallery i.mdi.mdi-magnify,
.quick-flex .product-price__price span.money {
    font-size: 24px
}

.social-icons li a {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px
}

.blogleft_inner_content .article .blogs-sub-title p i.mdi,
.social-icons li {
    vertical-align: middle
}

.all-drop-space li a,
.footer-top .block_newsletter .block_content form .input-group span.subscribe,
.myaccount .customer_account ul>li>a,
.product-details .cart-collateral span.price,
.sidebar .recent_article ul li .article-detail .article_date time,
.site-header__cart #slidedown-cart .mini-cart-wrap .cart-collateral .price,
.social-icons li .icon,
.template-cart .cart-content ul.product-details li.product-details__item {
    font-size: 14px
}

.pagination {
    margin-bottom: 1em
}
.pagination-custom li>a,
.pagination-custom li>span {
    margin-left: 0;
    position: relative;
    font-weight: 600;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color:var(--color-btn-primary);
}
.pagination-custom>li>a,
.pagination-custom>li>span {
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-btn-primary);
    text-align: center;
    margin-right: 8px;
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.pagination-wrap {
    margin: 30px 0 var(--gutter);
    border: 1px solid var(--color-border);
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pagination-wrap .infinite-scrolling {
    display: inline-block;
    vertical-align: top;
    width: auto
}

#recently-viewed-products .product-price-and-shipping,
.pagination-wrap .showing,
.product-wrapper .btn_wrapper .pro_btn,
.wishlist_table .product-thumbnail a {
    width: auto;
    display: inline-block;
    vertical-align: top
}

.pagination-custom {
    display: flex;
    margin: 0;
}

.pagination-custom li>i.fa {
    height: 100%;
    color: var(--color-text-field);
    position: relative
}


.pagination-custom li a:hover,
.pagination-custom li:hover {
    cursor: pointer;
    z-index: 2
}

.pagination-custom li.disabled:hover {
    background: 0 0 !important;
    border-color: var(--color-border);
    color: var(--color-text-field);
    cursor: unset
}

.pagination-custom li.disabled>a,
.pagination-custom li.disabled>a:focus,
.pagination-custom li.disabled>a:hover,
.pagination-custom li.disabled>span {
    color: var(--color-body-text);
    cursor: not-allowed
}

.pagination-custom>.active>a,
.pagination-custom>.active>span,
.pagination-custom>li:active>a,
.pagination-custom>li:active>span,
.pagination-custom>li:focus>a,
.pagination-custom>li:focus>span,
.pagination-custom>li:hover>a,
.pagination-custom>li:hover>span {
    color: var(--color-btn-secondary-text);
    background: var(--color-btn-secondary);
    border-color: var(--color-btn-secondary);
    z-index: 2
}

.pagination-custom-lg>li>a,
.pagination-custom-lg>li>span {
    font-size: em(18px);
    padding: 10px 16px
}

.pagination-custom-sm>li>a,
.pagination-custom-sm>li>span {
    padding: 5px 10px;
    font-size: em(12px)
}

.section-header .form-horizontal {
    display: inline-block;
    vertical-align: middle
}

.popup-toggle .sticky_header.fixed {
    z-index: 9 !important
}

.search_full_active .myaccount.icon-btn,
.search_full_active .site-header__cart.icon-btn,
.search_full_active .wishlist-icon-div .wishlist-icon,
.site-header .dropdown-backdrop {
    z-index: 0
}

.Site-navigation.fixed .al-nav-right-div .site-header__cart.icon-btn.hide {
    display: block !important
}
#search .container .search-bar .search-results li a {
    width: 100%;
}
.full-search-wrapper .search-results li {
    width: 20%;
    padding: 15px;
    height: auto;
    border: none;
    /* margin: 0 0 15px */
}

@media only screen and (max-width:1199px) {
    .full-search-wrapper .search-results li {
        width: 25%
    }
    .search-products .grid-item {
        width: 33.33%
    }
    .section-header .subtitle {
        margin: 0 0 10px;
        font-size: 12px
    }
    .section-header .desc {
        margin: 0 0 20px;
        font-size: 13px
    }
}

.full-search-wrapper .search-results .title,
.full-search-wrapper .search-results li.ac_over,
.full-search-wrapper .search-results li:hover>span.title,
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading,
.search-results li:hover>span.title,
.widget_promo_img #promo-carousel .owl-dots .owl-dot.active span:hover {
    background: 0 0
}

.full-search-wrapper .search-results li>span.title a {
    color: #666
}

.full-search-wrapper .search-results li.no-results {
    width: 100%;
    margin: 0
}

body .page-wrapper::after {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    z-index: 2
}
.account-toggle .page-wrapper::after,
.cart_toggle .page-wrapper::after,
.fullnav-open .page-wrapper::after,
.open-nav .page-wrapper::after,
.search_toggle .page-wrapper::after,
body.currency-open .page-wrapper::after,
body.language-open .page-wrapper::after,
body.menu_hover .page-wrapper::after,
body.search-open .page-wrapper::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible
}
body.footer1-open .page-wrapper::after {
    z-index: 9
}

.al-nav-right-div .site-header__cart span.title {
    width: auto;
    font-size: 14px;
    display: inline-block;
    vertical-align: top
}

.site-header__cart .wrapper-top-cart:hover>.site-header_cart_link i::before,
.site-header__cart .wrapper-top-cart>.site-header_cart_link.active i::before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

#Sticky-slidedown-cart .has-items .actions i,
#slidedown-cart .has-items .actions i,
.product-single .product-information-inner .checkout-btn .checkout.btn i {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle
}

 #Sticky-slidedown-cart, #slidedown-cart {
    line-height: 1.7;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    z-index: 999;
    background: #fff;
    border: 1px solid var(--color-border);
    display: none;
} 


.cart_close_title {
    padding: 30px 25px 20px;
}
.empty_cart {
    padding: 0px 25px;
}
.cart_close_footer .actions .text-cart, .cart_close_footer .actions .checkout-btn {
    width: 450px;
    max-width: 100%;
}

#slidedown-cart .total {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#Sticky-slidedown-cart .total,
#slidedown-cart .total {
    border-top: 1px solid var(--color-border);
    margin: 10px 0 12px;
    padding-top: 10px;
    width: 100%
}

#Sticky-slidedown-cart .total .label,
#slidedown-cart .total .label {
    display: inline;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.29;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: var(--color-body-text)
}

#Sticky-slidedown-cart .total .money,
#slidedown-cart .total .money,
.customer_account .compare-icon-div .compare-icon,
.header_1 .compare-icon-div a,
.header_2 .compare-icon-div a,
.header_3 .compare-icon-div a,
.password .newsletter-form__field-wrapper small,
.template-customers-register .footer-bottom .text-center .mdi.mdi-chevron-left {
    font-size: 13px
}

#Sticky-slidedown-cart .has-items .item,
#slidedown-cart .has-items .item {
    padding: 12px 0;
    margin:0;
    position: relative;
    display: flex
}

#Sticky-slidedown-cart .has-items .actions,
#slidedown-cart .has-items .actions {
    grid-gap: 7px;
    display: grid;
    grid-template-columns: 49% 49%
}
#slidedown-cart .has-items .actions .btn,
#Sticky-slidedown-cart .has-items .actions .btn{
    margin-right: 0;
    background: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    padding: 10px 20px
}
#slidedown-cart .has-items .actions .checkout-btn.btn {
    margin-right: 0;
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
    padding: 10px 20px
}
#slidedown-cart .has-items .actions .checkout-btn.btn:hover,
#slidedown-cart .has-items .actions .checkout-btn.btn:focus,
#slidedown-cart .has-items .actions .checkout-btn.btn:active{
  border-color:var(--color-product-secondary);
}
#slidedown-cart .has-items .actions .btn.checkout-btn,
#Sticky-slidedown-cart .has-items .actions .btn.checkout-btn {
  background:var(--color-btn-secondary);
  color:var(--color-btn-secondary-text);
}
@media (max-width: 480px) {
  #slidedown-cart .has-items .actions .btn, #Sticky-slidedown-cart .has-items .actions .btn {
    padding: 10px;
  }
}
#slidedown-cart .has-items .actions .btn.text-cart, #Sticky-slidedown-cart .has-items .actions .btn.text-cart{
    border-color:#333333;
}
#slidedown-cart .has-items .actions .btn:active, 
#Sticky-slidedown-cart .has-items .actions .btn:active, 
#slidedown-cart .has-items .actions .btn:focus, 
#Sticky-slidedown-cart .has-items .actions .btn:focus, 
#slidedown-cart .has-items .actions .btn:after, 
#Sticky-slidedown-cart .has-items .actions .btn:after, 
#slidedown-cart .has-items .actions .btn:before, 
#Sticky-slidedown-cart .has-items .actions .btn:before {
  background:var(--color-btn-secondary);
  color:var(--color-btn-secondary-text);
}
#slidedown-cart .has-items .actions .btn.checkout-btn:active, 
#Sticky-slidedown-cart .has-items .actions .btn.checkout-btn:active, 
#slidedown-cart .has-items .actions .btn.checkout-btn:focus, 
#Sticky-slidedown-cart .has-items .actions .btn.checkout-btn:focus, 
#slidedown-cart .has-items .actions .btn.checkout-btn:after, 
#Sticky-slidedown-cart .has-items .actions .btn.checkout-btn:after, 
#slidedown-cart .has-items .actions .btn.checkout-btn:before, 
#Sticky-slidedown-cart .has-items .actions .btn.checkout-btn:before {
  background:var(--color-btn-primary);
  color:var(--color-btn-primary-text);
}
#slidedown-cart .has-items .actions .btn:hover,
#Sticky-slidedown-cart .has-items .actions .btn:hover {
  color:var(--color-btn-secondary-text);
    }
#shopify-section-article-template .content_wrap .sidebar .comments input.btn.text-center:active,
#shopify-section-article-template .content_wrap .sidebar .comments input.btn.text-center:focus,
#shopify-section-article-template .content_wrap .sidebar .comments input.btn.text-center:hover,
.contact-form .btn:active,
.contact-form .btn:focus,
.contact-form .btn:hover,
.template-customers-register .footer-bottom .text-center .btn:active,
.template-customers-register .footer-bottom .text-center .btn:focus,
.template-customers-register .footer-bottom .text-center .btn:hover {
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text)
}
form.search-bar:hover .btn .icon.icon-search {
    color: var(--color-btn-secondary-text)
}

#Sticky-slidedown-cart .product-details,
#slidedown-cart .product-details {
    width: 75%;
    text-align: left;
    padding: 0 15px
}

#Sticky-slidedown-cart .product-image,
#slidedown-cart .product-image {
    height: auto;
    width: 110px;
    justify-content: center;
    border: 1px solid var(--color-border);
}

#Sticky-slidedown-cart .mini-products-list img,
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb,
#shopify-section-cart-template .cart-wrapper .shop_table.cart_table,
#slidedown-cart .mini-products-list img,
.wishlist.template-page .table-responsive {
    border: none
}

#Sticky-slidedown-cart .btn-remove,
#slidedown-cart .btn-remove {
    color: #111;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 16px;
    padding: 3px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    align-items: center;
    justify-content: center
}

#Sticky-slidedown-cart .btn-remove span.mdi-close,
#newsletterModal .modal-header .close i:before,
#slidedown-cart .btn-remove span.mdi-close,
.ajax-success-modal .close-modal .mdi::before,
.product-360-button i.mdi,
.product-360-button span,
.product-Video-btn.popup-video.tip-top,
.product-Video-btn.popup-video.tip-top i,
.product-single .product-information .add-to-compare a,
.product-single .product-information .add-to-wishlist a,
.product-single .product-information a.print,
.product-single .product-information a.sizechart span,
.site-footer .contact-us i.mdi,
.social-sharing .close-window,
.style3 .product-wrapper .btn_wrapper .add-to-wishlist.pro_btn {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

#Sticky-slidedown-cart .btn-remove:hover span.mdi-close,
#newsletterModal .modal-header .close:hover i:before,
#slidedown-cart .btn-remove:hover span.mdi-close,
.ajax-error-modal .modal-inner a.close-modal:hover,
.ajax-success-modal .close-modal .mdi:hover::before,
.header_1 .al-megamenu1 .al-mega_menu1 span.menu-close i:hover,
.header_2 .al-megamenu1 .al-mega_menu1 span.menu-close i:hover,
.header_3 .al-megamenu1 .al-mega_menu1 span.menu-close i:hover,
.off-canvas .sidebar_close:hover i,
.quick-view .close-window:hover::before,
.tabs-layout-accordion .al-tab-wrapper .al-accordion-title.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.sticky_header #Sticky-slidedown-cart .mini-cart-wrap {
    max-height: 455px
}

.customer-orders,
.sticky_header #Sticky-slidedown-cart .mini-cart-wrap,
.sticky_header #slidedown-cart .mini-cart-wrap {
    overflow: auto
}

.sticky_header #Sticky-slidedown-cart .mini-cart-wrap::-webkit-scrollbar-track,
.sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4)
}

.sticky_header #Sticky-slidedown-cart .mini-cart-wrap::-webkit-scrollbar-thumb,
.sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .9)
}

.sticky_header #Sticky-slidedown-cart .mini-cart-wrap::-webkit-scrollbar,
.sticky_header #slidedown-cart .mini-cart-wrap::-webkit-scrollbar {
    width: 5px
}

.site-header__cart #slidedown-cart .mini-cart-wrap.ps-container {
    overflow: hidden;
    max-height: 700px;
    text-align: center
}

.site-header__cart #slidedown-cart .mini-cart-wrap .no-items>p a {
    background-color: var(--color-product-primary);
    color: var(--color-product-primary-text);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 10px 20px
}

.site-header__cart .mini-products-list .product-details .variants,
.site-header__cart .mini-products-list .product-details p.product-name {
    margin: 0;
    font-size: 13px
}

.site-header__cart .mini-products-list .product-details .variants {
    margin: 0 0 4px
}

ul.mini-products-list {
    margin-bottom: 5px;
    overflow-x: hidden;
    height: 100vh;
    overflow-y: scroll;
    padding: 10px 25px 265px;
}

ul.mini-products-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

ul.mini-products-list::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4)
}

ul.mini-products-list::-webkit-scrollbar {
    width: 5px
}
.cart-close {
    position: absolute;
    left: 20px;
    z-index: 999;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px
}
.cart_close_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    right: 0;
    background: #f7f7f7;
}
.cart_continue-message a {
    font-weight: 500 !important;
    border-bottom: 1px solid;
}
#top .wrapper-top-cart>.site-header_cart_link {
    padding: 17px 5px 15px 55px
}

.fixed-cart-wrap #slidedown-cart {
    display: block !important;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    top: 0;
    right: 0;
    bottom: 0;
    padding: 60px 0 20px;
    text-align: left;
    border: none
}

.fixed-cart-wrap #slidedown-cart .cart-close i.mdi.mdi-close {
    width: 20px;
    height: 20px;
    text-align: center;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%
}

.collection_template .sorting_wrapper .pages_list.open .btn.dropdown-toggle,
.fixed-cart-wrap #slidedown-cart .cart-close:hover i.mdi.mdi-close {
    background: #111;
    color: #fff
}

.fixed-cart-wrap.active #slidedown-cart,
.home-slider .alslide .slides li.slide:hover,
.off-canvas.position-right.is-open,
.style2 .product-wrapper:hover .btn_wrapper .pro_btn.add-to-compare,
.style2 .product-wrapper:hover .btn_wrapper .pro_btn.quick-view-wrap,
.style3 .product-wrapper:hover .btn_wrapper .pro_btn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

.site-header__search .serach_icon {
    cursor: pointer;
    position: relative;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.site-header__search.icon-btn .search_wrapper,
.site-header__search.icon_btn .search_wrapper {
    background: var(--color-body) none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 320px;
    display: none;
    z-index: 99;
    border-top: 3px solid;
    bottom: auto;
    border: 1px solid var(--color-border)
}

.site-header__search.icon-btn .search_wrapper form.input-group.search-bar,
.site-header__search.icon_btn .search_wrapper form.input-group.search-bar {
    border: none;
    margin: 0
}

.site-header__search.icon-btn .search_wrapper .input-group input[type=search],
.site-header__search.icon_btn .search_wrapper .input-group input[type=search] {
    border: none;
    padding: 5px 15px;
    letter-spacing: 1px;
    height: 42px
}

.search-full-screen .full-search-wrapper {
    min-height: 101px
}

body.search_full_active {
    position: fixed;
    width: 100%;
}
.search-full-screen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 4;
    height: auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: none
}

.search-full-screen span.close-search {
    color: #666;
    margin: 0;
    position: absolute;
    left: auto;
    top: 20px;
    bottom: auto;
    right: 30px
}

.search-full-screen span.close-search svg {
    width: 30px;
    height: 30px
}

.cms-block-banner .title,
.full-search-wrapper button.btn.search-submit.icon-fallback-text i {
    font-size: 30px
}

.collection-slider-wrap .collection_slider .slider-nav .slick-arrow i,
.full-search-wrapper .search-results li.no-result span.title,
.grid.error-404 .btn i,
.template-search .main-content .container .input-group.search-bar .input-group-btn .btn i {
    font-size: 22px
}

.full-search-wrapper .search-title {
    margin: 30px 0 10px;
    text-align: left;
    font-size: 18px;
    color: #222
}

.full-search-wrapper .search-submit {
    font-size: 30px;
    color: var(--color-text-field);
    height: 50px
}
@media only screen and (min-width:992px){
  .header_3.site-header .right-icon .right-nav .icon-btn {
    margin-left: 20px;
    padding: 13px 0;
}
}
.header_3 .al-mega_menu .al_menus_ul {
    justify-content: flex-end;
}
@media only screen and (max-width:767px) {
    p {
        font-size: 14px;
        line-height:24px
    }
    .full-search-wrapper .search-results li {
        width: 50%
    }
    .full-search-wrapper button.btn.search-submit.icon-fallback-text i {
        font-size: 24px
    }
    .full-search-wrapper .search-submit {
        height: 40px
    }
    .full-search-wrapper .search-title {
        font-size: 14px
    }
}

.full-search-wrapper input[type=search] {
    font-size: 30px;
    color: #111;
    border: none;
    font-weight: 500;
    height: 80px;
    border-bottom: 2px solid rgba(84, 84, 84, .1);
    padding: 0
}
@media only screen and (max-width:480px) {
    .filter-sortby .sorting-section button span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
    .collection_wrapper .sorting_wrapper .btn.dropdown-toggle {
        width: 100%
    }
    .tab-inner .nav-tabs>li {
        width: 80%;
        margin-bottom: 5px
    }
    ul.mini-products-list {
        max-height: 320px
    }
    .site-header__search.icon-btn .search_wrapper,
    .site-header__search.icon_btn .search_wrapper {
        left: -200px;
        right: auto
    }
    .site-header__search.icon-btn .search_wrapper::before,
    .site-header__search.icon_btn .search_wrapper::before {
        right: 20%
    }
    .full-search-wrapper input[type=search] {
        padding: 0 10px;
        font-size: 18px
    }
}
@media only screen and (min-width:992px) {
  .mobile-toggel{
    display:none;
  }
}
@media only screen and (max-width:991px) {
    .header_1 .main-header  .header_logo_wrap a svg,
    .header_2 .main-header  .header_logo_wrap a svg,
    .header_3 .main-header  .header_logo_wrap a svg{
      width: 85%;
      margin-left: 10px;
  }
  .desktop-toggel{
    display:none;
  }
    .main-content #shopify-section-faq {
        min-height: 450px
    }
    .main-content .sidebar div#shopify-section-sidebar-promoimage,
    .related-products.product-grid {
        text-align: center
    }
    .content-wrapper,
    .sidebar {
        width: 100%
    }
    .sidebar .widget>h4.toggle {
        padding: 10px
    }
    .sidebar .sidebar__inner .widget.recent_article>h4.toggle,
    .sidebar .sidebar__inner .widget.widget_categories>h4.toggle {
        padding: 15px 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px
    }
    .leftmenu,
    .mobile-nav__sublist-trigger .mobile-nav__sublist-contract,
    .nav-menu-wrap ul.site-nav__dropdown,
    .open .mobile-nav__sublist-trigger .mobile-nav__sublist-expand,
    .sidebar .sidebar__inner .widget.widget_promo_img,
    .site-header .al-nav-right-div .site-header__cart-count span.hidden-sm-down,
    .site-header__search .serach-title,
    .site-nav__dropdown {
        display: none
    }
    .page-wrapper .main-content {
        margin: 0;
        overflow: hidden
    }
    .video-wrapper {
        margin: 0
    }
    .supports-fontface .icon-fallback-text .icon i {
        font-size: 20px
    }

    .open-header.header_style .page-wrapper::after,
    .open-header.header_style_1 .page-wrapper::after,
    .open-header.header_style_2 .page-wrapper::after,
    .open-header.header_style_3 .page-wrapper::after {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        visibility: visible
    }
    .site-header__cart #slidedown-cart .mini-cart-wrap.ps-container {
        max-height: 320px
    }
    .site-header .header_logo_wrap .al-nav-right-div .site-header__cart .wrapper-top-cart {
        height: 50px;
        width: 50px
    }
    .full-search-wrapper .close-search i {
        font-size: 24px
    }
    .full-search-wrapper input[type=search] {
        font-size: 24px;
        height: 60px
    }
    .mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract,
    .open .mobile-nav__sublist-trigger .mobile-nav__sublist-contract {
        display: block
    }
    .nav_dropdown-toggle.btn {
        width: 30px
    }
    span.mobile-nav__sublist-trigger {
        position: absolute;
        right: 15px;
        top: 8px;
        margin: auto;
        width: 20px;
        height: 20px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        line-height: 1.3
    }
    .nav-menu-wrap .nav-toggle {
        text-align: left
    }
    .mobile-nav__sublist-trigger,
    .nav-menu-wrap .nav-toggle,
    .nav_dropdown-toggle.btn,
    .nav_dropdown-toggle.btn--secondary,
    .site-nav--has-dropdown .site-nav__dropdown-toggle,
    input.nav_dropdown-toggle[type=submit] {
        display: block !important
    }
    .nav-menu-wrap .header-top-right {
        position: absolute;
        right: 0
    }
    .flex-direction-nav .flex-next::before,
    .flex-direction-nav .flex-prev::before {
        color: #111
    }
}

.full-search-wrapper input[type=search]::-webkit-input-placeholder {
    color: #666
}

.full-search-wrapper form.search-bar i {
    font-size: 26px;
    color: #666
}

.full-search-wrapper .close-search i,
.full-search-wrapper span.icon.icon-search {
    font-size: 26px
}

.full-search-wrapper .search-results,
.full-search-wrapper .search-results .thumbnail,
.full-search-wrapper .search-results .title {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600
}

.full-search-wrapper .search-results .name-price .price-wrap {
    padding: 0;
    width: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.header-top-right .icon-btn.site-header__search {
    position: initial
}

span.close-search {
    margin: 20px 0;
    cursor: pointer
}

#al-megamenu:hover .toggle_menu i.mdi-menu,
.myaccount.icon-btn .dropdown-toggle.open .account-img>i,
.myaccount.icon-btn .dropdown-toggle:hover .account-img>i,
.wishlist-icon-div a:hover>i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg)
}

.myaccount.icon-btn .dropdown-toggle .account-img>i {
    font-size: 30px;
    cursor: pointer;
    height: 100%;
    font-weight: 400;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.myaccount .customer_account {
    width: 180px;
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
    background: var(--color-body);
    border: 1px solid var(--color-border);
    padding: 15px 0;
    display: none;
    z-index: 999;
    text-align: left
}

.myaccount .customer_account span.username {
    padding: 0 0 0 5px
}

.wishlist-icon-div a>i {
    cursor: pointer;
    font-size: 24px;
    margin: 0 auto;
    width: auto;
    z-index: 1;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.icons_wrap_div.menu-item-show {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    display: inline-block
}

.icons_wrap_div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

.toggle_left_icon {
    display: inline-block;
    width: auto;
    line-height: 2.5
}

.al-innerpagetitle {
    padding: 0;
    text-align: left;
    width: 100%;
    margin: 0 0 20px;
    color: var(--color-text);
    font-size: 22px
}

h2.al-pagetitle {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text)
}
.footer_description p{
   color:var(--colorFooterContent);
}
.ajaxify-drawer .cart__product a,
.ajaxify-drawer h1,
.ajaxify-drawer h2,
.ajaxify-drawer h3,
.ajaxify-drawer h4,
.ajaxify-drawer h5,
.ajaxify-drawer h6,
.ajaxify-drawer input[type=text],
.cart-toggle,
.nav-bar .icon,
.product-categories .cat-item span.dt-menu-expand {
    color: var(--color-text-field)
}

h3.al-pagesubtitle {
    font-size: 14px;
    margin: 0 0 10px
}

.search-products .text--left.section-header__title {
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    color: var(--color-text)
}

.search-products .product-layouts {
    display: inline-block;
    position: relative;
    padding: 0
}

.nav-mobile,
.nav-mobile .page-move--nav {
    position: absolute
}
@media only screen and (max-width:767px) {
    .full-search-wrapper input[type=search] {
        font-size: 16px;
        height: 42px
    }
    .al-innerpagetitle {
        font-size: 18px
    }
    .search-products .text--left.section-header__title {
        font-size: 20px
    }
    .search-products .grid-item {
        width: 50%
    }
    .section-header .subtitle {
        padding: 6px 12px
    }
    .section-header .desc {
        margin: 0 0 15px;
        font-size: 12px
    }
    .sub-title {
        font-size: 14px;
        margin: 0 0 15px
    }
}
.contact-us-page .social-sharing .social-icon a:hover i,
.nav-secondary a:hover,
.nav-secondary li:hover a,
.nav-secondary li:hover>i.mdi {
    color: var(--color-btn-secondary)
}

.cart-toggle {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: em(18px)
}

.nav-mobile {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden
}

.mobile-drawer--open .nav-mobile {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.page-element.activated {
    transition: left .5s cubic-bezier(.75, .03, .52, 1);
    -webkit-transition: left .5s cubic-bezier(.75, .03, .52, 1);
    -moz-transition: left .5s cubic-bezier(.75, .03, .52, 1);
    -o-transition: left .5s cubic-bezier(.75, .03, .52, 1);
    -ms-transition: left .5s cubic-bezier(.75, .03, .52, 1)
}

.nav-secondary {
    font-size: 14px;
    margin: 0 0 var(--gutter)/2
}

.nav-secondary a {
    color: var(--colorFooterContent)
}

.nav-secondary li {
    margin: 0 0 0 var(--gutter)/2
}

.article-pagination,
.product-pagination {
    border: 1px solid var(--color-border);
    font-size: em(14px);
    margin: var(--gutter) 0;
    padding: var(--gutter) 0
}

.article-pagination.last,
.product-pagination.last {
    border-bottom: 0;
    padding-bottom: 0
}

.article-pagination .article-pagination__sep,
.article-pagination .product-pagination__sep,
.product-pagination .article-pagination__sep,
.product-pagination .product-pagination__sep {
    padding: 0 var(--gutter)/4
}

.breadcrumb-wrapper {
    padding: 50px 0;
    margin: 0 0 50px;
    background-color: var(--color-bg-breadcrumb)
}
.breadcrumb-wrapper.breadcrumb-img::after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    height: 100%;
    opacity: 0.5;
    top: 0;
    width: 100%;
}
.breadcrumb-wrap {
    z-index: 1;
    position: relative;
}
.breadcrumb .breadcrumb__sep:before,
.breadcrumb a,
.breadcrumb-wrap *,
.breadcrumb-wrap a,
.breadcrumb-wrapper .breadcrumb-wrap .h1,
.breadcrumb-wrapper .breadcrumb-wrap span.title,
.breadcrumb .mdi-home-outline:before,
.breadcrumb span,
.breadcrumb-wrap span{
    color: var(--color-text-breadcrumb);
    font-size: 16px
}
.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    align-items: center;
    justify-content: center
}

.breadcrumb__sep {
    position: relative;
    margin: 0 10px;
    font-size: 18px
}

.spr-header-title {
    font-size: 21px
}

#note,
.countdownHolder {
    margin: 0 auto;
    text-align: center
}

.al-product-items.animatedcontainer {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}
#shopify-section-footer-model-1 .footer-content .contact-us li,
#shopify-section-footer-model-2 .footer-content .contact-us li,
#shopify-section-footer-model-3 .footer-content .contact-us li{
    display: block;
    margin: 0 0 10px;
}
.al-product-filters ul li {
    list-style: none;
    display: inline;
    margin-right: 5px
}

.countdownHolder {
    width: 184px;
    letter-spacing: -3px
}

.position {
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    width: 1.05em
}

.countDiv:after,
.countDiv:before,
.digit {
    position: absolute;
    background-color: #444
}

.digit {
    display: block;
    width: 1em;
    border-radius: .2em;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    -khtml-border-radius: .2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px
}

.digit.static {
    box-shadow: 1px 1px 1px rgba(4, 4, 4, .35);
    -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, .35) one;
    -moz-box-shadow: 1px 1px 1px rgba(4, 4, 4, .35);
    -ms-box-shadow: 1px 1px 1px rgba(4, 4, 4, .35);
    -o-box-shadow: 1px 1px 1px rgba(4, 4, 4, .35);
    background-image: linear-gradient(bottom, #3a3a3a 50%, #444 50%);
    background-image: -o-linear-gradient(bottom, #3a3a3a 50%, #444 50%);
    background-image: -moz-linear-gradient(bottom, #3a3a3a 50%, #444 50%);
    background-image: -webkit-linear-gradient(bottom, #3a3a3a 50%, #444 50%);
    background-image: -ms-linear-gradient(bottom, #3a3a3a 50%, #444 50%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.5, #3a3a3a), color-stop(.5, #444))
}

.countDiv {
    display: inline-block;
    width: 16px;
    height: 1.6em;
    position: relative
}

.countDiv:after,
.countDiv:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: .5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, .5);
    -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, .5);
    -moz-box-shadow: 1px 1px 1px rgba(4, 4, 4, .5);
    -ms-box-shadow: 1px 1px 1px rgba(4, 4, 4, .5);
    -o-box-shadow: 1px 1px 1px rgba(4, 4, 4, .5);
    content: ''
}

.countDiv:after {
    top: .9em
}

#note {
    color: #666;
    font-size: 12px;
    padding: 4px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.flip-countdown-text {
    margin-top: -7px;
    font-size: 20px;
    color: #24ceff
}

.fixed-content .product-single__header .flip-countdown {
    margin: 0 auto 15px;
    position: relative
}

.flip-countdown .time {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 44px;
    width: 48px;
    margin-right: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.flip-countdown .count {
    background: #111;
    color: #fff;
    display: block;
    font-size: 23px;
    font-weight: 500;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.flip-countdown .count.top {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    height: 50%;
    transform-origin: 50% 100%
}

.flip-countdown .count.bottom {
    background: #111;
    line-height: 0;
    height: 50%;
    top: 50%;
    transform-origin: 50% 0
}

.flip-countdown .count.curr.top {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    z-index: 3
}

.flip-countdown .count.next.bottom {
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    z-index: 2
}

.flip-countdown .label {
    font-size: 14px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    color: #111;
    padding: 0;
    font-weight: 500
}

.flip-countdown .flip .count.curr.top {
    transition: 250ms ease-in-out;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg)
}

.flip-countdown .flip .count.next.bottom {
    transition: 250ms ease-in-out 250ms;
    -webkit-transition: 250ms ease-in-out 250ms;
    -moz-transition: 250ms ease-in-out 250ms;
    -o-transition: 250ms ease-in-out 250ms;
    -ms-transition: 250ms ease-in-out 250ms;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0)
}

.flip-countdown.simple-countdown .countdown-container span {
    height: auto;
    width: 50px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.flip-countdown.simple-countdown .countdown-container>span::after {
    color: #111;
    content: ":";
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -2px;
    font-weight: 600;
    display: none
}

.flip-countdown.simple-countdown .countdown-container span::last-child::after {
    display: none
}

.checkbox-group.form-group-top input[type=checkbox],
.collection-slider-wrap .collection_slider .slider-nav .slick-arrow ::after,
.dt-sc-toggle-content,
.flip-countdown.simple-countdown .countdown-container span.left-txt,
.flip-countdown.simple-countdown .countdown-container>span:last-child::after,
.left-txt,
.lt-ie9 .shopify-logo-svg,
.panel.al-Tabs-panel,
.product-form--variant-sold-out .shopify-payment-button,
.product-form__submit[aria-disabled=true]+.shopify-payment-button,
.product-form__submit[disabled]+.shopify-payment-button,
.product-information .shopify-payment-button .shopify-payment-button__more-options,
.product-information-inner .qty-box-set .qtyminus i,
.product-information-inner .qty-box-set .qtyplus i,
.product-single .product-information .pro_btn .btn::after,
.product-single .product-information .pro_btn .btn::before,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn .compare-fill,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn i.mdi.mdi-cached,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.added .compare-icon,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.added i.mdi.mdi-cached,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.loading .compare-fill,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.loading .compare-icon,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.loading.added .compare-fill,
.product-single .tab-pane,
.product-single__price span.visually-hidden,
.product-single__thumbs .owl-pagination,
.tab-pane,
.template-404 .input-group.search-bar .btn::after,
.time-txt,
.variant-options input,
.widget_top_rated_products .owl-theme .owl-nav .owl-next::before,
.widget_top_rated_products .owl-theme .owl-nav .owl-prev::before,
form.search-bar .btn::after {
    display: none
}

.flip-countdown.simple-countdown .countdown-container span.second {
    color: #ff0000;
}

.flip-countdown.simple-countdown .countdown-container.countdown-block {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: auto;
    bottom: 0;
    width: 100%;
    border: none;
    padding: 15px 0;
    margin: 0 auto;
    z-index: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible
}

.product-wrapper:hover .flip-countdown.simple-countdown .countdown-container.countdown-block {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden
}

.flip-countdown.simple-countdown .countdown-container.countdown-block::after {
    content: "\f150";
    position: absolute;
    font-family: 'Material Design Icons';
    left: 15px;
    right: auto;
    font-size: 20px;
    color: #111;
    top: 0;
    width: 36px;
    height: 36px;
    display: none
}

.large--one-fifth .flip-countdown.simple-countdown .countdown-container>span::after {
    right: -8px
}

.blog-post-single .item-social-sharing .al-social-share>div,
.cart-wrapper .cart__footer #update,
.content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block span,
.content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block span,
.large--one-fifth .flip-countdown.simple-countdown .countdown-container span,
.mobile-facets__details .mobile-facets__footer a.mobile-facets__clear.underlined-link.btn,
.product-block .product-service .ps-inner svg {
    margin: 0 10px 0 0
}

.large--one-sixth .flip-countdown.simple-countdown .countdown-container span {
    width: 20px;
    padding: 0;
    font-size: 14px
}

.flip-countdown.simple-countdown .countdown-container span.time-txt {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-top: 5px;
}

.product-list .product-wrapper:hover .product-description .flip-countdown.simple-countdown .countdown-container {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none
}

.widget_top_rated_products .top-products .top-products-detail {
    padding-left: 10px
}
.top-products-detail .compare-price {
    text-decoration: line-through;
}
.widget_top_rated_products .top-products .owl-nav,
.widget_top_rated_products .top-products .slick-nav {
    display: flex;
    width: auto;
    position: absolute;
    right: 0;
    left: auto;
    top: -49px;
    bottom: auto;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    backface-visibility: visible
}

@media (min-width:992px) and (max-width:1199px) {
   .section-title {
      font-size: 38px;
    }
    .widget_top_rated_products .top-products .owl-nav,
    .widget_top_rated_products .top-products .slick-nav {
        top: -52px
    }
}

.widget_top_rated_products .slick-nav {
    z-index: 1;
}

.widget_top_rated_products .slick-nav .slick-arrow,
.widget_top_rated_products .top-products .owl-nav div {
    padding: 0;
    font-size: 0;
    height: 32px;
    width: 32px;
    position: relative;
    border-radius: 0;
    border: 1px solid #eee;
    margin: 0 2px;
    background: 0 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.widget_top_rated_products .slick-nav .slick-arrow svg {
    width: 14px;
    height: 14px
}

.site-header .right-icon .right-nav,
.top-header-lancur,
.widget_top_rated_products .slick-nav {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.widget_top_rated_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.widget_top_rated_products .slick-nav .slick-arrow:hover,
.widget_top_rated_products .top-products .owl-nav div:hover {
    border-color: #151515;
    background: #151515
}

.widget_top_rated_products .top-products .owl-nav .owl-prev::after {
    content: "\f141";
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    font-family: "Material Design Icons";
    color: #555;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .breadcrumb-wrapper .breadcrumb .breadcrumb__sep::before {
        margin: 0
    }
    .breadcrumb-wrapper .h1,
    .breadcrumb-wrapper span.title {
        margin-bottom: 5px
    }
    .widget_top_rated_products .top-products .owl-nav,
    .widget_top_rated_products .top-products .slick-nav {
        top: -63px;
        right: 0
    }
    .widget_top_rated_products .top-products .owl-nav .owl-prev::after {
        font-size: 20px
    }
    .widget_top_rated_products .top-products .owl-nav .owl-prev::before {
        font-size: 20px
    }
}

.widget_top_rated_products .top-products .owl-nav .owl-next::after {
    content: "\f142";
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    font-family: "Material Design Icons";
    color: #555;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .widget_top_rated_products .top-products .owl-nav .owl-next::after {
        font-size: 20px
    }
    .widget_top_rated_products .top-products .owl-nav .owl-next::before {
        font-size: 20px
    }
}

.widget_top_rated_products .top-products .product-wrapper.sidebar-product .sale {
    font-size: 12px;
    top: 5px;
    color: #111;
    right: -15px;
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

.widget_top_rated_products .top-products .product-wrapper.sidebar-product:hover .sale {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    right: 5px
}

.gallery .image-content .gallery-img a,
.widget_top_rated_products .top-products .product-wrapper.sidebar-product .image.product-thumb .product-img {
    overflow: hidden;
    position: relative
}

.product-images-fixed a.product-Video-btn.popup-video.tip-top {
    position: static;
    z-index: 1;
    left: 20px
}

.product-images-fixed a.product-Video-btn.popup-video.tip-top>span {
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 5px
}

.product-single__variants .selector-wrapper select {
    padding: 10px 26px 10px 10px
}

.product-single__variants .selector-wrapper label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 8px
}

.product-single .product-information .pro_btn svg {
    width: 14px;
    height: 14px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    fill: #555
}

.product-single .product-information .pro_btn .btn:hover svg {
    fill: var(--color-text-hover-field)
}

.product-information-inner .notify_btn i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    padding-right: 5px
}

.product-information-inner .qty-box-set .qtyplus:before {
    content: "\F415";
    font-family: "Material Design Icons"
}

.product-information-inner .qty-box-set .qtyminus:before {
    content: "\F374";
    font-family: "Material Design Icons"
}

.product-information .product-information-inner .product-single__variants .selector-wrapper {
    margin-right: 10px;
    width: 50%
}

#shopify-section-blogleft_inner_content .al-blog-content .al-blog-description .blog-btn a.btn::before,
.product-information .product-information-inner .add-to-compare.pro_btn .show .loading .add-in-compare-js.btn::before,
.product-information .product-information-inner .add-to-compare.pro_btn .show .loading a.add-in-wishlist-js.btn::after,
.product-information .product-information-inner .add-to-compare.pro_btn .show .loading a.add-in-wishlist-js.btn::before,
.product-information .product-information-inner .add-to-compare.pro_btn .show .loading:focus,
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading .add-in-compare-js.btn::before,
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::after,
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::after:focus,
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::before,
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading a.add-in-wishlist-js.btn::before:focus,
.product-information .product-information-inner .add-to-wishlist.pro_btn .show .loading:focus,
.product-single .product-information .add-to-wishlist a::after,
.product-single .product-information .add-to-wishlist a::before {
    border-bottom: none
}

.product-information .product-information-inner .add-to-wishlist .add_to_wishlist:hover {
    background-color: #f5f5f5
}

.cart-header,
.product-information .product-information-inner .threesixty-video,
.sidebar .widget .disclosure-has-popup .facets-filter,
.widget.widget_top_rated_products .sidebar .widget ul li,
share-button.share-button .share-button__button {
    margin: 0 0 15px
}

.product-information .product-information-inner .threesixty-video .product-Video-btn.popup-video.tip-top {
    padding: 2px 15px;
    position: static
}

.product-information .product-single__desc {
    margin: 0;
    padding: 0 0 20px;
    font-size: 16px;
    color: #555
}

.product-information .flip-countdown.simple-countdown .countdown-container span {
    width: 36px;
    margin-bottom: 0
}

.variant-options legend {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

fieldset.variant-options {
    border: none;
    margin-bottom: 20px;
    padding: 0
}

.variant-options .selected-variant {
    color: #000
}

.product-info .outstock,
.product-infor .out_of_stock {
    color: red;
    font-weight: 500
}

.variant-options .option-variant-main .option-variant label {
    border: 1px solid #eee;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.variant-options.color .option-variant-main .option-variant label {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0;
    font-size: 0
}

.variant-options.material .option-variant-main .option-variant label {
    width: auto;
    padding: 5px 10px
}

.variant-options .option-variant-main .option-variant input:checked+label {
    border: 1px solid #000
}

#newsletterModal .modal-block,
.hover_style1 .product-short-list .style1.product-layouts.item-row .product-wrapper .product-description,
.hover_style2 .product-short-list .style2.product-layouts.item-row .product-wrapper .product-description,
.hover_style3 .product-short-list .style3.product-layouts.item-row .product-wrapper .product-description,
.option-variant-main,
.product-action-wrappper,
.product-block .product-service,
.product-list .product-wrapper,
.product-notification .product-suggest,
.product-service .ps-inner,
.product-short-list .product-wrapper,
.variant-values-options,
.wrapper-top-cart a {
    display: flex
}

.option-variant-main .option-variant {
    margin-right: 5px
}

.product-single__addtocart label,
.quick-view .product-shop .product-inventory>label {
    margin: 0 0 15px;
    width: 100%;
    color: #555;
    font-size: 18px;
    font-weight: 500
}

.product-single .tab-pane h4 {
    font-weight: 600
}
.product-single__thumbs {
    padding: 0 50px
}

.full_width .filter-toggle,
.product-single__thumbs .grid-item {
    margin: 5px
}

.product-single__thumbs .slick-list {
    padding: 0 !important
}

.product-single.vertical_left .product-single__thumbs,
.product-single.vertical_right .product-single__thumbs,
.vertical_left.product-single__thumbs {
    padding: 35px 0
}

.product-single__thumbs .owl-nav .owl-next,
.product-single__thumbs .owl-nav .owl-prev {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    bottom: auto;
    top: 41%
}

.full_gallery_slider .owl-item.center img,
.owl-carousel.product-single__thumbs .owl-buttons .owl-next,
.owl-carousel.product-single__thumbs .owl-buttons .owl-prev,
.owl-carousel.product-single__thumbs .owl-buttons div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.product-grid.related-products:hover .owl-nav {
    opacity: 1;
    backface-visibility: visible
}

.product-fixed-wrapper {
    background: #fff;
    padding: 15px
}

.active-facets.active-facets-desktop,
.ajax-success-modal .content-wrap .ajax-content,
.pro_img,
.product-sizechart,
.product-wrapper-owlslider,
.sidebar .recent_article ul li {
    margin-bottom: 20px
}

.pro_img .product-image-btn {
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 10px;
    top: auto
}

.product-single__photos .product-image-btn {
    z-index: 2
}

.product-single__photos a.product-lightbox-btn {
    display: none;
    width: 30px;
    height: 30px;
    color: #333
}

.product-single__photos a.product-lightbox-btn:hover {
    color: #111
}

.fixed-product-block {
    display: table
}

.ajax-right ul.product-details,
.blogleft_inner_content .al-blog-content .al-blog-description .al-social-share,
.fixed-product-block .product-actions form,
.product-information-inner .fixed-content>.quantity,
.product-short-list .style1 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    margin: 0 0 10px
}

.product-single__addtocart .js-qty {
    margin-bottom: 15px;
    width: 125px;
    display: inline-block
}

.product-info .outstock {
    font-size: 14px
}

.compare-in-stock,
.product-info .in_stock,
.product-info .instock,
.product-info .many_in_stock,
.product-infor .instock,
.product-inventory .in-stock {
    color: #1cc373;
    font-weight: 500
}

.product-infor .unavailable {
    color: orchid;
    font-weight: 500
}

.product-info .items-count {
    color: #fa9324
}

.product-single__price label {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    min-width: 145px;
    vertical-align: top;
    margin: 0;
    color: var(--color-text)
}

.product-single .product-information .add-to-compare a:hover,
.product-single .product-information .add-to-wishlist a:hover,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn:hover,
.product-single .product-information .pro_btn.add-to-compare .add-in-wishlist-js.btn:hover,
.product-single .product-information .pro_btn.add-to-compare .added-wishlist.btn.add_to_wishlist:hover,
.product-single .product-information .pro_btn.add-to-wishlist .add-in-compare-js.btn:hover,
.product-single .product-information .pro_btn.add-to-wishlist .add-in-wishlist-js.btn:hover,
.product-single .product-information .pro_btn.add-to-wishlist .added-wishlist.btn.add_to_wishlist:hover,
.product-single .product-information .pro_btn.add_to_wishlist .add-in-compare-js.btn:hover,
.product-single .product-information .pro_btn.add_to_wishlist .add-in-wishlist-js.btn:hover,
.product-single .product-information .pro_btn.add_to_wishlist .added-wishlist.btn.add_to_wishlist:hover,
.product-single .product-information a.print:hover,
.product-single .product-information a.sizechart span:hover,
.product-single .sizechart:hover,
a.product-write-review:hover {
    color: var(--color-text-hover-field);
}

.blog-post-single .blog-meta .article_date i.mdi.mdi-calendar,
.compare-model #modalCompare1::before,
.product-layouts .product-wrapper ul.product-size li .hidden,
.product-single .product-information .add_to_wishlist a {
    vertical-align: top
}

ul.tabs {
    list-style: none;
    margin: 0 0 -4px;
    position: relative;
    width: 100%
}

ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
    padding: 0 40px;
    margin: 20px 0 0
}

ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel .owl-nav div {
    bottom: 0;
    top: 0;
    margin: auto 0
}

.product-photo-thumbs.owl-theme .owl-nav {
    backface-visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.product-photo-thumbs li,
.product-single__thumbs li {
    padding: 5px;
    display: inline-block;
    width: auto;
    vertical-align: top
}

.product-photo-thumbs li img,
.product-single__thumbs li img {
    display: inline-block;
    object-fit: cover
}

.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn,
.product-single .product-information .pro_btn.add-to-compare .add-in-wishlist-js.btn,
.product-single .product-information .pro_btn.add-to-compare .added-wishlist.btn.add_to_wishlist,
.product-single .product-information .pro_btn.add-to-wishlist .add-in-compare-js.btn,
.product-single .product-information .pro_btn.add-to-wishlist .add-in-wishlist-js.btn,
.product-single .product-information .pro_btn.add-to-wishlist .added-wishlist.btn.add_to_wishlist,
.product-single .product-information .pro_btn.add_to_wishlist .add-in-compare-js.btn,
.product-single .product-information .pro_btn.add_to_wishlist .add-in-wishlist-js.btn,
.product-single .product-information .pro_btn.add_to_wishlist .added-wishlist.btn.add_to_wishlist {
    background: 0 0;
    color: var(--color-body-text);
    padding: 0
}

.product-single .product-information select {
    border: none;
    background-color: #f5f5f5;
    padding: 10px;
    width: 216px;
    margin-right: 10px;
    margin-bottom: 20px
}

#recover_password .text-center p,
#shopify-section-footer-model-1 .follow-us-outer.text-center ul li,
#shopify-section-footer-model-2 .follow-us-outer.text-center ul li,
#shopify-section-footer-model-3 .follow-us-outer.text-center ul li,
#shopify-section-product-template-5 .product-information .add-to-wishlist.pro_btn .loading,
.cms-customtext .customtext-block .customtext,
.product-single .product-information .selector-wrapper.js.product-form__item {
    display: inline-block;
    vertical-align: top
}

#newsletterModal .modal-newsletter .checkbox-group label:hover,
.product-single .product-information .selector-wrapper.js.product-form__item label,
.product-size li.active label,
.product-size li:hover label,
.search-results .title:hover,
.widget-content li>a.active span {
    color: #111
}

.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.added .compare-fill,
.product-single .product-information .pro_btn.add-to-compare .add-in-compare-js.btn.loading i.mdi.mdi-cached {
    display: inline-block;
    font-size: 13px
}

#shopify-product-reviews .spr-summary-actions-newreview::before {
    content: "\f64f";
    position: absolute;
    font-family: "Material Design Icons";
    left: -16px;
    right: auto;
    top: 4px;
    bottom: auto;
    height: 15px;
    width: 15px;
    font-size: 14px
}

#alcmsservices .alcontent,
#blog_slider .alblog_image_holder.blog_image_holder,
.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap,
.al-homeslider .home-slider,
.block_newsletter .form-vertical,
.blog_list .al-blog-content .alblog_image_holder a.article__grid-image,
.blog_list .alblog_image_holder .alblog_image_holder_rel,
.blogleft_inner_content .al-blog-content .al-blog-description .blog-btn a,
.cart__footer,
.category_feature .al_cat_content,
.checkbox-group,
.cms-banner .banner .banner-content.banner-content3 .banner-inner,
.cms-block-banner .bnr-img,
.design_2 #blog_slider .ttblog_image_holder.blog_image_holder,
.design_2 .pro_img,
.homeslider #popup_toggle,
.horizontal_bottom .product-single__thumbs.horizontal_bottom,
.horizontal_bottom .product-wrapper-owlslider .product-single__photos,
.icon-btn,
.icon-btn a,
.input-group.newsletter-input,
.loading-overlay,
.mobile-facets__summary>div,
.no-js .product-featured-media,
.pages_list,
.pages_list.open,
.product-single,
.product-single.vertical_right .product-single__photos,
.product-single__description .spr-summary-actions-newreview,
.product-single__media-group,
.site-nav .grid-item,
.sorting-section,
.widget-content li>a.active,
div#ProductSection,
label.mobile-facets__label {
    position: relative
}

.product-single__vendor lable {
    margin: 0 5px 0 0
}

.product-desc .product-single__price #comparePrice1 .money,
.product-information .product-single__price #comparePrice .money {
    font-size: 14px;
    font-weight: 400
}

a.product-write-review {
    color: var(--color-text-field);
    cursor: pointer;
    border-left: 1px solid var(--color-border);
    margin-left: 8px;
    padding-left: 8px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

a.product-write-review>i {
    padding: 0 5px 0 0
}

#shopify-product-reviews .spr-header-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text)
}

.blog-post-single p.blog-date,
.product-list .product-wrapper .product-description .h4,
.product-short-list .product-wrapper .product-description .h4,
.product_all_images img,
.recover-cancel button,
.sidebar__inner .widget.widget_categories li {
    margin-bottom: 10px
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .fade_img img.image_thumb_swap,
.modal-md,
.product-single.vertical_left .product-single__thumbs .grid-item img,
.product-single.vertical_right .product-single__thumbs .grid-item img {
    margin: 0 auto
}

.product-single.vertical_left .product-single__thumbs .slick-vertical .slick-prev.slick-arrow,
.product-single.vertical_right .product-single__thumbs .slick-vertical .slick-prev.slick-arrow {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    text-align: center
}

.product-single.vertical_left .product-single__thumbs .slick-vertical .slick-next.slick-arrow,
.product-single.vertical_right .product-single__thumbs .slick-vertical .slick-next.slick-arrow {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: auto
}

.product-single.vertical_left .product-single__photos {
    margin-bottom: 0;
    position: relative
}

.product-single .slick-next.slick-arrow.slick-disabled:hover,
.product-single .slick-prev.slick-arrow.slick-disabled:hover,
.wishlist-page-content .wishlist_table {
    border: 1px solid var(--color-border)
}

.product-single .slick-next.slick-arrow,
.product-single .slick-prev.slick-arrow {
    font-size: 15px;
    z-index: 1;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    color: var(--color-body-text);
    background: var(--color-body);
    border: 1px solid var(--color-border)
}

.product-single .slick-next.slick-arrow:hover,
.product-single .slick-prev.slick-arrow:hover {
    font-size: 15px;
    color: var(--color-btn-secondary-text);
    background: var(--color-btn-secondary);
    border: 1px solid var(--color-btn-secondary)
}

.product-single .slick-prev.slick-arrow {
    right: auto
}

.product-single .slick-next.slick-arrow {
    left: auto
}

.product-single .product-single__thumbs.slick-vertical .slick-next.slick-arrow,
.product-single .product-single__thumbs.slick-vertical .slick-prev.slick-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    font-size: 15px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0
}

.product-single .product-single__thumbs.slick-vertical .slick-next.slick-arrow {
    top: auto;
    bottom: 0
}

.product-single__thumbs button.slick-next.slick-arrow.slick-disabled,
.product-single__thumbs button.slick-prev.slick-arrow.slick-disabled {
    opacity: .6;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6;
    cursor: not-allowed;
    background: 0 0;
    color: var(--color-body-text)
}

.product-single__addtocart .btn:hover::before {
    background-position: -27px -35px
}

.brand_slider .owl-nav,
.full_gallery_slider .owl-nav,
.ourteam_slider .owl-nav,
.quick-view .owl-nav {
    display: block;
    margin: 0
}

.product-shop .product-item .selector-wrapper {
    width: 140px;
    margin-right: 10px;
    margin-bottom: 10px
}

.product-list .style1 .product-wrapper .btn_wrapper,
.product-shop .grid--uniform.product-single__addtocart {
    margin: 15px 0 0
}

.ajaxifyCart--add .ajaxifyCart--qty-adjuster:hover,
.ajaxifyCart--minus .ajaxifyCart--qty-adjuster:hover,
.cart__remove a:hover i.mdi.mdi-delete,
.js--qty-adjuster:hover .ajaxifyCart--add,
.js--qty-adjuster:hover .ajaxifyCart--minus,
.mobile-facets__details .mobile-facets__footer .mobile-facets__clear.btn:hover,
.product-information .review-wrap .stock-indicator.outstock,
.quick-view .product-info .out_of_stock,
.spr-review-reportreview:hover,
.wishlist_table .product-stock-status .wishlist-in-stock.wishlist-out-of-stock {
    color: red
}

.product-information .review-price,
.quick-flex .review-price {
    align-items: center;
    justify-content: space-between
}

.grid-view-item.style2 .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached,
.product-information-inner .product-price__price.compare_price .money,
.quick-flex .product-price__price .product-price__price.compare_price {
    font-size: 20px
}

.tabs-layout-accordion .al-tab-wrapper {
    border-bottom: 1px solid rgba(119, 119, 119, .17)
}

.tabs-layout-accordion .al-tab-wrapper .al-accordion-title {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.tabs-layout-accordion .al-tab-wrapper .al-accordion-title:after {
    content: "\f140";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    color: #bbb;
    font-family: "Material Design Icons";
    transition: transform .4s;
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -ms-transition: transform .4s;
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px
}

.al-360-veiw .threed-view-images img.previous-image,
.al-scroll>.al-scroll-pane,
.more-view-wrapper .product-photo-thumbs {
    backface-visibility: hidden
}

.al-scroll {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    min-height: 435px;
    overflow: hidden;
    height: 100%
}

.al-scroll.has-scrollbar {
    height: 100%;
    left: 10px
}

.al-scroll:hover>.al-scroll-pane {
    backface-visibility: visible;
    opacity: .99;
    -moz-opacity: .99;
    -khtml-opacity: .99;
    -webkit-opacity: .99
}

.al-scroll .al-scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden
}

.al-scroll>.al-scroll-pane {
    width: 2px;
    background: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0
}

.product-single .product-information-inner .checkout-btn .checkout.btn::after,
.product-single__addtocart .btn,
.template-search .main-content .container .input-group.search-bar .input-group-btn .btn {
    background-color: var(--color-btn-primary)
}

.al-scroll>.al-scroll-pane>.al-scroll-slider {
    background: rgba(0, 0, 0, .7);
    position: relative;
    margin: 0
}

.product-information {
    -webkit-box-align: stretch;
    display: -webkit-flex;
    display: flex
}

.product-design-compact .product_tab_wrapper {
    border: none;
    border-top: 2px solid #111;
    padding: 0
}

.product-single__photos a,
.product-single__photos img,
.product-single__thumbs a,
.product-single__thumbs img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.product-categories .cat-item {
    position: relative;
    width: 100%
}

.product-single__addtocart .btn {
    color: var(--color-btn-primary-text);
    position: relative;
    overflow: hidden;
    margin-right: 0
}

.product-information .add-to-compare .tooltip-label,
.product-information .add-to-wishlist .tooltip-label {
    font-weight: 400;
    margin: 0 0 0 5px;
    vertical-align: top
}

.product-single .sizechart {
    color: var(--color-body-text);
    font-weight: 400
}

.product-single .sizechart i.mdi.mdi-hanger {
    font-size: 16px;
    margin-right: 5px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    color: var(--color-body-text)
}

.product-single .print i.mdi.mdi-printer,
.product-single .print_wrap i.mdi.mdi-printer,
.product-single .product-Video-btn i.mdi.mdi-video,
.product-single .video-threesixty i.mdi.mdi-refresh {
    font-size: 16px;
    margin-right: 5px
}

.social-sharing a {
    color: var(--color-meta);
    display: inline-block;
    font-size: 14px;
    padding: 0 var(--gutter)/3;
    padding-left: 0;
    vertical-align: top
}

.cms-banner .banner a:hover,
.filter-grid-list .grid.active::before,
.filter-grid-list .grid:hover::before,
.filter-grid-list .gridy.active::before,
.filter-grid-list .gridy:hover::before,
.filter-grid-list .grids.active::before,
.filter-grid-list .grids:hover::before,
.filter-grid-list .list.active::before,
.filter-grid-list .list:hover::before,
.filter-grid-list .short-list.active::before,
.filter-grid-list .short-list:hover::before,
.social-sharing a:hover {
    color: #151515
}

.al-360-veiw {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: ew-resize;
    cursor: -webkit-grab
}

.al-360-veiw .spinner {
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    color: #111;
    display: block;
    font-weight: bolder;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    width: 60px
}
    .product-description .product-description-inner.product_text_align_left {
      text-align: left !important;    
      text-align: -webkit-left;
    }

    .product-description .product-description-inner.product_text_align_center{
      text-align: center !important;
      text-align: -webkit-center;
    }

    .product-description .product-description-inner.product_text_align_right {
        text-align: right !important;
        text-align: -webkit-right;
    }
.al-360-veiw:active {
    cursor: ew-resize;
    cursor: -webkit-grabbing
}

.al-360-veiw:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 50%;
    z-index: 5;
    border-bottom: 5px solid rgba(175, 175, 175, .15);
    border-top: 2px solid rgba(175, 175, 175, .05);
    border-right: 2px solid rgba(175, 175, 175, .1);
    border-left: 2px solid rgba(175, 175, 175, .1);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%
}

.al-360-veiw .threed-title {
    position: relative;
    padding-top: 20px;
    z-index: 40;
    text-align: center
}

.al-360-veiw .threed-view-images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.al-360-veiw .threed-view-images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

.al-360-veiw .threed-view-images img.current-image,
.facet-checkbox>input[type=checkbox]:checked~.icon-checkmark,
.menu-opening .mobile-facets,
.mobile-facets__label>input[type=checkbox]:checked~.icon-checkmark {
    visibility: visible
}

.al-360-veiw .nav_bar {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -67.5px;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.al-360-veiw .nav_bar a {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 0;
    text-align: center;
    text-decoration: none
}

.al-360-veiw .nav_bar a:hover {
    background-color: #f9f9f9
}

.al-360-veiw .nav_bar a:after {
    font-size: 28px;
    font-family: "Material Design Icons"
}

.al-360-veiw .nav_bar a.nav_bar_play:after {
    content: "\f40a"
}

.al-360-veiw .nav_bar a.nav_bar_previous:after {
    content: "\f4ae"
}

.al-360-veiw .nav_bar a.nav_bar_stop:after {
    content: "\f3e4"
}

.al-360-veiw .nav_bar a.nav_bar_next:after {
    content: "\f4ad"
}

.al-360-veiw:-webkit-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px
}

.al-360-veiw:-moz-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px
}

.product-360-view-wrapper {
    margin: 100px auto;
    max-width: 800px;
    position: relative
}

.product-360-button {
    display: inline-block;
    margin: 0 0 10px
}

.product-single__header .product-360-button {
    font-weight: 400;
    margin-bottom: 10px
}

.threesixty-video .product-360-button>a {
    padding: 2px 15px 2px 0;
    border-right: 1px solid #e5e5e5
}

.threesixty-video i {
    font-size: 20px;
    margin: 0 5px 0 0;
    padding: 7px 10px;
    background: #f5f5f5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%
}

#address_form_new label,
.edit-address label,
.threesixty-video span {
    font-size: 14px;
    font-weight: 500
}

.product-Video-btn.popup-video.tip-top {
    width: auto;
    margin-left: 15px
}

.aboutus-wrap.ourteam_wrap {
    position: relative;
    margin: 50px 0 40px;
    text-align: center
}
#shopify-section-template--22032455303476__cms_testimonials_gDJJHT {
    margin: 0 0 100px;
}
@media only screen and (max-width:767px) {
    .breadcrumb-wrapper .breadcrumb-wrap {
        font-size: 12px
    }
    .breadcrumb-wrapper span.title {
        width: 100%
    }
    .breadcrumb-wrapper {
        padding: 30px 0;
        margin: 0 0 30px
    }
    .aboutus-wrap.ourteam_wrap {
        margin: 10px 0 40px
    }
}

.aboutus-wrap.ourteam_wrap ul .teammember-item,
.aboutus-wrap.ourteam_wrap ul .teammember-item ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 20px
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content,
.cms-banner .banner a,
.off-canvas-wrapper,
.product-layouts .product-wrapper .product-thumb a.grid-view-item__link {
    position: relative;
    overflow: hidden;
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image {
    position: relative;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta {
    background-color: #f7f7f7;
    padding: 20px 0;
    z-index: 2
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .teammember-meta .teammember-title {
    font-size: 26px;
    margin-bottom: 5px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile {
    margin: 0;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    background: rgba(255, 255, 255, .9);
    color: #222;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile>li {
    margin: 0;
    padding: 0 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile>li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile>li.facebook:hover a i {
    color: #4c76be
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile>li.twitter:hover a i {
    color: #00c7ff
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile>li.googleplus:hover a i {
    color: #ea4c89
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap .teammember-social-profile>li.instagram:hover a i {
    color: #c8232c
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content .ourteam-image-wrap:hover .teammember-social-profile {
    top: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.aboutus-wrap.ourteam_wrap ul .teammember-item .teammember-content :hover .teammember-meta {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1)
}

.ourteam_wrap .al_description {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.aboutus-wrap .our_team .owl-nav,
.ajax-success-modal:not(.cart-popup-wrapper--hidden) .overlay,
.product-list .style2.product-layouts.grid-view-item.color_size .product-wrapper:hover .product-description .grid-view-item__meta,
.product-list .style3.product-layouts.grid-view-item .product-wrapper:hover .product-description .grid-view-item__meta,
.product-short-list .style2.product-layouts.grid-view-item.color_size .product-wrapper:hover .product-description .grid-view-item__meta,
.product-short-list .style3.product-layouts.grid-view-item .product-wrapper:hover .product-description .grid-view-item__meta,
.product-wrapper.loading .product-thumb .product-loader,
.product-wrapper.product_container:hover .product-thumb .fade_img img.image_thumb_swap,
.style1 .product-wrapper.product_container:hover .product-thumb .fade_img img.image_thumb,
.style2.product-layouts .product-wrapper:hover .options-color-size,
.style3.product-layouts .product-wrapper:hover .options-color-size,
.type_slide .slick-active .slider-content-wrap.content-center.effect_bottom,
.type_slide .slick-active .slider-content-wrap.content-center.effect_left,
.type_slide .slick-active .slider-content-wrap.content-center.effect_right,
.type_slide .slick-active .slider-content-wrap.content-center.effect_top,
.type_slide .slick-active .slider-content-wrap.content-left.effect_bottom,
.type_slide .slick-active .slider-content-wrap.content-left.effect_left,
.type_slide .slick-active .slider-content-wrap.content-left.effect_right,
.type_slide .slick-active .slider-content-wrap.content-left.effect_top,
.type_slide .slick-active .slider-content-wrap.content-right.effect_bottom,
.type_slide .slick-active .slider-content-wrap.content-right.effect_left,
.type_slide .slick-active .slider-content-wrap.content-right.effect_right,
.type_slide .slick-active .slider-content-wrap.content-right.effect_top {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible
}
.cookiestatus .cookie-block #cookie_message.se-cookies-message-open{
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    display:block;
}
.aboutus-wrap .our_team .owl-theme .owl-nav .owl-next,
.aboutus-wrap .our_team .owl-theme .owl-nav .owl-prev,
.design_3 .product-Video-btn.popup-video.tip-top,
.homeslider .popup_overlay .video-wrapper {
    position: static
}

@media(min-width:1260px) {
    .aboutus-wrap .our_team .owl-theme .owl-nav .owl-prev {
        margin: 0 10px 0 0
    }
}

#alabout .About_us.img,
.collection-slider-wrap .collection_detail {
    padding: 20px 0 0
}

#alabout .About_us.img a,
#alabout .about_img a,
#alabout .aboutr_img a{
    position: relative;
    display: block;
    overflow: hidden
}

#alabout .About_us.img a img,
#alabout .about_img a img,
#alabout .aboutr_img a img {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

#alabout .About_us.img :hover img,
#alabout .about_img :hover img,
#alabout .aboutr_img :hover img,
.category_feature .al_cat_content:hover .collection_img a img,
.collection_cat_item .collection_img:hover a img,
.list-collection-products .pickgradient-products:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

#alabout .alabout1 .ttabout,
.blog_latest_new_home .grid--blog,
.modal-open .modal,
.search-results li>span.title,
.shop_table.cart_table .shop_table.cart_table th,
.shop_table.cart_table td,
.shopify-section.feature-collection,
.slider-specialproduct-wrap .special-product-div.specialproduct,
.template-customers-login .login,
.template-customers-register .register,
.wishlist-page-content td.wishlist-empty {
    text-align: center
}

#alabout .alabout1 .alabout .alabout-content {
    padding: 25px;
    text-align: center;
    background: #f5f5f5;
    margin: 25px 0
}

#alabout .alabout1 .alabout .alabout-content .alabout-title {
    color: var(--color-text);
    margin: 0 0 20px;
    font-size: 24px
}

#alabout .alabout1.col-sm-12.col-xs-12 .alabout-content {
    padding: 25px;
    background: #f5f5f5;
    margin: 25px 0
}

.grid.error-404 .error {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.grid.error-404 .error svg {
    height: 103px;
    width: 120px
}

h1.text-center.heading-404 {
    font-size: 145px;
    margin: 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: top
}

.error-404 h4 {
    font-size: 42px;
    margin: 0 0 30px
}

.error-404 .search-bar {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
    border: 1px solid var(--color-border)
}

.error-404 p.text-center {
    font-size: 16px;
    margin-bottom: 35px
}

.error-404 .search-bar input[type=search] {
    color: #222;
    font-size: 14px;
    width: 100%;
    height: 50px;
    border: none
}

.error-404 .search-bar select#collection-option {
    width: 200px;
    margin: 0;
    border: none;
    border-right: 1px solid #e5e5e5
}

.error-404 .search-bar span.search-submit-wrap {
    position: absolute;
    right: 0;
    margin: 0 !important
}

.error-404 .search-bar input,
.spr-badge-starrating {
    margin: 0 !important
}

@media only screen and (max-width:991px) {
    .content_wrap.left-sidebar-column .widget_top_rated_products .owl-nav,
    .content_wrap.right-sidebar-column .widget_top_rated_products .owl-nav {
        top: -40px;
        right: 40px
    }
    .al-scroll {
        position: static
    }
    .threesixty-video .product-360-button>a {
        padding: 2px 5px 2px 0
    }
    h1.text-center.heading-404 {
        font-size: 125px
    }
    .error-404 h4 {
        font-size: 32px;
        margin: 0 0 20px
    }
    .error-404 p.text-center {
        margin-bottom: 25px
    }
}

.site-header button.btn.search-submit.icon-fallback-text {
    padding: 5px 10px
}

.full-search-wrapper button.btn.search-submit.icon-fallback-text,
.full-search-wrapper button.btn.search-submit.icon-fallback-text::after {
    background: no-repeat;
    padding: 8px 10px
}

.template-search .search-products .container .input-group.search-bar {
    /* border: 1px solid var(--color-border) !important; */
    flex-wrap: unset;
    justify-content: center;
    margin-bottom: 20px;
}
.search-products-cnt .search-bar {
    justify-content: center;
}
.template-search .search-products .container .input-group.search-bar .input-group-field {
    /* border: none; */
    margin-left: 0 !important
}

#search .container .search-bar .search-results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    margin: 10px 0 0;
}

#search .container .search-bar .search-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .4)
}

#search .container .search-bar .search-results::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .9)
}

#search .container .search-bar .search-results::-webkit-scrollbar {
    width: 5px
}

.template-search .main-content .container .input-group.search-bar .input-group-btn .btn:hover {
    background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text)
}

.search-results .name-price {
    margin: 10px 0;
    text-align: left
}
form.search-bar .btn .icon.icon-search {
    color: var(--color-btn-secondary-text);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.full-search-wrapper .search-results {
    max-width: 100%;
    border: none;
    margin: 30px 0 0;
    width: 100%;
    max-height: 760px;
    overflow-y: auto;
    overflow-x: hidden
}
.full-search-wrapper .search-results .thumbnail {
    max-width: 100%;
    margin: 0
}

.full-search-wrapper .search-results .name-price {
    width: 100%;
    padding: 15px 0;
    margin: 0
}

.full-search-wrapper .search-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4)
}

.full-search-wrapper .search-results::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6)
}

.full-search-wrapper .search-results::-webkit-scrollbar {
    width: 5px
}

.search-results {
    z-index: 8889;
    list-style-type: none;
    margin: 0;
    padding: 30px 15px;
    overflow: hidden
}

.search-results li {
    display: inline-block;
    width: 20%;
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
    vertical-align: top;
}

.search-results li.total {
    width: 100%;
    margin: 20px 0 0
}

.search-results li.no-results>span.title {
    background: 0 0;
    padding: 0;
    font-weight: 600
}

.search-results .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 8px;
    color:var(--color-text)
}

.search-results .thumbnail {
    padding: 0;
    border: none;
    margin: 0
}

.search-results .name-price .price {
    font-size: 18px;
    line-height: 1
}

.search-results .name-price .product-price__price.compare_price,
.search-results .name-price .product-price__price.compare_price .money {
    font-weight: 600;
    color: #666666;
    font-size: 16px;
    line-height: 1.5
}

.search-results .name-price .product-price__price.compare_price,
.search_wrapper .search-results .product-price__price.compare_price .money {
    margin-left: 5px
}

.errors,
.note {
    font-size: em(14px);
    padding: var(--gutter)/2 var(--gutter) * .66;
    margin-bottom: var(--gutter)/2;
    border: 1px solid transparent;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px
}

.checkbox-group label .box,
.note,
body.compare .table-responsive {
    border-color: var(--color-border)
}

.errors ol,
.errors ul,
.note ol,
.note ul {
    margin-top: 0;
    margin-bottom: 0
}

.errors li:last-child,
.note li: last-child {
    margin-bottom: 0
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu_linklist>li:last-child,
#newsletterModal .modal-newsletter p,
#recently-viewed-products .product-wrapper,
#recently-viewed-products-wrap .style2 .product-wrapper .ttimg-bg,
.al-mega_menu .al_menus_ul li,
.currencies.flag-dropdown-menu li,
.errors p,
.header_language .disclosure #lang-list li,
.lt-ie9 .product-grid .product-collection-item .product,
.note p,
.product-list .style3 .product-wrapper .spr-badges.grid-item-meta .spr-badge,
.product-short-list .style3 .product-wrapper .spr-badges.grid-item-meta .spr-badge,
.quick-view .product-inventory,
.quick-view .product-shop .addthis,
.quick-view .product-shop.summary h2.product-title,
.sidebar .recent_article ul li:last-child,
.sidebar .widget h4.widget-title,
.sidebar .widget.widget_top_rated_products ul .item-row.product-layouts,
.sidebar__inner .widget ul,
.swatch,
.template-index #shopify-section-footer-model-1,
.template-index #shopify-section-footer-model-2,
.template-index #shopify-section-footer-model-3 {
    margin-bottom: 0
}

.errors ul {
    list-style: disc inside
}

.form-success {
    color: var(--successGreen);
    background-color: #ecfef0;
    border-color: var(--successGreen)
}

.errors,
.form-error {
    color: var(--errorRed);
    background-color: #faebeb;
    border-color: var(--errorRed)
}

.ajaxify-drawer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 85%;
    overflow: hidden;
    transition: right .5s cubic-bezier(.75, .03, .52, 1);
    -webkit-transition: right .5s cubic-bezier(.75, .03, .52, 1);
    -moz-transition: right .5s cubic-bezier(.75, .03, .52, 1);
    -o-transition: right .5s cubic-bezier(.75, .03, .52, 1);
    -ms-transition: right .5s cubic-bezier(.75, .03, .52, 1);
    color: var(--color-text-field)
}

.ajaxify-drawer .ajaxifyCart--content {
    background-color: transparent;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none
}

.supports-csstransforms .ajaxify-drawer {
    transition: transform .5s cubic-bezier(.75, .03, .52, 1);
    -webkit-transition: transform .5s cubic-bezier(.75, .03, .52, 1);
    -moz-transition: transform .5s cubic-bezier(.75, .03, .52, 1);
    -o-transition: transform .5s cubic-bezier(.75, .03, .52, 1);
    -ms-transition: transform .5s cubic-bezier(.75, .03, .52, 1)
}

.page-move--cart .ajaxify-drawer,
.page-move--nav .ajaxify-drawer {
    position: fixed;
    overflow: auto
}

.ajaxify-drawer a {
    color: color-control(var(--color-text-field), 10%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.ajaxify-drawer .cart__mini-labels,
.ajaxify-drawer a:hover,
.ajaxify-drawer label {
    color: color-control(var(--color-text-field), 20%)
}

.ajaxify-drawer h1 {
    font-size: em(24px)
}

.ajaxify-drawer label {
    margin-bottom: var(--gutter)/4
}

.ajaxify-drawer textarea {
    background-color: #fff;
    border-color: #f5f5f5;
    color: var(--color-text-field)
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav:hover .owl-next::before,
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav:hover .owl-prev::before,
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper:hover .product-thumb .grid-view-item__title>a,
#al-megamenu .al-mega_menu li.more_menu>ul>li:hover>a,
.ajaxify-drawer .cart__product a:hover,
.checkbox-group input[type=checkbox]+label:hover,
.checkbox-group input[type=radio]+label:hover,
.checkbox-group.active input[type=checkbox]+label,
.product-categories .cat-item:hover span.dt-menu-expand,
.product-single .sizechart:hover i.mdi.mdi-hanger {
    color: var(--color-text-hover-field)
}

.ajaxify-drawer .ajaxifyCart--add,
.ajaxify-drawer .ajaxifyCart--minus,
.ajaxify-drawer .ajaxifyCart--num,
.ajaxify-drawer .cart__row {
    border-color: #f5f5f5
}

.ajaxify-drawer .ajaxifyCart--qty-adjuster:active,
.ajaxify-drawer .ajaxifyCart--qty-adjuster:hover,
.ajaxify-drawer .js--qty-adjuster:active,
.ajaxify-drawer .js--qty-adjuster:hover {
    background-color: #ccc
}

.admin-login a:hover,
.password-login a:hover,
.shopify-link,
.shopify-link:hover {
    color: inherit
}

.shopify-logo-svg {
    width: 66.85714px;
    height: 19.5px;
    display: inline-block;
    line-height: 0;
    vertical-align: top
}

#address_form_new .grid-item.one-half.last,
#address_form_new .grid-item.right,
.edit-address .grid-item.one-half.last,
.edit-address .grid-item.right,
.shopify-logo-svg .create_account_wrap,
.sidebar .recent_article ul li .article-detail,
.template-customers-account .grid-item.one-third,
.template-customers-order .grid-item.one-third {
    padding-right: 0
}

.demo-image {
    background: url(//cdn.shopify.com/s/files/1/0383/9765/t/1/assets/blankslate-producticon.png?4) center center no-repeat #eee;
    display: block;
    text-align: center;
    padding: 100px 0;
    color: var(--color-body-text);
    font-size: em(14px)
}

#quickview-template .product-detail-section,
.collection_sidebar,
.product-single__desc h3 {
    text-align: left
}

#shopify-section-article-template,
.blog-post-single ul,
.blog_list .article.al-blog-content,
.categories,
page-wrapper .main-content {
    margin: 0 0 30px
}

#blog_slider .al-blog-content:hover .blog_image_holder .bloglinks a,
.content-wrapper .al-blog-content:hover .alblog_image_holder .bloglinks a,
.al-blog-content:hover .alblog_image_holder .bloglinks a,
.gallery .image-content .gallery-img:hover span.bloglinks a,
.sidebar-tag label.active .check,
input[type=checkbox]:checked~label .check {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.collection_sidebar .checkbox-group label .check {
    top: 3px;
    left: 2px
}

.checkbox-group input[type=checkbox]+label,
.checkbox-group input[type=radio]+label {
    margin-left: 15px;
    font-size: 13px;
    color: var(--color-text-field)
}

.checkbox-group label:hover .box {
    background: #f5f5f5;
    border-color: #e5e5e5
}

.checkbox-group label .check {
    top: -1px;
    left: 1px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    z-index: 2;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.checkbox-group label .check:before {
    content: "\f12c";
    color: #111;
    font-size: 12px;
    font-family: 'Material Design Icons';
    font-style: normal;
    font-weight: 500
}

.checkbox-group label span {
    display: inline-block;
    position: absolute;
    left: 0;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
    vertical-align: top
}

.checkbox-group label .box {
    border-width: 1px;
    border-style: solid;
    background: var(--color-body);
    height: 15px;
    width: 15px;
    z-index: 1;
    margin-top: 2px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

#template-index .site-navigation,
.ALProduct-Tab .nav-tabs>li.active>a,
.ALProduct-Tab .nav-tabs>li>a:focus,
.off-canvas.is-transition-overlap.is-open,
.sidebar .widget ul li.product-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.collection-slider-wrap {
    text-align: center;
    padding: 80px 0
}

.collection-slider-wrap .collection_slider {
    padding: 0 185px
}

@media only screen and (max-width:1300px) {
    .collection-slider-wrap .collection_slider {
        padding: 0 152px
    }
}

.collection-slider-wrap .collection_slider .slick-arrow {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    background: #fff;
    border: none;
    font-size: 0;
    bottom: -50px;
    top: auto;
    height: 100px;
    width: 100px;
    padding: 0
}

.collection-slider-wrap .collection_slider .slick-prev.slick-arrow::after {
    content: "\f13d";
    font-family: "Material Design Icons";
    color: #111;
    font-size: 30px
}

.collection-slider-wrap .collection_slider .slick-next.slick-arrow {
    right: 0;
    left: auto
}

.collection-slider-wrap .collection_slider .slick-next.slick-arrow::after {
    content: "\f13e";
    font-family: "Material Design Icons";
    color: #111;
    font-size: 30px
}

.collection-slider-wrap .collection_slider .slider-nav .slick-arrow {
    height: 25px;
    width: 25px;
    color: #fff;
    background: 0 0;
    top: -10px
}

@media only screen and (min-width:1400px) {
    .collection-slider-wrap .collection-slider-wrap .container {
        width: 1380px
    }
}

.collection-slider-wrap .collection_detail .collection-count {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 0;
    color: #ccc
}

.collection-slider-wrap .collection_detail .collection-content {
    padding: 0 20px
}

.collection-slider-wrap a.grid-link.collection-link span.grid-link__title {
    font-weight: 300;
    cursor: pointer;
    font-style: italic;
    position: relative
}

.collection-slider-wrap .slick-current.slick-active a.grid-link.collection-link span.grid-link__title::after,
.collection-slider-wrap a.grid-link.collection-link span.grid-link__title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -10px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.collection-slider-wrap .slick-current.slick-active a.grid-link.collection-link span.grid-link__title::after,
.collection-slider-wrap a.grid-link.collection-link span.grid-link__title:hover::after {
    width: 50px
}

.collection-block.slick-slide {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.shopify-payment-button {
    margin: 15px 0 0;
    min-width: 450px
}

.shopify-payment-button .shopify-payment-button__button {
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 0;
    padding: 15px 20px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.shopify-payment-button .shopify-payment-button__button::after {
    content: '';
    background: var(--color-btn-primary);
    height: 100%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -ms-transition: .3s cubic-bezier(.785, .135, .15, .86);
    top: 0;
    left: auto;
    right: 0;
    z-index: -1
}

.contact-form .btn,
.shopify-payment-button .shopify-payment-button__button:active:not([disabled]),
.shopify-payment-button .shopify-payment-button__button:focus:not([disabled]),
.shopify-payment-button .shopify-payment-button__button:hover:not([disabled]) {
    background: var(--color-btn-primary);
    color: var(--color-btn-primary-text)
}

.shopify-payment-button .shopify-payment-button__button::before {
    content: '\f496';
    font-family: "Material Design Icons";
    font-size: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:991px) {
    .wrapper-top-cart>.site-header_cart_link.active::before,
    .wrapper-top-cart>.site-header_cart_link: hover::before {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    span.cart-products-text {
        display: none
    }
    .flip-countdown {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .flip-countdown>:not(:first-child) {
        margin-top: 15px
    }
    .flip-countdown.simple-countdown .countdown-container.countdown-block {
        padding: 8px 0;
        width: 45px;
        left: 0;
        right: auto;
        height: auto;
        margin: 0 auto;
        top: 28%;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none
    }
    .product-wrapper:hover .flip-countdown.simple-countdown .countdown-container.countdown-block {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none
    }
    .product-short-list .flip-countdown.simple-countdown .countdown-container.countdown-block {
        width: auto
    }
    .product-short-list .flip-countdown.simple-countdown .countdown-container span {
        width: 48px;
        margin-bottom: 0
    }
    .flip-countdown.simple-countdown .countdown-container span {
        margin: 0;
        font-size: 12px
    }
    .flip-countdown.simple-countdown .countdown-container>span {
        margin: 0 0 10px
    }
    .shopify-payment-button .shopify-payment-button__button {
        padding: 12px 20px
    }
    .template-index .main-content .shopify-section.brand-logo {
        text-align: center
    }
}

.full_gallery_slider .item {
    opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    margin: 0 20px;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8)
}

.full_gallery_slider .owl-nav .owl-next,
.full_gallery_slider .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: auto;
    background: rgba(0, 0, 0, 0);
    left: 0;
    right: auto;
    margin: 0;
    height: 100%;
    border: none
}

.full_gallery_slider .owl-nav .owl-next:hover,
.full_gallery_slider .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0)
}

.full_gallery_slider .owl-nav .owl-next {
    left: auto;
    right: 0
}

.full_gallery_slider .owl-dots {
    counter-reset: counter
}

.full_gallery_slider .owl-item {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1)
}

.full_gallery_slider .owl-item .num {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: auto;
    width: 85px;
    padding: 10px;
    text-align: center;
    display: none;
    font-size: 14px
}

.full_gallery_slider .owl-item img {
    margin: 0;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5
}

.full_gallery_slider.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.product-single__addtocart .add,
.product-single__addtocart .minus {
    color: var(--color-body-text);
    font-size: em(24px);
    position: relative
}

.product-single__addtocart .js-qty {
    margin-bottom: var(--gutter)/2;
    max-width: none
}

.product-single__addtocart .js-qty input[type=text] {
    background-color: var(--color-body);
    padding: 8px 22px
}

.product-single__addtocart .js--qty-adjuster {
    width: 40px
}

.product-single__desc,
.template-customers-account .grid {
    margin: 20px 0
}

#shopify-section-sidebar-category ul.product-categories>li ul.children {
    margin: 8px 0 0
}

.product-categories .cat-item span.dt-menu-expand {
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    text-align: center;
    font-weight: 400;
    color: var(--color-text-field)
}

.product-single__vendor {
    font-style: normal;
    margin-top: 3px;
    margin-bottom: 5px
}

.h2.product-single__price {
    font-size: 18px;
    margin: 0
}

.product-single__title.wvendor {
    margin: 0;
    width: auto
}

.product-information-inner i.mdi.mdi-cart-outline,
.quick-view form .actions button i.mdi.mdi-cart-outline {
    font-size: 20px;
    display: inline-block;
    vertical-align: top
}

.blog-post-single .comments-count i.mdi,
.product-single__addtocart .js-qty {
    margin-right: 5px
}

.product-single__addtocart .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 312px;
    padding: 14px 49px
}

.full_width .collection_sidebar .refined-widgets a:hover,
.product-single__addtocart .btn:active,
.product-single__addtocart .btn:focus {
    background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text)
}

#address_form_new .btn:hover a,
.edit-address .btn:hover a,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover:before,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover:before,
.product-single__addtocart .btn:hover {
    color: var(--color-btn-secondary-text)
}

.product-single__title,
.quick-view .product-shop .product-title>a {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.47;
    text-align: left;
    color: var(--color-text)
}

#recover_password .al-innerpagetitle,
.blog-post-single .item-social-sharing .al-social-share>div i.mdi,
.blog_list .al-blog-description .al-social-share i.mdi,
.blogleft_inner_content .al-blog-content .al-blog-description .al-social-share i.mdi,
.product-single .add-to-wishlist i.mdi.mdi-heart,
.style3.product-layouts .product-wrapper .pro_btn a.add-cart-btn.btn i.mdi,
.style3.product-layouts .product-wrapper .pro_btn a.add-to-cart-disable.btn i.mdi {
    font-size: 18px
}

.product-360-button,
.product-information .product-information-inner .add-to-compare.pro_btn,
.product-information .product-information-inner .add-to-wishlist.pro_btn,
.product-single .print,
.product-single .sizechart {
    margin-right: 5px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.spr-badge-starrating {
    color: var(--color-meta)
}

.spr-badge-starrating,
.spr-badge-starrating .spr-icon {
    padding: 0 1px;
    color: #ba5f45
}

.product-form--variant-sold-out .product-single__addtocart #AddToCart.btn {
    cursor: not-allowed;
    opacity: .6;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu:empty,
#newproduct_products_slider .product-wrapper .product-description .grid-view-item__vendor,
#ttcmsservices .block_content .owl-item.active:last-child .ttcontent::after,
._quick-view-content,
.blog-post-single .paginatoin_custom .blog_nav_img,
.blog-post-single .paginatoin_custom .blog_nav_title,
.blog-post-single hr.hr--clear.hr--small,
.cms-banner .banner .banner-content.banner-content2 .subtitle::after,
.content-wrapper .al-blog-content .blogs-sub-title .comments-count>span,
.footer-top .block_newsletter .ttinput_newsletter button span.icon,
.grid-view-item .product-wrapper .pro_btn.add_tocart a.loading i.mdi-plus,
.grid-view-item .tooltip-label,
.grid-view-item .visually-hidden,
.list-collection-products .product-layouts .product-wrapper .product-description .grid-view-item__vendor,
.modal,
.page-header,
.price--on-sale .regular-price,
.product-desc,
.product-form--variant-sold-out .product-qty,
.product-form--variant-sold-out .product-single__addtocart #AddToCart.btn::after,
.product-form--variant-sold-out .product-single__addtocart #AddToCart.btn::before,
.product-layouts .product-wrapper .item-swatch.color_swatch_Value input[type=text],
.product-layouts .product-wrapper .product-size li input[type=text],
.product-wrapper .add-to-compare.pro_btn a.add-in-compare-js.added .compare-icon,
.product-wrapper .btn_wrapper .pro_btn a.btn.loading svg,
.product-wrapper .btn_wrapper .pro_btn.add-to-compare a.loading>.compare-fill,
.product-wrapper .btn_wrapper .pro_btn.add-to-compare a:not(.added)>.compare-fill,
.product-wrapper .pro_btn a>i.mdi-cached,
.product-wrapper .spr-badge-caption,
.products-grid-view>.product-grid .product-layouts .product-wrapper .product-description .grid-view-item__vendor,
.qty-section.quantity-box .actions.hidden-md.hidden-xs.hidden-sm,
.quick-view .owl-next::after,
.quick-view .owl-prev::after,
.quick-view .product-shop.summary .details label,
.related-products .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__vendor,
.sale-price,
.search-products .product-wrapper .product-description .grid-view-item__vendor,
.shop_table.cart_table .cart__mini-labels,
.special-product-div .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__vendor,
.style2 .product-wrapper .pro_btn.add-to-wishlist a.btn::after,
.style2 .product-wrapper .pro_btn.add-to-wishlist a.btn::before,
.style2 .product-wrapper .pro_btn.add_tocart a.btn svg,
.tab-inner .owl-nav,
.tab-pane .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__vendor,
table.shop_table.cart_table tfoot {
    display: none
}

.product-template__container #notify-content .modal-dialog {
    width: 600px
}

.product-template__container #notify-content .modal-dialog .modal-content {
    padding: 30px 20px
}

#notify-content .btn {
    padding: 0 24px
}

.contact-content .address-container.right-to-left,
.product-template__container #notify-content .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 0
}

.product-template__container #notify-content .modal-dialog .modal-content .al-title {
    font-size: 18px;
    background: #f5f5f5;
    padding: 10px;
    color: #222
}

.product-template__container #notify-content .modal-dialog .modal-content button.close {
    position: absolute;
    top: 5px;
    left: auto;
    bottom: auto;
    right: 5px
}

@media only screen and (max-width:2000px) {
    .full_gallery_slider .owl-nav .owl-next,
    .full_gallery_slider .owl-nav .owl-prev {
        width: 400px
    }
}

@media only screen and (max-width:1600px) {
    .full_gallery_slider .owl-nav .owl-next,
    .full_gallery_slider .owl-nav .owl-prev {
        width: 320px
    }
}

@media only screen and (max-width:1400px) {
    .full_gallery_slider .owl-nav .owl-next,
    .full_gallery_slider .owl-nav .owl-prev {
        width: 300px
    }
}

@media only screen and (max-width:1200px) {
    .collection-slider-wrap {
        padding: 50px 0
    }
    .full_gallery_slider .owl-nav .owl-next,
    .full_gallery_slider .owl-nav .owl-prev {
        width: 250px
    }
    .formula-description{
          padding-left: 15px !important
    }
}

@media only screen and (max-width:1199px) {
    .al-scroll {
        min-height: 355px
    }
    .collection-slider-wrap .collection_slider {
        padding: 0 50px
    }
    .product-form--variant-sold-out .product-single__addtocart .btn {
        width: 250px
    }
    .product-single .social-sharing span.share-title {
        display: none
    }
}

@media only screen and (max-width:1000px) {
    .full_gallery_slider .owl-nav .owl-next,
    .full_gallery_slider .owl-nav .owl-prev {
        width: 200px
    }
}

@media only screen and (max-width:991px) {
    .product-form--variant-sold-out .product-single__addtocart .btn {
        width: 200px
    }
    .product-single__addtocart .btn {
        width: 267px
    }
    .shopify-payment-button {
        min-width: 400px
    }
    .quick-view .product-photo-thumbs.product-wrapper-owlslider {
        width: 75%;
        text-align: center;
        display: inline-block
    }
}

@media only screen and (max-width:600px) {
    .full_gallery_slider .owl-nav .owl-next,
    .full_gallery_slider .owl-nav .owl-prev {
        width: 100px
    }
    .product-template__container #notify-content .modal-dialog .modal-content .al-title {
        font-size: 16px
    }
    .product-template__container #notify-content .modal-dialog {
        width: 480px
    }
}

.product_tab_wrapper .tab-container h2 {
    margin-top: 0;
    font-size: 24px
}

.product-extended ul {
    margin: 0 0 0 15px
}

.product_tab_wrapper .tab-container .tab-pane p {
    margin: 0 0 25px;
    line-height: 1.6
}

.product_tab_wrapper .tab-container .tab-pane .info-wearing {
    margin-top: 50px
}

.product_tab_wrapper .tab-container .tab-pane .info-wearing .info-wearing-subul {
    margin-top: 35px
}

.product_tab_wrapper .tab-container .tab-pane ul li p {
    margin: 0 0 10px;
    line-height: 1
}

.contact-content>.row,
.header-top .row,
.product-block .product-service .ps-inner,
.product_tab_wrapper .tab-container .tab-pane .product-extended .main_content {
    align-items: center
}

.main_content .content {
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (min-width:1200px) {
    .main_content .content-img {
        padding-right: 0
    }
    .main_content .content {
        padding-left: 30px
    }
    .main_content.main_content_rev .content {
        padding-left: 15px;
        padding-right: 30px
    }
    .main_content.main_content_rev .content-img {
        padding-right: 15px;
        padding-left: 0
    }
}

.add-cancel-all,
.quickview-cart-detail {
    display: flex;
    flex-wrap: wrap
}

.quickview-template {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    display: none
}

.quick-view {
    bottom: 0;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    backface-visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0
}

#blog_slider.owl-theme .owl-dots,
#brands_list_slider.owl-theme .owl-dots,
.collection_cat_item .cat-content a,
.quick-view .product-detail-section p.dt-sc-button {
    margin: 20px 0 0
}

.quick-view .product-detail-section p.product-description {
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.2
}

.quick-view .close-window::before {
    position: absolute;
    content: "\f156";
    font-family: "Material Design Icons";
    right: 5px;
    left: auto;
    top: 5px;
    height: 24px;
    width: 24px;
    font-size: 24px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.quick-view.open-in {
    backface-visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -moz-transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -ms-transition: transform .4s, opacity .4s, -webkit-transform .4s;
    background: rgba(0, 0, 0, .6)
}

.ajax-success-modal .ajax-right label,
.quick-view .product-shop .prices label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text)
}

.product-single .product-single__thumbs .grid-item.slick-slide a,
.quick-view .product-photo-thumbs li a {
    padding: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.quick-view .product-photo-thumbs li a.active,
.quick-view .product-photo-thumbs li a:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

@media only screen and (max-width:325px) {
    .quick-view form .actions button {
        margin: 10px 0 0
    }
}

.quick-view .product-shop.summary select {
    width: 100%;
    padding: 12px 10px;
    margin: 0
}

.quick-view .product-info {
    background: 0 0;
    padding: 0
}

.quick-view .content {
    z-index: 99;
    display: none;
    margin: 40px auto;
    position: relative;
    width: 945px;
    padding: 50px 30px;
    background: var(--color-body)
}

@media only screen and (max-width:1500px) {
    .quick-view .content {
        width: 60%
    }
}

@media only screen and (max-width:1300px) {
    .quick-view .content {
        width: 70%
    }
}

@media only screen and (max-width:991px) {
    .quick-view {
        overflow: hidden;
        overflow-y: scroll
    }
    .quick-view .content {
        padding: 50px 20px;
        text-align: center
    }
    .quick-view .product-img.images {
        width: 100%;
        display: inline-block;
        vertical-align: top
    }
    .quick-view .product-shop {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    #alabout .About_us.img {
        padding: 0
    }
    #alabout .alabout1 .alabout .alabout-content {
        padding: 25px 15px
    }
    #alabout .alabout1 .alabout .alabout-content .alabout-title {
        font-size: 18px
    }
    #alabout .alabout1.col-sm-12.col-xs-12 .alabout-content {
        padding: 25px 0 40px
    }
    .collection-slider-wrap a.grid-link.collection-link span.grid-link__title {
        font-size: 16px
    }
    .collection-slider-wrap .collection_slider .slick-next.slick-arrow::after,
    .collection-slider-wrap .collection_slider .slick-prev.slick-arrow::after {
        font-size: 28px
    }
    .collection-slider-wrap .collection_slider .slick-arrow {
        height: 50px;
        width: 50px;
        bottom: -25px
    }
    .collection-slider-wrap .collection_slider {
        padding: 0 20px
    }
    .product-extended.design-1 .content {
        padding-bottom: 0
    }
    .product_tab_wrapper .tab-container .tab-pane .info-wearing {
        margin-top: 20px
    }
    .product_tab_wrapper .tab-container .tab-pane .info-wearing .info-wearing-subul {
        margin-top: 15px
    }
    .quick-view .quickview-featured-image img {
        width: 100%
    }
    .quick-view .content {
        width: 80%
    }
}

.quick-view .quick-shop-modal-bg {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--color-body)
}

.quick-view .quick-shop-modal-bg .quickloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.quick-view .quick-shop-modal-bg .spinner {
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 0;
    border-radius: 100% !important;
    border: 3px solid;
    border-color: rgba(0, 0, 0, .65) rgba(0, 0, 0, .15);
    -webkit-animation: .8s ease-in-out infinite alternate quickloader;
    animation: .8s ease-in-out infinite alternate quickloader
}

.product-wrapper.sidebar-product {
    border: none;
    margin: 0;
    text-align: left
}

.product-list .product-desc {
    display: block;
    margin: 0 0 8px
}

#fancybox-close,
#popupBoxClose,
.search-close {
    text-indent: -9999px;
    background:url({{'hover.png' | asset_url;}}) no-repeat;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0
}

.ajax_price span.discount-percentage,
.product-information .product-information-inner .product-single__price span.discount-percentage {
    font-size: 13px;
    color: red
}

.quick-view .overlay,
.quickview-template .content {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0
}

@keyframes quickloader {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes quickloader {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.Site-navigation .horizontal-mega-menu ul.mm-submenu.tree li {
    padding: 7px 20px !important
}

.ajax-success-modal .success-message {
    padding: 0;
    margin-bottom: 15px
}

.ajax-success-modal .success-message p {
    display: inline-block;
    width: 100%;
    margin: 0
}

.ajax-success-modal .success-message.added-to-cart i {
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: auto
}

.ajax-success-modal .success-message .btn {
    padding: 15px
}

.ajax-success-modal .cart-popup__dismiss a.cart-popup__dismiss-button {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.ajax-success-modal .cart-popup__dismiss a.cart-popup__dismiss-button>i {
    vertical-align: top;
    display: inline-block
}

.ajax-success-modal .close-modal {
    position: static;
    width: auto
}

.ajax-success-modal .close-modal .mdi {
    font-size: 20px;
    color: var(--color-body-text);
    height: 20px;
    width: 20px
}

.ajax-success-modal .ajax-left.cart-popup-item__image {
    border: 3px solid var(--color-border)
}

.ajax-success-modal.cart-popup-wrapper--hidden .overlay {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden
}

.ajax-success-modal .cart-content {
    position: relative;
    margin: 30px auto;
    display: inline-block;
    vertical-align: top
}

.ajax-error-modal .modal-inner,
.close-modal {
    position: absolute;
    bottom: 0;
    right: 0
}

.ajax-success-modal .ajax_price #QComparePrice span.money {
    font-size: 14px;
    text-decoration: line-through;
    color: #666;
    font-weight: 500
}
#shopify-section-footer-model-1 .social-icons li:not(:last-child),
#shopify-section-footer-model-2 .social-icons li:not(:last-child),
#shopify-section-footer-model-3 .social-icons li:not(:last-child),
.ajax-success-modal .added-to-cart.info i {
    padding-right: 5px
}

.ajax-success-modal .content-wrap {
    padding-top: 20px;
    margin: 15px 0 0;
    text-align: center;
    border-top: 1px solid var(--color-border)
}

.ajax-content-section {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: auto
}

.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    height:fit-content;
}

.ajax-error-modal .modal-inner {
    padding: 40px;
    left: 0;
    top: 0;
    width: 582px;
    z-index: 999
}

.ajax-product-title {
    color: #666;
    font-size: 14px;
    margin: 5px 0 7px;
    font-weight: 700;
    font-family: var(--font-stack-header)
}

.ajax-right .ajax_price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--color-text)
}

.ajax-right {
    padding: 0 0 0 15px;
    text-align: left
}

.ajax-right ul.product-details li.product-details__item {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 600
}

#accessibleNav,
#address_form_new #address_default_address_new.btn,
#blog_slider .al-blog-content .blog-content-wrap .list--inline.article__meta-buttons>li,
#recently-viewed-products,
#shopify-section-footer-model-1 .contact-us .contact-address p,
#shopify-section-footer-model-2 .contact-us .contact-address p,
#shopify-section-footer-model-3 .contact-us .contact-address p,
#shopify-section-footer-model-1 .footer-column ul,
#shopify-section-footer-model-2 .footer-column ul,
#shopify-section-footer-model-3 .footer-column ul,
#shopify-section-footer-model-1 .footer-column.block_newsletter .form-vertical .errors li,
#shopify-section-footer-model-2 .footer-column.block_newsletter .form-vertical .errors li,
#shopify-section-footer-model-3 .footer-column.block_newsletter .form-vertical .errors li,
#shopify-section-footer-model-1 .site-footer .footer-column ul.inline-list li:last-child,
#shopify-section-footer-model-2 .site-footer .footer-column ul.inline-list li:last-child,
#shopify-section-footer-model-3 .site-footer .footer-column ul.inline-list li:last-child,
#shopify-section-sidebar-tag-filters aside.sidebar-tag,
.ajax-right ul.product-details li.product-details__item:last-child,
.blog-post-single ul>li,
.cart__product,
.collection_sidebar .sidebar-products,
.collection_template .grid-uniform.product-grid,
.design_2 .product-Video-btn.popup-video.tip-top,
.edit-address .btn.update,
.fixed #shopify-section-al-mega_menu #al-megamenu,
.footer-top .block_newsletter .block_content form,
.grid-uniform.product-grid.col-main,
.header_currency ul.tbl-list,
.header_language ul.tbl-list,
.home-slider .alslide .slides li.slide:last-child,
.login-page form .text-center>p,
.login-page form#customer_login,
.off-canvas-wrapper .collection_sidebar .widget.widget_promo_img li,
.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta,
.product-wrapper .product-thumb .product-qty form.variants,
.product_categories ul li,
.register-page form#create_customer,
.sidebar .widget ul .slick-slide>div:last-child li.product-wrapper,
.sidebar .widget.widget_top_rated_products .product-wrapper .product-thumb .second-productimg img,
.sidebar .widget.widget_top_rated_products .product-wrapper .product-thumb .zoom_img .second-productimg .image_thumb_swap,
.sidebar .widget_promo_img ul li,
.site-footer .footer-column .inline-list,
.style3 .product-wrapper .btn_wrapper .pro_btn:last-child,
.template-cart .product-price dl,
.template-index .main-content .shopify-section.footer,
.template-index .main-content .shopify-section.recommendations-product,
.template-index .sidebar div#shopify-section-al-mega_menu,
details.mobile-facets__details.js-filter.widget,
form#AddToCartForm {
    margin: 0
}

.ajax-right .cart-popup-item__quantity {
    font-size: 14px;
    font-weight: 600
}

.ajax-right .ajax_price .visually-hidden {
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 500;
    display: none
}

.ajax-error-modal .overlay,
.ajax-success-modal .overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4
}

.modal-cart {
    display: flex;
    align-items: center;
    height: 100%
}

.ajax-error-modal .modal-inner a.close-modal {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    text-align: center;
    position: static
}

.ajax-error-modal .modal-inner a.close-modal i {
    font-size: 20px;
    color: #fff
}

.ajax-error-modal .modal-inner .close-popup {
    background: #e14848;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.ajax-error-modal .modal-inner .ajax-error-title {
    font-size: 20px;
    margin: 0 0 15px;
    color: #111;
    font-weight: 600
}

.ajax-error-modal .modal-inner .error-content {
    padding: 40px 30px;
    background: #fff
}

.ajax-error-modal .modal-inner .ajax-error-message {
    font-size: 14px;
    color: #666
}

.cart-popup-wrapper.modal .cart-content {
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    margin: 0;
    border: 1px solid var(--color-border);
    transition: .4s cubic-bezier(.29, .63, .44, 1);
    -webkit-transition: .4s cubic-bezier(.29, .63, .44, 1);
    -moz-transition: .4s cubic-bezier(.29, .63, .44, 1);
    -o-transition: .4s cubic-bezier(.29, .63, .44, 1);
    -ms-transition: .4s cubic-bezier(.29, .63, .44, 1);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    background: var(--color-body);
    width: 400px;
    z-index: 4
}

.cart-popup-wrapper.modal .cart-content .content {
    padding: 20px 24px
}

.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-left,
.tab-inner .product_col5 .owl-carousel .owl-item {
    width: 20%
}

.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-right {
    width: 80%;
    padding: 0 0 0 15px;
    text-align: left;
    display: inherit;
    justify-content: space-between
}

.cart-popup-wrapper.modal .cart-content .content-wrap .ajax-right .all-wrap {
    flex-direction: column
}

.cart-popup-wrapper.modal .cart-content .content-wrap .continue-shopping {
    border-bottom: 1px solid var(--color-border);
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    cursor: pointer;
    font-weight: 700;
    color: var(--color-body-text);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.cart-popup-wrapper.modal .cart-content .content-wrap .continue-shopping:hover {
    color: var(--color-text-hover-field);
    border-bottom: 1px solid var(--color-text-hover-field)
}

.cart-popup-wrapper.modal .cart-content .added-to-cart.info {
    color: var(--successGreen);
    text-align: left;
    padding: 6px 12px;
    background: #eaf7e6;
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: flex-end;
}
.cart-popup-wrapper.modal .cart-content .ajax-right .ajax-product-title {
    margin-top: 0
}

.cart-popup-wrapper.modal .cart-content .ajax-right .total_itmes {
    font-size: 13px;
    font-weight: 700
}

.cart-popup-wrapper.modal.open .cart-content,
.off-canvas.position-left.is-open,
.style2 .product-wrapper:hover .btn_wrapper .pro_btn.add_tocart {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0)
}

#order-summary .product-thumbnail__image {
    max-height: none
}

#order-summary .product-thumbnail__wrapper {
    border-radius: 0
}

#order-summary .product-thumbnail::after {
    border-width: 3px;
    border-color: #333;
    border-radius: 0
}

.brand-bar .brand-bar__image {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    -webkit-opacity: .7;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out
}

#blog_slider .article__grid__inner:hover .alblog_image_holder>a::before,
.blog-section .al-blog-content:hover .alblog_image_holder>a::before,
.al-blog-content:hover .alblog_image_holder>a::before,
.brand-bar .brand-bar__image:hover,
.design_2 .additinal-product .pro_img:hover::after,
.gallery .image-content .gallery-img:hover>a::before,
.product-layouts .product-wrapper:hover .product-thumb a.grid-view-item__link,
.widget_promo_img #promo-carousel:hover .owl-dots {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.al-brand_slider.owl-carousel img {
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
    margin: 0 auto
}

#brands_list_slider .brand-bar__item {
    padding: 0 12px;
    text-align: center
}

.shop_table.cart_table .js-qty {
    text-align: center;
    margin: 0 auto
}

.site-navigation {
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
    -webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
    -moz-box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
    -ms-box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
    -o-box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
    display: inline-block;
    width: 100%
}

.collection_sidebar .refined-widgets>a>i,
.contac-us-page .address-container .content,
i.mdi {
    font-size: 16px
}

.quick-view.open-in .product-detail-section {
    text-align: left;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important
}

.product-information .product-info {
    margin: 0 0 25px;
    display: flex;
    flex-wrap: wrap
}

.product-information .product-info>p {
    display: table;
    margin: 0 30px 0 0;
    line-height: 1
}

.product-information .product-info>p>label,
.product-information .product-info>p>span {
    display: table-cell;
    width: auto;
    color: #555;
    margin: 0;
    font-weight: 500;
    font-size: 16px
}

.product-information .product-info>p>span {
    color: #151515;
    padding: 0 0 0 6px
}

.product-information .review-wrap {
    padding: 0;
    align-items: center
}

.product-information .review-wrap .stock-indicator {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #39bf26;
    margin-right: 10px;
    text-transform: capitalize
}

.product-information .product-information-inner .product-actions .selector-wrapper {
    margin: 0 5px 10px 0;
    width: 140px
}

.product-information .flip-countdown .countdown-block.countdown-container {
    width: auto;
    position: static;
    background: var(--color-body);
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    border: 1px solid var(--color-border);
    height: auto
}

.product-information .flip-countdown.simple-countdown .countdown-container::after {
    left: 10px
}

.product-desc .product-single__price #comparePrice1,
.product-information-inner .product-single__price #comparePrice {
    font-size: 14px;
    color: var(--color-body-text)
}

.spr-summary-starrating {
    font-size: 10px;
    color: #ffbf34
}

.spr-starratings {
    font-size: 12px !important;
    color: #ffbf34
}

.spr-review-header .spr-review-header-title {
    font-size: 14px;
    margin: 0;
    font-weight: 700
}

.spr-review {
    padding: 15px 0 !important;
    border-top: 1px solid var(--color-border) !important
}

.spr-container {
    padding: 0 !important;
    border: none !important
}

.spr-form {
    padding: 0 !important;
    border-color: var(--color-border) !important
}

span.spr-badge-caption {
    padding-left: 10px;
    border-left: 1px solid var(--color-border);
    margin-left: 8px
}

#shopify-product-reviews .spr-content .spr-form-title {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    font-weight: 600;
    color: var(--color-text)
}

.spr-icon {
    font-size: 10px !important
}

.spr-form-input.spr-starrating .spr-icon {
    color: #ffbc00
}

.spr-form-input.spr-starrating .spr-icon.spr-icon-star-empty {
    color: #5c5c5c
}

a.spr-icon.spr-icon-star.spr-icon-star-empty.spr-icon-star-hover {
    color: #ffbc00;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.product-single .product-single__description .spr-icon:hover.spr-icon-star-empty {
    color: #ffbc00 !important;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

#shopify-product-reviews .spr-form-label,
#shopify-product-reviews .spr-review-content-body {
    font-size: 14px;
    line-height: 1.78;
    color: var(--color-body-text)
}

.product-single .product-single__thumbs .grid-item.slick-slide a:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2)
}

.product-desc .product-single__price span#productPrice1,
.product-information-inner .product-single__price span#productPrice {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-btn-primary)
}

.product-size-qty {
    display: flex;
    justify-content: space-between
}

.qty-box-set {
    position: relative;
    margin-right: 10px;
    display: flex !important;
    border: none;
    margin-bottom: 20px
}

.qty-box-set .quantity,
.qty-box-set .quantity1 {
    border: 1px solid #eee;
    width: 96px;
    height: 36px;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    cursor: pointer;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
    -moz-appearance: textfield
}

.qty-box-set .qtyminus,
.qty-box-set .qtyminus1,
.qty-box-set .qtyplus,
.qty-box-set .qtyplus1 {
    font-size: 16px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    background: 0 0;
    cursor: pointer;
    border: 1px solid #eee
}

.qty-box-set .qtyminus1:hover,
.qty-box-set .qtyminus:hover,
.qty-box-set .qtyplus1:hover,
.qty-box-set .qtyplus:hover,
div#ProductSection .modal-dialog table tbody tr:nth-child(odd) {
    background: #e5e5e5
}

.qty-box-set .qtyminus1>i,
.qty-box-set .qtyminus>i,
.qty-box-set .qtyplus1>i,
.qty-box-set .qtyplus>i {
    color: #333
}

.qty-box-set input[type=number]::-webkit-textfield-decoration-container {
    background: #fff;
    -webkit-appearance: none
}

.qty-box-set input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.cart-qty-box-set .quantity {
    border: none;
    width: 100px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    cursor: pointer;
    text-align: center;
    margin: 0
}

.cart-qty-box-set [type=number]::-webkit-inner-spin-button,
.cart-qty-box-set [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: auto
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.qty-box-setinput [type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-single .product-information-inner .fixed-content>.quantity .qty-box-set input#Qty {
    width: 120px;
    height: auto
}
.ALProduct-Tab .nav-tabs {
    margin: 0 0 25px;
    justify-content: center;
    border-bottom-color:#e5e5e5;
    padding-bottom: 20px;
}

.ALProduct-Tab .nav-tabs>li {
    margin: 0;
    padding: 0 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: none
}
.ALProduct-Tab .nav-tabs>li>a:after {
    position: absolute;
    content: "";
    background: transparent;
    height: 3px;
    bottom: -22px;
    width: 100%;
    left: 0;
    transition: .4s ease-in-out;
}
.ALProduct-Tab .nav-tabs>li>a.active:after,
.ALProduct-Tab .nav-tabs>li>a:hover:after {
    background: var(--color-btn-secondary);
}
.ALProduct-Tab .nav-tabs>li>a {
    font-family: var(--font-stack-header);
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    color:var(--color-heading-text);
    background: rgba(0, 0, 0, 0);
    outline: 0;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
}
.ALProduct-Tab .nav-tabs>li:last-child>a {
    margin-right: 0
}

.product-single__description .product_tab_wrapper {
    clear: both;
    margin: 0;
    text-align: center;
    padding: 0;
    border: none
}


@media only screen and (max-width:991px) {
    .contact-content .contact-wrapper-img,
    .contact-content .contact_wrapper,
    .product-single.vertical_left .product-information,
    .product-single.vertical_left .product-wrapper-owlslider,
    .product-single.vertical_right .product-information,
    .product-single.vertical_right .product-wrapper-owlslider {
        width: 100%
    }
    .product-single__description .product_tab_wrapper {
        margin: 30px 0 10px
    }
    .contact-content .contact-wrapper-img {
        margin: 0 0 30px
    }
    .ALProduct-Tab .nav-tabs>li>a{
      font-size: 26px;
    }
    .ALProduct-Tab .nav-tabs>li {
      padding: 0 20px;
    }
}
@media only screen and (max-width:576px) {
  .ALProduct-Tab .nav-tabs>li>a{
    font-size: 16px;
  }
  .ALProduct-Tab .nav-tabs>li {
    padding: 0 11px;
  }
}
@media only screen and (min-width: 992px){
  #al-megamenu .al-mega_menu li.al_menu_item_pages{
    position: relative;
  }
  .al-mega_menu .al_menus_ul li {
      padding: 38px 0;
      margin: 0 3px;
  }
}
#al-megamenu .al-mega_menu .al_menus_ul li.more_menu>ul>li.al_menu_item a,
.hover_style3 .product-list .style3.product-layouts.item-row .product-wrapper .product-description,
.login-page div#recover_password,
.product-list .product-layouts.style3 .product-wrapper .product-size,
.product-list .product-wrapper,
.product-single__description .product_tab_wrapper .tab-container,
.template-customers-register .register .errors {
    text-align: left
}

.product-single__description .product_tab_wrapper .tab-container .table-responsive table {
    table-layout: auto
}

.product-single__description .product_tab_wrapper table th.label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border: none;
    text-align: left;
    padding: 15px
}

.col-left-border p,
.header_1 .header-middle .middle-content,
.header_2 .header-middle .middle-content,
.header_3 .header-middle .middle-content,
.product-single__description .product_tab_wrapper table tr {
    border-bottom: 1px solid var(--color-border)
}

.product-single__description .product_tab_wrapper table td,
.template-customers-account table.full td,
.template-customers-account table.full th,
.template-customers-order table.full td,
.template-customers-order table.full th {
    padding: 15px
}

#shopify-product-reviews {
    text-align: left;
    margin: 0 !important
}

.product-single__description .tab-pane .spr-summary {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-information-inner #AddToCartForm .product-single__variants .selector-wrapper {
    margin-right: 10px;
    width: 140px
}

.product-single__description .tab-pane .spr-summary .spr-summary-actions-newreview {
    float: none
}

.dropdown-toggle::after,
.product-single__description .tab-pane .spr-summary:after,
.product-single__description .tab-pane .spr-summary:before {
    content: none
}

.product-wrapper .product {
    display: block;
    margin-bottom: 0
}

ul.nav-tabs.jquery-tab-pager-tabbar {
    margin-bottom: 20px;
    border: none
}

.product_title .product_img {
    width: 100px
}

.progress-wrap,
.progress-wrap::after {
    height: 46px;
    width: 46px;
    -webkit-transition: .2s linear;
    cursor: pointer
}

#newproduct_products_slider .owl-stage-outer {
    margin: 0 1px 0 0
}

.has_bg #newproduct_products_slider {
    margin: 25px 0 0
}

@media only screen and (max-width:992px) {
    .has_bg #newproduct_products_slider {
        padding: 0
    }
}

.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    z-index: 2;
    opacity: 0;
    backface-visibility: hidden;
    transform: translateY(15px);
    transition: .2s linear;
    background: #fff
}

.progress-wrap.active-progress {
    opacity: 1;
    backface-visibility: visible;
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Material Design Icons';
    content: '\f05d';
    text-align: center;
    font-size: 24px;
    color: var(--color-btn-primary);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: .2s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: var(--color-btn-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

body.contact .alservices.al-mr-btm{
  margin:0;
}
.contact-title {
    font-size: 30px;
    color: var(--color-text);
    margin: 0 0 10px;
    font-weight: 600
}

.contact_wrapper p {
    margin-bottom: 25px
}

.contact-us-form .contact-form .btn {
    padding: 13px 52px;
    font-size: 14px;
    margin-top: 10px
}

.contact-us-form label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    color: #151515
}

.address-container .address-text {
    text-align: center;
    margin: 0 0 30px;
    display: flex;
    align-items: center
}

.contact-us-page .social-sharing .social-icon {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center
}

.contact-us-page .social-sharing .social-icon i {
    font-size: 20px;
    color: #aaa;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.contact-us-page .address-container .small-title,
.contact-us-page .social-sharing .social-title {
    font-size: 22px;
    color: var(--color-text);
    margin: 0 0 30px
}

.contact-us-page .social-sharing .al-social-share,
.contact-us-page .social-sharing .social-title {
    width: auto;
    margin: 0
}

.contact-us-page .address-container .small-title {
    background: #f5f5f5;
    padding: 15px
}

.contact-us-page .social-sharing {
    background: #f5f5f5;
    padding: 10px 15px
}

.address-container .address-text .content {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: left;
    margin-left: 15px
}

.address-container .address-text .content>.address-label {
    font-size: 16px;
    font-weight: 500;
    color: #111
}

#shopify-section-article-template .content_wrap .sidebar .comments,
.address-container.right-to-left,
.wishlist-page-content td,
.wishlist-page-content th {
    border: 1px solid var(--color-border);
    padding: 15px
}

.contact-us-page .address-text i.mdi {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    color: #aaa
}

.contact-address .contact-bg {
    background: #FAFAFA;
    padding: 50px 20px;
    height: 100%
}
.contact-address .contact-bg svg {
    margin-bottom: 15px;
}
.contact-address .contact-bg h6 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px
}

.contact-address .contact-bg p {
    margin-bottom: 0;
    line-height: 1
}

.contact-address .contact-bg.contact-phone p a {
    font-size: 30px;
    color: #BF1616
}

.compare_table .compare-box td span.money,
.wishlist_table .wishlist-product-price.product-price span.money {
    font-weight: 500;
    color: var(--color-btn-primary)
}

.contact-address .contact-bg.contact-address-visit p {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .vertical_left.product-single__thumbnails .grid-item img {
        max-height: 115px;
        max-width: 80px
    }
    .contact-address .contact-bg h6 {
        font-size: 20px
    }
    .contact-address .contact-bg.contact-phone p a {
        font-size: 24px
    }
    .contact-address .contact-bg {
        padding: 30px 20px
    }
}

.template-page .product-thumbnail img {
    display: inline-block;
    vertical-align: top;
    max-width: fit-content
}

.wishlist_table thead th span {
    font-size: 14px;
    color: var(--color-text)
}

.wishlist_table td span.wishlist-in-stock {
    color: #1cc373
}

.wishlist_table .product-add-to-cart,
.wishlist_table .product-name,
.wishlist_table .product-price,
.wishlist_table .product-remove,
.wishlist_table .product-stock-status,
.wishlist_table .product-stock-stauts,
.wishlist_table .product-thumbnail,
.wishlist_table .wishlist-product-price.product-price {
    text-align: center;
    padding: 15px;
    position: relative
}

.wishlist_table .product-add-to-cart a.btn {
    padding: 15px;
    display: inline-block
}

@media only screen and (max-width:590px) {
    .wishlist_table .product-thumbnail {
        border: none;
        border-top: 1px solid var(--color-border)
    }
}

.wishlist_table .product-remove .remove_from_wishlist {
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 20px;
    top: 0;
    bottom: 0;
    margin: auto
}

#newsletterModal.in .modal-dialog,
.template-page .shop_table>thead {
    background: var(--color-body)
}

.template-page .page-content {
    padding: 25px
}

body .compare-model .modal .modal-dialog {
    margin: 35px auto;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    vertical-align: top
}

@media only screen and (max-width:767px) {
    .ajax-right .ajax_price {
        margin-bottom: 5px
    }
    .contact-content .contact-wrapper-img,
    .contact-us-form {
        margin: 0 0 15px
    }
    .contact-address .contact-bg h6 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .contact-address .contact-bg.contact-phone p a {
        font-size: 20px
    }
    .contact-address .contact-bg {
        padding: 20px
    }
    .contact-address .contact-bg p a {
        word-break: break-word;
        text-align: center
    }
    .contact-address .contact-bg.contact-address-visit p {
        font-size: 14px
    }
    .contact-address .contact-bg svg {
        margin-bottom: 10px;
        width: 24px;
        height: 24px;
    }
    .wishlist_table .product-thumbnail {
        padding: 10px;
        width: 80px
    }
    .wishlist_table thead .product-thumbnail {
        border: none;
        padding: 0
    }
    .wishlist_table .table-responsive {
        z-index: 1;
        position: relative
    }
    .compare-box td a {
        width: 150px
    }
    body .compare-model .modal .modal-dialog {
        max-width: 400px
    }
}

body .compare-model .modal .modal-dialog .modal-content {
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    text-align: center
}

body .compare-model .modal .modal-dialog .modal-content>div {
    width: 100%;
    margin: 0 auto
}

body .compare-model .modal .modal-dialog .modal-content .close,
body .compare-model .modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1
}

body .compare-model .modal .modal-dialog .modal-content .close .mdi-close {
    font-size: 22px;
    color: var(--color-text);
    font-weight: 300;
    padding: 0;
    display: inline-block;
    zoom: 1
}

body .compare-model .modal .modal-dialog .modal-content .modal-body {
    background-color: var(--color-body);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 0
}

body .compare-model .modal .modal-dialog .modal-content .modal-body .modal-header {
    border-width: 2px;
    margin-top: 5px;
    border-color: var(--color-border);
    padding: 12px 15px
}

body .compare-model .modal .modal-dialog .modal-content .modal-body .compare-button {
    padding: 15px;
    justify-content: flex-end;
    align-items: end
}

body .compare-model .max_compare {
    margin-bottom: 0;
    width: auto;
    font-size: 16px;
    color: var(--color-text);
    font-weight: 600
}

.product-wrapper .product-thumb .left_img .second-productimg .image_thumb_swap,
.product-wrapper .product-thumb .right_img .second-productimg .image_thumb_swap {
    left: -100%;
    right: auto
}

.product-wrapper .product-thumb .right_img .second-productimg .image_thumb_swap {
    right: -100%;
    left: auto
}

.product-wrapper .product-thumb .zoom_img .second-productimg .image_thumb_swap {
    margin: 0 auto;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.product-wrapper:hover .product-thumb .left_img .second-productimg .image_thumb_swap,
.product-wrapper:hover .product-thumb .right_img .second-productimg .image_thumb_swap {
    left: 0;
    right: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible
}

.product-wrapper:hover .product-thumb .zoom_img .second-productimg .image_thumb_swap {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    backface-visibility: visible
}

.tab-inner .nav.nav-tabs {
    border: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 0 25px;
    position: relative
}

.tab-inner .product_col3 .owl-carousel .owl-item {
    width: 33.33%
}

.collection_template .full_width .shopify-section,
.tab-inner .product_col4 .owl-carousel .owl-item,
.widget_filter_tag.total_1,
.widget_filter_tag.total_4 .sidebar-tag {
    width: 25%
}

@media only screen and (max-width:1200px) {
    .ajax-error-modal .modal-inner {
        padding: 20px
    }
    .has_bg #newproduct_products_slider .owl-carousel .owl-stage-outer,
    .has_bg .tab-inner.tab-content.tab-container .owl-carousel .owl-stage-outer {
        margin: 0
    }
    .has_bg #newproduct_products_slider {
        padding: 0;
        margin: 0
    }
    .tab-inner .product_col4 .owl-carousel .owl-item,
    .tab-inner .product_col5 .owl-carousel .owl-item {
        width: 33.33%
    }
}

.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,
.product-layouts .product-wrapper .options-color-size .product-size li label,
a.product-lightbox-btn.tip-top img {
    width: auto;
    height: auto
}

.item-swatch.color_swatch_Value label,
.product-size li label {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font-stack-header);
}

.color_swatch_Value li,
.product-size li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 0 4px 0 0
}

.product-layouts .product-wrapper .options-color-size {
    margin: 12px 0 0;
    display: flex;
    align-items: center
}

.product-layouts .product-wrapper .item-swatch.color_swatch_Value {
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 12px;
    padding: 5px;
}

.product-layouts .product-wrapper .product-size {
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-align: center;
    padding: 5px;
}

.product-layouts .product-wrapper ul.product-size li .hidden img {
    width: 36px
}

.product-wrapper .btn_wrapper .pro_btn form {
    margin: 0;
    width: 100%
}

.product-layouts .product-wrapper .product-thumb .btn_wrapper {
    bottom: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%)
}

.product-layouts .product-wrapper:hover .product-thumb .btn_wrapper,
.product-wrapper:hover .product-description .product-qty,
.product-wrapper:hover .product-thumb .product-qty {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}
.product-list .product-wrapper .btn_wrapper .pro_btn, .product-short-list .product-wrapper .btn_wrapper .pro_btn{
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
}
.product-wrapper .btn_wrapper .pro_btn a {
    cursor: pointer;
    width: 45px;
    height: 45px;
    padding: 0;
}

.product-wrapper .btn_wrapper .pro_btn a,
.product-wrapper .pro_btn.add_tocart .btn{
    background: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    border: none;
}
.homeslider .play-icone:hover i, .product-wrapper .btn_wrapper .pro_btn a.btn:active, .product-wrapper .btn_wrapper .pro_btn a.btn:focus, .product-wrapper .btn_wrapper .pro_btn a.btn:hover,
.product-wrapper .pro_btn.add_tocart .btn:hover,
.product-wrapper .pro_btn.add_tocart .btn:focus,
.product-wrapper .pro_btn.add_tocart .btn:active,
.slider-btn a.btn:hover{
  color: var(--color-btn-primary-hover-text);
  border-color:var(--color-btn-primary-hover);
}
.product-wrapper .btn_wrapper .pro_btn.add-to-compare a.added>.compare-fill,
.product-wrapper .btn_wrapper .pro_btn.add-to-wishlist a.added-wishlist svg,
.product-wrapper .pro_btn a.btn:active svg path,
.product-wrapper .pro_btn a.btn:focus svg path,
.product-wrapper .pro_btn a.btn:hover svg path{
    fill: var(--color-btn-primary-hover-text);
   border-color:var(--color-btn-primary-hover);
}
.product-wrapper .btn_wrapper .pro_btn a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    font-size: 20px;
    text-align: center
}

.product-wrapper .pro_btn a.add-to-cart-disable {
    cursor: not-allowed
}

.product-wrapper .btn_wrapper .pro_btn a.btn svg {
    width: 17px;
    height: 45px
}

.product-wrapper .pro_btn a.btn svg {
    fill: var(--color-btn-primary-text);
    width: 17px;
    height: auto;
}
.product-layouts .product-wrapper span.discount-percentage {
    position: absolute;
    left: -25px;
    right: auto;
    top: 15px;
    bottom: auto;
    color: var(--color-product-secondary);
    font-size: 14px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    text-transform: capitalize
}

.product-layouts .product-wrapper:hover span.discount-percentage {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    left: 15px
}

@media (max-width:991px) {
    .product-wrapper .btn_wrapper .pro_btn a.btn svg {
        width: 16px
    }
    .product-layouts .product-wrapper .product-thumb .btn_wrapper {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0)
    }
    .product-wrapper .btn_wrapper .pro_btn a {
        width: 38px;
        height: 38px
    }
    .product-layouts .product-wrapper .options-color-size .product-size li label {
        font-size: 12px
    }
}

#newproduct_products_slider .style1 .product-wrapper .product-description,
#recently-viewed-products .style1 .product-wrapper .product-description,
.related-products .style1.product-layouts.grid-view-item .product-wrapper .product-description,
.search-products .style1 .product-wrapper .product-description,
.special-product-div .style1.product-layouts.grid-view-item .product-wrapper .product-description,
.tab-pane .style1.product-layouts.grid-view-item .product-wrapper .product-description {
    min-height: 95px;
    text-align: center
}

.product-list .style1 .product-wrapper .product-description .product-qty,
.product-short-list .style1 .product-wrapper .product-description .product-qty {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    transform: none;
    transition: none;
    height: auto;
    margin: 12px 0 0
}

.product-list .style1 .product-wrapper .spr-badges.grid-item-meta,
.product-list .style2 .product-wrapper .spr-badges.grid-item-meta,
.product-short-list .style1 .product-wrapper .spr-badges.grid-item-meta,
.product-short-list .style2 .product-wrapper .spr-badges.grid-item-meta {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    transform: none;
    transition: none;
    padding: 0;
    text-align: left;
    margin: 0 0 5px
}

.product-list .style1 .product-wrapper .spr-badges.grid-item-meta .spr-badge,
.product-list .style2 .product-wrapper .spr-badges.grid-item-meta .spr-badge,
.product-short-list .style1 .product-wrapper .spr-badges.grid-item-meta .spr-badge,
.product-short-list .style2 .product-wrapper .spr-badges.grid-item-meta .spr-badge {
    padding: 0;
    margin-bottom: 0
}

.product-list .style1 .product-wrapper .btn_wrapper .pro_btn,
.product-short-list .style1 .product-wrapper .btn_wrapper .pro_btn {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.product-list .grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached,
.product-short-list .grid-view-item.style1 .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
    width: 17px;
    display: inline-block
}

.product-list .style3 .product-wrapper .product-description .product-qty,
.product-list .style3.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta,
.product-short-list .style1.product-layouts .product-wrapper .options-color-size,
.product-short-list .style2 .product-layouts .product-wrapper .options-color-size {
    margin: 0 0 12px
}

@media (max-width:437px) {
    #newproduct_products_slider .style1 .product-wrapper .product-description,
    #recently-viewed-products .style1 .product-wrapper .product-description,
    .products-grid-view>.product-grid .style1.product-layouts .product-wrapper .product-description,
    .related-products .style1.product-layouts.grid-view-item .product-wrapper .product-description,
    .search-products .style1 .product-wrapper .product-description,
    .special-product-div .style1.product-layouts.grid-view-item .product-wrapper .product-description,
    .tab-pane .style1.product-layouts.grid-view-item .product-wrapper .product-description {
        min-height: 101px
    }
}
@media (max-width:599px) {
  .special-product-div .shop-btn{
    display:none;
  }
}
@media (min-width:768px) {
    .product-list .style1 .product-wrapper .add_tocart.pro_btn a.btn .tooltip-label,
    .product-short-list .style1 .product-wrapper .add_tocart.pro_btn a.btn .tooltip-label {
        display: inline-block;
        vertical-align: top;
        padding-left: 5px
    }
    .product-list .style1 .product-wrapper .btn_wrapper .add_tocart.pro_btn a,
    .product-short-list .style1 .product-wrapper .btn_wrapper .add_tocart.pro_btn a {
        width: auto;
        padding: 0 22px
    }
}

.product-layouts.style2 .product-wrapper .product-thumb .btn_wrapper {
    background: 0 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    bottom: 5px
}

.style2 .product-wrapper .pro_btn.add-to-wishlist {
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
    bottom: auto;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.style2 .product-wrapper .pro_btn.add-to-wishlist a.btn {
    background: 0 0;
    padding: 0;
    vertical-align: top
}
.style2 .product-wrapper .pro_btn.add-to-wishlist a.btn:hover svg path {
    fill: #000;
}

.style2 .product-wrapper .pro_btn.add-to-wishlist a.btn svg {
    width: 18px;
    height: 18px;
    fill: var(--color-product-secondary)
}

.style2 .product-wrapper .pro_btn.add-to-wishlist .loading .add_to_wishlist i {
    font-size: 18px;
    color: var(--color-product-secondary)
}

.grid-view-item.style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn.loading i.mdi-cached,
.product-single__addtocart .product-action-wrappper .btn {
    width: auto
}

.style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn,
.style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 {
    width: auto;
    padding: 0 30px
}

.Site-navigation .sub-nav__dropdown.sub-menu.mega-menu .sub-sub-nav__dropdown.sub-menu,
.style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn span.add_cart.tooltip-label,
.style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 .tooltip-label {
    display: inline-block
}

.style2 .product-wrapper .product-thumb .product-qty {
    right: 8px
}

.style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.style2 .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.style2 .product-wrapper .custom_label {
    left: -25px;
    right: auto;
    top: 40px
}

.style2 .product-wrapper:hover .custom_label {
    left: 10px;
    right: auto
}

.style2.product-layouts .product-wrapper .options-color-size {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.product-list .style2 .product-wrapper .product-description .product-qty,
.product-short-list .style2 .product-wrapper .product-description .product-qty {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    transform: none;
    transition: none;
    height: auto;
    width: 100%;
    margin: 12px 0 0
}

.product-list .style2 .product-wrapper .btn_wrapper,
.product-short-list .style3 .product-wrapper .product-description .product-qty {
    margin: 12px 0 0
}

.product-list .style2 .product-wrapper .btn_wrapper .pro_btn,
.product-short-list .style2 .product-wrapper .btn_wrapper .pro_btn {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none
}

.product-list .style2 .product-wrapper .options-color-size,
.product-short-list .style2 .product-wrapper .options-color-size {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    margin: 0 0 8px
}

.product-short-list .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    margin: 0 0 12px;
    width: 100%
}

.product-short-list .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
    margin: 0 5px
}

@media(max-width:1299px) {
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn,
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 {
        padding: 0 20px
    }
}

@media(max-width:991px) {
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn,
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 {
        padding: 0 10px;
        height: 38px;
        font-size: 12px
    }
    .style2 .product-wrapper .custom_label,
    .style2 .product-wrapper:hover .custom_label {
        left: 5px;
        top: 32px
    }
    .style2 .product-wrapper .btn_wrapper .pro_btn a.btn svg,
    .style2 .product-wrapper .pro_btn.add-to-wishlist a.btn svg {
        width: 14px;
        height: 14px
    }
    .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare,
    .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart,
    .style2 .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }
    .style2.product-layouts .product-wrapper .options-color-size {
        position: static;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible;
        margin: 0 0 8px
    }
    .product-list .style2.product-layouts .product-wrapper .options-color-size {
        margin: 10px 0 0
    }
    .grid-view-item.style2 .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
        height: 38px;
        font-size: 13px;
        display: inline-block;
        vertical-align: top
    }
    .style2.product-layouts.grid-view-item.color_size .product-wrapper:hover .product-description .grid-view-item__meta {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
    #newproduct_products_slider .style2 .product-wrapper .product-description,
    #recently-viewed-products .style2 .product-wrapper .product-description,
    .products-grid-view>.product-grid .style2.product-layouts .product-wrapper .product-description,
    .related-products .style2.product-layouts.grid-view-item .product-wrapper .product-description,
    .search-products .style2 .product-wrapper .product-description,
    .special-product-div .style2.product-layouts.grid-view-item .product-wrapper .product-description,
    .tab-pane .style2.product-layouts.grid-view-item .product-wrapper .product-description {
        min-height: 95px
    }
    .product-list .style2 .product-wrapper .btn_wrapper {
        margin-bottom: 5px
    }
}

@media(max-width:767px) {
    .al-toggle-content,
    .al-toggle-frame h5.al-toggle,
    h5.al-toggle,
    h5.al-toggle-accordion {
        padding: 15px 20px
    }
    .style2 .product-wrapper .btn_wrapper .pro_btn a.btn svg {
        width: 12px;
        height: 35px
    }
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn,
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 {
        padding: 0 20px;
        font-size: 12px
    }
    .grid-view-item.style2 .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
        height: 35px;
        font-size: 11px
    }
    .product-short-list.style2 .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
        width: 100%;
        text-align: left
    }
    .product-short-list.style2 .product-layouts .product-wrapper .btn_wrapper {
        width: 100%;
        margin: 12px 0 0
    }
    .product-short-list .style2:not(.product-price--sold-out) .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
        margin: 0 3px
    }
    .product-short-list .style2 .product-description {
        margin: 0 0 8px
    }
    .style2 .product-wrapper .pro_btn.add-to-wishlist {
        right: 5px;
        top: 5px
    }
    .product-wrapper .btn_wrapper .pro_btn a,
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn,
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 {
        width: 35px;
        height: 35px
    }
    .product-short-list .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
        width: auto
    }
    #alcmsservices .container {
        padding: 0 12px
    }
    #alcmsservices .alcontent .service {
        flex-wrap: wrap
    }
    #alcmsservices .alcontent .service .alshipping_img.service-icon {
        margin:0 0 10px;
    }
}

.style3.product-layouts .product-wrapper .options-color-size {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    background: #fff;
    margin: 0 auto;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden
}

.style3.product-layouts .product-wrapper .product-thumb .btn_wrapper {
    width: 45px;
    height: auto;
    left: auto;
    right: 15px;
    background: 0 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    top: 15px
}

.style3 .product-wrapper .btn_wrapper .pro_btn {
    margin-bottom: 10px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

.style3 .product-wrapper .btn_wrapper .add-to-compare.pro_btn {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out
}

.style3 .product-wrapper .btn_wrapper .quick-view-wrap.pro_btn {
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    -ms-transition: .6s ease-in-out
}

.style3.product-layouts .product-wrapper .pro_btn.add_tocart {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0)
}

.style3.product-layouts .product-wrapper:hover .pro_btn.add_tocart {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    transform: translateY(-26px);
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -o-transform: translateY(-42px);
    -ms-transform: translateY(-42px)
}
.product-collection-item.product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a,
.style3.product-layouts .product-wrapper .pro_btn.add_tocart .btn {
    width: fit-content;
    margin: 0 auto
}

.style3 .product-wrapper .btn_wrapper .pro_btn a {
    width: 45px;
    height: 45px;
    /* border: 1px solid #eee; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.style3 .product-wrapper .pro_btn.add_tocart a.btn svg {
    width: 17px;
    height: auto;
    display: none
}

.style3 .product-wrapper .product-thumb .product-qty {
    bottom: 40px
}

.product-list .style3 .product-wrapper .product-description .product-qty,
.product-short-list .style3 .product-wrapper .product-description .product-qty {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    height: auto
}

.product-list .style3 .product-wrapper .spr-badges.grid-item-meta,
.product-short-list .style3 .product-wrapper .spr-badges.grid-item-meta {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    padding: 0;
    text-align: left;
    margin: 0 0 8px
}

.product-list .style3 .product-wrapper .options-color-size,
.product-short-list .style3 .product-wrapper .options-color-size {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    padding: 0;
    margin: 0
}

.product-list .style3.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta,
.product-short-list .style3.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none
}

.product-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart,
.product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart {
    position: static;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
     visibility: visible;
    margin: 0 0 12px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none
}

.product-list .style3 .product-wrapper .btn_wrapper .pro_btn,
.product-short-list .style3.product-layouts .product-wrapper .pro_btn {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin: 0
}

@media (min-width:501px) {
    .product-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a,
    .product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a {
        width: auto;
        padding: 0 27px;
        font-size: 13px
    }
    .style3.product-layouts .product-wrapper .pro_btn a.add-cart-btn.btn span.add_cart.tooltip-label,
    .style3.product-layouts .product-wrapper .pro_btn a.add-to-cart-disable.btn span.sold_cart.tooltip-label {
        display: inline-block;
        vertical-align: top;
        line-height: 1.36
    }
}
@media (min-width:992px) and (max-width:1199px){
    .product-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a,
    .product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a {
        width: auto;
        padding: 0 16px;
        font-size: 13px
    }
}

@media (max-width:991px) {
    .style3.product-layouts .product-wrapper .pro_btn.add_tocart {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
         visibility: visible;
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px)
    }
    .style3 .product-wrapper .btn_wrapper .pro_btn {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        margin-bottom: 5px
    }
    .product-layouts .product-wrapper span.discount-percentage,
    .style3.product-layouts .product-wrapper .options-color-size,
    .style3.product-layouts.grid-view-item .product-wrapper:hover .product-description .grid-view-item__meta {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
    .style3 .product-wrapper .btn_wrapper .pro_btn a {
        width: 35px;
        height: 35px
    }
    .style3 .product-wrapper .pro_btn a.btn svg {
        width: 15px;
        height: 40px
    }
    .style3.product-layouts .product-wrapper .flip-countdown.simple-countdown {
        display: none
    }
    .style3 .product-wrapper .spr-badges.grid-item-meta,
    .style3 .product-wrapper:hover .spr-badges.grid-item-meta {
        bottom: 35px
    }
    .style3.product-layouts .product-wrapper .product-thumb .btn_wrapper {
        right: 8px;
        top: 8px;
        width: 35px
    }
    .product-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a,
    .product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a {
        padding: 0 15px
    }
    .grid-view-item.style3 .product-wrapper .btn_wrapper .pro_btn a.add_to_wishlist>i,
    .style3 .product-wrapper .btn_wrapper .added-wishlist.add_to_wishlist .mdi.mdi-heart,
    .style3 .product-wrapper .btn_wrapper .pro_btn.add-to-compare a.added i.mdi-repeat-once {
        height: 40px;
        width: 40px
    }
    .product-wrapper {
        margin-bottom: 0
    }
    .product-collection-item.product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a,
    .style3.product-layouts .product-wrapper .pro_btn.add_tocart .btn {
        font-size: 12px;
        padding: 13px 24px
    }
    .product-layouts .product-wrapper span.discount-percentage,
    .product-layouts .product-wrapper:hover span.discount-percentage {
        top: 5px;
        left: 10px;
        font-size: 12px
    }
}

@media (max-width:575px) {
    .grid-view-item.style3 .product-wrapper .btn_wrapper .pro_btn a.add_to_wishlist>i,
    .grid-view-item.style3 .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached,
    .style3 .product-wrapper .btn_wrapper .added-wishlist.add_to_wishlist .mdi.mdi-heart,
    .style3 .product-wrapper .btn_wrapper .pro_btn a,
    .style3 .product-wrapper .btn_wrapper .pro_btn.add-to-compare a.added i.mdi-repeat-once {
        width: 32px;
        height: 32px
    }
    .style3.product-layouts .product-wrapper .pro_btn.add_tocart,
    .style3.product-layouts .product-wrapper: hover .pro_btn.add_tocart {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px)
    }
    .product-short-list .style3 .product-wrapper .product-description .product-qty,
    .style3 .product-wrapper .pro_btn.add_tocart a.btn.loading svg,
    .style3.product-layouts .product-wrapper .options-color-size,
    .style3.product-layouts .product-wrapper .pro_btn a.add-cart-btn.btn i.mdi.mdi-plus,
    .style3.product-layouts .product-wrapper .pro_btn a.add-to-cart-disable.btn i.mdi.mdi-plus {
        display: none
    }
    .style3 .product-wrapper .btn_wrapper .pro_btn:not(:last-child) {
        margin-bottom: 5px
    }
    .style3 .product-wrapper .spr-badges.grid-item-meta,
    .style3 .product-wrapper:hover .spr-badges.grid-item-meta {
        bottom: 5px
    }
    .product-short-list .style3.product-layouts.grid-view-item .product-wrapper .product-thumb {
        padding-right: 0
    }
    .product-short-list .style3.product-layouts .product-wrapper .btn_wrapper {
        margin: 0
    }
    .product-short-list .style3.product-layouts .product-wrapper .product-price__price,
    .product-short-list .style3.product-layouts .product-wrapper .product-price__price .money {
        font-size: 12px
    }
    .product-short-list .style3.product-layouts .product-wrapper .grid-view-item__meta .discount-percentage,
    .product-short-list .style3.product-layouts .product-wrapper .product-price__price.compare_price,
    .product-short-list .style3.product-layouts .product-wrapper .product-price__price.compare_price .money {
        font-size: 10px
    }
    .product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart {
        margin-right: 5px
    }
}
@media (max-width:480px) {
.product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart{
  width:auto;
}
}
.product-cat-item {
    position: relative;
    margin-bottom: 25px
}

.product-wrapper {
    position: relative;
    /* text-align: center; */
    margin-bottom: 0;
    padding: 0 15px;
    overflow: hidden
}

.product-wrapper .sold-out-tag {
    margin: auto;
    position: absolute;
    height: 75px;
    width: 75px;
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    -webkit-opacity: .8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--color-product-secondary);
    display: flex;
    align-items: center;
    justify-content: center
}

.product-wrapper .sold-out-tag .tag {
    background: 0 0;
    padding: 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: var(--color-product-secondary-text)
}

.hover_style1 .product-list .style1.product-layouts.item-row .product-wrapper .product-description,
.hover_style1 .product-short-list .style1.product-layouts.item-row .product-wrapper .product-description,
.hover_style2 .product-list .style2.product-layouts.item-row .product-wrapper .product-description,
.hover_style2 .product-short-list .style2.product-layouts.item-row .product-wrapper .product-description,
.hover_style3 .product-list .style3.product-layouts.item-row .product-wrapper .product-description,
.hover_style3 .product-short-list .style3.product-layouts.item-row .product-wrapper .product-description {
    padding-left: 24px
}

#newproduct_products_slider .product-wrapper .product-thumb,
#recently-viewed-products .product-wrapper .product-thumb,
.product-collection-item:not(.product-short-list, .product-list) .product-layouts .product-wrapper .product-thumb,
.products-grid-view>.product-grid .product-layouts .product-wrapper .product-thumb,
.related-products .product-wrapper .product-thumb,
.search-products .product-layouts .product-thumb,
.slider-specialproduct .product-layouts .product-thumb,
.tab-pane .product-layouts.grid-view-item .product-wrapper .product-thumb {
    padding: 0;
    position: relative;
    overflow: hidden
}

.blog_list.grid__item.blog_list_item p.blog-date .mdi.mdi-calendar,
.modal-dialog {
    vertical-align: middle
}

.blogleft_inner_content .al-blog-content .blog_image_holder img,
.product-layouts .product-wrapper .product-thumb a.grid-view-item__link img,
.product-list .product-wrapper .product-thumb a.grid-view-item__link img,
.product-layouts .product-wrapper .product-thumb a.grid-view-item__link{
    width: 100%
}

.product-layouts .product-wrapper .product-thumb .fade_img img.image_thumb_swap {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    margin: auto;
    bottom: 0
}

.product-layouts .product-wrapper .product-thumb .fade_img img.image_thumb {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out
}

.product-layouts .product-wrapper .product-thumb .left_img,
.product-layouts .product-wrapper .product-thumb .right_img {
    overflow: hidden;
    position: relative;
    padding: 0
}

.product-layouts.product-price--sold-out .product-wrapper .product-thumb a.grid-view-item__link {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    -webkit-opacity: .7;
    filter: grayscale(1)
}

.product-layouts .fade_img,
.product-layouts .zoom_img {
    overflow: hidden;
    padding: 0;
    position: relative
}

#newproduct_products_slider .product-wrapper .product-description,
#recently-viewed-products .product-wrapper .product-description,
.products-grid-view>.product-grid .product-layouts .product-wrapper .product-description,
.products-grid-view>.product-grids .product-layouts .product-wrapper .product-description,
.related-products .product-layouts.grid-view-item .product-wrapper .product-description,
.search-products .product-wrapper .product-description,
.special-product-div .product-layouts.grid-view-item .product-wrapper .product-description,
.tab-pane .product-layouts.grid-view-item .product-wrapper .product-description {
    position: relative;
    /* text-align: left; */
    padding: 15px 0 0
}

.product-description .h4 {
    margin: 0 0 5px;
    white-space: nowrap;
}

#slidedown-cart .product-details .product-name>a {
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6
}

.price,
.product-price__price,
.product-price__price .money,
price .money {
    font-weight: 700;
    color: var(--color-sale-text);
    font-size: 18px;
    line-height: 1.1;
    letter-spacing:0;
}

.product-price__price.compare_price,
.product-price__price.compare_price .money {
    font-weight: 400;
    color: #666666;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: line-through
}
.price--on-sale .sale-price .product-price__price:first-child,
.content_price .price .product-price__price:first-child,
.sale-price-wrap .product-price__price:first-child{
    position: relative;
    padding-right: 30px;
}
.price--on-sale .sale-price .product-price__price:first-child:after,
.content_price .price .product-price__price:first-child:after,
.sale-price-wrap .product-price__price:first-child::after {
    position: absolute;
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.grid-view-item__meta .discount-percentage {
    color: red;
    font-size: 12px
}

.product-price__sale-label,
.product-wrapper .custom_label {
    position: absolute;
    left: -25px;
    right: auto;
    top: 10px;
    bottom: auto;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    background: #111;
    padding: 2px 10px
}

.product-wrapper:hover .product-price__sale-label {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    left: 10px
}

.product-short-list .product-price__sale-label,
.product-short-list .product-wrapper .custom_label {
    font-size: 10px
}

.product-wrapper .custom_label {
    right: -25px;
    left: auto
}

.product-wrapper:hover .custom_label {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    right: 10px
}

.product-wrapper .spr-badge {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin-bottom: 15px
}

.product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .short-title {
    text-align: left;
    padding: 0
}

@media (min-width:768px) and (max-width:1199px) {
    /* .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
        width: 22%
    } */
    .product-grid .product-description-inner, .product-grids .product-description-inner{
      width: 90% !important;
    }
  .price--on-sale .sale-price .product-price__price:first-child, .sale-price-wrap .product-price__price:first-child {
    padding-right: 20px;
    }
    .product-short-list .product-layouts .product-wrapper .btn_wrapper {
        width: 32%;
        display: inline-block;
        vertical-align: top
    }
    .style1 .product-wrapper .btn_wrapper .pro_btn a {
        width: 40px;
        height: 40px
    }
}

@media (min-width:1200px) {
      .product-grid .product-description-inner, .product-grids .product-description-inner{
      width: 80% !important;
    }
    .full-width .product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart {
        margin: 0 4px
    }
    .full-width .product-short-list .product-layouts .product-wrapper .btn_wrapper {
        width: 36%
    }
    .full-width .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
        width: 18%;
        display: inline-block;
        vertical-align: top
    }
    /* .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
        width: 30%
    } */
    .product-short-list .product-layouts .product-wrapper .btn_wrapper {
        width: 26%;
        display: inline-block;
        vertical-align: top;
        margin: 5px 0 0;
        text-align: center;
    }
    .template-index .main-content .shopify-section.cms-gallery {
        margin: 0 0 50px
    }
}

@media (min-width:1300px) {
    .full-width .product-short-list .product-layouts .product-wrapper .btn_wrapper {
        width: 34%
    }
    .full-width .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
        width: 15%
    }
}

@media only screen and (max-width:991px) {
    .product-price__sale-label,
    .product-wrapper .custom_label {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible;
        left: 5px;
        font-size: 12px;
        top: 5px
    }
    .product-wrapper .custom_label {
        right: 5px;
        top: 5px;
        left: auto
    }
    .product-wrapper:hover .product-price__sale-label {
        left: 5px
    }
    .product-wrapper:hover .custom_label {
        right: 5px
    }
    .product-wrapper .spr-badges.grid-item-meta,
    .product-wrapper:hover .spr-badges.grid-item-meta {
        bottom: 50px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
    #newsletterModal .modal-newsletter {
        width: 100%
    }
}

#recently-viewed-products .product-description .h4 {
    margin: 0 0 6px
}

#recently-viewed-products .product-wrapper .product-description .spr-badge {
    margin: 0 0 10px;
    padding: 0
}

#recently-viewed-products .product-wrapper .product-description span.price,
.product-single .product-information-inner .checkout-btn,
.product-wrapper .product-description .product-qty .qty-box-set,
.product-wrapper .product-thumb .product-qty .qty-box-set {
    margin: 0;
    display: inline-block;
    vertical-align: top
}

#recently-viewed-products-wrap .product-container,
.cms-banner .banner .banner-content.banner-content3 .title {
    margin: 0 0 20px
}

.design_3 .product-Video-btn .mdi.mdi-video {
    margin: 0 6px 0 0
}

#recently-viewed-products:hover .owl-nav {
    backface-visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

@media(max-width:1260px) {
    #recently-viewed-products .owl-nav {
        margin: 10px 0 0
    }
}

.product-single.design_4 .product-information-inner form#AddToCartForm {
    padding-top: 0
}

a.grid-link__title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #444444;
}

.page-width.newproduct.slider-newproduct-wrap.has_bg {
    padding: 100px 0
}

.grid-uniform {
    margin-left: -var(--gutter)/2;
    margin-right: -var(--gutter)/2
}

.lt-ie9 .product-grid .product-collection-item {
    display: inline-block;
    margin-bottom: var(--gutter);
    margin-left: 0;
    padding: 0
}

.lt-ie9 .product-wrapper {
    margin: 0 var(--gutter)/2
}

.product__img {
    display: block;
    margin: 0 auto
}

@media (min-width:1025px) {
    .large--one-third .featured-box__title,
    .one-third .featured-box__title {
        font-size: em(20px)
    }
    .feature-row__text--left {
        padding-left: var(--sectionSpacingSmall)
    }
    .feature-row__text--right {
        padding-right: var(--sectionSpacingSmall)
    }
    .featured-row__subtext {
        font-size: em(var(--font-size-base)+2)
    }
    .wrapper .site-header & {
        padding: 0
    }
    .product__img {
        position: relative;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s
    }
    .site-nav {
        text-align: center
    }
    .site-nav li,
    .site-nav li:last-child {
        border: 0
    }
}

.product__details {
    transition: opacity .75s;
    -webkit-transition: opacity .75s;
    -moz-transition: opacity .75s;
    -o-transition: opacity .75s;
    -ms-transition: opacity .75s
}
body.contact  #alcmsservices{
  border-top:none;
}
#alcmsservices .alcontent .service .alshipping_img.service-icon,
#alcmsservices .alcontent .service-title h4 {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}
#alcmsservices .alcontent .service .alshipping_img svg.al_placeholder-svg{
  width: 60px;
  height: 60px;
  fill: rgba(51,50,50,.35);
  background-color: rgba(51,50,50,.1);
}
.product__price {
    font-size: var(--font-size-base)
}

.product__title {
    font-size: em(17px);
    margin: var(--gutter)/2 0 0 0;
    line-height: 1.5
}

@media (min-width:480px) and (max-width:1025px) {
    .large--one-quarter .product__title {
        font-size: em(14px)
    }
}

.tag {
    background-color: #f6f6f6;
    color: #666;
    font-size: em(14px);
    padding: var(--gutter)/6 10px
}

.on-sale-tag .tag {
    background-color: none;
    color: var(--color-meta)
}

.on-sale-tag {
    margin: 0 0 (var(--gutter) / 2);
    position: absolute;
    top: 45px;
    right: 15px
}

.product-list .on-sale-tag {
    left: 15px;
    right: auto
}

.edit_checkout .btn {
    padding: .8em 1.7em
}

.spr-review .spr-icon {
    font-size: 100%
}

.top-products-detail h5 {
    margin: 5px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3
}

.item-row.product-layouts {
    margin-bottom: 35px
}

.content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block,
.content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block {
    width: 190px;
    padding: 0 0 0 35px
}

.content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block::after,
.content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .flip-countdown.simple-countdown .countdown-container.countdown-block::after {
    left: 5px
}

@media only screen and (min-width:991px) {
    .content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a,
    .content_wrap.left-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a>i,
    .content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a,
    .content_wrap.right-sidebar-column .collection_template .products-grid-view .large--one-quarter.product-grid .product-wrapper .btn_wrapper .pro_btn a>i {
        height: 35px;
        width: 35px
    }
    .products-grid-view.collections_masonry.shop_masonry .product-collection-item.ms-item.medium--one-third.large--one-third.product-grid {
        margin: 0 0 30px
    }
}

a.product-t {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    display: inline-block;
    text-align: center;
    width: 100%
}

.product-single__photos .product-image-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px
}

.product-list .product-wrapper .product-description .grid-view-item__vendor {
    font-size: 12px;
    margin: 0 0 5px
}

.search_wrapper .search-results {
    top: 100% !important;
    overflow: auto;
    max-height: 655px;
    padding: 10px
}

.search_wrapper .search-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .4)
}

.search_wrapper .search-results::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .9)
}

.search_wrapper .search-results::-webkit-scrollbar {
    width: 5px
}

.cookiestatus .cookie-block #cookie_message{
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    display:none;
}
.product-wrapper.loading:hover .product-thumb .featured-image,
.product-wrapper.product_container:hover .product-thumb .fade_img img.image_thumb,
.type_slide .slider-content-wrap.content-center.effect_bottom,
.type_slide .slider-content-wrap.content-center.effect_left,
.type_slide .slider-content-wrap.content-center.effect_right,
.type_slide .slider-content-wrap.content-center.effect_top,
.type_slide .slider-content-wrap.content-left.effect_bottom,
.type_slide .slider-content-wrap.content-left.effect_left,
.type_slide .slider-content-wrap.content-left.effect_right,
.type_slide .slider-content-wrap.content-left.effect_top,
.type_slide .slider-content-wrap.content-right.effect_bottom,
.type_slide .slider-content-wrap.content-right.effect_left,
.type_slide .slider-content-wrap.content-right.effect_right,
.type_slide .slider-content-wrap.content-right.effect_top {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden
}

@media (min-width:1201px) {
  .full_width .product-list .product-thumb {
      width: auto
  }
}

/* Start Service section */

.service-horizontal-box .service{
  display:flex;
}
.service-vertical-box .service{
  display:block;
}
.cc-align-text-left .service{
  text-align:left;
  align-items: center;
  justify-content: center;
}
.cc-align-text-center .service{
  text-align:center;
  align-items: center;
  justify-content: center;
}
.cc-align-text-right .service{
  text-align:right;
  align-items: center;
  justify-content: center;
}
#alcmsservices .alcontent .service .alshipping_img.service-icon {
  transition: .4s ease-in-out;
  margin-right:25px;
}
#alcmsservices .alcontent .service-vertical-box .service .alshipping_img.service-icon {
  transition: .4s ease-in-out;
  margin-right:0;
}
#alcmsservices .alcontent:hover .service .alshipping_img.service-icon {
  -webkit-animation: .5s bounceIn;
  -o-animation: .5s bounceIn;
  animation: .5s bounceIn
}
#alcmsservices .alcontent .service-vertical-box .service .content{
  margin-top:15px;
}
.al-mr-lft,
.full_width.right_filter.collection-sorting {
  margin-left: 15px
}

#alcmsservices .alcontent .service-title h4 {
  transition: .4s ease-in-out;
  font-size: 20px;
  line-height: 1.25;
  color:#333333;
}
#alcmsservices .service_btn a:hover:before{
    color:#fff;
}
#alcmsservices .service_btn a {
    color: var(--color-heading-text);
    position: relative;
    padding: 2px 0;
}
#alcmsservices .service_btn a:before {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(1) translateZ(0);
    transform-origin: right;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1) .3s;
    width: 100%;
}
/* End Service section */

@media (min-width:992px) and (max-width:1199px) {
  .product-short-list .style3 .product-wrapper .btn_wrapper .pro_btn a {
      width: 38px;
      height: 38px
  }
  /* .product-collection-item.product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a {
      width: auto
  } */
  #alcmsservices .alcontent .service-title h4 {
      font-size: 16px
  }
  .collection_left .products-grid-view>.product-collection-item.product-grid,
  .collection_right .products-grid-view>.product-collection-item.product-grid {
      width: 33.33%;
      clear: none
  }
  .collection_left .products-grid-view>.product-collection-item.product-grid:nth-child(odd),
  .collection_right .products-grid-view>.product-collection-item.product-grid:nth-child(odd) {
      clear: both
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
   .section-title {
      font-size: 34px;
    }
   #alcmsservices .alcontent .service-title h4 {
    font-size: 16px;
   }
}
#newsletterModal .img-responsive {
    height: 100%;
}
@media only screen and (max-width:767px) {
   #alcmsservices .alcontent .service-title h4 {
    font-size: 16px;
   }
   .section-title {
    font-size: 28px;
  }
}
@media(max-width:664px) {
  #alcmsservices .alcontent .service {
    flex-wrap: nowrap;
  }
  .al-title br {
    display: none;
  }
}
@media(max-width:450px) {
  #alcmsservices .alcontent {
    width: 100%;
  }
}
.cms-banner .banner.banner2 .content1 {
  margin: 25px 0 0;
  position: relative
}
.cms-banner .banner .banner-content {
  position: absolute;
  margin: auto;
  text-align: center;
  z-index: 1
}
.cms-banner .banner .banner-content.left {
  text-align: left;
  left: 50px;
  right: auto;
}
.cms-banner .banner .banner-content.center {
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
}
.cms-banner .banner .banner-content.right {
  right: 50px;
  left: auto;
  text-align: right
}
.cms-banner .banner .banner-content.banner-content2 {
  top: 0;
  bottom: 0;
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center
}

.cms-banner .banner .banner-content.banner-content2.left {
  left: 15%
}

.cms-banner .banner .banner-content.banner-content2.right {
  right: 15%;
  text-align: left
}

.cms-banner .banner .banner-content.banner-content3 .banner-inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -60px;
  bottom: auto;
  height: 55px;
  width: 55px;
  margin: 0 auto;
  background: url(offer-tag.png) no-repeat
}
.cms-banner .banner .banner-content .subtitle {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 20px;
  font-size: 18px
}

.cms-banner .banner .banner-content.banner-content2 .subtitle {
  padding: 0;
  margin: 0 0 10px
}

.cms-banner .banner .banner-content .subtitle::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 30px;
  background: #cd3f55;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto
}

.cms-banner .banner .banner-content.banner-content3 .subtitle::after {
  margin: auto;
  left: 0
}
.cms-banner .banner1 .banner-content {
  right: 60px;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
}
.cms-banner .banner3 .banner-content,.cms-banner .banner4 .banner-content {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.banner-content1 .banner-inner .main-btn {
  align-items: flex-start;
}
.cms-banner .banner .banner-content .title {
  font-size: 40px;
  margin: 0 0 15px;
  font-weight:400;
  line-height: 1.3;
  text-align:left;
  text-transform:uppercase
}
.cms-banner .banner .banner-content.banner-content2 .title {
  font-size: 46px;
  line-height: 1.22;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase
}
.cms-banner .banner .banner-content .desc {
  font-weight: 400;
  padding: 12px 28px;
  font-size: 22px;
  line-height: 1.37;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.cms-banner .banner2 .content1 a{
  color:#151515;
}
.cms-banner .banner2 .banner-content3,
.cms-banner .banner1 .banner-content1 {
    width: 63%;
    color:#555555;
    bottom: 55px;
    top: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
.cms-banner .banner2 .banner-content3,
.cms-banner .banner1 .banner-content1  {
      width: 50% !important;
      bottom: 20px !important;
  }
}
@media (max-width: 767px) {
.cms-banner .banner2 .banner-content3,
.cms-banner .banner1 .banner-content1  {
      max-width: 200px !important;
      bottom: 30px !important;
  }
}
.cms-banner .banner .banner-content.banner-content3 .desc,
.cms-banner .banner1 .banner-content1 .desc{
  background: rgba(255, 255, 255, .9)
}
.cms-banner .banner .banner-content2 .desc {
  background: #fff;
  padding: 20px 33px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .235em;
  margin: 8px 0 20px
}
.cms-banner .banner .banner-content.banner-content3 .desc {
  background: rgba(255, 255, 255, .9);
  margin-bottom: 0
}
.cms-banner .banner.banner2 .content2 .banner-content3 .title {
  font-size: 32px
}
.cms-banner .banner.banner2 .banner-content4 .title {
  color: transparent !important;
  font-size: 100px
}
.cms-banner .banner.banner2 .banner-content4 {
  bottom: 0;
  width: 72%
}
.cms-banner .banner a img {
  transition: 4s cubic-bezier(0, 0, .1, 1);
  transition-delay: .1s;
  position: relative;
  max-width: 100%
}
.cms-banner .banner a:hover img {
  transform: scale(1.1)
}
.cms-banner .banner a:hover .desc {
  background: #fff !important
}
@media(min-width:1351px) and (max-width:1599px) {
  .cms-banner .banner .banner-content.banner-content1.center {
      width: 75%
  }
  .cms-banner .banner .banner-content2 .desc {
      padding: 20px
  }
  .cms-banner .banner .banner-content {
      bottom: 20px
  }
}
@media (min-width: 1200px) and (max-width: 1525px) {
  .owl-dots, ul.slick-dots {
    top: -33px !important;
}
  .cms-banner .banner.banner2 .content2 .banner-content3 .title {
      font-size: 22px;
      margin: 0 0 10px
  }
  .alcmsparallax .al-parallax {
    height: 310px !important;
  }
  .alcmsparallax .slider-title {
    font-size: 44px !important;
    line-height: 54px !important;
    margin: 0px 0 20px !important;
  }
  .cms-banner .banner .banner-content .title {
    margin:0 0 5px;
  }
  .cms-banner .banner .banner-content .sub_desc {
      font-size: 18px !important;
      padding-bottom: 0px !important;
  }
  .cms-banner .banner .banner-content.banner-content2 .title {
      font-size: 30px
  }
  .cms-banner .banner .banner-content.banner-content3 .desc {
      font-size: 20px
  }
  .cms-banner .banner .banner-content2 .desc {
      padding: 15px;
      font-size: 12px
  }
  .cms-banner .banner .banner-content {
      bottom: 20px
  }
}

@media(min-width:992px) and (max-width:1199px) {

  .product-information .product-info>p {
    margin-bottom: 10px
  }
  .variant-options legend {
    font-size: 16px
  }
  .cms-banner .banner .banner-content .title {
    margin: 0 0 8px;
    font-size: 24px
  }
  .cms-banner .banner .banner-content .subtitle {
    padding: 0 0 12px;
    margin: 0 0 15px;
    font-size: 16px
  }
  .cms-banner .banner .banner-content .btn {
    padding: 14px 16px;
    font-size: 14px
  }
  .cms-banner .banner .banner-content.banner-content2 .title {
    font-size: 20px
  }
  .cms-banner .banner .banner-content.banner-content1.center {
    width: 80%
  }
  .cms-banner .banner.banner2 .banner-content4 .title {
    font-size: 56px
  }
  .cms-banner .banner .banner-content.banner-content3 .banner-inner::before {
    height: 30px;
    width: 30px;
    top: -30px;
    background-size: 30px
  }
  .cms-banner .banner .banner-content2 .desc {
    letter-spacing: .1em
  }
  .cms-banner .banner .banner-content.banner-content2 {
    width: 70%;
    padding-left: 100px
  }
  .cms-banner .banner .banner-content .desc {
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    margin: 8px 0 15px
  }
  .cms-banner .banner .banner-content.banner-content2 .desc {
    font-size: 12px
  }
  .cms-banner .banner.banner2 .content1 {
    margin: 15px 0 0
  }
  #shopify-section-footer-model-1 .newsletter-input,
  #shopify-section-footer-model-2 .newsletter-input,
  #shopify-section-footer-model-3 .newsletter-input {
    flex-wrap: wrap !important;
}
  #shopify-section-footer-model-1 .input-group-btn,
  #shopify-section-footer-model-2 .input-group-btn,
  #shopify-section-footer-model-3 .input-group-btn {
    margin: 10px 0 0 !important;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .cms-banner .banner.banner2 {
      width: 100%
  }
  .cms-banner .banner.banner1 {
      width: 100%;
      margin: 0 0 24px;
      text-align: center
  }
  .cms-banner .banner .banner-content.banner-content2 .title {
      font-size: 30px
  }
  .cms-banner .banner .banner-content .desc {
      padding: 8px 20px;
      font-size: 16px
  }
  .cms-banner .banner .banner-content2 .desc {
      margin: 5px 0 10px;
      font-size: 12px;
      letter-spacing: 1px;
      padding: 15px 20px
  }
  .cms-banner .banner .banner-content.center {
      width: 70%
  }
  .cms-banner .banner .banner-content {
      bottom: 0
  }
  .cms-banner .banner .banner-content .sub_desc{
    padding-bottom:15px !important
  }
  .cms-banner .banner .banner-content .title {
    font-size: 24px;
    margin: 0 0 8px;
  }
  .cms-banner .banner .banner-content .title h2{
    margin:0;
    font-size:24px !important
  }
  .cms-banner .banner3 .banner-content, .cms-banner .banner4 .banner-content {
    left: 20px;
  }
  .cms-banner .banner1 .banner-content {
    right: 20px;
  }
  .cms-banner .banner .banner-content .btn {
    padding: 14px 16px;
    font-size: 14px;
  }
}

@media(max-width:767px) {
    .cms-banner .banner .banner-content.center {
        max-width: 100%;
        margin: 0 auto;
        width: 100%
    }
    .cms-banner .banner .banner-content .desc {
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 6px
    }
    .cms-banner .banner .banner-content {
        bottom: 30px
    }
    .cms-banner .banner.banner2 .content1 {
        margin: 0
    }
    .cms-banner .banner.banner1,
    .cms-banner .banner.banner2 .content2 {
        margin-bottom: 15px
    }
    .cms-banner .banner .banner-content.banner-content2 .title {
        font-size: 22px
    }
    .cms-banner .banner .banner-content2 .desc {
        font-size: 11px;
        letter-spacing: .1em
    }
    .cms-banner .banner .banner-content.banner-content2 {
        max-width: 100%
    }
    .alcmsparallax .al-parallax.al-desk-parallax,
    .desk-banner-content {
        display: none
    }
    .owl-theme .owl-nav .owl-prev,
    .slick-slider .slick-prev.slick-arrow {
        left: 0
    }
    .owl-theme .owl-nav .owl-next,
    .slick-slider .slick-next.slick-arrow {
        right: 0
    }
    .cms-banner .banner a {
        display: block
    }
    .cms-banner .banner a img {
        width: 100%
    }
    .cms-banner .banner .banner-content .title {
      font-size: 22px;
      margin: 0 0 20px;
  }
}
@media(max-width:543px) {
.cms-banner .banner .banner-content .title {
    font-size: 20px;
    margin: 0 0 14px;
}
}
@media(max-width:479px) {
  .cms-banner .banner .banner-content {
      bottom: 0;
      right: 10px;
  }
  .cms-banner .banner .banner-content .title {
    font-size: 18px;
    margin: 0 0 5px;
  }
}

#cmsgallery>i,
.blogleft_inner_content .al-blog-content .al-blog-description .blog-tag {
    margin: 0 0 10px
}
   .alcmsparallax .slider-desc {
    font-family: var(--font-stack-header);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    letter-spacing: 2.5px;
}
  .alcmsparallax .slider-title {
    font-family: var(--font-stack-header);
    font-size: 62px;
    line-height: 80px;
    margin: 0 0 25px;
    font-weight: 500;
}
.alcmsparallax .al-parallax {
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover
}

.alcmsparallax .al-parallax .parallax-detail {
    max-width: 470px;
    margin: 0 auto;
    text-align: center
}

.alcmsparallax .al-parallax .parallax-detail .title {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 84px;
    text-transform: uppercase;
    line-height: 1.2
}

.alcmsparallax .al-parallax .parallax-detail .subtitle {
    max-width: 465px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 3.76px;
    padding: 27px 31px;
    font-weight: 500;
    margin: 0 auto 30px;
    text-transform: uppercase;
    background: #fff
}

.alcmsparallax .al-parallax .parallax-detail .parallax-button {
    display: inline-block;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

@media(min-width:768px) {
  .mob-banner-content {
      display: none !important
  }
  .alcmsparallax .al-parallax.al-mob-parallax {
      display: none
  }
}

@media(min-width:1200px) and (max-width:1350px) {
  .alcmsparallax .al-parallax .parallax-detail .title {
      margin: 0 0 16px;
      font-size: 56px
  }
  .alcmsparallax .al-parallax .parallax-detail .subtitle {
      max-width: 370px;
      margin: 0 auto 20px;
      font-size: 12px;
      padding: 20px
  }
  .cms-banner .banner .banner-content .desc {
      padding: 12px 15px;
      font-size: 14px;
      letter-spacing: 1px
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .alcmsparallax .al-parallax {
      height: 230px;
      background-size: cover
  }
  .alcmsparallax .slider-desc {
    font-size: 16px;
    margin: 0 0 10px;
}
  .alcmsparallax .al-parallax .parallax-detail {
      padding: 128px 0
  }
  .alcmsparallax .al-parallax .parallax-detail .subtitle {
      font-size: 12px;
      padding: 14px 10px;
      max-width: 320px;
      letter-spacing: 2.76px
  }
  .alcmsparallax .al-parallax .parallax-detail .parallax-button a.btn {
      font-size: 13px;
      padding: 12px 24px
  }
  .alcmsparallax .al-parallax .parallax-detail .title {
      font-size: 40px
  }
}

@media(min-width:768px) and (max-width:991px) {
  .alcmsparallax .al-parallax .parallax-detail .title {
      font-size: 30px;
      margin: 0 0 10px
  }
  .alcmsparallax .al-parallax .parallax-detail .subtitle {
      font-size: 12px;
      letter-spacing: 1px;
      padding: 15px 20px;
      max-width: 285px;
      margin: 0 auto 10px
  }
  .alcmsparallax .al-parallax .parallax-detail .parallax-button a.btn {
      padding: 12px 24px;
      font-size: 13px
  }
  .alcmsparallax .al-parallax .parallax-detail {
      padding: 40px 0
  }
  .alcmsparallax .al-parallax {
      height: 250px
  }
}

@media (max-width:767px) {
  .product-short-list .style3.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
      text-align: left
  }
  .style3 .product-wrapper .pro_btn.add_tocart a.btn span {
      display: block
  }
  .style3.product-layouts .product-wrapper:hover .pro_btn.add_tocart {
      transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      -ms-transform: translateY(-30px)
  }
  .product-list .product-description {
      margin: 0 0 10px
  }
  .alcmsparallax .al-parallax {
      height: 230px
  }
  .alcmsparallax .al-parallax .parallax-detail .title {
      font-size: 30px;
      margin: 0 0 10px
  }
  .alcmsparallax .al-parallax .parallax-detail .subtitle {
      max-width: 332px;
      padding: 14px 7px;
      font-size: 13px;
      text-align: center;
      letter-spacing: .2em;
      margin: 0 auto 15px
  }
}

@media only screen and (max-width:374px) {
  .cms-banner .banner .banner-content2 .desc {
      font-size: 10px
  }
  .alcmsparallax .al-parallax .parallax-detail .subtitle {
      font-size: 11px
  }
}

.cms-customtext .customtext-block {
    text-align: center;
    border: 20px solid transparent;
    border-image: url(pattern.png) 25% round;
    padding: 55px 0
}

.cms-customtext .customtext-block .title {
    font-size: 36px;
    margin: 0 0 15px
}

.cms-customtext .customtext-block .subtitle {
    font-size: 18px;
    margin: 0 0 40px
}

.cms-customtext .customtext-block .custom-button {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.gallery .image-content .gallery-img,
.sidebar .widget .disclosure-has-popup {
    padding: 0 5px
}

.blog-section .al-blog-content .alblog_image_holder>a::before,
.blog_list .article.al-blog-content .alblog_image_holder> a::before,
.gallery .image-content .gallery-img>a::before {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.gallery .image-content .gallery-img span.bloglinks {
    bottom: 0;
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 1
}

.gallery .image-content .gallery-img span.bloglinks a {
    border: 2px solid #fff;
    width: 40px;
    padding: 8px 9px;
    height: 40px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.gallery .image-content .gallery-img span.bloglinks a i {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.gallery .image-content .gallery-img span.bloglinks a:hover {
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
    border-color: var(--color-btn-secondary)
}

#cmsgallery>i {
    text-align: center;
    font-size: 35px
}

#cmsgallery .title {
    text-align: center;
    font-size: 34px;
    margin: 0 0 15px
}

#cmsgallery .subtitle {
    text-align: center;
    font-size: 14px;
    margin: 0 0 15px
}

@media (max-width:1299px) {
    .cms-customtext .customtext-block .title {
        font-size: 32px;
        margin: 0 0 12px
    }
    .cms-customtext .customtext-block .subtitle {
        font-size: 16px;
        margin: 0 0 30px
    }
    #cmsgallery .title {
        margin: 0 0 12px;
        font-size: 30px
    }
    .design_1 #blog_slider .al-blog-content .article__title {
        font-size: 20px
    }
}

@media (max-width:1199px) {
    .cms-customtext .customtext-block .title {
        font-size: 28px;
        margin: 0 0 10px
    }
    .cms-customtext .customtext-block .subtitle {
        margin: 0 0 24px;
        font-size: 14px
    }
    #cmsgallery .image-content {
        margin: 5px 0 0
    }
}

@media (max-width:991px) {
    .cms-customtext .customtext-block .title {
        font-size: 24px;
        margin: 0 0 10px
    }
    .cms-customtext .customtext-block .subtitle {
        margin: 0 0 22px
    }
    .gallery .image-content .gallery-img span.bloglinks a {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
    .gallery .image-content .gallery-img>a::before {
        opacity: .7;
        -moz-opacity: .7;
        -khtml-opacity: .7;
        -webkit-opacity: .7
    }
    #cmsgallery>i {
        font-size: 32px
    }
    #cmsgallery .title {
        margin: 0 0 8px;
        font-size: 28px
    }
    #cmsgallery .subtitle {
        margin: 0 0 10px;
        font-size: 12px
    }
    .slider-title h2{
      font-size:32px !important
    }
    .home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_left .slider-title, .home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_left .slider-title{
      line-height:30px
    }
}

@media (max-width:380px) {
    #cmsgallery>i {
        font-size: 30px
    }
    #cmsgallery .title {
        font-size: 24px
    }
    #cmsgallery .subtitle {
        margin: 0 0 8px
    }
}
.design_2 .product-information,
.design_2.product-single .product-wrapper-owlslider {
    padding: 0 15px
}

.collection_cat_item{
    padding:0 15px;
}

.category_feature .cat-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 22px;
    opacity: 0;
    transition: all 1.2s;
}
.collection_cat_item .collection_standard {
    color: #000;
    line-height: 1.2;
}
.collection_cat_item .collection-content {
    margin-top: 18px;
    position: relative;
}
.al_cat_content:hover .cat-content{
    opacity:1;
    text-align:center
}
.category_feature .al_cat_content .collection_img a {
    overflow: hidden;
    position: relative;
    display: block
}
.category_feature .slick-list {
    padding-right: 0 !important;
}
.category_feature a.collection_btn {
    border: 2px solid var(--color-btn-primary);
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transform: translateY(-50%);
    right: 0;
}
.category_feature a.collection_btn:hover, .category_content .al_cat_content:hover a.collection_btn {
    background: var(--color-btn-primary-hover);
    box-shadow: 0 0 0 0.2rem var(--color-btn-primary-hover);
    transition: all .3s;
    border: transparent;
}

.category_feature .collection_btn svg path {
    fill: var(--color-btn-primary);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category_feature a.collection_btn:hover svg path, .category_content .al_cat_content:hover a.collection_btn svg path{
    fill: #fff;
}
.collection_cat_item .category_content .desc {
    font-size: 13px;
    text-align: center
}

.block_newsletter form input[type=email] {
    /* padding: 10px 165px 10px 10px; */
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #3f3f3f;
    height: 45px
}

.block_newsletter form .input-group .input-group-btn .btn {
    height: 45px;
    color: #333333;
}
form.subscribe-form {
    max-width: 550px;
}
#shopify-section-footer-model-1 .newsletter-input,
#shopify-section-footer-model-2 .newsletter-input,
#shopify-section-footer-model-3 .newsletter-input {
    flex-wrap: nowrap;
}
.block_newsletter .block_content form p.note.form-success,
.block_newsletter .form-vertical .errors {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 0;
    right: 0;
    padding: 10px 14px;
    z-index: 2;
    width: auto;
    font-size: 13px;
    margin: 0
}

.block_newsletter .modal-dialog {
    position: relative;
    margin: 15px auto;
    display: inline-block
}

.modal-header i.mdi.mdi-close {
    text-align: center;
    font-size: 18px;
    height: 20px;
    width: 20px
}

.modal-header .close {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    margin: 0
}

.modal-header .close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    opacity: .9;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -webkit-opacity: .9
}

.modal-newsletter .checkbox-group {
    line-height: normal;
    position: relative;
    vertical-align: top;
    margin: 20px 0 0;
    text-align: left
}

.modal-newsletter .checkbox-group input[type=checkbox]+label {
    font-size: 13px;
    color: #ccc
}


/* Start Cart page */
.sub_container {
    max-width: 1200px;
    margin: auto;
}
.cart__row {
    border-bottom: 1px solid var(--color-border);
    align-items: center;
}
.cart_table_col {
    padding: 16px;
}
.cart__product-information {
    margin-left: 20px;
}
.cart__quantity-td .cart__qty{
    display: flex;
    align-items: center;
}
/* End Cart Page */


.cart-wrapper .cart__remove a:hover i,
.modal .modal-newsletter .checkbox-group input[type=checkbox]+label:active,
.modal .modal-newsletter .checkbox-group input[type=checkbox]+label:focus,
.modal-newsletter .checkbox-group input[type=checkbox]+label:hover,
.modal-newsletter .checkbox-group.active input[type=checkbox]+label,
.owl-theme .owl-nav .owl-next:hover::before,
.owl-theme .owl-nav .owl-prev:hover::before {
    color: #fff
}

.modal-newsletter .checkbox-group.form-group-top input[type=checkbox] {
    height: 15px;
    width: 15px;
    vertical-align: top;
    display: inline-block;
    margin: 0
}

.modal-newsletter .checkbox-group label .check:before,
.product-wrapper .product-description .product-qty .qty-box-set .qtyminus:not(:hover),
.product-wrapper .product-description .product-qty .qty-box-set .qtyplus:not(:hover) {
    background: #fff
}

.modal-newsletter p {
    padding-bottom: 7px
}

#newsletterModal .modal-block>div,
.disclosure-has-popup .facets__price .field {
    flex: 0 0 50%;
    max-width: 50%
}

#newsletterModal .modal-dialog {
    max-width: 860px;
    padding: 0 30px
}

#newsletterModal .modal-header {
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    z-index: 1;
    padding: 0;
    min-height: auto;
    bottom: auto;
    left: auto
}

#newsletterModal .modal-header .close {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 20px;
    width: 20px;
    text-align: center;
    border: none;
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
    padding: 0
}

#newsletterModal {
    opacity: 0;
    transform: scale(.9);
    transition: .3s ease-in-out;
    text-align: center
}

#newsletterModal.fade.show {
    opacity: 1;
    transform: scale(1)
}

#newsletterModal .modal-newsletter {
    position: relative;
    padding: 64px 47px;
    text-align: left
}

#newsletterModal .modal-newsletter .newsletter-title {
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-text);
    margin: 0 0 20px;
    position: relative;
}

#newsletterModal .modal-newsletter .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #666;
    margin: 0 0 15px
}

#newsletterModal .modal-newsletter .row-subscibe,
.home-slider .slides.slider-for li.slide {
    margin: 0;
    position: relative
}
#newsletterModal .modal-newsletter .row-subscibe{
  flex-direction: column;
  align-items: flex-start;
}
#newsletterModal .modal-newsletter .row-subscibe input {
    height: 50px;
    font-size: 16px;
    color: #555;
    background: 0 0;
    padding: 15px 28px;
    margin: 0 0 10px
}

#newsletterModal .modal-newsletter .row-subscibe input[type=text]::placeholder {
    color: #222
}

#newsletterModal .modal-newsletter .row-subscibe button {
    height: 44px;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 140px
}

#newsletterModal .modal-newsletter .checkbox-group .box {
    margin-top: 0;
    display: none;
    top: 2px;
    bottom: auto
}

#newsletterModal .modal-newsletter .checkbox-group label {
    font-size: 13px;
    padding-left: 5px;
    margin: 0;
    color: #666
}

#newsletterModal .modal-newsletter .news-social .social-sharing a {
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
    position: relative
}

#newsletterModal form.subscribe-form {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

#newsletterModal .modal-md {
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    border-radius: 0
}

@media only screen and (max-width:1599px) {
    #newsletterModal .modal-newsletter .newsletter-title {
        font-size: 30px
    }
}

@media only screen and (max-width:1399px) {
    #newsletterModal .modal-header .close {
        right: 5px;
        top: 5px
    }
    #newsletterModal .modal-newsletter .newsletter-title {
        font-size: 27px
    }
    #newsletterModal .modal-newsletter .row-subscibe {
        margin: 0 0 25px
    }
    #newsletterModal .modal-newsletter .desc {
        font-size: 12px
    }
}

@media only screen and (max-width:1299px) {
    #newsletterModal .modal-newsletter .newsletter-title {
        font-size: 24px
    }
}

@media only screen and (max-width:1199px) {
    .progress-wrap {
        right: 5px;
        bottom: 5px
    }
    .contact-us-page .social-sharing .social-title {
        font-size: 18px
    }
    .contact-us-page .address-container .small-title {
        font-size: 18px;
        margin: 0 0 20px
    }
    .contact-us-page .social-sharing {
        padding: 10px
    }
    .contact-us-page .social-sharing .social-icon {
        width: 30px;
        height: 30px
    }
    .contact-us-page .social-sharing .social-icon i {
        font-size: 16px
    }
    .page-width.newproduct.slider-newproduct-wrap.has_bg {
        padding: 70px 10px
    }
    #newsletterModal .modal-newsletter .newsletter-title {
        font-size: 20px
    }
    .template-cart .cart-wrapper .cart-table {
        width: 100%
    }
    .cart__footer,
    .template-cart .table-responsive {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .tab-inner .product_col3 .owl-carousel .owl-item,
    .tab-inner .product_col4 .owl-carousel .owl-item,
    .tab-inner .product_col5 .owl-carousel .owl-item {
        width: 50%
    }
    #newproduct_products_slider .product-wrapper .product-thumb,
    #recently-viewed-products .product-wrapper .product-thumb,
    .product-collection-item: not(.product-short-list, .product-list) .product-layouts .product-wrapper .product-thumb,
    .products-grid-view>.product-grid .product-layouts .product-wrapper .product-thumb,
    .related-products .product-wrapper .product-thumb,
    .search-products .product-layouts .product-thumb,
    .slider-specialproduct .product-layouts .product-thumb,
    .tab-pane .product-layouts.grid-view-item .product-wrapper .product-thumb {
        display: inline-block;
        vertical-align: top;
        width: auto
    }
    .product-layouts .fade_img,
    .product-layouts .product-wrapper .product-thumb .left_img,
    .product-layouts .product-wrapper .product-thumb .right_img,
    .product-layouts .zoom_img {
        display: inline-block;
        vertical-align: top;
        width: 100%
    }
    .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta {
        text-align: left
    }
    .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .btn_wrapper {
        margin: 5px 0 0
    }
    #newsletterModal .modal-newsletter .newsletter-title,.price,.product-price__price,.product-price__price .money,a.grid-link__title,price .money {
        font-size: 16px
    }
    .product-price__price.compare_price,
    .product-price__price.compare_price .money {
        font-size: 14px
    }
    .hover_style1 .product-list .style1.product-layouts.item-row .product-wrapper .product-description,
    .hover_style1 .product-short-list .style1.product-layouts.item-row .product-wrapper .product-description,
    .hover_style2 .product-list .style2.product-layouts.item-row .product-wrapper .product-description,
    .hover_style2 .product-short-list .style2.product-layouts.item-row .product-wrapper .product-description,
    .hover_style3 .product-list .style3.product-layouts.item-row .product-wrapper .product-description,
    .hover_style3 .product-short-list .style3.product-layouts.item-row .product-wrapper .product-description {
        padding-left: 10px
    }
    #newsletterModal .modal-newsletter .desc {
        margin: 0 0 15px
    }
    #newsletterModal .modal-newsletter {
        padding: 40px 35px
    }
}

.lightbox .lb-outerContainer .lb-container .lb-nav {
    left: 0 !important;
    width: 100% !important;
    right: 0;
    margin: 0 auto
}

.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev {
    background: #fff;
    margin: auto;
    padding: 9px 0;
    height: 40px !important;
    width: 40px !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center
}

#blog_slider .article__grid__inner .alblog_image_holder a.article__grid-image {
    position: relative;
    overflow: hidden;
    display: block
}

#blog_slider .article__grid__inner .alblog_image_holder>a::before {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

#blog_slider .al-blog-content .blog_image_holder .bloglinks {
    bottom: 0;
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 1
}

#blog_slider .al-blog-content .blog_image_holder .bloglinks a {
    border: 2px solid #fff;
    color: #fff;
    width: 42px;
    height: 42px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

#blog_slider .al-blog-content .blog_image_holder .bloglinks a i {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    font-size: 20px;
    font-weight: 400;
    width: 40px;
    height: 40px
}

#blog_slider .al-blog-content .blog-content-wrap .h3.article__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#blog_slider .al-blog-content .blog-content-wrap .rte.article__grid-excerpt {
    margin: 0 0 15px;
    color: #555;
    font-size: 16px;
    line-height: 1.63;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#blog_slider .al-blog-content .blog-content-wrap .list--inline.article__meta-buttons a {
    width:fit-content
}
#blog_slider .al-blog-content .blog-content-wrap .article__date i.mdi.mdi-calendar {
    font-size: 16px;
    padding: 2px 6px 0 0
}

#blog_slider .al-blog-content .article__title {
    overflow: hidden;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 5px
}

#blog_slider .al-blog-content .article__title>a {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    color: var(--color-text);
    font-size: 22px;
    line-height: 1.25
}

#blog_slider .al-blog-content .article__title>a:hover,
.site-footer .footer-column ul.inline-list li a:hover,
.site-footer .footer-wrapper .footer-column ul.inline-list li a:hover {
    color: var(--color-btn-secondary)
}

.content-wrapper .al-blog-content span.bloglinks, .al-blog-content span.bloglinks {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.content-wrapper .al-blog-content span.bloglinks a, .al-blog-content span.bloglinks a{
    border: 2px solid #fff;
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.content-wrapper .al-blog-content span.bloglinks a i, .al-blog-content span.bloglinks a i {
    font-size: 20px;
    font-weight: 400
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: not-allowed
}
.owl-theme .owl-nav,
.slick-slider .slick-arrow {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    backface-visibility: hidden;
    transition: .4s ease-in-out;
    display: block;
    margin: 0
}

.design_2 .product-single .pro_img:hover i.mdi.mdi-magnify,
.owl-theme:hover .owl-nav,
.slick-slider:hover .slick-arrow {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    backface-visibility: visible
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev,
.slick-slider .slick-next.slick-arrow,
.slick-slider .slick-prev.slick-arrow {
    font-size: 0;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    background: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    vertical-align: top;
    border: 1px solid var(--color-btn-primary);
    z-index: 2
}

.owl-theme .owl-nav .owl-next:active,
.owl-theme .owl-nav .owl-next:focus,
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:active,
.owl-theme .owl-nav .owl-prev:focus,
.owl-theme .owl-nav .owl-prev:hover,
.slick-slider .slick-next.slick-arrow:hover,
.slick-slider .slick-prev.slick-arrow:hover {
    border-radius: 50%;
    background: var(--color-btn-secondary);
    border-color:var(--color-btn-secondary)
}

.slick-nav .slick-arrow svg,
.slick-slider .slick-arrow svg {
    fill: var(--color-btn-primary-text);
}
.widget_top_rated_title .slick-slider .slick-arrow svg, .widget_top_rated_title .slick-nav .slick-arrow svg {
    fill: #555;
}

.slick-nav .slick-arrow:hover svg,
.slick-slider .slick-arrow:hover svg,
.slick-nav .slick-arrow:hover svg path,
.slick-slider .slick-arrow:hover svg path{
    fill: var(--color-btn-secondary-text);
}

.owl-theme .owl-nav .owl-prev,
.slick-slider .slick-prev.slick-arrow {
    left: -10px
}

.owl-theme .owl-nav .owl-next,
.slick-slider .slick-next.slick-arrow {
    right: -10px
}

.owl-theme .owl-nav .owl-prev::before {
    content: '\f141';
    font-family: 'Material Design Icons';
    font-size: 36px;
    line-height: 40px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.owl-theme .owl-nav .owl-next::before {
    content: '\f142';
    font-family: 'Material Design Icons';
    font-size: 36px;
    color: var(--color-btn-primary-text);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.blogleft_inner_content .article.al-blog-content {
    padding: 0 12px;
    margin: 0 0 30px
}

.blog-post-single p.blog-date,
.blogleft_inner_content .al-blog-content .al-blog-description p.blog-date {
    font-size: 16px;
    margin: 0;
    line-height: 1
}

.blogleft_inner_content .al-blog-content .al-blog-description .blog-author span {
    color: var(--color-btn-secondary);
    font-size: 16px;
    margin-left: 8px
}

.blogleft_inner_content .al-blog-content .al-blog-description .blogs-sub-title{
    display: flex;
    align-items: center;
    margin-bottom: 10px
}
.blog-post-single .blog-meta .blogs-sub-title{
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px
}
.blog-post-single h4.article__title,
.blogleft_inner_content .al-blog-content .al-blog-description h4.article__title {
    font-size: 24px;
    margin: 0 0 10px
}

.blogleft_inner_content .al-blog-content .al-blog-description h4.article__title>a:hover {
    color: var(--color-btn-primary)
}

.blogleft_inner_content .al-blog-content .al-blog-description .al-social-share>div {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0
}

/* .blogleft_inner_content .al-blog-content .blog_image_holder a {
    display: block;
    position: relative;
    overflow: hidden
} */
.blogleft_inner_content .al-blog-content .alblog_image_holder {
    margin-bottom: 20px;
    position: relative
}

.blogleft_inner_content .article .ttblog_image_holder.blog_image_holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px
}

.blogleft_inner_content .al-blog-content .al-blog-description .main-btn.blog-btn {
    align-items: flex-start
}

.blog_list.grid__item.blog_list_item .al-blog-description .al-social-share {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0
}

.blog_list.grid__item.blog_list_item .al-blog-description .blog-btn {
    margin: 15px 0 0;
}

.blog_list.grid__item.blog_list_item p.blog-date {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #ffffff;
    padding: 10px 15px;
    color: #333333;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    font-size:16px;
}
.blog_list.grid__item.blog_list_item .al-blog-description {
    align-self: center
}

.blog_list.grid__item.blog_list_item .blog-tag,
.site-header__cart .no-items #ToggleDown p,
.template-cart .cart-content ul.product-details {
    margin: 0 0 5px
}

.blog_list.grid__item.blog_list_item .comments-count,
.design_1 .product-single__thumbs .grid-item {
    padding: 0;
    margin: 5px 0
}

.blog_list.grid__item.blog_list_item .blog_descrition {
    margin: 5px 0 0;
    padding: 0
}
#shopify-section-footer-model-1 .site-footer .footer-column.contactus .nav-secondary li.contact,
#shopify-section-footer-model-2 .site-footer .footer-column.contactus .nav-secondary li.contact,
#shopify-section-footer-model-3 .site-footer .footer-column.contactus .nav-secondary li.contact,
.blog_list.grid__item.blog_list_item .blog_descrition p,
.design_2 #blog_slider .al-blog-content .blog-content-wrap .rte.article__grid-excerpt,
.sidebar-block .widget ul li,
.sticky_header.fixed #al-megamenu h5.toggle_menu,
details.mobile-facets__details.js-filter {
    margin: 0 0 10px
}
.design_2 #blog_slider .al-blog-content .blog-content-wrap .rte.article__grid-excerpt span {
    line-height: 22px;
}
.blog_list .al-blog-content .blog_image_holder {
    position: relative;
    margin: 0 0 20px;
    padding: 0
}

.blog_list .al-blog-description .al-social-share>div {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top
}

.blog_list .blog-btn i {
    margin-left: 5px;
    vertical-align: middle
}

.blog_list .al-blog-content .article__title {
    font-weight: 500;
    font-size: 22px;
}

.blog_list .al-blog-content .article__title a {
    color: var(--color-text);
}
#shopify-section-footer-model-1 .footer-bottom-wrap .footer-column.links,
#shopify-section-footer-model-2 .footer-bottom-wrap .footer-column.links,
#shopify-section-footer-model-3 .footer-bottom-wrap .footer-column.links,
.blog-post-single a.blog-post__full-image,
.design_3 #blog_slider .al-blog-content .blog-content-wrap .rte.article__grid-excerpt,
ul#myTab {
    margin: 0 0 25px
}
.blog-post-single a.blog-post__full-image{
  width:100%;
}
.blog-post-single a.blog-post__full-image img,
.home-slider ul.slides li a img {
    width: 100%
}

.blog-post-single .blog-meta .article_date {
    font-size: 13px;
    color: var(--color-body-text);
    border-right: 1px solid var(--color-border);
    padding-right: 15px
}

.blog-post-single .blog-meta a.blog__name {
    font-size: 13px;
    color: var(--color-body-text)
}

.blog-post-single .section-header.text-left h1 {
    font-size: 18px;
    color: var(--color-text);
    margin: 20px 0 0
}

.blog-post-single>.rte {
    margin: 0px 0 25px
}

.al-toggle-frame-set .al-toggle-accordion,
.blog-post-single .item-social-sharing.text-left .al-social-share,
.collection-sorting-wrap .filter-sortby,
.facets-filter .facets__price,
.sidebar-block .widget ul li.Color {
    display: flex;
    align-items: center
}
.site-header .main-header{
    padding: 0 15px;
}
.social_and_tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.blog-post-single .item-social-sharing .al-social-share>div>a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.blog-post-single .item-social-sharing .al-social-share>div>a:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px)
}
.blog-post-single .item-social-sharing .al-social-share>div.facebook>a {
    background: #3b5998
}
.blog-post-single .item-social-sharing .al-social-share>div.twitter>a {
    background: #000
}
.blog-post-single .item-social-sharing .al-social-share>div.google_plus>a {
    background: #d34836
}
.blog-post-single .item-social-sharing .al-social-share>div.pinterest>a {
    background: #c8232c
}
.blog-post-single .item-social-sharing .al-social-share>div.linkedin>a {
    background: #0077b5
}
.blog-comment-show h2.h3,
.blog-post-single .comments h2.h3,
.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px
}
.sidebar .recent_article ul li .article-detail h5.article__title a {
    font-size: 14px;
    font-weight:500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    color:var(--color-text);
    -webkit-box-orient: vertical
}
.sidebar .recent_article ul li .article-detail .article__title,
.sidebar .recent_article ul li .article-detail .article_date {
    margin-bottom: 5px
}
.sidebar .recent_article ul li .article-detail .sidebar-article-btn a {
    color: var(--color-btn-secondary);
    font-size: 12px;
    text-transform: uppercase
}
@media (min-width:481px) and (max-width:991px) {
    .sidebar .recent_article .artical-image {
        width: auto
    }
}
#shopify-section-article-template .content_wrap .sidebar .comments h2.h3 {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    color: var(--color-text);
    margin: 0 0 15px
}
.home-slider ul.slides.slick-slider {
    margin: 0;
    max-width: 100vw;
    width: 100%;
    overflow: hidden
}
.home-slider .alslide .slides li.slide {
    margin: 0 0 15px;
    background: #fff;
    padding: 5px 0 5px 5px;
    border: none;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    cursor: pointer
}
.homeslider .slides .slick-arrow {
    border-radius: calc(var(--color-border-radius)*1px);
    border: none;
    font-size: 0;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: normal;
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}
.homeslider .slides:hover .slick-arrow {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}
.homeslider .slides .slick-prev.slick-arrow,
.homeslider .slides:hover .slick-prev.slick-arrow {
    left: 30px;
}
.homeslider .slides .slick-next.slick-arrow,
.homeslider .slides:hover .slick-next.slick-arrow {
    right: 30px;
    border-radius: 50%;
}
.alslide {
    width: 117px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: auto;
    height: 206px;
    display: flex;
    align-items: center
}
.homeslider .play-icone,
.homeslider .popup_overlay {
    left: 0;
    text-align: center;
    right: 0;
    position: absolute
}
.homeslider .slides .slick-arrow::after {
    height: 45px;
    width: 45px;
    line-height:45px;
    font-family: "Material design Icons";
    text-align: center;
    font-size: 30px;
    display: inline-block;
    vertical-align: top
}
.homeslider .slides .slick-prev.slick-arrow::after {
    content: "\f141"
}
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-next::before,
.homeslider .slides .slick-next.slick-arrow::after {
    content: "\f142"
}
.al-homeslider .home-slider .homeslider .slider-content-wrap {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
    text-align: left;
}

.al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
    font-family:var(--font-stack-header);
    font-size: 62px;
    line-height: 80px;
    margin: 0 0 25px;
    font-weight:500;
}

.al-homeslider .home-slider .homeslider .slider-content-wrap .slider-desc {
    font-family:var(--font-stack-header);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    letter-spacing: 2.5px;
}

.al-homeslider .home-slider .homeslider .slider-content-wrap .slider-button .slider-btn {
    display: inline-block;
    vertical-align: top;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}


@media(min-width:992px) and (max-width:1199px) {
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
        font-size: 36px;
        line-height: 45px;
        margin: 0 0 14px
    }
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-desc {
        font-size: 16px;
        margin: 0 0 16px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #blog_slider .al-blog-content .article__title>a {
        font-size:18px
    }
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
        font-size: 30px;
        line-height: 35px !important;
        margin: 0 0 10px
    }
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-desc {
        margin: 0 0 10px;
        font-size: 16px;
    }
    .al-homeslider .slider-content-wrap .slider-button .slider-btn a {
      padding: 12px 20px;
      font-size: 12px;
    }
}

@media(max-width:767px) {
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
        font-size: 26px;
        margin: 0 0 6px
    }
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-desc {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .btn,
    .btn--secondary, .btn_secondary,
    input.btn--secondary {
        padding: 12px 25px
    }
    .product-wrapper-owlslider>.row {
      flex-direction: column-reverse;
    }
    .vertical_left.product-single__thumbs{
      padding:0;
    }
  .blog_list.grid__item.blog_list_item .al-blog-description .blog-btn{
    max-width: 158px !important;
  }
}
@media(max-width:479px) {
  .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
      font-size: 18px;
      margin: 0 0 10px;
  }
}
.homeslider .play-icone {
    bottom: 0;
    height: 70px;
    margin: auto;
    top: 0;
    width: 70px;
    /* background: #fff; */
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    cursor: pointer
}

/* .homeslider .play-icone:hover {
    background-color: var(--color-btn-secondary)
} */

.homeslider .play-icone i {
    color: var(--color-btn-secondary);
    font-size: 76px;
}
.homeslider .play-icone i::before {
    font-size: 58px;
    color: #fff;
}

.homeslider .popup_overlay {
    z-index: 999;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%
}


/* Text Effect */
.al-homeslider .home-slider .homeslider .text_content-left{
    text-align: left;
}
.al-homeslider .home-slider .homeslider .text_content-center{
    text-align: center;
}
.al-homeslider .home-slider .homeslider .text_content-right{
    text-align: right;
}

/* Left Text Box Effect */
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-left.effect_left,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-left.effect_top,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-left.effect_right,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-left.effect_bottom{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: flex-start;
    height: max-content;
}
/* Center Text Box Effect */
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-center.effect_left,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-center.effect_top,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-center.effect_right,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-center.effect_bottom{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    height: max-content;
}

/* Right Text Box Effect */
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-right.effect_left,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-right.effect_top,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-right.effect_right,
.al-homeslider .home-slider .homeslider .slider-content-wrap.content-right.effect_bottom{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: flex-end;
    height: max-content;
}
/* Right Text Box Effect-Y */
.al-homeslider .home-slider .homeslider .content-top .slider-content-wrap {
    margin-top: 100px;
}
.al-homeslider .home-slider .homeslider .content-center .slider-content-wrap {
    height: max-content;
}
.al-homeslider .home-slider .homeslider .content-bottom .slider-content-wrap {
    margin-bottom: 100px;
}

.slider-left-image, .slider-right-image {
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.home-slider .slider-content-wrap.content-center.effect_right .slider-title,
.home-slider .slider-content-wrap.content-left.effect_right .slider-title,
.home-slider .slider-content-wrap.content-right.effect_right .slider-title {
    animation: 1.2s ease-in-out fadeOutRight
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_right .slider-title,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_right .slider-title,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_right .slider-title {
    animation: 1.2s ease-in-out fadeInRight
}

.home-slider .slider-content-wrap.content-center.effect_right .slider-subtitle,
.home-slider .slider-content-wrap.content-left.effect_right .slider-subtitle,
.home-slider .slider-content-wrap.content-right.effect_right .slider-subtitle {
    animation: 1.4s ease-in-out fadeOutRight
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_right .slider-subtitle,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_right .slider-subtitle,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_right .slider-subtitle {
    animation: 1.4s ease-in-out fadeInRight
}

.home-slider .slider-content-wrap.content-center.effect_right .slider-desc,
.home-slider .slider-content-wrap.content-left.effect_right .slider-desc,
.home-slider .slider-content-wrap.content-right.effect_right .slider-desc {
    animation: 1.5s ease-in-out fadeOutRight
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_right .slider-desc,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_right .slider-desc,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_right .slider-desc {
    animation: 1.5s ease-in-out fadeInRight
}

.home-slider .slider-content-wrap.content-center.effect_right .slider-button,
.home-slider .slider-content-wrap.content-left.effect_right .slider-button,
.home-slider .slider-content-wrap.content-right.effect_right .slider-button {
    animation: 1.6s ease-in-out fadeOutRight
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_right .slider-button,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_right .slider-button,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_right .slider-button {
    animation: 1.6s ease-in-out fadeInRight
}

.home-slider .slider-content-wrap.content-center.effect_left .slider-title,
.home-slider .slider-content-wrap.content-left.effect_left .slider-title,
.home-slider .slider-content-wrap.content-right.effect_left .slider-title {
    animation: 1.5s ease-in-out fadeOutLeft
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_left .slider-title,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_left .slider-title,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_left .slider-title {
    animation: 1.5s ease-in-out fadeInLeft
}

.home-slider .slider-content-wrap.content-center.effect_left .slider-subtitle,
.home-slider .slider-content-wrap.content-left.effect_left .slider-subtitle,
.home-slider .slider-content-wrap.content-right.effect_left .slider-subtitle {
    animation: 1.7s ease-in-out fadeOutLeft
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_left .slider-subtitle,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_left .slider-subtitle,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_left .slider-subtitle {
    animation: 1.7s ease-in-out fadeInLeft
}

.home-slider .slider-content-wrap.content-center.effect_left .slider-desc,
.home-slider .slider-content-wrap.content-left.effect_left .slider-desc,
.home-slider .slider-content-wrap.content-right.effect_left .slider-desc {
    animation: 1.8s ease-in-out fadeOutLeft
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_left .slider-desc,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_left .slider-desc,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_left .slider-desc {
    animation: 1.8s ease-in-out fadeInLeft
}

.home-slider .slider-content-wrap.content-center.effect_left .slider-button,
.home-slider .slider-content-wrap.content-left.effect_left .slider-button,
.home-slider .slider-content-wrap.content-right.effect_left .slider-button {
    animation: 1.9s ease-in-out fadeOutLeft
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_left .slider-button,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_left .slider-button,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_left .slider-button {
    animation: 1.9s ease-in-out fadeInLeft
}

.home-slider .slider-content-wrap.content-center.effect_bottom .slider-title,
.home-slider .slider-content-wrap.content-left.effect_bottom .slider-title,
.home-slider .slider-content-wrap.content-right.effect_bottom .slider-title {
    animation: 1.5s ease-in-out fadeOutUp
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_bottom .slider-title,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_bottom .slider-title,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_bottom .slider-title {
    animation: 1.5s ease-in-out fadeInUp
}

.home-slider .slider-content-wrap.content-center.effect_bottom .slider-subtitle,
.home-slider .slider-content-wrap.content-left.effect_bottom .slider-subtitle,
.home-slider .slider-content-wrap.content-right.effect_bottom .slider-subtitle {
    animation: 1.8s ease-in-out fadeOutUp
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_bottom .slider-subtitle,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_bottom .slider-subtitle,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_bottom .slider-subtitle {
    animation: 1.8s ease-in-out fadeInUp
}

.home-slider .slider-content-wrap.content-center.effect_bottom .slider-desc,
.home-slider .slider-content-wrap.content-left.effect_bottom .slider-desc,
.home-slider .slider-content-wrap.content-right.effect_bottom .slider-desc {
    animation: 1.9s ease-in-out fadeOutUp
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_bottom .slider-desc,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_bottom .slider-desc,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_bottom .slider-desc {
    animation: 1.9s ease-in-out fadeInUp
}

.home-slider .slider-content-wrap.content-center.effect_bottom .slider-button,
.home-slider .slider-content-wrap.content-left.effect_bottom .slider-button,
.home-slider .slider-content-wrap.content-right.effect_bottom .slider-button {
    animation: 2s ease-in-out fadeOutUp
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_bottom .slider-button,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_bottom .slider-button,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_bottom .slider-button {
    animation: 2s ease-in-out fadeInUp
}

.home-slider .slider-content-wrap.content-center.effect_top .slider-title,
.home-slider .slider-content-wrap.content-left.effect_top .slider-title,
.home-slider .slider-content-wrap.content-right.effect_top .slider-title {
    animation: 1.8s ease-in-out fadeOutDown
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_top .slider-title,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_top .slider-title,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_top .slider-title {
    animation: 1.8s ease-in-out fadeInDown
}

.home-slider .slider-content-wrap.content-center.effect_top .slider-subtitle,
.home-slider .slider-content-wrap.content-left.effect_top .slider-subtitle,
.home-slider .slider-content-wrap.content-right.effect_top .slider-subtitle {
    animation: 1.6s ease-in-out fadeOutDown
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_top .slider-subtitle,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_top .slider-subtitle,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_top .slider-subtitle {
    animation: 1.6s ease-in-out fadeInDown
}

.home-slider .slider-content-wrap.content-center.effect_top .slider-desc,
.home-slider .slider-content-wrap.content-left.effect_top .slider-desc,
.home-slider .slider-content-wrap.content-right.effect_top .slider-desc {
    animation: 1.7s ease-in-out fadeOutDown
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_top .slider-desc,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_top .slider-desc,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_top .slider-desc {
    animation: 1.7s ease-in-out fadeInDown
}

.home-slider .slider-content-wrap.content-center.effect_top .slider-button,
.home-slider .slider-content-wrap.content-left.effect_top .slider-button,
.home-slider .slider-content-wrap.content-right.effect_top .slider-button {
    animation: 1.9s ease-in-out fadeOutDown
}

.home-slider .slick-current.slick-active .slider-content-wrap.content-center.effect_top .slider-button,
.home-slider .slick-current.slick-active .slider-content-wrap.content-left.effect_top .slider-button,
.home-slider .slick-current.slick-active .slider-content-wrap.content-right.effect_top .slider-button {
    animation: 1.9s ease-in-out fadeInDown
}
.site-header .sticky_header.fixed #cart {
    margin: 4px 0;
    padding: 0 0 0 20px
}

#al-megamenu h5.toggle_menu {
    padding: 15px 15px 15px 65px;
    margin: 0 0 35px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text)
}

#al-megamenu .toggle_menu i.mdi-menu {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    height: 30px;
    left: 20px;
    position: absolute;
    right: auto;
    top: 12px;
    width: 30px;
    text-align: center;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    color: var(--color-btn-secondary);
    font-size: 22px;
    background: var(--color-btn-secondary-text)
}
@media only screen and (max-width:991px) {
    #blog_slider .article__grid__inner .alblog_image_holder>a::before {
        opacity: .2;
        -moz-opacity: .2;
        -khtml-opacity: .2;
        -webkit-opacity: .2
    }
    #blog_slider .al-blog-content .blog_image_holder .bloglinks a {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1)
    }
    .content-wrapper .al-blog-content span.bloglinks a {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        width: 24px;
        height: 24px;
        border: 1px solid #fff
    }
    .content-wrapper .al-blog-content span.bloglinks a i {
        font-size: 12px
    }
    .blog-section .al-blog-content .alblog_image_holder>a::before {
        opacity: .8;
        -moz-opacity: .8;
        -khtml-opacity: .8;
        -webkit-opacity: .8
    }
    #shopify-section-article-template .content_wrap .sidebar .text-left {
        margin: 10px 0 0
    }
    .sidebar .recent_article ul li .article-detail {
        padding-top: 15px
    }
    .sidebar .sidebar__inner .widget.recent_article {
        margin: 0 0 10px;
        border-bottom: none
    }
    .sidebar .sidebar__inner .widget.recent_article>ul {
        padding: 15px
    }
    .sidebar .sidebar__inner .widget.widget_categories ul {
        padding: 0 15px
    }
    .blog-section .sidebar.left-sidebar {
        margin-top: 0
    }
    .homeslider .play-icone i {
        font-size: 52px
    }
    .home-slider ul.slick-dots {
        justify-content: flex-start;
        width: fit-content;
        background: rgba(0, 0, 0, .5);
        padding: 5px 3px;
        right:0;
    }
}

@media only screen and (max-width:767px) {
    .blogleft_inner_content .al-blog-content .al-blog-description .al-social-share {
        margin: 5px 0
    }
    .blogleft_inner_content .al-blog-content .al-blog-description .blog-author span,
    .blogleft_inner_content .al-blog-content .al-blog-description p.blog-date {
        font-size: 14px
    }
    .blogleft_inner_content .al-blog-content .al-blog-description h4.article__title {
        font-size: 22px
    }
    .blog_list .article.al-blog-content .alblog_image_holder {
        width: 100%;
        margin: 0 0 15px
    }
    .blog_list .article.al-blog-content .al-blog-description, 
    .blog_list .article.al-blog-content .object_cover_outer{
        width: 100% !important;
    }
    .homeslider .play-icone i {
        font-size: 40px
    }
    /* .homeslider .play-icone {
        height: 55px;
        width: 55px
    } */
}
@media (min-width:992px) and (max-width:1300px) {
    #al-megamenu h5.toggle_menu {
        padding: 15px 5px 15px 50px
    }
    #al-megamenu .toggle_menu i.mdi-menu {
        left: 15px
    }
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap {
    position: absolute;
    right: auto;
    left: 100%;
    z-index: 3;
    padding: 30px 0;
    top: 0;
    background: var(--color-body);
    border: 1px solid var(--color-border)
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    text-align: left;
    position: relative
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu a.menu-banner {
    margin: 8px 0 0;
    display: block
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu .menu-banner+h4 {
    border-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu a.menu-banner::after {
    content: "";
    background: rgba(0, 0, 0, .09);
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    left: 10px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    -o-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0)
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a.menu-banner-item {
    border-radius: 0;
    border-width: 0;
    padding: .25rem 0;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-top: 15px
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a.menu-banner-item::before {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(1) translateZ(0);
    transform-origin: right;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s;
    width: 100%
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a.menu-banner-item::after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a.menu-banner-item:hover::after {
    transform: scaleX(1) translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .3s
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a.menu-banner-item:hover::before {
    transform: scaleX(0) translateZ(0);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)
}

#al-megamenu1 .al-mega_menu1 li.al_menu_item .al_sub_menu_wrap .al_sub_menu_linklist li>a {
    text-align: left;
    padding: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    font-size: 13px
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a,
#al-megamenu1 .al-mega_menu1 li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a {
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    margin: 0 0 10px
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu.product,
#al-megamenu1 .al-mega_menu1 li.al_menu_item .al_sub_menu_wrap .al_sub_menu.product {
    margin: 0;
    padding: 0;
    width: 100%
}

.off-canvas-wrapper .collection_sidebar .widget ul li.product-wrapper {
    margin: 0 0 15px;
    padding: 0
}
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu_linklist>li{
    margin: 0 !important;
    padding: 0
}
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu_linklist>li>a {
    font-size: 14px;
    text-align: left;
    padding: 12px 0;
    color: var(--color-body-text);
    width: 100%;
}
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu_linklist>li>a:hover{
    color: var(--color-btn-primary-hover);
    /* background: rgba(61, 61, 80, .09); */
}
#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu {
    margin: 10px 0 0
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav>div {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav>div::before {
    content: "\f141";
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    font-family: "Material Design Icons";
    font-size: 28px;
    color: var(--color-body-text)
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-prev,
.thumbnails-slider__prev {
    left: -15px
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav .owl-next,
.thumbnails-slider__next {
    right: -15px
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu:hover .list_product_menu_content .owl-nav>div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    border: none
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper {
    padding: 0 0 10px;
    animation: none;
    margin: 0
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb a.grid-view-item__link {
    position: relative;
    margin: 0 0 10px
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb:hover .product-price__sale-label {
    top: 10px
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .product_info .h4.grid-view-item__title {
    margin: 0 0 5px;
    text-overflow: ellipsis;
    overflow: hidden
}

#al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb .grid-view-item__title>a {
    color: var(--color-text-field);
    white-space: nowrap;
    font-size: 14px
}

#al-megamenu .al-mega_menu li.al_menu_item span.al_mn_sub_heading,
#al-megamenu1 .al-mega_menu1 li.al_menu_item span.al_mn_sub_heading {
    padding: 2px 5px;
    font-size: 10px;
    position: absolute;
    top: -22px;
    margin: 0 3px;
    font-weight: 600;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-animation: 2s ease-in-out infinite topDown;
    animation: 2s ease-in-out infinite topDown
}

@-webkit-keyframes topDown {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes topDown {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

#al-megamenu .al-mega_menu li.al_menu_item ul.al_sub_menu_linklist {
    margin: 0;
    min-width: 180px;
    padding: 8px 0 10px
}

#al-megamenu .al-mega_menu li.more_menu>ul>li .al_sub_menu_wrap .al_sub_menu {
    margin: 0;
    padding: 0;
    width: 100% !important
}

#al-megamenu .al-mega_menu li.more_menu ul.al_sub_menu_linklist li.al_menu_item .al_sub_menu_wrap ul.al_sub_menu_linklist>li:hover>a {
    color: var(--color-text-hover-field);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

#al-megamenu .al_sub_menu_wrap .sub_mn_title.h4,
#al-megamenu .al_sub_menu_wrap h4.sub_mn_title,
#al-megamenu1 .al_sub_menu_wrap .sub_mn_title.h4,
#al-megamenu1 .al_sub_menu_wrap h4.sub_mn_title {
    padding: 0 0 8px;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--color-border)
}

#al-megamenu .al_sub_menu_wrap .sub_mn_title.h4>a,
#al-megamenu .al_sub_menu_wrap h4.sub_mn_title>a,
#al-megamenu1 .al_sub_menu_wrap .sub_mn_title.h4>a,
#al-megamenu1 .al_sub_menu_wrap h4.sub_mn_title>a {
    text-align: left;
    padding: 0;
    color: var(--color-text)
}

#shopify-section-al-megamenu #al-megamenu li.more_menu li.al_menu_item {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative
}

#al-megamenu .al-mega_menu li.more_menu>ul>li .al_sub_menu_wrap {
    right: 100%;
    left: auto;
    padding: 0;
    margin: 0;
    top: auto
}

@media only screen and (min-width:992px) {
    #al-megamenu1 .al-mega_menu1 li.al_menu_item span.mobile-nav__sublist-contract,
    #al-megamenu1 .al-mega_menu1 li.al_menu_item.open span.mobile-nav__sublist-expand,
    .mobile-nav__sublist-trigger,
    .nav-toggle,
    .nav_dropdown-toggle.btn,
    .nav_dropdown-toggle.btn--secondary,
    .site-nav--has-dropdown .site-nav__dropdown-toggle,
    .wrapper-wrap.fullscreen_header,
    input.nav_dropdown-toggle[type=submit] {
        display: none
    }
    .widget_top_rated_products .top-products .owl-nav .owl-next:hover::after,
    .widget_top_rated_products .top-products .owl-nav .owl-prev: hover::after {
        color: #fff
    }
    .widget_top_rated_products: hover .top-products .owl-nav .owl-prev::before {
        color: #fff
    }
    .disable_menutoggle.menu_left .product-arrows .left {
        left: 300px
    }
    .disable_menutoggle.menu_right .product-arrows .right {
        right: 300px
    }
    #newsletterModal {
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        bottom: 0;
        right: 0
    }
    #newsletterModal .modal-dialog {
        max-width: 830px;
        padding: 0 15px
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item {
        position: relative;
        margin: 0;
        padding: 0 30px
    }
    #al-megamenu .al-mega_menu li.al_menu_item span.categories,
    #al-megamenu .al-mega_menu li.al_menu_item>a {
        z-index: 1;
        transition: .4s ease-in-out;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out
    }
    #al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap {
        left: 0;
        right: 0;
        top: 100%;
        text-align: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        -ms-transition: .4s;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform-origin: center top 0;
        backface-visibility: hidden;
        display: block !important
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item ul.al_sub_menu_linklist {
        margin: 0;
        padding: 0;
        text-align: left
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item ul.al_sub_menu_linklist .al_menu_item {
        padding: 0 0 0 15px
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item ul.al_sub_menu_linklist .al_menu_item>a {
        font-size: 13px;
        padding: 0
    }
    #al-megamenu .al-mega_menu li.al_menu_item:hover>.al_sub_menu_wrap {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        backface-visibility: visible;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
    #al-megamenu .al-mega_menu li.more_menu.al_menu_item ul.al_sub_menu_linklist li.al_menu_item>a::after {
        content: "\f142"
    }
    #al-megamenu .al-mega_menu li.al_menu_item.blog,
    #al-megamenu .al-mega_menu li.al_menu_item.home,
    #al-megamenu .al-mega_menu li.al_menu_item.pages,
    #al-megamenu .al-mega_menu li.more_menu.al_menu_item {
        position: relative
    }
    .site-header .sticky_header.fixed {
        transition: top .6s ease-in-out;
        -webkit-transition: top .6s ease-in-out;
        -moz-transition: top .6s ease-in-out;
        -o-transition: top .6s ease-in-out;
        -ms-transition: top .6s ease-in-out;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
        position: fixed;
        width: auto;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10
    }
    .site-header #al-megamenu .al-mega_menu .al_menus_ul>li>a::before,
    .site-header #al-megamenu1 .al-mega_menu1 .al_menus_ul1>li>a::before {
        content: "";
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: auto;
        bottom: -5px;
        height: 1px;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        width: 0
    }
    .header_1.site-header #al-megamenu .al-mega_menu .al_menus_ul>li>a::before,
    .header_1.site-header #al-megamenu1 .al-mega_menu1 .al_menus_ul1>li>a::before,
    .header_2.site-header #al-megamenu .al-mega_menu .al_menus_ul>li>a::before,
    .header_2.site-header #al-megamenu1 .al-mega_menu1 .al_menus_ul1>li>a::before,
    .header_3.site-header #al-megamenu .al-mega_menu .al_menus_ul>li>a::before,
    .header_3.site-header #al-megamenu1 .al-mega_menu1 .al_menus_ul1>li>a::before {
        bottom: -7px
    }
    .site-header #al-megamenu1 .al-mega_menu1 .al_menus_ul1>li>a::before {
        bottom: 5px;
        width: 100%;
        right: auto;
        height: 0
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item.more_menu1>a,
    .site-header #al-megamenu .al-mega_menu .al_menus_ul>li:hover>a::before {
        width: 100%
    }
    .site-header #al-megamenu1 .al-mega_menu1 .al_menus_ul1>li.open>a::before,
    .site-header #al-megamenu1 .al-mega_menu1 .al_menus_ul1>li:hover>a::before {
        height: 2px
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item.more_menu1>a::after {
        position: absolute;
        content: "\f140";
        height: 20px;
        width: 20px;
        font-size: 16px;
        font-family: "Material Design Icons";
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item .mobile-nav__sublist-trigger {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
        cursor: pointer
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item.more_menu1 ul.al_sub_menu_linklist li.al_menu_item .mobile-nav__sublist-trigger {
        margin: 4px 0
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item>a {
        width: auto
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item span.mobile-nav__sublist-expand,
    #al-megamenu1 .al-mega_menu1 li.al_menu_item.open span.mobile-nav__sublist-contract {
        display: inline-block;
        vertical-align: top
    }
    .login-page form>input,
    .register-page form>input {
        min-width: 550px
    }
}

.navigation-detail,
.product-arrows div.product-arrow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    display: flex
}

@media (max-width:1200px) {
    #al-megamenu .al-mega_menu li.al_menu_item span.categories,
    #al-megamenu .al-mega_menu li.al_menu_item>a {
        padding: 13px 25px 13px 12px
    }
}

@media (max-width:1199px) {
    .block_newsletter form input[type=email] {
        height: 40px
    }
    .footer-top .block_newsletter .block_content form .input-group span.subscribe {
        font-size: 12px
    }
    #al-megamenu .al-mega_menu li.al_menu_item span.categories,
    #al-megamenu .al-mega_menu li.al_menu_item>a {
        font-size: 14px
    }
}

@media (max-width:545px) {
    #al-megamenu ul.al_menus_ul>li.al_menu_item: first-child .al_sub_menu_wrap .al_sub_menu {
        width: 157px !important
    }
}

@media (max-width:355px) {
    #al-megamenu ul.al_menus_ul>li.al_menu_item: first-child .al_sub_menu_wrap .al_sub_menu {
        width: 137px !important
    }
}

.product-single .product-information-inner .checkout-btn .checkout.btn {
    background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
    padding: 11px 22px
}

.product-arrows div.product-arrow:hover svg{
  color: var(--color-btn-primary-text);
}
.product-arrows div.product-arrow:hover #Outline{
  fill: var(--color-btn-primary-text);
}
.product-arrows div.product-arrow:hover {
    background: var(--color-btn-primary)
}
.product-single .product-information-inner .checkout-btn .checkout.btn:hover {
    color: var(--color-btn-primary-text)
}

.product-single .product-information-inner .checkout-btn .checkout.btn:active,
.product-single .product-information-inner .checkout-btn .checkout.btn:focus {
    background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text)
}

.product-single .product-information-inner .product-form__error-message-wrapper {
    margin: 15px 0 0;
    padding: 12px;
    color: #dc0000;
    background-color: #fff6f6;
    border-color: #dc0000;
    text-align: center
}

.product-wrapper .product-thumb .product-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    cursor: pointer;
    z-index: -1;
}

.product-wrapper .product-thumb .product-loader .preloader-wrapper {
    height: 50px;
    width: 50px;
    display: inline-block;
    position: relative
}

.product-wrapper .product-thumb .product-loader .preloader-wrapper .spinner-layer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px
}

.product-wrapper .product-thumb .second-productimg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.video-source video {
    height: 100%;
    vertical-align: top
}

.product-arrows {
    position: fixed;
    top: 38%;
    right: 0;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    background: #fafafa;
    padding: 10px 15px
}

.product-arrows div.product-arrow {
    height: 38px;
    width: 38px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    margin: 8px 0;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.product-arrows div.product-arrow svg {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    width: 20px;
    height: 20px
}

.navigation-detail {
    border-radius: 3px;
    right: 50px;
    backface-visibility: hidden;
    z-index: 1;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    padding: 10px;
    margin: 0;
    width: 230px;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    align-items: center;
    transform: rotateY(45deg);
    -webkit-transform: rotateY(45deg);
    -moz-transform: rotateY(45deg);
    -o-transform: rotateY(45deg);
    -ms-transform: rotateY(45deg)
}

.product-arrows div.product-arrow:hover .navigation-detail {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0)
}

.right-part-detail .title {
    font-size: 14px;
    color: var(--color-text);
    padding: 0 15px
}

@media only screen and (max-width:575px) {
    #newsletterModal .modal-block>div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
    #newsletterModal .modal-block>div img {
        width: 100%
    }
    #newsletterModal .modal-block {
        flex-wrap: wrap
    }
    .modal-newsletter .checkbox-group {
        text-align: center
    }
    #newsletterModal .modal-newsletter .row-subscibe button {
        margin: 0 auto
    }
    #newsletterModal .modal-dialog {
        padding: 0 15px
    }
    .product-arrows span {
        margin: 0 5px;
        height: 34px;
        width: 34px
    }
    .product-arrows span a svg {
        width: 18px;
        height: 18px
    }
}

.product-template__container .social-sharing {
    position: fixed;
    top: 38%;
    left: 0;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    background: #fafafa;
    padding: 15px
}

.product-template__container .social-sharing.social-popup {
    display: none
}

.product-template__container .social-sharing a {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    height: 38px;
    width: 38px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-template__container .social-sharing i {
    height: 38px;
    width: 38px;
    text-align: center;
    font-size: 16px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center
}

#productSelect,
.Site-navigation .sub-sub-nav__dropdown.sub-menu,
.cart--no-cookies .cart--continue-message,
.cart--no-cookies .cart--empty-message,
.collection_template .sorting_wrapper .btn.dropdown-toggle::after,
.collection_template .sorting_wrapper .btn.dropdown-toggle::before,
.collection_template .sorting_wrapper .open .btn.dropdown-toggle::after,
.collection_template .sorting_wrapper .pages_list .dropdown-backdrop,
.design_3 .full_gallery_slider .owl-item.center .num,
.filter-grid-list span,
.filter-grid-list.view-mode.grid__item .btn::after,
.filter-toggle-wrap,
.full_width .collection_sidebar .widget_product_categories,
.lt-ie9 .lock-icon-svg,
.product-form__error-message-wrapper--hidden,
.product-list .product-wrapper .product-thumb .product-qty,
.product-short-list .product-wrapper .product-thumb .product-qty,
.product-single.design_2 .additinal-product,
.product-template__container .social-sharing a .share-title,
.sidebar-block .widget ul li.Color label.facet-checkbox input[type=checkbox],
.sub-nav__dropdown,
.swatch input[type=radio],
.template-cart .cart__price .cart__qty,
.template-cart .cart__price dt,
.template-cart .cart__quantity-td .cart__qty label,
div#ProductSection .modal-dialog .modal-content .al-title::after,
span.icon__fallback-text {
    display: none
}

.product-template__container .social-sharing a:hover i.mdi-facebook {
    color: #3b5998
}

.product-template__container .social-sharing a:hover i.mdi-twitter {
    color: #00aced
}

.product-template__container .social-sharing a:hover i.mdi-pinterest {
    color: #c8232c
}

.product-template__container .social-sharing a:hover i.mdi-instagram {
    color: #dc2743
}

.product-template__container .social-sharing a:hover i.mdi-whatsapp {
    color: #25d366
}

div#ProductSection .modal-dialog {
    width: 880px;
    vertical-align: middle;
    display: inline-block
}

div#ProductSection .modal-dialog table {
    width: 100%;
    margin-top: 17px;
    border: none
}

div#ProductSection .modal-dialog table thead th {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 6px 4px;
    border: none
}

div#ProductSection .modal-dialog table tbody tr {
    background: #f7f7f7
}

div#ProductSection .modal-dialog table td {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 6px 4px;
    border: none
}

div#ProductSection .modal-dialog .modal-content {
    padding: 20px;
    background-color: var(--color-body)
}

div#ProductSection .modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid var(--color-border);
    margin: 0 0 20px
}

div#ProductSection .modal-dialog .modal-content .modal-header button.close {
    width: 20px;
    height: 20px;
    font-size: 29px;
    border: none;
    text-shadow: none;
    color: #666;
    opacity: 1;
    font-weight: 400
}

div#ProductSection .modal-dialog .modal-content .modal-body {
    width: 100%;
    padding: 0
}

div#ProductSection .modal-dialog .modal-content .al-title {
    padding: 0;
    margin: 0;
    font-size: 26px
}

.product-notification {
    position: fixed;
    bottom: 50px;
    width: 330px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    z-index: 2;
    backface-visibility: hidden;
    left: 50px;
    padding: 8px;
    border: 1px solid var(--color-border);
    background: var(--color-body)
}

.product-notification.pos-right {
    right: 50px;
    left: auto
}

.product-notification.active {
    bottom: 70px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible
}

.product-notification .closeNotify {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.product-notification .closeNotify:hover {
    color: var(--color-btn-secondary-text);
    background: var(--color-btn-secondary)
}

.product-notification .product-suggest .product-image {
    margin: auto;
    max-width: 30%;
    flex: 0 0 30%
}

.product-notification .product-suggest .column-right {
    padding: 0 10px;
    max-width: 70%;
    flex: 0 0 70%
}

.product-notification .product-suggest .column-right label {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    display: block
}

.product-notification .product-suggest .column-right .product-name {
    color: var(--color-text);
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 700
}

.product-notification .product-suggest .column-right .from-ago,
.product-notification .product-suggest .column-right .time-ago {
    color: var(--color-body-text);
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px
}

.product-notification .verified svg {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.product-notification .verified p {
    margin: 0;
    font-size: 14px
}

.cookiestatus .cookie-block #cookie_message .al-cookie-inner>span {
    vertical-align: middle;
    margin: 0 10px 0 0;
    line-height: 1.3
}

.cookiestatus .cookie-block.full_bottom #cookie_message {
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    font-size: 15px;
    width: 100%
}

.cookiestatus .cookie-block.bottom_fix #cookie_message,
.cookiestatus .cookie-block.bottom_to_left #cookie_message,
.cookiestatus .cookie-block.bottom_to_right #cookie_message {
    padding: 30px;
    position: fixed;
    /* display: inline-block; */
    bottom: 10px;
    top: auto;
    width: 400px;
    left: 10px;
    right: auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    z-index: 2
}

@media only screen and (max-width:543px) {
    .site-header__search.icon-btn .search_wrapper,
    .site-header__search.icon_btn .search_wrapper {
        width: 290px
    }
    .ajax-success-modal .ajax-left.cart-popup-item__image {
        width: 100%;
        margin: 0 0 15px
    }
    .ajax-error-modal .modal-inner {
        width: 300px
    }
    .ajax-right {
        width: 100%;
        padding: 0
    }
    .cookiestatus .cookie-block.bottom_fix #cookie_message,
    .cookiestatus .cookie-block.bottom_to_left #cookie_message,
    .cookiestatus .cookie-block.bottom_to_right #cookie_message {
        padding: 15px;
        width: 280px
    }
}

.cookiestatus .cookie-block.bottom_fix #cookie_message {
    width: 100%;
    padding: 10px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0
}

.cookiestatus .cookie-block.bottom_to_right #cookie_message {
    right: 10px;
    left: auto
}
.full_bottom .al-cookie-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookiestatus .cookie-block.bottom_to_left #cookie_message .al-cookie-inner>span,
.cookiestatus .cookie-block.bottom_to_right #cookie_message .al-cookie-inner>span {
    font-size: 15px;
    margin: 0 0 15px
}

.product-wrapper .product-description .product-qty,
.product-wrapper .product-thumb .product-qty {
    position: absolute;
    top: auto;
    bottom: 55px;
    left: auto;
    right: 0;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    height: 43px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

.product-wrapper .product-description .product-qty {
    bottom: 0
}

.product-wrapper .product-description .product-qty .qty-box-set .quantity {
    width: 80px;
    height: 30px
}

.product-wrapper .product-description .product-qty .qty-box-set .qtyminus,
.product-wrapper .product-description .product-qty .qty-box-set .qtyplus {
    height: 30px;
    width: 24px
}

@-webkit-keyframes fixedmenu {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@-moz-keyframes fixedmenu {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@keyframes fixedmenu {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@-webkit-keyframes fixedfooter {
    0% {
        bottom: -100%
    }
    100% {
        bottom: 0
    }
}

@-moz-keyframes fixedfooter {
    0% {
        bottom: -100%
    }
    100% {
        bottom: 0
    }
}

@keyframes fixedfooter {
    0% {
        bottom: -100%
    }
    100% {
        bottom: 0
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@-webkit-keyframes fade_out {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
    100% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        backface-visibility: hidden
    }
}

@-moz-keyframes fade_out {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
    100% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        backface-visibility: hidden
    }
}

@keyframes fade_out {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
    100% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        backface-visibility: hidden
    }
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        backface-visibility: hidden
    }
    100% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
}

@-moz-keyframes fade_in {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        backface-visibility: hidden
    }
    100% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        backface-visibility: hidden
    }
    100% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes scaleAppear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes scaleAppear {
    0% {
        opacity: 0;
        -moz-transform: scale(0)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-ms-keyframes scaleAppear {
    0% {
        opacity: 0;
        -ms-transform: scale(0)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1)
    }
}

@-o-keyframes scaleAppear {
    0% {
        opacity: 0;
        -o-transform: scale(0)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes scaleAppear {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.scaleAppear {
    -webkit-animation: 750ms scaleAppear;
    -moz-animation: 750ms scaleAppear;
    -ms-animation: scaleAppear 750ms ease;
    -o-animation: 750ms scaleAppear;
    animation: 750ms scaleAppear
}

.template-cart .cart__image-wrapper.product_img {
    width: 100px;
    display: inline-block;
    vertical-align: top
}

.template-cart .cart-content .list-view-item__title a.cart__product-title {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 500;
    color: #444;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.dropdown-menu>li>a:hover,
.product-wrapper .product-description .h4 a:hover,
.sidebar-block ul li>a:hover,
.template-cart .cart-content .list-view-item__title a.cart__product-title:hover,
a.featured-box:hover {
    color: var(--color-text-hover-field)
}

.cart-qty-box-set {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    border: 1px solid var(--color-border)
}

.quantity__button {
    width: 35px;
    height: 35px;
    border: 0;
    cursor: pointer;
    padding: 0
}

.quantity__button .icon.icon-minus,
.quantity__button .icon.icon-plus {
    width: 10px;
    pointer-events: none
}

.template-cart .table-responsive {
    border: none;
    width: 100%
}

.cart-wrapper .product_title .product_img {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px
}

.cart-wrapper .text-center .qty-box-set,
.product_categories h4 {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.cart-wrapper .cart__subtotal {
    font-weight: 600;
    margin: 20px 0 0;
    width: 100%
}

.cart-wrapper .cart__subtotal .money {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-btn-primary)
}

.cart-wrapper .cart__footer .h6 {
    margin: 0;
    color: var(--color-text);
    font-weight: 600
}

.cart-wrapper .cart__footer .grid .grid-item.cart-right {
    margin: 20px 0 0
}

.cart-wrapper .cart__footer .grid .grid-item label,
.template-customers-activate_account label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px
}

.cart-wrapper .cart__footer button {
    display: inline-block;
    vertical-align: top
}

#shopify-section-cart-template .cart-wrapper .cart-notes {
    margin: 30px 0 0;
    padding: 0
}

.shop_table.cart_table span.money {
    font-weight: 700;
    color: var(--color-sale-text);
    font-size: 16px
}

.cart_table thead th span,
.shop_table.cart_table th {
    text-align: center;
    font-size: 16px
}

.cart__remove i.mdi.mdi-delete {
    font-size: 18px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.cart__footer .totals {
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.cart_header {
    padding: 0 0 15px;
    border-bottom: 1px solid #d5d5d5;
}
.cart_header, .cart__blocks, .cart__note.active  {
    margin: 15px 0 0;
}
.cart__blocks p.tax-note {
    margin: 10px 0
}
.cart__note.active {
    display: block;
}
.cart__note {
    display: none;
}
.cart__blocks .cart__ctas button.btn {
    max-width: 350px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: none;
    background-color: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text)
}

.cart__blocks .cart__ctas button.btn i.mdi.mdi-share {
    margin-right: 7px;
    font-size: 18px;
    vertical-align: middle
}

#address_form_new a,
.cart__blocks .cart__ctas button.btn:hover,
.edit-address a {
    color: var(--color-btn-secondary-text);
    background: var(--color-product-secondary);
}

.cart__blocks .cart__ctas button.btn::after {
    background-color: var(--color-btn-primary)
}

.cart__footer .js-qty {
    margin: 0 auto
}

.cart__footer input[name=goto_pp],
.mobile-facets__main {
    padding: 10px 0 0
}

.cart__footer .amazon-payments-pay-button {
    vertial-align: top;
    margin: 0
}

.cart__instructions {
    margin-bottom: var(--gutter)
}

.cart__subtotal {
    display: inline;
    font-size: 20px;
    margin: 0 0 0 (var(--gutter) / 3)
}

.cart__mini-labels {
    display: block;
    font-size: em(14px);
    margin: var(--gutter)/2 0 0
}

.cart__additional_checkout_buttons>:not(script) {
    padding: 10px 0 0 10px;
    vertical-align: top;
    line-height: 1
}

#address_form_new .grid-item.left,
#address_form_new .grid-item.one-half.first,
.cart__additional_checkout_buttons>:not(script):empty,
.cart__additional_checkout_buttons>:not(script):first-child,
.edit-address .grid-item.left,
.edit-address .grid-item.one-half.first {
    padding-left: 0
}

.cart--cookie-message {
    display: none;
    padding-bottom: 25px
}

.cart--no-cookies .cart--cookie-message {
    display: block
}

.cart-policy {
    padding: 30px;
    background: #f5f5f5;
    margin: 15px 0 0
}

.cart-policy .policy .policy-icon {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px
}

.cart-policy .policy {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    align-items: center
}

.cart-policy .policy .content {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px
}

.policy-title {
    margin: 0 0 5px;
    font-size: 15px;
    color: #222
}

.loading-overlay .loading-overlay__spinner svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    -webkit-animation: .9s ease-in-out infinite alternate productspin;
    animation: .9s ease-in-out infinite alternate productspin
}

.loading-overlay .loading-overlay__spinner svg .path {
    stroke: #111;
    stroke-linecap: round;
    -webkit-animation: .9s ease-in-out infinite alternate product;
    animation: .9s ease-in-out infinite alternate product
}

.loading-overlay:not(.hide)+.cart-item__price-wrapper,
.loading-overlay:not(.hide)~cart-remove-button {
    visibility: hidden
}

@keyframes productspin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes productspin {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes product {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@-webkit-keyframes product {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.slider-mobile-gutter {
    padding: 30px 15px;
    box-shadow: 1px 2px 3px 0 #e5e5e5;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -o-box-shadow: 1px 2px 3px 0 #e5e5e5;
    background: #fff
}

@media only screen and (min-width:1025px) {
    .flexslider .placeholder-svg {
        height: 402px
    }
    .lt-ie9 .nav-bar {
        margin-top: -var(--gutter)
    }
    .cart-toggle {
        height: auto;
        margin: 0;
        width: auto
    }
    .nav-mobile {
        display: none
    }
    .article-pagination,
    .product-pagination {
        margin: var(--gutter) * 2 0
    }
    .ajaxify-drawer {
        width: 50%
    }
    .ajaxify-drawer h1 {
        margin-bottom: var(--gutter)
    }
    .item-social-sharing {
        margin-top: 0
    }
    .product {
        position: relative
    }
    .cart__mini-labels {
        margin-top: var(--gutter)
    }
    .template-cart .cart-wrapper {
        max-width: 100%;
        margin: 0 auto
    }
}

.template-customers-addresses #address_form_new,
.template-customers-addresses .edit-address {
    margin: 30px 0
}

#address_form_new select,
.edit-address select {
    padding: 12px 10px
}

.template-customers-account .grid-item.two-thirds,
.template-customers-order .grid-item.two-thirds {
    padding-left: 0;
    overflow: auto
}

.template-customers-account .grid-item h2.h4,
.template-customers-order .grid-item h2.h4 {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 5px;
    color: var(--color-body-text)
}

.template-customers-account .grid-item h2.h4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    color: var(--color-body-text)
}

.password_gradiant_section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
}
.password_gradiant_section h4 {
    margin: 0 0 20px;
}
.password_header_section{
  margin: 0 0 30px;
}
.password_gradiant_section .password_header_section h1{
  font-size:60px;
  font-weight: 400;
}
.password_gradiant_section .password_header_section h6{
  font-weight: 400;
}
.password-main>section:only-child>.newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0
}

.password-main svg.icon.icon-error {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom
}
@media only screen and (min-width:1360px) {
  .password_gradiant_section .newsletter, .password_narrow {
      width: 33%;
      margin-bottom: 30px;
  }
}
@media (min-width:1024px) and (max-width:1359px) {
  .password_gradiant_section .newsletter, .password_narrow {
      width: 50%;
      margin-bottom: 30px;
  }
  .password_gradiant_section .password_header_section h1 {
    font-size: 50px;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .password_gradiant_section .newsletter, .password_narrow {
      width: 60%;
      margin-bottom: 20px;
  }
  .password_gradiant_section .password_header_section h1 {
    font-size: 40px;
  }
  .password_header_section {
    margin: 0 0 20px;
  }
}
@media (min-width:482px) and (max-width:767px) {
  .password_gradiant_section .newsletter, .password_narrow {
      width: 60%;
      margin-bottom: 20px;
  }
  .password_gradiant_section .password_header_section h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width:481px) {
  .password_gradiant_section .newsletter, .password_narrow {
      width: 80%;
      margin-bottom: 20px;
  }
  .password_gradiant_section .password_header_section h1 {
    font-size: 25px;
  }
  .password_header_section {
    margin: 0 0 5px;
}
}
.password_header {
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5
}

.password_header .modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.password_header .password-modal__content .password-button,
.password #MainContent button#Subscribe,
.product-wrapper.sidebar-product .image.product-thumb .product-t,
ul.mobile-facets__list li.Color label.mobile-facets__label input[type=checkbox] {
    border: none
}

.password_header .modal__close-button.link {
    background: 0 0;
    border: none;
    position: absolute;
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
    padding: 0;
    font-size: 20px;
    width: 20px;
    height: 20px
}

.password #MainContent {
    text-align: center;
    flex-grow: 1
}

.password_section .password__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    background-attachment: fixed
}

.password_section .password__footer-text {
    font-size: 13px;
    margin: 0 0 10px
}
.password_section .password__footer-caption{
    font-size: 18px;
}
.password_section .list-social.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px
}

.password_section .list-social__link {
    font-size: 16px;
    width: 30px;
    height: 30px
}

#recover_password .text-center {
    margin-top: 10px
}

#recover_password .text-center .btn {
    border-radius: 25px -moz-border-radius:25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px
}

#recover_password .title {
    color: #111;
    font-size: 22px;
    font-weight: 600
}

.password-header-section {
    display: table-row
}

.password-page__header {
    display: table-cell;
    height: 1px
}

.filter-wrapper.full_width.wrap_toggle_filter,
.password-page__header__inner {
    padding: 15px
}

.password-page__logo .logo {
    max-width: 100%
}

.password-page__main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.password-page__main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px
}

.password-page__hero {
    font-size: em(38px);
    line-height: 1.25;
    text-rendering: optimizeLegibility
}

@media only screen and (min-width:481px) {
    .password-page__hero {
        font-size: em(60px)
    }
    .collection-sorting {
        margin: 0
    }
    .collection-sorting .product-collection-item {
        padding: 0 15px;
        min-width: 200px
    }
}

@media only screen and (max-width:1025px) {
    .featured-box__body {
        padding: var(--gutter) 0
    }
    .password-page__hero {
        font-size: em(64px)
    }
}

.password-page__message {
    font-style: italic;
    font-size: 120%;
    line-height: 1.6
}

.password-page__message img {
    max-width: 100%
}

.password-page__message,
.password-page__signup-form {
    max-width: 500px;
    margin: 0 auto
}

.password-page__login-form {
    text-align: center;
    padding: 30px
}

@media only screen and (min-width:480px) {
    .password-page__login-form,
    .password-page__signup-form {
        padding: 0 30px
    }
}

.collection_template .product-list.product-collection-item,
.design_2_slider .product-single__photo,
.password-page__login-form .input-group,
.password-page__signup-form .input-group,
.product-collection-item.medium--one-third.large--one-half.product-grid img,
.product-collection-item.medium--one-third.large--one-third.product-grid img,
.widget_filter_tag.total_1 .sidebar-tag,
.widget_filter_tag.total_4 {
    width: 100%
}

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0
}

.customer-forgot-account,
.product-list .product-wrapper .product-description .options-color-size .color_swatch_Value,
.product-list .product-wrapper .product-description .options-color-size .product-size,
.product-list .product-wrapper .product-description .product-desc,
.product-list .product-wrapper .product-description .spr-badges.grid-item-meta,
.product-list .style3.product-layouts.grid-view-item .product-wrapper .product-description .grid-view-item__meta,
.product-short-list .product-wrapper .product-description .options-color-size .color_swatch_Value,
.product-short-list .product-wrapper .product-description .options-color-size .product-size,
.product-short-list .product-wrapper .product-description .spr-badges.grid-item-meta,
.storefront-password-form {
    margin-bottom: 15px
}

.password-page__social-sharing .social-sharing {
    padding-top: 0
}

.password-login {
    font-size: em(.7 * var(--font-size-base))
}

.lock-icon-svg {
    width: .7 * var(--font-size-base);
    height: .7 * var(--font-size-base);
    display: inline-block;
    vertical-align: baseline
}

.admin-login {
    font-size: 95%
}

.login-page .grid .grid-item,
.login-page .grid--full .grid-item,
.login-page .grid--rev .grid-item {
    padding: 0;
    text-align: left
}

.register .register-page,
.template-customers-login .login .login-page {
    width: auto;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--color-border);
    padding: 30px 25px
}

.template-customers-register .footer-bottom .text-center .btn {
    padding: 10px 25px;
    background: #111;
    color: #fff;
    margin: 20px 0
}

.password-page__footer {
    display: table-row;
    height: 1px
}

.password-page__footer_inner {
    display: table-cell;
    vertical-align: bottom;
    padding: var(--gutter);
    font-size: 95%
}

@media only screen and (max-width:991px) {
    #al-megamenu h5.toggle_menu {
        padding: 12px 0;
        margin: 0;
        border-bottom: none;
        background: 0 0
    }
    #al-megamenu .toggle_menu i.mdi-menu {
        background: 0 0;
        left: auto;
        right: 20px;
        top: 8px
    }
    #shopify-section-al-megamenu {
        position: static;
        min-height: unset
    }
    #al-megamenu .al-mega_menu li.more_menu>ul>li .al_sub_menu_wrap .al_sub_menu {
        padding: 0 15px
    }
    #al-megamenu .al-mega_menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: auto;
        z-index: 1;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        background: #fff;
        border: 1px solid var(--color-border)
    }
    #al-megamenu .al-mega_menu li.al_menu_item.more_menu .al_sub_menu_wrap li.al_menu_item .al_sub_menu_wrap {
        padding: 0
    }
    #al-megamenu .al-mega_menu li.al_menu_item span.categories,
    #al-megamenu .al-mega_menu li.al_menu_item>a {
        padding: 5px 20px;
        text-align: left;
        font-size: 13px;
        font-weight: 400;
        color: var(--color-body-text)
    }
    #al-megamenu .al-mega_menu li.al_menu_item:hover span.categories,
    #al-megamenu .al-mega_menu li.al_menu_item:hover>a {
        color: var(--color-text-hover-field)
    }
    #al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap {
        position: static;
        padding: 0 20px;
        border: none;
        display: none;
        background: 0 0;
        width: 100%
    }
    #al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .list_product_menu_content .owl-nav>div {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
    #al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .list_products_menu .product-wrapper .product-thumb:hover .product-price__sale-label {
        top: 20px
    }
    #al-megamenu .al-mega_menu li.al_menu_item .left_more_menu {
        display: none !important
    }
    #al-megamenu .al_sub_menu_wrap .sub_mn_title.h4,
    #al-megamenu .al_sub_menu_wrap h4.sub_mn_title,
    #al-megamenu1 .al_sub_menu_wrap .sub_mn_title.h4,
    #al-megamenu1 .al_sub_menu_wrap h4.sub_mn_title {
        font-size: 13px
    }
    #al-megamenu ul.al_menus_ul li.al_menu_item>a::after {
        display: none
    }
    #al-megamenu .al-mega_menu li.more_menu.al_menu_item>ul.al_sub_menu_linklist {
        display: block;
        padding: 0
    }
    div#ProductSection .modal-dialog {
        width: 720px
    }
    .cart-wrapper .cart__footer .cart-subtotal {
        margin: 0 0 10px
    }
    .cart-wrapper .cart__footer .cart__instructions {
        margin-bottom: 10px
    }
    .template-cart .cart__product-information {
        max-width: 100%;
        width: 200px
    }
    .template-cart .product-final-price,
    .template-cart .product-price {
        max-width: 100%;
        width: 100px
    }
    .register .register-page,
    .template-customers-login .login .login-page {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .product-wrapper .product-thumb .product-loader .preloader-wrapper,
    .product-wrapper .product-thumb .product-loader .preloader-wrapper .spinner-layer {
        height: 30px;
        width: 30px
    }
    .product-arrows {
        flex-direction: row;
        position: static;
        justify-content: center;
        display: none
    }
    div#ProductSection .modal-dialog {
        width: 100%;
        padding: 0 10px
    }
    div#ProductSection .modal-dialog .modal-content {
        padding: 10px 15px
    }
    .template-password #shopify-section-password-content .input-group.password__input-group {
        width: 400px
    }
    .template-password #LoginModal.modal .modal-dialog.modal-dialog-centered {
        width: 450px
    }
}

.template-password #LoginModal.modal .modal-dialog .modal-content {
    padding: 30px;
    position: relative;
    background: var(--color-body)
}

model-viewer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.product-block .model-view,
.product-block .model-viewer,
.product-single__photos .model.main_image_wrap {
    padding-top: 100%
}

.article.al-blog-content .alblog_image_holder a.article__grid-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
aside.sidebar-tag.filter.color.tags img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--color-border);
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    -ms-transition: .6s ease-in-out
}

aside.sidebar-tag.filter.color.tags a.active img,
aside.sidebar-tag.filter.color.tags a:hover img {
    border-color: #bbb
}

aside.sidebar-tag.filter.color.tags span {
    text-transform: capitalize
}

.off-canvas-wrapper .collection_sidebar {
    padding: 0 25px;
    margin: 35px 0 0
}

@media only screen and (max-width:1024px) {
    .index-section--flush+.index-section--flush {
        margin-top: -(var(--sectionSpacing) * 2)
    }
    .index-section--flush:first-child {
        margin-top: -var(--sectionSpacing)
    }
    .index-section--flush:last-child {
        margin-bottom: -var(--sectionSpacing)
    }
    .index-section--featured-product:first-child {
        margin-top: -12px
    }
    .feature-row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .feature-row__item {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%
    }
    .feature-row__text {
        order: 2;
        padding-bottom: 0
    }
    .nav-search {
        margin: 0 0 (var(--gutter) / 2)
    }
    #address_form_new .grid-item.left,
    #address_form_new .grid-item.right,
    .edit-address .grid-item.left,
    .edit-address .grid-item.right {
        padding: 0
    }
    .template-customers-account .grid-item.one-third,
    .template-customers-account .grid-item.two-third,
    .template-customers-order .grid-item.one-third,
    .template-customers-order .grid-item.two-thirds {
        width: 100%;
        padding: 0
    }
    .collection-filters {
        margin-bottom: var(--gutter)
    }
}

.filter-show label,
.filter-sortby label {
    font-size: 16px;
    margin: 0;
    padding-right: 10px;
    font-weight: 400
}

.collection_template .sorting_wrapper .btn.dropdown-toggle {
    font-size: 16px;
    padding: 0;
    color: #000;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize
}

.collection_template .sorting_wrapper .sorting-section.open .btn.dropdown-toggle {
    border: 1px solid var(--color-border);
    background: #111;
    color: #fff
}


@media only screen and (max-width:536px) {
    .collection_template .sorting_wrapper .filter-sortby ul.dropdown-menu {
        width: 100%
    }
}

@media (min-width:348px) and (max-width:536px) {
    .collection_template .sorting_wrapper .filter-sortby ul.dropdown-menu>li>a {
        white-space: normal;
        padding: 3px 10px;
        font-size: 12px
    }
}

.collection_template .sorting_wrapper .pages_list .btn.dropdown-toggle {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0
}

.filter-wrapper,
a.featured-box {
    border: 1px solid var(--color-border)
}
.dropdown-menu>li>a {
    color: var(--color-sale-text);
    font-size: 13px
}

.dropdown-menu>li>a:hover {
    background: #e5e5e5
}

.sorting_wrapper .dropdown-menu {
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .12);
    border-color: var(--color-border)
}
.filter-dropdown {
    height: 60px;
    margin: 0;
    max-width: 250px;
    position: relative
}

.supports-pointerevents .filter-dropdown__select {
    position: absolute;
    text-indent: -999px
}

.supports-pointerevents .filter-dropdown__label {
    background-color: var(--color-body);
    color: var(--color-body-text);
    cursor: pointer;
    display: block;
    font-size: em(15px);
    font-weight: 500;
    margin: 13px;
    max-width: 220px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1
}

@media only screen and (min-width:1024px) {
    .filter-dropdown__wrapper {
        display: inline-block;
        width: 225px
    }
    .sorting-filters--enabled .collection-tags {
        margin-right: 25px
    }
    .supports-pointerevents .filter-dropdown__label {
        max-width: 195px
    }
}

.collection-grid {
    margin-bottom: -var(--gutter)
}

a.featured-box {
    color: var(--color-body-text);
    display: block;
    margin-bottom: var(--gutter)
}

.section-header.text-left .section-header__title {
    margin: 15px 0 0;
    font-size: 18px;
    color: #111
}

.collection_template .section-header.text-left .description,
.collection_wrapper .section-header.text-left .description {
    font-size: 13px;
    margin: 15px 0 0;
    font-weight: 400
}

.product-collection-item.product-list .product-wrapper .product-description .flip-countdown.simple-countdown,
.product-collection-item.product-short-list .product-wrapper .product-description .flip-countdown.simple-countdown {
    position: relative;
    margin: 0 0 12px
}

.product-collection-item.product-list .product-wrapper .product-description .flip-countdown.simple-countdown .countdown-container,
.product-collection-item.product-short-list .product-wrapper .product-description .flip-countdown.simple-countdown .countdown-container {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    text-align: left;
    padding: 10px;
    border: 1px solid var(--color-border);
    height: auto;
    width: fit-content;
    margin: 0
}

.list-collection-products .pickgradient-products img {
    max-width: 100%;
    transition: transform .45s;
    -webkit-transition: transform .45s;
    -moz-transition: transform .45s;
    -o-transition: transform .45s;
    -ms-transition: transform .45s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

p.text-center.veiw_all_collections a {
    line-height: 2.5;
    display: inline-block
}

p.text-center.veiw_all_collections a span.icon.icon-chevron-right {
    padding-top: 2px;
    padding-left: 5px
}

.collection-banner,
.list-collection-products .collection_template_item {
    margin-bottom: 40px
}

.list-collection-products .pickgradient-products a.grid-link {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.list-collection-products .pickgradient-products .deatil .al-event-overlay {
    margin: 5px 0 0
}

.list-collection-products .pickgradient-products .deatil .collection-detail {
    color: #111;
    padding: 0 0 5px;
    white-space: nowrap;
    width: 100%;
    display: none;
    vertical-align: top
}

p.collection-count {
    font-size: 16px;
    line-height: 1;
    margin: 5px 0 0;
    z-index: 1;
    width: 100%;
    color: #666
}

a.filter-left,
a.filter-right {
    line-height: 2.1;
    font-size: 15px;
    color:var(--color-body-text);
    max-width: 144px;
    width: 100%;
}

a.grid-link.collection-link span.grid-link__title {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    white-space: nowrap
}

.filter-wrapper {
    padding: 20px 25px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sorting_wrapper {
    display: flex;
    align-items: flex-end
}

@media only screen and (max-width:425px) {
  a.filter-left, a.filter-right {
      width: unset;
  }
}
@media only screen and (min-width:768px) {
    .product-extended.design-2 .main_content {
        display: flex;
        align-items: center
    }
    .product-list .grid-view-item.product-layouts .product-wrapper .product-thumb .padding_0.right_img {
        margin: 0 -10px !important
    }
}

@media only screen and (max-width:1199px) {
    .full-width .products-grid-view>.product-collection-item.product-grid {
        width: 33.333%;
        clear: none
    }
    .full-width .products-grid-view>.product-collection-item.product-grid:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:991px) {
    .list-collection-products .grid__item {
        width: 33.33%
    }
    .full-width .products-grid-view>.product-collection-item.product-grid {
        width: 33.333%
    }
    .collection_wrapper,
    .left-sidebar,
    .right-sidebar {
        width: 100%
    }
    .left-sidebar,
    .right-sidebar {
        margin-top: 20px
    }
    .filter-wrapper {
        padding: 10px 15px;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767px) {
    .list-collection-products .grid__item {
        width: 50%
    }
}

@media only screen and (max-width:700px) {
    .collection_left .products-grid-view>.product-collection-item.product-grid {
        width: 50%
    }
    .full-width .products-grid-view>.product-collection-item.product-grid {
        width: 50%;
        clear: none
    }
    .collection_template .products-grid-view .product-collection-item.product-grid,
    .full-width .products-grid-view>.product-collection-item.product-grid:nth-child(3n+1) {
        clear: none
    }
    .full-width .products-grid-view>.product-collection-item.product-grid:nth-child(odd),
    .products-grid-view .product-collection-item.product-grid:nth-child(odd),
    .search-products .products-grid-view .product-collection-item:nth-child(odd) {
        clear: both
    }
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}
.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    overflow: hidden
}
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible
}
.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--color-body);
    overflow: auto
}

.off-canvas.is-transition-overlap {
    z-index: 8889
}

.off-canvas .collection_sidebar .refined-widgets a.clear-all {
    color: #222;
    font-weight: 400;
    padding: 15px 0;
    margin: 0 0 15px;
    font-size: 16px
}

.off-canvas .collection_sidebar ul .owl-nav {
    top: -58px;
    right: 0
}

.off-canvas .collection_sidebar .widget_top_rated_products h4 {
    margin: 0 0 20px;
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
    background: #f5f5f5;
    font-size: 16px;
    color: var(--color-text);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.off-canvas .collection_sidebar .shopify-section .widget {
    border: none;
    padding: 10px;
    border: 1px solid var(--color-border);
    margin: 0 0 30px
}

.off-canvas .sidebar_close {
    position: relative;
    cursor: pointer
}

.off-canvas .sidebar_close i {
    font-size: 16px;
    position: absolute;
    right: 8px;
    left: auto;
    top: 8px;
    bottom: auto;
    height: 20px;
    width: 20px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    background: #666;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    text-align: center;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.off-canvas.position-left {
    width: 320px;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    overflow-y: initial;
    overflow-x: hidden
}

.off-canvas.position-right {
    width: 320px;
    transform: translateX(350px);
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -o-transform: translateX(350px);
    -ms-transform: translateX(350px);
    overflow-y: initial;
    overflow-x: hidden
}

.off-canvas::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.off-canvas::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.off-canvas::-webkit-scrollbar {
    width: 5px
}

.off-canvas.position-right .sidebar_close i {
    left: 8px;
    right: auto
}

a.filter-right {
    font-weight: 500
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 270px;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    -ms-transform: translateX(-270px)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 270px;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    -ms-transform: translateX(-270px)
}

.al-pd-lft,
.full_width.wrap_left_filter .sorting_wrapper,
.full_width.wrap_left_filter .view-mode.filter-grid-list.grid__item {
    padding-left: 15px
}

.full_width .sorting_wrapper .dropdown-toggle.btn--secondary,
.full_width .sorting_wrapper input.dropdown-toggle[type=submit] {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #e5e5e5;
    color: #111;
    padding: 7px 22px 7px 10px
}

.full_width.wrap_toggle_filter .collection_sidebar {
    margin: 15px 0 0;
    padding: 15px 0 0
}

.full_width .sorting_wrapper {
    margin: 0 0 0 20px
}

.full_width .collection_template .product-list.product-collection-item {
    width: 50%;
    clear: none
}

.full_width #shopify-section-sidebar-tag-filters,
.full_width #shopify-section-sidebar-tag-filters aside.sidebar-tag,
.products-grid-view .product-collection-item.product-grids,
.widget_filter_tag.total_2,
.widget_filter_tag.total_2 .sidebar-tag {
    width: 50%
}

.full_width .collection_sidebar {
    margin: 10px 0 0;
    border-top: 1px solid var(--color-border);
    padding: 20px 0 0
}

.full_width .collection_sidebar .refined-widgets a {
    background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    padding: 7px 20px;
    margin: 0 0 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

.sidebar-block ul li>a,
.sidebar__inner .widget.widget_categories a {
    color: #555;
    font-size: 16px
}

.full_width .filter-toggle .mdi.mdi-format-align-right {
    padding: 0 0 0 7px;
    font-size: 17px;
    vertical-align: middle
}

.sidebar .widget {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

.sidebar__inner .widget.widget_categories a:hover {
    color: #dd6719
}

@media only screen and (max-width:1199px) {
    .full_width .collection_template .product-list.product-collection-item {
        width: 100%
    }
}

@media only screen and (max-width:630px) {
    .full_width .sorting_wrapper {
        margin: 0;
        width: 100%
    }
}

.sidebar .widget h4,
.sidebar-block .widget .h4,
.sidebar-block .widget h4 {
    margin: 0 0 30px;
    cursor: default;
    position: relative;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    color: var(--color-text);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33
}

@media only screen and (max-width:991px) {
    .off-canvas .collection_sidebar .widget_top_rated_products h4 {
        font-size: 14px
    }
    .off-canvas .collection_sidebar .widget {
        border: none;
        padding: 0
    }
    .off-canvas .collection_sidebar .refined-widgets a {
        border: none
    }
    .main-content .sidebar-block .shopify-section,
    .off-canvas .shopify-section#shopify-section-sidebar-bestsellers,
    .off-canvas .shopify-section#shopify-section-sidebar-promoimage,
    .sidebar-block #shopify-section-sidebar-tag-filters aside.sidebar-tag {
        margin: 0
    }
    .full_width #shopify-section-sidebar-tag-filters,
    .full_width #shopify-section-sidebar-tag-filters aside.sidebar-tag,
    .sidebar-block .widget ul li {
        width: 100%
    }
    .full_width .collection_sidebar .refined-widgets a:hover {
        background: 0 0;
        color: var(--color-text)
    }
    .full_width .collection_sidebar .refined-widgets a {
        background: 0 0;
        margin: 10px 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        color: var(--color-text)
    }
    .sidebar .widget {
        padding: 0;
        margin-bottom: 0
    }
    .sidebar .widget.widget_top_rated_products {
        display: none
    }
    .sidebar-block {
        margin-bottom: 30px;
        border: 1px solid var(--color-border)
    }
    .sidebar-block .widget {
        padding: 0;
        border: none;
        border-bottom: 1px solid var(--color-border)
    }
    .sidebar-block .widget .h4,
    .sidebar-block .widget h4 {
        padding: 15px
    }
    .sidebar .widget h4,
    .sidebar-block .color .widget,
    .sidebar-block .widget .h4,
    .sidebar-block .widget h4 {
        border-bottom: none
    }
    .sidebar-block div ul {
        padding: 0 15px;
        margin: 2px 0 10px
    }
    .sidebar-block div ul li ul {
        padding: 0 0 0 15px
    }
    .off-canvas-wrapper .sidebar-block,
    .off-canvas-wrapper .sidebar-block .widget {
        border: none;
        margin: 0
    }
    .off-canvas-wrapper .sidebar-block div ul {
        padding: 0;
        margin: 0
    }
    #shopify-section-sidebar-tag-filters {
        margin-top: 0
    }
    .refined-widgets a {
        padding: 13px 15px;
        font-weight: 400;
        border-bottom: 1px solid var(--color-border);
        color: var(--color-text)
    }
    .collection_template .sidebar .widget h4,
    .collection_template .sidebar-block .widget .h4,
    .collection_template .sidebar-block .widget h4,
    .sidebar__inner .collection_sidebar .widget h4 {
        margin: 0;
        background: 0 0;
        padding: 15px;
        border-bottom: none;
        font-size: 14px
    }
}

.sidebar .widget:hover h4::before,
.sidebar-block .widget:hover .h4::before,
.sidebar-block .widget:hover h4::before {
    width: 45px
}

.sidebar-block ul li>a {
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    position: relative
}

.sidebar .widget ul li.product-wrapper {
    margin: 0 0 15px;
    animation: none;
    display: flex;
    padding: 0
}

.sidebar .collection_sidebar .refined-widgets>a {
    margin-bottom: 30px;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
    background: #f5f5f5
}

.collection_sidebar .widget .top-products-detail .price .money,
.sidebar .widget .top-products-detail .price .money {
    font-size: 16px;
    line-height: 1.2
}

.collection_sidebar .widget .top-products-detail .compare-price .money,
.sidebar .widget .top-products-detail .compare-price .money {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-decoration: line-through;
    color:#666666;
}

.widget-content li>a.active::before {
    content: "\f12c";
    font-family: "Material Design Icons";
    position: absolute;
    left: 3px;
    right: auto;
    top: 4px;
    bottom: auto;
    height: 15px;
    width: 15px;
    color: #fff;
    font-size: 11px
}

.collection_sidebar .widget .product-categories ul {
    padding: 0 0 0 15px
}

.widget.widget_promo_img {
    padding: 0;
    border: none
}

.product-wrapper.sidebar-product .image.product-thumb .loader .preloader-wrapper,
.product-wrapper.sidebar-product .image.product-thumb .loader .preloader-wrapper .spinner-layer,
.product-wrapper.sidebar-product .image.product-thumb .loader .preloader-wrapper .spinner-layer::before {
    height: 30px;
    width: 30px
}

.filter-toggle-wrap .collection_sidebar .refined-widgets a {
    padding: 7px 15px
}

.filter-toggle-wrap .collection_sidebar .refined-widgets a>i {
    margin-left: 8px
}

@media only screen and (max-width:991px) {
    .sidebar .widget .no-bullets .image {
        width: auto
    }
    .collection_sidebar .widget a>i,
    .off-canvas-wrapper .sidebar .widget h4::before,
    .off-canvas-wrapper .sidebar-block .widget .h4::before,
    .off-canvas-wrapper .sidebar-block .widget h4::before {
        display: inline-block
    }
    .sidebar .collection_sidebar div ul:not(#promo-carousel) {
        padding: 0 15px 5px
    }
    .collection_sidebar div ul#promoimg-carousel {
        padding: 0 !important
    }
    .sidebar .collection_sidebar>div .widget>h4 {
        padding: 15px
    }
    .collection_template .sidebar .widget h4::before,
    .collection_template .sidebar-block .widget .h4::before,
    .collection_template .sidebar-block .widget h4::before,
    .sidebar__inner .collection_sidebar .widget h4::before {
        display: none
    }
    .sidebar-block .widget>ul>li:last-child {
        margin: 0 0 15px
    }
    .off-canvas .sidebar-block .widget>ul>li:last-child {
        margin: 0 0 5px
    }
    .sidebar h4.toggle {
        cursor: pointer
    }
    .sidebar .widget.active h4.toggle::after,
    .sidebar h4.toggle::after,
    .sidebar-block .widget h4.toggle::after,
    .sidebar-block .widget.active h4.toggle::after {
        font-family: 'Material Design Icons';
        content: '\f140';
        font-size: 18px;
        font-weight: 500;
        position: absolute;
        right: 7px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 40px;
    }
    .sidebar .widget.active h4.toggle::after,
    .sidebar-block .widget.active h4.toggle::after {
        content: '\f143'
    }
    .sidebar .widget>:nth-child(2) {
        padding: 0;
        margin: 0
    }
    .filter-toggle-wrap .collection_sidebar .shopify-section .widget {
        padding: 0
    }
    .collection_template .shopify-section .widget.widget_promo_img {
        padding: 0;
        width: 40%;
        display: inline-block;
        vertical-align: top
    }
    .collection_template .full_width #shopify-section-sidebar-promoimage {
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .breadcrumb-wrapper span.title,
    .full-search-wrapper .search-results .title {
        font-size: 14px
    }
    .myaccount.icon-btn .dropdown-toggle .account-img>i {
        font-size: 24px
    }
    .nav-menu-wrap .menu_toggle_wrap>button {
        font-size: 25px
    }
    #alabout .alabout1 .alabout,
    .error-404 .search-bar,
    .full_width.wrap_right_filter .sorting_wrapper,
    .list-collection-products .grid__item,
    .product-template__container #notify-content .modal-dialog,
    .quick-view .product-img.images,
    .search-products .grid-item {
        width: 100%
    }
    .ajax-right .ajax_price .product-price__price .money,
    .cart-popup-wrapper.modal .cart-content .ajax-right .ajax-product-title,
    .cart-popup-wrapper.modal .cart-content .ajax-right .total_itmes,
    .error-404 .search-bar input[type=search],
    .search-results .name-price .price,
    .sub-title {
        font-size: 12px
    }
    .widget_top_rated_products .top-products .owl-nav .owl-prev::after {
        font-size: 18px
    }
    .widget_top_rated_products .top-products .owl-nav .owl-prev::before {
        font-size: 18px
    }
    .widget_top_rated_products .top-products .owl-nav .owl-next::after {
        font-size: 18px
    }
    .widget_top_rated_products .top-products .owl-nav .owl-next::before {
        font-size: 18px
    }
    .threesixty-video .product-360-button>a {
        border: none
    }
    .product-Video-btn.popup-video.tip-top {
        margin: 0 0 0 5px
    }
    .aboutus-wrap .our_team,
    .collection_template .grid-uniform.product-grid .products-grid-view,
    .has_bg #newproduct_products_slider,
    .masonary-collection.grid-uniform.product-grid.col-main {
        padding: 0 5px
    }
    .aboutus-wrap.ourteam_wrap {
        text-align: center;
        margin: 10px 0 20px
    }
    .aboutus-wrap.ourteam_wrap ul .teammember-item,
    .aboutus-wrap.ourteam_wrap ul .teammember-item ul li,
    .product-wrapper .spr-badge {
        padding: 0
    }
    .error-404 p.text-center {
        margin-bottom: 15px;
        font-size: 12px
    }
    .error-404 h4 {
        font-size: 22px;
        margin: 0 0 15px
    }
    h1.text-center.heading-404 {
        font-size: 85px
    }
    .grid.error-404 .error svg {
        height: 70px;
        width: 80px
    }
    .search-results {
      padding: 15px 0;
    }
      .search-results li {
        width: 50%;
    }
    .search-results .thumbnail, .search-results .name-price {
        width: 100%
    }
    .full-search-wrapper .search-results .name-price {
        padding: 15px 0 0;
        min-height: 80px;
        margin: 0
    }
    #customer_login .grid .grid-item.one-half {
        text-align: center !important
    }
    #customer_login .grid .grid-item.one-half:first-child>p {
        margin: 0 0 3px
    }
    .collection-slider-wrap {
        padding: 30px 0
    }
    #newsletterModal .modal-newsletter .newsletter-title,
    .product-template__container #notify-content .modal-dialog .modal-content .al-title,
    body .compare-model .max_compare {
        font-size: 14px
    }
    #notify-content .btn {
        padding: 0 15px
    }
    .product-form--variant-sold-out .product-single__addtocart .btn {
        width: 140px;
        padding: 9px 15px
    }
    .full_gallery_slider .owl-nav .owl-next,
    .full_gallery_slider .owl-nav .owl-prev {
        width: 60px
    }
    .full_gallery_slider .owl-item .num {
        padding: 5px
    }
    #recover_password .title,
    .cart-wrapper .cart__subtotal .money,
    .product-information-inner .notify_btn i,
    .product-information-inner i.mdi.mdi-cart-outline {
        font-size: 18px
    }
    .product-single__addtocart .btn {
        padding: 8px 28px;
        width: auto
    }
    .shopify-payment-button {
        min-width: 290px
    }
    .shopify-payment-button .shopify-payment-button__button {
        padding: 10px 20px
    }
    .product-single .product-information select {
        width: 130px
    }
    .quick-view .content {
        width: 90%;
        padding: 50px 15px;
        margin: 30px auto
    }
    .ajax-success-modal .success-message .btn {
        font-size: 12px;
        padding: 14px
    }
    .ajax-product-image {
        display: inline-block;
        vertical-align: top
    }
    .ajax-error-modal .modal-inner {
        padding: 10px;
        width: 270px
    }
    #customer_login .text-center .btn,
    .ajax-success-modal .content-wrap {
        margin: 10px 0 0
    }
    .ajax_price span.discount-percentage {
        font-size: 10px
    }
    .off-canvas.position-left,
    .off-canvas.position-right,
    .template-password #LoginModal.modal .modal-dialog.modal-dialog-centered {
        width: 290px
    }    
    .cart-popup-wrapper.modal .cart-content {
        width: 360px;
        max-width: 100%;
    }
    .cart-popup-wrapper.modal .cart-content .content {
        padding: 10px 15px 15px
    }
    .cart-popup-wrapper.modal .cart-content .content-wrap .ajax-left {
        width: 22%;
        margin: 0;
        padding: 0
    }
    .cart-popup-wrapper.modal .cart-content .content-wrap .ajax-right {
        width: 78%
    }
    body.cart-open .modal-cart {
        display: block
    }
    .product-information .flip-countdown .countdown-block.countdown-container {
        display: inline-block !important;
        height: auto
    }
    .qty-box-set .qtyminus,
    .qty-box-set .qtyminus1,
    .qty-box-set .qtyplus,
    .qty-box-set .qtyplus1,
    .qty-box-set .quantity,
    .qty-box-set .quantity1 {
        height: 35px
    }
    .ALProduct-Tab .nav-tabs {
        margin: 0 0 20px;
        padding-bottom: 20px;
    }
    .ALProduct-Tab .nav-tabs>li>a:after {
      bottom: -22px;
    }
    .product-single__description .product_tab_wrapper {
        margin: 30px 0 0
    }
    .product-wrapper .qty-box-set .quantity,
    .wishlist_table td.product-thumbnail {
        width: 100px
    }
    body .compare-model .modal .modal-dialog {
        max-width: 300px
    }
    .product-wrapper .qty-box-set .qtyminus,
    .product-wrapper .qty-box-set .qtyplus {
        width: 30px
    }
    .product-wrapper .sold-out-tag {
        height: 55px;
        width: 55px
    }
    .product-price__sale-label,
    .product-wrapper .custom_label {
        font-size: 10px;
        padding: 0 5px
    }
    .product-wrapper .spr-badges.grid-item-meta {
        bottom: 38px
    }
    .product-short-list .product-layouts.grid-view-item .product-wrapper .product-description .btn_wrapper {
        text-align: left
    }
    #shopify-section-article-template,
    .cart-wrapper .cart__footer .grid .grid-item.cart-right,
    .product-collection-item.product-short-list .style3.product-layouts .product-wrapper .pro_btn.add_tocart a {
        margin: 0
    }
    .grid-uniform {
        margin-left: -12px;
        margin-right: -12px
    }
    .page-width.newproduct.slider-newproduct-wrap.has_bg {
        padding: 65px 10px
    }
    .product-list .product-wrapper .product-description .grid-view-item__vendor {
        text-align: center
    }
    .item-row.product-layouts {
        margin-bottom: 20px
    }
    .product-list .product-description {
        width: 100%;
        text-align: center;
        padding: 0 15px !important
    }
    .product-list .product-thumb {
        margin: 0 0 15px;
        width: 100%;
        text-align: center
    }
    #newsletterModal .modal-newsletter .row-subscibe{
        margin: 0 0 15px
    }
    #newsletterModal .modal-newsletter {
        padding: 25px 15px
    }
    #newsletterModal .modal-newsletter .row-subscibe input {
        height: 38px;
        padding: 8px 15px;
        font-size: 14px
    }
    #newsletterModal .modal-newsletter .row-subscibe button {
        height: 38px
    }
    #newsletterModal .modal-newsletter .news-social .social-sharing a span.share-title {
        display: none
    }
    #newsletterModal .modal-newsletter .news-social {
        margin-top: 25px
    }
    .blog_list.grid__item.blog_list_item p.blog-date {
        padding: 5px 10px;
        bottom: 0;
        right: 0;
        font-size: 14px
    }
    .blog_list.grid__item.blog_list_item .blog-tag {
        line-height: 1.3
    }
    .blog-post-single .comments-count {
        border: none;
        padding: 0;
        margin: 10px 0 0;
        width: 100%
    }
    .homeslider .play-icone i {
        font-size: 28px
    }
    /* .homeslider .play-icone {
        height: 34px;
        width: 34px
    } */
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-button>a {
        padding: 7px 14px
    }
    .al-homeslider .home-slider .homeslider .slider-content-wrap.content-left.effect_right {
        right: 34%
    }
    .product-notification {
        width: 290px;
        left: 20px
    }
    #cart-footer,
    .collection_template .masonary-collection.grid-uniform.product-grid .products-grid-view {
        padding: 0
    }
    .cart-wrapper .cart__footer #update {
        margin: 0 1px 0 0
    }
    .cart__footer {
        margin: var(--gutter) 0;
        padding: 0;
        margin: 15px 0
    }
    .cart__footer:first-of-type {
        margin-top: 0
    }
    .cart__product a {
        font-size: 13px
    }
    .cart-policy,
    .cart__footer .grid,
    .template-password #LoginModal.modal {
        padding: 15px
    }
    .cart-policy .policy .content {
        width: 80%
    }
    .register .register-page,
    .template-customers-login .login .login-page,
    .template-password #LoginModal.modal .modal-dialog .modal-content {
        padding: 20px 15px
    }
    #shopify-section-password-content p.password__form-heading {
        font-size: 15px
    }
    .filter-show label,
    .filter-sortby label {
        padding-right: 5px
    }
    .full_width.wrap_left_filter .filter-show.grid__item,
    .full_width.wrap_right_filter .filter-show.grid__item {
        margin-left: 5px
    }
    .full_width.wrap_left_filter .sorting_wrapper,
    .full_width.wrap_left_filter .view-mode.filter-grid-list.grid__item {
        padding-left: 0
    }
    .full_width.right_filter.collection-sorting {
        margin-left: 0
    }
    .collection_template .sidebar .widget h4,
    .collection_template .sidebar-block .widget .h4,
    .collection_template .sidebar-block .widget h4,
    .sidebar__inner .collection_sidebar .widget h4 {
        padding: 12px;
        font-size: 13px
    }
    .widget_top_rated_products .top-products-detail {
        width: 60%
    }
    .collection_template .shopify-section .widget.widget_promo_img {
        width: 50%
    }
}

@media only screen and (max-width:991px) {
    .collection_template .full_width .shopify-section {
        width: 100%
    }
    .filter-toggle-wrap .sidebar-block {
        margin: 0 0 15px
    }
}

@media only screen and (min-width:1903px) {
    .widget_promo_img #promo-carousel img {
        width: 100%
    }
}

.widget_promo_img #promo-carousel .owl-dots {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    background: #fff;
    padding: 5px 10px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot {
    display: inline-block;
    background: 0 0;
    padding: 0;
    border: none
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot span {
    background: #111;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    height: 12px;
    width: 12px;
    vertical-align: middle;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot.active span {
    border: 2px solid var(--color-btn-secondary);
    height: 15px;
    width: 15px;
    position: relative;
    background: 0 0
}

.widget_promo_img #promo-carousel .owl-dots .owl-dot.active span::after {
    background: var(--color-btn-secondary);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 5px
}

.filter-grid-list #grid-view,
.filter-grid-list #gridy-view,
.filter-grid-list #grid-views,
.filter-grid-list #list-view,
.filter-grid-list #short-list-view {
    position: relative;
    background: 0 0;
    padding: 15px;
    margin: 0 3px 0 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    cursor: pointer
}
.filter-grid-list .grid::before,
.filter-grid-list .gridy::before,
.filter-grid-list .grids::before,
.filter-grid-list .list::before,
.filter-grid-list .short-list::before {
    content: "\f03b";
    color: #aaa;
    font-family: "Material Design Icons";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    font-size: 24px;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    background: 0 0;
    animation: none;
    font-weight: 400
}

.filter-grid-list .list::before {
    content: "\f969"
}

.filter-grid-list .short-list::before {
    content: "\f687"
}

.filter-grid-list .grids::before {
    content: "\f570"
}
.filter-grid-list .gridy::before {
    content: "\f070"
}

.widget_filter_tag.total_3 {
    width: 75%
}
@media (max-width:575px) {
  .payment_img {
    margin-top: 10px;
  }
}
@media only screen and (max-width:720px) {
    .filter-grid-list #grid-view {
        display: none
    }
}

.swatch .header {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px;
    width: 100%;
    color: #111
}

.swatch .swatch-element {
    position: relative;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    cursor: pointer
}

.swatch .swatch-element.size input:checked+label {
    background: #444;
    border: 1px solid #444;
    color: #fff
}

.swatch .swatch-element label {
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ccc;
    cursor: pointer;
    border: 1px solid #e3e3e3
}

.swatch .swatch-element .tooltip {
    text-align: center;
    background: #fff;
    color: #0f0f0f;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-bottom: 12px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    backface-visibility: hidden;
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
    pointer-events: none
}

.swatch .swatch-element .tooltip:before {
    bottom: -16px;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .swatch-element .tooltip:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    bottom: -7px;
    content: " ";
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    backface-visibility: visible;
    pointer-events: auto
}

.swatch.soldout {
    opacity: .5
}

.swatch.soldout label {
    cursor: no-drop
}

@media only screen and (min-width:601px) {
    .template-product .banner3-flex {
        display: flex;
        align-items: center
    }
}
.header_1_wrapper, 
.header_2_wrapper,
.header_3_wrapper {
    position: relative;
    z-index: 3
}
.header_1 .offer-title,
.header_2 .offer-title,
.header_3 .offer-title {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 13px
}
#shopify-section-footer-model-1 .site-footer .copyright a,
#shopify-section-footer-model-2 .site-footer .copyright a,
#shopify-section-footer-model-3 .site-footer .copyright a,
.site-footer .copyright,
.site-footer .copyright small {
    color: var(--FooterBottomText)
}
@media only screen and (min-width:992px){
.site-footer .footer-social-list,
.site-footer .copyright{
  padding:0;
}
}
.header_1 .fullscreen_header_toggle,
.header_2 .fullscreen_header_toggle,
.header_3 .fullscreen_header_toggle {
    cursor: pointer;
    margin-left: 20px
}
.header_1 .fullscreen_header_toggle .leftmenu,
.header_2 .fullscreen_header_toggle .leftmenu,
.header_3 .fullscreen_header_toggle .leftmenu{
    width: 20px;
    margin: 44px 0
}
.header_1 .fullscreen_header_toggle .leftmenu #menu,
.header_2 .fullscreen_header_toggle .leftmenu #menu,
.header_3 .fullscreen_header_toggle .leftmenu #menu{
    border: none;
    height: 2px;
    position: relative;
    width: 20px;
    z-index: 3;
    margin: 5px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.header_1 .fullscreen_header_toggle .leftmenu #menu::after,
.header_1 .fullscreen_header_toggle .leftmenu #menu::before,
.header_2 .fullscreen_header_toggle .leftmenu #menu::after,
.header_2 .fullscreen_header_toggle .leftmenu #menu::before,
.header_3 .fullscreen_header_toggle .leftmenu #menu::after,
.header_3 .fullscreen_header_toggle .leftmenu #menu::before {
    border: none;
    height: 2px;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 20px;
    bottom: 5px;
    top: auto;
    content: "";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.header_1 .fullscreen_header_toggle .leftmenu #menu,
.header_1 .fullscreen_header_toggle .leftmenu #menu::after,
.header_1 .fullscreen_header_toggle .leftmenu #menu::before,
.header_2 .fullscreen_header_toggle .leftmenu #menu,
.header_2 .fullscreen_header_toggle .leftmenu #menu::after,
.header_2 .fullscreen_header_toggle .leftmenu #menu::before,
.header_3 .fullscreen_header_toggle .leftmenu #menu,
.header_3 .fullscreen_header_toggle .leftmenu #menu::after,
.header_3 .fullscreen_header_toggle .leftmenu #menu::before {
    background: #111
}
.header_1 .fullscreen_header_toggle .leftmenu #menu::before,
.header_2 .fullscreen_header_toggle .leftmenu #menu::before,
.header_3 .fullscreen_header_toggle .leftmenu #menu::before{
    top: 5px;
    bottom: auto
}
.header_1 .al-megamenu1,
.header_2 .al-megamenu1,
.header_3 .al-megamenu1{
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 350px;
    z-index: 9;
    background: #fff;
    display: none;
    box-shadow: 0 5px 5px 0 rgb(0, 0, 0, .1)
}
.header_1 .al-megamenu1 .al-mega_menu1 span.menu-close i,
.header_2 .al-megamenu1 .al-mega_menu1 span.menu-close i,
.header_3 .al-megamenu1 .al-mega_menu1 span.menu-close i {
    font-size: 25px;
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
    bottom: auto;
    height: 26px;
    width: 26px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.design_2 .product-single .pro_img i.mdi.mdi-magnify,
.mobile-facets__details .mobile-facets__footer .btn::after {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}
.header_1 .al-megamenu1 .al-mega_menu1,
.header_2 .al-megamenu1 .al-mega_menu1,
.header_3 .al-megamenu1 .al-mega_menu1{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0
}
.header_1 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1,
.header_2 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1,
.header_3 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    margin: 0
}
.header_1 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar-track,
.header_2 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar-track,
.header_3 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4)
}
.header_1 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar-thumb,
.header_2 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar-thumb,
.header_3 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .9)
}
.header_1 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar,
.header_2 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar,
.header_3 .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1::-webkit-scrollbar {
    width: 5px
}
.header_1 .left-nav,
.header_2 .left-nav,
.header_3 .left-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.header_1 .currency_wrapper.dropdown-toggle,
.header_1 .language_wrapper.dropdown-toggle{
    padding: 16px 14px;
    align-items: center;
}
.header_2 .currency_wrapper.dropdown-toggle,
.header_2 .language_wrapper.dropdown-toggle {
    padding: 16px 20px;
}
.header_3 .currency_wrapper.dropdown-toggle,
.header_3 .language_wrapper.dropdown-toggle {
    padding: 13px 10px;
}
.header_1 .currency_wrapper.dropdown-toggle,
.header_2 .currency_wrapper.dropdown-toggle,
.header_3 .currency_wrapper.dropdown-toggle {
    padding-right: 0;
    position: relative;
}
.header_1 .currency_wrapper.dropdown-toggle:before {
    position: absolute;
    content: "";
    background: #484848;
    width: 1px;
    height: 14px;
    left: 0;
}
.header_3 .right-nav .icon-btn svg {
    width: 18px;
    height: 18px;
}
.header_2 .language_wrapper.dropdown-toggle::before,
.header_2 .currency_wrapper.dropdown-toggle:before {
    position: absolute;
    content: "";
    background: #D0D5DD;
    width: 1px;
    height: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.header_1 .left-nav .myaccount,
.header_3 .left-nav .myaccount {
    padding: 33px 0
}

.header_2 .left-nav .myaccount {
   padding: 33px 20px 33px 0;
}

.header_1 .top-header-lancur .lan-curr,
.header_2 .top-header-lancur .lan-curr,
.header_3 .top-header-lancur .lan-curr {
    position: relative
}
.header_1 .header-top,
.header_2 .header-top,
.header_3 .header-top {
    text-align: center;
}
@media(min-width:992px) {
    .flip-countdown.simple-countdown .countdown-container span: last-child {
      margin: 0
    }
    .header_1 .main-header .menu_toggle_wrap,
    .header_2 .main-header .menu_toggle_wrap,
    .header_3 .main-header .menu_toggle_wrap,
    menu-drawer.mobile-facets__wrapper {
      display: none
    }
    /* .site-footer .footer-column .inline-list {
      display: block !important
    } */
    .full_width .sidebar-block .facets-container .disclosure-has-popup::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: auto;
      right: 0;
      width: 1px;
      height: 210px;
      background: #e5e5e5
    }
}

/* .footer-column>:nth-child(2) {
    display: none;
    padding: 0 15px
} */
div#shopify-section-footer-model-1 .Newsletter-wrapper,
div#shopify-section-footer-model-2 .Newsletter-wrapper,
div#shopify-section-footer-model-3 .Newsletter-wrapper {
    padding: 75px 0
}
.site-footer .copyright small {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize
}

.site-footer .follow-us-outer.text-center .social-icons {
    position: relative;
    z-index: 1
}
#shopify-section-footer-model-1 .follow-us-outer.text-center .social-icons::after,
#shopify-section-footer-model-2 .follow-us-outer.text-center .social-icons::after,
#shopify-section-footer-model-3 .follow-us-outer.text-center .social-icons::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgba(0, 0, 0, .1);
    height: 1px;
    width: 42%;
    z-index: -1
}
#shopify-section-footer-model-1 .follow-us-outer.text-center .social-icons::before,
#shopify-section-footer-model-2 .follow-us-outer.text-center .social-icons::before,
#shopify-section-footer-model-3 .follow-us-outer.text-center .social-icons::before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgba(0, 0, 0, .1);
    height: 1px;
    width: 42%;
    z-index: -1
}
#shopify-section-footer-model-1 .footer-bottom-wrap,
#shopify-section-footer-model-2 .footer-bottom-wrap,
#shopify-section-footer-model-3 .footer-bottom-wrap{
    background: var(--colorFooterBottombg);
    padding: 25px 0
}
#shopify-section-footer-model-1 .footer-content,
#shopify-section-footer-model-2 .footer-content,
#shopify-section-footer-model-3 .footer-content {
    padding: 100px 0 70px;
    border-bottom: 1px solid #3f3f3f;
}
#shopify-section-footer-model-1 .site-footer .footer-column ul.inline-list li,
#shopify-section-footer-model-2 .site-footer .footer-column ul.inline-list li,
#shopify-section-footer-model-3 .site-footer .footer-column ul.inline-list li {
    text-align: left;
    position: relative;
    /* margin: 0 0 8px;
    width: 100% */
}

.footer-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin: 10px 0 20px
}
#shopify-section-footer-model-1 .footer-desc,
#shopify-section-footer-model-2 .footer-desc,
#shopify-section-footer-model-3 .footer-desc {
    padding: 20px 0 0;
    text-align: left
}
#shopify-section-footer-model-1 .block_newsletter form input[type=email],
#shopify-section-footer-model-2 .block_newsletter form input[type=email],
#shopify-section-footer-model-3 .block_newsletter form input[type=email]{
    color: var(--colorFooterTitle);
    font-size: 14px
}
#shopify-section-footer-model-1 .widget-title,
#shopify-section-footer-model-2 .widget-title,
#shopify-section-footer-model-3 .widget-title {
    margin: 0 0 25px;
    font-size: 24px;
    max-width: 370px;
    font-weight:500;
    line-height: normal;
    letter-spacing:0;
    color: var(--colorFooterTitle)
}
#shopify-section-footer-model-1 .site-footer a,
#shopify-section-footer-model-2 .site-footer a,
#shopify-section-footer-model-3 .site-footer a,
#shopify-section-footer-model-1 .contact-us .contact-address p,
#shopify-section-footer-model-2 .contact-us .contact-address p,
#shopify-section-footer-model-3 .contact-us .contact-address p{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
}
#shopify-section-footer-model-1 .site-footer a:hover,
#shopify-section-footer-model-2 .site-footer a:hover,
#shopify-section-footer-model-3 .site-footer a:hover {
    color: var(--color-text-hover-field);
}
#shopify-section-footer-model-1 .contact-us .contact-address, 
#shopify-section-footer-model-2 .contact-us .contact-address, 
#shopify-section-footer-model-3 .contact-us .contact-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    padding-left: 15px
}
#shopify-section-footer-model-1 .contact-us .email-address,
#shopify-section-footer-model-2 .contact-us .email-address,
#shopify-section-footer-model-3 .contact-us .email-address {
    padding-left: 15px;
    text-transform: none;
}
#shopify-section-footer-model-1 .contact-us .contact-address,
#shopify-section-footer-model-2 .contact-us .contact-address,
#shopify-section-footer-model-3 .contact-us .contact-address {
    padding-left: 15px;
}
#shopify-section-footer-model-1 .site-footer .footer-column.contactus .nav-secondary li .address svg,
#shopify-section-footer-model-2 .site-footer .footer-column.contactus .nav-secondary li .address svg,
#shopify-section-footer-model-3 .site-footer .footer-column.contactus .nav-secondary li .address svg {
    margin-top: 6px
}
#shopify-section-footer-model-1 .site-footer .footer-column.contactus .nav-secondary li,
#shopify-section-footer-model-2 .site-footer .footer-column.contactus .nav-secondary li,
#shopify-section-footer-model-3 .site-footer .footer-column.contactus .nav-secondary li{
    width: 100%;
    margin: 0 0 15px;
    align-items:center;
}
#shopify-section-footer-model-1 .site-footer .contact-us i.mdi,
#shopify-section-footer-model-2 .site-footer .contact-us i.mdi,
#shopify-section-footer-model-3 .site-footer .contact-us i.mdi {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
    text-align: center
}
#shopify-section-footer-model-1 .site-footer input#Email::-webkit-input-placeholder,
#shopify-section-footer-model-2 .site-footer input#Email::-webkit-input-placeholder,
#shopify-section-footer-model-3 .site-footer input#Email::-webkit-input-placeholder {
    color: var(--colorFooterTitle)
}
#shopify-section-footer-model-1 .footer-column .newsletter-bottom-cotent,
#shopify-section-footer-model-2 .footer-column .newsletter-bottom-cotent,
#shopify-section-footer-model-3 .footer-column .newsletter-bottom-cotent {
    display: block;
    padding: 0
}
#shopify-section-footer-model-1 .alnewsletter-info,
#shopify-section-footer-model-2 .alnewsletter-info,
#shopify-section-footer-model-3 .alnewsletter-info {
    display: flex;
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left
}
.paginatoin_custom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.main-btn.paginatoin_custom_btn_prev a:hover,span.main-btn.paginatoin_custom_btn_prev a:active,span.main-btn.paginatoin_custom_btn_prev a:focus{
  border-color:var(--color-product-secondary);
}
#shopify-section-footer-model-1 .alnewsletter-info-inner,
#shopify-section-footer-model-2 .alnewsletter-info-inner,
#shopify-section-footer-model-3 .alnewsletter-info-inner,
.paginatoin_custom_btn .paginatoin_custom_btn_next {
    margin-left: 10px
}

#shopify-section-footer-model-1 .alinput_newsletter,
#shopify-section-footer-model-2 .alinput_newsletter,
#shopify-section-footer-model-3 .alinput_newsletter {
    flex: 0 0 50%;
    margin: 0
}

#shopify-section-footer-model-1 .footer-top-subscribe,
#shopify-section-footer-model-2 .footer-top-subscribe,
#shopify-section-footer-model-3 .footer-top-subscribe {
    background: #fafafa;
    padding: 40px 0
}
.block_newsletter h2 {
    max-width: 370px;
    margin: 0 0 30px;
    color:#fff;
}
@media only screen and (min-width:1200px) and (max-width:1525px) {
#shopify-section-footer-model-1 .footer-content,
#shopify-section-footer-model-2 .footer-content,
#shopify-section-footer-model-3 .footer-content{
  padding:80px 0;
}
}
@media (min-width:992px) and (max-width:1199px) {
    .template-collection .content_wrap .sidebar {
        width: 30%
    }
    .template-collection .content_wrap .collection_left,
    .template-collection .content_wrap .collection_right {
        width: 70%
    }
    #shopify-section-footer-model-1 .links .widget-title,
    #shopify-section-footer-model-2 .links .widget-title,
    #shopify-section-footer-model-3 .links .widget-title,
    #shopify-section-footer-model-1 .site-footer .footer-column.links ul.inline-list li:last-child::after,
    #shopify-section-footer-model-2 .site-footer .footer-column.links ul.inline-list li:last-child::after,
    #shopify-section-footer-model-3 .site-footer .footer-column.links ul.inline-list li:last-child::after {
        display: none
    }
    #shopify-section-footer-model-1 .footer-column.links ul,
    #shopify-section-footer-model-2 .footer-column.links ul,
    #shopify-section-footer-model-3 .footer-column.links ul {
        text-align: center
    }
    #shopify-section-footer-model-1 .site-footer .footer-column.links ul.inline-list li,
    #shopify-section-footer-model-2 .site-footer .footer-column.links ul.inline-list li,
    #shopify-section-footer-model-3 .site-footer .footer-column.links ul.inline-list li {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0
    }
    #shopify-section-footer-model-1 .site-footer .footer-column.links ul.inline-list li::after,
    #shopify-section-footer-model-2 .site-footer .footer-column.links ul.inline-list li::after,
    #shopify-section-footer-model-3 .site-footer .footer-column.links ul.inline-list li::after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, .2);
        height: 15px;
        width: 1px;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto 0
    }
    #shopify-section-footer-model-1 .site-footer .footer-column.links ul.inline-list li a,
    #shopify-section-footer-model-2 .site-footer .footer-column.links ul.inline-list li a,
    #shopify-section-footer-model-3 .site-footer .footer-column.links ul.inline-list li a {
        padding: 0 15px
    }
    #shopify-section-footer-model-1 .follow-us-outer.text-center .social-icons::after,
    #shopify-section-footer-model-2 .follow-us-outer.text-center .social-icons::after,
    #shopify-section-footer-model-3 .follow-us-outer.text-center .social-icons::after,
    #shopify-section-footer-model-1 .follow-us-outer.text-center .social-icons::before,
    #shopify-section-footer-model-2 .follow-us-outer.text-center .social-icons::before,
    #shopify-section-footer-model-3 .follow-us-outer.text-center .social-icons::before {
        width: 40%
    }
    #shopify-section-footer-model-1 .footer-bottom-wrap,
    #shopify-section-footer-model-2 .footer-bottom-wrap,
    #shopify-section-footer-model-3 .footer-bottom-wrap {
        padding: 15px 0
    }
    #shopify-section-footer-model-1 .footer-bottom-wrap .footer-column.links,
    #shopify-section-footer-model-2 .footer-bottom-wrap .footer-column.links,
    #shopify-section-footer-model-3 .footer-bottom-wrap .footer-column.links {
        margin: 0 0 10px
    }
    #shopify-section-footer-model-1 .block_newsletter form .input-group .input-group-btn .btn,
    #shopify-section-footer-model-2 .block_newsletter form .input-group .input-group-btn .btn,
    #shopify-section-footer-model-3 .block_newsletter form .input-group .input-group-btn .btn {
        height: 40px
    }
    #shopify-section-footer-model-1 .social-icons li a,
    #shopify-section-footer-model-2 .social-icons li a,
    #shopify-section-footer-model-3 .social-icons li a {
        width: 34px
    }
    .footer-content .col-sm-3 {
        margin: 40px 0
    }
    #shopify-section-footer-model-1 .footer-content,
    #shopify-section-footer-model-2 .footer-content,
    #shopify-section-footer-model-3 .footer-content{
        padding: 50px 0
    }
    #shopify-section-footer-model-1 .site-footer a,
    #shopify-section-footer-model-2 .site-footer a,
    #shopify-section-footer-model-3 .site-footer a {
        line-height: 1.4
    }
    #shopify-section-footer-model-1 .site-footer .footer-column.contactus .nav-secondary li .address,
    #shopify-section-footer-model-2 .site-footer .footer-column.contactus .nav-secondary li .address,
    #shopify-section-footer-model-3 .site-footer .footer-column.contactus .nav-secondary li .address {
        align-items: flex-start
    }
    #shopify-section-footer-model-1 .contact-us .contact-address,
    #shopify-section-footer-model-2 .contact-us .contact-address,
    #shopify-section-footer-model-3 .contact-us .contact-address,
    #shopify-section-footer-model-1 .contact-us .email-address,
    #shopify-section-footer-model-2 .contact-us .email-address,
    #shopify-section-footer-model-3 .contact-us .email-address,
    #shopify-section-footer-model-1 .contact-us .phone,
    #shopify-section-footer-model-2 .contact-us .phone,
    #shopify-section-footer-model-3 .contact-us .phone {
        padding-left: 5px
    }
    .sidebar .widget h4.widget-title {
        font-size: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .threesixty-video span {
        font-size: 12px
    }
    .product-single.vertical_left .product-information-inner .checkout-btn,
    .product-single.vertical_right .product-information-inner .checkout-btn {
        margin: 0
    }
    #shopify-section-footer-model-1 .testimonial-content,
    #shopify-section-footer-model-2 .testimonial-content,
    #shopify-section-footer-model-3 .testimonial-content {
        display: flex;
        align-items: center
    }
    #shopify-section-footer-model-1 .block_newsletter,
    #shopify-section-footer-model-2 .block_newsletter,
    #shopify-section-footer-model-3 .block_newsletter {
        text-align: left
    }
    #shopify-section-footer-model-1 .block_newsletter .widget-title,
    #shopify-section-footer-model-2 .block_newsletter .widget-title,
    #shopify-section-footer-model-3 .block_newsletter .widget-title{
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: auto;
        margin: 0 0 10px
    }
    #shopify-section-footer-model-1 .footer-column ul,
    #shopify-section-footer-model-2 .footer-column ul,
    #shopify-section-footer-model-3 .footer-column ul,
    #shopify-section-footer-model-1 .footer-section,
    #shopify-section-footer-model-2 .footer-section,
    #shopify-section-footer-model-3 .footer-section,
    #shopify-section-footer-model-1 .footer-wrapper,
    #shopify-section-footer-model-2 .footer-wrapper,
    #shopify-section-footer-model-3 .footer-wrapper {
        padding: 0
    }
    #shopify-section-footer-model-1 .footer-wrapper .follow-us-outer,
    #shopify-section-footer-model-2 .footer-wrapper .follow-us-outer,
    #shopify-section-footer-model-3 .footer-wrapper .follow-us-outer {
        margin: 15px 0 0
    }
    #shopify-section-footer-model-1 .widget-title,
    #shopify-section-footer-model-2 .widget-title,
    #shopify-section-footer-model-3 .widget-title {
        text-align: left;
        padding: 10px 0;
        font-size: 16px;
        width: 100%;
        margin: 0
    }
    #shopify-section-footer-model-1 .footer-section .footer-cms.footer-column .newsletter-bottom-cotent,
    #shopify-section-footer-model-2 .footer-section .footer-cms.footer-column .newsletter-bottom-cotent,
    #shopify-section-footer-model-3 .footer-section .footer-cms.footer-column .newsletter-bottom-cotent{
        padding: 0 15px
    }
    #shopify-section-footer-model-1 .footer-bottom-wrap .site-footer__payment-icons,
    #shopify-section-footer-model-2 .footer-bottom-wrap .site-footer__payment-icons,
    #shopify-section-footer-model-3 .footer-bottom-wrap .site-footer__payment-icons {
        padding: 5px 0 0
    }
    #shopify-section-footer-model-1 .footer-content .footer-column.links,
    #shopify-section-footer-model-2 .footer-content .footer-column.links,
    #shopify-section-footer-model-3 .footer-content .footer-column.links {
        padding: 0 12px
    }
    #shopify-section-footer-model-1 .follow-us-outer.text-center .social-icons::after,
    #shopify-section-footer-model-2 .follow-us-outer.text-center .social-icons::after,
    #shopify-section-footer-model-3 .follow-us-outer.text-center .social-icons::after,
    #shopify-section-footer-model-1 .follow-us-outer.text-center .social-icons::before,
    #shopify-section-footer-model-2 .follow-us-outer.text-center .social-icons::before,
    #shopify-section-footer-model-3 .follow-us-outer.text-center .social-icons::before {
        width: 35%
    }
    #shopify-section-footer-model-1 .footer-content,
    #shopify-section-footer-model-2 .footer-content,
    #shopify-section-footer-model-3 .footer-content {
        padding: 40px 0
    }
    #shopify-section-footer-model-1 .alnewsletter-info>svg,
    #shopify-section-footer-model-2 .alnewsletter-info>svg,
    #shopify-section-footer-model-3 .alnewsletter-info>svg {
        width: 50px
    }
    #header-search>.form-control.input-lg {
        width: 58.2%
    }
    .block_newsletter {
      margin: 0 0 30px;
    }
    .product-information .review-price {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .product-information .review-price .h2.product-single__price {
      margin: 0 0 8px;
    }
}
@media only screen and (max-width:767px) {
    .block_newsletter {
      margin: 0 0 30px;
    }
    .block_newsletter h2{
      font-size: 18px;
    }
}
.blog_latest_new_home .text-center {
    padding: 30px 0 0;
}
#blog_slider .al-blog-content {
    position: relative;
    margin: 0;
    padding: 0 12px
}

.design_1 #blog_slider .al-blog-content .blog-content-wrap {
    padding: 15px 0 0;
    text-align: left
}

.design_1 #blog_slider .blog-content-wrap .article__date {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.63;
    display: block
}

.design_2 #blog_slider .al-blog-content .blog-content-wrap,
.design_3 #blog_slider .al-blog-content .blog-content-wrap {
    position: relative;
    text-align: left;
    padding: 20px 0 0
}

.design_2 #blog_slider .article__date {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    background: var(--color-btn-secondary);
    padding: 12px 25px;
    color: var(--color-btn-secondary-text);
    position: absolute;
    left: 0;
    bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center
}

.add-cancel-btn,
.design_2 #blog_slider .article__date svg {
    margin-right: 10px
}

.design_2 .blog-right-content .al-social-share {
    display: inline-flex;
    align-items: center;
    padding: 10px 0 20px
}

.design_2 .blog-right-content .al-social-share>div:not(:last-child) {
    padding-right: 20px
}

.design_2 .blog-right-content .al-social-share>div i {
    font-size: 18px;
    color: #555
}

.design_3 #blog_slider .article__date {
    display: inline-block;
    font-size: 18px;
    padding: 10px 15px;
    position: absolute;
    top: auto;
    left: 15px;
    right: auto;
    bottom: 15px;
    color: #555;
    background-color: #ffffff;
}
.design_1 .product-single__photos {
    margin-bottom: 20px;
    padding-left: 12px
}

.product-block .title-arrows {
    padding: 0 0 6px
}

.design_2 .product-single .pro_img .product-image-btn {
    right: 10px
}

.design_2 .product-single a.product-lightbox-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top
}

.design_2 .product-single .pro_img i.mdi.mdi-magnify {
    font-size: 24px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    backface-visibility: hidden;
    transition: .4s ease-in-out
}

.design_2 .product-block .title-arrows {
    border-bottom: 1px solid var(--color-border);
    padding: 0 0 10px;
    text-align: center;
    margin: 0 0 15px
}

.design_2 .main-product {
    display: flex;
    padding: 0;
    flex-wrap: wrap
}

.design_2 .additinal-product .pro_img {
    cursor: pointer;
    margin-bottom: 15px
}

.design_2 .additinal-product .pro_img::after {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.userInput {
    background: #f3f3f3
}

.design_3 .product-information {
    justify-content: center
}
.product-single__thumbnail {
    display: block;
    min-height: 44px;
    position: relative
}

.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
    opacity: .8
}

.product-single__thumbnail.active-thumb {
    border-color: var(--color-text)
}

.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.product-single__thumbnail-badge {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 6px;
    top: 6px;
    pointer-events: none
}

.product-single__thumbnail-badge .icon {
    fill: var(--color-bg);
    width: 100%;
    height: 100%;
    vertical-align: baseline
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
    stroke: rgba(var(--color-text-rgb), .05)
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
    fill: var(--color-text)
}

.shopify-model-viewer-ui {
    display: inline-block;
    cursor: pointer;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute
}

.zoomImg {
    background-color: var(--color-body)
}

.product-single__media-wrapper {
    margin: 0 auto;
    width: 100%
}

.product-single__view-in-space {
    border: none;
    width: 100%;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
    color: var(--color-text);
    background-color: rgba(var(--color-text-rgb), .08)
}

.product-single__view-in-space[data-shopify-xr-hidden] {
    backface-visibility: hidden;
    display: none
}

.product-single__view-in-space:focus .product-single__view-in-space-text,
.product-single__view-in-space:hover .product-single__view-in-space-text {
    border-bottom-color: var(--color-text)
}

.product-single__view-in-space svg.icon {
    margin-top: -3px;
    margin-right: 2.43px;
    fill: transparent;
    height: calc((25 / (var(--font-size-base))) * 1em);
    width: calc((25 / (var(--font-size-base))) * 1em)
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
    stroke: none
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
    fill: var(--color-text);
    opacity: 1
}

.product-single__view-in-space-text {
    border-bottom: 1px solid transparent
}

.btn.btn--link.thumbnails-slider__btn {
    padding: 5px
}

.btn.btn--link.thumbnails-slider__btn span {
    font-size: 20px;
    width: 20px;
    height: 20px
}

.thumbnails-wrapper {
    position: relative;
    width: 100%;
    top: 10px;
    text-align: center;
    margin: 0 2px 30px
}

.thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 10px;
    padding-bottom: 10px
}

.thumbnails-slider__btn .icon {
    height: 14px;
    width: 14px
}

#cart-footer {
    margin-left: auto;
    max-width: 100%;
    width: 350px;
}

.product-single__thumbnail {
    margin: 0 auto
}

.product-single__thumbnails-slider-track {
    position: relative;
    display: block
}

.product-single__thumbnails-slider-track:after,
.product-single__thumbnails-slider-track:before {
    content: "";
    display: table
}

.product-single__thumbnails-slider-track:after {
    clear: both
}

.product-single__thumbnails-item {
    padding-left: 5px
}

.product-single__thumbnails-item.slick-slide {
    padding-bottom: 10px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    vertical-align: middle
}

.thumbnails-slider--active .product-single__thumbnails-item.slick-slide {
    padding-top: 5px;
    padding-bottom: 5px
}

@media only screen and (min-width:750px) {
    .pagination-wrap {
        margin: 0 0 30px
    }
    .product-single__thumbnail-badge {
        width: 26px;
        height: 26px
    }
    .product-single__thumbnails-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

.product-single__thumbnails-item-slide {
    display: block
}

#accessibleNav>li {
    position: relative;
    padding: 10px 0
}

#accessibleNav>li>a {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

@media (max-width:1299px) {
    .design_2 #blog_slider .al-blog-content .article__title {
        font-size: 20px
    }
    #accessibleNav>li>a {
        padding: 10px
    }
}

.site-header .full-header-wrap .navbar #accessibleNav li li>a {
    white-space: nowrap;
    line-height: 2
}

ul ul.sub-nav__dropdown ul.sub-nav__dropdown {
    left: auto;
    position: relative
}

#accessibleNav>li.site-nav--has-dropdown>a::after {
    bottom: auto;
    content: "\f140";
    font-family: "Material Design Icons";
    font-size: 12px;
    position: relative;
    padding-left: 5px
}

/* @media (max-width:991px) {
  #shopify-section-footer-model-1 .desktop-toggel,
  #shopify-section-footer-model-2 .desktop-toggel,
  #shopify-section-footer-model-3 .desktop-toggel{
    display: none !important;
  }
} */
@media (min-width:992px) {
    .header_1_wrapper .right-nav .header_currency .title,
    .header_1_wrapper .right-nav .header_language .title,
    .header_2_wrapper .right-nav .header_currency .title,
    .header_2_wrapper .right-nav .header_language .title,
    .header_3_wrapper .right-nav .header_currency .title,
    .header_3_wrapper .right-nav .header_language .title{
        display: none
    }
    .header_style_2.product_sticky_design_2 .breadcrumb-wrapper.breadcrumb-content {
        padding: 120px 18px 30px
    }
    /* 
  #shopify-section-footer-model-1 .mobile-toggel,
  #shopify-section-footer-model-2 .mobile-toggel,
  #shopify-section-footer-model-3 .mobile-toggel{
      display:none !important;
    } */
  .n_a_v{
    display:block !important;
  }
    #accessibleNav>li>a::before {
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        content: "";
        margin: auto;
        width: 100%;
        height: 0;
        z-index: -1;
        transition: .4s cubic-bezier(.215, .61, .355, 1);
        -webkit-transition: .4s cubic-bezier(.215, .61, .355, 1);
        -moz-transition: .4s cubic-bezier(.215, .61, .355, 1);
        -o-transition: .4s cubic-bezier(.215, .61, .355, 1);
        -ms-transition: .4s cubic-bezier(.215, .61, .355, 1)
    }
    #accessibleNav>li: hover>a::before {
        bottom: 0;
        top: auto;
        height: 100%
    }
    #accessibleNav li .sub-nav__dropdown.sub-menu .site-nav__link.site-nav__linknodrop {
        font-size: 13px
    }
    #accessibleNav li: hover .sub-nav__dropdown.sub-menu.top-link {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        transition: .4s ease-in-out;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out;
        z-index: 10;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        backface-visibility: visible
    }
    .Site-navigation {
        display: inline-block !important
    }
    #accessibleNav li .sub-nav__dropdown.sub-menu {
        margin: 0;
        position: absolute;
        top: 100%;
        background: #fff;
        text-align: left;
        border: 1px solid var(--color-border);
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        z-index: 2;
        padding: 8px 0;
        transition: .4s ease-in-out;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out;
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform-origin: center top 0;
        display: block !important;
        left: 0;
        right: auto
    }
    #accessibleNav li:hover .sub-nav__dropdown.sub-menu {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
    #accessibleNav li .sub-nav__dropdown.sub-menu.mega-menu {
        width: 442px
    }
    #accessibleNav li.more_menu .sub-nav__dropdown.sub-menu {
        min-width: 200px;
        right: 0;
        left: auto
    }
    #accessibleNav>.site-nav--has-dropdown>.sub-nav__dropdown::before {
        content: "\f360";
        color: var(--color-border);
        position: absolute;
        left: 10px;
        top: -22px;
        bottom: auto;
        right: auto;
        height: 34px;
        width: 34px;
        font-family: "Material Design Icons";
        font-size: 34px
    }
    #accessibleNav .more_menu.site-nav--has-dropdown>.sub-nav__dropdown::before {
        right: 10px;
        left: auto
    }
    #accessibleNav .more_menu .site-nav--has-dropdown>.sub-nav__dropdown {
        right: 100%;
        left: auto;
        top: 0
    }
    #accessibleNav .more_menu .site-nav--has-dropdown:hover>.sub-nav__dropdown,
    #accessibleNav .more_menu2 .site-nav--has-dropdown:hover>.sub-nav__dropdown {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1)
    }
}
.destination {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align:left;
}
.Site-navigation .sub-nav__dropdown.sub-menu.mega-menu>li {
    padding: 5px 15px;
    display: table-cell;
    min-width: 150px
}


@media (max-width:991px) {
    .block_newsletter .block_content form p.note.form-success,
    .block_newsletter .form-vertical .errors {
        position: static;
        width: 100%;
        margin: 10px 0 0
    }
    .owl-theme .owl-nav,
    .slick-slider .slick-arrow {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        backface-visibility: visible;
        vertical-align: top;
        width: auto
    }
    .owl-theme .owl-nav .owl-next,
    .owl-theme .owl-nav .owl-prev,
    .slick-slider .slick-next.slick-arrow,
    .slick-slider .slick-prev.slick-arrow {
        height: 34px;
        width: 34px;
        padding: 0
    }
    .owl-theme .owl-nav .owl-next::before,
    .owl-theme .owl-nav .owl-prev::before {
        font-size: 22px;
        padding: 0
    }
    .owl-theme .owl-nav .owl-prev,
    .slick-slider .slick-prev.slick-arrow {
        left: 10px
    }
    .owl-theme .owl-nav .owl-next,
    .slick-slider .slick-next.slick-arrow {
        right: 10px
    }
    .owl-carousel,
    .slick-slider {
        max-width: 100vw;
        width: 100%;
        overflow: hidden
    }
    .header_1 .fullscreen_header_toggle,
    .header_1 .menu_toggle_wrap span.menu-text,
    .header_1 .right-icon .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1,
    .header_1 .right-nav .customer_account .header_currency .currency_wrapper.dropdown-toggle,
    .header_1 .right-nav .customer_account .header_language .language_wrapper.dropdown-toggle,
    .header_1 .right-nav .top-header-lancur .lan-curr::after,
    .header_1_wrapper .right-nav .myaccount span.account-title,
    .header_2 .fullscreen_header_toggle,
    .header_2 .menu_toggle_wrap span.menu-text,
    .header_2 .right-icon .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1,
    .header_2 .right-nav .customer_account .header_currency .currency_wrapper.dropdown-toggle,
    .header_2 .right-nav .customer_account .header_language .language_wrapper.dropdown-toggle,
    .header_2 .right-nav .top-header-lancur .lan-curr::after,
    .header_2_wrapper .right-nav .myaccount span.account-title,
    .header_3 .fullscreen_header_toggle,
    .header_3 .menu_toggle_wrap span.menu-text,
    .header_3 .right-icon .al-megamenu1 .al-mega_menu1 ul.al_menus_ul1,
    .header_3 .right-nav .customer_account .header_currency .currency_wrapper.dropdown-toggle,
    .header_3 .right-nav .customer_account .header_language .language_wrapper.dropdown-toggle,
    .header_3 .right-nav .top-header-lancur .lan-curr::after,
    .header_3_wrapper .right-nav .myaccount span.account-title,
    .product-wrapper .product-thumb .product-qty {
        display: none
    }
  
    .product-wrapper .product-description .product-qty {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        backface-visibility: visible;
        height: 34px
    }
    .header_1_wrapper .header_language,
    .header_2_wrapper .header_language,
    .header_3_wrapper .header_language {
        padding: 8px 0 0
    }
    .header_1_wrapper .header_currency .currencies.flag-dropdown-menu li,
    .header_2_wrapper .header_currency .currencies.flag-dropdown-menu li,
    .header_3_wrapper .header_currency .currencies.flag-dropdown-menu li{
        margin: 2px 0
    }
    .header_1_wrapper .header_currency .title,
    .header_1_wrapper .header_language .title,
    .header_2_wrapper .header_currency .title,
    .header_2_wrapper .header_language .title,
    .header_3_wrapper .header_currency .title,
    .header_3_wrapper .header_language .title {
        color: var(--color-text);
        text-transform: capitalize;
        font-weight: 500
    }
    #accessibleNav .more_menu ul.top-link>li,
    #accessibleNav ul.mega-menu li,
    #accessibleNav>li,
    .design_3 #blog_slider .al-blog-content .ttblog_image_holder,
    .header_1 .compare-icon-div,
    .header_1 .header-contact,
    .header_1 .header-email,
    .header_2 .compare-icon-div,
    .header_2 .header-contact,
    .header_2 .header-email,
    .header_3 .compare-icon-div,
    .header_3 .header-contact,
    .header_3 .header-email {
        padding: 0
    }
    .header_1_wrapper .right-nav .myaccount span svg,
    .header_2_wrapper .right-nav .myaccount span svg,
    .header_3_wrapper .right-nav .myaccount span svg{
        width: 18px;
        height: 22px
    }
    .header_1_wrapper .right-nav>div .customer_account,
    .header_2_wrapper .right-nav>div .customer_account,
    .header_3_wrapper .right-nav>div .customer_account{
        right: 0;
        left: auto
    }
    .header_1_wrapper .right-nav .myaccount>span, 
    .header_2_wrapper .right-nav .myaccount>span,
    .header_3_wrapper .right-nav .myaccount>span {
        padding: 29px 0
    }
    .header_1 .menu_toggle_wrap .nav-toggle,
    .header_2 .menu_toggle_wrap .nav-toggle,
    .header_3 .menu_toggle_wrap .nav-toggle{
        margin-right: 10px
    }
    .header_1 .menu_toggle_wrap,
    .header_2 .menu_toggle_wrap,
    .header_3 .menu_toggle_wrap,
    .header_1_wrapper .header_logo_wrap,
    .header_2_wrapper .header_logo_wrap,
    .header_3_wrapper .header_logo_wrap{
        margin: 18px 0
    }
    .header_1 .menu_toggle_wrap i.mdi-menu,
    .header_2 .menu_toggle_wrap i.mdi-menu,
    .header_3 .menu_toggle_wrap i.mdi-menu {
        font-size: 24px
    }
    .header_1 .left-nav,
    .header_2 .left-nav,
    .header_3 .left-nav{
        margin: 8px 0 0
    }
    .header-middle,
    .header_1 .header-middle .right-nav,
    .header_2 .header-middle .right-nav,
    .header_3 .header-middle .right-nav{
        text-align: center
    }
    .header_1 .compare-icon-div,
    .header_1 .header_currency,
    .header_1 .header_language,
    .header_1 .myaccount,
    .header_2 .compare-icon-div,
    .header_2 .header_currency,
    .header_2 .header_language,
    .header_2 .myaccount,
    .header_3 .compare-icon-div,
    .header_3 .header_currency,
    .header_3 .header_language,
    .header_3 .myaccount {
        display: inline-block;
        vertical-align: top
    }
    .header_1_wrapper .right-nav .myaccount span svg,
    .header_2_wrapper .right-nav .myaccount span svg,
    .header_3_wrapper .right-nav .myaccount span svg {
        width: 16px;
        height: 22px
    }
    .site-header .right-icon .right-nav .icon-btn {
        padding: 13px 0
    }
    .design_3 #blog_slider .al-blog-content .blog-content-wrap{
        text-align: left
    }
    /* .header_2 .currency_wrapper.dropdown-toggle, .header_2 .language_wrapper.dropdown-toggle {
      padding: 9px 14px;
    } */
    .header_1 .right-nav .top-header-lancur, 
    .header_2 .right-nav .top-header-lancur,
    .header_3 .right-nav .top-header-lancur {
        flex-direction: column
    }
    .header_1 .top-header-lancur .lan-curr,
    .header_2 .top-header-lancur .lan-curr,
    .header_3 .top-header-lancur .lan-curr {
        padding: 0;
        position: relative;
        margin-left: 0;
    }
    .header_1_wrapper .right-nav .top-header-lancur .title,
    .header_2_wrapper .right-nav .top-header-lancur .title,
    .header_3_wrapper .right-nav .top-header-lancur .title{
        display: block
    }
    .header_1 .myaccount .customer_account,
    .header_2 .myaccount .customer_account,
    .header_3 .myaccount .customer_account {
        padding: 15px
    }
    .header_1 .myaccount .customer_account .all-drop-space li,
    .header_2 .myaccount .customer_account .all-drop-space li,
    .header_3 .myaccount .customer_account .all-drop-space li {
        padding: 5px 0
    }
    .footer-content .footer-text {
      text-align: left;
    }
    #shopify-section-footer-model-1 .footer-content .footer-column,
    #shopify-section-footer-model-2 .footer-content .footer-column,
    #shopify-section-footer-model-3 .footer-content .footer-column{
        margin: 0;
        position: relative
    }
    #shopify-section-footer-model-1 .footer-content .footer-column.contactus h5,
    #shopify-section-footer-model-2 .footer-content .footer-column.contactus h5,
    #shopify-section-footer-model-3 .footer-content .footer-column.contactus h5 {
        margin-bottom: 0;
    }
    #shopify-section-footer-model-1 .site-footer .footer-column ul.inline-list li:last-child,
    #shopify-section-footer-model-2 .site-footer .footer-column ul.inline-list li:last-child,
    #shopify-section-footer-model-3 .site-footer .footer-column ul.inline-list li:last-child {
        margin: 0 0 20px
    }
    .design_1 #blog_slider .al-blog-content .article__title {
        margin: 0 0 10px;
        font-size: 18px
    }
    .design_2 #blog_slider .al-blog-content .article__title {
        font-size: 18px
    }
    .design_2 .main-product,
    .alresponsive_menu-wrap .nav-menu-wrapper {
        width: 100%
    }
    #accessibleNav .more_menu ul.top-link li a {
        font-size: 13px;
        padding: 5px 20px;
        font-weight: 600
    }
    #accessibleNav>li.site-nav--has-dropdown>a::after {
        display: none
    }
    .site-footer .footer-column.contactus .inline-list {
      padding-top: 15px;
    }
    .Site-navigation .sub-nav__dropdown.sub-menu.mega-menu>li {
        display: inline-block
    }
    #top-links>ul>li,
    div#top-links {
        vertical-align: top;
        display: inline-block
    }
    .nav-menu-wrap ul.sub-nav__dropdown.sub-menu {
        display: none;
        padding-left: 10px
    }
    #accessibleNav .more_menu .top-link li span.mobile-nav__sublist-trigger,
    #accessibleNav .sub-menu,
    #accessibleNav li.site-nav--has-dropdown>a::after,
    #accessibleNav>li.site-nav--has-dropdown ul.mega-menu>li>a::after,
    #top-links>ul>li:first-child,
    .full-header-wrap .navbar,
    .nav-menu-wrapper h4#category {
        display: none
    }
    .ttresponsive_menu-wrap {
        position: relative;
        text-align: left
    }
    .template-index .ttresponsive_menu-wrap {
        margin: 0
    }
    .ttresponsive_menu-wrap.dark_icon,
    .ttresponsive_menu-wrap.dark_icon .left-sidebar-menu .widget-title {
        color: #000 !important
    }
    .left-sidebar-menu .widget-title {
        color: #000
    }
    .ttresponsive_menu-wrap.light_icon {
        color: #fff
    }
    .ttresponsive_menu-wrap.dark_icon .left-sidebar-menu .widget-title {
        color: #000 !important;
        margin: 0;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 400
    }
    .ttresponsive_menu-wrap.light_icon .left-sidebar-menu .widget-title,
    .ttresponsive_menu-wrap.light_icon .nav-menu-wrapper .widget-title {
        margin: 0;
        padding: 18px 0
    }
    .ttresponsive_menu-wrap.light_icon .nav-menu-wrapper .widget-title {
        margin-right: 52px !important;
        position: relative
    }
    #accessibleNav li.site-nav--has-dropdown>a::after,
    #accessibleNav>li.site-nav--has-dropdown>a::after {
        content: "\f142";
        font-family: "Material Design Icons";
        font-size: 15px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9
    }
    #accessibleNav ul.sub-menu {
        text-align: left;
        min-width: 165px;
        display: block !important;
        margin: 0;
        padding: 0
    }
    #accessibleNav>.site-nav--has-dropdown>.sub-nav__dropdown:before {
        content: "";
        display: block;
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 12px
    }
    #accessibleNav .sub-nav__dropdown li,
    #accessibleNav .sub-nav__dropdown li:first-child {
        text-align: left;
        min-width: 165px;
        position: relative;
        padding: 0
    }
    #accessibleNav .sub-menu {
        padding: 20px 0
    }
    #accessibleNav ul.mega-menu {
        padding: 20px
    }
    #accessibleNav .sub-nav__dropdown a {
        position: relative;
        padding: 0
    }
    #accessibleNav .sub-nav__dropdown.mega-menu>li>a {
        position: relative;
        padding: 10px 0
    }
    #accessibleNav .site-nav--has-dropdown:hover>.sub-nav__dropdown.mega-menu {
        display: table !important;
        padding: 20px 30px;
        border: 1px solid var(--color-border);
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0
    }
    #accessibleNav .site-nav--has-dropdown:hover>.sub-nav__dropdown.mega-menu>li {
        display: table-cell !important;
        max-width: 230px;
        line-height: 1.6;
        min-width: 230px;
        vertical-align: top;
        padding: 0;
        text-align: left
    }
    #accessibleNav .site-nav--has-dropdown:hover>.sub-nav__dropdown.mega-menu>li ul.sub-menu,
    #accessibleNav .site-nav--has-dropdown>.sub-nav__dropdown.mega-menu>li ul.sub-menu {
        display: block !important
    }
    #accessibleNav .site-nav--has-dropdown>.sub-nav__dropdown.mega-menu>li>a:before {
        background: var(--color-border);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        right: auto;
        position: absolute;
        width: 200px
    }
    ul.sub-sub-nav__dropdown.sub-menu.mobile-nav__sublist {
        margin-left: 0
    }
    #left_accessibleNav ul.site-nav li>a {
        padding: 5px 20px
    }
    .site-nav li {
        padding: 0;
        text-align: left;
        width: 100%
    }
    .site-nav--has-dropdown .sub-menu,
    .site-nav--has-dropdown .sub-nav__dropdown {
        margin-left: 15px;
        display: none
    }
    #cart .cart-products-count {
        right: 8px
    }
    .categories {
        margin: 0 0 30px
    }
  .header_1 .header_language .disclosure, 
  .header_1 .tbl-list>li.currency, 
  .header_2 .header_language .disclosure, 
  .header_2 .tbl-list>li.currency,
  .header_3 .header_language .disclosure, 
  .header_3 .tbl-list>li.currency {
    padding: 0;
  }
}
.header_2 .header_logo_wrap {
    text-align: center;
}
.mobile-facets__summary>div span.mobile-facets__arrow:active i,
.mobile-facets__summary>div span.mobile-facets__arrow:focus i,
.mobile-facets__summary>div span.mobile-facets__arrow:hover i,
.site-nav__link:active,
.site-nav__link:focus,
.site-nav__link:hover {
    color: #fff
}

.site-nav .sub-nav__dropdown .sub-sub-nav__dropdown>li {
    padding: 2px 0
}

.site-nav {
    cursor: default;
    margin: 0;
    width: 100%
}

.site-nav li {
    margin: 0;
    display: inline-block;
    padding: 10px 25px;
    vertical-align: top
}

.site-nav li:first-child {
    border-top: 0
}

.site-nav__link {
    font-weight: 400;
    padding: var(--gutter)/2;
    max-width: 100%;
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

@media (max-width:1024px) {
    .site-nav__link.site-nav__linknodrop {
        padding-left: var(--gutter)/2
    }
}

.site-nav__linkdrop {
    font-weight: 400;
    padding: var(--gutter)/2;
    max-width: 100%;
    width: 100%
}

.site-nav__linkdroparrow {
    font-weight: 400;
    padding: var(--gutter)/2;
    max-width: 100%;
    width: 100%;
    padding-left: var(--gutter)/2
}

.sub-nav__dropdown a {
    text-transform: capitalize;
    max-width: 100%;
    white-space: normal
}

.sub-nav__dropdown li:last-child {
    border-bottom: 0
}

@media (max-width:1025px) {
    .search-bar {
        margin: 0 auto
    }
    .site-nav__linkdrop {
        width: auto;
        min-width: 0;
        padding-right: 0
    }
    .sub-nav__dropdown {
        margin: 0
    }
}

@media (min-width:1025px) {
    .lt-ie9 .site-nav {
        display: inline-table
    }
    .lt-ie9 .site-nav ul {
        margin: 0
    }
    .lt-ie9 .site-nav li {
        border: 0;
        display: inline
    }
    .site-nav__link {
        padding: 0 0 var(--gutter)/2
    }
    .site-nav__link:active,
    .site-nav__link:focus,
    .site-nav__link:hover {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none
    }
    .sub-nav__dropdown {
        margin: -10px 0 30px;
        background-color: transparent
    }
    .sub-nav__dropdown a {
        padding: 0
    }
    .sub-nav__dropdown li,
    .sub-nav__dropdown li:first-child {
        border: 0
    }
    .sub-nav__dropdown-toggle {
        display: inline-block;
        padding: 0;
        position: absolute;
        bottom: calc(50% - 6px);
        width: auto
    }
}

.site-nav__link,
.site-nav__linkdrop,
.site-nav__linkdroparrow {
    padding: 0;
    text-transform: capitalize
}

.site-nav--active,
.site-nav--active a {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    color: #111
}

.sub-nav__dropdown-toggle {
    font-size: 16px;
    background-color: transparent;
    color: #111
}

.sub-nav__dropdown-toggle:hover {
    background-color: transparent;
    color: #111
}

@media (max-width:1025px) {
    .sub-nav__dropdown-toggle {
        padding-top: 20px;
        padding-bottom: 12px;
        position: absolute
    }
}

@media (min-width:1025px) {
    .site-nav__label {
        display: inline-block;
        padding: 0;
        width: auto;
        white-space: normal
    }
}

@media (max-width:1199px) {
    .sidebar .widget h4,
    .sidebar-block .widget .h4,
    .sidebar-block .widget h4 {
        margin: 0 0 10px
    }
    .currency_code,
    .language_code {
        font-size: 14px
    }
    .design_3 #blog_slider .al-blog-content .article__title {
        font-size: 18px
    }
    .design_3 #blog_slider .al-blog-content .blog-content-wrap .rte.article__grid-excerpt {
        font-size: 14px;
        margin: 0 0 15px
    }
    .site-nav__link.site-nav__linknodrop,
    .site-nav__linknodrop.site-nav__linkdrop,
    .site-nav__linknodrop.site-nav__linkdroparrow {
        padding: 0
    }
    .site-nav__link,
    .site-nav__linkdrop,
    .site-nav__linkdroparrow {
        width: auto
    }
    .site-nav {
        text-align: center
    }
}

.shopify-section.feature-collection {
    margin: 40px 0 0
}

.collection-btn {
    text-align: center;
    margin: 15px 0 0
}

.template-cart .cart__quantity-td .cart__qty .cart-qty-box-set .quantity {
    width: 60px;
    -webkit-appearance: none
}

.sidebar .widget .disclosure-has-popup .facets-title {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px
}

.sidebar-block .widget ul li.facets__item label.facet-checkbox,
ul li.mobile-facets__item label.mobile-facets__label {
    margin: 0;
    font-weight: 400;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px
}

.sidebar-block .widget ul li.facets__item label.facet-checkbox input[type=checkbox] {
    align-items: center;
    border: 1px solid #e5e5e5;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    outline: 0;
    cursor: pointer
}

.sidebar-block .widget ul li.Color .facet-checkbox .icon-checkmark {
    left: 4px;
    color: #ccc
}

.disclosure-has-popup .facets__price>div:not(:last-child) {
    padding-right: 10px
}

.disclosure-has-popup .facets__price .field input.field__input {
    margin: 0;
    padding: 8px 10px
}

.disclosure-has-popup .facets__price .field label.field__label {
    font-weight: 400
}

.sidebar-block .widget ul li.Color span,
ul.mobile-facets__list li.Color span {
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 0 10px
}

.sidebar-block .widget ul li.Color label.facet-checkbox,
ul.mobile-facets__list li.Color label.mobile-facets__label {
    width: 18px;
    height: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

.facet-checkbox .icon-checkmark {
    visibility: hidden;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    right: auto;
    z-index: 5;
    margin: auto
}

.mobile-facets {
    position: fixed;
    right: auto;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 5;
    background: #fff;
    height: 100%
}

.mobile-facets__inner {
    display: block !important;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    padding: 30px;
    text-align: left;
    background: #fff;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 2px 0 10px #36363633, -2px 0 10px #36363633
}

.menu-opening .mobile-facets__inner {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}
.mobile-facets__footer {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.mobile-facets__summary>div span.mobile-facets__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 40px;
    line-height: 36px;
}

.mobile-facets__close {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 10px;
    right: auto;
    opacity: 0;
    backface-visibility: hidden;
    left: 10px;
    z-index: 6
}

.mobile-facets__close i {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    font-size: 22px
}

.menu-opening .mobile-facets__close {
    opacity: 1;
    backface-visibility: visible
}

.mobile-facets__main .main.mobile-facets__footer {
    align-items: center;
    background: #fff;
    display: flex;
    margin: 0 0 15px
}

label.mobile-facets__label input[type=checkbox] {
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    outline: 0;
    cursor: pointer
}

.mobile-facets__label .icon-checkmark {
    position: absolute;
    left: 3px;
    top: 6px;
    bottom: auto;
    right: auto;
    margin: auto;
    visibility: hidden
}

.disclosure-has-popup .mobile-facets__submenu .facets__price,
ul.mobile-facets__list.list-unstyled {
    margin: 0 0 8px
}

.disclosure-has-popup .mobile-facets__submenu .facets__price,
li.mobile-facets__item.list-menu__item {
    margin: 0 0 8px;
    display: flex
}

.mobile-facets__main .main.mobile-facets__footer a.mobile-facets__clear.btn {
    background: 0 0;
    border: 2px solid var(--color-btn-primary);
    color: var(--color-product-primary-text);
    padding: 10px 12px;
    margin-right: 10px
}

#al-megamenu ul.al_menus_ul li.al_menu_item.single>a::after,
#preview-bar-iframe,
.compare-title,
.currency_code i,
.header-top .top-header-lancur .lan-curr .title,
.header_currency .currency_wrapper .arrow-up,
.header_currency ul li .currency_wrapper.active .arrow-down,
.header_language .language_wrapper .arrow-up,
.header_language .language_wrapper.active .arrow-down,
.mobile-facets__main .main.mobile-facets__footer .mobile-facets__clear.btn::after,
.myaccount .account-title,
.product-information .add-to-compare .tooltip-label,
.product-information .add-to-wishlist .tooltip-label,
.style3.product-layouts .options-color-size.color .product-size,
.style3.product-layouts .options-color-size.material-size .color_swatch_Value,
.wishlist-icon-div .wishlist-icon {
    display: none
}

.mobile-facets__main .main.mobile-facets__footer .mobile-facets__clear.btn:hover {
    border-color: red;
    color: red
}

.mobile-facets__main .main.mobile-facets__footer button.no-js-hidden.btn.btn-primary {
    border: none;
    padding: 12px
}

.mobile-facets__details .mobile-facets__footer .btn {
    background: 0 0;
    border: none;
    color: #666;
    padding: 5px 0;
    text-transform:capitalize;
}
.mobile-facets__main .main.mobile-facets__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-facets__details .mobile-facets__footer .btn:hover {
    color: var(--color-btn-secondary-text)
}

.mobile-facets__details .mobile-facets__footer .btn::after {
    content: "";
    left: 0;
    right: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    height: 2px;
    z-index: -1;
    transition: .4s ease-in-out;
    width: 0;
    background: var(--color-btn-secondary-text)
}

.mobile-facets__details .mobile-facets__footer .mobile-facets__clear.btn::after {
    background: red
}

.mobile-facets__details .mobile-facets__footer .btn:hover::after {
    width: 90%
}

.mobile-facets__summary h4 {
    font-size: 15px;
    color: var(--color-text);
    margin: 0 0 15px;
    cursor: pointer;
    padding: 10px;
    position: relative;
    background: #f7f4ef;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px
}

details.mobile-facets__details.js-filter:hover h4 {
    color: #fff;
    background: var(--color-btn-primary)
}

details.mobile-facets__disclosure.disclosure-has-popup .mobile-facets__open {
    padding: 15px;
    border-bottom: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text)
}

.full_width details.mobile-facets__disclosure.disclosure-has-popup .mobile-facets__open {
    padding: 15px 0
}

.full_width .sidebar-block .facets-container {
    width: 66%
}

.full_width .sidebar-block .facets-container .disclosure-has-popup {
    width: 25%;
    padding: 0 15px;
    position: relative
}

.categories .collection_title {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    font-size: 14px;
    margin: 10px 0 0;
    text-align: left
}

.collection_cat_item .collection_img a img {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    width: 100%
}

#shopify-section-demo-list,
.demos-section {
    min-height: 100%;
    top: 0;
    z-index: 9999;
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    background-color: #fafafa;
    height: 100%
}

@media (max-width:600px) {
    .footer-top .block_newsletter .block_content form .input-group span.subscribe {
        font-size: 10px
    }
    .categories .collection_title {
        font-size: 12px
    }
    .categories {
        margin: 0 0 20px
    }
}

.cms-block-banner .sub_title {
    font-size: 16px;
    margin: 0 0 8px
}

.cms-block-banner .block-content {
    position: absolute;
    top: 15%;
    bottom: auto;
    left: 10%;
    right: auto;
    width: 55%
}

.cms-block-banner .btn {
    font-size: 14px;
    margin: 15px 0 0;
    padding: 10px 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px
}

@media screen and (min-width:1300px) {
    .cms-block-banner .container {
        max-width: 1260px
    }
}

@media screen and (max-width:1111px) {
    .cms-block-banner .title {
        font-size: 26px
    }
    .cms-block-banner .btn {
        margin: 10px 0 0;
        padding: 8px 16px
    }
}
@media screen and (max-width:767) {
    .cms-block-banner .title {
        font-size: 22px
    }
    .cms-block-banner .sub-title {
        font-size: 12px;
        margin: 0 0 8px
    }
}

@media screen and (max-width:660) {
    .cms-block-banner .title {
        font-size: 20px
    }
    .cms-block-banner .sub-title {
        font-size: 10px;
        margin: 0 0 5px
    }
    .cms-block-banner .btn {
        margin: 5px 0 0;
        padding: 3px 7px
    }
}

#shopify-section-demo-list {
    width: 655px;
    position: fixed;
    right: -655px;
    text-align: center
}

.demo-list {
    overflow-y: scroll;
    overflow-x: hidden
}

.demos-section {
    position: absolute;
    left: 0;
    margin-right: -18px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden
}

.demos-dropdown {
    position: absolute;
    left: -155px;
    top: 64%;
    transform: translateY(-50%) translateY(-7px);
    padding: 11px 24px;
    background-color: #fafafa;
    box-shadow: 0 0 7.84px .16px rgb(0 0 0 / 10%);
    cursor: pointer;
    z-index: 9998;
    transition: .25s cubic-bezier(.23, 1, .32, 1) .45s
}

.demos-dropdown .demos-close-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    opacity: 0;
    font-size: 20px;
    color: #222;
    transition-delay: .3s;
    background: #fafafa
}

#shopify-section-demo-list.active .demos-dropdown .demos-close-icon {
    opacity: 1;
    transition-delay: .3s
}

#shopify-section-demo-list.active {
    transform: translateX(-100%);
    box-shadow: 0 0 7.84px .16px rgb(0 0 0 / 10%)
}

#shopify-section-demo-list.active .demos-dropdown {
    transition: .2s cubic-bezier(.23, 1, .32, 1);
    transform: translateX(105px) translateY(-50%) translateY(-7px)
}

#shopify-section-demo-list.active .demo-heading {
    opacity: 0;
    transition-delay: 0s
}

#shopify-section-demo-list .view-all-demo a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 40px 13px;
    transition: .2s
}

.demos-dropdown .demo-heading span.demos-number {
    color: #272727;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px
}

.demos-dropdown .demo-heading span.demos-title {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    vertical-align: top;
    color: #272727;
    margin: 9px 0;
    padding: 0 3px
}

@media (max-width:767px) {
    .cms-customtext .customtext-block .title {
        font-size: 20px
    }
    .cms-customtext .customtext-block .subtitle {
        font-size: 12px;
        margin: 0 0 18px
    }
    .cms-customtext .customtext-block {
        border-width: 10px;
        padding: 35px 0
    }
    .homeslider .slides .slick-arrow {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        height: 35px;
        width: 35px
    }
    .homeslider .slides .slick-arrow::after {
      height: 35px;
      width: 35px;
      line-height: 35px;
  }
    .homeslider .slides .slick-next.slick-arrow,
    .homeslider .slides:hover .slick-next.slick-arrow {
        right: 15px
    }
    .homeslider .slides .slick-prev.slick-arrow,
    .homeslider .slides:hover .slick-prev.slick-arrow {
        left: 15px
    }
    .home-slider .alslide .slides li.slide {
        transform: translateX(12px);
        -webkit-transform: translateX(12px);
        -moz-transform: translateX(12px);
        -o-transform: translateX(12px);
        -ms-transform: translateX(12px);
        padding: 3px
    }
    .alslide {
        width: 55px;
        height: 65px;
        display: none
    }
    .footer-bottom-wrap .row {
        align-items: center
    }
    #shopify-section-footer-model-1 .copyright small,
    #shopify-section-footer-model-2 .copyright small,
    #shopify-section-footer-model-3 .copyright small,
    #shopify-section-footer-model-1 .site-footer .copyright a,
    #shopify-section-footer-model-2 .site-footer .copyright a,
    #shopify-section-footer-model-3 .site-footer .copyright a{
        font-size: 13px
    }
    .footer-bottom-wrap .hb-animate-element.hb-in-viewport.right-to-left {
        text-align: center !important;
        /* margin-bottom:20px */
    }
    #shopify-section-footer-model-1 .site-footer a,
    #shopify-section-footer-model-2 .site-footer a,
    #shopify-section-footer-model-3 .site-footer a {
        max-width: 205px
    }
    #shopify-section-footer-model-1 .social-icons li a svg,
    #shopify-section-footer-model-2 .social-icons li a svg,
    #shopify-section-footer-model-3 .social-icons li a svg{
        width: 14px;
        height: 14px
    }
    #shopify-section-footer-model-1 .widget-title,
    #shopify-section-footer-model-2 .widget-title,
    #shopify-section-footer-model-3 .widget-title {
        padding: 0
    }
    #shopify-section-footer-model-1 .footer-content,
    #shopify-section-footer-model-2 .footer-content,
    #shopify-section-footer-model-3 .footer-content {
        padding: 40px 0
    }
    #shopify-section-footer-model-1 .alnewsletter-info>svg,
    #shopify-section-footer-model-2 .alnewsletter-info>svg,
    #shopify-section-footer-model-3 .alnewsletter-info>svg {
        width: 50px
    }
    #shopify-section-footer-model-1 .alnewsletter-info,
    #shopify-section-footer-model-2 .alnewsletter-info,
    #shopify-section-footer-model-3 .alnewsletter-info {
        align-items: center;
        justify-content: center;
        padding: 0
    }
    #shopify-section-footer-model-1 .alinput_newsletter,
    #shopify-section-footer-model-2 .alinput_newsletter,
    #shopify-section-footer-model-3 .alinput_newsletter {
        flex: 0 0 100%;
        padding: 0
    }
    #shopify-section-footer-model-1 .alnewsletter-info,
    #shopify-section-footer-model-2 .alnewsletter-info,
    #shopify-section-footer-model-3 .alnewsletter-info {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px
    }
    #shopify-section-footer-model-1 .alnewsletter-info,
    #shopify-section-footer-model-2 .alnewsletter-info,
    #shopify-section-footer-model-3 .alnewsletter-info {
        align-items: flex-start
    }
    .design_1 #blog_slider .al-blog-content .blog-content-wrap {
        padding: 10px 0 0
    }
    .design_1 #blog_slider .blog-content-wrap .article__date {
        margin: 0 0 5px;
        font-size: 14px
    }
    #blog_slider .al-blog-content .article__title>a {
        font-size: 20px;
        margin: 0
    }
    .design_1 #blog_slider .al-blog-content .blog-content-wrap .rte.article__grid-excerpt {
        margin: 0 0 10px;
        font-size: 14px
    }
    .design_2 #blog_slider .al-blog-content .article__title {
        font-size: 16px;
        margin: 0 0 5px
    }
    .design_2 .blog-right-content .al-social-share {
        padding: 10px 0 20px
    }
    .design_3 #blog_slider .al-blog-content .blog-content-wrap {
        padding: 0;
        margin: 15px 0 0
    }
    .design_3 #blog_slider .al-blog-content {
        margin: 0 0 30px
    }
    .product-single.design_2 {
        padding: 0 15px;
        margin-bottom: 0
    }
    .design_2 .pro_img {
        width: 100%;
        display: inline-block;
        vertical-align: top
    }
    .design_2 .product-single .pro_img i.mdi.mdi-magnify {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        backface-visibility: visible
    }
    .demos-dropdown .demo-heading span.demos-number {
        font-size: 22px
    }
    .demos-dropdown .demo-heading span.demos-title {
        font-size: 13px;
        margin: 7px 0
    }
    #shopify-section-demo-list {
        width: 420px;
        right: -420px
    }
    .demos-dropdown {
        left: -127px;
        padding: 7px 15px
    }
    .demos-dropdown .demos-close-icon {
        width: 42px;
        font-size: 16px
    }
    #shopify-section-demo-list.active .demos-dropdown {
        transform: translateX(86px) translateY(-50%) translateY(-7px)
    }
}

@media (max-width:480px) {
    .collection_cat_item .collection_img a img,
    .medium-down--one-half {
        width: 100%
    }
    .grid-view-item .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
        height: 32px;
        width: 32px;
        font-size: 16px
    }
    .product-wrapper .btn_wrapper .pro_btn a.add_to_wishlist i.mdi-refresh {
        font-size: 16px
    }
    .wrapper-top-cart>.site-header_cart_link i {
        font-size: 22px
    }
    #Sticky-slidedown-cart .has-items .actions i,
    #slidedown-cart .has-items .actions i,
    .product-single .product-information-inner .checkout-btn .checkout.btn i {
        margin-right: 3px
    }
    #Sticky-slidedown-cart,
    #slidedown-cart {
        width: 290px
    }
    #Sticky-slidedown-cart .has-items .actions .btn,
    #slidedown-cart .has-items .actions .btn {
        padding: 10px
    }
    #Sticky-slidedown-cart .product-details,
    #slidedown-cart .product-details {
        width: 58%
    }
    .full-search-wrapper .search-title {
        font-size: 12px;
        /* margin: 50px 0 0 */
    }
    /* .search-full-screen .full-search-wrapper {
        min-height: 80px
    } */
    .search-full-screen span.close-search {
        top: 24px
    }
    .full-search-wrapper .search-results li.no-result span.title {
        font-size: 14px;
        margin: 0;
        text-align: center
    }
    .site-header__search .serach_icon>i,
    .wishlist-icon-div a>i {
        font-size: 20px
    }
    .demo-list,
    .flip-countdown.simple-countdown .countdown-container.countdown-block,
    .footer-top .block_newsletter .block_content form .input-group span.subscribe{
        display: none
    }
    .spr-badge-starrating .spr-icon {
        top: 0 !important
    }
    .product-list .style1 .product-wrapper .spr-badges.grid-item-meta,
    .product-list .style3 .product-wrapper .spr-badges.grid-item-meta {
        text-align: center
    }
    .cms-customtext .customtext-block .title {
        font-size: 14px;
        margin: 0 0 8px
    }
    .cms-customtext .customtext-block .subtitle {
        font-size: 8px;
        margin: 0 0 14px
    }
    .cms-customtext .customtext-block {
        padding: 25px 0
    }
    .homeslider .slides .slick-next.slick-arrow,
    .homeslider .slides: hover .slick-next.slick-arrow {
        background: 0 0;
        border: none;
        right: 0
    }
    .homeslider .slides .slick-prev.slick-arrow,
    .homeslider .slides:hover .slick-prev.slick-arrow {
        background: 0 0;
        border: none;
        left: 0
    }
    #al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a,
    #al-megamenu1 .al-mega_menu1 li.al_menu_item .al_sub_menu_wrap .al_sub_menu>a {
        width: auto
    }
    #al-megamenu .al-mega_menu li.al_menu_item .al_sub_menu_wrap .al_sub_menu {
        width: 100% !important;
        padding: 12px
    }
    #al-megamenu1 .al-mega_menu1 li.al_menu_item .al_sub_menu_wrap .al_sub_menu {
        width: 100% !important;
        padding: 0 10px 12px
    }
    .left-sidebar,
    .right-sidebar {
        margin-top: 0
    }
    .header_1 .currency_wrapper.dropdown-toggle,
    .header_1 .language_wrapper.dropdown-toggle,
    .header_1 .myaccount,
    .header_2 .currency_wrapper.dropdown-toggle,
    .header_2 .language_wrapper.dropdown-toggle,
    .header_2 .myaccount,
    .header_3 .currency_wrapper.dropdown-toggle,
    .header_3 .language_wrapper.dropdown-toggle,
    .header_3 .myaccount {
        padding: 10px 6px
    }
    .header_1 .left-nav,
    .header_2 .left-nav,
    .header_3 .left-nav{
        padding: 0 15px
    }
    .lan-curr {
        margin-left: 10px
    }
    .currency_code,
    .language_code {
        font-size: 13px
    }
    .header_1.site-header .header_logo_wrap .header-logo svg,
    .header_2.site-header .header_logo_wrap .header-logo svg,
    .header_3.site-header .header_logo_wrap .header-logo svg {
        width: 125px
    }
    .header_1 .menu_toggle_wrap,
    .header_2 .menu_toggle_wrap,
    .header_3 .menu_toggle_wrap{
        padding: 0;
    }

    .design_2 .pro_img {
        width: 100%;
        margin: 0 0 15px
    }
}

.product_categories {
    margin: 15px 0;
    text-align: center
}

.product_categories ul {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0
}

.product_categories ul li a {
    text-decoration: underline;
    margin: 0 5px
}

.product-block .product-service {
    margin-top: 22px
}

.product-block .ps-wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    color: #000;
    margin: 0 0 4px
}

.product-block .ps-wrap span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    color: #555
}

.product-block .product-service>div:not(:last-child) {
    border-right: 1px solid #eee;
    margin-right: 28px;
    padding-right: 28px
}

#sizepopup .modal-dialog {
    max-width: fit-content
}

#sizepopup .al-title {
    font-size: 18px;
    text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-address .contact-bg h6 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .contact-address .contact-bg.contact-phone p a,
    .product-information-inner .product-price__price span.money,
    .quick-flex .product-price__price span.money {
        font-size: 20px
    }
    .contact-address .contact-bg {
        padding: 20px
    }
    .contact-address .contact-bg p a {
        word-break: break-word;
        text-align: center
    }
    .contact-address .contact-bg.contact-address-visit p {
        font-size: 14px
    }
    .contact-address .contact-bg svg {
        margin-bottom: 10px;
        width: 24px;
        height: 24px
    }
    .product-single__title {
        font-size: 22px
    }
    .product-information-inner .product-price__price.compare_price .money,
    .quick-flex .product-price__price .product-price__price.compare_price {
        font-size: 18px
    }
    .product-single__addtocart label,
    .quick-view .product-shop .product-inventory>label,
    .variant-options legend {
        font-size: 16px
    }
    .product-information .product-information-inner .product-single__variants .selector-wrapper,
    .vertical_left.design_4 .product-wrapper-owlslider {
        width: 100%
    }
    .product-information .product-information-inner .threesixty-video .product-Video-btn.popup-video.tip-top {
        padding: 2px 5px
    }
    .design_1 .pro_img {
        display: inline-block;
        vertical-align: top;
        width: auto
    }
    .design_4 .product-information {
        width: 100%;
        margin: 0 0 20px
    }
    .product-photo-thumbs.owl-theme .owl-nav .owl-next::before,
    .product-photo-thumbs.owl-theme .owl-nav .owl-prev::before,
    .product-single {
        padding: 0
    }
    .product-single .product-information select {
        width: 150px
    }
    .product-information-inner .fixed-content>.quantity {
        margin: 0
    }
    .product-photo-thumbs.owl-theme .owl-nav .owl-next,
    .product-photo-thumbs.owl-theme .owl-nav .owl-prev {
        position: absolute
    }
    .product-block .product-service>div:not(:last-child) {
      margin-right: 18px;
      padding-right: 18px;
    }
    .product-information .product-info>p:last-child {
      margin-top: 10px;
    }
}

@media(max-width:1199px) {
    .product-short-list .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn,
    .product-short-list .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 {
        padding: 0 10px
    }
    .product-short-list .grid-view-item.style2 .product-wrapper .btn_wrapper .pro_btn a.loading i.mdi-cached {
        font-size: 20px
    }
    .style2.grid-item.product-short-list .product-wrapper .flip-countdown.simple-countdown .countdown-container span {
        margin: 0 5px 0 0
    }
    .style2.grid-item.product-short-list .product-wrapper .flip-countdown.simple-countdown .countdown-container span:last-child {
        margin: 0
    }
    #alcmsservices .alcontent {
        margin: 15px 0
    }
    #alcmsservices .alcontent .service-title h4 {
        margin: 0 0 5px
    }
    #alcmsservices .alcontent:nth-child(2)::after {
        content: none
    }
    .product-single__description .product_tab_wrapper .tab-content .col-sm-6 {
        flex: 0 0 auto;
        width: 100%
    }
    .product-single__description .product_tab_wrapper .tab-content .col-sm-6.content-img {
        margin-bottom: 10px
    }
    .product-extended.design-2 .main_content.main_content_rev {
        flex-direction: column-reverse
    }
}

@media only screen and (max-width:991px) {
    .collection_template .sidebar-block .widget h4 {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
  .site-header .right-icon .right-nav .icon-btn.site-header__cart {
    margin-right: 5px;
  }
  .header_2 .header_logo_wrap {
    text-align: left !important;
  }
}

@media only screen and (max-width:767px) {
    .product-single__title,
    .product_tab_wrapper .tab-container h2,
    .quick-view .product-shop .product-title>a {
        font-size: 22px
    }
    .product-information-inner .product-price__price span.money,
    .quick-flex .product-price__price span.money {
        font-size: 18px
    }
    .product-information-inner .product-price__price.compare_price .money,
    .product-single__addtocart label,
    .quick-flex .product-price__price .product-price__price.compare_price,
    .quick-view .product-shop .product-inventory>label,
    .variant-options legend {
        font-size: 16px
    }
    .product-information .review-price,
    .quick-flex .review-price {
        flex-wrap: wrap
    }
    .product-information .review-wrap {
        width: 100%;
        margin-top: 5px
    }
    hr {
        margin: 10px 0
    }
    .product-information .product-single__desc,
    .product_tab_wrapper .tab-container .tab-pane p {
        font-size: 14px
    }
    .product-information .product-info>p {
        width: 100%;
        margin-bottom: 10px;
        display: flex
    }
    .product-information .product-info>p:last-child {
        margin-bottom: 0
    }
    .product-information .product-info {
        margin: 0 0 10px
    }
    .product-action-wrappper .pro_btn {
        width: 40px;
        height: 40px
    }
    .product-block .product-service .ps-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }
    .product-block .ps-wrap p {
        font-size: 13px;
        margin: 0 0 4px
    }
    .design_1 .product-single__thumbs .grid-item,
    .product-single__photos .product__media {
        padding: 0 12px
    }
    .product-single.vertical_left .product-single__thumbs {
        padding: 0;
        margin-bottom: 0;
        margin-top: 20px
    }
    .product-single.vertical_left .product-wrapper-owlslider {
        padding: 0
    }
    .product-single.vertical_left .product-wrapper-owlslider>.row {
        flex-direction: column-reverse
    }
}

@media(max-width:699px) {
    .design_2 .product-information,
    .design_2.product-single .product-wrapper-owlslider {
        width: 100%
    }
    .product-single.design_2 {
        padding: 0
    }
}

@media(max-width:399px) {
    .product-block .product-service .ps-inner svg {
        margin: 0 0 10px;
        width: 45px;
        height: 34px
    }
    .product-block .product-service .ps-inner {
        flex-direction: column;
        flex: 0 0 50%;
        max-width: 50%
    }
    .product-block .ps-wrap p {
        font-size: 12px
    }
    .product-block .ps-wrap span {
        font-size: 13px
    }
    .announcement-bar-text {
        font-size: 14px;
        padding: 8px 0 !important;
    }
    .announcement-bar-close {
       padding: 3px 15px !important;
    }
}
.container-fluid {
    padding-right: 0;
    padding-left: 0
}
.category-feature .container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

.btn-close:focus {
    box-shadow: none
}

.section-header {
    margin-bottom: 50px;
}

button {
    overflow: visible;
    background: 0 0;
    padding: 0;
    border: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}


.all-drop-space li {
    padding: 8px 15px
}

.currencies.flag-dropdown-menu li a i {
    margin-right: 4px
}

.tbl-list>li.currency,
.tbl-list>li.language {
    position: relative;
    margin: 0
}

.site-header .header_logo_wrap .header-logo {
    margin: 0;
    line-height: 1;
    font-size: 0
}

.site-header .right-icon .right-nav .icon-btn {
    margin-left: 30px;
    padding: 30px 0
}
.top-header-link ul {
    margin: 0;
    display: flex;
}
.top-header-link ul li {
    padding-left: 14px;
    margin-left: 14px;
    border-left: 1px solid #484848;
    margin-bottom:0;
}
.top-header-link ul li a {
    color: #fff;
}
.all-counter {
    position: absolute;
    top: 0;
    right: -10px;
    width: 16px;
    height: 16px;
    /* padding: 2px 0 0; */
    font-size: 12px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.al-mega_menu .al_menus_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

#al-megamenu ul.al_menus_ul li.al_menu_item>a::after,
.social-sharing .close-window:before {
    font-family: "Material Design Icons";
    left: auto;
    align-items: center;
    display: flex;
    text-align: center;
    position: absolute
}
.header_2 .desktop-al-mega-menu #al-megamenu {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.header_2 .desktop-al-mega-menu #al-megamenu:after {
    position: absolute;
    content: "";
    border-top: 1px solid #EEE;
    width: 100%;
    top: 0;
}
.header_1 .al-mega_menu .al_menus_ul li:not(:last-child),
.header_2 .al-mega_menu .al_menus_ul li:not(:last-child),
.header_3 .al-mega_menu .al_menus_ul li:not(:last-child){
    margin-right: 45px;
}
#al-megamenu .al-mega_menu li.al_menu_item span.categories,
#al-megamenu .al-mega_menu li.al_menu_item>a,
#al-megamenu1 .al-mega_menu1 li.al_menu_item span.categories,
#al-megamenu1 .al-mega_menu1 li.al_menu_item>a {
    position: relative;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-family:var( --font-stack-header);
    font-weight: 500;
}

#al-megamenu ul.al_menus_ul li.al_menu_item>a::after {
    content: "\f140";
    font-size: 16px;
    line-height: 1;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform .4s ease-in-out;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    font-style: normal
}

#al-megamenu ul.al_menus_ul li.al_menu_item:hover>a::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg)
}

.ekit-menu-badge-arrow {
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: solid transparent;
    border-right: solid transparent;
    border-top: solid #bbb;
    border-bottom: solid transparent;
    border-width: 6px;
    left: 12px;
    width: 9px;
    height: 4px;
    border: none;
    border-radius: 0;
    background: #eba2ab;
    -webkit-clip-path: polygon(0 0, 100% 0, 25% 98%);
    clip-path: polygon(0 0, 100% 0, 25% 98%)
}

ul#myTab li .nav-link.active,
ul#myTab li .nav-link:hover {
    border-bottom: 1px solid #151515;
    color: #151515
}

@media only screen and (min-width:992px) and (max-width:1199px){
  .header_1 .al-mega_menu .al_menus_ul li:not(:last-child),
  .header_2 .al-mega_menu .al_menus_ul li:not(:last-child),
  .header_3 .al-mega_menu .al_menus_ul li:not(:last-child){
      margin-right: 30px;
  }
}
@media only screen and (max-width:1199px) {
  .sub-title{
    letter-spacing:1px;
  }
}
@media only screen and (min-width:992px) {
.header_2 .al-mega_menu .al_menus_ul li.al_menu_item {
    padding: 20px 0 !important;
}
}
@media only screen and (max-width:576px) {
  .sub-title{
    font-size:12px;
  }
}
body.about-us .cms-testimonial {
  margin-bottom:0;
}
.cms-testimonial .owl-item{
    padding: 0 30px;
}
.cms-testimonial .testimonial-inner {
    text-align: center;
    width: 38%;
    margin: 0 auto;
}
.cms-testimonial .testimonial-inner img {
    width: auto
}
.cms-testimonial .testimonial-inner .author_name p{
    margin-bottom:0;
}
.cms-testimonial .testimonial-inner h6 {
    font-weight: 600;
    font-size: 18px;
    text-align:center;
    line-height: 1.2;
    display: block
}
.cms-testimonial .testimonial-inner span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #666666;
    font-style: italic;
    display: block;
}

.subscribe-block-width h2 {
    font-size: 40px;
    line-height: 1.26;
    margin: 15px 0
}

.subscribe-block-width p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--color-sub-heading-text);
}

.subscribe-block-width .input-group .input-group-field::placeholder {
    color: #555
}

.subscribe-block-width .input-group .input-group-field {
    height: 50px;
    padding: 13px 155px 13px 19px;
    font-weight: 400;
    font-size: 16px
}

.subscribe-block-width .input-group .btn {
    height: 44px;
    background: #333333;
    color: #fff;
}

.subscribe-block-width .input-group-btn {
    position: absolute;
    right: 3px;
    width: auto;
    top: 3px;
    bottom: 0;
    margin: auto
}

.subscribe-block-width .alinput_newsletter {
    margin-top: 25px
}

.subscribe-block-width .errors {
    padding: 12px 14px;
    z-index: 2;
    width: auto;
    font-size: 14px;
    margin: 15px 0 0
}

.collection-desc-wrap .section-header__title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 30px
}

.collection-desc-wrap p {
    margin: 0
}

.collection-desc-wrap {
    margin-bottom: 50px
}

.collection_wrapper .filter-sortby ul li>a {
    display: block;
    font-size: 14px;
    padding: 5px 18px;
    color: rgba(0, 0, 0, .3);
}
.collection_wrapper .filter-sortby ul li>a:hover,
.collection_wrapper ul li.active>a, .collection_wrapper ul li.active>a:hover{
    color: #000;
    background: #fff;
}

.product-show-count {
    font-size: 16px;
    color: #555;
    margin: 0
}

ul#myTab li {
    list-style: none;
    margin: 0 45px 0 0
}

ul#myTab li .nav-link {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    color: #919191;
    border: none;
    padding: 0 0 14px
}

ul#myTab li .nav-link.active {
    font-weight: 600
}

.social-sharing .close-window:before {
    content: "\f156";
    right: -6px;
    top: -6px;
    height: 15px;
    width: 15px;
    font-size: 11px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    background: var(--color-btn-secondary);
    color: var(--color-btn-secondary-text);
    vertical-align: middle;
    cursor: pointer;
    justify-content: center
}

.product-single__addtocart .product-action-wrappper button#AddToCart {
    margin-right: 5px;
    border: 1px solid #eee;
}

.product-single__addtocart .product-action-wrappper button#AddToCart[disabled] {
    margin-bottom: 20px
}

.product-action-wrappper .pro_btn {
    border: 1px solid #eee;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-close-wrap {
    align-items: center;
    justify-content: space-between
}

hr {
    background-color: #eee;
    opacity: 1
}

.product-information .sizechart-btn span {
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    color: #151515;
    margin-left: 5px
}

.product-information .sizechart-btn {
    border: none;
    background: 0 0;
    padding: 0;
    display: flex;
    align-items: center
}

share-button.share-button .share-button__button svg {
    margin-right: 5px
}
@media (min-width:1200px) and (max-width:1770px) {
.site-header .right-icon .right-nav .icon-btn{
  margin-left: 20px;
}
}
@media (min-width:1200px) and (max-width:1525px) {
  .collection_cat_item a {
    font-size: 22px;
  }
  .al-title {
    font-size: 34px;
  }
  .al-mr-btm {
    margin-bottom: 80px
  }
}
@media (min-width:992px) and (max-width:1199px) {
    .al-mr-btm {
        margin-bottom: 50px
    }
    .al-title {
        font-size: 32px
    }
    .section-header{
      margin-bottom: 30px;
    }
    .subscribe-block-width h2 {
        font-size: 40px
    }
    .subscribe-block-width p {
        font-size: 20px
    }
    .collection-desc-wrap {
        margin-bottom: 25px
    }
    .collection-banner {
        margin-bottom: 20px
    }
    .site-header .right-icon .right-nav .icon-btn {
        margin-left: 20px
    }
    .collection_cat_item a {
      font-size: 22px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .al-mr-btm {
        margin-bottom: 50px
    }
    .al-title {
        font-size: 34px;
    }
    .al-title br{
      display:none;
    }
    .section-header {
      margin-bottom: 30px
    }
    .site-header .header_logo_wrap .header-logo{
      text-align:left
    }
    .subscribe-block-width h2 {
        font-size: 32px
    }
    .subscribe-block-width p {
        font-size: 20px
    }
    .collection-desc-wrap {
        margin-bottom: 25px
    }
}

@media(max-width:991px) {
    .collection-desc-wrap .section-header__title{
      font-size:22px;
    }
    .collection_cat_item a {
        font-size: 18px
    }
    .collection_cat_item .cat-content a {
        margin: 15px 0 0
    }
    #al-megamenu .al-mega_menu li.more_menu.al_menu_item.left>a,
    #al-megamenu .al-mega_menu li.more_menu1.al_menu_item.left>a {
        display: none !important
    }
    .widget-title.toggle {
        display: block !important
    }
    .header_1.site-header .myaccount .account-title,
    .header_2.site-header .myaccount .account-title,
    .header_3.site-header .myaccount .account-title,
    .header_1_wrapper .desktop-al-mega-menu,
    .header_2_wrapper .desktop-al-mega-menu,
    .header_3_wrapper .desktop-al-mega-menu,
    .off-canvas-wrapper menu-drawer.mobile-facets__wrapper,
    .sidebar-block .facets-container .facets,
    .widget-title {
        display: none
    }
    #shopify-section-footer-model-1 .widget-title.toggle,
    #shopify-section-footer-model-2 .widget-title.toggle,
    #shopify-section-footer-model-3 .widget-title.toggle {
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      margin:0 0 15px;
    }
    .site-footer h5.widget-title.toggle::after {
        content: '\f140';
        font-family: 'Material Design Icons';
        font-size: 18px;
        font-weight: 500;
        position: unset;
    }
    .site-footer .active h5.widget-title.toggle::after {
        content: '\f143';
        font-family: 'Material Design Icons';
        font-size: 18px;
        font-weight: 500
    }
    /* .site-footer .footer-column {
        width: 100%
    } */
    .al-mega_menu .al_menus_ul,
    .header_1.site-header .right-icon .right-nav .myaccount.icon-btn,
    .header_2.site-header .right-icon .right-nav .myaccount.icon-btn,
    .header_3.site-header .right-icon .right-nav .myaccount.icon-btn,
    .off-canvas-wrapper .sidebar-block .facets-container .facets {
        display: block
    }
    .main-header .right-icon {
        padding-right: 0
    }
    .al-mega-menu {
        width: auto
    }
    #al-megamenu .al-mega_menu li.al_menu_item span.categories,
    #al-megamenu .al-mega_menu li.al_menu_item>a,
    #al-megamenu1 .al-mega_menu1 li.al_menu_item span.categories,
    #al-megamenu1 .al-mega_menu1 li.al_menu_item>a {
        text-align: left;
        display: block;
        padding:10px 22px;
    }
    .al-mega_menu .al_menus_ul li {
        position: relative
    }
    .header_1 .al-mega_menu .al_menus_ul li:not(:last-child),
    .header_2 .al-mega_menu .al_menus_ul li:not(:last-child),
    .header_3 .al-mega_menu .al_menus_ul li:not(:last-child){
      margin-right:0;
    }
    #al-megamenu ul.al_menus_ul li.al_menu_item>a:after {
        content: none
    }
    ul.slick-dots {
        bottom: 20px
    }
    .site-header .right-icon .right-nav .icon-btn svg {
        width: 20px;
        height: 20px
    }
    .site-header .right-icon .right-nav .icon-btn.site-header__search svg {
        width: 18px;
        height: 18px
    }
    .site-header .right-icon .right-nav .icon-btn {
        margin-left: 15px;
        padding: 18px 0
    }

    .header_1 .full_header .header-middle,
    .header_2 .full_header .header-middle,
    .header_3 .full_header .header-middle {
        background: #eee;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: .02em;
        text-transform: uppercase;
        padding: 15px 12px
    }
    .site-header .header_logo_wrap .header-logo svg {
        width: 145px;
        height: auto
    }
    .collection-banner {
        margin-bottom: 20px
    }
    .myaccount .account-title {
        display: block;
        font-size: 14px;
        letter-spacing: .02em;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        margin: 0
    }
    .season-contain{
      top:48% !important
    }
    #shopify-section-template--15043789848643__59ebc102-e15e-44a0-8584-8433a96a49eb .alcontent.col-6.col-lg-4{
      width:50% !important
    }
    .social-icons-list ul li{
       margin:0 2px !important 
    }
    .block_newsletter form .input-group .input-group-btn .btn{
      height:40px
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .site-header .right-icon .right-nav {
        margin-right: 10px
    }
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
        font-size: 26px;
        margin: 0 0 10px
    }
}
@media(max-width:767px) {
    .al-mr-btm {
        margin-bottom: 40px
    }
    .header_1 .myaccount,
    .header_2 .myaccount,
    .header_3 .myaccount{
        padding: 0
    }
    .full_header .main-header {
        justify-content: space-between
    }
    .all-counter {
        right: -6px;
        width: 14px;
        height: 14px;
        font-size: 10px
    }
    .al-title {
        font-size: 28px
    }
    .section-header {
        margin-bottom: 20px
    }
    .subscribe-block-width h2 {
        font-size: 28px;
        margin: 10px 0
    }
    .subscribe-block-width p {
        font-size: 16px
    }
    .subscribe-block-width svg {
        width: 66px;
        height: auto
    }
    .subscribe-block-width .input-group .btn {
        height: 36px;
        background: #151515;
        font-size: 12px;
        padding: 8px 25px
    }
    .subscribe-block-width .input-group .input-group-field {
        height: 40px;
        padding: 10px 135px 10px 15px;
        font-weight: 400;
        font-size: 12px;
        line-height: 1
    }
    .subscribe-block-width .input-group-btn {
        right: 2px;
        top: 2px
    }
    .product-single__addtocart .product-action-wrappper button#AddToCart {
        width: 200px
    }
    .product-block .product-service>div:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px
    }
    ul#myTab li {
        margin: 0 35px 10px 0
    }
    ul#myTab li .nav-link {
        padding: 0 0 10px;
        font-size: 16px
    }
    .collection-desc-wrap {
        margin-bottom: 25px
    }
    .product-show-count {
        font-size: 14px
    }
}

@media(min-width:576px) {
    .mobile-slide-img {
        display: none !important
    }
}
@media(max-width:543px) {
.al-title {
    font-size: 22px;
}
}
@media(max-width:575px) {
    #shopify-section-footer-model-1 .copyright,
    #shopify-section-footer-model-2 .copyright,
    #shopify-section-footer-model-3 .copyright {
        text-align: center;
    }
    #shopify-section-footer-model-1 .footer-top-subscribe,
    #shopify-section-footer-model-2 .footer-top-subscribe,
    #shopify-section-footer-model-3 .footer-top-subscribe {
        padding: 25px 0
    }
    .design_2 .main-product {
        display: block
    }
    .product-single.design_2 {
        padding: 0
    }
    .product_tab_wrapper .nav-tabs {
        border-bottom: none
    }
    .products-grid-view .product-collection-item,
    .products-grid-view .product-collection-item.product-grids {
        width: 100%
    }
    .img-mar {
        margin-bottom: 20px
    }
    .desktop-slide-img {
        display: none !important
    }
    ul#myTab li {
        margin: 0 0 10px;
        border-bottom: 1px solid #dee2e6;
        padding-right: 35px
    }
    .lan-curr {
        margin-left: 10px
    }
}

@media(max-width:480px) {
    .style2 .product-wrapper .spr-badges.grid-item-meta,
    .style2 .product-wrapper: hover .spr-badges.grid-item-meta {
        bottom: 45px
    }
    .style2 .product-wrapper .custom_label,
    .style2 .product-wrapper:hover .custom_label {
        top: 28px
    }
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn span.add_cart.tooltip-label,
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 .tooltip-label,
    .style2 .product-wrapper .product-image .flip-countdown {
        display: none
    }
    .hover_style3 .product-list .style3.product-layouts.item-row .product-wrapper .product-description,
    .product-list .style2 .product-wrapper .spr-badges.grid-item-meta {
        text-align: center
    }
    .style2 .product-wrapper .pro_btn.add_tocart a.btn svg {
        display: block
    }
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn,
    .style2 .product-wrapper .btn_wrapper .pro_btn a.add-cart-btn1 {
        padding: 0
    }
    .product-short-list .product-wrapper .product-description .spr-badges.grid-item-meta,
    .product-short-list .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
        margin-bottom: 0
    }
    #alcmsservices .block_content .alcontent .service .content {
        padding: 10px 0 0
    }
    #alcmsservices .block_content .alcontent {
        margin: 10px 0
    }
    #alcmsservices .alcontent .service .alshipping_img.service-icon {
      margin: 0 10px 0 0;
    }
    #alcmsservices .alcontent .content {
        margin-left: 0
    }
    #alcmsservices .alcontent:nth-child(2)::after {
        content: ''
    }
    .hover_style1 .product-short-list .style1.product-layouts.item-row .product-wrapper .product-description,
    .hover_style2 .product-short-list .style2.product-layouts.item-row .product-wrapper .product-description,
    .hover_style3 .product-short-list .style3.product-layouts.item-row .product-wrapper .product-description,
    .product-collection-item.product-list .product-wrapper.product_container {
        flex-wrap: wrap;
        flex-direction: column
    }
}

.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column
}

.customer-forgot {
    text-align: right
}

.full-search-wrapper .search-submit-wrap {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.breadcrumb-wrap>.title {
    text-align: center;
    display: block;
    margin-bottom: 15px
}

.search-result-product .products-grid-view .product-layouts {
    max-width: 25%;
    flex: 0 0 0 25%
}

@media(min-width:768px) and (max-width:1199px) {
    .search-result-product .products-grid-view .product-layouts {
        max-width: 33.3333%;
        flex: 0 0 0 33.3333%
    }
}

@media(min-width:700px) and (max-width:767px) {
    .search-result-product .products-grid-view .product-layouts {
        max-width: 33.3333%;
        flex: 0 0 0 33.3333%
    }
}

@media(min-width:375px) and (max-width:699px) {
    .search-result-product .products-grid-view .product-layouts {
        max-width: 50%;
        flex: 0 0 0 50%
    }
}

@media(max-width:374px) {
    .search-result-product .products-grid-view .product-layouts {
        max-width: 100%;
        flex: 0 0 0 100%
    }
}

.comments-list .single-reply {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.comments-list .single-reply .comment-author {
    max-width: 7%;
    flex: 0 0 7%;
    padding-right: 10px
}

.comments-list .single-reply .comment-info {
    max-width: 93%;
    flex: 0 0 93%
}

.comment-author-info {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.comment-author-info a {
    margin-right: 20px
}

.comment-content p {
    margin-bottom: 6px
}

.al-toggle-frame-set {
    position: relative;
    counter-reset: list1
}

.al-toggle-frame-set h5.al-toggle-accordion:before {
    position: relative;
    counter-increment: list1;
    content: counter(list1);
    color: var(--color-btn-secondary-text);
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    z-index: 1;
    background: var(--color-btn-secondary);
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-family: var(--font-stack-header);
}

.al-toggle-faq h5.al-toggle-accordion.active {
    background: #f0ebeb;
}

@media(max-width:767px) {
    .comments-list .single-reply .comment-info {
        max-width: 85%;
        flex: 0 0 85%
    }
    .comments-list .single-reply .comment-author {
        max-width: 15%;
        flex: 0 0 15%
    }
    .customer-orders {
        margin-bottom: 40px
    }
    .order-hist-grid .order-hist-item:first-child {
        margin-bottom: 20px
    }
    .al-toggle-frame-set h5.al-toggle-accordion: before {
        margin-right: 15px
    }
    #al-megamenu .al-mega_menu li.al_menu_item span.categories,
    #al-megamenu .al-mega_menu li.al_menu_item>a,
    #al-megamenu1 .al-mega_menu1 li.al_menu_item span.categories,
    #al-megamenu1 .al-mega_menu1 li.al_menu_item>a {
        padding: 10px 20px
    }
}

@media(min-width:992px) {
    .header_1_wrapper .header-top .myaccount.icon-btn,
    .header_2_wrapper .header-top .myaccount.icon-btn,
    .site-header .header-middle,
    .site-header .mobile-al-mega-menu {
        display: none
    }
    #al-megamenu .al-mega_menu {
        display: block !important
    }
}

.product-wrapper .product-thumb .product-loader .preloader-wrapper .spinner-layer::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    background: url(https://cdn.shopify.com/s/files/1/0549/7693/8048/files/product-loader.svg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%
}
.icon-fallback-text .fallback-text{
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.footer-content .icon-fallback-text .fallback-text {
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}



.cms-banner_section .banner {
    display: flex;
    justify-content: center;
}
/* .cms-banner .banner1 svg{
  width:1095px;
  height:480px
} */
.cms-banner .banner2 svg{
  /* width:345px; */
  height:480px
}
/* .cms-banner .banner a {
    width: 100%;
}
.cms-banner .banner .banner-content1 .desc {
  color: #fff !important;
} */
.cms-banner .banner .banner-content.center .title{
  text-align:center;
}
.cms-banner .banner .banner-content.center .sub_desc{
  text-align:center;
}
.cms-banner .banner .banner-content.center .banner-inner .main-btn{
  align-items: center;
}
.cms-banner .banner .banner-content.right .title{
  text-align:right;
}
.cms-banner .banner .banner-content.right .sub_desc{
  text-align:right;
}
.cms-banner .banner .banner-content.right .banner-inner .main-btn{
  align-items: flex-end;
}
.cms-banner .banner .banner-content .sub_desc {
    font-size: 22px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform:uppercase;
    text-align:left;
}
.cmssubbanner .subbanner-info {
    text-align: left;
    margin-top: 70px;
}
.cmssubbanner .subbanner-info h3 {
    font-size: 30px;
    margin: 0 0 20px;
}
.right-img-text .shop-btn,
.al-blog-description .shop-btn,
.cmssubbanner .subbanner-info .shop-btn,
.product-form__buttons .shop-btn{
  align-items: flex-start;
  justify-content: flex-start;
}
.cmssubbanner .subbanner-info a.btn {
    display: flex;
    align-items: flex-start;
    width: fit-content;
}
.cmssubbanner .subbanner-info p {
    margin: 0 0 40px;
}
@media only screen and (min-width:1200px) and (max-width:1525px){
  .cmssubbanner .subbanner-info h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .cmssubbanner .subbanner-info {
    margin-top: 50px;
  }
  .cmssubbanner .subbanner-info p {
    margin: 0 0 20px;
  }
  .cms-testimonial .owl-item {
    padding: 0 15px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px){
  .cmssubbanner .subbanner-info h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .cmssubbanner .subbanner-info {
    margin-top: 20px;
  }
  .cmssubbanner .subbanner-info p {
    margin: 0 0 20px;
    font-size:13px;
  }
  .cmssubbanner .subbanner-info p br {
    display: none;
  }
  .alcmsparallax .slider-title {
    font-size: 34px !important;
    line-height: 40px !important;
    margin: 0 0 10px !important;
}
  
  .cms-banner .banner .banner-content .sub_desc {
    font-size: 14px!important;
    letter-spacing: 1px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
  .cms-banner .banner .banner-content .title h2 {
    font-size: 26px !important;
}
  .cms-banner .banner1 .banner-content {
    right: 20px;
  }
  .cms-banner .banner3 .banner-content, .cms-banner .banner4 .banner-content {
    left: 20px;
  }
  .cms-testimonial .owl-item {
    padding: 0 15px;
  }
  .cms-testimonial .testimonial-inner {
    width: 80% !important
  }
  .contact-address p{
    padding:0 !important
  }
  .al-title{
    line-height: 40px;
  }
  .season-contain{
    padding:0 !important
  }
  .season-sale-section h4{
    margin-bottom: 15px !important;
    font-size:27px !important;
  }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .alcmsparallax .slider-title {
    font-size: 26px !important;
    line-height: 30px !important;
    margin: 0 0 10px !important;
}
  .alcmsparallax .slider-desc {
    font-size: 13px;
    margin: 0 0 10px;
}
  .cmssubbanner .subbanner-info h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .cmssubbanner .subbanner-info {
    margin-top: 10px;
  }
  .cmssubbanner .subbanner-info p {
    margin: 0 0 10px;
    font-size:13px;
  }
  .cmssubbanner .subbanner-info p br {
    display: none;
  }
.cms-banner .banner .banner-content .sub_desc {
    font-size: 14px!important;
    margin: 0 !important;
    padding: 0 0 4px !important;
}
  .cmssubbanner .subbanner-info a.btn {
    padding: 12px 26px;
    font-size: 12px;
  }
  .cms-testimonial .owl-item {
    padding: 0 15px;
  }
}
@media only screen and (max-width:767px){
  .alcmsparallax .slider-title {
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 0 0 10px !important;
}
  .alcmsparallax .slider-desc {
    font-size: 13px;
    margin: 0 0 10px;
}
  .cmssubbanner .subbanner-info h3 {
    font-size: 18px;
    margin: 0 0 16px;
  }
  .cmssubbanner .subbanner-info {
    margin-top: 30px;
  }
  .cmssubbanner .subbanner-info p {
    margin: 0 0 16px;
    font-size:14px;
  }
  .cmssubbanner .subbanner-info p br {
    display: none;
  }
  .cmssubbanner .subbanner-info a.btn {
    padding: 12px 26px;
    font-size: 12px;
  }
  .subbanner img {
    width: 100%;
  }
  .subbanner-1 {
    margin-bottom: 24px;
  }
  .cms-banner .banner .banner-content .sub_desc{
    font-size: 14px !important;
    letter-spacing: 1px;
    padding-bottom: 0px !important;
    margin: 0 0 5px !important;
  }
  .cms-banner .banner1 .banner-content {
    right: 20px;
  }
  .cms-banner .banner3 .banner-content {
    right: 20px !important;
  }
 .cms-banner .banner4 .banner-content {
    left: 20px !important;
  }
  .cms-testimonial .owl-item {
    padding: 0 15px;
  }
}

@media only screen and (max-width:479px){
  .site-header .header_logo_wrap .header-logo img {
    max-width: 120px;
  }
  .cmssubbanner .subbanner-info h3 br{
    display:none;
  }
}
/*---------------- featured video ------------*/
.video-featured {
    float: left;
    width: 100%;
    position: relative;
}
.video-featured #popup_toggle {
  cursor: pointer;
  padding: 0;
}
.video-featured #popup_toggle .videoimg{ 
   background-position: 50% 0;
    background-repeat: repeat;
    float: left;
    height: 600px;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.video-featured .ttvideooffer .ttvideo-content {
   float: none;
    display: inline-block;
    vertical-align: top;
    width: 35%;
}
.video-featured #popup_toggle .play-icone {
  bottom: 0;
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top:0;
    width: 70px;
    border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.4s ease-in-out 0s;
}
 #popup_toggle .play-icone::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-featured #popup_toggle .play-icone:hover{
  background-color:var(--color-product-secondary-text);
}
.video-featured #popup_toggle .play-icone:hover i{
  color: var(--color-product-primary-text);
}
 #popup_toggle .play-icone i {
  color: #fff;
  font-size: 40px;
  line-height: 70px;
  transition: all 0.4s ease-in-out 0s;
}
.video-featured .video-title {
  position: relative;
    font: 700 60px/70px var(--font-stack-header);
    float: left;
    width: 100%; 
}
.video-featured .ttvideooffer {
   padding: 0;
    float: left;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 130px;
    top: auto;
}
.video-featured .popup_overlay {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    text-align: center;
    z-index: 999;
    right: 0;
  	display:none;
  	top:0;
  	background:rgba(0, 0, 0, 0.9);
}
.video-featured .popup_overlay .popup {
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  background: black;
  color: #fff;
  vertical-align: middle;
  margin: 8% 0;
  z-index: 99999;
}
.video-featured .popup_overlay .popup_close {
    display: block;
    position: absolute;
    top: 5px;
    right: 7px;
    width: 20px;
    height: 20px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  	cursor:pointer;
}
.video-featured #popup_toggle img {
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.video-featured #popup_toggle:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform:scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#popup_toggle .image-hover {
    height: 100%;
    position: absolute;
    top: 0;
  -webkit-transition:all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
#popup_toggle:hover .image-hover {
    background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1300px) {
  .video-featured #popup_toggle .videoimg{    
    height: 480px;
  }
}
@media (max-width: 1199px) {
  .video-featured #popup_toggle .videoimg {
    height: 440px;
  }
}
@media (max-width: 991px) {
  .video-featured #popup_toggle .videoimg {
    height: 352px;
}
}
@media (max-width: 950px) {
  .video-featured .popup_overlay .popup {
    display: block;
    margin: 8% 10px;
  }
  .video-featured iframe {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .video-featured #popup_toggle .videoimg {
    height: 220px;
  }
  .video-featured #popup_toggle .play-icone i {
    line-height: 40px;
    font-size: 20px;
  }
  .video-featured #popup_toggle .play-icone {
    height: 40px;
    width: 40px;
  }
  .video-featured #popup_toggle .play-icone::before {
    width: 40px;
    height: 40px;
  }
}
#shopify-section-footer-model-1 .input-group-btn,
#shopify-section-footer-model-2 .input-group-btn,
#shopify-section-footer-model-3 .input-group-btn {
    width: fit-content;
}
h6.foot-label {
    font-family: var(--font-stack-body);
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.season-sale-section .sub-title,
.season-sale-section .al-title{
  text-align:left;
}
.season-sale-section .main-btn {
    align-items: flex-start;
}
.season-sale-section .flip-countdown.simple-countdown .countdown-container.countdown-block {
    background: transparent;
    text-align: left;
    position: unset;
    padding: 0;
    margin: 30px 0 45px;
}
.season-sale-section .flip-countdown.simple-countdown .countdown-container span.mddle-txt {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 20px;
    font-family: var(--font-stack-header);
    color: #333333;
}
.season-sale-section .flip-countdown.simple-countdown .countdown-container span.time-txt{
  text-transform:uppercase;
}
.season-sale-section .flip-countdown.simple-countdown .countdown-block>span:last-child span.mddle-txt:after {
    display: none;
}
.season-sale-section .flip-countdown.simple-countdown .countdown-container span.mddle-txt:after {
    position: absolute;
    content: ":";
    right: -11px;
}
.season-sale-section .box-heading {
    padding:0
}
#shopify-section-template--15043789848643__d2514d2e-e6e8-4393-8d79-dad694acaf0f .row>*{
  padding:0
}
.season-sale-section .banner-product-right {
    text-align: right;
}
.season-sale-section .product-description {
    text-align: left;
    margin-top: 15px;
}
.season-sale-section .product-wrapper .spr-badge {
    background: transparent;
}
@media only screen and (min-width:768px) and (max-width:991px){
  .season-sale-section .box-heading {
    width:100%;
  }
  .season-sale-section .banner-product-wrap{
    width:100%;
    display:block
  }
  .season-sale-section .flip-countdown.simple-countdown .countdown-container.countdown-block {
      flex-direction: row;
      display: flex;
  }
  .season-sale-section .flip-countdown.simple-countdown .countdown-container>span {
    margin: 0 15px 0 0;
  }
  .reviews{
    display:none
  }
}

@media only screen and (max-width:767px){
  .season-sale-section .al-title br {
    display: none;
  }
  .season-sale-section .box-heading {
    padding-top: 40px;
    padding-bottom:40px;
    width:100%;
  }
  .season-sale-section .banner-product-wrap{
    width:100%;
  }
  .season-sale-section .flip-countdown.simple-countdown .countdown-container.countdown-block {
      flex-direction: row;
      display: flex;
  }
  .season-sale-section .flip-countdown.simple-countdown .countdown-container>span {
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width:576px){
  .season-sale-section .flip-countdown.simple-countdown .countdown-container.countdown-block {
    margin: 15px 0;
  }
  .season-sale-section .flip-countdown.simple-countdown .countdown-container span.mddle-txt {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .flip-countdown.simple-countdown .countdown-container span.time-txt {
    font-size: 13px;
    width: 40px;
  }
  .season-sale-section .banner-product-wrap {
    flex-wrap: wrap;
  }
  .banner-product-left, .banner-product-right {
    width: 100%;
  }
  .banner-product-left,.banner-product-left .product-wrapper{
    padding:0;
  }
  .banner-product-right {
    padding-top:30px;
  }
}
svg.placeholder-svg {
    fill: rgba(51,50,50,.35);
    background-color: rgba(51,50,50,.1);
}

/* custom csss */

.site-header__search input{
  border:none;
  border-bottom:1px solid #000;
  padding:10px 0;
  padding-left:40px
}
#slide--1580215063672-0 .slider-button .slider-btn .btn{
  background:transparent !important;
  border:1px solid #000 !important;
}

.slider-title h2{
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}
#shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .section-header{
  display: inline-block;
  font-size:40px;
  font-weight:300;
  width:100%
}
.block_newsletter{
  text-align:center
}
.block_newsletter p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align:center;
  padding:0 26px
}
.block_newsletter img{
  margin-bottom:25px
}
.testimonial-desc{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: max-content;
}
.cms-banner .banner .banner-content .title h2{
  font-size:40px;
  display:inline-block;
  font-weight:700
}
#shopify-section-template--15043789848643__59ebc102-e15e-44a0-8584-8433a96a49eb .service{
  display:block
}
#shopify-section-template--15043789848643__59ebc102-e15e-44a0-8584-8433a96a49eb .alcontent.col-6.col-lg-4{
  width:25%;
  text-align:center
}
#shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .section-header{
  margin-bottom:40px
}
#shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .owl-dots{
  width:100% 
}
.about-contain svg{
  margin-bottom:25px
}
.about-contain h4{
  max-width:850px;
  margin:0 auto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom:12px
}
.about-contain p{
  margin-bottom:30px
}
h2 span{
  font-weight:300;
  text-transform: uppercase;
  display:inline
}
#shopify-section-template--15043789848643__d2514d2e-e6e8-4393-8d79-dad694acaf0f p{
  max-width:609px
}
.season-sale-section h4{
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom:30px;
  display:flex;
  align-items:center
}
.season-sale-section p{
  margin-bottom:15px
}
del{
  font-size:16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  margin-left:8px
}
.season-contain{
  position: absolute;
    top: 0;
    padding-left: 64px;
    bottom: 0;
    height: max-content;
    margin: auto;
}
.formula-description{
  padding-left:72px
}
#shopify-section-template--15043789848643__11486e1b-6f8d-4890-a1a6-cb5a7cb6ab15 .al-title{
  text-align:left
}
#shopify-section-template--15043789848643__11486e1b-6f8d-4890-a1a6-cb5a7cb6ab15 svg{
  margin-top:20px;
  margin-bottom:25px
}
#shopify-section-template--15043789848643__11486e1b-6f8d-4890-a1a6-cb5a7cb6ab15 h3{
  font-size:18px
}
.image-gallery{
  padding:12px;
  position:relative;
}
.insta_hover{
    background: rgba(0, 0, 0, 0.33);
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    opacity:0;
    transition:all 0.3s linear;
    cursor:pointer;
    margin:13px
}
.content:hover .insta_hover{
  opacity:1
}
#shopify-section-template--15043789848643__category-feature .box-heading  svg,
#shopify-section-template--15043789848643__6df45693-31a9-4073-ac24-ef21ee02ff2c .box-heading  svg{
  margin-top:20px
}
.contact-detail a.contact-address{
  padding-left:15px;
  cursor:pointer
}
#slide--1580215063672-0 .slider-button .slider-btn:hover, #slide--1580215063672-0 .slider-button .slider-btn:focus, #slide--1580215063672-0 .slider-button .slider-btn:active #slide--1580215063672-0 .slider-button .slider-btn .btn{
   border:none !important
}
#shopify-section-footer-model-1 .social-icons,
#shopify-section-footer-model-2 .social-icons,
#shopify-section-footer-model-3 .social-icons{
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:left
}
#shopify-section-footer-model-1 .social-icons-list ul li a,
#shopify-section-footer-model-2 .social-icons-list ul li a,
#shopify-section-footer-model-3 .social-icons-list ul li a{
    border-radius: 50%;
    width: 40px;
    background:#e9e9e9;
    height: 40px;
    padding-right:0 !important;
    margin: 0 5px 0 0;
    display:flex;
    align-items:center;
    justify-content:center
}
#shopify-section-footer-model-1 .social-icons-list ul li a:hover,
#shopify-section-footer-model-2 .social-icons-list ul li a:hover,
#shopify-section-footer-model-3 .social-icons-list ul li a:hover {
    background: #000;
}
#shopify-section-footer-model-1 .social-icons-list ul li .icon-fallback-text:hover svg path,
#shopify-section-footer-model-2 .social-icons-list ul li .icon-fallback-text:hover svg path,
#shopify-section-footer-model-3 .social-icons-list ul li .icon-fallback-text:hover svg path{
    fill:#fff;
}
#shopify-section-footer-model-1 .site-footer .icon-fallback-text svg path,
#shopify-section-footer-model-2 .site-footer .icon-fallback-text svg path,
#shopify-section-footer-model-3 .site-footer .icon-fallback-text svg path {
    fill: #000;
}

.btn_rev{
  padding:30px 0;
}
.reviews{
  text-align:center
}
.product-wrapper:hover .reviews {
  display:none
}

#shopify-section-template--15043789815875__collection .product-description .h4{
  text-align:left
}
#shopify-section-template--15043789815875__collection .product-description .sale-price,
#shopify-section-template--15043789815875__collection .product-description .reviews{
  text-align:left
}
.top-products-detail h5 a{
  color:var(--color-text)
}
#shopify-section-template--15043789815875__collection ul#promo-carousel,
#shopify-section-template--15043789750339__main ul#promo-carousel,
#shopify-section-template--15043789717571__main ul#promo-carousel{
  position:relative
}
#shopify-section-template--15043789815875__collection .slider-button,
#shopify-section-template--15043789750339__main .slider-button,
#shopify-section-template--15043789717571__main .slider-button{
  display:flex;
  align-items:center;
  justify-content:center
}
#shopify-section-template--15043789815875__collection .slider-btn,
#shopify-section-template--15043789750339__main .slider-btn,
#shopify-section-template--15043789717571__main .slider-btn{
  position:absolute;
  bottom:15px;
  left:auto;
  right:auto;
  top:auto;
  width:90%;
}
#Option-template--15043790143555__main-0,
#Option-template--15043790143555__main-1{
  width:100%
}
.contact-information{
  margin-left:25px
}
#shopify-section-template--15043789979715__form .al-title{
  text-align:left
}
#shopify-section-template--15043789979715__form .box-heading svg{
  margin-bottom:20px
}
.faq p,
.faq svg{
  margin-bottom:10px
}
.accordion-button:not(.collapsed){
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  text-transform: uppercase;
  color:#000;
  background-color:transparent;
  box-shadow:none
}
.accordion-button{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  text-transform: uppercase;
  padding:30px 0
}
.accordion-body{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding:14px 0
}
.accordion-button:focus{
  border:none;
  box-shadow:none
}
.accordion-item{
  border:none;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.blog_content_wrap{
  display:flex;
  flex-wrap:wrap
}
span.phone{
  padding-left:15px
} 
#shopify-section-template--15043789815875__collection .style3.product-layouts .product-wrapper .pro_btn.add_tocart {
  bottom:4px
}
#shopify-section-template--15043789914179__458618d9-1d0a-43d8-8f12-29f4660d62ce .alcontent{
  width:25%
}
.work_imges:nth-child(1){
  padding-right:20px
}
#shopify-section-template--15043789914179__main .left-img-text svg{
  margin-bottom:40px
}
span.shop_number{
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px; 
  text-transform: uppercase;
  margin-bottom:20px
}
span.shop_name{
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom:15px
}
.main_shops{
  padding:0 10px
}
.right-text-col h2.al-title{
  text-align:left
}
.ingredients h4{
  padding-left:10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin:0;
  line-height: normal;
  text-transform: capitalize;
}
.natural-pro{
  padding-bottom:20px;
}
.ingredients figure{
  margin:0;
  text-align:start
}
.about-ingredient p{
  position: absolute;
  top: 74%;
  max-width:334px
}
.natural-right-part .natural-pro h4{
  padding-right:10px
}
.natural-right-part figure{
  text-align:end
}
.natural-right-part .about-ingredient p{
  text-align:end;
  padding-left:145px;
  max-width:100%
}
.ingredients {
  margin-top:32px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.organic-img{
  margin-top:28px !important
}
a.menu-banner-item{
  color:var(--color-text)
}
#shopify-section-template--15043790078019__main a.wishlist-item-link{
  color:var(--color-text)
}
#shopify-section-template--15043790078019__main .btn, .btn--secondary, input.btn--secondary{
  color:var(--color-btn-primary-text) !important; 
}
#shopify-section-template--15043789946947__main i.mdi.mdi-delete,
#shopify-section-template--15043789946947__main a.compare-item-link{
  color:var(--color-text)
}
.compare_table .compare-box .compare-item-link img,
.template-page .product-thumbnail img{
  height:revert-layer
}
.wishlist_table i{
  color:var(--color-text)
}
#shopify-section-template--15043790176323__main .search-products-cnt .input-group .input-group-field {
  height:auto;
  padding: 20px 43px;
  margin-bottom:90px
}
#shopify-section-template--15043790176323__main .search-products-cnt button.btn.search-submit.icon-fallback-text{
  left:13px;
  top:9px
}
cart-remove-button a{
  color:var(--color-text)
}
cart-remove-button a:hover{
  color:var(--color-text-hover-field);
}

/* responsive */
@media(min-width:1200px) and (max-width:1525px) {
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
        font-size: 40px;
        margin: 0 0 16px;
        line-height:50px
    }
    .slider-title h2{
      font-size:53px
    }
    .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-desc {
        font-size: 16px;
        margin: 0 0 20px;
    }
    #shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .section-header{
        margin-bottom: 9px
    }
}
@media only screen and (max-width:1200px){
  #shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .section-header {
    margin-bottom: 23px;
  }
  .cms-testimonial .testimonial-inner{
    width:72%
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .ALProduct-Tab .nav-tabs>li>a{
    font-size: 26px;
  }
  .ALProduct-Tab .nav-tabs>li {
    padding: 0 20px;
  }
  .slider-title h2{
    font-size:47px !important;
  }
}
@media only screen and (max-width:1024px){
  .contact-information{
    margin-top:20px;
    margin-left:0;
    text-align:center
  }
  .contact-address .contact-bg.contact-address-visit p{
    text-align:center
  }
  .slider-title h2{
    font-size:40px
  }
  .season-contain{
    padding-left:38px !important
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .ALProduct-Tab .nav-tabs>li>a{
    font-size: 26px;
  }
  .ALProduct-Tab .nav-tabs>li {
    padding: 0 20px;
  }
  .ingredients{
    display:block;
    justify-content:center
  }
  span.shop_name {
    font-size:18px
  }
}
@media only screen and (max-width:768px){
  .formula-description{
    padding:0 !important
  }
  #shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .section-header{
    margin:0
  }
  .cms-testimonial .testimonial-inner{
    width:90%
  }
  #shopify-section-template--15043789848643__59ebc102-e15e-44a0-8584-8433a96a49eb .alcontent.col-6.col-lg-4{
    width:50%
  }
  .season-contain{
    top:49%
  }
  .social_and_tag {
    display: block;
  }
  .social_and_tag .blog-tag {
    margin: 0 0 15px;
  }
  .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title{
    line-height:30px
  }
  .slider-title h2 {
    font-size: 40px;
  }
  .al-homeslider .home-slider .homeslider .slider-content-wrap {
     width:84%
  }
.social-icons-list ul li {
    width: 37px;
    height: 37px;
    margin: 0 5px !important;
}  
  #shopify-section-template--15043789848643__category-feature .box-heading svg, #shopify-section-template--15043789848643__6df45693-31a9-4073-ac24-ef21ee02ff2c .box-heading svg{
    margin:0
  }
  .cms-testimonial img.desktop-slide-img{
    display:none
  }
  .cms-testimonial .testimonial-desc{
    position:inherit
  }
}
@media only screen and (max-width:575px){
  .subbanner-1 {
    margin-bottom: 12px;
  }

  /* custom */

  .site-header .header_logo_wrap .header-logo{
    text-align:left
  }
  button.btn.search-submit.icon-fallback-text{
    position:inherit
  }
  .al-homeslider .home-slider .homeslider .slider-content-wrap.content-left.effect_bottom {
    top: 8%;
    left: 7%;
    bottom: auto;
  }
  .footer-content .footer-text {
    margin-bottom: 20px;
  }
  .block_newsletter form .input-group .input-group-btn .btn{
    height:40px
  }
  .slider-title h2{
    font-size:34px !important
  }
  .al-homeslider .home-slider .homeslider .slider-content-wrap .slider-title {
    line-height:25px;
    font-size:26px
  }
  #shopify-section-template--15043789848643__59ebc102-e15e-44a0-8584-8433a96a49eb .alcontent.col-6.col-lg-4{
    width:100%
  }
  .cms-banner_section .banner3{
    margin-bottom:20px
  }
  .cms-banner .banner .banner-content{
    bottom:0
  }
  .about-contain h4{
    font-size:18px;
    line-height:28px
  }
  .cms-banner .banner .banner-content .title{
      font-size: 20px;
  }
  .al-title{
    font-size:22px;
    line-height:36px
  }
  .cms-banner .banner .banner-content .title h2{
    font-size:20px;
    margin:0
  }
  .cms-banner .banner .banner-content .sub_desc{
    padding-bottom:12px
  }
  #shopify-section-template--15043789848643__11486e1b-6f8d-4890-a1a6-cb5a7cb6ab15 .al-title{
    margin-top:20px
  }
  #shopify-section-template--15043789848643__11486e1b-6f8d-4890-a1a6-cb5a7cb6ab15 svg{
    margin-top:0;
    margin-bottom:10px
  }
  .season-sale-section h4{
    font-size:24px
  }
  .season-contain{
    padding-left:40px
  }
  #shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .section-header{
    margin-bottom:20px
  }
  #blog_slider .al-blog-content .article__title>a {
    font-size:18px
  }
  #blog_slider .al-blog-content .article__title{
    margin:0 0 10px
  }
  #shopify-section-footer-model-1 .social-icons,
  #shopify-section-footer-model-2 .social-icons,
  #shopify-section-footer-model-3 .social-icons{
    justify-content:start
  }

  .footer-bottom-wrap .hb-animate-element.hb-in-viewport.right-to-left{
    text-align:left !important
  }

  #shopify-section-template--15043789848643__59ebc102-e15e-44a0-8584-8433a96a49eb .alcontent.col-6.col-lg-4{
    width:100% !important
  }
  .service{
    display:block;
    text-align:center
  }
  .cms-testimonial .testimonial-desc{
    position:absolute
  }
  #brands_list_slider .owl-dots{
    display:none !important
  }
  #shopify-section-footer-model-1 .widget-title,
  #shopify-section-footer-model-2 .widget-title,
  #shopify-section-footer-model-3 .widget-title{
    font-size:18px
  }
  .blogleft_inner_content .article.al-blog-content{
    padding:0
  } 
  .blogleft_inner_content .blog_content_wrap .grid__item {
    width:100%;
  }
  #shopify-section-template--15043789914179__main .left-img-text svg{
    margin-bottom:15px
  }
  .right-img-text>div, .left-img-text>div{
    display:block !important
  }
  .ingredients{
     display:block !important
  }
  .work_imges:nth-child(1){
    padding:0
  }
  .natural-right-part .about-ingredient p{
    padding-left:29px
  }
  .ingredients h4 {
    font-size:21px
  }
  .accordion-button {
    font-size:13px;
    padding:20px 0
  }
  .accordion-button:not(.collapsed),
  .accordion-body{
    font-size:13px;
  }
}
@media only screen and (max-width:425px){
  .category_feature a.collection_btn {
    top: 13%;
    height: 35px;
    width: 35px;
}
  .slider-title h2{
    font-size:30px !important
  }
  .season-sale-section .box-heading{
    padding:0
  }
  .season-sale-section .sub-title, .season-sale-section .al-title{
    max-width:280px
  }
  .season-sale-section p{
    margin-bottom:5px
  }
  .season-sale-section h4{
    margin-bottom:5px
  }
  #alcmsservices .alcontent .content{
    margin-top:20px
  }
}
@media only screen and (max-width:375px){
   #shopify-section-template--15043789848643__11486e1b-6f8d-4890-a1a6-cb5a7cb6ab15 h3{
     font-size:16px
   }
  .slider-title h2{
    font-size:26px !important
  }
  .season-contain {
    padding-left: 31px;
  }
  .blog-post-single h4.article__title, .blogleft_inner_content .al-blog-content .al-blog-description h4.article__title{
    font-size:21px
  }
}
@media only screen and (max-width:320px){
  .season-contain p{
    line-height: 18px;
  }
  .season-contain .al-title{
    line-height: 24px;
    margin-bottom:3px
  }
  #shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .section-header{
    margin-bottom:5px
  }
  #shopify-section-template--15043789848643__3b490005-d522-4e7d-8bc0-f034dcd06c44 .owl-dots{
    margin:0
  }
  .block_newsletter p{
    padding:0
  }
}