:root{
    --primary-color: #ee3a43;
    --button-color: #ee3a43;
    --button-border-color: #ee3a43;
    --button-text-color: #ffffff;
    --button-text-hover-color: #ee3a43;
    --footer-bg-color: #000000;
    --footer-text-color: #ffffff;
}

.product-page-title {
    font-weight: 500;
    color: #777777;
    text-align: center;
    line-height: 40px;
    font-size: 34px;
    margin: 35px 0;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
}
section.marketing-block{
    padding: 30px 0;
}
.marketing-block .container{
    padding: 50px 15px;
}
.page-title-wrapper.product, .product-info-price {
    display: inline-block;
    vertical-align: middle;
}
.page-title-wrapper.product{
    margin-right: 15px;
}
.catalog-product-view #maincontent{
    background-image: url("../images/white-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.product-options-wrapper .field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-options-wrapper .field .label, .product-options-bottom .box-tocart .field.qty .label{
    font-size: 32px;
    font-family: 'Gotham Medium';
    font-weight: 500;
}
.product-options-wrapper .field .label, .product-options-bottom .box-tocart .field.qty .label{
   width: 270px !important;
}
.product-options-wrapper .field .control, .product-options-bottom .box-tocart .field.qty .control{
    width: calc(100% - 270px) !important;
}
.product-options-wrapper .field .control select, 
.product-options-wrapper .field .control input, .product-options-bottom .box-tocart .field.qty input{
    border-radius: 20px;
    height: 45px;
    color: #6a6969;
    border: 2px solid #b7b0b0;
    width: 100%;
}
.product-options-wrapper .field .control input{
    border-radius: 15px;
}
.product-options-wrapper .field .control select:focus, 
.product-options-wrapper .field .control input:focus, 
.product-options-bottom .box-tocart .field.qty input:focus{
    box-shadow: none;
    outline: none;
}
.product-options-bottom .box-tocart {
    width: 100%;
}
.product-options-bottom .box-tocart .field.qty{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
}
.marketing-block .heading, .marketing-material-block .heading{
    margin-bottom: 30px;
    text-transform: capitalize;
    margin-top: 0;
}
.marketing-block-container, .material-block-container{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.marketing-block-container li, .material-block-container li{
    max-width: 50%;
    flex: 0 0 50%;
    list-style-type: none;
    padding: 0 15px;
    margin-bottom: 30px;
}
.page-main.page-main-details{
    max-width: 100%;
    padding: 0;
}
.catalog-product-view .column.main{
    padding-bottom: 0;
    margin-top: 30px;
}
.product-info-price{
    margin-bottom: 10px;
}
.product-info-main .price-box .price-wrapper .price{
    color: var(--primary-color);
    font-size: 20px;
}
.page-title-wrapper.product .page-title {
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 46px;
  font-family: 'Gotham Book';
  color: #0aaee9;
}
.catalog-product-view main#maincontent {
    max-width: 100%;
}
.catalog-product-view main#maincontent .columns{
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
} 
/*.banner-bottom-content-container{
    position: relative;
    left: 0;
    transform: initial;
}*/
.product-add-form .box-tocart .actions{
    display: flex;
    flex-wrap: wrap;
}
.product-add-form .box-tocart .actions>*{
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
}
.product-add-form .box-tocart .actions .action.primary{
    font-size: 16px;
    background-color: transparent;
    margin-top: 0;
    color: #000000;
    width: 100%;
    border-color: #000000;
    padding: 10px;
    min-height: 60px;
    line-height: 1.5;
    height: 100%;
    border-radius: 0;
}
.product-add-form #instant-purchase{display: none;}
.product-page-canva button, .product-page-etsy button{
    background-color: transparent;
    padding: 0;
    border: 1px solid #000000;
    border-radius: 0;
}
.product-add-form .box-tocart .actions>.action.tocart{
    display: none;
}
.product-add-form .box-tocart .actions>.action.uploadtocart{
    max-width: 100%;
    flex: 0 0 100%;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
.product-add-form .box-tocart .actions .action.product-designer-button {
    background-color: #ee3a43;
    color: #000000;
}
.product-add-form .box-tocart .actions .product-page-design-popup button.action{
    background-color: #000000;
    color: #ffffff;
}
.product-add-form .box-tocart .actions .product-page-designer, .product-add-form .box-tocart .actions .product-page-design-upload, 
.product-add-form .box-tocart .actions .product-page-design-popup{
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}
.product-page-etsy-button img, .product-page-canva-button img{
    display: block;
}
.product-page-design-upload{
    position: relative;
}
.product-page-design-upload input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.product-page-design-upload  button{
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    text-transform: uppercase;
    min-height: 60px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    line-height: 1.5;
}
.product-add-form .box-tocart .actions .design-img-gallery {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.dropzone .dz-message{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.design-img-gallery .upload-design-block {
    position: relative;
    width: 80px;
    max-height: 80px;
    height: auto;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-right: 10px;
    padding: 3px;
}
.design-img-gallery .upload-design-block img {
    height: 100%;
    object-fit: cover;
}
.design-img-gallery .design-delete-btn{
    background-color: transparent;
    border: none;
    padding: 0;
}
.design-img-gallery .design-delete-icon {
    position: absolute;
    top: 1px;
    right: 3px;
    z-index: 2;
}
.design-img-gallery .design-delete-btn {
    background-color: transparent;
    border: none;
    padding: 0;
}
.design-img-gallery .design-delete-btn svg {
    width: 16px;
    height: 16px;
}
.banner-bottom-content .banner-bottom-content-col>*{
   font-size: 16px;
   padding: 0;
   margin:0;
   background-color: transparent;
   border: none;
   height: 100%;
   width: 100%;
}
.banner-bottom-content .banner-bottom-content-col #business-package{
    color: #ffffff;
}
.banner-bottom-content .banner-bottom-content-col #business-package:hover{
    color: #ffffff;
    background-color: transparent;
}
.banner-bottom-content .banner-bottom-content-col>button:focus{
    background-color: transparent;
    border: none;
}
.banner-bottom-content .banner-bottom-content-col>*:hover {
    border: none;
}
.banner-bottom-content .banner-bottom-content-col:nth-of-type(2)>*{
   color: #000000;
}
.banner-bottom-content .banner-bottom-content-col:nth-of-type(2)>*:focus{
    background-color: transparent;
    border: none;
}
.banner-bottom-content .banner-bottom-content-col:nth-of-type(2)>*:hover{
   color: var(--primary-color);
}
.product-add-form .box-tocart .actions .design-img-gallery{
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,1);
}
.product-add-form .box-tocart .actions .design-img-gallery .dz-remove {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAdgAAAHYBTnsmCAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVDiNpdKxSkMxGMXxX1sVBLV3FsG5jyG+gTiIg4ubbq6Ck5OD4AN0d3B0FRdnKfgG4mwVLepVrw43lRgbpPRACPk4+ef7DmFCNTL1ZXRRhHMf27hNja0MYBdTOMA5OljEVa6TdfTwjAFKVPgMqwq1QfD0sBaPMIsVnGIH01hKHrnDO06whQu8xoY5vEXAUQueMD+8lIZYYgF7mVGP8IIZfFEHFesB7WAYpQKPw8vQTAz9AMipHR750biAIngmAvzqIJdBqZ6zkez/Au4D4DjTwaY6xCzgGhu4Uf++WM0AOIuL6T9o4RCr/uZT4RL7+Mh0OL6+AXE7N82qGShFAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    color: transparent;
    font-size: 0;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 7px;
    right: 7px;
    overflow: hidden;
    cursor: pointer;
    z-index: 21;
}
.product-page-canva-mobile, .product-page-etsy-mobile{
    display: none;
}

