/**
 *** CSS Indexing ***
 * THEME DEFAULT CSS
 * RESET CSS
 * HEADER AREA CSS
 * MENU AREA CSS
 * MAIN CONTENT AREA CSS
 * FOOTER AREA CSS
 * SCROLL TO TOP CSS
 * PRELOADER CSS
**/

/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body {
    line-height: 24px;
    font-size: 16px;
    color: #727272;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 29px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 19px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 16px;
}
a {
    transition: 0.4s;
}
a,
a:hover {
    color: #727272;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
input[type="password"],
textarea {
	background: transparent;
    width: 100%;
    border: none;
    padding: 10px 50px 10px 15px;
    font-style: italic;
    font-size: 15px;
    color: #313131;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/others/select-down.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #54565b;
}
textarea {
    height: 90px;
	border: 1px solid #ccc;
	resize: none;
	padding: 10px 15px;
	font-style: italic;
	font-size: 16px;
	margin: 18px 0;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.ptb-100 {
    padding: 100px 0;
}
.pb-100 {
    padding-bottom: 100px;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.theme-btn {
	font-family: 'Montserrat', sans-serif;
    background-color: #ec774b;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 8px 28px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.theme-btn i {
	margin-right: 12px;
}
.theme-btn span {
	font-weight: 700;
}

.btn-primary {
	border: none;
}
.theme-btn:hover {
    background-color: #74cee4;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #74cee4;
    color: #fff !important;
    border-color: transparent;
}
/*------------------------------------
-------- HEADER AREA CSS START --------
-------------------------------------*/
.header-top {
    background: #f6f6f6;
    padding: 0 0 25px;
}

.header-top .flexbox-center {
    align-items: flex-end;
    min-width: 100%;
}
.header-content a {
    display: inline-block;
}

.header-content p {
    margin-top: 12px;
    font-size: 18px;
}

.header-content form button {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    color: #9a9899;
    font-size: 20px;
}

.header-content form {
    background: #fff;
    position: relative;
    border: 1px solid #dbd6d8;
}

.header-content ul li {
    display: inline-block;
    margin-left: 15px;
}

.header-content ul li a {
    text-decoration: underline;
    color: #373737;
    opacity: 0.7;
}

.header-content ul li a:hover {
    opacity: 1;
}

.header-content ul {
    margin-bottom: 15px;
}

.header-content {
    margin-top: 30px;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*-----------------------------------
-------- MENU AREA CSS START --------
-----------------------------------*/
.mainmenu ul li {
    display: inline-block;
}
.mobile-menu li a:hover::before,
.mobile-menu li.active a::before,
.menubar ul li a:hover::before,
.menubar ul li.active a::before {
	width: 100%;
}
.mobile-menu li a::before,
.menubar ul li a::before {
	position: absolute;
	bottom: 0;
    right: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 0;
	height: 3px;
	background: #74cee4;
	transition: 0.4s;
}

.mobile-left-area {
    display: none;
}
.mainmenu ul li a {
    padding: 15px 0 16px;
    display: inline-block;
    font-weight: 600;
    color: #4f4f4f;
    position: relative;
}

.mainmenu ul li {
    margin-right: 22px;
}

.menubar {
    background: #f6f6f6;
    border-top: 1px solid #dbd6d8;
    border-bottom: 1px solid #dbd6d8;
    box-shadow: 0 -1px 1px #e3e3e3;
}

.menu-right {
    text-align: right;
}

.menu-right p i {
    margin-left: 12px;
    margin-right: 5px;
}

.menu-right p {
    font-weight: 700;
    color: #313131;
}
.menu-right p a{
    color: #313131;
}
/*-----------------------------------
--------- MENU AREA CSS END ---------
------------------------------------*/

/*------------------------------------
------- MAIN CONTENT CSS START -------
-------------------------------------*/
.main-content .container {
	background: #fff;
    padding-top: 35px;
    padding-bottom: 60px;
}
.main-content {
    position: relative;
	z-index: 1;
}
.main-content::before {
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background: url(../img/others/content-left.png) repeat-y left center;
}
.main-content::after {
	z-index: -1;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background: url(../img/others/content-right.png) repeat-y right center;
}
h5.widget-heading {
    background: #74cee4;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 5px;
    transition: 0.4s;
}

.widget {
    margin-bottom: 5px;
}

h5.widget-heading:hover {
    background: #ec774b;
}

.widget.widget-sell ul li a {
    color: #010101;
    margin: 6px 0;
    display: block;
}

.widget.widget-sell ul {
    padding: 8px 15px 5px;
}

.widget.widget-sell ul li a:hover {
    color: #ec774b;
}

.widget.widget-sell ul ul {
    padding: 0;
}

.widget-purchase  ul li a,
.widget.widget-sell ul ul li a {
    position: relative;
    padding-left: 18px;
}

.widget-purchase ul li a::before ,
.widget.widget-sell ul ul li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #010101;
    content: "";
    border-radius: 100%;
    margin: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.widget-purchase ul li a:hover::before ,
.widget.widget-sell ul ul li a:hover::before {
    border-color: #ec774b;
    background: #ec774b;
}

.widget ul li {
    font-weight: 600;
}

h5.widget-heading i {
    float: right;
}

.widget.widget-tv ul li a {
    padding: 8px 32px 8px 18px;
    display: block;
    background: #dcf1f5;
    margin-top: 3px;
    border-radius: 5px;
    color: #000000;
}
.services span {
    font-size: 14px;
    display: block;
}

.services h2 {
    margin-top: 12px;
    color: #313131;
    margin-bottom: 20px;
}

.services-content {
    background: #f6f6f6;
    padding: 35px 20px 0;
}

.service-icon {
    width: 50px;
    margin-right: 10px;
    float: left;
}

.service-info {
    overflow: hidden;
}

.service-box {
    margin-bottom: 30px;
}

.service-info h4 {
    color: #313131;
    margin-bottom: 3px;
}

.service-info p {
    color: #313131;
}
.products h1 {
    color: #313131;
    margin-bottom: 25px;
}

.products select {
    width: auto;
    border: 1px solid #ddd;
    padding: 5px 45px 5px 10px;
    font-style: normal;
    color: #727272;
    margin-left: 20px;
}

.products span {
    color: #313131;
    opacity: 0.68;
}

.single-product {
    margin-top: 20px;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
	transition: 0.4s;
	overflow: hidden;
}

.product-img {
    position: relative;
	height: 185px;
}

.product-discount {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 42px;
    height: 42px;
    background: #f1b836;
    color: #fff;
    border-radius: 100%;
    line-height: 42px;
    font-size: 15px;
}

.products .row {
	margin-left: -5px;
	margin-right: -5px;
}
.products [class*="col-md-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.product-info {
    background: #f6f6f6;
    padding: 12px 0;
	transition: 0.4s;
}
.single-product:hover .product-info {
    background: transparent;
}
.single-product:hover {
    border: 1px solid #ec774b;
}

.single-product:hover .product-info p {
	transform: translateY(-50%);
}
.product-info p {
	transition: 0.4s;
	transform: translateY(0);
}
.product-info h4 {
    color: #ec774b;
    margin-top: 5px;
}

.product-overlay {
    background: #ec774b;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.single-product:hover .product-overlay {
    transform: translateY(0);
}
.product-btn a {
    color: #ec774b;
    border-bottom: 1px solid #ec774b;
    line-height: normal;
    font-weight: 600;
}

.product-btn {
    text-align: center;
    padding: 38px 0 50px;
    border-bottom: 1px solid #ddd;
}

.product-children {
    margin-top: 45px;
}

.product-children h3 {
    color: #313131;
    margin-bottom: 15px;
}

.product-children p {
    color: #383838;
    font-weight: 300;
}

.services {
    margin-bottom: 45px;
}
/*------------------------------------
-------- MAIN CONTENT CSS END --------
-------------------------------------*/

/*--------------------------------------
--------- FOOTER AREA CSS START --------
---------------------------------------*/
.footer {
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    padding: 12px 0 52px;
}
.footer-widget.widget-contact {
    margin-right: -25px;
}
.footer-widget {
    margin-top: 30px;
}

.footer-widget h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #606060;
}

.footer-widget a {
	display: block;
}
.footer-widget.widget-contact a:hover {
    text-decoration: underline;
}
.footer-widget p {
    font-size: 14px;
}

.footer-widget img {
    margin-bottom: 40px;
}
/*--------------------------------------
--------- FOOTER AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop {
    width: 35px;
    height: 35px;
    line-height: 33px;
	border-radius: 100%;
    color: #ec774b;
    position: fixed;
	display: none;
	font-size: 20px;
    bottom: 42px;
    right: 45px;
    z-index: 99;
    text-align: center;
    border: 1px solid #ec774b;
}
.scrollToTop:hover {
    background: #ec774b;
    color: #fff;
    border: 1px solid #ec774b;
}
.scrollToTop:focus {
    border: 1px solid #ec774b;
    color: #ec774b;
}
/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../img/loader.gif") no-repeat center center;
}
/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

.widget.widget-tv ul li a.category-sub-link {
    padding: 2px 18px;
    background: #ffffff;
    margin-top: 3px;
    border-radius: 5px;
    color: #010101;
    margin: 6px 0;
    display: block;
}

.widget.widget-tv ul li a.category-sub-link:hover {
    color: #ec774b;
}

.block-categories .collapse-icons i {
    display: none !important;
}

.block-categories .collapse-icons::before {
    content: "\f107";
    position: absolute;
    top: 6px;
    font: normal normal normal 24px/1 FontAwesome;
}

.block-categories .collapse-icons {
    text-align: center;
    vertical-align: middle !important;
}

.block-categories .collapse-icons[aria-expanded=true]::before {
    content: "\f077";
    position: absolute;
    top: 9px;
    font: normal normal normal 16px/1 FontAwesome;
}

.h2.products-section-title {
    color: #313131;
    margin-bottom: 25px;
    text-align: left;
    font-size: 29px;
    font-weight: 600;
}

a.quick-view {
    color: #FFF;
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    min-height: 194px;
    width: 194px;
}

.category-id-parent-1 .card.card-block {
    display: none;
}

.mobile-left-area div#_desktop_top_menu li {
    max-width: 100% !important;
}

.mobile-left-area div#_desktop_top_menu li a {
    max-width: 100%;
    white-space: initial;
}

.footer-widget > p > a {
    padding-bottom: 40px;
    display: inline-block;
}

.col-md-4.eet {padding-top: 28px;line-height: 1.35;font-size: 16px;}

.container nav.breadcrumb {
    padding: 0 15px !important;
}

header h1 {
    padding: 0 15px;
}

.products-sort-order .select-title {
    font-size: 13px;
    padding-right: 2px;
}

.products-selection .sort-by {
    font-size: 13px;
    padding: 0 5px 0;
}

.products-sort-order .select-list {
    font-size: 13px;
    padding: 10px;
}

.mobile-left-area .widget-purchase ul li a::before, .mobile-left-area .widget.widget-sell ul ul li a::before {
	display: none
}

.mobile-left-area .widget-purchase ul li a, .mobile-left-area .widget.widget-sell ul ul li a {
	color: #000;
}

#category #search_filter_toggler {
    width: 100%;
    max-width: 96%;
    /* margin-left: 15px; */
    margin-top: 12px;
    margin: 10px auto 0 15px;
    display: block;
    padding: 6px;
}

#products .up .btn-secondary, #products .up .btn-tertiary {
    color: #FFF;
}

.clear {
    clear: both;
    width: 100%;
    display: block;
    height: 1px;
    flex: 0;
}

#product-modal {
    /* z-index: 9999999999999999; */
    /* position: relative; */
}

