/*base*/
html {
    /*overflow-x: hidden;*/
    font-size: 62.5%;
    font-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    color: #777;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Open Sans",sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
p {
    margin-bottom: 1.5rem;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
ul, ol {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none;
}
em, i {
    font-style: italic;
}
.loaded>.loading-overlay {
    opacity: 0;
    visibility: hidden;
}
.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out;
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.bounce-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin: -9px 0 0 -35px;
    transition: all .2s;
    text-align: center;
    z-index: 10000;
}
.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #CCC;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
.bounce-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}
.bounce-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}
@media (max-width: 767px)
html {
    font-size: 9px;
}
/**/

/*type*/
a {
    transition: all .3s;
    color: #282d3b;
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 1.8rem;
    color: #222529;
    font-weight: 700;
    line-height: 1.1;
    font-family: Poppins,sans-serif;
}
h2, .h2 {
    font-size: 3rem;
    line-height: 1.5;
}
h4, .h4 {
    font-size: 2rem;
    line-height: 1.35;
}
.text-primary {
    color: #282d3b !important;
}
@media (min-width: 768px){
h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px){
h2, .h2 {
  font-size: 3rem;
}
.w-lg-max {
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
  }
}
/**/

/*breadcrumb*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb {
    margin-bottom: 0;
    padding: 1.2rem 0;
    border-radius: 0;
    background-color: transparent;
}
.breadcrumb-item {
    font-size: 11.2px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 11px;
}
.breadcrumb-item+.breadcrumb-item:before {
    color: inherit;
    padding-right: 11px;
    content: ">";
    font-size: 12px;
    /*font-family: 'porto';*/
    vertical-align: middle;
    margin-top: -0.5rem;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: inherit;
}
/**/

/*main*/
.mfp-zoom-out-cur .mfp-bg {
    opacity: .8;
    background-color: #0b0b0b;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .4;
}
/**/

/*core*/
.header-dropdown+.header-dropdown {
    margin-left: 1.4rem;
}
.header-middle {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
    color: #222529;
}
.header-icon:not(:last-child) {
    margin-right: 2.2rem;
}
.header-icon i {
    font-size: 2.7rem;
}
.header-search .form-control, .header-search .select-custom {
    background: #F5F6F8;
}
.main-nav .menu>li {
    margin-right: 0;
}
.main-nav .menu li>a {
    color: #767f84;
}
.footer-bottom {
    font-size: 12px;
    color: #777;
    padding-bottom: 1.5rem;
}
@media (min-width: 1220px){
.container {
    max-width: 1200px;
  }
}
/**/

/*layout*/
.main {
    flex: 1 1 auto;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.page-wrapper {
    position: relative;
    transition: transform .25s;
    
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px){
.container {
    max-width: none;
  }
}

@media (min-width: 576px){
.container {
    max-width: 540px;
  }
}
@media (min-width: 768px){
.container {
    max-width: 720px;
  }
}
@media (min-width: 992px){
.container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 960px;
	}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
  }
}
@media (min-width: 1220px){
.container {
    max-width: 1200px;
  }
}
/**/

/*heard*/
header {
    position: relative;
}
header .separator {
    height: 20px;
    border-left: 1px solid #e7e7e7;
    margin: 0 10px;
}
@media (max-width: 767px){
.header .separator {
    display: none;
  }
}
.header a {
    color: inherit;
}
.header-top {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .025em;
}
header .container, header .container-fluid {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative;
}
.header-center, .header-right {
    margin-left: auto;
}
.header-left, .header-center, .header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-contact {
    align-items: center;
    text-transform: uppercase;
}
.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #222529;
    padding: 1rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}
@media (min-width: 992px){
.mobile-menu-toggler {
    display: none;
  }
}
/**/

/*buttons*/
.btn {
    transition: all .3s;
    text-transform: uppercase;
    padding: 1.85rem 4.2rem;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    line-height: 1.429;
}
.btn-dark {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    box-shadow: none;
}
/**/

