/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.custom-pos-2{
    margin-left: 10rem;
    margin-bottom: 11rem;
}
.custom-pos-2 .porto-u-sub-heading{
    color: #0d3b66;
    font-size: 24px;
    line-height: 36px;
}
.custom-pos-2 .porto-u-sub-heading strong{
    font-size: 36px;
}
.porto-u-main-heading a {
    color: #fff;
    text-transform: none;
}
.main_banner_right_vertical .porto-u-main-heading h2{
    font-size: 1rem!important;
}
.main_middle_top_banner, .main_middle_bot_banner{
    text-shadow:
	-1px -1px 0 #0d3b66,
	1px -1px 0 #0d3b66,
	-1px  1px 0 #0d3b66,
	1px  1px 0 #0d3b66;
}
.main_middle_bot_banner a{
    text-shadow: none;
}
.main_middle_top_banner .vc_btn3, .main_middle_bot_banner .vc_btn3, .main_right_banner .vc_btn3, .main_left_banner .vc_btn3{
    border: 1px solid #fff;
}

#btn_generate_artwork{
    border-radius: 0.3rem;
    padding: 0.77rem 1.4rem;
    font-weight: 600;
    font-size: 0.875rem;
}

.filter-item-list .filter-item{
    background-color: #F2F2F2;
    color: #223E4E;
}
.filter-item-list li.active .filter-item{
    background-color: #0d3b66;
}
.single_add_to_cart_button{
    background-color: #39a995;
}
.my-product-features {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.my-product-features li {
  margin: 8px 0;
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  color: #333;
}
.my-product-features li::before {
  content: "✔"; /* Unicode pipa */
  color: #39a995; /* Zöld */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.add_to_cart_button{
    border-radius: 8px;
    border: 1px solid #fff;
}


@media (max-width: 1399px) {
}

@media (max-width: 1219px) {
    .custom-pos-2{
	margin-left: 8rem;
	margin-bottom: 9rem;
    }
    .custom-pos-2 .porto-u-sub-heading{
	font-size: 18px;
	line-height: 24px;
    }
    .custom-pos-2 .porto-u-sub-heading strong{
	font-size: 24px;
    }
}

@media (max-width: 991px) {
    .custom-pos-2{
	margin-left: 7rem;
	margin-bottom: 7rem;
    }
    .custom-pos-2 .porto-u-sub-heading{
	font-size: 16px;
	line-height: 24px;
    }
    .custom-pos-2 .porto-u-sub-heading strong{
	font-size: 21px;
    }
}

@media (max-width: 767px) {
    .custom-pos-2{
	margin-left: 9rem;
	margin-bottom: 10rem;
    }
    .custom-pos-2 .porto-u-sub-heading{
	font-size: 16px;
	line-height: 24px;
    }
    .custom-pos-2 .porto-u-sub-heading strong{
	font-size: 24px;
    }
}

@media (max-width: 575px) {
}