/* here you can put your own css to customize and override the theme */
.hidden {
	display: none;
}

.showed {
	display: block;
}

.button-wide	{
	width: 100%;
	padding: 10px;
	padding-left: 20px;
	font-size:16px;
	font-weight: bold;
	background-color: rgb(249, 249, 249);
}

.icon	{
	font-size: 18px;
}

.left	{
	float: left;
}

.form-content	{
	padding: 10px;
}

.two-column	{
	width: 440px;
	margin: 5px;
	padding: 5px;
	float:left;
}

.select-box	{
	border: 1px solid #AAAAAA;
}

.select-box p {
	padding: 5px;
	line-height: 20px;
	background-color:  rgb(249, 249, 249);
}

.vertical-resizable {
	resize: vertical;
}

.input-bad {
	border: 1px solid red !important;
}

ul.errors,
ul.register_errors,
ul.profile_errors {
    text-align: left;
    list-style: none;
    color: red;
}

.required {
	font-weight: bold !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-20	{
	margin-top: 20px;
}

.voucher	{
	display: block;
	background-size:contain;
	background-repeat: no-repeat;
	position:relative;
}

.voucher span {
	position:absolute;
}

.single-product .product {
    margin: -80px 0 0 0;
}

.single-product .product-desc {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    height: 455px;
    width: 350px;
}

.product-design .product-desc {
    right: 0px;
    margin-right: 0px;
    background: none;
}

.product-text {
    padding: 30px;
    box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.1);
    z-index: 20;
    position: relative;
    height: 455px;
    background: #fff;
    border: 1px solid grey;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 15px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    background-color: #ef7d00;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.product-details {
    position: absolute;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    top: 10px;
    left: 0px;
    background: #fff;
    width: 320px;
    padding: 30px;
    height: 445px;
    z-index: 10;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#graph_editor_right_panel #right_panel_sizes{
    border: none !important;
}

#right_panel_sizes{
    border: 1px solid grey;
    margin-bottom: 10px;
}

#additional_size.open {
	left: -320px !important;
}

.product-details ul {
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;

}

.product-details li p, .tab-container li p {
	margin: 0px;
}

.product-details li {
	list-style: none;
	border-bottom: 1px solid #d3d3d3;
    display: block;
    overflow: hidden;
}

.product-details li a, .tab-container li a {
	padding: 5px 10px;
    display: block;
}

.tab-container li a {
    display: initial;
}

.product-details li table {
    margin: 0;
    border: none;
    display: table;
}

.tab-container li table {
    border: 0px;
    width: 95%;
    margin: 0 auto 25px auto;
}

#additional_size > li > table > tr > td {
	padding: 5px 10px !important;
}

.product-details li table td, .product-details li table th, .tab-container li table td, .tab-container li table th {
	border: none;
}

.tabs.hide-xs-only .col_half:first-child {
    padding-right: 10px;
}

.flex-viewport {
    max-height: none;
}

.flex-viewport .slide img {
	max-height: 500px;
    /*max-width: 745px;*/
	max-width: 720px;
    height: auto !important;
    width: auto !important;
}

.portfolio-single-image .flex-viewport .slide img {
  margin: 0 auto;
}

#related-portfolio {

}

.add-to-cart {
	float: right;
}

.product-text p {
    line-height: 18px !important;
    font-size: 13px;
    text-align: right;
}

.product-text table tr td {
	padding: 5px 5px !important;
	vertical-align: middle !important;
	border-top: 0px;
}

.product-text table tr td label {
	font-weight: normal;
	text-transform: inherit;
	margin-bottom: 0px;
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0px;
	display: block;
}

.product-text .form-control {
    display: block;
    width: auto;
    height: auto;
    margin: 0px;
}

.product-text table tr td.td-price {
	text-align: right;
}



.single-product .product-price {
    float: right;
    font-size: 24px;
    color: #ef7d00;
    margin-bottom: 0;
    line-height: 15px;
    text-align: right;
}

.product-price em {
    font-size: 12px;
    font-style: normal;
    color: #000;
}

.content-wrap {
    position: relative;
}

#page-title h1 {
    padding: 20px 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
}

.fslider {
    min-height: 460px;
}

.product-design .fslider {
    min-height: auto;
}

#logo a.standard-logo {
    display: block !important;
}

/*
.feature-box.media-box.fbox-bg .fbox-media {
    height: auto !important;
}*/

.feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.feature-box.media-box.fbox-bg .fbox-media {
    /* border-radius: 5px 5px 0 0;
    border: 1px solid #E5E5E5; */
    overflow: hidden;
}

.feature-box.media-box.fbox-bg .fbox-media img {
	height: auto;
    width: auto;
    position: relative;
    max-height: 100%; /* 140px */
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0px;
}

#related-portfolio .iportfolio {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
}

.owl-carousel .owl-item {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    height: auto;
    width: auto;
    position: relative;
    max-height: 140px;
    max-width: 100%;
    margin: 0 auto !important;
}

.owl-carousel .owl-item .portfolio-image {
    border-bottom: 1px solid #E5E5E5;
}

.verified-images {
	width: 75px !important;
	display: inline-block !important;
}

p.shipping-info {
	line-height: 18px !important;
    font-size: 13px;
    text-align: right;
	/*
    width: 250px;
	*/
    bottom: 20px;
    right: 0px;
    margin: 0px;
    padding-right: 20px;
    position: absolute;
}

#top-cart.top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 200;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

