@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: 'Lato', sans-serif;
    font-size: 15px;
    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: #1F86BA !important;
    font-weight: 500;
}

.navbar {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}

.header-area .top_header {
    background-color: #fff;
}

.header-area .bottom_header {
    background-color: #B0BEC5;
    padding: 10px 0;
}

.bottom_header .logo a {
    text-decoration: none;
    color: #2C2E43;
}

.logo {
    text-align: center;
    padding-top: 10px;
}

.top_add_info li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    color: #000000;
}

.top_add_info li i {
    margin-right: 20px;
}

.top_add_info li a {
    color: #000;
    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: right;
    margin: 0;
    float: right;
    padding: 10px 0;
    position: relative;
    right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #2C2E43 !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 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: 25px;
}

.cart-bar i {
    color: #2C2E43;
    margin-right: 15px;
}

.cart-bar {
    margin: 0;
    padding: 0;
    text-align: center;
}

.cart-bar li {
    display: inline-block;
    line-height: 0;
    margin: 0 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.cart-bar li span {
    position: relative;
    top: 0;
}

.cart-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/eCommerce-1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner-area .about-bg {
    background-image: url(../images/Background.png);
}

.banner-area .contact-bg {
    background-image: url(../images/contact-bg.png);
}

.about-img img {
    width: 100%;
}

.about-page {
    padding: 50px 0;
}

.about-text {
    padding-top: 50px;
    padding-left: 20px;
    text-align: justify;
    word-break: break-all;
}

.about-text h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
}

.header-area {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 57px;
}

.banner-content {
    position: absolute;
    top: 45%;
    width: 100%;
}

.banner-content h1 {
    font-weight: 500;
    font-size: 43px;
    font-family: 'Lato', sans-serif;
    color: #000;
    line-height: 58px;
    text-shadow: 0px 4px 4px rgba(73, 149, 122, 0.25);
}

.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: 'Lato', sans-serif;
    font-weight: 600;
}

.categories {
    padding: 100px 0 50px;
}

.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: 45px;
}

.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;
}

.border-before::before {
    position: absolute;
    content: "";
    width: 1px;
    top: 44px;
    height: 71%;
    background-color: #fff;
    right: 34px;
}

.footer-social-media ul {
    display: inline-block;
}

.quick-links li {
    color: #2C2E43 !important;
}

.quick-links li a {
    color: #000000;
}

.quick-links li {
    color: #2C2E43;
}

.phone-email i {
    margin-right: 10px;
}

.quick-links {
    display: inline-block;
}

.quick-links li {
    display: inline-flex;
}

.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;
}

.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: #B0BEC5;
    padding: 50px 0 0;
    font-family: 'Lato', sans-serif;
}

.footer-block h3 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    width: max-content;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-block ul {
    padding: 0;
    display: inline-grid;
}

.footer-block ul li {
    list-style: none;
    color: #fff;
    line-height: 30px;
}

.footer-block p {
    color: #2C2E43;
    font-style: italic;
}

.form-control {
    height: 50px;
    font-size: 17px;
}

.btn-style {
    width: 40%;
    border-radius: 0;
    float: right;
    right: 0;
    font-size: 18px;
    border: 0;
    color: #fff;
    top: -50px;
    text-transform: uppercase;
    position: relative;
    background: #2C2E43;
}

.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-bottom: 20px;
}
.footer-bottom a{color:#ffffff;}
.page-head {
    padding-top: 150px;
}

.page-head h1 {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 500;
    border-bottom: 1px solid #888888;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
	padding-top: 50px;
}

.breadcrumb {
    /* font-family: 'Poppins', sans-serif; */
    background: transparent;
}

.breadcrumb>li a {
    color: #888888;
    text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item a {
    color: #888888;
    font-weight: 400;
}

.product-grid {
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gallery .sec-heading h2 {
    font-style: normal;
    position: relative;
}

.gallery .sec-heading h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -11px;
}

.gallery-slider {
    padding: 50px 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

.gallery-slider img {
    width: 100%;
}

.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%);
} */

.cart-bar .btn-primary {
    background-color: transparent;
    display: inline-block;
    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: 80px;
    /* 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 0 0;
    position: relative;
    left: 0;
    bottom: 0;
}

.product-grid .inner-content .title {
    color: #888888;
    font-size: 16px;
    margin: 0;
    border-bottom: 2px solid #888888;
    width: max-content;
    font-family: 'Lato', sans-serif;
}

.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;
}

.inner-head {
   /* position: relative;*/
}

.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 0;
}

