/*--- GLOBAL ---*/

html {
    scroll-behavior: smooth;
}

body {background-color: #FCFCFC; }

body, select, button, input, textarea {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    font-size: 16px;
    color: #7A797A;
}

body.page-template-page-about .site-content {
    margin: 0 !important;
    padding: 35px 0 50px;
}

.contact b {
    font-size:18px;
}

b {
     font-family: 'Ubuntu', sans-serif !important;
    margin:0 !important;
    color:#2E2E2E;
    font-weight: 500;
}

p {
     font-family: 'Ubuntu', sans-serif !important;
    margin:0 !important;
    color:#2E2E2E;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    margin:0 !important;
    line-height: 1.2 !important;
}

h2 {
    font-weight: 500;
    color: #A237FC;
    font-size: 36px;
}

h3 {
    font-size:36px;
    color:#2E2E2E;
    line-height: 1.2;
    padding-bottom:15px;
}

h4 {
    font-size:36px;
    color:#2E2E2E;
    text-align: center;
    padding-bottom:15px;
}

.underline {
    text-decoration: underline;
}

p.subheader {
    font-size:18px !important;
    font-weight: 300;
    color:#818181;
    text-align: center;
    text-transform: uppercase;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { /* WebKit browsers */
    color: #818181 !important;
}

body.home .site-content {
    margin: 0 !important;
    padding: 0;
}

.single-product .site-content {
    margin: 0 !important;
    padding: 0;
}

.site-content {
    margin: 0 !important;
    padding: 35px 0 50px;
}

.doszklarni-container {
    padding-left:0 !important;
    padding-right:0 !important;
}

.container {
    max-width:1200px !important;
    width:90% !important;
    margin:auto;
    padding-left:0;
    padding-right:0;
}

.container.flex_box::after {
    display:none;
}

/*--- MARGINS ---*/

.-mb-30 {
    margin-bottom:30px !important;
}

.-mt-20 {
    margin-top:20px !important;
}

.-mt-80 {
    margin-top:80px !important;
}

.-pt-10 {
    padding-top:10px !important;
}

.-pt-20 {
    padding-top:20px !important;
}

.-pt-40 {
    padding-top:40px !important;
}

.-pb-10 {
    padding-bottom:10px !important;
}

.-pb-20 {
    padding-bottom:20px !important;
}

/*--- FLEX ---*/

.flex_box {
    display:grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.flex_box_1-2 {
    display:grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-items: center;
}

.flex_col1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flex_col2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.wrapper {
    box-sizing: content-box;
    display:flex;
    justify-content: space-between;
    
}

.media_container {
    box-sizing: content-box;
    display:flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px !important;
    margin:0 auto;
}

.grid-container-50 {
    display:grid;
}

.grid_container-34 {
    display:grid;
    grid-template-columns: 1fr 1.5fr;
}

.media_item {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.media_column {
    width:50%;
    position: relative;
}

.right_column .media_column {
    width:45%;
    position: relative;
}

.content_column {
    width:45%;
    position: relative;
}

 .right_column .content_column {
    width:50%;
    position: relative;
}

/*--- BREADCRUMBS ---*/

a.home_bread {
    display:flex;
    float: left;
}

a.home_bread::before {
    content: url("http://doszklarni.pl/wp-content/uploads/2022/02/home.svg");
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;
    top: 2px;
    position: relative;
}

a.home_bread::after {
    content: "\203A";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 9px;
    position: relative;
}

.item-bread:first-child::before {
    content: url("http://doszklarni.pl/wp-content/uploads/2022/02/home.svg");
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;
    top: 2px;
    position: relative;
    float: left;
}

.doszklarni-breadcrumb .delimiter {
  color: #212121;
  padding: 0 8px 0 4px;
}

/*--- BUTTONS ---*/

.purple-btn a {
    font-size:18px;
    background:#A237FC;
    color:#FFF;
    border-radius:50px;
    padding: 15px 35px;
    display: inline-block;
    box-shadow: 0px 10px 15px rgba(162,55,252,0.15);
    transition: all 0.2s ease-out;
}

.purple-btn a:hover {
    background:#D13AFC;
    box-shadow: 0px 3px 5px rgba(209,58,252,0.3);
    transition: all 0.2s ease-out;
    transform: translateY(1px) !important;
}

.pink-btn a {
    font-size:18px;
    background:#D13AFC;
    color:#FFF;
    border-radius:50px;
    padding: 15px 35px;
    display: inline-block;
    box-shadow: 0px 10px 15px rgba(162,55,252,0.15);
    transition: all 0.2s ease-out;
}

.pink-btn a:hover {
    background:#EB37FC;
    box-shadow: 0px 3px 5px rgba(209,58,252,0.3);
    transition: all 0.2s ease-out;
    transform: translateY(1px) !important;
}

.white-btn a {
    font-size:18px;
    background:#FFF;
    color:#464646;
    border-radius:50px;
    padding: 15px 35px;
    display: inline-block;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transition: all 0.2s ease-out;
}

.white-btn a:hover {
    background:#d6d6d6;
    color:#464646;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
    transition: all 0.2s ease-out;
    transform: translateY(1px) !important;
}

.noprice-btn a {
    font-size:16px;
    background:#A237FC;
    color:#FFF;
    border-radius:50px;
    padding: 10px 30px;
    display: inline-block;
    box-shadow: 0px 10px 15px rgba(162,55,252,0.15);
    transition: all 0.2s ease-out;
}

.noprice-btn a:hover {
    background:#D13AFC;
    box-shadow: 0px 3px 5px rgba(209,58,252,0.3);
    transition: all 0.2s ease-out;
    transform: translateY(1px) !important;
}

/*--- INLINE BUTTONS ---*/

.inline_buttons {
    display:flex;
    justify-content: center;
}

.inline_buttons .left-btn {
    margin-right:20px;
}

/*--- 404 ---*/

.error-more {
  font-size:24px;
}

.error-page {
  display:grid;
  grid-template-columns: 1fr 1.5fr;
  justify-items: center;
  align-items: center;
  column-gap: 30px;
}

.error-page img {
}

/*--- KATEGORIE ---*/

#category_box {
    position:absolute;
    z-index: 9;
    background-color: #FFF;
    color:#2D2D2D;
    border-radius: 12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    padding:40px 70px;
    right:0;
    margin-right: 20px;
    top:270px;
}

#category_box h3 {
    text-align:center;
    font-weight: bold;
}

#category_box p {
    font-size:30px;
    font-weight: normal;
    text-align:center;
}

#category_box a:hover {
    color:#2D2D2D;
}