#top-cart.top-cart-open .top-cart-content .top-cart-items {
    overflow-y: auto;
}

#top-cart .top-cart-content {
	top: 50px;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
    top: 50px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: none !important;
}

.table-striped > tbody > tr:nth-child(odd), .table-striped > tbody > tr:nth-child(odd) {
    background-color: #eee;
}

.table-striped > tbody > tr:hover, .table-striped > tbody > tr:hover {
	background-color: #ef7d00 !important;
}

.zend_form dt,
.zend_form .form-element label {
    width: 50%;
    float: left;
    clear: left;
}

.zend_form dt label,
.zend_form .form-element label {
    margin: 12px 0px;
}

.zend_form dd,
.zend_form .form-element input,
.zend_form .form-element select {
	width: 50%;
	float: left;
    clear: right;
    margin-bottom: 0px;

}

form#form_billing .zend_form .form-element input,
form#form_billing .zend_form .form-element select,
form#form_shipping .zend_form .form-element input,
form#form_shipping .zend_form .form-element select {
    float: right;
}

.zend_form ul.errors,
.zend_form ul.register_errors,
.zend_form ul.profile_errors {
    text-align: right;
    list-style: none;
    color: red;
    clear: both;
    margin: 0 0 40px 0;
}

.modal-padding {
	margin: 0px !important;
}

.cart-product-price input.form-control {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
}

.feature-box.media-box.fbox-bg .fbox-media {
    margin: 0;
    height: auto;
}

.references .feature-box.media-box.fbox-bg .fbox-media {
    margin: 0;
    height: 140px;
}


/*
@media all and (max-width: 767px) {
	.single-product .product-desc {
	    padding: 0;
	    position: relative;
	    top: 0;
	    right: 0;
	    background: #fff;
	    height: auto;
	    width: auto;
	}

	.product-text {
        padding: 30px;
	    box-shadow: none;
	    z-index: 20;
	    position: relative;
	    height: auto;
	}

	.product-details {
	    position: absolute;
	    top: 70px;
	    left: 30px;
	    background: #eee;
	    width: 380px;
	    padding: 30px;
	    height: 320px;
	    overflow-y: scroll;
	    z-index: 100;
	}
}*/

@media all and (max-width: 992px) {
	.single-product .product-desc {
        padding: 0;
	    position: relative;
	    background: #fff;
	    height: auto;
	    width: auto;
	    float: right;
	    top: 0px;
	    right: 0px;
	    margin: 0px;
	}

	.product-text {
	    padding: 0;
	    box-shadow: none;
	    z-index: 20;
	    position: relative;
	    height: auto;
	    background: #fff;
	}

	.product-details {
	    position: absolute;
	    top: 10px;
	    left: 0px;
	    background: #fff;
	    width: 100%;
	    padding: 30px;
	    height: 250px;
	    z-index: 10;
	    overflow-y: auto;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}

	#additional_size.open {
	    left: 0px !important;
	    top: 170px;
	    z-index: 50;
	    width: 100%;
	}

	.fslider {
    	min-height: 160px; /* Reserve height on tablet/mobile — prevents CLS */
	}

    .flex-viewport .slide:not(.use_square) img {
        max-width: 100% !important;
     }

	.certificates {
	    position: relative;
	    bottom: 0px;
	    text-align: center;
	    margin: 10px 0;
	    right: 0px;
	}

	.shipping-info {
	    position: relative !important;
	    bottom: 0px !important;
	    text-align: center !important;
	    margin: 10px 0 !important;
	    right: 0px !important;
	}

	.product .col_full {
		margin-bottom: 0px !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), not all, not all, not all, only screen and (max-width: 991px) and (min-resolution: 192dpi), only screen and (max-width: 991px) and (min-resolution: 2dppx) {
	#logo a.standard-logo {
	    display: block;
	}
}

@media (max-width: 991px) {
	#primary-menu-trigger {
	    opacity: 1;
	    pointer-events: auto;
	    top: 25px;
	    margin-top: 0;
	    right: 35px;
	    z-index: 1;
	    left: inherit;
	}
}


@media (max-width: 479px) {
	#primary-menu-trigger {
	    opacity: 1;
	    pointer-events: auto;
	    top: 10px;
	    margin-top: 0;
	    right: -10px;
	    z-index: 1;
        left: inherit;
	}
}

.promo {
	padding:15px;
}

.promo p {
	margin: 0px;
}


#captcha {
	display: none;
}

#search-results {
    position: relative;
    border-bottom: 1px solid #EEE;
    line-height: 44px;
    font-size: 13px;
}

#search-results .col_one_third {
    margin: auto;
    float: none;
    padding: 4px 12px;
}

#search-results a {
    color: rgb(85, 85, 85);
    width: 100%;
    height: 30px;
    padding: 4px 12px;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
}

#search-results a:hover {
    background-color: rgb(238, 238, 238);
}

#search-results a .highlight {
    color: #ef7d00;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.cart-step-info h3 {
    padding-top: 30px;
}

.show-xs-only {
    display: none;
}

.tabs.ui-tabs::marker {
    content: none;
}

@media (max-width: 991px) {
    .container-fullwidth.container-steps {
        width: inherit !important;
    }
}

