.tm-hide {
    opacity: 0;
  /*  filter: alpha(opacity=0);*/
    cursor: pointer;
	filter: opacity(0%);
	position:absolute;
	left:0;
	top:0;
}
.tm-checkbox {
    background: transparent url("../../images/megnor/check-box.png") -2px -37px no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
	position:relative;
	vertical-align: -3px;
}
.tm-radio {
    background: transparent url("../../images/megnor/check-box.png") -2px -0px no-repeat;
   	display: inline-block;
    height: 15px;
    padding: 0;
    vertical-align: -2px;
    width: 15px;
	position:relative;
}
.tm-checked {
    background-position: -74px -37px;
    cursor: pointer;
}
.tm-selected {
    background-position:-75px 0px;
    cursor: pointer;
}
.ie7 .tm-checkbox-green,.ie8 .tm-checkbox-green,.ie9 .tm-checkbox-green	,
.ie7 .tm-checkbox, .ie8 .tm-checkbox,.ie9 .tm-checkbox,
.ie7 .tm-radio,.ie8 .tm-radio,.ie9 .tm-radio {
    display: inline;
    zoom: 1;
}
.tm-checked-green {
    background-position: 0 -18px;
}
.ie7 .tm-checkbox, .ie8 .tm-checkbox,.ie9 .tm-checkbox,
.ie7 .tm-radio,.ie8 .tm-radio,.ie9 .tm-radio {
    height: 18px;
    float: left;
}
/* Custom Select*/
select.hasCustomSelect {
    z-index: 9;
    cursor: pointer;
    display: inline-block !important;
}
span.customSelect {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 2px 10px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}
.chzn-container {
    display: none !important;
    opacity: 0 !important;
}
#customer_details span.country_select.country_select {
    width: 100%;
}
.jigoshop-checkout #billing-country {
    margin-bottom: 35px;
}
.shipping_calculator .customSelect.country_to_state {
    margin-bottom: 0;
}
span.customSelect.changed {
    background-color: #f0dea4;
}
.customSelectOpen {
    -moz-box-shadow: #bbb 0 0 3px;
    -webkit-box-shadow: #bbb 0 0 3px;
    box-shadow: #bbb 0 0 3px;
}
.customSelectInner {
    background: url('../../images/megnor/down_arrow.png') no-repeat center right;
	padding-right: 20px;
}
.customSelectOpen .customSelectInner {
    background: url('../../images/megnor/up_arrow.png') no-repeat center right;
}

.mobile-menu li{list-style-type:none;display:inline-block;vertical-align:top;}
.mobile-menu{display:none;}
.single-item {height:240px;max-width:100%;box-sizing: border-box;}
.breadcrumbs {margin-bottom: 10px; margin-top: 0px;}.breadcrumbs li {display: inline-block;margin-right: 8px;}.breadcrumbs li a {font-size: 10px;color: #9AA4B0;text-transform: uppercase; }
.left-set {position:relative;width:30%;height:100%;float:left;}
.right-set {position:relative;width:70%;height:100%;float:right;padding:1rem 0.5rem;box-sizing:border-box;}
.left-set img {position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:200px;}
.right-set .subname {font-weight: bold;}
.right-set .color-right:after {content:'';display: block;clear:left;}
.right-set .color-right ul {margin:10px 0;padding:0;}
.right-set .color-right ul li {list-style: none;float:left;margin-right:2px;cursor: pointer;transition: all 0.4s ease;}
.right-set .color {margin:0.5rem 0;}
.right-set .color:after {content:'';display: block;clear:left;}
.right-set .color ul li {width:30px;height: 18px;list-style: none;float:left;margin-right:0.4rem;cursor: pointer;transition: all 0.4s ease;}
.right-set .color ul li img {width:30px;}
.right-set .button {display: block;text-align: center;padding: 10px;text-decoration: none;max-width: 250px;border-radius: 4px;border: none;background: linear-gradient(to bottom left, #0085de, #2eaafd);color: #fff;font-weight: 700;text-transform: uppercase;cursor: pointer;}
.show {display: block;text-align: center;margin:10px auto;padding: 14px 4px;text-decoration: none;width: 200px;border-radius: 4px;border: none;background: linear-gradient(to bottom left, #0085de, #2eaafd);color: #fff;font-weight: 700;text-transform: uppercase;cursor: pointer;}
.show:hover, .button:hover {opacity: 0.9;box-shadow:0 0 5px #004b9a;}
.nametable {font-size:18px; font-weight: 800; margin: 10px 0 0 10px;}
.table_col {width: 95%;margin:20px auto;font-size: 14px;text-align: center;border-collapse: collapse;}
.bonus {color:green;}
.table_col .button {display: block;text-align: center;padding: 14px 4px;text-decoration: none;border-radius: 4px;border: none;background: linear-gradient(to bottom left, #0085de, #2eaafd);color: #fff;font-weight: 700;text-transform: uppercase;cursor: pointer;}
.table_col .button-img {display: none;}
.table_col thead {border-left: none;font-size: 16px;background:#f4f6f8;border-bottom: 1px solid #eaeaea;}
.table_col tr {border-bottom: 1px solid #eaeaea;}
.table_col td, th {font-weight: normal;padding: 12px 10px;color: #333333;}
.table_col td:first-child {font-weight: 800;}
.table_col td:last-child {width:18%;margin: 0 auto;}
.prodcontent {margin:0 auto; background: rgba(255, 255, 255, 0.9);}
.p1 {padding: 10px;}
@media(max-width: 767px){ .left-set {width:100%;border-radius: 12px;margin-top:0px;height:200px;} .right-set{float:left;width:100%;} .single-item {width:99%;height:auto;} .right-set .button {max-width: 99%;margin:10px auto;padding: 16px 2px;} .table_col {font-size: 12px;} .table_col .button {display:none;} .table_col .button-img {display: block;width: 99%;padding: 12px 2px;text-align: center;text-decoration: none;border-radius: 25px;border: none;background: linear-gradient(to bottom left, #0085de, #2eaafd);color: #fff;font-weight: 800;text-transform: uppercase;cursor: pointer;} .prodcontent {max-width:100%;}}