.tt-logo img {
	max-height: 75px;
}

header .tt-desktop-header .tt-logo {
	margin-bottom: 10px;
	margin-top: 10px;
}

header .tt-desktop-header {
	background-image: url('../images/22.30.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

.tt-list-row ul {
	margin-left: 25px;
}

.tt-services-listing {
	margin-bottom: 30px;
}

#tt-pageContent {
	margin-bottom: 50px;
}

.tt-shopcart-table table tr {
	border-top: none;
}

.catmenu ul li.active > ul {
	
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
	text-align: center;
	width: 20px;
	height: 20px;
}

.tt-list-row li.active a {
	color: #777777;
}

.tt-desctop-parent-multi a:hover {
	color: #da271d;
}

.tt-shopcart-table table tr.itemRow:last-child  {
	border: none;
}

.catmenu ul ul {
	opacity: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: opacity .5s, max-height .5s;
    -ms-transition: opacity .5s, max-height .5s;
    transition: opacity .5s, max-height .5s;
    _display: none;
	padding-top: 5px !important;
}

.catmenu ul li.current > ul  {
	display: block;
}

.catmenu ul li.active > ul {
	max-height: 1000px;
    opacity: 1;
    _display: block;
}

.catmenu ul ul ul {
	opacity: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: opacity .5s, max-height .5s;
    -ms-transition: opacity .5s, max-height .5s;
    transition: opacity .5s, max-height .5s;
    _display: none;
}

.catmenu ul ul li.current ul  {
	max-height: 1000px;
    opacity: 1;
    _display: block;
}

.catmenu li.current > a {
	color: #da271d;
}

.tt-white-color {
	text-shadow: 1px 2px 3px black;
}

.alert-danger {
	color: red;
	margin-bottom: 15px;
}

.instock {
	color: green !important;
}

.nostock {
	color: red  !important;
}

.help-block {
	display: block;
	margin-top: 5px;
	color: red;
}

.slider-revolution ul {
	margin: 0;
	padding: 0;
}

.slider-revolution ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*.main_categories div.catrow {
	overflow: hidden;
	max-height: 300px;
}*/

/*.main_categories div.catrow:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}
*/
.main_categories div.catrow:last-child .tt-promo-box {
	position: static;
}

.tt-title-options span {
	font-weight: normal;
}

.tt-title {
	word-break: break-all;
}

.tt-modal-addtocart.mobile {
	display: block;
}

.tt-modal-addtocart.mobile [class^="btn"] {
	padding: 15px 30px;
}

ul.tt-options-swatch.filtersize li a.active {
	background-color: #da271d;
	color: #fff;
}

ul.tt-options-swatch li a[data-color="1223"]:after {
    border: 1px solid #000;
}

.tt-desctop-parent-multi {
	padding-top: 5px;
	font-size: 18px;
	margin-left: 15px;
}

.tt-desctop-menu ul li {
		text-transform: uppercase;
	}

@media (max-width: 768px) {

	.tt-desctop-menu ul li {
		text-transform: uppercase;
	}

	#tt-pageContent img {
		max-width: 100% !important;
	}

	#tt-pageContent .cont table {
		display: block;
		margin-top: 30px;
	}

	#tt-pageContent .cont table tr {
		display: block;
		margin-bottom: 30px;
	}

	#tt-pageContent .cont table td {
		display: block;
		width: 100% !important;
	}

	.tt-desctop-parent-multi {
		padding-top: 15px;
	}

	.tt-shopcart-table table table td:nth-child(3) {
	    width: auto;
	}

}

.catmenu li.parent {
	position: relative;
	padding-right: 15px;
}

.catmenu li.parent .toggle-control:after {
	position: absolute;
    display: block;
    top: 5px;
    right: -2px;
    font-family: "wokiee";
    font-size: 10px;
    content: "\e90e";
    line-height: 1;
    font-weight: normal;
    color: #191919;
    padding: 5px;
    cursor: pointer;
    font-size: 11px;
}

.catmenu li.parent.active > .toggle-control:after {
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tt-header-holder .tt-obj-menu {
	text-align: center;	
}

.tt-header-holder .tt-obj-menu:last-child:first-child .tt-desctop-menu:not(.tt-menu-small) nav > ul li.dropdowns > a {
	padding-bottom: 15px;
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.current > a {
	background-color: #118BBC;
	color: #fff;
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdowns > a:hover {
	background-color: #118BBC;
	color: #fff;
}

.hmenu {
	position: relative;
	border-bottom: 4px solid #118BBC;
}

.secondmenu {
	position: absolute;
	bottom: -39px;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
}

.secondmenu nav > ul {
	margin: 0;
	padding: 0;
}

.secondmenu nav > ul li {
	list-style: none;
}

.secondmenu nav > ul li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
    padding-right: 13px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.04em;
    display: inline-flex;
    color: #000;
}

.secondmenu nav > ul li:hover > a {
	background-color: #118BBC;
	color: #fff;
}

.secondmenu ul li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.secondmenu ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	margin: 0;
	padding: 0;
	min-width: 200px;
	background-color: rgba(255,255,255,0.7);
}

.secondmenu ul li:hover ul {
	display: block;
}

.secondmenu ul ul li {
	text-align: left;
	display: block;
	width: 100%;
}

.secondmenu ul ul li a {
	display: block;
}

.fss {
	margin-top: 15px;
	font-size: 20px;
}

.fss i {
	display: inline-block;
	margin-right: 7px;
}

/*.mm-close-parent {
	text-indent: -99999px;
}*/

.panel-menu li.mm-close-parent .mm-close {
	text-align: right;
}

.mm-close-parent {
	background: url('../images/logo-swma.png') 30px 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.btn.btn-border:hover {
	background-color: #118BBC;
	border-color: #118BBC;
}

.field_error {
	color: red;
}

.tt-product-single-info .tt-price .old-price {
	color: #a3a4a5;
	font-size: 0.8em;
}


