@media (max-width: 767px) {
    .cart-step-shipping .col-xs-12:not(:first-child) h3 {
        padding-top: 30px;
    }

    table.summary .parameters {
        display: none;
    }

    table.summary .total-amount {
        height: 66px;
    }

    table.summary .total-amount h2 {
        position: absolute;
    }

    .process-steps li {
        text-align: left;
    }

    .process-steps li .i-bordered {
        width: 30px !important;
        height: 30px !important;
        font-size: 16px;
        line-height: 30px !important;
    }

    .process-steps li {
        text-align: center;
    }

    .process-steps a h5 {
        display: inline-block;
        /*margin: 0 0 0 10px;*/
        line-height: 18px;
    }

    .process-steps li.active a:not(.i-bordered) {
        background: none !important;
    }

    .show-xs-only {
        display: list-item;
    }

    .hide-xs-only {
        display: none;
    }

    .top-cart-content {
        display: none;
    }
}

tr.note-row td {
    border: none !important;
}

tr.note-row td.text-label {
    font-weight: 600;
    text-align: right;
}

.top-promo {
    padding: 4px 0 8px 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.top-promo.promo-white {
    border-bottom: 1px solid #e5e5e5;
}

.top-promo .container {
    position: relative;
}

.top-promo p {
    padding-top: 12px;
    font-weight: 400;
    font-size: 15px;
}

.top-promo.promo-full p {
    color: #ccc;
}

.top-promo.promo-flat p {
    color: #fff;
}

.top-promo.promo-light p {
    color: #777;
}

.top-promo.promo-white p {
    color: #777;
}

.top-promo.promo-flat .button {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.top-promo.promo-full .button:hover {
    background-color: #777 !important;
}

.top-promo.promo-flat .button:hover {
    background-color: #fff !important;
}

.top-promo.promo-light .button:hover {
    background-color: #111 !important;
}

.top-promo.promo-white .button:hover {
    background-color: #111 !important;
}

.top-promo .promo-remove {
    position: absolute;
    /*right: 14px;*/
    left: 50%;
    /*top: -22px;*/
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    padding: 2px;
    opacity: 0.6;
    transform: translate(-50%, -50%);
}

.top-promo .promo-remove:hover {
    cursor: pointer;
    opacity: 1;
}

.top-promo.promo-full .promo-remove {
    color: #ccc;
}

.top-promo.promo-light .promo-remove {
    color: #777 !important;
}

.top-promo.promo-white .promo-remove {
    color: #777 !important;
}

.top-promo.promo-flat .promo-remove {
    color: #fff !important;
}

.top-promo h3 span {
    background-color: inherit !important;
}

.top-promo.promo-own h3 {
    color: inherit !important;
}

.top-promo .top-promo-row {
    display: flex;
}

.top-promo .top-promo-offset, .top-promo .top-promo-remove {
    flex: 1;
    position: relative;
}

.top-promo .top-promo-remove {
    margin-top: 4px;
}

.top-promo .top-promo-content {
    flex: 5;
    position: relative;
}

#top_cart_total_without_vat {
    font-size: 14px;
    padding-left: 10px;
    line-height: 30px;
    color: #555;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a.color {
    color: #ef7d00 !important;
}

/*xs*/
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .cart-total-price td {
        /*position: absolute;*/
    }
    .cart-total-price .cart-product-price {
        text-align: left !important;
    }
    /*.quantity .disabled {*/
        /*display: none;*/
    /*}*/
    .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 4px;
        height: 4px;
        border-radius: 10px;
        background-color: #ccc;
    }
    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 10px;
        height: 8px;
        background-color: #999;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}

/*sm*/
@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
    .cart-total-price td {
        /*position: absolute;*/
    }
    .cart-total-price .cart-product-price {
        text-align: left !important;
    }
    .quantity .disabled {
        display: none;
    }
    .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #444;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}

/*md*/
@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-md {
        display: none !important;
    }
}

/*lg*/
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.content-wrap a:not(.button):not(.i-circled):visited, .content-wrap a:not(.button):not(.i-circled):active {
    color: #ef7d00;
}

a.grey {
    color: #555;
}

#cart-trigger {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    pointer-events: auto;
    top: 10px;
    margin-top: 0;
    right: -10px;
    z-index: 1;
    left: inherit;
    opacity: 1;
    -webkit-transition: opacity .2s .2s ease, top .4s ease;
    -o-transition: opacity .2s .2s ease, top .4s ease;
    transition: opacity .2s .2s ease, top .4s ease;
    font-size: 20px;
    display: none;
}

@media (max-width: 479px) {
    #cart-trigger {
        display: block;
    }
    #primary-menu-trigger {
        right: 40px;
    }
}

#cart-trigger a {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#cart-trigger a span {
    display: block;
    position: absolute;
    top: 7px;
    left: auto;
    right: 0;
    font-size: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #ef7d00;
    border-radius: 50%;
}

.mega-menu-search {
    display: none;
    width: 100%;
    height: 40px;
    margin: 8px;
}

.search-box {
    display: flex;
    width: 50%;
    height: 40px;
    margin: auto;
}

.search-box > div {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 2px;
    height: 40px;
    float: left;
}

.search-box .search-box-icon {
    max-width: 40px;
    text-align: center;
    flex: 1;
}

.search-box .search-box-icon i {
    line-height: 38px !important;
    margin-right: 0 !important;
    color: #ef7d00;
}

.search-box .search-box-input {
    flex: 3;
}

.search-box .search-box-input input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border: none;
}

.search-box .search-box-input input::placeholder {
    color: #CCC;
}

.search-box .search-box-cancel {
    max-width: 40px;
    text-align: center;
    flex: 1;
}

