@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* old main #EB3D2D */
:root {
 --maincolor: #131313;
 --secondarycolor: #F05B66;
 --bluecolor: #1E8CCC;
 --greycolor: #EAEAEA;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: var(--maincolor);
	font-size: 18px;
	line-height: 1.2;
	width: 100%;
	overflow-x: hidden;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--maincolor);
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
h2 span {
	color: #b1b1b1;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--maincolor);
	transition: all .4s;
	text-decoration: none !important;
}
a:hover, a:active {
	color: var(--secondarycolor);
	text-decoration: none;
}
a.reverce {
	color: #7B818C;	
}
a.reverce:hover {
	color: var(--secondarycolor);	
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
input[type="text"].form-control,
input[type="tel"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
    height: 40px;
    padding: 7px 12px;
    border-radius: 3px;
    box-shadow: none;	
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu {
	border: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.dropdown-menu:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -16px;
	left: 15px;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}
.dropdown-menu.dropdown-menu-right:before {
	left: auto;
	right: 15px;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    color: var(--maincolor);
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #fff;
	background: var(--secondarycolor);
}

@media (min-width: 1200px){
.container {
    width: 100%;
    max-width: 1200px;
}
}

.d-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.margin-bottom {
	margin-bottom: 30px;
}

.header-comment {
	text-align: center;
	color: #fff;
	background: var(--secondarycolor);
	padding: 10px 15px;
}

header {
    color: var(--maincolor);
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 0;
}
header a {
	color: var(--maincolor);
}
header a:hover {
	color: var(--maincolor);
}

#header-top-panel {
  background: var(--secondarycolor);
}
#header-top-panel > .container {
	display: flex;
  justify-content: space-between;
  align-items: center;	
}
#header-top-panel > .container:before,
#header-top-panel > .container:after {
  display: none;
}
.header-top-panel-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px){
  .header-top-panel-right {
    width: 100%;
  }	
}

.header-row {
	margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-row:before,
.header-row:after {
	display: none;
}

.header-mobile-menu > a {
    display: block;
    background-color: var(--secondarycolor);
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    padding: 0;
    text-align: center;
    border-radius: 0;
    position: relative;
    transform: translateY(0px);
    font-size: 15px;
    font-weight: bold;
}
.header-mobile-menu > a .fas {
	margin-right: 0px;
}
.header-mobile-menu > a .fa-times {
	display: none;
}
body.open-mobile-panel .header-mobile-menu > a .fa-bars {
	display: none;
}
body.open-mobile-panel .header-mobile-menu > a .fa-times {
	display: inline-block;
}

#logo {
	margin: 0;
    padding: 0;
    max-width: 215px;
}
.header-phone {
    background: url(../image/phone.png) no-repeat 0px 3px;
    position: relative;
    padding-left: 35px;
    text-align: center;
}
.header-phone a {
  display: inline-block;
}
.header-phone > strong {
    font-size: 26px;
    display: block;
    line-height: 28px;
}
.header-phone button {
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--bluecolor);
    font-size: 16px;
    border-bottom: 1px solid currentColor;
    line-height: 18px;
    height: auto;
}
.header-phone p {
	margin: 0;
}

.header-callback {
  display: inline-block;
  padding-left: 20px;
}
.header-callback .btn.btn-primary,
.header-callback .btn.btn-primary:hover,
.header-callback .btn.btn-primary:active {
	position: relative;
	background: transparent;
    color: var(--secondarycolor);
    width: auto;
    height: auto;
    min-width: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    box-shadow: none !important;
    border: 0;
    padding: 0;
    line-height: 1;
}
.header-callback .btn.btn-primary:hover {
	color: var(--maincolor);
	background: transparent;
}
.header-callback .modal {
    text-align: left;
}

.header-grafik p {
    margin: 0;
    line-height: 1.2;
}

.header-account {
    color: #fff;
    background: url(../image/user.png) no-repeat right center;
    padding-right: 20px;
    margin-right: 20px;
}
.header-account > a {
    color: #fff;
    font-size: 14px;
}
.header-account > a:hover {
    color: var(--bluecolor);
}
.header-account a.dropdown-toggle {
    font-weight: normal;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}
.header-account a.dropdown-toggle .fas {
	font-size: 18px;
	color: #fff;
}
.header-account a.dropdown-toggle:hover {
	color: #fff;	
}

.header-right-side {
	display: flex;
}
.header-compare > a,
.header-wishlist > a {
    display: block;
    position: relative;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    margin-right: 30px;
    width: auto;
    white-space: nowrap;
}
.header-compare > a .fas,
.header-wishlist > a .fas {
    color: var(--secondarycolor);
    font-size: 18px;
}
header .badge {
    position: absolute;
    top: 0px;
    right: -10px;
    background: var(--secondarycolor);
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 8px;
}
@media screen and (max-width: 1200px){
	.header-compare > a span,
	.header-wishlist > a span,
	.header-account a.dropdown-toggle span.hidden-sm {
		display: none;
	}
}

