/* * MarketShop OpenCart Theme CSS * By Harnish Design * www.harnishdesign.net */
 @font-face {
     font-family: 'OpenSansRegular';
     src: url('../fonts/OpenSans-Regular-webfont.eot');
     src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 html {
    overflow: -moz-scrollbars-vertical;
     margin:0;
     padding:0;
     -webkit-font-smoothing: antialiased;
}
 body {
    background:#dcdbdb;
     color:#222;
     font-family: 'OpenSansRegular';
     line-height:18px;
}
 body{
    font-size:12px;
}
 ul, ol {
     margin:0;
     padding:0;
}
 #container h1 {
    color: #000;
     margin:0px 0px 20px 0px;
     font-size:35px;
     line-height:normal;
     font-weight: normal;
     text-rendering:optimizelegibility;
}
 #container h2, #container h3{
    position:relative;
     padding:0px;
     margin:0px 0px 20px 0px;
     line-height:normal;
     font-size:20px;
     color:#000000;
     border-bottom:2px solid #ddd;
     padding-bottom:3px;
}
 #container h3 .viewall{
    font-size:12px;
}
 a, a b {
    color:#3e7cb4;
     text-decoration: none;
     cursor: pointer;
}
 a:hover, a b:hover {
    text-decoration:none;
     color:#000;
}
 a:focus{
    outline:none;
}
 legend {
     font-size: 18px;
     padding: 7px 0px 
}
 label{
    font-weight:normal;
    font-size: 16px;
}
 .clear{
    clear:both;
}
 form {
    padding:0;
     margin:0;
     display:inline;
}
 .form-control{
    border-radius:0px;
}
 img{
    vertical-align:inherit;
}
 .img-thumbnail{
    border-radius:0px;
}
/* Fix some bootstrap issues */
 span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
     display: inline;
}
 .nav-tabs {
     margin-bottom: 15px;
}
 div.required .control-label:before {
     content: '* ';
     color: #F00;
     font-weight: bold;
}
/********** layout **********/
 .wrapper-box{
    max-width:1220px;
     margin:0px auto;
     background:#fff;
     box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
 .wrapper-wide{
    max-width:100%;
     background:#fff;
     box-shadow:0px 0px 10px rgba(0, 0, 0, 0.08);
}
 .main-wrapper{
    max-width:1270px;
     margin:0px auto;
     padding:0 25px;
     clear:both;
}
 #container{
    text-align:left;
     margin-top:20px;
     margin-bottom:20px;
}
/********** header **********/
 #header {
    position: relative;
     padding:0px;
}
 #header .htop{
    background:#3e7cb4;
}
 #header .header-row{
    position:relative;
     padding:35px 0;
}
 #header .header-row .inner{
    padding:0;
}
/********** Language & Currency **********/
 #form-language, #form-currency{
    float:left;
     border-right:1px dotted #5b9ad4;
}
 #form-language span, #form-currency span{
    color:#fff;
     font-size:12px;
     -webkit-transition: all 0.8s ease-in-out;
     -moz-transition: all 0.8s ease-in-out;
     -o-transition: all 0.8s ease-in-out;
     -ms-transition: all 0.8s ease-in-out;
     transition: all 0.8s ease-in-out;
}
 #top .dropdown-menu{
    margin:0;
     border-radius:0px;
     padding:0;
     border:none;
     z-index:1013;
}
 #top .dropdown-menu li a, #form-currency ul li .currency-select, #form-language ul li .language-select{
    display:block;
     color:#000;
     padding:7px 10px;
     text-align:left;
     font-size:14px;
}
 #top .dropdown-menu li + li a, #form-currency ul li + li .currency-select, #form-language ul li + li .language-select{
    border-top:1px solid #eee;
}
 #my_account:hover > a:after, #form-language:hover span:after, #form-currency:hover span:after, #header .links > ul > li.wrap_custom_block:hover > a:after{
    clear:both;
     content:' ';
     display:block;
     width:0;
     height:0;
     border-style:solid;
     border-color:transparent transparent #fff transparent;
     position:absolute;
     z-index:1014;
     border-width:0px 7px 6px 7px;
     bottom:0px;
     left:50%;
     margin:0 0 0 -5px;
}
 #header .links > ul > li.wrap_custom_block:hover > a:after{
    clear:both;
     content:' ';
     display:block;
     width:0;
     height:0;
     border-style:solid;
     border-color:transparent transparent #fff transparent;
     position:absolute;
     z-index:1014;
     border-width:0px 7px 6px 7px;
     bottom:0px;
     left:50%;
     margin:0 0 0 -5px;
}
 #form-language button .btn-link{
    border:none 0px;
}
 #header .links > ul > li.wrap_custom_block > a b{
    clear:both;
     content:' ';
     display:inline-block;
     width:0;
     height:0;
     border-style:solid;
     border-color:#fff transparent transparent transparent;
     border-width:4px 5px 0px 5px;
     margin:0 0 1px 0;
}
 #form-language img {
    cursor: pointer;
     margin-right:5px;
}
 #top .dropdown-menu li a:hover, #form-currency ul li .currency-select:hover, #form-language ul li .language-select:hover{
    color:#3e7cb4;
     background:none;
     text-decoration:none;
}
/********** Top Links **********/
 #header .links {
     position: relative;
     float:left;
     border-right:1px dotted #5b9ad4;
}
 #header .links > ul > li{
    float:left;
     list-style-type:none;
     border-left:1px dotted #5b9ad4;
}
 #header .links > ul > li.mobile, #header .links > ul > li.email{
    color:#fff;
}
 #header .links > ul > li.mobile{
    padding:0 10px;
}
 #header .links > ul > li > a, #header .links > ul > li .wrap_custom_block > a {
    padding:0px 10px;
     color: #fff;
     text-decoration: none;
     font-size:12px;
     position:relative;
     display:block
}
 #form-language .btn-link, #form-currency .btn-link{
    padding:0px 10px;
     border:none;
}
 #form-language .btn-link:hover, #form-currency .btn-link:hover{
    text-decoration:none;
}
 #header .links > ul > li .fa-phone, #header .links > ul > li .fa-envelope{
    font-size:120%;
     margin-right:5px;
}
 #header .links > ul > li.wrap_custom_block{
    position:relative;
}
 #header .links > ul > li.wrap_custom_block > div {
     display: none;
     background:#fff;
     position:absolute;
     z-index:1015;
     top:35px;
     padding:10px;
     box-shadow:0px 4px 8px rgba(0, 0, 0, 0.3);
}
 #header .links > ul > li.wrap_custom_block > a b{
    margin-left:3px;
}
 #header .links > ul > li.wrap_custom_block > a:hover{
    text-decoration:none;
}
 #header .links > ul > li.wrap_custom_block > div ul li{
    list-style-type:none;
}
 #header #top-links {
    color:#fff;
     border-right:1px dotted #5b9ad4;
}
 #header #top-links > ul > li{
    float:left;
     border-left:1px dotted #5b9ad4;
}
 #header #top-links > ul > li > a {
    color:#fff;
     text-transform:capitalize;
     display: inline-block;
     padding:0px 10px;
}
 #header #top .links > ul > li, #header #top-links > ul > li, #form-language .btn-link span, #form-currency .btn-link span{
    line-height:35px;
}
 #header #top-links > ul > li > a:hover, #header .links > ul > li > a:hover{
    text-decoration:underline;
}
 .wrapper-box #header #top-links{
    border-right:none;
}
 .wrapper-box .htop .main-wrapper{
    max-width:1220px;
     padding:0;
}
/********** Mini Cart ***********/
 #header #cart {
    position:relative;
     text-align:left;
     margin-left: 4px;
}
 #header #cart .heading h4{
    width:20px;
     height:16px;
     background:#3e7cb4;
     position:relative;
     margin-right:5px;
}
 #header #cart .heading h4:before{
    clear:both;
     content:' ';
     display:block;
     width:14px;
     height:19px;
     top:-8px;
     left:3px;
     border:2px solid #3e7cb4;
     border-radius:50%;
     border-bottom:none;
     position:absolute;
}
 #header #cart .heading h4:after{
    clear:both;
     content:' ';
     display:block;
     width:20px;
     height:2px;
     bottom:-2px;
     left:0px;
     border:1px solid #3e7cb4;
     border-top:none;
     position:absolute;
}
 #header ul, #header ol{
    list-style:none;
}
 #header #cart .heading {
     text-decoration: none;
     font-size:14px;
     height:32px;
     color:#444;
     display:inline-block;
     position:relative;
     padding:0;
     background:none;
     border:none;
}
 #header #cart .heading span {
    display:inline-block;
     line-height:32px;
}
 #header #cart.open .heading{
    color:#000;
}
 #header #cart.open .heading span:after{
    clear:both;
     content:' ';
     display:block;
     width:0;
     height:0;
     border-style:solid;
     border-color:transparent transparent #3e7cb4 transparent;
     position:absolute;
     border-width:0px 7px 6px 7px;
     bottom:0px;
     left:50%;
     margin:0 0 0 -5px;
     z-index:1012;
}
 #header #cart .dropdown-menu {
    padding:8px;
     margin:0;
     z-index:1011;
     background: #FFF;
     border:3px solid #3e7cb4;
     border-width:3px 0px 0px 0px;
     width:450px;
     border-radius:0px;
     right:0;
     left:auto;
}
 #cart .dropdown-menu li > p{
    margin:30px 0;
}
 #header #cart .dropdown-menu .remove{
    border-radius:100%;
     padding:1.5px 4px;
     line-height:normal;
}
 #cart .dropdown-menu > li > .table > tbody > tr > td{
    border-bottom: 1px solid #ddd;
     border-top:none 0px;
}
 #header #logo img{
    display:inline-block!important;
}
 .table-container {
    display: table;
     width: 100%;
     table-layout: fixed;
}
 .table-container .col-table-cell {
    display: table-cell;
     vertical-align: middle;
     float: none;
}
/********** Search Bar **********/
 #header #search {
     position:relative;
     display:block;
}
 #header .button-search {
    width:36px;
     height:36px;
     font-size:14px;
     z-index:2;
     position:absolute;
     right:0;
     cursor:pointer;
     float:right;
     background:none;
     border:none;
     color:#bbb;
     padding:0;
}
 #header #search input {
    background:#FFF;
     padding:0 36px 0 10px;
     height:36px;
     font-size:13px;
     color:#333;
     outline:none;
     display:block;
     border-radius:0px;
}
 #header #search input:focus{
    border-color:#bbb;
     box-shadow:none;
}
 #header.style2 #logo{
    text-align:center;
}
 #header.style2 #logo a img{
    display:inline-block;
}
 #header.style2 #cart {
    text-align:left;
}
 #header.style2 #cart .dropdown-menu{
    left:0;
     right:auto;
}
 #header.style3 #cart{
    text-align:right;
}
/********** Menu **********/
 #menu .navbar-collapse{
    padding-left:0px;
     padding-right:0px;
}
 #menu.navbar{
    border-radius:0px;
     min-height:inherit;
}
 #menu .navbar-nav{
    float:none;
     position:relative;
     background: inherit;
}
 #menu .nav > li > a.home_link span{
    text-indent:-99999px;
     position:relative;
     background:#656565 !important;
     width:12px;
     height:5px;
     display:inline-block;
     vertical-align:middle;
     margin:0 3px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #menu .nav > li > a.home_link span:before{
    clear:both;
     content:' ';
     display:block;
     width:0;
     height:0;
     border-style:solid;
     border-color:transparent transparent #656565 transparent;
     position:absolute;
     border-width:0 10px 9px;
     top:-9px;
     left:-4px;
     position:absolute;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #menu .nav > li > a.home_link span:after{
    clear:both;
     content:' ';
     display:block;
     width:12px;
     height:4px;
     border:1px solid #656565;
     border-width:0px 4px 0px 4px;
     position:absolute;
     bottom:-4px;
     left:0px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #menu .nav > li > a.home_link:hover span{
    background:#3e7cb4;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #menu .nav > li > a.home_link:hover span:before{
    border-bottom-color:#3e7cb4;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #menu .nav > li > a.home_link:hover span:after{
    border-color:#3e7cb4;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #menu {
    border-bottom:3px solid #d6d6d6;
     border-top:1px solid #d6d6d6;
     border-right:0;
     border-left:0;
     margin-bottom:0px;
}
 #menu .nav {
}
 #menu .nav > li {
    height:40px;
}
 #menu .nav > li > a {
     font-size:16px;
     color: #555;
     line-height:40px;
     text-decoration: none;
     padding:0px 10px 0px 10px;
     z-index: 1009;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #menu .nav > li:hover > a {
    color:#3e7cb4;
     background:#f3f3f3;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #menu .nav > li > .dropdown-menu {
     display: none;
     background:#fff;
     position:absolute;
     z-index:1010;
     padding:5px 0 0;
     border-top:3px solid #3e7cb4;
     border-bottom:0px none;
     border-left:0px none;
     border-right:0px none;
     font-size:14px;
}
 #menu .nav > li:hover > .dropdown-menu.custom_block ul{
    display:table-cell;
}
 #menu .nav > li > .dropdown-menu > ul {
     display: table-cell;
}
 #menu .nav > li .dropdown-menu{
    border-radius:0px;
}
 #menu .nav > li.categories_hor > div {
     display:none;
     background:#fff;
     margin-left:0px!important;
     width:100%;
     position:absolute;
     padding:10px 0px 0px 0px;
}
 #menu .nav > li.sub:hover > a:after{
    clear:both;
     content:' ';
     display:block;
     width:0;
     height:0;
     border-style:solid;
     border-color:transparent transparent #3e7cb4 transparent;
     position:absolute;
     border-width:0px 7px 6px 7px;
     bottom:0px;
     left:50%;
     margin:0 0 0 -5px;
     z-index:1009;
}
 #menu .nav > li.categories_hor > div > .column a span, #menu .nav > li.categories > div > .column a span, #menu .nav > li > div > ul li a span{
    float:right;
     font-size:18px;
     line-height:13px;
}
 #menu .nav > li.categories_hor > div > .column {
    position:relative;
     display:inline-block;
     margin:0 0px 15px 0px;
}
 #menu .nav > li > div > ul{
    position:relative;
     width:190px;
}
 #menu .nav > li.categories_hor > div > .column > a{
    font-weight:bold;
     font-size:13px;
     border-bottom:1px solid #ddd;
     margin-bottom:5px;
}
 #menu .nav > li.categories_hor > div > .column a, #menu .nav > li > div > ul li a{
    padding:4px 0;
     display:block;
}
 #menu .nav > li > div > ul li a{
    font-size:12px;
}
 #menu .nav > li.categories_hor > div > .column:hover > a{
    color:#3e7cb4;
}
 #menu .nav > li.categories_hor > div > .column > div{
    display:block;
}
 #menu .nav > li.categories_hor > div > .column > div ul li, #menu .nav > li.categories > div > .column > div ul li{
    position:relative;
}
 #menu .nav > li ul + ul {
     padding-left: 20px;
}
 #menu .nav > li.categories_hor ul + ul, #menu .nav > li.categories > div > .column > div ul + ul {
     padding-left:0px;
}
 #menu .nav > li ul > li > a {
    text-decoration:none;
     padding:4px;
     display:block;
     min-width: 160px;
}
 #menu .nav > li div > ul > li > a {
    color:#222;
}
 #menu .nav > li div > ul > li:hover > a {
    color:#3e7cb4;
}
 #menu .nav > li.categories > div {
     display: none;
     background:#fff;
     min-width:220px;
     position:absolute;
     z-index:1008;
     padding:5px 0 0;
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
 #menu .nav > li.categories > div > .column, #menu .nav > li > div > ul{
    position:relative;
}
 #menu .nav > li.categories > div > .column + .column, #menu .nav > li > div > ul li + li{
    border-top:1px solid #eee;
}
 #menu .nav > li.categories > div > .column > a, #menu .nav > li div > ul > li > a{
    font-size:16px;
     padding:7px 10px;
     display:block;
     color:#444;
}
 #menu .nav > li.categories > div > .column:hover > a, #menu .nav > li > div > ul li:hover > a{
    color:#3e7cb4;
}
 #menu .nav > li.categories > div > .column > div{
    display:none;
     position:absolute;
     background:#fff;
     box-shadow:0px 0px 8px rgba(0, 0, 0, 0.3);
     z-index:1010;
     left:100%;
     top:0;
     padding:0;
     border-top:3px solid #3e7cb4;
}
 #menu .nav > li.categories > div > .column > div ul li + li, #menu .nav > li.categories_hor > div .submenu ul li + li a{
    border-top:1px solid #eee;
}
 .submenu {
    background:#fff;
     position:absolute;
     z-index:1008;
     padding:0px;
     box-shadow:0 6px 12px rgba(0, 0, 0, 0.3);
     min-width:160px;
     display:none;
     border-top:3px solid #3e7cb4;
     left:100%;
     margin-top:-32px;
}
 #menu .nav > li.categories_hor > div .submenu{
    margin-top:-23px;
     margin-left:-15px;
}
 #menu .nav > li.categories_hor > div .submenu ul li a{
    padding:7px 10px;
}
 #menu .nav > li.categories_hor.dropdown, #menu .nav > li.menu_brands.dropdown {
    position: static;
}
 #menu .nav > li.menu_brands.name {
    position: relative;
}
 #menu .nav > li.menu_brands.name > div{
    padding:0px!important;
}
 #menu .nav > li.menu_brands > div{
    padding:15px 0px 0px!important;
     width:100%;
     margin-left:0px!important;
}
 #menu .nav > li.menu_brands > div > div{
    text-align:center;
     margin-bottom:10px;
}
 #menu .nav > li.menu_brands > div > div a{
    display:block;
     line-height:16px;
}
 #menu .nav > li.menu_brands > div > div a img{
    display:inline-block;
}
 #menu .nav > li.custom-link-right{
    float:right;
}
 #menu .nav > li.wrap_custom_block > div.custom_block{
    padding:5px;
}
 .custom_block p{
    line-height:18px;
     margin:0;
}
 .custom_block a, #menu .nav > li.wrap_custom_block > div.custom_block a{
    display:inline-block;
}
 .custom_block {
    line-height:normal;
}
 .custom_block td, .custom_block th{
    padding:5px;
}
 .custom_block h1{
    font-size:28px;
     margin-top:0px;
}
 .custom_block h2{
    font-size:24px;
     margin-top:0px;
}
 .custom_block h3{
    font-size:22px;
     margin-top:0px;
}
 .custom_block h4{
    font-size:20px;
     margin-top:0px;
}
 .custom_block h5{
    font-size:18px;
     margin-top:0px;
}
 .alert {
    padding:10px 14px;
}
 .breadcrumb{
    color:#c2c2c2;
     margin-bottom: 10px;
     background:none;
     padding:0;
     border-radius:0px;
}
 .breadcrumb a{
    color:#999;
     font-size:14px;
}
 .breadcrumb a:hover{
    color:#2f4a90;
     text-decoration:underline;
}
 .breadcrumb a i dd{
    text-indent:-99999px;
     display:inline-block;
}
/*********** Pagination ***********/
 .pagination {
    margin:0px;
}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #3e7cb4;
}
 .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius:0px;
}
 .pagination > li > a, .pagination > li > span{
    color:#3e7cb4;
}
/*********** button ***********/
 .buttons {
     border-top:1px solid #EEEEEE;
     overflow: auto;
     padding:15px 6px 0px 6px;
     margin-bottom: 20px;
}
 .btn {
    padding:6.2px 12px;
     border:0px none;
     border-radius:0px;
     box-shadow:none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .btn:hover{
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .btn-xs {
     font-size: 9px;
}
 .btn-sm {
     font-size: 10.2px;
}
 .btn-lg {
     padding: 10px 16px;
     font-size: 15px;
}
 .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu {
     font-size: 12px;
}
 .btn-group > .btn-xs {
     font-size: 9px;
}
 .btn-group > .btn-sm {
     font-size: 10.2px;
}
 .btn-group > .btn-lg {
     font-size: 15px;
}
 .btn-default {
     color: #444;
     background-color: #e7e7e7;
}
 .btn-default:hover{
    background:#444;
     color:#fff;
}
 .btn-primary {
     background-color:#3e7cb4;
     color:#ffffff;
}
 .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background:#444;
     color:#fff;
}
 .btn-warning {
     color: #ffffff;
     background-color: #faa732;
}
 .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-danger {
     color: #ffffff;
     background-color: #da4f49;
}
 .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-success {
     color: #ffffff;
     background-color: #5bb75b;
}
 .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-info {
     color: #ffffff;
     background-color: #df5c39;
}
 .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
     background-image: none;
     background-color: #df5c39;
}
 .btn-link {
     border-color: rgba(0, 0, 0, 0);
     cursor: pointer;
     color: #3e7cb4;
     border-radius: 0;
}
 .btn-link, .btn-link:active, .btn-link[disabled] {
     background-color: rgba(0, 0, 0, 0);
     background-image: none;
     box-shadow: none;
}
 .btn-inverse {
     color: #ffffff;
     background-color: #363636;
}
 .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
     background-color: #222222;
}
 .htabs {
    height:30px;
     line-height: 16px;
     padding-left:10px;
     border-bottom:2px solid #ddd;
}
 .htabs a {
    padding:7px 15px 6px 15px;
     float:left;
     font-size: 13px;
     font-weight: normal;
     text-align: center;
     text-decoration:none;
     color:#333;
     display:none;
}
 .nav-tabs > li > a.selected {
    color:#000;
     padding-bottom:5px;
     background:#FFFFFF;
     font-weight: bold;
     font-size: 1.2em !important;
}
 .nav-tabs{
    margin-bottom:0px;
     border-width:2px;
}
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border-width:2px;
     font-weight:bold;
}
 .nav-tabs > li{
    margin-bottom:-2px;
}
 .nav-tabs > li > a:hover{
    border-color:transparent;
     color:#444;
}
 .nav-tabs > li > a{
    border-radius:0px;
     color:#666;
}
 .tab-content{
    padding:15px 15px 10px;
     margin-bottom: 20px;
     z-index:2;
     border-top:0px;
}
 #tab-description ul {
    margin-left:20px;
     margin-bottom:15px;
}
 .tab-sub{
    position:absolute;
     right:70px;
     top:-46px;
     border:none;
     padding:0;
     height:25px;
     line-height:25px;
}
 .tab-sub a{
    padding:0px 7px;
     font-size:12px;
}
 .tab-sub a.selected{
    padding:0px 10px;
     position:relative;
     border-width:2px;
     line-height:24px;
}
 .tab-sub a.selected:hover{
    text-decoration:none;
     cursor:default;
}
 .tab-sub a:hover{
    text-decoration:underline;
}
 .category-module-content{
    position:relative;
}
 .category-module .tabs{
    position:absolute;
     right:70px;
     top:-46px;
     height:25px;
     line-height:25px;
}
 .category-module .tabs li{
    float:left;
     list-style-type:none;
}
 .category-module .tabs li a{
    padding:0px 7px;
     font-size:12px;
     display:inline-block;
     color:#333;
}
 .category-module .tabs li.active a{
    position:relative;
     line-height:24px;
     color:#111;
     background:#FFFFFF;
     border-top: 2px solid #ddd;
     border-left:2px solid #ddd;
     border-right:2px solid #ddd;
     font-weight: bold;
}
 .category-module .tabs li.active a:hover{
    text-decoration:none;
     cursor:default;
}
 .category-module .tabs li a:hover{
    text-decoration:underline;
     color:#004B91;
}
 .product-tab{
    margin-bottom:20px;
}
 .product-tab .tabs{
    height:32px;
     line-height:15px;
     padding-left:10px;
     border-bottom:2px solid #ddd;
     margin-bottom:20px;
}
 .product-tab .tabs li{
    float:left;
     list-style-type:none;
}
 .product-tab .tabs li a{
    padding:7px 15px 6px 15px;
     float:left;
     font-size:18px;
     font-weight: normal;
     text-align: center;
     text-decoration: none;
     color: #222;
     margin-right: 2px;
     opacity:0.7;
     border-top:2px solid #fff;
     border-left:2px solid #fff;
     border-right:2px solid #fff;
}
 .product-tab .tabs li.active a{
    opacity:1;
     padding-bottom:8px;
     background: #FFFFFF;
     border-top:2px solid #ddd;
     border-left: 2px solid #ddd;
     border-right:2px solid #ddd;
}
 .product-tab .deactive, .category-module .deactive {
    display:none;
}
 .addthis_default_style > a{
    padding:0
}
/********** Comented for Right Part *******/
 #column-right .featured_carousel, #column-right .bestseller_carousel, #column-right .latest_carousel, #column-right .special_carousel, #column-left .featured_carousel, #column-left .bestseller_carousel, #column-left .latest_carousel, #column-left .special_carousel{
}
 #column-right .owl-carousel .product-thumb, #column-left .owl-carousel .product-thumb{
    padding:0px 0px 7px 0px;
     text-align:left;
     border:0px none;
     margin:0;
     clear:both;
}
 #column-right .owl-carousel .product-thumb + .product-thumb, #column-left .owl-carousel .product-thumb + .product-thumb{
    border-top:1px dotted #ccc;
     padding-top:7px;
}
 #column-right .owl-carousel .product-thumb .image, #column-left .owl-carousel .product-thumb .image{
    float:left;
     margin-right:8px;
     margin-bottom:0px;
     width:50px;
}
 #column-right .owl-carousel .product-thumb .caption, #column-left .owl-carousel .product-thumb .caption{
    float:left;
     max-width:202px;
}
 #column-right .owl-carousel .product-thumb h4, #column-left .owl-carousel .product-thumb h4 {
    margin-bottom:2px;
}
 #column-right .owl-carousel .product-thumb h4 a, #column-left .owl-carousel .product-thumb h4 a{
    font-size:12px;
     display:block;
}
 #column-right .owl-carousel .product-thumb .price, #column-left .owl-carousel .product-thumb .price {
    padding:0;
     margin:0px 0 2px 0;
     font-size:12px;
}
 #column-right .owl-carousel .product-thumb .saving, #column-left .owl-carousel .product-thumb .saving{
    position:relative;
     line-height:normal;
     padding:0 3px;
     width:auto;
     height:auto;
     top:0px;
     left:0px;
     font-size:11px;
     border-radius:0px;
     display:inline-block;
}
 #column-right .owl-carousel .product-thumb .button-group, #column-left .owl-carousel .product-thumb .button-group{
    display:none;
}
/*********** Category boxes ***********/
 .box-category, .list-item{
}
 .box-category ul, .list-item {
     list-style: none;
     margin-bottom:20px;
     margin-top:-5px;
}
 .box-category > ul > li, .list-item > li {
    display: block;
     position: relative;
}
 .box-category .down {
     top:2px;
     right: 0;
     position: absolute;
     cursor: pointer;
     width:16px;
     height:24px;
     background: transparent url(../image/plus.png) 0px 4px no-repeat;
     opacity: 0.6;
     -moz-opacity: 0.6;
}
 .box-category .down:hover {
     opacity: 1;
     -moz-opacity: 1;
}
 .box-category ul li a, .list-item li a {
    padding:5px 0px 5px 12px;
     color:#222;
     display: block;
     background: transparent url(../image/bullet-dark.png) 0px 10px no-repeat;
}
 .box-category ul li.double a {
     display: inline-block;
     margin: 0;
}
 .box-category ul li {
    position: relative;
}
 .box-category ul li ul li + li{
    border-top:1px dotted #ccc;
}
 .box-category > ul > li a.active + .down {
     background-position: 0px -12px;
}
 .box-category > ul > li > a {
     color: #333;
     text-transform: uppercase;
}
 .box-category > ul > li ul {
     display: none;
     padding-left: 10px;
     margin-bottom:5px;
}
 .box-category > ul > li a.active {
     font-weight: bold;
}
 .box-category > ul > li > a.active {
     margin-bottom:5px;
}
 .box-category > ul > li a.active + ul {
     display: block;
}
 .box-category a:hover, .list-item a:hover {
    text-decoration:underline;
     color:#3e7cb4;
}
 .box-category > ul > li ul li a {
     margin-right: 16px;
}
 .box-category > ul > li ul li a:hover, .list-item a:hover {
     margin-right: 16px;
}
 .box-category > ul > li ul > li > a {
     text-decoration: none;
}
/*********** Filter ***********/
 .box-filter{
    list-style-type:none;
     margin-bottom:20px;
}
 .box-filter > li > span{
    font-size:14px;
     font-weight:bold;
     margin-bottom:10px;
     display:block;
     color:#444;
}
 .box-filter > li > ul{
    margin-bottom:15px;
     list-style-type:none;
}
 .box-filter > li > ul li {
    margin-bottom:5px;
}
 .box-filter > li > ul li label{
    margin-left:5px;
}
 .box-filter > li > ul li label input[type="radio"], .box-filter > li > ul li label input[type="checkbox"]{
    margin-left:0;
     margin-right:5px;
     position:relative;
}
 #button-filter{
    font-family: Arial,Helvetica,sans-serif;
     font-size:12px;
     height:auto;
     line-height: normal;
     padding: 5px 7px;
     text-transform: uppercase;
}
/*********** sitemap ***********/
 .sitemap{
    list-style: none;
     margin: 0;
     padding: 0;
}
 .sitemap > li{
    border-top:1px solid #eee;
     display:block;
     position:relative;
     font-weight:bold;
     color:#555;
}
 .sitemap > li:first-child{
    border-top:0;
}
 .sitemap li a{
    color:#555;
     padding:5px 8px 5px 0px;
     display:block;
     font-weight:bold;
}
 .sitemap li ul{
    margin-left:30px;
}
 .sitemap li ul li a{
    font-weight:normal;
}
 .sitemap li a:hover{
    color:#3e7cb4;
     text-decoration:underline;
}
/*********** content ***********/
 #content {
     min-height:400px;
}
/*********** category ************/
 .category-list-thumb, .category-list {
    margin-bottom:15px;
}
 .category-list-thumb > div {
    text-align:center;
     vertical-align:top;
     margin-bottom:10px;
}
 .category-list-thumb > div img{
    max-width:100%!important;
     border:1px solid #dddddd;
     padding:3px;
}
 .category-list .div a {
    text-decoration: underline;
     font-weight:bold;
}
/*********** manufacturer ***********/
 #product-manufacturer.manufacturer-list {
    margin-bottom:20px;
}
 #product-manufacturer h2 {
    border:1px solid #EAEAEA;
     background:#F6F6F6;
     padding:3px 8px;
     margin-bottom:10px;
     margin-top:20px;
     font-size:20px;
     color: #333;
}
/*====For Five Grid Columns====*/
 .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
}
 .col-xs-5ths {
    width: 20%;
     float: left;
}
/*********** Grid-List Icon ***********/
 #list-view, #grid-view{
    font-size:18px;
     padding:0;
     background:none;
     margin-right:10px;
     color:#555;
     outline:none;
}
 #list-view:hover, #grid-view:hover{
    color:#000;
}
 #list-view.active, #grid-view.active{
    color:#999;
     box-shadow:none;
}
 #list-view.selected, #grid-view.selected{
    color:#999;
     cursor:default;
}
/*********** product ***********/
 .product-filter {
    border:1px solid #EAEAEA;
     background:#F6F6F6;
     padding:6px 8px;
     line-height:28px;
     margin-bottom:20px;
}
 .product-list.row, .products-category.row{
    margin:0;
}
 .product-filter .form-group{
    margin-bottom:0px;
}
 @media only screen and (max-width:991px){
     .product-filter .form-group{
        margin-top:10px;
    }
}
 .owl-carousel{
    margin-bottom:20px;
}
 .owl-carousel .product-thumb .image{
    margin-bottom:5px;
}
 .owl-carousel .product-thumb{
    padding:7px;
     margin:0px 3px 0px 0px;
     position:relative;
     text-align: center;
     border:3px solid transparent;
}
 @media only screen and (min-width:1025px){
    .owl-carousel .product-thumb:hover{
        border-color:#eae9e9;
    }
}
/* carousel */
 .carousel-caption {
     color: #FFFFFF;
     text-shadow: 0 1px 0 #000000;
}
 .carousel-control .icon-prev:before {
     content: '\f053';
     font-family: FontAwesome;
}
 .carousel-control .icon-next:before {
     content: '\f054';
     font-family: FontAwesome;
}
 .product-thumb .image {
    text-align: center;
}
 .product-thumb .image a {
     display: block;
}
 .product-thumb .image a img{
    display:inline-block;
}
 .product-thumb h4 {
    margin:0;
}
 .product-thumb h4 a{
    font-size:13px;
     line-height:18px;
     text-decoration: none;
     display:inline-block;
     margin:0 auto;
     padding:0px;
     color:#333;
}
 .product-thumb h4 a:hover {
    text-decoration:underline;
}
 .product-thumb .price {
    margin:10px 0;
     color:#3e7cb4;
     font-size:11px;
     font-weight: bold;
}
 .product-thumb .price-new {
    font-weight: bold;
}
 .product-thumb .price-old {
     color: #F00;
     text-decoration: line-through;
     font-weight:normal;
     font-size:12px;
}
 .product-thumb .price-tax {
     color: #999;
     font-size: 12px;
     display: block;
     font-weight:normal;
}
 .product-thumb .button-group button{
    border: none;
}
 .product-thumb .button-group .btn-primary{
    padding:4px 8px;
     margin-bottom:7px;
     font-size:11px;
     height:auto;
     text-transform:uppercase;
     font-family:Arial, Helvetica, sans-serif;
     line-height:normal;
}
 .product-thumb .button-group .add-to-links button {
    background:none;
     color:#666;
     font-size:15px;
}
 .product-thumb .button-group .add-to-links button:hover {
     color:#3e7cb4;
     cursor: pointer;
}
 .product-thumb .rating {
    padding-bottom:7px;
}
 .product-thumb .rating span{
    vertical-align:top;
}
/*********** Grid Product ***********/
 .product-grid{
    position: relative;
     text-align:center;
     vertical-align:top;
     background:#fff;
     padding:7px 7px 7px 7px;
     border:3px solid transparent;
     margin-bottom:15px;
}

 .product-grid .product-thumb .image {
    margin-bottom:5px;
}
 .product-grid .product-thumb .image {
    float: none;
}
 .product-grid .product-thumb .description, .product-grid .product-thumb .price-tax, .owl-carousel .product-thumb .price-tax{
    display:none;
}
 .product-grid .product-thumb .button-group .add-to-links button, .owl-carousel .product-thumb .button-group .add-to-links button, {
    padding:2px 6px;
}
 @media only screen and (min-width:1025px){
    .product-grid .product-thumb .button-group .add-to-links, .owl-carousel .product-thumb .button-group .add-to-links{
        visibility:hidden;
    }
}
 .product-grid:hover .product-thumb .button-group .add-to-links, .owl-carousel .product-thumb:hover .button-group .add-to-links{
    visibility:visible;
}
 .product-grid .product-thumb .button-group .add-to-links button span{
    display:none;
}
 .saving {
    background:#f12b63;
     border-radius: 100% 100% 100% 100%;
     color: #FFFFFF;
     display: block;
     font-size: 13px;
     font-weight:bold;
     height:40px;
     line-height:40px;
     position: absolute;
     right: 10px;
     text-align: center;
     top: 10px;
     width: 40px;
}

