
.mini-cart {
    text-align: center;
    cursor: pointer;
    margin: 0px;
    display: block !important;
    background: #7370b4;
}

.mini-cart .basket a {
    color: #333;
    margin: 0px;
    line-height: 17px;
    font-size: 13px;
    padding: 0px 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    font-weight: normal;
    display: block;
    line-height: 70px;
    height: 75px;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #202020
}

.fl-cart-contain > .mini-cart:hover > .basket a {
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 -75px 0 0 #252932;
    color: #fff;
}

.mini-cart .basket a span {
    background: #ffffff;
    display: inline-block;
    color: #7370b4;
    width: 25px;
    border-radius: 20px;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: top;
    margin-top: 15px;
}

.fl-mini-cart-content .pull-right {
    margin-right: 10px;
    padding-top: 3px
}

.fl-mini-cart-content .basket a {
    border: none;
    color: #fff
}

.mini-cart .basket a:hover {
    text-decoration: none;
}

.mini-cart .basket a:first-child:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 24px;
    padding-right: 5px;
    color: #fff
}

.mini-cart .open .basket a {
    color: #000;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}

.mini-cart .dropdown-toggle {
    font-size: 14px;
    padding: 4px 0 6px;
    text-transform: none;
    padding-bottom: 20px;
}

.fl-cart-contain {
    position: relative;
    float: right;
}

.top-cart-title p {
    margin: 0;
}

.fl-mini-cart-content .empty {
    padding: 10px;
    color: #333333;
}

.mini-cart .fl-mini-cart-content {
    background: #ffffff;
    background-repeat: repeat;
    background-position: 0 0;
    padding: 0px;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 25px;
    z-index: 100;
    border-top: 0;
    display: none;
    position: absolute;
    right: 0px;
    margin-top: -2px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    box-shadow: 0 10px 20px -5px;
}

.top-subtotal {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 12px;
    text-align: left;
}

.fl-mini-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 4px;
}

.fl-mini-cart-content .block-subtitle {
    color: #fff;
    overflow: hidden;
    padding: 0px 5px;
    text-align: left;
    background: #252932;
}

.fl-mini-cart-content .block-subtitle .price {
    color: #7370b4;
}

ul#cart-sidebar {
    padding: 10px 15px 0px;
}

ul#cart-sidebar .btn-edit {
    padding: 0px 0px;
    border: none;
    display: block;
    text-align: center
}

.block-cart ul {
    padding: 0px !important;
}


/* top cart  */

.fl-mini-cart-content li.item {
    width: 310px;
    margin: 5px 0px 10px;
    border-bottom: 1px #eee solid;
    display: inline-block;
    padding-bottom: 10px;
}

.fl-mini-cart-content li.item.last {
    margin: 0;
    border-bottom: 0px #eee solid;
    padding-bottom: 10px
}

.fl-mini-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
}

.mini-products-list .product-details {
    margin-left: 80px;
    padding: 0;
}

.fl-mini-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 12px;
}

.fl-mini-cart-content .product-details .btn-edit {
    position: absolute;
    right: 30px;
    top: -4px;
    border: none;
    padding: 0px
}

.fl-mini-cart-content .product-details .btn-edit:hover {
    color: #ed6663;
}

.fl-mini-cart-content .actions {
    padding: 20px;
    margin: 0px 0 0;
    overflow: hidden
}

.button.btn-checkout {
    background: #FED557;
    border: 1px solid #F5C328;
    color: #003169;
    padding: 8px 18px;
}

.button.btn-checkout:hover {
    background: #FED557
}

.button:btn-bag:hover {
    background: #f6f6f6
}

.mini-cart .view-cart {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: none;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #eee;
    color: #666;
}

.mini-cart .view-cart:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 7px;
}

.btn-remove1 {
   // background-image: url(../images/btn_remove.png);
    margin: 0px 0 0 5px;
}

.btn-remove1:hover,
.btn-remove1:focus {
    background-position: 0 -12px;
}

.btn-remove1 {
    display: block;
    width: 15px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    left: 28px;
    margin-top: 5px;
}

