:root {
    --pcolor: #f9f9f9;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

a {
    text-decoration: none;
    outline: none !important
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    text-decoration: none;
    outline: none !important
}

#loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999999999999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.match.imgslido {
    max-height: 98px !important;
}

.loader img {
    animation: loads 0.8s infinite ease-in-out alternate-reverse;
}

@keyframes loads {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

#loader-wrapper h2 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 0;
    font: normal normal bold 20px/30px Montserrat;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

body {
    font-family: 'Muli', sans-serif;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
    outline: none !important;
}

body h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #0E1821;
    font-weight: 600;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.header {
    background: #ffffff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
}

.header .paddzero {
    padding: 0!important;
}

a.chat-wp {
    position: fixed;
    display: block;
    z-index: 9999;
    width: 60px;
    left: 30;
    bottom: 30px;
    /* animation: fopo 1s infinite linear; */
}

a.chat-wp img {
    width: 100%;
}

.head {
    position: relative;
    background: #0E1821;
    z-index: 3;
}

.toppatch {
    width: 100%;
    background: #A6D719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 48px;
    position: relative;
    border-bottom: 1px solid #A6D719;
    z-index: 3;
    transition: 0.5s all ease-in-out;
}

.toppatch .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
}

.toppatch .container:before,.toppatch .container:after {
    display: none;
}

.topintro p {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-family: Unbounded, sans-serif;
    letter-spacing: 0.35px;
    color: #0e1821;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.topintro2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.mailandcontact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.mailandcontact a {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.35px;
    color: #fff;
    margin: 0 0 0 17px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.mailandcontact a:not(:nth-child(1)):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #fff;
    top: 0;
    left: -8px;
}

.mailandcontact a:hover {
    color: #fff;
    text-decoration: none;
}

.mailandcontact a .fa {
    color: #fff;
    font-size: 15px;
    margin: 0 9px 0 0;
}

.socialflexx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 0 0 4px;
}

.socialflexx a {
    width: 24px;
    height: 23px;
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
    text-decoration: none;
    transition: 0.3s all;
}

.socialflexx a .fa {
    font-size: 15px;
    color: #fff;
    transition: 0.3s all;
}

.socialflexx a:hover {
    background: #000;
    text-decoration: none;
    transition: 0.3s all;
}

.socialflexx a:first-child:hover {
    background: #3b5998;
    border-color: #3b5998;
}

.socialflexx a:nth-of-type(2):hover {
    background: #00acee;
    border-color: #00acee;
}

.socialflexx a:nth-of-type(3):hover {
    background: #0e76a8;
    border-color: #00acee;
}

.socialflexx a:nth-of-type(4):hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border-color: transparent;
}

.socialflexx a:nth-of-type(5):hover {
    background: #DB5A5A;
    border-color: #00acee;
}

.socialflexx a:nth-of-type(6):hover {
    background: #c8232c;
    border-color: #00acee;
}

.socialflexx a:hover .fa {
    color: #fff;
    transition: 0.3s all;
}

.head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 0;
}

.head .container:before,.head .container:after {
    display: none
}

.logoandtoggleflex {
    width: 25%;
    transition: 0.5s all ease-in-out;
}

.logo {
    transition: 0.5s all ease;
}

.logo a {
    display: block;
    padding: 4px 2px;
}

.logo a img {
    height: 85px;
}

header.header.fixed {
    box-shadow: 2px 2px 3px 2px #ddd;
    z-index: 999;
}

header.header.fixed {
    animation: slide-down 0.3s ease-in-out forwards;
    box-shadow: 1px 1px 3px 0px #110f0f;
}

@keyframes slide-down {
    0% {
        top: -10%;
    }

    100% {
        top: 0;
    }
}

.headerp0 {
    padding: 0;
}

.headerserachform {
    width: 48%;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    margin: 0 0 0 19%;
}

.headerserachform form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.headerserachform form .form-group {
    margin: 0;
}

.headerserachform form .form-group.text {
    width: 63%;
}

.headerserachform form .form-group.select {
    width: 27%;
}

.headerserachform form .form-group.text .form-control {
    width: 100%;
    border-radius: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    height: auto;
    font: normal normal normal 16px/21px Poppins;
    letter-spacing: 0px;
    color: #707070;
    padding: 10px 15px;
}

.headerserachform form .form-group.select .form-control {
    width: 100%;
    border-radius: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    height: auto;
    font: normal normal normal 12px/19px Poppins;
    letter-spacing: 0.24px;
    color: #3F3F3F;
    padding: 5px 10px;
    position: relative;
}

.headerserachform form .form-group.select .form-control:before {
    content: '';
    position: absolute;
    top: 20%;
    left: -10px;
    background: #707070;
    height: 60%;
    width: 1px;
}

.bootstrap-select>.dropdown-toggle {
    border: 0;
    margin: 0;
    box-shadow: none !important;
    padding: 2px 5px 2px 3px;
    outline: none !important;
    background: #fff !important;
}

.headerserachform form .form-group.select .bootstrap-select .dropdown-toggle:focus, .headerserachform form .form-group.select .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    background: #fff !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    color: #3F3F3F;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.headerserachform form .form-group.select .bootstrap-select .dropdown-toggle .caret {
    right: -3px;
    border-top: 0;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    margin: 0;
    transform: rotate(-45deg);
    border-radius: 0;
    display: block;
    top: 35%;
    border-right: 0;
    border-top: 0;
}

.headerserachform form .form-group.select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.headerserachform form .form-group.select .dropdown-menu>.active>a, .headerserachform form .form-group.select .dropdown-menu>.active>a:focus, .headerserachform form .form-group.select .dropdown-menu>.active>a:hover {
    background: #f48814;
    color: #fff;
}

.headerserachform form button {
    width: 40px;
    margin: 0 0 0 2%;
    background: #fff;
    outline: none;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    outline: none;
    text-decoration: none;
}

.headerserachform form button .fa {
    color: #F48814;
    font-size: 19px;
}

.signupandloginflexx {
    width: 20%;
    margin: 0 0 0 1%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.searchformflexx {
    background: #fff;
    width: 70%;
    margin: 0 auto;
    border-radius: 5px;
}

.signupandloginflexx a.signup {
    opacity: 1;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    display: flex;
    padding: 0px 0px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}

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

.customCategoryMenu ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.customCategoryMenu ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}
.signupandloginflexx a.signup span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    margin: 0 10px 0 20%;
    display: block;
    overflow: hidden;
}

.signupandloginflexx div.search {
    color: #444141;
    padding: 0 30px;
    /*background:#fff;*/
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
}

.signupandloginflexx div.search img {
    width: 22px;
    cursor: pointer;
}


.searchformflexx form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 15px;
}

.searchformflexx form .form-group {
    width: 90%;
    margin: 0;
}

.searchformflexx form .form-group .form-control {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    height: auto;
    padding: 6px 0px;
    color: #000;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: 0;
}