.product.attribute.overview .value h4{
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #7d7f82;
}
.product.attribute.overview .value p br {
   display: none;
}
.product.attribute.overview .value p{
   font-size: 14px;
}
.product-info-stock-sku{
    display: none;
}
.fotorama__nav-wrap{
    display: none !important;
}
.fotorama__wrap--slide .fotorama__stage__frame img{
    border: 1px solid rgba(51, 51, 51, 0.5) !important;
}
.product.attribute.description .product-desc .title{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 32px;
    color: #777777;
}
.product.attribute.description .product-desc p{
    font-size: 14px;
    font-family: 'Gotham Book';
    line-height: 24px;
    color: #777777;
}
.price-container.price-final_price{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.price-container.price-final_price .price-wrapper {
    display: inline-block;
    margin: 0 8px;
}
.price-container.price-final_price p {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}
.price-container.price-final_price .price-label{
    font-size: 16px;
}
.product-info-main .product-options-bottom{
   position: relative;
}
.product-info-main .product-options-bottom .product-info-price {
    padding: 0 30px;
    width: 100%;
    position: absolute;
    top: 60px;
}
.product-info-main .box-tocart{
   margin-top: 0;
    position: relative;
    padding-top: 90px;
}
.product-info-main .product-options-bottom .box-tocart .field.qty{
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
} 
.widget-product-grid .product-image-container{
   width: 100% !important;
}
.widget-product-grid .product-image-container .product-image-wrapper{
   padding-bottom: 0 !important;
   height: auto;
}
.widget-product-grid .product-image-container .product-image-wrapper img{
    position: relative;
    height: auto;
    width: 100%;
}
.widget-product-grid .product-item .product-item-details{
   display: none;
}
@media (min-width: 576px){
    .product-add-form .box-tocart .actions .product-page-design-upload.no-design-allowed{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .product-page-design-upload  button, 
    .product-add-form .box-tocart .actions .action.primary{
        min-height: 94px;
    }
}
@media (min-width: 769px){
  .page-layout-1column .product-info-main{
     width: 57%;
  }
  .page-layout-1column .product.media{
     width: 40%;
  }
  .marketing-block-container li{
     max-width: 33.333333%;
     flex: 0 0 33.333333%;
  }
  .banner-bottom-content  .banner-bottom-content-col{
     max-width: 33.333333%;
     flex: 0 0 33.333333%;
  }
  .material-block-container li{
      max-width: 20%; 
      flex: 0 0 20%;
  }
  .product.attribute.description>*{ 
    line-height: 26px;
    font-size: 16px; 
 } 
  /* .fotorama__stage__frame .fotorama__img{
    width: 100%;
  } */
}
@media (min-width: 768px){
    .fotorama__stage__frame .fotorama__img{
        top: 50% !important;
    }
    .product-info-main .product-add-form .product-options-wrapper, .product-info-main .product-options-bottom .field.qty{
        padding: 0 30px;
    }   
}
@media (min-width: 991px){
    .banner-bottom-content .banner-bottom-content-col>*{
        font-size: 20px;
    }
    .product-info-main {
        border: 1px solid rgba(51, 51, 51, 0.5);
        padding: 2px 8px;
    }
    .product-info-main .product-options-bottom .box-tocart{
        margin-bottom: 0;
    }
    .product-info-main .product-options-bottom .box-tocart .fieldset{
        margin-bottom: 10px;
    }
}
@media (min-width:1024px){
    .page-layout-1column .column-prod-grid-3 .block.widget .products-grid .product-item{
       width: calc((100% - 4%) / 3);
    }
}
@media (min-width:1200px){
    .custom-banner .page-title-wrapper-banner.product .page-title {
        font-size : 50px;
    }
}
@media (min-width: 1400px){
    .catalog-product-view #maincontent{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px){
    .banner-bottom-content-container{
        bottom: 0;
    }
    .product-page-title {
        line-height: 34px;
        font-size: 26px;
    }
    .product-info-main .box-tocart{
       padding-top: 110px;
    }
    .product-info-main .product-options-bottom .product-info-price{
       padding:0;
    }
}

@media (max-width: 576px){
    .product-add-form .box-tocart .actions>*, 
    .product-add-form .box-tocart .actions .product-page-designer, 
    .product-add-form .box-tocart .actions .product-page-design-upload, 
    .product-add-form .box-tocart .actions .product-page-design-popup{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .product-options-wrapper .field .control, 
    .product-options-bottom .box-tocart .field.qty .control, 
    .product-options-wrapper .field .label, 
    .product-options-bottom .box-tocart .field.qty .label{ 
        width: 100% !important;
    }
    .banner-bottom-content-container{
        position: relative;
    }
    .catalog-product-view .product.media{
        margin-top: 0;
    }
    .product-page-canva, .product-page-etsy{
        display: none;
    }
    .product-page-canva-mobile, .product-page-etsy-mobile{
        display: block;
    }
    .product-page-canva-mobile button, .product-page-etsy-mobile button{
        padding: 0;
        border-radius: 0;
        border: none;
    }
    .product-page-canva-mobile button img, .product-page-etsy-mobile button img{
        display: block;
    }
} 