.box_col {
    float:left;
    padding: 20px 60px;
    transition: all 0.2s ease-out;
    opacity:1;
}

.box_col:hover {
    transition: all 0.2s ease-out;
    transform: translateY(2px) !important;
    opacity:0.7;
}



.box_col img {
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
}


/*--- SLIDER ---*/

.doslider {
    background-size: cover;
}

.slider-content {
    max-width:1200px !important;
    width:90% !important;
    margin:auto;
    padding:150px 0;
}

.adv .slider-content {
    padding:0;
}

.adv .bx-wrapper {
    margin-bottom:0 !important;
    margin-top:50px;
}

h2.slider_header {
    font-size:18px;
    font-weight: 800;
    color: #FFF !important;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    text-transform: uppercase;
}

.slider-content p {
    font-size:42px;
    font-weight: 800;
    color: #FFF;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    text-transform: none;
    line-height: 1.2;
    width:40%;
}

.slider-content a.link {
    font-size:18px;
    background:#FFF;
    color:#464646;
    border-radius:50px;
    padding: 15px 35px;
    margin-top:20px;
    display: inline-block;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    transition: all 0.2s ease-out;
}

.slider-content a.link:hover {
    background:#A237FC;
    color:#FFF;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    transition: all 0.2s ease-out;
    transform: translateY(1px) !important;
}

.bx-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom:20px !important;
}

/*--- FEATURED ---*/

.featured_products {
    padding-top: 70px;
}