.no-hover:hover {border: none !important;}

 .product-list{
    position:relative;
     padding:20px 0px;
     border-top:2px solid #eae9e9;
}
 .product-list:first-child {
    border-top:none;
}
 .product-list .image {
    float:left;
     margin-right:15px;
}
 .product-list .product-thumb h4 {
    margin-bottom:8px;
}
 .product-list .product-thumb h4 a {
    font-weight: bold;
     font-size:15px;
}
 .product-list .product-thumb .description {
    margin-bottom:0px;
}
 .product-list .product-thumb .button-group .btn-primary{
    float:left;
     margin-right:5px;
}
 .product-list .product-thumb .button-group .add-to-links {
    float:left;
     padding:1px 0px;
     display:inline-block;
}
 .product-list .product-thumb .button-group .add-to-links button span{
    font-size:12px;
}
 .product-list .saving{
    top:25px;
     left:16px;
}
 .rating .fa-stack {
    font-size:6px;
}
 .rating .fa-star-o {
     color: #999;
     font-size: 13px;
}
 .rating .fa-star {
     color: #FC0;
     font-size: 13px;
}
 .rating .fa-star + .fa-star-o {
     color: #E69500;
}
/*********** Product ***********/
 .product-info {
    margin-bottom: 20px;
}
 .product-info .image {
    position:relative;
     text-align:center;
}
 .product-info .zoomWrapper{
    display:inline-block;
}
 .product-info span.zoom-gallery {
    font-size:11px;
     line-height: 11px;
     font-style:italic;
     color:#666;
     padding:1px 0;
}
 .product-info span.zoom-gallery .fa{
    font-size:13px;
}
 .product-info .image .zoomWrapper:after{
    visibility:hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
 .product-info .image-additional {
    overflow: hidden;
     margin-left: -7px;
     margin-top:15px;
}
 .product-info .image-additional img {
     max-width:75px;
     height:auto;
     display:block;
}
 #column-left + #content .product-info .image-additional img, #column-right + #content .product-info .image-additional img{
    max-width:66px;
}
 .product-info .image-additional a {
     float: left;
     display: block;
     margin-left:7px;
     border-radius:0px;
     margin-bottom:15px;
}
 .product-info .image-additional a:hover, .product-info .image-additional a:focus, .product-info .image-additional a:active{
    border-color:#bbb;
}
 .product-info .image-additional a.active{
     opacity:0.5;
     outline: 0;
     cursor:default;
}
 .addthis_toolbox{
    display:table;
     width:100%;
}
 .product-info .description {
    line-height: 22px;
     margin-bottom:15px;
}
 .product-info .price-box {
    overflow: auto;
     padding:10px 5px;
     margin-bottom:20px;
}
 .product-info .price{
    font-size:24px;
     font-weight: bold;
     color: #3e7cb4;
}
 .product-info .price-old {
    color:#F00;
     font-size:80%;
     text-decoration: line-through;
     font-weight:normal;
}
 .product-info .cart {
     border-bottom: 1px solid #eae9e9;
     padding:0px 0px 20px;
     margin-bottom:15px;
     color: #4D4D4D;
     overflow: auto;
}
 .product-info .cart div {
     vertical-align: middle;
     float:left;
}
 .product-info .cart div.text-or{
    padding:5px 6px 0;
}
 .product-info .cart div > span {
     padding-top: 7px;
     display: block;
     color: #999;
}
 .product-info .cart div .wishlist{
    font-size:11px;
     display:inline-block;
     padding-top:3px;
     border:none;
     background:none;
     margin-left:15px;
}
 .product-info .cart div .wishlist .fa{
    font-size:14px;
}
 .product-info .cart div .wishlist:hover{
    text-decoration:underline;
}
 .product-info .cart #button-cart{
    padding:11px 15px;
     text-transform: uppercase;
}
 .product-info .cart .minimum {
     padding-top:5px;
     font-size: 11px;
     color: #999;
     clear: both;
}
 .product-info .cart div .qty{
    margin-right:20px;
     float:left;
}
 .qty .control-label{
    margin-right:10px;
     margin-bottom:0px;
     float:left;
     padding:12px 0;
     display:inline-block;
}
 .qty a{
    background: url("../image/plus.png") no-repeat 2px 2px #f5f5f5;
     display: inline-block;
     height:20px;
     width:20px;
     position: relative;
     text-indent: -9999px;
     border:1px solid #ccc;
     border-width:1px 1px 0px 0px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     outline:none;
}
 .qty a.mines{
    background-position:2px -13px;
     border-width:1px 1px 1px 0px;
}
 .qty a:hover{
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     background-color:#fff;
}
 .qty #button-cart, .qty #input-quantity{
    float:left;
     font-size:15px;
     width:44px;
     padding-left:2px;
     padding-right:2px;
     height:40px;
     text-align:center;
}
 #back-top{
    display:none;
}
 #back-top a{
     position:fixed;
     bottom:0px;
     right:10px;
     background-color:rgba(0, 0, 0, 0.2);
     width:45px;
     height:30px;
     text-align:center;
     color:#fff;
     display:block;
     font-size:20px;
     line-height:28px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #back-top a:hover {
    background-color:#3e7cb4;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