.search-box .search-box-cancel i {
    line-height: 38px !important;
    margin-right: 0 !important;
}

.mega-menu-results .results {
    width: 60%;
    margin: auto;
    padding-left: 40px;
}

.mega-menu-results .results a {
    height: initial !important;
    color: rgb(85, 85, 85) !important;
    padding: 4px 12px !important;
    line-height: 24px !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 13px !important;
    font-family: Roboto, sans-serif !important;
}

.mega-menu-results .results a:hover {
    background-color: rgb(238, 238, 238);
}

.mega-menu-results .results a .highlight {
    color: #ef7d00;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    display: inline-block !important;
}

#mobile-search {
    display: none;
}

#page-search {
    margin-bottom: 40px;
}

#mobile-search .results {
    width: 100%;
    margin: auto;
    padding-left: 20px;
}

#mobile-search .results a {
    color: rgb(85, 85, 85) !important;
    display: block;
    width: 100%;
    height: initial !important;
    padding: 4px 0 !important;
    line-height: 24px !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 13px !important;
    font-family: Roboto, sans-serif !important;
}

#mobile-search .results a:hover {
    background-color: rgb(238, 238, 238);
}

#mobile-search .results a .highlight {
    color: #ef7d00;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    display: inline-block !important;
}

/*sm*/
@media (max-width: 991px) {
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover .mega-menu-results .results a {
        color: rgb(85, 85, 85) !important;
    }

    .search-box {
        width: 100%;
    }

    .search-box > div {
        border-bottom: none;
        padding-bottom: 0;
    }

    .mega-menu-results .results {
        width: 100%;
    }

    #mobile-search {
        display: block;
    }

    .mega-menu-search, .mega-menu-results {
        display: none;
    }

    #page-search {
        display: none;
    }
}

.slider-search-box {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 40%;
    height: 40px;
    transform: translate(-50%, -50%);
    display: none;
}

.slider-search-box > div {
    height: 40px;
    float: left;
}

.slider-search-box .slider-search-icon {
    flex: 1;
    max-width: 40px;
    text-align: center;
}

.slider-search-box .slider-search-icon i {
    line-height: 40px !important;
    color: #ef7d00;
    font-size: 20px;
}

.slider-search-box .slider-search-input {
    flex: 3;
}

.slider-search-box .slider-search-input input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border: none;
    background-color: inherit;
}

.slider-search-box .slider-search-input input::placeholder {
    color: #444;
}

/*sm*/
@media (max-width: 991px) {
    .slider-search-box {
        display: none;
    }

    .header-search-box {
        display: none;
    }
}

.header-search-box {
    background-color: rgba(255, 255, 255, 0.8);
    height: 40px;
    width: 300px;
    float: left;
    display: flex;
    margin: 20px 0 0 40px;
    border: 1px solid rgb(238 238 238);
    border-radius: 3px;
}

.header-search-box > div {
    height: 40px;
    float: left;
}

.header-search-box .header-search-icon {
    flex: 1;
    max-width: 40px;
    text-align: center;
}

.header-search-box .header-search-icon i {
    line-height: 40px !important;
    color: #ef7d00;
    font-size: 20px;
}

.header-search-box .header-search-input {
    flex: 3;
}

.header-search-box .header-search-input input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border: none;
    background-color: inherit;
}

.header-search-box .header-search-input input::placeholder {
    color: #444;
}

/*md*/
@media (max-width: 1199px) and (min-width: 992px){
    .header-search-box {
        width: 210px;
        margin: 20px 0;
    }
}

/*sm*/
@media (max-width: 991px) {
    .header-search-box {
        display: none;
    }
}


#blog-categories a,
#blog-categories a:active,
#blog-categories a:visited {
    color: rgb(85, 85, 85) !important;
}

#blog-categories a.active,
#blog-categories a.active:active,
#blog-categories a.active:visited {
    color: #ef7d00 !important;
}

#header-wrap {
    border-bottom: 4px solid #ef7d00;
}

#logo a.mobile-logo {
    display: none;
}

/*sm*/
@media (max-width: 991px) {
    #logo a.mobile-logo {
        display: block !important;
    }

    #logo a.standard-logo {
        display: none !important;
    }
}

.clients .row {
    display: flex;
    justify-content: center;
    flex-flow:row wrap;
}

.clients .col-lg-2 {
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clients .client {
    /*position: absolute;*/
}

.clients .client img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.clients .client:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#primary-menu ul li.mega-menu.sub-menu > a > div > i {
    line-height: 20px;
    top: 1px;
    font-size: 20px !important;
}

.benefit {
    margin-top: 96px;
}

.benefit .benefit-wrap {
    position: relative;
}

.benefit .benefit-wrap .benefit-image {
    width: 170px;
    height: 170px;
    border-radius: 10px;
    padding: 4px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    position: absolute;
    left: 50%;
    top: -80px;
    transform: translate(-50%, 0);
}

.benefit .benefit-wrap .benefit-content {
    border-radius: 10px;
    padding: 108px 8px 16px 8px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    text-align: center;
}

.benefit .benefit-wrap .benefit-content p {
    margin-bottom: 0;
}

.fslider {
    min-height: 200px; /* Reserve height before JS/images load — prevents CLS */
    max-height: 420px;
}

.flexslider {
    max-height: 420px !important;
}

.flex-viewport,
.flex-viewport .slider-wrap,
.flex-viewport .slider-wrap .slide {
    max-height: 420px;
}

