/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

@font-face {
    font-family: "f-l";
    src: url(../fonts/AvenirArabic-Light.otf);
}

@font-face {
    font-family: "f-book";
    src: url(../fonts/AvenirArabic-Book.otf);
}

@font-face {
    font-family: "f-b";
    src: url(../fonts/AvenirArabic-Medium.otf);
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 5px;
}

::-webkit-input-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #CCC;
    opacity: 1;
    font-size: 14px;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    font: 14px 'JF-Flat', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 300;
    font-family: "f-l" !important;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    overflow-x: hidden !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: var(--s-c);
}

.products-sec,
.sec-brand,
.edvv-ment,
.multimedia-sec,
.question {
    background-color: #FFF;
    overflow: hidden;
}

:root {
    --m-c: #fab617;
    --s-c: #012757;
    --h-c: #003679;
}


/* Start Loader  */

.art {
    height: 100vh;
    width: 100vw;
    background: var(--s-c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999999999;
    position: fixed;
}

.layer {
    height: 250px;
    width: 250px;
    position: relative;
}

.ga {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rounda 30s linear infinite;
    animation: rounda 30s linear infinite;
}

@-webkit-keyframes rounda {
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes rounda {
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.ga .big {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: conic-gradient(#fab617 5%, transparent 5%, transparent 10%, #fab617 10%, #fab617 15%, transparent 15%, transparent 20%, #fab617 20%, #fab617 25%, transparent 25%, transparent 30%, #fab617 30%, #fab617 35%, transparent 35%, transparent 40%, #fab617 40%, #fab617 45%, transparent 45%, transparent 50%, #fab617 50%, #fab617 55%, transparent 55%, transparent 60%, #fab617 60%, #fab617 65%, transparent 65%, transparent 70%, #fab617 70%, #fab617 75%, transparent 75%, transparent 80%, #fab617 80%, #fab617 85%, transparent 85%, transparent 90%, #fab617 90%, #fab617 95%, transparent 95%);
}

.ga .small {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background: #fab617;
}

.ga .small::before {
    content: "";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    top: 70px;
    left: 70px;
    background: #eee;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .8);
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .8);
}

.gb {
    position: absolute;
    bottom: 26px;
    right: 26px;
    -webkit-transform: rotateZ(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotateZ(-25deg);
    -webkit-animation: roundb 30s linear infinite;
    animation: roundb 30s linear infinite;
}

@-webkit-keyframes roundb {
    100% {
        -webkit-transform: rotateZ(-745deg);
        transform: rotateZ(-745deg);
    }
}

@keyframes roundb {
    100% {
        -webkit-transform: rotateZ(-745deg);
        transform: rotateZ(-745deg);
    }
}

.gb .big {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: conic-gradient(transparent 10%, #fab617 10%, #fab617 20%, transparent 20%, transparent 30%, #fab617 30%, #fab617 40%, transparent 40%, transparent 50%, #fab617 50%, #fab617 60%, transparent 60%, transparent 70%, #fab617 70%, #fab617 80%, transparent 80%, transparent 90%, #fab617 90%);
}

.gb .small {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #fab617;
}

.gb .small::before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 35px;
    background: #eee;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .8);
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .8);
}


/* End Loader  */

#scroll-top {
    position: fixed;
    left: 15px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    border-radius: 2px;
    background: var(--m-c);
    color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    z-index: 999999;
}

#scroll-top:hover {
    background-color: black;
}

.body-overlay {
    background-color: rgba(52, 49, 75, .5);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    top: 0;
    z-index: 9;
}

.no-padding {
    padding: 0 !important;
}

a,
button,
img,
i,
span,
li {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

button {
    border: 0;
    color: #fff;
}

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

li {
    display: inline-block;
}

.layer {
    height: 130px;
    width: 130px;
}

.gb {
    bottom: 26px;
    right: 26px;
}

.ga {
    top: 21px;
    left: 21px;
}

.ga .big {
    height: 70px;
    width: 70px;
}

.ga .small::before {
    height: 15px;
    width: 15px;
    top: 28px;
    left: 28px;
}

.gb .small {
    height: 24px;
    width: 24px;
}

.gb .small::before {
    height: 8px;
    width: 8px;
    top: 11px;
    left: 11px;
}

.gb .big {
    height: 30px;
    width: 30px;
}

.ga .small {
    height: 60px;
    width: 60px;
}

.p-sections {
    padding: 60px 0px;
}

.fixed-navbar .navbar-brand>img {
    width: 55px;
}

.fixed-navbar .navbar-brand {
    padding: 10px 10px;
    display: none;
}

.fixed-navbar .navbar-nav {
    margin: 0;
}

.fixed-navbar .call-number.navbar-right {
    margin: 15px 0px;
    font-size: 17px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.fixed-navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    background-color: var(--s-c);
}

.fixed-navbar .search-logo-wrap {
    padding: 15px 0px;
}

.fixed-navbar .icon {
    padding: 7px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.fixed-navbar .logo img {
    width: 160px;
}

.fixed-navbar .navbar-default .navbar-nav>li>a {
    font-size: 16px;
}

.fixed-navbar .btn.btn-secondary.dropdown-toggle {
    font-size: 15px;
}


/* ||||||||||||||||||||||||      Start Style Navbar      ||||||||||||||||||||||||||||\*/

.search-container {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 1.8rem;
    border: 1px solid #D0CFCE;
    outline: none;
    color: #000;
    border: none;
    border-radius: 8px 0px 0px 8px;
}

#search-bar:focus {
    border: 1px solid var(--m-c);
    -webkit-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    color: #FFF;
    background-color: var(--h-c);
}

#search-bar:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    opacity: 0;
}

#search-bar:focus::-moz-placeholder {
    -moz-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    opacity: 0;
}

#search-bar:focus:-ms-placeholder {
    -ms-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    opacity: 0;
}

.search-icon {
    position: absolute;
    float: left;
    width: auto;
    height: 100%;
    top: -0;
    left: 0;
    background: var(--m-c);
    padding: 0px 50px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 8px 0px 0px 8px;
}

.search {
    display: inline-block;
    width: 100%;
    margin: 0px 100px;
    border-radius: 5px;
    /* overflow: auto; */
}

.search-container {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
    position: relative;
}

.dropdown-menu {
    border-bottom: 7px solid var(--m-c);
}

.dropdown-menu button {
    text-align: right;
    color: #333;
    background: transparent;
    padding: 4px 10px;
}

.dropdown-item {
    width: 101%;
    display: inline-block;
    padding: 4px 8px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    margin-right: -1px;
}

.search-container .dropdown .btn.btn-secondary.dropdown-toggle {
    margin: 0 25px;
    color: #333;
}

.search-container .dropdown {
    background: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--s-c);
    color: #FFF;
}


/* ||||||||||||||||||||||||      Start Style Navbar      ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      Start Style Navbar      ||||||||||||||||||||||||||||\*/

header {
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
}