/******* Facebook ********/
 #facebook{
    position:fixed;
     width:241px;
     background:#fff;
     border:3px solid #3b5998;
     padding:0px;
}
 #facebook.fb-left{
    left:-241px;
}
 #facebook.fb-right{
    right:-241px;
}
 #facebook_icon{
    width:30px;
     height:50px;
     text-align:center;
     line-height:54px;
     cursor:pointer;
     display:block;
     position:absolute;
     top:-3px;
     background-color:#3b5998;
}
 .fb-left #facebook_icon{
    right:-33px;
}
 .fb-right #facebook_icon{
    left:-33px;
}
/******** Twitter *******/
 #twitter_footer{
    position:fixed;
     width:215px;
     background:#fff;
     border:3px solid #2daae1;
     padding:5px 10px;
}
 #twitter_footer.twit-left{
    left:-215px;
}
 #twitter_footer.twit-right{
    right:-215px;
}
 .twitter_icon{
    width:30px;
     height:50px;
     text-align:center;
     line-height:54px;
     cursor:pointer;
     display:block;
     position:absolute;
     top:-3px;
     background-color:#2daae1;
}
 .twitter_icon .fa-twitter, #facebook_icon .fa-facebook{
    font-size:19px;
     color:#FFF;
}
 .twit-left .twitter_icon{
    right:-33px;
}
 .twit-right .twitter_icon{
    left:-33px;
}
/******** Custom Side block *******/
 #custom_side_block{
    position:fixed;
     width:215px;
     background:#fff;
     border:3px solid #ed5f01;
     padding:5px 10px;
}
 #custom_side_block.custom_side_block_left{
    left:-215px;
}
 #custom_side_block.custom_side_block_right{
    right:-215px;
}
 #custom_side_block img{
    width:100%!important;
     height:auto!important;
}
 .custom_side_block_icon{
    width:30px;
     height:50px;
     cursor:pointer;
     display:block;
     text-align:center;
     line-height:54px;
     position:absolute;
     top:-3px;
     background-color:#ed5f01;
}
 .custom_side_block_icon .fa-chevron-right, .custom_side_block_icon .fa-chevron-left{
    font-size:20px;
     color:#FFF;
}
 .custom_side_block_left .custom_side_block_icon{
    right:-33px;
}
 .custom_side_block_right .custom_side_block_icon{
    left:-33px;
}
/******* Video Box ********/
 #video_box{
    position:fixed;
     width:566px;
     background:#fff;
     border:3px solid #ff679a;
     padding:0px;
}
 #video_box.vb-left{
    left:-566px;
}
 #video_box.vb-right{
    right:-566px;
}
 #video_box p{
    margin-bottom:0px;
     line-height:0px;
}
 #video_box_icon{
    width:30px;
     height:50px;
     text-align:center;
     line-height:50px;
     cursor:pointer;
     display:block;
     position:absolute;
     top:-3px;
     background-color:#ff679a;
}
 #video_box .fa-play{
    font-size:16px;
     color:#FFF;
}
 .vb-left #video_box_icon{
    right:-33px;
}
 .vb-right #video_box_icon{
    left:-33px;
}
/************************* Footer ***********************/
/******** Footer Links *******/
 #footer .fpart-first{
    background-color:#f3f3f3;
     color:#444;
     padding-top:50px;
     padding-bottom:50px;
}
 #footer .fpart-first a{
    color:#888;
}

 #footer .fpart-first li{
    font-size: 16px;
}

 #footer .fpart-first a:hover{
    color:#3e7cb4;
     text-decoration:underline;
}
 #footer .fpart-second{
    background-color:#fff;
     color:#666;
     padding:25px 0px 0px
}
 #footer .fpart-second a{
    color:#3e7cb4;
}
 #footer .fpart-second a:hover{
    color:#3e7cb4;
     text-decoration:underline;
}
 #footer .custom-text{
    padding:0px 0px 25px;
}
 #footer .custom-text p{
    margin:0;
}
 #footer h5{
    color:#000;
     font-size:17px;
     margin:0px 0 15px 0;
     padding:0px 0px 7px 0px;
     font-weight:normal;
}
 #footer .column ul li {
     list-style-type:none;
}
 #footer .column a {
     text-decoration: none;
     display:block;
     padding:3px 0px;
     line-height:18px;
     font-size:12px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #footer .column a:hover {
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
/******** Contact Details *******/
 #footer .contact ul li{
    font-size:12px;
     list-style-type:none;
     line-height:20px;
}
 #footer .contact > ul > li > .fa{
    margin-right:10px;
}
 #footer .contact > ul > li > .fa-map-marker{
    font-size:18px;
}
 #footer .contact > ul > li > .fa-phone{
    font-size:18px;
}
 #footer .contact > ul > li > .fa-envelope{
    font-size:15px;
}
 #footer .contact ul li + li{
    margin-top:12px;
}
 #footer .contact ul li.email a{
    text-decoration:underline;
}
 #footer .contact ul li a{
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #footer .contact ul li a:hover{
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     text-decoration:none;
}
/******** Payments Types *******/
 #footer .payments_types{
    text-align:center;
     padding:0px 0 25px 0;
}
 #footer .payments_types img{
    display:inline-block;
     margin:0px 3px 3px 3px;
     vertical-align:middle;
     -webkit-transition:all 0.3s ease-in-out;
     -moz-transition:all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #footer .payments_types img:hover{
    opacity:0.7;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
