@font-face {
    font-family: Raleway;
    src: url(../unicup/font/Raleway/static/Raleway-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../unicup/font/Raleway/static/Raleway-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../unicup/font/Raleway/static/Raleway-ExtraBold.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

article, aside, details, figure, footer, header, nav, section, summary {
    display: block
}

embed, img, object {
    max-width: 100%
}

html {
    overflow-y: scroll
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    vertical-align: bottom
}

td {
    font-weight: 400;
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

.ie7 input[type=checkbox] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

input, select, textarea {
    font: 99% sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

td, td img {
    vertical-align: top
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

code, kbd, pre, samp {
    font-family: monospace, sans-serif
}

.clickable, button, input[type=button], input[type=file], input[type=submit], label {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.clearfix:after, .clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chromeframe {
    position: absolute;
    top: 0
}

body {
    font: 20px Raleway, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: #3f4040;
    background: #f9f9f9
}

body, input, select, textarea {
    color: #07283d
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .5s color;
    -moz-transition: .5s color;
    -o-transition: .5s color;
    transition: .5s color
}

a:hover {
    color: #000
}

ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: 700
}

::-webkit-input-placeholder {
    color: #3f4040;
    font-size: 15px
}

::-moz-placeholder {
    color: #3f4040;
    font-size: 20px
}

:-ms-input-placeholder {
    color: #3f4040;
    font-size: 20px
}

input:-moz-placeholder {
    color: #3f4040;
    font-size: 20px
}

#body_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.pagewidth {
    width: 1480px;
    position: relative;
    margin: 0 auto
}

.clear {
    clear: both
}

.clear_inline {
    display: inline-block;
    height: 1px;
    width: 100%;
    position: relative
}

.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px
}

.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px
}

.aligncenter {
    position: relative;
    margin: 0 auto
}

.justify_fix {
    width: 100%;
    display: inline-block;
    clear: both
}

h1, h2, h4 {
    font-size: 25px;
    display: block;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-bottom: 72px;
    color: #07283d
}

h5, h6 {
    font-size: 22px;
    display: block;
    position: relative;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 1em
}

#header {
    width: 100%;
    height: 150px;
    background-color: rgba(7, 40, 61, .78);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    justify-content: center;
    z-index: 1
}

.unicup_header_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.postid-36898 .white_info_box, .postid-36898 .single-product-related {
    display: none;
}

.countrySelectWrapper p.selectCountry {
    margin: 0 !important;
    padding: 0 !important
}

.countrySelectWrapper select {
    height: 100%
}

#place_order {
    white-space: normal
}

#zakeke-container {
    margin: 200px 100px 0;
    width: auto !important;
}

.curr_lang {
    max-height: 100%;
    margin: 0;
    top: 0;
    height: 50px;
    width: 65px;
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
    background: url(img/down_arrow.png) 80% center no-repeat;
    border-radius: 5px;
    font-size: 18px
}

input[type=checkbox] {
    vertical-align: middle
}

.single_product_variation_description {
    min-height: 100px
}

.curr_switcher .wcml_currency_switcher.wcml-dropdown li a.wcml-cs-item-toggle {
    max-width: 100%;
    padding: 0;
    color: white;
}

.curr_switcher .wcml-dropdown .wcml-cs-submenu {
    background: white;
}

.curr_switcher .wcml-dropdown a.wcml-cs-item-toggle:after {
    content: none;
}

.curr_switcher .wcml_currency_switcher.wcml-dropdown.product {
    width: auto;
    margin-left: 20px ;
}

.curr_switcher .wcml_currency_switcher.wcml-dropdown li {
    -webkit-appearance: none;
    height: 50px;
    width: 80px;
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    background-color: transparent;
    align-items: center;
}

.main_content .entry a.unicup-yellow-text, .unicup-yellow-text {
    color: #f37e1b;
    font-weight: 700
}

#header .login_row a, #header .login_row span {
    display: inline-block;
    padding: 0;
    height: 20px;
    line-height: 20px;
    margin: 0;
    font-size: 13px
}

#header .login_row a {
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

#header .login_row a:hover {
    opacity: .7
}

#header .login_row span.amount {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0
}

#header .login_row .phone {
    background: url(img/phone.png) left center no-repeat
}

#header .login_row .mail {
    background: url(img/email_icon.png) left center no-repeat
}

#header .actionButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px
}

#header .login_row .cart {
    background: url(img/cart.png) left center no-repeat;
    padding-left: 30px;
    margin-right: 60px
}

#header .login_row .login_button {
    background: url(img/login.png) left center no-repeat;
    padding-left: 30px
}

#mobile_nav {
    display: none
}

#header .menu_row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

#header .unicup_logo_wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

#header .unicup_logo_wrapper img {
    max-width: 150px;
    max-height: 63px;
    width: auto !important;
    height: auto !important
}

#header .menu_row .logo {
    float: left;
    position: relative;
    width: 150px;
    margin-top: -40px
}

#header #nav li {
    float: left;
    display: block;
    position: relative;
    margin-left: 3px
}

#header #nav li a {
    display: block;
    padding: 13px 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#header .unicup_inner_header_wrapper .login_row {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px
}

#header #nav li a:hover, #header #nav li.current-menu-item a, #header #nav li.current_page_parent a {
    border: 1px solid #fff
}

#header #nav li ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    z-index: 9
}

#header #nav li ul li ul.sub-menu {
    top: 0;
    left: 100%
}

#menu-glowne-1 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-759 > ul > li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children.menu-item-2118 > ul {
    left: 100%;
    top: 0;
    width: 100%;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ff6b27
}

#header #nav li .sub-menu a {
    border: none;
    color: #07283d;
    min-width: 200px
}

#header #nav li .sub-menu a:hover {
    color: #d44800
}

#header #nav li:hover .sub-menu {
    display: block
}

#header .curr_lang span.lang_list {
    z-index: 99999999999999;
    position: absolute;
    top: 100%;
    background: #fff;
    display: none;
    padding: 10px 22px;
    left: 0;
    border-radius: 5px;
    line-height: 32px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

#header .curr_lang:hover span.lang_list {
    display: block
}

#header .curr_lang span.lang_list a:hover {
    color: #d44800
}

.slider {
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 0
}

.slider .metaslider .flexslider {
    margin-bottom: 0
}

.slider .metaslider .caption-wrap {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    background: 0 0;
    color: #fff;
    opacity: .6;
    font-family: Candal, sans-serif;
    font-size: 8.4vw;
    margin: auto;
    display: block;
    width: 1505px;
    line-height: normal;
    text-align: center
}

.slider .metaslider .caption {
    padding: 0
}

.slider .flex-control-nav {
    margin: auto;
    width: 1480px;
    text-align: right;
    bottom: 20px;
    z-index: 99;
    line-height: 20px;
    left: 0;
    right: 0
}

.slider .flex-control-nav li a {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff;
    overflow: hidden;
    text-indent: 999px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.slider .flex-control-nav li a.flex-active, .slider .flex-control-nav li a:hover {
    background-color: #07283d
}

.page_image {
    position: relative;
    width: 100%;
    margin-top: 150px
}

.page_image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto !important
}

.main_content {
    padding-top: 63px;
    padding-bottom: 16px
}

.main_content.front_page {
    text-align: center;
    margin-top: 0
}

.main_content.contact_page, .main_content.shop_page {
    background: #fff
}

.main_content.contact_page {
    padding-bottom: 0
}

.main_content ol, .main_content p, .main_content ul {
    margin-bottom: 1em
}

.main_content ul {
    list-style: disc outside none;
    margin-left: 22px
}

.main_content ol {
    margin-left: 22px
}

.main_content .pagewidth {
    width: 1080px
}

.main_content .pagewidth h3 {
    margin: 1em 0
}

.main_content .pagewidth input[type=date], .main_content .pagewidth input[type=email], .main_content .pagewidth input[type=number], .main_content .pagewidth input[type=password], .main_content .pagewidth input[type=search], .main_content .pagewidth input[type=tel], .main_content .pagewidth input[type=text] {
    height: 40px;
    border: 1px solid #ccc;
    outline: 0 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px
}

.main_content .pagewidth textarea {
    border: 1px solid #ccc;
    outline: 0 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px
}

.main_content.contact_page .pagewidth, .main_content.shop_page .pagewidth, .woocommerce .main_content .pagewidth, .woocommerce-page .main_content .pagewidth {
    width: 1480px
}

.main_content .entry a {
    color: #07283d
}

.main_content .contact_left {
    width: 50%;
    float: left
}

.main_content .contact_right {
    width: 50%;
    float: right
}

.main_content .contact_right textarea {
    float: left;
    width: 50%;
    height: 272px;
    margin-right: 5%;
    display: block;
    position: relative;
    border: 1px solid #07283d;
    color: #07283d;
    padding: 30px 25px;
    font-size: 20px;
    background: 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0
}

.main_content .contact_right .wpcf7 input {
    float: left;
    width: 45%;
    height: 70px;
    line-height: 70px;
    display: block;
    position: relative;
    border: 1px solid #07283d;
    color: #07283d;
    padding: 0 30px;
    font-size: 20px;
    background: 0 0;
    margin-bottom: 31px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0
}

.main_content .contact_right input[type=submit] {
    text-align: center;
    color: #d44800;
    border: 1px solid #d44800;
    max-width: 203px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.main_content .contact_right input[type=submit]:hover {
    color: #fff;
    background: #d44800
}

.main_content .contact_right span.wpcf7-not-valid-tip {
    display: none
}

.main_content .contact_right div.wpcf7-response-output {
    margin: 0;
    clear: both
}

.cup_divider {
    height: 80px;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 87px;
    float: left
}

.cup_divider:before {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    background: #e0e0e0;
    top: 40px;
    margin: auto;
    left: 0;
    right: 0
}

.cup_divider:after {
    display: block;
    position: absolute;
    content: '';
    width: 28px;
    height: 15px;
    bottom: -42px;
    left: 0;
    right: 0;
    margin: auto
}

.cup_divider span {
    position: relative;
    display: block;
    width: 130px;
    height: 80px;
    margin: 0 auto;
    background: #f9f9f9 url(img/cup_ico.png) center no-repeat
}

.cup_divider.white:after {
    display: none
}

.cup_divider.white span {
    background: #fff url(img/cup_ico.png) center no-repeat
}

dl.gallery-item img {
    border: 1px solid #07283d !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border-radius: 5px
}

dl.gallery-item img:hover {
    border-color: #d44800 !important
}

.su-box.su-box-style-default {
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important
}

.su-box-content.su-clearfix {
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px
}

.su-button-style-flat span {
    text-transform: none !important
}

.su-box.su-box-style-default .su-button-style-flat span {
    padding: 5px 24px !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: 1px solid #e17f4d !important;
    top: 0;
    display: none !important
}

.su-box.su-box-style-default .su-button-style-flat span:hover {
    background: #fff;
    color: #e17f4d !important
}

.woo_categories_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 2%
}

.woo_cat_left_column {
    width: 50%;
    float: left
}

.woo_cat_right_column {
    width: 50%;
    float: left
}