.block-compare .btn-remove1 {
    left: auto;
    right: 0px!important;
    margin-top: 0px;
    top: 5px
}

.mini-cart .btn-remove1 {
    left: auto;
    right: 0px!important;
    margin-top: 0px;
    top: 2px;
}

.mini-cart .actions .btn-checkout {
    background: #fff;
    color: #7370b4;
    font-size: 14px;
    text-shadow: none;
    padding: 7px 0px;
    margin-top: 0px;
    font-weight: bold;
    border: 2px #7370b4 solid;
    border-radius: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #fff;
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.mini-cart .actions .btn-checkout:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 -40px 0 0 #7370b4;
    border: 2px solid #7370b4;
    color: #fff;
}

.mini-cart .actions .btn-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 10px;
}
.mini-cart .fl-mini-cart-content {
  right: -50px;
  left: inherit;
}
.mini-cart .basket a:first-child:before {
  font-size: 35px;
}
nav {
	width: 100%;
	height: 40px;
	margin:0px auto auto;
}
.nav-inner {
	height: auto;
	width: 100%;
	margin: auto;
}
ul.navmenu {
	padding: 0px;
	margin: auto;
}
.mini-cart .basket a span {
	/*display: block;*/
}
.mini-cart .basket a {
	margin: 0px;
	font-size: 14px;
	letter-spacing: normal;
	background: none;
	font-weight: normal;
	min-width: 40px !important;
	height:38px;
	padding:0px 10px;
	line-height:38px;
}
.fl-cart-contain {
	right: 0px;
	top: 25px;
}
.header-container .fl-header-right {
     top: 20px;
    z-index: 100;
    right: 15px;
}
ul#cart-sidebar {
	padding: 10px 0 0;
}
.fl-mini-cart-content li.item {
	width: 290px;
}
.mini-cart .basket a {
  margin: 0px;
  font-size: 14px;
  letter-spacing: normal;
  background: none;
  font-weight: normal;
  min-width: 40px !important;
  height: 50px;
  padding: 0px 10px;
  line-height: 50px;
}
.mini-cart .basket a span {
  margin-top: 5px;
}

.ps2 {
    display: inline-block;
    width: 40%;
}
.ps1 {
    display: inline-block;
    width: 10%;
	margin-top:-20px !important;
}
.ps3 {
    display: inline-block;
    width: 40%;
}

/*  Other Css */
input.sr-msg-error {
    border: 1px solid #ff4c39;
}
input#chkTerm.sr-msg-error {
    outline: 1px solid red;
    width: 15px;
    height: 15px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu.submenu2 {
    display: block;    
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown li:hover {
    visibility: visible;
}

.sub-menu li a {
    color: green;
}
.nav>li.dropdown>a {
    position: relative;
    display: block;
    padding: 0px 0px !important;
}

#search_query
{
    color:#000;
    border:solid 1px #000;
    padding:10px;
    font-size:14px;
}
#result
{
    position:absolute;
    width:100%;
    padding:10px;
    display:none;
    margin-top:-1px;
    border-top:0px;
    overflow:hidden;
    border:1px #CCC solid;
    background-color: white;
}
.show
{
    padding:5px; 
    border-bottom:1px #999 dashed;
    font-size:15px; 
}
.show:hover
{
    background:#4c66a4;
    color:#FFF;
    cursor:pointer;
}
ul#ui-id-1 {
    display: block;
    position: relative;
    width: 47% !important;
    background: white !important;
    padding: 0px 10px !important;
    word-spacing: 2px !important;
    cursor: pointer;
    z-index: 9999;
}
li.ui-menu-item {
    padding: 3px 0px;
    border-bottom: 1px solid #ccc;
}

a.add_bag {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #7370b4;
    border: 1px solid #000;
}
.tovar_view {
    display: inline-block;
    padding: 13px 32px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
}
.open-project-link {
    display: inline-block;
}


.loading-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(183, 173, 173, 0.5) url(../img/spinner-white.gif) no-repeat center center;
    /*background: rgba(0,0,0,0.5);*/
    display: none;
}