.flex-viewport .slide img {
    max-height: 420px;
    max-width: none;
    /* width: 100% !important; */
    /* object-fit: contain; */
}

.flex-viewport .slide:not(.use_square) img {
    max-height: none;
    max-width: none;
    width: 100% !important;
}

.flex-caption {
    left: 64px;
    right: 64px;
    bottom: 15px;
    top: 15px;
    max-width: none;
}

.flex-caption-text {
    border-radius: 4px;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    text-shadow: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.flex-caption p:last-child {
    margin-bottom: 0;
}

.index-slide .flex-caption {

}

.index-slide .flex-caption-text {
    left: 0;
    right: auto;
    bottom: 39px;
    top: auto;
    transform: translateY(0);
}

.index-slide .flex-caption-text:empty {
    display: none;
}

#slider .slide .use_magnifier {
    /* object-fit: unset; */
}

.magnify {
    /* object-fit: contain !important; */
    height: 100% !important;
    width: 100% !important;
}

#slider-mobile {
    display: none;
}

body.stretched .slider-container {
    margin: 0;
    padding: 0;
}

.breadcrumb-full {
    position: relative !important;
    text-align: right;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.breadcrumb-mobile {
    display: none;
    text-align: center;
}

#slider .slide .lazy-div {
    text-align: center;
    display: flex;
    justify-content: center;
}

#slider .slide img {
    margin: auto;
}

@media (max-width: 767px) {

    #slider .container {
        padding: 0;
        margin: 0;
        width: 100% !important;
        height: 210px;
        position: relative;
        max-height: 210px !important;
        overflow: hidden;
    }

    #slider.has-square .container {
        height: 420px;
        max-height: 420px !important;
    }

    #slider .fslider {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #slider .flexslider, #slider .flex-viewport, #slider .slider-wrap, #slider .slide {
        height: 100%;
    }

    #slider .slide .lazy-div {
        height: 100% !important;
        width: 100% !important;
        max-width: none !important;
        left: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    #slider .slide:not(.use_square) .lazy-div {
        height: 100% !important;
    }

    #slider .slide img {
        height: 100% !important;
        width: auto !important;
        max-width: 100%;
        margin: 0; /* reset global margin:auto — parent flex handles centering */
    }

    #slider .slide:not(.use_square) img {
        object-fit: contain;
        width: 100% !important;
        height: 100% !important;
        margin: 0;
    }

    #slider-mobile {
        display: block;
    }

    #slider-mobile .container {
        width: auto !important;
    }

    #slider-mobile .slider-mobile-slide {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #slider-mobile .slider-mobile-slide p:last-child {
        margin-bottom: 0;
    }
    
    .breadcrumb-full {
        display: none;
    }

    .breadcrumb-mobile {
        display: block;
    }
}

@media (max-width: 991px) {
    #primary-menu ul li .mega-menu-content.style-2 ul a {
        height: auto !important;
        line-height: 30px !important;
    }
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.text-custom-format h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.text-custom-format h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}

.text-custom-format h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.text-custom-format h4 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.text-custom-format h5 {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.text-custom-format h6 {
    font-size: 10px;
    margin: 0 0 10px 0;
}

.index-slide[data-link] {
    cursor: pointer;
}

.autocomplete-items {
    position: absolute;
    border: 2px solid #DDD;
    width: 100%;
    z-index: 999;
}

.autocomplete-items div {
    padding: 8px;
    background-color: white;
    cursor: pointer;
}

.autocomplete-items div:hover {
    background-color: #ccc;
}

/************************************************************
    Product thumbnails height and width
 ***********************************************************/
/* Reserve space before images load to prevent CLS */
.category-thumbnail-a .lazy-div {
    aspect-ratio: 1 / 1;
    min-height: 0;
    width: 100%;
}

.category-thumbnail-a .lazy-div img {
    height:100% !important; /* 140px */
    width:100% !important; /* 140px */
}

.col_one_fourth .feature-box .fbox-desc .product-box-with-thumbnail {
    width:100%;
    height:100px;
    display:block;
}

@media (max-width: 767px) {
    .col_one_fourth .feature-box .fbox-desc .product-box-with-thumbnail {
        /* display:table; */
    }
    .col_one_fourth .feature-box .fbox-desc .product-box-with-thumbnail a {
        overflow-wrap: break-word;
    }

    .col_one_fourth.product-box {
        width: 50%;
    }
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-box {
    outline: 1px solid #e5e5e5;
}

.col_one_fourth .feature-box .fbox-desc .product-box-with-thumbnail {
    height: auto;
}

.product-row .feature-box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.product-row .feature-box .fbox-media {
    flex: 0 1 auto;
}

.product-row .feature-box .fbox-desc {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-row .feature-box .fbox-desc .product-box-with-thumbnail {
    flex: 1 1 auto;
}

.product-row .feature-box .fbox-desc > p {
    flex: 0 1 auto;
}

.lang-item > img {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.top-links ul ul img {
    top: -2px;
}



.menu-products-list {
    display: flex;
    max-height: calc(100vh - 240px);
    overflow-y: scroll;
}

.menu-products-list > ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    min-width: inherit;
    float: left;
    border-left: 1px solid #F2F2F2;
    padding: 30px 20px;
    flex: 1 0 calc(25% - 10px);
}

.menu-products-list > ul:first-child {
    border-left: 0;
}

.menu-products-list > ul > li > a {
    height: 42px;
    line-height: 42px;
}

.menu-products-list > ul > li.mega-menu-title {
    margin-top: 20px;
}

.menu-products-list > ul > li.mega-menu-title:first-child {
    margin-top: 0;
}

.menu-products-list > ul > li.mega-menu-title > a {
    font-size: 13px;
    font-weight: bold;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    color: #444 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 1.3 !important;
}

.menu-products-list > ul > li > a:hover {
    background: none;
}

#primary-menu ul li .mega-menu-content.style-2 .menu-products-list > ul > li.mega-menu-title > a.color {
    color: #ef7d00 !important;
}

#primary-menu ul li .mega-menu-content.style-2 .menu-products-list > ul {
    border-left: 1px solid #F2F2F2;
}

.menu-products-list-mobile ul li a {
    font-weight: bold !important;
    display: none;
}

.show-mobile {
    display: none;
}

@media (min-width: 992px) {
    .menu-products-list-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .menu-products-list {
        display: none;
    }

    .menu-products-list-mobile {
        display: block;
    }

    .show-not-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }
}