.woo_categories_wrapper .outer {
    margin: 20px 10px 10px 10px;
    box-shadow: 5px 5px 15px silver;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.woo_categories_wrapper .outer:hover {
    box-shadow: 5px 5px 15px #747474;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.woo_categories_wrapper .inner {
    padding: 30px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.entry .woo_categories_wrapper .title a {
    color: #1479ba;
    font-weight: 700
}

.product_left_container {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.entry .woo_categories_wrapper .title a:hover {
    color: #ed850f
}

.entry {
    width: 100%;
    float: left
}

.woo_categories_wrapper .img img {
    min-height: 310px
}

.shop_page .product .cup_divider.white {
    display: none
}

.zamowienie_steps {
    display: block;
    float: left;
    width: 100%;
    text-align: center
}

.step h4 {
    cursor: pointer
}

.step h4:hover {
    color: #fff;
    border: 5px solid #d5d1d1;
    background-color: #07283d
}

.zamowienie_steps .step {
    display: inline-block;
    text-align: center;
    margin-left: 2em;
    margin-right: 2em
}

.zamowienie_steps .step h4 {
    width: 1.6em;
    height: 1.6em;
    font-size: 3em;
    padding: 0;
    font-weight: 700;
    border: 5px solid #07283d;
    border-radius: 50%;
    margin: 0 auto 10px
}

.zamowienie_steps .step.active h4 {
    width: 1.6em;
    height: 1.6em;
    font-size: 3em;
    padding: 0;
    font-weight: 700;
    color: #fff;
    background-color: #07283d;
    border: 5px solid #d5d1d1;
    border-radius: 50%;
    margin: 0 auto 10px
}

.zamowienie_steps .step p {
    margin-bottom: 0
}

.zamowienie_steps .step.active p {
    font-weight: 700
}

.zamowienie_steps .step h4:after {
    display: none
}

.zamowienie_steps hr {
    margin: 40px 0 40px 0;
    border: 0;
    height: 1px;
    background: #07283d;
    background-image: -webkit-linear-gradient(left, #fff, #07283d, #fff);
    background-image: -moz-linear-gradient(left, #fff, #07283d, #fff);
    background-image: -ms-linear-gradient(left, #fff, #07283d, #fff);
    background-image: -o-linear-gradient(left, #fff, #07283d, #fff)
}

.shop_page .product_left_container {
    padding: 25px;
    float: left;
    box-sizing: border-box
}

.woocommerce .shop_page .product_left_container .images {
    margin: 0 !important
}

.woocommerce div.product div.images img {
    width: 90%;
    margin: 0 auto !important
}

.shop_page .product_middle_container {
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    width: 33.33333%;
    box-sizing: border-box
}

.flexMainDiv {
    display: flex;
    width: 100%;
    justify-content: space-around
}

.shop_page .product_right_container {
    float: left;
    width: 33.33333%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

#menu-glowne .menu-item .sub-menu .sub-menu {
    position: absolute;
    top: 0 !important;
    right: -100%;
    z-index: 999;
    width: 100%;
    border-left: 1px solid #ed850d !important;
    border-radius: 0 !important;
    height: auto
}

#menu-glowne .menu-item .sub-menu .sub-menu li {
    display: none
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .themeSelectV2 {
        width: 100% !important;
        margin-left: -11px !important;
        margin-bottom: -55px
    }

    .product_description {
        margin-top: 70px !important
    }
}

.woocommerce .shop_page .product_left_container .images {
    width: 100%
}

.woocommerce .shop_page .product .product_right_container form.cart .variations select {
    min-width: 100%
}

.woocommerce .product .product_right_container .summary {
    width: 100% !important
}

.product_right_container .woocommerce-variation-description {
    text-align: right
}

.woocommerce-variation-price {
    text-align: left;
    font-size: 1.3em;
    font-weight: 700
}

.product_right_container .orange_title {
    font-size: 1.5em
}

.product_bottom_navigation {
    display: none;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0 30px 0
}

.product_bottom_navigation .left_side {
    display: inline-block;
    float: left;
    width: auto
}

.product_bottom_navigation .right_side {
    display: inline-block;
    float: right;
    width: auto
}

.product_bottom_navigation input {
    padding: 30px 50px 30px 50px;
    border-radius: 10px;
    color: #fff;
    background-color: #07283d;
    font-size: 1.3em
}

.product_bottom_navigation input:hover {
    color: #07283d;
    background-color: orange
}

.product h2 {
    font-size: 2em
}

.product .extra_info {
    padding: 15px;
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #dbdbdb
}

.product .extra_info p {
    margin: 0
}

.product_middle_container .product_description {
    text-align: left
}

#product-999 .product_right_container .woocommerce-variation-description {
    text-align: left
}

#product-999 .product_right_container .woocommerce-variation-price {
    display: none
}

#product-999 .product_left_container .images img {
    max-width: 350px
}

#product-999 .product_left_container .images .woocommerce-main-image {
    float: right
}

#product-999 .product_left_container {
    padding-right: 100px
}

#product-999 .product_right_container {
    width: 30%
}

.szablony_tematyczne .product_right_container .woocommerce-variation-description {
    text-align: left
}

.szablony_tematyczne .product_right_container .woocommerce-variation-price {
    display: none
}

.szablony_tematyczne .product_left_container .images img {
    max-width: 350px
}

.szablony_tematyczne .product_left_container .images .woocommerce-main-image {
    float: right
}

.szablony_tematyczne .product_left_container {
    padding-right: 100px;
    width: 50%
}

.szablony_tematyczne .product_right_container {
    width: 30% !important
}

.bottom_links {
    text-align: center;
    background-color: #07283d;
    padding: 2em 0
}

.bottom_links a {
    color: #fff;
    padding: 0 1em
}

.bottom_links a:hover {
    color: orange
}

#post-124 .img_wrapper {
    float: left;
    width: 100%
}

#post-124 .img_smaller_wrapper {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px
}

#coupon_code {
    width: 200px
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 !important
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    margin-bottom: 0 !important
}

.woocommerce td.product-name dl.variation dt {
    padding: 0 !important
}

.woocommerce td.product-name dl.variation {
    margin: .25em 0 0 0 !important
}

.cart_total_extra_titles {
    float: left;
    width: auto;
    font-weight: 700;
    margin-right: 4px
}

.products .post-1321 {
    display: none !important
}

.formularz_pliki {
    float: left;
    width: 100%
}

#my-awesome-dropzone, #my-awesome-dropzone * {
    box-sizing: border-box
}

#my-awesome-dropzone {
    position: relative
}

#my-awesome-dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: .5em
}

#my-awesome-dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa
}

#my-awesome-dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green
}

#my-awesome-dropzone .dz-preview .dz-error-message {
    color: red;
    display: none
}

#my-awesome-dropzone .dz-preview.dz-error .dz-error-mark, #my-awesome-dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

#my-awesome-dropzone .dz-preview.dz-success .dz-success-mark {
    display: block
}

#my-awesome-dropzone .dz-preview .dz-error-mark, #my-awesome-dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

#my-awesome-dropzone, #my-awesome-dropzone * {
    box-sizing: border-box
}

#my-awesome-dropzone {
    float: left;
    width: 100%;
    height: 100%;
    border: 5px dashed rgba(0, 0, 0, .3);
    background: #f0f0f0;
    border-radius: 10px;
    padding: 20px 20px
}

.step-3 {
    width: 100%;
    height: 100%
}

#my-awesome-dropzone.dz-clickable {
    cursor: pointer
}

#my-awesome-dropzone.dz-clickable * {
    cursor: default
}

#my-awesome-dropzone.dz-clickable .dz-message, #my-awesome-dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

#my-awesome-dropzone.dz-started .dz-message {
    display: none
}

#my-awesome-dropzone.dz-drag-hover {
    border-style: solid
}

#my-awesome-dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

#my-awesome-dropzone .dz-message {
    text-align: center;
    margin: 8em 0
}

#my-awesome-dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

#my-awesome-dropzone .dz-preview:hover {
    z-index: 1000
}

.login-row-mobile {
    display: none
}

#my-awesome-dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

#my-awesome-dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

#my-awesome-dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

#my-awesome-dropzone .dz-preview.dz-image-preview {
    background: #f0f0f0
}

#my-awesome-dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

#my-awesome-dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

#my-awesome-dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

#my-awesome-dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

#my-awesome-dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

#my-awesome-dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

#my-awesome-dropzone .dz-preview .dz-details .dz-filename span, #my-awesome-dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

#my-awesome-dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

#my-awesome-dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 220px;
    min-height: 120px;
    position: relative;
    display: block;
    border: 3px dashed #ccc;
    z-index: 10
}

.simple-product-form {
    display: flex;
    flex-direction: column;
}

.twin_product_separator {
    order: 1;
    text-align: center;
    margin: .75em 0;
    font-size: 1.5rem;
}

#unicup_twin_product_button {
    order: 1;
    background-color: #07283d;
    color: #fff;
}

#unicup_order_now_button {
    background-color: orange;
    color: #07283d;
}

#unicup_order_now_button,
#unicup_twin_product_button {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    font-size: 1.3em;
    text-align: center;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear
}

#unicup_twin_product_button:hover {
    background-color: orange;
    color: #07283d;
}

#unicup_order_now_button.hover {
    background-color: #07283d;
    color: #fff;
}

#my-awesome-dropzone .dz-preview .dz-image img {
    display: block;
    width: 100%
}

#my-awesome-dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

#my-awesome-dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

#my-awesome-dropzone .dz-preview .dz-error-mark, #my-awesome-dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

#my-awesome-dropzone .dz-preview .dz-error-mark svg, #my-awesome-dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

#my-awesome-dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#my-awesome-dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

#my-awesome-dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

#my-awesome-dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

#my-awesome-dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

#my-awesome-dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

#my-awesome-dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

#my-awesome-dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

#my-awesome-dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

#my-awesome-dropzone .dz-preview.dz-file-preview.dz-error.dz-complete .dz-image {
    border: 3px dashed red
}

#my-awesome-dropzone .dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete .dz-image {
    border: 3px dashed #1ac600
}

#my-awesome-dropzone .dz-preview.dz-file-preview.dz-processing.dz-success.dz-complete .dz-image {
    border: 3px dashed #1ac600
}

.upload_step4_right_block {
    width: 33%;
    margin-left: 2%;
    float: left;
    display: inline-block
}

.main_content .pagewidth .upload_step4_right_block h3 {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0
}

.main_content .pagewidth .upload_step4_right_block .image img {
    max-height: 300px
}

.main_content .pagewidth .upload_step4_right_block .image {
    text-align: center
}

.step4_personalizacja_header {
    float: left;
    width: 100%;
    display: block
}

.step4_personalizacja_header h2 {
    float: left;
    width: 100%;
    display: block
}

.step4_left_container {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left
}

.step4_right_container {
    display: inline-block;
    width: 25%;
    padding: 0 0 0 1%;
    float: left
}

.main_content .pagewidth .step4_right_container h3 {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0
}

.main_content .pagewidth .step4_right_container .image img {
    max-height: 400px
}

.main_content .pagewidth .step4_right_container .image {
    text-align: center
}

.main_content .pagewidth .step4_left_container textarea {
    resize: none;
    width: 100%;
    height: 9em;
    border-radius: 20px;
    background-color: #f0f0f0;
    border-color: #000
}

.step4_left_container .left_column {
    margin-right: 2%;
    display: inline-block
}

.step4_left_container .left_column h3 {
    margin-top: 0;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: .3em !important
}

.step4_left_container .top_block {
    margin-bottom: .5em
}

.main_content .pagewidth .header_step5 h3 {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin-top: 0;
    font-size: 1.3em
}

.left_column_step5 {
    float: left;
    width: 39%;
    display: inline-block;
    margin-right: 1%
}

.right_column_step5 {
    float: left;
    width: 59%;
    display: inline-block;
    margin-left: 1%
}

.right_column_step5_top_block {
    float: left;
    display: block;
    width: 70%;
    margin-top: -150px
}

