@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #777;
}

a:hover {
    color: #ff0000;
}

a i:hover {
    color: #ff0000;
}

p,
i {
    color: #777;
    font-size: 1.6rem;
}

span {
    color: #777;
}

h1,
h2,
h3 {
    margin-bottom: 1rem;
}

input {
    font-size: 1.6rem;
}
option{
    font-size: 1.6rem;
}
/* TOp Header header-top */

.header-top {
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    color: #777;
    margin-bottom: .1rem;
    border-bottom: rgb(214, 214, 214) solid 1px;
}

.header-top a {
    font-size: 1.3rem;
}

.topbar__header {
    display: flex;
    align-items: center;
}

.header-dropdown {
    position: relative;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.header-dropdown>a,
.header-dropdown>span {
    position: relative;
    display: inline-flex;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: 2.2rem;
    align-items: center;
    text-transform: uppercase;
    color: #777;
}

.header-dropdown>a:hover {
    color: #ff0000
}

.header-dropdown>a::after,
.header-dropdown>span::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -.7rem
}

.header-dropdown a:hover,
.header-dropdown a:focus {
    text-decoration: none
}

.header-menu {
    position: absolute;
    left: -1.5rem;
    top: 100%;
    z-index: 20;
    padding-top: .6rem;
    padding-bottom: .6rem;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgb(51 51 51 / 5%), -2px 5px 8px rgb(51 51 51 / 5%);
    transition: all .25s;
    margin-top: 1px;
}

.header-dropdown:first-child .header-menu {
    left: 0
}

.header-menu:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    position: absolute;
    top: -1px;
    left: 0
}

.header-dropdown:hover>.header-menu,
.header-dropdown:focus>.header-menu {
    visibility: visible;
    opacity: 1
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-menu ul li {
    margin: 0
}

.header-menu ul a {
    padding: .3rem 1.5rem;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header-menu a {
    color: inherit
}

.header-menu a:hover,
.header-menu a:focus {
    color: #ff0000
}


/* Header Right header-right*/

.header-left,
.header-right {
    display: flex;
    align-items: center;
}

.header-right {
    margin-left: auto;
    align-self: stretch;
    position: relative;
}

.top-menu {
    text-transform: uppercase;
    letter-spacing: -.01em;
    margin: 0;
}

.top-menu>li>a {
    display: none;
}

.top-menu ul {
    display: flex;
    align-items: center;
}

.top-menu ul li {
    margin-left: 2.6rem;
}

.top-menu li a:hover,
.top-menu li a:focus {
    color: #ff0000
}


/* Middle Header header-middle */


/* .middle_part {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.middle_part {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-rows: 95px;
    grid-template-columns: 1fr 1fr 1fr;
}

.middle_part .toggle-menu {
    justify-self: start;
    position: relative;
}

.middle_part .brand {
    justify-self: center;
}

.middle_part .search-engine {
    justify-self: self-end;
}

.toggle_bars {
    cursor: pointer;
}

.toggle_bars .icon_bars {
    height: 1px;
    background: #777;
    display: block;
    margin-bottom: 8px;
}

.toggle_bars .top_bar {
    width: 30px;
}

.toggle_bars .middle_bar {
    width: 20px;
}

.toggle_bars .bottom_bar {
    width: 10px;
}

.brand-view img {
    max-width: 100%;
}

.header-search {
    width: 350px;
}

.search-toggle {
    margin: 7px 20px 0 0;
}

.header-search .header-search-wrapper {
    display: flex;
    border-radius: 20px;
    background-color: #fff;
    border: none;
    border-radius: 20px;
}

.header-search .form-control {
    padding: .9rem 1rem .9rem 2.3rem;
    font-size: 1.5rem;
    width: 100%;
    height: 38px;
    line-height: 20px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    visibility: hidden;
}

.header-search .show {
    border: .1rem solid #ebebeb;
}

.show .form-control {
    visibility: visible;
}


/* Banner */

#banner {
    background-image: url('../img/brands/banner.png'), linear-gradient(to right, #d8ad2a, #d46028);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-search-engine {
    /* border: solid; */
    margin: auto 0;
    display: flex;
    background-color: #fff;
    border: .1rem solid #ebebeb;
    width: 70%;
    margin: 0 auto;
    padding: 2px 10px;
    border-radius: 5px;
}

.banner-search-engine form {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner-search-engine form input[type=text] {
    padding: 10px 2px;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
}

.banner_search_btn {
    padding: 0 12px 0 6px;
}


/* most-popular */

#most-popular {
    margin-top: 6rem;
}

.categrize-controle {
    display: flex;
    justify-content: space-evenly;
}

.categrize-controle a {
    margin: 0 1.5rem;
    color: #ffffff;
    background-color: #717171;
    padding: .75rem 2rem;
    line-height: 2rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.categrize-controle a:hover {
    background-color: #454545;
}

.categrize-controle a>img {
    margin-right: 0.8rem;
}

.popular-titles {
    margin: 5rem 0;
    display: flex;
    justify-content: space-between;
}

.popular-titles a {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: underline;
}

.popular-titles .title-text {
    text-decoration: none;
}

.popular-titles .title-text:hover {
    color: #777;
    cursor: context-menu;
}


/* Popular Product Slider */

.slick-item {
    padding: .8rem;
    background-color: #fff;
}

.popular-item {
    padding: .8rem;
    background-color: #fafafa;
}

.popular-item .popular-img {
    padding: 1.5rem;
    height: 200px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.popular-item .popular-img img {
    width: 100%;
    margin: auto;
    vertical-align: middle;
    display: inline;
}

.popular-item-title {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}

.title-tag {
    font-size: 1.4rem;
}

.price {
    color: #ff0000;
}


.slick-dotted.slick-slider {
    margin-bottom: 90px;
}


/* popular-brands */

.popular-brands {
    margin: 6rem 0 5rem 0;
}

.popular-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.brand-item {
    width: 25%;
}

.brand-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.brand-item:hover {
    background-color: #dfdfdf;
}

.brand-img img {
    width: 35%;
}

.brand-item-title {
    margin: 1rem 0;
}

.brand-item-title a {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    color: #293341;
}

#popular-brand-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#popular-brand-cat .popular-brand-list {
    width: 15%;
    text-align: center;
    /* margin-bottom: 4rem; */
}

.popular-brand-list img {
    width: 15%;
}

#popular-brand-cat .popular-brand-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}

#popular-brand-cat .popular-brand-img img {
    width: 85%;
    margin: 0 auto;
}



/* mobile-app */
#mobile-app {
    margin: 3.5rem 0;
    padding: 3rem 0;
    background-color: #000000;
}

#mobile-app a,
#mobile-app span,
#mobile-app p,
#mobile-app h1,
#mobile-app li {
    color: #fff;
}

