/*=================================================================================*/
/*=================================================================================*/
/*=================================================================================*/
/*==========================||---------------------------||========================*/
/*==========================|| Developed By Hossam Hilal ||========================*/
/*==========================||---------------------------||========================*/
/*====================================||------||===================================*/
/*====================================|| 2020 ||===================================*/
/*====================================||------||===================================*/
/*=================================================================================*/
/*=================================================================================*/

@font-face {
    font-family: 'JF Flat';
    src: url('../fonts/JFFlat-Regular.eot');
    src: url('../fonts/JFFlat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JFFlat-Regular.woff2') format('woff2'),
        url('../fonts/JFFlat-Regular.woff') format('woff'),
        url('../fonts/JFFlat-Regular.ttf') format('truetype'),
        url('../fonts/JFFlat-Regular.svg#JFFlat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JF Flat';
    src: url('../fonts/JFFlat-Medium.eot');
    src: url('../fonts/JFFlat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JFFlat-Medium.woff2') format('woff2'),
        url('../fonts/JFFlat-Medium.woff') format('woff'),
        url('../fonts/JFFlat-Medium.ttf') format('truetype'),
        url('../fonts/JFFlat-Medium.svg#JFFlat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/*==========================||---------------------------||========================*/
/*==========================||             Basic         ||========================*/
/*==========================||---------------------------||========================*/

body {
    font-family: 'JF Flat', sans-serif;
    overflow-x: hidden;
    direction: rtl;
    background: #FCFCFC;
}

a {
    text-decoration: none !important;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(#968AB2);
    z-index: -1;
    position: relative;
}

*::-webkit-scrollbar {
    width: 5px;
    background-color: var(#968AB2);
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ED1B24;
    max-height: 50px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section {
    overflow: hidden;
}

.stopScroll {
    overflow: hidden;
}

/*==========================||---------------------------||========================*/
/*==========================||            Buttons        ||========================*/
/*==========================||---------------------------||========================*/

.redBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ED1B24;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.redBtn:hover {
    background: #de030c;
}

.whiteBtn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ED1B24;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED1B24;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.whiteBtn:hover {
    color: #FFFFFF;
    background: #ED1B24;
}

.gradientBtn {
    background: transparent linear-gradient(107deg, #ED1B24 0%, #002A64 100%) 0% 0% no-repeat padding-box;
    border-radius: 18px;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.gradientBtn:hover {
    background: #ED1B24;
    color: #fff;
}

.greyBtn {
    background: #EDEDED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #585858;
    font-size: 17px;
    font-weight: 500;
}

.greyBtn:hover {
    background: #ED1B24;
    color: #fff;
}

.blueBtn {
    background: #002A64 0% 0% no-repeat padding-box;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.blueBtn:hover {
    background: #FF4646;
    color: #fff;
}

.opacityBtn {
    background: rgba(237, 27, 36, .15);
    color: #ED1B24;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.opacityBtn:hover {
    background: #ED1B24;
    color: #fff;
}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/

.headerTop {
    background: #002A64 0% 0% no-repeat padding-box;
}

.headerTopWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerTopUser>* {
    padding: 14px 20px;
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.headerTopUser img {
    margin-inline-end: 10px;
    width: 20px;
    height: 20px;
}

.headerTopUser>*:hover {
    background: #ED1B24;
    color: #fff;
}

.dropBox {
    display: inline-flex;
    align-items: center;
    padding: 13px 10px;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.dropBox span {
    padding: 0 10px;
}

.dropBox select {
    appearance: inherit;
    width: 40px;
    background: transparent;
    color: inherit;
    border: 0;
    padding: 0 5px;
}

.dropBox::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropBox select:focus {
    box-shadow: none;
    outline: 0;
}

.dropBox select option {
    color: #000;
    text-align: center;
}

.userDrop {
    position: relative;
}

.userDropDown {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 198px;
    box-shadow: 0px 10px 18px #C0C0C063;
    border-radius: 8px;
    z-index: 2;
    display: none;
}

.userDropDown a {
    display: flex;
    align-items: center;
    padding: 18px 15px;
    color: #8E8E8E;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
}

.userDropDown a:hover {
    background: #ED1B24;
    color: #fff;
}

.userDropDown a:hover img {
    filter: brightness(0) invert(1);
}

.userDrop:hover .userDropDown {
    display: block;
}

.headerMiddle {
    background: #fff;
}

.headerMiddleBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.headerFilter {
    display: flex;
    border: 1px solid #E9E9E9;
    border-radius: 25px;
    overflow: hidden;
    height: 48px;
}

.headerFilterCats {
    display: flex;
    align-items: center;
    position: relative;
}

.headerFilterCats::before {
    content: '';
    background: #E9E9E9;
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    left: -7px;
}

.headerFilterCats .filterToggle {
    width: 20px;
    height: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 15px;
}

.headerFilterCats .filterToggle span {
    width: 100%;
    height: 2px;
    background: #002A64;
    display: block;
}

.headerFilterCats:hover .filterToggle span {
    background: #ED1B24;
}

.headerFilterCats select {
    padding: 0 50px 0 0;
    color: #3A3A3A;
    font-size: 12px;
    border: 0;
    z-index: 1;
    background: transparent;
    cursor: pointer;
}

.headerFilterCats select:focus {
    box-shadow: none;
    outline: 0;
}

.headerFilterCats:hover option:selected {
    color: #ED1B24;
}

.headerFilter input {
    margin: 0 15px;
    height: 45px;
    font-size: 13px;
    min-width: 260px;
    border: 0;
}

.headerFilter input::placeholder {
    color: #E9E9E9;
}

.headerFilter input:focus,
.headerFilter input:active {
    border: 0;
    box-shadow: none;
    outline: 0;
}

.headerFilter .redBtn {
    border: 0;
    width: 75px;
    height: 48px;
}

.userIcons {
    display: flex;
    align-items: center;
}

.headerCart {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #3A3A3A;
    cursor: pointer;
}

.headerCartIcon {
    width: 48px;
    height: 48px;
    background: #ED1B24 0% 0% no-repeat padding-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerCartIcon:hover {
    background: #002A64;
}

.headerCart label {
    margin: 0 15px;
    cursor: pointer;
}

.headerCart:hover {
    color: #ED1B24;
}

.headerNotifications {
    width: 48px;
    height: 48px;
    background: #ED1B24 0% 0% no-repeat padding-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin: 0 0 0 20px;
}

.headerNotifications:hover {
    color: #fff;
    background: #002A64;
}

.headerNav {
    background: #002A64 0% 0% no-repeat padding-box;
}

.headerNav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 50px;
    margin-left: 20px;
    padding: 0 15px;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.headerNav a:hover {
    background: #ED1B24;
}

.headerNav .active a {
    background: #ED1B24;
    border-radius: 25px;
}

.headerSlider {
    position: relative;
}

.owlHeader .item {
    height: 475px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owlHeaderData {
    max-width: 350px;
    text-align: center;
}

.owlHeaderData h1 {
    font-size: 40px;
    line-height: 60px;
    color: #ED1B24;
}

.owlHeaderData .whiteBtn {
    margin: 60px auto 0;
    height: 65px;
    width: 300px;
    font-size: 25px;
}

.owlHeader .owl-nav>div {
    width: 56px;
    height: 56px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A1A1A1;
    border-radius: 28px;
    color: #A1A1A1;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 28px);
}

.owlHeader .owl-nav>div:hover {
    color: #ED1B24;
    border-color: #ED1B24;
}

.owlHeader .owl-nav .owl-prev {
    right: 6%;
}

.owlHeader .owl-nav .owl-next {
    left: 6%;
}

.sliderProgress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #ED1B24;
}

.navBtn {
    display: none;
}

.headerOverlay {
    width: 0;
    height: 0;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    transition: all .4s ease-in-out;
}

@keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
} 

@media screen and (max-width:768px) {
    .headerTopUser>* {
        padding: 10px 5px;
    }

    .headerTopUser span {
        display: none;
    }

    .userDropDown span {
        display: block;
    }

    .headerTopUser img {
        margin: 0;
    }

    .userDropDown img {
        margin-inline-end: 10px;
    }

    .userDropDown a {
        padding: 7px 10px;
    }

    .userDropDown a img {
        max-width: 15px;
        height: auto;
    }

    .dropBox {
        padding: 10px 5px;
    }

    .dropBox img {
        max-width: 17px;
    }

    .dropBox span {
        display: none;
    }

    .headerMiddleBox {
        flex-direction: column;
        position: relative;
        padding: 15px 0;
        align-items: initial;
    }

    .headerMiddleBox .logo {
        max-width: 110px;
    }

    .headerNotifications {
        width: 30px;
        height: 30px;
        font-size: 15px;
        position: absolute;
        top: 15px;
        left: 70px;
    }

    .headerCart {
        width: 30px;
        position: absolute;
        top: 15px;
        left: 50px;
    }

    .headerCartIcon {
        width: 30px;
        height: 30px;
    }

    .headerCart label,
    .headerCart span {
        display: none;
    }

    .navBtn {
        width: 25px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        position: absolute;
        top: 20px;
        left: 0;
    }

    .navBtn span {
        width: 100%;
        height: 3px;
        background: #000;
    }

    .headerNav {
        position: fixed;
        top: 0;
        right: 0;
        width: 270px;
        height: 100vh;
        z-index: 99;
        padding: 40px 0;
        transform: translateX(100%);
        transition: all .4s ease-in-out;
    }

    .headerNav ul {
        flex-direction: column;
    }

    .headerNav a {
        height: 45px;
        min-width: 150px;
        margin-bottom: 15px;
    }

    .headerNav.show {
        transform: translateX(0);
    }

    .headerOverlay.show {
        width: 100vw;
        height: 100vh;
        z-index: 98;
        display: block;
    }

    .owlHeaderData h1 {
        font-size: 17px;
        line-height: 30px;
    }

    .owlHeaderData .whiteBtn {
        height: 40px;
        width: 120px;
        font-size: 15px;
        margin: 30px auto 0;
    }

    .owlHeader .item {
        height: 300px;
    }

    .owlHeader .owl-nav>div {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
    }

    .headerNav li{
        transition: all .4s ease-in-out;
    }
    
    .headerNav.show li:first-of-type {
        animation: fadeInDown .3s linear both .5s;
        -webkit-animation: fadeInDown .3s linear both .5s;
    }
    
    .headerNav.show li:nth-of-type(2) {
        animation: fadeInDown .3s linear both .7s;
        -webkit-animation: fadeInDown .3s linear both .7s;
    }
    
    .headerNav.show li:nth-of-type(3) {
        animation: fadeInDown .3s linear both .9s;
        -webkit-animation: fadeInDown .3s linear both .9s;
    }
    
    .headerNav.show li:nth-of-type(4) {
        animation: fadeInDown .3s linear both 1.1s;
        -webkit-animation: fadeInDown .3s linear both 1.1s;
    }
    
    .headerNav.show li:nth-of-type(5) {
        animation: fadeInDown .3s linear both 1.3s;
        -webkit-animation: fadeInDown .3s linear both 1.3s;
    }
    
    .headerNav.show li:nth-of-type(6) {
        animation: fadeInDown .3s linear both 1.5s;
        -webkit-animation: fadeInDown .3s linear both 1.5s;
    }
    
    .headerNav.show li:nth-of-type(7) {
        animation: fadeInDown .3s linear both 1.7s;
        -webkit-animation: fadeInDown .3s linear both 1.7s;
    }
}

@media screen and (max-width:575px) {
    .headerFilter {
        flex-direction: column;
        border: 0;
        height: auto;
        padding: 20px 0 0 0;
        border-radius: 0;
    }

    .headerFilterCats {
        border: 1px solid #E9E9E9;
        border-radius: 25px;
        height: 40px;
        padding-inline-end: 10px;
    }

    .headerFilterCats select {
        width: 100%;
    }

    .headerFilter input {
        border: 1px solid #E9E9E9;
        border-radius: 25px;
        height: 40px;
        width: 100%;
        margin: 7px 0 0 0;
        padding: 0 15px 0 40px;
    }

    .headerFilter .redBtn {
        position: absolute;
        bottom: 15px;
        left: 0;
        height: 40px;
        width: 40px;
        border-radius: 25px;
    }

    .owlHeader .owl-nav>div {
        border-radius: 0;
        top: auto;
        bottom: 0;
        width: 30px;
        height: 30px;
    }

    .owlHeader .owl-nav .owl-prev {
        right: 0;
    }

    .owlHeader .owl-nav .owl-next {
        left: 0;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .headerFilter {
        margin-top: 15px;
    }

    .headerFilterCats {
        width: 200px;
    }

    .headerFilterCats select {
        width: 100%;
    }

    .headerFilter input {
        width: calc(100% - 305px);
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .headerMiddleBox {
        flex-direction: row;
        padding-left: 10px;
    }

    .headerCart {
        position: relative;
        top: auto;
        width: auto;
    }

    .headerCartIcon {
        width: 48px;
        height: 48px;
    }

    .headerCart label,
    .headerCart span {
        display: none;
    }

    .headerMiddleBox .logo {
        max-width: 170px;
    }
}

@media (min-width:1400px) {
    .headerFilter {
        min-width: 650px;
    }

    .headerFilterCats {
        width: 210px;
    }

    .headerFilterCats select {
        width: 100%;
    }

    .headerFilter input {
        width: calc(100% - 285px);
    }
}

/*==========================||---------------------------||========================*/
/*==========================||             Share         ||========================*/
/*==========================||---------------------------||========================*/

.share {
    position: fixed;
    top: calc(50% - 90px);
    left: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.share a {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    transition: all .3s ease-in-out;
}

.share a span {
    font-size: 13px;
    display: none;
    text-transform: capitalize;
}

.share .facebook {
    background: #3B5998;
}

.share .youtube {
    background: #DC4E41;
}

.share .twitter {
    background: #55ACEE;
}

.share .whatsapp {
    background: #2AD53B;
}

.share .email {
    background: #220081;
}

.share a:hover {
    width: 82px;
}

.share a:hover i {
    display: none;
}

.share a:hover span {
    display: block;
}

@media screen and (max-width:768px) {
    .share a {
        width: 30px;
        height: 30px;
    }
}



/*==========================||---------------------------||========================*/
/*==========================||             Cats          ||========================*/
/*==========================||---------------------------||========================*/

.secPadding {
    padding: 40px 0;
}

.secHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
    padding: 0 0 10px 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

.secHeaderCenter {
    justify-content: center;
}

.secHeader h2 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #ED1B24;
    position: relative;
}

.secHeader h2::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ED1B24;
    position: absolute;
    bottom: -11px;
    right: 0;
}

.secHeader a {
    color: #3A3A3A;
    position: relative;
}

.secHeader a::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #3A3A3A;
    position: absolute;
    bottom: -11px;
    right: 0;
}

.secHeader a:hover {
    color: #ED1B24;
}

.secHeader a:hover::after {
    background: #ED1B24;
}

.cats .item {
    padding: 1px;
}

.cat {
    text-align: center;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    display: block;
}

.cat:hover {
    border-top-color: #ED1B24;
    border-right-color: #ED1B24;
    border-bottom-color: #ED1B24;
    border-left-color: #ED1B24;
    transition: border-top-color 0.4s linear, border-right-color 0.4s linear 0.10s, border-bottom-color 0.4s linear 0.20s, border-left-color 0.4s linear 0.30s;
}

.cats .owl-item img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.cat h3 {
    color: #444444;
    font-size: 20px;
}

.cat:hover h3 {
    color: #ED1B24;
}

.owlNav .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 0 0;
}

.owlNav .owl-nav>div {
    width: 32px;
    height: 32px;
    border: 1px solid #E9E9E9;
    color: #E9E9E9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.owlNav .owl-nav>div:hover {
    color: #ED1B24;
    border-color: #ED1B24;
    background: #fff;
}

@media screen and (max-width:768px) {
    .secPadding {
        padding: 25px 0;
    }

    .secHeader {
        font-size: 13px;
        margin-bottom: 20px;
        padding: 0;
    }

    .secHeader h2 {
        font-size: 13px;
    }

    .secHeader h2::after {
        bottom: -1px;
    }

    .secHeader a::after {
        bottom: -1px;
    }

    .cat {
        padding: 0 5px;
    }

    .cats .owl-item img {
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
    }

    .cat h3 {
        font-size: 14px;
    }

    .owlNav .owl-nav {
        padding: 15px 0 0 0;
    }
}

@media (min-width:1350px) {
    .container {
        max-width: 1300px;
    }
}


/*==========================||---------------------------||========================*/
/*==========================||       Home Auctions       ||========================*/
/*==========================||---------------------------||========================*/

.homeAuction {
    padding: 0 10px;
    text-align: center;
    height: 300px;
}

.homeAuctionImage {
    width: 100%;
    height: 189px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.homeAuction:hover .homeAuctionImage {
    height: 210px;
}

.homeAuctionImage img {
    width: 100%;
    height: 100%;
}

.homeAuctionHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.homeAuction .gradientBtn {
    width: 113px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
}

.homeAuction:hover .gradientBtn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.homeAuction .timer {
    font-size: 12px;
}

.homeAuction .timer span {
    padding: 0 3px;
}

.homeAuctionHover .timer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(45px);
    transition: all .3s ease-in-out;
}

.homeAuction:hover .homeAuctionHover .timer {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.homeAuction h3 {
    color: #3A3A3A;
    font-size: 15px;
}

.homeAuction h4 {
    color: #002A64;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
}

.homeAuction>.timer {
    color: #ED1B24;
}

.homeAuction:hover>.timer {
    display: none;
}

.pageBanner img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .homeAuction {
        padding: 0 5px;
        height: 250px;
    }

    .homeAuction h3 {
        font-size: 13px;
    }

    .homeAuction .timer span {
        padding: 0 1px;
    }

    .homeAuction .timer {
        font-size: 11px;
    }

    .homeAuction .gradientBtn {
        width: 90px;
        font-size: 14px;
        padding: 5px;
    }

    .pageBanner img {
        min-height: 130px;
    }
}

@media screen and (max-width:575px) {
    .homeAuctionImage {
        height: 130px;
    }

    .homeAuction:hover .homeAuctionImage {
        height: 160px;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .homeAuctionImage {
        height: 170px;
    }

    .homeAuction:hover .homeAuctionImage {
        height: 190px;
    }

    .homeAuction {
        height: 260px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||         Best Offers       ||========================*/
/*==========================||---------------------------||========================*/

.bestOffer {
    text-align: center;
    height: 275px;
}

.bestOfferImage {
    height: 190px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.owlBest .bestOfferImage img {
    width: auto;
}

.bestOffer:hover .bestOfferImage {
    height: 210px;
}

.bestOfferHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.bestOfferActions {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all .3s ease-in-out;
    background: transparent linear-gradient(107deg, #ED1B24 0%, #002A64 100%) 0% 0% no-repeat padding-box;
}

.bestOffer:hover .bestOfferActions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bestOfferActions>* {
    cursor: pointer;
    color: #fff;
    transition: all .3s ease-in-out;
}

.bestOfferActions>*:hover {
    color: #fff;
    transform: translateY(-3px);
}

.bestOfferHover .stars {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0 15px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(45px);
    transition: all .3s ease-in-out;
}

.bestOffer:hover .bestOfferHover .stars {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.stars {
    font-size: 11px;
    color: #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stars i {
    margin: 3px;
}

.stars .orange {
    color: #FFCC00;
}

.bestOffer:hover>.stars {
    display: none;
}

.bestOffer h3 {
    color: #3A3A3A;
    font-size: 13px;
    font-weight: bold;
}

.bestOffer p {
    font-size: 12px;
    color: #3A3A3A;
    margin-bottom: 5px;
}

.bestOffer .oldPrice {
    color: #C6C6C6;
    margin: 05px;
    text-decoration: line-through;
}

@media screen and (max-width:575px) {
    .bestOffer {
        height: 240px;
    }

    .bestOfferImage {
        height: 150px;
        padding: 10px;
    }

    .bestOffer:hover .bestOfferImage {
        height: 170px;
    }

    .bestOffer h3 {
        font-size: 12px;
    }

    .bestOfferActions {
        width: 90%;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||            Banners        ||========================*/
/*==========================||---------------------------||========================*/

.banners .row {
    margin: 0 -5px;
}

.banners .col-4 ,
.banners .col-6 ,
.banners .col-8 ,
.banners .col-12 {
    padding: 0 8px;
}

.bannerImage:first-of-type {
    margin-bottom: 16px;
}

.bannerImage img {
    width: 100%;
}

.bannerImage {
    border: 1px solid #D1D1D1;
}

@media screen and (max-width:575px) {
    .banners .col-12 {
        padding: 0 5px;
    }

    .banners .col-6 {
        padding: 0 3px;
    }

    .banners .row {
        margin: 0 -3px;
    }

    .bannerImage:first-of-type {
        margin-bottom: 6px;
    }

    .banners .col-12 {
        display: flex;
    }

    .banners .col-12 .bannerImage:first-of-type {
        margin: 0 0 0 6px;
    }

    .banners .col-4,
    .banners .col-8 {
        padding: 0 3px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||          Hot Links        ||========================*/
/*==========================||---------------------------||========================*/

.hotLinks {
    margin-bottom: 30px;
}

.hotLinks .row {
    margin: 0 -5px;
}

.hotLinks .col-6 {
    padding: 0 5px;
}

.hotLink {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.hotLink::before {
    content: url(../images/polygon.png);
    z-index: -1;
    position: absolute;
    top: -10px;
    left: 7px;
}

.hotLinkBox {
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    background: #fff;
    height: 154px;
    width: 133px;
    transform: rotate(90deg);
    cursor: pointer;
    margin: auto;
    box-shadow: -15px 15px 30px #0000000D;
    position: relative;
    z-index: 1;
}

.hotLinkIcon {
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hotLink h2 {
    color: #002A64;
    font-size: 19px;
    line-height: 30px;
    margin: 5px 0 0;
}

@media screen and (max-width:768px) {
    .hotLinkBox {
        height: 120px;
        width: 110px;
    }

    .hotLink h2 {
        font-size: 14px;
        margin: 0;
    }

    .hotLink::before {
        content: url('../images/polygon-sm.png');
        top: -4px;
        left: 0;
    }
}

@media (min-width:575px) and (max-width:768px) {
    .hotLink::before {
        left: 41px;
    }
}


/*==========================||---------------------------||========================*/
/*==========================||             Footer        ||========================*/
/*==========================||---------------------------||========================*/

.footer {
    background: #002A64;
    color: #fff;
    border-radius: 100px 100px 0 0;
    position: relative;
    padding-bottom: 15px;
}

.footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(359deg, #ED1B24 0%, #002A64 100%) 0% 0% no-repeat padding-box;
    height: 118px;
    z-index: 0;
}

.newLetter {
    text-align: center;
}

.newLetter h2 {
    font-size: 15px;
    margin: 20px 0 30px;
    line-height: 25px;
}

.subscribeBox {
    max-width: 570px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    margin: 0 auto 40px;
}

.subscribeBox form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribeBox input {
    width: calc(100% - 68px);
    height: 40px;
    border: 0;
    background: 0;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
}

.subscribeBox input::placeholder {
    color: #fff;
    opacity: .5;
}

.subscribeBox button {
    width: 68px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 33px;
    margin: -3px 0 0 -1px;
}

.subscribeBox button:hover,
.subscribeBox button:focus {
    color: #fff;
    background: #ED1B24;
    outline: 0;
    box-shadow: none;
}

.sponsors .item {
    padding: 20px 0;
}

.sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    height: 110px;
    padding: 20px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.sponsor:hover {
    transform: translateY(-10px);
}

.sponsor img {
    max-width: 70px;
}

.footer .logo {
    max-width: 230px;
    margin: 40px auto;
}

.footerNav {
    padding-bottom: 30px;
    border-bottom: 1px solid #a1a1a1;
    margin-bottom: 40px;
}

.footerNav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footerNav a {
    color: #fff;
    margin: 0 5px;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 13px;
    transition: all .4s ease-in-out;
}

.footerNav a:hover {
    background: #ED1B24;
}

.footerInfo {
    text-align: initial;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.footerInfo h3 {
    font-size: 23px;
    line-height: 33px;
    position: relative;
    display: flex;
    align-items: center;
}

.footerInfo h3::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #ED1B24;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    margin-left: 7px;
}

.footerInfo a,
.footerInfo p {
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all .4s ease-in-out;
}

.footerInfo a::before,
.footerInfo p::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.footerInfo a:hover {
    transform: translateX(-5px);
}

.privacy {
    z-index: 1;
    position: relative;
    padding: 30px 0 0;
}

.privacy .row {
    align-items: center;
}

.privacy .col-12:first-of-type {
    text-align: initial;
}

.privacy .col-12:nth-child(2) {
    text-align: center;
}

@media screen and (max-width:575px) {
    .sponsor {
        height: 70px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .footer .logo {
        max-width: 180px;
        margin: 0 auto 20px;
    }

    .privacy,
    .privacy p {
        text-align: center;
    }

    .privacy img {
        margin: 10px 0;
    }
}

@media screen and (max-width:768px) {
    .footer {
        border-radius: 30px 30px 0 0;
    }

    .newLetter h2 {
        margin: 15px 0;
    }

    .subscribeBox {
        margin-bottom: 15px;
    }

    .subscribeBox button {
        width: 40px;
    }

    .subscribeBox input {
        width: calc(100% - 40px);
    }

    .footerNav {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footerNav a {
        margin: 0 1px;
        padding: 7px 10px;
    }

    .footerInfo {
        margin-bottom: 10px;
    }

    .privacy,
    .privacy p {
        font-size: 14px;
    }
}

@media screen and (max-width:992px) {
    .footerInfo h3 {
        font-size: 14px;
        margin: 0;
    }

    .footerInfo a,
    .footerInfo p {
        font-size: 13px;
        line-height: 35px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||           Page Info       ||========================*/
/*==========================||---------------------------||========================*/

.pageInfo {
    text-align: initial;
    padding: 20px 0;
    background: #fff;
}

.pageInfo h1 {
    font-size: 20px;
    color: #484848;
    line-height: 34px;
}

.bradCrumbBox {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
}

.bradCrumbBox .breadcrumb {
    background: transparent;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
}

.breadcrumb-item,
.bradCrumbBox a {
    font-size: 14px;
    line-height: 24px;
    color: #6B6B6B;
}

.bradCrumbBox .active,
.bradCrumbBox .breadcrumb_last {
    color: #ED1B24;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6B6B6B;
    padding: 0 6px;
}

@media screen and (max-width:768px) {
    .pageInfo {
        background: #F9F9F9;
        padding: 5px 0;
    }

    .pageInfo h1 {
        font-size: 14px;
        line-height: 25px;
    }

    .bradCrumbBox a,
    .breadcrumb-item {
        font-size: 13px;
    }

    .bradCrumbBox i {
        font-size: 13px;
    }

    .bradCrumbBox {
        margin: 0;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||            Forms          ||========================*/
/*==========================||---------------------------||========================*/

.formBox {
    background: #fff;
    box-shadow: 0px 0px 40px #7272720A;
    border: 1px solid #F2F2F2;
    max-width: 840px;
    margin: 20px auto;
    padding: 3% 7%;
}

.formHead {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 20px;
}

.formHead h2 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.34px;
    color: #ED1B24;
    font-weight: 600;
}

.formHead p {
    color: #929292;
    font-size: 12px;
    line-height: 20px;
}

.formBody {
    text-align: initial;
}

.fieldFlexBox {
    display: flex;
    justify-content: space-between;
}

.fieldFlexBox .field {
    width: calc(50% - 8px);
}

.field {
    margin-bottom: 20px;
    position: relative;
}

.field:last-of-type {
    margin: 0;
}

.field label {
    color: #6B6B6B;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.field .form-control {
    background: #FAFAFA;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    padding: 0 15px;
}

.field .form-control::placeholder {
    color: #BFBFBF;
}

.field .form-control:focus,
.field .form-control:active {
    box-shadow: 0 0 0 0.2rem rgb(255, 7, 7, 0.2);
}

.field input {
    height: 50px;
}

.field textarea {
    height: 160px;
    resize: none;
}

.fieldIcon .form-control {
    padding-inline-end: 40px;
}

.fieldIcon span {
    color: #BFBFBF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.fieldIcon span:hover {
    color: #ED1B24;
}

.fieldIcon span:hover img {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.required > label::after {
    content: '*';
    color: #ED1B24;
    margin: 2px;
}

.formBody .redBtn {
    width: 100%;
    height: 55px;
    border: 0;
    border-radius: 5px;
    margin: 40px 0 20px;
}

.formFooter {
    text-align: center;
}

.formFooter a {
    color: #8A8A8A;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.formFooter p {
    font-weight: 600;
    line-height: 40px;
    color: #8A8A8A;
    font-size: 14px;
    margin: 0;
}

.formFooter a:hover {
    color: #ED1B24;
}

.formFooter p a {
    color: #ED1B24;
}

.formFooter p a:hover {
    color: #002A64;
}

@media screen and (max-width:575px) {
    .formBox {
        padding: 15px;
    }

    .formBody .redBtn {
        height: 40px;
        font-size: 14px;
        margin: 15px auto;
    }

    .field {
        margin-bottom: 10px;
    }

    .field input , 
    .field .customSelect select.form-control:not([size]):not([multiple]) {
        height: 40px;
    }

    .field .form-control  {
        font-size: 13px;
    }

    .field .form-control::placeholder {
        font-size: 12px;
    }

    .fieldIcon .form-control {
        padding-inline-end: 30px;
    }

    .fieldIcon span {
        height: 40px;
        width: 30px;
        font-size: 12px;
    }

    .formFooter a {
        font-size: 13px;
    }

    .formFooter p {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .field label {
        font-size: 12px;
        margin: 0;
    }
}


/*==========================||---------------------------||========================*/
/*==========================||           cat Page        ||========================*/
/*==========================||---------------------------||========================*/

.sideFilter {
    text-align: initial;
}

.sideSearch {
    position: relative;
    margin-bottom: 20px;
}

.sideSearch input {
    border: 0;
    border-radius: 25px;
    height: 40px;
    font-size: 14px;
    color: #BFBFBF;
    padding: 0 10px 0 40px;
}

.sideSearch input:focus,
.sideSearch input:active {
    box-shadow: 0 0 0 0.2rem rgb(255, 7, 7, 0.2);
}

.sideSearch button {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #BFBFBF;
    font-size: 13px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.sideSearch button:hover,
.sideSearch button:active,
.sideSearch button:focus {
    color: #ED1B24;
}

.sideFilter h2 {
    font-size: 22px;
    font-weight: 600;
    color: #484848;
    line-height: 50px;
    border-bottom: 3px solid #E8E8E8;
    position: relative;
    margin-bottom: 20px;
}

.sideFilter h2::after {
    content: '';
    background: #ED1B24;
    width: 154px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    right: 0;
    border-radius: 3px;
}

.filterCollapse {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.filterCollapse:last-of-type {
    border: 0;
}

.filterCollapseHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 45px;
    color: #585858;
    font-size: 15px;
    font-weight: 600;
}

.toggleCollapse {
    color: #ED1B24;
    cursor: pointer;
}

.filterCollapseHead label::before {
    content: '';
    border-top: 8px solid transparent;
    border-right: 10px solid #ED1B24;
    border-bottom: 8px solid transparent;
    display: inline-block;
    margin-left: 8px;
}

.filterCollapseHead label {
    margin: 0;
    display: flex;
    align-items: center;
}

.checkbox {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 35px;
    padding-inline-start: 25px;
    color: #585858;
}

.checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox label {
    margin: 0;
}

.checkbox label::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all .2s ease-in-out;
}

.checkbox input:checked+label::before {
    background: #ED1B24;
    border-color: #ED1B24;
}

.checkbox input:checked+label::after {
    content: '';
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    right: 4px;
    transition: all .2s ease-in-out;
}

.colorsRadios {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 0 0 0;
}

.colorRadio {
    position: relative;
    border-radius: 25px;
}

.colorRadio input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    border-radius: inherit;
}

.colorRadio label {
    width: 19px;
    height: 19px;
    border-radius: inherit;
    margin: 4px;
    background: var(--color);
}

.colorRadio input:checked+label::before {
    content: '';
    border: 1px solid var(--color);
    width: 28px;
    height: 28px;
    position: absolute;
    border-radius: inherit;
    top: 0px;
    right: -0.5px;
}

.colorRadio input:checked+label::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 11px;
}

.range {
    display: flex;
    align-items: center;
    color: #585858;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 15px;
}

.range label {
    margin: 0;
}

.range span {
    color: #ED1B24;
    padding: 0 10px;
}

.range i {
    color: #ED1B24;
}

.ui-slider {
    border: 0 !important;
    background: #DDDDDD;
    height: 3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 50%;
    top: -8px;
}

.ui-slider-range {
    background: #ED1B24;
}

.ui-slider-handle:hover {
    cursor: pointer;
    outline: 0;
    background: #ED1B24;
    border-color: #ED1B24;
}

.rangeValues {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rangeValues span {
    color: #585858;
    font-size: 15px;
    line-height: 45px;
}

.catProducts .bestOffer {
    margin-bottom: 30px;
}

.pagination {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    color: #707070;
    font-size: 17px;
    cursor: pointer;
}

.pagination a:first-of-type,
.pagination a:last-of-type {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
}

.pagination a:hover,
.pagination a:active {
    color: #ED1B24;
}

.pagination a:first-of-type:hover,
.pagination a:last-of-type:hover {
    border-color: #ED1B24;
}

@media screen and (max-width:768px) {
    .sideSearch {
        border: 1px solid #E8E8E8;
        border-radius: 25px;
    }

    .sideFilter h2 {
        font-size: 15px;
        line-height: 40px;
    }

    .filterCollapse {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .filterCollapseHead {
        font-size: 14px;
        line-height: 40px;
    }

    .checkbox {
        font-size: 13px;
    }

    .range,
    .rangeValues span {
        font-size: 14px;
    }

    .catProducts .row {
        margin: 0 -3px;
    }

    .catProducts .col-6 {
        padding: 0 3px;
    }

    .catProducts .bestOffer {
        margin-bottom: 5px;
    }

    .pagination a {
        font-size: 14px;
    }
}

@media (min-width:1300px) {
    .catProducts {
        padding-inline-start: 40px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||             Product       ||========================*/
/*==========================||---------------------------||========================*/

.productWrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EEEEEE;
    text-align: initial;
    padding: 20px;
    margin-bottom: 30px;
}

.productWrapper:last-of-type {
    margin: 0;
}

.activeSlide {
    background: #F8F8F8;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.thumbs {
    padding: 0 45px;
}

.thumbs .owl-nav>div {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    font-size: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.thumbs .owl-prev {
    right: -45px;
    border-radius: 0 5px 5px 0;
}

.thumbs .owl-next {
    left: -45px;
    border-radius: 5px 0 0 5px;
}

.thumbs .owl-nav>div:hover {
    background: #ED1B24;
    color: var(--white);
}

.thumbs .item {
    height: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
}

.thumbs .item img {
    max-height: 80px;
    width: auto;
}

.productInfo h1 {
    color: #484848;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
}

.ratsComments {
    display: flex;
    align-items: center;
}

.ratsComments .stars {
    font-size: 16px;
}

.ratsComments .stars i {
    margin: 0 5px;
}

.ratsComments label {
    margin: 0 10px;
    color: #8A8A8A;
    font-size: 14px;
}

.prices {
    display: flex;
    align-items: center;
    padding: 20px 0 15px;
}

.prices .newPrice {
    color: #ED1B24;
    font-size: 25px;
    font-weight: 500;
}

.prices .oldPrice {
    color: #DDDDDD;
    font-size: 20px;
    text-decoration: line-through;
    margin: 0 15px;
}

.productInfo p {
    color: #828282;
    font-size: 16px;
    line-height: 28px;
}

.productColors,
.productMount {
    display: flex;
    color: #585858;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
}

.productColors .colorsRadios {
    padding: 2px 15px 0;
}

.productColors .colorRadio input:checked+label::before {
    width: 26px;
    height: 26px;
    right: 0;
}

.mount {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.productMount {
    align-items: center;
}

.mountBtn {
    width: 34px;
    height: 40px;
    border: 1px solid #ED1B24;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.mountNumber {
    color: #8E8E8E;
    width: 97px;
    height: 40px;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.mountBtn:hover {
    background: #ED1B24;
    color: #fff;
}

.productAction {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.productAction>* {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    transition: all .1s ease-in-out;
}

.productAction .addToCart,
.productAction .addToCart:not([href]),
.productAction .addToCart:not([href]):hover {
    background: transparent linear-gradient(90deg, #ED1B24 0%, #002A64 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 0 15px;
    border-radius: 25px;
    min-width: 200px;
}

.productAction .addToCart:hover,
.productAction .addToCart:not([href]):hover,
.productAction .addToCart:not([href]):hover {
    background: #002A64;
}

.productAction .addToFav {
    margin: 0 15px;
    color: #707070;
}

.productAction .addToFav:hover,
.productAction .addToFav:not([href]):hover {
    color: #ED1B24;
}

.productAction .addToFav .fa-heart.fas {
    color: #ED1B24;
}

.productAction span {
    padding: 0 10px;
}

.productAction i {
    font-size: 24px;
}

.productShare {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E9E9E9;
}

.productShare label {
    color: #707070;
    font-size: 18px;
    line-height: 34px;
    margin-inline-end: 15px;
    font-weight: 500;
}

.productShare a {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    background: #F8F8F8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #707070;
    font-size: 18px;
}

.productShare a:hover {
    background: #ED1B24;
    color: #fff;
}

.tabsList {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.tabBtn {
    color: #707070;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 25px 15px;
    position: relative;
    display: inline-flex;
}

.tabBtn.active,
.tabBtn:hover {
    color: #ED1B24;
}

.tabBtn::after {
    content: '';
    background: #ED1B24;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -2px;
    right: 50%;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.tabBtn.active::after,
.tabBtn:hover::after {
    width: 100%;
    right: 0;
}

.tabContent {
    display: none;
}

.tabContent.show {
    display: block;
}

.tabContent p,
.tabContent li {
    color: #828282;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
}

.tabContent li::before {
    content: '';
    width: 11px;
    height: 11px;
    background: #ED1B24;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 0;
}

.tabContent li {
    padding-inline-start: 20px;
    position: relative;
}

.comment {
    display: flex;
    border-bottom: 1px solid #ECECEC;
    padding: 20px 0;
}

.commentPic {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    margin-inline-end: 12px;
}

.commentPic img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.commentBox {
    width: calc(100% - 92px);
}

.commentHead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.commentUser h2 {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
}

.comment .stars {
    margin: -5px 0 5px 0;
    color: #E5E5E5;
}

.commentDate {
    font: normal 14px/19px Roboto;
    letter-spacing: 0px;
    color: #A7A7A7;
    margin-bottom: 5px;
}

.commentBody p {
    color: #828282;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.addCommentWrapper {
    padding: 20px 0 0 0;
    max-width: 800px;
}

.addCommentWrapper h3 {
    color: #ED1B24;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
}

.addRate {
    margin-bottom: 10px;
    font-size: 17px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.addRate input {
    display: none;
}

.addRate input:checked~label {
    color: #FFC107;
}

.addRate label {
    margin-left: 8px;
    cursor: pointer;
}

.addRate label:hover {
    color: #FFC107;
}

.commentInput {
    margin-bottom: 20px;
}

.commentInput textarea {
    width: 100%;
    border: 0;
    resize: none;
    height: 145px;
    background: #FAFAFA;
    padding: 15px;
    font-size: 14px;
    border-radius: 21px;
}

.commentInput textarea::placeholder {
    color: #ABABAB;
}

.commentInput textarea:focus,
.commentInput textarea:active {
    box-shadow: 0 0 0 0.2rem rgb(255, 7, 7, 0.2);
}

.addCommentWrapper .gradientBtn {
    width: 156px;
    height: 50px;
    font-size: 15px;
    border-radius: 28px;
    border: 0;
}

.favModalContent {
    padding: 30px;
    text-align: center;
}

.successIcon {
    width: 81px;
    height: 81px;
    background: #1ACC43;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    margin: 0 auto 20px;
}

.favModalContent h2 {
    color: #484848;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;
}

.modalActions {
    display: flex;
    justify-content: center;
    padding: 15px 0 0 0;
}

.modalActions .greyBtn {
    height: 55px;
    margin: 0 10px;
    width: 180px;
}

@media screen and (max-width:575px) {
    .commentPic {
        width: 45px;
        height: 45px;
        margin-left: 5px;
        border-radius: 50%;
    }

    .commentBox {
        width: calc(100% - 50px);
    }

    .commentHead {
        flex-direction: column;
        align-items: flex-start;
    }

    .commentUser .stars {
        font-size: 12px;
        margin: 0;
    }

    .commentUser h2 {
        font-size: 14px;
    }

    .commentDate {
        font-size: 12px;
        margin: 0;
    }

    .addCommentWrapper {
        padding: 20px 0 0 0;
    }

    .addCommentWrapper h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .commentInput textarea {
        height: 180px;
    }

    .addCommentWrapper .btnOrange {
        width: 125px;
        height: 45px;
        margin-bottom: 10px;
    }

    .productAction>* span {
        display: none;
    }

    .productAction .addToCart,
    .productAction .addToCart:not([href]),
    .productAction .addToCart:not([href]):hover {
        width: 40px;
        min-width: 40px;
        padding: 0;
    }

    .tabBtn::after {
        height: 2px;
    }
}

@media screen and (max-width:768px) {
    .productWrapper {
        padding: 10px;
        margin-bottom: 15px;
    }

    .activeSlide {
        padding: 15px;
        height: 230px;
        margin-bottom: 5px;
    }

    .thumbs .item {
        height: 60px;
    }

    .thumbs .item img {
        max-height: 50px;
    }

    .productInfo h1 {
        font-size: 18px;
        line-height: 35px;
    }

    .productInfo {
        padding: 15px 0 0 0;
    }

    .ratsComments .stars {
        font-size: 11px;
    }

    .ratsComments .stars i {
        margin: 0 2px;
    }

    .prices {
        padding: 10px 0;
    }

    .prices .newPrice {
        font-size: 17px;
    }

    .prices .oldPrice {
        font-size: 15px;
    }

    .productInfo p {
        font-size: 13px;
        line-height: 23px;
    }

    .productColors,
    .productMount {
        padding: 0;
        font-size: 14px;
    }

    .productAction>* {
        height: 40px;
    }

    .productShare {
        padding-top: 10px;
    }

    .productShare label {
        font-size: 13px;
    }

    .productShare a {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .tabBtn {
        font-size: 14px;
        padding: 0 10px 5px;
    }

    .tabContent p,
    .tabContent li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
    }

    .tabContent li::before {
        width: 5px;
        height: 5px;
    }

    .tabContent li {
        padding-inline-start: 10px;
    }

    .comment:first-of-type {
        padding-top: 0;
    }

    .commentBody p {
        margin: 0;
    }

    .favModalContent {
        padding: 20px;
    }

    .successIcon {
        width: 45px;
        height: 45px;
        font-size: 35px;
    }

    .favModalContent h2 {
        font-size: 17px;
        line-height: 30px;
    }

    .modalActions .greyBtn {
        height: 45px;
        width: 186px;
        font-size: 13px;
        margin: 0 2px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .activeSlide {
        padding: 15px;
        height: 360px;
        margin-bottom: 15px;
    }

    .productAction>* {
        font-size: 13px;
    }

    .productAction .addToCart,
    .productAction .addToCart:not([href]),
    .productAction .addToCart:not([href]):hover {
        min-width: 167px;
    }

    .productAction .addToFav {
        margin: 0 10px;
    }

    .productShare {
        margin: 0;
    }

    .productColors {
        margin-bottom: 10px;
    }
}

@media (min-width:1024px) {
    .activeSlide {
        height: 460px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||             Cart          ||========================*/
/*==========================||---------------------------||========================*/

.tableBox thead {
    background: #F7F7F7;
    border-radius: inherit;
}

.tableBox {
    text-align: center;
    margin-bottom: 30px;
}

.tableBox .table td,
.tableBox .table th {
    vertical-align: middle;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.tableBox th {
    padding: 15px;
    line-height: 35px;
}

.tableBox tbody {
    background: #fff;
}

.tableBox img {
    width: 70px;
    height: 70px;
}

.cartMount {
    justify-content: center;
    margin: 0;
}

.cartMount .mountBtn {
    width: 31px;
    height: 36px;
    background: #F9F9F9;
    border: 0;
    font-size: 12px;
}

.cartMount .mountNumber {
    background: #F9F9F9;
    width: 46px;
    height: 36px;
    border: 0;
}

.cartMount .mountBtn:hover {
    color: #fff;
    background: #ED1B24;
}

.deletecartItem {
    width: 25px;
    height: 25px;
    color: #fff;
    background: #ED1B24;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-inline-start: 15px;
    cursor: pointer;
}

.deletecartItem:hover {
    background: #002A64;
}

.cartBox {
    margin-bottom: 20px;
}

.cartBox h3 {
    color: #ED1B24;
    font-size: 20px;
    line-height: 50px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    margin-bottom: 30px;
}

.cartBox h3::after {
    content: '';
    background: #ED1B24;
    width: 179px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    right: 0;
    border-radius: 3px;
}

.cartBox h4 {
    color: #6B6B6B;
    font-size: 18px;
    line-height: 40px;
}

.coupoun {
    max-width: 480px;
    display: flex;
    flex-direction: column;
}

.coupoun .form-control {
    background: #FAFAFA;
    height: 50px;
    margin-bottom: 20px;
}

.coupoun .form-control:focus,
.coupoun .form-control:active {
    box-shadow: 0 0 0 0.2rem rgb(255, 7, 7, 0.2);
    border: 1px solid #ED1B24;
}

.coupoun .whiteBtn {
    width: 200px;
    height: 50px;
    align-self: flex-end;
}

.cartRecipt {
    border: 1px solid #E9E9E9;
    margin-bottom: 20px;
}

.cartRecipt p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
    padding: 15px;
    color: #585858;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.cartRecipt p:last-of-type {
    border: 0;
    color: #ED1B24;
}

.cartRecipt label {
    margin: 0;
}

.cartBox .redBtn {
    width: 100%;
    height: 55px;
    border: 0;
    border-radius: 5px;
}

.cartBox .redBtn i {
    padding-inline-end: 15px;
    font-size: 25px;
}

.mobileItems {
    display: none;
}

@media screen and (max-width:425px) {
    .cartTablePc {
        display: none;
    }

    .mobileItems {
        display: block;
        margin-bottom: 15px;
    }

    .mobileItem {
        padding: 10px;
        text-align: initial;
        background: #fff;
        border: 1px solid #E9E9E9;
        margin-bottom: 5px;
    }

    .mobileItemData {
        display: flex;
        justify-content: space-between;
    }

    .mobileItem img {
        width: 50px;
        height: 50px;
    }

    .mobileItemDetails {
        width: calc(100% - 60px);
    }

    .mobileItem h3 {
        font-size: 12px;
    }

    .mobileItem p {
        font-size: 12px;
        margin: 0;
    }

    .mobileItem label {
        font-weight: 500;
    }

    .mobileItem p:last-of-type label {
        margin: 0;
    }

    .mobileItemFooter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 0 0;
        margin: 10px 0 0 0;
        border-top: 1px solid #E9E9E9;
    }

    .mobileItem .mountBtn {
        width: 25px;
        height: 25px;
    }

    .mobileItem .mountNumber {
        width: 40px;
        height: 25px;
    }

    .mobileItem .redBtn {
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }

    .mobileItemActions {
        display: flex;
    }

    .cartBox h3 {
        font-size: 13px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .cartBox h3::after {
        width: 100px;
        height: 2px;
    }

    .cartBox h4 {
        font-size: 13px;
    }

    .coupoun .form-control {
        height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .coupoun .whiteBtn {
        width: 120px;
        font-size: 14px;
        height: 40px;
        border-radius: 5px;
    }

    .cartRecipt p {
        padding: 10px;
        font-size: 12px;
    }

    .cartBox .redBtn {
        height: 40px;
        font-size: 13px;
    }
}

@media (min-width:768px) and (max-width:992px) {

    .tableBox .table td,
    .tableBox .table th {
        font-size: 13px;
        padding: 5px;
    }
}

@media (min-width:1024px) {
    .coupounBox {
        margin-inline-end: 60px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||            Cart Pay       ||========================*/
/*==========================||---------------------------||========================*/

.cartPayPage .productWrapper {
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0;
}

.payBeforeLogin {
    color: #8A8A8A;
    font-size: 18px;
    letter-spacing: 0.31px;
    font-weight: 500;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.payBeforeLogin:hover {
    background: #ED1B24;
    color: #fff;
}

.payBeforeLogin img {
    margin-inline-end: 10px;
}

.payBeforeLogin:hover img {
    filter: brightness(0) invert(1);
}

.payForm {
    padding: 20px;
    margin: 0;
}

.customSelect {
    position: relative;
}

.customSelect::after {
    content: "";
    border: solid #BFBFBF;
    border-width: 0 1px 1px 0;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 19px;
    left: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.customSelect select.form-control:not([size]):not([multiple]) {
    height: 50px;
    appearance: inherit;
}

.payRecipt h3 {
    margin: 0 0 10px 0;
}

.cartPayPage .cartRecipt {
    border: 0;
    margin: 0;
}

.cartReciptHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F9F9F9;
    padding: 13px 25px;
    color: #585858;
    font-size: 15px;
    font-weight: 500;
}

.cartPayPage .cartRecipt p {
    padding: 15px 25px;
    color: #484848;
    font-weight: 100;
}

.cartReciptFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #002A64;
    padding: 13px 25px;
    color: #ffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 0 8px 8px;
}

.payMethods {
    padding: 20px;
}

.payMethod {
    margin-bottom: 15px;
}

.radiobox {
    position: relative;
    display: flex;
    align-items: center;
}

.radiobox input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.radiobox label {
    margin: 0;
    color: #6B6B6B;
    font-size: 17px;
    position: relative;
}

.radiobox span {
    border: 1px solid #6B6B6B;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 8px;
    transition: all .3s ease-in-out;
}

.radiobox span::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ED1B24;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    border: 0;
    opacity: 0;
    visibility: hidden;
}

.radiobox input:checked+span {
    border-color: #ED1B24;
}

.radiobox input:checked+span::before {
    opacity: 1;
    visibility: visible;
}

.payMethod label {
    font-weight: 500;
}

.payMethod p {
    color: #828282;
    font-size: 14px;
    line-height: 26px;
    margin: 5px 0;
}

.payMethods .redBtn {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    border: 0;
}

.payMethods .checkbox {
    margin-bottom: 15px;
    color: #8A8A8A;
    font-size: 14px;
}

.payMethods .checkbox a {
    color: #ED1B24;
}

.payMethods .checkbox a:hover {
    color: #002A64;
}


@media screen and (max-width:768px) {
    .payBeforeLogin {
        padding: 10px;
        font-size: 14px;
    }

    .payForm {
        padding: 10px;
    }

    .cartReciptHeader,
    .cartReciptFooter {
        font-size: 12px;
    }

    .payMethods {
        padding: 15px;
    }

    .payMethod p {
        font-size: 13px;
        line-height: 21px;
    }

    .radiobox label {
        font-size: 13px;
    }

    .checkbox label {
        font-size: 13px;
    }

    .radiobox span {
        width: 14px;
        height: 14px;
    }

    .payMethods .redBtn {
        font-size: 13px;
        height: 40px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/

.favTablePc .redBtn {
    display: inline-flex;
    height: 40px;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 5px;
}

.favTablePc .redBtn:hover {
    color: #fff;
}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/

.ordersBox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 14px 0px 14px 14px;
    max-width: 1170px;
    margin: 20px auto;
    text-align: initial;
    padding: 40px 5%;
}

.ordersBox .tabBtn {
    width: 50%;
    justify-content: center;
    padding-bottom: 25px;
}

.ordersBox .tabsList {
    display: flex;
}

.order {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}

.order:hover {
    border-color: #ED1B24;
}

.order:last-of-type {
    margin: 0;
}

.orderData {
    display: flex;
    align-items: center;
}

.orderIcon {
    width: 104px;
    height: 104px;
    border-radius: 10px;
    background: rgba(237, 27, 36, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 20px;
    padding: 15px;
}

.order h3 {
    color: #3B3B3B;
    font-size: 22px;
    line-height: 38px;
}

.order h5 {
    color: #ED1B24;
    font-size: 18px;
    font-weight: 100;
    margin: 0;
    line-height: 30px;
}

.orderTotal {
    border-right: 3px solid #D4D4D4;
    padding: 0 20px;
}

.orderTotal>* {
    font-size: 20px;
    line-height: 35px;
}

.orderTotal h4 {
    color: #454545;
}

.orderTotal p {
    color: #989898;
    margin: 0;
}

@media screen and (max-width:575px) {
    .order {
        padding: 5px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .orderIcon {
        width: 50px;
        height: 50px;
        padding: 10px;
        margin-inline-end: 10px;
    }

    .order h3 {
        font-size: 14px;
        line-height: 25px;
    }

    .order h5 {
        font-size: 13px;
        line-height: 25px;
    }

    .orderTotal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #D4D4D4;
        border-right: 0;
        margin: 10px 0 0 0;
        padding: 5px 0 0 0;
        width: 100%;
    }

    .orderTotal>* {
        font-size: 13px;
        margin: 0;
        line-height: 25px;
    }

    .ordersBox {
        padding: 20px 10px;
    }

    .ordersBox .tabBtn {
        padding-bottom: 8px;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .order {
        padding: 12px;
    }

    .orderIcon {
        width: 80px;
        height: 80px;
    }

    .order h3 {
        font-size: 18px;
    }

    .order h5 {
        font-size: 15px;
    }

    .orderTotal h4 {
        font-size: 17px;
    }

    .orderTotal p {
        font-size: 17px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||        Order Details      ||========================*/
/*==========================||---------------------------||========================*/

.status {
    text-align: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 70px;
    border-top: 3px solid #f3f3f3;
    position: relative;
}

.status::before {
    content: '';
    background: #ED1B24;
    height: 3px;
    position: absolute;
    top: -2px;
    width: 33.33%;
}

.oneSteps::before {
    width: 32.33%;
}

.twoSteps::before {
    width: 65.66%;
}

.allSteps::before {
    width: 100%;
}

.statusStep {
    position: relative;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 500;
}

.statusStep:first-of-type {
    text-align: initial;
}

.statusStep:last-of-type {
    text-align: left;
}

.statusStep span {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #DDDDDD;
    border-radius: 50%;
    display: block;
    margin: -27px auto 15px;
}

.statusStep:last-of-type span {
    margin-inline-start: auto;
    margin-inline-end: 0;
}

.statusStep:first-of-type span {
    margin-inline-end: auto;
    margin-inline-start: 0;
}

.current span {
    border-color: #ED1B24;
}

.finished span {
    border-color: #ED1B24;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finished span::before {
    content: '';
    background: #ED1B24;
    width: 25px;
    height: 25px;
    display: inline-flex;
    border-radius: inherit;
}

.orderPageDetails {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EEEEEE;
    text-align: initial;
}

.orderPageDetails h2 {
    letter-spacing: 0.34px;
    color: #ED1B24;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;
}

.orderPageDetails h2::after {
    content: '';
    background: #ED1B24;
    width: 179px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    right: 15px;
    border-radius: 3px;
}

.orderDetailsList li {
    display: flex;
    align-items: center;
    border-top: 1px solid #EEEEEE;
}

.orderDetailsList li:nth-child(odd) {
    background: #FCFCFC;
}

.orderDetailsList label,
.orderDetailsList span {
    margin: 0;
    font-size: 18px;
    padding: 15px;
}

.orderDetailsList label {
    color: #585858;
    width: 15%;
    min-width: 150px;
    font-weight: 500;
    border-left: 1px solid #EEEEEE;
}

.orderDetailsList span {
    color: #707070;
}

@media screen and (max-width:575px) {
    .status {
        margin: 20px auto;
    }

    .statusStep {
        font-size: 12px;
    }

    .statusStep span {
        width: 20px;
        height: 20px;
        margin: -12px auto 15px;
    }

    .statusStep span::before {
        width: 10px;
        height: 10px;
    }

    .orderPageDetails h2 {
        font-size: 16px;
        line-height: 45px;
    }

    .orderPageDetails h2::after {
        width: 130px;
        height: 2px;
    }

    .orderDetailsList label,
    .orderDetailsList span {
        font-size: 13px;
        padding: 10px;
    }

    .orderDetailsList label {
        min-width: 120px;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .status {
        margin: 30px auto;
    }

    .statusStep {
        font-size: 14px;
    }

    .statusStep span {
        width: 30px;
        height: 30px;
        margin: -17px auto 15px;
    }

    .finished span::before {
        width: 15px;
        height: 15px;
    }

    .orderPageDetails h2 {
        font-size: 17px;
    }

    .orderPageDetails h2::after {
        width: 120px;
    }

    .orderDetailsList label,
    .orderDetailsList span {
        font-size: 15px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||        Addresses Page     ||========================*/
/*==========================||---------------------------||========================*/


.addAddress {
    width: 151px;
    margin: 15px 0;
}

.address {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EEEEEE;
    text-align: initial;
    margin-bottom: 20px;
}

.addressHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: 12px 15px;
}

.addressActions {
    display: flex;
    align-items: center;
}

.addressActions>* {
    border-radius: 5px;
    width: 45px;
    height: 45px;
}

.addressActions .opacityBtn {
    font-size: 19px;
}

.addressActions .greyBtn {
    margin-inline-end: 15px;
}

.addressHeader .radiobox span {
    margin-inline-end: 15px;
}

.addressHeader .radiobox label {
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.addressHeader .radiobox input:checked~label {
    color: #ED1B24;
}

.addressHeader .radiobox label::after {
    content: '';
    width: 179px;
    height: 4px;
    background: #ED1B24;
    position: absolute;
    bottom: -22px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.addressHeader .radiobox input:checked~label::after {
    opacity: 1;
    visibility: visible;
}

.addressBody {
    padding: 20px 40px;
}

.addressBody p {
    color: #707070;
    font-size: 18px;
    line-height: 38px;
    margin: 0;
}

.addressBody p label {
    margin-bottom: 0;
    margin-inline-end: 30px;
    font-weight: 500;
}

.addressBody p span {
    font-size: 15px;
    color: #ED1B24;
}

.addressForm {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 9px;
    max-width: 820px;
    margin: 30px auto;
    text-align: initial;
}

.addressForm .redBtn {
    margin: 30px 0 0 0;
}

.profilePage .blueBtn {
    width: 100%;
    margin: 25px 0 10px 0;
}

.profilePage .redBtn {
    margin: 0;
}

.aboutPage p {
    color: #484848;
    font-size: 17px;
    line-height: 30px;
}

@media screen and (max-width:575px) {
    .profilePage .blueBtn {
        padding: 10px;
        font-size: 13px;
    }

    .aboutPage p {
        font-size: 13px;
        line-height: 25px;
    }
}

@media screen and (max-width:768px) {
    .addAddress {
        padding: 11px 12px;
        font-size: 13px;
    }

    .address {
        margin-bottom: 15px;
    }

    .addressHeader {
        padding: 5px;
    }

    .addressHeader .radiobox span {
        margin-inline-end: 5px;
    }

    .addressHeader .radiobox label {
        font-size: 13px;
    }

    .addressHeader .radiobox label::after {
        height: 2px;
        bottom: -11px;
        width: 90px;
    }

    .addressActions>* {
        height: 30px;
        width: 30px;
    }

    .addressActions .opacityBtn {
        font-size: 13px;
    }

    .addressActions .greyBtn {
        font-size: 13px;
        margin-inline-end: 10px;
    }

    .addressBody {
        padding: 10px;
    }

    .addressBody p {
        font-size: 14px;
        line-height: 30px;
    }

    .addressBody p span {
        font-size: 12px;
    }


}

/*==========================||---------------------------||========================*/
/*==========================||      Profile Auction      ||========================*/
/*==========================||---------------------------||========================*/

.profileAuction .orderIcon {
    padding: 0;
}

.profileAuction .orderIcon img {
    border-radius: inherit;
}

.profileAuction .orderInfo {
    text-align: initial;
}

.profileAuction label {
    color: #444444;
}

.auctionCounter {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 14px 0px 14px 14px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.timeBlock {
    padding: 0 20px;
    text-align: center;
}

.timeBlock h3 {
    color: #A1A1A1;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 0 0;
}

.timeBlock span {
    background: #5582C1 0% 0% no-repeat padding-box;
    border-radius: 9px;
    width: 55px;
    height: 74px;
    display: inline-flex;
    color: #fff;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}

.timeBlockNumbers {
    display: flex;
    flex-direction: row-reverse;
}

.auctionTabs {
    padding: 25px 0 0;
    margin: 0 auto 30px;
    max-width: 100%;
}

.auctionOfferUser h3 {
    color: #444444;
}

.auctionOfferUser h5 {
    color: #707070;
}

.placeBide {
    text-align: initial;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 14px 0px 14px 14px;
    padding: 25px;
}

.placeBide h2 {
    color: #6B6B6B;
    font-size: 18px;
    margin-bottom: 20px;
}

.placeBidForm {
    display: flex;
    justify-content: space-between;
}

.placeBidForm input {
    height: 55px;
    background: #FAFAFA;
    border: 0;
    padding: 0 20px;
    width: 82%;
    border-radius: 5px;
}

.placeBidForm input:focus,
.placeBidForm input:active {
    box-shadow: 0 0 0 0.2rem rgb(255, 7, 7, 0.2);
    outline: 0;
}

.placeBidForm .redBtn {
    border-radius: 5px;
    height: 55px;
    border: 0;
    width: 16%;
}

.auctionDetailsTab .orderPageDetails {
    border: 0;
    border-radius: 0 0 14px 14px;
}

.auctionDetailsTab li {
    margin: 0;
    padding: 0;
}

.auctionDetailsTab li::before {
    display: none;
}

.auctionSlider {
    margin-bottom: 50px;
}

.auctionSlider img {
    border-radius: 29px;
}

.auctionPageDetails {
    margin-bottom: 50px;
}

.auctionPageDetails .orderPageDetails {
    border-radius: 14px 0px 14px 14px;
}

.auctionPageDetails h2 {
    padding: 11px 20px 5px 20px;
}

.auctionDetailsBox {
    padding: 20px;
    color: #484848;
    font-size: 18px;
}

.auctionDetailsBox p {
    line-height: 31px;
}

@media screen and (max-width:767px) {
    .profileAuction .orderIcon {
        width: 70px;
        height: 70px;
    }

    .auctionCounter {
        padding: 10px;
        margin-bottom: 15px;
    }

    .timeBlock {
        padding: 0 6px;
    }

    .timeBlock h3 {
        font-size: 13px;
    }

    .timeBlock span {
        width: 25px;
        height: 35px;
        font-size: 16px;
        margin: 0 2px;
        border-radius: 5px;
    }

    .timeBlock h3 {
        margin: 10px 0 0 0;
    }

    .auctionTabs {
        padding: 10px 0 0;
        margin-bottom: 15px;
    }

    .auctionRecentOffer {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        border-top: 1px solid #d4d4d4;
    }

    .auctionRecentOffer:nth-child(odd) {
        background: #FCFCFC;
    }

    .auctionRecentOffer .index {
        width: 40px;
    }

    .auctionRecentOffer span {
        width: 30px;
        height: 30px;
        background: #220081;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        border-radius: 5px;
        margin-inline-end: 10px;
    }

    .auctionOfferUser {
        width: calc(100% - 40px);
    }

    .auctionOfferUser>* {
        font-size: 13px;
    }

    .auctionOfferDate {
        width: calc(100% - 40px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-inline-start: auto;
    }

    .auctionOfferDate p {
        margin: 0;
    }

    .placeBide {
        padding: 12px;
    }

    .placeBidForm input {
        height: 45px;
        font-size: 14px;
        padding: 0 10px;
    }

    .placeBidForm .redBtn {
        height: 45px;
        font-size: 12px;
        width: 50px;
    }

    .auctionSlider {
        margin-bottom: 25px;
    }

    .auctionSlider img {
        border-radius: 10px;
    }

    .auctionPageDetails h2 {
        padding: 5px 12px 5px;
    }

    .auctionDetailsBox {
        padding: 0 10px 10px;
    }

    .auctionDetailsBox p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:768px) {

    .profileAuction .orderInfo>*,
    .profileAuction .orderInfo label {
        margin: 0;
    }
}

@media (min-width:768px) {
    .auctionRecentOffer {
        display: flex;
        align-items: center;
        text-align: initial;
        padding: 10px 15px;
        border-top: 1px solid #EEEEEE;
    }

    .auctionRecentOffer:nth-child(odd) {
        background: #FCFCFC
    }

    .auctionRecentOffer .index {
        width: 10%;
    }

    .auctionRecentOffer span {
        width: 37px;
        height: 37px;
        background: #002A64;
        border-radius: 8px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .auctionOfferUser {
        width: 50%;
        display: flex;
    }

    .auctionOfferDate {
        width: 40%;
        display: flex;
    }

    .auctionOfferUser>* {
        width: 50%;
        margin: 0;
        font-size: 17px;
    }

    .auctionOfferDate>p {
        width: 50%;
        margin: 0;
    }
}

@media (min-width:1024px) {
    .auctionRecentOffer {
        padding: 10px 25px;
    }

    .auctionRecentOffer .index {
        width: 5%;
    }

    .auctionOfferUser {
        width: 65%;
    }

    .auctionOfferDate {
        width: 30%;
    }
}


/*==========================||---------------------------||========================*/
/*==========================||        Store Sign Up      ||========================*/
/*==========================||---------------------------||========================*/

.storeSignUp .formBox {
    max-width: 950px;
    padding: 10px 15px 20px;
}

.storeSignUp h2 {
    padding: 0;
}

.storeSignUp h2::after {
    right: 0;
}

.storeSignUp .formBody {
    padding: 40px 6%;
}

.mainImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
}

.uploadImageBox {
    width: 126px;
    height: 114px;
    border: 1px dashed #A1A1A1;
    border-radius: 7px;
    background: #f9f9f9;
    cursor: pointer;
    position: relative;
}

.uploadImage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: inherit;
    cursor: pointer;
}

.uploadImage input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.uploadImage label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uploadImageBox:hover {
    border-color: #ED1B24;
}

.uploadImage:hover {
    background: rgba(237, 27, 36, .15);
}

.uploadImage:hover img {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.uploadImageBox .preview {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.uploadImageBox .preview img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.uploadImageBox .deleteImage {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #ED1B24;
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storeSignUp h4 {
    color: #A1A1A1;
    font-size: 14px;
    line-height: 24px;
}

.mainImage .uploadImageBox {
    margin: 0 auto 10px;
}

.otherImages {
    padding: 15px 0;
    text-align: center;
}

.otherImagesBox {
    display: flex;
    max-width: 565px;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
    margin: auto;
}

.otherImagesBox .uploadImageBox {
    margin-inline-end: 15px;
    margin-bottom: 15px;
}

.uploadMore {
    width: 126px;
    height: 114px;
    border: 1px dashed #ED1B24;
    border-radius: 7px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.uploadMore span {
    width: 36px;
    height: 36px;
    border: 2px solid #ED1B24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED1B24;
}

.uploadMore:hover {
    background: #ED1B24;
}

.uploadMore:hover span {
    color: #fff;
    border-color: #fff;
}


.linkField {
    margin-bottom: 15px;
    position: relative;
}

.linkField label {
    color: #6B6B6B;
    font-size: 15px;
    line-height: 31px;
    display: block;
    font-weight: 500;
}

.linkField input {
    background: #FAFAFA;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    border: 0;
    padding: 0 15px;
    padding-inline-start: 60px;
    font-size: 14px;
}

.linkField span {
    width: 50px;
    height: 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #FAFAFA;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e9e9e9;
    font-size: 23px;
}

.linkField input::placeholder {
    color: #BFBFBF;
}

.storeSignUp .redBtn {
    margin: 30px 0 0 0;
}

.hideUpload {
    display: none;
}

@media screen and (max-width:768px) {
    .storeSignUp .formBox {
        padding: 0 12px;
    }

    .storeSignUp .formBody {
        padding: 25px 0 15px;
    }

    .mainImage {
        padding-bottom: 0;
    }

    .mainImage .uploadImageBox {
        margin-bottom: 5px;
    }

    .uploadMore,
    .uploadImageBox {
        width: 80px;
        height: 80px;
    }

    .uploadImage img {
        max-width: 35px;
    }

    .storeSignUp h4 {
        font-size: 13px;
    }

    .otherImagesBox {
        padding: 0;
    }

    .linkField {
        margin-bottom: 10px;
    }

    .linkField label {
        font-size: 12px;
        margin: 0;
    }

    .linkField input {
        height: 45px;
        font-size: 12px;
        padding-inline-start: 45px;
    }

    .linkField span {
        height: 45px;
        width: 40px;
        font-size: 17px;
    }
}

@media screen and (max-width:575px) {
    .otherImagesBox .uploadImageBox {
        margin-inline-end: 8px;
        margin-bottom: 8px;
        width: 60px;
        height: 60px;
    }

    .uploadMore {
        width: 60px;
        height: 60px;
    }

    .uploadMore span {
        width: 25px;
        height: 25px;
        font-size: 11px;
    }

    .otherImages {
        padding-bottom: 0;
    }

    .otherImagesBox .uploadImage img {
        max-width: 25px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .otherImagesBox {
        max-width: 365px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||      Profile Store        ||========================*/
/*==========================||---------------------------||========================*/

.storePage .formBox {
    max-width: 100%;
    margin: 0;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    border-radius: 10px;
}

.storePage .formBody {
    padding: 0 5% 15px;
}

.storePage .formBox h2 {
    padding: 0;
}

.storePage .formBox h2::after {
    right: 0;
}

.storeSide {
    background: #002A64 0% 0% no-repeat padding-box;
    border-radius: 9px;
    padding: 20px 15px;
    color: #fff;
}

.storeSideHead {
    display: flex;
    align-items: center;
    text-align: initial;
    margin-bottom: 20px;
}

.storeAvatar {
    width: 74px;
    height: 74px;
    border: 4px solid #043982;
    border-radius: 50%;
    margin-inline-end: 10px;
}

.storeAvatar img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.storeSideHead h2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.storeSideHead h5 {
    font-size: 10px;
    line-height: 20px;
    margin: 0;
}

.storeList a {
    display: flex;
    align-items: center;
    padding: 13px 15px;
    color: inherit;
    position: relative;
    transition: all .3s ease-in-out;
    border-radius: 2px;
    margin-bottom: 12px;
    font-size: 16px;
}

.storeList img {
    margin-inline-end: 15px;
}

.storeList a::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-inline-start: auto;
}

.storeList a.active,
.storeList a:hover {
    background: #ED1B24;
    color: #fff;
}

.storePage .mainImage .uploadImageBox {
    border: 4px solid #E3E3E3;
    border-radius: 50%;
    width: 110px;
    height: 110px;
}

@media screen and (max-width:575px) {
    .storePage .formBox {
        margin: 20px 0;
    }

    .storePage .formBox h2 {
        margin-bottom: 20px;
    }

    .storePage .formBox {
        padding: 15px 10px;
    }

    .storePage .formBody {
        padding: 0;
    }

    .storeSide {
        padding: 15px;
    }

    .storeSideHead {
        margin-bottom: 10px;
    }

    .storeAvatar {
        width: 50px;
        height: 50px;
    }

    .storeSideHead h2 {
        font-size: 12px;
    }

    .storeList a {
        font-size: 12px;
        margin-bottom: 5px;
        padding: 10px;
    }

    .storePage .formBox {
        padding-top: 0;
    }
}


@media (min-width:768px) and (max-width:992px) {
    .storePage .formBox h2 {
        line-height: 40px;
        margin-bottom: 30px;
    }

    .storePage .formBody {
        padding: 0;
    }

    .storeList a {
        font-size: 13px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||       Store Products      ||========================*/
/*==========================||---------------------------||========================*/

.storeTableFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.storeFilter {
    display: flex;
    align-items: center;
}

.storeFilter label {
    color: #535455;
    font-size: 13px;
    margin-bottom: 0;
    margin-inline-end: 10px;
    font-weight: 600;
}

.storeFilter select,
.storeFilter .customSelect select.form-control:not([size]):not([multiple]) {
    min-width: 80px;
    border-radius: 5px;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
}

.storeFilter .customSelect::after {
    top: 17px;
    left: 11px;
    width: 6px;
    height: 6px;
}

.storeSearch {
    position: relative;
    width: 266px;
}

.storeFilter .form-control {
    border: 0;
    height: 40px;
    border-radius: 5px;
    background: #F9F9F9;
    font-size: 13px;
    color: #9F9F9F;
}

.storeFilter .form-control:focus,
.storeFilter .form-control:active {
    box-shadow: 0 0 0 0.2rem rgb(255, 7, 7, 0.2);
}

.storeSearch .searchBtn {
    position: absolute;
    background: transparent;
    left: 5px;
    border: 0;
    color: #9F9F9F;
    font-size: 13px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.storeSearch .searchBtn:hover {
    color: #ED1B24;
}

.storeFilter:nth-child(3) select,
.storeFilter:nth-child(3) .customSelect select.form-control:not([size]):not([multiple]) {
    min-width: 110px;
}

.storeFilter .redBtn {
    height: 40px;
    border-radius: 7px;
    font-size: 13px;
    width: 135px;
    margin: 0;
}

.storeFilter .redBtn span {
    margin-inline-start: 10px;
}

.storeFilter .redBtn i {
    font-size: 10px;
}

.storeFilter .redBtn:hover {
    color: #fff;
}

.storeTable .table thead {
    background: #002A64;
    color: #fff;
}

.storeTable .table th {
    font-size: 15px;
    font-weight: 500;
}

.storeTable .table tr {
    border: 1px solid #F2F2F2;
    border-top: 0;
}

.storeTable .table td {
    color: #9F9F9F;
    font-size: 17px;
    vertical-align: middle;
}

.storeTable .table img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.storeTable .table td:first-of-type {
    text-align: center;
}

.tableAction {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.tableToggle {
    width: 40px;
    height: 40px;
    background: #F9F9F9;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.tableToggle span {
    width: 14px;
    height: 1px;
    background: #9F9F9F;
    margin-bottom: 4px;
    display: block;
    box-sizing: border-box;
}

.tableToggle span:nth-child(2) {
    width: 11px;
}

.tableToggle span:nth-child(3) {
    width: 9px;
}

.tableToggle.open ,
.tableToggle:hover,
.tableToggle:focus {
    background: #ED1B24;
}

.tableToggle.open span ,
.tableToggle:hover span,
.tableToggle:focus span {
    background: #fff;
}

.tableList {
    position: absolute;
    top: 100%;
    left: 0;
    width: 87px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 0px 5px 5px 5px;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    margin-top: -5px;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.tableList>* {
    display: flex;
    padding: 5px;
    justify-content: center;
    color: #535455;
    border-bottom: 1px solid #EBEBEB;
}

.tableList>*:last-of-type {
    border: 0;
}

.tableList>*:hover {
    background: #ED1B24;
    color: #fff;
}

.tableToggle.open span:first-of-type {
    transform: rotate(45deg) translate(3px, 3px);
}

.tableToggle.open span:nth-child(2) {
    display: none;
    margin: 0;
}

.tableToggle.open span:last-of-type {
    transform: rotate(-45deg) translate(0px, -1px);
    width: 100%;
}

.tableList.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.tableFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #535455;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.dataTables_paginate a {
    width: 26px;
    height: 26px;
    font-size: 13px;
    margin: 0 2px;
}

.dataTables_paginate .pagination a:first-of-type,
.dataTables_paginate .pagination a:last-of-type {
    border-radius: 4px;
    background: #F7F8F9;
    border: 0;
}

.dataTables_paginate .pagination a:first-of-type:hover,
.dataTables_paginate .pagination a:last-of-type:hover {
    background: #ED1B24;
    color: #fff;
}

.storeOrdersTabs {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EEEEEE;
    border-radius: 9px;
    padding: 20px;
    margin-bottom: 20px;
}

.storeOrdersTabs .tabsList {
    border: 0;
    margin: 0;
    text-align: initial;
}

.storeOrdersTabs .tabBtn {
    font-size: 14px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: #585858;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    margin-inline-end: 20px;
    min-width: 23%;
}

.storeOrdersTabs .tabBtn.active,
.storeOrdersTabs .tabBtn:hover {
    background: #DA001A;
    color: #fff;
}

.storeOrdersTabs .tabBtn.active::after,
.storeOrdersTabs .tabBtn:hover::after {
    display: none;
}

.storeOrderPage .storeTableFilter {
    justify-content: flex-start;
}

.storeOrderPage .storeFilter {
    margin-inline-end: 30px;
}

.storeTable .greyBtn {
    height: 40px;
    background: #F9F9F9;
    border-radius: 7px;
    font-size: 14px;
    width: 60px;
}

.storeTable .greyBtn:hover {
    background: #DA001A;
    color: #fff;
}

.storeOrderDetails .tableBox {
    margin-bottom: 5px;
}

.storeOrderDetails .table {
    margin: 0;
}

.storeOrderDetails .tableBox .table td,
.storeOrderDetails .tableBox .table th {
    padding: 20px 10px;
    font-size: 15px;
    line-height: 30px;
}

.storeOrderDetails .orderDetailsList {
    padding-inline-end: 3%;
}

.storeOrderDetails .orderDetailsList li:nth-child(odd) {
    border-left: 1px solid #EEEEEE;
}

.storeOrderDetails .orderPageDetails {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.storeOrderDetails .orderPageDetails h2 {
    padding-inline-start: 15px;
}

.storeOrderDetails .orderPageDetails h2::after {
    right: 15px;
}


.storeOrderDetails .orderDetailsList label {
    min-width: 200px;
}

.orderDetailsAction .redBtn {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 0;
}

.storeAuctionPage .tabsList {
    display: flex;
    justify-content: space-between;
}

.storeAuctionPage .tabBtn {
    width: calc( 50% - 15px );
    margin: 0;
}

.storeAuctionPage .storeTable .greyBtn {
    width: auto;
    padding: 5px;
    font-size: 13px;
}

.auctionModal {
    padding: 0px 25px 20px;
    text-align: initial;
}

.auctionModal h2 {
    letter-spacing: 0.34px;
    color: #ED1B24;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    margin-bottom: 20px;
}

.auctionModal h2::after {
    content: '';
    background: #ED1B24;
    width: 179px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    right: 0;
    border-radius: 3px;
}

.auctionModal .redBtn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 0;
    margin: 25px 0 0 0;
}

@media screen and (max-width:575px) {
    .storeFilter {
        flex-direction: column;
        align-items: baseline;
    }

    .storeFilter {
        margin: 5px 0;
    }

    .storeFilter label {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .storeSearch {
        width: 100%;
    }

    .storeOrderPage .storeFilter {
        margin-inline-end: 0;
    }

    .storeFilter:first-of-type {
        order: 1;
    }

    .storeFilter:nth-child(2) {
        order: 3;
    }

    .storeFilter:nth-child(3) {
        order: 2;
    }

    .storeFilter:nth-child(4) {
        order: 4;
        width: 100%;
    }

    .storeFilter .redBtn {
        width: 100%;
    }

    .storeTableBox {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .storeTableBox::-webkit-scrollbar {
        display: none;
    }

    .storeTable .table th,
    .storeTable .table td {
        font-size: 10px;
        padding: 5px;
        white-space: nowrap;
    }

    .storeTable .table img {
        width: 25px;
        height: 25px;
    }

    .tableToggle {
        width: 25px;
        height: 25px;
        padding: 6px;
    }

    .tableToggle span:last-of-type {
        margin: 0;
    }

    .tableFooter {
        flex-wrap: wrap;
    }

    .dataTables_info {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .dataTables_paginate a {
        font-size: 12px;
    }

    .dataTables_paginate {
        margin-inline-start: auto;
    }

    .storeOrderPage .storeTableFilter {
        justify-content: space-between;
    }

    .storeOrdersTabs {
        padding: 10px;
        margin: 15px 0 0 0;
    }

    .storeOrdersTabs .tabBtn {
        font-size: 10px;
        padding: 2px 10px;
        margin-inline-end: 6px
    }

    .storeTable .greyBtn {
        font-size: 12px;
        width: 45px;
        height: 35px;
        padding: 5px;
    }
    
    .storeOrderDetails .orderDetailsList label {
        min-width: 115px;
    }

    .orderDetailsAction .redBtn {
        margin: 20px 0 0 0;
        height: 45px;
        font-size: 14px;
    }

    .storeAuctionPage .tabBtn {
        width: auto;
        padding: 3px 18px;
    }

    .auctionModal .redBtn {
        margin: 25px 0 0 0;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .storeFilter {
        margin-bottom: 10px;
    }

    .storeTableFilter {
        margin-bottom: 0;
    }

    .storeTable .table th,
    .storeTable .table td {
        font-size: 10px;
        padding: 5px;
        white-space: nowrap;
    }

    .storeTable .table img {
        width: 25px;
        height: 25px;
    }

    .tableToggle {
        width: 25px;
        height: 25px;
        padding: 6px;
    }

    .tableToggle span:last-of-type {
        margin: 0;
    }


    .storePage .row {
        margin: 0 -5px;
    }

    .storePage .formBox h2 {
        font-size: 15px;
    }

    .storeFilter label {
        font-size: 11px;
    }

    .dataTables_info {
        font-size: 12px;
    }

    .dataTables_paginate a {
        font-size: 12px;
    }

    .storePage .col-12 {
        padding: 0 5px;
    }

    .storeOrdersTabs .tabBtn {
        font-size: 11px;
        padding: 2px 15px;
        margin-inline-end: 9px;
    }

    .storeOrdersTabs {
        padding: 15px;
        margin-bottom: 10px;
    }

    .storeOrderPage .storeFilter {
        margin-inline-end: 15px;
    }

    .storeTable .greyBtn {
        font-size: 11px;
        width: 50px;
        height: 35px;
        padding: 5px;
    }

    .storeOrderDetails .tableBox .table td, 
    .storeOrderDetails .tableBox .table th {
        padding: 5px;
        font-size: 12px;
    }
    
    .storeOrderDetails .orderDetailsList label {
        font-size: 13px;
        min-width: 150px;
    }
    
    .storeOrderDetails .orderDetailsList span {
        font-size: 13px;
    }

    .storeAuctionPage .storeTable .greyBtn {
        font-size: 10px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||        Notifications     ||========================*/
/*==========================||---------------------------||========================*/

.notificationsPageBox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EEEEEE;
    border-radius: 10px 10px 0px 0px;
    padding: 25px;
}

.notification {
    padding: 15px;
    text-align: initial;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.notification .notificationIcon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(237, 27, 36, .15);
    padding: 5PX;
    margin-inline-end: 15px;
}

.notification h3 {
    color: #535455;
    font-size: 15px;
    font-weight: 500;
}

.notification span {
    color: #989898;
    font-size: 14px;
}

@media screen and (max-width:575px) {
    .notificationsPageBox {
        padding: 10px;
    }
    
    .notification {
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .notificationBody {
        width: calc( 100% - 50px);
    }
    
    .notification .notificationIcon {
        width: 40px;
        height: 40px;
        margin-inline-end: 10px;
    }
    
    .notification .notificationIcon img {
        max-width: 15px;
    }
    
    .notification h3 {
        font-size: 11px;
        line-height: 18px;
        margin: 0;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||         Add Product       ||========================*/
/*==========================||---------------------------||========================*/

.addProductForm .formBody {
    padding-top: 20px;
}

.fieldColors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.addProductForm .redBtn {
    max-width: 565px;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}

.addProductForm .checkbox label {
    font-weight: 500;
}

.mazadPrices ,
.offerPrice {
    display: none;
}

@media screen and (max-width:768px) {
    .addProductForm .formBody {
        padding-top: 0;
    }

    .addProductForm .checkbox {
        padding-inline-start: 20px;
        margin-inline-end: 15px;
    }

    .addProductForm .checkbox label {
        line-height: 33px;
    }
}

@media (min-width:768px) {
    .addProductForm .checkbox label::before {
        width: 23px;
        height: 23px;
        border-radius: 4px;
        top: 6px;
    }
    
    .addProductForm .checkbox {
        padding-inline-start: 35px;
        margin-inline-end: 30px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    
    .addProductForm .checkbox input:checked+label::after {
        width: 7px;
        height: 14px;
        top: 8px;
        right: 8px;
    }
}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/


@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/

@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/


@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/


@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/


@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/


@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/


@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/

@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/

@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             Header        ||========================*/
/*==========================||---------------------------||========================*/

@media screen and (max-width:768px) {}

/*==========================||---------------------------||========================*/
/*==========================||             EN            ||========================*/
/*==========================||---------------------------||========================*/

.en {
    direction: ltr;
    text-align: left;
}

.en .headerFilterCats select {
    padding: 0 0 0 50px;
}

.en .headerFilterCats .filterToggle {
    right: auto;
    left: 15px;
}

.en .headerNotifications {
    margin: 0 20px 0 0;
    right: 70px;
    left: auto;
}

.en .headerFilterCats::before {
    left: auto;
    right: -7px;
}

.en .share {
    left: auto;
    right: 0;
}

.en .share a {
    border-radius: 10px 0 0 10px;
}

.en .subscribeBox button {
    margin: -2px -1px 0 0;
}

.en .subscribeBox button i {
    transform: rotate(180deg);
}

.en .footerInfo h3::before {
    margin: 0 7px 0 0;
}

.en .footerInfo a::before,
.en .footerInfo p::before {
    margin: 0 5px 0 0;
}

.en .sideSearch input {
    padding: 0 40px 0 10px;
}

.en .sideSearch button {
    left: auto;
    right: 0;
}

.en .sideFilter h2::after {
    left: 0;
    right: auto;
}

.en .filterCollapseHead label::before {
    border-right: 0;
    border-left: 10px solid #ED1B24;
    margin: 0 8px 0 0;
}

.en .checkbox label::before {
    left: 0;
}

.en .checkbox input:checked+label::after {
    left: 6px;
    right: auto;
}

.en .rangeValues {
    flex-direction: row-reverse;
}

.en .cartBox h3::after {
    left: 0;
}

.en .tabContent li::before {
    left: 0;
}

.en .storeList a::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.en .linkField span {
    right: auto;
    left: 0;
}

.en .uploadImageBox .deleteImage {
    right: auto;
    left: 4px;
}

.en .storeSignUp h2::after {
    right: auto;
    left: 0;
}

.en .timeBlockNumbers {
    flex-direction: row;
}

.en .orderDetailsList label {
    border-left: 0;
    border-right: 1px solid #EEEEEE;
}

.en .orderPageDetails h2::after {
    left: 12px;
    right: auto;
}

.en .fieldIcon span {
    left: auto;
    right: 0;
}

.en .addressHeader .radiobox label::after {
    right: auto;
    left: 0;
}

.en .storeOrderPage h2::after {
    left: 0;
}

.en .customSelect::after {
    right: 15px;
    left: auto;
}

.en .storeFilter .customSelect::after {
    right: 11px;
    left: auto;
}

.en .pagination a:first-of-type,
.en .pagination a:last-of-type {
    transform: rotate(180deg);
}

.en .storeSearch .searchBtn {
    right: 5px;
    left: auto;
}

.en .storeOrderDetails .orderPageDetails h2::after {
    right: auto;
    left: 15px;
}

.en .storePage .formBox h2::after {
    right: auto;
    left: 0;
}

.en .auctionModal h2::after {
    right: auto;
    left: 0;
}

@media screen and (max-width: 575px) {
    .en .headerFilter .redBtn {
        left: auto;
        right: 0;
    }

    .en .headerFilter input {
        padding: 0 40px 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .en .headerCart {
        left: auto;
        right: 50px;
    }

    .en .navBtn {
        left: auto;
        right: 0;
    }

    .en .headerNav {
        transform: translateX(-100%);
        right: auto;
        left: 0;
    }

    .en .headerNav.show {
        transform: translateX(0);
    }
}

@media (min-width:768px) {
    .en .orderTotal {
        border-right: 0;
        border-left: 3px solid #D4D4D4;
    }
}