@font-face {
    font-family:"ISans";
	src:url("fonts/ISans-Light.eot?") format("eot"),
		url("fonts/ISans-Light.woff") format("woff");
    font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family:"ISansB";
	src:url("fonts/ISans.eot?") format("eot"),
		url("fonts/ISans.woff") format("woff");
    font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"SamimV";
	src:url("fonts/SamimV.eot?") format("eot"),
		url("fonts/SamimV.woff") format("woff"),
		url("fonts/SamimV.ttf") format("truetype"),
		url("fonts/SamimV.svg#SamimV") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family:"nrbullet";
	src:url("fonts/nrbullet.eot?") format("eot"),
		url("fonts/nrbullet.woff") format("woff"),
		url("fonts/nrbullet.ttf") format("truetype"),
		url("fonts/nrbullet.svg#nrbullet") format("svg");
    font-weight:normal;
	font-style:normal;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color:#222;
	direction:rtl;
}
body, td, th {
	font-family: SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;
	font-size: 16px;
}
input {
	font-family: SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;
	font-size: 16px;	
	border:1px solid #bbb;
	padding:6px 6px 8px 6px;
	margin:4px 0px 4px 0px;
	color:#000;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus, 
textarea:focus {
	border:1px solid #000;
	box-shadow: none; 
}

input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner {   
	border:none;
	outline:none;
}

::-webkit-input-placeholder { font-size: 12px; }
::-moz-placeholder { font-size: 12px; } 
:-ms-input-placeholder { font-size: 12px; }
:-moz-placeholder { font-size: 12px; }

select {
	font-family: SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;
	font-size: 16px;
	border:1px solid #bbb;	
	padding:6px 6px 8px 6px;
	margin:4px 0px 4px 0px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
textarea {
	font-family: SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;
	font-size: 16px;
	padding:5px 9px 5px 5px;

	/*background: #FFF url(../../images/theme/base/bg-input.jpg) repeat-x top left;*/
	border: 1px solid #bbb;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1 {
	font-family: ISansB, SamimV, "Segoe UI", Tahoma, Arial, sans-serif, Helvetica;
	font-weight: bold;
	font-size: 23px;
	color: #222;
}
h2 {
	font-family: ISansB, SamimV, "Segoe UI", Tahoma, Arial, sans-serif, Helvetica;
	font-weight: bold;
	font-size: 18px;
	margin-top:8px;
	color: #222;
}
h3 {
	font-family: ISansB, SamimV, "Segoe UI", Tahoma, Arial, sans-serif, Helvetica;
	font-weight: bold;
	font-size: 15px;
	margin-top:0px;
	margin-bottom:20px;
	color: #222;
}
h4 {
	font-family: ISansB, SamimV, "Segoe UI", Tahoma, Arial, sans-serif, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color:#222;
}
a {
	text-decoration: none;
	color: #3a68cf;
}
a:hover {
	text-decoration: none;
	color: #F63;
}
.none {
	display:none;
}
.Standard {
	color: #3a68cf;
	text-decoration: none;
}
.Standard:hover {
	color: #633;
	text-decoration: none;
}
.Standard_Navy {
	color: #366;
	text-decoration: none;
}
.Standard_Navy:hover {
	color: #633;
	text-decoration: none;
}
.Standard_NavySelected {
	color: #FFFFFF;
	text-decoration: none;
}
.Standard_NavySelected:hover {
	color: #FFFF00;
	text-decoration: none;
}
.PoweredBy {
	font-family: "Segoe UI", Arial, Tahoma, sans-serif, Helvetica;
	color: #036;
	text-decoration: none;
	font-size:12px;
}
.PoweredBy:hover {
	color: #933;
	text-decoration: none;
}

ul.social {list-style:none;margin:100px 0 -40px 0;padding:0;display:inline-block;}
ul.social li {background:#aaa;border-radius:50%;float:left;height:40px;margin-right:20px;transition:all 0.15s ease-in-out 0s;width:40px;}
ul.social li:hover {background:#e7b63d;}


#BodyWrapper {
	width:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	text-align:left;

	/*box-shadow: #666 0px 2px 8px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;*/
}
#HeaderArea {
	width:100%;
	background:#FFF;
	position:fixed;
	z-index:900;
}
#MainHeader {
	width:100%;
	z-index:901;
}

#BodyCaption {
	width:80%;
	min-width:980px;
}
#BodyCaption #BodyCaptionLogo {
	height:90px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#BodyCaption.smaller #BodyCaptionLogo {
	height:70px;
}
#BodyCaption #BodyCaptionKeywords {
	background: url(../../images/theme/base/glyph_magnify.png) left 3px no-repeat;
	background-size: 24px 24px;
	padding:5px 3px 5px 25px;
	width:200px; 
	height:30px; 
	vertical-align:middle;
	font-size:13px;

	border-top:none;
	border-right:none;
	border-bottom:1px solid #bbb;
	border-left:none;
}
#BodyCaption #BodyCaptionKeywords:focus {
	border-bottom:1px solid #000;
}