.right_column_step5_top_block_serwetki {
    float: left;
    display: block;
    width: 70%;
    margin-top: 0
}

.right_column_step5_bottom_block {
    float: left;
    display: block;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #adadad
}

.right_column_step5_top_block .podsumowanie_kolory h3 {
    width: 20%;
    display: inline-block;
    float: left;
    margin-top: 0;
    font-weight: 400;
    font-size: 1.3em
}

.right_column_step5_top_block .podsumowanie_kolory p {
    width: 78%;
    margin-left: 2%;
    display: inline-block;
    float: left
}

.right_column_step5_top_block .podsumowanie_inne_informacje h3 {
    width: 20%;
    display: inline-block;
    float: left;
    margin-top: 0;
    font-weight: 400;
    font-size: 1.3em;
    min-width: 120px
}

.right_column_step5_top_block .podsumowanie_inne_informacje p {
    width: 78%;
    margin-left: 2%;
    display: inline-block;
    float: left
}

.main_content .pagewidth .left_column_step5 h3 {
    width: 100%;
    float: left;
    display: block;
    font-weight: 400;
    margin-top: 0;
    font-size: 1.3em
}

.order_summary_template img {
    max-height: 550px
}

.order_summary_template {
    width: auto;
    margin-left: 1%;
    float: right;
    display: inline-block
}

.order_summary_details {
    width: 50%;
    margin-right: 1%;
    float: left;
    display: inline-block
}

.podsumowanie_kolory {
    float: left;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #07283d
}

.podsumowanie_inne_informacje {
    float: left;
    display: block;
    width: 100%;
    padding-top: 30px
}

.main_content .pagewidth .left_column_step5 ul {
    list-style: none;
    margin-right: 1em
}

.left_column_step5 .images_scroll_box {
    height: 500px;
    overflow-y: scroll;
    float: left;
    width: 100%;
    display: block
}

.left_column_step5 p {
    border-top: 1px solid #adadad;
    padding-top: 1em;
    margin-right: 1em
}

.details_mini_wrapper {
    width: 100%;
    display: block;
    float: left
}

.main_content .pagewidth .details_mini_wrapper .title {
    width: 49%;
    margin-right: 1%;
    display: inline-block;
    float: left
}

.main_content .pagewidth .details_mini_wrapper .title h3 {
    margin-top: 0;
    font-weight: 400;
    font-size: 1em
}

.details_mini_wrapper .details {
    width: auto;
    margin-left: 1%;
    display: inline-block;
    float: left;
    font-weight: 700;
    font-size: 1em
}

.main_content .pagewidth .details_mini_wrapper .details.orange_color {
    color: orange
}

.main_content .pagewidth .right_column_step5_bottom_block .order_summary_template h3 {
    margin-top: 0;
    text-align: center;
    max-width: 300px
}

.main_content .pagewidth .right_column_step5_bottom_block .order_summary_template .img_handler {
    text-align: center
}

.hidden_form {
    margin-top: -27px
}

.child_contents_place .img_wrapper {
    width: 100%;
    float: left;
    display: block
}

.child_contents_place .img_smaller_wrapper {
    float: left;
    display: inline-block;
    width: 25%;
    padding: 0 5px
}

.child_contents_place .img_smaller_wrapper img {
    border: 1px solid #cfcfcf
}

.child_contents_place .img_smaller_wrapper .img_download_link {
    text-align: center
}

.child_contents_place .img_smaller_wrapper .img_download_link a:hover {
    text-decoration: underline
}

#container1, #container2, #container3, #container4, #container5 {
    display: none;
    border: 1px solid #f9f9f9;
    height: auto;
    overflow: hidden
}

#linkDiv {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 1em
}

#linkDiv .linkDiv_inner {
    width: 19.5%;
    display: inline-block;
    padding: 0 5px
}

#linkDiv .linkDiv_inner a {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    float: left;
    border: 2px solid #fff;
    padding-bottom: 5px
}

#linkDiv .linkDiv_inner a:hover {
    color: #ff4800 !important;
    border: 2px solid orange !important;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main_content .pagewidth .header_23f h3 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 3em
}

.header_23f {
    float: left;
    width: 100%;
    display: block
}

#gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5 {
    display: block !important
}

#gallery-1 img, #gallery-2 img, #gallery-3 img, #gallery-4 img, #gallery-5 img {
    width: 94% !important;
    height: auto
}

div.woocommerce > form > table > tbody > tr > td.product-name > dl > dt {
    font-weight: 700
}

#body_wrap .summary {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%
}

#szablon {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 25px;
    position: relative;
    display: block
}

#body_wrap .variations {
    margin-bottom: 0
}

.theme_selectors_step2 {
    float: right;
    width: 30%;
    display: block;
    margin-right: 3.3333%;
    padding-left: 25px
}

#var_cats {
    margin-top: 15px;
    border: 1px solid #07283d;
    width: 73.38%;
    height: 70px;
    text-align: center;
    font-size: 20px;
    background: url(img/down_arrow.png) 80% center no-repeat;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #07283d
}

#var_cats {
    padding-left: 25px;
    position: relative
}

#var_themes {
    padding-left: 25px
}

#var_category {
    text-align: right
}

.kategoria_theme_title_select {
    float: left;
    width: auto;
    height: 70px;
    margin-top: 15px
}

.cat_23d {
    line-height: 70px
}

#var_themes {
    margin-top: 15px;
    border: 1px solid #07283d;
    width: 73.38%;
    height: 70px;
    text-align: center;
    font-size: 20px;
    background: url(img/down_arrow.png) 80% center no-repeat;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #07283d;
    float: right;
    position: relative
}

#title_theme_23e {
    width: auto;
    float: left;
    line-height: 70px;
    margin-top: 15px;
    display: none
}

.wrapper_theme_name {
    float: right;
    width: 100%
}

#var_image img {
    height: 250px;
    width: auto;
    box-shadow: 3px 3px 5px #b9b9b9
}

#var_image {
    text-align: center
}

.when_go_back_show_uploaded_files_box {
    float: left;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 15px;
    padding: 1em 0
}

.when_go_back_show_choosen_theme_box {
    float: left;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding: 1em 0
}

.when_go_back_show_choosen_cups_box {
    float: left;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding: 1em 0
}

.products .post-999 {
    display: none !important
}

.products .post-1241 {
    display: none !important
}

.category_page_product_desc {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 15px
}

.woocommerce .products .product h3 {
    float: left;
    width: 100%;
    margin-top: 15px !important;
    height: auto;
    display: none
}

.woocommerce .products .product h4 {
    font-size: .8em;
    display: block;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 0 !important;
    color: #07283d;
    width: 100%;
    float: left;
    min-height: 70px
}

.woocommerce .products .product h4:after {
    display: none
}

.woocommerce .products .product p {
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    font-size: .7em
}

.woocommerce .products .product p:hover {
    color: #07283d
}

.product_desc_catalogue {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-top: 1%;
    display: block;
    font-size: 13px;
    padding: 15px;
    text-align: center;
    background-color: #eaeaea
}

.woocommerce .products li {
    border: none !important;
    background: 0 0 !important;
    box-shadow: 5px 5px 15px silver;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.woocommerce .products li:hover {
    box-shadow: 5px 5px 15px #747474;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.woocommerce .products li h3 {
    font-weight: 700 !important;
    font-size: 1em !important;
    float: left;
    width: 100%;
    display: block
}

.a_link_do_sklepu_style {
    float: right;
    height: auto !important;
    width: 50% !important;
    font-size: .7em;
    color: #da6b00 !important;
    margin-left: 5px;
    margin-top: 2px !important;
    font-weight: 700;
    padding: 10px 0 15px 0 !important
}

.a_link_do_sklepu_style:hover {
    text-decoration: underline !important
}

.woocommerce .shop_page .pagewidth .products li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 31%;
    margin: 1.1665%
}

.upload-file-section {
    display: none
}

#szablon option {
    width: auto;
    font-size: .65em;
    font-weight: 700;
    padding: 5px 0 5px 0
}

.bottom_column_step4_images {
    width: 100%;
    float: left;
    display: block
}

.bottom_column_step4_images ul {
    list-style: none
}

.bottom_column_step4_images ul li img {
    max-height: 200px;
    max-width: 200px
}

.bottom_column_step4_images ul {
    width: auto;
    float: left
}

.bottom_column_step4_images h3 {
    margin-top: 0
}

.step4_wybor_z_kroku_1 p {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    padding-bottom: 20px;
    border-bottom: solid 1px #072e71
}

#post-34 .child_titles_place {
    text-align: center
}

#post-34 .entry .child_place .child_title .child_title_span {
    display: block;
    float: left;
    height: 40px;
    overflow-y: visible
}

#post-34 .entry .child_place .child_title .child_image img {
    height: 140px;
    max-height: none;
    margin-bottom: 20px
}

#post-34 .entry .child_place .child_title {
    border: 1px solid #01233a;
    border-radius: 10px;
    margin: 1%;
    padding: 1.5%;
    width: 23%
}

#post-34 .entry .child_place .child_image {
    float: left;
    display: block;
    width: 100%
}

#header > div > div.unicup_inner_header_wrapper > div.login_row > a.cart > span > .woocommerce-Price-currencySymbol {
    padding: 0;
    margin: 0
}

.products .post-1642 {
    display: none !important
}

#post-36 .child_image {
    float: left;
    width: 100%
}

#post-36 .entry .child_place .child_title .child_image img {
    height: auto;
    max-height: 140px
}

#post-36 .entry .child_place .child_title .child_title_span {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    text-align: center;
    width: 100%;
    font-size: 1em
}

.outer_span_23das {
    display: table;
    width: 100%
}

#post-92 .child_image {
    float: left;
    width: 100%
}

#post-92 .entry .child_place .child_title .child_image img {
    height: auto;
    max-height: 140px
}

#post-92 .entry .child_place .child_title .child_title_span {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    text-align: center;
    width: 100%;
    font-size: 1em
}

#post-92 .entry .child_place .child_titles_place .child_title {
    border: 1px solid #0e283d;
    border-radius: 10px;
    width: 22%;
    margin: 10px
}

.entry .child_place .child_titles_place {
    text-align: center;
    margin-bottom: 4%
}

.entry .child_place .child_titles_place .child_title.child_126 {
    border: 1px solid #0e283d;
    border-radius: 10px;
    width: 22%
}

.entry .child_place .child_titles_place .child_title.child_124 {
    border: 1px solid #0e283d;
    border-radius: 10px;
    margin-left: 1%;
    margin-right: 1%;
    width: 22%
}

.entry .child_place .child_titles_place .child_title.child_675 {
    border: 1px solid #0e283d;
    border-radius: 10px;
    margin-right: 1%;
    width: 22%
}

.entry .child_place .child_titles_place .child_title.child_128 {
    border: 1px solid #0e283d;
    border-radius: 10px;
    width: 22%
}

.entry .child_place .child_title {
    width: auto;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    text-transform: uppercase;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
    font-size: 14px;
    padding: 0 1% 0 1%
}

.entry .child_place .child_title .child_image {
    position: relative;
    line-height: 90px;
    text-align: center
}

.entry .child_place .child_title .child_image img {
    max-height: 90px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all
}

.entry .child_place .child_title:hover .child_image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.entry .child_place .child_title .child_title_span {
    width: 100%;
    font-size: 1.2em;
    font-weight: 700
}

.entry .child_place .child_title:hover {
    border-color: #d44800;
    color: #d44800
}

.entry .child_place .child_contents_place {
    text-align: left;
    display: block
}

