.card-header {
    background: #6fbe4a;
}
#product_info .page-header h1 small {
  display: none;
}
.fal:before, .far:before {
    font-family: "Font Awesome 6 Pro";
}
.top-header .header-search ul li a{ color: #000;font-size: 16px;}
.img-thumbnail {
    padding: .0rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

#welcome_products {
 background-color: #FFFFFF;
}

#welcome_products ul {
 float: left;
 list-style: none;
 padding: 0;
 margin: 0;
 font-size: 11px;
 width: 152px;
 line-height: 1.4em;
}

#welcome_products ul.last {
 width: auto;
}

#welcome_products li {
 text-align: left;
}

#welcome_products a {
 color: #555555;
 text-decoration: none;
}

#welcome_products a:hover {
 color: #0078ae;
 text-decoration: underline;
}

.bordered {
 border: 1px solid #B5B6B7;
}

.border_left {
 border-left: 1px solid #B5B6B7;
}

.border_right {
 border-right: 1px solid #B5B6B7;
}

.rounded {
 behavior: url(/css/border-radius.htc);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 border-radius: 5px;
}

.rounded_bottom {
 behavior: url(/css/border-radius.htc);
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.rounded_top {
 behavior: url(/css/border-radius.htc);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.shadowed {
 box-shadow: 0 0 5px #BBBBBB;
  -moz-box-shadow: 0 0 5px #BBBBBB;
  -webkit-box-shadow: 0 0 5px #BBBBBB;
}

.margin_auto {
 margin: 0 auto; 
}

.center {
 text-align: center;
}

.left {
 text-align: left;
}

.right {
 text-align: right;
}

.clear {
 clear: both;
}

.f_left {
 float: left;
}

.f_right {
 float: right;
}

.bold {
 font-weight: bold;
}

.abs {
 position: absolute;
}

.rel {
 position: relative;
}

.blue {
 color: #0079b0;
}

.red {
 color: #B10E10;
}

.green {
 color: #599F00;
}

.orange {
 color: #B10E10;
}

.gray {
 color: #808082;
}

.white_bg {
 background-color: #FFFFFF;
}

.gray_bg {
 background-color: #fff;
}

.borderR {
 border-right: 1px solid #AAA;
}

.borderL {
 border-left: 1px solid #AAA;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.header-content .header-section2 .products {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-content .header-section2 .products img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
    -webkit-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    -moz-filter: blur(0px);
}
.header-content .header-section2 .products:hover img {
    -moz-transform: translate(20px, 15px);
    -o-transform: translate(20px, 15px);
    -ms-transform: translate(20px, 15px);
    -webkit-transform: translate(20px, 15px);
    transform: translate(20px, 15px);
}
.header-content .header-section2 .products.product1 {
    background-image: url(/images/contentimages/images/t_shirt_bg.jpg);
}
.header-content .header-section2 .products.product2 {
    background-image: url(/images/contentimages/images/product2_banner.jpg);
}
.header-content .header-section2 .products.product3 {
    background-image: url(/images/contentimages/images/t_shirt_bg.jpg);
}
.header-content .header-section2 .products.product4 {
    background-image: url(/images/contentimages/images/mug_bg.jpg);
}
 
.header-content  .header-section2 a.btn-outline-info {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-radius: 24px;
}
.header-content .header-section2 a.btn-outline-info i {
    visibility: hidden;
    opacity: 0;
    color: #000;
}
.header-content .header-section2 a.btn-outline-info:hover, .header-content .header-section2 a.btn-outline-info:focus, .header-contente .header-section2 a.btn-outline-info:active{
    color: #000;
    background: transparent;
    padding: 0.5rem 1.5rem;
}
.header-content .header-section2 a.btn-outline-info:hover i, .header-content .header-section2 a.btn-outline-info:focus i, .header-content .header-section2 a.btn-outline-info:active i{visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.fotter_bottom ul.list-unstyled > li{flost:none; width:100%;}
.fotter_bottom ul li a i{position:static;}
.fotter_bottom ul li a:hover, .fotter_bottom ul li a:focus{padding-left:0;}
.fotter_bottom h4 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1rem !important;
    padding-bottom: 0.8rem;
    color: #777777;
}
/*.footer-content h4:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 55px;
    background: #6fbe4a;
}*/
.footer-content .subscriber .card{border:0;}
.footer-content .subscriber .card .card-header{background: transparent; padding:0; border-bottom:0;}
.footer-content .subscriber .card .card-body{padding:0.5rem 0 0;}
.middle-footer-content .main_title { text-align: center;}
.middle-footer-content .main_title h2 {
    position: relative;
    padding-bottom: 0.625rem;
    font-size: 40px;
}
.middle-footer-content .main_title h2:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #6fbe4a;
    margin: 0 auto;
}
.personalize_products .personalize-box .card .card-body {
    padding: 3.125rem 0.938rem 0 !important;
}
.personalize_products .personalize-box .card .card-body h3{font-size: 25px;}
.personalize_products .personalize-box .card .card-body p, .we_can_section .card p{font-size:16px;}
.we_can_section {
    background: #eef3ec;
}
.middle-footer-content .card .thumbnail img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.middle-footer-content .card:hover .thumbnail img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.we_can_section .card-body, .client_testimonial_section .card-body {
    padding: 1.8rem 1.8rem;
}
.we_can_section .card h3{font-size:20px;}
.we_can_section .card {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.we_can_section .card:hover {
    -webkit-box-shadow: 0px 8px 30px 0px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 8px 30px 0px rgb(0 0 0 / 45%);
}
.we_can_section .card .thumbnail:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.client_testimonial_section .testimonial_text {
    padding: 1.875rem 1.875rem;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 5%);
}

.client_testimonial_section .testimonial_text:after {
    content: " ";
    display: block;
    position: absolute;
    background-image: url(/images/contentimages/images/slant.png);
    background-size: cover;
    bottom: 18px;
    left: 15px;
    width: 24px;
    height: 31px;
}

.client_testimonial_section small {
    color: #333333;
    padding-top: 1.25rem;
    display: block;
    padding-left: 3.125rem;
    position: relative;
    font-size: 18px;
}
.client_testimonial_section small:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #078c7a;
    display: block;
    position: absolute;
    top: 29px;
    left: 35px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.middle-footer-content .subscribe_section {
    background: url(/images/contentimages/images/subscribe_banner.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 6.1875rem 0;
}
.middle-footer-content .subscribe_section h2 {font-size: 25px; font-family: "proxima_nova_alt_rgregular", sans-serif;}

.middle-footer-content .subscribe_section h3 {font-size: 40px; font-size: 2.5rem;  margin: 2.125rem 0;}
.middle-footer-content .subscribe_section p { font-size: 18px;}
.partner_section{padding: 6.1875rem 0;}
.partner_section .partner_logo div img{
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.partner_section .partner_logo .slick-arrow.slick-prev:before, .partner_section .partner_logo .slick-arrow.slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 40px;
    line-height: 0.2;
    color: #6fbe4a;
    opacity: 1;
    font-weight: 300;
}
.partner_section .partner_logo .slick-arrow.slick-prev:before { content: "";}
.partner_section .partner_logo .slick-arrow.slick-next:before{content: "";}
.top-header ul li {
    margin: 0 !important;
}
.top-header ul li a{font-size:20px;}
.home-header {
    display: none;
}
@media only screen and (max-width: 1199px){
    .middle-footer-content .subscribe_section{padding: 3.125rem 0;}
    .middle-footer-content .subscribe_section h3{font-size:28px; margin: 0.938rem 0;}
    .partner_section{padding: 3.125rem 0;}
    .partner_section .partner_logo .slick-arrow.slick-prev:before, .partner_section .partner_logo .slick-arrow.slick-next:before{font-size:26px;}
}

@media only screen and (max-width: 991px){
    .middle-footer-content .main_title h2 { font-size: 22px;}
    .header-content h2 {font-size: 32px;}
    .we_can_section .card-body, .client_testimonial_section .card-body{padding: 1.8rem 1rem;}
    .client_testimonial_section .testimonial_text{font-size:16px; padding: 1.875rem 1rem;}
    .partner_section .partner_logo .slick-arrow.slick-next{right:0;}
    .partner_section .partner_logo .slick-arrow.slick-prev{left:0;}
}
@media only screen and (max-width: 767px){
    .middle-footer-content .subscribe_section h2{font-size:18px;}
    .middle-footer-content .subscribe_section h3{font-size:20px;}
}

.btn-info {
    background: #6fbe4a;
    border-color: #6fbe4a;
    color: #fff;
}

.media-filter li a:hover, .media-filter li a.selected {
    background: #6fbe4a !important;
    color: #ffffff !important;
}
.card-title {
  color: #fff;
}
/* Oscar Q CSS */
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.width-980 {
    max-width: 980px;
}

.text-coner-overlay, .position-img-bottomcorner {
    position: relative;
}

.text-coner-overlay h3 {
    margin-bottom: 3px;
}

.text-coner-overlay h4 {
    color: #6fbe4a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

.text-coner-overlay p {
    font-size: 14px;
    color: #868686;
    margin-bottom: 8px;
}

.green-btn, .animated-hover button {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 8px 18px;
    background: #6fbe4a;
    display: inline-block;
    min-width: 130px;
    border: none;
    outline: none;
}

 .red-btn, .animated-hover button {
                color: #fff;
                text-align: center;
                font-size: 15px;
                padding: 8px 18px;
                background: #f05c5c;
                display: inline-block;
                min-width: 130px;
                border: none;
                outline: none;
            }

.border-radius-btn {
    border-radius: 6px;
}

.full-width-btn {
    width: 100%;
    min-width: 100%;
}

.green-btn:hover, .animated-hover button:hover {
    background: #777;
    color: #fff
}

.text-coner-overlay .overlay-content {
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
}

.text-coner-overlay h3 {
    font-size: 15px;
}

.text-coner-overlay h3, .headline-title, .headline-title-large {
    font-weight: bold;
    text-transform: uppercase;
}

.headline-title {
    font-size: 17.5px;
}

.headline-title-large {
    font-size: 21px;
}

.product-card {
    position: relative;
}

.product-card .green-btn {
    position: absolute;
    font-weight: bold;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.position-img-bottomcorner {
    margin-bottom: 55px;
}

h4.headline-title {
    font-size: 13.5px;
}

.position-img-bottomcorner .img-bottomcorner {
    position: absolute;
    bottom: -45px;
    left: 15px;
}

.bg-darl-blue {
    color: #fff;
    background-color: #062B40;
}

.bg-darl-blue p a {
    color: #fff;
    text-decoration: underline;
}

.wrap-logo {
    float: left;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
}

.align-items-flex {
    display: flex;
    align-items: center;
}

h3.font-size-l {
    font-size: 27px;
}

ul.icon-li-check {
    padding-left: 0px;
}

ul.icon-li-check li {
    list-style: none;
    margin-left: 28px;
    position: relative;
}

ul.icon-li-check li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: -28px;
    top: 3px;
}

.animated-hover {
    margin-bottom: 16px;
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
}

.animated-hover::after, .animated-hover::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    transition: opacity .35s, transform .35s
}

.animated-hover::before {
    z-index: 1;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: scale(0, 1)
}

.animated-hover::after {
    z-index: 1;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.animated-hover .wgt-catalog-item-link {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.animated-hover img {
    width: 100%;
    max-height: 362.5px;
}

.animated-hover .wgt-catalog-item-desc-container {
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 5;
}

.animated-hover .wgt-catalog-item-text, .animated-hover .wgt-catalog-item-button {
    color: #fff;
}

.animated-hover::after, .animated-hover::before {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
}

.animated-hover::after {
    z-index: 1;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: scale(1, 0);
}

.animated-hover p, .animated-hover:hover p, .animated-hover h3 {
    color: #fff;
}

.social-network {
    padding-left: 0;
    list-style: none;
    display: block;
    width: 100%;
}

.social-network li {
    display: inline-block;
    float: left;
    margin-right: 14px;
    font-size: 25px;
}

.form-wrap input {
    border-radius: 6px;
    border: 1px solid #CBCEDA;
    padding: 7px 10px;
}
.home_page_body .body-container {
    padding: 0 !important;
}
#footersubscribe_sidebar {border:0; margin-bottom:0.5rem !important;}
#footersubscribe_sidebar .card-header {border:0; background:transparent; padding:0;}
#footersubscribe_sidebar .card-body {padding:0;}
#footersubscribe_sidebar .card-body form {display:flex; flex-wrap:wrap; align-items: flex-start;}
#footersubscribe_sidebar .card-body form .help-block {order:-1; width:100%; margin-top:0.5rem;}
#footersubscribe_sidebar .card-body form .btn-primary {border-radius:0 6px 6px 0; padding: 0.6rem 1rem;}
#footersubscribe_sidebar .card-body form .input-group-require {position: absolute; right: 5px;}
@media (max-width:430px) {
    .animated-hover h3.headline-title {
        font-size:14.5px;
    }
    .animated-hover .wgt-catalog-item-desc-container {
        top: 26px;
    }
    .animated-hover p {
        font-size:12.5px;
    }
}

@media (max-width:768px) {
    .animated-hover .wgt-catalog-item-text, .animated-hover .wgt-catalog-item-button {
        opacity: 1;
    }

}

@media (min-width:768px) {
    .animated-hover .wgt-catalog-item-desc-container {
        top: 105px;
    }

    .animated-hover .wgt-catalog-item-text, .animated-hover .wgt-catalog-item-button {
        opacity: 0;
    }

}

@media (max-width:768px) {
.steps ul li:after{width:40px;}}
@media screen and (min-width:992px) {
    .animated-hover .wgt-catalog-item-button, .animated-hover .wgt-catalog-item-text, .animated-hover .wgt-catalog-item-title {
        width: 100%;
        transition: all .35s, transform .35s;
        transform: translate3d(0, 20px, 0)
    }

    .animated-hover:hover::after, .animated-hover:hover::before {
        opacity: 1;
        transform: scale(1)
    }

    .animated-hover:hover .wgt-catalog-item-button, .animated-hover:hover .wgt-catalog-item-text, .animated-hover:hover .wgt-catalog-item-title {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    .animated-hover .wgt-catalog-item-desc-container {
        top: 65px;
    }

}

@media (min-width:1200px) {
    .animated-hover .wgt-catalog-item-desc-container {
        top: 85px;
    }

}

@media (min-width:1600px) {
    .animated-hover .wgt-catalog-item-desc-container {
        top: 155px;
    }

    .width-980 {
        max-width: 1080px;
    }

}
.btn-img-text.upload-design {
    background: #6fbe4a;
}

.btn-img-text.upload-design i {
    background: #43772b !important;
}
.btn-img-text.upload-design i:after {
    border-color: transparent transparent transparent #589d38;
}
.btn-img-text.custom-design {
    background: #254f6b;
}
.btn-img-text.custom-design i {
    background: #052a3f !important;
}
.btn-img-text.custom-design i:after {
    border-color: transparent transparent transparent #052a3f;
}
.btn-img-text.browse-design {
    background: #254f6b;
}
.btn-img-text.browse-design i {
    background: #052a3f !important;
}
.btn-img-text.browse-design i:after {
    border-color: transparent transparent transparent #052a3f;
}
.btn-img-text.ico-quote-design {
    background: #254f6b;
}
.btn-img-text.ico-quote-design i {
    background: #052a3f !important;
}
.btn-img-text.ico-quote-design i:after {
    border-color: transparent transparent transparent #052a3f;
}
.iframe-container{   position: relative;   width: 100%;   padding-bottom: 56.25%;    height: 0; } .iframe-container iframe{   position: absolute;   top:0;   left: 0;   width: 100%;   height: 100%; } 

.bg-primary {
    background-color: #052a3f !important;
}

.awesome-bar_container {
    display: block;
    margin: 0 auto;
    max-width: 100em;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
}
.btn-link:hover, .btn-link:focus {
    color: #ffffff;
}
 
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #6fbe4a;
    border-radius: 0.3rem;
  }
  
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
}
.steps ul li a{display:inline-block;}

.w-50 {
    width: 50% !important;
  }
.img-fluid {
    max-width: 100%;
    height: auto;
}
.btn-img-text.custom-design:hover {
  background: #589d38;
}
.btn-img-text.upload-design:hover i::after {
  border-color: transparent transparent transparent #6fbe4a;
}
.btn-img-text.upload-design:hover {
  background: #43772b !important;
}
.btn-img-text.upload_design:hover i::after {
  border-color: transparent transparent transparent #6fbe4a;
}
.btn-img-text.upload-design:hover i {
  background: #6fbe4a !important;
}
.pay_title {
    color: black !important;
}