#mobile-app .mobile-container {
    width: 85%;
    margin: 0 auto;
    padding: 0 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a0a0a;
}

.text-container .rating {
    margin-bottom: 1rem;
}

.text-container .rating span {
    font-size: 1.6rem;
    font-weight: 600;
}

.text-container .rating span:first-child {
    padding-right: 0.5rem;
}

.text-container .rating+ul {
    padding-left: 0;
    font-size: 1.4rem;
    list-style-type: disc;
    list-style-position: inside;
}

.text-container ul+a {
    color: #777 !important;
}

.text-container ul+a:hover {
    text-decoration: underline;
}

.app-store-img {
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 3rem;
}

.app-store-img img {
    margin-bottom: 1rem;
}

.mobile-img-container {
    padding: 3rem;
}

.mobile-img-container img {
    width: 88%;
}




/* news-alert */
#news-alert {
    margin: 3rem 0;
}

#news-sidebar {
    padding-right: 2rem;
}

.news-title {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.news-list ul {
    margin-bottom: 3.5rem;
}

.news-list ul li a {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(97, 97, 97);
}

.news-list ul li a:hover {
    color: #ff0000;
}

.news-list ul li {
    border-bottom: 1px solid rgb(119, 119, 119);
}

.news-list ul li p {
    font-size: 1.2rem;
}

.news-list .browse-all {
    text-transform: uppercase;
    text-decoration: underline;
}

/* catalogue news */
.news-catalogue-list {
    display: grid;
    grid-template-rows: 300px 300px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 1.3rem 1.3rem;
    grid-auto-rows: 300px;
}

.news-products {
    padding: 1rem;
    border: solid 1px rgb(235, 235, 235);
}

.catalogue-title {
    display: flex;
    justify-content: space-between;
}

.catalogue-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}