.searchformflexx form button {
    border: 0;
    outline: none;
    text-align: center;
    padding: 9px 0;
    outline: none;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.searchformflexx form button .fa {
    color: #000;
    font-size: 14px;
    font-weight: 100;
}

.afterlogin {
    position: relative;
    padding: 34px 0;
}

.afterlogin:after {
    content: '\f107';
    font-family: fontAwesome;
    color: #ffffff;
    position: absolute;
    top: 33px;
    right: 2px;
    font-size: 16px;
}

.afterlogdrop {
    width: 100%;
    position: absolute;
    top: 70%;
    left: 0;
    background: #fff;
    padding: 0;
    display: none;
    opacity: 0;
}

.afterlogdrop ul {
    width: 100%;
    list-style: none;
    margin: 0;
}

.afterlogdrop ul li a {
    padding: 8px 15px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    color: #000;
    display: block;
}

.afterlogdrop ul li a:hover {
    background: #A6D719;
    color: #fff;
}

.afterlogin:hover .afterlogdrop {
    display: block;
    opacity: 1;
    animation: menushowin 0.2s ease-in-out forwards;
}

@keyframes menushowin {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.allmenusweb {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0px 0 0 0;
}

.allmenusweb > ul {
    list-style: none;
    padding: 0 0px 0 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.allmenusweb > ul > li {
    margin: 0 0 0 0px;
    padding: 40px 15px;
}

.allmenusweb ul li:last-child {
    padding-right: 0;
}

.allmenusweb > ul > li > a {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 0px 0px;
    position: relative;
    transition: 0.5s all;
    font-weight: 600;
}

.allmenusweb > ul > li > a:hover {
    transition: 0.5s all;
}

.allmenusweb > ul > li:hover > a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #edb626;
    left: 0;
}

.allmenusweb > ul > li.active > a {
    color: #EE2F4F;
}

.catdroplist {
    z-index: 9999;
    right: 0;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #0E1821;
    
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    margin: 0px auto;
    visibility: hidden;
    padding: 15px 100px;
}

header.header.fixed .catdroplist {
    padding: 55px 100px;
}

.allmenusweb > ul > li.catdrophover:hover .catdroplist {
    display: block;
    opacity: 1;
    overflow: visible;
    visibility: visible !important;
    animation: menushow 0.2s ease-in-out forwards;
    z-index: 9999999999;
}

@keyframes menushow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.catdroplistin {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catsublist {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catsublist.w40 {
    width: 35%;
}

.catsublist h4 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #0E1821;
    text-transform: uppercase;
    margin: 0 0 16px;
    border-bottom: 1px solid #0E1821;
}

.catsublist > ul {
    list-style: none;
    margin: 0 0 32px;
}

.catsublist > ul > li {
    margin: 0 0 10px;
}

.catsublist > ul.colco {
    column-count: 2
}

.catsublist > ul > li > a {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #2D2D2D;
    opacity: 1;
    text-decoration: none;
}

.catsublist > ul > li > a:hover {
    color: #A6D719;
}

.catsublist img {
    width: 100%;
    margin: 0px auto;
}

.menusflexbar {
    width: 81%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: 0.5s all ease-in-out;
}

header.header.fixed .toppatch {
    display: none;
    transition: 0.5s all ease-in-out;
}

/*header.header.fixed .allmenusweb{
    width:47%
    }*/
header.header.fixed .allmenusweb > ul > li {
    padding: 37px 15px;
    transition: 0.5s all ease-in-out;
}

header.header.fixed .allmenusweb > ul > li:last-child {
    padding-right: 0;
}

header.header.fixed .afterlogin {
    padding: 20px 0px;
    transition: 0.5s all ease-in-out;
}

header.header.fixed .logoandtoggleflex .logo a img {
    width: 170px;
    transition: 0.5s all ease-in-out;
}


header.header.fixed .afterlogin:after {
    top: 16px;
}

.home-banner-section {
    width: 100%;
    position: relative;
    margin: 0;
    background: url(../images/bannerMainBg.jpg);

    z-index: 0;
}

body.home:before {
    content: '';
    width: 1061px;
    height: 601px;
    background: #F3F3F3;
    position: absolute;
    top: -36px;
    left: 0;
    z-index: -1;
    opacity: 0.54;
}

.head:before {
    content: '';
    width: 1110px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    opacity: 0.54;
}

.home-banner-section .container-fluid {
    padding: 0;
    width: 100%;
    margin: 0px auto;
    padding: 0 40px;
}

.home-banner {
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.container.header-container {
    width: 100%;
    padding: 0 7% 0 60px;
}

.bannerslider {
    width: 100%;
    margin: 0 !important;
}

.bannerslider .slick-dots {
    width: 100%;
    bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 80px;
    z-index: 99;
}

.bannerslider .slick-dots li {
    height: auto;
    width: auto;
}

.bannerslider .slick-dots li button {
    z-index: 999;
    background: #fff;
    width: 35px;
    height: 5px;
    border-radius: 14px;
    padding: 0 0;
    margin: 0 0 0 10px;
    outline: none;
    text-decoration: none;
}

.bannerslider .slick-dots li button:before {
    display: none;
}

.bannerslider .slick-dots li.slick-active button {
    z-index: 999;
    background: #222222;
}

.bannerslide.slick-slide {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.bannerslide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 69 136 / 78%);
    z-index: 1;
    display: none;
}
.banner-slider-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
        padding-bottom: 30px;
        padding-top: 30px;

}


.bannerslide img {
    width: 100%;
    object-fit: cover;
}

.bannertext {
    width: 40%;
    /* padding: 30px; */
    bottom: 22%;
    /* background: #000000a6; */
}
.banner-slider-image{
    width: 50%;
}

.bannertext h4 {
    text-align: left;
    font-size: 48px;
    line-height: 56px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(190deg, #A6D719, #EEFFBD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.bannertext h3 {
        text-align: left;
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color:  #fff;
    margin: 0 0 9px;
    margin-bottom: 10px;
}
.bannertext p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin: 10px 0;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
}
.bannertext a {
    text-align: left;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #000;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
    background: #A6D719;
    border-radius: 1px;
}

.bannertext a:hover {
    background: #fff;
    transition: 0.5s all ease-in-out;
    color: #000;
}
.banner-slider-image img {
    width: 80%;
    margin: 0px auto;
}

.aboutus-section {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #141821;
}

.aboutus-inner {
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 0;
}

.aboutus-inner p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #2D2D2D;
    margin: 0 auto;
    font-weight: 300;
    max-width: 794px;
}

.aboutus-inner a.read {
    width: 132px;
    display: block;
    border: 1px solid #0E1821;
    background: #0E1821;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 10px 10px;
    text-transform: uppercase;
    margin: 27px auto 40px;
    transition: 0.3s all ease-in-out;
}

.aboutus-inner a.read:hover {
    background: #222222;
    color: #fff;
    border-color: #222222;
    transition: 0.3s all ease-in-out;
}

.weargallery-grid {    
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.wearsub {
    transform: unset;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    padding: 4px;
    background: url(../images/productBG.png);
    background-size: cover;
}

.wearsub:hover:after {
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #141414 100%) 0% 0% no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0.8;
    z-index: 1;
    display: none;
}

.wearsub.span {
    grid-row: unset;
    border: 1px solid #ddd;
    /* width: 250px;
    height: 250px; */
}

.wearsub img {
    width: 80%;
    /* height: 100%; */
    margin: 0px auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 30px;
}

.wearsub.span img {
    width: 100%;
    height: 100%;
}

.hoverbox {
    width: 100%;
    height: auto;
    position: unset;
    top: 0;
    left: 0;
    border: 0;
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* transition: 0.3s all ease-in-out; */
    /* z-index: 2; */
    padding-bottom: 0;
}

.hoverin {
    width: 100%;
    padding: 0;
    text-align: center;
    /* transform: translateY(40px); */
    /* transition: 0.3s all ease-in-out; */
}

.wearsub h5 {
    font-size: 24px;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
    color: #A6D719;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 0;
}

.wearsub a.view_all_btn {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    text-transform: capitalize;
    padding: 5px 0;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 600;
    display: block;
    width: 100px;
    background: #fff;
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    border-top-left-radius: 50px;
}

.wearsub a.view_all_btn:hover {
    color: #fff;
    border: 1px solid;
    background: #0e1821;
}

.hoverbox:hover {
    border-color: transparent;
    transition: 0.3s all ease-in-out;
}

.hoverbox:hover .hoverin {
    transform: translateY(0px);
    transition: 0.3s all ease-in-out;
}

.feature-product-inner {
    padding: 0 0 60px;
}

.featureslider {
    width: 100%;
    padding: 0 0px;
    margin: 27px auto 0;
}

.featureslide.slick-slide {
    margin: 0 8.5px;
    height: auto;
}

.featureproimg {
    width: 100%;
    background: #fff;
    padding: 0;
    position: relative;
    border: 0px solid #ddd;
}

.featureproimg .addcart {
    width: 85%;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    color: #3A3A3A;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 16px;
    left: 7.5%;
    text-decoration: none;
    border: 1px solid #3A3A3A;
    text-align: center;
    padding: 9px;
    display: none;
    transition: 0.3s all ease-in-out;
}

.featureproimg:hover .addcart {
    display: block;
    transition: 0.3s all ease-in-out;
}

.featureproimg .addcart:hover {
    background: #222222;
    color: #fff;
    border-color: #222222;
    transition: 0.3s all ease-in-out;
}

.featureproimg img {
    margin: 0px auto;
    transition: all 0.5s ease-in-out;
}

.slick-slide img.backimages {
    display: none;
    transition: all 0.5s ease-in-out;
}

.featureproimg:hover img.frontImages {
    display: none;
    transition: all 0.5s ease-in-out;
}

.featureproimg:hover img.backImages {
    display: block;
    transition: all 0.5s ease-in-out;
}

img.frontImages {
    transition: all 0.5s ease-in-out;
}

.featureprodetails {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
}

.detailsleft {width: 100%;}

.detailsleft h6 {
    margin: 0 0 5px;
    text-align: left;
}

.detailsleft h6 a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    letter-spacing: 0.45px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.detailsleft h6 a:hover {
    color: #3A3A3A;
}

.detailsleft p {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #0E1821;
    letter-spacing: 0.8px;
    text-align: left;
}

.detailsleft p span {
    font-size: 14px;
    /* text-decoration: line-through; */
    letter-spacing: 0.7px;
    margin: 0 14px 0 0;
}

.wishlistflexx a {
    color: #3A3A3A;
}

.wishlistflexx .fa {
    font-size: 18px;
}

.wishlistflexx a .fa.fa-heart {
    color: #222222;
}

.featureprodetails a .fa.fa-heart {
    color: #222222;
    font-size: 18px;
}

.wishlistflexx {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    color: #222222;
    outline: none;
    border: 0;
    text-decoration: none;
}

.cololistpage {
    margin: 10px 0px;
    text-align: left;
}

.commonarrows .slick-prev {
    height: 29px;
    width: 29px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
    left: 10;
    z-index: 99;
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.commonarrows .slick-prev:before {
    content: '\f104';
    font-family: fontAwesome;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
}

.commonarrows .slick-next {
    height: 29px;
    width: 29px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
    right: 10;
    z-index: 99;
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.commonarrows .slick-next:before {
    content: '\f105';
    font-family: fontAwesome;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
}

.commonarrows .slick-next:hover, .commonarrows .slick-prev:hover {
    background: #A6D719;
    transition: 0.3s all ease-in-out;
}

.commonarrows .slick-next:hover:before, .commonarrows .slick-prev:hover:before {
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.innerpage-banner-section {
    width: 100%;
    position: relative;
    margin: 0 0;
}

.inbanner {
    width: 100%;
    padding: 0 48px;
    position: relative;
}

.inbanner h2 {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #fff;
}

.inbanner h2 span {
    text-transform: lowercase;
}

.inbanner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: brightness(0.7);
}

.aboutuspage-section {
    width: 100%;
}

.aboutuspage-inner {
    width: 100%;
    padding: 55px 48px;
}

.aboutuspage-inner.reachtext p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #2D2D2D;
    margin: 0 0 15px;
    text-align: justify;
    width: 100%;
}
.nopadding{
    padding-top: 0;
}

.aboutuspage-inner.reachtext.nopaddingbottom{
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.aboutuspage-inner.reachtext h5 {
    font-size: 22px;
    line-height: 35px;
    font-family: 'Lato', sans-serif;
    color: #A6D719;
    margin: 0 0 15px;
    font-style: italic;
}

img.aboutleft {
    width: 100%;
    margin: 0 25px 25px 0;
    border: 1px solid #717171;
    padding: 15px;
    height: AUTO;
    object-fit: cover;
}

.latest-products-section {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #0E1821;
}

.latest-products-section:before {
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222222;
    /* opacity: 0.09; */
}

.latest-product-inner {
    width: 100%;
    padding: 48px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.leftimg {
    width: 46%;
    position: relative;
}

.leftimg img {
    filter: grayscale(1);
    width: 100%;
}

.rightslider {
    width: 54%;
    padding: 0 0 0 60px;
}

.latestslider.commonarrows .slick-prev {
    left: -35px;
}

.latestslider.commonarrows .slick-next {
    right: -35px;
}

.latestslider.commonarrows .featureproimg {
    background: #fff;
}

.sectionheadingflex {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 74px;
}

.sectionheadingflex h2 {
    display: inline-block;
    position: relative;
    color: #fff;
}

.sectionheadingflex h2:after {
    content: '';
    width: 61px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 45%;
    right: -90px;
}

.sectionheadingflex p {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0 21% 0 0px;
}

.testimonial-section {
    width: 100%;
    position: relative;
}

.testimonial-inner {
    width: 100%;
    padding: 60px 0px 70px;
}

.testimonialslider {
    width: 100%;
    padding: 0;
    margin: 38px 0 0;
}
.testimonial-section .paddzero {
    padding: 0;
}

.testimonialslide.slick-slide {
    margin: 0 10.5px 15px;
    background: #FFFFFF;
    text-align: left;
    padding: 32px 19px 25px;
    box-shadow: 4px 4px 4px 0px #00000040;
    height: auto;
    margin: 15px;
    border-radius: 10px;
    position: relative;
}

.testimonialslide.slick-slide img.quoteimg {position: absolute;top: 50%;right: 0;transform: translate(-50%,-50%);border: 1px solid #ddd;}

.testimonialslide.slick-slide p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Rajdhani';
    color: #000000;
    font-weight: 500;
    max-height: 150px;
    overflow: auto;
}
.testimonial-user-img {
    box-shadow: 0px 0px 2px 0px #ddd;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #dddddd82;
    padding: 5px;
}

.view-all-reviews-link {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.view-all-reviews-link:hover {
    opacity: 0.8;
    text-decoration: underline !important;
}

.dashbetween {
    margin: 20px auto 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.testimonialslide.slick-slide h6 {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Rajdhani';
    letter-spacing: 0.35px;
    color: #3A3A3A;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

.newsletter-box {
    width: 100%;
    position: relative;
    background: #222222;
}
.newsletter-box::before {
    content: "";
    background: url(../images/ft-container.png);
    width: 100%;
    height: 21px;
    display: block;
    position: absolute;
    top: -20px;
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.newsletter-inner {
    width: 100%;
    padding: 40px 0px 45px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.newslettertext {
    width: 50%;
}

.newslettertext h2 {
    text-align: left;
    color: #fff;
    margin: 0;
    font-size: 28px;
    text-transform: capitalize;
    font-family: Rajdhani;
}

.newslettertext p {
    font-size: 16px;
    line-height: 24px;
    font-family: Rajdhani;
    color: #888888;
    margin: 0 0px;
}

.newsform {
    width: 50%;
}

.newsform form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.newsform form .form-group {
    width: 100%;
    margin: 0 0px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.newsform form .form-group .form-control {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background: transparent;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 10px 17px;
    border: 1px solid #707070;
    transition: 0.3s all ease-in-out;
    height: auto;
    background: #fff;
    color: #000;
    padding-right: 90px;
}

.newsform form .form-group .form-control:hover,.newsform form .form-group .form-control:focus {
    border-color: #fff;
    transition: 0.3s all ease-in-out;
}

.newsform form .form-group .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BBBBBB;
    opacity: 1;
    /* Firefox */
}

.newsform form .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BBBBBB;
}

.newsform form .form-group .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BBBBBB;
}

.newsform form button {
    position: absolute;
    top: 0;
    background: transparent;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Rajdhani';
    font-weight: 800;
    letter-spacing: 0.35px;
    color: #3A3A3A;
    outline: none;
    border: 0;
    padding: 11px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s all ease-in-out;
    outline: none;
    text-decoration: none;
}

.newsform form button:hover {
    /* background: transparent; */
    /* color: #fff; */
    /* transition: 0.3s all ease-in-out; */
}

.uzazlilogin-section {
    width: 100%;
    background-image: url('../images/loginbg.png');
    background-repeat: no-repeat;
    background-position: 100% 45%;
}

.uzazlilogin-inner {
    width: 100%;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.logintext {
    width: 50%;
    text-align: center;
}

.logintext p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    color: #000;
}

.logintext a {
    background: #0e1821;
    border: 1px solid #0e1821;
    width: 87px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 9px;
    transition: 0.3s all ease-in-out;
    margin: 24px auto 55px;
    display: block;
}

.logintext a:hover {
    color: #0e1821;
    background: #fff;
    transition: 0.3s all ease-in-out;
}

.formbox {
    width: 40%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D5D5D5;
    padding: 26px 23px;
}

.formbox h4 {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    color: #0e1821;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: bold;
}

.formbox form .form-group {
    width: 100%;
    margin: 0 0 20px;
}

.formbox form .form-group label {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    margin: 0 0 9px;
}

.formbox form .form-group .form-control {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    height: auto;
    padding: 8px 15px;
    border-color: #E2E2E2;
}

.formbox form .form-group .form-control::placeholder {
    color: #646464;
}

.formbox form .form-group .form-control:-internal-autofill-selected {
    background: #fff !important;
}

/* Change the white to any color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.formbox form p a {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #5B5959;
    text-align: right;
}

.formbox form p {
    text-align: right;
}

.formbox form p a:hover {
    color: #A6D719;
}

.btnflexx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0 18px;
}

.btnflexx button {
    background: #0e1821;
    border: 1px solid #0e1821;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 15px;
    transition: 0.3s all ease-in-out;
    outline: none;
    text-decoration: none;
}

.btnflexx button:hover {
    color: #0e1821;
    background: #fff;
    transition: 0.3s all ease-in-out;
}

.formbox form .form-group.passord-toogle {
    position: relative;
    margin: 0 0 6px;
}

.formbox form .form-group.passord-toogle.m20 {
    margin: 0 0 20px;
}

.loginwith {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #707070;
    padding: 18px 0 0;
}

.loginwith span {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    color: #000;
    margin: 0 10px 0 0;
}

.loginwith a {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 4px;
}

.loginwith a .fa {
    color: #fff;
    font-size: 16px;
}

.loginwith a:nth-of-type(1) {
    background: #4D77CC;
}

.loginwith a:nth-of-type(2) {
    background: #DB5A5A;
}

.passwordtoggles, .passwordtoggle {
    position: absolute;
    right: 5px;
    top: 33px;
    z-index: 9;
    transform: translate(-50%, 50%);
}

.listing-section {
    width: 100%;
    position: relative;
}

.listing-inner {
    width: 100%;
    padding: 00px 0 50px 0;
}
.col-md-12.paddzero {
    padding: 0;
}
.category-slider-section .container {
    padding: 0;
}
.listing-flexx {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filtersflexx {
    width: 25%;
    padding-right: 35px;
}

/*.filtersflexx h3{
    font-size:20px;
    line-height:27px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #2D2D2D;
    text-transform: uppercase;
    margin:0 0 13px;
    }*/
.filtersflexx h3 {
    font-size: 20px;
    line-height: 27px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #2D2D2D;
    text-transform: uppercase;
    margin: 0 0 13px;
    border-bottom: 1px solid #cccacaa8;
    padding-bottom: 10px;
}

.filterbox {
    width: 100%;
    margin: 0 0 24px;
    padding: 0 0 10px;
    border-bottom: 1px solid #CCCACA;
}

.filterbox:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}

.filtersflexx .colorfilter {
    margin: 0 0 24px;
    padding: 0 0 10px;
    border-bottom: 1px solid #CCCACA;
}

.filterbox h4 {
    font-size: 16px;
    line-height: 27px;
    font-family: Unbounded;
    letter-spacing: 0px;
    color: #2D2D2D;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px;
}

.filtersblock {
    width: 100%;
}

.filterscroll {
    width: 100%;
    max-height: 230px;
}

.filtercheck {
    width: 100%;
    margin: 0 0 15px;
}

.filtercheck input {
    display: none;
}

.filtercheck label {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #2D2D2D;
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.filtercheck label span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0 10px 0 0;
    display: block;
}

.filtercheck label:before {
    content: '';
    width: 19px;
    height: 19px;
    border: 1px solid #CCCACA;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.filtercheck label:after {
    content: '';
    width: 11px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    transform: rotate(-45deg);
    border-radius: 2px;
    display: none;
}

.filtercheck input[type="checkbox"]:checked ~ label:before, .filtercheck input[type="radio"]:checked ~ label:before {
    background: #A6D719;
    border-color: #A6D719;
}

.filtercheck input[type="checkbox"]:checked ~ label:after, .filtercheck input[type="radio"]:checked ~ label:after {
    display: block;
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
}

.filterscroll .mCSB_scrollTools .mCSB_draggerContainer {
    background: #A6D719;
    width: 2px;
    left: 25px;
}

.filterscroll .mCSB_scrollTools .mCSB_dragger {
    background: #A6D719;
    height: 24px !important;
    width: 9px;
    border-radius: 0px;
    left: -4px;
}

.prodductlist-flexx {
    width: 75%;
    padding: 0px;
}

.prolistbredcrumb {
    width: 100%;
    margin: 0 0 30px;
}

.breadcrumbflexx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    border-bottom: 1px solid #70707059;
    margin: 0;
}

.breadcrumbflexx li a {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #2D2D2D;
    position: relative;
    margin: 0 15px 0 0;
    font-weight: 600;
}

.breadcrumbflexx li:not(:last-child) a:after {
    content: '/';
    font-size: 14px;
    line-height: 22px;
    color: #2D2D2D;
    font-family: 'Lato', sans-serif;
    position: absolute;
    right: -10px;
}

.breadcrumbflexx li a:hover {
    color: #A6D719;
}

.breadcrumbflexx li a.active {
    color: #6e9108;
}

.headingandfilteflexx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.headingandfilteflexx h2 {
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.sortfilter {
    width: auto;
    border: 1px solid #8F8F8F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 8px;
}

.sortfilter h6 {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.6px;
    color: #848484;
    width: 45%;
    margin: 0;
    padding-right: 5px;
}

.sortfilter .bootstrap-select {
    width: 100% !important;
}

.sortfilter .dropdown-menu {
    left: auto;
    right: 0;
    padding: 0;
}

.sortfilter .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.sortfilter .bootstrap-select .caret {
    border-top: 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 0;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    top: 45% !important;
}

.sortfilter .dropdown-menu>.active>a, .sortfilter .dropdown-menu>.active>a:focus, .sortfilter .dropdown-menu>.active>a:hover {
    background: #A6D719;
    color: #fff;
}

.sortfilter .btn-default.active, .sortfilter .btn-default.focus, .sortfilter .btn-default:active, .sortfilter .btn-default:focus, .sortfilter .btn-default:hover, .sortfilter .open>.dropdown-toggle.btn-default, .sortfilter .bootstrap-select .dropdown-toggle:focus, .sortfilter .bootstrap-select>select.mobile-device:focus+.dropdown-toggle, .sortfilter .bootstrap-select .dropdown-menu li a {
    outline: none !important;
}

.allproductlist {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.allproductlist .featureslide {
    width: 32%;
    margin: 0 17px 45px 0;
    padding: 20px;
}

.allproductlist .featureslide .featureproimg {
    text-align: center;
}

.allproductlist .featureslide:nth-child(3n) {
    margin: 0 0 45px;
}

.commonbreadcrumb {
    width: 100%;
}

.commonbreadcrumbin {
    width: 100%;
    padding: 15px 0 0px 0;
}

.details-section {
    width: 100%;
    padding: 50px 48px 15px;
}

.detailssectioninner {
    width: 100%;
    padding: 54px 48px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.progallery {
    width: 58%;
}

.allproductdetails {
    width: 39.5%;
}

/*
.zoom-gallery .zoomWrapper{
    width:550px !important;
    height:550px !important;
    background:#F6F6F6;
    }*/
/*
.zoom-gallery{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-wrap:wrap;
    }*/
/*#zoom_03{
    width:321px !important;
    height:425px !important;
}
*/
.imga-galsa {
    width: 27%;
}

.zoomleft {
    width: 70%;
    background: #F6F6F6;
    float: right;
}

#gallery_01 .slick-slide {
    height: auto;
    margin: 15px 0px;
    background: #F6F6F6;
    border: 0;
    position: relative;
}

/*.zoom-gallery .zoomWrapper img {
    width:508px !important;
    height:508px !important;
    margin: 0px auto;
    display: block;
    }*/
.zoom-gallery .zoomWrapper img {
    width: 92% !important;
    height: auto;
    margin-bottom: 0;
}

#gallery_01 .slick-list {
    padding: 0px 5px;
}

/*#gallery_01 .slick-slide.slick-current{
    border:1px solid #A6D719;
    }*/
a.elevatezoom-gallery {
    display: block;
    padding: 11px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
}

a.elevatezoom-gallery.active {
    border: 1px solid #ddd;
}

#gallery_01 .slick-slide img {
    width: 100%;
    margin: 0 auto;
}

#gallery_01 .slick-prev {
    top: -3%;
    left: 50%;
    width: auto;
    height: auto;
    z-index: 1;
}

#gallery_01 .slick-next {
    top: auto;
    bottom: 0;
    right: 50%;
    width: auto;
    z-index: 1;
    height: auto;
}

#gallery_01 .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    position: absolute;
    z-index: 999;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    transform: rotate(90deg);
}

#gallery_01 .slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    z-index: 999;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    transform: rotate(90deg);
}

.hasVideo {
    position: relative;
}

.hasVideo .fa {
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zoomLens {
    cursor: zoom-in !important;
}

.descidetails h2 {
    text-align: left;
    margin: 0 0 9px;
}

.product-copdes span {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.32px;
    color: #888888;
    position: relative;
    font-weight: 600;
}

.productreviewflexx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 10px 0;
}

.productreviewflexx li {
    margin: 0 16px 0 0;
}

.productreviewflexx li span.rever-spans {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Rajdhani';
    letter-spacing: 0.28px;
    color: #303030;
}

.productreviewflexx li a {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.28px;
    color: #A6D719;
    text-decoration: underline;
    font-weight: 600;
}

h6.stockDetails {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #303030;
}

span.greenColor {
    color: #24850C;
}

span.redColor {
    color: red
}

.pricestags {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 4px 0;
    margin: 10px 0;
    font-size: 18px;
    line-height: 22px;
    color: #303030;
}

span.pricetexts {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #303030;
}

span.dicount-price {
    text-decoration: line-through;
    letter-spacing: 0.36px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #303030;
    margin: 0px 0px 0 7px;
}

span.actual-rate-price {
    margin: 0px 0px 0 10px;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-weight: 600;
}

span.actual-rate-price i {
    font-size: 22px;
}

span.dicount-price i {
    font-size: 16px;
}

.emailnotify button {
    background: #EAEAEA;
    border: 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 11px 15px;
    color: #303030;
    outline: none;
    outline: none;
    text-decoration: none;
}

.emailnotify button:hover {
    color: #fff;
    background: #A6D719;
}

.emailnotify .form-group {
    margin: 0;
}

form.form-notify-produt input {
    background: transparent;
    margin-right: 5px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    padding: 10px 15px;
    width: 222px;
    border: 1px solid #E2E2E2;
}

.colorsboxflex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 24px 0 18px;
}

.colorsboxflex .w10 {
    width: 15%;
}

.colorsboxflex .w10 h6 {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    margin: 0 0;
}

.colorsboxflex .w10 h6 span {
    font-family: 'Lato', sans-serif;
}

.allcolorlist {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.colorsub {
    margin: 0 17px 0;
}

.colorsub:last-child {
    margin: 0 0 0 17px;
}

.colorsub input {
    display: none;
}

.colorsub label {
    cursor: pointer;
}

.colorsub label .colorcircle {
    width: 42px;
    height: 42px;
    border: 1px solid #747373;
    padding: 3px;
    border-radius: 100%;
}

.colorsub label .colorcircle span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}

.colorsub label .labelbox {
    border: 1px solid #CFCFCF;
    background: #F1F1F1;
    border-radius: 11px;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Lato', sans-serif;
}

.colorsub input[type="radio"]:checked ~ label .labelbox {
    background: #A6D719;
    border-color: #A6D719;
    color: #fff;
}

.colorsub input[type="radio"]:checked ~ label .colorcircle {
    border-color: #A6D719;
}

.colorsub.notavilable .notavilablein {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Lato', sans-serif;
    color: #CFCFCF;
    position: relative;
}

.colorsub.notavilable .notavilablein .cross {
    width: 1px;
    height: 100%;
    background: #CFCFCF;
    position: absolute;
    transform: rotate(35deg);
    position: absolute;
    top: 0;
    left: 50%;
}

.sizeboxflex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin:24px 0 0;*/
    margin: 12px 0 0;
}

