/** Shopify CDN: Minification failed

Line 5467:18 Expected ":"
Line 5467:29 Expected ":"

**/
a:hover{
  text-decoration:none;
}
@font-face {
  font-family: SouthernAire;
  src: url('/cdn/shop/files/SouthernAire.woff?v=1661580173');
font-display:swap;
}
div#shopify-section-announcement-bar {
    height: 35px;
    top: 0px;
    position: relative;
}
body.template-page h1, body.template-page h2, body.template-page h3, body.template-page h4, body.template-page h5, body.template-page h6, body.template-page .h1, body.template-page .h2, body.template-page .h3, body.template-page .h4, body.template-page .h5, body.template-page .h6{
      font-weight: 400 !important;
      color: #3d3d3d !important;
}
body.template-page h1, body.template-page .h1{
    font-size: 30px !important;
    line-height: 30px !important;  
}
body.template-page h2, body.template-page .h2 {
    font-size: 22px !important;
    line-height: 22px !important;
}
/* body.template-page h3, body.template-page .h3 {
    font-size: 20px !important;
    line-height: 24px !important;
} */
body.template-page h4, body.template-page .h4{
  font-size:18px !important;
  line-height: 20px !important;
}
body.template-page h5, body.template-page .h5{
  font-size:14px !important;
  line-height: 18px !important;
}
body.template-page h6, body.template-page .h6{
  font-size:12px !important;
  line-height: 16px !important;
}
.globo-form-app{
    padding:0px 30px 30px 30px;
    margin:0 
}
.globo-heading{
   margin:0;
}
.page-width{
  max-width:1400px;
}
.itg_header_wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#shopify-section-announcement-bar, div#shopify-section-top_header, div#shopify-section-header  {
    width: 100%;
}
#shopify-section-top_header {
    display: flex;
}
/*announcement bar css start*/
.itg_announcement_bar {
    position: relative;
}
.itg_announcement_bar span.itg_discount_code {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border: 1px solid;
    border-radius: 30px;
    padding: 7px 10px;
  cursor: pointer;
}