/******** Social Icon *******/
 #footer .social {
    margin:0;
     text-align:right;
     padding:0px;
}
 #footer .social a {
    float:left;
     margin:0px 0 0px 10px;
}
 #footer .social a img{
    display:block;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #footer .social a img:hover{
    opacity:0.7;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
/******** Powered *******/
 #footer #powered {
    line-height:20px;
     padding:0px 0 25px;
     margin-bottom:25px;
     border-bottom:1px solid #E8E8E8;
}
 #footer #powered a {
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #footer #powered a:hover {
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #footer .powered_text{
    padding-top:6px;
}
 #footer .powered_text p{
    line-height:18px;
     margin:0;
}
/*********** Marketshop banner ***********/
 .marketshop-banner > div.row div {
    margin-bottom:25px;
}
 .marketshop-banner div img {
    width:100%;
     height:auto;
     display:block;
     opacity: 1;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .marketshop-banner div a img:hover{
    opacity:0.8;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .custom-feature-box .feature-box{
    background:#f2f2f2;
     text-align:center;
     padding:5px;
     margin-bottom:10px;
}
 .custom-feature-box .feature-box .title{
    color:#555;
     font-size:12px;
     text-transform:uppercase;
     line-height:normal;
     margin:0;
}
 .custom-feature-box .feature-box p{
    color:#888;
     font-size:12px;
     margin:0;
     line-height:normal;
}
/*********** Extra ***********/
 .w30{
    max-width:50px;
     text-align:center;
     display:inline-block;
}
 .panel-group .panel{
    border-radius:0px;
}
/* fixed mobile cart quantity input */
 .input-group .form-control[name^=quantity] {
     min-width: 50px;
}
/*********** Auto Complete ***********/
 .ac_results {
     padding:0px;
     background-color: white;
     overflow: hidden;
     z-index: 99999;
     border:1px solid #ccc;
     border-top:0;
     box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
     -webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
     -moz-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
     max-height:325px!important;
     width:285px!important;
}
 .ac_results.style2 {
     width:285px!important;
}
 .ac_results.style3 {
     width:445px!important;
}
 .ac_results ul {
     width: 100%;
     list-style-position: outside;
     list-style: none;
     padding: 0;
     margin: 0;
}
 .ac_results li {
     margin: 0px;
     padding:2px 10px;
     cursor: default;
     display: block;
    /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */
    /*width: 100%;
    */
     font: menu;
     font-size: 13px;
    /* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
     line-height: 16px;
     overflow: hidden;
}
 .ac_loading {
     background: white url('../image/loading.gif') right center no-repeat;
}
 .ac_odd {
}
 .ac_over {
     background-color: #f1f0f0;
}
 .knopka {
    padding: 5px 10px;
     font-size: 18px;
     color: #fff;
     border: 2px solid #fff;
     margin: 8px !important;
    transition: 0.5s linear;
}
 .knopka:hover {
    color: #c68d1e !important;
     border: 2px solid #c68d1e;
}
 .tele {
    padding: 5px 10px;
     font-size: 16px;
     color: #fff;
    transition: 0.5s linear;
}
 .tele:hover {
    color: #c68d1e !important;
}
 .ropen {
    font-size: 16px;
     margin: 8px !important;
     color: #65b948;
}
 .rclosed {
    font-size: 16px;
     margin: 8px !important;
}
 .rclosed:hover a {
    font-size: 16px;
     color: #fff!important;
}
 a.button28 {
     position: relative;
     display: inline-block;
     font-size: 16px;
     font-weight: 700;
     color: rgb(209,209,217);
     text-decoration: none;
     text-shadow: 0 -1px 2px rgba(0,0,0,.2);
     padding: .5em 1em !important;
     outline: none;
     border-radius: 3px;
     background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
     box-shadow: 0 1px rgba(255,255,255,.2) inset, 0 3px 5px rgba(0,1,6,.5), 0 0 1px 1px rgba(0,1,6,.2);
     transition: .2s ease-in-out;
}
 a.button28:hover:not(:active) {
     background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
 a.button28:active {
     top: 1px;
     background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
     box-shadow: 0 0 1px rgba(0,0,0,.5) inset, 0 2px 3px rgba(0,0,0,.5) inset, 0 1px 1px rgba(255,255,255,.1);
}

.grno {border: 5px solid #fff;}
 .grbord {
     --angle: 0deg;
     border: 8px solid;
     border-image: conic-gradient(from var(--angle), #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff,#d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #d4716b, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff ) 1;
     animation: 5s rotate linear infinite;
}

 .grbord2 {
     --angle: 0deg;
     border: 5px solid;
     border-image: conic-gradient(from var(--angle), #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff,#c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #c68d1e, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff ) 1;
     animation: 5s rotate linear infinite;
}
 @keyframes rotate {
     to {
         --angle: 360deg;
    }
}
 @property --angle {
     syntax: '<angle>';
     initial-value: 0deg;
     inherits: false;
}
 .unselectable {
     -webkit-touch-callout: none;
    /* iOS Safari */
     -webkit-user-select: none;
    /* Chrome/Safari/Opera */
     -khtml-user-select: none;
    /* Konqueror */
     -moz-user-select: none;
    /* Firefox */
     -ms-user-select: none;
    /* Internet Explorer/Edge */
     user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}
 .info-box {
    text-align:center;
    padding:30px 0;
}
 .info-box h3{
    margin-bottom:25px;
     font-size: 26pt;
     line-height:34pt;
     text-transform: uppercase;
     font-family: 'RodchenkoCTT', arial;
     letter-spacing: 2px;
}
 .ch-item {
     width: 100%;
     height: 100%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     position: relative;
     cursor: default;
     box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .ch-grid {
    text-align:center;
}
 .ch-grid>div{
    margin-bottom:35px;
}
 .ch-grid>div>div {
     width: 220px;
     height: 220px;
     display: inline-block;
     margin-top: 40px;
}
 .ch-grid>div>div span{
    color:#333;
    font-family: 'RodchenkoCTT', arial;
    text-transform: uppercase;
    font-size:14pt;
    line-height:18pt;
}
 .ch-item {
    border:8px solid #000;
    margin:0 -8px 5px -8px;
     width: 100%;
     height: 100%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     position: relative;
     cursor: default;
     box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
 .ch-thumb {
     width: 100%;
     height: 100%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     overflow: hidden;
     position: absolute;
     box-shadow: inset 0 0 0 17px rgba(255,255,255, 0.5);
     -webkit-transform-origin: 95% 40%;
     -moz-transform-origin: 95% 40%;
     -o-transform-origin: 95% 40%;
     -ms-transform-origin: 95% 40%;
     transform-origin: 95% 40%;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     background-color: #777;
    background-size:70%;
    background-repeat:no-repeat;
    background-position:center center;
}
 .ch-thumb:after {
     content: '';
     width: 10px;
     height: 10px;
     position: absolute;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     top: 40%;
     left: 95%;
     margin: -5px 0 0 -5px;
     background: rgb(0,0,0);
     box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
}
 .ch-img-8 {
    z-index: 10;
    background-image: url(https://vsereshetkityt.ru/image/catalog/preim/fix-price.png);
}
 .ch-img-7 {
    z-index: 11;
    background-image: url(https://vsereshetkityt.ru/image/catalog/preim/dogovor.png);
}
 .ch-img-6 {
    z-index: 12;
    background-image: url(https://vsereshetkityt.ru/image/catalog/preim/spets.png);
}
 .ch-img-5 {
    z-index: 13;
    background-image: url(https://vsereshetkityt.ru/image/catalog/preim/pr-bz.png);
}
 .ch-img-4 {
    z-index: 14;
    background-image: url(https://vsereshetkityt.ru/image/catalog/preim/key.png);
}
 .ch-img-3 {
    z-index: 15;
    background-image: url(https://vsereshetkityt.ru/image/catalog/preim/garant.png);
}
 .ch-img-2 {
    z-index: 16;
    background-image: url(https://vsereshetkityt.ru/image/catalog/preim/time-wrk.png);
}
 .ch-img-1 {
    z-index: 17;
    background-image: url(https://vsereshetkityt.ru/image/catalog/preim/bez-psr.png);
}
 .ch-info {
     position: absolute;
     width: 100%;
     height: 100%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     overflow: hidden;
     background: #545454 url(https://rd-moskva.ru/assets/img/bg/noise.png);
     box-shadow: inset 0 0 17px rgba(0,0,0,0.4);
}
 .ch-info p {
    color:#fff;
     position: relative;
     margin: 0;
     font-size: 18px;
     padding: 58px 0 0 0;
     height: 85px;
     text-shadow: 0 0 1px #000, 0 1px 2px rgba(0,0,0,0.3);
}
 .ch-item:hover .ch-thumb {
     box-shadow: inset 0 0 0 17px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
     -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
     -o-transform: rotate(-135deg);
     -ms-transform: rotate(-135deg);
     transform: rotate(-135deg);
}
 .photobox{
     display: inline-block;
}
 .photobox__previewbox{
     position: relative;
     overflow: hidden;
}
 .photobox__preview{
     display: block;
     max-width: 100%;
     height: auto;
}
 .photobox__previewbox:before{
     content: "";
}
 .photobox_type22 .photobox__preview{
     -webkit-transition: -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
     transition: -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
     transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
     transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
     will-change: transform;
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .photobox_type22:hover .photobox__preview{
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
}
 .photobox_type22 .photobox__previewbox:before{
     width: 100%;
     height: 100%;
     opacity: 0;
     background-color: var(--photoboxOverlay, rgba(198, 141, 30, .3));
     -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
     clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 2;
     -webkit-transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out, -webkit-transform calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out;
     transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out, -webkit-transform calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out;
     transition: transform calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out, opacity calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out;
     transition: transform calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out, opacity calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out, -webkit-transform calc(var(--photoboxAnimationDuration, .4s) / 2) ease-out;
     will-change: transform;
     -webkit-transform: translate(-50%, -50%) scale(0);
     transform: translate(-50%, -50%) scale(0);
}
 .photobox_type22:hover .photobox__previewbox:before{
     opacity: 1;
     -webkit-transform: translate(-50%, -50%) scale(7);
     transform: translate(-50%, -50%) scale(7);
     -webkit-transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2), 0s;
     transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2), 0s;
     -webkit-transition-duration: var(--photoboxAnimationDuration, .4s);
     transition-duration: var(--photoboxAnimationDuration, .4s);
}
 .photobox_type22 .photobox__label{
     width: 90%;
     text-align: center;
     opacity: 0;
     -webkit-transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
     transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
     will-change: opacity;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: 2;
}
 .photobox_type22:hover .photobox__label{
     opacity: 1;
     -webkit-transition-duration: var(--photoboxAnimationDuration, .4s);
     transition-duration: var(--photoboxAnimationDuration, .4s);
     -webkit-transition-delay: var(--photoboxAnimationDuration, .4s);
     transition-delay: var(--photoboxAnimationDuration, .4s);
}
 a span.photobox__label {
     background: #c68d1e;
     font-size: 18px;
     padding: 8px;
     color: #fff !important;
     border-radius: 4px;
     border: 2px solid #fff;
}

.photobox_type3 .photobox__previewbox:before{
  width: 100%;
  height: 100%;
  
  background-color: var(--photoboxOverlay, rgba(198, 141, 30, .3));
  opacity: 0;
  -webkit-transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.photobox_type3:hover .photobox__previewbox:before{
  opacity: 1;
}

.photobox_type3 .photobox__label{
  width: 90%;
  text-align: center;
  
  opacity: 0;  
  -webkit-transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
  
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.photobox_type3:hover .photobox__label{
  opacity: 1;
  -webkit-transition-duration: var(--photoboxAnimationDuration, .4s);
          transition-duration: var(--photoboxAnimationDuration, .4s);
  -webkit-transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
          transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
}

.photobox_type3 .photobox__preview{
   -webkit-transition: -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
   transition: -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
   transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
   transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
   -webkit-transform: scale(1) rotate(0);
           transform: scale(1) rotate(0);
}

.photobox_type3:hover .photobox__preview{
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}

 .timeh {
    border: none !important;
}
 .btn-akc {
    padding: 10px 15px !important;
     background: #ff0000 !important;
     color: #000 !important;
     font-size: 1.8em !important;
     font-weight: bold;
     border: none !important;
     width: 100% !important;
}
 .btn-akc:hover {
    background: #4b5cfe !important;
     color: #fff !important;
}
 .sticky {
    position: sticky;
     top: 5em;
}
 .nostick1 {
    height: 3500px;
}
 .nostick2 {
    height: 700px;
}

 .nostick {
    height: 1200px;
}
 .fixed-box {
}
 .fixed {
    position: fixed;
    z-index: 9999;
     top: 0;
     background: #222 !important;
     font-size: 16px;
}

 .fixed-box .vision {
   height: 0px !important;
   display: none;
}
 .fixed .vision {
   display: table;
   height: 40px;
   margin-left: 2px;
}
 .call-fly{
    position: fixed;
     bottom: 80px;
     right: 30px;
     background: #222222;
     border-radius: 50%;
     height: 60px;
     width: 60px;
}
 .call-fly:hover::after {
     content: attr(data-title);
     position: absolute;
     left: 20%;
     top: 30%;
}
 img.rot {
    width: 50px;
     height: 50px;
     margin: 5px;
     animation: 2s linear 0s normal none infinite running rot;
     -webkit-animation: 2s linear 0s normal none infinite running rot;
}
 @keyframes rot {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 @-webkit-keyframes rot {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 .step2, .step3, .step4, .step5 {
    display: none;
}
.sstep2, .sstep3, .sstep4, .sstep5 {
    display: none;
}
 .padding {
    display: block !important;
     position: absolute;
     top: 2px;
     right: 0;
     background: #fff;
     width: 100%;
     height: 100%;
     padding-left: 7px;
     padding-right: 7px;
     padding-top: 3px;
     margin: 2px;
}


 .padding2 {
    display: block !important;
     position: absolute;
     top: 0;
     right: 0;
     height: 100%;
     background: #fff;
     padding-left: 7px;
     padding-right: 7px;
     margin-left: 8px;
     margin-right: 8px;
     z-index: 1000;
}

@media only screen and (min-device-width : 1024px) { .sticky-prod {position: sticky; top: 5em} }
@media only screen and (max-device-width : 1023px) { .sticky-prod {} }

.redf {color: #c68d1e !important;}

.opros {position: fixed; top: 7.9em; left: 0px; background: rgba(46, 240, 55, .5);}
.opros a h4 {writing-mode: tb-rl; padding: 8px 4px !important; margin: 0px !important; font-family: Danger; font-size:1.9em}

@font-face {
   font-family: Danger;
   src: url(Danger.otf);
}

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
  
.col-xs-5th {
  width: 20%;
  float: left;
}
  
@media (min-width: 768px) {
  .col-sm-5th {
    width: 20%;
    float: left;
  }
}
  
@media (min-width: 992px) {
  .col-md-5th {
    width: 20%;
    float: left;
  }
}
  
@media (min-width: 1200px) {
  .col-lg-5th {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1199px) {.row-flex {
  display: flex;
  flex-flow: row wrap;
}
}

.tele_p {font-weight: bold; margin-top: 4px;}
.tele_p:hover {text-decoration: none !important; color: #c68d1e;}

@media (min-width: 1700px) {
  .ban_cat {
    max-width: 250px;
    max-height: 375px;
  }
  .tele_p {font-size: 1.1em !important; font-weight: bold;}
}