.sizeboxflex .w10 {
    width: 15%;
}

.sizeboxflex .w10 h6 {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    margin: 0 0;
}

.sizeboxflex .w10 h6 span {
    font-family: 'Lato', sans-serif;
}

.allsizelist {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sizesub {
    margin: 0 6px 0;
}

.sizesub:last-child {
    margin: 0 0 0 6px;
}

.sizesub input {
    display: none;
}

.sizesub label {
    cursor: pointer;
}

.sizesub label .sizecircle {
    width: 62px;
    height: 62px;
    border: 1px solid #747373;
    padding: 3px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A6D719;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
}

.sizesub label .labelbox {
    border: 1px solid #CFCFCF;
    background: #F1F1F1;
    border-radius: 11px;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Lato', sans-serif;
    position: relative;
    top: -8px;
}

.sizesub input[type="radio"]:checked ~ label .labelbox {
    background: #A6D719;
    border-color: #A6D719;
    color: #fff;
}

.sizesub input[type="radio"]:checked ~ label .sizecircle {
    border-color: #A6D719;
    background: #A6D719;
    color: #fff;
}

.sizesub.notavilable .notavilablein {
    width: 62;
    height: 62;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Lato', sans-serif;
    color: #CFCFCF;
    position: relative;
}

.sizesub.notavilable .notavilablein .cross {
    width: 1px;
    height: 100%;
    background: #CFCFCF;
    position: absolute;
    transform: rotate(35deg);
    position: absolute;
    top: 0;
    left: 50%;
}

.quantityflex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*margin:29px 0 19px;*/
    margin: 12px 0 19px;
}

