/* CSS Document */
#pagebg > div,
#pagebg > p,
#pagebg > span,
#pagebg > ul,
#pagebg > ul > li,
#pagebg > ul > li > a,
#pagebg > table,
#pagebg > table > tr,
#pagebg > table > tr > td {
	font-family: 'Open Sans';
	font-size: 13px;
}
#design table tr td,#design table tr td a:link,#design table tr td a:visited{
	color:#333333 !important;
	font-family:Tahoma !important;
	font-size:12px !important;
	text-decoration:none !important;
}
#design table tr td a:hover{
	text-decoration:underline !important;
	font-weight:normal !important;
}
a.linkopac img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
a.linkopac:hover img {
	filter:alpha(opacity=60);   
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/***** General *****/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a img, img{
	border: 0;
	vertical-align: middle;
}
a{ text-decoration: none; }
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
::-webkit-input-placeholder{
	color: #f6ebe1;
}
::-moz-placeholder{
	color: #f6ebe1;
}
:-ms-input-placeholder{
	color: #f6ebe1;
}
:-moz-placeholder{
	color: #f6ebe1;
}
input{
    border: none;
    background: #101b32;
    outline: none;
    color: #f6ebe1;
    -webkit-appearance: none;
    padding: 10px;
    box-shadow: none;
    font-size: 14px !important;
    line-height: normal;
}
button, input, select, textarea{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea{
    margin: 0;
    font: inherit;
    color: inherit;
}
.clearfix{
	clear: both;
}
.item_container{
    display: table;
    width: 100%;
}
.item{
    display: table-cell;
}

/***** Pc Styles Display None *****/
.mobile_image{
    display: none;
}

/***** Page Starts *****/
#pagebg{
    background: white;
}
#page{
	width: 980px;
    margin: 0px auto;
}

/**** Header Starts ****/
#header{
    width: 100%;
    text-align: center;
}

#header_top{
    padding: 12px 0;
}
#header_top .left{
    float: left;
}
#header_top .right{
    float: right;
    margin-top: 5px;
}

#header_info .item:first-child{
    padding-right: 5px;
}
#header_info .item:last-child{
    padding-left: 5px;
}
#header_info .each{
    border: 1px solid #dcdcdc;
    padding: 5px 7px;
    border-radius: 4px;
}
#header_info .each div{
    display: inline-block;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-left: 7px;
    font-size: 12px;
    font-weight: 600;
}
.item a:hover div.each div {
    color:#f35d28 !important;
}
#header_menu{
    width: 100%;
    margin-top: 20px;
}
#header_menu ul{
    display: table;
    width: 100%;
}
#header_menu ul li{
    display: table-cell;
    position: relative;
    padding: 0 12px;
}
#header_menu ul li:after{
    content: "";
    position: absolute;
    background: #626262;
    width: 1px;
    height: 12px;
    display: block;
    right: -1px;
    top: 3px;
}
#header_menu ul li:last-child:after{
    display: none;
}
#header_menu ul li a{
    display: block;
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 2px;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
}
#header_menu ul li a:hover{
    background: #f35d28;
    color: white;
}
#header_menu ul li:first-child{
    padding-left: 0;
}
#header_menu ul li:last-child{
    padding-right: 0;
}

#header_categories{
    width: 100%;
    background: #e5e5e5;
}
#header_categories ul{
    display: table;
    width: 100%;
}
#header_categories ul li{
    display: table-cell;
}
#header_categories ul li a{
    color: #3c3c3c;
    padding: 12px 8px;
    font-size: 12px;
    display: block;
	font-weight: 600;
	text-transform: uppercase;
}
#header_categories ul li a:hover{
    background: #f35d28;
    color: white;
}

/**** Storebg Starts ****/
#storebg{
    margin-top: 7px;
}

/**** Left Panel Starts ****/
#left_panel{
	width: 220px;
    float: left;
}

#panel_header{
    text-transform: uppercase;
    border: 1px solid #dddddd;
    border-bottom: 2px solid #f25d27;
    font-family: 'Montserrat';
    color: #2a2a2a;
    padding: 10px 10px 6px;
    font-weight: 600;
}

#panel_body{
    border: 1px solid #dddddd;
    padding: 7px 0;
}
#panel_body ul li{
    position: relative;
}
#panel_body ul li a{
    position: relative;
    font-size: 13px;
    color: #454739;
    padding: 5px 15px;
    display: block;
}
#panel_body ul li a:hover{
    background: #f35e26;
    color: white;
}

#panel_body + #panel_header{
    margin-top: 10px;
}

.shop_newsletter p{
    color: #454739;
    line-height: 21px;
    padding: 0 17px;
    margin: 0;
}
.shop_newsletter a{
    font-family: 'Montserrat';
    color: white;
    background: #f25d27;
    font-size: 12px;
    display: inline-block;
    float: right;
    padding: 7px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 10px 8px 2px 0;
}
.shop_newsletter a:hover{
    background: #e5e5e5;
    color: #454739;
}

#left_banner{
    text-align: center;
    margin-top: 20px;
}

/**** Right Panel Starts ****/
#right_panel{
    width: 760px;
    float: right;
    padding-left: 10px;
}

#item_title{
    text-transform: uppercase;
    text-align: center;
    padding: 0 50px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #3c3c3c;
    margin-top: 15px;
}
.titlebg{
    text-transform: uppercase;
    border: 1px solid #dddddd;
    border-bottom: 2px solid #f25d27;
    font-family: 'Montserrat';
    color: #2a2a2a;
    padding: 10px 10px 6px;
    font-weight: 600;
}
.desc{
    border: 1px solid #dddddd;
    padding: 7px 15px;
    color: #454739;
	text-align:left;
}
.desc ul{
    list-style-type: none;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.desc ul li{
    padding-left: 10px;
    position: relative;
}
.desc ul li + li{
    margin-top: 5px;
}
.desc ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    background: #454739;
}
.desc ul + b, .desc p + b{
    margin-top: 30px;
    display: block;
}

