body {
    color: #1f1f1f;
}

h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: 'Roboto', sans-serif;
}
.h_59 {
    height: 59px;
}
.margin_top_20 {
    margin-top: 20px;
}
.margin_top_50 {
    margin-top: 50px;
}
.margin_bottom_30 {
    margin-bottom: 30px;
}
.yellow_txt {
    color: #E4D60F;
}
.green_txt {
     color: #009688;
 }
.red_txt {
    color: #a94442;
}
.theme_txt {
    color: #3697d9;
}
.btn_sm {
    padding: 7px 5px;
    cursor: pointer;
}

/*Header*/
.header-top {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
}
.header-top:not(.banner) {
    background-color: #fff;
    border-bottom: 0px;
}
.header-top .btn-group {
    margin-top: 0;
}
.menu-logo {
    padding-top: 5px;
}
.social-links .dropdown-menu {
    min-width: 175px;
    font-size: 12px;
    background-color: #e4f9ff;
    border: 1px solid #3697d9;
    color: #196ca5;
    font-weight: 500;
}
.mega-menu .menu > li > a {
    font-weight: 500;
    color: #000000;

}
@media (min-width: 768px){
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
    .header {
        border-top: 0px;
        border-bottom: 0px;
        background-color: #27c0e9;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #24b2d8;
    color: #fff;
}
.dropdown > a:before {
    color: #ffffff;
}
.fixed-header-on .header.fixed:not(.dark) {
    border-bottom: 1px solid #24b2d8;
    background-color: rgba(36, 178, 216, 0.80);;
}
.fixed_header .menu-logo img{
    height: 50px;
}
@media (min-width: 768px){
    .navbar-default .navbar-nav > li > a {
        padding: 15px 15px 15px 15px;
    }
}
.dropdown > a:before {
    top: 17px;
}

/*Content*/
.title_b {
    text-align: center;
    color: #24b2d8;
    text-transform: none;
    font-size: 20px;
}
.btn_black {
    background-color: #333;
    color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.btn_black:hover,
.btn_black:active {
    border-color: #338dca;
    color: #fff;
}
.desc_good {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    margin-bottom: 10px;
}
.pr_good {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}
.same_good_price {
    height: 45px;
}
.title_good {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px;
    margin-bottom: 10px;
}
.main_good .body span.old_price,
.main_good .body p.old_price {
    font-size: 13px;
    color: #999999;
}
.old_price_list {
    font-size: 13px;
    color: #999999;
}
.main_good .body span.new_price,
.main_good .body p.new_price {
    font-weight: 500;
    font-size: 19px;
    margin-left: 20px;
}
.price_b {
    display: inline-block;
}
.main_good .body p {
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
}
.thumbnail.news_main  img {
    height: auto;
    margin: 0 auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
@media (min-width: 992px){
    .thumbnail.news_main  img {
        height: 200px;
        object-fit: contain;
    }
}
.text_description {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    margin-bottom: 10px;
}
.btn_xs {
    padding: 5px 7px;
}
.table.table_list > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #27c0e9;
    background-color: #4cbfde;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
}
.table.table_like > tbody > tr > td {
    vertical-align: middle;
}
.table.table_list tr  td.name_good_list {
   width: 600px;
    word-wrap: break-word;
}
.table_cart  thead th{
    vertical-align: bottom;
    border-bottom: 1px solid #27c0e9;
    background-color: #27c0e9;
    color: #ffffff;
    padding: 5px;
}
.table_border {
    border-bottom: 2px solid #27c0e9;
}
.table_cart tbody  tr{
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 700;
}
.table_cart tbody a {
    font-size: 16px;
    font-weight: 700;
}
.cart_img {
    margin-right: 10px;
    margin-top: 5px;
}
.cart_name {
    color: #27c0e9;
    font-weight: 600;
}
.table_cart tbody tr td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f3f3f3;
}
.overlay-container.main_img  img {
    height: auto;
    margin: 0 auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
@media (min-width: 992px){
    .overlay-container.main_img  img {
        height: 174px;
        object-fit: contain;
    }
}

.grid_filter {
    margin-top: 13px;
}
.grid_filter ul {
    padding: 4px 10px;
    padding-top: 0px;
    margin: 10px 0;
    margin-top: 5px;
    border-bottom: 1px dotted #27c0e9;
    font-size: 14px;
    text-transform: uppercase;
}
.float-right {
    float: right;
}
.grid_filter ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
}
.grid_filter ul li a {
    display: block;
    padding: 1px 4px;
}
.grid_filter ul.goods_pages li a {
    text-decoration: underline;
}
.grid_filter ul.goods_pages li a.active {
    background: #27c0e9;
    color: #fff;
    text-decoration: none;
}

.sort {
    list-style: none;
    text-transform: uppercase;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 4px;
}
.sort li {
    display: inline-block;
    padding: 0px 3px;
}
.sort li a,
.sort li i {
    padding: 4px;
    text-decoration: none;
}
.sort li a.act_sort {
    color: #fff;
    background-color: #27c0e9;
}
.sort li i.act_sort {
    color: #fff;
    background-color: #27c0e9;
}

.review_add {
    padding: 8px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
}
.review_list {
    padding: 0;
    margin: 0 0 35px 0;
}
.review_list li {
    list-style: none;
}
.review_list li .review_box {
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}
.review_list .avatar {
    float: left;
}
.review_list .avatar img {
    width: 60px;
    height: 60px;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #e8e8e8;
}
.review_list .review_content .review_meta {
    margin-bottom: 5px;
    font-size: 1.1em;
}
.review_list .review_content .review_meta .review_by {
    font-weight: 600;
    color: #444;
}
.review_list .review_content .review_meta .review_date  {
    color: #666;
}
.review_list .review_content .review_meta span:after {
    content: "-";
    margin: 0 5px;
    font-weight: 100;
    color: #666;
}
.review_list .review_content .review_meta  span:last-child:after {
    content: "";
    margin: 0;
}
.review_list .review_content p {
    color: #666;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
}
.price_itself {
    margin-bottom: 17px;
}
.price_itself span {
    font-size: 28px;
    font-weight: 500;
    color: #27c0e9;
}
.price_f {
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
    margin: 8px 0;
}
.breadcrumb {
    background-color: #eef7f9;
    padding-left: 15px;
}

.price_in_list {
    padding: 6px 5px;
    border: 1px solid #27c0e9;
    border-radius: 5px;
    margin-bottom: 5px;
}
.price_in_list_sel {
    color: #fff;
    background-color: #27c0e9;
}
input.price_rad {
    color: transparent;
    -webkit-appearance: inherit;
    display: none;
}
.canopy_in_list {
    padding: 6px 5px;
    border: 1px solid #27c0e9;
    border-radius: 5px;
    margin-bottom: 5px;
}
.canopy_in_list_sel {
    color: #fff;
    background-color: #27c0e9;
}
input.color_rad {
    color: transparent;
    -webkit-appearance: inherit;
    display: none;
}
.sets_list a {
    padding: 6px 5px;
    border: 1px solid #27c0e9;
    border-radius: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}
.sets_list a:hover,
.sets_list a:active {
    background-color: #27c0e9;
    color: #fff;
}
.sets_list a.active_set {
    color: #fff;
    background-color: #27c0e9;
}
.d_yes{
    display: block;
}
.d_yes_in{
    display: inline-block;
}
.d_no{
    display: none!important;
}
.list_files {
    list-style: none;
    padding-left: 0;
}
.same_price {
    color: #27c0e9;
    font-weight: 500;
}

    /*right colum */
.price_input {

    height: 33px;
    width: 79px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.right_colum h3.page-header {
    margin: 5px 0 20px;
    font-size: 22px;
}
.right_colum h4.page-header {
    margin: 5px 0 20px;
    font-size: 18px;
    text-align: left;
    text-transform: none;
    font-weight: 500;
    color: #27c0e9;
}
.right_colum ul.subcategory{
    padding:0;
}
.right_colum ul.subcategory li{
    padding:0;
    list-style-type: none;
}
.right_colum ul.subcategory li a{
    color: #2e2e2e;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.right_colum ul.subcategory li a:hover,
.right_colum ul.subcategory li a:active {
    color: #27c0e9;
    padding-left: 8px;
}

.right_colum ul.filter{
    padding-left: 0px;
}

.right_colum ul.filter li{
    padding: 0;
    list-style-type: none;
}

.right_colum label.switcher{
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
}

.right_colum input[type="checkbox"] + span{
    position: absolute;
    left: -1px;
    top: 4px;
    width: 100%;
    height: 100%;
    background: url(../img/switch.png) no-repeat;
    cursor: pointer;
}

.right_colum input[type="checkbox"]:checked + span{
    background-position: 0 -15px;
}

.right_colum label{
    font-weight: normal;
    cursor: pointer;
}
.filter_scroll {
    height: 200px;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    #cat_filt {
        display: none;
    }
}
.filter_a {
    padding: 5px;
    border: 1px #ebebeb solid;
    text-align: center;
}
.filter_a a:hover,
.filter_a a:active,
.filter_a a:visited {
    text-decoration: none;
}
@media (min-width: 992px) {
    .cart {
        height: auto;
        width:  150px;
    }
    .thumbnail.cart > img {
        height: auto;
        width:  150px;
    }
}
.order_a {
    word-wrap: break-word;
}

/*Footer*/
.subfooter {
    background-color: #333333;
    padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.01);
}
.default-bg .social-links li a {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.01);
    color: #ffffff;
}
.nav-pills.nav-stacked > li > a {
    padding: 0px 0px;
    color: #ffffff;
    text-decoration: none;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus,
.nav-pills.nav-stacked > li > a:hover,
.nav-pills.nav-stacked > li > a:focus {
    color: #333333;
    background-color: transparent;
    border-color: transparent;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
    color: #ffffff;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus:after {
    color: #333333;
}
.listing-item .body span {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
}

::selection {
    text-shadow: none;
    background: rgba(39, 192, 233, 0.53);
}