.quantityflex h6 {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    margin: 0 0;
}

.quantityflexul {
    display: flex;
    align-items: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 1px solid #E2E2E2;
    list-style: none;
    margin: 0 0 0 28px;
}

.quantityflexul button {
    width: 36px;
    background: #fff;
    text-align: center;
    outline: none;
    box-shadow: none;
    border: 0;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    color: #000;
    outline: none;
    text-decoration: none;
}

.quantityflexul input {
    box-shadow: none;
    outline: none;
    width: 52px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    border: 0;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    text-align: center;
    box-shadow: none;
    padding: 8px;
}

.actionbtnsflexx {
    width: 100%;
}

.actionbtnsflexx .btn-groups {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
}

.actionbtnsflexx .btn-groups .cartbtn {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    color: #3A3A3A;
    text-transform: uppercase;
    padding: 9px 16px;
    outline: none;
    background: #fff;
    border: 1px solid #3A3A3A;
    margin: 0 14px 0 0;
}

.actionbtnsflexx .btn-groups .cartbtn:hover {
    border-color: #A6D719;
    background: #A6D719;
    color: #fff;
}

.actionbtnsflexx .btn-groups .clsWishlist {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    color: #303030;
    text-transform: uppercase;
    padding: 9px 16px;
    outline: none;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    margin: 0 14px 0 0;
    display: block;
}

.actionbtnsflexx .btn-groups .clsWishlist:hover {
    border-color: #A6D719;
    background: #A6D719;
    color: #fff;
}

.actionbtnsflexx .btn-groups .buynow {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding: 9px 16px;
    outline: none;
    background: #A6D719;
    display: block;
    border: 1px solid #A6D719;
    margin: 0 14px 0 0;
    text-decoration: none;
}

.actionbtnsflexx .btn-groups .buynow:hover {
    background: #0E1821;
    color: #fff;
    border-color: #0E1821;
}

.actionbtnsflexx .btn-groups .sharebtn {
    width: 44px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E2E2;
}

.actionbtnsflexx .btn-groups .sharebtn .fa {
    color: #757373;
    font-size: 18px;
}

.pincodecheck {
    width: 100%;
    margin: 16px 0 0;
}

.pincodecheck h6 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    color: #303030;
}

.pincodecheck p {
    margin: 0 0 19px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #303030;
    letter-spacing: 0.28px;
}

#reviewpage #maximizeChat, #reviewpage #popoutChat {
    display: none !important;
}

#reviewpage .formbox {
    width: 100%;
}

/*Rating start here*/
.ratingSpan {
    position: relative;
    z-index: 0;
    width: 94px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/ratingSprite.png);
    filter: invert(1);
}

.ratingSpan.star0, .ratingSpan.star00 {
    background-position: 0 0;
}

.ratingSpan.star05 {
    background-position: 0 -22px;
}

.ratingSpan.star1, .ratingSpan.star10 {
    background-position: 0 -44px;
}

.ratingSpan.star15 {
    background-position: 0 -66px;
}

.ratingSpan.star2, .ratingSpan.star20 { 
    background-position: 0 -88px;
}

.ratingSpan.star25 {
    background-position: 0 -110px;
}

.ratingSpan.star3, .ratingSpan.star30 {
    background-position: 0 -132px;
}

.ratingSpan.star35 {
    background-position: 0 -154px;
}

.ratingSpan.star4, .ratingSpan.star40 {
    background-position: 0 -176px;
}

.ratingSpan.star45 {
    background-position: 0 -198px;
}

.ratingSpan.star5, .ratingSpan.star50 {
    background-position: 0 -220px;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 0px 6px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.smallstar .rating > label:before {
    margin: 0px 6px;
    font-size: 1em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.star-rating-area {
    text-align: left;
}

.star-rating-area fieldset {
    display: inline-block ;
}

.star-rating-area p {
    display: block;
    text-align: left;
    font-size: 13px;
    padding: 4px;
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.star-rating-area fieldset {
    display: inline-block;
    margin-left: -5px;
}

.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.star-rating-area.form-group label {
    width: auto!important;
}

/* Rating Star End Here*/
.abourpro-section {
    width: 100%;
}

.abourpro-inner {
    width: 100%;
    padding: 40px 48px 0px;
}

.topprodetails {
    width: 100%;
    padding: 15px 0 0px;
    border-bottom: 0;
}

.abourpro-inner h4 {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #303030;
    text-transform: uppercase;
}

.abourpro-inner h4 .fa {
    color: #5B5B5B;
    margin: 0 16px 0 0;
}

/* Product Tabs Styles */
.product-tabs {
    width: 100%;
}

.product-tabs .nav-tabs {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
}

.product-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.product-tabs .nav-tabs .nav-link {
    border: none;
    background: transparent;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 15px 5px;
    margin-right: 5px;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
}

.product-tabs .nav-tabs .nav-link:hover {
    color: #A6D719;
    background: transparent;
    border: none;
}

.product-tabs .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #A6D719;
    border: none;
    font-weight: 500;
}

.product-tabs .nav-tabs .nav-link .fa {
    margin-right: 8px;
    font-size: 14px;
}

.product-tabs .tab-content {
    padding: 0;
}

.product-tabs .tab-pane {
    display: none;
}

.product-tabs .tab-pane.show {
    display: block;
}

.product-tabs .tab-pane.active {
    display: block;
}

/* Responsive Tab Styles */
@media (max-width: 768px) {
    .product-tabs .nav-tabs .nav-link {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .product-tabs .nav-tabs .nav-link .fa {
        margin-right: 5px;
        font-size: 12px;
    }
}

.topprodetails ul {
    list-style: disc;
    padding-left: 15px;
    margin: 15px 0;
}

.topprodetails ul li {
    padding: 0;
}

.topprodetails ol {
    padding: 0 0 0 15px;
}

.topprodetails ul li, .topprodetails ol li {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #2D2D2D;
    margin: 0 0 5px;
    position: relative;
}

.topprodetails ul li:before {
    content: '-';
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #2D2D2D;
    position: absolute;
    left: 0;
    display: none;
}

.topprodetails p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #2D2D2D;
    margin: 0 0 10px;
}

.customerreviewsflexx {
    width: 100%;
    padding: 40px 0 0;
}

.review-result {
    background: transparent;
    padding: 0;
    margin: 0px 0 0px 0;
    display: flex;
    align-items: normal;
    justify-content: space-between;
    align-items: center;
}

ul.left-doso {
    list-style: none;
    border-right: 1px solid #eee;
}

.reviews_left {
    padding-right: 10%;
}

.total-reviews p {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #2D2D2D;
    margin: 11px 0 0;
}

.review-result a.proreviews {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 9px 11px;
    width: 209px;
    display: block;
    background: #A6D719;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #A6D719;
}

.review-result a.proreviews:hover {
    color: #A6D719;
    background: #fff;
}

.reviews-lists {
    width: 100%;
    margin: 15px 0 0;
}

.reviews-lists-design h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    margin: 0 0 1px;
}

.reviews-lists-design h4 {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #646464;
    margin: 0 0 9px;
}

.reviews-lists-design p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    color: #2D2D2D;
    margin: 16px 0 0;
}

.reviews-lists-design {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
    padding-top: 25px;
}

.reviews-lists-design:last-child {
    border-bottom: 0px;
}

.similarpro-section {
    width: 100%;
}

.similarpro-inner {
    width: 100%;
    padding: 0px 0px 45px;
}

.similarpro-inner h2 {
    margin: 0 0 30px;
}

.separator {
    width: 1250px;
    opacity: 0.6;
    height: 1px;
    background: #2D2D2D;
    margin: 35px auto;
}

.billing-add {
    width: 50%;
    margin: 0 auto;
    padding: 32px 30px;
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
}

.billing-shipping .box-inner-ctn h3 {
    font-size: 24px;
    line-height: 32px;
    color: #2D2D2D;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0 0 0;
}

.topblock p {
    line-height: 22px !important;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #5B5959;
    padding: 0 !important;
    text-align: right;
    width: 100%;
    margin: 0 0 0;
}

.topblock p a {
    color: #BB262D;
    text-decoration: none;
}

.topblock .form-group {
    width: 100%;
    margin: 10px 0 24px;
}

.topblock .form-group .form-control {
    width: 100%;
    border: 1px solid #E2E2E2;
    padding: 7px 14px;
    box-shadow: none;
    outline: none;
    height: auto;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #000;
    border-radius: 0;
}

.topblock .form-group .form-control::placeholder {
    color: #646464;
}

.greyflex {
    width: 100%;
    background: #F6F6F6;
    padding: 17px 19px 22px;
    margin: 13px 0 0;
}

.greyflex label {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.billing-shipping .box-inner-ctn a.checkout-summery-pop {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #363636;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    display: block;
    width: 100%;
    position: relative;
    padding: 7px 14px;
    border: 1px solid #E2E2E2;
}

.box-inner-ctn a.checkout-summery-pop span {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    font-size: 24px;
}

.addressfields {
    width: 100%;
    padding: 21px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.addressfields .form-group {
    width: 48%;
    margin: 0 0 16px;
}

.addressfields .form-group label {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 0 0 6px;
}

.addressfields .form-group label em {
    color: red;
}

.addressfields .form-group.w100 {
    width: 100%;
}

.addressfields .form-group .form-control {
    width: 100%;
    border: 1px solid #E2E2E2;
    padding: 7px 14px;
    box-shadow: none;
    outline: none;
    height: auto;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #000;
    border-radius: 0;
}

section.billing-shipping {
    position: relative;
    padding: 50px 48px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: -10% 10%, 106% 90%;
    margin: 0 0 46px;
}

.checkout-add-form {
    padding: 30px 25px;
}

.checkout-add-form h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #A6D719;
    text-transform: uppercase;
}

/*label.container-r.checked {
    font-weight: bold;
    position:relative;
    }*/
.container-r {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 24px;
    margin-right: 30px;
    color: #000000;
    font-family: 'Lato', sans-serif;
}

.container-r input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-r input:checked ~ .checkmark-r {
    background-color: #fff;
    border: 1px solid #A6D719;
}

.container-r label {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.address-pop label.container-r.checked {
    margin: 0;
}

.checkmark-r {
    position: absolute;
    top: 3;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #A6D719;
}

.container-r .checkmark-r:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #A6D719;
}

.checkmark-r:after {
    content: "";
    position: absolute;
    display: none;
}

.address-pop {
    padding: 15px 0;
    border-bottom: 1px solid lightgray;
}

.container-r input:checked ~ .checkmark-r:after {
    display: block;
}

.totalcartflex {
    width: 85%;
    box-shadow: 0px 3px 6px #00000029;
    margin: 0 auto 60px;
    padding: 18px 23px 45px;
}

.totalcartflex .field-box {
    width: 100%;
    box-shadow: none;
    padding: 0;
}

.totalcartflex .field-box table.table.wishlistables tr th:nth-of-type(3), .totalcartflex .field-box table.table.wishlistables tr td:nth-of-type(3) {
    width: 20%;
}

.totalcartflex .field-box table.table.wishlistables td .quantity button.btn-number {
    background: #fff;
    outline: none;
    text-decoration: none;
}

.totalcartflex .field-box table.table.wishlistables td .imgthumb {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #F6F6F6;
}

.totalcartflex .field-box table.table.wishlistables td .imgthumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 70px;
    height: 70px;
}

.bottomcartflexx {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.righttextflexx {
    width: 50%;
}

.righttextflexx p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 19px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.lefttableflexx {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.lefttableflexx table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.lefttableflexx table tr td {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    width: 55%;
    text-align: right;
    padding: 5px 0;
}

.lefttableflexx table tr td i.fa.fa-inr {
    margin: 0px 4px;
}


.lefttableflexx table tr td:last-child {
    width: 25%;
}

.lefttableflexx table tr td form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.lefttableflexx table tr td .input-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.lefttableflexx table tr td form .form-group {
    margin: 0;
    width: 70%;
    margin: 0 6px 0 0;
}

.lefttableflexx table tr td .input-group input {
    margin: 0;
    width: 70%;
    margin: 0 6px 0 0;
    border: 1px solid #E2E2E2;
    font-size: 12px;
    line-height: 16px;
    color: #646464;
    font-family: 'Lato', sans-serif;
    padding: 10px 13px;
    box-shadow: none;
    outline: none;
}

.lefttableflexx table tr td form .form-group input {
    width: 100%;
}

.lefttableflexx table tr td form button {
    width: 25%;
    box-shadow: none;
    outline: none;
    background: #EAEAEA;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 10px 13px;
    border: 0;
    border-radius: 0px 8px 0px 0px;
    outline: none;
    text-decoration: none;
}

.lefttableflexx table tr td form button:hover {
    background: #A6D719;
    color: #fff;
}

.lefttableflexx table tr td .input-group span {
    width: 25%;
    box-shadow: none;
    outline: none;
    background: #EAEAEA;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 10px 13px;
    border: 0;
    border-radius: 0px 8px 0px 0px !important;
}

.lefttableflexx table tr td .input-group span:hover {
    background: #A6D719;
    color: #fff;
}

.lefttableflexx table tr td form .error {
    width: 100%;
}

.lefttableflexx table tr:last-child td {
    font-family: 'Lato', sans-serif;
}

.payflexx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 11px 0 22px;
}

.payflexx h6 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.paysub {
    margin: 0 0 0 30px;
}

.paysub input {
    display: none;
}

.paysub label {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Lato', sans-serif;
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 0;
}

.paysub label:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #A6D719;
    position: absolute;
    left: -3px;
    top: 2px;
}