/*** our team block frontend ***/
#content #our-team-block-div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#content #our-team-block-div .employeeBox {
    margin-bottom: 50px;
}

#content #our-team-block-div .employeeBox .department-title {
    font-size: 20px;
    margin-bottom: 30px;
}

#content #our-team-block-div .employeeBox .employee_contact_info {
    font-size: 18px;
    color: #ef7d00;
    margin-bottom: 15px;
}

#content #our-team-block-div .employeeBox .employee_contact_info .fa {
    font-size: 22px;
    padding-right: 12px;
}

#content #our-team-block-div .employeeBox .employee_contact_info .employee-phone .fa {
    padding-right: 16px;
}

#content #our-team-block-div .employeeBox .employee-photo-and-text {
    display: flex;
}

#content #our-team-block-div .employeeBox .employee-photo-and-text .employee-photo {
    min-width: 110px;
}

#content #our-team-block-div .employeeBox .employee-photo-and-text .employee-text-and-name {
    padding-left: 10px;
}

#content #our-team-block-div .employeeBox .employee-photo-and-text .employee-text {
    font-style: italic;
    font-size: 13px;
}

#content #our-team-block-div .employeeBox .employee-photo-and-text .employee-text p {
    margin: 0;
}

#content #our-team-block-div .employeeBox .employee-photo-and-text .employee-name {
    font-weight: bold;
}

#cart .cart-product-quantity .quantity .remove {
    display: none;
}

.cart-product-subtotal-mobile {
    display: none;
}

.cart-product-note,
.cart-product-files {
    display: none;
}

@media (max-width: 767px) {
    #cart .table.cart > thead {
        display: none;
    }

    #cart .table tr {
        max-width: 100%;
    }

    .cart-product-subtotal,
    .cart-product-quantity-info,
    .cart-tr-big {
        display: none;
    }

    .cart-product-subtotal-mobile {
        display: block;
        text-align: center;
    }

    .cart-product-note,
    .cart-product-files {
        display: block;
    }

    #cart .cart_item td {
        white-space: normal;
    }

    #cart .table-responsive tbody .cart_item {
        display: flex;
        flex-direction: column;
    }

    #cart.table-responsive tbody .cart_item {
        display: flex;
        flex-direction: column;
    }

    #cart .cart-product-remove {
        display: none;
    }

    #cart .cart-product-name {
        text-align: center;
    }

    #cart .cart-product-remove a.remove:after {
        font-weight: 400;
        font-size: 13px;
    }

    #cart .cart-product-quantity .quantity {
        display: flex;
    }

    #cart .cart-product-quantity .quantity .qty {
        border: 1px solid #DDD;
        border-top: none;
        border-bottom: none;
        /*background-color: #fff;*/
    }

    #cart .cart-product-quantity .quantity .remove {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 0;
        border-right: 1px solid #DDD;
        background-color: #fff;
        text-align: center;
        margin-bottom: 0;
    }

    #cart .cart-product-price:not(.show-on-mobile) {
        display: none;
    }

    #cart .cart_item .cart-product-price .amount:before {
        /*content: 'Za kus ';*/
        /*font-weight: 700;*/
    }

    #cart .cart_item.cart-total-price .cart-product-price .amount:before {
        /*display: none;*/
    }

    .button-coupon-container {
        text-align: center;
        margin-bottom: 20px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .button-back-container {
        padding-left: 0;
        padding-right: 0;
    }

    .button-add-container {
        margin-bottom: 10px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .button-continue-container {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .button-continue-container-top {
        margin-top: 20px;
    }

    .button-add-container .button,
    .button-continue-container .button {
        width: 100%;
        text-align: center;
        margin: 0;
        border-radius: 0;
    }

    .button-continue-container .button {
        font-size: 16px;
    }

    .process-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .button-back, .button-method-back, .button-green, .button-coupon {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #submit_button {
        float: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

#content #our-team-block-div .employeeBox .employee-photo-and-text .employee-name {
    font-weight: bold;
}

#content #our-team-block-div .separator,
#content #our-team-block-div .separator2,
#content #our-team-block-div .separator3
{
    height:1px;
    background-color:#dbdbdb;
    width:100%;
    margin-bottom: 50px;
    display: inline-block;
}

@media (min-width: 1200px) {
    #content #our-team-block-div .separator,
    #content #our-team-block-div .separator2 {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px){

    #content #our-team-block-div .sep {
        display: none;
    }

    #content #our-team-block-div .sep.even {
        display: inline-block;
    }
    /*#content #our-team-block-div div.sep:nth-of-type(odd){*/
    /*    display:none;*/
    /*}*/

    /*#content #our-team-block-div div.sep:nth-of-type(even){*/
    /*    display: inline-block;*/
    /*}*/
}

.amount input[type=number]::-webkit-inner-spin-button
{
    width: 45px;
    height: 38px;
    opacity: 1;
    margin-right: -14px;
}

.text-custom-format.second .row {
    margin-top: 30px;
}

#inspirations #oc-product {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .text-custom-format .fluid-width-video-wrapper {
        margin-bottom: 60px;
    }
}