.catalogue-img img {
    padding: 1rem;
}

.catalogue-description {
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    text-transform: capitalize;
    overflow-y: hidden;
}

.bid-btn {
    padding: .6rem 1.5rem !important;
    font-size: 1.4rem;
}

/* follow-us */
#follow-us {
    margin: 10rem 0;
}

.follow-us-title {
    margin: 0 auto;
    width: 270px;
}

.follow-us-title h1 {
    font-family: sans;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 900;
    color: #656565;
}

.follow-us-title h1::after {
    content: "";
    display: block;
    width: 40%;
    height: 3px;
    background: #474c53;
    margin: 1.5rem auto 0 auto;
}

.follow-us-container {
    margin: 6rem 0 0 0;
    display: grid;
    grid-template-rows: 180px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 10px 10px;
    grid-auto-rows: 180px;
}

.follow-box {
    background-color: #656565;
    position: relative;
}

.social-instagram-1 {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #474c53;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-instagram-1 i {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
}

.follow-box:hover .social-instagram-1 {
    visibility: visible;
    opacity: 1;
}


/* footer */
footer {
    background-color: #444444;
    padding: 5.5rem 0 0 0;
}

.footer-site a,
.footer-site p,
.footer-site span {
    color: #e4e9ee;
}

.site-logo p {
    margin-top: 1.6rem;
}

.site-logo {
    margin-bottom: 4rem;
}

.mail .main-input {
    display: flex;
    align-items: center;
    border: solid 1px #e4e9ee;
}

.mail .main-input {
    border: solid 1px #e4e9ee;
    font-size: 1.6rem;
    padding: .5rem 2rem;
}

.mail .main-input input[type=text] {
    color: #e4e9ee;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.mail .main-input span {
    padding-left: 2rem;
}

.ft-common h3 {
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    font-size: 1.7rem;
}

.ft-common h3,
.ft-common a {
    color: #e4e9ee;
}

.ft-common a {
    text-transform: capitalize;
}

.ft-common a:hover {
    text-decoration: underline;
    color: #ff0000;
}

.footer-copyright i {
    color: #e4e9ee;
}

.footer-copyright {
    border-top: 1px solid #e4e9ee;
    margin-top: 1.5rem;
    padding: 1.5rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft-socials ul {
    display: flex;
}

.ft-socials ul li {
    padding: 1rem;
}






/* Mobile Navigation  */
.mobile-menu-container {
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #333;
    width: 100%;
    max-width: 280px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.5;
    transition: all 0.4s ease
}

.mmenu-active .mobile-menu-container {
    visibility: visible;
    transform: translateX(280px)
}

.mobile-menu-container .social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.mobile-menu-container .social-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    background-color: transparent;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.45)
}
.mobile-menu-container .social-icon+.social-icon {
    margin-left: .8rem
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
    background-color: transparent
}
.mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0
}
.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: .7rem;
    right: 1rem;
    padding: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    transition: color .35s
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
    color: #ff0000
}
.mobile-menu-close i:hover,
.mobile-menu-close i:focus {
    color: #ff0000
}
.mobile-menu-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.25);
    z-index: 1000;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0
}
.mmenu-active .mobile-menu-overlay {
    visibility: visible;
    opacity: 1
}
.mobile-nav {
    padding: 0;
    margin: 0 0 2.5rem
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mobile-menu li {
    display: block;
    position: relative
}
.mobile-menu li a {
    position: relative;
    display: block;
    padding: 1rem 4.5rem 1rem 2rem;
    color: #fff;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08)
}
.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #ff0000;
    text-decoration: none;
    outline: none !important
}

.mobile-menu li.open>a,
.mobile-menu li.active>a {
    color: #ff0000
}

.mobile-menu li ul {
    margin: 0;
    padding: .7rem 0 .9rem;
    display: none;
    margin-bottom: 0;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08)
}
.mobile-menu li ul li a {
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 3.5rem;
    border-bottom: none
}

.mobile-menu li ul li a:not(:hover):not(:focus) {
    color: rgba(255, 255, 255, 0.8)
}
.mobile-menu li ul li:last-child ul {
    border-bottom: none;
    padding-bottom: 0
}

.mobile-menu li ul ul {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.08)
}