/*dropdowns*/
.header-menu:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1151;
    margin-left: -9px;
    margin-top: -1rem;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-1rem);
}
.header-dropdown:hover .header-menu:before, .header-dropdown:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.header-dropdown {
    position: relative;
    line-height: 1.5;
    padding: 5px 0;
}
.header-dropdown>a {
    padding: 0 5px;
}
.header-dropdown>a:after {
    content:none;
}
.header-dropdown img {
    display: inline-block;
    max-width: none;
    margin: -2px 6px 0 1px;
}
.header-dropdown ul {
    position: absolute;
    top: -300rem;
    z-index: 1150;
    min-width: 100%;
    margin: 0;
    padding: 0.5rem 0;
    background: #fff;
    box-shadow: 0 29px 29px rgba(0,0,0,0.1);
    transition: transform .2s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
}
.header-dropdown ul a {
    display: block;
    padding: 0.5em 1.5em;
    color: #777;
    white-space: nowrap;
}
.dropdownmenu-wrapper {
    position: relative;
    background-color: #fff;
    padding: 1rem 1.5rem 0.5rem;
    box-shadow: 0 5px 8px rgba(0,0,0,0.15);
}
.cart-dropdown .dropdown-menu, .compare-dropdown .dropdown-menu {
    display: block;
    left: 0;
    top: -999rem;
    width: 300px;
    padding-top: 10px;
    z-index: 100;
    font-size: 1.1rem;
    color: #696969;
    border: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s;
}
.dropdown-cart-header, .dropdown-cart-total {
    padding: 0.3rem 1rem;
    color: #474747;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
}
.dropdown-cart-total {
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
}
.dropdown-cart-total .cart-total-price {
    margin-left: auto;
    font-size: 1.5rem;
}
.dropdown-cart-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2rem 1rem 1.5rem;
}
.dropdown-cart-action .btn {
    padding: 1.4rem 2.5rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    letter-spacing: .025em;
}
.dropdown-cart-header {
    border-bottom: 1px solid #e6ebee;
    color: #696969;
    font-size: 1.3rem;
}
.dropdown-cart-header a {
    color: #474747;
}
.cart-dropdown .product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    padding: 1.6rem 1rem;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
}
.cart-dropdown .product-details {
    font-size: 1.3rem;
}
.cart-dropdown .product-title {
    padding-right: 1.5rem;
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 19px;
}
.cart-dropdown .product-title a {
    color: #696969;
}
.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    margin: 0;
    margin-left: auto;
    border: 1px solid #ededed;
}
.cart-dropdown .product-image-container img {
    object-fit: none;
}
.cart-dropdown .btn-remove {
    position: absolute;
    top: -9px;
    right: -3px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: inherit;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    text-align: center;
    line-height: 2rem;
}
.cart-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    padding-top: 8px;
}
.cart-dropdown .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -12px;
    right: 28px;
    border: 10px solid;
    border-color: transparent transparent #fff;
}
@media (min-width: 992px){
.dropdown-expanded ul {
    position: static;
    display: flex;
    display: -ms-flexbox;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
.dropdown-expanded ul a {
    padding: 0;
    color: inherit;
  }
.dropdown-expanded .header-menu ul {
    transform: none;
  }
.dropdown-expanded>a, .dropdown-expanded .header-menu:before {
    display: none;
  }
}

/**/

/*menu*/
.menu, .menu li, .menu ul, .menu ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}
.menu>li {
    float: left;
    position: relative;
    margin-right: 2.8rem;
}
.menu li>a {
    display: block;
    padding: 0.8rem 1.8rem;
    transition: .2s ease-out;
    color: #777;
}
.menu>li>a {
    padding: 1rem 0;
    font-size: 13px;
    font-weight: 400;
    color: #555;
}
.main-nav .menu {
    text-transform: uppercase;
    font-size: 13px;
}
.main-nav .menu>li>a {
    font-size: 12px;
    font-weight: 700;
    padding: 2.1rem 2.05rem;
    letter-spacing: -.01em;
    color: #fff;
    letter-spacing: -.01em;
}
.main-nav .menu>li:first-child a {
    padding-left: 0;
}
.main-nav .menu>li:not(.float-right):last-child, .main-nav .menu>li:not(.float-right)+li.float-right {
    margin-right: 0;
}
/**/

