/*
        Theme Name: Shopping Press
        Theme URI: http://newwpthemes.com/shopping-press-free-wordpress-theme/
        Description: Shopping Press is elegant design free premium WordPress theme. Suitable for any niche especially for shopping, fashion and entertainment web sites. Options page at admin panel.
        Author: NewWpThemes.com
        Author URI: http://newwpthemes.com/
        Version: 5.1
        Tags: black, red, two-columns, left-sidebar
*/

/* LAYOUT */

body {
    background: url(/wp-content/themes/shoppingpress5/images/background.png) top left repeat-x;
    background-color: #0b0b0e;
}

h4 { 
    margin-top: 1.25em;
    margin-bottom: 0;
}

#wrapper {
    padding:0;
}

#container {
    background: url(/wp-content/themes/shoppingpress5/images/container-background.png) top left no-repeat;
}

#contentwrap {
    background: url(/wp-content/themes/shoppingpress5/images/container-background.gif) top right repeat-y;
}

a {
    color: #9e0421;
}

a:hover {
    color: #c50a2d;
}
/* HEADER */

#header {
    height: 115px;
    padding-top: 5px;
}

#header h1 {
    margin-bottom: 1px !important;
    padding: 8px 0 0 10px;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 50px;
}

#header h1 a, #header h1 a:visited {
    color: #fff;
    text-decoration: none;
}


#header h2 {
    padding-left: 10px;
    color: #777777;
    font-size: 16px;
    font-family: Arial, Helvetica, Sans-serif;
}

.logoimg {
    margin: 0 0 0 10px;
}

/* NAVIGATION MENUS */

#pagemenucontainer {
    height: 30px;
    float: right;
}

#pagemenu {
    height: 30px;
    float: right;
}

#pagemenu, #pagemenu ul { 
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#pagemenu {
    margin-bottom: 1px;
}

#pagemenu ul {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pagemenu li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#pagemenu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#pagemenu li a, #pagemenu li a:link {
    color: #cbcccd;
    display: block;
    margin: 0px 0 0px 8px;
    padding: 9px 10px 9px 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 0 #000;
    -moz-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #18191c;

}

#pagemenu li a:hover, #pagemenu li a:active{
    background: #b50b2b;
    color: #fff;
    display: block;
    text-decoration: none;
    -moz-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

#pagemenu  li.current_page_item a {
    color:#fff;
    background: #b50b2b;
    -moz-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

#pagemenu li:hover, #pagemenu li.sfhover { 
    position: static;
}



#navcontainer {
    height: 32px;
    display: block;
    overflow: hidden;
    padding-left: 15px;
    margin-left: 10px;
    border-bottom: 5px solid #b50a2a;
}

.current-cat {
    background: #b60728;
    -moz-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
/* CONTENT */

#content {
    background-color: #fff;
    padding: 15px 20px 15px 0;
}

pre { overflow: auto; 
      width: 470px; 
}

.post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.post p {
    margin-bottom: 10px;
}

.title {
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-family: Arial, Helvetica, Sans-serif;
    color: #2f2f32;
    font-weight: bold;
}


.title a {
    text-decoration: none;
    color: #2f2f32;
}

.title a:hover {
    text-decoration: none;
    color: #9e0421;
}

.pagetitle {
    margin-bottom: 20px;
    line-height: 22px;
    font-family: Arial, Verdana;
    text-decoration: underline;
}

.postdate {
    font-size: 14px;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    color: #807e7e;
}


.readmorecontent {
    text-align: right;
}