@media (max-width: 520px) {
    #shop .text-custom-format .row {
        margin-right: 0;
        margin-left: 0;
    }
}

#content .content-wrap .container .col-full .fancy-title.title-border.title-center {
    margin-top: 30px;
}

iframe {
    max-width: 100%;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-special, .own-size-special {
    position: relative;
}

/* .quantity-special input { */
    /* padding-left: 20px; */
/* } */

.quantity-special input:focus {
    outline: 0;
}

.quantity-nav, .own-size-nav {
    float: left;
    position: relative;
}

.quantity-button, .own-size-button {
    position: relative;
    cursor: pointer;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 30px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "FontAwesome" !important;
    line-height: 1.5;
    padding: 0;
    background: #FAFAFA;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button:active, .own-size-button:active {
    background: #EAEAEA;
}

.quantity-button.quantity-up, .own-size-button.own-size-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-top: 2px solid #DDD;
    font-family: "FontAwesome";
}

.quantity-button.quantity-down, .own-size-button.own-size-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    font-family: "FontAwesome";
    border-bottom: 2px solid #DDD;
}

div.entry-date-published p {
    margin-bottom: 0;
}

#content .category-title-link {
    color: #444;
}

.header-search-div {
    float: left;
}

#header-search-results {
    position: absolute;
    display: block;
    top: 60px;
    left: 40px;
    width: 300px;
    min-height: 200px;
    /*border: 1px solid red;*/
    background-color: white;
    z-index: 199;
}

#header-search-results-inner {
    position: absolute;
    width: 300px;
    border: 2px solid #EEE;
    border-top: none;
    height: auto;
    min-height: 200px;
    z-index: 199;
    background-color: white;
}

#header-search-results-inner .results {
    /*border: 1px solid green;*/
}

#header-search-results-inner .results a,
#header-search-results-inner .results p {
    display: block;
    height: initial !important;
    color: rgb(85, 85, 85) !important;
    padding: 4px 12px !important;
    line-height: 24px !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 13px !important;
    font-family: Roboto, sans-serif !important;
}

#header-search-results-inner .results a .highlight {
    color: #ef7d00;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    display: inline-block !important;
}

#header-search-results-inner .results a:hover {
    background-color: rgb(238, 238, 238);
}

#header-search-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 198;
    left: 0;
    top: 0;
    display: none;
}

.header-search-div {
    position: relative;
    z-index: 200;
}

@media (max-width: 1199px){
    #header-search-results {
        left: 180px;
    }
}

@media (max-width: 1199px){
    #header-search-results {
        left: 180px;
    }
}

@media (max-width: 991px) {
    .header-search-div {
        display: none;
    }
}
.tab-content iframe {
    /* width: auto; */
}

.results .product-section-name,
.results .categories-section-name {
    display: block !important;
    text-transform: capitalize;
    font-weight: bold;
    padding: 10px 0;
    margin-left: 10px;
}

.results .product-section-name .search-results-hr {
    display: block !important;
    border-top: 1px solid #ef7d00;
    /* width: 90%; */
    height: 100%;
    margin-top: -11px;
    margin-left: 62px;
    position: relative;
}

.results .categories-section-name .search-results-hr {
    display: block !important;
    border-top: 1px solid #ef7d00;
    /* width: 90%; */
    height: 100%;
    margin-top: -11px;
    margin-left: 65px;
    position: relative;
}

.results #products-section,
.results #categories-section {
    margin: 10px 0;
}

#primary-menu .mega-menu.sub-menu a .menu-middle-arrow.fa-angle-up {
    display: none;
}

#primary-menu .mega-menu.sub-menu.sfHover a .menu-middle-arrow.fa-angle-up {
    display: inline-block;
}

#primary-menu .mega-menu.sub-menu.sfHover a .menu-middle-arrow.fa-angle-down {
    display: none;
}

@media (max-width: 991px) {
    .results .product-section-name,
    .results .categories-section-name {
        margin-left: -10px;
    }

    .results .product-section-name .search-results-hr,
    .results .categories-section-name .search-results-hr {
        width: 75%;
    }

    /* #primary-menu .mega-menu.sub-menu a .menu-middle-arrow {
        display: none;
    } */

    /* #primary-menu .mega-menu.sub-menu.sfHover a {
        background-image: none;
    } */

    /* #primary-menu .mega-menu.sub-menu.sfHover a .menu-middle-arrow {
        display: inline-block;
    } */

    #primary-menu > ul > li.sub-menu > a,
    #primary-menu > .container > ul > li.sub-menu > a {
        background-image: none;
    }
}

.text-custom-format .fa.fa-smile-o {
    color: #59BA41;
    font-size: 150%;
}

.text-custom-format .fa.fa-meh-o {
    color: #ef7d00;
    font-size: 150%;
}

