/* .add-to-cart, .shopify-payment-button__more-options {display:none;} */


#shopify-section-header > div:nth-child(4) > div.header-wrapper > header > div > div > div.header-item.header-item--icons.small--hide > div > div > a {display:none;}


/* product page */
.product-single__header {margin-top:0px;}
label[for] {font-weight:700;}
input, textarea, select {border: 2px solid black;padding: 8px;padding-right: 28px;padding-left: 10px;}

.product-single__meta .variant-wrapper, .product-single__meta .product__quantity {width: 49%;margin: 0px;}
.product-single__meta .variant-wrapper select {width:100%;}
.product-single__meta .product__quantity input {width:100%;max-width:100%;}


//.template-cart #action\= > div.cart__row.cart__footer > div > div > div:nth-child(5) {display:none;}
.site-footer .footer__powered_by {display:none;}


/* want to be a designer section */
#ProductSections-3944262631466 > div > div:nth-child(7) .section-header__title {font-size:30px;}  
#ProductSections-3944262631466 > div > div:nth-child(7) .btn--tertiary {
  	padding: 10px 25px;
    letter-spacing: 0.2em;
    font-size: 16px;
    min-width: 90px;
    line-height: 1.42;
  	margin-top:30px;
}

/* menu */
#SlideNav .slide-nav__item:first-child {display:none;}


/* affiliate portal page */

.my-4 {background-color:red;}

.my-4 .card:nth-child(n+3),
.my-4 .card:nth-child(1) {display:none;}
.my-4 .card:nth-child(2) {border:1px solid #dad8d8;}
#root > div > div.bg-light.min-vh-100 > div.container.px-0.pt-4.pb-4 > div.border-right.border-left.border-bottom.bg-white.p-4.rounded-bottom.shadow > div > div.py-2.border-bottom > div > div > div > p {display:none;}

#__goaffpro_topbar {display:none;}


/* become a designer block */
#shopify-section-1566522626347 .custom__item-inner--image {width:70%;}





 /*==========  Non-Mobile First Media Queries  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
     
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      	

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      
     

    }