.checklist_rainbow_bg {
    background: url(http://unicup.innovationsoftware.pl/wp-content/uploads/2016/04/rainbow_bg_smaller2.jpg) no-repeat bottom right
}

.entry .child_place .child_content {
    margin-top: 0;
    margin-bottom: 2em
}

.choosen_option_color {
    border-color: #d44800 !important;
    color: #d44800 !important
}

.entry .child_place .child_content table {
    margin: 30px 0
}

.entry .child_place .child_content td {
    border: 1px solid #07283d;
    padding: 12px 0 12px 0
}

.entry .child_place .child_content p a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    text-transform: uppercase;
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all
}

.entry .child_place .child_content p a:hover {
    background-size: 40%
}

.entry .su-box {
    font-size: .9em !important
}

.globe_divider {
    height: 48px;
    position: relative;
    width: 1165px;
    margin: 30px auto
}

.globe_divider:before {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #e0e0e0;
    top: 24px
}

.globe_divider span {
    position: relative;
    display: block;
    width: 124px;
    height: 48px;
    margin: 0 auto;
    background: #fff url(img/globe.png) center no-repeat
}

.white_info_box {
    position: relative;
    background: #fff;
    padding: 44px 0 52px 0
}

.white_info_box .pagewidth {
    width: 1044px
}

.white_info_box .four_infos {
    position: relative
}

.white_info_box .cup_draw {
    width: 15%;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto
}

.white_info_box .single_info {
    text-align: left;
    width: 41%;
    float: left;
    margin-bottom: 83px;
    padding-bottom: 12px
}

.white_info_box .single_info table {
    width: 330px
}

.white_info_box .single_info1 {
    border-bottom: 1px solid #07283d
}

.white_info_box .single_info2 {
    float: right;
    text-align: right;
    border-bottom: 1px solid #07283d
}

.white_info_box .single_info3 {
    padding-top: 20px;
    text-align: left;
    border-top: 1px solid #07283d;
    margin-bottom: 0
}

.white_info_box .single_info4 {
    float: right;
    padding-top: 20px;
    text-align: right;
    border-top: 1px solid #07283d;
    margin-bottom: 0
}

.white_info_box .single_info2 table, .white_info_box .single_info4 table {
    float: right
}

.white_info_box a.orange_cta {
    position: relative;
    display: block;
    width: 280px;
    text-align: center;
    font-size: 25px;
    padding: 25px 35px;
    margin: -40px auto 0 auto;
    border: 1px solid #d44800;
    text-transform: uppercase;
    color: #d44800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.white_info_box a.orange_cta:hover {
    background: #d44800;
    color: #fff
}

.footer_icons {
    position: relative;
    width: 100%;
    text-align: justify;
    line-height: 0;
    float: left
}

.footer_icons .footer_icons_element {
    line-height: 205px;
    display: inline-block
}

.footer_icons .footer_icons_element img {
    margin-right: 29px;
    vertical-align: middle
}

.map_container {
    position: relative;
    width: 100%;
    float: left
}

.map_container #gmap {
    width: 100%;
    height: 445px;
    position: relative
}

.citate_box {
    border-bottom: 13px solid #ed850f;
    background: url(img/citate_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 54px;
    padding-bottom: 92px;
    margin-top: 16px;
    font-size: 25px;
    color: #fff;
    overflow: hidden;
    float: left;
    width: 100%
}

.citate_box .header {
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 108px
}

.citate_box .citate_overflow {
    position: relative;
    max-width: 767px;
    margin: 0 auto
}

.citate_box .citate_content {
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 30px;
    text-align: center;
    max-width: 767px;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 45px 66px 0 66px;
    background: url(img/citate.png) left top no-repeat, url(img/citate_rev.png) right 70% no-repeat;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
    transition: 2s all;
    left: 50%;
    opacity: 0
}

.citate_box .citate_content.actual {
    left: 0;
    opacity: 1
}

.citate_box .citate_content .author {
    display: block;
    font-size: 25px;
    margin-top: 1em;
    position: relative
}

#footer {
    position: relative;
    color: #3f4040;
    font-size: 16px;
    text-align: justify;
    float: left;
    width: 100%
}

#footer a {
    text-decoration: underline;
    color: #3f4040
}

#footer .footer_element {
    line-height: 141px;
    display: inline-block
}

#footer .footer_element img {
    margin: 0 10px;
    vertical-align: middle
}

#footer .footer_element img.sch_logo {
    margin-right: 0
}

.zoom_img {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.zoom_img .first_image {
    position: relative;
    display: block;
    width: 100%
}

.zoom_img .second_image {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.zoom_img:hover .second_image {
    opacity: 1
}

.woocommerce .products ul, .woocommerce ul.products {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center
}

.woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
    display: inline-block;
    width: 100%;
    height: 1px;
    content: ''
}

.woocommerce .products ul li, .woocommerce ul.products li {
    position: relative;
    float: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #07283d;
    color: #07283d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.woocommerce .products ul li a, .woocommerce ul.products li a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    color: #07283d;
    padding: 10px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.woocommerce .products ul li h3, .woocommerce ul.products li h3 {
    display: block;
    margin: 0;
    font-weight: 400;
    padding: .5em 10px !important;
    text-align: center;
    font-size: 20px;
    height: 50px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 22px
}

.woocommerce .products ul li img, .woocommerce ul.products li img {
    max-height: 200px;
    width: auto !important;
    display: block;
    position: relative;
    margin: 10px auto !important
}

.woocommerce .products ul li:hover, .woocommerce ul.products li:hover {
    border: 1px solid #d44800;
    color: #d44800
}

.shop_page .product_description {
    display: block;
    overflow: auto;
    border: 1px solid;
    border-radius: 20px;
    padding: 1em;
    margin-top: 20px
}

.shop_page .product_description a {
    color: #d44800;
    text-decoration: underline !important
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 30% !important
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: 0 0 !important;
    color: #d44800 !important;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #d44800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0 !important;
    font-size: 25px;
    padding: 23px 25px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #d44800 !important;
    color: #fff !important
}

.woocommerce .single_add_to_cart_button {
    margin: 0 auto !important;
    display: block !important
}

.qtranxs-available-languages-message {
    display: none !important
}

span.orange_title {
    color: #d44800;
    font-weight: 700;
    margin-bottom: 1em;
    display: block
}

.woocommerce div.product form.cart .variations_qty {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
    display: none
}

.woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations_qty td.label {
    padding-right: 0 !important;
    width: auto
}

.woocommerce div.product form.cart .variations label, .woocommerce div.product form.cart .variations_qty label {
    font-weight: 400 !important;
    line-height: 70px
}

.woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations_qty select {
    display: block;
    -webkit-appearance: none;
    border: 1px solid #07283d;
    width: 206px;
    height: 70px;
    padding-left: 30px;
    text-align: center;
    font-size: 20px;
    background: url(img/down_arrow.png) 80% center no-repeat;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    position: relative
}

.woocommerce #content div.product div.summary:after, .woocommerce div.product div.summary:after, .woocommerce-page #content div.product div.summary:after, .woocommerce-page div.product div.summary:after {
    display: block;
    content: '';
    width: 246px;
    height: 160px;
    position: absolute;
    bottom: -120px;
    left: -60px
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #07283d;
    font-size: 1em
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 0 !important
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important
}

div#wufdc_div {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    margin-bottom: 20px;
    line-height: 2em
}

.upload-file-section {
    margin-bottom: 1em
}

div.upload-items #do_uploadFile {
    border: 1px solid #d44800 !important;
    background-color: #d44800 !important
}

form.checkout.woocommerce-checkout::-webkit-input-placeholder {
    color: #3f4040;
    font-size: 15px
}

form.checkout.woocommerce-checkout::-moz-placeholder {
    color: #3f4040;
    font-size: 15px
}

form.checkout.woocommerce-checkout:-ms-input-placeholder {
    color: #3f4040;
    font-size: 15px
}

form.checkout.woocommerce-checkout input:-moz-placeholder {
    color: #3f4040;
    font-size: 15px
}

.image_creator_main_wrapper {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    background: #fff none repeat scroll 0 0;
    padding: 5px;
    border: 5px dashed #f9f9f9
}

.main_content .entry .image_creator_main_wrapper a {
    color: #fff;
    font-size: .7em;
    text-align: center
}

.gc_left_block {
    float: left;
    width: 10%;
    display: inline-block
}

.gc_middle_block {
    float: left;
    width: 70%;
    display: inline-block
}

.gc_right_block {
    float: left;
    width: 20%;
    display: inline-block;
    background: #e3e3e3;
    padding: 0 15px
}

.left_side_navigation ul li img {
    width: 30px;
    height: auto
}

.left_side_navigation li {
    text-align: center
}

.image_creator_main_wrapper .gc_middle_block {
    padding: 0 30px;
    background: #fff
}

.image_creator_main_wrapper .gc_middle_block .top_block {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 30px
}

.image_creator_main_wrapper .gc_middle_block .top_bar_navigation li a {
    color: #07283d;
    display: inline-block;
    font-weight: 700;
    padding: 5px
}

.image_creator_main_wrapper .gc_middle_block .top_bar_navigation li a:hover {
    background: #e3e3e3
}

.image_creator_main_wrapper .gc_middle_block .top_bar_navigation li {
    list-style: none;
    float: left;
    width: 100%;
    text-align: center
}

.upload-file {
    font-weight: 700;
    color: #ef8532 !important
}

.image_creator_main_wrapper .gc_middle_block .center_block .creator_body img {
    width: 100%;
    height: auto
}

.top_block .top_bar_navigation .menu_link {
    float: left;
    width: 100%;
    display: block
}

.top_block .top_bar_navigation {
    float: left;
    display: block;
    position: relative;
    width: 100%
}

.gc_right_block h3 {
    text-align: center
}

.gc_right_block .layer_img_box {
    width: 60%;
    float: left;
    margin-right: 3%;
    height: 120px;
    position: relative;
    display: flex;
    justify-content: center
}

.gc_right_block .layer_arrows_box {
    float: left;
    display: inline-block;
    height: auto;
    width: 17%;
    margin-right: 1%
}

.gc_right_block .layer_delete_box {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    width: 17%
}

.gc_right_block .layer_box {
    padding: 15px 0;
    float: left;
    width: 100%;
    height: 150px;
    display: block;
    border-top: 1px solid #07283d;
    box-sizing: border-box
}

.gc_right_block .layer_box:hover {
    background-color: #ccc
}

.layer_arrows_box .top_arrow {
    height: 60px;
    display: block;
    position: relative
}

.layer_arrows_box .bottom_arrow {
    height: 60px;
    display: block;
    position: relative
}

.gc_right_block .layer_box button {
    width: 100%;
    border: none;
    background: 0 0;
    padding: 10px 0
}

.gc_right_block .layer_box button:hover {
    background: #a4a4a4
}

.gc_right_block .layer_box button:active {
    background: #818181
}

.layer_arrows_box .bottom_arrow button {
    width: 100%;
    border: none;
    background: 0 0;
    bottom: 0;
    position: absolute;
    right: 0
}

.layer_arrows_box .top_arrow button {
    width: 100%;
    border: none;
    background: 0 0;
    top: 0;
    position: absolute;
    right: 0
}

.gc_right_block .layer_img_box img {
    width: 100%;
    height: auto;
    float: left;
    align-self: center;
    max-height: 120px;
    overflow-x: hidden
}

.top_bar_navigation button {
    padding: 5px;
    border: none;
    background: 0 0
}

.top_bar_navigation button:hover {
    background: #e3e3e3
}

.top_bar_navigation button:active {
    background: #d5d2d2
}