span.icon_container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* vertical-align: text-top; */
    gap: 5px;
    border-left: 2px dotted;
    padding-left: 10px;
}
span.icon_container span {
    display: flex;
}
.itg_announcement_bar p.announcement-bar__message.h5 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: inherit;
    padding: 15px 0px;
    line-height: normal;
  text-transform: capitalize;
}
/*announcement bar css end*/
/*header css start*/
.header-wrapper--border-bottom{
  border-bottom:none;
}
header.itg_header {
    grid-template-columns: auto 70% auto;
        position: relative;
}
header.itg_header nav.header__inline-menu {
    display: flex;
    justify-content: center;
/*       position: relative; */
      display: flex;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
/*header css end*/
/*mega menu css start*/
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content {
/*     text-align: left;
    min-height: 294px;
    box-shadow: 0 0 5px #e4e4e4;
    display: flex;
    justify-content: space-between;
    align-items: center; */
  text-align: left;
    min-height: 300px;
    box-shadow: 0 0 5px #e4e4e4;
    display: flex;
    justify-content: space-between;
      background: #99908e;
  z-index:2;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list {
    display: flex;
    width: 25%;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-template-columns: none;
    gap: 0;
    margin: 0;
    position: relative;
    padding:0;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li {
    width: 100%;
      margin-bottom: 5px;
    padding:0 15px;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li a {
    border-bottom: 1px solid rgba(255,255,255,.5);
    position: relative;
    transition: all .3s linear;
    margin-bottom: 0;
    color: #ffffff80;
    font-size: 16px;
    text-decoration: none;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li ul.list-unstyled {
    position: absolute;
    left: 100%;
    top: 0;
/*     width: 400px; */
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li ul.list-unstyled li {
    width: 50%;
  border-bottom:none;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li.active ul.list-unstyled{
    opacity: 1;
    visibility: visible;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li.active a, ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li:hover a {
    color: #fff;
    border-bottom-color: #fff;
    text-decoration:none;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li ul.list-unstyled li a {
    border-bottom: none;
  color: #fff;
      font-size: 16px;
}

nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_single_dropdown {
    position: relative;
}
nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_single_dropdown .mega-menu__content {
    width: 300px;
    min-height: auto;
    padding-bottom: 0;
}
nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_single_dropdown .mega-menu__content ul.mega-menu__list {
  width: 100%;
    padding: 20px;
}
.itg_menu_img {
    padding: 0 15px 0 30px;
}
nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_single_dropdown .itg_menu_img {
    display: none;
}
nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_single_dropdown .mega-menu__content ul.mega-menu__list li {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}
nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_single_dropdown .mega-menu__content ul.mega-menu__list li a {
    border-bottom: none;
    color: #fff;
    padding: 10px 0;
}
nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu a.header__menu-item, nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu summary.list-menu__item {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #262626;
  padding-top: 30px;
    padding-bottom: 30px;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li ul.list-unstyled li.itg_menu_btn a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu .mega-menu__content ul.mega-menu__list li a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
    top: 10px;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery {
  position:relative;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content {
    width: 750px;
    left: auto;
    right: 0;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width {
    width: 100%;
    padding-top: 2.4rem;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width li {
    width: 25%;
    text-align: center;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width li .itg_team_member {
    display: inline-block;
    max-width: 140px;
    position: relative;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width li a {
    display: inline-block;
    width: 100%;
    border: none;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width li a .itg_menu_overlay {
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 100%;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width li a .itg_menu_overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.30);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width li a:hover .itg_menu_overlay:before {
    opacity: 1;
    visibility: visible;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width li a img {
    display: flex;
    border-radius: 100%;
    width: 100%;
}
ul.list-menu.list-menu--inline li.itg_sidebar_style_menu.itg_image_gallery .mega-menu__content ul.mega-menu__list.page-width li a span.itg_team_name {
    transform: none;
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    height: auto;
}
/*mega menu css end*/
/*top header css start*/
.itg_top_header_wrapper {
    display: inline-block;
    width: 100%;
}
.itg_top_header_data {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* height: 37px; */
      padding: 1.60px 0;

}
.itg_top_header_data .itg_top_header_left {
    display: flex;
}
.itg_top_header_data .itg_top_header_left ul {
    display: flex;
    margin: 0;
    padding: 0;

}
.itg_top_header_data .itg_top_header_left ul li {
    list-style: none;
}
.itg_top_header_data .itg_top_header_left ul li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    line-height: normal;
    font-weight: 400;
    color: #262626;
    text-transform:capitalize;
}
.itg_top_header_right {
    display: flex;
    padding-left: 15px;
    align-items: center;
      justify-content: flex-end;min-width: 320px;
}
.itg_top_header_right p {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #262626;
    text-transform:capitalize;
    padding-right: 15px;
}
.itg_top_header_right ul.footer__list-social {
    margin-left: 10px;
  flex-wrap: nowrap;
  width: 46%;
  justify-content: flex-end;
}
.itg_top_header_right ul.footer__list-social li {
    display: inline-block;
}
.itg_top_header_right ul.footer__list-social li.list-social__item a.link {
    padding: 10px;
        line-height: 0;
}
.itg_top_header_right ul.footer__list-social li.list-social__item a.link svg {
    width: 17px;
    height: 17px;
}
.cart-count-bubble {
    background: #99908E;
}
ul.footer__list-social.list-unstyled.list-social li:last-child a {
    padding-right: 0;
}
.cart-drawer .drawer__inner .drawer__header h2.drawer__heading {
    font-size: 22px;
    color: #99908e;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    letter-spacing: 0;
}
/*top header css end*/
/*main banner css start*/
.slideshow__media.banner__media.media img.itg_mobile_image {
    display: none;
}
.slideshow__text.banner__box{
background: transparent;
    padding: 0;
}
h2.banner__heading.h1 {
/*     font-family: Dancing Script,cursive; */
    font-family: SouthernAire;
/*     font-size: 70px; */
    font-size: 110px;
    font-weight:400;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
}
.slideshow__text.banner__box {
    max-width: 60rem !important;
}
.slideshow__text.banner__box .banner__text {
/*     font-family: Dancing Script,cursive; */
    font-family: SouthernAire;
/*     font-size: 35px; */
    font-size:60px;
    color: #fff;
    margin: 0;
    line-height: normal;
}
/*main banner css end*/
/*collection list section start*/
.card__content h3.card__heading {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    line-height: normal;
}
.card__content .itg_explore_btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #454545;
    position: relative;
    letter-spacing: 0;
    line-height: normal;
}
.card__content .itg_explore_btn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #454545;
    left: 0;
    top: 100%;
}
.card__content h3.card__heading span.icon-wrap {
    display: none;
}
.collection-list-wrapper ul.collection-list li.collection-list__item .card-wrapper .card .card__inner, .collection-list-wrapper ul.collection-list li.collection-list__item .card-wrapper .card .card__inner .card__media {
    border-radius: 10px;
}
.collection-list-wrapper .title-wrapper-with-link {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.collection-list-wrapper .title-wrapper-with-link h2.collection-list-title {
    font-size: 36px;
    font-weight: 300;
    color: #99908E;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
}
.collection-list-wrapper .title-wrapper-with-link h4 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #454545;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
}
/*collection list section end*/
/*featured collection section css start*/
.swiper-container .swiper-wrapper {
    column-gap: 20px;
    z-index:1;
    cursor: url(/cdn/shop/files/drag.png?v=1660638127)51 35,pointer!important;
}
.card .card__inner .card__media{
z-index: 2 !important;
}
.card__media .media .itg_slider_featured img {
    object-position: top;
}
.itg_featured_swiper .card-wrapper {
    padding: 20px 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 4px #0000000d;
}
.itg_featured_swiper .card__content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.itg_featured_swiper .card__information {
    width: calc(100% - 150px);
}
.itg_featured_swiper .card__heading.h5 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
}
.itg_featured_swiper .quick-add {
/*     width: 140px; */
    width:40px;
    height: 40px;
    margin: 0;
}
.itg_featured_swiper .quick-add modal-opener {
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
}
.itg_featured_swiper .quick-add .quick-add__submit {
    border-radius: 100%;
    background: transparent;
    border: 1px solid #333;
    line-height: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    min-height: 40px;
    min-width: 40px;
    transition: all .3s linear;
    display: flex;
    text-transform: capitalize;
}
.itg_featured_swiper .quick-add .quick-add__submit span.itg_adtocart_text {
    transition: all .3s linear;
    display: none;
    font-size: 15px;
    line-height: 20px;
    padding-right: 10px;
}
.itg_featured_swiper .quick-add .quick-add__submit:after{
  box-shadow:none;
  display:none;
}
.itg_featured_swiper .card-information .price {
    color: #454545;
    margin-top: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0;
}
.itg_featured_swiper .itg_scroll_width.page-width {
    width: 100%;
    max-width: 1265px;
    position: relative;
    top: 30px;
}
.itg_featured_swiper .swiper-scrollbar {
    background: #CCCCCC;
}
.itg_featured_swiper .swiper-scrollbar-drag {
    background: #333;
}
.card:hover .media.media--hover-effect>img, .card-wrapper:hover .media.media--hover-effect>img{
    transform: scale(1) !important;
}
.itg_featured_swiper .color-background-2{
  --gradient-background: none !important;
}
.collection .collection__title h2.title {
    font-size: 36px;
    color: #99908E;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    letter-spacing: 0;
}
.collection .collection__title span.sub_title.itg_subtitle {
    font-size: 16px;
    color: #454545;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.swiper-container {
    padding-bottom: 30px;
}
.itg_featured_swiper .card__heading.h5 a:after{
  display:none;
}
.itg_featured_swiper .card-information .price s.price-item.price-item--regular {
    color: inherit;
}
.itg_featured_swiper .card__information {
/*     display: flex;
    width: 100% !important;
    justify-content: space-between; */
}
.itg_featured_swiper .swiper-container .card-wrapper .itg_collection_addcart_btn .itg_list_view_data {
    display: none;
}
/*featured collection section css end*/

/* article-template video section css start  */
.article-template__content iframe {
    width: 100%;
}

.itg_page_content iframe {
    width: 100%;
}
/* article-template video section css end  */


/*custom thumbnail slider section start*/
.itg_thumbnail_slider_wrapper {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}
/* .itg_section_div {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
  
} */
.itg_img_with_text {
    display: flex;
    flex-wrap: wrap;
  background: #fff;
}
.itg_img_with_text .itg_img_div{
    width: 60%;
      display: flex;
}
.itg_img_with_text .itg_content_div {
    width: 35%;
    padding: 30px;
}
.itg_img_with_text .itg_content_div h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    color: #99908E;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0;
}
.itg_img_with_text .itg_content_div h5 {
    font-size: 18px;
    margin: 10px 0;
    text-transform: capitalize;
    color: #262626;
    font-weight: 400;
    line-height: normal;
}
.itg_img_with_text .itg_content_div p {
/*     font-size: 16px; */
   font-size:15px;
    line-height: normal;
    letter-spacing: 0;
    color: #454545 !important;
}
.itg_btn, button {
    display: inline-block;
    padding: 11px 36px;
    background: #99908E;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border:none;
    cursor:pointer;
    transition: all 0.3s linear;
}
.itg_img_with_text .itg_img_div img {
    width: 100%;height: auto;
}
.itg_section_div {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    position: relative;
  background:#fff;
}
.itg_thumb_img_div {
position: absolute;
    bottom: 20px;
    width: 36%;
    right: 20px;
    padding-left: 0;
}
.itg_section_div .itg_my_custom2 .swiper-slide {
    opacity: 0 !important;
}
.itg_section_div .itg_my_custom2 .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
/*custom thumbnail slider section start*/
/*great team section css start*/

  .new_testimonial_section {
    padding-top: 80px;
    padding-bottom: 50px;
}
 .section-header {
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    font-size: 16px;
    letter-spacing: 0;
} 
.sub_heading_itg h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    color: #99908E;
    letter-spacing: 0;
    margin-bottom: 20px;
}
  .itg_image_star {
    position: relative;
    border-radius: 50%;
    height: 180px;
}
 .itg_image_star img {
    max-width: 100%;
    border-radius: 50%;    height: auto;
}
.itg_add_content {
    display: flex;
    justify-content: center;
}  
/* .itg_image_star img:hover {
    background: #99908E;
    opacity: 0.3;
}
.itg_image_star:hover {
    background: #99908E;
}   */
.itg_image_star:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(153 144 142 / 75%);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.itg_image_star:hover:before {
    opacity: 1;
    visibility: visible;
}
.itg_border {
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    border: 1px solid #e3e3e3;
}
.itg_text_head {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    text-align: center;
    transition: all 0.3s linear;
}
.itg_image_star:hover .itg_text_head {
    opacity: 1;
}
.itg_content_div .swiper-but-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.itg_content_div .swiper-but-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}  

.itg_content_div .itg_team {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
/*great team section css end*/
/*itg review section css start*/
 .itg_new_testimonial_section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.itg_section-header h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    color: #99908e;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 30px;
}
 .itg_testimonials_content {
    display: flex;
    width: 100%;
}
  .itg_testimonial_column {
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 0 0px;
}
  .itg_set_testimonials {
    display: inline-block;
    min-height: 230px;
    background: #fff;
    padding: 15px;
    border: 1px solid #EEEEEE;
    box-shadow: 4px 4px 4px 2px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
  .itg_text_testimonials span.testimonial-stars {
    color: #FFB547;
    font-size: 24px;
}
  .itg_paragaph p{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    min-height: 90px;
}
 .itg_buyer_name h3 {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #262626;
    letter-spacing: 0;
    margin: 0;
} 
.itg_text_verifed p{
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #454545;
    letter-spacing: 0;
    margin: 0;
    margin-top: 10px;
}
  .itg_new_testimonial_section .page-width {
    max-width: 1400px;
}
.itg_container .swiper-btn-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
} 
 .itg_container .swiper-btn-prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
} 
/*   .itg_set_testimonials:hover .itg_text_verifed p{
    color: #fff;
}
   .itg_set_testimonials:hover .itg_buyer_name h3{
    color: #fff;
}
 .itg_set_testimonials:hover{
     color: #fff;
     background: #99908E;
} */
.swiper-slide.itg_testimonial_column.swiper-slide-active .itg_set_testimonials .itg_text_verifed p, .swiper-slide.itg_testimonial_column.swiper-slide-active .itg_set_testimonials .itg_buyer_name h3 {
    color: #fff;
}

.swiper-slide.itg_testimonial_column.swiper-slide-active .itg_set_testimonials {
    color: #fff;
    background: #99908E;
}

.itg_container.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding-bottom: 10px;
}
  .itg_testimonial_slider {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
        padding: 10px 3px;
}
/*itg review section css end*/
/*product page start*/
.product__title h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #262626;
}
.vender_title {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    text-transform: capitalize;
    color: #99908E;
    margin-bottom: 10px !important;
}
.sub_title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 10px !important;
      color: #454545;
}
.product .price .price-item {
    margin:  0 !important;
    font-style: normal;
    font-size: 30px;
    line-height: 41px;
    text-transform: capitalize;
    color: #454545;
} 
.product .product__info-container .price--on-sale .price-item--regular {
    font-family: 'Open Sans';
    font-style: normal; 
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: #454545;
    opacity: 0.5;
    margin-left: 10px;
}
span.discount_text {
    background: #262626;
    color: #fff;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: initial;
    margin-left: 10px;
}
.price.price--large {
    display: flex; 
    align-items: center;
  flex-wrap: wrap;
}
 .Shopping_text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #99908E;
    padding: 12px 0;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 10px;
    margin: 0;
}
.product__info-container .product__description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #262626;
  margin: 0;
}
.product__description a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #262626;
}
.product .product__info-container .product__description {
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.slider_color  ul {
    margin: 0;
    padding: 0;
}
.slider_color ul li {
    list-style: none;
}
h3.color_title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #262626;
    margin: 10px 0;
}
.custom_product_color .swiper-button-prev, .custom_product_color .swiper-button-next {
    display: block;
}
.slider_color ul li img {
    width: 100%;
}
.custom_product_color .swiper-button-prev:after,
.custom_product_color .swiper-button-next:after {
    color: #000;
}
.itg_cart {
    display: flex;
    align-items: center;
}
.itg_cart .itg_qty {width: 35%;}
.itg_cart .itg_qty quantity-input.quantity {
    width: 100%;
      border: 1px solid #E1E3E4;
}
.itg_cart .product-form__buttons {
    width: 65%;
      margin-left: 10px;
}
.itg_cart .itg_qty label.form__label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #262626;
    margin-bottom: 10px;
}
.itg_qty button.quantity__button {
    width: 45px;
    height: 46px;
    background: #EEEEEE !important;
    border: 1px solid #EEEEEE;
    border-radius: 0px;
      margin: 0;
}
.itg_qty .quantity:after {
    border-color: #E1E3E4 !important;
    box-shadow: none;
}
.itg_cart .itg_qty quantity-input.quantity input:focus-visible {
    outline: none;
    box-shadow: none;
}
.itg_qty .quantity:after,
.itg_qty .quantity:before{
  display:none;
}
.itg_qty .quantity__button svg {
    width: 15px;
}
.itg_qty .quantity__input {
    opacity: 1;
    font-size: 16px;
  appearance: auto;
    -webkit-appearance: auto;
}
.product-form__buttons label.form__label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #262626;
    margin-bottom: 10px;
    text-align: right;
    line-height: 25px;
}
.product-form__buttons .product-form__submit {
    align-items: center;
    padding: 11px 36px;
    height: 45px;
    background: #99908E;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}
.product-form__buttons .product-form__submit.button:after,
.product-form__buttons .product-form__submit.button:before{
  display:none;
}
.product__info-container product-form.product-form {
    margin-top: 0px;
}
.itg_btn_option {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.itg_btn_option span {
    background: #EEEEEE;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #262626;
    padding: 11px 15px;
    text-align: center;
    width: 50%;
    cursor: pointer;
}
span.order_sample {
/*     margin-right: 5px; */
  margin-right: 10px;
}

span.request_price {
/*     margin-left: 5px; */
}
.Shipping_free {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.Shipping_free p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #99908E;
    margin-left: 10px;
}
.at-style-responsive .at-share-btn {
    border-radius: 25px !important;
    margin: 0 5px !important;
}
.addthis_inline_share_toolbox {
    margin-top: 20px;
}
.at-expanded-menu.at-expanded-menu-round {
    background: black!important;
    margin-left: 0!important;
    left: 0!important;
    text-align: center!important;
    margin-top: 0px !important;
    height: 100vh !important;
    max-height: 100% !important;
}
#at-expanded-menu-host .at-expanded-menu-service-list {
    list-style-type: none;
    padding: 0 0 110px;
    margin: 0;
    width: 100 !important%;
}
#at-expanded-menu-host .at-expanded-menu-top-services-header {
    width: 100% !important;
}
#at-expanded-menu-host .at-expanded-menu-service-list {
    width: 100% !important;
}
#at-expanded-menu-host .at-expanded-menu-ft {
    width: 100% !IMPORTANT;
}
#at-expanded-menu-host .at-expanded-menu-service-list.border-before:before {
    width: 100% !important;
    margin-left: 0 !important;
}
#at-expanded-menu-host .at-expanded-menu-close {
    right: 35px !important;
}
select#qty_option {
    width: 100%;
    height: 47px;
    font-size: 17px;
    padding: 5px 3px;
    border: 1px solid #EEEEEE;
}
.request_form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000004a;
    z-index: 5;
  display:none;
}
.request_form_box {
    width: 680px;
    background: #fff;
    padding: 20px;
    height: 85vh;
    margin: auto;
    overflow-y: scroll;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.request_form_box svg.sceico-close {
    width: 20px;
    height: 30px;
}
.top_title {
    font-size: 24px;
    margin: 0;
}
.request_form_box .form-group {
    width: 100%;
    margin-bottom: 10px;
}
.request_form_box .form-group label {
    width: 100%;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 600;
}
.request_form_box .form-group input {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.sub_head {
    font-size: 17px;
    margin: 14px 0;
}
.request_btn {
    background: #EEEEEE;
    text-decoration: none;
    color: #000;
    padding: 15px 30px;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    border: none;
    font-size: 18px;
}

.content_box {
    width: 100%;
    margin-top: 15px;
}

.content_box span {
    font-size: 14px;
    width: 100%;
    display: block;
}
.request_form_box .form-group.Respond_box label.db {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.request_form_box .form-group.Respond_box label input {
    width: auto;
    margin-left: 0;
}
.request_form_box .form-group.Respond_box label {
    margin-right: 10px;
}
svg.close_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    cursor: pointer;
}
.vender_detail_option {
    position: relative;
    width: 100%;
    margin-top: 80px;
}
.vender_detail_option ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.vender_detail_option ul li {
    width: 25%;
    text-align: center;
}
.vender_detail_option ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #262626;
    margin: 0;
    margin-top: 20px;
}
.item_box_left {
    width: 100%;
    float: left;
}
.item_box_right {
    width: auto;
    float: right;
}
.tab_list {
    width: 100%;
    position: relative;
}

.tab_section_product {
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.tab_list span {
    display: table-cell;
    padding: 12px 35px;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    border: 1px solid #CCCCCC;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    border-right: none;
}
.tab_list span:last-child {
    border-right: 1px solid #CCCCCC;
}
.tab_list span.active_tabs {
    background: #99908E;
    color: #fff;
}

.tab_details {
    width: 100%;
    position: relative;
}

.tab_details .tab_content {
    display: none;
    background: #EEEEEE;
    padding: 25px 20px;
}

.tab_details .tab_content.active_content {
    display: block;
}
.decription_title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #454545;
    margin-top: 0;
}
.product_des_content {
    background: #fff;
}
.product_des_content table td {
    padding: 5px 15px !important;
}
.product_des_content table tr td:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #262626;
    width: 30%;
    border-color: #D9D9D9;
}
.product_des_content table {
    width: 100%;
}
.product_review_box {
    background: #fff;
    width: 100%;
    position: relative;
}
.product_review_box {
    background: #fff;
    width: 100%;
    position: relative;
}
.product_review_box a.spr-summary-actions-newreview {
    background: #99908e;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: initial;
    border-radius: 5px;
    color: #fff;
}
.product_review_box input {
    height: 40px;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
}
.product_review_box label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.product_review_box textarea {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
}
.bottom_description {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.bottom_description p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #454545;
}
.page_content_box {
    background: #fff;
    padding: 15px 15px;
     word-break: break-word;
}
product-recommendations {
    margin-top: 40px !important;
}
.product_des_content table tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}
ul.itg_recommendation_slider {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-recommendations .swiper-button-prev:after, .product-recommendations .swiper-button-next:after {
    display: none;
}
.product-recommendations .swiper-button-prev, .product-recommendations .swiper-button-next {
    width: auto;
    height: auto;
}
.product-recommendations .swiper.mySwiper {
    overflow: visible;
}
.product-recommendations .swiper-button-next {
    right: -45px;
}
.product-recommendations .swiper-button-prev {
    left: -45px;
}
ul.itg_recommendation_slider li.itg_grid .card-wrapper {
    padding: 20px 20px 10px;
    background: #F7F7F7;
    box-shadow: 4px 4px 4px 2px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
ul.itg_recommendation_slider li.itg_grid .card-wrapper .card__content h3 {
    font-size: 16px;
    color: #262626;
    font-weight: 400;
}
.product-recommendations h2.product-recommendations__heading.h2 {
    font-size: 36px;
    color: #99908E;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.itg_product_recommendations{
  display:inline-block;
  width:100%; 
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100px !important;
}
.custom_product_color .swiper-button-next.swiper-button-disabled, .custom_product_color .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none;
}
.itg_custom_table table tr th {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #262626;
    width: 30%;
    text-align:left;
  border-color: #D9D9D9;
      padding: 10px;
}
.itg_custom_table table tr td a {
    color: #454545;
    text-decoration: none;
    padding-right: 10px;
}
.itg_custom_table table {
    background: #fff;
}
.itg_custom_table {
    padding-top: 30px;
    background: #EEEEEE;
}
ul.itg_recommendation_slider li.itg_grid .card-wrapper .card__content .itg_list_view_data {
    display: none;
}
.spr-starrating{
    justify-content: flex-start !important;
}
.list_sku {
    display: none;
}
.tab_section_product .tab_content .page_content_box a {
    color: #454545;
    text-decoration: none;
}
.product .product__info-wrapper.grid__item .itg_get_quote_div {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(153,144,142,0.2);
    margin-bottom: 10px;
}
.product .product__info-wrapper.grid__item .itg_get_quote_div h5 {
    margin-top: 0px;
    font-size: 20px;
}
.product .product__info-wrapper.grid__item .itg_get_quote_div p {
    margin-bottom: 0;
} 
.itg_get_quote_product .spr-starrating.spr-summary-starrating {
    display: none;
}
.itg_get_quote_product .product-form__buttons {
    display: none;
}
.itg_get_quote_product product-form.product-form .itg_get_Quote_and_sample_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.itg_get_quote_product product-form.product-form .itg_get_Quote_and_sample_btn button.globo-formbuilder-open.itg_btn {
    margin-right: 15px;
    padding: 11px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.itg_get_quote_product product-form.product-form .itg_get_Quote_and_sample_btn .form {
    width: calc(100% - 200px);
}
.itg_get_quote_product product-form.product-form .itg_get_Quote_and_sample_btn .form .itg_btn_option {
    margin-top: 0;
}
.itg_get_quote_product a.iWishAdd {
    display: none;
}
.itg_get_quote_product a.iWishAdd {
    display: none;
}
.Shopping_text a {
    color: #000;
    text-decoration: none;
}
.template-product a.iWishAdd{
  display:inline-block;
}
button.itg_request_price_match_btn {
    background: #EEEEEE;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #262626;
    padding: 11px 15px;
    text-align: center;
    width: 50%;
    cursor: pointer;
    border: none;
}
.itg_btn_option span.text-danger, .itg_btn_option span.label-content {
    background: transparent;
}
.product-form__buttons label.form__label.itg_min_height {
    min-height: 25px;
}
/*product page end*/
/*cart notification popup css start*/
.cart-notification-product h3.cart-notification-product__name.h4 {
    font-size: 13px;
    text-align: left;
}
.cart-notification-product p {
    font-size: 12px;
    margin: 0;
}
/*cart notification popup css end*/
/*cart page css start*/
@media only screen and (min-width: 750px) {
.caption-with-letter-spacing p {
    font-size: 14px;
    letter-spacing: 4px;
}
}
.caption-with-letter-spacing p {
    margin-bottom: 0;
}
.cart-items td.cart-item__details a {
    font-size: 14px;
}
.itg_cart_custom_linking {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.itg_cart_custom_linking a {
    display: inline-block;
    padding: 3px 10px;
    background: #99908e;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 15px;
    margin-left:10px;
}
p.cart__login-paragraph a.link.underlined-link {
    text-transform: capitalize;
}
body.template-cart .title-wrapper-with-link h1.title.title--primary {
    font-size: 32px;
    color: #99908e;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    letter-spacing: 0;
}
cart-remove-button .button, .cart-drawer cart-remove-button .button {
    background: transparent;
    color: rgb(var(--color-button-text));
    line-height: 3.5rem;
    text-align: center;
}
/*cart page css end*/
/*custom page css start*/
.itg_page_data {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.itg_page_data .itg_page_sidebar {
    width: 25%;
    padding-left: 30px;
}
.itg_page_data.itg_sidebar_right {
    flex-direction: row-reverse;
}
.itg_page_data .itg_page_content {
    width: 75%;
    padding-left: 30px;
}
.itg_siedbar_menu {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

/* .itg_page_content h1 {
    font-size: 40px;
} */

.itg_siedbar_menu h3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.itg_siedbar_menu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.itg_siedbar_menu ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
}
.itg_siedbar_menu ul li a {
    display: inline-block;
    color: #000;
    width:100%;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
}
.itg_siedbar_menu.itg_social_div ul.itg__list-social {
    display: flex;
}
.itg_siedbar_menu.itg_social_div ul.itg__list-social li.list-social__item {
    width: auto;
    margin-right: 15px;
}
.itg_siedbar_menu.itg_social_div ul.itg__list-social li a {
    padding: 0;
    padding-right: 0;
    width: auto;
}
/*custom page css end*/
/*our people page css start*/
.itg_people_data {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.itg_people_data .itg_people_img {
    width: 25%;
    padding-right: 15px;
}
.itg_people_data .itg_people_content {
    width: 75%;
    padding-left: 15px;
}
.itg_people_data .itg_people_content h3 {
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    color: #99908E;
    line-height: normal;
    letter-spacing: 0;
}
.itg_our_people_wrapper .itg_page_content {
    text-align: center;
}
/*our people page css end*/
/*contact page css start*/
.itg_page_content.itg_contact_template {
    display: flex;
    flex-wrap: wrap;
}
.itg_page_content.itg_contact_template .itg_contact_content {
    width: 100%;
/*     padding-right: 15px; */
}
.itg_page_content.itg_contact_template .itg_contact_form {
    width: 100%;
/*     padding-left: 15px; */
}
.itg_contact_page_new_form {
    display: inline-block;
    width: 100%;
}
.itg_contact_page_new_form ul.form-section.page-section {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.itg_contact_page_new_form ul.form-section.page-section li {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin-bottom: 15px;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-input>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-input>div span.form-sub-label-container {
    width: 49%;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-textbox {
    width: 100%;
    height: 40px;
    font-size: 15px;
    padding: 0 10px;
    display: inline-block;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-input>div span.form-sub-label-container .form-sub-label {
    font-size: 13px;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-dropdown {
    width: 100% !important;
    display: inline-block;
    height: 40px;
    font-size: 15px;
    padding: 0 10px;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-input>div .form-address-line-wrapper {
    width: 49%;
}
.itg_contact_page_new_form ul.form-section.page-section li ol li {
    list-style: inherit;
    display: list-item;
}
.itg_contact_page_new_form ul.form-section.page-section li table {
    width: 100%;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-buttons-wrapper {
    margin-left: 0 !important;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-buttons-wrapper .form-submit-button {
    display: inline-block;
    padding: 11px 36px;
    background: #99908E;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border: none;
    cursor: pointer;
    transition: all .3s linear;
}
.itg_page_content.itg_contact_template .itg_contact_form .field {
    margin-bottom: 30px;
}.itg_page_content.itg_contact_template .itg_contact_form .field {
    margin-bottom: 30px;
}

.isolate .field__input:focus-visible {
    box-shadow: none;
    outline: 0;
    border-radius: var(--inputs-radius);
}

/*contact page css end*/
/*breadcrumbs css start*/
.itg_breadcrumbs_wrapper {
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    border-top: 1px solid #F0E8E9;
    border-bottom: 1px solid #F0E8E9;
}
.itg_breadcrumbs_wrapper .breadcrumb a {
    text-decoration: none;
    color: #454545;
}
.itg_breadcrumbs span.itg_call_breadcrumbs {
    color: #262626;
    width: 20%;
    text-align: right;
}
.itg_breadcrumbs span.itg_call_breadcrumbs a {
    text-decoration: none;
    color: inherit;
}
.itg_breadcrumbs {
    display: flex;
    justify-content: space-between;
}
.itg_breadcrumbs nav.breadcrumb {
    width: 80%;
}
/*breadcrumbs css end*/
/*specials page css start*/
.itg_specials_page_wrapper {
    display: flex;
    margin-left: -30px;
    flex-wrap: wrap;
}
.itg_specials_page_wrapper .itg_specials_div {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 30px;
}
.itg_specials_page_wrapper .itg_specials_div .itg_specials_inner {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    padding: 20px;
}
.itg_specials_page_wrapper .itg_specials_div .itg_specials_inner .itg_specials_image {
    width: 80px;
}
.itg_specials_page_wrapper .itg_specials_div .itg_specials_inner .itg_specials_content {
    width: calc(100% - 80px);
    padding-left: 30px;
}
.itg_specials_page_wrapper .itg_specials_div .itg_specials_inner .itg_specials_content h3 {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.itg_specials_page_wrapper .itg_specials_div .itg_specials_inner .itg_specials_content p {
    margin: 0;
    font-size: 18px;
}
.itg_specials_page_wrapper .itg_specials_div .itg_specials_inner .itg_specials_content span.itg_small_text {
    font-size: 14px;
}
.itg_coupon_code_div {
    display: inline-block;
    width: 100%;
    background: #FDE3A7;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #e67e22;
    margin-top: 10px;
}
.itg_coupon_code_div .itg_code_inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #e67e22;
    border-radius: 3px;
    color: #FFF;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}
.itg_coupon_code_div .itg_code_inner h4 {
    margin: 0;
    font-size: 20px !important;
    font-weight: normal;
    color: #fff !important;
}
.itg_coupon_code_div .itg_code_inner h4 span {
    width: 100%;
    display: inline-block;
    padding-bottom: 2px;
    text-transform: capitalize;
}
.itg_specials_page_wrapper .itg_specials_div .itg_specials_inner .itg_specials_content .itg_coupon_code_div p {
    font-size: 14px;
}
/*specials page css end*/
/*trade program section css start*/
.itg_trade_wrapper {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}
.itg_trade_banner {
    display: inline-block;
    width: 100%;
    padding: 40px;
}
body.template-page .itg_trade_banner h2 {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 40px !important;
    font-weight: 400;
    text-transform: capitalize;
    color: #3d3d3d;
    line-height: normal !important;
    margin-bottom: 10px;
}
.itg_trade_banner h4 {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 25px;
    text-transform: none;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 10px;
}
.itg_trade_banner p {
    margin: 0;
    font-size: 18px;
    line-height: normal;
}
.itg_member_benifits_wrapper {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}
.itg_member_benifits_wrapper .itg_benifits_main_div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_benifits_div {
    width: 50%;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_benifits_div h3 {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_benifits_div ul li {
    font-size: 18px;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_join_trade {
    width: 50%;
    padding-left: 30px;
}
/*trade program section css end*/
/*collection page css start*/
.itg_main_collection_wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
}
.itg_collection_banner_wrapper {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: absolute;
}
.itg_collection_banner h1.collection-hero__title {
    margin: 0;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}
.itg_sort_options {
    display: inline-block;
    width: 70% !important;
}
.itg_collection_banner_wrapper .itg_collection_banner_data {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #F9F9F9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.itg_collection_banner_wrapper h1 {
    margin: 0;
    font-size: 45px;
    color: #454545;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
.itg_collection_banner_wrapper h1 small {
    font-size: 70%;
    color: #999999;
}
.facets.itg_sort_option {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.facets.itg_sort_option .facets-vertical-form {
    justify-content: flex-start;
}
.facets.itg_sort_option .facets-vertical-form .facet-filters.sorting {
    padding-left: 0;
}
.facets.itg_sort_option .facets-vertical-form .facet-filters.sorting h2.facet-filters__label, .facets.itg_sort_option .facets-vertical-form .facet-filters.sorting select.facet-filters__sort{
    font-size: 18px;
    text-transform: capitalize;
}
.facets.itg_sort_option .facets-vertical-form .facet-filters.sorting select.facet-filters__sort:focus, .facets.itg_sort_option .facets-vertical-form .facet-filters.sorting select.facet-filters__sort:focus-visible {
    box-shadow: none;
    border: none;
    outline: none;
}
.itg_product_count {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.itg_product_count .product-count-vertical.light {
    margin-left: 0;
}
.itg_product_count .product-count-vertical.light h2.product-count__text {
    font-size: 25px;
    letter-spacing: 0;
    color: #454545;
    font-weight: 400;
}
.itg_collection_grid {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.itg_loadmore_btn {
    text-align: center;
}
.grid--4-col-desktop .itg_collection_grid .grid__item {
    width: calc(25% - 30px * 3 / 4);
    max-width: calc(25% - 30px * 3 / 4);
}
.itg_list_grid_view {
    display: inline-block;
}
.itg_list_grid_view ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.itg_list_grid_view ul li {
    list-style: none;
    padding: 0 0 0 20px;
}
.itg_list_grid_view ul li button.square-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item {
    width: 100%;
    max-width: 100%;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__information h3.card__heading {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__content .quick-add .form .quick-add__submit svg {
    display: none;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__content .quick-add .form .quick-add__submit {
    text-transform: capitalize;
      border: none;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__content .quick-add .form .quick-add__submit:after{
  display:none;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__content .quick-add .form .quick-add__submit:focus{
  box-shadow:none;
  outline:none;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__information .card-information .price {
    font-size: 20px;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__information .card-information .itg_description {
    margin-top: 0;
}
.grid--4-col-desktop.itg_grid .itg_collection_grid li.grid__item .card-wrapper .itg_description {
    display: none;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__inner {
    width: 25%;
    background: transparent;
    align-items: initial;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__inner img.motion-reduce {
    height: auto;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__information h3.card__heading{
  font-size:18px;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content {
    width: 75%;
    padding-left: 30px;
    display: flex;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__inner .card__content {
    display: none;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information {
    display: flex;
    padding-right: 15px;
    width:70%;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_inner_info {
    width: 100%;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content .itg_collection_addcart_btn {
    width: 35%;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content .itg_collection_addcart_btn .itg_list_view_data p {
    margin: 0;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content .itg_collection_addcart_btn .itg_list_view_data a.itg_btn.itg_border_btn {
    width: 100%;
    margin-top: 10px;
    padding: 11px 20px;
    text-align: center;
}
ul.grid--4-col-desktop.itg_grid li.grid__item .itg_collection_addcart_btn .itg_list_view_data, 
ul.grid--4-col-desktop.itg_list li.grid__item .itg_collection_inner_info .itg_grid_view_price,
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_inner_info a.full-unstyled-link:after{
    display: none;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_addcart_btn .itg_list_view_data a.itg_btn.itg_border_btn {
    padding: 13px 10px;
    width: 100%;
    text-align: center;
    font-size:14px;
}
.AddToWishDropDown.btn-group {
    display: inline-block;
    width: 100%;
    position: relative;
/*     margin-top: 10px; */
}
.AddToWishDropDown.btn-group .itg_btn_group {
    display: inline-block;
    width: 100%;
    position: relative;
}
.AddToWishDropDown.btn-group .itg_btn_group a.itg_border_btn {
    background: transparent;
    border: 1px solid #454545;
    color: #454545;
    text-align: left !important;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content .itg_collection_addcart_btn .itg_list_view_data a.itg_btn.itg_border_btn {
    width: 100%;
    margin-top: 10px;
}
.AddToWishDropDown.btn-group .itg_btn_group a.AddToWishDropArrow {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    top: 8px;
}
.AddToWishDropDown.btn-group .itg_btn_group a.AddToWishDropArrow svg {
    width: 20px;
    height: 20px;
}
.AddToWishDropDown.btn-group .itg_btn_group a.AddToWishDropArrow svg polygon {
    fill: #454545 !important;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_addcart_btn a.itg_compare {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_addcart_btn a.itg_compare svg {
    width: 25px;
    height: 25px;
}
.itg_group_data {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #eaeaea;
    padding: 10px;
}
.itg_group_data ul.AddToWishDropDownBox {
    width: 100%;
    padding: 0;
    margin: 0;
}
.itg_group_data ul.AddToWishDropDownBox li {
    display: inline-block;
    list-style: none;
    width: 100%;
}
.itg_group_data ul.AddToWishDropDownBox li span.itg_btn {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_addcart_btn p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_addcart_btn .itg_list_view_data {
    text-align: center;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card__badge.bottom.left {
    display: none;
}
.itg_group_data ul.AddToWishDropDownBox li span.itg_btn {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

ul.grid--4-col-desktop.itg_small_list .itg_description, ul.grid--4-col-desktop.itg_small_list .itg_list_view_data {
    display: none;
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: auto;
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon ul {
    display: flex;
    padding: 0;
    margin: 0;
    height: 100%;
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon ul li {
    list-style: none;
    margin-left: 10px;
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    background: rgb(255 255 255 / 70%);
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon ul li a svg {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    fill: #99908E;
}
.itg_collection_inner_info a:after, .grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_addcart_btn .itg_grid_view_price {
    display: none;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .itg_hover_icon{
  display:none;
}
.itg_grid_view_price p {
    margin: 0;
    font-size: 13px;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper:hover .card .card__content .card__information .itg_collection_addcart_btn .itg_list_view_data a.itg_btn.itg_border_btn {
    text-decoration: none;
}
.grid--4-col-desktop.itg_grid .itg_collection_grid .grid__item .card-wrapper .card .card__content {
    height: auto;
    display: inline-block;
    grid-template-rows: none;
    width: auto;
    flex-grow: 0;
}
.itg_collection_banner .collection-hero__text-wrapper {
    width: 100%;
    flex-basis: 100% !important;
}
.itg_collection_banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 !important;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content .itg_collection_addcart_btn .itg_list_view_data a.itg_compare {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content .itg_collection_addcart_btn .itg_list_view_data a.itg_compare svg {
    width: 30px;
    height: 30px;
}
/* .itg_collection_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.33);
} */
.itg_collection_banner .collection-hero__text-wrapper .collection-hero__description p {
    color: #fff;
    font-size: 14px;
    line-height: 1.42857143;
    color: #99908E;
    font-weight: 400;
}
/* .itg_collection_banner .collection-hero__text-wrapper {
    position: absolute;
    /* width: 100%; 
    top: 0;
    left: 50%;
    height: 100%;
    text-align: center;
    z-index: 1;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
    transform: translateX(-50%);
}
.itg_collection_banner .itg_bgimg .collection-hero__image-container {
    margin: 0;
} */
.itg_collection_banner .collection-hero__text-wrapper .collection-hero__description {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.itg_collection_banner .collection-hero__text-wrapper .collection-hero__description h1 {
    margin: 0;
/*     font-size: 36px; */
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
.itg_collection_banner .collection-hero__text-wrapper .collection-hero__description h1 span {
    color: inherit !important;
}
.itg_collection_banner .collection-hero__text-wrapper .collection-hero__description h1 small {
    font-size: 24px;
    color: #999999;
}
.grid--4-col-desktop.itg_grid .itg_collection_grid .grid__item .card-wrapper .card .card__content .card__badge {
    display: none;
}
.itg_list_grid_view a.itg_btn {
    padding: 5px 10px;
    font-size: 14px;
    height: auto;
}
.facets-vertical .facets-wrapper{
width: 30%;  
}
.itg_subcollection_wrapper {
    display: inline-block;
    width: 100%;
}
.itg_subcollection_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-left: -30px;
}
.itg_subcollection_wrapper ul li {
    list-style: none;
    width: 25% !important;
    padding-left: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.itg_subcollection_wrapper ul li .collection-hero__image-container {
    margin: 0;
}
.itg_subcollection_wrapper ul li a {
    display: inline-block;
    text-decoration: none;
    color: #454545;
    text-transform: capitalize;
    padding: 10px 0;
}
.itg_subcollection_content {
    display: flex;
    width: 100%;
}
.facets-vertical .product-grid-container {
    width: 70% !important;
    padding-top: 40px;
}
ul.grid.product-grid.itg_small_list li.grid__item .card-wrapper .card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

/* ul.grid.product-grid.itg_small_list li.grid__item{
  width:100%;
  max-width:100%;
}
ul.grid.product-grid.itg_small_list li.grid__item .card-wrapper .card .card__inner {
    width: 150px;
}
ul.grid.product-grid.itg_small_list li.grid__item .card-wrapper .card .card__content {
    width: calc(100% - 150px);
} */
/* .accordion.active + .panel{
  display:block;
} */
div#more {
    text-align: center;
}
facet-filters-form.facets.small-hide.itg_hidden_filter {
    display: none;
}
facet-filters-form.small-hide.itg_sort_option {
    display: flex;
    justify-content: space-between;
}
facet-filters-form.small-hide.itg_sort_option .facet-filters.sorting.caption {
    padding-left: 0;
}
.underline-links-hover:hover a{
  text-decoration:none !important;
}
.grid--4-col-desktop.itg_grid .itg_collection_grid .grid__item .card-wrapper .card .card__content .card__information {
    padding-bottom: 0;
}
ul.grid.product-grid.itg_grid li.grid__item .quick-add {
    margin-bottom: 0;
}
.grid--4-col-desktop.itg_grid .itg_collection_grid .grid__item .card-wrapper .card .card__content h3.card__heading {
    min-height: 90px;
}
span.itg_show_filter {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: capitalize;
    cursor:pointer;
}
span.itg_show_filter svg.icon.icon-filter {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.facets-vertical.page-width.itg_filter_maindiv.itg_nofilter_apply .facets-wrapper {
    display: none;
}
.facets-vertical.page-width.itg_filter_maindiv.itg_nofilter_apply .product-grid-container {
    width: 100% !important;
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon ul li a.iWishAddColl svg {
    margin-top: 0;
}
label.SPCMP_chk_lbl {
    display: none !important;
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon ul li a.itg_compare_btn.active svg {
    fill: #3d3d3d;
}
.facet-filters__sort:focus-visible {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
.itg_collection_banner button.globo-formbuilder-open.itg_btn {
    margin: 15px 0 10px;
}
/* .itg_collection_img_slider .slick-slide {
    z-index: -1 !important;
} */
.itg_collection_addcart_btn .quick-add button.globo-formbuilder-open.itg_btn {
    padding: 13px 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
/* .itg_collection_img_slider.slick-initialized.slick-slider {
    z-index: -1;
} */
.globo-form-publish-modal{
  z-index: 110000;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_addcart_btn a.itg_btn.itg_getaquote {
    padding: 11px;
}
.itg_collection_form .itg_btn_option {
    margin-top: 10px;
}
.itg_collection_form .itg_btn_option span.order_sample {
    width: 100%;
    margin: 0;
    text-align: center;
}
ul.grid--4-col-desktop.itg_grid li.grid__item .itg_list_view_data, ul.grid--4-col-desktop.itg_grid li.grid__item .card__badge.bottom.left {
    display: none;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content .itg_collection_addcart_btn .itg_grid_view_price {
    display: none;
}

/*collection page css end*/
/*newsletter section css start*/
.newsletter-video {
    display: flex;
    align-items: center;
    background-color:#fff;
    flex-wrap: wrap;
    padding: 0 55px;
  } 
  .itg_newsletter {
    width: 50%;
  }
 .itg_newsletter .newsletter__wrapper.gradient.content-container.isolate {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
   text-align: left;
}
  video.itg_video {
    max-width: 100%;
    display: flex;
  }
   .newsletter-video h2.h1 {
    color: #99908E;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom:20px;
}
    .newsletter-video h2.h1 span {
    font-weight: 600;
}
   .newsletter-video .newsletter__subheading.rte {
    color: #454545 !important;
}
.newsletter-video button#Subscribe {
    background-color: #99908E;
    padding: 10px 35px;
    width: max-content;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-family: 'Open Sans';
/*     height: auto; */
    border: 1px solid;
}
    .newsletter-video .newsletter__wrapper>*+* {
    margin-top: 10px;
}
    .newsletter-video form#contact_form {
    margin-left: 0;
}
    .newsletter-video label.field__label {
    font-size: 14px;
    color: #454545;
    font-style: italic;
}
    .newsletter-video .newsletter-form__field-wrapper .field__input {
    background-color: #fff;
    border: 1px solid #99908E;
    height: auto;
    max-height: 40px;
    color:#99908E;
    padding-top:15px;
    padding-right:140px;
}
 .itg_newsletter .field__input:focus~.field__label{
      top:5px;
    }
    section.color-accent-1 {
    padding: 60px 0;
}
  .newsletter-video .deferred-media__poster-button {
    width: 90px;
    height: 90px;
    color: #99908E;
}
   .newsletter-video  .deferred-media__poster-button .icon {
    width: 35px;
    height: 35px;
    margin: 0 !important;
}
    .itg_video_main_div {
    position: relative;
    padding-bottom: 0 !important;
}
    .itg_video_main_div .deferred-media__poster {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*newsletter section css end*/
/* footer css start */
 .footer__content-bottom {
    padding-top:0;
} 
  footer.section-footer-padding {
    padding-top: 70px;
    padding-bottom: 0!important;
}
  .footer__column--info { 
    flex-direction: row-reverse !important;
    justify-content: space-between!important;  
}
  .footer__payment {
    margin-bottom: 1.5rem;
}
  .footer__copyright {
    margin-bottom: 1.5rem;
    font-size: 14px;
}
  footer.section-footer-padding {
    background: #EEEEEE;
}
  h2.footer-block__heading {
    text-transform: uppercase;
    font-size: 13px;
    color: #262626;
    letter-spacing: 2px;
    font-weight: 400;
}
  ul.footer-block__details-content.list-unstyled {
    text-transform: capitalize;
    font-size: 14px;
    color: #454545;
}
  a.link.link--text.list-menu__item.list-menu__item--link {
    text-decoration: none;
}
  ul.footer__list-social.list-unstyled.list-social {
    padding-left: 0;
    justify-content: left;
}
  a.link.list-social__link {
    padding-left: 0;
}
  .footer-block--newsletter {
    margin-top: 0 !important;
}
footer.itg_footer_custom {
    margin-top: 0;
    border-top: none;
}   
.footer__list-social.list-social{
      width: 100%;
}
/* footer css end */
/*list-collection page css start*/
.itg_collection_list_wrapper {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.itg_collection_list_data {
    display: inline-block;
    width: 100%;
}
.itg_collection_list_data ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-left: -30px;
    padding: 0;
}
.itg_collection_list_data ul li {
    display: inline-block;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 30px;
    width: 25%;
}
.itg_collection_list_data ul li .itg_subcollection_column {
display: inline-block;
    width: 100%;
    text-align: center;
}
.itg_subcollection_column img {
    position: relative!important;
    border: 1px solid #eaeaea;
  object-fit: contain;
/*     height: 300px !important; */
    
}
.itg_subcollection_column a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
/*     padding-top: 10px; */
    text-decoration: none;
    text-transform: capitalize;
    color: #454545;
}
.itg_page_header {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #F9F9F9;
    margin-bottom: 30px;
}
.itg_page_header h1 {
    margin-top: 0;
}
.itg_page_header p {
    padding-top: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
}
.itg_page_header h1 small {
    font-size: 65%;
    font-weight: 400;
    line-height: 1;
    color: #999999;
}
/*list-collection page css end*/
/*order-form page css start*/
.itg_order_form_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.itg_order_form_wrapper .itg_form_group {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 30px;
}
.itg_order_form_wrapper .itg_form_group .itg_form_control {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #454545;
    padding: 5px 10px;
}
.itg_order_form_wrapper .itg_form_group.itg_form_group_full {
    width: 100%;
}
.itg_order_form_wrapper .itg_form_group.itg_form_group_full textarea.itg_form_control {
    width: 100%;
    height: auto;
    resize: none;
}

.itg_form_group input:focus-visible {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}
select.itg_form_control:focus-visible {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}
textarea.itg_form_control:focus-visible {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}
.itg_order_form_wrapper.itg_form_builder_app{
  margin-left:0px;
}
.itg_order_form_wrapper.itg_form_builder_app .globo-form-app.default-layout {
    margin-top: 0;
}
/*order form page css end*/
/*about us test page css start*/
.itg_page_data.itg_about_test_wrapper .itg_page_content {
    width: 100%;
}
.itg_our_team_wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cbcbcb;
}
.itg_our_team_wrapper h3 {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    color: #3d3d3d;
    line-height: normal;
}
.itg_our_team_inner {
    display: flex;
    margin-left: -30px;
    flex-wrap: wrap;
}
.itg_our_team_inner .itg_our_team_div {
    width: 50%;
    text-align: center;
    padding-left: 30px;
    margin-bottom: 30px;
}
.itg_our_team_inner .itg_our_team_div img {
    border-radius: 100%;
    border: none;
}
.itg_our_team_inner .itg_our_team_div h3 {
    font-size: 20px;
}
.itg_our_team_inner .itg_our_team_div p {
    margin: 0;
    margin-bottom: 10px;
}

/* .contact .isolate {
    padding: 0px 50px;
} */

/*about us test page css end*/
/* Custom Interior Shutters - Lynchburg page css start */
.itg_row .itg_col_4 {
    width: 33.33%;
    padding-left: 30px;
}
.itg_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.itg_row.itg_social_icon .itg_col_4{
    width: auto;
    padding-left: 15px;  
}
/* Custom Interior Shutters - Lynchburg page css end */
/* form with content page css start */
.itg_page_data.itg_nosidebar .itg_page_content {
    width: 100%;
}
.itg_text_form_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.itg_form_div {
    width: 40%;
}
.itg_text_form_wrapper .itg_content_div {
    width: 50%;
}
.itg_form_div .itg_order_form_wrapper .itg_form_group {
    width: 100%;
    margin-bottom: 10px;
}
.itg_thankss_div {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.itg_thankss_div .itg_col3 {
    width: 33.33%;
    padding-left: 30px;
}
.itg_thanks_inner_div {
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.itg_thanks_inner_div h4 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 0;    
}
.itg_thanks_inner_div a {
    color: #0c2b3f;
    text-decoration: none;
    font-size: 14px;
    text-transform:capitalize;
}
.itg_thanks_div {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.itg_text_form_wrapper .itg_content_div a {
    text-decoration: none;
    color: #0c2b3f;
}
.itg_text_form_wrapper .itg_content_div a:hover {
    text-decoration: underline;
}
/* form with content page css end */


/* Fabric Durability - Double Rubs | Mahones page css */
.template-page .multicolumn .multicolumn-list.grid--4-col-desktop {
    margin: 0 -15px;
}
.template-page .image-with-text__grid--reverse .image-with-text__content--desktop-left {
    padding-left: 0;
}
.itg_announcement_bar p.announcement-bar__message.h5 {
    color: #fff !important;
    font-size: 14px !important;
}
button.link.btn_shiping.button-label {
    text-transform: capitalize;
}
/*calculator page css start*/
.itg_calculator_div .itg_form_div {
    width: 50%;
}
.itg_calculator_div .itg_form_div .itg_form_heading {
    display: flex;
    width: 100%;
    margin: 0 -15px;
    text-align: center;
}
.itg_calculator_div .itg_form_div .itg_form_heading .itg_col3 {
    width: 33.33%;
    padding: 0 15px;
}
.itg_calculator_div .itg_form_div .itg_form_group {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.itg_calculator_div .itg_form_div .itg_form_group label {
    width: 33.33%;
    text-align: right;
    padding-right: 15px;
    font-size: 14px;
}
.itg_calculator_div .itg_form_div .itg_form_group .itg_form_group_inner {
    width: 33.33%;
    margin-right: 15px;
}
.itg_calculator_div .itg_form_div .itg_form_group .itg_form_group_inner.itg_form_group_inner_big{
    width: 69.66%; 
}
.itg_calculator_div .itg_form_div .itg_form_group .itg_form_group_inner input.itg_form_control{
    height: 30px;
    width:100%;
}
.itg_calculator_div .itg_form_div {
    width: 80%;
}
/*calculator page css end*/
/*mangolia page css start*/
.itg_mangolia_page_content {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;  
    padding: 0px 0 40px
}
.itg_mangolia_page_content h1 {
    font-style: italic;
}
.itg_mangolia_page_content a {
    display: inline-block;
    width: 100%;
}
.itg_mangolia_page_content a img {
    width: 100%;
}
.itg_row .itg_col_6 {
    width: 50%;
    padding-left: 30px;
}
.itg_mangolia_page_content h2 a {
    font-size: 35px;
    font-weight: 400;
    line-height: 47px;
    color: #3d5967;
    text-decoration: none;
}
.itg_mangolia_page_content h2 a:hover {
  text-decoration:underline;
}
/*mangolia page css end*/
/*Luxe Retreat by Lillian August page css start*/
.background-none .multicolumn-card__image-wrapper{
  margin-left:0px !important;
  margin-right:0px !important;
  margin-bottom:20px !important;
}
.multicolumn h2.title.h1 {
    width: 100%;
    text-align: center;
}
/*Luxe Retreat by Lillian August page css end*/
/* York Wallpaper Creative Ideas page css start */
body.york-wallpaper-creative-ideas .rich-text .rich-text__blocks.left {
    max-width: 100%;
}
.itg_collection_list ul.collection-list--6-items li{
      width: 16%;
}
.multicolumn .center a.itg_btn {
    margin-top: 10px;
}
/* York Wallpaper Creative Ideas page css end */
/*Detail and beauty page css start*/
body.template-page.detail-and-beauty-of-a-golden-age .image-with-text__text-item.grid__item .image-with-text__content,
body.template-article.detail-and-beauty-of-a-golden-age .image-with-text__text-item.grid__item .image-with-text__content{
    margin-right: 0;
    padding-top: 0;
    padding-left:0;
}
body.template-page.detail-and-beauty-of-a-golden-age .image-with-text__text-item.grid__item,
body.template-article.detail-and-beauty-of-a-golden-age .image-with-text__text-item.grid__item{
    padding-top: 0;
}
body.template-page.detail-and-beauty-of-a-golden-age .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item,
body.template-article.detail-and-beauty-of-a-golden-age .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item{
    justify-content: initial;
}
/*detail and beauty page css end*/
/* Dogs Days of Summer page css start */
body.template-page.dog-days-of-summer .multicolumn ul.multicolumn-list li.multicolumn-list__item .multicolumn-card__image-wrapper {
    margin-bottom: 0 !important;
}
body.template-page.dog-days-of-summer .multicolumn ul.multicolumn-list li.multicolumn-list__item .multicolumn-card__info {
    padding-top: 0;
}
/* Dogs Days of Summer page css end */
/*gp-baker-clothing-line page css start */
body.template-page.gp-baker-clothing-line .background-none .multicolumn-card-spacing {
    margin: 0 auto !important;
}
/*gp-baker-clothing-line page css end*/
/*compare page css start*/
.itg_compare_wrapper {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
/*compare page css end*/
/*article page css*/
.itg_article_page_wrapper {
    display: inline-block;
    width: 100%;
}
.itg_article_page_wrapper ul {
    margin: 0 0 10px;
    padding: 0;
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    column-gap: 30px;
}
.itg_article_page_wrapper ul li {
   list-style: none;
    width: 100%;
}
.itg_article_page_wrapper ul li:first-child {
    grid-row: span 2;
}
.itg_article_page_wrapper ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #242424;
    display: inline-block;
    width: 100%;
    padding: 2px 0;
    font-weight: 600;
}
.itg_article_page_wrapper ul li ul {
      padding-left: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.itg_article_page_wrapper ul li ul li:first-child {
    grid-row: span 1;
}
.itg_article_page_wrapper ul li ul li {
    width: 100%;
}
.itg_article_page_wrapper ul li ul li a {
    font-weight: 400;
}
.itg_right_sidebar_div ul li h3.card__heading.h2 {
    font-size: 14px !important;
}
/*article page css end*/
/* cart page css start */
.template-cart .title-wrapper-with-link h1.title.title--primary ,.template-cart .title-wrapper-with-link a {
    text-transform: capitalize;
}
.template-cart .cart__ctas button {
    background-color: #99908e !important;
    text-transform: capitalize;
}
.cart-notification-product p {
    text-align: left;
}
/*cart page css end */
/*blog post page css start*/
.template-blog .blog-articles {
    grid-template-columns: 1fr 1fr 1fr;
}
/* blog post page css end */

/*lillian-august-luxe-retreat page css start*/
.itg_video_with_text_div {
    padding-bottom: 60px;
}
.itg_check_align_div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.itg_check_align_div   .itg_content_div {
    width: 50%;
    padding-right: 30px;
}
.itg_check_align_div   .itg_video_section {
    width: 50%;
}  
.itg_video_section iframe.itg_showvideo_frame {
    width: 100%;
    height: 100%;
}  
.itg_check_align_div.itg_left_div{
   flex-direction: row-reverse;   
}
/*lillian-august-luxe-retreat page css end*/
button.close{
    color: #000 !important;
}
/*seacrh page css start*/
.template-search__header h1.h2 {
    text-transform: capitalize;
}
/*search page css end*/
/*get a quote page css start*/
.itg_getaquote_wrapper .itg_page_content {
    text-align: center;
}
ul.grid.product-grid.itg_grid li.grid__item .quick-add a.itg_btn.itg_getaquote {
/*     width: 100%;
    text-align: center; */
}

.itg_collection_addcart_btn .quick-add a.itg_btn.itg_getaquote {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
/*get a quote page css end*/
/*404 page css start*/
.itg_404_page p {
    font-size: 50px;
    margin: 0;
    font-weight: 600;
}
.itg_404_page h1.title {
    margin-top: 0;
    text-transform: capitalize;
}
/*404 page css end*/
/*drawer css start*/
.drawer__inner{
  height: calc(100vh - 60px) !important;
}
/*drawer css end*/
.text_single_roll {
    margin: 5px 0;
}
.coll_link_pro {
    padding: 12px 15px;
    min-width: 100%;
    box-sizing: border-box;
    background: #99908e;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border: none;
    cursor: pointer;
    transition: all .3s linear;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    margin-top: 5px;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__content .quick-add .form .quick-add__submit {
    display: none;
}
body.template-article.thibauts-book-tropics .rich-text__blocks.left, body.template-article.seamless-grasscloth .rich-text__blocks.left{
    max-width: 100%;
}
/*blog page css start*/
body.template-blog .main-blog h1.title--primary {
    font-size: 36px;
    color: #99908e;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 0;
}
/*blog page css end*/

/* New css for activate page */
.template-customers\/activate_account .cstm_actiate {
    background: #99908e;
}
.template-customers\/activate_account .cstm_actiate:hover{
    background: #99908ede;
    transition: 0.7s;
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon ul li .wishlist-engine .wishlist-engine-button span.wishlist-icon svg path {
    stroke: #99908e;
}
ul.grid--4-col-desktop.itg_grid .itg_hover_icon ul li .wishlist-engine .wishlist-engine-button {
    background: rgba(255,255,255,0.7) !important;
    color: #99908e !important;
}


.header__heading-link {
    padding: 0;
}
.header__heading-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width:768px)
{
.itg_header_wrapper > div {
    display: grid;
}
/* div#shopify-section-top_header {
    order: 1;
}
div#shopify-section-header {
    order: 2;
} */
#shopify-section-announcement-bar {
/* 	order: 3; */
} 
/* .itg_top_header_data .itg_top_header_left ul li{
  display:none;
} */
.itg_top_header_data .itg_top_header_left ul li:first-child {
    display: block;
}  
header.itg_header nav.header__inline-menu {
    display: none;
}
.header{
    grid-template-areas: "heading icons left-icon";
}  
header.itg_header {
    grid-template-columns: none;
}
.itg_announcement_bar p.announcement-bar__message.h5 {
    /* padding:0px; */
    font-size: 13px!important;
}
.itg_announcement_bar span.itg_discount_code {
    position: revert;
  transform: translateY(-15%);
  margin-left: auto;
    margin-right: auto;
  width: fit-content;
}  
.itg_img_with_text .itg_img_div {
    width: 100% !important;
}
.itg_img_with_text .itg_content_div {
    width: 100%;
    padding: 15px;
} 
.itg_header_wrapper.mob {
    display: block !important;
}
.itg_header_wrapper.desk {
    display: none;
}
  
}


/*responsive css start*/
@media (min-width: 1200px) and (max-width: 1299px) {
.itg_thumb_img_div{
    bottom: -5px;
    right: 40px;
}
.itg_img_with_text .itg_content_div p {
    font-size: 13px;
}
.itg_img_with_text .itg_img_div {
    width: 59%;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.itg_featured_swiper .card__information {
    width: calc(100% - 100px);
}
/* .itg_featured_swiper .quick-add {
    width: 110px;
}
.itg_featured_swiper .quick-add .quick-add__submit:hover {
    width: 110px;
    min-width: 110px;
} */
.itg_featured_swiper .quick-add .quick-add__submit span.itg_adtocart_text{
    font-size: 13px;
    padding-right: 5px;  
}
}
@media screen and (max-width: 1280px){
.itg_img_with_text .itg_img_div {
  width: 55%;
  display: flex;
}
}
@media (min-width: 990px) and (max-width: 1199px) {

.itg_announcement_bar p.announcement-bar__message.h5 {
  text-align: left;
}
  
.itg_featured_swiper .card__information {
    width: calc(100% - 50px);
}
.itg_featured_swiper .quick-add {
    width: 30px;
    height: 30px;
}
.itg_featured_swiper .quick-add .quick-add__submit{
    line-height: 30px;
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
}
.itg_featured_swiper .card__heading.h5 {
    font-size: 14px;
}
nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu a.header__menu-item, nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu summary.list-menu__item {
/*     font-size: 14px; */
    font-size: 13px;
    padding: 10px;
}
nav.header__inline-menu ul.list-menu.list-menu--inline li.itg_sidebar_style_menu summary.list-menu__item.header__menu-item .icon-caret {
    right: -4px;
}
.itg_thumb_img_div {
  position: revert;
  width: 100%;
  padding: 20px 20px 10px;
  background-color: #fff;
  padding-top: 20px;
}
.itg_border {
    width: 140px;
    height: 140px;
}
.itg_image_star {
    height: 140px;
}
  
/* .itg_image_star {
    height: auto;
} */
footer.section-footer-padding {
    padding-top: 40px;
}  
.footer__content-top {
    padding-bottom: 40px;
}
.newsletter-video h2.h1 {
    font-size: 29px;
}
  
  
/*====================== product page css start ======================*/
  
nav.breadcrumb {
    font-size: 15px;
}  
span.itg_call_breadcrumbs {
    font-size: 15px;
}
.itg_btn_option span {
/*     font-size: 15px;
    width: 100%; */
  font-size: 13px;
}
button.itg_request_price_match_btn{
  font-size: 12px;
}
.product-recommendations .swiper-button-prev {
    left: -40px;
}
.product-recommendations .swiper-button-next {
    right: -40px;
}  
  
/*====================== product page css end ======================*/

/*====================== collectionlist  page css start ======================*/  
  
.card__content h3.card__heading {
    font-size: 20px;
}
/*====================== collectionlist  page css end ======================*/  

/*====================== header pages css start   ======================*/
.itg_coupon_code_div .itg_code_inner h4 {
    font-size: 19px;
}  
.itg_create_account_div h1 {
    font-size: 21px !important;
}

  
/*====================== header pages css end   ======================*/
  
/*====================== footer pages css start   ======================*/
.customer.register h1 {
    font-size: 29px !important;
}
/*====================== footer pages css start   ======================*/


  
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {

.itg_thumb_img_div {
  position: revert;
  width: 100%;
  padding: 20px 20px 10px;
  background-color: #fff;
  padding-top: 20px;
}

}
@media screen and (max-width: 1120px){
    .header.itg_header nav.header__inline-menu {
    display: none;
}
}
@media screen and (min-width: 768px) and (max-width: 989px) {

.itg_announcement_bar p.announcement-bar__message.h5 {
    text-align: left;
    font-size: 15px !important;
}  
.itg_announcement_bar span.itg_discount_code {
    font-size: 15px;
}
.itg_top_header_data {
    display: flex;
    justify-content: space-between;
}
.slideshow__text.banner__box .banner__text {
    font-size: 40px;
}
  
h2.banner__heading.h1 {
    font-size: 90px;
}
  
.itg_thumbnail_slider_wrapper {
    padding: 50px 0 30px;
}  

  

.itg_img_with_text .itg_content_div {
    width: 100%;
}  
.itg_thumb_img_div {
    position: revert;
    width: 100%;
    background: #FFF;
}

.itg_custom .swiper-slide {
    text-align: center;
}  
  
.grid--4-col-desktop .grid__item {
/*     width: 50% !important;
    max-width: 50%; */
  width: calc(50% - 8px)!important;
    max-width: calc(50% - 8px);
}
body.template-search .grid--4-col-desktop .grid__item {
/*     width: 49% !important;
    max-width: 50%; */
  width: calc(50% - 8px)!important;
    max-width: calc(50% - 8px);
}
.itg_image_star {
    height: 100%;
}
.itg_border {
    width: 110px;
    height: 110px;
}
  
.itg_set_testimonials {
/*     padding: 0px; */
  padding: 10px;
}
  
.itg_paragaph p {
    font-size: 14px;
}  
.itg_buyer_name h3 {
    font-size: 20px;
}  
.newsletter-video h2.h1 {
    font-size: 19px ;
    margin-bottom: 0 ;
}
.newsletter__subheading p em {
    font-size: 14px;
}
.newsletter-video .newsletter__wrapper>*+* {
    margin-top: 0px;
}
.itg_newsletter .newsletter__wrapper.gradient.content-container.isolate {
    padding-right: 20px;
}  
  
.newsletter-video button#Subscribe {
    padding: 10px 20px;
}

.itg_footer_custom .footer-block__details-content .list-menu__item--link {
    padding: 0px;
    padding-bottom: 10px;
}

a.link.list-social__link {
    padding-right: 15px;
}

.itg_footer_custom .footer__copyright {
    font-size: 15px;
}
footer.section-footer-padding {
    padding-top: 50px;
    padding-bottom: 0!important;
}
.itg_footer_custom .footer__content-bottom {
    padding-top: 15px;
}
.itg_footer_custom .footer__payment {
    margin: 0;
}
.footer__content-top {
    padding-bottom: 2rem;
}
.itg_content_div .itg_team {
    max-width: 85%;
}
.itg_testimonial_slider {
    max-width: 85%;
}
/* .section-template--15395765452956__featured_collection-padding {
    padding: 30px 0px;
} */
.itg_featured_swiper .collection--full-width{
     padding: 30px 0px; 
}
/* .section-template--15395765452956__166064305188fe1898-padding {
    padding: 30px 0px;
} */
.new_testimonial_section {
    padding: 30px  0px;
}
  
.section-template--15395765452956__166064305188fe1898-padding {
    padding: 30px 0px;
} 
.section-template--15395765452956__166054726448976783-padding {
     padding: 30px  0px;
}
section.color-accent-1 {
    padding: 30px 0;
}  
  
/*======================== product page css start========================== */
  
nav.breadcrumb {
    font-size: 11px;
}  
span.itg_call_breadcrumbs {
    font-size: 11px;
}
.itg_btn_option span {
/*     font-size: 15px;
    width: 100%; */
  font-size: 13px; 
}
.template-product .itg_btn_option span{
  font-size: 10px;
}
button.itg_request_price_match_btn{
font-size: 12px;
}
.vender_detail_option ul li p {
    font-size: 16px;
}
.section-template--15395765420188__product-recommendations-padding {
    padding: 0px;
}
.section-template--15395765420188__product-recommendations-padding {
    padding: 0px;
}  
.itg_cart {
    flex-wrap: wrap;
}
.itg_cart .itg_qty {
    width: 100%;
}
.itg_cart .product-form__buttons {
    width: 100%;
    margin-left: 0px;
}  
.product-form__buttons label.form__label {
    text-align: left;
    margin-top: 10px;
}
  
.product-recommendations .swiper-button-prev {
    left: -40px;
}
.product-recommendations .swiper-button-next {
    right: -40px;
}  
  
  
/*========================  product page css end ======================== */

 /*========================  collectionlist  page css start========================  */  
.card__content h3.card__heading {
    font-size: 20px;
}
/*========================  collectionlist  page css end========================  */  

/* collection page css start */    
.grid--4-col-desktop .itg_collection_grid .grid__item {
    width: calc(33.33% - 30px) !important;
    max-width: 33.33%;
}
 /*========================  collection page css end========================  */    
  
 /*========================  collection page css end========================  */    

.itg_collection_list_data ul li {
    margin-bottom: 15px;
    width:33.33%;
   
}
 /*========================  collection page css end========================  */    

  
/* ======================== header pages css start ======================== */
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_benifits_div {
    width: 100%;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_join_trade {
    width: 100%;
    padding: 0px;
    text-align: center;
}
.itg_member_benifits_wrapper {
    padding: 20px 0;
}
.itg_page_data .itg_page_sidebar {
/*     width: 100%; */
    display:none;
}
.itg_page_data .itg_page_content {
    width: 100%;
}
.itg_siedbar_menu {
    margin-bottom: 10px;
}
.itg_coupon_code_div .itg_code_inner h4 {
    font-size: 19px;
}  


.itg_people_data .itg_people_img {
    width: 30%;
}
  

.itg_people_data .itg_people_content {
    width: 70%;
  
}
  
  
/*========================  header pages css end ======================== */


  

/*========================  footer accounts css start ======================== */
  
button.itg_btn, a.itg_btn {
    font-size: 15px;
}
.itg_create_account_div h1 {
    font-size: 20px !important;
}

.customer.register {
    max-width: 50% !important;
}
.customer.register h1 {
    text-align: center;
}
body.template-page h2, body.template-page .h2 {
    font-size: 17px!important;
}  
  
/*========================  footer accounts  css end ======================== */
body.template-page .itg_coll_list ul.collection-list li.grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) / 2);
}
body.template-page .collection-list__item h3 {
    font-size: 16px!important;
}
body.template-page .multicolumn ul.multicolumn-list.grid--1-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}
.itg_coll_list ul.collection-list li.collection-list__item {
    width: 49%;
    max-width: 50%;
}
}


@media screen  and (max-width: 989px) {
  
.itg_top_header_data ul.footer__list-social.list-unstyled.list-social {
    display: none;
}  

a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: none;
} 
.menu-drawer__account {
    width: 100%;
}
.menu-drawer .list-social {
    justify-content: start;
    margin-left: 0px;
    margin-top: 0px;
  display:none;
}  
.menu-drawer__inner-container{
  height:auto;
}
.menu-drawer__navigation {
    padding: 1.6rem 0 0;
}
.menu-drawer__account svg {
    margin-right: 10px;
}
  a.menu-drawer__account.link.focus-inset.h5 {
/*     text-transform: uppercase;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 400;
    padding-top: 0;
    padding-left: 18px; */
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 15px;
    text-decoration: none;
    font-size: 15px;
    padding-left: 0;

}

.menu-drawer__utility-links {padding-top: 0;background-color: #fff;}

.menu-drawer__account svg {
    display: none;
}

.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item {
    width: 100% !important;
    max-width: 100%;
}  
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_inner_info {
    width: 100%;
}

.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card-wrapper .card .card__content .card__information .itg_collection_addcart_btn {
    width: 100%;
    padding-left: 0px;
}

 
  
}
@media screen and (max-width: 1120px){
    .header__icon span {
    position: relative;
}
}
@media screen and (max-width: 767px){

.product-form__buttons label.form__label.itg_min_height {
    min-height: auto;
} 
.newsletter-video{
  padding: 55px 55px 25px;  
} 
.itg_newsletter {
    width: 100%;
      margin-bottom: 30px;
}  

.itg_announcement_bar {
    text-align: center;
/*     padding: 10px 0px; */
    padding:0;
}
h2.banner__heading.h1 {
    font-size: 70px;
}
  

.footer__localization:empty+.footer__column--info {
    align-items: center !important;
    display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important;
}  
.footer__payment {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.footer__copyright {
    text-align: center !important;
    width: 100% !important ;
}
.footer__column--info {
    flex-direction: unset !important;
    justify-content: center !important;
}  
.newsletter__wrapper .newsletter-form__field-wrapper, .newsletter-form {
    max-width: 100%;
}
.itg_section-header h2 {
    font-size: 25px;
}
.footer-block__heading {
    margin-bottom: 10px;
}
.footer__blocks-wrapper.grid--4-col-tablet .grid__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: inline-block;
      margin-top: 0;
}
ul.footer-block__details-content.list-unstyled, .footer-block__details-content{
      margin-bottom: 0;
}
.template-index main#MainContent {
    padding: 0;
}
  .itg_newsletter_video_wrapper section.color-accent-1 {
    padding: 30px 0 60px;
}
/* .itg_announcement_bar p.announcement-bar__message.h5 {
    font-size: 13px!important;
} */
.itg_top_header_data {
    justify-content: center;
/*     padding: 10px 0px; */
  padding:0;
  display: flex;
    width: 100%;
    align-items: center;
}
.itg_top_header_data .itg_top_header_left{
    display: flex;
    padding-right: 0;
    width: 60%;
    justify-content: flex-start;
}
.itg_top_header_right {
    display: flex;
    padding-left: 0;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
        min-width: unset;
}

.itg_top_header_right ul.footer__list-social.list-unstyled.list-social {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.itg_top_header_data .itg_top_header_left ul li a{
    font-size: 12px;
}
#shopify-section-announcement-bar{
  z-index: 2;
}  
.js .menu-drawer__submenu .menu-drawer__submenu {
    overflow-y: scroll;
    height: 100vh;
}
.js .menu-drawer__menu li.itg_menu_btn a.itg_view_all {
    padding: 5px 15px;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
    color: rgb(var(--color-foreground));
}
.menu-drawer__menu-item {
    padding: 5px 15px;
    text-decoration: none;
    font-size: 15px;
}
/* div#shopify-section-header {
    padding-bottom: 50px;
}
div#shopify-section-announcement-bar {
    position: absolute;
    top: 132px;
    width: 100%;
} */
.slideshow__media.banner__media.media img.itg_desktop_image {
    display: none;
}
.slideshow__media.banner__media.media img.itg_mobile_image {
    display: block;
    position:relative;
}
.itg_slideshow_wrapper .slideshow__slide .banner__media{
    position: relative;  
}
.itg_slideshow_wrapper .slideshow__slide .banner__media:before{
    padding-bottom:0 !important;
}
.itg_slideshow_wrapper .slideshow__slide .banner__content{
    position: absolute;
    height: auto;
/*     bottom: 20px;   */
    bottom:0px;
}
.itg_featured_swiper .collection{
    padding-top: 30px;
    padding-bottom: 30px;  
}
/* .section-template--15395765452956__featured_collection-padding {
    padding-top: 30px;
    padding-bottom: 30px;
} */
/* .header{
    grid-template-areas: "heading icons left-icon";
} */
.section-template--15395765452956__166064305188fe1898-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}  
.new_testimonial_section {
    padding-top: 30px;
    padding-bottom: 30px;
}  
section.color-accent-1 {
    padding: 30px 0;
}  
footer.section-footer-padding {
    padding-top: 30px;
}  
.list-menu__item--link {
    padding: 2px 0px !important;
}
.itg_thumbnail_slider_wrapper {
    padding: 40px 0;
}
.itg_custom .swiper-slide {
    text-align: center;
}  
.card__content .itg_explore_btn {
    font-size: 14px;
} 
.section-template--15395765452956__166054726448976783-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
  
.section-template--15395765452956__16605496425ba20d93-padding {
    padding: 0px;
}
/*====================== product page css start ======================*/
.itg_breadcrumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.itg_cart {
    flex-wrap: wrap;
}
.itg_cart .itg_qty {
    width: 100%;
}
.itg_cart .product-form__buttons {
    width: 100%;
    margin-left: 0px;
}  
.product-form__buttons label.form__label {
    text-align: left;
    margin-top: 10px;
}

  
.itg_breadcrumbs nav.breadcrumb{
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.itg_breadcrumbs span.itg_call_breadcrumbs {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
span.request_price {
/*     width: 100%; */
    width:50%;
    font-size: 15px;
}
.product-recommendations .swiper-button-prev {
    left: -10px;
}
.product-recommendations .swiper-button-next {
    right: -10px;
}    
.vender_title {
    font-size: 30px;
}
.product .price .price-item {
    font-size: 26px;
}
  
  
/*====================== product page css end====================== */

/* ====================== collectionlist page css start====================== */  

.card__content h3.card__heading {
    font-size: 18px;
}

/*====================== collectionlist page css end ======================*/  

  
/*====================== header pages css start ======================*/  

  
.itg_page_data .itg_page_sidebar {
/*     width: 100%;
    padding-left: 30px; */
    display:none;
}
  
.itg_page_data .itg_page_content {
    width: 100%;
    padding-left: 30px;
}

.itg_page_content.itg_contact_template {
    display: flex;
    flex-wrap: wrap;
}  

.itg_page_content.itg_contact_template .itg_contact_content {
    width: 100%;
}  
.itg_page_content.itg_contact_template .itg_contact_form {
    width: 100%;
   padding-left: 0px;
}

.itg_people_data .itg_people_img {
    width: 40%;
    padding-right: 15px;
}
.itg_people_data .itg_people_img img{
  width:100%;
}
  
  
.itg_people_data .itg_people_content {
    width: 60%;
    padding-left: 15px;
}

  
/*====================== header pages css start====================== */  

/*====================== article pages css start====================== */  

  
body.template-page h1, body.template-page .h1 {
    font-size: 21px!important;
}
body.template-page h2, body.template-page .h2 {
    font-size: 20px!important;
}

.isolate {
    padding: 0px;
}  


/*====================== article pages css end====================== */  
  

/*====================== footer pages css start====================== */  
 
.itg_page_content h1 {
    font-size: 29px;
}
/*====================== footer pages css start====================== */  

/*====================== footer accounts css start ======================*/  
.customer {
    max-width: 100%!important;
}
.customer:not(.account):not(.order) {
    margin: 25px 0px;
}
  
.itg_customer_login_div {
    width: 100%;
}
.itg_create_account_div {
    width: 100%;
    margin-bottom: 20px;
}

.customer:not(.account):not(.order) {
    margin: 0 auto;
}  
.customer.register {
    max-width: 70%!important;
}
.customer.register h1 {
    text-align: center;
}  
main#MainContent {
    padding: 20px 0px;
}
.footer__content-top {
    padding-bottom: 0;
}
.footer__content-top .grid {
    row-gap: 3rem;
}
/*======================footer accounts css end====================== */  
.footer-block--newsletter{
  display:none;
}
  .footer__blocks-wrapper.grid--4-col-tablet .grid__item:last-child {
    margin-bottom: 10px;
}
/*calculator page css start*/
.itg_calculator_div .itg_form_div {
    width: 100%;
}
.itg_calculator_div .itg_form_div .itg_form_heading .itg_col3:first-child {
    display: none;
} 
.itg_calculator_div .itg_form_div .itg_form_heading .itg_col3 {
    width: 50%;
}
.itg_calculator_div .itg_form_div .itg_form_group{
    flex-wrap: wrap; 
}
.itg_calculator_div .itg_form_div .itg_form_group .itg_form_group_inner {
    width: calc(50% - 15px);
    margin-right: 15px;
}
.itg_calculator_div .itg_form_div .itg_form_group label {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 5px;
}
.itg_calculator_div .itg_form_div .itg_form_group .itg_form_group_inner.itg_form_group_inner_big {
    width: 100%;
    margin-right: 0;
}
/*calculator page css end*/
.itg_form_div {
    width: 100%;
}
.itg_text_form_wrapper .itg_content_div {
    width: 100%;
}
.itg_thankss_div .itg_col3 {
    width: 100%;
    margin-bottom: 30px;
}
.itg_row .itg_col_6 {
    width: 100%;
    margin-bottom: 15px;
}
.itg_mangolia_page_content {
    max-width: 100%;
}
/*schumacher-lifestyle page css start*/
.schumacher-lifestyle .grid--4-col-desktop .grid__item {
    width: calc(48% - 10px) !important;
    max-width: 48% !important;
    margin: 0 5px;
}
/*schumacher-lifestyle page css end*/  
/*lillian-august-luxe-retreat page css start*/
.itg_check_align_div .itg_content_div {
    width: 100%;
    padding-right: 0;
    order: 2;
}
.itg_check_align_div .itg_video_section {
    width: 100%;
}
/*lillian-august-luxe-retreat page css end*/
/*category test page css start*/
.itg_form_div .itg_order_form_wrapper .itg_form_group{
    padding-left: 0;
}
body.template-page.category-test .itg_page_data, body.template-page .itg_page_data {
/*     margin: 0 -30px; */
  margin: 0;
}

/*category test page css end*/
body.template-page.detail-and-beauty-of-a-golden-age .image-with-text__text-item.grid__item .image-with-text__content{
    margin: 0;
    width: 100%;
    min-width: 100%;
    padding: 15px;  
}
body.template-page.detail-and-beauty-of-a-golden-age .image-with-text--overlap .image-with-text__media-item--top{
    padding: 0 15px; 
}

.request_form_box {
    width: 460px;
}
.itg_set_testimonials{
    color: #fff;
    background: #99908E;
}
.itg_set_testimonials .itg_text_verifed p, .itg_set_testimonials .itg_buyer_name h3{
color: #fff;
}
.itg_video_blog_main_div{
  margin-left: 0;
}
.itg_video_blog_main_div .itg_video_blog_content, .itg_video_blog_main_div .itg_right_sidebar {
    width: 100%;
  padding-left: 0;
}
.itg_article_page_wrapper ul{
    grid-template-columns: 100%;
}
.itg_page_data .itg_page_content{
/*     padding: 0 30px;   */
  padding: 0;
      padding-left: 0;
}
.itg_order_form_wrapper{
    margin-left: -30px;
}
.itg_form_div.itg_fotform_div{
  margin-bottom:30px;
}
body.template-page .collection-list__item h3 {
    font-size: 14px !important;
}
.template-page .multicolumn .multicolumn-list.grid--4-col-desktop {
    margin: 0;
}
.itg_contact_page_new_form ul.form-section.page-section li .form-html {
    overflow-x: auto;
}
.globo-form-app.boxed-layout .content .globo-form-control ul.flex-wrap li.globo-list-control {
    width: 50%;
}
.globo-form-app.boxed-layout .content .globo-form-control label.classic-label span {
    background: transparent;
}
.template-blog .blog-articles {
    grid-template-columns: 1fr 1fr;
}


  
}




@media screen  and (max-width: 749px) {
.itg_collection_banner_wrapper .facets-container{
  display:none;
}
.banner--mobile-bottom .slideshow__text.banner__box {
    height: auto;
    background: #fff;
      padding: 10px 0;
}  
h2.banner__heading.h1{
/*   font-size: 80px; */
/*   font-size:70px;
  color: #000; */
  font-size: 65px;
}
.slideshow__text.banner__box .banner__text {
/*     font-size: 60px; */
/*   font-size: 40px;
    color: #000; */
  font-size: 25px;
}
.product-form__buttons {
    max-width: 100%;
}
.Shipping_free {
    justify-content: center;
}
slider-component.page-width {
    padding: 0px 1.5rem;
}

/*======================  collection pages css start  ======================*/

  
 .facets-vertical .facets-wrapper {
    width: 100%;
} 
  
.facets-vertical .product-grid-container {
    width: 100% !important;
} 
/*======================  collection pages css start  ======================*/

/*======================  article pages css start  ======================*/

  
.itg_page_content .form-section, .form-section-closed {
    display: flex;
    flex-wrap: wrap;
}
.itg_page_content .form-line.form-line-column {
    display: inline-block !important;
    width: 100% !important;
}
.itg_form_group strong {
    font-size: 13px;
}
  

/*======================  article pages css end  ======================*/
  

/*======================  header pages css start  ======================*/
.itg_specials_page_wrapper .itg_specials_div {
    width: 100%;
}
.itg_specials_page_wrapper .itg_specials_div .itg_specials_inner .itg_specials_content span.itg_small_text {
    font-size: 16px;
}
.itg_siedbar_menu {
    margin-bottom: 10px;
}
  
  /*======================  header pages css end  ======================*/
.footer__content-top{
  padding: 0 1.5rem;
}
body.template-article.detail-and-beauty-of-a-golden-age .image-with-text__text-item.grid__item .image-with-text__content{
    padding: 20px 15px;
    width: 100%;
}
}

@media screen and (min-width: 750px) and (max-width: 767px) {

.collection-list {
    padding: 0px  5rem !important;
}

}


@media screen and (min-width: 480px) and (max-width: 767px) {

/* header.itg_header nav.header__inline-menu {
    display: none;
} */
/* 
.itg_top_header_data .itg_top_header_left ul li {
    margin-right: 9px;
} */
  
.itg_image_star {
    height: 100%;
}
.itg_border {
    width: 104px;
    height: 104px;
}
.grid--1-col-tablet-down .grid__item {
    width: calc(49% - 10px);
    max-width: 100%;
    margin: 0px 5px;
}
  
.grid--4-col-desktop .grid__item {
/*     width: 50%!important;
    max-width: 50%; */
  width: calc(50% - 4px)!important;
    max-width: calc(50% - 4px);
  margin:0;
}
.itg_featured_swiper .quick-add {
    width: 100%;
    height: 40px;
    margin: 0;
}
.itg_announcement_bar {
    text-align: center;
}
.itg_announcement_bar span.itg_discount_code {
    position: revert;
}  
  
a.link.list-social__link {
    padding-right: 15px;
}
  
.itg_featured_swiper .quick-add .quick-add__submit {
    border-radius: 10px;
    width: 100%;
    height: 40px;
}
.itg_featured_swiper .card__content {
    justify-content: initial;
    flex-wrap:wrap;
    
}
  
.itg_featured_swiper .card__information {
    width: 100%;
}

.swiper.mySwiper svg {
    width: 40px;
    height: 20px;
}    

  

.itg_thumb_img_div {
    position: revert;
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
}
  

.itg_testimonial_slider {
    max-width: 85%;
} 
.itg_content_div .itg_team {
    max-width: 85%;
}
.newsletter-video h2.h1 {
    font-size: 30px;
}

/*====================== product page css start ======================*/
  
.at-share-btn-elements {
    text-align: center;
}
.vender_detail_option ul li {
    width: 50%;
}
.vender_detail_option ul li p {
    font-size: 14px;
}
  
.tab_list span {
    padding: 10px 23px;
    font-size: 15px;
}
.product_des_content table tr td:first-child {
    font-size: 16px;
    width: 40%;
}  
.section-template--15395765420188__product-recommendations-padding {
    padding: 0px;
}

 .spr-header-title {
    text-align: left;
} 
.spr-summary {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .spr-summary-actions-newreview::before, .spr-summary-actions-newreview::after {
    display: none;
  }
  .item_box_left{
    float: left;
  }  


/*====================== product page css end ======================*/
  
/* collection page css start */    
.grid--4-col-desktop .itg_collection_grid .grid__item{
    width: calc(50% - 30px)!important;
    max-width: 50%;
}
 /*====================== collection page css end ======================*/    

 /*====================== collection list css start ======================*/    
 
  
.itg_collection_list_data ul li {
    width: 33.33%;
    margin-bottom: 20px;
}

.contact .page-width--narrow {
    padding: 0 15px;
}
  

 /*====================== collection list css end ======================*/    


/*====================== header pages css start ======================*/

.itg_breadcrumbs_wrapper .itg_page_data .itg_page_sidebar {
    width: 30%;
    padding-left: 30px;
}
  
.itg_breadcrumbs_wrapper .itg_page_data .itg_page_content {
    width: 70%;
    padding-left: 40px;
}  
.itg_trade_banner h2 {
    font-size: 30px;
}
.itg_trade_banner h4 {
    font-size: 20px;
}
.itg_trade_banner p {
    font-size: 16px;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_benifits_div {
    width: 100%;
}
.itg_member_benifits_wrapper {
    padding: 20px 0;
}
.itg_coupon_code_div .itg_code_inner h4 {
    font-size: 18px;
}  
  
/*====================== header pages css end ======================*/

/*====================== footer ragister css start  ======================*/
.customer.register h1 {
    font-size: 22px !important;
}
button.itg_btn, a.itg_btn {
    margin-top: 10px;
}  
body.template-search .grid--4-col-desktop .grid__item {
/*     width: 49% !important;
    max-width: 50%; */
  width: calc(50% - 8px)!important;
    max-width: calc(50% - 8px);
}
/*====================== footer ragister css end  ======================*/
}



@media screen and (max-width: 479px){
.header__heading-link{
    padding: 0 0.75rem;
}
/* header.itg_header {
    grid-template-columns: none;
}   */

.itg_announcement_bar {
    text-align: center;
}
 

/* header.itg_header nav.header__inline-menu {
    display: none;
} */

.itg_top_header_data .itg_top_header_left ul {
    flex-wrap: wrap;
/*     padding-bottom: 10px; */
    justify-content: center;
}
.itg_top_header_right {
    padding-left: 0px;
    padding-bottom: 0px;
}

.itg_top_header_data .itg_top_header_left {
    padding-right: 0px;
    padding-top: 0px;
}

.itg_featured_swiper .quick-add {
    width: 100%;
    height: 40px;
    margin: 0;
}

.itg_featured_swiper .quick-add .quick-add__submit {
    border-radius: 10px;
    width: 100%;
    height: 40px;
}
.itg_featured_swiper .card__content {
    justify-content: initial;
    flex-wrap:wrap;
    
}
  
.itg_featured_swiper .card__information {
    width: 100%;
}
    
.itg_thumbnail_slider_wrapper {
    padding: 40px 0;
}
  
.itg_img_with_text .itg_content_div h3 {
    font-size: 26px;
}
.card__content h3.card__heading {
    font-size: 18px;
}
/* .grid--1-col-tablet-down .grid__item {
    width: calc(100% - 10px);
    max-width: 100%;
    margin: 0px 5px;
} */


  
.collection-list-wrapper .title-wrapper-with-link h2.collection-list-title {
    font-size: 25px;
}
.collection .collection__title h2.title {
    font-size: 25px;
}
.sub_heading_itg h3 {
    font-size: 25px;
}  
.itg_section-header h2 {
    font-size: 21px;
    margin: 0px;
}  
.newsletter-video h2.h1 {
    font-size: 24px;
    text-align:center;
}  
.newsletter__subheading p {
    text-align: center;
}
.newsletter-video {
    padding: 30px 30px 25px;
}
/* .newsletter-video {
    padding: 0 10px;
}  */
.newsletter-video button#Subscribe {
    padding: 9px 20px;
}  
/* .section-template--15395765452956__166054726448976783-padding {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}  */
.newsletter-video .deferred-media__poster-button {
    width: 70px;
    height: 70px;
}
.newsletter-video .deferred-media__poster-button .icon {
    width: 30px;
    height: 30px;
}

footer.section-footer-padding {
    padding-top: 40px;
    padding-bottom: 0!important;
}  
  
.itg_thumb_img_div {
    position: revert;
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
}
.itg_image_star {
    height: 100%;
}
.itg_border {
    width: 80px;
    height: 80px;
}

.new_testimonial_section .swiper.mySwiper svg, .itg_new_testimonial_section .swiper.mySwiper svg {
    width: 25px;
    height: 20px;
}  

.footer-block__details-content {
    margin: 0px;
}  
a.link.list-social__link {
    padding-right: 12px;
}
.itg_testimonial_slider {
    max-width: 75%;
}  
.itg_content_div .itg_team {
    max-width: 75%;
}
.itg_set_testimonials {
    margin: 0px;
}
.itg_set_testimonials {
    padding: 0px;
    box-shadow: unset;
}
  
  
.footer-block.grid__item {
   margin: 15px 0px;
}  
.footer__content-top {
    padding-bottom: 0px;
}
.footer__content-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.itg_coll_list .grid--1-col-tablet-down .grid__item {
    width: 49%;
    max-width: 49%;
}

  
/*====================== product page css start ======================*/

.itg_cart .itg_qty label.form__label {
    text-align: center;
}  
.product-form__buttons label.form__label {
    text-align: center;
    margin: 10px;
}  
  

.itg_cart .product-form__buttons {
    width: 100%;
    margin-left: 0px;
}
.Shipping_free {
    justify-content: center;
}
.addthis_inline_share_toolbox {
    text-align: center;
}
.vender_detail_option ul li {
    width: 50%;
    text-align: center;
}
.vender_detail_option ul li p {
    font-size: 14px;
}  
.tab_section_product {
    margin-top: 40px;
} 
.tab_list span {
    padding: 10px 6px;
    font-size: 12px;
}
.decription_title {
    font-size: 20px;
}
.product_des_content table tr td:first-child {
    font-size: 14px;
    width: 50%;
}  
.product_des_content table tr td {
    font-size: 14px;
}
.itg_custom_table table tr th {
    font-size: 14px;
    width: 50%;
}
.spr-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .spr-summary-actions-newreview::before, .spr-summary-actions-newreview::after {
    display: none;
  }  

  span.spr-summary-caption {
    font-size: 14px;
}
.spr-header-title {
    text-align: center;
    font-size: 20px;
}
.item_box_left {
    float: left;
}  
span.spr-summary-caption {
    width: 100%;
}
span.spr-summary-actions {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.product-recommendations h2.product-recommendations__heading.h2 {
    font-size: 23px;
}  
.product-recommendations .swiper-button-prev {
   display:none;
}
.product-recommendations .swiper-button-next {
       display:none;

}    
  
 /*====================== product page css end ======================*/


  /*====================== collection page css start ======================*/    
   .grid--4-col-desktop .itg_collection_grid .grid__item {
/*     width: 100%;
    max-width: 100%; */
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 10px 15px;
}
.itg_collection_grid{
  column-gap: 0;
/*     margin-left: -15px; */
  margin:0 -15px;
    width: auto;
}

 /*====================== collection page css end ======================*/    

/*====================== collection list css start ======================*/    
 
.itg_collection_list_data ul li {
    width: 50%;
    margin-bottom: 15px;
}

 /*====================== collection list css end ======================*/    


.itg_page_data .itg_page_sidebar {
    width: 100%;
    padding-left: 30px;
}
  
.itg_page_data .itg_page_content {
    width: 100%;
    padding-left: 0px;
} 

.itg_trade_banner h2 {
    font-size: 23px;
}
.itg_trade_banner h4 {
    font-size: 20px;
}
.itg_trade_banner p {
    font-size: 16px;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_benifits_div {
    width: 100%;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_join_trade {
    width: 100%;
    padding: 0px;
}
.itg_join_trade img {
    width: 100%;
}
.itg_member_benifits_wrapper {
    padding: 20px 0;
}
.itg_member_benifits_wrapper .itg_benifits_main_div .itg_benifits_div h3 {
    font-size: 25px;
}    
  
/*====================== header pages css end ======================*/

/*====================== article pages css start ======================*/
  

.itg_our_team_inner .itg_our_team_div {
    width: 100%;
}

.itg_people_data .itg_people_img {
    width: 100%;
    text-align: center;
    padding:0px;
}
.itg_people_data .itg_people_content {
    width: 100%;
     padding:0px;
}
.itg_people_data .itg_people_img img {
    width: unset;
}
.itg_people_content h3 {
    text-align: center;
}

  
/*====================== article pages css end ======================*/
  

/*====================== footer pages css start   ======================*/
  
.customer.register {
    max-width: 90%!important;
}
  
.customer.register h1 {
    font-size: 22px !important;
}
button.itg_btn, a.itg_btn {
    padding: 11px 13px;
}  
/*====================== footer pages css end  ======================*/
.itg_order_form_wrapper {
    margin-left: 0px;
}
.itg_order_form_wrapper .itg_form_group {
    width: 100%;
  padding-left:0px;
}
.itg_siedbar_menu ul li a{
    font-size: 14px; 
}
.itg_calculator_div .itg_form_div .itg_form_group .itg_form_group_inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
} 
.itg_btn_option span, button.itg_request_price_match_btn{
    font-size: 12px;
    padding: 5px;
}
.itg_btn_option span.request_price {
    width: 70%;
    font-size: 12px;
}

.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__inner {
    width: 100%;
}

.grid.itg_list.grid--4-col-desktop .itg_collection_grid li.grid__item .card .card__content {
    width: 100%;
    padding-left: 0px;
}  
  
.request_form_box {
    width: 310px;
}

.top_title {
    font-size: 20px;
}  

.template-product .w-entry-point__title {
    font-size: 11px;
}
.itg_video_blog_content ul.blog__posts li.blog__post .card-wrapper .card .card__inner .article-card__image-wrapper .article-card__image, .itg_video_blog_content ul.blog__posts li.blog__post .card-wrapper .card .card__inner {
    width: 100px;
}
.itg_video_blog_content ul.blog__posts li.blog__post .card-wrapper .card .card__content .article-card__info, .itg_video_blog_content ul.blog__posts li.blog__post .card-wrapper .card .card__content p {
    font-size: 12px !important;
    margin: 0;
}
.itg_video_blog_content ul.blog__posts li.blog__post .card-wrapper .card .card__content h3.card__heading.h2 {
    font-size: 16px !important;
}
.itg_video_blog_content ul.blog__posts li.blog__post, .itg_video_blog_content ul.blog__posts li.blog__post:first-child{
  margin-left:0px;
} 
.terms-of-use .itg_page_data .itg_page_content p {
    word-break: break-all;
}
body.template-page .itg_trade_banner h2 {
font-size: 20px !important;
}
.globo-form-app.boxed-layout>.dismiss{
  top:0;
  right:0;
}
.grid--4-col-desktop .itg_collection_grid .grid__item .card-wrapper .card__content .quick-add .form .quick-add__submit{
    padding: 6px 13px;
    height: auto;
    min-height: auto;
    font-size: 13px;
}
}

/* New Css Dec 14 --D-- */
header.itg_header {
    grid-template-columns: auto 63% auto;
    position: relative;
}
.header__icons {
    align-items: center;
}
.cstm_review_code {
    margin-left: 23px;
}
.cstm_review_code a img {
    max-width: 80%;
    width: 100%;
}
.cstm_review_code {
    margin-left: 23px;
    display: none;
}
.itg_top_header_right ul.footer__list-social.list-unstyled.list-social {
    display: none;
}
.template-cart .cart_page_qty .item_cart_qty {
    display: none;
}
.cart-item__quantity-wrapper quantity-input.quantity.hidediv {
    display: none;
}
/*  */
.cart-item__quantity-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.item_data_span {
    width: 100%;
}
/* .cart-item__quantity-wrapper select#qty_option {
    width: 50%;
} */
div#CartDrawer-CartErrors {
    display: none;
}

.item_data_span {
    width: 100%;
    display: none;
}
.template-cart .cart-item__quantity-wrapper select#qty_option {
    width: 142px;
    border: 1px solid #000;
    flex-grow: 0;
    -webkit-appearance: auto;
}
.drawer__cart-items-wrapper .cart-item__quantity-wrapper select#qty_option{
  width: 130px;
  height: auto;
  border: 1px solid #000;
  flex-grow: 0;
  -webkit-appearance: auto;
}

section#shopify-section-template--16230058623132__1734067961cf73812f {
    background: #f5f4f3;
}
.itg_new_testimonial_section .itg_section-header h2 {
    margin: 0;
}
.cstm-cs-search .price {
    display: none;
}

.custom_slider .swiper-slide {
  height: auto!important;
}

@media screen and (max-width: 480px) {
    .grid--peek .grid__item {
        min-width: 100%!important;
    }
  .header_logo_mobile{
    width :150px!important;
  }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  .itg_top_header_data .itg_top_header_left ul li a ,.itg_top_header_right p{
    font-size: 11px;
  }
}

@media screen and (min-width: 766px) {
  .itg_announcement_bar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
  .itg_announcement_bar span.itg_discount_code {
    position: relative;
    right: 0;
    top: 0%;
    transform: translateY(0%);
  }
}

.product__description .hide_form {
    display: none;
}


/* new header css start */

.subheadings-menus {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 16px!important;
    border-bottom: 1px solid #eee;
    width: max-content;
    color: rgba(var(--color-foreground));
    text-decoration: none;
}
ul.mega-menu__list.page-width {
    text-align: left;
}
li.itg_menu_btn a {
    text-decoration: none;
    color: rgba(var(--color-foreground));
    font-size: 16px;
    text-transform: capitalize;
}
ul.mega-menu__list.page-width.mobile-menu-show {
    display: none;
}
ul.mega-menu__list.page-width.mobile-menu {
    display: none;
}
.image-btns {
    margin-top: 5px;
}
li.itg_image_style_menu.itg_single_dropdown {
    position: relative;
}
ul.mega-menu__list.page-width.hide-image-singlemenu.mega-menu__list--condensed {
    width: 100%;
    padding: 20px;
}
.itg_single_dropdown .mega-menu[open] .mega-menu__content {
    opacity: 1;
    transform: translateY(0);
    width: 300px;
    min-height: auto;
    padding-bottom: 0;
}
summary.menu-drawer__menu-item.sec-menus a {
    padding: 0;
    background: transparent;
}

.product-form__buttons .product-form__submit, .quick-add .coll_link_pro, .wizart-button .wizart-button__layout {
    /* background: linear-gradient(
        104deg,
        rgb(82 83 82) 60%,
        rgb(42 43 42) 60% 100%
    ); */
    background: linear-gradient(104deg, #6FA1AA 60%, #99908e 60% 100%);
    background-size: 300% 100%;
    background-position: 100% 100%;
    color: #fff;

    transition: 
        background-position .6s ease,
        opacity .6s ease,
        color .6s ease;
}
.itg_btn_option .order_sample, .itg_btn_option span.order_sample, .itg_btn_option .itg_request_price_match_btn {
    border: 2px solid rgb(42 43 42);
    background: rgba(255 255 255 / .9) linear-gradient(104deg, rgba(42 43 42 / .07) 60%, rgba(255 255 255 / 1.0) 60% 100%) no-repeat 100% 100%;
    /* background: #ffffffe6 linear-gradient(104deg, #99908e 60%, #fff 60% 100%) no-repeat 100% 100%; */
    background-size: 300% 100%;
    background-position: 100% 100%;
    color: #000;
    transition: 
        background-position .6s ease,
        opacity .6s ease,
        color .6s ease;

}   
/* .itg_btn_option .order_sample:hover, .itg_btn_option .itg_request_price_match_btn:hover {
    color: #fff;
    border: 2px solid #99908e;
} */
.product-form__buttons .product-form__submit:hover, .itg_btn_option .order_sample:hover, .quick-add .coll_link_pro:hover, .wizart-button .wizart-button__layout:hover, .itg_request_price_match_btn:hover, .itg_btn_option .itg_request_price_match_btn:hover  {
    background-position: 0 100%;
}
@media (min-width: 737px) {
    .cloud-search-filters-horizontal .cloud-search-page-controls__filters-container {
        justify-content: left;
    }
}
@media screen and (min-width: 750px) {
 .facets-vertical .product-grid-container, .itg_sort_options  {
     width: 100% !important;
  }
 .facets-vertical .facets-wrapper {
    width: initial !important;
    padding-right: 0 !important;
  }
}

.grid--4-col-desktop .itg_collection_grid .grid__item {
    width: calc(16% - 22.5px);
    max-width: calc(19% - 22.5px);
}
.xc-filter-item-label {
 
}

/* .cloud-search-filter-value::after {
  content: attr(data-filter-value);
  font-size: 14px;
} */


div#shop-hcaptcha-badge-container {
    display: none !important;
}

.itg_image_style_menu {
    text-transform; uppercase;
}