@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('../fonts/HelveticaNeueLT.otf');
}
@font-face {
    font-family: 'helveticaneueltarabic-bold';
    src: url('../fonts/helveticaneueltarabic-bold.ttf');
}
body {
    font-family: 'HelveticaNeueLT';
    direction: ltr;
    text-align: start;
}

h1,
h2,
h3,
h4,
h5,
h6,p,label,span,a,small,button {
    font-family: 'HelveticaNeueLT';
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.index-header-social ul{
    list-style: none;
    text-align: left;
    margin: 0;
}
.index-header-social ul li{
    float: left;
    padding-right: 20px;
}
.main-top-header{
    background-color: #F6F6F6;
    padding: 7px 0;
}
.index-header-search .form-control{
    background-color: #EEEEEE;
    border-color: #707070;
    border-radius: 25px !important;
}
.index-header-search .btn{
    background-color: transparent;
    color: #7F7F7F;
    border: 0;
    position: absolute;
    left: 5px;
    top: -4px;
    font-size: 20px;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.index-middle-header{
    padding: 10px 0;
}
.index-header-main-logo img{
    max-width: 150px;
}
.index-header-search{
    margin-top: 15px;
    position: relative;
}
.orange-color{
    color: #62bb45 !important;
}
.orange-background-color{
    background-color: #62bb45 !important;
}
.login-dont-account{
    float: right;
}
.green-color{
    color: #632c8d;
}
.green-background-color{
    background-color: #632c8d;
}
.index-middle-header-cart-login .btn{
    color: #fff;
    border-radius: 0;
    padding: 6px 30px;
    padding-top: 0;
    margin-top: -8px;
}
.index-header-lang a{
    color: #707070;
    font-size: 14px;
    float: left;
    padding-top: 10px;
    
}
.index-middle-header-cart-login ul{
    text-align: left;
    display: table;
    float: left;
}
.index-middle-header-cart-login ul li {
    float: none;
    padding-right: 20px;
    position: relative;
    display: table-cell;
}
.index-header-cart-icon{
    font-size: 25px;
}
.regsiter-modal .form-check-input{
    margin-top: 8px;
}
.index-main-header-main-data{
    width: 100%;
    border-top: 1px solid #DFDFDF;
}
.index-main-header-main-data ul{
    justify-content: space-between;
}
.index-main-header-main-data .nav-link{
    padding-right: 0 !important;
    color: #4D4D4D !important;
    padding-top: 0;
    font-size: 16px;
    /*    font-family: 'helveticaneueltarabic-bold';*/
}
.index-main-banner-text h2{
    font-size: 22px;
}
.index-main-banner-text p{
    font-size: 18px;
}
.index-main-header-main-data .nav-link.active{
    border-top: 2px solid #62bb45;
    margin-top: -2px;
}
.index-main-header-data .navbar{
    padding: 0;
}
/* main index slider */
.carousel-cell {
    width: 100%;
    height: 320px;
    /*    padding: 30px 0;*/
}
/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;

    color: white;
}
.index-main-slider .flickity-page-dots{
    bottom: 20px;
}
/* end main index slider */
.index-main-slider{
    margin-top: 0;
}
.index-main-banner-text{
    color: #fff;
}
.index-banner-img{
    text-align: center;
}
.flickity-page-dots .dot.is-selected{
    background: #fff;
}
.flickity-page-dots .dot{
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.index-main-slider .flickity-viewport{
    background-color: #632c8d;
}
.index-most-selling-card .carousel-cell{
    width: 25%;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 0px;
}
.flickity-prev-next-button .arrow {
    fill: #632c8d;
}
.title-with-border {
    position: relative;
    margin-bottom: 30px;
}
.flickity-prev-next-button{
    background: #fff;
}
.flickity-rtl .flickity-prev-next-button.next{
    right: auto;
    left: 0px;
}
.title-border{
    border-top: 1px solid #c5c5c5;
    width: 100%;
    position: absolute;
    left: 150px;
    top: 23px;
}
.title-with-border p{
    font-size: 22px;
    position: relative;
    overflow: hidden;
    color: #222222;
}
.mobile-nav .navbar-nav .nav-link{
    color: #222222;
}
.index-card-type-box{
    max-width: 180px;
    text-align: center;
}
.index-most-selling-card.category-all-boxes-section.store-product-page .index-card-type-box{
    max-width: unset;
}

.index-card-type-box p{
    text-align: center;
    color: #000000;
    padding: 5px 0;
    font-size: 18px;
}
/*.index-how-to-buy{
    padding: 50px 0;
}*/
.index-about-box h3{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}
.index-about-box p{
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 16px;
}
.index-title h1{
    font-size: 30px;
}
.index-title p{
    font-size: 16px;
}
.index-how-to-buy .index-title{
    margin-bottom: 50px;
}
.orange-btn-default{
    color: #fff;
    border-radius: 7px;
    font-size: 20px;
    padding: 5px 50px;
    padding-top: 0;
}
.index-how-to-buy .orange-btn-default{
    margin-top: 30px;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 400px;
}
.videoWrapper43 {
    padding-top: 75%;
}
.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: transparent;
}
.image{
    width: 80%;
    height: 400px;
    display: block;
    margin: 0 auto;
}
button:focus{
    outline: none;
}
.gray-background-color{
    background-color: #F2F2F2;
}
.index-how-to-buy{
    padding: 25px 0;
}
.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    background-color: transparent;
}
.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 110px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
    background-image: url(../play-icon.png);
    border: 0;
    background-size: cover;
}
.mobile-verfi-all-data .form-control{
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
}
.mobile-verfi-all-data p{
    color: #6E7989;
    margin: 0;
}
.mobile-verfi-all-data .form-control:focus{
    box-shadow: none;
}
.videoPoster:hover:before, .videoPoster:focus:before {
    border-color: #f00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}
.index-testmonials .carousel-cell{
    width: 100%;
}
.index-testmo-quote .img-right-quote{
    position: absolute;
    top: 120px;
    right: 100px;
}
.index-testmo-quote .img-left-quote{
    position: absolute;
    top: 120px;
    left: 100px;
}
.index-rating-text{
    max-width: 400px;
    margin: auto;
    padding-top: 25px;
}
.product-plus-minus{
    text-align: center;
}
.index-testmo-star ul{
    padding: 0;
    display: table;
    direction: ltr;
    margin: auto;
}
.index-testmo-star li{
    margin: auto;
    text-align: center;
    display: table-cell;
    padding-left: 25px;
}
.index-testmo-star i{
    font-size: 30px;
    color: #FFBB00;
}
.index-testmo-star .fa-star-o{
    color: #828282
}
.index-rating-text p{
    font-size: 16px;
    max-height: 150px;
    overflow: hidden;
}
.index-testmo-center-box-data img{
    max-width: 80px;
}
.index-rating-text span{
    font-size: 16px;
}
.index-testmonials .carousel-cell{
    height: 350px;
}
.index-testmo-star{
    margin-top: 30px;
}
.index-testmonials{
    margin-top: 60px;
}
.index-testmonials .flickity-prev-next-button {
    background: #632c8d;
}
.index-testmonials .flickity-prev-next-button .arrow{
    fill: #fff;
}
section.index-download-app {
    margin: 50px 0;
}
.index-download-app-icon h1{
    font-size: 30px;
}
.index-download-app-icon p{
    font-size: 16px;
}
.index-download-app-icon{
    text-align: center;
}
.btn.orange-background-color:hover {
    background-color: #e08953;
    color: #fff;
}
.btn.green-background-color:hover {
    background-color: #7b43a7;
    color: #fff;
}
footer{
    background-color: #252525;
    color: #fff;
    padding: 15px 0;
    padding-bottom: 0;
}
footer .footer-title h3{
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-title-data.footer-download-app li img {
    width: 120px;
}
footer a{
    color: #fff;
    font-size: 14px;
}
.last-footer{
    padding-top: 20px;
}
.footer-download-app li{
    margin-bottom: 15px;
}
.footer-subscribe-news .form-control{
    border-radius: 0 !important;
    padding: 20px 10px;
    border: 0;
    padding-top: 15px;
}
.footer-subscribe-news .btn{
    padding: 0 50px;
    color: #fff;
    border: 0;
    border-radius: 0 !important;
}
.footer-payment-type-icon ul{
    display: table;
    margin: auto;
    /*    margin-top: 20px;*/
}
.footer-payment-type-icon li{
    display: table-cell;
    padding-right: 20px;
}
.footer-developed-text{
    text-align: left;
}
.side-menu {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
}
.side-social-media ul {
    list-style: none;
    padding-left: 0;
}
.side-social-media li {
    max-height: 33px;
    max-width: 33px;
    margin-bottom: 10px;
}
.side-social-media img {
    height: 33px;
    width: 33px;
}
.index-main-slider{direction: ltr;}
/*mobile header*/
body.open, body:after {
    overflow: hidden
}
.p-phone-code{
    margin: 0;
}
.CountryCode{
    border: 1px solid #ced4da;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-nav, body:after {
    position: absolute;
    left: 0;
}
.b-brand, .b-link {
    font-size: 18px;
    font-weight: 700;
    margin-left: 0;
    text-decoration: none;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    ;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(345px, 0, 0);
        transform: translate3d(345px, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(345px, 0, 0);
        transform: translate3d(345px, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}
body:after {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 100%;
}
body.open:after {
    z-index: 10;
    opacity: 0.65;
    height: 100000%;
    visibility: visible
}
.b-nav {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    top: 0;
    width: 310px;
    z-index: 12;
}
.b-nav:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
.b-nav {
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
.b-nav ul {
    padding-left: 0px;
    overflow: hidden;
}
.b-nav li {
    color: #fff;
    list-style-type: none;
    padding: 10px 10px 10px 0;
    text-align: left;
    -webkit-transform: translateX(345px);
    -ms-transform: translateX(345px);
    transform: translateX(345px)
}
.b-nav li:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
.b-nav li:not(.open), .b-nav.open li {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both
}
.b-nav li:first-child {
    margin-top: 0px
}
.b-nav.open {
    visibility: visible;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.b-nav:not(.open) {
    visibility: hidden;
    animation-duration: 0.4s;
    animation-fill-mode: backwards;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
.b-nav.open li {
    padding-left: 0;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    text-align: center;
}
.b-link {
    background: 0 0;
    border-left: rgba(255, 255, 255, 0)solid 2px;
    color: #fff;
    transition: all .4s ease;
    width: auto
}
.b-link, .b-menu {
    -webkit-transition: all .4s ease;
}
.b-nav li {
    border-left: 5px solid #62bb45;
}

/*.b-link--active,
.b-link:hover {
    border-left: #e00a12 solid 5px;
    padding-left: 30px
}*/

.b-menu {
    cursor: pointer;
    display: block;
    height: 66px;
    padding-top: 25px;
    position: relative;
    /* top: -20px; */
    transition: all 0.4s ease 0s;
    width: 43px;
    z-index: 12;
    left: 15px;
}
.b-bun--bottom, .b-bun--mid, .b-bun--top {
    height: 2px;
    width: 25px
}
.b-container.open .b-main, .b-menu:hover {}
.b-bun {
    background: #62bb45;
    transition: all .4s ease;
}
.b-brand, .b-bun {
    position: relative;
    -webkit-transition: all .4s ease
}
.b-bun--top {
    top: 0;
}
.b-bun--mid {
    top: 8px
}
.b-bun--bottom {
    top: 16px
}
.b-brand {
    color: #2196f3;
    top: -21.43px;
    transition: all .4s ease;
}
.b-container {
    /* position: absolute; */
    /* right: 0; */
    /* top: 20px; */
}
.b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
    background: #2196f3
}
.b-container.open .b-bun--top {
    background: #e00a12;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.b-container.open .b-bun--mid {
    opacity: 0
}
.b-container.open .b-bun--bottom {
    background: #e00a12;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.b-container.open .b-brand {
    color: #fff
}
.mobile-search-btn {
    background-color: #e00a12;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 25px;
    margin-left: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:none;
}
.mobile-search {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #949494;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 10px;
    width: 80%;
}
/*end mobile header*/
.mobile-header{
    display: none;
}
.category-row-all{
    margin-bottom: 40px;
}
/*.category-all-boxes-section{
    margin-top: 50px;
}*/
/* counter */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.last-footer p{
    font-size: 14px;
}
.counter {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    /*    width: 110px;*/
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    overflow: hidden;
    width: 50%;
}
.counter li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.counter__btn {
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #632c8d;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    user-select: none;
    font-size: 40px;
    line-height: 35px;
    margin-left: 40px;
}
.counter-plus{
    margin-right: 40px;
    margin-left: 0;
}
.counter input {
    width: 50px;
    height: 50px;
    border: 0;
    outline: none;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #632c8d;
    line-height: 50px;
}
/* end counter */
.product-box-all-data p{
    text-align: right;
    padding-bottom: 0;
    /*    max-width: 150px;*/
    padding-right: 10px;
}
.product-box-all-data p span{
    float: left;
    font-weight: bold;
}
.contact-number-box h2{
    font-size: 25px;
}
.product-box-all-data{
    border: 1px solid #EFEEEE;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    /*min-height: 460px;*/
}
.product-box-btn{
    margin-top: 20px;
}
.product-box-btn a{
    margin-bottom: 15px;
    color: #fff;
}
.product-add-cart-btn{
    border: 1px solid #632c8d;
    color: #632c8d !important;
}
/*.product-inner{
    padding-top: 60px;
}*/
.product-inner-text span{
    font-weight: bold;
    padding-top: 2px;
    font-size: 18px;
    /*float: right;*/
}
/*.product-inner-text{
    padding: 20px 0;
}*/
.product-price-p{
    /*float: right;*/
    padding-left: 30px !important;
    padding-top: 0 !important;
    font-size: 20px;
}
.inner-product-description{
    margin-top: 50px;
}
.product-inner-btn-plus-min .btn{
    display: block;
    width: 50%;
}
.supplier-section-all-data{
    background-color: #632c8d;
    color: #fff;
    padding: 30px 0;
    /*    margin-top: 40px;*/
}
.supplier-text a{
    color: #632c8d;
    background-color: #fff;
    padding: 6px 50px;
}
.supplier-form .form-group label{
    color: #201D1D;
    font-size: 16px;
}
.btn{
    border-radius: 0;
}
.button-wrapper {
    position: relative;
    width: 150px;
    text-align: center;
    font-family: 'HelveticaNeueLT';
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #62bb45;
    cursor: pointer;
    color: #fff;
    padding: 5px 0;
    padding-top: 0;
    font-size:16px;
    font-family: 'HelveticaNeueLT';
}
/*.index-middle-header-cart-login li:last-child a{
    padding-left: 0;
}*/
#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.supplier-submit-btn{
    color: #fff;
    padding: 5px 60px;
    padding-top: 0;
}
.supplier-form{
    /*    padding: 40px 0;*/
    padding-bottom: 15px;
}
.upload-file-div{
    margin-bottom: 20px;
}
.servicese-section .flickity-page-dots{
    bottom: 0;
}
.about-section{
    background-color: transparent;
    padding: 0;
}
.about-section .carousel-cell{
    padding: 0;
    height: 380px;
}
.overlay-back{
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.supplier-text.about-slider-text{
    text-align: center;
}
.about-section .flickity-page-dots{
    bottom: 20px;
}
.about-suplior-text h2{
    color: #632c8d;
    font-size: 22px;
}
.about-suplior-text p{
    color: #4E4E4E;
    font-size: 16px;
}
.about-section-data-all{
    padding: 50px 0;
}
.about-suplior-text ul{
    list-style: disc;
}
.about-first-col-img{
    margin-top: 40px;
}
.about-sup-img img{
    margin-bottom: 40px;
    width: 100%;
}
.about-section-last-section{
    border-top: 14px solid #632c8d;
    padding: 50px 0;
}
.about-vision-img{
    border-bottom: 8px solid #62bb45;
}
.contact-us{
    /*    margin: 50px 0;*/
    margin-bottom: 0;
    height: 300px;
    position: relative;
}
.about-sup-img {
    max-height: 380px;
    overflow: hidden;
}
.contact-number-box li p{
    padding-right: 50px;
}
.register-modal-img-box .overlay-back{
    background-color: rgb(0 0 0 / 20%);
    width: 441px;
}
/*.contact-map{
    margin-bottom: 50px;
}*/
.contac-section-box .form-control{
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0;
}
.contact-box{
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 24px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 24px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 24px -11px rgba(0,0,0,0.75);
    padding-right: 20px;
    border-bottom: 16px solid #62bb45;
}
.contact-number-box{
    color: #fff;
    padding: 20px;
    min-height: 444px;
}
.contac-section-box{
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
    z-index: 9;
}
#CountryCode p{
    margin: 0;
    margin-top: 35px;
}
.contact-us-big-div{
    position: relative;
}
.contact-form-data{
    padding: 30px;
}
#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}
.contact-number-box ul{
    padding-top: 30px;
}
.contact-number-box ul li{
    margin-bottom: 35px;
}
.contact-number-box ul li img{
    float: right;
    padding-left: 15px;
}
.contact-form-data .btn{
    padding: 5px 40px;
    color: #fff;
    padding-top: 0;
}
.contact-form-data .form-control:focus{
    box-shadow: none; 
}
.regsiter-modal .modal-dialog{
    max-width: 60%;
}
.addToCart-modal .modal-dialog{
    max-width: 20% !important;
}
.modal-dialog select.form-control{
    padding: 0;
    padding-right: 5px;
}
.regsiter-modal .modal-dialog .btn{
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.register-modal-form h2{
    text-align: center;
    font-size: 20px;
    color: #201D1D;
    margin-bottom: 15px;
}
.right-left-hr {
    text-align: center;
    margin: 10px auto;
    width: 100%;
}
.right-left-hr hr {
    width: 40%;
    float: left;
    border-color: #C1C1C1;
    margin-top: 13px;
}
.right-left-hr .second-hr {
    float: right;
}
.right-left-hr span {
    color: #606060;
}
.register-facebbok-div ul{
    text-align: center;
    margin: auto;
    display: table;
}
.register-facebbok-div ul li{
    display: table-cell;
    padding-left: 10px;
}
.register-modal-form label{
    font-size: 14px;
}
.register-already-have-account{
    text-align: left;
}
.regsiter-modal .modal-header{
    border: 0;
    position: absolute;
}

.regsiter-modal .modal-body{
    padding: 0;
}
.register-modal-form{
    padding: 10px 0;
    padding-left: 30px;
    /*    max-height: 560px;*/
}
.addToCart-modal .register-modal-form{
    padding: 30px;
}
.mobile-verfi-all-data-top{
    padding: 80px 20px;
}
/*.resend-number-btn{
    cursor: not-allowed !important;
}*/
.resend-number-btn:hover{
    background-color: #632c8d !important;
}
.regsiter-modal .close{
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.product-image{
        min-height: 150px;
    overflow: hidden;
}
.fa-chevron-left:before{
    content: "\f054";
}
.regsiter-modal .form-group {
    margin-bottom: 5px;
}
.regsiter-modal .close img{
    max-width: 40px;
}
.regsiter-modal .modal-content{
    border-radius: 0;
    border: 0;
}

.login-tabs-type p{
    float: right;
    padding-left: 20px;
    margin-bottom: 0;
}
.login-modal-form .tab label{
    width: 100%;
}
.login-radio-tabs{
    padding-right: 0;
    padding-bottom: 3px;
}
.login-modal-all-data .nav-tabs{
    border: 0;
    padding-top: 20px;
}
.register-modal-img{
    height: 60%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #62bb45;
}

.custom-control-input:checked~.custom-control-label.red::before {
    background-color: red;
}

.custom-control-input:checked~.custom-control-label.orange::before {
    background-color: #62bb45;
}
.login-modal-form .custom-control-label{
    padding-right: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.without-green-page{
    margin-top: 50px;
}

.danger-border{
    border: 2px solid red;
}
.my-account-data .nav-pills{
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: 3px 14px 39px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 14px 39px -20px rgba(0,0,0,0.75);
    box-shadow: 3px 14px 39px -20px rgba(0,0,0,0.75);
    border: 0;
}
.my-account-data .nav-pills .nav-link{
    color: #632c8d;
    border-radius: 0;
    padding: 10px;
    border-right: 15px solid #fff;
    border-bottom: 1px solid #DFDFDF;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #262323 !important;
    background-color: #E6E6E6;
    border-radius: 0;
    padding: 10px!important;
    border-right: 15px solid #62bb45;
}
.my-account-nav-data .btn{
    border: 0;
    color: #fff;
    padding: 5px 50px;
}
.my-account-data{
    margin-bottom: 30px;
}
.my-account-nav-data h3{
    font-size: 20px;
    margin-bottom: 25px;
}
.my-account-nav-data label{
    font-size: 14px;
    color: #201D1D;
}
.my-account-order-all-data{
    /*    border-top: 1px solid #B9B8B8;*/
    /*    border-bottom: 1px solid #B9B8B8;*/
    padding: 20px 0;
}
.my-account-order-history-data .card-body{
    border-bottom: 1px solid #B9B8B8;
}
.my-account-order-data-text .price{
    color: #053C85;
    padding-right: 20px;
    font-weight: bold;
}
.my-account-product-name{
    float: right;
}
.my-account-order-history-data .order-number{
    color: #707070;
}
.my-account-order-history-data .order-number span{
    font-weight: bold;
}
.my-account-order-payment-details{
    margin-top: 40px;
}
.my-account-order-payment-details p{
    color: #040404;
}
.my-account-nav-data select.form-control{
    padding: 0 10px;
    padding-bottom: 4px;
}
.breadcrumb{
    background-color: transparent;
    margin-top: 35px;
    padding: 10px 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: none;
}
.breadcrumb a{
    color: #262323;
}
.breadcrumb i{
    color: #262323;
    padding: 0 5px;
}
.account-order-top-data{
    color: #B4B4B4 !important;
    padding-right: 50px;
}
.my-account-order-history-data .account-order-img{
    float: right;
    padding-left: 20px;
}
.my-account-order-history-data .card-header{
    background-color: transparent;
    padding: 0;
    padding-top: 10px;
}
.my-account-order-history-data .card{
    border: 0;
}
.my-account-order-history-data p{
    color: #262323;
    font-size: 14px; 
}
.my-account-pagination{
    margin-top: 25px;
}
.my-account-pagination .page-link{
    color: #632c8d;
}
.my-account-pagination .account-page-next, .my-account-pagination .account-page-prev{
    color: #262323;
}
.header-icon-login a{
    color: #262323 !important;
    font-size: 15px;
}
.header-icon-login{
    padding-right: 0 !important;
}
.header-user-is-login a{
    padding-left: 0 !important;
}
/*table style*/
.cart-table-all-data .wrapper {
    /*    margin: 0 auto;
        padding: 40px;
        max-width: 800px;*/
}

.cart-table-all-data .table {
    /*    margin: 0 0 40px 0;*/
    width: 100%;
    /*    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    display: table;
}
.cart-table-all-data .row {
    display: table-row;
}
.cart-table-all-data .row:nth-of-type(odd) {

}
.cart-table-all-data .row.header {
    color: #040404;
    background: #F3F3F3;
}
.cart-table-all-data .row.green {
    background: #27ae60;
}
.cart-table-all-data .row.blue {
    background: #2980b9;
}
.cart-table-all-data .cell {
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cart-table-all-data .row.header .cell:first-child{
    text-align: right;
}
.cart-table-all-data .row.header .cell{
    padding: 10px 15px;
}
/*end table style*/
.cart-product-img{
    max-width: 130px;
    float: right;
    padding-left: 15px;
}
.cart-product-description p{
    margin: 0;
    font-size: 14px;
}
.cart-product-description p a{
    color: #222222;
}
.cart-main-section p{
    margin: 0;
}
.cart-main-section .counter__btn{
    font-size: 15px;
    line-height: 15px;
    width: 20px;
    height: 20px;
    margin-left: 0;
}
.cart-main-section .counter-plus{
    margin-right: 0;
}
.cart-main-section .counter{
    width: 100%;
}
.cart-main-section .counter input{
    font-size: 14px;
}
.cart-main-section .counter li{
    vertical-align: inherit; 
}
.cart-product-description{
    max-width: 300px;
    text-align: right;
    float: right;
}
.cart-table-all-data .row .cell{
    border-bottom: 1px solid #EBEBEB;
}
.cart-product-description .cart-product-name{
    font-size: 15px;
}
.cart-total-text{
    text-align: left;
}
.cart-btn-bottom li{
    display: inline;
    padding-left: 25px;
}
.cart-btn-shopping{
    color: #fff;
}
.cart-btn-checkout{
    color: #62bb45;
    border: 1px solid #62bb45;
}
.cart-main-section{
    margin-bottom: 50px;
}
#v-pills-verfiy-tab i{
    float: left;
    padding-top: 4px;
    color: red;
}
#v-pills-verfiy a.btn{
    min-width: 240px;
}
#v-pills-documents-tab i{
    float: left;
    padding-top: 4px;
    color: red;
}
#v-pills-documents a.btn{
    min-width: 240px;
}
.store-product-page .counter input{
    width: 40px;
    height: 30px;
    font-size: 21px;
}
.store-product-page .counter__btn{
    width: 30px;
    height: 30px;
    margin: 0 !important;
    font-size: 30px;
    line-height: 20px;
}
.store-product-page .counter{
    width: 100%;
}
.index-card-type-box p a{
    color: #000000;
}
.index-header-cart-icon a:hover{
    color: #62bb45;
}
.headerCountCart{
    font-size: 12px;
    position: absolute;
    top: 1px;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    text-align: center;
    line-height: 15px;
    background-color: #632c8d;
    color: #fff;
    z-index: 99;
}
.cart-empty-data{
    padding: 20px 0;
}
#v-pills-verfiy-tab .fa-check{
    color: #632c8d;
}
.error-red-color{
    color:#e81123;
}
.cart-empty-data img{
    max-width: 250px;
    margin-bottom: 30px;
}
.cart-empty-data a{
    color: #fff;
    padding: 5px 50px;
    font-size: 16px;
    margin-top: 30px;
}
.index-most-selling-card .index-card-type-box img{
    max-height: 145px;
}
select.form-control{
    padding: 0 15px !important;
    font-size: 14px;
    border-radius: 0;
}
.checkout-page-section label{
    font-size: 13px;
}
.checkout-left-box-data{
    border: 1px solid #D6D6D6;
    background-color: white;
    text-align: center;
    padding: 20px 15px;
}
/*.checkout-add-address-form label{
    margin-bottom: 25px;
}*/
.checkout-add-address-form select{
    border-color: #62bb45;
    box-shadow: none !important;
    outline: none;
    line-height:0.5;
}
.form-control{
    border-radius: 0 !important;
}
.checkout-left-box-data a{
    color: #fff;
    padding-top: 0;
}
.checkout-left-box-data h2, .checkout-left-box-data p{
    font-size: 16px;
}
.checkout-cart-btn{
    margin: 15px 0;
    border: 1px solid #62bb45;
}
.footer-payment-type-icon img{
    max-width: 60px;
}
/***************custome radio button**************************************/
/* The container */
.Modal-Radio {
    display: block;
    position: relative;
    /*    padding-left: 35px;
        margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.Modal-Radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.Radiomark {
    position: absolute;
    top: 11px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color:white;
    border: 1px solid gainsboro;
    border-radius: 50%;
}


.Modal-Radio:hover input ~ .Radiomark {
    background-color:white;
    border: 1px solid gainsboro;
}


.Modal-Radio input:checked ~ .Radiomark {
    background-color:white;
    border: 1px solid #777777;
}


.Radiomark:after {
    content: "";
    position: absolute;
    display: none;
}


.Modal-Radio input:checked ~ .Radiomark:after {
    display: block;
}


.Modal-Radio .Radiomark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 48%;
    background: #777777;
}
.Payment-Type{
    cursor: pointer;
    max-height: 50px;
    margin-right: 40px;
    color:  #777777;
    font-size: 18px;
}
.confirm-order-payment-row{
    margin-top: 10px;
}
.confirm-order-payment-row .index-title{
    margin-bottom: 30px;
}
.paymenttype a{
    color: #fff;
}
.confirm-order-payment-data{
    margin-top: 30px;
}
.confirm-order-section{
    margin-bottom: 30px;
}
.confirm-order-section .category-row-all{
    margin-bottom: 20px;
}
.cart-payment-img img{
    max-width: 110px;
    margin-bottom: 20px;
}
.cart-payment-btn a{
    color: #fff;
    margin: 30px 0;
}
.my-account-address-box i{
    padding-left: 10px;
    color: #62bb45;
    font-size: 22px;
    float: right;
}
.my-account-address-box p{
    font-size: 13px;
}
.my-account-address-box .title{
    font-weight: bold;
    font-size: 15px;
}
.my-account-address-box {
    border: 1px solid #eee;
    box-shadow: 1px 1px 8px 0 rgba(0,0,0,.12);
    background: #fff;
    line-height: 18px;
    padding: 24px 16px 16px;
    margin-bottom: 20px;
}
.removeShippingAddress{
    color: #2e9cc3;
    font-weight: bold;
}
@media(max-width: 1199px){
    .index-middle-header-cart-login .btn{
        padding: 6px 20px;
        
    }
}
@media(max-width: 992px) {
    .index-card-type-box {
        text-align: center;
    }
    .checkout-left-box-data{
        margin-top: 20px;
    }
    .supplier-form select.form-control{
        padding: 0;
    }
    .product-inner .product-inner-btn-plus-min .btn{
        margin: auto;
        margin-bottom: 15px;
    }
    .product-inner .product-plus-minus{
        text-align: center;
    }
/*    .side-menu{
        display: none;
    }*/
    .mobile-header{
        display: block;
    }
    .index-main-header{
        display: none;
    }
    .servicese-section .carousel-cell{
        height: 600px; 
    }
    .servicese-section .supplier-text{
        max-height: 260px;
        overflow: hidden;
    }
    .supplier-text{
        margin-bottom: 15px;
    }
    .index-most-selling-card .carousel-cell{
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .index-testmo-quote .img-left-quote, .index-testmo-quote .img-right-quote{
        display: none;
    }
    .index-rating-text{
        max-width: 310px;
    }
    .index-download-app-icon img{
        margin-bottom: 10px;
    }
    .footer-mobile-app-download{
        margin-top: 20px;
    }
    .mobile-header-logo{
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .mobile-header-logo img{
        max-width: 100px;
    }
    .mobile-header .index-header-lang{
        padding-top: 40px;
        text-align: center;
    }
    .mobile-header .mobile-nav .btn{
        color: #fff;
        padding: 5px 40px;
    }
    .mobile-header-login-cart{
        display: table;
        width: 100%;
    }
    .mobile-header-login-cart li{
        display: table-cell;
        border-left: 0;
    }
    .index-header-search .btn{
        color: #62bb45 !important;
    }
    .about-section .carousel-cell{
        height: 385px;
    }
    .about-suplior-text ul{
        list-style: none;
    }
    .about-sup-img img{
        margin: auto;
        width: 100%;
        padding-bottom: 30px;
    }
    .contac-section-box {
        position: relative;
        bottom: 0;
        margin-bottom: 15px;
        top: 0;
    }
    .contact-form-data{
        margin: 0;
        padding: 10px 5px;
    }
    .contact-form-data label{
        margin: 0;
    }
    .contact-us .overlay-back{
        display: none;
    }
    .contact-number-box{
        min-height: auto;
    }
    .contact-box{
        box-shadow: none;
        padding: 0;
    }
    .contact-us{
        height: auto !important;
    }
    .footer-payment-type-icon li {
        display: block;
        width: 25%;
        padding-right: 15px;
        float: right;
        margin-bottom: 10px;
        min-height: 70px;
    }
    footer .col-6{
        text-align: center;
    }
    .last-footer p{
        text-align: center;
    }
    .regsiter-modal .modal-dialog {
           max-width: 93%;
    margin: auto;
    }
    
    .register-modal-form{
        padding: 10px 20px !important;
    }
    .index-header-search .form-control{
        width: 270px;
    }
    .index-header-search{
        margin: 15px 5px; 
    }
    .index-header-lang a{
        float: none;
    }
    .my-account-data .nav-pills{
        text-align: center;
    }
    .my-account-order-all-data img{
        margin: auto;
        display: block;
    }
    .my-account-right-nav{
        margin-bottom: 25px;
    }
}
@media(max-width: 768px) {
    .register-modal-img {
        display: none;
    }
}
@media(max-width: 575px){
    .supplier-section-all-data .row{
            flex-direction: column-reverse;
    text-align: center;
    }
}
@media screen and (max-width: 580px) {
    .cart-table-all-data .row {
        padding: 14px 0 7px;
        display: block;
    }
    .cart-table-all-data .row.header {
        padding: 0;
        height: 6px;
    }
    .cart-table-all-data .row.header .cell {
        display: none;
    }
    .cart-table-all-data .row .cell {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .cart-table-all-data .row .cell:before {
        margin-bottom: 20px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 15px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #62bb45;
        display: block;
    }
    .cart-table-all-data .cell {
        padding: 2px 16px;
        display: block;
    }
    .cart-product-description{
        max-width: 50%;
        margin: auto;
        text-align: center;
        float: none;
    }
    .cart-product-img {
        max-width: 130px;
        float: none;
        padding-left: 15px;
        margin: auto;
    }
    .cart-table-all-data .table {
        display: block;
    }
    .header-user-is-login a{
        padding-left: 0;
    }
    .doc-viewer {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .doc-item {
        display: flex;
        flex-direction: column;
    }

    .doc-label {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .doc-preview {
        max-width: 100%;
        max-height: 250px;
        border: 1px solid #ccc;
        border-radius: 8px;
        object-fit: contain;
        background-color: #fff;
        padding: 5px;
    }
    
    .upload-form {
        display: flex;
        flex-direction: column;
        gap: 25px;
        max-width: 600px;
        margin: 0 auto;
        padding: 25px;
        background-color: #fefefe;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    }

    .upload-item {
        display: flex;
        flex-direction: column;
    }

    .upload-label {
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 15px;
        color: #333;
    }

    .upload-input {
        padding: 8px;
        font-size: 14px;
        margin-bottom: 10px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

    .upload-preview {
        max-width: 100%;
        max-height: 250px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #fff;
        object-fit: contain;
        padding: 4px;
    }
}