@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'), url('roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'), url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------*/

/*  1.  Theme default CSS
/*----------------------------------------*/

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
    background: #C4C4C4;
}

::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #404040;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 27px;
    color: #1b1b1b;
    font-weight: normal;
    transition: .3s;
    overflow-x: hidden;
    background: #fff;
}

img {
    max-width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1256b0 !important;
    font-weight: 500;
    background: #fff;
}

.navbar {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    border: none;
}

.header-area .top_header {
    background-color: #F4F9FF;
}

.header-area .bottom_header {
    background-color: #1256B0;
    padding-top: 35px;
}

.bottom_header .logo a {
    text-decoration: none;
    color: #2C2E43;
}

.logo {
    text-align: left;
}

.top_add_info li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    color: #000000;
}

.top_add_info li i {
    margin-right: 10px;
    color: #444444;
}

.top_add_info li a {
    color: #444444;
    text-decoration: none;
}

.categary1 img {
    padding: 30px;
    padding-top: 0;
}

.categary-heading a {
    border-bottom: 1px solid #2C2E43;
    width: max-content;
    margin: auto;
    color: #2C2E43;
    font-style: italic;
}

.quality {
    position: absolute;
    padding: 40px 25px 40px 90px;
    background: rgba(176, 190, 197, 0.8);
    top: 185px;
}

.quality h2 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #2C2E43;
}

.quality a {
    border-bottom: 1px solid #2C2E43;
    width: max-content;
    margin: auto;
    color: #2C2E43;
    font-style: italic;
}

.quality p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 400;
}