.gc_right_block .layer_box .layer_delete_box button:hover {
    background: #ff4646
}

.left_side_navigation {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1
}

.left_side_navigation ul, .left_side_navigation ul li, .left_side_navigation ul ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.left_side_navigation ul {
    position: relative;
    z-index: 500;
    float: left
}

.left_side_navigation ul li {
    float: left;
    min-height: .05em;
    line-height: 1em;
    vertical-align: middle;
    position: relative
}

.left_side_navigation ul li.hover, .left_side_navigation ul li:hover {
    position: relative;
    z-index: 510;
    cursor: default
}

.left_side_navigation ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 520;
    width: 100%
}

.left_side_navigation ul ul li {
    float: left;
    background-color: #e6e7e7;
    color: #01233a
}

.left_side_navigation ul ul ul {
    top: 0;
    right: 0
}

.left_side_navigation ul li:hover > ul {
    visibility: visible
}

.left_side_navigation ul ul {
    top: 0;
    left: 104%
}

.left_side_navigation ul li {
    float: left;
    padding-top: .6em;
    cursor: pointer;
    width: 100%;
    padding-bottom: .6em;
    margin-bottom: 4px;
    background: #01233a
}

.left_side_navigation {
    width: 100%;
    font-family: roboto, Tahoma, Arial, sans-serif
}

.left_side_navigation:before {
    content: '';
    display: block
}

.left_side_navigation:after {
    content: '';
    display: table;
    clear: both
}

.left_side_navigation a {
    display: block;
    padding: .2em 0 1em 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.left_side_navigation > ul {
    width: 100%
}

.left_side_navigation ul ul {
    width: auto
}

.left_side_navigation > ul > li > a {
    color: #fff
}

.left_side_navigation > ul > li > a:hover {
    color: #fff
}

.left_side_navigation > ul > li:hover {
    background: #ed850f
}

.left_side_navigation li {
    position: relative
}

.left_side_navigation ul li ul li:first-child:after {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: -10px;
    z-index: -222;
    background: url(img/graphic_creator/navigation_icons/left-trangle-background.png) no-repeat center left;
    background-size: 10px 20px;
    top: 0
}

.left_side_navigation ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}

.left_side_navigation ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0
}

.left_side_navigation ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.left_side_navigation ul ul {
    width: 100%
}

.left_side_navigation ul ul a {
    color: #fff
}

.left_side_navigation ul ul a:hover {
    color: #fff
}

.left_side_navigation ul ul li:hover {
    background: #d5d5d5
}

.left_side_navigation ul ul li:hover:first-child:after {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: -10px;
    z-index: -222;
    background: url(img/graphic_creator/navigation_icons/left-trangle-background-hover.png) no-repeat center left;
    background-size: 10px 20px;
    top: 0
}

.left_side_navigation.align-right > ul > li > a {
    border-left: .3em solid #34a65f;
    border-right: none
}

.left_side_navigation.align-right {
    float: right
}

.left_side_navigation.align-right li {
    text-align: right
}

.left_side_navigation.align-right ul li.has-sub > a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px
}

.left_side_navigation.align-right ul li.has-sub > a:after {
    content: none
}

.left_side_navigation.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%
}

.left_side_navigation.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0
}

.left_side_navigation.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px
}

.left_side_navigation.align-right ul ul {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.left_side_navigation li a span {
    float: left;
    display: block;
    width: 100%
}

.right_side_navigation .layer_box {
    float: left;
    width: 100%;
    display: block;
    height: 150px;
    border-top: 1px solid #07283d;
    padding: 15px 0
}

.main_content .entry .image_creator_main_wrapper ul ul a {
    color: #01233a;
    padding: 0
}

.left_side_navigation .gc_templates_box_outer {
    width: 500%;
    padding: 10px
}

.left_side_navigation .gc_templates_box_outer .gc_template_categories_menu {
    float: left;
    display: inline-block;
    width: 30%
}

.left_side_navigation .gc_templates_box_outer .gc_template_categories_menu button {
    width: 100%;
    overflow: visible;
    padding: 6px 8px;
    border: none;
    margin: 2px 0;
    background: 0 0;
    text-align: left;
    font-size: .7em;
    font-weight: 700;
    color: #01233a
}

.left_side_navigation .gc_templates_box_outer .gc_template_categories_menu button:hover {
    background: #ed850f;
    color: #fff
}

.left_side_navigation .gc_templates_box_outer .gc_template_categories_menu button:active {
    background: #de7600;
    color: #fff
}

.left_side_navigation ul li ul li .arrow_pointing_top:first-child:after {
    content: '';
    width: 10px;
    height: 4.5em;
    position: absolute;
    left: -10px;
    z-index: -222;
    background: url(img/graphic_creator/navigation_icons/left-trangle-background.png) no-repeat center left;
    background-size: 10px 20px;
    top: 0
}

.left_side_navigation ul li ul li .arrow_pointing_top:hover:first-child:after {
    content: '';
    width: 10px;
    height: 4.5em;
    position: absolute;
    left: -10px;
    z-index: -222;
    background: url(img/graphic_creator/navigation_icons/left-trangle-background-hover.png) no-repeat center left;
    background-size: 10px 20px;
    top: 0
}

.left_side_navigation .gc_templates_box_outer .templates_lists_wrapper {
    float: left;
    display: inline-block;
    width: 69%;
    margin-left: 1%;
    max-height: 450px;
    overflow-y: scroll
}

.left_side_navigation .gc_templates_box_outer .templates_lists_wrapper ul {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    left: 0
}

.left_side_navigation .gc_templates_box_outer .templates_lists_wrapper ul li:first-child:after {
    background: 0 0
}

.left_side_navigation .gc_templates_box_outer .templates_lists_wrapper ul {
    visibility: inherit
}

.left_side_navigation .gc_templates_box_outer .templates_lists_wrapper ul li img {
    height: auto;
    width: 100%
}

.left_side_navigation .gc_templates_box_outer .templates_lists_wrapper ul li {
    padding: 5px;
    border-bottom: 1px solid #01233a;
    margin: 0
}

.left_side_navigation .gc_templates_box_outer .templates_lists_wrapper ul li:hover {
    background-color: #b9b9b9
}

.left_side_navigation .gc_basic_shapes_box_outer {
    width: 500%;
    background: #e6e7e7
}

.left_side_navigation .gc_basic_shapes_box_outer li ul li {
    float: left;
    display: inline-block;
    width: 33.333332%;
    padding: 15px
}

.left_side_navigation .gc_basic_shapes_box_outer li ul {
    left: 0;
    visibility: inherit
}

.left_side_navigation .gc_basic_shapes_box_outer li {
    visibility: inherit
}

.left_side_navigation .gc_basic_shapes_box_outer li img {
    width: 100%;
    display: block;
    height: auto
}

.left_side_navigation .gc_basic_shapes_box_outer li:first-child:after {
    background: 0 0
}

.left_side_navigation .gc_basic_shapes_box_outer li:hover:first-child:after {
    background: 0 0
}

.left_side_navigation .gc_basic_shapes_box_outer:after {
    content: '';
    width: 10px;
    height: 4.5em;
    position: absolute;
    left: -10px;
    z-index: -222;
    background: url(img/graphic_creator/navigation_icons/left-trangle-background.png) no-repeat center left;
    background-size: 10px 20px;
    top: 0
}

.left_side_navigation .gc_basic_shapes_box_outer .arrow_pointing_top:hover:after {
    content: '';
    width: 10px;
    height: 4.5em;
    position: absolute;
    left: -10px;
    z-index: -222;
    background: url(img/graphic_creator/navigation_icons/left-trangle-background-hover.png) no-repeat center left;
    background-size: 10px 20px;
    top: 0
}

.gc_basic_shapes_div_inner {
    float: left;
    display: block;
    width: 100%;
    padding: 10px;
    max-height: 450px;
    overflow-y: auto
}

.left_side_navigation .gc_basic_shapes_box_outer .gc_basic_shapes_div_inner li {
    padding: 10px;
    width: 33.3333%
}

.left_side_navigation .gc_basic_shapes_box_outer .gc_basic_shapes_div_inner li:hover {
    background-color: #b9b9b9
}

.left_side_navigation .gc_design_elements_box_outer {
    width: 500%;
    background: #e6e7e7
}

.left_side_navigation .gc_design_elements_box_outer:after {
    content: '';
    width: 10px;
    height: 4.5em;
    position: absolute;
    left: -10px;
    z-index: -222;
    background: url(img/graphic_creator/navigation_icons/left-trangle-background.png) no-repeat center left;
    background-size: 10px 20px;
    top: 0
}

.wcumcs-text {
    margin: 0
}

.left_side_navigation .gc_design_elements_box_outer:hover:after {
    content: '';
    width: 10px;
    height: 4.5em;
    position: absolute;
    left: -10px;
    z-index: -222;
    background: url(img/graphic_creator/navigation_icons/left-trangle-background-hover.png) no-repeat center left;
    background-size: 10px 20px;
    top: 0
}

.gc_design_elements_div_inner {
    float: left;
    display: block;
    width: 70%;
    padding: 10px;
    max-height: 450px;
    overflow-y: auto
}

.gc_design_elements_box_inner {
    float: left;
    width: 100%;
    display: block;
    padding: 10px
}

.gc_design_elements_box_inner:hover {
    background: #d5d5d5
}

.left_side_navigation .gc_design_elements_menu {
    float: left;
    display: inline-block;
    width: 30%
}

.left_side_navigation .gc_design_elements_menu button {
    width: 100%;
    overflow: visible;
    padding: 6px 8px;
    border: none;
    margin: 2px 0;
    background: 0 0;
    text-align: left;
    font-size: .7em;
    font-weight: 700;
    color: #01233a
}

.left_side_navigation .gc_design_elements_menu button:hover {
    background: #ed850f;
    color: #fff
}

.left_side_navigation .gc_design_elements_menu button:active {
    background: #de7600;
    color: #fff
}

.left_side_navigation .gc_design_elements_box_inner .gc_design_elements_div_inner li:first-child:after {
    background: 0 0
}

.left_side_navigation .gc_design_elements_box_inner .gc_design_elements_div_inner li:hover:first-child:after {
    background: 0 0
}

.left_side_navigation .gc_design_elements_box_inner .gc_design_elements_div_inner li:hover {
    background-color: #b9b9b9
}

.left_side_navigation .gc_design_elements_box_inner .gc_design_elements_div_inner li {
    float: left;
    width: 31.3333%;
    padding: 10px;
    margin: 0 1% 1%
}

.left_side_navigation .gc_design_elements_box_inner .gc_design_elements_div_inner li img {
    width: 100%;
    height: auto
}

.edit_text_body {
    border-top: 1px solid #01233a
}

.lined_header {
    position: relative;
    color: #c3c3c3
}

h3.lined_header::before {
    border-top: 1px solid #c3c3c3;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: 0
}

h3.lined_header span {
    background: #e3e3e3;
    padding: 0 15px;
    position: relative
}

.image_creator_main_wrapper .bottom_block {
    float: left;
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: .6em
}

.image_creator_main_wrapper .bottom_block .bottom_inner_box {
    float: left;
    display: inline-block;
    width: 16.666665%;
    padding: 0 .5%
}

.image_creator_main_wrapper .bottom_block .bottom_inner_box h3 {
    float: left;
    display: block;
    width: 100%
}

.image_creator_main_wrapper .bottom_block .bottom_inner_box img {
    width: 100%;
    height: auto;
    display: block;
    float: left
}

.gc_right_block .body {
    float: left;
    width: 100%;
    display: block
}

.gc_right_block .line_body h3 {
    font-size: .9em;
    text-align: left;
    float: left;
    width: auto;
    display: inline-block;
    line-height: 32px;
    margin: 0
}

.gc_right_block .line_body {
    height: 32px;
    margin: 20px 0
}

.gc_right_block .line_body img {
    height: 32px;
    width: auto;
    float: right
}

.gc_right_block .line_body select {
    height: 32px;
    width: auto;
    float: right;
    text-align: center;
    border: none;
    padding: 0 15px
}

.edit_element_body {
    border-top: 1px solid #01233a
}

.woocommerce-variation-price .pre_price {
    color: #d44800;
    width: 100%
}

.woocommerce .product .woocommerce-variation-price .price {
    color: #d44800
}

.products .post-2074 {
    display: none !important
}

.right_info_variation_mini_top_right p {
    font-size: .8em
}

.right_info_variation_mini_top_left {
    font-size: .95em
}

#unicup-variation-price {
    color: #a92222 !important;
    text-align: right
}

