// /**
//  * Copyright © 2016 Magento. All rights reserved.
//  * See COPYING.txt for license details.
//  */

//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .table-wrapper {
        margin-bottom: @indent__base;
    }

    table {
        .lib-table-caption();
    }

    .table {
        tfoot {
            .lib-css(background, @sidebar__background-color);
            > tr {
                &:first-child {
                    th,
                    td {
                        border-top: @table__border-width @table__border-style @table__border-color;
                        padding-top: @indent__base;
                    }
                }
            }
            th,
            td {
                border: 0;
            }
            .mark {
                font-weight: @font-weight__regular;
                text-align: right;
            }
        }
    }
}

//
//    Mobile
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
    .table-wrapper {
        border-top: @table__border-width @table__border-style @table__border-color;
        .lib-table-overflow();
        position: relative; // To hide unnecessary horizontal scrollbar in Safari
        .table:not(.totals):not(.cart):not(.table-comparison) {
            .lib-table-responsive();
            tbody {
                > tr {
                    > td:first-child {
                        padding-top: 15px;
                    }
                    > td:last-child {
                        border-bottom: @table__border-width @table__border-style @table__border-color;
                        padding-bottom: 15px;
                    }
                    > td.col.qty {
                        text-align: left;
                    }
                }
            }
            &.additional-attributes {
                tbody {
                    th {
                        &:extend(.abs-no-display-s all);
                    }
                    td {
                        &:last-child {
                            border: none;
                            padding: 0 0 @indent__xs;
                        }
                    }
                }
            }
        }
        .table:not(.totals):not(.table-comparison) {
            tfoot {
                display: block;
                tr {
                    display: block;
                    &:extend(.abs-add-clearfix-mobile all);
                    &:first-child {
                        th,
                        td {
                            padding-top: @indent__base;
                        }
                    }
                }
                .mark {
                    box-sizing: border-box;
                    float: left;
                    text-align: left;
                    width: 70%;
                }
                .amount {
                    box-sizing: border-box;
                    float: left;
                    text-align: right;
                    width: 30%;
                }
                .grand.totals {
                    .lib-font-size(16);
                    .amount {
                        padding-bottom: @indent__s;
                    }
                }
            }
        }
    }
}