.paysub label:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #A6D719;
    position: absolute;
    left: 1px;
    top: 6px;
    display: none;
}

.paysub input[type="radio"]:checked ~ label:after {
    display: block;
}

.checkoutactionflexx {
    width: 100%;
    display: flex;
    align-items: center;
        justify-content: flex-end;
    flex-wrap: wrap;
}
.checkoutactionflexx a.proceedbtn {
    margin-left: 20px !important;
}
.checkoutactionflexx a.contshop {
    font-size: 14px;
    line-height: 18px;
    color: #A6D719;
    font-family: 'Lato', sans-serif;
    display: block;
    text-transform: uppercase;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #A6D719;
    text-decoration: none;
}

.checkoutactionflexx a.contshop:hover {
    color: #fff;
    background: #A6D719;
}

.checkoutactionflexx a.proceedbtn {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    display: block;
    text-transform: uppercase;
    padding: 8px 10px;
    background: #A6D719;
    border: 1px solid #A6D719;
    margin: 0 0 0 0;
    text-decoration: none;
}

.checkoutactionflexx a.proceedbtn:hover {
    color: #A6D719;
    background: #fff;
}

.checkoutactionflexx button.proceedbtn {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    display: block;
    text-transform: uppercase;
    padding: 8px 16px;
    background: #A6D719;
    border: 1px solid #A6D719;
    margin: 0 0 0 12px;
    text-decoration: none;
    outline: none;
}

.checkoutactionflexx button.proceedbtn:hover {
    color: #A6D719;
    background: #fff;
}

.cart-section {
    width: 100%;
}

.cartin-inner {
    width: 100%;
    padding: 27px 60px 85px;
}

.cartin-inner h2 {
    text-align: left;
    margin: 0 0 17px;
}

.flexxforcart {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cartitemslist {
    width: 50%;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    padding: 23px;
}

.itemrow {
    width: 100%;
    border: 1px solid #DFDFDF;
    padding: 17px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 20px;
}

.itemrow:last-child {
    margin: 0;
}

.itemthumb {
    width: 18%;
    margin: 0 19px 0 0;
    background: #F6F6F6;
    text-align: center;
    padding: 13px;
}

.itemthumb img {
    width: 78px;
}

.itemdetailsflexx {
    width: 79%;
}

.itemdetailsflexx h3 {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin: 0 0 4px;
}

.itemdetailsflexx h6 {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin: 0 0 0px;
}

.itemdetailsflexx .quantityflex {
    margin: 8px 0 9px;
}

.itemdetailsflexx .quantityflex ul {
    margin: 0;
}

.itemdetailsflexx h4 {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin: 0 0px;
}

.itemdetailsflexx h4 span {
    margin: 0 0 0 10px;
}

.cartbillbox {
    box-shadow: 0px 3px 6px #00000029;
    width: 48%;
    padding: 28px;
}

.cartbillbox .lefttableflexx {
    width: 100%;
    margin-bottom: 15px;
}

.deletethis {
    position: absolute;
    top: 18px;
    right: 19px;
    text-decoration: none;
}

.deletethis .fa {
    font-size: 16px;
    color: #BA232A;
}

/*========================== FAQs Upload =================================*/
.websitefaqs-section {
    width: 100%;
    background: #fff;
}

.websitefaqs-inner {
    padding: 0px 48px;
}

.websitefaqs-inner .accordion {
    width: 100%;
}

.accordion .accordion-group {
width: 100%;
    margin: 0 0 30px;
    border: 1px solid #ffffffab;
    /*box-shadow: none;*/
    border-radius: 6px;
    overflow: hidden;
}

.accordion .accordion-group .accordion-heading a {
    width: 100%;
    display: flex;
    padding: 10px 16px;
    border-radius: 0px;
    border: 0;
    background: #f9f9f9;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #0e1821;
    opacity: 1;
    align-items: center;
        justify-content: space-between;
    flex-direction: row-reverse;
}

.accordion .accordion-group .accordion-heading a.active {
    background: #ffffff;
    color: #0e1821;
    border-bottom: 1px solid #0e182157;
    font-weight: 600;
}
.accordion-inner p span {
    color: #fff !important;
}



.accordion .accordion-group .accordion-heading a .fa {
    margin: 0;
    font-size: 14px;
    color: #0e1821;
    transform: rotate(0deg);
    transition: 0.3s all ease;
    font-weight: 400;
}

.accordion .accordion-group .accordion-heading a.active .fa {
    color: #0e1821;
    transform: rotate(45deg);
    transition: 0.3s all ease;
}
.accordion-inner p {
    line-height: 24px !important;
}
.accordion-inner {
    padding: 15px 25px;
    background: #0e182100;
}

.accordion-inner br {
    display: none;
}

.accordion-inner p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #3A3A3A;
    opacity: 1;
    margin: 0 0 10px;
    text-align: justify;
}

.accordion-inner p:last-child {
    margin: 0;
}

.howwework-flexx {
    width: 100%;
    display: flex;
    align-items: unset;
    justify-content: center;
    flex-wrap: wrap;
    margin: 45px 0 0;
}

.howweworksubs {
    width: 30%;
    margin: 0 1% 25px;
    background: #fff;
    padding: 30px;
    text-align: center;
    border: 1px solid #707070;
    box-shadow: none;
    transition: 0.3s all ease-in-out;
}

.howweworksubs:hover {
    box-shadow: 0px 3px 6px #00000029;
    transition: 0.3s all ease-in-out;
}

.howweworksubs img {
    width: 45px;
    margin: 0 auto 15px;
}

.howweworksubs h4 {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #3A3A3A;
    margin: 0 0 5px;
}

.aboutuspage-inner .howweworksubs p {
    margin: 0;
    text-align: center;
}

/*.tctext.reachtext h6:nth-of-type(1){
    margin:0 0 20px;
    }*/
.tctext.reachtext h6 {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #3A3A3A;
    margin: 35px 0 20px;
    padding: 0 0 0 25px;
    position: relative;
}

.tctext.reachtext h6:before {
    content: '\f101';
    font-family: fontAwesome;
    color: #A6D719;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
}

.tctext.reachtext ul {
    padding: 0 0 0 20px;
}

.tctext.reachtext ul li {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #2D2D2D;
    margin: 0 0 10px;
    text-align: justify;
}

.custsupportflexx {
    width: 100%;
    display: flex;
    align-items: unset;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.custsupportsub {
    width: 50%;
    /* text-align: center; */
    padding: 10px 25px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #ddd;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.custsupportsub h6 {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #0e1821;
    margin: 0 0 0px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.custsupportsub p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #2D2D2D;
    margin: 0 0 0px;
}

.custsupportsub p a {
    text-decoration: none;
    color: #0e1821;
}
.custsupportsub img {
    width: 102px;
    margin: 0;
}

.conatctform-section {
    width: 100%;
    background: #fff;
        margin-bottom: 60px;
}

.conatctform-inner {
    width: 100%;
    padding: 75px 48px 35px;
}

.conatctform-inner .custsupportsub p:not(:last-child) {
    margin: 0 0 5px;
}

.conatctform-inner .custsupportsub p.call {
    position: relative;
    padding: 0 0 0 25px;
}

.conatctform-inner .custsupportsub p.call:before {
    content: '\f095';
    font-family: fontAwesome;
    font-size: 20px;
    color: #0e1821;
    position: absolute;
    top: 16px;
    left: 0;
    line-height: 0px;
}

.topcontactflex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 45px;
}

.topcontact {
    width: 30%;
    /* background: #F59C06; */
    border-radius: 4px;
    padding: 55px 20px 15px;
    border-bottom: 4px solid #0A4588;
    box-shadow: 0px 0px 6px #00000029;
    position: relative;
}

.topcontact .iconblock {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #0A4588;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 0 0;
    position: absolute;
    top: -35px;
    left: 40%;
}

.topcontact .contactinfo {
    width: 100%;
}

.topcontact .contactinfo p, .topcontact .contactinfo a {
    font: normal normal bold 18px/34px Montserrat;
    letter-spacing: 0px;
    color: #212121;
    text-decoration: none;
    text-align: center;
}

.topcontact .contactinfo a {
    display: block;
    text-align: center;
}

.topcontact:not(:nth-of-type(2)) .iconblock .fa {
    color: #fff;
    font-size: 35px;
}

.topcontact:nth-of-type(2) .iconblock .fa {
    color: #fff;
    font-size: 25px;
}

.contactformandmapdlex {
    width: 100%;
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
    border-radius: 8px;
    overflow: hidden;
}

.contactformandmapdlex .addinfo {
    width: 50%;
    position: relative;
}

.contactformandmapdlex .addinfo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.addinfoab {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px 45px 00px 45px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: linear-gradient(45deg, black, transparent), url(../images/banner.png);
    background-size: contain;
    background-attachment: fixed;
}

.contactformandmapdlex .addinfo:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0%;
    right: 0px;
    background: #000000ad;
    width: 100%;
    z-index: 1;
}

.contactformandmapdlex .addinfo ul {
    list-style: none;
}

.contactformandmapdlex .addinfo li {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 0 35px;
}

.contactformandmapdlex .addinfo li a {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.contactformandmapdlex .addinfo li p {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    text-decoration: none;
    margin-bottom: 0;
}

/*.contactformandmapdlex .addinfo li:first-child a {
    cursor: text;
    pointer-events: none;
}
*/
.contactformandmapdlex .addinfo li:nth-of-type(1):before {
    content: '\f0e0';
    font-family: fontAwesome;
    font-size: 21px;
    color: #fff;
    position: absolute;
    top: 3px;
    left: -5px;
}

.contactformandmapdlex .addinfo li:nth-of-type(2):before {
    content: '\f0ac';
    font-family: fontAwesome;
    font-size: 21px;
    color: #fff;
    position: absolute;
    top: 3px;
    left: -5px;
}

.contactformandmapdlex .addinfo li:nth-of-type(3):before {
    content: '\f095';
    font-family: fontAwesome;
    font-size: 21px;
    color: #fff;
    position: absolute;
    top: 3px;
    left: -5px;
}

.contactformandmapdlex .addinfo h5 {
    font: normal normal bold 38px/52px Montserrat;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 20px;
}

.contactformandmapdlex .addinfo .footsocial {
    margin: 10px 0 0;
    border-top: 1px solid #ffffffa6;
    padding-top: 10px;
}

.contactformandmapdlex .addinfo .footsocial ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contactformandmapdlex .addinfo .footsocial ul li {
    margin: 0;
    padding: 0;
}

.contactformandmapdlex .addinfo .footsocial ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 17px 0 0;
    border: 1px solid #707070;
}

.contactformandmapdlex .addinfo .footsocial ul li:first-child a {
    cursor: pointer;
    pointer-events: all;
}

.contactformandmapdlex .addinfo .footsocial ul li:before {
    display: none !important
}

.contactformandmapdlex .addinfo .footsocial ul li a .fa {
    font-size: 20px;
    color: #fff;
}

.contactformandmapdlex .addinfo .footsocial ul li:first-child a {
    background: #3b5998;
    border-color: #3b5998;
}

.contactformandmapdlex .addinfo .footsocial ul li:nth-of-type(2) a {
    background: #00acee;
    border-color: #00acee;
}

.contactformandmapdlex .addinfo .footsocial ul li:nth-of-type(3) a {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border-color: transparent;
}

.contactformandmapdlex .addinfo .footsocial ul li a:hover .fa {
    color: #fff;
}

.mapflex {
    width: 100%;
}

.mapflex iframe {
    width: 100%;
    height: 450px;
}