a.readmore {
    padding: 4px 15px;
    background: #b60728;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

a.readmore:hover {
    background-color: #c22542;
}


.postmeta {
    font-size: 11px;
    padding: 2px 4px;
    font-family: Arial, Verdana;
}

.postdate img, .postmeta img {
    border: none;
    vertical-align: middle;
    margin:2px;
}

.entry {
    text-align: justify;
    line-height: 20px;
    padding-top: 8px;
    font-family: Arial, Verdana;
    font-size: 14px;
    color: #504d4d;
}
.navigation {
    padding: 10px 0;
}

blockquote {
    overflow: hidden;
    padding-left: 9px;
    font-style: italic;
    color: #666;
    border-left: 3px solid #CADAE7;
}

.post img {
    max-width: 680px;
}

img.wp-smiley {
    max-height: 12px;
    margin: 0;
    padding: 0;
    border: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* SIDEBAR(S) */

.sidebaradbox {
    margin-top: 5px; 
    text-align:center;
}

.sidebaradbox125 {
    text-align:right;
}

.ad125 {
    margin: 7px;
}


.sidebar {
    margin: 0 10px 10px 10px;
    font-size: 13px;
    background-color: #fff;
}

.sidebar a {
    text-decoration: none;
    color: #7e0219;
}

.sidebar a:hover {
    text-decoration: underline;
    color:#9e0421;
}



.feedtwitter {
    height: 32px;
    text-align: right;
    margin-top: 30px
}

#search {
    border: 1px solid #363636;
    height: 30px;
    padding: 0;
    background: #222223;
    text-align: right;
}

#search input {
    border: 0;
    background: none;
    color: #fff;
}


#s {
    width: 210px;
    padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

#header #search {
    margin-top: 30px;
}
#header #search #s {
    width: 222px;
}


/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 10px;
    text-align: center;
}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.90;
}


.sidebar h2 {
    margin: 10px 0 0 -10px;
    padding: 11px 0 18px 16px;
    background: url(/wp-content/themes/shoppingpress5/images/sidebar-tab.png) top left no-repeat;
    font-size: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.sidebar ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.sidebar ul li {
    list-style-type: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.sidebar ul ul {
    list-style-type: none;
    margin: 0px;
    padding: 0 5px 0 10px;
}

#tag_cloud div, .widget_tag_cloud div {
    padding: 0px 0 0 20px;
}

.sidebar ul li li {
    padding: 3px 0px 3px 15px;
    margin: 0px;
    background: url(/wp-content/themes/shoppingpress5/images/bullet.gif) no-repeat top left;
}

.sidebar ul li ul li {
    background: url(/wp-content/themes/shoppingpress5/images/bullet.gif) no-repeat top left;
    padding: 2px 0px 2px 15px;
    margin: 2px 0;
}




#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    color: #555;
    background: #fff;
}
#wp-calendar caption {
    padding: 2px 0 2px 25px;
    text-transform: uppercase;	margin: 2px 0 2px 0;
    background: none;
}

#wp-calendar td {
    color: #999;
    font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #eef0f4;
    color: #555;
}

#wp-calendar {
    empty-cells: show;
    font-size: 14px;
    margin: 0;
    font-weight: bold; 
    width: 100%;
}

#wp-calendar {
    padding: 0 0 0 20px;
}

/* FOOTER */

#footer {
    background: #1b1b1e;
    padding: 22px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
}

#footer a {
    color: #fff;
} 

#footer a:hover {
    text-decoration: none;
} 

#credits {
    color: #7c7c7c;
    font-size: 11px;
    text-align: center;
    padding: 10px;
}

#credits a {
    color: #7c7c7c;
    text-decoration: none;
} 

/* COMMENTS */

#comments h3 {
    margin-bottom: 10px;	
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 0px 5px 6px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#respond:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}

.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

}

.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}

.post_thumbnail {
    margin: 0 10px 10px 0;
}


/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container, .menu-secondary-responsive-container  {
    display: none;
    margin: 10px 0;
}

.menu-primary-responsive, .menu-secondary-responsive  {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}


/* Tablets ----------- */