#MenuBand {
	margin-bottom:5px;
	/*display:none;*/
}
#MenuWrapper {
	width:80%;
	min-width:980px;
	margin-right:auto;
	margin-left:auto;
	z-index:990;
}
#MenuColumnDropDown {
	position:fixed;
	right:0px;
	top:0px;
	width:0px;
	height:0px;
	z-index:992;
}
#MenuColumnDropDownBtn {
	padding:25px 25px 30px 25px;
	font-family: Tahoma, Arial, sans-serif, Helvetica; 
	font-weight:normal; 
	font-size:42px; 
	color:#666;
}
#MenuColumnDropDownBtn:hover {
	color:#fff;
}
#MenuColumnDropDownBtn img {
	width:32px;
}

#CapFixSpace {
	height:145px;
	/*height:105px;*/
}
#BodyHolder {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	min-height:540px;
}
#FooterPoweredBy {
	text-align:center;
	margin-top:12px;
	margin-bottom:30px;
}


.HolderTable {
	width:80%;
	min-width:990px;
	padding:0px;
	border-spacing:15px;
	margin-left:auto;
	margin-right:auto;
}
.HolderColumn {
	text-align:right;
}
.HolderColumnLeft {
	width:180px;
	vertical-align:top;
}
.HolderColumnRight {
	width:180px;
	vertical-align:top;
}


.vTable { display: table; border-spacing:0px; }
.vTableRow { display: table-row; }
.vTableCell { display: table-cell; vertical-align:top; }
.vTableHeading { display: table-header-group; }
.vTableBody { display: table-row-group; }
.vTableFoot { display: table-footer-group; }
.vTableHead { display: table-cell; }