.contactformandmapdlex .formbox {
    width: 50%;
    padding: 20px 30px 20px;
    border-radius: 0 8px 8px 0;
    border: 1px solid #d9d9d9;
    border-left: 0;
    position: relative;
    overflow: hidden;
}

.contactformandmapdlex .formbox form {
    width: 100%;
    margin: 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactformandmapdlex .formbox form .form-group {
    width: 49%;
}

.contactformandmapdlex .formbox form .form-group.w100 {
    width: 100%;
    margin: 0 0% 25px;
}

.contactformandmapdlex .formbox form .form-group.filsdp input[type="file"] {
    border: 1px solid #efefef;
    margin: 0px 0px;
    width: 50% !important;
    background: #efefef;
    padding: 10px;
}

.opportuinuybox {
    width: 45%;
    padding: 0px !important;
}

.opportuinuybox .formbox {
    width: 100%
}

.opportuinuybox .formbox form {
    width: 100%;
    margin: 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.opportuinuybox .formbox form .form-group {
    width: 49%;
}

.opportuinuybox .formbox form .form-group.w100 {
    width: 100%;
    margin: 0 0% 25px;
}

.opportuinuybox .formbox form .form-group.filsdp input[type="file"] {
    border: 1px solid #efefef;
    margin: 0px 0px;
    width: 50% !important;
    background: #efefef;
    padding: 10px;
}

.recaptchaflex {
    width: 100%;
    margin: 0 0 30px;
}

.commonbtn.conbtn {
    justify-content: flex-start;
}

.alert-success {
    color: #ffffff !important;
    background-color: #0e1821 !important;
    border-color: #0e1821 !important;
    font-family: 'NotoSans-Regular' !important;
    font-size: 14px !important;
    background-image: none !important;
    padding: 10px !important;
    font-weight: 500;
}

.alert-success a.cmn-btn-all {
    background: #A6D719;
    border: 1px solid #A6D719;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 9px;
    text-decoration: none;
    display: inline-block;
}

.error {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#footer {
    width: 100%;
    background: #222222;
    border-top: 1px solid #423e3ef0;
    padding-top: 20px;
}

.footerflex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 36px 0px 0px;
}

.quicklink {
    width: 20%;
}

.quicklink.w20 {
    width: 30%;
}

.quicklink.w30 {
    width: 30%;
}

.quicklink ul {
    list-style: none;
    padding-top: 5px;
}

.quicklink ul li {
    margin: 0 0 0px;
    position: relative;
    padding: 0;
}

.quicklink ul li:before {
    content: '-';
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    position: absolute;
    left: 0;
    top: 3px;
    color: #FFFFFF;
    transition: 0.3s all;
    display: none;
}

.quicklink ul li a {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    font-family: Rajdhani;
    letter-spacing: 0px;
    font-weight: 600;
    color: #888888;
    opacity: 1;
    text-decoration: none;
    padding: 0 0 0px;
    transition: 0.3s all;
}

.quicklink ul li a:hover {
    color: #fff;
    padding: 0 0 0 5px;
    transition: 0.3s all;
}

.quicklink ul li:hover:before {
    color: #FFFFFF;
    transition: 0.3s all;
    left: 3px;
}

.footcontactflex {
    width: 30%;
}

.footcontactflex ul {
    list-style: none;
}

.footcontactflex ul li {
    position: relative;
    margin: 0 0 13px;
    padding: 0 0 0 30px;
}

/*.footcontactflex ul li:first-child a{
    cursor:text;
    pointer-events:none;
    }*/
.footcontactflex ul li:nth-of-type(1):before {
    content: '\f095';
    position: absolute;
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
}

.footerflex h5 {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    font-family: Rajdhani;
    letter-spacing: 0.35px;
    color: #FFFFFF;
    font-weight: 800;
    opacity: 1;
    margin: 0 0 12px;
}

.footcontactflex ul li:nth-of-type(2):before {
    content: '\f0e0';
    position: absolute;
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
}

.footcontactflex ul li a {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
    display: inline-block;
}

.footsocial {
    width: 100%;
    margin: 0px 0 16px;
}

.footcontactflex .footsocial ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.footcontactflex .footsocial ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #717171;
}

.footcontactflex .footsocial ul li {
    margin: 0;
    padding: 0;
}

.footcontactflex .footsocial ul li:before {
    display: none !important
}

.footcontactflex .footsocial ul li a .fa {
    font-size: 16px;
    color: #FFFFFF;
}

.footcontactflex .footsocial ul li:first-child a {
    cursor: pointer;
    pointer-events: all;
}

.footcontactflex .footsocial ul li.facebook_bg a:hover {
    background: #3b5998;
    border-color: #3b5998;
}

.footcontactflex .footsocial ul li.twitter_bg a:hover {
    background: #00acee;
    border-color: #00acee;
}

.footcontactflex .footsocial ul li.linkedin_bg a:hover {
    background: #0e76a8;
    border-color: #00acee;
}

.footcontactflex .footsocial ul li.instagram_bg a:hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border-color: transparent;
}

.footcontactflex .footsocial ul li.google_bg a:hover {
    background: #DB5A5A;
    border-color: #00acee;
}

.footcontactflex .footsocial ul li.youtube_bg a:hover {
    background: #f00;
    border-color: #f00;
}

.footcontactflex .footsocial ul li.pintrest_bg a:hover {
    background: #c8232c;
    border-color: #00acee;
}

.footcontactflex .footsocial ul li a:hover .fa {
    color: #fff;
}

.copyrightflexx {
    width: 100%;
    margin: 40px 0 0;
    padding: 25px 60px;
    text-align: left;
    border-top: 0;
    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrightflexx p {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    font-family: Rajdhani;
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    margin: 0;
    z-index: 2;
    position: relative;
    top: 10px;
}

.copyrightflexx p a {
    text-decoration: none;
    color: #fff;
}

.copyrightflexx p a:hover {
    color: #fff;
}

.gif-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
    z-index: 9999999999999999;
    text-align: center;
    display: none;
}

.gif-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 7%;
}

/**======================================================== Page Not Found =========================================================*/
.notfound-main {
    position: relative;
    width: 70%;
    margin: 0 auto 0px;
}

/*.notfound-main .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          }*/
.notfound {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5% 0 8%;
}

.notfound .notfound-404 {
    width: 35%;
}

.notfound-4042 {
    width: 65%;
}

.notfound .notfound-404 h1 {
    font-family: 'Passion One', cursive;
    color: #101a36;
    font-size: 250px;
    letter-spacing: 15.5px;
    margin: 0px;
    font-weight: 900;
}

.notfound h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 2.5px;
    margin: 0 0 10px;
    text-align: left;
}

.notfound p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    line-height: 25px;
}

.notfound a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #A6D719;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    border: 1px solid #A6D719;
}

.notfound a:hover {
    color: #A6D719;
    background-color: #fff;
}

.notfound p a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    line-height: 25px;
    text-decoration: underline;
    border: 0;
    padding: 0;
    text-transform: none;
    -webkit-transition: none;
    transition: none;
    background: transparent;
    margin: 0 10px 0 0;
}

.notfound p a:hover {
    color: #000;
    background: transparent;
}

/**======================================================== Page Not Found End=========================================================*/
.thankyou {
    width: 100%;
    text-align: center;
    padding: 70px 0;
}

.thankyoubox {
    width: 100%;
    text-align: center;
    padding: 70px 0;
}

.thankyou .main-content h1, .thankyoubox h1 {
    font-size: 54px;
    line-height: 75px;
    font-family: 'Lato', sans-serif;
    color: #343232;
    margin: 0 0 0px;
    text-transform: capitalize;
    text-align: center;
}

.thankyou .main-content .fa {
    padding: 25px;
    color: #fff;
    border-radius: 100%;
    margin: 45px auto;
    font-size: 45px;
    background: #A6D719;
}

.thankyou .main-content p, .thankyoubox p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0 15%;
    color: #000;
    ; }

.thankyoubox p {
    text-align: center;
    margin: 0 0 15px;
}

.thankyoubox a {
    background: #A6D719;
    border: 1px solid #A6D719;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 15px;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    width: 200px;
    display: block;
    margin: 25px auto 0;
}

.thankyoubox a:hover {
    color: #A6D719;
    background: #fff;
    transition: 0.3s all ease-in-out;
}

.thankyou .animated p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    margin: 45px 0 0;
    padding: 0 15%;
    color: #000;
}

.thankyou .animated p span#time {
    color: #EE2F4F;
}

.mtopmar {
    margin: 170px 0 0;
}

/* .paddzero, .container.paddzero {
    padding: 0;
} */

img.backimages {
    display: none;
}

.cololistpage span {
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 100%;
    margin: 0 10px 0 0;
    display: block;
    margin-right: 10px;
    display: inline-block;
}

.colorsub.notavilablecolor .cross {
    width: 1px;
    height: 100%;
    background: #CFCFCF;
    position: absolute;
    transform: rotate(35deg);
    position: absolute;
    top: 0;
    left: 50%;
}

.colorsub.notavilablecolor {
    position: relative;
    cursor: none;
}

.colorsub.notavilablecolor * {
    cursor: not-allowed;
}

.colorsub.notavilablecolor label {
    position: relative;
}

.colorsub.notavilablecolor .colorcircle {
    border: 1px solid #d9d9d9;
}

.header-cart-link {
    position: relative;
}

.header-cart-link span {
    background-color: #DE3431;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    border-radius: 100%;
    font-weight: 600;
    color: #fff;
    top: -5px;
    right: -5px;
    overflow: hidden;
}