.featured_list {
    padding:20px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.featured_product {
    text-align: center;
    padding:60px 50px;
    float:left;
    margin: 20px 10px;
    border-radius:12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    transition: all 0.2s ease-out;
    background: #FFF;
}

.featured_product:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.35);
    transition: all 0.2s ease-out;
    transform: translateY(3px) !important;
}

.featured_product h3 {
    font-size:18px;
    color:#2E2E2E;
    font-weight: 300;
}

.featured_product bdi {
    font-size:18px;
    color:#2E2E2E;
    font-weight: 600;
}

del bdi {
  font-size: 14px !important;
  display: block;
}

.image_box {
    height:150px;
    width:auto;
    display:inline-block;
    margin-bottom:20px;
}
.image_box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/*--- PUNKTY ---*/

.points_container {
    background-color: #FFF;
    text-align: center;
    padding:120px 0 120px;
    margin:90px 0 70px;
    border-top:1px solid #E9E9E9;
    border-bottom:1px solid #E9E9E9;
}

.points_container p {
    font-weight: 300;
    font-size:20px;
}

.points_col1 {
}

.points_col2 {
}

.points_container a {
    font-size:18px;
    background:#A237FC;
    color:#FFF;
    border-radius:50px;
    padding: 15px 35px;
    margin-top:20px;
    display: inline-block;
    box-shadow: 0px 10px 15px rgba(162,55,252,0.15);
    transition: all 0.2s ease-out;
}

.points_container a:hover {
    background:#D13AFC;
    color:#FFF;
    display: inline-block;
    box-shadow: 0px 3px 5px rgba(209,58,252,0.3);
    transition: all 0.2s ease-out;
    transform: translateY(1px) !important;
}

/*--- NEW PRODUCTS ---*/

.new_product {
    text-align: center;
    width:23%;
    padding:60px 50px;
    float:left;
    margin: 20px 10px;
    border-radius:12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    transition: all 0.2s ease-out;
    background: #FFF;
}

.new_product:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.35);
    transition: all 0.2s ease-out;
    transform: translateY(3px) !important;
}

.new_product h3 {
    font-size:18px;
    color:#2E2E2E;
    font-weight: 300;
}

.new_product bdi {
    font-size:18px;
    color:#2E2E2E;
    font-weight: 600;
}

.image_box {
    height:150px;
    width:auto;
    display:inline-block;
}

.image_box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/*--- DLACZEGO MY ---*/

.dlaczego_container {
    background-color: #FFF;
    text-align: left;
    padding:50px 0;
    margin:70px 0;
    border-top:1px solid #E9E9E9;
    border-bottom:1px solid #E9E9E9;
}

.why {
    display:grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
}

.one_box {
    background-color: #FFF;
    padding:25px 35px;
    margin: 0px 12px;
    border-radius:12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    transition: all 0.2s ease-out;
}

.one_box:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.35);
    transition: all 0.2s ease-out;
    transform: translateY(3px) !important;
}

.one_box img {
    float:left;
    margin-right:25px;
}

.one_box p {
    font-size:20px;
    font-weight: 400;
    color:#2E2E2E;
}

/*--- NEWSLETTER ---*/

.newsletter_container {
    margin:0 auto;
    padding: 0px 0 70px;
}

.newsletter_container p.subheader {
    text-align:left;
}

.newsletter_col1 {
}

.newsletter_col1 img {
}

.newsletter_col2 {
}


.tnp-subscription {
    margin: 0 !important;
    max-width: 100%;
}

.tnp-email {
    background: #FFF !important;
    border: 1px solid #eaeaea !important;
    padding: 35px 40px !important;
    font-size: 18px !important;
    border-radius: 50px !important;
}

.newsletter_form {
    position:relative !important;
}

.tnp-submit {
    background-color: transparent !important;
    border:none !important;
    position: absolute;
    top:30px;
    right:30px;
    padding:10px !important;
}


/*--- FOOTER ---*/

#main-footer {
    width:100% !important;
    background-color: #FFF;
    border-top:1px solid #E9E9E9;
    border-bottom:1px solid #E9E9E9;
    display:inline-block;
}