/*mobile-menu*/
.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu li {
    display: block;
    position: relative;
    border-bottom: 1px solid #242527;
}
.mobile-menu>li>a {
    text-transform: uppercase;
}
.mobile-menu li a {
    display: block;
    position: relative;
    margin-right: 4.5rem;
    padding: 1.1rem 0 1.1rem 1.5rem;
    color: #fff;
}
.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    transform: translateX(-100%);
    transition: all .25s;
    background-color: #1D1E20;
    font-size: 1.2rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50,50,50,0.65);
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto;
}
.mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0 3rem;
}
.mobile-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.4rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
}
.mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .25s;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.mobile-nav {
    margin: 0 0 2rem;
    padding: 0;
}
/**/

/*tabs*/
.nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 2px solid #e7e7e7;
}
.nav-tabs .nav-item {
    margin-bottom: -2px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #282d3b;
    color: #282d3b;
}
/**/

/*product*/
.product-default {
    color: #777;
    margin-bottom: 2rem;
}
.product-default a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-default .product-action {
    color: #333;
    text-align: center;
}
.product-default .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Open Sans",sans-serif;
    line-height: 1.35;
    letter-spacing: .005em;
    margin-bottom: 0.72rem;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-default .product-details {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.product-default .btn-icon-wish, .product-default .btn-quickview {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 0;
    transition: all .25s ease;
    transform: translateX(200%);
}
.product-list {
    display: flex;
    display: -ms-flexbox;
}
.left-details .product-details {
    -ms-flex-align: start;
    align-items: flex-start;
}
.left-details .btn-icon-wish, .left-details .btn-quickview, .left-details .btn-add-cart {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: black;
}
.left-details .btn-icon-wish, .left-details .btn-quickview {
    transform: none;
}
.product-list .product-details {
    max-width: calc(100% - 270px);
}
.product-list .product-title {
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Open Sans",sans-serif;
}
.product-list .product-description {
    display: -webkit-box;
    max-width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Open Sans",sans-serif;
    line-height: 24px;
    margin-bottom: 1em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-list .btn-icon-wish, .product-list .btn-quickview {
    opacity: 1;
    background-color: #fff;
    color: #333;
    border-color: #ddd;
    margin: 0 0 5px;
    line-height: 32px;
}
.divide-line.up-effect .product-default {
    padding-top: 5rem;
    margin: 0;
    transition: .3s;
}
.divide-line>.col-6:nth-child(n) {
    border-right: 0px solid rgba(0,0,0,0.09);
    border-bottom: 0px solid rgba(0,0,0,0.09);
}
/**/

/*product-page*/
.product-single-container {
    margin-bottom: 3rem;
}
.product-single-details .product-desc {
    margin-bottom: 4.2rem;
    font-size: 1.4rem;
    letter-spacing: -.015em;
    line-height: 1.92;
}
.product-single-tabs {
    margin-bottom: 5.5rem;
}
.product-single-tabs .nav.nav-tabs .nav-item .nav-link {
    color: #818692;
}
.product-single-tabs .nav.nav-tabs .nav-item .nav-link.active {
    color: #222529;
}
.product-single-tabs .nav.nav-tabs .nav-link {
    font-family: "Open Sans",sans-serif;
}
.product-single-tabs .nav.nav-tabs .nav-link:hover, .product-single-tabs .nav.nav-tabs .nav-link.active {
    border-bottom-color: #222529;
}
.product-single-gallery {
    margin-bottom: 3rem;
}
.product-single-tabs .tab-pane {
    padding-top: 3.5rem;
    color: #7b858a;
    line-height: 1.92;
}
.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    transition: all .5s;
    outline: none;
    opacity: 0;
    z-index: 1;
}
.product-slider-container:hover .prod-full-screen, .product-slider-container:hover .owl-prev, .product-slider-container:hover .owl-next {
    opacity: 1;
}
.prod-full-screen i {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer;
}
.product-desc-content p {
    margin-bottom: 2.2rem;
    letter-spacing: -.015em;
}
/**/

/*pagination*/
.toolbox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
}
.toolbox label {
    margin: 1px 1.2rem 0 0;
    color: #777;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
}
.toolbox .toolbox-show:not(:last-child) {
    margin-right: 1.6rem;
}
.toolbox, .toolbox-left, .toolbox-right, .toolbox-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.toolbox-pagination {
    border-top: 1px solid #efefef;
    padding-top: 2.5rem;
    margin-bottom: 3.5rem;
}
@media (min-width: 992px){
.toolbox-pagination {
    margin-bottom: 4rem;
  }
}
.toolbox-item {
    margin-bottom: 10px;
}
.toolbox-item:not(:last-child) {
    margin-right: 10px;
}
.toolbox-item.toolbox-sort {
    margin-right: 1.5rem;
}
.pagination {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: #706f6c;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: Poppins,sans-serif;
}
.page-item {
    margin-bottom: 0.5rem;
}
.page-item.disabled {
    display: none;
}
.page-item:not(:first-child) {
    margin-left: 0.5rem;
}
.page-item.active .page-link {
    color: #706f6c;
    background-color: transparent;
    border-color: #282d3b;
}
.page-link {
    border: 1px solid #ccc;
    padding: 0 0.5em;
    min-width: 2.2em;
    color: inherit;
    line-height: 2.1em;
    text-align: center;
}