.product-grid .price {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    /* width: calc(100% - 94px); */
    /* display: inline-block; */
    text-align: right;
}

.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: 'Lato', sans-serif;
}

.categories-list {
    padding-left: 0;
    font-family: 'Lato', 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 {
    display: table;
}

.vertical-tab .nav-tabs {
    width: 140px;
    border-bottom: none;
    overflow-y: scroll;
    overflow-x: hidden;
    /* display: table-cell; */
    max-height: 590px;
}

.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;
}

.title {
    color: #888888;
}

.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: 30px;
}

.product-discription h6 {
    font-size: 20px;
    margin-top: 0;
}

.product-discription form {
    width: 60%;
    margin-top: 10px;
    position: relative;
}

.product-discription form .form-control {
    width: 65%;
}

.color .color1 {
    width: 40px;
    height: 40px;
    background-color: #D1C9C2;
}

.product-discription form p {
    position: absolute;
    right: 0;
    top: 40px;
    color: #888888;
}

.add-cart {
    margin-top: 30px;
}

.add-cart .btn {
    background: #000;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
	font-size:13px;
}

.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;
    color: #fff;
}

.related-products {
    text-align: center;
    padding: 40px 0;
}

.related-products .title {
    color: #ffffff;
    text-align: left;
}

.related-products .product-grid .price {
    color: #fff;
    text-align: right;
}

.related-products .container {
    text-align: center;
    background: #2c2e43;
    padding: 40px;
}

.related-products .product-grid .inner-content .title {
    margin: auto;
}

.related-products .product-grid .product-links {
    bottom: 70px;
    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;
}

.gallery-slide {
    padding: 100px 0;
}

.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; */
    font-size: 13px;
    color: #888;
}

.o-summary h6 {
    font-size: 17px;
    margin: 15px 0;
    font-weight: 600;
    text-align: right;
}

.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 20px;
}

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: 70px 0;
}

.contact-page .sec-heading h2 {
    font-size: 28px;
    font-style: inherit;
    position: relative;
}

.contact-page .sec-heading h2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #000;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -11px;
}

.contact-list {
    position: absolute;
    padding: 0;
    display: inline-block;
    right: 66px;
    top: 0;
}

.contact-list li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
    right: 0;
    position: relative;
    margin: 0 10px;
}

.contact-details h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.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;
}

.contact-page p {
    text-align: justify;
    word-break: break-all;
    margin-bottom: 25px;
}

.more-category {
    padding: 50px 0;
}

.more-category p {
    text-align: center;
    text-decoration: underline;
}

#div_pagination {
    margin: auto;
    margin-bottom: 10px;
}

.cat1 a {
    color: #000000;
}

.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;
}

.category-list h2 {
    color: #000000;
}

.bread-bg .dropdown {
    text-align: left;
    background: #fff;
    cursor: pointer;
    padding: 5px 0;
}

.category-list a {
    width: 100%;
    color: #000000;
    font-size: 12px;
    text-align: left;
    font-weight: 600;
}

.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;
}

.category-list .dropdown-menu {
    padding: 0 !important;
    position: relative;
    box-shadow: none;
    border: none;
}

.category-list .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
    text-align: right;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid #000000;
    border-right: .4em solid transparent;
    border-bottom: 0;
    float: right;
    border-left: .4em solid transparent;
    margin-top: 10px;
}

.category-list .dropdown-menu {
    padding: 0 !important;
}

.brand-list {
    padding-left: 0;
}

.category-list .form-check-input {
    position: absolute;
    margin-top: .3rem;
    left: 0;
    top: 3px;
}

.who-we {
    text-align: center;
    padding: 15px;
}