#main-footer .doszklarni-container {
    width:100% !important;
    max-width:100%;
}

.footer {
    width:85% !important;
    max-width:100%;
    margin:0 auto;
    padding:70px 0;
    display:grid;
    grid-template-columns: repeat(4,1fr);
    column-gap:100px;
}

.footer-sidebar ul.sub-menu {
    display: none;
}

.footer-sidebar:last-child {
    margin-right:0px;
}

h3.widget-title {
    font-size:24px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
}

.widget ul.menu a {
    line-height: 46px;
    font-weight: 300;
    font-size: 18px;
}

.widget ul.menu a:hover {
    color:#A237FC;
}

.footer_contact {
    padding-top:30px;
}

p.contact_data {
    padding:20px 0;
}

.textwidget p {
    font-size:18px;
    font-weight: 300;
    color:#2D2D2D;
}

.so_icons {
    margin-right:10px;
    width:29px;
    height:29px;
}

.site-info {
    padding: 30px 0;

}

p#footer_info{
    color:#2D2D2D !important;
    font-size:18px;
}

#scroll-to-top {
    bottom: 25px;
    right: 25px;
    color: #A237FC;
    background: #FFF;
    border: 1px solid #e6eaff;
    border-radius: 0 !important;
    box-shadow: 0px 20px 30px -6px rgba(87,0,160,0.25);
    transition: all 0.2s ease-out;
}

#scroll-to-top .doszklarni-svg-icon {
    color: #A237FC !important;
}

#scroll-to-top:hover {
    box-shadow: 0px 3px 5px rgba(87,0,160,0.55);
    transition: all 0.2s ease-out;
    transform: translateY(3px) !important;
}

/*--- O NAS ---*/

.about_container {
   display: flex;
   flex-direction: column;
}

.about_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_padding {
    padding-left:50px;
}

.nutri_box {
    padding:90px 50px;
    background-size: cover !important;
    border-radius: 12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    margin-bottom:70px;
    column-gap: 50px;
}

.nutri_col1 {
    flex-direction: row;
    margin-right:10px;
}

.nutri_col1 img {
    width:260px;
}

.nutri_col2 {
    background: #FFF;
    padding: 40px 50px;
    font-weight: 300;
    color:#2E2E2E;
    border-radius: 12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.15);
}

.nutri_col2 a.nutri_btn  {
    font-size:18px;
    background:#A237FC;
    color:#FFF;
    border-radius:50px;
    padding: 15px 35px;
    margin-top:20px;
    display: inline-block;
    box-shadow: 0px 10px 15px rgba(162,55,252,0.15);
    transition: all 0.2s ease-out;
}

.nutri_col2 a.nutri_btn:hover {
    background:#D13AFC;
    color:#FFF;
    box-shadow: 0px 3px 5px rgba(209,58,252,0.3);
    transition: all 0.2s ease-out;
}

/*--- NASZ CEL ---*/

.mission {
    margin-bottom:40px;
}

.about h2, .mission h5 {
    font-weight: 500;
    color:#A237FC;
    font-size:36px;
}

.media_column.logo {
    justify-content: center;
    display: flex;
}

/*--- CONTACT ---*/

.contact_form {
    border-radius:12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    transition: all 0.2s ease-out;
    background: #FFF;
}

.data_padding {
    padding:25px 45px;
    display: table;
}

.data_padding:last-child {
    padding:0px 45px;
    display: table;
}

.office {
    border-radius:12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    transition: all 0.2s ease-out;
    background: #FFF;
}

