html {
    font-family: sans-serif;
    font-size: 0.7em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}


a {
    background: transparent;
    text-decoration: none;
    color: inherit;
}
a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}


h1, h2, h3, h4, h5, h6{
    font-weight: normal;   
}
h1 {
    font-size: 2em;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}
p{margin: 0; padding: 10px}

small {
    font-size: 70%;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    margin: 0;
    font-family: inherit;

}

input.button {
    padding-right: 4px;
    padding-left: 4px;
}

button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: 26px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-right: 5px;
    padding-left: 5px;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.grid {
    width: 100%;
}
td,
th {
    padding: 0 2px;
    text-align: left;
    line-height: 28px;
}
td{vertical-align: top;}


.shipping-cart-table td{
    vertical-align: middle;
}

.roundedborder {
    border-radius: 5px;
}

.centerbloc {
    text-align:center;
    vertical-align:middle;
}


.fullwidth {
    width: 100%;
}


.forecolor{
    color:#ccc;
}
.textcolor{color: black;}

.background-color{

}

.amh{}


.tt-container{
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	clear: both;
	display: inline-block;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0%;
}

.tt-content{
    width: 100%;
   margin-right:0%;
	margin-left:0%;
}
.tt-right{
    float: right !important;
}
.tt-left{
    float: left !important;
}
.tt-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tt-1_1{
    width: 99.5%;
    padding: 0;
}

.tt-1_2{
    width: 49.75%;
    float: left;
}
.tt-1_3{
    width: 33%;
    float: left;
    padding-right: 0%;
    padding-left: 0%;
    margin-top: auto;
    margin-right: 0.1%;
    margin-bottom: auto;
    margin-left: 0.1%;
}
.tt-2_3{
    width: 65.75%;
    float: left;
}
.tt-1_4{
    width: 24%;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.tt-3_4{
    width: 74.75%;
    float: left;
}
.tt-1_5{
    width: 19%;
    float: left;
}
.tt-2_5{
    width: 40%;
    float: left;
}
.tt-3_5{
    width: 60%;
    float: left;
}
.tt-4_5{
    width: 79.5%;
    float: left;
}

.tt-1_6{
    width: 16.6%;
    float: left;
}

.tt-5_6{
    width: 83%;
}

.tt-text-center{
    text-align: center !important;
}

.tt-text-left{
    text-align: left;
}

.tt-circle{
    border-radius: 50%;
}

.tt-text-right{
    text-align: right;
}
.tt-text-justify{
    text-align: justify;
}

.tt-btn{
    line-height: 21px;
    padding: 2px;
    margin: 1px 3px;
}

.tt-only-mobile{
    display: none;
}

.tt-only-table{
    display:none;
}

.tt-hide-print{
    display: none;
}

.tt-no-border{
    border:0;
}

.tt-breadcrumb{
    margin: 0 0 20px 0;
}

.product-detail-price{
    font-size: 16px;
}


ul.tt-horizontal-menu, ul.tt-horizontal-menu li, ul.tt-horizontal-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.tt-horizontal-menu {
    position: relative;
    z-index: 1000;
}
ul.tt-horizontal-menu li {
    float: left;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px none #36BDE4;
    display: block;

}


ul.tt-horizontal-menu li.hover, ul.tt-horizontal-menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}


ul.tt-horizontal-menu ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    width: auto;
    margin-top: -5px;
    right: -80px;
}
.margintop {
    margin-top: 20px;
}
.marginbottom {
    margin-bottom: 20px;
}

ul.tt-horizontal-menu ul li {
    float: none;
}
ul.tt-horizontal-menu ul ul {
    top: 1px;
    left: 99%;
}
ul.tt-horizontal-menu li:hover > ul {
    visibility: visible;
}

.slideshow {
    height: auto;
    overflow: hidden;
    clear: both;
}




ul.dropdown, ul.dropdown li, ul.dropdown ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.dropdown {
    float: left;
    position: relative;
    z-index: 1000;

}
ul.dropdown li {
    float: left;
    line-height: 20px;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

ul.dropdown li.hover, ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}
ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);


}
ul.dropdown ul li {
    float: none;
   
}
ul.dropdown ul ul {
    top: 1px;
    left: 99%;

}
ul.dropdown li:hover > ul {
    visibility: visible;
}
ul.dropdown {
    float: right;
}
ul.dropdown li.dd {

    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    border: 1px none #36BDE4;
    display: block;
    clear: both;

}
ul.dropdown li.dd.hover, ul.dropdown li.dd:hover {

}
ul.dropdown a:link, ul.dropdown a:visited {
    color: #998B5E;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}


ul.dropdown a:hover {
    color: #f7f2ac;
}
ul.dropdown a:active {
    color: #f7f2ac;
}
ul.dropdown ul {
    width: auto;
    margin-top: 1px;
    right: -80px;
    text-align: left;
}
ul.dropdown ul li {
    font-weight: normal;
}
ul.dropdown {
    padding-right: 10px;
}
ul.dropdown-horizontal ul {
    padding-right: 15px;
}
ul.dropdown-upward {
}
ul.dropdown-vertical, ul.dropdown-upward ul {
}
ul.dropdown-vertical-rtl {
    padding-right: 10px;
    padding-left: 15px;
}






.product-option-attributes{
    margin-bottom: 30px;
}

.success_message{
    color:rgb(153, 139, 94); 
    background-color: #1F2D25; 
    padding:0 12px; 
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
}
.error_message{
    color: #998B5E;
    background-color: rgb(90, 30, 30); 
    padding:0 12px; 
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
}

.tt-row{
    border-bottom: 1px solid #5E5A5A;
    margin-bottom: 5px;
    clear: both;
    padding: 10px 0;
}


.account-home ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.account-home ul li{
    padding: 5px 0;
}

hr {
	padding: 0px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	width: 80%;
}
