@font-face {
    font-family: 'Tanha-FD';
    src: url('fonts/Tanha/Tanha-FD.eot'); /* IE9 Compat Modes */
    src: url('fonts/Tanha/Tanha-FD.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Tanha/Tanha-FD.woff') format('woff'), /* Modern Browsers */
         url('fonts/Tanha/Tanha-FD.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
* 
{
    font-family: 'Tanha-FD',Arial,Helvetica,sans-serif,Tahoma;
    font-size: 16px;
    outline:0;
    /*direction: rtl;*/
}
:root {
    --border: #2b3543;
    --borderdark: #566477;
    --text: #121212;
    --hover: #566477;
    --hoverdark: #2b3543;
    --back: #e5e3df;
}
input[show="no"] {
    color:transparent;
}
input[show="no"]:focus {
    color:#000000;
}
.help
{
    cursor: help;
}
.pointer
{
    cursor: pointer;
}
.wait
{
    cursor: wait;
}
.crosshair
{
    cursor: crosshair;
}
.move
{
    cursor: move;
}
html
{
    min-width:320px;
}
body
{
    background:#f5f5f5;
    margin: 0;
    direction: rtl;
    min-width:320px;
    image-rendering:-webkit-optimize-contrast;
    -webkit-tap-highlight-color: transparent;
}
body[ontop]
{
    overflow-y: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}
#parent
{
    background:#f5f5f5;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 110px 0 0 0;
    min-width:320px;
}
/* Header //////////////////////////////////////////////////////////////////////////////////////////////////////*/
#Header-BG
{
    display:block;
    text-align:center;
    background-color:white;
}
#Header
{
    display:inline-block;
    text-align:center;
    width:auto; 
}
::-webkit-scrollbar { 
    display: none; 
}
#MainMenu-BG[ontop]
{
}
#MainMenu-BG
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;     
    display:block;
    position:fixed;
    top:70px;
    left:0;
    right:0;
    z-index:900;
    min-width:320px;
    text-align:center;
    border-top: 1px solid var(--back);
    background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #ffffff 0%, var(--border) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #ffffff 0%,var(--border) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  #ffffff 0%,var(--border) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='var(--border)',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);   
}
#MainMenu
{
    display:block;
    height:40px;
    margin:0 auto;
    text-align:center;
    padding:0;
    white-space:nowrap; 
}
#MainMenu a
{
    display: inline-block;
    font-size: 11px;
    color: var(--text);
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    min-width: 30px;
    padding:0px 15px;
}
#MainMenu a:hover
{
    color: #f4f4f4;
    background:var(--hover);
    background: -moz-linear-gradient(top, var(--hoverdark) 0%, var(--hover) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--hoverdark) 0%,var(--hover) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--hoverdark) 0%,var(--hover) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hoverdark)', endColorstr='var(--hover)',GradientType=0 ); /* IE6-9 */
}
#MainMenu a[select]
{
    display: inline-block;
    font-size: 11px;
    color: #f4f4f4;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    min-width: 30px;
    padding:0px 15px;
    background:var(--hover);
    background: -moz-linear-gradient(top, var(--hoverdark) 0%, var(--hover) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--hoverdark) 0%,var(--hover) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--hoverdark) 0%,var(--hover) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hoverdark)', endColorstr='var(--hover)',GradientType=0 ); /* IE6-9 */ 
}
#MainMenu a[select]:hover
{
    
}
#MainMenu a[home]
{
    display:none;   
}
#MainMenu a[home]:hover
{        
}
#MainMenu a[home][select]
{
}
#MainMenu a[home][select]:hover
{   
}
div.subMenuCtrl-deactive
{
    display:none;
}
div.subMenuCtrl-active
{
    display:none;
}
div.subMenuCtrlContainer
{
    display:none;
}
div.subMenuCtrlContainer ul
{
    display:none;
}
div.subMenuCtrlContainer ul li
{
}
div.subMenuCtrlContainer ul li:first-child
{
}
div.subMenuCtrlContainer ul li:hover:first-child
{
}
div.subMenuCtrlContainer ul li:hover
{
}
div.subMenuCtrlContainer ul li[select]
{
}
#Head-BG[ontop]
{      
}
#Head-BG
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;      
    display:block;
    position:fixed;
    min-width:320px;
    top:0;
    left:0;
    right:0;
    z-index:900;    
    height:70px;
    background: #FFFFFF;
    text-align:center;
    padding:0;     
}
#Head-Content
{
    display:block;
    width: calc(100% - 20px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;     
    display:block;
    height:70px;
    margin:0px auto;
    background: url(images/minilogo.png) no-repeat left 5px center;
    background-size: 60px auto;
    text-align:center;
    padding:0;     
}
#iMobileView
{
	display: none;
    position:fixed;
    top:111px;
    right:0;
    bottom:0;
    z-index:600;
	padding:0px;
    width:180px;
    background: #747373;
    overflow-x: hidden;
    border-left:1px solid var(--hover);
    -webkit-transition: all .1s ease-in-out;
    -webkit-box-shadow: 2px 0px 5px 5px rgba(116,115,115,0.7);
    -moz-box-shadow: 2px 0px 5px 5px rgba(116,115,115,0.7);
    box-shadow: 2px 0px 5px 5px rgba(116,115,115,0.7);
}
#mainCtrl
{
    display:inline-block;
    width: calc(100% - 0px);
    height:30px;
    padding:20px 0;
    margin:0px;
    text-align:right;
    white-space:nowrap;    
}
#mainCtrl span[mobileview]
{
    display:block;
    width:32px;
    height:30px;
    background: url(images/moblist_dark.png) no-repeat center center;
    background-size: 32px 32px;
}
#mainCtrl span[mobilealert]
{
    display:block;
    width:32px;
    height:30px;
    background: url(images/alert.png) no-repeat center center;
    background-size: 32px 32px;
    -webkit-animation:red-pulse 2s infinite;
    animation:red-pulse 2s infinite;
}
@-webkit-keyframes red-pulse {
     0% {
    box-shadow:0 0 0 0 rgba(240,95,92,.4)
    }
    70% {
    box-shadow:0 0 0 10px rgba(204,169,44,0)
    }
    100% {
    box-shadow:0 0 0 0 rgba(204,169,44,0)
    }
}
#Shopping
{
    display: block;
}
#Shopping a
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 10px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;   
}
#Shopping a:hover
{
}
#Shopping a[cart]
{
    display: block;
    font-size: 12px;
    color: var(--hover);
    background: url(images/Cart-shop.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 35px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
#Shopping a[cart]:hover
{
    color: #ffffff;
    background: url(images/Cart-empty.png) no-repeat right 10px center;
    background-size: 18px auto;
}
#Shopping a[cart="empty"]
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: url(images/Cart-empty.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 10px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HeaderCom
{
    content: attr(none);
    display: block;
    font-size: 12px;
    color: #ffffff;
    background:none;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 10px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HeaderCom:hover
{

}
A.HeaderCom[logout]
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: url(images/logout.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 35px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HeaderCom[logout]:hover
{
    color: #ffffff;
    background: url(images/logout.png) no-repeat right 10px center;
    background-size: 18px auto;
}
A.HeaderCom[login]
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: url(images/login.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 35px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HeaderCom[login]:hover
{
    color: #ffffff;
    background: url(images/login.png) no-repeat right 10px center;
    background-size: 18px auto;
}
A.HeaderCom[tophome]
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: url(images/root.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 35px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HeaderCom[tophome]:hover
{
    color: #ffffff;
    background: url(images/root.png) no-repeat right 10px center;
    background-size: 18px auto;
}
A.HeaderCom[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    font-size: 12px;
    background: var(--hover);
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #939393;
    margin: -5px -5px 0 0;
}
span.HeaderCom
{
    content: attr(none);
    display: block;
    font-size: 12px;
    color: var(--hover);
    background:url(images/mailbox.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 35px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
#Searchbox[ontop]
{
}
#Searchbox
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;     
    display:block;
    position:absolute; 
    top:21.5px;
    right:50px;
    width: 160px;
    height: 24px;
    padding:0px 0px;
    margin:0;
    text-align:left;
    white-space:nowrap;    
    vertical-align:top;
    z-index:1000;
}
#SearchboxFrame
{
    display:block;
    height:24px;
    padding:1px;
    margin:0px;
    text-align:left;
    white-space:nowrap;    
    vertical-align:top;
    background: #fff;
    line-height:24px;
    border:1px solid #dddddd;
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);     
}
#SearchboxFrame select
{
    display:none;
    background:transparent;
    font-size: 14px; 
    color:#626262;
    height:24px;
    line-height:24px;    
    border:0px;
    padding:0 5px;
    margin-right:5px;
    width:130px;    
    vertical-align:top;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-left:0px solid #e9e9e9;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(images/combo.png);
    background-position: 1% center;
    background-repeat: no-repeat;       
}
#SearchboxFrame select::-ms-expand {
    display: none;
}
#SearchboxFrame input[type="text"]
{
    display:inline-block;
    font-size: 11px;
    color:#5f5f5f;
    height:24px;
    line-height:24px;
    border:0px;
    width:120px;    
    margin-left:4px;
    margin-right:4px;
    float:right;
    padding-right:5px;
    vertical-align:top;
    background: none;
}
#SearchboxFrame input[type="image"]
{
    display:inline-block;
    height:35px;
    border:0px;
    margin: -6px -6px 0px 0px;
    padding:0;    
    width:auto;    
    vertical-align:top;
}
#pageFooter_links_BG
{
    display:block;
    background:#000000;
    text-align:center;    
    border-top: 4px solid var(--border);
    padding:5px 0px;
    border-bottom:0px solid var(--border); 
}
#pageFooter_links
{
    display:block;
    line-height:30px;
    margin:0px auto;
    text-align:right;
    padding:0 10px;
}
#pageFooter_links a
{
    text-decoration:none;
    font-size:10px;
    padding:0 0 0 10px;
    margin:0 0 0 10px;
    border-left:1px solid #afafaf;
    color:#afafaf;
    white-space:nowrap;        
}
#pageFooter_links a:hover
{
    color:#ffffff;
}
#pageFooter_links span
{
    text-decoration:none;
    font-size:10px;
    padding:0 0 0 10px;
    margin:0 0 0 20px;
    color:var(--back);
}
#pageFooter_sn_BG
{
    display:block;
    background:#f5f5f5;
    min-height:30px;
    text-align:center;    
    padding:5px 0px;
}
#pageFooter_sn
{
    display:block;
    height:30px;
    padding:10px;
    margin:0px auto;
    text-align:right;
    white-space:nowrap;    
}
#pageFooter_sn col1
{
    display:block;
    height:30px;
    padding-left: 15px;
    font-size:10px;
    color:#afafaf;    
}
#pageFooter_sn col1 a {
    text-decoration:none;
    padding:0 0 0 5px;
    margin:0 0 0 5px;
    font-size:10px;
    color:var(--hover);
}
#pageFooter_sn col1 a:hover {
    color:var(--hover);
}
#pageFooter_sn col2
{
    display:block;
    text-align:left;
    height:40px;
    float:right;
}
#pageFooter_sn col2 .app
{
    display:inline-block;
    width:69px;
    height:24px;
    background-size: 69px 24px;
    margin:0 0 0 5px;
    border-radius: 5%;
    border:1px solid #afafaf;     
    float:left;
}
#pageFooter_sn col2 .social
{
    display:inline-block;
    width:24px;
    height:24px;
    background-size: 24px 24px;
    margin:0 0 0 5px;
    border-radius: 20%;
    border:1px solid #afafaf;    
    float:left;
}
a.android {
    background: url(images/social/android.png) no-repeat center center;
}
a.ios {
    background: url(images/social/ios.png) no-repeat center center;
}
a.linkedin {
    background: url(images/social/linkedin.png) no-repeat center center;
}
a.youtube {
    background: url(images/social/youtube.png) no-repeat center center;
}
a.facebook {
    background: url(images/social/facebook.png) no-repeat center center;
}
a.twitter {
    background: url(images/social/twitter.png) no-repeat center center;
}
a.google {
    background: url(images/social/googleplus.png) no-repeat center center;
}
a.instagram {
    background: url(images/social/instagram.png) no-repeat center center;
}
a.rssfeed {
    background: url(images/social/rssfeed.png) no-repeat center center;
}
a.nlinkedin {
    display:inline-block;
    background: url(images/social/linkedin.png) no-repeat center center;
    background-size: 32px 32px;
    width:32px;
    height:32px;
    margin:65px 0 0 5px;
    border:0;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
a[navi]
{
    display:inline-block;
    line-height:10px;
    font-size: 16px;
    padding:5px 0 5px 5px;
    margin:5px 0 5px 5px;
    border-left:1px solid var(--back);
    color:#a7a7a7;
    text-decoration:none;
}
a[navi]:hover
{
    color:var(--hover);
}
/* Main //////////////////////////////////////////////////////////////////////////////////////////////////////*/
#mainContentBG
{
    display:block;
    text-align:center;    
    padding:0px;
    /*background: url(/images/custom/media/background.jpg) no-repeat top right;  */
}
#mainContent
{
    display:block;
    margin:0px auto;
    padding:10px 0px;
    text-align:center;
    white-space:nowrap;    
    vertical-align:top;
}
@media screen and (max-width: 700px) {
    #mainContent
    {
        zoom: 90%;
    }
}
@media screen and (max-width: 630px) {
    #mainContent
    {
        zoom: 80%;
    }
}
@media screen and (max-width: 580px) {
    #mainContent
    {
        zoom: 70%;
    }
}
@media screen and (max-width: 490px) {
    #mainContent
    {
        zoom: 60%;
    }
}
@media screen and (max-width: 420px) {
    #mainContent
    {
        zoom: 50%;
    }   
}
@media screen and (max-width: 355px) {
    #mainContent
    {
        zoom: 45%;
    }   
}
#RightBar
{
    display: none;
}
#subCategoryViewTop
{
    display:block;    
    border:0px solid var(--border);
    margin:0 0px 0px 0px;
    padding:0;
}
#subCategoryViewTop a:last-child 
{
    border:0;
}
#subCategoryViewTop span[title]
{
    display: block;
    font-size: 12px;
    color: var(--border);
    background:#838282 url(images/list_light_mobile.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 35px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
#CenterBar
{
    display:block;
    margin:0 auto;
    padding:0px 0px;    
    white-space:normal;    
    vertical-align:top;        
    width: calc(100% - 25px);
    overflow:visible; 
    text-align:right;
}
#LeftBar
{
    display:none;    
}
/*
table
{
    table-layout: fixed;
}
*/
@media screen and (max-width: 600px) {
    table {
        width:100%;
    }
    #r_cat_table {
        width:100% !important;
    
    }
}
/* Paging //////////////////////////////////////////////////////////////////////////////////////////////////////*/
.NotePaging
{
    display: inline-block;
    font-size: 16px;
    color:var(--back);
    background: var(--hover);
    height: auto;
    margin:5px 5px 5px 5px;
    line-height: auto;
    text-decoration: none;
    text-align: center;
    min-width: 0px;
    padding:5px 5px 5px 5px;
    white-space: nowrap;
}
.ActivePaging
{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: var(--hover);
    background:none;
    height: 5px;
    margin:5px 5px 5px 5px;
    line-height: 5px;
    text-decoration: none;
    text-align: center;
    min-width: 0px;
    padding:5px 5px 5px 5px;
    white-space: nowrap;
}
A.Paging
{
    display: inline-block;
    font-size: 16px;    
    color: var(--text);
    background:none;
    height: 5px;
    margin:5px 5px 5px 5px;
    line-height: 5px;
    text-decoration: none;
    text-align: center;
    min-width: 0px;
    padding:5px 5px 5px 5px;
    white-space: nowrap;
}
A.Paging:hover
{
    color: var(--hover);
    background:none;
}
/* Side Menu //////////////////////////////////////////////////////////////////////////////////////////////////////*/
A.HMenu
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: url(images/arrows_mobile.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 35px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HMenu:hover
{
    background: var(--hover) url(images/arrows_mobile.png) no-repeat right 10px center;
    background-size: 18px auto;
}
A.HMenuActive
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: var(--hover) url(images/arrows_mobile.png) no-repeat right 10px center;
    background-size: 18px auto;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 35px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HMenuActive:hover
{
}
A.HSubMenu
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    background:none;
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 10px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HSubMenu:hover
{
    background: var(--hover);
}
A.HSubMenuActive
{
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: var(--hover);
    height: 28px;
    margin:0px;
    line-height: 28px;
    text-decoration: none;
    text-align: right;
    min-width: 30px;
    width: auto;
    padding:5px 10px 5px 0px;
    border-bottom:1px solid #838282;
    white-space: nowrap;
}
A.HSubMenuActive:hover
{

}
A.HsuggestedProducts
{
    display: none;
}
A.HlinksView
{
    display: none;
}
/* //////////////////////////////////////////////////////////////////////////////////// */
#tr_itemslist_2
{
    text-align:center;
}
column1,column2{
    display:inline-block;
    width:100%;
    margin: 0px;
    vertical-align:top;
}
vitem
{
    display:block;
    overflow:hidden;
    text-align:right;
    background:#ffffff;    
    margin-bottom:10px;
    margin-top:10px;
    padding:30px 30px;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
vitemimg {
    display:inline-block;
    position: relative;
    vertical-align:top;
    overflow:hidden;
    max-width:220px;
    max-height:220px;
    margin:0 auto;
    width: 50%;
    border:1px solid #e0e0e0;
    padding:20px 20px 20px 20px;
}
vitem vitemimg a img {
    display:block;
    margin:0;
    width:220px;
    height:220px;
    border:0;
}
viteminfo
{
    display:inline-block;
    position: relative;
    vertical-align:top;
    max-width:75%;
    width: 50%;
    padding-right:30px;
    overflow:hidden;
}
/* //////////////////////////////////////////////////////////////////////////////////// */
.shopdetail
{
    width: 100% !important;
}
a.Over0
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
}
a.Over0:hover
{
    color: var(--text);
    text-decoration: underline;
}
a.Over1
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
}
a.Over1:hover
{
    color: var(--hover);
    border-bottom: 2px dotted var(--hover);
}
a.Over2
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
}
a.Over2:hover
{
    color: var(--hover);
    text-decoration: none;
}
a.Over3
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
}
a.Over3:hover
{
    color: var(--hover);
    text-decoration: none;
    line-height:30px;
}
a.Over4
{
    font-size: 16px;
    color: var(--border);
    text-decoration: none;
    line-height:30px;
}
a.Over4:hover
{
    color: var(--hover);
    text-decoration: none;
    line-height:30px;
}
.Fn00
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
}
.Fn0
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
}
.Fn1
{
    font-size: 16px;
    color: green;
    text-decoration: none;
    line-height:30px;
}
.Fn22
{
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    line-height:30px;
    padding: 0px 5px 0px 5px;
}
.Fn2
{
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    line-height:30px;
}
.Fn3
{
    font-size: 16px;
    line-height:30px;
    color: #666666;
    text-decoration: none;
    background-size: auto;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border:1px solid #a9a9a9;
}
.Fn4
{
    font-size: 16px;
    color: white;
    text-decoration: none;
    line-height:30px;
}
.Fn5
{
    font-size: 16px;
    color: var(--hover);
    text-decoration: none;
    line-height:30px;
}
.Fn6
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
}
.Fn7
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
}
.Fn8
{
    font-size: 16px;
    color: red;
    text-decoration: none;
    line-height:30px;
}
.Fn9
{
    font-size: 16px;
    color: var(--hover);
    text-decoration: none;
    line-height:40px;
}
.Fn10
{
    font-size: 16px;
    color: red;
    text-decoration: none;
    line-height:30px;
    padding:15px;
}
.Fn11
{
    font-size: 16px;
    color: red;
    text-decoration: none;
    line-height:30px;
}
.Fn12
{
    font-size: 16px;
    color: red;
    text-decoration: none;
    line-height:30px;
}
.Fn13
{
    font-size: 16px;
    color: green;
    text-decoration: none;
    line-height:30px;
}
.Fn14
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;  
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 5px;
    -webkit-user-select: none;
    background-image: url(images/select.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 1% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px; 
    height: 30px;   
}
.Fn15
{
    font-size: 16px;
    color: red;
    text-decoration: none;
    line-height:30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;  
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 5px;
    -webkit-user-select: none;
    background-image: url(images/select.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 1% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px; 
    height: 30px;   
}
.Fn16
{
    display: block;
    font-size: 16px;
    color: red;
    text-decoration: none;
    line-height:30px;
    border: 1px solid red;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fde9e9;
}
.Fn20
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:20px;
}
.Fn21
{
    font-size: 16px;
    color: var(--text);
    text-decoration: none;
    line-height:30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;  
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 5px;
    -webkit-user-select: none;
    background-image: url(images/select.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 1% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px; 
    height: 30px;   
}
/*////////////////////////////////////////////////////////////////////////////*/
#CenterBar #Panel2, #CenterBar #Panel7
{
    width: calc(100% - 0px);
    padding:0px;
    margin:0px auto;
}
#CenterBar #Panel2 td,#CenterBar #Panel7 td
{
    min-width:150px;
    padding:0px;
    margin:0px;
    text-align:right;
}
#Label2
{
    display:inline-block;
    position:relative;
    top:0px;
    left:0px;
    right:150px;
}
#Label2 img
{
    display:inline-block;
    position:relative;
    border:0px solid var(--border);
    border-radius: 20%;
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.wp
{
    width:100%;
    padding-left: 5px;
    padding-right: 5px; 
    border-radius: 0px;
}
.wl
{
    width:100%;
    padding-left: 5px;
    padding-right: 5px; 
    border-radius: 0px;
}
.wc
{
    width:100%;
    padding-left: 5px;
    padding-right: 5px; 
    border-radius: 0px;
}
.wm
{
    width:100%;
    padding-left: 5px;
    padding-right: 5px; 
    border-radius: 0px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
div.simplePanel
{
    display:block;
    position:relative;
    margin: 0 0 10px 0;
    padding:10px;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);    
    overflow:hidden;
}
div.formEmail
{
    display:block;
    position:relative;
    height:50px;
    font-size:18px;  
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formPassword
{
    display:block;
    position:relative;
    height:50px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formOK
{
}
div.formLogin01
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin02
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin04
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin05
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin06
{
    display:block;
    position:relative;
    height:35px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin11
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin12
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin13
{
    display:block;
    position:relative;
    height:30px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin14
{
    display:block;
    position:relative;
    height:35px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin15
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin16
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin17
{
    display:block;
    position:relative;
    height:35px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formLogin18
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formContact01
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formContact02
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formContact03
{
    display:block;
    position:relative;
    height:35px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formContact04
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formContact05
{
    display:block;
    position:relative;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formContact06
{
    display:block;
    position:relative;
    height:35px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
div.formContact07
{
    display:block;
    position:relative;
    height:40px;
    font-size:18px; 
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 15px;
}
span.formLine
{
    display:block;
    position:relative;
    height:35px;
    font-size:18px;    
    padding:5px;
}
span.ctrlContainer
{
    display:block;    
    position:absolute;
    overflow:hidden;
    top:5px;
    right:calc(50% - 75px);
    left:calc(50% - 75px);
}
span.ctrlContainerwp
{
    display:block;    
    position:relative;
    overflow:hidden;
    top:5px;
    margin:20px;    
}
span.ctrlContainerlg
{
    display:block;    
    position:absolute;
    overflow:hidden;
    right:20px;
}
span.ctrlContainerct
{
    display:block;    
    position:absolute;
    overflow:hidden;
    right:20px;
}
div.formPassword input[type="password"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: url(images/password.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;    
    border-bottom:1px solid #a7a7a7;
    border-left:0px solid var(--border);
    border-right:0px solid var(--border);
    border-top:0px solid var(--border);
    height: 40px;
}
@keyframes clearAutofill01 {
  to { 
       background: url(images/password.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formPassword input[type="password"]:-webkit-autofill {
  animation: clearAutofill01 forwards;
}
div.formEmail input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: url(images/email.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:1px solid #a7a7a7;
    border-left:0px solid var(--border);
    border-right:0px solid var(--border);
    border-top:0px solid var(--border);
    height: 40px;
}
@keyframes clearAutofill02 {
  to { 
       background: url(images/email.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formEmail input[type="text"]:-webkit-autofill {
  animation: clearAutofill02 forwards;
}
div.formLogin01 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/email.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill03 {
  to { 
       background: #f2f2f2 url(images/email.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin01 input[type="text"]:-webkit-autofill {
  animation: clearAutofill03 forwards;
}
div.formLogin02 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/password.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill04 {
  to { 
       background: #f2f2f2 url(images/password.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin02 input[type="text"]:-webkit-autofill {
  animation: clearAutofill04 forwards;
}
div.formLogin04 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/user.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill05 {
  to { 
       background: #f2f2f2 url(images/user.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin04 input[type="text"]:-webkit-autofill {
  animation: clearAutofill05 forwards;
}
div.formLogin05 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/user.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill06 {
  to { 
       background: #f2f2f2 url(images/user.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin05 input[type="text"]:-webkit-autofill {
  animation: clearAutofill06 forwards;
}
div.formLogin11 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/phone.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill07 {
  to { 
       background: #f2f2f2 url(images/phone.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin11 input[type="text"]:-webkit-autofill {
  animation: clearAutofill07 forwards;
}
div.formLogin12 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/mobile.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill08 {
  to { 
       background: #f2f2f2 url(images/mobile.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin12 input[type="text"]:-webkit-autofill {
  animation: clearAutofill08 forwards;
}
div.formLogin15 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/home.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill09 {
  to { 
       background: #f2f2f2 url(images/home.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin15 input[type="text"]:-webkit-autofill {
  animation: clearAutofill09 forwards;
}
div.formLogin16 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/location.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill10 {
  to { 
       background: #f2f2f2 url(images/location.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin16 input[type="text"]:-webkit-autofill {
  animation: clearAutofill10 forwards;
}
div.formLogin18 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/security.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill11 {
  to { 
       background: #f2f2f2 url(images/security.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formLogin18 input[type="text"]:-webkit-autofill {
  animation: clearAutofill11 forwards;
}
div.formContact01 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/user.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill12 {
  to { 
       background: #f2f2f2 url(images/user.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formContact01 input[type="text"]:-webkit-autofill {
  animation: clearAutofill12 forwards;
}
div.formContact02 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/email.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill13 {
  to { 
       background: #f2f2f2 url(images/email.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formContact02 input[type="text"]:-webkit-autofill {
  animation: clearAutofill13 forwards;
}
div.formContact04 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/title.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill14 {
  to { 
       background: #f2f2f2 url(images/title.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formContact04 input[type="text"]:-webkit-autofill {
  animation: clearAutofill14 forwards;
}
div.formContact07 input[type="text"]
{
    display:block;    
    position:relative;
    font-size: 18px;
    overflow:hidden;
    background: #f2f2f2 url(images/security.png) no-repeat right 5px center;
    background-size: 18px auto;
    padding-right: 35px;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
    height: 40px;
}
@keyframes clearAutofill15 {
  to { 
       background: #f2f2f2 url(images/security.png) no-repeat right 5px center;
       background-size: 18px auto;
   }
}
div.formContact07 input[type="text"]:-webkit-autofill {
  animation: clearAutofill15 forwards;
}
#newUser
{
    display:block;
    height:42px;
}
a[newsignup]
{
    display:inline-block;
    width:150px;
    font-size: 16px;
    text-align: center;
    line-height:40px;
    padding:0 0;
    color: #f4f4f4;
    background:var(--hover);
    background: -moz-linear-gradient(top, var(--hoverdark) 0%, var(--hover) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--hoverdark) 0%,var(--hover) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--hoverdark) 0%,var(--hover) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hoverdark)', endColorstr='var(--hover)',GradientType=0 ); /* IE6-9 */ 
    border:0px solid #a7a7a7;
    margin:5px 0px 5px 0;
    text-decoration:none;
}
a[newsignup]:hover
{   
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
div.marqueePanel
{
    display:none;      
}
div.naviPanel
{
    display:block;    
    backdrop-filter: blur(20px); 
    height:33px;
    line-height:33px;    
}
div.naviPanel_c1
{
    display:inline-block;
    width:70%;
}
div.naviPanel_c2
{
    display:inline-block;
    position:relative;
    top:5px;
    width:30%;
    text-align:left;
}
div.visitPanel
{
    display:block;    
    padding:5px 0 5px 0;
    border-top:1px dotted var(--back); 
}
div.visitPanel_c1
{
    display:inline-block;
    width:90%;
    height:27px;
    line-height:27px;
    font-size:14px;
    color:#a7a7a7;
    vertical-align:center;
}
div.visitPanel_c2
{
    display:inline-block;
    position:relative;
    left:-5px;
    width:10%;
    height:20px;
    line-height:20px;
    padding:5px 0;
    text-align:left;
    vertical-align: top;
}
div.visitPanel_c3
{
    display:block;
    padding:5px 0px 15px 0px;
}
#itemDetailView1,#itemDetailView2,#itemDetailView3,#itemDetailView4
{
    display:inline-block;
    vertical-align:top;
    width:50%;
    padding-top:20px;
}
#itemDetailView1,#itemDetailView3
{
    text-align:center;
}
h1[title]
{
    font-size:24px;
    padding: 0 0 0 0;
    color:var(--hover);
}
a[itemTitle]
{
    display:block;
    line-height:30px;
    padding:0;
    color:var(--text);
    margin-top:0px;
    font-size:24px;
    text-decoration:none;
}
a[itemTitle]:hover
{
    color:var(--hover);
}
span[itemShortDes]
{
    display:block;
    font-size: 18px; 
    line-height: 30px;
    padding:0 0 15px 0;    
    color:#8c8c8c;   
}
img[itemImg]
{
    margin:0px auto;
}
a[showbig]
{
    display:block;
    width:200px;
    margin:10px auto;
    padding:30px;
    border:1px solid var(--back);
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    text-align:center;
}
a[showbig] img
{
    display:block;
    width: 200px;
    height: 200px;    
    border:0;  
    margin:0 auto;
}
a[showrelateditem]
{
    display:block;
    min-width:50px;
    line-height:35px;
    margin:10px 0;
    color: #f4f4f4;
    background:url(/images/rel.png) no-repeat center right 8px var(--border);
    background-size: 20px 20px;
    border:2px solid #f5f5f5;
    font-size: 18px;
    text-align:center;
    text-decoration:none;
}
a[showrelateditem]:hover
{
    color: #ffffff;
    background:url(/images/rel_hover.png) no-repeat center right 8px var(--borderdark);
    background-size: 20px 20px;
}
a[wishlist]
{
    display:block;
    min-width:50px;
    line-height:35px;
    margin:10px 0;
    color: #f4f4f4;
    background:url(/images/fav.png) no-repeat center right 8px var(--border);
    background-size: 20px 20px;
    border:2px solid #f5f5f5;
    font-size: 18px;
    text-align:center;
    text-decoration:none;
}
a[wishlist]:hover
{
    color: #ffffff;
    background:url(/images/fav_hover.png) no-repeat center right 8px var(--borderdark);
    background-size: 20px 20px;
}
a[addtocart]
{
    display:block;
    min-width:50px;
    line-height:35px;
    margin:10px 0;
    color: #ffead4;
    background:url(/images/cart.png) no-repeat center right 8px var(--hover);
    background-size: 20px 20px;
    border:2px solid #f5f5f5;
    font-size: 18px;
    text-align:center;
    text-decoration:none;
}
a[addtocart]:hover
{
    color: #ffffff;
    background:url(/images/cart_hover.png) no-repeat center right 8px var(--hoverdark);
    background-size: 20px 20px;
}
a[unavailable]
{
    display:block;
    min-width:50px;
    line-height:35px;
    margin:10px 0;
    color: #FFFFFF;
    background:#cccccc;
    border:2px solid #f5f5f5;
    font-size: 18px;
    text-align:center;
    text-decoration:none;
}
a[moredetails]
{
    display:block;
    min-width:50px;
    line-height:35px;
    margin:10px 0;
    color: #f4f4f4;
    background:url(/images/det.png) no-repeat center right 8px var(--text);
    background-size: 20px 20px;
    border:2px solid #f5f5f5;
    font-size: 18px;
    text-align:center;
    text-decoration:none;
}
a[moredetails]:hover
{
    color: #ffffff;
    background:url(/images/det_hover.png) no-repeat center right 8px var(--text);
    background-size: 20px 20px;
}
span[fieldname]
{
    font-size: 18px;
    line-height:35px;
    color:black;
}
span[fieldnameT]
{
    font-size: 18px;
    line-height:30px;
    color:#454545;
}
span[fieldname]:before {
    content:"\a";
}
span[fieldnameT]:before {
    content:"\a";
}
a[fieldvalue]
{
    font-size: 18px;
    line-height:35px;
    color:var(--border);
    text-decoration:none;
}
a[fieldvalueT]
{
    font-size: 18px;
    line-height:30px;
    color:var(--border);
    text-decoration:none;
}
a[fieldvalue]:hover
{
    color:var(--hover);
}
a[fieldvalueT]:hover
{
    color:var(--hover);
}
a[fieldvalue]:after {
    content:"\a";
    white-space: pre-wrap;
}
a[fieldvalueT]:after {
    content:"\a";
    white-space: pre-wrap;
}
span[fieldvalue]
{
    font-size: 18px;
    line-height:35px;
    color:#454554;
    text-decoration:none;
}
span[fieldvalue]:after {
    content:"\a";
    white-space: pre-wrap;
}
span[worth]
{
    display:inline-block;
    line-height:30px;
    font-size: 16px;
    margin-left:5px;
    color:black;
}
span[price]
{
    display:inline-block;
    font-size:20px;
    color:#454545;
    padding-top:0px;
    font-weight: bold;
}
span[unit]
{
    display:inline-block;
    line-height:30px;
    font-size: 14px;
    color:#454545;
}
span[payable]
{
    display:inline-block;
    line-height:30px;
    font-size:20px;
    color:#454545;
    font-weight:bold;
}
span[discount]
{
    display:block;
    font-size: 10pt;
    line-height:0;
    padding:10px 0 20px 0;
    color:green;
}
span[shiptime]
{
    display:block;
    font-size:10pt;
    padding:10px 0 0 0;
    color:red; 
    font-weight:bold;   
}
div.itemRelevantPanel,div.itemStatticPanel
{
    display:inline-block;
    vertical-align:top;
    width:50%;
}
div[propertyitem]
{
    display:inline-block;  
    width:20%;
    margin:0px;
    vertical-align:top;
    text-align: center;
}
div[propertyitem] img
{
    display:inline-block;
    padding:10px;
    margin-top:10px;
    width:50px;
    height:50px;
    border:1px solid #dddddd;
    border-radius:100%;  
}
a[propertyitemtitle]
{
    display:block;
    font-size:15px;
    line-height:20px;
    color:var(--text);
    padding:10px 0px 0px 0px;
    margin-bottom:10px;
    text-decoration:none;
}
a[propertyitemtitle]:hover
{
}
div[relateditem]
{
    display:inline-block;  
    width:33%;
    margin:0px;
    vertical-align:top;
    text-align: center;
}
div[relateditem] img
{
    display:inline-block;
    padding:20px;
    margin-top:10px;
    width:100px;
    height:100px;
    border:1px solid var(--back);
    border-radius:5%;  
}
a[relateditemtitle]
{
    display:block;
    font-size:16px;
    line-height:20px;
    color:var(--text);
    padding:10px 0px 0px 0px;
    margin-bottom:10px;
    text-decoration:none;
}
a[relateditemtitle]:hover
{
    color:var(--hover);
}
span[fieldNamerelated]
{
    display:none;
}
a[fieldValuerelated]
{
    display:none;
}
#TextBox23
{
    display:block;    
    position:relative;    
    padding-right:10px;
    padding-top: 5px;
    font-size: 16px;
    overflow:hidden;
    background: #f2f2f2;
    border-bottom:0px solid #a7a7a7;
    border-left:0px solid #a7a7a7;
    border-right:4px solid #a7a7a7;
    border-top:0px solid #a7a7a7;
}
#TextBox14
{
    display:block;
    position:relative;
    width:100%;
    background: none;
    background-size: auto;
    width:100%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin:0 0 10px 0;
    border:1px solid var(--back);  
}
#rankbar
{
    width:400px;
}
img[src*="addcard.gif"]
{
    margin-bottom:0px;
}
img.vBanner
{
    display:block;
    margin-bottom:10px;
}
div.hBanner
{
    display:block;
    padding:5px;
    text-align:center;
}
img.hBanner
{
    display:block;
    margin-top:10px;
    margin-bottom:10px;
    width: 100%;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);     
}
#linksView
{
    display:none;    
}
#linksView a:last-child 
{
    border:0;
}
#linksView span[title]
{
    display:none;
}
#suggestedProducts
{
    display:none;    
}
#suggestedProducts a:last-child 
{
    border:0;
}
#suggestedProducts span[title]
{
    display:none;
}
span[newsDatetime]
{
    display:block;
    font-size:14px;
    text-align:right;
    letter-spacing:1px;
    margin-top:0px;
    color:#2a2a2a;
}  
span[reviewer]
{
    display:block;
    font-size:16px;    
    color:var(--border); 
    text-align:right;
    padding:5px;
    background:var(--back) url(/images/user.png) no-repeat 5px;
    background-size: 16px auto;
}  
span[datetime]
{
    display:block;
    font-size:16px;    
    color:var(--border);
    text-align:right;
    margin-top:5px;
    padding:5px;
    background:var(--back) url(/images/time.png) no-repeat 5px;
    background-size: 16px auto;
} 
/*///////////////////////////////////////////////////////////////////////////////////////////*/
#homepage_new
{
    display:block;
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    border:1px solid #dcdcdc;
    background:#fff;
}
span[homepageNewTitle]
{
    display:block;
    padding:10px 10px;
    font-size:20px;
    background:#FFFFFF;
    background: -webkit-linear-gradient(top, #dcdcdc , #FFFFFF);
    background: -o-linear-gradient(top, #dcdcdc, #FFFFFF);
    background: -moz-linear-gradient(top, #dcdcdc, #FFFFFF);
    background: linear-gradient(top, #dcdcdc , #FFFFFF);        
    color:var(--text);
    line-height:35px;    
}
div[indateItemView] 
{
    display:inline-block;
    position:relative;
    width:31.5%;
    padding:0;
    margin:6;
    border:0;
}
div[indateItemView] a
{
    display:block;
    text-decoration:none;
    height:auto;
    width:100%;
    border:1px solid #dcdcdc;
    overflow:hidden;
}
div[indateItemView] a:hover
{
}
div[indateItemView] a:hover > span[indateItemViewTitle]
{   
}
div[indateItemView] a img
{
    display:block;
    border:0;
    padding:0;
    width:100%;
}
div[indateItemView] a span[indateItemViewTitle]
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
    display:block;
    position:absolute;
    border:0;
    padding:5px 10px;
    bottom:5px;
    right:5px;
    left:5px;
    text-align:center;
    background: rgba(111, 111, 111, 0.5);
    color:#fff;
    font-size:20px;
    line-height:50px;
}
#homepage_offers
{
    display:block;
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    border:1px solid #dcdcdc;
    background:#fff;
}
span[homepageoffertitle]
{
    display:block;
    padding:10px 10px;
    font-size:20px;
    background:#FFFFFF;
    background: -webkit-linear-gradient(top, #dcdcdc , #FFFFFF);
    background: -o-linear-gradient(top, #dcdcdc, #FFFFFF);
    background: -moz-linear-gradient(top, #dcdcdc, #FFFFFF);
    background: linear-gradient(top, #dcdcdc , #FFFFFF);        
    color:var(--text);
    line-height:35px;    
}
div[newitemview] 
{
    display:inline-block;
    position:relative;
    width:31.5%;
    padding:0;
    margin:6;
    border:0;
}
div[newitemview] a
{
    display:block;
    text-decoration:none;
    height:auto;
    width:100%;
    border:1px solid #dcdcdc;
    overflow:hidden;
}
div[newitemview] a:hover
{
}
div[newitemview] a:hover > span[newitemviewtitle]
{   
}
div[newitemview] a img
{
    display:block;
    border:0;
    padding:0;
    width:100%;
}
div[newitemview] a span[newitemviewtitle]
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
    display:block;
    position:absolute;
    border:0;
    padding:5px 10px;
    bottom:5px;
    right:5px;
    left:5px;
    text-align:center;
    background: rgba(111, 111, 111, 0.5);
    color:#fff;
    font-size:20px;
    line-height:50px;
}
#lastNewsView
{
    text-align:right;
}
bnews
{
    display:inline-block;
    width:100%;
    margin: 0px 0 10px 0;
}
img[newsImg]
{
    width:150px;
    height:150px;    
}
vnewsimg
{
    display:block;
    overflow:hidden;
    background:#fff; 
    width:150px;
    height:150px;
    padding:10px;
    border:1px solid #dcdcdc;
    float:right;
    margin-right:0px;
}
a.homenews1
{
    display:inline-block;
    overflow:hidden;
    font-size:20px;
    font-weight: bold;
    color:var(--border);
    text-decoration:none;  
    padding-top:15px;
    padding-right:15px;
}
font.homenews2
{
    display:block;
    overflow:hidden;
    font-size:20px;
    letter-spacing:1px;
    color:#646464;   
    padding-top:0px; 
    padding-right:15px;
    padding-left:5px;
    line-height:30px;
}
a.homenews3
{
    display:block;
    overflow:hidden;
    font-size: 18px;
    text-decoration:none;
    color:var(--hover);    
    padding-top:0px;
    padding-right:15px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.text-size, .tab-size
{
    font-size:20px;
    text-align: justify;
    text-justify: inter-word;
    line-height:40px;
}
.head-size
{
    font-size:20px;
    text-align: justify;
    text-justify: inter-word;
    color:var(--border);
    font-weight:bold;
    line-height:50px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.stepoff-text
{
    font-size:14px;
    color:#949494;
}
.stepon-text
{
    font-size:14px;
    color:var(--hoverdark); 
}
.stepoff-image
{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.stepon-image
{

}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
ul.a {
  list-style-type: circle;
}
ul.b {
  list-style-type: square;
}
ol.c {
  list-style-type: upper-roman;
}
ol.d {
  list-style-type: lower-alpha;
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
div.gallery
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
    filter: brightness(100%);
    padding:0px; 
    margin:20px 5px 10px 5px;
    float:right; 
    border: 1px solid var(--back);
    -o-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);      
    display:inline-block;
    position:relative;
    width: 130px;
}
div.gallery:hover
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
    filter: brightness(120%);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);      
}
div.gallery img
{
    width: 100%;
    height: auto;
}
div.desc
{
    display: none;
    font-size: 12px;
    color: var(--hoverdark);    
    padding: 15px;
    text-align: center;
}
a.desc
{
    display: none;
    font-size: 12px;
    color: var(--hoverdark);    
    padding: 10px;
    text-align: center; 
    text-decoration:none;   
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.telegram {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#ffffff;
    background-color: #38afe3;
}
.telegram:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#ffffff;
    background-color: #179cde;
}
.facebook {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#ffffff;
    background-color: #4867aa;
}
.facebook:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#ffffff;
    background-color: #3b579d;
}
.twitter {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#ffffff;
    background-color: #55acee;
}
.twitter:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#ffffff;
    background-color: #1da1f2;
}
.google {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#ffffff;
    background-color: #f14336;
}
.google:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#ffffff;
    background-color: #d32e2a;
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.phone {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#ffffff;
    background-color: var(--hover);
}
.phone:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#ffffff;
    background-color: var(--hoverdark);
}
.chat {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#ffffff;
    background-color: var(--hover);
}
.chat:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#ffffff;
    background-color: var(--hoverdark);
}
.email {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#ffffff;
    background-color: var(--hover);
}
.email:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#ffffff;
    background-color: var(--hoverdark);
}
.location {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#ffffff;
    background-color: var(--hover);
}
.location:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#ffffff;
    background-color: var(--hoverdark);
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.radioListCSS {
    margin:auto;
}
.radioListCSS tr{
    border:1px solid #c1c1c1;
}
.radioListCSS > tbody > tr > td{
    min-width:150px;
    padding:20px;
    position:relative;
}
.radioListCSS label {
    display: inline-block !important;
    padding-right: 10px;
    font-size: 16px;
    cursor:pointer;
}
.radioListCSS > tbody > tr > td > input{
    opacity:0;
}
.radioListCSS > tbody > tr > td > label:before {
    background-color: #eee;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0px 0px 0px 0px;
    position: absolute;
    content: '';
    right: 0px;
    cursor: pointer;
}
.radioListCSS > tbody > tr > td > input:checked ~ label:before{
    background-color: white;
    height: 15px;
    width: 15px;    
    border: 2px solid #2196F3;
    pointer-events:none;
}
.radioListCSS > tbody > tr > td:hover > input:not(:checked) ~ label:before{
    background-color: #ccc;
}
.radioListCSSpayment {
    margin:auto;
    float:right;
    width:auto;
}
.radioListCSSpayment  tr{
    border:1px solid #c1c1c1;
}
.radioListCSSpayment  > tbody > tr > td{
    padding:10px 5px 10px 10px;
    position:relative;
}
.radioListCSSpayment  label {
    display: inline-block !important;
    padding-right: 0px;
    font-size: 16px;
    cursor:pointer;
}
.radioListCSSpayment  > tbody > tr > td > input{
    opacity:0;
}
.radioListCSSpayment  > tbody > tr > td > label:before {
    background-color: #ccc;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 4px 0px 4px 0px;
    position: absolute;
    content: '';
    right: 0px;
    cursor: pointer;
}
.radioListCSSpayment  > tbody > tr > td > input:checked ~ label:before{
    background-color: white;
    height: 15px;
    width: 15px;    
    border: 2px solid #2196F3;
    pointer-events:none;
}
.radioListCSSpayment  > tbody > tr > td:hover > input:not(:checked) ~ label:before{
    background-color: #ddd;
}
.radioCSSpayment {
    margin:auto;
    float:right;
    width:auto;
}
.radioCSSpayment {
    padding:10px 5px 10px 5px;
    position:relative;
}
.radioCSSpayment label {
    display: inline-block !important;
    padding-right: 0px;
    font-size: 16px;
    cursor:pointer;
}
.radioCSSpayment input{
    opacity:0;
}
.radioCSSpayment label:before {
    background-color: #ccc;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 4px 0px 4px 0px;
    position: absolute;
    content: '';
    right: 0px;
    cursor: pointer;
}
.radioCSSpayment input:checked ~ label:before{
    background-color: white;
    height: 15px;
    width: 15px;    
    border: 2px solid #2196F3;
    pointer-events:none;
}
.radioCSSpayment input:not(:checked) ~ label:before{
    background-color: #ddd;
}
.checkboxCSS {
    margin:auto;
    float:right;
    width:auto;
}
.checkboxCSS {
    padding:10px 5px 10px 10px;
    position:relative;
}
.checkboxCSS label {
    display: inline-block !important;
    padding-right:5px;
    color:var(--hoverdark);
    font-size: 16px;
    cursor:pointer;
}
.checkboxCSS input{
    opacity:0;
}
.checkboxCSS label:before {
    background-color: #ccc;
    height: 20px;
    width: 20px;
    border-radius: 15%;
    margin: 5px 5px 5px 0px;
    position: absolute;
    content: '';
    right: 0px;
    cursor: pointer;
}
.checkboxCSS input:checked ~ label:before{
    background-color: var(--hoverdark);
    height: 15px;
    width: 15px;    
    border: 2px solid var(--hoverdark);
}
.checkboxCSS input:not(:checked) ~ label:before{
    background-color: #ddd;
    cursor: pointer;
}
/*///////////////////////////////////////////////////////////////////////////////////////////*/
.adriz
{
    display:block; 
    padding:0px;
    margin: 0px auto;
    border:0px solid #e0e0e0;
    -o-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.3); 
    background:none;
}