.mobile-menu li ul ul li a {
    padding-left: 5rem
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mobile-menu span:not(.mmenu-btn):not(.tip) {
    position: relative
}
.mmenu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 10;
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    color: #fff;
    margin-top: -1.5rem;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    transition: color 0.35s
}

.mmenu-btn::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: inline-block
}

.mmenu-btn:hover,
.mmenu-btn:focus {
    color: #ff0000
}

.open>a>.mmenu-btn::after {
    content: "\f077"
}
.mobile-search {
    margin: 1rem 0 1.5rem;
    padding: 0 2rem;
    display: flex;
    align-items: center
}



.mobile-menu-container .tab-content {
    padding: 0;
    margin: 0 0 2.5rem;
    border: none
}

.mobile-menu-container .tab-content .mobile-nav,
.mobile-menu-container .tab-content .mobile-cats-nav {
    margin-bottom: 0
}

.mobile-menu-container .tab-pane {
    padding: 0
}

.nav.nav-pills-mobile {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
    margin: 0 0 .2rem
}

.nav.nav-pills-mobile .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 0 -.1rem
}

.nav.nav-pills-mobile .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: .2rem solid transparent;
    background: none;
    padding: .8rem 2rem;
    transition: all .35s ease
}
.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
    color: #ff0000;
    border-bottom-color: #ff0000
}

.mobile-cats-nav .mobile-menu>li>a {
    text-transform: capitalize
}

.mobile-cats-menu li a {
    position: relative;
    display: block;
    padding: 1rem 4.5rem 1rem 2rem;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08)
}

.mobile-cats-menu li a.mobile-cats-lead {
    font-weight: 500;
    color: #fff
}

.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
    color: #ff0000;
    text-decoration: none;
    outline: none !important
}

.mobile-menu-light {
    background-color: #fff
}

.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .social-icon {
    color: #999;
    border-color: #999
}

.mobile-menu-light .mobile-menu li a {
    border-bottom-color: #efefef
}

.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .mobile-menu li.open>a,
.mobile-menu-light .mobile-menu li.active>a {
    color: #ff0000
}

.mobile-menu-light .mobile-menu li ul {
    border-bottom-color: #efefef
}

.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .mobile-menu li ul ul {
    border-top-color: #efefef
}

.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .mobile-search .form-control {
    color: #666;
    background-color: #fff;
    border-color: #e5e5e5
}

.mobile-menu-light .mobile-search .form-control::placeholder {
    color: #666
}

.mobile-menu-light .mobile-search .form-control:focus {
    color: #666;
    border-color: #ff0000;
    background-color: #fff
}

.mobile-menu-light .nav.nav-pills-mobile {
    border-bottom-color: #efefef
}

.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
    color: #333
}

.mobile-menu-light .mobile-cats-menu li a {
    border-bottom-color: #efefef
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead {
    color: #333
}
.search-icon{
    color: #fff;
}
.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.4s ease
}

.mmenu-active .page-wrapper {
    transform: translateX(200px)
}
.tip {
    color: #fff;
    display: block;
    position: absolute;
    left: 100%;
    bottom: 1.1rem;
    text-align: center;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: 0;
    padding: .3rem .1rem .1rem;
    min-width: 23px;
    z-index: 1;
    border-radius: 0;
    margin-left: .5rem;
    text-transform: uppercase;
    background-color: #ff0000
}

.tip.tip-new {
    background-color: #a6c76c
}

.tip.tip-hot {
    background-color: #ef837b
}
/*************************************
    End. Home Page Css
*************************************/



#shop-category{
    margin: 3rem 0;
}
.browse-banner-bg{
    background-color:#ccccd4;
    background: url('../img/brands/browse-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-text{
    width: 45%;
    padding: 4rem;
}
.banner-heading{
    padding-top: 3rem;
    font-size: 5rem;
    font-weight: 400;
}
.banner-text p{
    font-size: 1.6rem;
}
/* Browse Banner */
.filter-products-container{
    display: flex;
    justify-content: space-between;
}
.filter-products{
    width: 80%;
}
.filter-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.col-grid ul{
    display: flex;
    justify-content:space-between;
    width: 50px;
}
.col-grid ul li a i{
    font-size: 2rem;
    font-weight: 900;
}
.breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.6rem;
}
.breadcrumb li{
    font-size: 1.6rem;
}
.products-grid{
    margin-bottom: 3rem;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 1rem 1rem;
}