.page-link i {
    font-size: 2rem;
}
span.page-link, .page-link-btn {
    border: 0;
}
/**/

/*side-menu*/
.side-menu li {
    position: relative;
}
.side-menu li>a {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 1.2rem 0;
    color: #777;
    font-weight: 600;
}
.side-menu li>a:hover{
	color:#282d3b;
}
.side-menu:after {
    content: '';
    position: absolute;
   /* width: 100%;*/
    height: 1px;
    margin-top: -1px;
    background: #fff;
}
/**/

/*supply*/
.side-menu-title {
    padding: 1.45rem 2rem;
    margin-bottom: 0;
    background: #f6f7f9;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.side-menu-title {
    padding: 1.45rem 2rem;
    margin-bottom: 0;
    background: #35393c;
    font-size: 1.4rem;
    text-transform: uppercase;
}

aside .widget-title,
.side-menu-title {
	color: #313131;
}

.side-menu-title {
	padding: 1.45rem 2rem;
	margin-bottom: 0;
	background: #f6f7f9;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.header-left,
.header-center,
.header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.toplogo1 img{ 
	width: 234px;
	height:65px;
}

.logo {
    max-width: 234px;
}

.widget-newslettersl{font-size:1.6rem; }

.nav-tabs .nav-item .nav-link {
    padding: 1.2rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #282d3b;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    font-family: Poppins,sans-serif;
    letter-spacing: .01rem;
    text-transform: uppercase;
}

.home-product-tabs .nav-item.show .nav-link, .home-product-tabs .nav-item:hover .nav-link, .home-product-tabs .nav-item .nav-link.active {
    color: #222529;
    border-color: #ee3d43;
}
.product-price {
		color: #282d3b ;
		font-size: 1.8rem;
		line-height: .8;
}	


.main-nav .menu>li:first-child a {
    padding-left: 0;
}
.main-nav .menu>li:hover>a, .main-nav .menu>li.show>a, .main-nav .menu>li.active>a {
    color: #ee3d43;
}
.new-nav1 .menu li a {
    font-size: 14px;
    font-weight: 700;
    padding: 2.1rem 2.05rem;
    letter-spacing: -.01em;
    color: #fff;
    letter-spacing: -.01em;
}	

.header-bottom {
    color: #fff;
    background: #126fce;
}

.bg-dark2 {
    background-color: #007bff !important;
}

.main-nav .menu>li:hover>a, .main-nav .menu>li.show>a, .main-nav .menu>li.active>a {
    color: #212529;
}


.inner-quickview figure .btn-quickview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.4rem;
    color: #fff;
    background-color: #007bff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .025em;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: none;
    margin: 0;
    border: none;
    transition: .25s;
}