.main-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-banner {
    min-height: 100vh;
    display: inline-block;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.navbar-brand {
    height: auto;
    display: none;
}

.navbar-default {
    background: transparent;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: none;
}

.navbar-brand>img {
    width: 80px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: var(--m-c);
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-size: 21px;
    margin: 0;
    padding: 0px;
    margin-left: 25px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.btn.btn-secondary.dropdown-toggle {
    padding: 0px;
    font-size: 18px;
    margin: 0;
    background: transparent;
    font-family: 'f-l';
    font-weight: 400;
    margin-left: 25px;
    line-height: 20px;
}

.btn.btn-secondary.dropdown-toggle:hover,
.btn.btn-secondary.dropdown-toggle:focus {
    color: var(--m-c);
}

.nav.navbar-nav {
    padding: 15px 0px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    width: 100%;
}

.nav.navbar-nav .sort {
    float: left;
    margin: 0px;
}

.nav.navbar-nav .sort .btn.btn-secondary.dropdown-toggle {
    margin: 0px;
}

.icon i {
    font-size: 20px;
}

.icon {
    float: left;
    background: #fab617;
    color: #333;
    position: relative;
    border-radius: 5px;
    padding: 12px;
    position: relative;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.number {
    position: absolute;
    top: -15px;
    padding: 0px;
    border-radius: 50%;
    width: 25px;
    color: #333;
    text-align: center;
    background: #f5f5f5;
    left: -9px;
    height: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
}

.nav-top a {
    font-size: 16px;
    color: #FFF;
    margin: 0px 5px;
    padding: 5px;
}

.nav-top a.active {
    color: var(--m-c);
}

.nav-top a:hover,
.nav-top a:focus {
    color: var(--m-c);
}

.nav-top {
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #dddddd17;
}

.logo img {
    width: 210px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.fixed-navbar .logo img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.search-logo-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.search-logo {
    border-bottom: 1px solid #dddddd17;
}


/* ||||||||||||||||||||||||      End Style Navbar      ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      End Style Navbar      ||||||||||||||||||||||||||||\*/

footer {
    display: inline-block;
    width: 100%;
    background: var(--s-c);
    padding-top: 80px;
}

.footer-logo img {
    width: 90px;
}

.footer-content {
    text-align: center;
}

.soucial-media {
    padding: 20px 0px;
}

.soucial-media a {
    color: var(--m-c);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 33px;
    height: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border: 3px solid;
    margin: 0px 10px;
    font-size: 20px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.end-footer p {
    font-size: 16px;
    color: #dddddd61;
}

.end-footer p a {
    color: #dddddd61;
}

.end-footer p a:hover,
.end-footer p a:focus,
.end-footer p:hover,
.end-footer p:focus {
    color: var(--m-c);
}

.end-footer {
    padding: 15px;
}

.footer-content>h3 {
    font-weight: 600;
    font-size: 25px;
}

.end-footer p {
    margin-bottom: 0px;
}

.soucial-media a:hover {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    color: var(--h-c);
    background-color: var(--m-c);
    border-color: var(--m-c);
}

.soucial-media a:hover i {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

#search-bar {
    padding-left: 120px;
}


/* ||||||||||||||||||||||||      End Style Navbar      ||||||||||||||||||||||||||||\*/


/* ||||||||||||||||||||||||      Start Style swiper      ||||||||||||||||||||||||||||\*/

html,
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 15px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.title-min:before {
    content: " ";
    position: absolute;
    left: 0;
    height: 2px;
    width: calc(100% - 220px);
    background: #CBCBCB;
}

.swiper-rtl .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: unset;
    left: 0;
    position: relative;
    height: auto;
    margin: auto;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    top: unset;
}

.swiper-rtl .swiper-button-prev {
    right: 0;
}

.sec-brand {
    padding: 50px 0px;
}

.sec-brand .sections-card {
    /* width: calc(100% / 3 - 2px); */
    margin: 1px;
}

.sec-brand .sections-card:nth-child(1) {
    border-radius: 0px 20px 0px 0px;
}

.sec-brand .sections-card:nth-child(4) {
    border-radius: 20px 0px 0px 0px;
}

.sec-brand .sections-card:nth-child(5) {
    border-radius: 0px 0px 20px 0px;
}

.sec-brand .sections-card:nth-child(8) {
    border-radius: 0px 0px 0px 20px;
}

.sec-brand .sections-wrap {
    border-radius: 20px;
    background-color: #DDD;
}

.swiper-rtl .swiper-button-next:hover {
    left: -5px;
}

.sections-card-body ul li {
    display: inline-block;
    width: 100%;
}

.sections-card-body ul h3 {
    margin: 10px 0px;
    font-size: 15px;
    color: var(--m-c);
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sections-card-body ul li {
    padding-right: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
}

.sections-card-body ul {
    display: inline-block;
    width: 100%;
}

.swiper-rtl .swiper-button-prev:hover {
    right: -5px;
}

.swiper-buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #FFF;
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    border-radius: 25px;
    border: 2px solid #DDD;
    height: 36px;
    margin: auto;
}

.mySwiper {
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
    width: 410px;
    border: 1px solid #DDD;
    border-radius: 29px;
    margin: auto;
    background: #FFF;
    position: unset;
}

.mySwiper .swiper-slide:before {
    content: " ";
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background: #DDD;
}

.mySwiper .swiper-slide-active::before {
    background-color: #000;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    color: #000;
    font-weight: 600;
    padding: 0;
}

.mySwiper .swiper-slide:hover,
.mySwiper .swiper-slide:focus {
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 230px;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-text {
    font-size: 14px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rank-l .card-text {
    display: inline-block;
}

.card {
    display: inline-block;
}

.card {
    position: relative;
    border: 1px solid #DDD;
    border-radius: 15px;
    text-align: right;
    background-color: #FFF;
}

.card:hover {
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
    border-color: var(--m-c);
}

.card:hover .card-title {
    color: var(--m-c);
}

.card-body {
    color: #333;
    padding: 10px 15px;
}

.end-card label {
    font-size: 15px;
    padding: 1px 12px;
    margin: 0px 4px;
    background: #DDD;
    border-radius: 5px;
    max-width: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-min {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    width: 100%;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
}

.title-min span {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.end-card label:last-child {
    background-color: #F6C14F;
}

.card-title {
    font-weight: 600;
    color: #000;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.modal-product {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #E44028;
    padding: 2px 17px;
    font-size: 16px;
    border-radius: 4px;
    color: #FFF;
    max-width: 150px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-img-top {
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 17px;
    font-weight: 600;
    color: #999;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.swiper-rtl .swiper-button-next:hover::after {
    color: var(--m-c);
}

.swiper-rtl .swiper-button-prev:hover::after {
    color: var(--m-c);
}


/* ||||||||||||||||||||||||      End Style swiper      ||||||||||||||||||||||||||||\*/

.sections-card img {
    width: 170px;
    height: 170px;
    margin-bottom: 10px;
}

.sections-card {
    width: calc(100% / 4 - 2px);
    background: #FFF;
    color: #000;
    display: inline-block;
    padding: 20px 10px;
    margin: 1px;
    text-align: center;
}

.sections-card-body {
    padding: 0px 12px;
    width: 100%;
    text-align: right;
}

.sections-card-body h2 {
    font-size: 19px;
    margin: 11px 0px;
    font-weight: 600;
    font-family: 'f-b';
    margin-top: 0px;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sections-card-body a i {
    color: #E44028;
}

.sec-sections,
.best-seller,
.section-product-page {
    padding: 50px 0px;
    background: #f6f6f6;
}

.sections-card-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #999;
    overflow: hidden;
}

.sections-card-body a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 6px;
}

.sections-card-body .show-details {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #999;
}

.sections-card-body a:hover {
    color: #E44028;
}

.sections-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 23px;
    overflow: hidden;
    width: 100%;
}

.best-seller .swiper-buttons {
    bottom: unset;
    top: 2px;
    height: 36px;
    z-index: 9999;
}

.best-seller-swiper {
    width: 100%;
    /* height: 505px; */
}

.best-seller-swiper .swiper-slide {
    background: transparent;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.best-seller-swiper .swiper-slide .card {
    background-color: #FFF;
    width: 100%;
}

.marks-breadcrumb-wrap {
    padding-top: 225px;
    background: var(--s-c);
}

.top-marks ul li:before {
    content: " ";
    position: absolute;
    left: -20px;
    height: 100%;
    width: 2px;
    background: #999;
}

.top-marks ul li:last-child::before {
    display: none;
}

.top-marks ul li {
    margin: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.top-marks ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    color: #333;
    padding: 9px;
}

.top-marks {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    background: #FFF;
}

.top-marks ul h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 13px 0px;
}

.breadcrumb {
    padding: 15px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-wrap {
    background-color: #f6f6f6;
}

.breadcrumb>li {
    font-weight: 600;
    font-size: 17px;
    margin-left: 6px;
}

.breadcrumb>li a {
    font-weight: 600;
    color: #333333bf;
    font-size: 15px;
}

.breadcrumb>li a:hover {
    color: var(--m-c);
}

.breadcrumb>li.active {
    color: #000;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #999;
    content: ">";
}

.sections-page {
    padding: 50px 0px;
    background: #f6f6f6;
}


/* ||||||||||||||||||||||||      Start Style Meadia      ||||||||||||||||||||||||||||\*/

.sections-page .sections-card {
    width: calc(100% / 4 - 2px);
    padding: 20px 10px;
}

.sections-page .sections-card img {
    width: 110px;
    height: 110px;
}

.sections-page .sections-card-body h2 {
    font-size: 16px;
}

.pagination {
    padding-right: 0;
    width: 100%;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 600;
}

.pagination>li {
    display: inline-block;
    margin: 0px 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #E44028;
    border-color: #E44028;
    cursor: pointer;
}


/* ||||||||||||||||||||||||      Start Style articles      ||||||||||||||||||||||||||||\*/

.brand-page {
    padding: 50px 0px;
    background: #f6f6f6;
}

.sections-card>a {
    width: 100%;
}

.articles-page {
    padding: 50px 0px;
    background: #f6f6f6;
}

.articles-discription p {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 15px;
}

.articles-discription h4 {
    color: #000;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.articles-discription {
    padding: 10px;
}

.articles-discription a {
    background: #E44028;
    color: #FFF;
    padding: 10px 35px;
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.articles-discription a:hover {
    background-color: var(--s-c);
}

.articles-wrap .articles-img img {
    width: 100%;
    border-radius: 20px;
    height: 230px;
}

.articles-wrap {
    margin-bottom: 30px;
}

.articles-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.articles-details-content p {
    color: #999 !important;
    font-size: 19px;
    font-family: "f-l" !important;
}

.articles-details-content h3 {
    color: #000;
    font-weight: 600;
    font-size: 32px;
}

.articles-details-content img {
    width: 100%;
    border-radius: 20px;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}

.about-page {
    padding: 50px 0px;
    background: #f6f6f6;
}

.txt-about h3 {
    color: #000;
    font-weight: 600;
}

.img-about img {
    width: 100%;
    border-radius: 20px;
}

.img-about {
    margin-bottom: 40px;
}

.txt-about {
    margin-bottom: 40px;
}

.txt-about p {
    color: #999;
    font-size: 15px;
    font-family: "f-l" !important;
}

.why-our-company h2 {
    font-weight: 600;
    margin-bottom: 50px;
}

.about-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #E44028;
}

.about-icon {
    width: 110px;
    height: 110px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #FFF;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 40px;
}

.about-icon:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: " ";
    border-radius: 10px;
    -webkit-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    transform: rotate(65deg);
}

.why-our-company {
    display: inline-block;
    width: 100%;
    background: var(--m-c);
    padding: 70px 0px;
    text-align: center;
    color: #000;
}

.card-about p {
    font-size: 17px;
    font-family: "f-l" !important;
}

.card-about h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'f-b';
}

.card-about {
    padding: 20px;
    margin-bottom: 0px;
}

.contact-page {
    padding: 50px 0px;
    background-color: #f6f6f6;
}

#map {
    width: 100%;
    height: 380px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.contact-date-tit {
    color: #333;
    font-family: 'f-b';
    font-size: 29px;
    margin-bottom: 40px;
    font-weight: 900;
}

.contact-date {
    color: #333;
    padding: 55px 40px;
    background: #FFF;
    border-radius: 25px;
}

.contact-date-wrap i {
    font-size: 30px;
    color: #A9A9A9;
}

.contact-date-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.contact-date-txt h3 {
    margin-top: 0;
    font-weight: 900;
    font-family: 'f-b';
}

.contact-date-txt p,
.contact-date-txt a {
    font-size: 18px;
    color: #A9A9A9;
    font-weight: 600;
}

.contact-date-txt a:hover {
    color: var(--m-c);
}

.contact-date-txt {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.contact-date-end {
    text-align: center;
}

.soucial-media-contact a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    margin: 9px;
    font-size: 26px;
    color: #FFF;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.soucial-media-contact a:hover {
    color: #FFF;
    background-color: var(--m-c);
    background-image: unset;
}

.soucial-media-contact a:hover i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.contact-date-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
}

.soucial-media-contact .face {
    background: #3E5C9A;
}

.soucial-media-contact .insta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9D3D98), color-stop(#CC4A71), to(#E89947));
    background-image: -o-linear-gradient(#9D3D98, #CC4A71, #E89947);
    background-image: linear-gradient(#9D3D98, #CC4A71, #E89947);
}

.soucial-media-contact .twitter {
    background: #2AA9E0;
}

.soucial-media-contact .what {
    background: #57F676;
}

.form-group .form-control {
    padding: 12px;
    height: auto;
    border-width: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f694;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border-color: #DDD;
}

.form-group .form-control:focus,
.form-group .form-control:hover {
    border-color: var(--m-c);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

.form-group textarea.form-control {
    resize: none;
    height: 150px;
}

.form-group label {
    font-size: 21px;
    font-weight: 900;
    font-family: 'f-b';
}

.btn.btn-primary {
    background: #E44028;
    color: #FFF;
    padding: 10px 35px;
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: none;
}

#buy-order-modal .modal-footer .btn.btn-primary {
    width: 100%;
}

#buy-order-modal .modal-footer {
    padding: 20px 30px;
}

.btn.btn-primary:hover {
    background-color: var(--s-c);
}

.div-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    background: #FFF;
    color: #999;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 35px;
    border-radius: 10px;
}

.form-group-select .form-control {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group-select label {
    width: 100%;
    margin-left: 8px;
    margin-bottom: 0;
    display: inline-block;
}

.form-group-select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
}

.button-control>button {
    margin: 0px 5px;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 24px;
    line-height: 0;
    background-color: transparent;
    color: #999;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
}

.button-control>button.active,
.button-control>button:hover {
    color: var(--m-c);
}

.button-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.section-product-tit {
    margin: 0px;
    padding: 24px;
    background: var(--m-c);
    border-radius: 9px;
    color: #333;
    font-weight: 600;
    font-family: 'f-b';
    font-size: 23px;
    margin-bottom: 25px;
}

.div-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    background: #FFF;
    color: #999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-control p {
    margin: 0;
}

.section-product-page-content {
    display: inline-block;
    width: 100%;
    padding: 25px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-inline: 0;
}

.section-product-page-content .card {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
}

.mb-30 {
    margin-bottom: 30px;
}

.section-product-page-wrap h3 {
    color: #333;
    margin: 9px 0px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-product-page-wrap {
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.card-header h5 .btn i {
    float: left;
}

.prands-wrap .btn {
    background: transparent;
    color: #333;
    font-weight: 600;
    border: 2px solid #999;
    margin: 3px;
}

.prands-wrap .btn.active,
.prands-wrap .btn:focus,
.prands-wrap .btn:hover {
    background-color: #E44028;
    color: #FFF;
    border-color: transparent;
}

.prands-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.collapse-card .card-body ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    font-size: 15px;
}

.collapse-card .card-body ul li a:hover {
    color: var(--m-c);
}

.collapse-card .card-header h5 .btn {
    width: 100%;
    text-align: right;
    color: #333;
    font-weight: 600;
    background-color: transparent;
    font-size: 17px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.collapse-card .card-header h5 .btn:hover,
.collapse-card .card-header h5 .btn:focus {
    color: var(--m-c);
}

.section-product-page .col-xs-1,
.section-product-page .col-sm-1,
.section-product-page .col-md-1,
.section-product-page .col-lg-1,
.section-product-page .col-xs-2,
.section-product-page .col-sm-2,
.section-product-page .col-md-2,
.section-product-page .col-lg-2,
.section-product-page .col-xs-3,
.section-product-page .col-sm-3,
.section-product-page .col-md-3,
.section-product-page .col-lg-3,
.section-product-page .col-xs-4,
.section-product-page .col-sm-4,
.section-product-page .col-md-4,
.section-product-page .col-lg-4,
.section-product-page .col-xs-5,
.section-product-page .col-sm-5,
.section-product-page .col-md-5,
.section-product-page .col-lg-5,
.section-product-page .col-xs-6,
.section-product-page .col-sm-6,
.section-product-page .col-md-6,
.section-product-page .col-lg-6,
.section-product-page .col-xs-7,
.section-product-page .col-sm-7,
.section-product-page .col-md-7,
.section-product-page .col-lg-7,
.section-product-page .col-xs-8,
.section-product-page .col-sm-8,
.section-product-page .col-md-8,
.section-product-page .col-lg-8,
.section-product-page .col-xs-9,
.section-product-page .col-sm-9,
.section-product-page .col-md-9,
.section-product-page .col-lg-9,
.section-product-page .col-xs-10,
.section-product-page .col-sm-10,
.section-product-page .col-md-10,
.section-product-page .col-lg-10,
.section-product-page .col-xs-11,
.section-product-page .col-sm-11,
.section-product-page .col-md-11,
.section-product-page .col-lg-11,
.section-product-page .col-xs-12,
.section-product-page .col-sm-12,
.section-product-page .col-md-12,
.section-product-page .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.rank-l {
    width: 100% !important;
}


/* ||||||||||||||||||||||||      Start Style single-product      ||||||||||||||||||||||||||||\*/

.single-product-swiper-wrap .mySwiper2 {
    height: 450px;
    width: 100%;
}

.single-product-swiper-wrap .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
    /* margin: 5px !important; */
}

.single-product-swiper-wrap .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.single-product-swiper-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-product-swiper-wrap .mySwiper {
    height: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    border: none;
    border-radius: 0;
    margin: auto;
    background: transparent;
    position: unset;
}

.single-product-swiper-wrap .mySwiper .swiper-slide:before {
    content: none;
}

.single-product-swiper-wrap .swiper-rtl .swiper-button-next,
.single-product-swiper-wrap .swiper-rtl .swiper-button-prev {
    right: unset;
    left: unset;
    position: absolute;
    height: 30px;
    margin: auto;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    top: unset;
    bottom: 75px;
    z-index: 99999;
    margin: auto;
    display: inline-block;
}

.single-product-swiper-wrap .swiper-rtl .swiper-button-prev {
    right: -25px;
    left: unset;
    text-align: left;
}

.single-product-txt-wrap .btn,
.single-order-page .btn {
    background: #E44028;
    color: #FFF;
    padding: 10px 35px;
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.single-product-txt-wrap .btn:hover,
.single-order-page .btn:hover {
    background-color: var(--s-c);
}

.single-product-swiper-wrap .swiper-rtl .swiper-button-next {
    left: -25px;
    right: unset;
    z-index: 99999999999;
}

.single-product-swiper-wrap {
    padding: 20px;
}

.single-product-txt-wrap h1 {
    margin-bottom: 30px;
    font-weight: 600;
    font-family: 'f-b';
    font-size: 30px;
}

.single-product-txt-wrap {
    color: #000;
}

.single-products-wrap {
    display: inline-block;
    width: 100%;
    padding: 34px;
    background: #FFF;
    border-radius: 30px;
}

.single-product-swiper-wrap .swiper-button-prev:after,
.single-product-swiper-wrap .swiper-rtl .swiper-button-next:after {
    font-size: 22px;
    font-weight: 900;
}

.single-product-txt-wrap p {
    font-size: 19px;
    text-align: justify;
    color: #999;
    margin-bottom: 20px;
}

.single-product-swiper-wrap .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
}

.single-product-swiper-wrap .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--m-c);
    border-radius: 4px;
}

.product-share {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid #999;
    margin-top: 21px;
}

.product-share h2 {
    font-size: 22px;
    font-family: 'f-b';
    font-weight: 600;
    margin-left: 14px;
    margin: 0px;
    margin-left: 15px;
}

.sections-page h1 {
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

.product-share ul li a {
    width: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
}

.product-share ul li a:hover,
.product-share ul li a:focus {
    color: var(--m-c);
}


/* ||||||||||||||||||||||||      End Style single-product      ||||||||||||||||||||||||||||\*/

.buy-order {
    padding: 50px 0px;
    background: #f6f6f6;
}

.buy-order .form-group {
    color: #000;
}

.buy-order h1 {
    color: #333;
    font-weight: 600;
    margin: 0;
    font-size: 28px;
    margin-bottom: 30px;
}

.buy-order-content {
    padding: 60px 30px;
    background: #FFF;
    border-radius: 30px;
    display: inline-block;
}

.modal .modal-body img {
    width: 75px;
    margin: 15px;
}

.modal .modal-body p {
    color: #999;
    font-size: 22px;
}

.modal .modal-body {
    position: relative;
    padding: 40px 15px;
    text-align: center;
    color: #000;
}

.modal .modal-content {
    border-radius: 25px;
}

.modal .modal-footer {
    text-align: center;
}

.modal .modal-footer .btn.btn-primary {
    width: 100%;
}

.modal .modal-body h2 {
    font-weight: 600;
    font-size: 25px;
}

.modal-dialog {
    /* width: 600px; */
    margin: 30vh auto;
    z-index: 99999999999999999;
}

.static-page {
    background: #f6f6f6;
    min-height: 100vh;
    display: inline-block;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 0px;
}

.static-page-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 20px;
    border-radius: 25px;
    background: #FFF;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-r img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.img-r .img-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-r a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 100px;
    height: 100px;
    right: 0;
    left: 0;
}

.data-static-page {
    width: 50%;
}

.img-r {
    width: 50%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.img-r:before {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: -o-radial-gradient(var(--h-c), transparent);
    background: radial-gradient(var(--h-c), transparent);
}

.forget {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}

.end-login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 50px;
}

.end-login input[type=checkbox] {
    accent-color: var(--s-c);
}

.forget:hover,
.forget:focus {
    color: var(--m-c);
}

.form-group .form-control {
    border-radius: 9px;
}

.data-static-page p {
    color: #999;
    margin-bottom: 40px;
    font-size: 17px;
}

.data-static-page h3 {
    color: #000;
    font-weight: 600;
}

.data-static-page {
    width: 50%;
    padding: 25px;
}

.data-static-page .btn.btn-primary {
    background: #E44028;
    color: #FFF;
    padding: 13px 35px;
    border-radius: 7px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.data-static-page .btn.btn-primary:hover,
.data-static-page .btn.btn-primary:focus {
    background-color: var(--s-c)
}

.data-static-page .btn.btn-default {
    background: #DDD;
    color: #333;
    padding: 13px 35px;
    border-radius: 7px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.data-static-page .btn.btn-default:hover,
.data-static-page .btn.btn-default:focus {
    background-color: var(--m-c);
}

.check-number-page .form-group input {
    width: 63px;
    margin: 0px 10px;
    border: 2px solid #DDD;
    padding: 0;
    text-align: center;
    border-radius: 9px;
    font-size: 31px;
    background: #F9f9f9;
    color: #000;
    font-weight: 600;
    padding-bottom: 0px;
}

.check-number-page .form-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 45px 0px;
}

.check-number-page .form-group {
    margin-bottom: 20px;
}

.resend {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    font-weight: 600;
    text-decoration: underline;
}

.resend:hover {
    color: var(--m-c);
}

.nav-link.active {
    background-color: var(--h-c);
    color: #FFF;
}

.tab-pane {
    color: #000;
}

.profile-page {
    padding: 50px 0px;
    background: #f9f9f9;
}

.nav-pills {
    padding: 25px;
    background: #FFF;
    height: 480px;
    border-radius: 25px;
}

.tab-content {
    padding: 23px;
    background: #FFF;
    border-radius: 19px;
    display: inline-block;
    width: 100%;
}

.tab-content>.active {
    display: inline-block;
    opacity: 1;
    width: 100%;
}

.tab-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.nav-link {
    width: 100%;
    display: inline-block;
    padding: 13px;
    text-align: center;
    background: #DDD;
    margin-bottom: 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}

.tab-content .form-group .form-control {
    border-width: 2px;
    border-color: #eeeeeeb5;
}

.order-wrapper {
    color: #333;
    border: 2px solid #DDD;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    position: relative;
}

.orders-page {
    padding: 50px 0px;
    background: #f6f6f6;
}

.order-wrapper>div img {
    width: 75px;
    margin: 10px;
}

.order-wrapper>div span {
    color: #000;
    font-size: 17px;
}

.order-wrapper>div strong {
    color: #000;
    font-size: 17px;
}

.cancel {
    position: absolute;
    left: 15px;
    color: #000;
    top: 10px;
    z-index: 99999;
    width: 21px;
    border-radius: 5px;
    height: 21px;
}

table tbody tr img {
    width: 85px;
    height: 85px;
}

.single-order-table {
    color: #000;
    width: 100%;
}

.single-order-page {
    padding: 50px 0px;
    background: #f6f6f6;
}

.single-order-table tbody tr {
    background: #FFF;
    border-radius: 20px;
    margin-bottom: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px;
    border: 2px solid #ddddddab;
}

.single-order-table tbody tr h3,
.single-order-table tbody tr h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-order-table thead tr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detials-more {
    background: #f6f6f6;
}

.detials-more ul li {
    display: inline-block;
    width: 100%;
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.single-order-table tbody tr td {
    position: relative;
}

.single-order-table tbody tr td .form-control {
    width: 60px;
    padding: 5px;
    text-align: center;
}

.single-order-table tbody tr td .close {
    position: absolute;
    right: 100px;
    padding: 8px 15px;
    background-color: red;
    color: #FFF;
    top: 2px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
}

.single-order-table tbody tr td .form-control {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    /* border: 2px solid transparent; */
    font-weight: 600;
}

.single-order-table tbody tr td .form-control:hover,
.single-order-table tbody tr td .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--m-c);
}

.show-data-user li span {
    font-size: 17px;
}

.show-data-user li h2 {
    margin: 0;
    font-size: 17px;
    margin-left: 15px;
    font-weight: 600;
}

.show-data-user li {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #000;
}

.total span {
    font-weight: 600;
    color: #FFF;
}

.total h1 {
    font-size: 18px;
    margin: 0;
    margin-left: 13px;
    color: var(--m-c);
}

.total {
    float: left;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px;
    background: var(--s-c);
    border-radius: 8px;
}

.single-order-page .show-data-user li {
    width: 49%;
}


/* ||||||||||||||||||||||||      Start Style Meadia      ||||||||||||||||||||||||||||\*/

.upload-image input {
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute;
    cursor: pointer !important;
}

.upload-image {
    cursor: pointer !important;
    overflow: hidden;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-repeat: no-repeat;
    color: var(--m-c);
    width: 35px;
    height: 35px;
    right: 4px;
    bottom: 4px;
    font-size: 18px;
    background: var(--s-c);
    text-align: center;
    border-radius: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.upload-image:hover {
    background-color: var(--m-c);
    color: var(--s-c);
    cursor: pointer !important;
}

.upload-image i:hover {
    cursor: pointer !important;
}

.upload-image:hover i {
    cursor: pointer !important;
}

.upload-image-wrap {
    margin: auto;
    display: inherit;
    width: 130px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    height: 130px;
    margin-bottom: 20px;
}

.upload-image input:hover {
    cursor: pointer !important;
}

#img1 {
    width: 100% !important;
    height: 100% !important;
}

.form-group label {
    color: #333;
    font-size: 15px;
}

.wrap-type-client {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin: 5px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
}

.wrap-type-client input {
    accent-color: var(--s-c);
    width: 15px;
    height: 15px;
}

.print {
    float: left;
    padding: 4px 23px;
    background: var(--m-c);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.print:hover,
.print:focus {
    background-color: var(--s-c);
    color: #FFF;
}

.edvvertisement .swiper-slide {
    background: var(--s-c);
    border-radius: 15px;
}

.edvv-ment {
    padding: 15px 0px;
}

.edvvertisement .swiper-slide a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.edvvertisement .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.edvvertisement {
    height: auto;
}

.edvvertisement .swiper-slide {
    height: 200px;
}

.multimedia-sec {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    margin-bottom: -8px;
}

.swiper.multimedia-swiper {
    height: auto;
}

.card-multimedia {
    height: 100%;
    width: 100%;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: 2px solid transparent;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.card-multimedia img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-multimedia:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f030";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(1, 39, 87, .3);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    font-size: 40px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.multimedia-swiper .swiper-slide {
    padding: 0px;
    height: 350px;
}

.video:before {
    content: "\f144";
}

.card-multimedia:hover::before {
    background-color: transparent;
    color: var(--m-c);
}

.card-multimedia:hover {
    border-color: var(--m-c);
}

.panel-collapse input {
    width: 100%;
    padding: 4 px;
    color: #333;
    font-size: 17px;
    border-radius: 5px;
}

.panel-title a i {
    float: left;
}

.panel-default>.panel-heading {
    color: #FFF;
    background-color: var(--s-c);
    border-color: transparent;
    border-radius: 6px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.panel-title a {
    width: 100%;
    display: inline-block;
}

.panel-default>.panel-heading:hover,
.panel-default>.panel-heading:focus {
    background-color: var(--m-c);
    color: #FFF !important;
}

.panel-default>.panel-heading:hover a,
.panel-default>.panel-heading:focus a {
    color: #FFF !important;
}

.panel-default>.panel-heading a:hover,
.panel-default>.panel-heading a:focus {
    color: #FFF !important;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
}

.question {
    padding: 0px 15px;
}

.logo-static-page {
    -o-object-fit: contain;
    object-fit: contain;
}

.single-order-table tbody tr td .close i {
    font-size: 0px;
}

@media (min-width: 768px) {}

@media (max-width: 1199px) {
    .section-product-tit {
        padding: 17px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sections-page .sections-card {
        width: calc(100% / 3 - 2px);
        padding: 20px 10px;
    }
    .div-control {
        padding: 12px 20px;
    }
    .section-product-page-content {
        padding: 20px 0px;
    }
    .swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sections-card {
        width: calc(100% / 3 - 2px);
    }
    .sec-brand .sections-card:nth-child(1) {
        border-radius: 0px 20px 0px 0px;
    }
    .sec-brand .sections-card:nth-child(3) {
        border-radius: 0px 0px 0px 0px;
    }
    .sec-brand .sections-card:nth-child(2) {
        border-radius: 20px 0px 0px 0px;
    }
    .sec-brand .sections-card:nth-child(4) {
        border-radius: 0px 0px 0px 0px;
    }
    .sec-brand .sections-card:nth-child(5) {
        border-radius: 0px 0px 0px 0px;
    }
    .sec-brand .sections-card:nth-child(7) {
        border-radius: 0px 0px 20px 0px;
    }
    .sec-brand .sections-card:nth-child(8) {
        border-radius: 0px 0px 0px 20px;
    }
    .card {
        margin-bottom: 15px
    }
}

@media (max-width: 991px) {
    .nav-pills {
        height: auto;
        margin-bottom: 20px;
    }
    .multimedia-sec {
        padding: 20px 10px;
    }
    .multimedia-swiper .swiper-slide {
        height: 300px;
    }
    .card-multimedia:before {
        font-size: 33px;
    }
    .upload-image-wrap {
        width: 115px;
        height: 115px;
        margin-bottom: 15px;
    }
    .wrap-type-client {
        margin-bottom: 5px;
    }
    .static-page {
        padding: 40px 0px;
    }
    .wrap-type-client {
        margin: 0;
        margin-bottom: 0;
    }
    .data-static-page {
        padding: 0 20px;
        padding-left: 0px;
    }
    .data-static-page p {
        margin-bottom: 30px;
        font-size: 15px;
    }
    .data-static-page h3 {
        font-size: 20px;
    }
    .forget {
        margin: 20px 0px;
        font-size: 15px;
    }
    .static-page-content {
        padding: 15px;
    }
    .sections-page h1 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .about-page {
        padding: 20px 0px;
        background: #f6f6f6;
    }
    .section-product-page {
        padding: 20px 10px;
    }
    .contact-date-tit {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .form-group label {
        font-size: 17px;
    }
    .single-product-swiper-wrap .mySwiper2 {
        height: 350px;
    }
    .single-product-swiper-wrap .mySwiper {
        height: 125px;
    }
    .single-product-swiper-wrap .swiper-rtl .swiper-button-next,
    .single-product-swiper-wrap .swiper-rtl .swiper-button-prev {
        bottom: 65px;
    }
    .sections-page h1 {
        color: #000;
        font-weight: 600;
        margin-bottom: 22px;
        font-size: 20px;
    }
    .single-product-txt-wrap p {
        font-size: 17px;
    }
    .single-products-wrap {
        padding: 15px;
    }
    .form-group .form-control {
        padding: 8px 15PX;
        height: auto;
    }
    .contact-page {
        padding: 20px 10px;
    }
    #map {
        margin-bottom: 18px;
    }
    .contact-date {
        color: #333;
        padding: 40px 30px;
    }
    .contact-date-txt p,
    .contact-date-txt a {
        font-size: 15px;
    }
    .contact-date-txt h3 {
        font-size: 18px;
    }
    .contact-date-wrap i {
        font-size: 23px;
    }
    .soucial-media-contact a {
        width: 38px;
        margin: 5px;
        font-size: 26px;
        height: 38px;
    }
    .contact-date-txt {
        padding: 0px 20px;
        margin-bottom: 0;
    }
    .top-marks ul li:before {
        left: -15px;
    }
    .articles-details-content img {
        height: 280px;
        margin-bottom: 10px;
    }
    .articles-details-content h3 {
        font-size: 20px;
    }
    .articles-details-content p {
        font-size: 15px;
    }
    .pagination>li>a,
    .pagination>li>span {
        font-size: 14px;
        padding: 5px 10px;
    }
    .pagination {
        padding: 10px;
        margin: 10px 0px;
    }
    .breadcrumb {
        padding: 8px 10px;
    }
    .sections-page .sections-card {
        width: calc(100% / 2 - 2px);
    }
    .top-marks ul li {
        margin: 10px 14px;
        font-size: 13px;
    }
    .top-marks ul {
        padding: 5px 0px;
    }
    .swiper-slide img {
        height: 160px;
    }
    .swiper-slide img {
        height: 160px;
    }
    .modal-product {
        padding: 2px 12px;
        font-size: 14px;
    }
    .title-min {
        margin-bottom: 30px;
        font-size: 20px;
    }
    /* .best-seller-swiper {

        height: 395px;
    } */
    .sec-sections,
    .best-seller {
        padding: 35px 10px;
        background: #f6f6f6;
    }
    .card-text {
        font-size: 13px;
    }
    .search {
        margin: 0px 25px;
    }
    .nav-top a {
        font-size: 15px;
    }
    .logo img {
        width: 170px;
    }
    .icon {
        padding: 7px;
    }
    .search-logo-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 25px 0px;
    }
    .btn.btn-secondary.dropdown-toggle {
        padding: 0px;
        font-size: 15px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
        margin-left: 18px;
    }
    .search-icon {
        padding: 0px 40px;
        font-size: 15px;
    }
    .number {
        top: -12px;
        width: 22px;
        left: -9px;
        height: 22px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .single-order-table tbody tr td .close {
        right: 60px;
        padding: 0;
        top: -15px;
        border-radius: 50%;
        font-size: 0;
        width: 26px;
        height: 26px;
        z-index: 99999;
    }
    .single-order-table tbody tr td .close i {
        font-size: 18px;
    }
    .single-product-swiper-wrap .swiper-rtl .swiper-button-next,
    .single-product-swiper-wrap .swiper-rtl .swiper-button-prev {
        bottom: 41px;
    }
    .soucial-media-contact a {
        font-size: 18px;
    }
    .sections-card {
        width: calc(100% / 2 - 2px);
    }
    .edvvertisement .swiper-slide {
        height: 150px;
    }
    .title-min:before {
        width: calc(100% - 150px);
    }
    .title-min span {
        width: 140px;
    }
    .sections-card-body {
        padding: 0px 12px;
        width: 100%;
    }
    .single-order-table thead tr {
        font-size: 15px;
    }
    .single-order-page .show-data-user li {
        width: 100%;
        margin-bottom: 7px;
    }
    .single-order-table tbody tr h3,
    .single-order-table tbody tr h2 {
        font-size: 14px;
    }
    .single-order-table tbody tr img {
        width: 70px;
        height: 70px;
        padding: 9px;
    }
    .total {
        font-size: 15px;
        padding: 10px;
    }
    .single-order-page {
        padding: 20px 10px;
    }
    .order-wrapper>div {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .orders-page {
        padding: 20px 10px;
        background: #f6f6f6;
    }
    .order-wrapper>div span {
        font-size: 13px;
    }
    .order-wrapper>div strong {
        font-size: 14px;
    }
    .order-wrapper {
        margin-bottom: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .order-wrapper>div p {
        margin-bottom: 4px;
    }
    .order-wrapper {
        padding: 5px;
    }
    .order-wrapper>div img {
        width: 50px;
    }
    .nav-pills {
        padding: 15px;
    }
    .tab-content {
        padding: 15px;
    }
    .img-r {
        display: none;
    }
    .static-page {
        padding: 10% 15px;
    }
    .upload-image {
        width: 28px;
        height: 28px;
        font-size: 15px;
    }
    .static-page-content {}
    .static-page-content {
        width: 420px;
        padding: 10px 20px;
        margin: auto;
        display: inherit;
    }
    .nav-link {
        padding: 10px;
    }
    .profile-page {
        padding: 20px 5px;
    }
    .tab-content h2 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .data-static-page .btn.btn-primary,
    .data-static-page .btn.btn-default {
        padding: 9px 35px;
    }
    .data-static-page {
        width: 100%;
        padding-right: 0px;
    }
    .breadcrumb>li {
        font-size: 15px;
        margin-left: 0px;
    }
    .breadcrumb>li a {
        font-size: 12px;
    }
    .buy-order {
        padding: 20px 10px;
    }
    .modal-dialog {
        margin: 30vh 20px;
    }
    .buy-order-content {
        padding: 40px 15px;
    }
    .buy-order h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    #buy-order-modal .modal-body p {
        font-size: 19px;
        margin-bottom: 0px;
    }
    #buy-order-modal .modal-body h2 {
        font-size: 20px;
    }
    #buy-order-modal .modal-body {
        padding: 30px 15px;
    }
    #buy-order-modal .modal-body img {
        width: 75px;
    }
    .single-product-txt-wrap p {
        font-size: 15px;
    }
    .sections-page h1 {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .product-share {
        padding: 10px 0px;
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-date {
        padding: 30px 20px;
    }
    .product-share h2 {
        font-size: 18px;
    }
    .button-control>button {
        margin: 0px 2px;
        padding: 2px 4px;
        border-radius: 4px;
        font-size: 20px;
    }
    .div-control {
        padding: 10px 10px;
    }
    .form-group-select {
        width: 175px;
    }
    .div-control p {
        font-size: 13px;
    }
    .form-group-select label {
        font-size: 13px;
    }
    .why-our-company {
        padding: 25px 0px;
    }
    .contact-date-tit {
        font-size: 23px;
        margin-bottom: 17px;
    }
    .why-our-company h2 {
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 25px;
    }
    .about-icon {
        width: 60px;
        height: 60px;
        font-size: 27px;
        margin-bottom: 10px;
    }
    .card-about h3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-family: "f-l" !important;
    }
    .card-about p {
        font-size: 15px;
    }
    .articles-discription p {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .articles-discription h4 {
        font-size: 15px;
    }
    .articles-discription a {
        padding: 7px 23px;
        font-size: 12px;
    }
    .marks-breadcrumb-wrap {
        padding-top: 155px;
        background: var(--s-c);
    }
    .articles-page {
        padding: 20px 15px;
        background: #f6f6f6;
    }
    .top-marks ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px 15px;
    }
    .top-marks ul li {
        margin: 2px 8px;
        font-size: 12px;
    }
    .top-marks ul li:before {
        left: -8px;
    }
    .top-marks ul h4 {
        font-size: 14px;
        margin: 4px 0px;
    }
    .brand-page {
        padding: 30px 15px;
    }
    .sections-page {
        padding: 20px 15px;
    }
    .swiper-buttons {
        left: 15px;
    }
    .mySwiper {
        width: 200px;
    }
    .sections-card-body h2 {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .sections-card img {
        margin: auto;
    }
    .sections-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 15px;
    }
    .sec-brand {
        padding: 20px 15px;
    }
    .navbar-brand {
        height: auto;
        display: inline-block;
    }
    .logo img {
        display: none;
    }
    .search-logo-wrap {
        padding: 13px 0px;
    }
    .search {
        margin: 0px 40px;
        border-radius: 5px;
        margin-right: auto;
    }
    .number {
        width: 21px;
        left: -9px;
        height: 21px;
        font-size: 18px;
    }
    .navbar-default .navbar-nav>li>a {
        margin: 0;
        height: 46px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 17px;
    }
    .navbar-default .navbar-collapse {
        border: none;
        background: var(--h-c);
    }
    .btn.btn-secondary.dropdown-toggle {
        padding: 0px;
        font-size: 17px;
        margin: 12px;
    }
    .nav-top {
        padding: 8px 0px;
    }
    .navbar-default .navbar-brand {
        color: #777;
        padding: 8px;
    }
    .navbar-brand>img {
        width: 55px;
    }
    .footer-logo img {
        width: 50px;
    }
    footer {
        padding-top: 35px;
    }
    .footer-content>h3 {
        font-size: 16px;
    }
    .soucial-media {
        padding: 15px 0px;
        padding-bottom: 0px;
    }
    .soucial-media a {
        width: 27px;
        height: 27px;
        border: 2px solid;
        margin: 0px 8px;
        font-size: 15px;
    }
    .end-footer {
        padding: 11px 0px;
    }
    .icon {
        padding: 8px;
    }
    .search-icon {
        padding: 0px 25px;
        font-size: 15px;
    }
    .nav-top a {
        font-size: 14px;
        margin: 0px 3px;
    }
    .search-container .dropdown .btn.btn-secondary.dropdown-toggle {
        margin: 0 15px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--s-c);
        overflow: hidden;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        background: var(--m-c);
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: var(--h-c);
    }
    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: var(--m-c);
    }
    .fixed-navbar .navbar-brand {
        padding: 10px 10px;
        display: inline-block;
    }
    .fixed-navbar .navbar-brand>img {
        width: 45px;
    }
    .fixed-navbar .search-logo-wrap {
        padding: 10px 0px;
    }
    .fixed-navbar .icon {
        height: 33px;
    }
    .number {
        width: 19px;
        left: -9px;
        height: 19px;
        font-size: 16px;
        top: -7px;
    }
    .fixed-navbar .nav-top {
        padding: 6px 0px;
    }
    .nav.navbar-nav {
        margin-bottom: 0px;
        margin-top: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        width: 200px;
        margin: auto;
        right: 0;
        left: 0;
        background: #FFF;
        border-bottom: 4px solid var(--m-c);
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .sections-page .sections-card img {
        width: 90px;
        height: 90px;
    }
    .sections-card-body p {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .contact-date-tit {
        font-size: 18px;
    }
    .static-page-content {
        width: 100%;
    }
    .sections-card-body {
        padding: 0px 0px;
    }
    .single-product-swiper-wrap {
        padding: 0;
    }
    .end-card label {
        padding: 1px 7px;
    }
    .sections-card img {
        width: 100%;
        height: 158px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .mySwiper {
        width: 180px;
        margin-right: 12px !important;
    }
    .single-product-swiper-wrap .mySwiper {
        margin-right: 0px !important;
    }
    .card-body {
        color: #333;
        padding: 5px 8px;
    }
    .title-min {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media print {
    .display-n-in-print {
        display: none
    }
}


/* ||||||||||||||||||||||||      End Style Meadia      ||||||||||||||||||||||||||||\*/

.dropdown .active {
    color: var(--m-c) !important;
}

.dropdown-menu .active {
    background-color: var(--h-c) !important;
}

.see-all,
.send-answer {
    background: #E44028;
    color: #FFF;
    padding: 10px 35px;
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    margin-top: 20px;
    float: left;
}

.send-answer {
    margin-bottom: 10px;
    margin-top: 10px;
}

.see-all:hover,
.see-all:focus,
.send-answer:hover,
.send-answer:focus {
    color: #FFF;
    background-color: var(--s-c);
}

@media (max-width: 767px) {
    .see-all,
    .send-answer {
        padding: 7px 30px;
        font-size: 14px;
    }
}

.products-sec {
    padding: 70px 0px;
    position: relative;
}

.products-sec .wrap-tabs {
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 500px;
    margin: auto;
    background: #FFF;
    border-radius: 25px;
    overflow: hidden;
}

.products-sec .wrap-tabs ::-webkit-scrollbar {
    width: 9px;
    height: 5px;
}

.products-sec .swiper-slide {
    opacity: 1;
}

.products-sec .nav-tabs {
    position: relative;
    /* left: 0; */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin: auto;
    background: #FFF;
    border-radius: 25px;
    border: 2px solid #DDD;
    overflow: hidden;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.products-sec .nav-item .nav-link {
    border: none;
    opacity: .6;
    padding: 10px 5px;
    font-weight: 600;
    width: 110px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    background-color: transparent;
}

.products-sec .nav-item .nav-link:hover,
.products-sec .nav-item .nav-link:focus {
    border: none;
}

.products-sec .product-div img {
    width: 100%;
}

.products-sec .nav-item.active .nav-link {
    opacity: 1;
    color: #000;
    background-color: transparent;
}

.products-sec .nav-tabs .nav-item {
    float: none;
}

.products-sec .product-div {
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    border: 1px solid #DDD;
    /* margin-bottom: 50px; */
    overflow: hidden;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    position: relative;
    height: 100%;
}

.products-sec .tab-content {
    width: 100%;
}

.products-sec .product-div:hover {
    border-color: #FAB617;
}

.products-sec .product-div:hover .detalis-product h2 {
    color: #FAB617;
}

.products-sec .product-div .detalis-product h2 {
    font-size: 18px;
    font-weight: 900;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    margin-bottom: 10px;
}

.products-sec .product-div .detalis-product p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px;
}

.products-sec .main-title h2 {
    font-weight: 600;
    margin: 0;
}

.products-sec .detalis-product {
    padding: 10px 15px;
    text-align: right;
}

.products-sec .detalis-product .label-one {
    background-color: #DDDDDD;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    border-radius: 5px;
    font-size: 15px;
}

.products-sec .detalis-product .labe2-one {
    background-color: #F6C14F;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    border-radius: 5px;
    font-size: 15px;
}

.products-sec .detalis-product .type {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #E44028;
    padding: 2px 17px;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    max-width: 150px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*|||||||||||||||||||||||||||| Swiper Css |||||||||||||||||||||*/

.products-sec .swiper {
    width: 100%;
    height: 100%;
    border: none;
}

.products-sec .swiper-slide:before {
    display: none
}

.products-sec .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: initial;
}

.products-sec .swiper-slide img {
    display: block;
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-sec .main-title {
    color: #000;
    font-size: 24px;
    margin-bottom: 60px;
    width: 100%;
    font-weight: 800;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-sec .main-title:before {
    content: " ";
    position: absolute;
    left: 0;
    height: 2px;
    width: 85%;
    background: #CBCBCB
}

.products-sec .swiper-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #FFF;
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    border-radius: 25px;
    border: 2px solid #DDD;
    height: 36px;
    margin: auto;
    width: 80px;
}

.products-sec .swiper-button-next,
.products-sec .swiper-button-prev {
    color: #7F8894;
}

.products-sec .swiper-button-next:after,
.products-sec .swiper-button-prev:after {
    font-size: 17px;
    color: #AAA;
}

.products-sec .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
}

@media(max-width:991px) {
    .products-sec {
        padding: 50px 0px;
    }
    .products-sec .main-title {
        margin-bottom: 50px;
    }
    .products-sec .main-title h2 {
        font-size: 23px;
    }
    .products-sec .main-title:before {
        width: 80%;
    }
    .products-sec .swiper-btn {
        height: 30px;
        width: 70px;
    }
    .products-sec .swiper-button-next:after,
    .products-sec .swiper-button-prev:after {
        font-size: 15px;
    }
    .products-sec .swiper-slide img {
        width: 100%;
        height: 220px;
    }
    .products-sec .product-div .detalis-product h2 {
        font-size: 16px;
    }
    .products-sec .product-div .detalis-product p {
        font-size: 15px;
    }
    .products-sec .detalis-product .label-one,
    .products-sec .detalis-product .labe2-one {
        width: 55px;
        font-size: 14px;
    }
    .products-sec .detalis-product .type {
        width: 75px;
        height: 25px;
        font-size: 15px;
    }
    .products-sec .nav-item .nav-link {
        padding: 7px 5px;
        width: 75px;
    }
}

@media(max-width:767px) {
    .products-sec .swiper {
        margin-top: 30px;
    }
    .products-sec {
        padding: 35px 0px;
    }
    .products-sec .product-div {
        margin: 0;
    }
    .products-sec .swiper-slide {
        padding-bottom: 0px;
    }
    .sec-brand .sections-card:nth-child(4) {
        border-radius: 0px 0px 0px 0px;
    }
    .sec-brand .sections-card:nth-child(3) {
        border-radius: 0px 0px 0px 0px;
    }
    .sec-brand .sections-card:nth-child(6) {
        border-radius: 0px 0px 0px 20px;
    }
    .sec-brand .sections-card:nth-child(5) {
        border-radius: 0px 0px 20px 0px;
    }
    .products-sec .wrap-tabs {
        top: 25px;
        width: 50%;
    }
    .products-sec .nav-item .nav-link {
        padding: 8px 5px;
        font-size: 15px;
    }
    .products-sec .main-title h2 {
        font-size: 18px;
        padding-right: 20px;
    }
    .products-sec .main-title {
        margin-bottom: 42px;
    }
    .products-sec .swiper-btn {
        height: 30px;
        width: 65px;
        left: 15px;
    }
    .products-sec .swiper-button-next:after,
    .products-sec .swiper-button-prev:after {
        font-size: 13px;
    }
    .products-sec .swiper-slide img {
        width: 100%;
        height: 250px;
    }
    .products-sec .swiper-button-next {
        right: 0;
    }
    .products-sec .swiper-button-prev {
        left: 0;
    }
    .products-sec .product-div .detalis-product h2 {
        font-size: 14px;
    }
    .products-sec .product p {
        font-size: 13px;
    }
    .products-sec .detalis-product .label-one {
        font-size: 13px;
        width: 40px;
    }
    .products-sec .detalis-product .labe2-one {
        font-size: 13px;
        width: 50px;
    }
    .products-sec .detalis-product .type {
        width: 65px;
        height: 22px;
        font-size: 13px;
    }
    .section-sec {
        padding: 25px;
    }
    .products-sec .title-sec {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .products-sec .product-div .detalis-product p {
        font-size: 13px;
    }
    .products-sec .detalis-product {
        padding: 5px 10px;
    }
    .txt-about h3 {
        margin-top: 0px;
    }
    .txt-about {
        margin-bottom: 18px;
    }
    .section-product-page-wrap h3 {
        margin-bottom: 15px;
        font-size: 19px;
    }
    .alert {
        padding: 10px;
    }
    .alert-dismissible .close {
        top: 2px;
    }
}

@media (max-width:500px) {
    .products-sec .swiper-slide img {
        width: 100%;
        height: 170px;
    }
    .products-sec .swiper {
        padding: 0px 10px;
    }
    .products-sec .wrap-tabs {
        width: auto;
        top: 70px;
        right: 20px;
        left: 20px;
    }
    .products-sec .main-title:before {
        width: 75%;
    }
    .products-sec .main-title h2 {
        font-size: 16px;
    }
    .products-sec .nav-item .nav-link {
        padding: 5px 4px;
    }
}

.best-seller-swiper .swiper-button-next,
.best-seller-swiper .swiper-button-prev {
    right: unset;
    left: 0;
    position: unset;
    height: auto;
    margin: auto;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    top: unset;
}

.best-seller-swiper .swiper-button-next:after {
    font-size: 17px;
    font-weight: 600;
    color: #999;
}

.best-seller .swiper-buttons {
    top: 3px;
}

.card-body p:not(.card-text p) {
    /* display: none; */
}

.card-body .card-text {
    display: inline-block;
}

.single-product-txt-wrap p {
    /* display: none; */
}

.single-product-txt-wrap .text-single-product {
    display: -webkit-inline-box;
}

.webkit-1,
.webkit-2,
.webkit-3,
.webkit-4,
.webkit-5,
.webkit-6,
.webkit-7,
.webkit-10 {
    display: -webkit-inline-box;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.webkit-1 {
    -webkit-line-clamp: 1;
}

.webkit-2 {
    -webkit-line-clamp: 2;
}

.webkit-3 {
    -webkit-line-clamp: 3;
}

.webkit-4 {
    -webkit-line-clamp: 4;
}

.webkit-5 {
    -webkit-line-clamp: 5;
}

.webkit-6 {
    -webkit-line-clamp: 6;
}

.webkit-7 {
    -webkit-line-clamp: 7;
}

.webkit-10 {
    -webkit-line-clamp: 10;
}

@media (max-width: 991px) {
    .detials-more {
        background: #f6f6f6;
        padding: 0px 15px;
    }
    .detials-more ul li {
        margin-bottom: 5px;
        font-size: 17px;
    }
    .webkit-10 {
        -webkit-line-clamp: unset;
    }
    .main-banner {
        min-height: unset;
        height: 68vh;
    }
    .articles-wrap .articles-img img {
        height: 200px;
    }
}

.active .btn.btn-secondary.dropdown-toggle {
    color: var(--m-c);
}

.invalid-feedback {
    color: var(--m-c);
    font-weight: 600;
}

@media print {
    footer,
    .print-none,
    header,
    .marks-breadcrumb-wrap {
        display: none;
    }
    table tbody tr img {
        width: 75px;
        height: 75px;
    }
}

.alert-success {
    color: var(--h-c);
    background-color: var(--m-c);
    border-color: transparent;
    position: fixed;
    right: -5px;
    top: 10%;
}

.btn-cart {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fab617;
    color: #012757;
    border-radius: 10px;
}

.w-75 {
    width: 75%;
}

.p-relative {
    position: relative;
}

.h-100 {
    height: 100%;
}

.card:hover+.btn-cart {
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