/* search */
.header-search {
	width: 100%;
}
#search {
    margin-bottom: 0px;
    width: 100%;
    padding: 0;
    position: relative;
}
#search .input-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 60px 0 15px;
    background: var(--greycolor);
    border: 0;
    outline: none;
    color: #7B818C;
    font-size: 15px;
    box-shadow: none;
    border-radius: 0px;
}
#search .input-lg::placeholder {
  color: #7B818C;
  opacity: 1;
}
#search .input-lg:-ms-input-placeholder {
  color: #7B818C;
}
#search .input-lg::-ms-input-placeholder {
  color: #7B818C;
}
#search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
}
#search .btn-lg {
	font-size: 18px;
    line-height: 45px;
    padding: 0;
    text-shadow: none;
    width: 45px;
    height: 45px;
    display: block;
    outline: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--bluecolor);
    background: transparent;
}
#search .btn-lg:hover {
	color: var(--secondarycolor);
    background: #fff;	
}
.header-lang {
	display: block;
}
.header-lang button.dropdown-toggle {
    color: #fff;
    font-size: 20px;
    border: 0;
    padding: 0;
    margin-right: 0px;
}
.header-lang button.dropdown-toggle:hover {
    color: var(--bluecolor);
    border: 0;	
    text-decoration: none;
    background: transparent;
}
.header-lang .dropdown-menu {
	min-width: 70px;
}
.header-lang .dropdown-menu .btn.btn-link {
	color: var(--maincolor);
    border: 0;
}
.header-lang .dropdown-menu .btn.btn-link:hover {
    background: var(--secondarycolor);
    text-decoration: none;
    border: 0;
    color: #fff;
}
.header_lozung p {
    margin: 0;
    font-size: 14px;	
}
/* cart */

.header-cart {
    display: flex;
    flex-direction: column;	
}
#cart {
	margin-bottom: 0px;
    margin-left: 15px;
}
#cart > .btn {
    border: 1px solid var(--bluecolor);
    padding: 0 30px 0 10px;
    display: block;
    position: relative;
    width: auto;
    height: 44px;
    line-height: 1;
    font-size: 15px;
    text-align: left;
    color: var(--bluecolor);
    background: url(../image/cart.png) no-repeat right center;
    box-shadow: none;
    border-radius: 0;
    font-weight: bold;
}
#cart > .btn:hover {
	color: var(--secondarycolor);
}
#cart > .btn .cart-title {
    display: block;
    text-align: left;
    font-weight: bold;
}
#cart #cart-total {
    font-size: 13px;
    display: block;
    font-weight: normal;
}
#cart > .btn .fas {
    position: absolute;
    top: 12px;
    left: 8px;
    color: var(--secondarycolor);
    font-size: 22px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
@media (max-width: 992px) {
	.header-cart > .btn.btn-primary {
		display: none;
	}
	#cart {
    	margin-bottom: 0px;
        margin-left: 0;
	}
}

.header-top-panel {
	background: var(--greycolor);
}

body.scrolled header {
	position: fixed;
	top: -60px;
	animation: tobottom .4s ease-in-out forwards;
}
@keyframes tobottom {
    0% { top: -60px; }   
    100% { top: 0px; }
}
body.scrolled header .header-row,
body.scrolled header #header-top-panel {
	display: none;
}

.btn-default.toggle-mobile-search {
	background: var(--greycolor);
    display: block;
    position: relative;
    width: 37px;
    height: 37px;
    color: var(--maincolor);
    font-size: 16px;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;	
    padding: 0;
}

.header-mobile-phone {
	display: none;
}

@media (max-width: 992px) {
	#header-top-panel > .container:before,
	#header-top-panel > .container:after {
		display: none;
	}
	#header-top-panel > .container #supermenu {
		display: none;	
	}
	.header-mobile-phone {
		display: block;
	}
	.header-account a.dropdown-toggle .fas {
		margin-right: 0;
	}
	.header-account a.dropdown-toggle .caret {
		display: none;
	}	
	#cart #cart-total {
		white-space: normal;
		line-height: 1.2;
	}
    #logo {
        margin: 0 auto;
    }
}
@media (max-width: 580px) {
	.header-compare > a,
	.header-wishlist > a {
		margin-right: 10px;
	}
	.header-lang button.dropdown-toggle {
		margin-right: 0px;
		font-size: 12px;
	}	
	.header-lang button.dropdown-toggle .fa {
		display: none;
	}
	.header-mobile-phone {
		font-size: 14px;
	}
	#cart #cart-total {
		font-size: 11px;
        min-width: 70px;
	}
    #search .input-group-btn,
    #search .btn-lg {
        width: 25px;
    }
    #search .input-lg {
        padding: 0 30px 0 5px;
    }
}



.navigation {
    background: #fff;
    z-index: 9;
    position: relative;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    padding-bottom: 10px;
}
.categorymenu,
.categorymenu .categorymenu-dropdown {
	position: relative;
}
.categorymenu .col-sm-3 {
  position: unset;
}
.categorymenu .categorymenu-dropdown .menu-overlay {
    position: fixed;
    background: var(--maincolor);
    opacity: .5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;	
}
.categorymenu .categorymenu-dropdown > a {
	display: block;
    background-color: var(--secondarycolor);
    height: 37px;
    line-height: 37px;
    padding: 0 25px;
    color: var(--maincolor);
    font-size: 15px;
    font-weight: bold;
    width: 255px;
    text-align: center;
    border-radius: 5px;
}
.categorymenu .categorymenu-dropdown > a > .fas {
    position: absolute;
    left: 10px;
    top: 0;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
}
.categorymenu .categorymenu-dropdown .categorymenu-dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	width: 100%;
	width: 1140px;
    padding-top: 6px;
}
.categorymenu .categorymenu-dropdown .categorymenu-dropdown-menu:before {
	content: '';
    position: absolute;
    top: -14px;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}
.categorymenu .categorymenu-dropdown:hover .categorymenu-dropdown-menu {
	display: block;
}
.categorymenu .categorymenu-dropdown > a:hover ~ .menu-overlay,
.categorymenu .categorymenu-dropdown .categorymenu-dropdown-menu:hover ~ .menu-overlay {
	display: block;
}

.navigation .navigation-column {
    width: 100%;
    max-width: 258px;
}