@media (max-width: 1540px) {
    body {
        font-size: 15px !important
    }

    #header .login_row a {
        margin-left: 25px
    }

    .pagewidth {
        width: 1200px
    }

    .main_content .pagewidth {
        width: 1024px
    }

    .entry .child_place .child_title .child_title_span {
        font-size: 1em
    }

    .main_content.contact_page .pagewidth, .main_content.shop_page .pagewidth, .woocommerce .main_content .pagewidth, .woocommerce-page .main_content .pagewidth {
        width: 1024px
    }

    #header .menu_row .logo {
        float: left;
        position: relative;
        width: 150px;
        margin-top: -40px;
        margin-bottom: 10px
    }

    #header #nav {
        float: left;
        margin-top: 0;
        clear: left
    }

    .slider .flex-control-nav, .slider .metaslider .caption-wrap {
        width: 1024px
    }

    #header #nav li {
        margin-left: 0;
        margin-right: 3px
    }

    #header #nav li a {
        padding: 13px 12px;
        font-size: 14px
    }

    .woocommerce ul.products li.product h3 {
        font-size: .8em !important
    }

    .woocommerce div.product form.cart .variations_qty .quantity_select {
        margin-right: 0 !important;
        font-size: 16px !important
    }

    .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .variations_qty select {
        margin-right: 0;
        width: 150px;
        padding-left: 15px;
        font-size: 15px !important;
        background: url(img/down_arrow.png) 91% center no-repeat
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 33% !important
    }

    .woocommerce #content div.product div.summary:after, .woocommerce div.product div.summary:after, .woocommerce-page #content div.product div.summary:after, .woocommerce-page div.product div.summary:after {
        left: -200px
    }

    .globe_divider {
        width: initial
    }

    .right_column_step5_top_block {
        width: 100% !important;
        margin-top: 30px !important
    }

    .order_summary_template img {
        max-height: 300px !important
    }

    .main_content .pagewidth .right_column_step5_bottom_block .order_summary_template h3 {
        max-width: 200px !important
    }

    #var_cats {
        font-size: 15px
    }

    #var_themes {
        font-size: 15px
    }

    #szablon {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 0;
        display: block !important
    }

    .woocommerce .products .product h4 {
        min-height: 125px
    }

    #var_image img {
        height: 200px
    }

    .image_creator_main_wrapper .gc_middle_block {
        padding: 0 10px
    }
}

@media (max-width: 1240px) {
    body {
        font-size: 15px !important
    }

    .pagewidth {
        width: 1050px
    }

    .main_content .pagewidth, .white_info_box .pagewidth {
        width: 960px
    }

    .main_content.contact_page .pagewidth, .main_content.shop_page .pagewidth, .woocommerce .main_content .pagewidth, .woocommerce-page .main_content .pagewidth {
        width: 960px
    }

    #header #nav li a {
        font-size: 12px;
        padding: 13px 6px
    }

    .slider .flex-control-nav, .slider .metaslider .caption-wrap {
        width: 960px
    }

    .main_content .pagewidth .right_column_step5_bottom_block .order_summary_template h3 {
        max-width: 200px !important
    }

    .image_creator_main_wrapper .gc_left_block {
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 10px
    }

    .left_side_navigation ul li {
        width: 13%;
        margin: 0 .64%
    }

    .left_side_navigation ul li img {
        width: auto;
        height: 32px
    }

    .image_creator_main_wrapper .gc_middle_block {
        padding: 0;
        float: left;
        width: 100%;
        display: block
    }

    .left_side_navigation ul ul {
        top: 100%;
        left: 0
    }

    .left_side_navigation ul ul li {
        width: 100%
    }

    .left_side_navigation ul ul ul {
        top: 100%;
        right: 0
    }

    .left_side_navigation .gc_basic_shapes_box_outer {
        width: 540%;
        background: #e6e7e7;
        left: -220%
    }

    .left_side_navigation .gc_basic_shapes_box_outer .gc_basic_shapes_div_inner li {
        padding: 5px;
        width: 49%;
        margin: 0
    }

    .left_side_navigation .gc_design_elements_box_outer {
        width: 620%;
        left: -300%
    }

    .gc_right_block {
        width: 100%
    }

    .gc_right_block .layer_box {
        width: 25%;
        padding: 15px 15px
    }
}

@media (max-width: 1080px) {
    body {
        font-size: 15px !important
    }

    #menu-glowne .menu-item .sub-menu .sub-menu {
        right: 0
    }

    .pagewidth {
        width: 980px
    }

    #header .login_row a {
        margin-left: 20px;
        font-size: 11px;
        padding-left: 22px
    }

    .main_content .pagewidth, .white_info_box .pagewidth {
        width: 840px
    }

    .main_content.contact_page .pagewidth, .main_content.shop_page .pagewidth, .woocommerce .main_content .pagewidth, .woocommerce-page .main_content .pagewidth {
        width: 840px
    }

    #header #nav li a {
        font-size: 12px
    }

    .slider .flex-control-nav, .slider .metaslider .caption-wrap {
        width: 840px
    }

    .entry .child_place .child_content p a {
        width: 21%;
        margin: 0 16px 30px
    }

    .entry .child_place .child_title {
        font-size: 13px
    }

    .white_info_box a.orange_cta {
        width: 230px
    }

    .woo_cat_left_column {
        width: 100%;
        float: left
    }

    .woo_cat_right_column {
        width: 100%;
        float: left
    }

    .woocommerce .shop_page .pagewidth .products li {
        width: 100% !important
    }

    .main_content .pagewidth .right_column_step5_bottom_block .order_summary_template h3 {
        margin-top: 30px;
        text-align: left !important
    }

    .main_content .pagewidth .right_column_step5_bottom_block .order_summary_template .img_handler {
        text-align: left !important
    }

    .order_summary_template {
        width: 100% !important
    }

    .right_column_step5_top_block {
        margin-top: 30px !important;
        width: 100% !important
    }

    .woocommerce .products .product h4 {
        min-height: 60px
    }

    .entry .child_place .child_titles_place .child_title.child_126 {
        width: 48%;
        margin: 1%
    }

    .entry .child_place .child_titles_place .child_title.child_124 {
        width: 48%;
        margin: 1%
    }

    .entry .child_place .child_titles_place .child_title.child_675 {
        width: 48%;
        margin: 1%
    }

    .entry .child_place .child_titles_place .child_title.child_128 {
        width: 48%;
        margin: 1%
    }

    #var_image img {
        height: 180px
    }

    #szablon {
        width: 60% !important
    }

    #var_cats {
        width: 60% !important
    }

    #var_themes {
        width: 60% !important
    }
}

@media (max-width: 960px) {
    body {
        font-size: 15px !important
    }

    .pagewidth {
        width: 860px
    }

    .wcml_currency_switcher {
        font-size: 12px
    }

    #header .login_row a {
        margin-left: 12px;
        font-size: 10px;
        padding-left: 22px;
        margin-right: 12px
    }

    .main_content .pagewidth, .white_info_box .pagewidth {
        width: 740px
    }

    .main_content.contact_page .pagewidth, .main_content.shop_page .pagewidth, .woocommerce .main_content .pagewidth, .woocommerce-page .main_content .pagewidth {
        width: 740px
    }

    #header .curr_lang {
        font-size: 12px
    }

    #header #nav li a {
        font-size: 11px;
        padding: 13px 4px
    }

    #header #nav li li a {
        padding: 13px 10px
    }

    .slider .flex-control-nav, .slider .metaslider .caption-wrap {
        width: 740px
    }

    .white_info_box a.orange_cta {
        margin: 10px auto 0 auto
    }

    .shop_page .product_description {
        float: left;
        width: initial
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 55% !important
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 45% !important;
        mmargin-right: 10% !important
    }

    .woocommerce ul.products li.product:nth-child(even), .woocommerce-page ul.products li.product:nth-child(even) {
        margin-right: 0 !important
    }

    .footer_icons .footer_icons_element {
        line-height: 125px;
        display: inline-block;
        width: 45%;
        margin-right: 9%
    }

    .footer_icons .footer_icons_element:nth-child(even) {
        margin-right: 0
    }

    #footer .footer_element {
        line-height: normal;
        display: block;
        text-align: center;
        padding: 20px 0
    }

    .main_content .contact_left {
        width: 100%;
        float: left;
        margin-bottom: 1em
    }

    .main_content .contact_right {
        width: 100%
    }

    .woocommerce-page .products .product {
        width: 98% !important;
        margin: 1% !important
    }

    .theme_selectors_step2 {
        width: 100%;
        margin-right: 0
    }

    .product_left_container {
        padding-right: 0 !important
    }

    #product-999 .product_left_container .images img {
        max-width: 150px
    }

    #woosvimain {
        float: left;
        width: 100%;
        text-align: center
    }

    #product-999 .product_left_container .images .woocommerce-main-image {
        float: none !important
    }

    #template_div_wybor_id {
        width: 100% !important;
        margin-right: 0 !important
    }

    .woocommerce div.product div.images img {
        display: block;
        width: auto
    }

    .step4_left_container {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 40px !important
    }

    .left_column_step5 {
        width: 100% !important;
        margin: 0 0 40px 0 !important
    }

    .right_column_step5 {
        width: 100% !important;
        margin: 0 0 40px 0 !important
    }

    .order_summary_details {
        width: 100% !important;
        margin: 0 0 40px 0 !important
    }

    .zamowienie_steps {
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8);
        width: 120% !important;
        margin-left: -10%
    }

    .gc_right_block .layer_box {
        width: 50%;
        padding: 15px 15px
    }

    .gc_right_block .layer_img_box {
        width: 60%
    }
}