.Bar_Right_Box_Cadr {
	border:1px solid #fff;
	margin-top:10px;	
	margin-bottom:15px;
}
.Bar_Right_Box_Caption {
	width:140px; 
	height:28px; 
	border-top:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	background:#fff;
	text-align:center;
	cursor:pointer;
	color:#222;
	padding-top:1px;
	padding-bottom:3px;
	line-height:18px;

	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Bar_Right_Box_Caption:hover { 
	height:28px; 
	background:#666;
	border:1px solid #666;
	color:#fff;
}
.Bar_Right_Box_Caption:active {
	color:#CCC;
}
.Bar_Right_Box_Caption_Text {
	font-family: ISans, SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;
	font-weight:normal;
	font-size:12px;
}
.Bar_Right_Box_Caption_Text:active {
	color:#CCC;
}
.Bar_Right_Box_Body_Text {
	font-family: ISans, SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;
	font-weight:normal;
	font-size:12px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Bar_Right_Box_Body_Text a {
	padding-left:3px;
	padding-right:3px;
}


.Bar_Right_Cart_Cadr {
	border:1px solid #e7b63d;
	margin-top:10px;	
}
.Bar_Right_Cart_Caption {
	width:100%; 
	height:28px; 
	background-color:#e7b63d;
	border-bottom:1px solid #e7b63d;
	padding-bottom:3px;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
.Bar_Right_Cart_Caption:hover {
	width:100%; 
	height:28px; 
	background-color: #e0b13a;
	color:#fff;
}
.Bar_Right_Cart_Caption_Text {
	font-size:13px;
}
.Bar_Right_Cart_Body_Text {
	font-size:12px;
}


.Bar_Left_Box_Cadr {
	margin-top:10px;	
}


.Bar_Categories_Caption {
	width:100%; 
	height:30px; 
	margin:0px auto 8px auto;
	padding:1px 0px 1px 0px;
	background: #fff;
	border:1px solid #bbb;
	text-align:center;
	cursor:pointer;
	color:#222;
	line-height:20px;

	/*-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;*/

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Bar_Categories_Caption:hover {
	background:#f9f9f9;	
}
.Bar_Categories_Caption:active {
	background:#f0f0f0;
}

.Bar_Categories_Caption_Text {
	font-family: SamimV, "Segoe UI", Tahoma, Arial, sans-serif, Helvetica;
	font-weight:normal;
	font-size:13px;
	display:inline-block;
	padding-bottom:2px;
}
.Bar_Categories_Body_Text {
	font-family: SamimV, "Segoe UI", Tahoma, Arial, sans-serif, Helvetica;
	font-size:12px;
	text-align:right;
	padding:0px 12px 12px 0px;
	cursor:default;
}


.Items_List_PageTitle {
	font-family: ISansB, SamimV, "Segoe UI", Tahoma, Arial, sans-serif, Helvetica;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:20px;
	text-align:right;
}
.Items_List_PageTitle_Path {
	font-size:14px;
	font-weight:normal;
	margin-bottom:-5px;
}
.Items_List_PageTitle_Title {
	font-size: 18px;
	font-weight: bold;
}
.Items_List_PageTitle_Tail {
	padding-right:7px;
	font-size:11px;
	font-weight:normal;
}
.Items_List_PageTitle_Sub {
	text-align:right;
	padding-right:30px;
}
.Items_List_Holder {
	width:100%;
	display:table;
	margin-top:30px;
	padding:0px;
	border-spacing:0px;
	border:0px solid #CCC;
}
.Items_List_Box {
	width:30%;
	min-height:320px;
	border:0px solid #CCC;
	margin:8px;
	padding:25px 0px 15px 0px;
	display: block;
	text-align:center; 
	float:right; 
}
.Items_List_Box_onSlider {
	margin-left:20px !important;
	margin-right:20px !important;
}
.Items_List_Flag_isNew {
	position:absolute;
	top:-25px;
	left:0px;
	width:auto;
	height:auto;
}
.Items_List_Flag_isNew img {
	width:90px;
}
.Items_List_Flag_isTop {
	position:absolute;
	top:-25px;
	right:15px;
	width:auto;
	height:auto;
}
.Items_List_Flag_isTop img {
	width:40px;
}
.Items_List_Title {
	border:0px;
	width:90%;
	margin:0px auto;
	text-align:center;
}
.Items_List_Title a {
	color:#333;
	font-weight:bold;
	text-decoration: none;
}
.Items_List_Title a:hover {
	color:#633;
}
.Items_List_Summary { 
	text-align:left;
	display:none;
}
.Items_List_Code { 
	color:#7F436A;
	padding-top:3px;
	font-weight:bold;
	text-align:center;
	direction:ltr;
}
.Items_List_Price { 
	color:#666;
	padding-top:3px;
	font-weight:bold;
	text-align:center;
	direction:rtl;
}
.Items_List_Thumbnail {
	width:180px;
	border:0px solid #ccc;
}
.Items_List_Thumbnail_Blank {
	width:180px;
	height:90px;
	margin:0px auto;
	padding-top:70px;
	background-color:#FFF;
	border:1px solid #EFEFEF;
	color:#bbb;
	text-align:center;	
}
.Items_List_MoreItems {
	margin-top:40px;
	text-align:left;
}
.Items_RegularButtonOnSlider {
	opacity: .2;  
	width:25px; 
	cursor:pointer;
}
.Items_RegularButtonOnSlider:hover {
	opacity: .5;
}


.Items_Profile_Holder {	
	padding-right:25px;
}
.Items_Profile_SubHolder {
	margin-top:50px;
}
.Items_Profile_ItemHolder {
}
.Items_Profile_ActionHolder {
	padding-top:30px;
	padding-right:50px;
	font-size:16px;
	font-weight:bold;
}
.Items_Profile_ActionHolder_Price {
	font-size:32px;
	font-weight:bolder;
	direction:ltr;
}
.Items_Profile_Body {
	/*text-align:right;*/
}
.Items_Profile_Flag_isNew {
	position:absolute;
	top:-15px;
	left:-15px;
	width:auto;
	height:auto;
}
.Items_Profile_Flag_isNew img {
	width:125px;
}
.Items_Profile_Flag_isTop {
	position:absolute;
	top:-15px;
	right:30px;
	width:auto;
	height:auto;
}
.Items_Profile_Flag_isTop img {
	width:55px;
}
.Items_Profile_ImageContainer {
	display:block !important;
	margin-bottom:30px;
	text-align:right;
}
.Items_Profile_ImageContainer a img {
	width:100px;
}
.Items_Profile_Thumbnail {
	width:350px;
	border:0px solid #ccc !important;
	margin:0px 15px 30px 0px;
}
.Items_Profile_Thumbnail_Blank {
	width:350px;
	height:190px;
	margin:0px 20px 0px 0px;
	padding-top:100px;
	background-color:#FFF;
	border:1px solid #EFEFEF;
	color:#bbb;
	text-align:center;	
}


.Items_Cart_Thumbnail {
	border:0px;
	width:70px;
}
.Items_Cart_Thumbnail_Blank {
	width:50px;
	height:50px;
	padding-top:0px;
	background-color:#FFF;
	border:1px solid #EFEFEF;
	color:#DDD;
	text-align:center;
	margin:10px; 
	margin-left:8px;
}


.Items_Baket_Bar_Thumbnail {
	border:0px;
	width:70px;
	height:70px;
}
.Items_Baket_Bar_Thumbnail_Blank {
	width:50px;
	height:50px;
	padding-top:0px;
	background-color:#FFF;
	border:1px solid #EFEFEF;
	color:#DDD;
	text-align:center;
	margin:10px; 
	margin-left:8px;
}


.Download_Center_Item_Name {
	padding-top:20px;
	padding-left:50px;
	padding-right:50px;
	text-align:right;
}
.Download_Center_Item_Description {
	padding-top:3px;
	padding-left:50px;
	padding-right:62px;
	text-align:right;
}
.Download_Center_Item_ExpireDate {
	padding-top:3px;
	padding-right:62px;
	color:#999;
	text-align:right;
}
.Download_Center_Item_Link {
	color: Navy;
	text-decoration: none;
	font-weight:normal;
	text-align:right;
}
.Download_Center_Item_Link:hover {
	color: #FF0000;
	text-decoration: none;
}


.Knowledge_Base_Article_Subject {
	padding-top:20px;
	padding-left:50px;
	padding-right:30px;
	margin-right:30px;
	text-align:right;
}
.Knowledge_Base_Article_Subject a
{
	display:inline-block;
	margin-right:12px;
	height:28px;
}
Knowledge_Base_Article_Subject a:hover
{	
}
.Knowledge_Base_Article_Summary {
	padding-top:3px;
	padding-left:50px;
	padding-right:72px;
	padding-bottom:10px;
	display:block;
	text-align:right;
}
.Knowledge_Base_Article_Link {
	color: Navy;
	text-decoration: none;
}
.Knowledge_Base_Article_Link:hover {
	color: #FF0000;
	text-decoration: none;
}
.Knowledge_Base_Content_Caption {
	padding-top:25px;
	padding-bottom:15px;
	font-size:larger;
	font-weight:bold;
	text-align:right;	
}



.Desk_Home_Block {
	padding-bottom:30px;
}


.RButton_Light,
.VButton_Classic,
.VButton_Small,
.VButton_Highlight {
	text-align:center;
}


.RButton_Light {
	font-family: SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;
	font-weight: normal;
	font-size:16px;
	background: #fff;
	border:1px solid #929292;
	color:#222;
	cursor:pointer;
	padding:5px 15px 7px 15px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.RButton_Light:hover {
	background: #f7f7f7;
}
.RButton_Light:active {
	background: #e7b63d;
	color:#fff;
	border:1px solid #e7b63d;
}


.VButton_Classic {
	font-family: SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;
	font-weight: normal;
	font-size:16px;
	background: #fff;
	border:1px solid #929292;
	color:#222;
	cursor:pointer;
	padding:5px 15px 7px 15px;
	white-space:nowrap;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.VButton_Classic:hover {
	color:#222;
	background: #f7f7f7;
}
.VButton_Classic:active {
	background: #e7b63d;
	color:#fff;
	border:1px solid #e7b63d;
}


.VButton_Small {
	font-family: SamimV, "Segoe UI", Tahoma, sans-serif, Helvetica;;
	font-weight: normal;
	font-size:16px;
	background: #fff;
	border:1px solid #929292;
	color:#222;
	cursor:pointer;
	padding:6px 15px 8px 15px;
	display:inline-block;
	text-align:center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.VButton_Small:hover {
	background: #f7f7f7;
}
.VButton_Small:active {
	background: #e7b63d;
	color:#fff;
	border:1px solid #e7b63d;
}


.VButton_Highlight {
	font-family: ISansB, SamimV, "Segoe UI", Tahoma, Arial, sans-serif, Helvetica;
	font-weight: normal;
	font-size:13px;
	background: url(../../images/theme/base/vbutton1r.png) right 4px no-repeat transparent;
	border:0px solid #777;
	background-color:#636262;
	color:#EAEAEA;
	cursor:pointer;
	padding:6px 20px 4px 20px;
	display:inline-block;
	margin-top:5px;
	text-align:center;

	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.VButton_Highlight:hover {
	background: url(../../images/theme/base/vbutton1r_act.png) right 4px no-repeat transparent;
	background-color:#393939;
	color:#ffffff;
}
.VButton_Highlight:active {
	color:#666;
}


.VButton_Basket {
	border:1px solid #e7b63d;
	background:#fff;
	color:#e7b63d;
	cursor:pointer;
	padding:3px 20px 5px 20px;
	font-weight:normal;
	font-size:13px;
}
.VButton_Basket:hover {
	background:#e0b13a;
	color:#fff;
}


.FormWrapper_Highlight {
	background-color:#f9f9f9;
	border:1px solid #CCC;
	padding:15px;
}

.txt_Persian {
	font-family: SamimV, ISans, Tahoma, Helvetica, sans-serif;
}
.txt_English {
	font-family: "Segoe UI", Arial, "Open Sans Light", Helvetica, sans-serif;
	font-size:15px;
}

.AccountInfo .TextField {
	width: 100%;
}

.vpass {	
	font-family:nrbullet !important;	
	-webkit-text-security: disc;	
	padding-top:6px;	
	height:40px;
}


a, imgx,
.NoneUserSelect { 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.Expander {
	width:100%;
}
.ExpanderLink {
	width:100%;
	display:inline-block;
}
.FormElementOutline {
	border:1px solid #E3E3E3;
	padding:5px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.TFormRender {
	margin-top:15px;
	border-spacing:0px;
}
.TFormRender td {
	padding-top:2px;
	padding-bottom:2px;
}


.HideOnScreen {
	display:none;
}
.HideOnMobile {
}
.ShowOnVerMobile {
	display:none;
}
.ShowOnPWA {
	display:none !important;
}
.HideOnPWA {
	display:inherit !important;
}


@media print
{

body {
	background: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#HeaderArea {
	position:static;
}
#CapFixSpace {
	display:none;
}
#MenuColumnDropDown {
	display:none;
}
#BodyCaptionKeywords {
	display:none;
}
#FooterPoweredBy {
	display:none;
}

.HolderColumnLeft {
	display:none;
}
.HolderColumnRight {
	display:none;
}

.FormElementOutline {
	border:1px solid #C5C5C5;
}

.HideOnPrint {
	display:none !important;
}

}


@media all and (max-width: 1024px)
{
	
#MenuColumnDropDownBtn {
	padding:8px 5px 15px 13px !important;
	font-size:32px !important;
}
#MenuColumnDropDownBtn img {
	width:28px;
}

}


@media all and (max-width: 800px)
{

body {
	margin:0px;
}

#BodyWrapper {
	max-width:640px !important;
}
#BodyCaption {
	width:auto;
	min-width:330px !important;
	max-width:640px !important;
	margin-left:auto;
	margin-right:20px;
}
#MenuColumnDropDownBtn {
	padding:8px 2px 15px 13px !important;
	font-weight:normal !important;
	font-size:32px !important;
}
#MenuColumnDropDownBtn img {
	width:26px;
}
#CapFixSpace {
	height:85px !important;
}
#BodyHolder {
	width: auto !important;
	min-width:330px !important;
	max-width:600px !important;
}
.HolderTable {
	width: 90% !important;
	min-width:330px !important;
	max-width:600px !important;
}
.HolderColumnLeft {
	display:none;
}
.HolderColumnRight {
	display:none;
}