.office b::before {
    content: url(http://doszklarni.pl/wp-content/uploads/2022/03/support.svg);
    top: 4px;
    padding-right: 10px;
    position: relative;
}

.contact_hours b::before {
    content: url(http://doszklarni.pl/wp-content/uploads/2022/03/hours.svg);
    top: 3px;
    padding-right: 10px;
    position: relative;
}

.contact_address b::before {
    content: url(http://doszklarni.pl/wp-content/uploads/2022/03/address.svg);
    top: 3px;
    padding-right: 10px;
    position: relative;
}

.contact_form {
    text-align:center;
    padding: 60px 60px 30px;
    border-radius:12px;
    margin-top: -50px;
    z-index:9;
}

.contact_form label {
}

.contact_form input {
    padding:10px 25px;
    border-radius:12px;
    border:1px solid #D9D9D9;
    width: 100%;
    margin-bottom:20px;
    font-weight: 100;
    transition: all 0.2s ease-out;
}

.contact_form input:hover {
    border:1px solid #BCBCBC;
    transition: all 0.2s ease-out;
}

.contact_form input:focus {
    background-color: #eaeaea;
    transition: all 0.2s ease-out;
}

.contact_form textarea {
    padding:10px 25px;
    border-radius:12px;
    border:1px solid #D9D9D9;
    width: 100%;
    height: 200px;
    margin-bottom:15px;
    font-weight: 100;
    transition: all 0.2s ease-out;
}

.contact_form textarea:hover {
    border:1px solid #BCBCBC;
    transition: all 0.2s ease-out;
}

.contact_form textarea:focus {
    background-color: #eaeaea;
    transition: all 0.2s ease-out;
}

input[type="submit"] {
    font-size:18px;
    background:#A237FC;
    color:#FFF;
    border-radius:50px;
    padding: 15px 35px;
    margin-top:20px;
    display: inline-block;
    box-shadow: 0px 10px 15px rgba(162,55,252,0.15);
    transition: all 0.2s ease-out;
    width: auto;
    float: left;
}

input[type="submit"]:hover {
    background:#D13AFC;
    color:#FFF;
    display: inline-block;
    box-shadow: 0px 3px 5px rgba(209,58,252,0.3);
    transition: all 0.2s ease-out;
}

/*--- SHOP ---*/

.woocommerce-shop h1.entry-title {
    display: none;
}
.page-header .doszklarni-container {
    display: block;
}

.woocommerce-shop .doszklarni-breadcrumb {
    padding-top:35px;
}

.woocommerce-products-header {display: none;}

.products {
  width:100% !important;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0px 20px;
}

.product {
  width:100% !important;
}

.products .product {
    text-align: center;
    padding:20px 0;
    float:left;
    border-radius:12px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    transition: all 0.2s ease-out;
    background: #FFF;
}

.products .product:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.35);
    transition: all 0.2s ease-out;
    transform: translateY(3px) !important;
}

.product-loop-image-wrapper .product-loop-image {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 150px;
    width: auto;
    display: inline-block;
}

.nrp_apply_redemption_coupon {
    color: #A237FC;
    background-color: #FFF;
    margin-left:20px !important;
    padding:8px 20px;
}

.woocommerce-table--order-details {
  margin-bottom: 50px;
}

.wpifw-my-account-invoice {
    margin-bottom:50px;
    display: inline-block;
}

.related.products {
    display: block;
}

.related.products ul.products {
    display:grid;
    grid-template-columns: repeat(4,1fr);
}

.loop-add-to-cart-btn {
    background-color: transparent !important;
    box-shadow:none !important;
}

/*--- FILTER ---*/

h2.nav-tab-wrapper {
    display:none !important;
}

.filter__item {
  margin: 0px 0;
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
}

.filter__item:first-child {
    margin-top:0px !important;
    padding-top:0 !important;
    border-bottom: none !important;
}

.filter__item:first-child .filter__inner {
    margin-top:0 !important;
}

.filter__item:last-child {
    border-bottom: none !important;
}

.pc-range-slider__control .ui-slider-range {
  background: #D13AFC;
}

.pc-range-slider__control .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #D13AFC;
  background: #D13AFC;
  border-radius: 50px;
}

.pc-range-slider__control .ui-slider-handle:last-of-type {
  margin-left: -20px !important;
}

/*-- SINGLE PRODUCT ---*/

.single-product .content-top, .product-page-container {
    background-color: #FCFCFC;
}

#view {
    background-color: #FFF;
}

.price {
    display:grid;
}

.product-summary .price {
  padding-top: 10px;
}

.woocommerce-price-suffix {
    color:#818181;
    font-size:14px !important;
}