.top_add_info ul {
    display: inline-block;
    text-align: left;
    margin: 0;
    float: left;
    padding: 10px 0;
    position: relative;
    right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 13px;
    text-transform: capitalize;
    padding: 5px 10px 0 10px;
    line-height: 50px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.logo a h1 {
    margin: 0;
    line-height: 55px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
}

.search-bar i {
    color: #fff;
    margin-right: 15px;
}

.search-bar {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}

.search-bar li {
    display: inline-block;
    line-height: 55px;
    margin: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.search-bar li span {
    position: relative;
    top: 0;
}

.search-bar li span p {
    position: absolute;
    top: -10px;
    width: 20px;
    background: #fff;
    height: 20px;
    left: 0;
    border-radius: 999px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.banner-area {
    position: relative;
    height: 100vh;
}

.banner-area .banner-img {
    background-image: url(../images/banner/banner.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.about-text {
    text-align: justify;
}

.about-text h3 {
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.contact-page h3 {
    text-align: left;
}

.contact-page h5 {
    margin: 10px 0;
    font-size: 18px;
    width: 100%;
    text-decoration: underline;
}

.bread-bg {
    /* background: #E5E5E5; */
    padding-bottom: 50px;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item a {
    color: #888888;
}

.content-padding h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.terms li {
    margin: 10px 0;
}

.content-padding {
    padding-top: 40px;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.about-text h4 {
    font-size: 20px;
}

.banner-area .about-bg {
    background-image: url(../images/banner/about-banner.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    top: 0;
}

.banner-content {
    position: absolute;
    top: 33%;
    width: 100%;
}

.banner-content h1 {
    font-weight: 600;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    line-height: 50px;
}

.border-l {
    position: relative;
}

.border-l::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background: #000000;
    left: 0;
    top: 15px;
}

.latest-offer {
    position: relative;
}

.latest-offer::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 200px;
    background-color: #DA0037;
    top: 250px;
    left: -400px;
}

.latest-offer::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 200px;
    background-color: #DA0037;
    top: 250px;
    right: -420px;
}

.latest-off {
    padding: 30px 0;
}

.latest-offer h3 {
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    left: 150px;
    top: 130px;
}

.text-black {
    color: #000000 !important;
}

.related-products {
    padding: 30px 0;
}

.product-content .form-select {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
}

.product-grid {
    margin: 10px 0;
}

.product-content {
    margin-top: 8px;
    font-size: 14px;
}

.inc-dic {
    position: relative;
}

.inc-dic .dic {
    position: absolute;
    top: 0;
    left: 0;
}

.inc-dic .inc {
    position: absolute;
    top: 0;
    right: 0;
}

.product-grid .inner-content {
    position: absolute;
    bottom: 52px;
    text-align: center;
    right: 0;
    left: 0;
    color: #fff;
}

.navbar-nav>li:hover .nav-link {
    color: #97FA19!important;
}

.related-products h2 {
    font-size: 20px;
    color: #1256B0;
    border-bottom: 1px solid #1256B0;
    width: max-content;
    margin-bottom: 10px;
    margin: auto;
}

.stock img {
    width: 30%;
}

.stock h6 {
    font-size: 14px;
    margin-top: 10px;
}

.stock {
    text-align: center;
}

.banner-content h1 span {
    font-size: 50px;
}

.banner-content .btn-primary {
    border: none;
    margin-top: 40px;
    font-size: 12px;
    padding: 10px 30px;
    background: #1256b0;
    border-radius: 4px;
}

.banner-content a {
    padding: 10px 20px;
    background: #000;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.banner-content p {
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.categories {
    padding: 70px 0;
}

.sec-heading h2 {
    font-size: 25px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    font-style: italic;
}

.sec-heading {
    margin-bottom: 50px;
}

.sec-heading h2::before {
    content: none;
    position: absolute;
    width: 100px;
    height: 2px;
    background: #000;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -11px;
}

.margin-top {
    margin-top: 20px;
}

.in-house {
    position: absolute;
    z-index: 1;
    right: 35px;
    top: 70px;
    text-align: right;
}

.in-house h3 {
    font-size: 25px;
    color: #2C2E43;
}

.gallery-more a {
    border-bottom: 1px solid #2C2E43;
    width: max-content;
    margin: auto;
    color: #2C2E43;
    font-style: italic;
    text-align: right;
    float: right;
    margin-top: 10px;
}

.in-house a {
    border-bottom: 1px solid #2C2E43;
    width: max-content;
    margin: auto;
    color: #2C2E43;
    font-style: italic;
}

.border-before {
    position: relative;
}

.footer-block .footer-social {
    display: inline-block;
}

.footer-block .footer-social li {
    display: inline-block;
    margin-right: 20px;
}

.footer-block h4 {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.app-store {
    display: inline-block;
}

.app-store li {
    display: inline-block;
    margin-right: 20px;
}

.link-head h4 {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 20px;
    font-size: 14px;
}

.desktop-offer {
    display: block;
}

.mobile-offer {
    display: none;
}

.quick-links li a {
    color: #fff;
}

.payment-links {
    text-align: center;
}

.footer-block .payment-links li {
    display: inline-table;
    padding: 4px;
    width: 43%;
}

.payment-links li img {
    width: 80%;
}

.link-head {
    margin-top: 40px;
}

.border-before::before {
    position: absolute;
    content: "";
    width: 1px;
    top: 5px;
    height: 71%;
    background-color: #fff;
    left: -10px;
}

.footer-social-media ul {
    display: inline-block;
}

.quick-links li {
    color: #2C2E43 !important;
}

.quick-links li {
    color: #2C2E43;
}

.phone-email i {
    margin-right: 10px;
}

.quick-links {
    display: inline-block;
    padding: 0;
}

.quick-links li {
    list-style: none;
    color: #fff !important;
    font-size: 11px;
}

.categary-heading {
    margin: 0;
    text-align: center;
}

.categary-heading h3 {
    font-size: 26px;
    color: #2C2E43;
}

.categary a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.categary {
    position: relative;
}

.offer ul {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    position: relative;
    right: 0;
    width: 100%;
}

.offer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    color: #000000;
}

.offer ul li a {
    color: #000000;
}

.social {
    text-align: right;
}

.social ul {
    display: inline-block;
    text-align: right;
    margin: 0;
    padding: 10px 0;
    position: relative;
    right: 0;
}

.social ul li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    color: #000000;
}

.social ul li a {
    color: #1256b0;
}

.search-bar {
    width: 100%;
    padding-top: 0;
}

.search-bar input {
    width: 100%;
    background: #EDEDED;
    opacity: 0.5;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 40px;
    height: 40px;
}

.search-bar button {
    position: absolute;
    right: 10px;
    top: 6px;
    background: transparent;
    border: none;
    color: #fff;
}

.login-menu {
    display: inline-block;
    padding-top: 8px;
    text-align: center;
    float: right;
    padding-left: 0;
}

.login-menu li span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    z-index: 1;
    right: -3px;
    top: 3px;
    background: #fff;
    position: absolute;
}

.login-menu li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    color: #fff;
    font-size: 13px;
    position: relative;
}

.categary img {
    width: 100%;
}

.categary:hover::before {
    visibility: visible;
    transition: all ease-in-out .6s;
}

.categary::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(29 29 29 / 0%), rgb(0 0 0 / 90%));
    z-index: 1;
    visibility: hidden;
    transition: all ease-in-out .6s;
}

.top-pick {
    padding-bottom: 50px;
}

.pick {
    background-color: #000;
    padding: 60px;
}

.pick p, .pick li {
    color: #fff;
    font-size: 18px;
}

.pick .content {
    padding: 30px;
}

.pick li {
    line-height: 40px;
}

.top-pick img {}

.instagram {
    padding-bottom: 50px;
}

.instagram .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.footer-bg {
    background: #1256B0;
    padding: 50px 0 0;
    font-family: 'Poppins', sans-serif;
}

.sub-bg {
    background-color: #F5F5F5;
    padding: 50px 0 0;
}

.subscribe p {
    text-transform: uppercase;
    color: #D48814;
    font-size: 12px;
    margin-bottom: 5px;
}

.subscribe .form-control::placeholder {
    font-size: 12px;
    color: #fff;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-block h3 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.banner-content h2 {
    font-family: 'Dancing Script', cursive;
    color: #D48814;
    font-size: 40px;
}

.footer-block ul {
    padding: 0;
}

.footer-block ul li {
    list-style: none;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}

.footer-block p {
    color: #fff;
    font-size: 11px;
}

.category-list a {
    width: 100%;
    color: #1256b0;
    font-size: 12px;
    text-align: left;
}

.all-categary .product-grid {
    overflow: hidden;
}

.more-categories {
    text-align: right;
}

.all-categary .col-md-3 {
    /* flex: 0 0 20%; */
    /* max-width: 25%; */
}

.more-categories a {
    color: #DA0037;
    text-decoration: underline;
}

.category-list1 {
    margin: 10px 0;
    background: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #C2C2C2;
}

.category-list2 {
    background: #fff;
    text-align: left;
    padding: 10px 0;
}

.all-categary .product-grid .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.all-categary .product-grid .product-image a.image {
    display: block;
}

.all-categary .product-grid .product-image img {
    width: 100%;
    height: auto;
}

.all-categary .product-grid .product-image .pic-1 {
    transition: all 0.5s ease 0s;
}

.all-categary .product-grid:hover .product-image .pic-1 {
    transform: translateX(-100%);
}

.all-categary .product-grid .product-image .pic-2 {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.all-categary .product-grid:hover .product-image .pic-2 {
    /* opacity: 0.5; */
}

.all-categary .product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    /* transform: translateY(-50%); */
    position: absolute;
    bottom: 15%;
    /* transition: all .5s ease 0s; */
}

.all-categary .product-grid:hover .product-links {
    opacity: 1;
}

.all-categary .product-grid .product-links li {
    margin: 0 0 10px;
    transform: translate(220%, 0);
    transition: all 0.5s ease;
    background: rgb(255 255 255 / 60%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    text-align: center;
    line-height: 34px;
}

.all-categary .product-grid .product-links li:nth-child(1) {
    transition-duration: 0.2s;
}

.all-categary .product-grid .product-links li:nth-child(2) {
    transition-duration: 0.4s;
}

.all-categary .product-grid .product-links li:nth-child(3) {
    transition-duration: 0.6s;
}

.all-categary .product-grid .product-links li:nth-child(4) {
    transition-duration: 0.8s;
}

.all-categary .product-grid .product-links li:last-child {
    margin: 0;
}

.all-categary .product-grid:hover .product-links li {
    transform: translate(0, 0);
}

.all-categary .product-grid .product-links li a {
    color: #333;
    font-size: 18px;
    transition: all .4s ease-out;
}

.all-categary .product-grid .product-links li a:hover {
    color: #f259d8;
}

.all-categary .product-grid .inner-content {
    width: 100%;
    padding: 10px 10px;
    position: relative;
    left: 0;
    bottom: 0;
}

.all-categary .product-grid .inner-content .title {
    color: #888888;
    font-size: 16px;
    margin: 0;
    border-bottom: 2px solid #888888;
    width: max-content;
    font-family: 'Roboto', sans-serif;
}

.all-categary .product-grid .inner-content .product-link {
    color: #999;
    font-size: 18px;
    opacity: 0;
    position: absolute;
    right: 30px;
    bottom: -20px;
    transition: all 0.3s ease 0s;
}

.all-categary .product-grid:hover .inner-content .product-link {
    opacity: 1;
    right: 10px;
    bottom: 0;
}

.all-categary .product-grid .inner-content .product-link:hover {
    color: #f259d8;
}

.all-categary .product-grid .product-content {
    /* background: #fff; */
    padding: 0px 20px;
}

.all-categary .product-grid .price {
    color: #1256b0;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    float: right;
}

.all-categary .product-grid .rating {
    color: #f259d8;
    font-size: 13px;
    width: 90px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.all-categary.product-grid .rating .far {
    color: #999;
}

.all-categary.product-view .product-grid .product-content {
    margin-top: 10px;
}

.all-categary.product-view .product-grid .price {
    color: #000000;
}

.product-related h2 {
    text-align: left;
    width: 100%;
    color: #000000;
    border: none;
}

.product-related {
    padding: 0 !important;
}

.related-products.product-related .product-grid .inner-content .title {
    border-bottom: 2px solid #888888;
    text-align: left;
    width: max-content;
    margin: 0;
    color: #888888;
}

.all-categary.product-related .product-grid .price {
    color: #000000;
}

.all-categary.product-related .product-grid .product-content {
    margin-top: 16px;
}

.more-category {
    padding: 50px 0;
}

.cat1 p {
    text-align: left;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.num-bg {
    background: #1256b0;
    padding: 2px 5px;
    color: #fff;
}

.bar-code img {
    width: 100%;
    float: right;
}

.short-by .form-select {
    border: none;
    font-weight: 600;
}

.border-pad .container {
    padding-bottom: 30px;
    border-top: 1px solid #888888;
}

.pd-top {
    padding: 20px 0;
}

.category-list1 label {
    font-weight: normal;
}

.category-list1 .form-select {
    border: none;
}

#product-pagination {
    font-size: 12px;
    color: #1256B0;
}

.product-list p {
    font-size: 12px;
}

.short-by {
    font-size: 10px;
    text-align: right;
    color: #1256B0;
}

.view-select .form-select {
    width: 30%;
}

.short-by label {
    font-weight: normal;
}

.more-category .col-md-3 {
    /* max-width: 25%; */
    /* flex: 0 0 20%; */
}

/*rangeslider*/

.range-slider {
    padding: 10px 0;
    position: relative;
}

.range-slider input[type="range"] {
    background: #1256b0;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #1256b0;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
    -webkit-appearance: none;
    appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb:hover, .range-slider input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 10px #ADE5FC;
    transform: rotateY(180deg) scale(1.1);
}

.range-slider input[type="range"]::-moz-range-thumb {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #122C35;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
}

.range-slider input[type="range"]::-moz-range-thumb:hover, .range-slider input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 10px #ADE5FC;
    transform: rotateY(180deg) scale(1.1);
}

.range-slider .range-value {
    color: #fff;
    background-color: #122C35;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #ADE5FC;
    transform: translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 0;
}

::-moz-range-track {
    background: transparent;
    border: 0;
}

/*dropdown*/

.main-nav {
    background: deepskyblue;
    padding: 0;
}

.main-nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    /*with respect to this element dropdown-menu is positioned*/
}

.product-name {
    font-size: 14px;
    color: #1256b0;
}

.product-content .col-md-8, .product-content .col-md-4 {
    padding: 0;
}

.all-categary hr {
    border-top: 2px solid #1256b0;
}

.dropdown-menu {
    display: none;
    /*hide the menu*/
    /*this style are just to position the menu*/
    position: relative;
    top: 100%;
    right: 0;
    left: auto;
    box-shadow: none;
}

.open .dropdown-menu {
    display: block;
    /*show the menu when its parent has class "open"*/
}

a.nav-item {
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #888888;
}

.dropdown-menu {
    padding: 10px;
    border-radius: 5px;
    border: none;
    border-radius: 0;
    width: 100%;
}

.bread-bg .dropdown {
    text-align: center;
    background: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 3.255em;
    text-align: right;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid #1256b0;
    border-right: .4em solid transparent;
    border-bottom: 0;
    float: right;
    border-left: .4em solid transparent;
    margin-top: 10px;
}

.bread-bg .dropdown-menu p {
    color: #000;
    font-size: 12px;
}

.clear {
    text-align: center;
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #000000;
    float: right;
}

.brand-list label {
    width: 100%;
}

.brand-list {
    padding-left: 0;
}

.brand-list li {
    list-style: none;
    text-align: center;
    background: #fff;
    margin: 5px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    left: 0;
    color: #1256b0;
    top: 3px;
    margin-left: -1.25rem;
}

.brand-list li label {
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    color: #1256b0;
    font-size: 9px;
}

.nav-item .dropdown-toggle::after {
    margin-left: 6px;
    border-top: .4em solid #fff;
    margin-top: 23px;
    content: none;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 1550px;
    /* right: 0; */
    left: -720px;
    background: #fff;
}

.navbar-nav>li:hover .nav-link.dropdown-toggle::after {
    border-top: .4em solid #1256B0;
}

.dropdown-menu .row {
    width: 100%;
    padding: 30px 0;
}

.navbar-nav .dropdown-menu a {
    font-size: 13px;
}

.sub-clr {
    color: #888888;
    font-size: 12px !important;
}

.product-content a {
    font-style: italic;
    float: right;
    color: #1256B0;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #1256b0;
    content: "/";
}

.form-check-label span {
    color: #888888;
    margin-left: 2px;
}

.related-products hr {
    border-top: 2px solid #1256b0;
}

.category-list h2 {
    color: #1256b0;
}

#div_pagination {
    float: left;
    margin: auto;
}

.category-list .dropdown-menu {
    padding: 0 !important;
}

.offer h2 {
    font-size: 25px;
    color: #1256B0;
    border-bottom: 1px solid #1256B0;
    width: max-content;
    margin: auto;
    margin-bottom: 30px;
}

.about-text h2 {
    font-size: 25px;
    color: #1256B0;
    border-bottom: 1px solid #1256B0;
    width: max-content;
    margin: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
    .all-categary .product-grid {
        margin: 0 0 30px;
    }
}

.form-control {
    height: 40px;
    font-size: 17px;
    color: #fff;
    background: #1256b0;
    border: none;
    width: 59%;
    border-radius: 0;
}

.btn-style {
    width: 40%;
    border-radius: 0;
    float: right;
    right: 0;
    font-size: 16px;
    border: 0;
    color: #1256b0;
    top: -50px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    border: 1px solid #1256b0;
}

.footer-social-media {
    text-align: center;
    display: inline-block;
    width: 100%;
    display: inline-block !important;
    position: relative;
    top: -35px;
}

.footer-social-media li {
    display: inline-block;
    margin: 0 10px;
}

.footer-bottom p {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    font-size: 13px;
}

.page-head {
    padding-top: 100px;
}

.page-head h1 {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #1256b0;
    color: #1256b0;
    font-family: 'Poppins', sans-serif;
}

.all-head h1 {
    border: none;
}

.breadcrumb {
    /* font-family: 'Poppins', sans-serif; */
    background: transparent;
}

.breadcrumb>li a {
    color: #1256b0;
    text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item a {
    color: #1256b0;
    font-weight: 400;
}

/* 
.product-grid {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid .product-image .pic-1 {
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-1 {
    transform: translateX(-100%);
} */

.search-bar .btn-primary {
    background-color: transparent;
    display: inline-block;
    line-height: 55px;
    margin: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    color: #2C2E43;
    padding: 0;
    margin: 0;
}

.product-grid .product-image .pic-2 {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.product-grid:hover .product-image .pic-2 {
    opacity: 0.5;
}

.product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 48px;
    transition: all .5s ease 0s;
}

.product-grid:hover .product-links {
    opacity: 1;
}

.product-grid .product-links li {
    margin: 0 0 10px;
    transform: translate(220%, 0);
    transition: all 0.5s ease;
    background: rgb(255 255 255 / 60%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    text-align: center;
    line-height: 34px;
}

.product-grid .product-links li:nth-child(1) {
    transition-duration: 0.2s;
}

.product-grid .product-links li:nth-child(2) {
    transition-duration: 0.4s;
}

.product-grid .product-links li:nth-child(3) {
    transition-duration: 0.6s;
}

.product-grid .product-links li:nth-child(4) {
    transition-duration: 0.8s;
}

.product-grid .product-links li:last-child {
    margin: 0;
}

.product-grid:hover .product-links li {
    transform: translate(0, 0);
}

.product-grid .product-links li a {
    color: #333;
    font-size: 18px;
    transition: all .4s ease-out;
}

.product-grid .product-links li a:hover {
    color: #f259d8;
}

.product-grid .inner-content {
    width: 100%;
    padding: 10px 10px;
    position: absolute;
    left: 0;
    bottom: 66px;
}

.product-grid .inner-content .title {
    color: #888888;
    font-size: 16px;
    margin: 0;
    border-bottom: 2px solid #888888;
    width: max-content;
    font-family: 'Poppins', sans-serif;
}

.title {
    font-size: 14px;
    text-decoration: underline;
}

.contact-page {
    padding: 50px 0;
}

.contact-page h2 {
    font-size: 25px;
    color: #1256B0;
    border-bottom: 1px solid #1256B0;
    width: max-content;
    margin-bottom: 30px !important;
    margin: auto;
}

.contact-page .form-control {
    background-color: transparent;
    border: 1px solid #1256b0;
    margin-bottom: 20px;
    font-size: 13px;
    width: 100%;
}

.contact-page .input-group {
    display: grid;
}

.contact-page .btn-success {
    color: #fff;
    background-color: #1256b0;
    border-color: #1256b0;
    padding: 5px 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.hs_contact ul {
    padding: 0;
}

.hs_contact ul li {
    list-style: none;
    display: inline-flex;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 10px;
}

.hs_contact ul li p {
    margin-left: 20px;
}

.hs_contact ul li p a {
    color: #000000;
}

.hs_heading {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.hs_profile_social ul {
    padding: 0;
}

.subscribe {
    width: 70%;
    margin: auto;
}

.hs_profile_social ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #1256b0;
}

.product-grid .inner-content .product-link {
    color: #999;
    font-size: 18px;
    opacity: 0;
    position: absolute;
    right: 30px;
    bottom: -20px;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .inner-content .product-link {
    opacity: 1;
    right: 10px;
    bottom: 0;
}

.product-grid .inner-content .product-link:hover {
    color: #f259d8;
}

.product-grid .product-content {
    /* background: #fff; */
    padding: 7px 10px;
    text-align: left;
}

.product-grid .price {
    color: #1256B0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
}

.product-grid .rating {
    color: #f259d8;
    font-size: 13px;
    width: 90px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.product-grid .rating .far {
    color: #999;
}

@media screen and ( max-width: 990px) {
    .product-grid {
        margin: 0 0 30px;
    }
}

.category h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.categories-list {
    padding-left: 0;
    font-family: 'Poppins', sans-serif;
}

.categories-list li {
    list-style: none;
    font-weight: 600;
}

.sub-categories li {
    font-weight: 500;
    font-size: 13px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab {
    width: 100%;
}

.vertical-tab .nav-tabs {
    width: 100%;
    border-bottom: none;
    /* display: table-cell; */
    max-height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.vertical-tab .nav-tabs li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    position: relative;
    padding: 10px;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a {
    background: #fff;
    border: none;
}

.vertical-tab .nav-tabs li a:before, .vertical-tab .nav-tabs li a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:after {
    top: auto;
    left: auto;
    bottom: -20px;
    right: -20px;
}

.vertical-tab .nav-tabs li a:hover:before, .vertical-tab .nav-tabs li.active a:before {
    top: 0;
    left: 0;
}

.vertical-tab .nav-tabs li a:hover:after, .vertical-tab .nav-tabs li.active a:after {
    bottom: 0;
    right: 0;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}

.vertical-tab .nav-tabs li a img {
    width: 100px;
    height: 100px;
}

.vertical-tab .tab-content {
    display: table-cell;
    padding: 10px 20px;
    font-size: 15px;
    color: #50635f;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: justify;
    vertical-align: top;
    position: relative;
    width: 85%;
}

.vertical-tab .tab-content:before, .vertical-tab .tab-content:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-tab .tab-content:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.vertical-tab .tab-content h3 {
    font-size: 24px;
    color: #50635f;
    margin: 0 0 5px 0;
}

@media only screen and ( max-width: 479px) {
    .vertical-tab .nav-tabs {
        /* display: block; */
        ;
    }
    .vertical-tab .nav-tabs li {
        /* margin-bottom: 10px; */
    }
    .vertical-tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }
    .vertical-tab .nav-tabs li a {
        padding: 10px;
    }
    .vertical-tab .tab-content {
        /* display: block; */
        /* padding: 20px 5px 5px; */
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.product-discription {
    padding: 0;
}

.product-discription h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.product-discription h3 {
    font-size: 25px;
}

.rating li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}

.rating {
    padding-left: 0;
}

.rating .fas {
    color: #888888;
}

.product-discription h5 {
    font-size: 20px;
    margin-top: 10px;
}

.product-discription h6 {
    font-size: 20px;
    margin-top: 10px;
}

.product-discription h6 strong {
    margin-right: 20px;
}

.unit p {
    line-height: 40px;
}

.product-discription p {
    color: #888888;
    margin-bottom: 10px;
    text-align: justify;
    word-break: break-all;
}

.product-discription form {
    width: 60%;
    margin-top: 0;
    position: relative;
}

.product-discription form .form-control {
    width: 65%;
    background: transparent;
    color: #888888;
    border: 1px solid #888888;
}

.color .color1 {
    width: 40px;
    height: 40px;
    background-color: #1256b0;
}

.product-discription form p {
    position: absolute;
    right: 0;
    top: 40px;
    color: #888888;
}

.add-cart {
    margin-top: 30px;
    margin-bottom: 30px;
}

.add-cart .btn {
    background: #1256b0;
    text-transform: uppercase;
    color: #fff;
}

.add-cart .far {
    font-size: 30px;
    line-height: 45px;
}

.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.carousel-item .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.controls-top .btn-floating.right {
    position: absolute;
    right: -40px;
    top: 40%;
    font-size: 30px;
    color: #888888;
    font-weight: 200;
}

.controls-top .btn-floating.left .fa, .controls-top .btn-floating.right .fa {
    font-weight: 200;
}

.controls-top .btn-floating.left {
    position: absolute;
    left: -40px;
    top: 40%;
    font-size: 30px;
    color: #888888;
    font-weight: 200;
}

.padding-tb {
    margin: 50px 0;
    /* border-top: 1px solid #888888; */
}

.also-like {
    font-size: 20px;
    margin: 20px 0;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.related-products h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.related-products {
    text-align: center;
    background: transparent;
    padding: 80px 0;
}

.related-products .product-grid .inner-content .title {
    margin: auto;
    border: none;
    color: #fff;
}

.related-products .product-grid .product-links {
    bottom: 0;
    right: 80px;
    top: auto;
    left: auto;
}

.modal {
    opacity: 1 !important;
}

.close {
    float: right;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 1;
}

.modal-header {
    border: none !important;
    padding: 0;
}

.modal .controls-top {
    display: none;
}

.modal-content {
    padding: 30px;
    padding-top: 10px;
}

.modal-body h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.modal-body h3 {
    font-size: 20px;
    font-weight: 600;
}

.modal-body h4 {
    font-size: 17px;
    font-weight: 500;
}

.modal-body h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}

.modal-body h6 {
    font-size: 17px;
}

.modal-body .btn {
    background: #000;
    color: #fff;
    width: max-content;
    padding: 0 50px;
    float: right;
}

.modal-body .carousel-item .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.modal-body .carousel-indicators {
    bottom: -50px;
}

.modal-body .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #000;
}

.modal-body .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #888888;
    border-radius: 999px;
    border: none;
}

.table-dark td, .table-dark th, .table-dark thead th {
    background: #F2F2F2;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 20px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    color: #000;
    text-align: left;
}

.table-dark {
    background: transparent;
    margin-bottom: 0;
    display: inline-table;
}

.order-img {
    /* padding: 30px; */
}

.order-img img {
    width: 100%;
}

.order-img {
    text-align: left;
}

.order-img h5 {
    font-size: 17px;
    font-weight: 600;
}

.order-img h6 {
    font-size: 15px;
}

.margin-bottom {
    border-bottom: 5px solid #fff;
}

.table-dark .form-control {
    padding: 10px;
    background: transparent;
    border-color: #000;
    height: 40px;
    border-radius: 0;
    /* margin-top: 30px; */
}

.margin-top td {
    padding-top: 54px !important;
}

.bg-clr {
    background-color: #F2F2F2;
    padding: 10px;
    padding-bottom: 30px;
    position: relative;
    text-align: right;
}

.bg-clr .far {
    font-size: 25px;
    position: relative;
    top: 5px;
}

.bg-clr a {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    right: 0;
    position: relative;
    margin: 10px;
    text-align: right;
}

.o-summary {
    background-color: #F2F2F2;
    text-align: left;
    padding: 20px;
}

.o-summary h2 {
    font-size: 18px;
    font-weight: 600;
}

.o-summary h6 span {
    float: right;
}

.o-summary h6 {
    font-size: 17px;
    margin: 15px 0;
    font-weight: 600;
}

.o-summary h5 span {
    float: right;
}

.o-summary hr {
    border-top: 2px solid #000;
}

.o-summary h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}

.o-summary p {
    margin: 10px 0;
    text-align: center;
    color: #888888;
}

.o-summary .btn {
    background: #000;
    color: #fff;
    border-radius: 0;
}

.o-summary .btn1 img {
    margin-right: 20px;
}

.o-summary .btn1 {
    color: #000;
    border-radius: 0;
    background: transparent;
}

.o-summary .italic {
    font-style: italic;
    font-size: 13px;
    margin: 0;
    margin-top: 3px;
}

.clr {
    color: #888888;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.carousel-indicators {
    display: none;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.tab {
    /* background: url("../images/img-1.jpg") no-repeat 80% 0; */
    background-size: cover;
    position: relative;
}

.tab:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
}

.tab .nav-tabs {
    border-bottom: none;
    position: relative;
}

.tab .nav-tabs li {
    padding: 30px 136px;
    color: #000;
}

.tab .nav-tabs li a {
    color: #000;
}

.tab .nav-tabs li.active {
    color: #000;
    background: #F2F2F2;
}

.tab .nav-tabs li a {
    font-size: 18px;
    color: #000;
    border-radius: 0;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    margin-right: 0;
    border: none;
    border-bottom: 2px solid transparent;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab .nav-tabs li a:hover {
    background: transparent;
}

.tab .nav-tabs li.active a, .tab .nav-tabs li.active a:focus, .tab .nav-tabs li.active a:hover {
    border: none;
    background: transparent;
    opacity: 1;
    color: #000;
}

.tab .tab-content {
    padding: 40px;
    background: #F2F2F2;
    z-index: 1;
    position: relative;
}

.form-bg {
    background: #ddd;
}

.form-horizontal .form-group {
    margin: 20px 0;
    position: relative;
}

.form-horizontal .form-control {
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    transition: all 0.3s ease 0s;
}

.form-horizontal .form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.form-horizontal .form-group label {
    padding: 0 20px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.form-horizontal .main-checkbox {
    width: 15px;
    height: 15px;
    float: left;
    border: 2px solid #F2F2F2;
    position: relative;
    border-radius: 999px;
    box-shadow: 0px 0px 0 1px #000000a1;
}

.form-horizontal .main-checkbox label {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.form-horizontal .main-checkbox label:after {
    border-radius: 999px;
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-top: none;
    border-right: none;
    background: #000;
    opacity: 0;
}

.form-horizontal .main-checkbox input[type=checkbox] {
    visibility: hidden;
}

.form-horizontal .main-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.form-horizontal .text {
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-left: 23px;
    line-height: 23px;
    padding-top: 5px;
    text-transform: capitalize;
}

.form-horizontal .btn {
    width: 100%;
    background: #000;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
}

.form-horizontal .btn:focus {
    background: #eec111;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.form-horizontal .forgot-pass {
    margin: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}

.form-horizontal .forgot-pass .btn {
    width: auto;
    background: transparent;
    color: #615f6c;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.form-horizontal .forgot-pass .btn:hover {
    color: #eec111;
}

@media only screen and ( max-width: 479px) {
    .tab {
        /* padding: 40px 20px; */
        ;
    }
}

.or {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.or::before, .or::after {
    content: "";
    position: absolute;
    width: 46%;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 14px;
}

.or::after {
    left: auto;
    right: 0;
}

.form-horizontal .forgot-pass .btn img {
    margin-right: 20px;
}

.o-summary h2 span {
    float: right;
}

.order-table tr {
    padding: 24px;
}

.order-table {
    width: 100%;
}

.order-table h3 {
    font-size: 14px;
    font-weight: 600;
    /* margin: 0; */
    padding-left: 10px;
}

.order-table .o-summary h6 span {
    font-style: italic;
}

.order-table img {
    width: 100%;
    padding-bottom: 10px;
}

.order-table h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    padding-left: 10px;
}

.order-table .o-summary h5 {
    font-size: 20px;
}

.payment-list ul li {
    list-style: none;
    margin: 20px 0;
    padding-left: 30px;
    font-size: 17px;
}

.payment-list ul {
    padding-left: 0;
}

.payment-list ul li i {
    margin-right: 13px;
}

.payment-list {
    margin-top: 50px;
}

.form-check-label {
    margin-bottom: 0;
    padding: 0 15px;
}

input[type=checkbox]:checked {
    background-color: #000;
    color: #000;
}

.continue-delivery {
    padding: 30px;
}

.continue-delivery h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.continue-delivery .form-control {
    padding: 10px 30px;
    border-radius: 0;
    box-shadow: none;
    color: #050404;
}

.continue-delivery .btn {
    width: 100%;
    background: #000;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
}

.member-email {
    padding: 20px;
    padding-left: 87px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #F2F2F2;
}

.sign-page .continue-delivery {
    background-color: #F2F2F2;
    margin-top: 20px;
}

.sign-page .continue-delivery .form-control::placeholder {
    color: #000;
}

.sign-page .continue-delivery .form-control {
    color: #000;
    border-color: #000;
}

.my-accoount-nav ul {
    padding: 0;
}

.my-accoount-nav ul li {
    padding: 10px;
    list-style: none;
    background: #F9F9F9;
    margin-bottom: 10px;
}

.my-accoount-nav ul li.active {
    background-color: #888888;
}

.my-accoount-nav ul li.active a {
    color: #fff;
}

.my-accoount-nav ul li a {
    padding: 10px;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    color: #000;
}

.account-details {
    padding-top: 30px;
}

.account-details h2 {
    font-size: 20px;
}

.account-details h2 span a {
    color: #000;
    border-bottom: 1px solid #000;
    margin-left: 50px;
    text-transform: uppercase;
    font-size: 16px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #F9F9F9;
}

.address-book {
    padding: 40px;
}

.address-book h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.address-book h6 {
    font-size: 17px;
    color: #888888;
    margin-top: 30px;
}

.address-book form {
    margin-top: 20px;
}

.address-book form .col-md-6 {
    padding: 0;
}

.address-book form .btn {
    width: 100%;
    background: #000;
    padding: 10px 20px;
    border: none;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
}

.table-black tbody {
    background-color: #000;
}

.credit {
    padding: 20px;
}

.credit h3 {
    font-size: 17px;
    padding: 10px;
    background: #000;
    color: #fff;
    width: 50%;
}

.credit h3 span {
    float: right;
}

.contact-page {
    padding: 50px 0;
}

.contact-list {
    position: absolute;
    padding: 0;
    display: inline-block;
    right: 0;
    top: 0;
}

.contact-list li {
    display: inline-block;
    list-style: none;
    font-size: 30px;
    right: 0;
    position: relative;
    margin: 0 10px;
}

.contact-details h3 {
    font-size: 40px;
    font-weight: 600;
}

.contact-details h5 {
    font-size: 20px;
}

.contact-page .sec-heading {
    margin: 50px 0 100px;
}

.contact-form .form-control {
    background-color: #F2F2F2;
    margin-bottom: 15px;
    padding: 10px 30px;
}

.contact-form .form-control::placeholder {
    color: #000;
}

.contact-form .btn {
    background: #000;
    padding: 10px 35px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.privacy-page {
    padding: 180px 0 100px;
}

.privacy-page p {
    text-align: justify;
}

.privacy-page h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.emailer {
    padding: 100px 0;
}

.emailer h3 {
    position: absolute;
    top: 30%;
    right: 13%;
    font-size: 30px;
    color: #fff;
}

.emailer h4 {
    border-bottom: 2px solid #000;
    font-size: 25px;
    width: max-content;
    text-align: center;
    font-weight: 600;
    margin: auto;
    margin-bottom: 20px;
}

.who-we {
    text-align: center;
    padding: 15px;
}

.who-we h5 {
    font-size: 18px;
    margin: 20px auto;
    border-bottom: 2px solid #000;
    width: max-content;
}

.we-support {
    background-color: #F2F2F2;
    margin-top: 30px;
}

.we-support img {
    width: 100%;
}

.we-support h3 {
    position: relative;
    top: 0;
    right: 0;
    color: #000;
    margin-bottom: 20px;
}

.left-part {
    padding: 50px 30px;
}

.left-part h6 {
    font-size: 19px;
    position: relative;
    float: right;
}

.left-part h6::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 10px;
    left: -40px;
    background-color: #000;
}

.left-part h5 {
    font-size: 20px;
    margin-top: 50px;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #000;
}

.we-happy p {
    font-size: 19px;
}

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

.we-happy h4 {
    border: none;
}

.we-happy h5 {
    padding: 30px 22px;
    background: #000;
    margin: 24px auto;
    color: #fff;
    font-size: 20px;
}

.we-happy h6 {
    padding: 15px 22px;
    background: #000;
    width: max-content;
    margin: 24px auto;
    color: #fff;
    font-size: 17px;
}

.blog-page {
    padding: 50px 0;
}

.blog-details {
    background-color: #F2F2F2;
    padding: 30px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.blog-details h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    width: max-content;
    margin-bottom: 12px;
}

.blog-details img {
    margin-bottom: 10px;
}

.blog-details a {
    position: relative;
    color: #000;
    border-bottom: 1px solid #000;
    float: right;
    top: 0;
}

.blog-search .input-group .form-control {
    background-color: #F2F2F2 !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.blog-search .input-group .form-control::placeholder {
    color: #000;
}

.input-group .form-outline {
    width: 100%;
}

.input-group .form-outline .fas {
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 18px;
}

.subscribe-email {
    background-color: #F2F2F2;
    padding: 50px;
    margin: 20px 0;
    text-align: center;
}

.subscribe-email h3 {
    font-size: 27px;
}

.subscribe-email .btn {
    padding: 10px 30px;
    font-size: 17px;
    text-transform: uppercase;
    background: #C4C4C4;
    margin-top: 20px;
}

.insta-feeds {
    background: #F2F2F2;
}

.insta-feeds .insta-content {
    padding: 10px;
    padding-left: 0;
}

.insta-feeds p {
    font-size: 14px;
    line-height: 20px;
}

.insta-content a {
    border-bottom: 1px solid #000;
    float: right;
    color: #000;
    font-size: 13px;
}

.blog-search h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    background: #f2f2f2;
}

.blog1-page {
    padding: 50px 0;
}

.blog1-page h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.blog1-box {
    margin-bottom: 30px;
}

.blog1-box img {
    margin-bottom: 10px;
}

.blog1-box h4 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    width: max-content;
    margin: 10px 0;
    font-weight: 600;
}

.blog-social .fa {
    color: #000;
}

.blog-social {
    position: absolute;
    z-index: 1;
    right: -75px;
}

.blog-social li {
    list-style: none;
    padding: 7px 10px;
    border: 1px solid #888888;
    border-radius: 999px;
    width: 80%;
    margin-bottom: 20px;
}

.blog1-box img {
    width: 100%;
}

.about-grid .col-md-6 {
    padding: 0;
}

.about-content {
    text-align: center;
    width: 50%;
    margin: 30px auto;
}

.about-text h3 {
    font-size: 20px;
    margin: 20px 0;
}

.about-grid {
    padding: 20px;
}

.pad-top {
    padding-top: 70px;
}

.blog-page .sec-heading {
    margin-top: 30px;
}

.contact-bg img {
    width: 100%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 999;
}

.modal-body h3 {
    font-size: 25px;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.modal-body form {
    padding: 0 40px;
}

.modal-body form .btn-primary {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    float: none;
    margin-top: 20px;
}

.navbar-nav>li:hover .nav-link {
    color: #1256B0!important;
    background: #fff;
}

.top_add_info {
    text-align: left;
}

.text-right ul li {
    margin: 0 5px;
}
.login-menu li a {
    color: #fff;
}
.carousel .carousel-caption{
	right: auto;
    bottom: auto;
    left: 15%;
	top:28%;
}
.carousel .carousel-caption h1 {
    font-weight: 600;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    color: var(--secondary)fff;
    line-height: 50px;
	color:#000000;
	text-shadow:none;
}
.carousel .carousel-caption p{color:#000000; text-shadow:none; font-weight:bold;}
.product-name {
    font-weight: bold;
    font-size: 16px;
}
.all-categary .product-grid .price {
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
    /* text-align: right; */
    float: left;
}
.price-min .exclvatprice {
    line-height: 15px;
	float: right;
}
.modal-open .modal .modal-body .close{display:none;}
.form-control{
    height: 40px;
    background: transparent;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ced4da;
	font-size:12px;
	color:#495057;
}
.modal-content {
    padding: 10px;
}
.modal-body {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0 !important;
}
.modal-body form {
    padding: 0;
}
.modal-header {
    padding: 10px;
    border-bottom: 1px solid #dee2e6 !important;
	justify-content: start;
}
.modal-header h5 {
    font-size: 25px;
    margin: 0 !important;
}
#modalLoginForm .modal-footer {
    display: block;
    text-align: center;
    padding: 0.75rem;
}
#modalLoginForm .modal-footer .btn {
    float: none;
}
.modal-footer .btn-default {
    background-color: #1256b0;
    padding: 10px 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}
.modal-header .close {
    font-size: 2.5rem;
    opacity: .5;
    top: 20px;
    font-size: 1.5rem;
}
.product-discription h5 {
    font-size: 16px;
    margin-top: 10px;
}
.product-discription h6 {
    font-size: 15px;
    margin-top: 10px;
}
.categories {
    padding: 30px 0;
}
.subscribe form .form-control {
    width: 59%;
   background-color:#ffffff;
}
.subscribe form .form-control.btn-style{
    width: 40%;
   background-color:#ffffff;
}
.footer-bottom a{color:#ffffff;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.header-area .bottom_header{background-color: #1256b0;}
.product-name{color: #1256b0;}
.all-categary .product-grid .price{color: #1256b0;}
.footer-bg {background: #1256b0;}
.btn-style{color: #1256b0; border-color: #1256b0;}
.footer-block p {color: #fff;}
.add-cart .btn {background: #1256b0; color:#ffffff;}
.modal-footer .btn-default{background-color:#1256b0;}
.num-bg{background:#1256b0; color:#ffffff;}
.product-grid .price{color:#1256b0;}
.product-content a{color:#1256b0;}
.btn.btn-primary {background: #1256b0;}
.btn.btn-primary {background: #1256b0;}
.dataTable th{background: #1256b0;}
.navbar-nav>li:hover .nav-link {
    color:  #1256b0 !important;
    background: #ffffff;
}
.modal-footer .btn-default{background-color:#1256b0; color:#ffffff;}
.btn-secondary{background-color:#1256b0; border-color:#1256b0;}
.btn-secondary:hover{background-color:#1256b0; border-color:#1256b0;}
}