.page-header {
    background: #1e4872;
    padding: 12rem 0 11.7rem;
}

.page-header {
    padding: 4.4rem 0 4.5rem;
    color: #222529;
    text-align: center;
}

.subtitle1 {
    font-family: Oswald;
    font-size: 3.0rem;
    line-height: 1.5625;
	text-align: center;
}

.page-header h1 {
    font-family: Oswald;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
}



.home-product-tabs .nav-item.show .nav-link, .home-product-tabs .nav-item:hover .nav-link, .home-product-tabs .nav-item .nav-link.active {
    color: #222529;
    border-color: #126fce;
}

.alert-success {
    color: #1d70ba;
    background-color: #f8f9fa;
    border-color: #8ebef7;
}

.info-box {
    display: flex;
    align-items: center;
    width: 100%;
    color: #8f8f8f;
    padding: 2.5rem 2.4rem 2rem;
}

.btn-add-cart1 {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
	padding: 0 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all .25s ease;
}

.add-cart1 {
    padding: 11px 48px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 24px;
}

.btn-dark1 {
    border-color: #007bff;
    background-color: #126fce;
    color: #fff;
    box-shadow: none;
}

.short-divider1 {
    width: 180px;
    height: 0;
    border-top: 2px solid #e7e7e7;
    margin: 0 0 1.5rem;
    text-align: left;
}

.select-custom {
    margin: 0;
    min-width: 13rem;
    flex: 0 0 13rem;
	background: #F5F6F8;
}

.product-title1 {
    font-size: 1.6rem;
	display: table-cell;
    vertical-align: middle;
}

.features-s1 {
    background-color: #fff;
}

.features-section1 {
    padding-top: 5.8rem;
    padding-bottom: 2.2rem;
}

.features-section1 {
    padding: 4.5rem 0 1rem;
    background-color: #126fce;
}

.info-box1 {
    display: flex;
    align-items: center;
    width: 100%;
    color: #ccc;
    padding: 2.5rem 2.4rem 2rem;
}

.form-control1 {
    border-radius: 0;
}
.header-search-category .topput1{border-radius: 0rem;}
.header-middle .search-border1 .header-search-inline .topbtn1{border:solid 2px #007bff; border-radius: 0rem;}


 .header-search-category .topput2 {
    border-radius: 0;
}   

.header-search-wrapper .btn1 {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    border-left: 1px solid #fff;
    min-width: 45px;
    color: #fff;
    font-size: 2rem;
    background: #126fce;
}

.subtitle1 {
    font-family: Oswald;
    font-size: 2.4rem;
    line-height: 1.5625;
    border-bottom: none;
    text-align: center;
}


.product-list .product-details {
    max-width: 100%;
}

a:hover {
   color: #0056b3; 
/*     text-decoration: underline; */
	 text-decoration: none;
}

.product-default .btn-icon-wish { 
    width: 100px;
		font-size: 0.5rem;
		font-weight: 700;
}

.left-details .btn-icon-wish:hover {
    background-color: #126fce;
    border-color: #126fce;
    color: #fff;
}

.toolbox-pagination {
  	border-top: 0;
		padding-top: 0;
}

.toolbox-pagination1 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 3.5rem;
}
/**/