.navigation #menu {
    border: 0;
    margin: 0;
    position: unset;
    min-height: 44px;
}
.navigation #menu .nav {
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.navigation #menu .nav:before,
.navigation #menu .nav:after {
	display: none;
}
.navigation #menu .nav > li {
  position: unset;
  float: none;
  transition: all .4s;
  width: 100%;
  background: var(--maincolor);
}
.navigation #menu .nav > li > a {
    background: url(../image/menu.png) no-repeat 90% center var(--bluecolor);
    font-size: 20px;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 44px;
    flex-wrap: wrap;
    line-height: 1.2;
    padding: 0;
    justify-content: left;
    padding-left: 15px;
}
.navigation #menu .nav > li:hover {
	background-color: #656565;
}
.navigation #menu .nav > li > a > img {
    display: none;	
}
.navigation #menu .nav > li > div {
	display: none;
}
.navigation #menu .nav > li > div {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 100%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	height: auto;
    padding-bottom: 10px;
}
.navigation #menu .nav > li:hover > div {
	display: flex;	
}
.navigation #menu .nav > li > div > ul {
	padding: 0px;
	width: 100%;
	background: #fff;
}
.navigation #menu .nav > li > div > ul > li > a {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 15px;
    padding: 5px 10px;
    border-bottom: 0;
    position: relative;
}
.navigation #menu .nav > li > div > ul > li.have-subchild > a:before {
	content: '';
	position: absolute;
	right: 10px;
  top: 15px;
  width: 10px;
	height: 2px;
	background: #e3e3e3;
	transform: rotate(45deg);
}
.navigation #menu .nav > li > div > ul > li.have-subchild > a:after {
	content: '';
	position: absolute;
	right: 10px;
  top: 21px;
  width: 10px;
	height: 2px;
	background: #e3e3e3;
	transform: rotate(-45deg);
}
.navigation #menu .nav > li > div > ul > li:last-child > a {
	border-bottom: 0;
}
.navigation #menu .nav > li > div > ul > li:hover > a {
	background: var(--secondarycolor);
	color: #fff;
}
.navigation #menu .nav > li > div > ul > li > a > img {
	width: 40px;
	height: auto;
	margin-right: 10px;
}
.navigation #menu .nav > li > div > ul > li > ul {
	display: none;
	position: absolute;
	left: calc(25% - 23px);
	flex-wrap: wrap;
	width: calc(75% + 23px);
	background: transparent;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
  height: 100%;
  align-items: flex-start;
}
.navigation #menu .nav > li > div > ul > li:hover > ul {
	display: flex;
}
.navigation #menu .nav > li > div > ul > li > ul > li {
	width: 20%;
	border: 0;
}
.navigation #menu .nav > li > div > ul > li > ul > li > a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  background: #fff;
}
.navigation #menu .nav > li > div > ul > li > ul > li > a > img {
	margin-bottom: 5px;
  max-width: 40px;
}
.navigation #menu .nav > li > div > ul > li > ul > li > a:hover {
  background: #fff;
  color: var(--secondarycolor);
}
.navigation #menu .nav > li > div > ul > li > ul > li > ul {
  display: none;
}

.navigation .navigation-column-3 {
	width: calc(100% - 255px);
	padding-left: 30px;
}

.navigation-column .container {
	width: auto;
}
.navigation-column .col-md-push-3 {
	left: 0;
}
.navigation-column .col-md-9 {
	width: auto;
	padding: 0;
}
.navigation-column .col-md-pull-9 {
    right: 0;
}
.navigation-column .col-md-3 {
	width: 260px;
    padding: 0;
}
@media (max-width: 1200px) {
	.navigation-column .col-md-3 { width: 213px; }
}
.content_header {
    margin-top: 176px;	
}

.whitebg {
    position: relative;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
}
.whitebg > h1 {
    margin: 0 0 30px 0;	
}

/* content */
#content {
	min-height: 300px;
}
#common-home > .row > .col-md-3 {
    width: 262px;
}
#common-home > .row > .col-md-9 {
    width: calc(100% - 262px);
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 10px;
    background-color: var(--secondarycolor);
    border-top: 0;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid var(--greycolor);
	margin-bottom: 30px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
    opacity: .9;
}
footer .footer-block-title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
    padding-top: 20px;
}
footer > .container {
	padding-bottom: 30px;
}
footer .col-sm-3 {
	margin-bottom: 30px;
}
footer .col-sm-3 img.img-responsive {
	max-width: 100%;
}
footer .list-unstyled {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}
footer .list-unstyled li {
    margin-bottom: 0px;
    width: 50%;
}
@media screen and (max-width: 560px){
    footer .list-unstyled li { width: 100%; }
}
.footer-contacts .fas {
    min-width: 20px;    
}
footer .footer-bottom {
	border: 0;
	padding-top: 20px;	
	padding-bottom: 20px;
	background: var(--maincolor);
	color: #7B818C;
}
footer .footer-powered {

}
footer .footer-powered img {
    max-width: 100%;
    display: inline-block;	
    margin-right: 30px;	
}
footer .footer-powered a {
	color: var(--secondarycolor);
	text-transform: uppercase;
}
footer .footer-powered a:hover {
	color: #fff;
}


@media screen and (max-width: 768px){
	footer > .container > .row {
	    display: flex;
	    flex-direction: column;
	}	
	footer > .container > .row > .col-sm-3:nth-child(1) {
		order: 4;
	}
	footer > .container > .row > .col-sm-3:nth-child(2) {
		order: 3;
	}
}