@media only screen and (max-width: 768px) {

    .span-1, .span-2, .span-3, .span-4, span-5,.span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24, 
    div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24
    {
        width:100%;
        margin:0;
        display: block;
        padding: 0;
    }

    .container, div.container {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #content {
        padding-left: 10px;
    }

    #contentwrap {
        background-image: none;
    }

    .entry {
        overflow:  hidden;
    }

    .smooth_gallery, .fullbox_excerpt, .fullbox_content, .myGallery {
        display: none;
    }

    #header, #header-wrap {
        height: auto;
    }

    #header .span-11, #header .span-11 div, #header .span-12, #header .span-12 div, #header .span-13, #header .span-13 div  {
        text-align: center !important;
        padding-bottom: 10px;
    }

    #topsearch, #topsocials, .feedtwitter  {
        text-align: center;
        display: block;
        float: none;
        width: auto;
        margin: 0;
    }
    .logoimg {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #search {
        text-align: left;
        padding-left: 5px;
    }

    #s {
        width: auto !important;
    }

    #search input[type='image'] {
        float: right !important;
    }
}

/* Mobile Phones ----------- */

@media only screen and (max-width: 480px) {
    #header .span-11, #header .span-11 div, #header .span-12, #header .span-12 div, #header .span-13, #header .span-13 div  {
        text-align: center !important;
        padding-bottom: 0;
    }

    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }

    #pagemenucontainer, #navcontainer, #pagemenu, #nav {
        display: none;
    }
}

/* Some General Formattings ----------- */

embed,
img,
object,
video,
.wp-caption {
    max-width: 100% !important;
}

img {
    height: auto;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;    
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;    
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* WooCommerces ----------- */
.variations .label {
    background-color:inherit;
    color: inherit;
    display: block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height:inherit;
    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;
    padding: 8px 8px 8px 0 !important;
} 
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {
    margin: 0;  
    padding: 4px !important;
}

.quantity input[type="text"], .quantity input.text, .quantity input{
    margin: 0;  
    padding: 0 !important;
}

.woocommerce img {
    width: auto !important;
    height: auto !important;
}

.wp-post-image, .postimg, .iconx { 
    border: 1px solid silver;
    border-radius: 7px;
}

.iconx { 
    margin-right: 3px;
}

img.alignleft {
    margin-right: 10px;
}

.yashare-auto-init {
    text-align: right;
}

.rating-label {
    text-align: center;
    margin-bottom: 5px;
}

.tdetails {
    border: 1px #cccccc solid; 
    border-radius:5px;
}

.tdetails tr {
    background-color: #eeeeee;
}

.mainPageShop {
    width: 24%; 
    border: 1px #ddd solid; 
    border-radius: 5px;
    margin: 2px 0 1px 0;
}.mainPageShop:hover {
    border: 1px #888 solid; 
}

.fullbox_excerpt {
    margin-left: -5px;
    overflow: hidden;
}

#header #search { 
    float: right;
    position: absolute;
    right: 0px;
}

#header { 
    position: relative;
}

.recentcomments {
    background: #f6f6f6 !important;
    border: 1px solid #888888;
    border-radius: 7px;
    padding: 4px !important;
    text-align: justify;
}

.comm-date {
    float: right;
}

.comm-text {
    font-size: 0.9em;
}

.widget_nav_menu {
    font-size: 16px;
}