.pagination {
    border-radius: 0;
    align-items: center;
}
.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0 .3rem;
    line-height: 1;
    color: #706f6c;
    border-radius: .3rem;
    background-color: transparent;
    border: .1rem solid transparent
}


.page-link i {
    font-size: 1.5rem
}

.page-link.page-link-prev {
    margin-right: 1.7rem
}

.page-link.page-link-prev i {
    margin-left: 0;
    margin-right: 1rem
}
.next-page-link-li{
    margin-left: 1rem
}

.page-link.page-link-next i {
    margin-left: 1rem;
    margin-right: 0
}

.page-link.page-link-prev,
.page-link.page-link-next {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 70px
}

.page-link:hover,
.page-link:focus {
    box-shadow: none;
    color: #dc3545;
    border-color: #ebebeb;
    text-decoration: none;
    background-color: transparent;
    outline: none !important
}

.page-item-total {
    color: #cccccc;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 1.2rem
}

.page-item+.page-item {
    margin-left: .4rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.page-item.active .page-link {
    border-radius: 2px;
    background-color: transparent;
    border-color: #ebebeb
}

.page-item.disabled .page-link {
    border-color: transparent;
    
}
.pagination li.active{
    border-radius: 2px;
    background-color: #dc3545;
}





/* sidebar */
#sidebar{
    width: 20%;
    text-transform: uppercase;
}
.widget-area{
    margin-bottom: 2.5rem;
}
.widget-sizes .nav-category ul{
    display: flex;
    flex-wrap: wrap;
}

.widget-sizes .nav-category ul li a{
    background-color: rgb(233, 233, 233);
    display: block;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px 10px 0px 0px;
}
.widget-release-year .nav-category ul li a{
    margin-right: 1.5rem;
}
.widget-release-year .nav-category ul li:nth-child(1) a{
    margin-right: .8rem;
}
/* Category Column 4,2 Page Content */

/*******************************
    End. Category page css
********************************/

#latest-news-banner{
    background-image: url('../img/brands/latest-news-banner.png'), linear-gradient(to right, #a90019, #490002);
    background-position: center;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;  
    
}
.latest-news-slider{
    width: 60%;
}
.latest-news-slider .latest-news-title,
.latest-news-slider .latest-news-subtitle{
    font-family: 'Bebas Neue', sans-serif; 
    font-size: 8rem;
    line-height: 5.5rem;
}
.latest-news-slider .latest-news-title{
    color: #fff;
}
.latest-news-slider .latest-news-subtitle{
    color: #a60018;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-size: 7rem;
}
.latest-news-slider p{
    color:#fff;
}
.latest-news-slider a{
    color:#fff;
    font-weight: 600;
}
.latest-news-slider a:hover{
    text-decoration: underline;
}

/* visiting voice slider */
.visiting-voice-container{
    margin: 8rem 0 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-controles{
    width: 25%;
}
.slider-controles img{
    width: 108%;
    z-index: -25;
}
.vv-slider-container{
    text-transform: uppercase;
    width: 75%;
}
.vv-slider-title h1{
    font-weight: 700;
}
.vv-slider .vv-profile-bdr{
    padding: .5rem;
}
.vv-slider .profile-vv{
    background-color: #ecebeb;
}
.vv-img img{
    border: solid 3px gray;
    width: 100%;
}
.vv-title{
    padding: .8rem;
    text-align: center;
}
.vv-title h3{
    margin-bottom: 0;
}
.vv-title p{
    font-size: 1.3rem;
    margin-bottom: 0;
}

.slick-list {
    padding-left: 0px!important;
}
.vv-slider .slick-prev{
    position:absolute;
    top:20px;
    left: -140px;
    font-weight: bold;
}
.vv-slider .slick-next{
    position:absolute;
    top:20px;
    left: -100px;
    font-weight: bold;
}
.vv-slider .slick-next::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f178";
}
.vv-slider .slick-prev::before{
    font-family: "Font Awesome 5 Pro";
    content: "\f177";
}
.vv-slider .slick-prev:hover:before,
.vv-slider .slick-next:hover:before {
    color:#dc3545 !important;
}
.vv-slider .slick-prev:focus:before,
.vv-slider .slick-next:focus:before {
    color:#dc3545 !important;
}