.brand-list li {
    list-style: none;
    text-align: center;
    background: #fff;
    margin: 5px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

.category-list2 {
    padding: 5px 0;
}

.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;
}

.brand-list li label {
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    color: #888888;
    font-size: 10px;
}

.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;
}

.product-grid .product-name {
    color: #888888;
    text-decoration: underline;
}

#product-pagination {
    font-size: 12px;
}

.product-list p {
    font-size: 11px;
}

.short-by {
    font-size: 11px;
    text-align: right;
}

.short-by .form-select {
    border: none;
    font-weight: 600;
}

.num-bg {
    border: 1px solid #000000;
    padding: 2px 5px;
}

.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: 50px;
    word-break: break-all;
}

.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: 400;
}

.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;
}

.search-bar {
    position: relative;
}

.search-bar input {
    width: 100%;
    background: #b0bec5;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 40px;
    height: 30px;
    color: #000000;
    padding-left: 20px;
}

.search-bar input::placeholder {
    color: #000000;
}

.search-bar button {
    position: absolute;
    right: 10px;
    top: 0;
    background: transparent;
    border: none;
    color: #000;
}

.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: #1F86BA !important;
}

/*changes*/

.my-account-drop .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid #2C2E43;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.my-account-drop a.nav-item {
    padding: 0;
    color: #2C2E43;
}

.my-account-drop a.nav-item i {
    margin-right: 5px;
}