/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 13px;
    color: #7B818C;
}
.breadcrumb > li {
    text-shadow: none;
    padding: 0 20px 0 0;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    width: 5px;
    height: 5px;
    border-right: 1px solid var(--maincolor);
    border-bottom: 1px solid var(--maincolor);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child {
	padding-right: 0;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb a {
	color: #7B818C;
}
.breadcrumb a:hover {
	color: var(--maincolor);
}

.row.pagination-filter {
	margin-left: 0;
	margin-right: 0;
}
.row.pagination-filter .text-center {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagination {
	margin: 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 0;
    font-size: 1.2em;
    color: var(--secondarycolor);	
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background: #fff;
	color: var(--maincolor);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
	background: #fff;
	color: var(--maincolor);
    border-color: #ddd;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 0 20px;
    line-height: 34px;
    height: 34px;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none;
    outline: none !important;
    transition: all .4s;
    background: var(--greycolor);
    border: 1px solid var(--greycolor);
    color: var(--maincolor);
}
.btn:hover {
    background: #fff;
    border: 1px solid var(--secondarycolor);
    color: var(--secondarycolor);	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background: #7d7d7d;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
}
.btn-primary {
	color: #fff;
    text-shadow: none;
    background: var(--bluecolor);
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
    font-weight: normal;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: var(--secondarycolor);
    color: #fff;
    border: 0;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    text-shadow: none;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
    text-shadow: none;
    font-size: 13px;
    border: 0;
    background: #f97e00;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

.button-cart-icon {
	position: relative;
	padding: 0 30px 0 30px;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
#product-category #column-left {
	width: 20%;	
}
#product-category #content {
    background-color: #fff;
    padding: 1.25rem;	
}
@media (min-width: 992px) {
	#product-category #content.col-md-9 { width: 80%; }	
}

.product-sorting-block {
	padding: 0;
}
.manufacture-page .product-sorting-block {
    background: #fff;
    padding-top: 1.25rem;
    margin-bottom: 2px;	
} 
.product-sorting-block .switch-layot {
	float: right;
	padding-top: 0px;
	padding-left: 0px;
}
.product-sorting-block .switch-layot .btn-default {
    background: var(--greycolor);
    box-shadow: none;
    text-shadow: none;
    color: var( --maincolor);
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
}
.product-sorting-block .switch-layot .btn-default.active {
    background: var(--secondarycolor);
    color: #fff;
}
.product-sorting-block .switch-layot .btn-default .fa {
	font-size: 12px;	
}
.product-sorting-block .sorting-select {
    margin: 0;
    float: none;
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    background: #EAEAEA;
    padding: 7px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.product-sorting-block .sorting-select > a {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.product-sorting-block .sorting-select > a:after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0px;
    width: 0;
    height: 21px;
    border-right: 1px solid #fff;
}
.product-sorting-block .sorting-select > a.active {
    color: var(--secondarycolor);
}
.product-sorting-block .sorting-select select {
    width: auto;
    float: right;
	background: var(--greycolor);
    border: 0;
    box-shadow: none;
    border-radius: 0;
    height: 34px;
    line-height: 34px;    
}
@media (max-width: 992px) {
	.product-sorting-block .toggle-mobile-filter { display: block; width: 100%;	}
	.product-sorting-block .sorting-select { float: right; width: 100%; }
	.product-sorting-block .sorting-select select { float: none; width: 100%; }	
}
#product-category .product-filter {
	background: #fff;
	padding: 0;	
}

.rating {
	margin-bottom: 20px;
}
.rating .fa-stack {
	font-size: 5px;
}
.rating .fa-star {
    color: #ccc;
    font-size: 8px;
}
.rating .fa-star + .fa-star {
	color: var(--secondarycolor);
}

/* product list */
.product-thumb {
	margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    transition: transform .4s;
    border: 1px solid #C7C7C7;
    padding: 1.25rem;
}
.product-thumb:hover {
	z-index: 4;	
}
.product-layout.product-list .xdstickers_wrapper.position_upright {
	display: none !important;	
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 10px;
}
.product-thumb .image a {
	display: block;
	overflow: hidden;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .caption {
	padding: 0;
}
.product-thumb .product-thumb-name {
    display: block;
    line-height: 20px;
    overflow: hidden;
    height: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--bluecolor);
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #C7C7C7;
}
.product-thumb .product-thumb-name:hover {
	color: var(--secondarycolor);
}
.product-thumb .product-thumb-stock {
	font-size: 14px;
    margin-bottom: 10px;
    color: #a2a9b3;
    display: none;	
}
.product-thumb .caption-line.d-flex {
	justify-content: flex-start;	
}
.product-thumb .product-thumb-model {
    color: #7B818C;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    position: relative;
	top: 0;
	font-size: 14px;
}

.product-thumb .product-thumb-price {
	margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-thumb .price-new {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    color: var(--bluecolor);
    border: 1px solid currentColor;
    padding: 0 1px;
    text-align: center;
    width: calc(50% - 10px);
}
.product-thumb .price-new span {
    text-decoration: line-through;
    color: var(--maincolor);
    font-size: 14px;
}
.product-thumb .price-old {
    color: var(--primarycolor);
    text-decoration: line-through;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .btn-primary {
    width: calc(50% - 10px);
    margin: 0;	
}

.product-thumb .product-thumb-attrs {
	font-size: 14px;
    margin-bottom: 10px;
}
.product-thumb .product-thumb-attributes-list-item {
    display: block;   
    margin-bottom: 7px; 
}
.product-thumb .rating {
    display: flex;
    margin: 0 15px 0 0;
    min-width: 80px;
}
.product-thumb .rating .rating-desc {
	padding-top: 4px;
    padding-left: 10px;
    font-size: 14px;
    color: #A9A9A9;
}
.caption-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
}
.caption-buttons .btn {
    background: var(--greycolor);
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.caption-buttons .btn:hover {
	background: var(--secondarycolor);
}

.text_ot_par {
    font-weight: bold;
    color: var(--secondarycolor);   
    margin-bottom: 10px;
}

@media (min-width: 992px) {
.product-list .product-thumb {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2px;
    border-radius: 0;
}
.product-list .product-thumb .image {
	width: 100px;
	margin: 0 15px 0 0;
}
.product-list .product-thumb .caption {
    width: calc(100% - 320px);	
}
.product-list .product-thumb .product-thumb-name {
	height: 20px;
}
.product-list .product-thumb .product-thumb-buttons {
    width: 220px;
    padding: 0;
    margin-top: 30px;
    border: 0;
}
.product-list .product-thumb .rating {
    border-top: 0;
    padding-top: 0;	
}

}

#productab {
    margin: 0;
    border: 0;	
}
#productab li {
	margin: 0;
}
#productab li a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-top: 4px solid transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 20px;
}
#productab li.active a {
	border-top: 4px solid var(--secondarycolor);
}
@media screen and (max-width: 768px){
	#productab {
	    white-space: nowrap;
	    overflow: auto;
	    display: flex;
	}
	#productab li a {
	    font-size: 15px;
	    padding: 10px 7px;		
	}	
}