/* Latest News */
#latest-news{
    margin: 8rem 0;
}
.search-news{
    margin: 0 auto;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 80%;
    border: .1rem solid #ebebeb;
}
.search-news a{
    padding-left: 1rem;
}
.search-news form{
    width: 100%;
}
.search-input{
    width: 100%;
    padding: 1rem 1.6rem 1rem .8rem;
    display: block;
    border:none;
    outline: none;
}
.latestNews-title{
    text-align: center;
    margin: 8rem 0;
    font-weight: 700;
}

.news-boxe-lis{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 2.5rem 2.5rem;
    margin-bottom: 3rem;
}
.news-box .news-img img{
    width: 100%;
}
.lt-news-title{
    padding: .5rem 0;
}
.lt-news-title a{
    font-size: 1.8rem;
    font-weight: 600;
}
.lt-news-title p{
    font-size: 1.3rem;
    text-transform: uppercase;
}


/* End. Latest News */
.news-toggle{
    margin-bottom: 2rem;
}

.mega-menu{
    position: absolute;
    top: -17px;
    left: -17px;
    width: 940px;
    height:450px;
    display: flex;
    justify-content:space-between;
    align-items: flex-start;    
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}
.mmenu-new-active{
    visibility: visible;
    opacity: 1;

}
.mega-menu-list{
    padding: 1.5rem;
    width: 29.7%;
    background:rgb(255, 255, 255);
    border: solid 2px rgb(243, 243, 243);
    height:100%;

}
.mega-menu-slider{
    width: 70%;
    height:100%;
    background:rgb(255, 255, 255);
    border: solid 2px rgb(243, 243, 243);
    padding: 1.5rem;
}
#news-nav ul{
    height: 350px;
    overflow: auto;
}
#news-nav ul li a{
    display: block;
    padding: .25rem 0;
}
.news-mega-menu-slider{
    margin-top: 3.5rem;
    height:100%;
    width: 100%;
}
.mega-menu-slider-list {
    height: 350px;
    display: flex;
}   
.mega-menu-slider-list img{
    width: 100%;
}