@media (max-width: 768px) {
    .themeSelectV2 {
        width: 100% !important;
        margin-left: -4px
    }

    .flexMainDiv {
        min-height: auto !important
    }

    #header .unicup_logo_wrapper {
        position: absolute;
        top: 10px;
        left: 10px
    }

    #header .wcumcs-text {
        height: 14px
    }

    .flexMainDiv {
        flex-direction: column
    }

    .flexMainDiv .product_left_container {
        margin-bottom: 50px
    }

    .flexMainDiv .product_right_container #unicup_order_now_button {
        margin-top: 15px
    }

    .shop_page .product_left_container {
        padding: 0
    }

    #body_wrap .summary {
        margin: 0;
        padding: 10px
    }

    #mobile_nav > div {
        position: relative;
        height: 48px
    }

    .footer_icons .footer_icons_element {
        width: 100% !important;
        margin: 0 auto;
        text-align: center
    }

    #post-34 .entry .child_place .child_title {
        width: 100%
    }

    #header .login_row a {
        margin-left: 0;
        font-size: 10px;
        padding-left: 22px;
        margin-right: 25px
    }

    body {
        font-size: 15px !important
    }

    .pagewidth {
        width: 540px
    }

    .main_content .pagewidth, .white_info_box .pagewidth {
        width: 540px
    }

    .main_content.contact_page .pagewidth, .main_content.shop_page .pagewidth, .woocommerce .main_content .pagewidth, .woocommerce-page .main_content .pagewidth {
        width: 540px
    }

    #header #nav li a {
        font-size: 12px
    }

    .slider .flex-control-nav, .slider .metaslider .caption-wrap {
        width: 540px
    }

    .entry .child_place .child_title {
        width: 60%;
        height: auto
    }

    #post-34 .entry .child_place .child_title {
        height: auto
    }

    .white_info_box .single_info table {
        width: 180px
    }

    .white_info_box .cup_draw {
        top: 105px
    }

    #header {
        height: 180px
    }

    .page_image {
        margin-top: 220px
    }

    #header .login_row a, #header .login_row span {
        text-align: center
    }

    #gallery-1 .gallery-item {
        width: 100% !important
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100% !important
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed
    }
}

@media (max-width: 457px) {
    .woocommerce div.product div.images {
        position: relative;
        left: 0;
        right: 0;
        margin: auto
    }

    .product_bottom_navigation {
        display: flex;
        padding: 0
    }

    #header .login_row .pagewidth {
        position: absolute;
        width: 100%
    }

    #header .unicup_inner_header_wrapper {
        width: 100%;
        display: flex;
        height: 100%;
        justify-content: space-between
    }

    .wcml_currency_switcher {
        text-transform: uppercase
    }

    #header .actionButtons {
        width: 100%;
        display: flex;
        justify-content: flex-end
    }

    #header .unicup_inner_header_wrapper .login_row {
        width: 100%;
        justify-content: space-around
    }

    #nav {
        display: none
    }

    #mobile_nav {
        display: block
    }

    #header #mobile_nav {
        z-index: 1;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 80px;
        margin-left: 10px
    }

    #header .unicup_logo_wrapper {
        display: none
    }

    #header #mobile_nav > div > ul {
        text-align: justify;
        position: absolute;
        cursor: pointer;
        height: auto;
        top: 100%;
        left: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
    }

    #mobile_nav li {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .mobileMenuImage {
        position: relative
    }

    #header #mobile_nav > div:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(img/menu_button_dark2.png) no-repeat 50% 50%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s
    }

    #header #mobile_nav > div > ul.transform:before {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    #header #mobile_nav > div > ul .menu-item:first-child {
        border-top: 1px solid #07283d
    }

    #header #mobile_nav > div > ul .menu-item {
        position: relative;
        text-align: center;
        display: none;
        list-style: none;
        border-bottom: 1px solid #07283d;
        width: 250px;
        background: #fff
    }

    #header #mobile_nav > div > ul .menu-item a {
        display: block;
        padding: 10px 20px;
        margin-bottom: 0
    }

    #header #mobile_nav > div > ul .menu-item .sub-menu {
        position: relative
    }

    #header #mobile_nav > div > ul .menu-item .sub-menu .menu-item {
        display: none;
        background-color: rgba(7, 40, 61, .78)
    }

    #header #mobile_nav > div > ul .menu-item .sub-menu .menu-item a {
        color: #fff
    }

    .menu-item-has-children .sub-menu-button.transform {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .woo_categories_wrapper .img img {
        height: auto;
        min-height: auto
    }

    #linkDiv .linkDiv_inner {
        width: 100%;
        margin-bottom: 5%
    }

    #var_image img {
        height: 150px
    }

    #post-92 .entry .child_place .child_titles_place .child_title {
        width: 48%;
        margin: 1%
    }

    .gc_middle_block .top_block button img {
        height: 25px
    }

    .top_bar_navigation button {
        width: 13%
    }
}

@media (max-width: 500px) and (min-width: 416px) {
    .woo_categories_wrapper .img img {
        height: 200px
    }
}

@media (max-width: 550px) and (min-width: 501px) {
    .woo_categories_wrapper .img img {
        height: 200px
    }
}

@media (max-width: 640px) and (min-width: 551px) {
    #header #mobile_nav {
        margin-top: -17% !important
    }

    .woo_categories_wrapper .img img {
        height: 250px
    }
}

@media (max-width: 768px) and (min-width: 641px) {
    #header #mobile_nav {
        margin-top: -15% !important
    }

    .woo_categories_wrapper .img img {
        height: 300px
    }
}

@media (max-width: 640px) {
    .home .metaslider {
        display: none
    }

    body {
        font-size: 15px !important
    }

    .product_bottom_navigation input {
        padding: 20px 30px
    }

    .product_bottom_navigation {
        justify-content: space-around
    }

    .pagewidth {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .main_content .pagewidth, .white_info_box .pagewidth {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .main_content.contact_page .pagewidth, .main_content.shop_page .pagewidth, .woocommerce .main_content .pagewidth, .woocommerce-page .main_content .pagewidth {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    #header {
        position: relative;
        height: 200px
    }

    #header #nav li a {
        font-size: 12px
    }

    .slider .flex-control-nav, .slider .metaslider .caption-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .page_image {
        margin-top: 0
    }

    .entry .child_place .child_title {
        width: 100%;
        margin: 20px 0
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
        width: 100% !important;
        margin-right: 0 !important
    }

    .white_info_box .cup_draw {
        top: 0;
        position: relative;
        width: 50%;
        left: auto;
        right: auto;
        display: block;
        margin: 0 auto 30px
    }

    .white_info_box .single_info {
        width: 100%;
        margin-bottom: 40px
    }

    .white_info_box .single_info2, .white_info_box .single_info4 {
        float: left;
        text-align: left
    }

    .white_info_box .single_info2 table, .white_info_box .single_info4 table {
        float: left
    }

    .white_info_box .single_info3, .white_info_box .single_info4 {
        border-top: 0;
        border-bottom: 1px solid #07283d
    }

    .main_content .contact_right input, .main_content .contact_right textarea {
        width: 100% !important;
        margin-bottom: 31px !important
    }

    .main_content .contact_right input[type=submit] {
        max-width: 100% !important
    }

    .citate_box {
        font-size: 18px
    }

    .citate_box .header {
        margin-bottom: 28px
    }

    .citate_box .citate_content {
        font-size: 20px
    }

    .citate_box .citate_content .author {
        font-size: 18px
    }

    .footer_icons .footer_icons_element {
        width: 35%;
        margin-right: 0;
        text-align: center
    }

    .shop_page .product_description {
        float: none
    }

    .woocommerce div.product div.images {
        width: 80% !important
    }

    .woocommerce #content div.product div.summary:after, .woocommerce div.product div.summary:after, .woocommerce-page #content div.product div.summary:after, .woocommerce-page div.product div.summary:after {
        display: none
    }

    .woocommerce div.product form.cart .variations td.label {
        display: block;
        width: 100%
    }

    .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
        display: block;
        width: 100%
    }

    .woocommerce div.product form.cart .variations select {
        margin-right: 0 !important
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        font-size: 16px
    }

    .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
        width: 60%
    }

    #var_image img {
        height: 100px
    }

    .gc_middle_block .top_block button img {
        height: 20px
    }

    .gc_right_block .layer_box {
        width: 100%;
        padding: 15px 15px
    }

    .gc_right_block .layer_img_box {
        width: 60%
    }

    .left_side_navigation ul li {
        width: 100%;
        margin: 0
    }

    .left_side_navigation .gc_basic_shapes_box_outer {
        width: 100%;
        left: 0
    }

    .left_side_navigation .gc_design_elements_box_outer {
        width: 100%;
        left: 0
    }

    .left_side_navigation .gc_design_elements_box_inner .gc_design_elements_div_inner li {
        float: left;
        width: 100%;
        padding: 10px;
        margin: 0
    }

    .left_side_navigation .gc_templates_box_outer {
        width: 100%;
        padding: 10px
    }

    .left_side_navigation ul > li {
        border-bottom: 1px solid #2b2e4b
    }
}

@media (max-width: 440px) {
    #product_variation_form > table > tbody > tr:first-child, #product_variation_form > table > tbody > tr:nth-child(2) {
        display: flex
    }

    #header .login_row a {
        margin-left: 0;
        font-size: 10px;
        margin-right: 0;
        margin-top: 20px
    }
}

.step1-table .summary {
    border-radius: 20px;
    float: right !important;
    width: 27%;
    padding: 20px;
    margin-bottom: 1em !important
}

.step1-table .summary #product_variation_form .variations .value > #pa-pojemnosc {
    width: 54px;
    height: 2em;
    border-radius: 47px
}

.step1-table .orange_title {
    font-size: 1.5em;
    margin-bottom: 0 !important
}

@media (max-width: 1000px) {
    .step1-table .orange_title {
        text-align: left;
        margin-bottom: 0 !important
    }
}

#get_price_for_calc {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.step1-table .summary #product_variation_form .single_variation_wrap .single_variation #get_price_for_calc .pre_price .price {
    font-size: 1em !important
}

.creator {
    font-family: Raleway, sans-serif
}

.right_info_variation_mini_top_right p, .step1-table .right_info_variation_mini_top_left {
    font-size: .8em
}

.woocommerce .shop_page .product .step1-table form.cart .variations select {
    min-width: 30px;
    height: 2em;
    border-radius: 47px;
    float: right;
    margin-right: 0
}

.woocommerce .shop_page .product .step1-table form.cart .variations {
    margin-top: 15px
}

.step1 .columns-3, .step1 .svithumbnails {
    display: none !important
}

.step1-table {
    float: right !important
}

.creator .step-2 {
    border-radius: 20px;
    float: right !important;
    margin-right: 1.2%;
    width: 100%;
    padding: 10px 7% 10px 4%
}

.creator #var_cats, .creator #var_themes {
    height: 2em;
    width: 100% !important;
    border-radius: 47px;
    margin-top: 0 !important
}

.creator .kategoria_theme_title_select {
    height: 1em
}

.creator #title_theme_23e {
    line-height: 0;
    height: 1em
}

.creator #tytul_213e p {
    display: none
}

.template-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.creator #var_image img, .template-img img {
    height: auto !important;
    text-align: center;
    margin: 1em auto 0;
    width: auto
}

.creator .cat_23d {
    line-height: 0 !important
}

.cat_23d {
    line-height: 0 !important
}

.creator .when_go_back_show_choosen_cups_box {
    padding: 0
}

.step1-table table.variations tbody tr td.label label {
    line-height: 20px !important;
    margin-right: 20px
}

.product-slider {
    height: 520px;
    position: relative
}

#product-preview {
    max-width: 100% !important;
    max-height: 100% !important
}

#category-of-template-new, #template-name-new, #template-new, .wizardSelectCustomAttribute {
    width: 100%;
    border: 1px solid;
    height: 2em;
    border-radius: 40px;
    padding-left: 25px;
    margin-top: .5em;
    background-color: #fff;
    text-align: center
}

#category-of-template-new2, #template-name-new2, #template-new2 {
    width: 100%;
    border: 1px solid;
    height: 2em;
    border-radius: 40px;
    padding-left: 25px;
    margin-top: .5em;
    background-color: #fff;
    text-align: center
}

.creator #title_theme_23e, .creator .kategoria_theme_title_select {
    width: 100%;
    text-align: center
}

.creator-containter .product_left_container #woosvi_strap {
    margin: 0 !important
}