/*spacing*/
.mb-3 {
    margin-bottom: 3rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}
/**/

/*category*/
.horizontal-filter {
    margin-bottom: 2rem;
    padding: 12px 12px 2px;
    background-color: #f4f4f4;
}
@media (min-width: 992px){
.horizontal-filter:not(.filter-sorts) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/**/

/*popup*/
@media (max-width: 991px)
.mfp-container {
    padding: 2rem;
}
/**/

/*forms*/
form {
    margin-bottom: 3.5rem;
}
.form-control {
    height: 6rem;
    margin-bottom: 1rem;
    padding: 2rem;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}
label {
    margin: 0 0 0.6rem;
    color: #000;
    font-family: Poppins,sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}
.select-custom {
    position: relative;
    margin-bottom: 1rem;
    background: #fff;
}
.select-custom:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
    /*font-family: 'porto';*/
    font-size: 1.5rem;
    content:none;
}
.select-custom select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    position: relative;
    z-index: 1;
    background: transparent;
}
@media (min-width: 768px){
form, .form-footer {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px){
form, .form-footer {
    margin-bottom: 5rem;
  }
}
/**/

/*search*/
.header-search {
    position: relative;
}
.header-search .form-control, .header-search select {
    margin: 0;
    border: 0;
    color: inherit;
    font-size: 1.3rem;
    height: 100%;
    box-shadow: none;
}
.header-search:not(.show) .header-search-wrapper {
    display: none;
}
.header-search-wrapper {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    right: -2.3rem;
    z-index: 999;
    margin-top: 10px;
    color: #8d8d8d;
    box-sizing: content-box;
    height: 40px;
    border-radius: 5rem;
    border: 5px solid #ccc;
}
.header-search-wrapper .select-custom {
    margin: 0;
    min-width: 13rem;
    flex: 0 0 13rem;
}
.header-search-wrapper .select-custom:after {
    font-size: 1.4rem;
    line-height: 0;
    right: 1.7rem;
}
.header-search .form-control, .header-search select {
    margin: 0;
    border: 0;
    color: inherit;
    font-size: 1.3rem;
    height: 100%;
    box-shadow: none;
}
.header-search-wrapper select {
    width: 100%;
    border-left: 1px solid #fff;
    padding-left: 1rem;
    padding-right: 1.7rem;
    line-height: 36px;
    color: inherit;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    outline: none;
}
.header-search form {
    margin: 0;
}
.header-search-category .form-control {
    border-radius: 5rem 0 0 5rem;
}
.header-search-inline .form-control {
    min-width: 21rem;
    padding: 1rem 2rem;
}
@media (max-width: 575px){
.header-search-wrapper {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 767px){
.header-search .form-control {
    min-width: 15rem;
  }
}
@media (min-width: 992px){
.header-search-inline .search-toggle, .header-search-inline .btn:after {
    display: none;
  }
.header-search-inline.header-search .header-search-wrapper {
    display: flex;
    display: -ms-flex;
    position: static;
    margin: 0;
    border-width: 0;
	}
}
/**/

/*demo-home*/
.header-search-wrapper {
    box-shadow: 0 5px 8px rgba(0,0,0,0.15);
}
.footer p {
    line-height: 20px;
}
@media (min-width: 992px){
.header-middle .header-search-inline .header-search-wrapper {
    box-shadow: none;
  }
}
/**/

/*demo-about*/
.about-section {
    padding: 3.5rem 0 3rem;
    font-size: 1.5rem;
    line-height: 2;
}
.gallery-section {
    padding: 5.5rem 0 4rem;
    background-color: #f1f1f1;
}
.features-section {
    padding: 4.5rem 0 1rem;
    background-color: #f1f1f1;
}
@media (min-width: 768px){
.features-section {
    padding-top: 5.8rem;
    padding-bottom: 2.2rem;
  }
}
/**/

/*font-icon*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/**/

/*clearfix*/
.menu:after {
    display: block;
    clear: both;
    content: '';
}
.header-search-wrapper:after {
    display: block;
    clear: both;
    content: '';
}
/**/

/*sticky-header*/
.sticky-header {
    background: #fff;
}
.sticky-header.fixed {
    position: fixed;
    right: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,0.08);
    z-index: 1040;
}
/**/

/*footer*/
footer {
    font-size: 1.3rem;
    color: #a8a8a8;
    background: #222529;
    line-height: 24px;    
}
footer a {
    color: inherit;
}
footer a:hover{
	text-decoration: none;
	color:white;
}
footer p {
    color: inherit;
}
footer .container {
    position: relative;
}
.footer-bottom .container:before {
    content: '';
    display: block;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    border-top: 1px solid #313438;
    padding-top: 1.5rem;
}
#scroll-top {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    color: #fff;
    background-color: #43494e;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 0 0;
    transition: all .3s, margin-right 0s;
    transform: translateY(40px);
}
#scroll-top.fixed {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
/**/