//
//  Desktop
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
    .table {
        .lib-table-bordered(
            @_table_type: horizontal_body
        );
    }
}
.page-header{margin:0px !important;}
.product.info.detailed .additional-attributes .label{color:#000 !important;}


.logo img {
    max-height: inherit;
    margin-left: 23px;
    margin-top: -20px !important;
    position: absolute;
    max-width: 150px !important;
}
.flex-direction-nav .flex-next{
    right:0px!important;
}
.nav-sections{
        margin-bottom:0px !important;
}

.list-shopby-category {
       background: #f9f9f9;
    padding: 30px 0 40px
}

.background-bg-color2 {
    background: rgba(0, 0, 0, 0.4);
    width: 92%;
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease-in;
    z-index: 3
}

.index-category-name {
    color: #fff !important;
    font-size: 20px !important;
    text-align: center;
    margin-top: 80px !important;
    padding: 0 !important;
    line-height: 100%;
    transition: all 0.5s ease-in;
    z-index: 3
}

.list-category-txt {
    opacity: 0;
    transition: all 0.5s ease-in;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    line-height: 22px;
    z-index: 3
}

.view-details-btn {
    display: block;
    opacity: 0;
    transition: all 0.5s ease-in;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    line-height: 22px;
    z-index: 3
}

.view-details-btn:hover {
    color: #fff
}

.category-hover-details-div:hover > .background-bg-color2 {
    background: rgba(0, 0, 0, 0.863)
}

.category-hover-details-div:hover > .background-bg-color2 .index-category-name {
    margin-top: 50px !important
}

.category-hover-details-div:hover > .background-bg-color2 .list-category-txt {
    opacity: 1 !important;
    z-index: 999
}

.category-hover-details-div:hover > .background-bg-color2 .view-details-btn {
    opacity: 1 !important;
    z-index: 999
}

.list-shopby-category h2 {
    text-align: center;
    font-size: 32px;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 20px
}

.list-filter-dropdown-menu {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 2;
    display: none;
    transition: all 0.5s ease-in
}

.list-filter-dropdown-menu li {
    display: block !important;
    background: #ebebeb;
    padding: 5px 0px !important
}

.list-filter-dropdown-menu li a {
    padding: 5px 20px;
    background: #ebebeb;
    color: #363636
}
.list-filter-dropdown-menu li a:hover {
    background: #ddd
}
.list-category-hover-li:hover > .list-filter-dropdown-menu {
    display: block
}
.list-filter-dropdown-menu2 {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 2;
    display: none;
    transition: all 0.5s ease-in
}
.list-filter-dropdown-menu2 li {
    display: block !important;
    background: #ebebeb;
    padding: 5px 0px !important
}
.list-filter-dropdown-menu2 li a {
    padding: 5px 20px;
    background: #ebebeb;
    color: #363636
}
.list-filter-dropdown-menu2 li a:hover {
    background: #ddd
}
.list-sort-hover-li:hover > .list-filter-dropdown-menu2 {
    display: block
}
.max-width300-section {
    max-width: 300px;
    margin-top: 15px
}
.ralative-cntnt {
    position: relative
}
.absolute-cntnt {
    position: absolute;
    top: 0%;
    right: 4%
}
.theme-design-img {
    width: 100%;
}
.m-t-20 {
    margin-top: 20px;
}
.footer {
    background: #141414;
    margin: 0;
    width: 100%;
    padding: 20px 0;
}
.footer h4 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.footer ul {
    list-style: none;
    color: #ccc;
    font-size: 12px;
}
.footer ul li {
    display: block;
    margin-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.footer ul li a {
    color: #ccc;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 1px 0;
    text-decoration: none;
}
.copyright,.page-footer {
    background: #141414 !important;}

    .copyright a{
        color:#cccccc !important;
    }
    .page-footer{
        padding-bottom: 0px !important;
    }
    @media (min-width: 768px)
    {
.page-header {
       background: #323235 !important;
}
.page-header .panel.wrapper {
    border-bottom: 1px solid #7d7a7a!important;
    background-color: #323235!important;
}
.nav-sections {
    background: transparent !important;
   
    margin-top: -50px;
}
.navigation {
    background: transparent !important;
}

.navigation .level0.nav-1 .submenu {
    background: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0.19) !important;
    font-weight: 700;
    min-width: 243px;
    display: none;
    left: 2px !important;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
    top: 34px !important;
    transition-delay: 5s;
}
.navigation .level0.nav-1 .submenu a {
    display: block;
    line-height: 0px !important;
    color: #868686 !important;
    padding: 18px 20px !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}
.navigation .level0.nav-1 li {
    margin-bottom: 0px !important;
}
.index-bussiness-section {
    padding: 30px 0;
}
.index-bussiness-p {
    font-size: 14px;
    color: #363636;
    text-align: center;
    padding: 10px 40px;
    line-height: 22px;
    margin-bottom: 0;
    width: 80%;
    margin: auto;
}
.index-services-section {
    padding: 20px !important;
}
.index-bussiness-section h2 {
    font-size: 32px;
    color: #363636;
    text-align: center;
    text-transform: uppercase;
}
.index-services-section img {
    display: block;
    margin: 0 auto;
    max-height: 94px;
}
.index-services-section h3 {
    font-size: 19px;
    text-align: center;
}
.index-services-section p {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
.field.search  input[type="text"]{
        background: transparent !important;
		color: #fff !important;;
}
.block-search .action.search:before{
        color: #ffffff !important;
}
.page-products.page-layout-1column .products-grid .product-item {
      width: 24%!important;
    border: 1px solid #ccc!important;
    padding: 10px;
    margin-bottom: 10px !important;
    }
    .product-image-container , .product-image-photo ,.page-products .product-item-info{
        width:297px !important;
    }
    .products-grid .product-item-info:hover, .products-grid .product-item-info.active{
    margin: 0px !important;
    padding: 0px !important;
    border: 0px solid #bbb !important;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.3) !important;
    position: relative;
    z-index: 2;
    background: #fff;}
.page-products.page-layout-1column .products-grid .product-item:hover{
        box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3) !important;
 }
 .products-grid .product-item-inner {
   position: relative !important; 
    left: 0;
    right:0px !important;
    z-index: 2;
     background: #fff;
    padding:0px !important;
   margin: 0px !important;
  border: 0px solid #bbb !important; 
    border-top: none;
  box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.3) !important;
}   
.page-products .products-grid .product-item .product-item-inner {
    margin: 0px !important;
}
.catalog-category-view  .product-item-name {
  display: block;
    margin: 0px !important;
    text-align: center;

    }
    .breadcrumbs {
   max-width: 100% !important;
    background-color: #f4f4f4 !important;
    border-bottom: 1px solid #ddd;
    padding-left: 10% !important;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.navigation .level0 > .level-top {
    color: #f5eeee!important;
      font-weight: 500 !important;
	  padding: 0 7px !important;
}
.navigation .level0 > .level-top > span {
    color: #c2c2c2 !important;
    padding: 10px 0px !important;
    text-decoration: none;
    box-sizing: border-box;
    position: relative !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}
.towishlist {display:none !important;}
.new-customer-hide{display:none !important;}
.main-contact-form .label { color: #333 !important;}
.toolbar-amount{display:none !important;}
.toolbar-sorter{display:none !important;}
.forgetlbltxt label {color:#323235 !important;}
.limiter {display:none !important;}
.main-contact-form .remember-me-box{display:none !important;}
.remind {display:none !important;}
.navigation .level0.nav-1 > .level-top > span:first-child {display:none !important;}

/*.login-align{text-align:center;}*/
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: #00baff !important;
    border-style: solid;
    border-width: 0px 0px 4px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1px !important;
}
.navigation .level0 { margin: 0 2px 0 0 !important;}
/* .cms-ecommerce-store .level0.nav-1.first{width: 246px !important;} */
.level0.nav-1.first {
    /* width: 260px !important; */
    text-align: left !important;
    top: -4px;
    right: -166px;
}
 .navigation .level0.nav-1 > .level-top > span {
      color: #fff !important;
padding: 0px !important;
box-sizing: border-box;
position: relative !important;
font-size: 12px !important;

text-transform: uppercase !important;

background: #00baff;

margin-left: -6px !important;

z-index: 10;

font-weight: 700;

width: 245px;

display: inline-block;

height: 35px;

line-height: 35px;

text-align: center;
	
}
/* .cms-ecommerce-store  .navigation .level0.nav-1 > .level-top > span { */
    /* color: #fff !important; */
    /* /*padding: 11px 111px 9px 10px !important; */ */
    /* text-decoration: none; */
    /* box-sizing: border-box; */
    /* position: relative !important; */
    /* font-size: 12px !important; */
    /* text-transform: uppercase !important; */
    /* background: #00baff; */
    /* margin-left: -10px !important; */
    /* z-index: 10; */
/* } */
.catalog-category-view  .page-title-wrapper{ text-align: center!important; }
.catalog-category-view  .page-title-wrapper h1{
    font-size: 24px !important;
        margin-bottom: 20px !important;
		font-weight: 600 !important;
}
.page-title-wrapper h1 {
    font-size: 20px !important;
    margin-bottom: -15px !important;
    margin-top: 12px !important;
}
.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {background:#323235 !important; color: #e6e6e6 !important; padding: 0px 25px 0px 25px !important;}
.product.data.items > .item.content{ margin-top: 40px !important;  }
.navigation .level0 .submenu .active > a {border-color: #01baff !important; }
.product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tbody > tr > td {padding: 0px 30px 10px 0 !important; font-size: 13px !important;}
a:focus{outline: none!important;}
.action.primary{font-size: 12px!important;font-weight: 500!important;}
.page-layout-1column .product.media { box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2) !important;}
.fotorama__thumb-border{border: 2px solid #01baff!important;}
.abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover{
    text-decoration: none !important;}
    
 .catalog-category-view  .products-list .list .product-item{
        position: relative;
    border: 1px solid #ddd;
    padding: 20px 15px 0px 10px;
    margin: 10px;
 }
  .catalog-category-view  .products-list .list .product-item .product-item-info .product .product-item-name{
        text-align: left;
  }
  .products.wrapper.list.products-list  .product-item-description {
    margin: 10px 0 !important;
}
.catalog-category-view  .products.wrapper.list.products-list  .product-image-container {
       width: 297px !important;
    box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3) !important;
    border: 1px solid #f3f3f3;
}
.products.wrapper.list.products-list>.list>.item>.product-item-info>.product-item-photo {
    padding: 0 30px 20px 10px !important;
}
.abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
    color: #333;
    text-decoration: none !important;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], 
input[type="search"], input[type="number"], input[type="datetime"], input[type="email"]{
    font-size:13px !important;
}

}

.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
    border-bottom: transparent !important;
}