#produccontent {
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
}
@media screen and (min-width: 992px){
#produccontent .tab-pane > .row {
	display: flex;
}
}
@media screen and (min-width: 992px){
	#produccontent .tab-pane > .row > .col-md-9 {
		padding-right: 29px !important;	
	}
}
#produccontent .tab-pane > .row > .col-md-3 {
	border-left: 1px solid var(--greycolor);	
}

.product-images {
	position: relative;
}
.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;	
    margin: 0;
}
.thumbnails {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails .thumbnail img {
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
}
.thumbnails.image-additionals {
    position: relative;	
}
.thumbnails > li {
    margin-left: 0px;
    margin-right: 7px;
    display: inline-block;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
    margin-bottom: 0px;
    display: block;
    border-radius: 0;
}
.image-additional {
	max-width: 80px;
}
@media screen and (max-width: 768px){
	.image-additional {
		max-width: 40px;
	}
	.image-additional a {
		padding: 0;
	}
}
.product-price-cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;  
}
.product-info-model {
    background: var(--greycolor);
    padding: 5px 10px;
    color: #676767;	
}
.product-price {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.product-price li {
    margin-bottom: 5px;
    font-size: 20px;
}
.product-price li span {
    color: var(--bluecolor);
}
.green {
	color: #19B500;
}
.short-attrs {
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.short-attrs .attr-item {
    margin-bottom: 10px;
}
.short-attrs .attr-item > div {
    display: inline-block;
    margin-right: 7px;
    font-weight: bold;
}
.short-attrs .attr-item div + div {
    color: var(--maincolor);
    text-align: right;
    font-weight: normal;
}
.short-attrs .more_attrs {
	border-bottom: 1px dashed;
}
.product-info-grey {
    color: #7B818C;
}
.product-info-grey li span {
	color: var(--maincolor);
}
.product-info-stock {
	font-size: 18px;
    font-weight: bold;	
}
.more_reviews {
	font-size: 14px;
    margin-left: 15px;
    border-bottom: 1px dashed;	
}
.cart-btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart-btn-group .button-cart-icon {
    position: relative;
    padding: 0;
    line-height: 53px;
    height: 53px;
    font-size: 24px;
    width: auto;
    min-width: 200px;
}
.cart-btn-group input[type="text"].form-control {
    line-height: 51px;
    height: 51px;
    border-radius: 0;
    border-color: var(--bluecolor);
    display: inline-block;
    width: 70px;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
}
@media screen and (max-width: 992px){
	#product #button-cart {
	    width: 100%;
	    margin-right: 0;
	}	
}

.product-small {
	padding: 0 0 0 29px;	
}
.product-small img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.description_short {
	margin-bottom: 30px;
}
.product-page-content-top {
	font-size: 14px;
    background: var(--greycolor);
    border-radius: 5px;
    padding: 15px 15px 10px 15px;	
    margin-bottom: 20px;
}
@media (max-width: 768px) {
	.product-price { align-items: unset; flex-direction: column; }
	.product-price .product-price-stock { padding-left: 0px; }
}
.attrs-all {
    margin-bottom: 30px;	
}
.attrs-all-single {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #efefef;
    margin-bottom: 10px;		
}
.attrs-all-single > div {
    background: #fff;
    position: relative;
    margin-bottom: -3px;
}
.attrs-all-single .attrs-all-single-right {
	color: #808080;
}
#review {
	margin-bottom: 20px;
}
.toggle-rewiev-form {
	margin-bottom: 20px;
}
.rewiev-form {
    padding: 0;
    margin-bottom: 30px;
}
.rewiev-form-title {
    font-size: 22px;
    margin-bottom: 20px;	
}
.form-horizontal .rewiev-form .form-group {
	margin-left: 0;	
	margin-right: 0;
}
.review-item {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 15px;
}
.review-item .review-item-top {
	border-bottom: 1px solid #e6e6e6;
    padding: 10px 15px;	
}
.review-item .review-item-author {
	font-weight: bold;
}
.review-item .review-item-date_added {
	color: #808080;	
}
.review-item .review-item-body {
	padding: 15px 15px 5px 15px;
}

#products-related-wrap {
    max-width: 900px;
    margin: 0 auto;
}


@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

@media (max-width: 768px) {
	#column-right, #column-left {
		display: none;	
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}