.product-cover a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
	left: 0;
	top: 0;
	top: 0;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    text-transform: inherit;
}

#products .product-title.smaller, .featured-products .product-title.smaller {
    font-size: 15px;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-weight: 600;
}

#content-wrapper h1 {
    text-transform: uppercase;
    color: #232323;
    font-size: 1.563rem;
    font-weight: 700;
}

.block-category {
    min-height: auto;
}

.main_page_desc h3 {
    padding: 30px 0px 10px;
}

.page-cms h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-cms #main header.page-header {
    margin-bottom: 0;
}

.widget.widget-tv ul li a.active,a.category-sub-link.active {
    color: #ec774b !important;
    text-decoration: underline;
}

.sleva.velkoobchod, .sleva.maloobchod {
    float: right;
    padding: 0;
    background: #74cee4;
    border-radius: 1000px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
}

.featured-products .product-miniature .on-sale.on-sale, #products .product-miniature .product-flag.product-discount.on-sale {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 42px;
    height: 42px;
    background: #f39d72;
    color: #fff;
    border-radius: 100%;
    line-height: 42px;
    font-size: 15px;
    left: auto;
}

.switcher {
    position: relative;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    background: #000;
    text-align: center;
    color: #FFF;
}

.switcher a {
    color: #FFF;
}

.search-widget form button[type=submit] {
    padding-right: 5px;
    padding-top: 4px;
}

body#checkout #wrapper {
    padding: 50px;
}

#checkout input[type="text"], #checkout input[type="email"], #checkout input[type="number"], #checkout input[type="tel"], #checkout input[type="search"], #checkout select, #checkout input[type="password"], #checkout textarea {
    border: 1px solid #74cee4;
	
}