/** Shopify CDN: Minification failed

Line 585:10 Expected ":"

**/
@media only screen and (min-width: 1400px) and (max-width: 1599px){

    /* .newArrivals .row,
    .ArtistSeries .row {
        margin-right: -32px;
        margin-left: -32px;
    }
    
    .newArrivals .row [class*="col-"],
    .ArtistSeries .row [class*="col-"] {
        padding-right: 32px;
        padding-left: 32px;
    } */
  
  .collection__slider .slide .slide__content {
    width: 100%;
  }
  
  .CollectionStudio h1 {
    font-size: 72px;
	}
    
}
    
    
    @media only screen and (max-width: 1399px){
    
    .Product__slider .slick-slide {
        height: 500px;
    }
    
    .Product__slider__nav .slick-slide {
        height: 128px;
    }
    
    
    /* .newArrivals .row, .ArtistSeries .row {
        margin-right: -25px;
        margin-left: -25px;
    }
    
    .newArrivals .row [class*="col-"], .ArtistSeries .row [class*="col-"] {
        padding-right: 25px;
        padding-left: 25px;
    } */
    
    .mega-box .megaContent {
        max-width: 1140px;
    }
    
    .imageLink__shop {
        font-size: 11px;
    }
      
    .collection__slider .slide .slide__content {
    width: 100%;
  	} 
      
    .CollectionStudio h1 {
    font-size: 60px;
	} 
    
    }
    
    
    
    @media only screen and (max-width: 1199px){
    
    
    .CollectionStudio h2 {
        font-size: 84px;
    }
      
    .CollectionStudio h1 {
    font-size: 56px;
	}  
    
    .bottom-right, .bottom-left {
        font-size: 22px;
    }
    
    .newsletter-box {
        padding-right: 00px;
    }
    
    /* .newArrivals .product-img a, .ArtistSeries .product-img a {
        min-height: 188px;
    } */
    
    .nav-links > li {
        margin: 0 16px 0 0;
    }
    
    .Product__slider .slick-slide {
        height: 400px;
    }
    .Product__slider__nav .slick-slide {
        height: 94px;
        margin: 15px 15px;
    }
    
    .SingleProduct .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .SingleProduct .row [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .journal--img a {
        height: auto;
    }
    
    .mega-box .megaContent {
        max-width: 980px;
    }
    
    }
    
    
    
    @media only screen and (max-width: 1099px){
    
    .nav-links > li {
        margin: 0 16px 0 0;
    }
    
    /* .newArrivals .row, .ArtistSeries .row {
        margin-right: -20px;
        margin-left: -20px;
    } */
    
    /* .newArrivals .row [class*="col-"], .ArtistSeries .row [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    } */
    .newArrivals .product-img a, .ArtistSeries .product-img a {
        min-height: 230px;
    }
      
      .CollectionStudio h1 {
    font-size: 50px;
	} 
    
    }
    
    
    @media only screen and (max-width: 991px){
      .tabletxt__img {
          width: 120px;
     }
   .tabletxt__content {
    width: calc(100% - 120px);
   }
   .yourCartTableOuter table th:nth-child(2), 
   .yourCartTableOuter table td:nth-child(2) {
    width: 160px;
   }
      .cart_layout.orderSummaryPart .subtotalPart { 
        font-size: 20px;
    }
    .cart_layout.orderSummaryPart .subtotal { 
        font-size: inherit;
    } 
    .container {
        max-width: 740px;
    }
    
    .product__link {
        font-size: 20px;
    }
    
    .porductBox {
        margin: 0 15px 45px 0;
    }
    
    .CollectionStudio h2 {
        font-size: 74px;
    }
    
    
    .productBox h4 {
        font-size: 16px;
        font-weight: normal;
    }
    
    .product-price {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .newArrivals .product-img a, .ArtistSeries .product-img a {
        min-height: 220px;
    }
    
    .cart-btn {
        font-size: 11px;
        border-bottom: 1px solid #000;
    }
    
    .newArrivals .row, .ArtistSeries .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .newArrivals .row [class*="col-"], .ArtistSeries .row [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .ArtistSeries {
        padding: 0px 0 40px;
    }
    
    .bottom-right, .bottom-left {
        font-size: 18px;
    }
    
    .bottom-left {
        bottom: 30px;
        left: 30px;
    }
    
    .bottom-right {
        bottom: 30px;
        right: 30px;
    }
    
    .journalMain {
        padding: 0 0 70px;
    }
    
    /* .slide .slide__content--headings .top-title {
        font-size: 2.2rem;
    } */
    
    /* .slide .slide__content--headings .button-custom {
        font-size: 1.5rem;
        border-bottom: 2px solid #fff;
    } */
    
    .slide .slide__content--headings .title {
        font-size: 3.2rem;
    }
    
    .slick-nav.prev-arrow {
        left: 1%;
    }
    
    .slick-nav.next-arrow {
        right: 1%;
    }
    
    .slide .slide__content__right__bottom {
        bottom: 3%;
        right: 3%;
        font-size: 18px;
    }
    
    .logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .signInCart_inner li img {
        max-width: 15px;
        max-height: 15px;
        position: relative;
        top: 3px;
        margin-right: 6px;
    }
    
    /* #header.header-scrolled + .headerHeight {
        padding-top: 70px;
    } */
    
    
    .search-form {
        padding: 0 15px;
        width: 720px;
    }
    
    .Product__slider__nav .slick-slide {
        height: 60px;
        margin: 10px 5px;
        padding: 4px;
    }
    
    button.slick-arrow {
        top: calc(50% - 4px);
        border: 0;
        width: 24px;
        height: 20px;
        padding: 0 16px;
    }
    
    .Product__slider .slick-slide {
        height: 350px;
    }
    
    .SingleProduct .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .SingleProduct .row [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    
    .SingleProduct__detail p {
        margin-bottom: 10px;
    
    }
    
    .color__content, .size__content {
        margin-bottom: 22px;
    }
    
    .size-title, .color-title, .Quantity-title {
    
        margin-bottom: 3px;
    }
    
    .accordionButton {
        padding: 10px 15px;
        font-size: 15px;
    }
    
    #accordionMain {
        margin-top: 35px;
        margin-bottom: 45px;
    }
    
    .product-img a {
        min-height: 280px;
    }
    
    .tabletxt {
        width: 300px;
    }
    
    .table-responsive {
        position: relative;
        z-index: 0;
        padding: 0;
    }
    
    .orderSummaryPart {
        padding: 15px 12px;
    }
    
    .orderSummaryPart h3 {
        font-size: 16px;
    }
    
    .orderSummaryPart h4 {
        font-size: 12px;
    }
    
    .orderSummaryPart h4 span {
        font-size: 13px;
    }
    
    .orderSummaryPart .subtotalPart span {
        font-size: 18px;
    }
    
    .orderSummaryPart .commonButton {
        /* padding: 19px 15px 20px;
        font-size: 16px; */
    }
    
    .cartCheckoutButton {
        margin-top: 20px;
    }
    
    .short-info {
        padding-right: 8px;
    }
    
    .footerMain p {
        font-size: 13px;
    }
    
    .footerMain {
        padding: 62px 0 40px;
    }
    
    .sidebar {
        padding: 8px 0 8px 0;
    }
    
    .slick-slide {
        height: calc(100vh - 70px);
    }
    
    .tabletxt__content h4 {
        font-size: 11px;
    }
      
    .nav-links > li {
        position: relative;
    }  
    
    
    .arrow-down {
        float: right;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .arrow-down svg, .arrow-down img{
      display: inline-block;
      width: 13px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    
    .nav-links > li a.active-menu .arrow-down svg, .nav-links > li a.active-menu .arrow-down img{
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    .nav-links > li a svg {
      width: 10px;
    
    }
    
    .footer-menu li {
        font-size: 11px;
    }
    
    .headerHeight {
        height: 70px;
        border-bottom: 0;
    }
    
    .mega-box .megaContent .megaRow {
        padding: 0;
    }
    
    .megaMenu__imageLink {
        margin: 0 15px 0 0;
    }
    
    .shopMain .productBox:hover .SingleProduct__size {
        display: none;
    }
    
    
    /*17-08-2021*/
    
    
    .recipesContentOuter table {
        border: 0;
      }
      .recipesContentOuter table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      
      .recipesContentOuter table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
      }
      
      .recipesContentOuter table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
      }
      
      .recipesContentOuter table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
      }
      
      .recipesContentOuter table td:last-child {
        border-bottom: 0;
      }
    
      .add_block .item-txt, .add_block .item-txt a
      {
          font-size: 13px;
      }
      .add_block .item_title{
          font-size: 16px;
      }
      .contact_form h2, .address_area h2{
          font-size: 24px;
          margin-bottom: 20px;
      }
    
      ul.user_address_edit {
        padding: 0 20px;
        }
    
      .form-inner-main label {
            margin-bottom: .2rem;
            font-size: 14px;
       }
    
    .user_address_edit h2 {
        font-size: 10px !important;
        margin-top: 2px !important;
        margin-bottom: 0 !important;
    }
    
    .comonButton {
        padding: 9px 23px;
        font-size: 17px;
    }
    
    .grid__item p {
        font-size: 15px;
        line-height: 26px;
    }
    
    .recipesContentOuter {
        width: 100%;
    }
    
    .grid__item h2 {
        font-size: 30px;
        margin: 0 0 30px;
    }
    
    
    .login__header {
        min-height: 176px;
        margin-top: 62px;
    }
    
    .login--Title {
        font-size: 30px;
    }
    
    .login-card .h4 {
        font-size: 24px;
        margin: 0 auto 1px;
    }
    
    .login-card {
        padding: 45px 30px;
    }
      
      
      .socialGrid__img {
        width: 50%;
       
    }
      
    .cloudFilter__title .arrow-down {
        right: 6px;
        top: 7px;
        position: absolute;
        display: block;
    } 
      
    .photography__info h1 {
  		font-size: 36px;
	}  
      
.photography__titleinfo h3, .photography__titleinfo h4 {
  margin: 60px 0;
}

.photography__list ul {
  margin: 0 0 40px;
}

.photography__list ul li {
  font-size: 12px;
}  
      
.photography__list p {
  font-size: 12px;
}

.mainPage {
    padding: 81px 0 20px;
}

       .stockist-box h4 {
        font-size: 19px;
        margin-bottom: 8px;
    }
    
    .stockist-box p {
        font-size: 14px;
        margin: 0 0 16px;
    }
    
    .stockist-box {
        margin-bottom: 15px;
        padding-bottom: 8px;
    }
    
    .stockist-box-wrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    
    }
    
    
    @media only screen and (max-width: 767px){

      .homeBanner__sliderfirst .sliderpopulate3 .homeBanner__caption .shopNow-button:hover, 
.homeBanner__sliderfirst .sliderpopulate4 .homeBanner__caption .shopNow-button:hover, 
.homeBanner__slider2 .homeBanner__caption .shopNow-button:hover,
.homeBanner__sliderfirst .sliderpopulate1 .homeBanner__caption .shopNow-button:hover, 
.homeBanner__sliderfirst .sliderpopulate2 .homeBanner__caption .shopNow-button:hover, 
.homeBanner__slider2 .sliderpopulate23 .shopNow-button:hover {
    background-color: #fff;
    color: #000;
}
      .homeBanner__slider .homeBanner__caption {
    top: 50% !important;
    max-width: 85% !important;
    text-align: center;
    left: 0!important;
    right: 0 !important;
    margin: 0 auto;
}
      .homeBanner__slider .homeBanner__caption h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.homeBanner__slider .homeBanner__caption .shopNow-button {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
}
      .homeBanner__sliderfirst .sliderpopulate1 .homeBanner__caption h3, 
.homeBanner__sliderfirst .sliderpopulate2 .homeBanner__caption h3,
.homeBanner__slider2 .sliderpopulate23 .homeBanner__caption h3
{
    color: #fff;
}
.homeBanner__sliderfirst .sliderpopulate1 .homeBanner__caption .shopNow-button, 
.homeBanner__sliderfirst .sliderpopulate2 .homeBanner__caption .shopNow-button,
.homeBanner__slider2 .sliderpopulate23 .shopNow-button
{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
       .cart_layout.orderSummaryPart {
        text-align: center; 
    }
    .cartCheckoutButton{
        margin: 0 auto;
    }
    
    .cart_layout.orderSummaryPart .subtotalPart { 
        justify-content: center; 
        margin: 0 0 20px;
    }
    .cart_layout.orderSummaryPart .subtotal {
        font-size: inherit;
    }
    .orderSummaryPart h4 {
        font-size: 18px;
    }
      .slick-slide img.desktop_hide{
        display:block !important;
      }
       .slick-slide img.mobile_hide{
        display:none;
      }
      
    
    nav .menuWrap {
        height: 48px;
        line-height: 48px;
    }
    
    .logo {
        height: 48px;
        line-height: normal;
        position: relative;
        top: 2px;
    }
    
    .headerHeight {
        height: 60px;
        border-bottom: 0;
    }
    
    .slick-slide {
        height: calc(100vh - 60px);
    }
    
    .container {
        max-width: 570px;
    }
    
    .page-title {
        font-size: 35px;
    }
    
    .porductMain {
        padding: 50px 0 5px;
    }
    
    h1, .feature-title {
        font-size: 30px;
    }
    
    .porductBox {
        margin: 0 15px 60px 0;
    }
    
    .product__link {
        font-size: 18px;
    }
    
    .CollectionStudio h2 {
        font-size: 50px;
    }
      
    .CollectionStudio {
        margin-bottom: 60px;
    }
    
    
    .ArtistSeries {
        padding: 0px 0 20px;
    }
    
    .journalMain {
        padding: 0 0 60px;
    }
    
    .footerMain {
        padding: 42px 0 40px;
    }
    
    .footer-menu li {
        margin: 0 0 6px;
    }
    
    .footer-menu h3 {
        margin-bottom: 12px;
        font-weight: 600;
    }
    
    .newsletter-box h3 {
        margin-bottom: 10px;
    }
    
    .newsletter-box input.newsletterInput {
        padding-left: 0;
    }
    
    .short-info {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .footer-menu {
        margin-bottom: 30px;
    }
    
    .footerMain p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .newsletter-box {
        padding: 0;
        margin: 0 auto;
        max-width: 570px;
    }
    
    .footerMain .container {
        max-width: 570px;
    }
    
    .cart__button svg, .cart__button img{
        display: block;
        opacity: 1;
      }
      
    .signInCart_inner li a > span{
        display: none;
        opacity: 0;
    }
    
    .signInCart_inner li {
        margin: 0 18px 0 0;
        padding: 0;
        list-style: none;
        width: 16px;
        text-align: center;
    }
    
    .signInCart_inner li img {
        max-width: 25px;
        max-height: 25px;
        top: 0;
        margin-right: 0;
    }
    
    .cart__button{
        position: relative;
        top: -1px;
    }
    
    .search-form {
        padding: 0 15px;
        width: 540px;
    }
    
    .signInCart_inner {
        position: relative;
        top: 0;
        height: 48px;
        line-height: 50px;
    }
    
    .cart__popup, #header.header-scrolled .cart__popup {
        margin-top: 5px;
    }
    
    .cart-item__title {
        font-size: 13px;
    }
    
    .slide .slide__content--headings .title {
        font-size: 2.7rem;
    }
    
    /* .slide .slide__content--headings .top-title {
        font-size: 1.9rem;
    } */
    
    /* .slide .slide__content--headings .button-custom {
        font-size: 1.2rem;
        line-height: 0.8;
    } */
    
    .slide .slide__content.slide__content__left {
        left: 16%;
        -webkit-transform: translate(-6%, -48%);
        transform: translate(-6%, -48%);
    }
    
    .masonry__item {
        margin: 1.5%;
        width: 47%;
    }
    
    
    .cloudFilter__title {
        background: #f4f4f4;
        display: block;
        padding: 7px 10px;
        cursor: pointer;
        font-size: 13px;
        border-bottom: 1px solid #fff;
    }
    
    .cloudFilter__list {
        margin: 0px 0 1px;
        padding: 0 10px 10px;
        background: #f9f9f9;
    }
    
    .cloudFilter__title span{
        background: url(https://cdn.shopify.com/s/files/1/0376/1730/3685/files/arrow-down.svg?v=1628141093) no-repeat 99% center;
        background-size: 18px;
        width: 18px;
        height: 18px;
        float: right;
    
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    
    }
    
    .cloudFilter__title.active {
        background: #eee;
    }
    
    .cloudFilter__title.active span{
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    }
    
    .cloudFilter {
        margin-bottom: 25px;
    }
    
    .mainPage {
        padding: 10px 0 20px;
    }
      a#search-icon img {
    margin-top: 15px;
}
    
    .yourCartTableOuter table th {
        font-size: 12px;
    }
    
    .SingleProduct__detail {
        padding-top: 15px;
    }
    
    .bottom-right {
        bottom: 20px;
        right: 15px;
    }
    .bottom-right, .bottom-left {
        font-size: 14px;
    }
    
    .bottom-left {
        bottom: 20px;
        left: 15px;
    }
    
    .accordian-grid-main .nav-pills {
        padding-bottom: 0;
        margin-bottom: 0 !important;
    }
    
    .formsHeading h1 {
        max-width: none;
    }
    
    ul.user_address_edit > li {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto 15px;
    }
    
    .user_address_edit hr {
        border-top: 0px solid rgba(0,0,0,.1);
    }
    
    
    .user_address_edit h2 {
        padding: 0 20px !important;
    }
    
    .color__content, .size__content {
        margin-bottom: 24px;
    }
      
    .journalMainPage {
    padding-bottom: 20px;
	}  
      
      .homebanner__cntnt h1 {
              font-size: 31px;
        text-align: center;
      }
      
      .homebanner__background.commonBackgroundImg {
    max-height: 175px;
    min-height: 175px;
      }
      
  .col-md-12.col-sm-6.col-12.colec p {
    font-size: 14px;
      }
      
.login__header {
    margin-top: 40px;
}
      
      
.template-search .in-page-link.visually-hidden.skip-link {
    display: none;
}
      
.photography__info h1 {
    font-size: 30px;
    line-height: normal;
}

.photography__info p {
    font-size: 11px;
}
      
.photography__list ul li {
  font-size: 11px;
}
      
.photography__list p {
  font-size: 11px;
}      

.photography__titleinfo h3, .photography__titleinfo h4 {
  font-size: 17px;
  margin: 45px 0;
}   
      
.single--col--title_img h5 {
  font-size: 17px;
}  
      
      .photography__info.xxl_title h1 {
    font-size: 28px;
}
    
}
    
    
    @media only screen and (max-width: 575px){

      .yourCartquantityOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.yourCartquantityOuter > .removeYourCart.on-mob {
    margin-top: 0;
}
    .cart_layout.orderSummaryPart {
    padding: 20px 0;
    border-top: none;
}
    .headerMain .megaMenu .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .tabletxt__content h4 {
    font-size: 13px;
}
    .qty-secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    h2{
        font-size: 23px;
    }
    
    .aboutUs p {
        font-size: 20px;
    }
    
    .porductGrid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .porductBox {
        margin: 0 auto 20px;
        width: 100%;
    }
    
    .product__link {
        font-size: 22px;
    }
    
    .menu-btn {
        padding: 7px 7px;
    }
    
    .slide .slide__content--headings .title {
        font-size: 2rem;
    }
    
    /* .slide .slide__content--headings .top-title {
        font-size: 1.4rem;
    } */
    
    /* .slide .slide__content--headings .button-custom {
        font-size: 1rem;
        line-height: 0.8;
        border-bottom: 1px solid #fff;
    } */
    
    .slide .slide__content__right__bottom {
        font-size: 12px;
    }
    
    .btn-black {
        padding: 14px 24px 14px;
        font-size: 17px;
        width: 180px;
    }
    
    .feature-title {
        margin: 0 auto 20px;
    }
    
    h1, .feature-title {
        font-size: 25px;
    }
    
    .porductMain {
        padding: 35px 0 45px;
    }
    
    .CollectionStudio h2 {
        font-size: 40px;
    }
    
    .CollectionStudio h2 span {
        -webkit-text-stroke-width: 1px;
    }
    
    .productBox {
        margin-bottom: 40px;
    }
    
    .journalMain {
        padding: 0 0 50px;
    }
    .socialMain {
        padding: 0 0 70px;
    }
    
    
    h2, .SingleProduct__title {
        font-size: 24px;
    }
    
    h4 {
        font-size: 22px;
    }
    
    h3 {
        font-size: 24px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    .yourCartTableOuter table th {
        display: none;
    }
    
    .yourCartTableOuter table tr td {
        position: relative;
        padding: 15px 0;
        display: block;
        border-bottom: 1px solid #f4f4f4;
    }
    
    .tabletxt {
        width: auto! important;
    }
    
    .yourCartTableOuter table td::before {
        position: absolute;
        top: 42%;
        left: 0;
        width: 110px;
        text-align: left;
        white-space: nowrap;
        font-weight: 700;
        color: #000;
        -webkit-transform: translate(0%, -34%);
        -ms-transform: translate(0%, -34%);
        transform: translate(0%, -34%);
    }
    
    .yourCartTableOuter table td:nth-of-type(1)::before {
        content: "Item";
    }
    
    .yourCartTableOuter table td:nth-of-type(2)::before {
        content: "Price";
    }
    
    .yourCartTableOuter table td:nth-of-type(3)::before {
        content: "Quantity";
    }
    
    .yourCartTableOuter table td:nth-of-type(4)::before {
        content: "Total";
    }
    
    .tabletxt, .cartNetPrice, .cartTotalPrice, .yourCartquantityOuter, .completeTheSetTable .yourCartquantityOuter {
        width: 100%;
        text-align: left;
        padding-left: 110px;
    }
    
    .yourCartTableOuter table th, .yourCartTableOuter table th:nth-child(2), .yourCartTableOuter table td:nth-child(2), .yourCartTableOuter table th:last-child, .yourCartTableOuter table td:last-child {
        width: 100%;
    }
    
    .yourCartquantityOuter .quantityPart, .removeYourCart, .addYourCart {
        float: left;
    }
    
    .removeYourCart {
        margin-left: 15px;
        margin-top: 15px;
    }
    
    .yourCartquantityOuter .quantityPart {
        margin-top: 0;
    }
    
    .yourCartTableOuter table tbody tr {
        border-bottom: 2px solid #000;
        display: block;
    }
    
    .yourCartTableOuter table tr + tr td {
        border-top: 0;
    }
    
    .SingleProduct{
        overflow: hidden;
    }
    
    .search-form {
        padding: 0 15px;
        width: 460px;
    }
    
    .quantityholder input.num-box {
        width: 46px;
        font-size: 16px;
    }
    
    .quantityholder .valueButton {
        font-size: 24px;
    }
    
    .footerMain .col-xs-6 {
        width: 33%;
        max-width: 33%;
    }
    
    .product-img a {
        min-height: 200px;
    }
    
    .product-img img {
        padding: 12px;
    }
    
    .newArrivals .product-img a, .ArtistSeries .product-img a {
        min-height: 178px;
    }
    
    .newArrivals .product-img img,
    .ArtistSeries .product-img img{
        padding: 12px;
    }
    
    .journal--img img {
        max-width: 100%;
        padding: 0;
    }
    
    .megaRow .mega-links li a {
        font-size: 14px;
    }
    
    .imageLink__shop {
        letter-spacing: 2px;
    }
    
    .megaMenu__imageLink {
        margin: 0 10px 0 0;
    }
    
    
    /*13-18-2021*/
    
    .choose-color .color {
        width: 20px;
        height: 20px;
    }
    
    .choose-color label {
        margin: 0 1px;
    }
    
    .color-size-2x .color {
        width: 34px;
        height: 34px;
    }
    
    .size-choose .size-box {
        height: 36px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 8px;
    }
    
    .SingleProduct__size .size__content {
        min-height: 42px;
        height: auto;
    }
    
    .size-choose label {
        margin: 0 4px 7px 0;
    }
    
    .search--resultTitle {
        padding: 30px 15px;
        font-size: 20px;
        margin-bottom: 35px;
    }
    /*end*/
      
    .socialGrid__img {
        height: 270px;
    }
    
    .yourCartTableOuter .cartTotalPrice {
        width: auto;
        float: none;
      }
      
    .color__content, .size__content {
        margin-bottom: 15px;
    }
      
    .pageInfo {
        padding-bottom: 30px;
    }

    .poster {
        height: auto;
    } 
      
  .photography__info {
      padding: 0px 10px 50px;
  }
  .photography__info h1 {
    margin-bottom: 50px;
  } 
      
  .photography__page {
    padding: 34px 0 50px;
}  
      
.photography__img {
  margin-bottom: 0;
}

.photography__page .col-sm-3, .photography__page .col-sm-4,
.photography__page .col-sm-6, .photography__page .col-sm-12 {
  margin-bottom: 15px;
}    
      
 .photography__page .single--img--bg .col-sm-12 {
  margin-bottom: 0;
}
      
 .single--img--bg {
    margin-bottom: 15px;
}
    
}
    
@media only screen and (max-width: 479px){
      
    .footer-menu li {
            margin: 0 3px 7px;
            font-weight: normal;
            display: inline-block;
            font-size: 11px;
    }
        
    .footer-menu h3 {
            margin-bottom: 6px;
            font-weight: 600;
            font-size: 11px;
    }
        
    .newsletter-box h3 {
            font-size: 11px;
            font-weight: normal;
            margin-bottom: 8px;
    }
        
    .newsletter-box input.newsletterInput {
            font-size: 11px;
            font-weight: normal;
            border-bottom: 1px solid #fff;
            width: 100%;
            padding: 10px 0;
    }    
    
    .CollectionStudio h2 {
        font-size: 30px;
    }
    
    .footerMain p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    
    .bottom-right, .bottom-left {
        font-size: 14px;
    }
    
    h2, .SingleProduct__title {
        font-size: 20px;
    }
    
    .yourCartTableOuter table td::before {
        width: 58px;
        font-size: 13px;
    }
    
    .tabletxt, .cartNetPrice, .cartTotalPrice, .yourCartquantityOuter, .completeTheSetTable .yourCartquantityOuter {
        padding-left: 90px;
    }
    
    .tabletxt__img {
        width: 90px;
        margin: 0 8px 0 0;
    }
    .tabletxt__content {
    width: calc(100% - 90px);
}
    .tabletxt__content h4 {
        font-size: 13px;
    }
    
    .tabletxt__content p {
        line-height: 22px;
        margin: 0;
        font-size: 10px;
    }
    
    .selected__color{
        font-size: 10px;    
        line-height: 10px;
    }
    
    .removeYourCart {
        font-size: 12px;
    }
    
    .removeYourCart {
        margin-top: 17px;
    }
    
    .slide .slide__content__right__bottom {
        font-size: 11px;
    }
    
    .footerMain .col-xs-6 {
        width: 100%;
        max-width: 100%;
    }
    
    .Product__slider .slick-slide {
        height: 300px;
    }
    
    .product-img a {
        min-height: 170px;
    }
    
    .product-img img {
        max-width: 142px;
        padding: 0 10px;
    }
    
    .shopMain .SingleProduct__size [type="radio"]:checked + label, .shopMain .SingleProduct__size [type="radio"]:not(:checked) + label {
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    
    .shopMain .size-choose {
        position: relative;
        width: 26px;
        height: 25px;
    }
    
    .newArrivals .product-img a, .ArtistSeries .product-img a {
        min-height: 140px;
    }
    
    .journal--img img {
        max-width: 100%;
        padding: 0;
    }
    
    .productBox h4 {
        font-size: 13px;
    }
    
    
    /*12-08-2021*/
    
    .choose-color .color {
        width: 18px;
        height: 18px;
    }
    
    .shopMain .product-price {
        font-size: 12px;
    }
    
    .color-size-2x .color {
        width: 34px;
        height: 34px;
    }
    
    .search--resultTitle {
        padding: 22px 15px;
        font-size: 18px;
        margin-bottom: 18px;
    }
    /*end*/
    
    /*17-08-2021*/
    
    .login__header {
        min-height: 106px;
    }
    
    .login--Title {
        font-size: 20px;
    }
    
    .login_sec, .forgeot_sec {
        margin: 52px auto;
        padding: 0;
    }
    
    .login-card {
        padding: 32px 15px;
    }
    
    .login-card .h4 {
        font-size: 18px;
        margin: 0 auto 0px;
    }
    
    .login-card .txt {
        font-size: 14px;
    }
    
    .login-card .pt-3 {
        padding-top: 5px !important;
    }
    
    .login-card a {
        font-size: 13px;
    }
    
    .login-card .btn.btn-block {
        font-size: 16px;
        padding: 14px 18px;
        margin: 9px auto !important;
    }
    
    .login-card input {
        padding: 12px 10px;
        font-size: 13px;
    }
    
    .grid__item h2 {
        font-size: 26px;
        margin: 0 0 4px;
        padding-bottom: 12px;
    }
    
    ul.user_address_edit {
        padding: 0 2px;
    }
    
    .form-vertical form {
        padding: 0 14px;
    }
    
    .user_address_edit h2 {
        font-size: 9px !important;
        margin-top: 4px !important;
        padding: 0 15px !important;
    }
    
    .formsHeading h1 {
        font-size: 30px;
    }
    
    .recipesContentOuter {
        margin-top: 22px;
    }
    
    .nav-link {
        padding: 0 12px;
    }
    
    .comonButton {
        padding: 8px 18px;
        font-size: 15px;
    }
      
    .socialGrid__img {
        width: 100%;
    }
     .stockist-box-wrap {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
}
    
    
    @media only screen and (max-width: 374px){
    
        /*13-08-2021*/
        .shopMain .product-price {
            position: relative;
            right: 0;
            top: 0;
            margin: 0 0;
        }
    
        .choose-color label {
            margin: 0 0px;
        }
        
        .shopMain .color__content {
            min-height: 22px;
            margin-bottom: 3px;
            position: relative;
            display: block;
        }
    
        .mega-box .megaContent {
            padding: 12px 8px 0 12px;
        }
    
        .SingleProduct .choose-color label {
            margin: 0 1px;
        }
    
        .search--resultTitle {
            padding: 18px 12px;
            font-size: 17px;
        }
    
        /*end*/
    
        /*17-08-2021*/
    
        .login-card .h4 {
            font-size: 16px;
            margin: 0 auto 0;
        }
        .login-card .txt {
            font-size: 13px;
        }
    
    .form-vertical form {
            padding: 0 5px;
    }
    .form-inner-main label {
        font-size: 13px;
    }
    
    .grid__item h2 {
        font-size: 22px;
    }
    
    .default-address label {
        font-size: 14px;
    }
    
    ul.user_address_edit form {
        padding: 0 11px;
    }
    
    .user_address_edit h2 {
        font-size: 8px !important;
        margin-top: 4px !important;
        padding: 0 12px !important;
    }
      
      .search--resultTitle.newse {
    padding: 18px 12px;
    font-size: 17px;
}
    
        
    }
@media only screen and (min-width:576px) {
    .cartNetPrice {
        padding-inline: 15px;
    }
      .yourCartquantityOuter .removeYourCart.on-mob {
        display: none;
    } 
    .tabletxt .removeYourCart.on-desk {
        display: inline-block;
    }
}
    @media only screen and (max-width:767px) {
      .template-cart .headerHeight {
    height: 0;
}
.template-cart .mainPage {
    padding: 60px 0 20px;
}
    .additional_checkout_buttons .shopify-cleanslate ul {
        margin: 0px auto 0 !important;
    }
      .cart_layout.orderSummaryPart .subtotalPart {
font-size: 22px;
}
      .tabletxt {
    width: 250px;
}
.tabletxt__img {
    width: 80px;
}
.tabletxt__content {
    width: calc(100% - 80px);
}
}