/*newstyle*/
.header-middle .search-border1 .header-search-inline .topbtn1 {
    border: solid 2px #007bff;
    border-radius: 0rem;
}
.header-search-category .topput1 {
    border-radius: 0rem;
}
.header-search-category .topput2 {
    border-radius: 0;
}
.header-search-wrapper .btn1 {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    border-left: 1px solid #fff;
    min-width: 45px;
    color: #fff;
    font-size: 2rem;
    background: #126fce;
}
.header-bottom {
    color: #fff;
    background: #126fce;
}
.mulu-ol01{
	  display: flex;
    align-items: center;
    justify-content: space-between;
}
.subtitle1 {
    font-family: Oswald;
    font-size: 2.4rem;
    line-height: 1.5625;
    border-bottom: none;
    text-align: center;
}
.nav-tabs .nav-item .nav-link {
    padding: 1.2rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #282d3b;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    font-family: Poppins,sans-serif;
    letter-spacing: .01rem;
    text-transform: uppercase;
}
.features-s1 {
    background-color: #fff;
}
.features-section1 {
    padding: 1.5rem 0 1rem;
    background-color: #126fce;
}
.xzkd01{
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 420px){
.xzkd01{
		max-width: 22em;
	}	
}
@media (max-width: 380px){
.xzkd01{
		max-width: 20em;
	}	
}

@media (max-width: 720px){
.mfhyts{
		display:none;
	}	
}
@media (min-width: 768px){
.divide-line>.col-md-3:nth-child(n) {
    border: 0 !important;
  }
.divide-line>.col-6:nth-child(n)  {
	  border: 0 !important;
	}
}
/**/
/*font-size&weight*/
.fs-12{
	font-size:1.2em !important;
}
.fs-15{
	font-size:1.5em !important;
}
.fs-20{
	font-size:2em !important;
}

.fw-b{
	font-weight:bold;
}
/**/
/*flex*/
.dis-flex{
	display:flex;
}
.dis-none{
	display:none;
}
.dis-block{
  display:block !important;
}
.dis-inline{
  display:inline;
}
.dis-inline-flex{
	display: inline-flex;
}
.align-start{
	align-items: flex-start;
}
.align-center{
	align-items: center;
}
.align-end{
	align-items: flex-end;
}
.align-baseline{
	align-items: baseline;
}
.content-center{
	align-content: center;
}
.justify-content-around{
  justify-content:space-around;;
}
.justify-content-between{
  justify-content: space-between;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-start {
  justify-content:flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.justify-direction-column{
  flex-direction: column;   
}
.flex-row{
	flex-direction: row;
}
.flex-wrap{
	flex-wrap: wrap;
}
/**/