#mobile-panel {
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0px;
    left: -300px;
    width: 300px;
    overflow: hidden;
    transition: all .4s;	
    z-index: 99;
}
body.open-mobile-panel {
	overflow: hidden;
}
body.open-mobile-panel #mobile-panel {
	left: 0;
	overflow: auto;
}
#mobile-panel .mobile-panel-inner {
	padding: 15px;
}
#mobile-panel .mobile-panel-inner .toggle-mobile-panel {
	border: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
    text-align: right;
    font-size: 30px;
    padding: 0;
    color: var(--secondarycolor);	
}
#mobile-panel ul.nav,
.mobile-panel-category .menu-child-wrapper > ul {
	float: none;	
	margin: 7.5px -15px;
}
#mobile-panel ul.nav li,
.mobile-panel-category .menu-child-wrapper > ul > li {
    border-bottom: 1px solid var(--greycolor);	
    float: none;  
    position: relative;
    display: block;  
}
#mobile-panel ul.nav > li > a,
.mobile-panel-category .menu-child-wrapper > ul > li > a {
    color: var(--maincolor);
    font-size: 14px;
    position: relative;	
    padding: 10px 15px;
    font-weight: bold;
    display: block;
}
#mobile-panel ul.nav > li > a img {
	border-radius: 5px;
	max-width: 40px;
	margin-right: 5px;
	display: none;
}
#mobile-panel ul.nav > li > a:hover,
#mobile-panel ul.nav > li > a:focus,
.mobile-panel-category .menu-child-wrapper > ul > li > a:hover {
	color: #fff;
	background: var(--secondarycolor);
}
#mobile-panel ul.nav li.isset-child > a:after {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: FontAwesome;
    content: "\f054";
    font-size: 11px;
    color: var(--secondarycolor); 
    transition: all .4s;
}
#mobile-panel ul.nav li.isset-child > a:hover:after {
	color: #fff;
}
#mobile-panel ul.nav li.isset-child.open-child > a {
	background: var(--secondarycolor); 
}
#mobile-panel ul.nav li.isset-child.open-child > a:after {
	color: #fff;
    transform: rotate(90deg);	
}
#mobile-panel ul.nav li.isset-child ul,
#mobile-panel li.have-subchild ul {
	display: none;
}
#mobile-panel ul.nav li.isset-child ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    background: var(--secondarycolor);
    padding: 8px 15px;
}
#mobile-panel ul.nav li.isset-child ul li a img {
	width: 30px;
	margin-right: 10px;	
}
#mobile-panel ul.nav li.isset-child ul li a:hover {
	color: var(--maincolor);
}
#mobile-panel ul.nav li.isset-child ul li ul {
	display: none !important;
}

#mobile-panel ul.nav li.sep {
	display: none;
}

#mobile-panel .mobile-panel-information ul.nav > li > a {
	color: var(--maincolor);
    font-weight: bold;
}
#mobile-panel .mobile-panel-information ul.nav > li > a:hover {
	color: #fff;
}

#mobile-panel .mobile-panel-title {
    padding-top: 10px;
    color: var(--maincolor);
    font-weight: bold;
    font-size: 14px;
}

.block-title {
    color: var(--maincolor);
    font-weight: bold;
    font-size: 40px;
    text-align: left;
    text-transform: unset;
    margin-top: 40px;
}
.block-title.margin {
    margin-bottom: 20px;
    padding-top: 30px;
}
.block-title.text-center {
    text-align: center;
}
@media screen and (max-width: 768px){
.block-title {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

.category-wall {
	padding-top: 30px;
}
@media screen and (min-width: 992px){
.category-wall .col-md-2 {
	width: 20%;
}
}
.category-block {
    margin-bottom: 2px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    padding: 10px;
    transition: all .4s;
}
.category-block-img {
	position: relative;	
	text-align: center;
	display: block;
	margin: 0 auto;
}
.category-block-img img {
	max-width: 100%;
}
.category-block-img span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #e9e9e9;
    padding: 2px 4px;
    color: #9f9f9f;
    border-radius: 3px;
}
.category-block-title {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	height: 45px;
	overflow: hidden;
	padding-top: 15px;
	color: var(--maincolor);
	font-weight: bold;
}
.category-block-title:hover {
    color: var(--secondarycolor);
}

#back_to_top {
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: -70px;
    margin: 0;
    z-index: 10000;
    width: 40px;
    height: 40px;
    background-color: var(--maincolor);
    border-radius: 5px;
    opacity: 0;
}
#back_to_top .arrow-up.icon {
    color: currentColor;
    margin-left: 19px;
    margin-top: 13px;
    width: 2px;
    height: 16px;
    background-color: currentColor;
    position: absolute;
}
#back_to_top .arrow-up.icon:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -1px;
    width: 10px;
    height: 10px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#back_to_top:hover {
    background: var(--secondarycolor);
    color: #fff;
}
.scrolled #back_to_top {
	right: 30px;
	opacity: 1;
}


.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: unset;
    max-width: 200px;
    overflow: hidden;
    font-size: 14px;
}


.navbar.account-menu {
	min-height: unset;
    border: 1px solid var(--secondarycolor);
    padding: 10px 15px;
    position: relative;
    font-size: 15px;	
}
.navbar.account-menu .navbar-nav {
    display: flex;
    justify-content: space-between;
    float: none;
    margin-left: -7px;
    margin-right: -7px;	
}
.navbar.account-menu .nav-item {
	padding: 0 7px;
}
@media screen and (max-width: 992px){
.navbar.account-menu {
    border: 0;
    padding: 0;
    font-size: 14px;
}
.navbar.account-menu .navbar-nav {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
}
.navbar.account-menu:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(to right, #fff, transparent);
}
.navbar.account-menu:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(to left, #fff, transparent);
}
.navbar.account-menu .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;	
}		
}