.custom-popup-container {
    background-color: rgba(0,0,0,0.7);
    z-index: 99999999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-popup-container .custom-popup-box {
    width: 35%;
    height: auto;
    padding: 40px;
    background-color: #fff;
    position: relative;
}

.custom-popup-container .custom-popup-box .close-btn {
    font-size: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 3px;
    right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-popup-container .custom-popup-box .close-btn:hover {
    background-color: #f3f3f3;
}

.newsletter-wrapper {
    margin: 10px auto;
}

.newsletter-wrapper h3 {
    text-align: center;
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #2D2D2D;
    margin: 0 0 12px;
}

.custom-popup-container.hidepopup {
    display: none!important;
}

.mycontainer {
    max-width: 94%;
    margin: 20px auto;
}

.openfilterbtn {
    display: none;
}

.review-page {
    padding: 35px 30px;
}

.verifyscucess .thanksbox a {
    background: #A6D719;
    border: 1px solid #A6D719;
    width: 160px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 9px;
    transition: 0.3s all ease-in-out;
    margin: 20px auto 0;
    display: block;
    text-decoration: none;
}

.verifyscucess .thanksbox a:hover {
    color: #A6D719;
    background: #fff;
    transition: 0.3s all ease-in-out;
}

.field-box center p {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato', sans-serif;
}

table.table.wishlistables td .imgthumb img {
    width: 57px;
}

.actionbtnsflexx .btn-groups li .outofstockbtn {
    background: #fff;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #ff0000;
    border: 1px solid #ff0000;
    outline: none;
    padding: 9px 16px;
    margin: 0 15px 0 0;
}

.reasongrpflexx {
    width: 100%;
    margin: 0 auto 0 !important;
    padding: 35px 0 20px;
}

.reasongrpflexx label {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    margin: 0 0 9px;
}

.reasongrpflexx .form-control {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    height: auto;
    padding: 8px 15px;
    border-color: #E2E2E2;
}

.reasongrpflexx p {
    font-size: 12px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    margin: 20px 0 0;
    color: #f20000;
}

.btnflexx.refund {
    width: 100%;
    margin: 0 auto 35px;
    justify-content: flex-start;
}

.btnflexx.refund button {
    border-radius: 0;
    outline: none;
}

.container.cartempty {
    padding: 45px 0;
}

.container.cartempty img {
    width: 55px;
    margin: 0 auto 35px;
    display: block;
    filter: grayscale(1);
}

.field-box.noshadow {
    width: 100%;
    margin: 25px 0 0;
}

.poppadding {
    padding: 35px 40px;
}

.featureproimg img.frontImages {
    width: 100%;
}

.featureproimg img.backimages {
    width: 100%;
}

.poprefundbox {
    padding: 35px;
}

.poprefundbox h1 {
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #2D2D2D;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.poprefundbox label {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    margin: 0 0 9px;
}

.poprefundbox .form-control {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    height: auto;
    padding: 8px 15px;
    border-color: #E2E2E2;
}

.poprefundbox small {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #f20000;
    margin: 0 0px;
}

.poprefundbox .rrsubmitbox {
    margin: 25px 0 0;
}

.poprefundbox input[type="submit"] {
    background: #A6D719;
    border: 1px solid #A6D719;
    font-size: 14px;
    line-height: 16px;
   font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 15px;
    transition: 0.3s all ease-in-out;
    outline: none;
    text-decoration: none;
}

.poprefundbox input[type="submit"]:hover {
    color: #A6D719;
    background: #fff;
    transition: 0.3s all ease-in-out;
}
.wearsub:hover img {
    /* transform: scale(1.1); */
    transition: all 0.5s ease-in-out;
}

.wearsub img {
    /* object-fit: cover; */
    transition: all 0.5s ease-in-out;
}

a.fancyCLickSize {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    margin: 0 0;
    color: #A6D719;
}
/* 
.signupandloginflexx img {
    filter: invert(1);
        width: 20px;
} */
ul.filteliss li a {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Segoe UI Regular';
    letter-spacing: 0px;
    color: #2D2D2D;
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    display: block;
}
ul.filteliss li {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: normal;
}

ul.filteliss li span {
    position: absolute;
    border: 1px solid #ddd;
    padding: 1px;
    width: 19px;
    height: 19px;
}

ul.filteliss li.active a {
    color:#0e1821;
}

ul.filteliss li.active i {
    opacity: 1;
}

ul.filteliss li span i {opacity: 0;}
.prodductlist-flexx.fullwidth {
    width: 100%;
}
.prodductlist-flexx.fullwidth .headingandfilteflexx {
    margin-bottom: 30px;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.prodductlist-flexx.fullwidth .headingandfilteflexx h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.allproductlist.widthops .featureslide {
    width: 22%;
    margin: 0px 17px;
}
.allproductlist.widthops .featureslide:nth-child(3n) {
    margin: 0px auto;
}
.allproductlist.widthops img {
    width: 100%;
}
.allproductlist.widthops .featureslide:nth-child(3n) {
    margin: 0 17px 45px 0;
}

.allproductlist.widthops .featureprodetails {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px;
    background:#0e1821;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    text-align: center;
}

.allproductlist.widthops img {
    width: 100%;
}


.allproductlist.widthops .featureslide {
    position: relative;
}

.allproductlist.widthops .featureprodetails .detailsleft {
    width: 100%;
    text-align: center;
}



.allproductlist.widthops h6.viewfullcats {
    margin: 0;
    color: #fff;
    text-align: center;
}

.allproductlist.widthops h6.viewfullcats a {
    color: #fff;
}

.allproductlist.widthops .featureprodetails:hover {
    background: #404040;
}
.allproductlist.widthops {
    justify-content: center;
}
.Categories-list-mains {
    /* border-bottom: 1px solid#0e1821; */
    margin-bottom: 20px;
}
.catsublist img {
    width: 100%;
    margin: 0px auto;
    height: 199px;
    object-fit: cover;
}
.closesres {
    position: relative;
    width: 31%;
    /* border: 1px solid #0000004d; */
    margin: 20px 10px;
    padding: 0;
    /* background: #ffffff; */
    padding-bottom: 0;
}
.customCategoryMenu{
    position: relative;
}

.customCategoryMenu::before{
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 8%;
    z-index: 3;
    background: url(../images/header-left.png);
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.customCategoryMenu::after{
    content: '';
    position: absolute;
    top: -14px;
    right: 0;
    width: 8%;
    z-index: 3;
    background: url(../images/header-right.png);
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.search-full-width {
    width: 52%;
}
.beforelogin {
    padding: 0px 20px;
}
section.shopByPopluar {
    background: #141821;
    padding: 40px 0;
}

.flexRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leftDivMain {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Unbounded, sans-serif;
}
.brandnameList{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#brandName {
    width: auto;
    padding-bottom: 100px;
    padding-top: 40px;
}
#brandName::after{
    position: absolute;
    content: "";
    background: url(../images/topBottomLine.png);
    width: 98.5%;
    height: 5px;
    bottom: 0;
    background-size: contain;
    left: 15px;
}
#brandName::before{
    position: absolute;
    content: "";
    background: url(../images/topBottomLine.png);
    width: 98.5%;
    height: 5px;
    top: 0;
    background-size: contain;
    left: 15px;
}
.design-tell-name h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    font-family: Unbounded, sans-serif;
    text-align: left;
    line-height: 56px;
}
.design-tell-name h2 span{
    background: linear-gradient(270deg, #0667AC 0%, #ADCFE7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.design-tell-name p {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}
.bgImageHover {
    padding: 40px 80px 60px !important;
    background: linear-gradient(180deg, #232530 0%, rgba(16, 18, 29, 0.3) 100%);
    margin-top: 60px;
    margin-bottom: 0px;
}
.design-tell-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.design-tell-name img {
    width: 100%;
}
.btn-common-ui-white{
    font-family: Unbounded;
    font-size: 14px;
    background: #fff;
    color: #14161B;
    border-radius: 1px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid transparent;
}
.btn-common-ui-white:hover{
    background: #14161B;
    color: #fff;
    border: 1px solid #fff;
}
.banner-img-product{
    margin-bottom: 60px;
    padding-top: 60px;
}

.product-card-view {
    background: #20242c;
    border: 1px solid #fff;
    border-radius: 6px;
    width: 23.5%;
    padding: 15px 20px 20px 20px;
}
.product-flex-main {
    display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
}
.product-image-name img{
    width: 100%;
}
.producy-category-name, .product-title-main,.key-price{
    font-size: 16px;
    font-family: 'Rajdhani';
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.product-review-name .rever-spans{
    color: #fff !important;
}
.btn-key-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.key-InStock{
    background: #A6D719;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    padding: 2px 15px;
    font-weight: 600;
    font-family: 'Rajdhani';
}
.product-card-view:hover {
    box-shadow: 0px 2px 2px 0px #ccc;
}
.sub-content-products{
    margin: 20px 0;
}
.sub-content-product-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0 !important;
}

.sub-content-product-list li>a{
    font-weight: 600;
    font-size: 14px;
    padding: 5px 12px !important;
    border-radius: 5px !important;
    margin: 0px 10px;
    border: 0 !important;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Unbounded';
}
.sub-content-product-list li.active>a{
    background-color: #A6D719 !important;
    color: #fff !important;
    font-weight: 600;
}   
.product-list-main {
    margin: 30px 0;
}
.sub-content-product-list li>a:hover{
    background-color: #A6D719 !important;
    color: #fff !important; 
}
.product-card-view {
    margin-bottom: 25px;
}
section.delivery-section {
    background: #141821 linear-gradient(180deg, #232530 0%, rgba(16, 18, 29, 0.3) 100%);
    padding-top: 80px;
}

.delivery_card_main h2 {
    font-size: 20px;
    font-family: 'Rajdhani';
    color: #fff;
    font-weight: 700;
    margin: 15px 0 10px 0;
    text-align: left;
    line-height: 1.5;
    text-transform: capitalize;
}

.delivery_card_main h3 {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    line-height: 24px;
    width: 80%;
}

.delivery_card_main img {
    height: 37px;
}
.delivery_card_main h3 a {
    color: #A6D719;
}   
.delivery_card_main {
    position: relative;
}

.delivery_card_main::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    position: absolute;
}
.testimonialslide.slick-slide h2 {
    font-size: 18px;
    font-family: 'Rajdhani';
    color: #000000;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
}

.dashbetween ul {
    margin: 0;
    padding-bottom: 10px;
}

.dashbetween h6 {
    font-family: lato;
    color: #000000;
    font-weight: 600;
}

.testimonialslide.slick-slide h6 ~ span {font-size: 14px;color: #6a6969;font-weight: 500;font-family: 'Rajdhani';}
h2.common-title-head {
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    font-family: 'Unbounded';
    font-weight: 700;
    width: 98%;
    margin: 0px auto 20px auto;
}

h2.common-title-head span {color: #A6D719;}
.delivery-border-wrapper {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    position: relative;
    margin-bottom: 40px;
}

.delivery-border-wrapper::after {
    content: "";
    background: url(../images/shopby3.png);
    height: 5px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
}
.delivery-border-wrapper::before {
    content: "";
    background: url(../images/shopby4.png);
    height: 5px;
    background-size: contain;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
}
section.latest_news {
    background: #0e1821 linear-gradient(180deg, #232530 0%, rgba(16, 18, 29, 0.3) 100%);
    padding: 60px 0;
}
.news_box_layout {
    margin-top: 30px;
  }
  
  .news-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
  
  .news-featured {
    flex: 1.2;
    /* background: #232837; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 350px;
  }
  
  .news-featured img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 0;
  }
  
  .news-featured .news-content {
    padding: 24px 0px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  
  .news-featured h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    line-height: 28px;
  }
  
  .news-featured p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
    font-family: "Rajdhani", sans-serif;
    line-height: 24px;
  }
  
  .news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: #bfc3d1;
  }
  
  .news-meta .read-more {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    padding-right: 5px;
}
  
  .news-list {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
  }
  
  .news-item {
    /* background: #232837; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 120px;
  }
  
  .news-item img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .news-item .news-content {
    padding: 12px 0px;
    color: #fff;
  }
  
  .news-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-meta span {
    font-size: 14px;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
}
a.read-more i {
    color: #0667AC;
    font-weight: 800;
    padding-left: 4px;
}
.form-group i {
    color: #0e1821;
    font-weight: 800;
    padding-left: 4px;
}
section.joinMainWrapper {
    background: #0e1821 linear-gradient(180deg, #232530 0%, rgba(16, 18, 29, 0.3) 100%);
    padding: 60px 0 80px;
}

p.common-title-subhead {
    text-align: center;
    margin: 10px 0;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
}
/*.flex-bar-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}*/
.flex-bar-teams img{
    border-radius: 10px;
    width: 100%;
}

.flex-columns-mp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 30px;
}

.call-form-view {
    width: 100%;
    padding: 40px 0px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-left-80 h3 {
    margin: 0;
}

.flex-left-80 {
    padding-left: 30px;
}

.flex-left-80 h3 {
    font-family: Rajdhani;
    font-size: 16px;
}

.flex-left-80 h4 a {
    color: #A6D719;
    font-weight: 700;
    font-family: Rajdhani;
    font-size: 30px;
}
.flex-left-80 h3 {
    color: #888888;
}

.flex-left-80 h4 {
    margin: 10px 0;
    color: #fff;
}
.copyrightflexx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/footer-home1.png);
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.footcontactflex {
    text-align: left;
    font-size: 16px;
    line-height: normal;
    font-family: Rajdhani;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
    text-decoration: none;
    padding: 0 0 0px;
    transition: 0.3s all;
}
.footcontactflex a {
    color: #A6D719;
}

.footcontactflex a i.fa-angle-right {
    padding-left: 5px;
    position: relative;
    top: 1px;
}

.footcontactflex h3 {
    margin: 10px 0px;
    font-size: 16px;
    color: #888888;
    font-weight: 600;
}
.copyrightflexx img {
    position: relative;
    top: 10px;
    z-index: 2;
    display: block;
    /* margin: 0px auto; */
}
p.no-phtot-show {
    font-size: 28px;
    color: #fff;
    font-family: Rajdhani;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 40px;
    background: #232530;
}
.leftDivMain {
    font-size: 24px;
}

.testimonial-inner h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.testimonial-inner h3 span {
    color: #A6D719;
    font-weight: 600;
    font-size: 18px;
    margin: 0 2px;
}
.testimonial-inner h3 span#ratingDiv1 {
    margin: 0px 15px;
    filter: invert(1);
}
.flex-item-tems.slick-slide {
    height: auto;
    margin: 0px 5px;

}
.join-team-flex {
    margin-top: 20px;
}

ul.nav.nav-tabs.sub-content-product-list {
    padding-bottom: 12px;
}
.product-slide-view.slick-slide {
    height: auto;
}
.slide-product-image img {
    width: 100%;
}
.product-slide-view {
    background: #F3F5F9;
    margin: 5px;
}
.category-slider-section {
    margin: 0px 0 40px 0;
    padding: 0;
    background: #fff;
}
.product-title-slider {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    font-family: 'Rajdhani', sans-serif;
    text-align: left;
}
.productSliderMain {
    display: flex;
    align-items: stretch;
}
.category-slide-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    margin: 0 10px;
    padding: 24px 18px 35px 18px;
    text-decoration: none;
    min-width: 180px;
    max-width: 220px;
    flex: 1 0 180px;
    transition: box-shadow 0.2s, border 0.2s;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}
.category-slide-view:hover, .category-slide-view:focus {
    box-shadow: 0 4px 20px rgba(166,215,25,0.12);
    border: 1px solid #A6D719;
    text-decoration: none;
}
.category-image-wrap {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.category-image-wrap img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    display: block;
}
.category-name {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 1px;
    font-family: 'Rajdhani', sans-serif;
}
.category-product-count {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #0000004D;
    background: #ffffff;
    padding: 8px 0 6px 0;
    border-radius: 0;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: background 0.2s, color 0.2s;
}
.category-product-count.active {
    background: #A6D719;
    color: #000000;
}
@media (max-width: 991px) {
    .productSliderMain {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .category-slide-view {
        min-width: 140px;
        max-width: 180px;
        margin: 0 6px 18px 6px;
        padding: 18px 8px 0 8px;
    }
    .category-image-wrap {
        height: 80px;
    }
    .category-name {
        font-size: 15px;
        margin-bottom: 12px;
    }
}
@media (max-width: 600px) {
    .productSliderMain {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .category-slide-view {
        min-width: 120px;
        max-width: 140px;
        padding: 12px 4px 0 4px;
    }
    .category-image-wrap {
        height: 60px;
    }
    .category-name {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .category-product-count {
        font-size: 12px;
        padding: 6px 0 4px 0;
    }
}
a.category-slide-view.slick-slide {
    height: auto;
}
span.product-count-brand {
    top: 0;
    position: absolute;
    right: 0;
    font-size: 14px;
}
.product-container {
    padding: 0px 5%;
}
.productSliderMain.commonarrows .slick-prev {
    border: 0;
    background: transparent;
    left: -40px;
}
.productSliderMain.commonarrows .slick-next {
    border: 0;
    background: transparent;
    right: -40px;
}
.productSliderMain.commonarrows .slick-prev:before,
.productSliderMain.commonarrows .slick-next:before {    
    font-size: 28px;
    font-weight: 400;
}
.productSliderMain.commonarrows .slick-next:hover:before, .productSliderMain.commonarrows .slick-prev:hover:before{
    color: #a6d719;
}
.featureslide {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

span.brand-name-show {
    position: absolute;
    background: #A6D719;
    color: #000;
    font-size: 14px;
    top: 20px;
    z-index: 1;
    left: 0;
    padding: 3px 15px 3px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
a.more-product-click {
    display: block;
    border-radius: 10px;
    width: 100%;
    background: #A6D719;
    padding: 8px;
    text-align: center;
    font-family: 'Lato';
    font-size: 17px;
    font-weight: 500;
    color: #000;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

a.more-product-click:hover {
    background: linear-gradient(90deg, #A6D719 0%, #141821 100%);
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.flex-details-pros {
    display: flex;
    justify-content: space-between;
}

a.category-slide-view:hover .category-product-count {
    background: #A6D719;
    color: #000000;
}
.memoryBlockClass .filtercheck.checboxwrap {
    position: relative;
}

.memoryBlockClass .filtercheck.checboxwrap label::before {
    display: none;
}

.memoryBlockClass .filtercheck.checboxwrap label{padding: 0;line-height: normal;margin-bottom: 0;padding: 4px 10px;border: 1px solid #0000001A;border-radius: 5px;}

.filterscroll.memoryBlockClass {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.filterscroll.memoryBlockClass .checboxwrap {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}
.memoryBlockClass .filtercheck.checboxwrap input[type="checkbox"]:checked ~ label {
    background: #a6d719;
    color: #000;
}

.memoryBlockClass .filtercheck.checboxwrap input[type="checkbox"]:checked ~ label::after {
    display: none;
}
.customCategoryMenu {
    border-bottom: 1px solid #ddd;
}
.zoomWrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.product-copdes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-copdes span::after {content: "|";font-size: 13px;margin: 6px;color: #888888;}

.product-copdes span:last-child::after {
    display: none;
}
.product_descriptio_view {
    margin-bottom: 20px;
    max-height: 110px;
    overflow: auto;
    line-height: 25px;
}
.flex-descmore-details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.flex-descmore-details span {
    margin-right: 20px;
    color: #353535;
}

.flex-descmore-details span i {
    margin-right: 5px;
}
.tab-pane.fade.show.active {
    opacity: 1;
}
.product-tabs .nav-tabs .nav-link:hover {
    background: #ddddddab;
    color: #000;
}

.topprodetails h3 {
    font-size: 16px;
    margin-top: 30px;
}
.product-footer-images img {
    width: 100%;
    margin-bottom: 10px;
}

.product-footer-images {
    margin: 30px 0;
}
.div-slider-main.slick-slide {
    height: auto;
}

.img-prod-ui {
    margin: 0px 10px;
    transition: all 0.2s ease-in-out;

}
.img-prod-ui img{
    border-radius: 5px;
}
.img-prod-ui:hover {
    transform: scale(0.98);
    transition: all 0.2s ease-in-out;
}
.subImgBrand.slick-slide {
    height: auto !important;
}
.leftDivMain {
    text-align: center;
}

.emailnotify {
    margin-bottom: 10px;
}
.hasVideo.slick-slide {
        display: block;
        padding: 11px;
        box-sizing: border-box;
        border-radius: 5px;
        height: 110px !important;
        object-fit: cover;
}

.hasVideo.slick-slide video.xzoom-gallery4 {
    height: 100%;
}
.hasVideo.slick-slide {
    display: block;
    padding: 11px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 110px !important;
    object-fit: cover;
}

.hasVideo.slick-slide video.xzoom-gallery4 {
    height: 100%;
    width: 85%;
}

.topintro {
    width: 100%;
}
.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete {overflow: hidden;}

.fancybox-slide--video .fancybox-content {
width: 60%;
margin: 0px auto;
}

.fancybox-slide--video .fancybox-content video {
width: 100%;
}
.product-image-name {
    margin-bottom: 10px;
}

ul.nav.nav-tabs.sub-content-product-list {
    padding-bottom: 12px;
    overflow: auto;
        justify-content: center;
}
ul.nav.nav-tabs.sub-content-product-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  ul.nav.nav-tabs.sub-content-product-list::-webkit-scrollbar-track {
    background: #a0a5b230;
  }
  
  /* Handle */
  ul.nav.nav-tabs.sub-content-product-list::-webkit-scrollbar-thumb {
    background: #d5d7d4 !important;
  }
  
  /* Handle on hover */
  ul.nav.nav-tabs.sub-content-product-list::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  ul.nav.nav-tabs.sub-content-product-list a {
    white-space: nowrap;
}
.beforelogin.wishlisticonPs {
    padding: 0;
    padding-right: 20px;
}
.beforelogin.wishlisticonPs img {
    width: 22px !important;
    height: auto;
}
.blogNtmCenter{
    margin: 0px auto;
    display: block;
    width: 140px;
    text-align: center;
    margin-top: 40px;
}
.blogNtmCenter i {
    margin-left: 8px;
}
.footsocial h5 {
    margin-bottom: 0;
}

.footsocial p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato';
    margin-bottom: 13px;
    line-height: 1.6;
}
.addinfoab .footsocial h5 {
    font-family: 'Lato';
    font-size: 22px;
    margin: 0;
}

.addinfoab .footsocial p {
    color: #fff;
    font-size: 16px;
    font-family: 500;
}
.addinfoab li.youtube_bg a {
    background: #f00;
}
.contactformandmapdlex .addinfo li:last-child {
    margin: 0;
}
.contact_viewq {
    width: auto;
    padding-left: 15px;
}
.paddintoptops{
    padding-top: 60px;
}
.paddintopbottom{
    padding-bottom: 60px;
}
div#form-loader {
    display: none;
    text-align: center;
    padding: 20px;
    width: 100%;
    position: absolute;
    background: #fff;
    height: 100%;
    display: flex;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
}
.quicklink.w20 ul {
    column-count: 2;
}
.custsupportsubtext-left{
    padding: 10px 20px;
}
.custsupportsubtext-left {
    width: 90%;
}

.aboutuspage-inner.reachtext .custsupportsubtext-left p {
    margin-bottom: 0;
}
.aboutuspage-inner.tctext.reachtext.nopaddingwrap,
.aboutuspage-inner.reachtext.nopaddingwrap {
    padding: 40px 0px;
}
.cpu-bg-section.home-banner-section .design-tell-name {
    width: 40%;
    margin: 0px auto;
    padding: 40px 0;
}

.container-cpu-section.aboutus-section .bannertext {
    margin: 0px auto;
    padding: 40px 0;
    text-align: center;
}

.container-cpu-section.aboutus-section .bannertext h4, .container-cpu-section.aboutus-section .bannertext h3 {
    text-align: center;
}
.accordion-inner p {
    margin: 0 !important;
}
.delivery-border-wrapper .row .col-md-3:last-child .delivery_card_main::after {
    display: none;
}
.detailsleft p span.old-price .old-price-cut{
    text-decoration: line-through;
}
.detailsleft p span.new-price {
    display: block;
    font-size: 16px;
    margin-top: 6px;
    font-weight: 600;
}
.detailsleft p span.old-price {
    font-size: 12px;
    display: block;
}
.product-description-price p{
    margin-bottom: 10x;
}
.removeBannerImage img{
    display: none;
}
.removeBannerImage .inbanner h2 {
    position: static;
    transform: none;
    margin: 0;
}

.removeBannerImage .inbanner {
    background: #0e1821;
    padding: 15px;
}
.bgImageHover .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.addinfoab li {
    color: #fff;
}
.custom-cpu-section .formbox {
    width: 80%;
    background: #232530;
    /* border: 0; */
    margin: 0px auto;
    margin-bottom: 40px;
}
.custom-cpu-section .formbox #changetext{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.custom-cpu-section .formbox #changetext span{
    text-decoration: underline;
    text-underline-position: under;
}
#customCpuForm {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}


#customCpuForm .form-group {
    width: 33.33%;
}
#customCpuForm .form-row {
    width: 100%;
}

#customCpuForm .form-group.col-md-6 {
    width: 50%;
}
#customCpuForm .form-group.col-md-12 {
    width: 100%;
}
.custsupportsub-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form#customCpuForm .form-group label {
    color: #fff;
}
form#customCpuForm .form-check.form-check-inline label {
    font-weight: 500;
    margin-left: 10px;
}
form#customCpuForm .btnflexx {
    justify-content: center;
}
form#customCpuForm .btnflexx button {
    background: #0e1821;
    border: 1px solid #ddd;
    padding: 10px 60px;
    border-radius: 20px;
}
form#customCpuForm .btnflexx button:hover {
    background: #fff;
    color: #0e1821;
    border: 1px solid #0e1821;
}
#customCpuForm div#form-loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #141821;
    z-index: 9;
}
p.ft-contact-p {
    margin-bottom: 10px;
    font-weight: 500;
}
p.ft-contact-p a:hover {
    color: #A6D719;
}
.productcolorflex {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.productcolorflex .stockDetails{
    margin-right: 20px;
}


.weargallery-grid .closesres:nth-child(6) {order: 1;}

.weargallery-grid .closesres:nth-child(1) {
    order: 6;
}

.weargallery-grid .closesres:nth-child(2) {
    order: 5;
}

.weargallery-grid .closesres:nth-child(3) {
    order: 2;
}


.weargallery-grid .closesres:nth-child(4) {
    order: 3;
}

.weargallery-grid .closesres:nth-child(5) {order: 4;}


.subImgBrand.slick-slide .match.imgslido img {
    max-width: 139px;
}
.aboutuspage-inner-text p {
    font-size: 14px;
    line-height: 1.5;
}
.paddintopbottom p, li {
    font-size: 14px;
    line-height: 1.5 !important;
}

.paddintopbottom ul {
    padding-left: 15px;
    list-style: disc;
}
.paddintopbottom h3 {
    margin-top: 40px !important;
}
.paddintopbottom div h3:first-child {
    margin-top: 0 !important;
}
.paddintopbottom ul li strong {
    color: #0e1821;
}
.paddintopbottom h3 span {
    text-decoration: underline;
    text-underline-position: under;
}

section.aboutuspage-section.aboutuspage-section-new.delivery-section {
    padding-top: 0;
    color: #fff;
}

section.aboutuspage-section.aboutuspage-section-new.delivery-section p, section.aboutuspage-section.aboutuspage-section-new.delivery-section ul li, section.aboutuspage-section.aboutuspage-section-new.delivery-section a, section.aboutuspage-section.aboutuspage-section-new.delivery-section span, section.aboutuspage-section.aboutuspage-section-new.delivery-section h3 {
    color: #fff !important;
}

section.aboutuspage-section.aboutuspage-section-new.delivery-section strong {
    font-weight: 500;
    color: #a6d719;
}
section.aboutuspage-section.shopByPopluar {
    margin-top: 40px;
    padding: 0;
}

section.aboutuspage-section.shopByPopluar .row.paddintoptops p, section.aboutuspage-section.shopByPopluar .row.paddintoptops span, section.aboutuspage-section.shopByPopluar .row.paddintoptops h3 {
    color: #fff !important;
}