.best-shoes{
    margin: 7rem 0;
    background-image: url('../img/components/shape-2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 220px 300px;
}
.best-shoes-bg{
    background-image: url('../img/components/shape-3.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300px 300px;
}
.best-shoes-container{
    display: flex;
    justify-content:center;
    align-items:center;
}
.shoes-text-container{
    background-color: #f5f5f5;
    width: 50%;
    text-align: right;
    padding: 2rem;
}
.shoes-text-container h1{
    font-size: 3.5rem;
    font-weight: 700;
}
.shoes-text-container .btn-shoes{
    border: solid 1px #9e9e9e;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    display: inline-block;
}
.shoes-text-container .btn-shoes:hover{
    border: solid 1px #dc3545;
    color: #dc3545;
}
.shoes-cont{
    width: 50%;
}
.shoes-img-container{
    background-image: url('../img/components/shape-4.png');
    background-position: -65px center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.shoes-img-container .shoe-img{
    padding: 8rem 0 10rem 0;
    width: 80%;
    margin: 0 auto;
}
.shoes-img-container .shoe-img img{
    width: 100%;
}

.games-img-container{
    background-position: 25px center;
}
.games-img-container .game-img {
    padding: 10rem 0 10rem 0;
}
.top-games-container .shoes-text-container{
    text-align: left;
}
.top-games{
    margin: 7rem 0;
    background-image: url('../img/components/shape-6.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 200px 300px;
}
.best-game-bg{
    background-image: url(../img/components/shape-5.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 300px 300px;
}

/* Latest Stories */
.latest-stories-text{
    margin: 5rem 0;
}
.latest-stories-text h1,
.latest-stories-text p{
    text-align: center;
    text-transform: uppercase;
}
.latest-stories-text h1{
    font-weight: 700;
}
.latest-story{
    display: flex !important;
    flex-direction: column;
}
.topside-story{
    height: 400px;
    display: flex;
    align-items: flex-end;
    padding: .4rem;
    overflow-y: hidden;
}
.downside-story{
    padding: .4rem;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: flex-start;
    overflow-y: hidden;
}
.topside-story,
.downside-story{
    width: 100%;
}
.topside-story a,
.downside-story a{
    display: block;
    width: 100%;
}
.topside-story img,
.downside-story img{
    width: 100%;
}


/* End. News page Css */
.breadcrumbs-social{
    display: flex;
    justify-content:space-between;
    align-items:center;
}
.social-btns a{
    color: gray;
    display: inline-block;
    border: solid 1px gray;
    padding: .2rem .4rem;
}
.social-btns a i{
    color:#777;
}
.product-title-text{
    padding: 1.2rem 0;
}
.product-title-text h1{
    margin-top: 1rem;
    font-size: 4rem;
    font-weight: 600;
}
.product-title-text p{
    color: #000;
    font-weight: 600;
}
.product-title-text .hot-text{
    color: #ff0000;
}
.product-title-text .hot-text:hover{
    text-decoration: underline;
}
.choices{
    visibility: hidden;
    opacity:0;
    background:rgb(255, 255, 255);
    border: solid 2px rgb(243, 243, 243);
    position: absolute;
}
.choices ul li a{
    display: block;
    padding: .1rem 1rem;
}
.size-choice h1{
    cursor:pointer;
}
.choice-active{
    visibility: visible;
    opacity: 1;
}
.product-biding{
    display: flex;
    justify-content:space-between;
    align-items:center;
}
.product-sizes,
.sale-tag,
.bid-container,
.inner-shell{
    display: flex;
    justify-content:center;
    align-items: center;
}
.product-sizes .sizes{
    margin-right: 1.5rem;
    border-right: solid 1px gainsboro;
    padding-right: 5rem;
}

.sale-tag .total-sale-representing{
    padding: 0 2rem 0 5rem;
}
.sale-tag .total-sale-representing h3{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: .1rem;
}
.sale-tag .total-sale-representing a{
    font-size: 1.4rem;
    font-weight: 600;
}
.sale-tag .total-sale-representing a:hover{
    text-decoration: underline;
}
.product-sizes p{
    font-weight: 700;
    margin-bottom: .1rem;
}
.product-sizes span{
    font-weight: 700;
    font-size: 1.3rem;
}
.bid-card{
    background:rgb(243, 243, 243);
    padding: 1rem;
    border-radius: .5rem;
}
.inner-shell h3,
.inner-shell h4,
.inner-shell span{
    color: #fff;
}
.inner-shell span{
    font-weight: 600;   
    font-size: 1.2rem;
}
.inner-shell .bid-left{
    padding-right: 3.5rem;
}
.lowest-bid{
    margin-right: 1.5rem;
    background-color: #296242;
}
.highest-bid{
    background-color: #ff0000;
}
.sale-percentage p,
.sale-percentage i{
    color: #ff0000;
}
.products-descriptions{
    margin: 3.5rem 0;
}
.short-desc span{
    color: #000;
    font-weight: 600;
}
.service-guarantee-img{
    text-align: center;
}
.size-choice h1{
    position: relative;
}
.size-choice h1 select{
    position: absolute;
    top: -10px;
    left: 0;
    padding: 1rem 0;
    background: none;
    border: none;
    outline:none;
    color: transparent;
}
.size-choice h1 select option{
    color: #777;
    padding: .2rem 0;
}
.size-choice h1 select option:hover,
.size-choice h1 select option:focus{
    background: #777 !important;
}


.single360-product-slider .slider360-img{
    margin: 0 auto;
    width: 70%;
}
.single360-product-slider .slider360-img img{
    width: 100%;
    margin: 0 auto;
}
.spin360-slider{
    position: relative;
}
.ccenter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 150%);
    width:800px;
}
.ccenter img{
    width: 100%;
}

.popular-product{
    margin: 4rem 0 !important;
}
#analysis{
    background-color: #343434;
    margin-top: 4rem;
}
.analysis-container{
    padding: 5.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.analysis-box{
    display: flex;
    justify-content:center;
    align-content: center;
    width: 30%;
    text-transform: uppercase;
}
.analysis-box h3,
.analysis-box p{
    margin-bottom: 0;
}
.analysis-box h3{
    color: #fff;
    font-weight: 600;
    line-height:1.5rem;
}
.weeks-img{
    width: 23%;
}
.weeks-text{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-content: center;
}
.weeks-text p{
    color:#ff641a;
}
.follow-ul-product{
    margin-top: 2px !important;
}