.well.login-form {
    background: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto;
    border-color: #ececec;
}
.well.login-form h2 {
	margin-top: 0;
}
.well.login-form .form-group a {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.account-blocks a {
	display: flex;
	border-radius: 5px;
	min-height: 60px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--maincolor);
	margin-bottom: 30px;
}
.account-blocks a span {
	text-align: center;
}
.account-blocks a:hover {
	background: var(--secondarycolor);
}

#common-success h1,
#common-success p,
#common-success .buttons {
	text-align: center;
}
#common-success .buttons > div {
	float: none !important;
}

#simplecheckout_form_0 .simplecheckout-cart thead,
#simplecheckout_form_0 .simplecheckout-cart td.quantity,
#simplecheckout_form_0 .simplecheckout-cart td.price {
	display: none !important;
}
#simplecheckout_form_0 .simplecheckout-cart td.name,
#simplecheckout_form_0 .simplecheckout-cart td.total {
    vertical-align: middle;
    font-size: 14px !important;
    font-weight: normal !important;
}
#simplecheckout_form_0 .simplecheckout-cart td.name {
    text-align: left;
}
#simplecheckout_form_0 .checkout-heading {
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    padding: 10px 0px !important;
    color: currentColor !important;	
    font-size: 20px;
}
#simplecheckout_form_0 .simplecheckout-cart-total-remove {
	display: none;
}
#simplecheckout_form_0 .simplecheckout-cart-total {
    border: 0;
    padding-top: 30px;	
}
#simplecheckout_form_0 .simplecheckout-cart-total-value {
	font-size: 24px;
}

#simplecheckout_form_0 .form-horizontal .control-label {
	text-align: left !important;
}
#simplecheckout_form_0 .simplecheckout-block-content {
    padding: 10px 0;
}

.simplecheckout-left-column {
    padding: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.simplecheckout-button-block {
	padding-left: 0 !important;
	padding-right: 0 !important;	
}
.simplecheckout-button-right {
	float: left !important;
	padding-top: 10px;
}
.simplecheckout-button-block a.btn-primary {
	height: 60px;
    line-height: 60px;
    font-size: 20px;	
}
.checkout-heading-button a {
	color: var(--maincolor);
}
.checkout-heading-button a:hover {
	color: var(--secondarycolor);
}
.simplecheckout-block-content .radio {
	position: relative;
}
.simplecheckout-block-content .radio label {
	padding: 0;
}
.simplecheckout-block-content .radio label input {
	display: none;
}
.simplecheckout-block-content .radio label input ~ span {
	position: relative;
	padding-left: 22px;
}
.simplecheckout-block-content .radio label input ~ span:before {
    font: normal normal normal 10px/1 FontAwesome;
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    line-height: 13px;
    text-align: center;
    border-radius: 3px;	
}
.simplecheckout-block-content .radio label input:checked ~ span:before {
    content: "\f00c";
    color: #fff;
    background: var(--maincolor);
    border-color: var(--maincolor);	
}
.simplecheckout-block-content .radio label:hover input ~ span:before {
	border-color: #969696;
}

@media screen and (max-width: 768px){
	#simplecheckout_customer .checkout-heading-button { float: none !important; }
}

.modal-backdrop {
	z-index: 9 !important;
}

.swiper-viewport.slideshow-module {
	margin-bottom: 10px !important;
	padding-top: 0px;
}
.swiper-viewport.slideshow-module .swiper-slide .slide-item img {
	width: 100%;
}
.swiper-viewport.slideshow-module .swiper-slide .slide-item {
	position: relative;
}
.swiper-viewport.slideshow-module .swiper-slide .slide-item .caption {
	display: none !important;
}

.icons {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
.icons p {
	margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: bold;
    line-height: 1.1;
}
.icons p img {
	margin-right: 10px;
}
@media screen and (max-width: 768px){
	.icons { flex-direction: column; }	
}

.banner-block-item {
	background-size: cover;
	background-position: center center;
}
.banner-block-item .caption {
	font-weight: bold;
	color: #fff;
	font-size: 48px;
	max-width: 60%;
	display: block;
	padding-top: 100px;
	padding-bottom: 100px;
}

#slideshow7 .swiper-slide {
	background: var(--greycolor);
	border-radius: 10px;
	overflow: hidden;
}
#slideshow7 .slide-item {
	height: 325px;
	width: 100%;
	position: relative;	
}
#slideshow7 .slide-item img {
	position: absolute;
    top: 50%;
    right: 30px;
    max-width: 50%;
    max-height: 300px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .8s;
    width: auto;
}
#slideshow7 .swiper-slide-active .slide-item img {
    transform: translate(0%, -50%) rotate(0deg);
}
#slideshow7 .slide-item .caption {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--maincolor);
    font-size: 36px;
    font-weight: bold;
    width: 60%;
    transform: translate(50%, 0);
    line-height: 1.1;
    padding: 30px;
    transition: all .8s;
}
#slideshow7 .swiper-slide-active .slide-item .caption {
    transform: translate(0, 0);	
}
#slideshow7 + .swiper-pagination {
	text-align: left !important;
	padding: 5px 15px;
}
#slideshow7 + .swiper-pagination .swiper-pagination-bullet {
    background: var(--maincolor);
    box-shadow: none;	
}
#slideshow7 + .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondarycolor);	
    box-shadow: none;
}