.next-image-arrow {
    width: auto;
    text-align: right;
    margin-right: 50px;
    border: 1px solid;
    font-size: 1.7em;
    border-radius: 30px;
    float: right;
    position: absolute;
    top: 80%;
    padding-left: 1%;
    padding-right: 1%;
    right: 2%;
    font-family: TrajanProRegular, serif;
    padding-top: 3px;
    font-weight: 700
}

.preview-image-arrow {
    width: auto;
    text-align: left;
    margin-left: 50px;
    border: 1px solid;
    font-size: 1.7em;
    border-radius: 30px;
    float: left;
    position: absolute;
    top: 80%;
    padding-left: 1%;
    padding-right: 1%;
    left: 2%;
    font-family: TrajanProRegular, serif;
    padding-top: 3px;
    font-weight: 700
}

.image-status {
    width: auto;
    text-align: right;
    margin-right: 50px;
    font-size: 1.2em;
    float: right;
    position: absolute;
    bottom: 2%;
    padding-left: 1%;
    padding-right: 1%;
    right: 2%;
    font-family: TrajanProRegular, serif
}

.next-image-arrow a, .preview-image-arrow a {
    cursor: pointer
}

.creator-containter .extra_info p {
    font-size: 1.5em
}

.add-border {
    border: 1px solid
}

#template-name-image {
    margin-top: 1em
}

#category-of-template-title-new, #template-name-title-new {
    margin-top: .5em;
    margin-bottom: 0 !important;
    text-align: center
}

#category-of-template-title, #template-name-title {
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: center
}

.themeSelect {
    position: relative !important
}

#registrationExtraFieldsWrapper .form-group {
    margin-top: 20px
}

#registrationExtraFieldsWrapper .form-group label {
    margin-left: 5px
}

.productSelect {
    width: 30.5% !important;
    position: absolute !important;
    bottom: 0 !important
}

.productSelectV2 {
    position: relative
}

.product_left_container {
    width: 65%;
    border: 1px solid initial;
    border-radius: 20px
}

#fader .img {
    margin-left: 0 !important
}

#template-name-image {
    margin-left: 0 !important
}

.bottom_links {
    text-align: center;
    background-color: #141414;
    padding: 2em 0
}

.footer_icons .pagewidth {
    width: 90%
}

.pagewidth {
    position: relative;
    margin: 0 auto
}

.footer_icons {
    width: 100%
}

#unicup_product_thumbnail {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%
}

.product_left_container .step-1 {
    max-width: 100%
}

.unicup-image-gallery {
    max-width: 100%
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -55px;
    margin-left: 0 !important;
    margin-bottom: 0 !important
}

.unicup-image-gallery .unicup-product-gallery-item {
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 100px
}

.unicup-image-gallery i {
    font-size: 26px;
    color: #000
}

.unicup-image-gallery .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
    z-index: 9;
    background: 0 0
}

.slick-prev:before {
    content: none
}

.slick-next:before {
    content: none
}

.unicup-image-gallery .slick-arrow.pull-right {
    right: 20px
}

.unicup-image-gallery .slick-arrow:before {
    content: none
}

.unicup-image-gallery .slick-arrow.pull-left {
    left: 20px
}

#template-preview {
    margin: 0
}

.unicup-image-gallery .unicup-product-gallery-item:focus, .unicup-image-gallery .unicup-product-gallery-item:focus-visible {
    outline: 0
}

.unicup-thumbnail-gallery-item {
    width: 75px;
    height: 75px;
    display: flex;
    padding: 0 10px;
    cursor: pointer
}

#unicup_product_thumbnail .slick-track {
    display: flex;
    align-items: center
}

.slick-initialized .unicup-thumbnail-gallery-item.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

#unicup-product-gallery-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%
}

.unicup-product-thumbnails-gallery {
    display: flex;
    margin-top: 20px
}

.unicup-image-gallery .unicup-product-gallery-item img {
    width: 100%;
    height: auto
}

@media only screen and (max-width: 763px) {
    .unicup-image-gallery .slick-dots {
        bottom: -20px
    }

    #unicup_product_thumbnail {
        padding: 10px
    }
}

.footer_icons .footer_icons_element {
    display: inline-block;
    min-width: 24%;
    text-align: center
}

.footer_icons_element a {
    color: #000;
    text-decoration: none;
    transition: color .5s;
    -webkit-font-smoothing: antialiased;
    max-width: 270px
}

.pageSingleLeft {
    width: 33.3333%;
    border-style: none
}

.right_info_variation_mini_top {
    width: 95% !important;
    border-bottom: solid 2px !important
}

#var_price {
    font-weight: 700;
    color: #a92222
}

.right_info_variation_mini {
    padding-bottom: 1em
}

.woocommerce .product .woocommerce-variation-price .price {
    color: #a92222;
    text-align: right
}

.box-description {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid;
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px
}

.variationDataLoaderWrapper {
    display: none;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .65);
    justify-content: center;
    align-items: center
}

.myAccountFormSection {
    max-width: 450px;
    margin: 0 auto
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding: 20px 10px !important
}

.myAccountFormSection .nav-tabs > li > a {
    color: #d44800
}

.myAccountFormSection .nav-tabs > li {
    width: 50%
}

.myAccountFormSection .nav-tabs > li > a {
    color: #d44800
}

.myAccountFormSection input[type=checkbox], .myAccountFormSection input[type=radio] {
    margin: 0 !important
}

.myAccountFormSection .nav-tabs > li.active > a {
    background-color: #d44800;
    border-color: #d44800;
    color: #fff
}

.myAccountFormSection .helpLoginSection, .myAccountFormSection label {
    font-size: 16px
}

.myAccountFormSection .nav-tabs > li.active > a, .myAccountFormSection .nav-tabs > li > a {
    width: 100%;
    text-align: center;
    border-radius: 0
}

.myAccountFormSection .form-group .input-group input.form-control {
    border-radius: 0 3px 3px 0
}

.myAccountFormSection .nav-tabs {
    padding-bottom: 10px;
    margin: 0
}

.myAccountFormSection .btn-custom {
    width: 100%;
    background-color: #d44800;
    border-color: #d44800;
    margin-bottom: .5em;
    border-radius: 0;
    font-weight: 700
}

.myAccountFormSection .btn-custom:hover {
    width: 100%;
    background-color: #d48438;
    border-color: #d48438
}

.myAccountFormSection .form-group {
    padding: 0 20px
}

#generatePDFProduct {
    width: 50px;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #dadada;
    border-radius: 0 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
}

.productSingleSummary #generatePDFProduct {
    width: 50px;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    cursor: pointer;
    background: 0 0;
    border-radius: 0;
    border: none
}

.unicup-generatePDF {
    display: none
}

.pdf-loader {
    display: none
}

.specificationDataRow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0
}

.variationSpecificationDataWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.variationSpecificationDataWrapper .packagesImageData, .variationSpecificationDataWrapper .specificationData {
    width: 50%
}

.variationSpecificationDataWrapper .specificationData .variationSpecificationLabel {
    width: 75%
}

.variationSpecificationDataWrapper .specificationData .variationSpecificationLabel:nth-child(2) {
    width: 25%
}

.packagesImageData, .specificationImageData {
    display: flex;
    justify-content: center;
    align-items: center
}

#packagesTableWrapper table tr td {
    padding: 5px
}

#unicup_product_excerpt {
    display: inline-block
}

.crisp-client .siq_bR {
    bottom: 65px !important
}

@media (max-width: 468px) {
    #header {
        height: 70px
    }

    .unicup-image-gallery .unicup-product-gallery-item {
        width: 300px;
        margin: 0;
    }

    .product h2 {
        padding: 0;
    }

    .step {
        max-width: 115px;
        flex-grow: 1;
        margin-bottom: 20px;
    }

    .zamowienie_steps {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    #header #mobile_nav > div:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(img/menu_button_dark2_enlarged.png) no-repeat 50% 50%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s
    }

    #header .unicup_inner_header_wrapper .login_row {
        display: none
    }

    .login-row-mobile {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center
    }

    #header .actionButtons {
        margin: 0 10px 0 0
    }

    .product-description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .product-description .wp-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 0
    }

    .variationSpecificationDataWrapper {
        flex-direction: column
    }

    .variationSpecificationDataWrapper .specificationData {
        width: 100%;
        margin-top: 20px
    }

    .variationSpecificationDataWrapper .specificationData .variationSpecificationLabel:nth-child(2) {
        text-align: center
    }

    #packagesTableWrapper {
        overflow-x: auto;
        flex-direction: row;
        padding-bottom: 15px
    }

    #packagesTableWrapper table td {
        padding: 0 5px
    }
}

.variations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column
}

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

.unicup-single-product-available {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eff3f2;
    padding: 20px;
    font-weight: 700
}

.unicup-single-product-available.in-stock {
    color: #28a745 !important
}

#single_product_add_to_cart_button:hover {
    background-color: orange;
    color: #07283d;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear
}

#single_product_add_to_cart_button {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    background-color: #07283d;
    font-size: 1.3em
}

.unicup-summary-row__wrapper {
    display: flex;
    width: 100%;
    font-size: 1em;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between
}

.unicup-sumarry-row__label {
    float: left;
    width: 40%
}

#single-product-sku__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding-left: 20px;
    color: #000;
    width: 200px;
    font: Raleway, sans-serif;
    vertical-align: middle;
    height: 2em;
    border: 1px solid #07283d;
    border-radius: 47px !important
}

.unicup-summary-row__wrapper .qty {
    width: 100% !important;
    min-width: 100px !important
}

.thumbnails a {
    max-width: 100px !important
}

.images .woocommerce-main-image img {
    max-width: 550px !important
}

#unicup-variation-gallery-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%
}

.related.products .unicup-product-gallery-item {
    margin-left: 0;
    margin-right: 0;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.slider .rplg {
    position: absolute;
    bottom: 80px;
    left: 80px;
}

.wc-order-proposal-pay-button {
    float: unset !important;
    margin-top: unset !important;
}

.woocommerce-orders-table__cell-order-actions .button,
.wc-order-proposal-pay-button {
    display: inline-block;
    border: 2px solid #808080;
    border-radius: 3px;
    background: #eee;
    padding: 5px 12px;
    font-size: 15px;
    font-weight: bold;
}
.woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce-orders-table__cell-order-actions .button:focus,
.wc-order-proposal-pay-button:hover,
.wc-order-proposal-pay-button:focus {
    background: #fff;
}

.woocommerce-orders-table__cell-order-actions .button {
    margin: 0 5px;
}
.woocommerce-orders-table__cell-order-actions .button.pay {
    color: #b90000;
}

.curr_switcher {background: url("/wp-content/themes/unicup/img/down_arrow.png") 90% center no-repeat;}
.wcumcs-select {width: 85px;}
.wcumcs-select:focus {outline: none;}
.wcumcs-select option {background-color: white; color: black; padding: 10px 22px; font-size: 100%; margin-bottom: 10px;}
@media (min-width: 961px) {
	.wcumcs-select {font-size: 18px;}
}

@media (min-width: 458px) {
    .menu > li > ul.sub-menu {
        background-color: #f2f2f2;
        padding: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
    }

    .menu ul.sub-menu > li > ul.sub-menu {
        background-color: #f2f2f2;
        padding: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
    }

    .menu ul.sub-menu > li:hover {
        background-color: #e0e0e0;
        transition: background-color 0.3s ease;
    }

    .menu ul.sub-menu a {
        text-decoration: none;
        color: inherit;
        transition: color 0.3s ease;
    }

    .menu ul.sub-menu a:hover {
        color: #ff0000;
    }
}