.text-custom-format .fa.fa-frown-o {
    color: #dc3545;
    font-size: 150%;
}

.table.cart.summary .cart-product-quantity,
.table.cart.summary .cart-product-subtotal,
.table.cart.summary .cart-product-price {
    min-width: 0;
    max-width: 180px;
}

.table.cart.summary td:first-child.cart-product-name {
    min-width: 400px;
}

@media (max-width: 767px) {
    .table.cart.summary td:first-child.cart-product-name {
        min-width: 240px;
    }
}

.cart-info-tabs > div > .button {
    width: 100%;
}

form#login-form .col_full {
    margin-bottom: 25px;
}

#form_register, #form_profile {
    display: inline-block;
    width: 100%;
}

#form_register label.required::after,
#form_profile label.required::after {
    content: ' *';
    color: red;
}

.recaptcha-right .g-recaptcha {
    float: right;
}

.amount-discount {
    color: #999;
    display: block;
    text-align: center;
    margin: auto;
}

.grayed {
    color: gray !important;
    background-color: #FFFFFF !important;
    border: lightgrey solid 1px !important;
}

@media (max-width: 790px) {
    .cookie-box .cookie-simple {
        max-width: 100% !important;
        width: 100% !important;
        max-height: 35% !important;
        font-size: 0.8em !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }
    .cookie-box .cookie-simple .btn {
        font-size: 1.25em !important;
        width: 49% !important;
        padding: 0 !important;
    }
}
@media (max-width: 281px) {
    .cookie-box .cookie-simple .btn {
        width: 100% !important;
    }
}

.certificate-btn {
    width: 60px;
    height: 60px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    color: white;
    left: 24px;
    bottom: 10px;
    cursor: pointer;
    pointer-events: visible;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    z-index: 19000;
}

.nomarginlr div.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col_half ul {
    list-style-position: inside;
}

.tab-content .row img {
    height: auto !important;
    object-fit: contain;
}

.product-config:not(.loading) .production_info_wrapper .production_date .date::after,
.product-config:not(.loading) .delivery_info_wrapper .delivery_date .date::after {
    content: url(/assets/images/icons/icon-info.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .product-config:not(.loading) .production_info_wrapper .production_date .date::after,
    .product-config:not(.loading) .delivery_info_wrapper .delivery_date .date::after {
        position: relative;
    }
}

/** PANDA COMPETITION **/
.comp-back {
    width: 700px;
    height: 320px;
    margin: 0 calc(50% - 350px);
    float: left;
    position: relative;
}

.comp-panda {
    width: 420px;
    position: absolute;
    top: -20px;
    bottom: -30px;
    right: 0;
    overflow: hidden;
}

.comp-panda::before {
    content: url(/assets/images/panda-competition.svg);
    width: 194px;
    height: 258px;
    position: absolute;
    bottom: -20px;
    right: 0px;
}

.comp-panda-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    width: 235px;
    height: 190px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px 0 25px;
}

.comp-panda-text::before {
    content: url(/assets/images/panda-competition-bubble.svg);
    width: 235px;
    height: 225px;
    position: absolute;
    bottom: 135px;
    right: 185px;
}

.comp-panda-text .text {
    width: 165px;
    text-align: center;
    position: relative;
    line-height: 22px;
}

.comp-panda-text .text .highlight {
    background-color: unset;
    color: #ef7d00;
    padding: 0;
}

.comp-panda-text .text.email-wrong .highlight,
.comp-panda-text .text.agree-missing .highlight,
.comp-panda-text .text.error .highlight {
    color: #dc3545;
}

.comp-panda-text .text.success .highlight {
    color: #59BA41;
}

.comp-panda-text .text {
    display: none;
}

.comp-panda-text.normal .text.normal {
    display: inline-block;
}

.comp-panda-text.email-wrong .text.email-wrong {
    display: inline-block;
}

.comp-panda-text.agree-missing .text.agree-missing {
    display: inline-block;
}

.comp-panda-text.success .text.success {
    display: inline-block;
}

.comp-panda-text.error .text.error {
    display: inline-block;
}

.comp-back form {
    width: 360px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    height: 100%;
    justify-content: flex-end;
    gap: 7px;
    align-items: center;
}

.comp-back form input[name="comp_email"] {
    background-color: #E9E9E9;
    border: 0;
    border-radius: 31px;
    padding: 10px 10px 10px 10px;
    line-height: 30px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    background-image: url(/assets/images/panda-post.svg);
    background-position: 15px 17px;
    background-repeat: no-repeat;
    text-align: center;
}

.comp-back form input[type="submit"] {
    background-color: #4FB139;
    border: 3px solid #fff;
    border-radius: 31px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    padding: 2px 30px;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.06);
}

.comp-back form input[type="submit"]:hover {
    background-color: #297218;
}

.comp-back form .agree {
    display: flex;
    gap: 10px;
    padding: 0 20px;
}

.comp-back form .agree input {
    margin: 0;
}

.comp-back form label {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    text-transform: none;
    letter-spacing: normal;
    color: #ef7d00;
    background-color: #fff;
}

.comp-back form .agree label {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 17px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    color: #777;
    background-color: #fff;
}

@media all and (max-width: 767px) {
    .comp-back {
        margin: 0;
        width: 100%;
    }

    .comp-panda {
        bottom: -25px;
        overflow: visible;
        left: calc(50% - 100px);
    }

    .comp-back form {
        width: 100%;
    }

    .comp-back form .agree label {
        border-radius: 31px;
    }
}