#banner-block-10 {
    padding: 0 0px 40px 0px;	
}
#banner10 .swiper-slide {
	background: var(--greycolor);
	border-radius: 10px;
	padding: 0;
}
#banner10 .banner-block-item {
	height: 290px;
	width: 100%;
	position: relative;	
}
#banner10 .banner-block-item img {
	position: absolute;
    top: 50%;
    right: 30px;
    max-width: 50%;
    max-height: 300px;
   transform: translate(0%, -50%);
    transition: all .8s;
    width: auto;
}
#banner10 .banner-block-item .caption {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--maincolor);
    font-size: 36px;
    font-weight: bold;
    width: 60%;
    transform: translate(0, 0);	
    line-height: 1.1;
    padding: 30px;
    transition: all .8s;
}


#banner11 {
	padding-top: 30px;
}
#banner11 .swiper-slide {
	background: #F9F9F9;
}
#banner11 .banner-block-item {
    background: var(--secondarycolor);
    border-radius: 10px;
    margin-bottom: 10px;
    height: 325px;
    position: relative;	
}
#banner11 .banner-block-item .caption {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(0px, 0px);
    font-size: 20px;
    color: var(--maincolor);
    padding: 20px;
    max-width: 100%;
}
#banner11 .banner-block-item img {
    position: absolute;
    bottom: -10px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.banner-more {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 15px;
	font-size: 15px;
	background: #fff;
	display: inline-block;
	margin-top: 20px;	
}
.banner-more:hover {
	background: var(--greycolor);
}

@media screen and (max-width: 768px){
	#slideshow7 .slide-item {
		height: 435px;
	}
	#slideshow7 .slide-item .caption {
		padding: 15px;
		font-size: 24px;
		width: 100%;			
	}
	#slideshow7 .slide-item img {
    	max-width: calc(100% - 60px);
	}
	#banner10 .banner-block-item {
		height: 330px;
	}	
	#banner10 .banner-block-item .caption {
		font-size: 20px;
	    width: 100%;
	    max-width: 100%;		
	}
	#banner10 .banner-block-item img {
	    position: absolute;
	    top: auto;
	    bottom: 20px;
	    max-width: calc(100% - 60px);
	    max-height: 300px;
	    transform: translate(0%, 0%);
	    width: auto;		
	}
}

.layoutmanager {
	margin-left: -15px;
	margin-right: -15px;
}
@media screen and (max-width: 768px){
	.layoutmanager .layout-column.col-sm-6.col-xs-6 {
		width: 100% !important;
	}
}



#checkout-cart #accordion {
	display: none !important;
}

.footer-social-icons-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.footer-social-icons .social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-social-icons .social a {
	font-size: 18px;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	background: var(--secondarycolor);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 0;
}
.footer-social-icons .social a:hover {
    background: var(--maincolor);
    color: #fff;
}

#header .footer-social-icons {
	margin-right: 30px;	
}
#header .footer-social-icons .social a {
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	background: var(--maincolor);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;	
}
#header .footer-social-icons .social a:hover {
	color: var(--secondarycolor);
	background: transparent;
}


.carousel-module .carousel-module-item {
	background: #fff;	
	padding: 10px;
}
.carousel-module .carousel-module-item img {
    margin: 0 auto;	
}

.subscribe-block {
    background: var(--secondarycolor);
    color: #fff;
    padding: 40px 40px;
    margin-top: 30px;
    margin-bottom: 30px;	
}
.subscribe-block .subscribe-block-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
}
.subscribe-block .btn.btn-primary {
	color: var(--maincolor);
	background: #fff;
}
.subscribe-block .form-control {
	border-radius: 0;
    border: 0;
    border-right: 1px solid #ccc;	
}
.subscribe-block .btn.btn-primary:hover {
	color: #fff;
	background: var(--maincolor);
}
.subscribe-block .text-danger,
.subscribe-block .text-success {
    color: #fff;	
}

.blog-article {
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.blog-article .image img {
	margin: 0 auto;
}
.blog-article .caption {
	height: auto;
	overflow: hidden;
	position: relative;
    padding-left: 20px;
}
.blog-article .date_added {
    padding: 10px 0;	
    display: none;
}
.blog-article .date_added span {
    font-size: 12px;
    display: inline-block;
    color: #ababab;	
}
.blog-article .blog-article-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;	
}
.blog-article .blog-article-title a {
    color: var(--bluecolor);
}
.blog-article .description {
	margin: 0;	
}

.blog-post img {
	max-width: 100%;
	height: auto !important;
}

.catdescription {
    overflow: hidden;
    position: relative;
    transition: all .9s;
}
.catdescription:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.collapsedesc {
	display: none;
	cursor: pointer;
	color: var(--secondarycolor);
	padding: 10px 0;
	text-align: right;
}
.collapsedesc:hover {
	color: var(--maincolor);
}
.catdescription.collapsed1 {
    max-height: 3000px !important;
}
.catdescription.collapsed1:after {
	display: none;
}

.home-content-top table.table-bordered,
.home-content-top table.table-bordered tbody,
.home-content-top table.table-bordered tbody tr {
    border: 0;
}
.home-content-top table.table-bordered td {
    width: 33.3%;
    border: 0;
}
.home-content-top table.table-bordered td b {
    color: var(--bluecolor);
    font-size: 20px;
    font-weight: normal;
}


.article-thumb {
    border: 0;
    padding: 0;
    margin-bottom: 30px; 
}
.article-thumb h4 a {
    color: var(--bluecolor);
    font-size: 18px;
}
.article-thumb p {
    font-size: 14px;
}


.form-creator.box .box-heading h3 {
    color: var(--bluecolor);
    font-weight: bold;
    font-size: 36px;
    text-align: center;    
}
.form-creator.box .box-heading + hr {
    display: none;
}