.my-account-drop .brand-list {
    padding-left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.my-account-drop .brand-list li {
    list-style: none;
    text-align: left;
    margin: 0;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    width: 100%;
    line-height: 27px;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.my-account-drop .dropdown-menu {
    padding: 10px;
    border-radius: 5px;
    background: #2c2e43;
    border: none;
    border-radius: 0;
    width: 200px;
    top: 20px;
}

.my-account-drop .dropdown-item {
    color: #fff !important;
}

.cart-bar li a {
    color: #000;
}

.cart-item {
    background: #f2f2f2;
    border: 1px solid #eaeaec;
    margin-bottom: 5px;
    padding: 20px 40px;
}

.cart-img img {
    width: 100%;
    max-width: 100px;
    border: 1px solid #e2e2e2;
}

.cart-img {
    padding-left: 0px;
}

.cart-item .desp {
    padding: 0px;
}

.cart-item b {
    font-weight: 600;
}

.order-img h6 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
}

.cart-item select, .cart-input {
    padding: 5px 5px;
    width: 100% !important;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 2px;
}

.cart-input {
    max-width: 55px;
    margin: auto;
}

.cart-item .form-control {
    background: none;
}

.cart-amt h3 {
    text-align: right;
}

.cart-item h3 {
    color: #282c3f;
    font-size: 14px !important;
    font-weight: 600;
}

.footer-rmv {
    text-align: right;
}

.inc-vat {
    color: #999;
    margin: 0;
}

.bg-clr a {
    color: #000;
    font-size: 14px;
    right: 0;
    position: relative;
    margin: 10px;
    text-align: right;
    padding: 10px;
    background: #b0bec5;
}

.updateqcz {
    border: 0px;
    /* text-decoration: underline; */
    color: #000;
    /* font-size: 14px; */
    width: max-content;
    padding: 4px 5px;
    border: 1px solid #000;
}

.list-group-item {
    background-color: #fff0 !important;
    border: 0 !important;
}

.o-summary h4 {
    font-size: 14px;
    margin: 15px 0;
    font-weight: 400;
}

li {
    list-style: none;
}

.total-amt {
    font-weight: 600;
    font-size: 15px;
    padding-top: 16px;
    border-top: 1px solid #eaeaec !important;
    color: #3e4152;
    line-height: 16px;
}

.exc {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaec !important;
    color: #3e4152;
    line-height: 16px;
    padding-top: 10px;
}

.description, .exc-vat {
    color: gray;
    /* font-size: 15px; */
    /* font-family: 'montserratregular'; */
    color: #888;
    line-height: 20px;
}

.exc-vat {
    font-weight: normal;
    font-size: 12px;
}

.o-summary .btn {
    background: #b0bec5;
    color: #000;
    border-radius: 0;
    /* margin-bottom: 20px; */
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
}

.btncontinue {
    background: none !important;
    border: 1px solid #898888;
    color: #000 !important;
    text-transform: uppercase;
    /* font-size: 14px; */
}

.forgot-pass .btn1 {
    background-color: #b0bec5 !important;
    color: #000 !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

.forgot-pass .btn2 {
    border: 1px solid #000;
    width: 100% !important;
    margin-top: 20px;
}

#frmcheckout input {
    border-radius: 2px !important;
    height: 45px;
}

.courierchoice input {
    float: left;
    height: 20px !important;
    margin-right: 10px;
}

td, th {
    padding: 5px;
}

.form-horizontal .form-group h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.forgot-pass .btn1 a {
    color: #000;
}

.forgot-pass .btn2 a {
    color: #000;
}

.product-image img {
    border: 1px solid #000;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.checkout {
    padding: 40px 0;
}

.checkout.page {
    padding: 100px 0;
}

.checkout h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.checkout h5 {
    font-size: 25px;
    margin-bottom: 20px;
}

.table td, .table th {
    padding: .75rem !important;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
}

.cart-box .card {
    padding: 1rem;
    background: #F2F2F2;
    border: 0px !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 3.25rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.btn-outline-secondary {
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    padding: 7px;
    text-transform: uppercase;
}

.product_detais .btn.btn-secondary, .btn.btn-primary {
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* border: none; */
    /* padding: 8px 25px; */
    /* width: auto; */
}

.btn.btn-primary {
    /* background: #da0037; */
}

.my-orders.page {
    padding: 100px 0;
}

.nav.my-orders {
    float: right;
}

.my-orders h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.nav.my-orders>li>a {
    position: relative;
    display: block;
    padding: 0 10px;
    color: #da0037;
    text-transform: uppercase;
}

.card .nav-item:not(:last-child) {
    border-right: 1px solid #ccc;
}

.card-body .media-body {
    padding-left: 10px;
}

.card-body .media-body h6 {
    font-size: 20px;
}

.my-products {
    padding: 100px 0;
}

.my-products h3 {
    font-size: 25px;
}

.dropdown-item:hover {
    background: transparent;
}

.card-footer .btn.btn-primary {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 8px 25px;
    width: auto;
    background-color: #b0bec5;
}

.gallery-folder .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.paginationjs-big {
    display: inline-flex;
}

.paginationjs-pages ul {
    padding-left: 0;
}

.paginationjs-pages ul li {
    list-style: none;
}

.paginationjs-pages ul li a {
    color: #000;
}
.navbar-collapse{padding:0;}
.about-page .about-text h2 {
    text-align: left;
}
.more-category #div_pagination {
    float: right;
}
.gallery.gallery-folder .gallery-grid .col-md-3 {
    margin-bottom: 20px;
}
.blog1-box h4 a {
    color: #000;
}
.gallery img
{
    margin-bottom: 5px;
    cursor: pointer;
}
.more-category .cat1 .image{ width: 255px;height: 268px; overflow:hidden; margin-bottom:15px;}
.product-discription h6 {
    font-size: 15px;
    margin-top: 0;
}
.order-tbl tr th{background:#B0BEC5;
    color: #fff  hy bold;
    padding: 15px 10px !important;
}
.dataTables_length {
    float: left;
}
.dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_length label{font-weight:normal;}
.dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}
.dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}
.dataTables_filter label{font-weight:normal;}
.product-thumbnail__quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.btn.btn-primary {
    background: #6c757d;
}
.checkoutpg .pay-amt .btn {
    margin-right: 10px;
}
.needs-validation .btn {
    width: auto !important;
}
.o-summary .btn {
    background: #b0bec5;
    color: #000;
    border-radius: 0;
    /* margin-bottom: 20px; */
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
}
.contact-details a{
	color:#000;
	display: inline-flex;
	width: 100%;
}



.contact-details a i{

	line-height:25px;

	margin-right:10px;

}
.form-control {
    height: 40px;
    font-size: 13px;
}
header .btn.btn-primary{background:transparent;}
.privacy-page {
    padding: 180px 0 100px;
}