.entry .entry-images {
    float: left;
    overflow: hidden;
    width: 215px;
}


ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { 
    border-bottom: 1px dotted #666; 
    border-top: 1px dotted #666;
    border-right: 1px dotted #666;
    padding: 1em; 
    border-left: 5px solid #777; 

}
ol.commentlist li div.vcard { 
    font-size: 16px; 
    float: left;
    width: 50%;
    font-weight: bold;
}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.comment-meta { 
    float: left;
    font-size: 16px;
    text-align: right;
    width: 50%;
}
ol.commentlist li div.comment-meta .comment-edit-link {
    display: none;
}
ol.commentlist li div.comment-meta a { color:#333; text-decoration: none; }
ol.commentlist li p { font-size:13px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:13px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #ddd; margin:0 0 .25em .25em; }
ol.commentlist li.even { background:#ffffff; }
ol.commentlist li.odd { background:#fefefe; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }


.paginate-com {
    margin: 10px 0 20px 0;
    padding: 5px 1px 5px;
    text-align: center;
}   
.paginate-com a {
    padding: 3px 6px 4px 6px; 
    margin: 3px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
    background-color: inherit;  
}
.paginate-com a:hover { 
    border: 1px solid #444;
    color: #444;
    background-color: #eee;
}
.paginate-com .current {
    padding: 3px 6px 4px 6px; 
    margin: 3px;
    font-weight:bold;
    border: 1px solid #666;
    color: #444;
    background-color: #eee;
}

#commentform label{
    display: inline-block;
    float: left;
    font-size: 16px;
    width: 80px;
}

#commentform input {
    width: 320px;
}

#commentform input[type="text"], #commentform textarea { 
    border: 1px solid #848484 !important;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #DDDDDD inset;
    font-size: 16px;
    outline: medium none currentColor;
    padding-left: 4px !important;
}

input[type="submit"], .button { 
    border: 1px solid #444444;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 1px 1px 1px #292929;
    background-color: #535353;
    box-shadow: inset 1px 1px 0px 0px #FFFFFF;
}

.gform_wrapper .gform_footer { 
    text-align: right;
}

.gform_wrapper .top_label .gfield_label { 
    margin: 0px 0px 7px !important;
    min-width: 170px !important;
    float: left;
}

.gform_wrapper { 
    padding: 0px 20px;
    margin: 0px auto !important;
    max-width: 380px !important;
    border: 1px solid #e3e3e3;
    background: #f6f6f6;
    border-radius: 7px;
}

table.usr { 
    margin: 10px auto;
    width: auto;
}

.ads-block {
    overflow: hidden;
}

.coupon-block {
    border: 2px dashed #333333;
    box-shadow: 0px 0px 0px 4px #eee; 
    padding: 10px;
    border-radius: 5px;
    margin: 27px auto;
    background: #eee;
    overflow: hidden;
    width: 75%;
    min-width: 320px;
}



.coupone-line-1, .coupone-line-2, .coupone-line-3 {
    width: 100%;
}

.coupone-line-1 {
    margin-bottom: 4px;
}

.coupone-line-2 {
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
}

.coupone-line-2 .coupone-discount {
    border-radius: 4px; 
    color:#fff; 
    width: 80px; 
    background: #393; 
    border: 1px solid #060; 
    float: left;

}

.coupone-line-2 .coupone-expired {
    margin-left: 90px;
}

.coupone-line-4 div {
    float: left;
}

.coupon-code {
    border: 1px dashed #f36b07;
    box-shadow: 0px 0px 0px 2px #F39D07;
    background: #f39d07;
    padding: 3px;
    border-radius: 4px;
    text-align:center;
    cursor: pointer;
}

.coupon-code:hover {
    border: 1px dashed #f36b07;
    box-shadow: 0px 0px 0px 2px #ffcc33;
    background: #ffcc33;
}

.coupon-code-block{
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    width: 70%;
}

.coupon-comment {
    font-size: 11px;
    text-align: center;
    margin-top: 2px;
}

.coupon-date {
    float: left;
}

.thumbs-block {
    float: right !important; 
}

.thumbs-rating-container { 
    padding: 0 !important;
}

.thumbs-rating-container .thumbs-rating-up, 
.thumbs-rating-container .thumbs-rating-down { 
    border-radius: 3px;
    display: inline-block;
    padding: 1px !important;
    text-align: center;
    width: 32px;
}



.clear {
    clear: both;
}

.delivery-icon  {
    border: 1px solid #333;
    border-radius: 3px;
    margin-right: 3px;
    margin-top: -4px;
    float: right;
}

#shop-drop {
    margin-left: 10px;
    width: 210px;
    font-size: 16px;
    border-radius: 3px;
}

.navigation {
    text-align: center;
    font-size: 14px;
}

#coupblock {
    float: left; 
    margin-left: 40px;
}

#coupblock:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}

#coupblock a {
    text-decoration: none !important;
}

#coupblock span {
    color: #fff; 
    font-weight: bold; 
    font-size: 24px; 
    padding-left: 10px;
}

#coupblock span:hover {
    color: #e4a500;
}

.main-coupone-icon {
    margin: 1px;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    float: none !important;
}

.current-coupone-icon, .main-coupone-icon:hover{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 1px solid #000;
}
/*
     */
/*
*/