input, select {
	margin:2px 0px 8px 0px;
}

.Items_Profile_Thumbnail {
	width:240px;
	margin-right:20px;
}
.Items_Profile_Thumbnail_Blank {
	width:240px;
	height:150px;
	margin-left:17px;
}
.Items_Cart_Thumbnail {
	width:140px;
	margin-top:35px;
}
.Items_Cart_Thumbnail_Blank {
	width:140px;
	height:140px;
	margin-top:35px;
}
.Store_Cart_Rows_tdNoRespo {
	display:table-cell !important;
	padding:10px !important;
	white-space:nowrap !important;
}
.Store_Cart_Rows_tdNoRespo span {
	display:inline !important;
}

.Bar_Left_Box_Cadr {
	padding-top:10px;
	width:90%;
}
.Bar_Categories_Body_Text {
	width:90%;
}

.RespoTR {
	display:block;
}
.RespoTR td {
	width:100%;
	display:block;
}
.RespoTR td:before {
	float:right;
}
.RespoTR .vTableCell {
	float:right;
}

.HideOnMobile {
	display:none !important;
}
.HideOnScreen {
	display:block !important;
}
.MobWFull {
	width:100% !important;
}
.MobWMargin {
	width:90% !important;
}
.MobWSemi {
	width:50% !important;
}
.MobWAuto {
	width:auto !important;
}

}


@media all and (max-width: 500px)
{

.HideOnVerMobile {
	display:none !important;
}
.ShowOnVerMobile {
	display:block !important;
}
.Items_List_Box {
	width:100%;
}
.RButton_Light,
.VButton_Classic,
.VButton_Small,
.VButton_Highlight {
	text-align:center !important;
	display:inline-block !important;
	margin:5px auto 5px auto !important;
}

}


@media all and (min-width: 800px)
{

.HideOnPWA {
	display:none !important;
}
 
}


@media all and (display-mode: standalone)
{

.ShowOnPWA {
	display:inherit !important;
}
.HideOnPWA {
	display:none !important;
}
 
}