/**** Pc Image Module Style Starts ****/
input[name='thumb_click']{
    display:none;
}
.desktop_image{
    width: 100%;
    margin: 0px auto;
    position:relative;
    text-align: center;
    margin-bottom: 15px;
}
.pc_main_img{
    margin: 0 auto;
    display:inline-block;
	width:500px;
	height:410px;
	float:left;
}
.pc_main_img div{
    display:none;
    text-align:center;
}
.pc_main_img div img{
    width:auto;
    height:auto;
    max-width:480px;
	max-height:400px;
}
.pc_thumb_img{
    width:180px;
	float:right;
    margin:0 auto;
    text-align: center;
}
.pc_thumb_img label{
    display: inline-block;
    margin: 3px;
    width: 80px;
    height: 80px;
	float:left;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.pc_thumb_img label img{
    display: block;
    max-width:80px;
    max-height:80px;
}
.pc_thumb_img label:hover{
	border: 1px solid #f35d28;
}
#thumb-id1:checked ~ .pc_main_img #pc_main_img1,
#thumb-id2:checked ~ .pc_main_img #pc_main_img2,
#thumb-id3:checked ~ .pc_main_img #pc_main_img3,
#thumb-id4:checked ~ .pc_main_img #pc_main_img4,
#thumb-id5:checked ~ .pc_main_img #pc_main_img5,
#thumb-id6:checked ~ .pc_main_img #pc_main_img6,
#thumb-id7:checked ~ .pc_main_img #pc_main_img7,
#thumb-id8:checked ~ .pc_main_img #pc_main_img8,
#thumb-id9:checked ~ .pc_main_img #pc_main_img9,
#thumb-id10:checked ~ .pc_main_img #pc_main_img10{
    display:block;
}
/*thumb image unbroken hide */
.pc_thumb_img label[rel=""],
.pc_thumb_img label[rel="{{image1}}"],
.pc_thumb_img label[rel="{{image2}}"],
.pc_thumb_img label[rel="{{image3}}"],
.pc_thumb_img label[rel="{{image4}}"],
.pc_thumb_img label[rel="{{image5}}"],
.pc_thumb_img label[rel="{{image6}}"],
.pc_thumb_img label[rel="{{image7}}"],
.pc_thumb_img label[rel="{{image8}}"],
.pc_thumb_img label[rel="{{image9}}"],
.pc_thumb_img label[rel="{{image10}}"]{
    display: none !important;
}

/**** Desktop Tab Starts ****/
.bottom_tabs{
    margin-top: 10px;
    border: 1px solid #e5e5e5;
}
.radioclk, .hide_images{
    display: none;
}
.tab_top{
    display: table;
    width: 100%;
}
#tab1:checked ~ .tab_top .tab1,
#tab2:checked ~ .tab_top .tab2,
#tab3:checked ~ .tab_top .tab3,
#tab4:checked ~ .tab_top .tab4,
#tab5:checked ~ .tab_top .tab5{
    border-bottom: 2px solid #f25d27;
}
.tab_title{
    display: table-cell;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #181818;
    border-bottom: 2px solid #e5e5e5;
}
.tab_title:hover{
    border-bottom: 2px solid #f25d27;
}
.tab_content{
    padding: 15px;
    text-align: justify;
    line-height: 21px;
    color: #454739;
}
#tab1:checked ~ .tab_content #content1,
#tab2:checked ~ .tab_content #content2,
#tab3:checked ~ .tab_content #content3,
#tab4:checked ~ .tab_content #content4,
#tab5:checked ~ .tab_content #content5{
    display: block;
}
.tab_content > div{
    display: none;
}
.tab_content > div > p:first-child{
    margin-top: 0;
}
.tab_content > div > p:last-child{
    margin-bottom: 0;
}
.mob_tab{
    display: none;
}

/**** Features Starts ****/
#features{
    width: 100%;
    margin-top: 10px;
}
#features ul{
    display: table;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#features ul li{
    display: table-cell;
    width: auto;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 0;
}
#features ul li:first-child{
    text-align: left;
}
#features ul li:last-child{
    border-right: none;
    text-align: right;
}
#features ul li img{
    display: inline-block;
    vertical-align: middle;
}
#features ul li .left{
    display: inline-block;
    vertical-align: top;
    width: 47px;
}
#features ul li .right{
    display: inline-block;
    vertical-align: middle;
    width: 174px;
    text-align: left;
    padding-left: 6px;
}
#features .each .right span{
    color: #3c3c3c;
    display: block;
}
#features .each .right span:first-child{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
#features .each .right span:last-child{
    font-size: 12px;
}

/**** Featured Categories Starts ****/
#featured_categories{
    margin-top: 10px;
}
#featured_categories a{
    display: block;
}
#featured_categories a:hover{
    opacity: .6;
}
#featured_categories img{
    width: 100%;
}
#featured_categories .item:first-child{
    padding-right: 4px;
}
#featured_categories .item:nth-child(2){
    padding-right: 4px;
    padding-left: 4px;
}
#featured_categories .item:last-child{
    padding-left: 4px;
}

/**** Footer Starts ****/
#footer{
    width: 100%;
    text-align: left;
    border-top: 2px solid #f25d27;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}