.single_add_to_cart_button.button {
    box-shadow: 0 10px 15px rgba(162,55,252,0.15);
    margin-top: 5px; 
}

.button:hover, .single_add_to_cart_button.button:not(.doszklarni-buy-now):hover {
    background-color:#D13AFC;
    box-shadow: 0 3px 5px rgba(209,58,252,0.3);
}

.product-images {
    background: #FFF;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    border-radius: 12px;
}

.product-images img.attachment-woocommerce_single {
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 70px;
    height: 500px;
}

.flickity-viewport {
}

.flickity-viewport img {
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
}

.doszklarni-single-product-stock {
  margin-bottom: 0;
  color: #5eb738;
  font-weight: 300;
}

.doszklarni-single-product-stock .doszklarni-single-product-stock-label {
    margin-bottom:0;
    color: #5eb738;
    font-weight: 300;
}

.woocommerce-product-details__short-description {
    padding:20px 0 !important;
}

.up-sells {
    display: block !important;
}

.up-sells .products {
}

/*--- CHECKOUT ---*/

.woocommerce-form-coupon-toggle {
  text-align: center;
}

.form-row-wide {
    padding-top:10px;
}

#ship-to-different-address{
    padding-top:20px;
}

#order_comments_field {
    padding-top:20px;
}

.woocommerce-invalid-required-field input {
outline: 1px solid #a3302a !important;
}

.woocommerce-form-login-toggle {
    text-align: center !important;
}

@media only screen and (max-width: 1235px) {
    h2, h3, h4, .about h2, .mission h5 {
        font-size:30px;
    }
    .slider-content p {
        font-size:36px;
    }
    .one_box p, .points_container p {
        font-size:18px;
    }
    .featured_products {
        padding-top:90px;
    }
    .new_product, .featured_product {
        padding: 60px 40px;
    }
    .site-header-inner {
        padding:0 50px !important;
    }
    h3.widget-title {
        font-size:20px;
    }

    /*--- SHOP PAGE ---*/
    .single-product .content-top, .product-page-container {
        background-color: #FFF;
    }

    .woocommerce .site-content, .woocommerce-page .site-content  {
        padding: 40px;
    }

    .woocommerce-shop .doszklarni-breadcrumb {
        padding:40px;
    }

    .tinv-wishlist.woocommerce, .page-id-965 .site-main, .page-id-978 .site-main, .page-id-963 .site-main {
        padding:0 0px;
    }

    .product-page-container {
        padding-bottom: 10px;
    }

    /*--- ABOUT US ---*/
    .media_item {
        padding:0 50px;
    }
    .about_padding {
        padding-left:0;
    }
}

@media only screen and (max-width: 1100px) {
    #category_box {
        display:none;
    }
    .slider-content {
        padding: 150px 100px;
    }
    .slider-content p {
        width:60%;
    }
    .featured_list {
        padding: 20px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 50px;
    }
    .new_product {
        width:100%;
    }
    .featured_products {
        padding-top: 0;
    }
    .one_box {
        display:grid;
        gap:20px;
        align-content: start;
        justify-items: center;
        text-align: center;
        padding: 25px 45px;
    }
    .one_box img {
        margin-right:0;
    }
    .footer {
        width:90% !important;
        column-gap:50px;
    }
    /*--- SHOP PAGE ---*/
    .products {
        grid-template-columns: repeat(3,1fr);
        gap: 0px 20px;
    }

    .white-btn a, .purple-btn a {
        font-size:16px;
        padding: 15px 25px;
    }

    .related.products ul.products {
        grid-template-columns: repeat(3,1fr);
        gap: 0px 20px;
    }
    .related.products ul.products li:last-child {
        display: none;
    }
}

@media only screen and (max-width: 1050px) { 
  .error-page {
    display:grid;
    grid-template-columns: 1fr;
    text-align: center;
    padding-top:20px !important;
    padding-bottom:20px !important;
  }
}

