/*
 * Webasyst CUSTOM theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2012 Webasyst LLC
 * @package Webasyst
 */



/* Misc elements
---------------- */

.block { padding: 10px; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.2em; }
.bold { font-weight: bold; }
.highlighted { background:  #ffc; }
.hint { color: #aaa; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #aaa; }
.gray { color: #aaa; }
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; }
.nowrap { white-space: nowrap; }


/* .hero content highliting element
----------------------------------- */

.hero { margin: 0 -25px 25px; background: #eee; padding: 25px; }
.hero.superhero { margin-right: -35px; margin-left: -35px; padding-left: 35px; padding-right: 35px; box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.4); }
.hero.black { background: #000; color: #eee; }
.hero.red { background: #b44; color: #fff; }
.hero.green { background: #5ba640; color: #fff; }
.hero.blue { background: #38c; color: #eef2f3; }
.hero.purple { background: #86a; color: #eef2f3; }
.hero.yellow { background: #fe7; color: #411; }
.hero.blue a,
.hero.purple a,
.hero.green a,
.hero.red a,
.hero.black a,
.hero.purple a { color: #fff; }

/* Custom selected menu element colors for different Webasyst apps
------------------------------------------------------------------ */

body#site #header ul#wa-apps li.selected a { background: #0099FF; }
body#blog #header ul#wa-apps li.selected a { background: #EEBB00; }
body#photos #header ul#wa-apps li.selected a { background: #8866CC; }
body#shop #header ul#wa-apps li.selected a { background: #66CC33; }
body#qa #header ul#wa-apps li.selected a { background: #FF6600; }

/* Menus
-------- */

ul.menu-v { margin: 0 0 20px -6px; padding: 0; }
ul.menu-v li { list-style: none; padding: 0; margin: 3px 0 8px; line-height: 1.1em; }
ul.menu-v li a { padding: 5px 6px; display: block;}
ul.menu-v li.selected a { color: #000; text-decoration: none; background: #eee; }
ul.menu-v li.selected ul li a { background: inherit; color: #03c; text-decoration: underline; }
ul.menu-v li ul.menu-v { margin-left: 10px; margin-top: 5px; margin-bottom: 15px; }
ul.menu-v li ul.menu-v li a { padding: 2px 6px; font-size: 0.9em; }
ul.menu-v li ul.menu-v li ul.menu-v li a { font-size: 0.8em; }

ul.menu-h { margin: 0 0 15px; padding: 0; }
ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; display:block\9; float:left\9; /* ie8 hack */ }
ul.menu-h li a { display: inline-block; padding: 0px 5px; display:block\9; float:left\9; /* ie8 hack */ }
ul.menu-h li a img.icon16 { position: relative; top: 3px; left: -3px; }
ul.menu-h li a i.icon16 { margin-top: 0em; }
ul.menu-h li.selected a { color: #000; text-decoration: none; background: #eee; }
ul.menu-h li.selected ul * { background: #fff !important; }

.dropdown .popup { display: none; background: #eee; box-shadow: 0 4px 7px -5px rgba(0, 0, 0, 0.4); padding: 20px; min-width: 150px; font-size: 115%; }
.dropdown:hover .popup { display: block; position: absolute; z-index: 1312; }

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img { position: relative; top: 3px; left: -3px; }
.wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 40%; }
.wa-auth-adapters.wa-connect { margin-top: 20px; }

.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; }
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { clear: left; margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline; margin-left: 10px; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* 16x16 Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon16.loading { background-image: url('/wa-content/img/loading16.gif'); }
.icon16.rss { background-image: url("img/icons/rss.png"); }
.icon16.facebook { background-image: url("img/icons/facebook.png"); }
.icon16.twitter { background-image: url("img/icons/twitter.png"); }
.icon16.cart { background-image: url('img/icons/cart-full.png'); }
.icon16.cart.empty { background-image: url('img/icons/cart-empty.png'); }

.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 14px; height: 14px; }

/* 10x10 Icons
-------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
.icon10.darr { background-image: url('img/icons/darr.png'); }



/* Dialog */

.dialog { display: none; }
.dialog-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; opacity: 0.8; filter: alpha(opacity=80); z-index: 99; }
.dialog-window .cart { position: fixed; top: 15%; left: 0; right: 0; opacity: 1; z-index: 100; overflow-x: hidden; box-shadow: 0 3px 15px #ddd; margin: 0 auto; text-align: left; width: 400px; bottom: 15%; background: #fff; padding: 25px; }
.dialog-window .cart .added2cart { font-size: 1.1em; font-style: italic; }
.dialog-window .dialog-close { float: right; color: #000; text-decoration: none; font-size: 200%; margin-top: -3px; }





.top_line .login_box{

}

.top_line .login_box.auth li:nth-child(1){
    width: 60%;
}
.top_line .login_box.auth li:nth-child(2){
    width: 40%;
}

.cart_item .item_det .item_title a {
    font-weight: 700;
    color: #333;
}

.error{
    color: red;
}
input + .error{
    position: absolute;
    right: 10px;
}


ul.checkout-options { padding-left: 25px; }
ul.checkout-options li { list-style: none; position: relative; margin-bottom: 50px; clear: both; }
ul.checkout-options li h3 { font-weight: bold; margin-bottom: 10px; }
ul.checkout-options li h3 label { margin-right: 10px; }
ul.checkout-options li .rate { float: right; text-align: center; width: 250px; }
ul.checkout-options li p { width: 70%; }
ul.checkout-options li input[type="radio"] { position: absolute; top: 4px; left: -25px; }
ul.checkout-options li label input[type="radio"] { top: 4px; left: -20px; }
ul.checkout-options li img.method-logo { position: relative; float: left; margin-right: 10px; top: -10px; left: 0px; /* adjusted for default 60x32-px logos */ }
ul.checkout-options li .wa-form { margin-top: 0px; margin-bottom: 30px; }
ul.checkout-options li .wa-form label input[type="radio"] { position: static; }


.order_wrapper .panel-body .checkout-options label{
    float: none;

}

.order_wrapper .panel-body .checkout-options .input_wrapper input,
.order_wrapper .panel-body .checkout-options .input_wrapper select {
    width: 100%;
    height: 48px;
    border: 1px solid #e0e0e0;
    padding: 0 60px 0 10px;
}
.order_wrapper .panel-body .checkout-options .input_wrapper select{
    padding: 0 65px 0 10px;
}


.checkout-result { padding: 80px 0 60px; background: #fff; text-align: center; }
.checkout-result h1 { font-size: 4em; margin-bottom: 50px; }
.checkout-result.error h1 { color: red; }
.checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; text-align: left; }
.checkout-result .back { margin-top: 50px; }


.checkout-step-content blockquote img { margin-right: 20px; float: left; }
.checkout-step-content blockquote p { margin-bottom: 10px; }
.checkout-step-content blockquote p span { color: #000; }

.order_wrapper .panel .panel-heading a{
    color: #818181;
}
.order_wrapper .panel.open .panel-heading a{

    color: #654c1a;
}


.sell_item .img{
    text-align: center;
}

.sell_item .img img{
    display: inline;
    width: auto;
}

.logos .logo_box img{
    max-height: none;
}
.sell_items_wrapper.mode_3 .sell_item .img img{
    width: 100%;
    height: auto;
}
.catalog_items .sell_items_wrapper.mode_3 .img{
    width: 120px;
}

.panel-catalog .sf-vertical li a i{
    float: right;
}

.single_item_info .addtional_mobile{
    display: block;
}
.catalog_advantages .cat_advantage{
    color: #fff;
    text-decoration: none;
}

#compare-table .sell_item .category,
.early_sel .sell_items_wrapper .sell_item .category,
.sell_items_wrapper.flash_items .sell_item .category,
.owl-best.owl-carousel .sell_item .category,
.sell_items_wrapper.owl-carousel .sell_item .category,
.sell_items_wrapper.mode_1 .sell_item .category{
    height: 62px;
    overflow: hidden;
}
#compare-table .sell_item .title,
.early_sel .sell_items_wrapper .sell_item .title,
.sell_items_wrapper.flash_items .sell_item .title,
.owl-best.owl-carousel .sell_item .title,
.sell_items_wrapper.owl-carousel .sell_item .title,
.sell_items_wrapper.mode_1 .sell_item .title{
    height: 84px;
    overflow: hidden;
}

.sell_item .text{
    padding: 20px 10px;
}
#page{
    padding: 15px;
}

#page h1{
    margin-top: 0px;
}

#page p{
    margin: 0 0 20px;
}

.advantage__item {
    display: inline-block;
    width: 32%;
    vertical-align: bottom;
}

.advantage__item img{
    max-width: 100%;
}

.advantage > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.advantage > ul{
    vertical-align: middle;
}

.haggle-field .orange_btn{
    padding: 10px 20px;
}
.home_cat .cat_item{
    width: 200px;
}

.scroll-compare{
    width: 100%;
    overflow-x: scroll;
}

#compare-table .sell_item{
    margin: 5px;
    width: 200px;
}


.icon16.remove { background-image: url("../img/icons.png"); background-position:-96px 0; }

#cart-form ul.skus{
    margin: 20px 0;
    padding: 0px;
    list-style: none;
}

#cart-form ul.skus li{
    padding: 0px;
}
@media(max-width:500px){
    .sell_items_wrapper.main_catalog.mode_2 a.img{
        text-align: left;
    }
}