@media only screen and (max-width: 980px) {
    
    .one_box p, .points_container p {
        font-size:16px;
    }
    .why {
        column-gap:10px;
    }
    .featured_list {
        column-gap: 10px;
    }
    .footer {
        width:80% !important;
        column-gap:50px;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 100px;
    }
    /*--- SHOP PAGE ---*/
    ul.products li.product .tinvwl_add_to_wishlist_button {display: none;}

    .media_item {
        align-items: start;
        gap: 50px;
        flex-direction: column;
    }
    .media_column {
        width:40%;
        order:1;
    }
    .content_column {
        order:2;
        width:100%;
    }
    .right_column .content_column {
        width:100%;
    }
    .right_column .media_column {
        width: 15%;
    }
}

@media only screen and (max-width: 850px) { 
    .media_column {
        width:60%;
        order:1;
    }
}

@media only screen and (max-width: 850px) { 
    .grid_container-34 {
        grid-template-columns: 1fr;
    }
    .contact_form {
        margin-top: 50px;
    }
    .data {
        display:grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .data_padding:last-child {
        padding: 25px 15px;
    }
}

@media only screen and (max-width: 830px) { 
    .data {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .data_padding:last-child {
        padding: 25px 45px;
    }
}

@media only screen and (max-width: 800px) { 
    .flex_box {
        grid-template-columns: 1fr 1.5fr;
        column-gap: 50px;
    }
    /*--- SHOP PAGE ---*/
    .products {
        grid-template-columns: repeat(2,1fr);
        gap: 0px 20px;
    }
    .related.products ul.products {
        grid-template-columns: repeat(2,1fr);
        gap: 0px 20px;
    }
    .related.products ul.products li:last-child {
        display: block;
    }
    .nutri_box {
        grid-template-columns: 1fr !important;
        justify-items: start;
        gap: 50px;
    }
}

@media only screen and (max-width: 690px) { 
    .slider-content p {
        width: 100%;
    }
    .product-images img.attachment-woocommerce_single {
        padding: 30px;
    }
}

@media only screen and (max-width: 650px) { 
    .flex_box {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .points_container {
        padding: 70px 0;
    }
    .points_col1 img {
        width:20%
    }
    .newsletter_col1 img {
        width:30%;
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }
    .why {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .newsl {
        justify-items: center;
    }
    .newsletter_container p.subheader {
        text-align:center;
    }
    .media_column {
        width:100%;
    }
}

@media only screen and (max-width: 590px) { 
    .featured_list {
        grid-template-columns: 1fr;
    }
    .footer {
        width:90% !important;
    }
    p#footer_info {
        width: 60%;
        margin: 0 auto !important;
    }
     /*--- SHOP PAGE ---*/
    .products {
        grid-template-columns: 1fr;
        gap: 0px 20px;
    }
    .related.products ul.products {
        grid-template-columns: 1fr;
        gap: 0px 20px;
    }
    .data {
        display:grid;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 550px) { 
    .footer {
        width:70% !important;
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media only screen and (max-width: 500px) { 
    .slider-content {
      padding: 150px 50px;
    }
    .slider-content p {
     font-size: 30px;
    }
    .nutri_box {
        padding:0 !important;
        background:transparent !important;
    }
}

@media only screen and (max-width: 475px) {  
    .inline_buttons {
        flex-direction: column;
        gap: 20px;
    }
    .inline_buttons .left-btn {
        margin-right: 0px;
    }

    .p-first {
        width: 80%;
        margin: 0 auto !important;
    }

    .second-btn {
        display:none;
    }
}

@media only screen and (max-width: 400px) { 
    .site-header-inner {
        padding:0 10px !important;
    }
    .data_padding, .data_padding:last-child  {
        padding:25px 35px !important;
    }
    .contact_form {
        padding: 60px 35px 30px;
    }
    .button, .product-loop-image-wrapper > .added_to_cart, .woocommerce-widget-layered-nav-dropdown__submit, .checkout-button {
        border: 0;
        padding: .35em 1em;
    }
}

@media only screen and (max-width: 370px) { 
    .button, .product-loop-image-wrapper > .added_to_cart, .woocommerce-widget-layered-nav-dropdown__submit, .checkout-button {
        border: 0;
        padding: .35em 0.5em;
    }
}
