@charset "utf-8";
/* This is My Custom CSS */
/*
   Author: Company Name,
   Author URL: Company URL,

   Site Name: Site Title,
   Site Description: Site Field,
   Template: Responsive,
   Framework: Bootstrap v4.0.0
*/

/* new primary color */

:root {
    --primary-blue: #204199;
    --green: #1A9948;
    --text-black:#000000;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Muli', sans-serif !important;
}

/* HTML Elements */
ul, ol {
    margin: 0;
    padding: 0;
}

/* HTML Elements ends */

/* Selection Color */


::-moz-selection {
    background: var(--primary-blue);
    color: #ffffff;
    text-shadow: none;
}

::-webkit-selection {
    background: var(--primary-blue);
    color: #ffffff;
    text-shadow: none;
}

::-o-selection {
    background: var(--primary-blue);
    color: #ffffff;
    text-shadow: none;
}

::-ms-selection {
    background: var(--primary-blue);
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: var(--primary-blue);
    color: #ffffff;
    text-shadow: none;
}

/* Selection Color ends */


/* Typography CSS */
@font-face {
    font-family: 'Exo2.0-Bold';
    src: url(../fonts/Exo2.0-Bold.ttf);
}

@font-face {
    font-family: 'barkentina_1regular';
    src: url('../fonts/barkentina_1-webfont.eot');
    src: url('../fonts/barkentina_1-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/barkentina_1-webfont.woff2') format('woff2'),
    url('../fonts/barkentina_1-webfont.woff') format('woff'),
    url('../fonts/barkentina_1-webfont.ttf') format('truetype'),
    url('../fonts/barkentina_1-webfont.svg#barkentina_1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Typography CSS ends */

/* Global CSS */
.clear {
    clear: both;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.no-paddingR {
    padding-right: 0;
}

.no-paddingL {
    padding-left: 0;
}

/* Some Padding Field Changes ( for below media queries written) */
.change-padding {
    padding-right: 15px;
    padding-left: 15px;
}

.change-paddingR {
    padding-right: 0px;
}

.change-paddingL {
    padding-left: 0px;
}

.spl-padding {
    padding-right: 0;
    padding-left: 0;
}

/* Some Padding Field Changes ends */
img {
    max-width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .change-padding {
        padding-right: 0px;
        padding-left: 0px;
    }

    .change-paddingR {
        padding-right: 15px;
    }

    .change-paddingL {
        padding-left: 15px;
    }

    .spl-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

#pre-loader {
    background: rgba(0, 0, 0, .9);
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
}

.spinner-sec {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#wheel {
    position: relative;
    width: 130px;
    height: 130px;
    background: url("../images/tyre-loader.svg") no-repeat;
    background-size: cover;
    overflow: hidden;
    display: inline-block;

}

#wheel.speed40 {
    -webkit-animation-name: rotate_wheel;
    animation-name: rotate_wheel;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes rotate_wheel {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate_wheel {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ---- Loader Starts ---- */
#preloader {
    overflow: hidden !important;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.cube1, .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

/* ----  Loader Ends ---- */

/* ---- Banner Section Starts ---- */

/* ---- Desktop Menu Starts---- */
.top-menu-bar {
    border-bottom: 1px solid var(--primary-blue);
}

.navbar-carboncorplive {
    position: absolute;
    background: #ffffff;
    z-index: 9;
}

.navbar-carboncorplive:hover {
    /* background: #ffffff; */
}

.navbar-carboncorplive .top-menu-bar-r ul {
    text-align: right;
}

.navbar-carboncorplive .top-menu-bar ul li {
    display: inline-block;
}

.top-menu-bar ul li a {
    font-family: 'Poppins', sans-serif;
    color: var(--primary-blue);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 6px 10px;
    display: inherit;
    text-decoration: none;
    position: relative;
}

.top-menu-bar .locatePin a {
    color: var(--primary-blue);
    margin-left: 10px;
    cursor: pointer;
}

.top-menu-bar .locatePin a:hover {
    color: var(--primary-blue);
}

.top-menu-bar-r {
    color: #fff;
}

.book-btn {
    background: var(--primary-blue);
    padding: 6px 15px !important;
    margin-right: 20px;
}

.b-menu-bar .nav-brand {
    display: inline-block;
}

.b-menu-bar .nav-brand img{
    width: 271px;
    height: 50px;
}

.bottom-menu-bar {
    padding: 10px 15px;
}

button.btn.red-btn.btn-fill-out.book-btn {
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 10px;
    display: inherit;
    text-decoration: none;
    position: relative;
    border-radius: 25px;
    text-transform: none;
}

.navbar-carboncorplive.fixed-top {
    transition: all 0.5s ease 0s;
}

.top-menu-bar {
    transition: all 0.5s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-fixed .top-menu-bar {
    display: none;
}

.nav-fixed {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1041;
    -webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
    z-index: 99999;
}

.modal-backdrop {
    display: none;
}

.location-modal-container {
    background: #00000061;
    font-size: 0.85rem;
}

.location-modal-container .modal-dialog {
    max-width: 400px;
}

.location-modal-container p {
    padding: 10px 0 0;
    margin: 0;
}

.location-modal-container i {
    color: var(--primary-blue);
}

.location-modal-container .form-control {
    border-radius: 3px;
}

.location-modal-container .modal-content {
    border-radius: 3px;
}

.location-modal-container .modal-header {
    border-bottom: none;
}

.location-modal-container .modal-header .close {
    font-size: 18px;
}

.location-modal-container .modal-body {
    display: block;
    padding: 15px;
}

.location-modal-container .modal-footer {
    border-top: none;
    padding: 0;
}

.location-modal-container .modal-footer button {
    padding: 14px 0;
    background: linear-gradient(15deg, var(--primary-blue), var(--primary-blue));
    border-radius: 0;
    color: #fff;
    border: none;
}

/* ---- Desktop Menu Ends---- */

/* ---- Carousel Starts ---- */
.carousel-item {
    height: 90vh;
    min-height: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    height: 608px;
    background-clip: content-box;

    background-repeat: round;
   
  
}
/* media query start*/

@media (max-width:992px){
    .carousel-item {
        background-repeat: no-repeat;
        height: 90vh;
        min-height: 350px;
    } 
}
/* media query  end */



.carousel-search-bar {
    position: absolute;
    bottom: -40px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    border-radius: 3px;
    /* background: #fff; */
    /* padding: 20px; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.carousel-search-bar:hover {
    /* background: #fff0ff; */
}

.carousel-search-bar .tab-content {
    box-shadow: 0px 4px 16px 8px #00000017;
}

.carousel-inner {
    position: relative;
    z-index: 7;
}

/* .carousel-inner:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    z-index: 1;
} */

/* ---- Carousel Ends ---- */

/* ----cta-container----- */

.cta-container {
    position: absolute;
    top: 57%;
    left: 13%;
    max-width: 400px;
    background: none;
    z-index: 20;
}

.cta-container h3 {
    color: #fff;
    padding-bottom: 20px;
}

.cta-container .primaryCta {
    background: #fff;
    color: var(--primary-blue);
    font-weight: 500;
    padding: 12px 27px;
}

.cta-container .primaryCta span {
    font-size: 15px;
    font-weight: 500;
    padding-right: 10px;
}

/* ----cta-container end---- */

/* offer-container */
.offerContainer {
    margin-top: 3rem;
    margin-bottom: 3rem;

}

.offerContainer .card {
    border-radius: 0;
    background-size: cover;
    background-position: center;
    min-height: 210px;
    position: relative;
}

.offerContainer .card:nth-child(2) {
    margin-top: 20px;
}

.offerContainer .card-footer {
    text-align: right;

}

.offerContainer .card-footer {
    text-align: right;
    margin-top: auto;
    background: none;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* .offerContainer .card.offer-card2{
    background-image: url(../images/offer1.jpg);
}
.offerContainer .card.offer-card1{
    background-image: url(../images/offer2.jpg);
}
.offerContainer .card.offer-card3{
    height: 100%;
    background-image: url(../images/offer3.png);

} */

/* offer-container-end */

/* ---- Search For Starts  ---- */
.carousel-search-bar .tab-content #vehicle .form-group {
    width: 33.333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 0;
}

.carousel-search-bar .tab-content #tyre .form-group {
    width: 33.333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 0;
}

.red-btn {
    background: var(--primary-blue);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 14px;
}

.red-btn:focus {
    box-shadow: none;
    outline: none;
}

.carousel-search-bar .nav-pills li.nav-item {
    border-radius: 3px 0 0 0;
    overflow: hidden;
}

.carousel-search-bar .nav-pills li.nav-item:nth-child(2) {
    border-radius: 0 3px 0 0;
}

.carousel-search-bar .nav-pills li.nav-item .nav-link {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    background: #dfdfdf;
    border-radius: 0;
}

.carousel-search-bar .nav-pills li.nav-item .nav-link.active {
    background: var(--primary-blue);
    border-radius: 0;
    color: #fff;
}

.carousel-search-bar .nav-pills li.nav-item .nav-link:hover {
    /* background: #fff; */
    border-radius: 0;
    color: #000;
}

.carousel-search-bar .red-btn {
    margin-left: 10px;
}

.carousel-search-bar form label {
    font-size: 13px;
    color: #dcdcdc;
}

/* ---- Search For Ends ---- */

/* ---- Banner Search Starts ---- */

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
    display: none;
}

.dropdown-select .dd-searchbox {
    width: 100%;
    padding: 0;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
    height: 33px;
}

.dropdown-select .dd-searchbox:focus {
    border-color: #12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: var(--primary-blue);
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}

.carousel-search-bar .select2 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #eee;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 38px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100% !important;
}

.carousel-search-bar span.select2-selection.select2-selection--single, .select2-selection__rendered {
    height: 42px;
    width: 100%;
    border: none;
    background: transparent;
    line-height: 36px !important;
}

.carousel-search-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 12px;
}

.carousel-search-bar .select2-selection:focus {
    outline: none;
    box-shadow: none;
}

.ma-botm {
    margin-bottom: 1rem;
}

.font-size-o {
    font-size: 0 !important;
}

.tab-content .btn-fill-out {
    height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 3px;
}

/* ---- Banner Search Ends ---- */

/* ---- Choose your Service Starts ---- */
.sec-heading {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px;
}

.sec-heading h4 {
    font-size: 20px;
    text-transform: uppercase;
    display: inline;
    margin: 0;
    position: relative;
    font-weight: 700;
    color: var(--text-black);
}

.sec-heading h4:after, .sec-heading h4:before {
    content: "";
    position: absolute;
    background: #bbbbbb;
    top: 51%;
    width: 130px;
    height: 1px;
    transform: translateX(-50%);

}

.sec-heading h4:after {
    margin-left: 35%;
}

.sec-heading h4:before {
    margin-left: -35%;
}

.offerContainer .sec-heading h4:before {
    margin-left: -44%;
}

.offerContainer .sec-heading h4:after {
    margin-left: 44%;
}

.choose-your-services .slider .slick-slide {
    padding: 15px;
}

.slider-itm {
    position: relative;
}

.slider-itm:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .7);
}

.product-item-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
    height: 95%;
}

.product-item-name h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    margin: 0;
    color: #ffffff;
    letter-spacing: 1px;
}

.product-item-name:focus {
    outline: none;
}

.product-item-name:hover h6 {
    color: #ffffff;
}

.product-item-name:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(127deg, var(--primary-blue) 40%, #ffcdcf 140%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-item-name:hover:before {
    opacity: 1;
}

/* ---- Choose your Service Ends ---- */

/* ---- Choose your Service Starts ---- */
.choose-services {
    margin-top: 8rem;
    margin-bottom: 3rem;

}

.services-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.services-list {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.services-list {
    margin-bottom: 10px;
}

.services-list .services-name {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 25px 0;
    border-radius: 3px;
    background: #f9f9f9;
    position: relative;
}

.services-list .services-name:before {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--primary-blue);
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.services-list .services-name:hover:before {
    right: 0;
}

.services-name img {
    width: 90px;
}

.services-list .services-name:hover {
    text-decoration: none;
}

.services-list .services-name i {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--primary-blue);
}

.services-list .services-name h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--primary-blue);
    font-weight: 600;
    margin-top: 7px;
}

.services-list .services-name:hover i {
    color: #fff;
}

/* ---- Choose your Service Ends ---- */

/* product-category-listing rd */
.categorylist-item {
    padding-right: 10px;
    padding-left: 10px;
}

.categorylist-item .services-name {
    padding: 0;
    box-shadow: -13px 0px 20px 0px #0000001c;
}

.services-name .productCategory-image {
    width: 100%;
}

/* product-category-listing-end */

/* ---- Featured Products Starts ---- */

.featured-base {
    background: #f9f9f9;
}

.featured-base .product-carousel {
    background: none;
    padding-bottom: 4rem;
}

.featured-products-outer .featured-bas {
    margin-top: 50px;
    margin-bottom: 70px;
}

.featured-product .card {
    padding: 15px;
}

.star-rating li {
    display: inline-block;
}

.product-details p {
    font-size: 14px;
}

.product-details h5 {
    font-size: 18px;
}

.product-details .star-rating li i {
    font-size: 13px;
    color: #f1c516;
}

.featured-products-outer .fe-pr-left .product-img {
    text-align: center;
}

.fe-pr-right .product-details {
    margin-left: 15px;
}

.fe-pr-ri-single {
    padding: 0 10px;
    margin-bottom: 17px;
}

.fe-pr-ri-single a {
    display: inherit;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 10px 5px;
}

.fe-pr-ri-single a:hover {
    text-decoration: none;
}

.fe-pr-left .card, .fe-pr-ri-single a {
    -webkit-box-shadow: 0px 0px 3px 2px rgba(128, 128, 128, .2);
    -moz-box-shadow: 0px 0px 3px 2px rgba(128, 128, 128, .2);
    box-shadow: 0px 0px 3px 2px rgba(128, 128, 128, .2);
}

/* featured new-rd */

.featured-categorylist .slick-slide {
    margin-right: 15px;
}

.featured-categorylist .categorylist-item {
    flex-direction: row;
    padding: 0;
    border-radius: 0;
    margin-right: 15px !important;
}

.featured-categorylist .categorylist-item .card-img {
    margin: 0;
}

.featured-categorylist .categorylist-item .ProductCard-body {
    height: 100%;
    font-size: 0.85rem;
    display: grid;
}

.featured-categorylist .categorylist-item .ProductCard-body .red-btn {
    height: 36px;
    margin: auto;
}

.featured-categorylist .categorylist-item .ProductCard-body .product-prices {
    font-weight: 600;
    align-self: center;
}

/* featured new-end */

/* ---- Featured Products Ends ---- */

/* ---- Featured Products Starts New  ---- */
.featured-pro-sects {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.product-carousel-header {
    color: #ffffff;
    box-sizing: border-box;
    width: 100%;
}

.product-carousel {
    background: #ffffff;
    box-sizing: border-box;
    width: 100%;
}

.product-carousel .product {
    box-sizing: border-box;
    margin: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    align-content: space-between;
}

.product-carousel .product-top {
    width: 100%;
}

.product-carousel p, .product-carousel .product-image, .product-carousel img.review-stars {
    margin: 0 0 10px 0;
}

.product-carousel .product-image {
    align-self: flex-start;
    width: 100%;
}

img.review-stars {
    width: 100px;
    display: inline-block;
}

.product-carousel .product-name {
    text-align: left;
    width: 100%;
}

.product-carousel .product-name h3 {
    font-size: 20px;
}

.product-carousel .product-bottom {
    margin-top: auto;
    text-align: left;
}

.product-carousel .product-prices {
    margin: 0;
}

.product-carousel .product-prices span {
    width: 100%;
    display: inline-block;
}

.product-carousel .product-prices span.price-was {
    color: #a2a2a2;
    text-decoration: line-through;
}

.product-carousel .product-prices span.price-save {
    color: var(--green);
}

.product-carousel .product-prices span.price-now {
    font-weight: bold;
}

.product-carousel button.shop-now {
    border: none;
    background-image: none;
    background-color: #4a4a4a;
    color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 16px;
    padding: 8px 10px;
    align-self: center;
}

.featured-pro-sects .right {
    right: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.featured-pro-sects .left {
    left: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.featured-pro-sects .slick-slider {
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.featured-pro-sects .slick-list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.featured-pro-sects .slick-list:focus {
    outline: none;
}

.featured-pro-sects .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.featured-pro-sects .slick-slider .slick-track,
.featured-pro-sects .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.featured-pro-sects .slick-track {
    display: -webkit-box;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
}

.featured-pro-sects .slick-loading .slick-track {
    visibility: hidden;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.featured-pro-sects .slick-slide.slick-loading img {
    display: none;
}

.featured-pro-sects .slick-slide.dragging img {
    pointer-events: none;
}

.featured-pro-sects .slick-loading .slick-slide {
    visibility: hidden;
}

.featured-pro-sects .slick-vertical .slick-slide {
    height: auto;
    border: 1px solid transparent;
}

.featured-pro-sects .slick-arrow.slick-hidden {
    display: none;
}

.featured-pro-sects .slick-slide {
    padding: 10px;
}

.product-desc p {
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.product-desc ul.star-rating {
    text-align: left;
    margin-bottom: 5px;
}

.product-desc ul.star-rating li i {
    font-size: 13px;
    color: #f1c516;
}

.product-carousel .product-name h3:hover {
    color: var(--primary-blue);
    cursor: pointer;
}

.product-carousel .product-name h3:focus {
    outline: none;
    box-shadow: none;
}

/* ---- Featured Products Ends New  ---- */

/* ---- Customers are Saying Starts ---- */
.customers-are-saying {
    background: url(../images/testimonial_bg.jpg);
    margin-top: 40px;
}

.customers-are-saying .sec-heading h4 {
    color: #fff;
}

/* ---- Customers are Saying Ends ---- */

/* ---- Our Partners Outer Starts ---- */
.our-partners-outer {
    padding-top: 50px;
    padding-bottom: 40px;
    background: #f5f5f5;
}

.our-partners-outer .slick-slide {
    margin: 0px 20px;
}

.our-partners-outer .slick-slide img {
    width: 100%;
}

.our-partners-outer .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.our-partners-outer .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.our-partners-outer .slick-list:focus {
    outline: none;
}

.our-partners-outer .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.our-partners-outer .slick-slider .slick-track,
.our-partners-outer .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.our-partners-outer .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.our-partners-outer .slick-track:before,
.our-partners-outer .slick-track:after {
    display: table;
    content: '';
}

.our-partners-outer .slick-track:after {
    clear: both;
}

.our-partners-outer .slick-loading .slick-track {
    visibility: hidden;
}

.our-partners-outer .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.our-partners-outer .slick-slide img {
    display: block;
}

.our-partners-outer .slick-slide.slick-loading img {
    display: none;
}

.our-partners-outer .slick-slide.dragging img {
    pointer-events: none;
}

.our-partners-outer .slick-initialized .slick-slide {
    display: block;
}

.our-partners-outer .slick-loading .slick-slide {
    visibility: hidden;
}

.our-partners-outer .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.our-partners-outer .slick-arrow.slick-hidden {
    display: none;
}

#client-logos {
    padding-bottom: 50px;
}

#client-logos .slide {
    padding-left: 3px;
    padding-right: 3px;
}

.our-partners-outer .slide.slick-slide {
    padding: 15px;
}

.our-partners-outer .section-title.title {
    font-weight: 700;
}

/* ---- Our Partners Outer Ends ---- */

/* ---- Footer Starts  ---- */
.footer-outer {
    padding: 45px 15px;
    border-top: 1px solid var(--primary-blue);
}

.footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-logo img{
    width: 271px;
    height: 50px;
}

.addres-det {
    list-style-position: outside;
    padding-left: 30px;
}

.addres-det li {
    list-style: none;
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
}

.addres-det li a {
    font-size: 14px;
    color: #000;
}

.addres-det li a:hover {
    text-decoration: none;
}

.addres-det li:before {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    left: -27px;
    top: 5px;
}

.address:before {
    content: "\f3c5" !important;
}

.mail-id:before {
    content: "\f0e0" !important;
}

.phone-num:before {
    content: "\f879" !important;
}

.quick-links h6, .social-media h6 {
    font-size: 16px;
    position: relative;
}

.quick-links h6:after, .social-media h6:after {
    content: "";
    position: absolute;
    background: var(--primary-blue);
    width: 40px;
    height: 3px;
    bottom: -5px;
    left: 0;
}

.quick-links ul {

}

.quick-links ul li {
    list-style: none;
}

.quick-links ul li a {
    font-size: 14px;
    color: #000;
}

.quick-links ul li a:hover {
    color: var(--primary-blue);
    text-decoration: none;
}

.subscribe_form .form-control {
    background: #ededed;
    border: 1px solid #dfdfdf;
    border-radius: 25px !important;
    height: 45px;
    padding: 0 24px;
}

.subscribe_form .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #999;
}

.subscribe_form .input-group-btn {
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--primary-blue);
    transform: translateY(-50%);
    z-index: 9;
}

.subscribe_form .input-group-btn .btn.btn-default {
    background: transparent;
    height: 100%;
    width: 100%;
}

.subscribe_form .input-group-btn .btn.btn-default {
    color: #fff;
}

.footer-bottom {
    background: #ffffff;
    padding: 10px;
    border-top: 1px solid var(--primary-blue);
}

.footer-bottom .footer-bottom-left p {
    color: var(--primary-blue);
    margin: 0;
    font-size: 13px;
    margin-top: 2px;
}

.footer-bottom .footer-bottom-right a {
    float: right;
}

.social-media-head {
    margin-top: 15px;
}

.social-media-icons {
    margin-top: 15px;
}

.social-media-icons li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}

.social-media-icons li a {
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #999;
    border-radius: 50%;
}

.social-media-icons li a i {
    position: absolute;
    color: #999;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.social-media-icons li a:hover i {
    color: var(--primary-blue);
}

.social-media-icons li a:hover {
    border: 1px solid var(--primary-blue);
}

/* ---- Footer Ends ---- */

/* ---- Inner Page Starts ---- */
.inner-menu {
    position: relative;
    background: #ffffff;
}

.inner-menu.nav-fixed {
    position: fixed !important;
}

.breadcrumb-outer .breadcrumb {
    background: transparent !important;
}

.breadcrumb-outer .breadcrumb-item + .breadcrumb-item::before {
    background-image: url(../images/breadcrumb_arrow.svg);
    background-size: 8px;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    content: "";
    margin-left: 10px;
}

.breadcrumb-outer .breadcrumb-item,
.breadcrumb-outer .breadcrumb-item a {
    font-size: 14px !important;
}

.breadcrumb-outer .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-outer .breadcrumb-item a:hover {
    color: var(--primary-blue);
}

.breadcrumb-outer .breadcrumb-item {
    color: #000;
}

/* ---- Inner Page Ends ---- */

/* ---- New Product Page Starts ---- */
.shop-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 70vh;
}

/* Side Bar Starts */
.sidebar-widget {
    border-bottom: 1px solid #f1f1f1;
    color: #001232;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form input {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #8e8d8d;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 55px;
    height: 45px;
    width: 100%;
}

.sidebar-search form input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary-blue);
}

.sidebar-search form > button {
    background-color: var(--primary-blue);
    border: medium none;
    color: #001232;
    cursor: pointer;
    font-size: 18px;
    height: 45px;
    line-height: 50px;
    padding: 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}

.sidebar-search form > button:hover {
    background-color: #000000;
    color: #fff;
}

.sidebar-search form > button i {
    color: #fff;
}

.widget-categories ul li {
    margin-bottom: 16px;
    list-style: none;
}

.widget-categories ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.widget-categories ul li a:hover {
    color: var(--primary-blue);;
}

.price_slider_amount {
    display: block;
    overflow: hidden;
}

.label-input {
    display: inline-block;
    float: left;
    margin-top: 1px;
}

.label-input label {
    color: #828282;
    display: inline-block;
    float: left;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: capitalize;
}

.price_slider_amount > button {
    background-color: var(--primary-blue);
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    padding: 9px 22px 7px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all .3s ease 0s;
}

.price_slider_amount > button:hover {
    background-color: #000000;
}

.price_slider_amount #amount {
    margin-left: 10px;
    padding-left: 7px;
    font-size: 14px;
}

.product-tags ul li {
    display: inline-block;
    margin: 0 5px 10px 0;
    text-transform: capitalize;
}

.product-tags ul li a {
    border: 1px solid #ebebeb;
    color: #444;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.4px;
    padding: 6px 9px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-tags ul li a:hover {
    border: 1px solid var(--primary-blue);
}

.sidebar-widget .headLabel {
    font-weight: 600;
    font-size: 0.90rem;
    color: #737373;
    padding-bottom: 15px;
}

.sort-row-lg {
    margin-bottom: 20px;
    display: none;
}

.sort-row-lg .input-group label {

    display: inline-block;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-weight: 600;
    font-size: 0.90rem;
    color: #737373;
}

.sort-row-lg .input-group option,
.sort-row-lg .input-group {
    font-size: 0.80rem;
}

.sort-row-lg .input-group select {
    border: none;
}



@media only screen and (min-width: 991px) {
    .sort-row-lg {
        display: flex;
    }
}

/* Side Bar Ends */

/* Product list Starts */
.shop-topbar-wrapper {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 18px;
}

.view-mode > li {
    display: inline-block;
    margin-right: 15px;
}

.view-mode > li.active a {
    color: var(--primary-blue);
}

.view-mode > li a {
    display: inline-block;
    font-size: 23px;
    line-height: 1;
    margin-top: 8px;
    color: #686868;
}

.view-mode > li a:hover {
    text-decoration: none;
    color: var(--primary-blue);
}

.product-sorting {
    display: flex;
}

.shop-product-sorting {
    margin-right: 30px;
    margin-top: 6px;
}

.shop-product-sorting a.active {
    color: var(--primary-blue);
}

.shop-product-sorting a {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.product-sorting .sorting select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f1f1f1 url(../images/1.png) no-repeat scroll right 10px center;
    border: medium none;
    border-radius: 5px;
    font-size: 13px;
    height: 36px;
    margin-top: -5px;
    padding: 0 30px 0 10px;
}

.product-sorting .sorting select:focus {
    outline: none;
    box-shadow: none;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

.product-wrapper {
    position: relative;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    margin-bottom: 35px;
}

.product-img {
    position: relative;
}

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

.product-item-dec {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 37px;
    padding: 0 10px;
}

.product-item-dec li {
    display: inline-block;
    color: #9b9b9b;
    margin: 0 15px;
    position: relative;
}

.product-item-dec li::before {
    background-color: #b3b3b3;
    content: "";
    height: 2px;
    position: absolute;
    right: -20px;
    top: 9px;
    transition: all 0.4s ease 0s;
    width: 6px;
}

/* .product-content-wrapper {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: 1;
    padding: 20px 15px 20px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    background: #fff;
} */
.product-title-spreed > h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

.product-title-spreed > h4 a {
    color: #000;
    font-weight: 600;
}

.product-price > span {
    color: #353535;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
    display: inline-block;
    width: 100%;
}

/* .product-action {
    bottom: 55px;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 99;
    padding: 10px;
} */
.product-action a {
    background-color: var(--primary-blue);
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin: 0 5.5px;
    padding: 7px 0;
    transition: all 0.3s ease 0s;
    width: 50px;
    font-size: 18px;
    position: relative;
    text-decoration: none;
}

.product-action a:hover {
    background-color: #000000;
}

.product-action a i {
    line-height: 21px;
}

.product-wrapper:hover .product-action {
    bottom: 25px;
    opacity: 1;
}

/* .product-wrapper:hover .product-content-wrapper {
    opacity: 0;
    bottom: -30px;
} */
.product-list-details {
    display: none;
}

.product-list .product-wrapper {
    align-items: center;
    display: flex;
}

.product-list .product-width {
    flex: 0 0 100%;
    max-width: 100%;
}

.product-list .product-img {
    flex: 0 0 370px;
    margin-right: 50px;
}

.product-list.product-list-width-2 .product-img {
    flex: 0 0 260px;
}

.product-list .product-content {
    display: none;
}

.product-list-details {
    display: none;
}

.product-list .product-list-details {
    display: block;
    margin-top: -6px;
    overflow: hidden;
    padding: 10px 50px 10px 0;
}

.product-list.product-list-width-2 .product-list-details {
    padding: 10px 20px 10px 0;
}

.product-list .product-content-wrapper {
    display: none;
}

.product-list .product-action a.p-action-none {
    display: none;
}

.product-list-details > h4 {
    color: #353535;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

.product-list-details > h4 a {
    color: #333;
    font-weight: 600;
    font-size: 22px;
}

.product-list-details > h4 a:hover {
    color: var(--primary-blue);
    text-decoration: none;
}

.product-list-details > p {
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin: 18px 0 25px;
}

.search-filter-wrap .carousel-search-bar {
    width: 100% !important;
    position: initial;
    left: 0;
    transform: none;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.search-filter-wrap .carousel-search-bar .tab-content {
    box-shadow: 0px 2px 7px 1px #00000017;
}

@media only screen and (min-width: 1200px) {
    .search-filter-wrap .carousel-search-bar {
        /* max-width: unset; */
        width: 100% !important;
        margin: 20px auto;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .search-filter-wrap .carousel-search-bar .tab-content .form-group {
        width: 33.333% !important;
    }

    .search-filter-wrap .carousel-search-bar .tab-pane .d-flex {
        display: flex !important;
        flex-wrap: wrap;
    }

    .search-filter-wrap .carousel-search-bar .align-self-center {
        -ms-flex-item-align: center !important;
        align-self: auto !important;
    }

}

@media only screen and (max-width: 600px) {
    .search-filter-wrap .carousel-search-bar .tab-content .form-group {
        width: 100% !important;
    }

    .search-filter-wrap .carousel-search-bar .tab-pane .d-flex {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }

}

/* Product list Ends */

.paginations ul li {
    display: inline-block;
    margin: 0 3px;
}

.paginations ul li a {
    background-color: #f1f1f1;
    border-radius: 50px;
    color: #3f3f3f;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 35px;
    line-height: 38px;
    text-align: center;
    width: 35px;
    text-decoration: none;
}

.shop-list-cart > a {
    border: 1px solid var(--primary-blue);
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.shop-list-cart > a:hover {
    color: #fff;
    background-color: var(--primary-blue);
    text-decoration: none;
}

/* ---- Modal Starts  ---- */
#exampleModal .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 370px;
    text-shadow: 0 1px 0 #fff;
    top: 32px;
    transition: all .3s ease 0s;
    cursor: pointer;
}

.quick-view.modal-dialog {
    margin: 150px auto;
    min-width: 1000px;

}

.modal-body {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.qwick-view-left {
    flex: 0 0 320px;
    margin-right: 30px;
    width: 50%;
}

/* ---- Modal Ends ---- */

/* ---- New Product Page Ends ---- */

/* Product Details Page Starts  */
.product-detail-sec {
    padding-top: 40px;
}

.product-details-large .easyzoom > a img {
    width: 100%;
}

.product-details-large {
    position: relative;
}

.product-details-large .inImage-wishlist {
    background: #fff;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1000;
    padding: 10px;
    color: #3e3e3e;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0px 3px 11px 1px #362b2b17;

}

.product-details-large .inImage-wishlist.active {
    color: var(--primary-blue);
}

.product-details-large .inImage-wishlist:hover {
    color: var(--primary-blue);
}

.product-dec-slider .owl-nav .owl-next,
.product-dec-slider .owl-nav .owl-prev {
    background-color: rgba(129, 19, 30, 1) !important;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 35px;
    left: -15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translateY(-40%);
    transition: all 0.3s ease 0s;
    width: 35px;
}

.product-dec-slider .owl-nav .owl-next {
    left: auto;
    right: -15px;
}

.product-dec-slider.owl-carousel .owl-stage-outer {
    margin-top: 10px;
}

button:focus {
    outline: none;
}

.product-dec-slider.owl-carousel .ti-angle-left,
.product-dec-slider.owl-carousel .ti-angle-right {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.product-dec-slider.owl-carousel .ti-angle-right:before {
    transform: rotate(45deg) !important;
    left: 9px !important;
}

.product-dec-slider.owl-carousel .ti-angle-left:before,
.product-dec-slider.owl-carousel .ti-angle-right:before {
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #fff;
    content: '';
    display: inline-block;
    height: 13px;
    position: absolute;
    transform: rotate(-135deg);
    vertical-align: top;
    width: 13px;
    left: 13px;
    top: 11px;
}

.product-dec-slider:hover .owl-nav .owl-prev,
.product-dec-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.quick-view-rating {
    margin: 14px 0;
}

.quick-view-rating i {
    color: #ffb52f;
}

.quick-view-rating i,
.quick-view-rating span {
    font-size: 14px;
}

.quick-view-rating span {
    font-weight: 500;
    color: #333333;
}

.product-price > span {
    color: var(--green);
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
    display: inline-block;
    letter-spacing: 1px;
}

.product-title-spreed span {
    font-size: 14px;
}

.product-overview {
    margin: 30px 0;
}

.pd-sub-title {
    color: #333;
    display: block;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.pd-sub-title::before {
    background-color: #9d9d9d;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

.product-overview > p {
    font-size: 15px;
    font-weight: 300;
}

.cart-plus-minus {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 12px 0 7px 5px;
    width: 80px;
    height: 46px;
}

.qtybutton {
    color: #727272;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}

.qtybutton.dec {
    margin-top: 4px;
}

.qtybutton.inc {
    margin-top: 4px;
}

input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25px;
}

.btn-style {
    background-color: var(--primary-blue);
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 15px 33px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
    z-index: 99;
    margin-top: 7px;
    margin-right: 44px;
    margin-left: 44px;
}

.btn-style:hover {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

.quickview-btn-wishlist > a {
    border: 1px solid #dcdcdc;
    color: var(--primary-blue);
    display: inline-block;
    font-size: 22px;
    padding: 7px 18px 5px;
    position: relative;
    z-index: 9;
}

.quickview-btn-wishlist > a:hover {
    border: 1px solid transparent;
    color: #fff;
    background-color: var(--primary-blue);
}

.product-categories {
    margin: 30px 0 34px;
}

.product-categories li, .product-details-tags li {
    display: inline-block;
    margin-right: 10px;
}

.product-categories li a,
.product-details-tags li a {
    color: #333;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-categories li a:hover,
.product-details-tags li a:hover {
    color: var(--primary-blue);
    text-decoration: none;
}

.product-share {
    margin-right: 20px;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.product-share ul li {
    display: inline-block;
}

.product-size ul li a,
.product-share ul li a {
    background-color: transparent;
    border: 1px solid #b6b6b6;
    border-radius: 50%;
    color: #777;
    display: block;
    float: left;
    font-size: 13px;
    height: 31px;
    line-height: 30px;
    margin-right: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 31px;
}

.product-share li .fb:hover {
    background: #3b5999;
    border: 1px solid #3b5999;
    color: #fff;
}

.product-share li .tw:hover {
    background: #55acee;
    color: #fff;
    border: 1px solid #55acee;
}

.product-share li .in:hover {
    background: #c32aa3;
    color: #fff;
    border: 1px solid #c32aa3;
}

.product-share h5 {
    font-size: 14px;
    font-weight: 600;
    color: grey;
    margin-right: 10px;
}

.descri-review-sec {
    margin-top: 40px;
    margin-bottom: 60px;
}

.descri-review-sec .nav-tabs .nav-link {
    border: none;
    background: transparent;
    color: #6d6d6d;
}

.descri-review-sec .nav-link.active {
    border-bottom: 2px solid var(--primary-blue);
    font-weight: 600;
    color: #000;
}

.rating-head {
    margin-top: 10px;
}

.rating-head label {
    margin: 0;
}

.inner-content input[type="radio"] {
    display: none;
}

.inner-content i {
    color: #dddddd;
    font-size: 20px;
    cursor: pointer;
}

.inner-content input[type="radio"]:checked ~ label i {
    color: #FFD700;
}

.inner-content {
    direction: rtl;
    width: 100%;
}

.inner-content h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
}

.star-rating label {
    font-size: 14px;
    color: #4c4c4c;
}

.star-rating button.btn {
    background: var(--primary-blue);
    margin-top: 14px;
    color: #fff;
    padding: 5px 20px;
    font-size: .85rem;
    border-radius: 3px;
}

.star-rating .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--primary-blue);
}

.your-rating-sec {
    width: 100%;
    display: inherit;
}

.your-rating-sec .star-rating {
    align-self: flex-end;
}

.review-box h6 {
    font-size: 13px;
}

/* description-rd */

.spec-list {
    line-height: 30px;
    list-style: none;
    color: rgb(51, 51, 51);
    margin-top: 20px;
    padding-left: 30px;
    margin-top: 2rem;
}

.spec-list li {
    position: relative;
}

.spec-list li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: -20px;
    top: 41%;
    background: var(--primary-blue);
}

/* Product Details Page Ends  */

.featured-products-outer .fe-pr-left .product-img img {
    height: 291px;
}

/* Log in Page Starts  */
.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

.login-outer .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.login-outer .form-control {
    border-radius: 2rem;
    padding: 10px;
}

.login-outer .form-control-placeholder {
    padding: 10px;
}

.login-outer .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: none;
}

.login-outer .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    opacity: 0;
    padding: 11px 0 0 13px;
    font-size: 14px;
    z-index: -1;
}

.login-outer .form-control:focus + .form-control-placeholder,
.login-outer .form-control:valid + .form-control-placeholder {
    font-size: 75%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.login-outer .form-control::-webkit-input-placeholder { /* Edge */
    color: #ccc !important;
}

.login-outer .form-control:-ms-input-placeholder { /* Internet Explorer */
    color: #ccc !important;
}

.login-outer .form-control::placeholder {
    color: #ccc !important;
}

.login-outer .form-control:focus + .form-control-placeholder {
    z-index: 9;
}

.login-outer h6 {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
}

.login-outer h6 a:hover {
    text-decoration: none;
    color: var(--primary-blue);
}

label.forgot-password {
    float: right;
}

label.forgot-password a {
    color: #212529;
}

label.forgot-password a:hover {
    color: var(--primary-blue);
    text-decoration: none;
}

label.custom-control-label {
    cursor: pointer;
}

.login-outer label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.login-outer .terms .terms-services {
    font-size: 15px;
}

.login-outer .terms .terms-services a:hover {
    color: var(--primary-blue);
    text-decoration: none;
}

.btn-main {
    background-color: var(--primary-blue);
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-main:hover {
    background-color: #000;
    color: #fff;
}

.btn-main:focus {
    outline: none;
    box-shadow: none;
}

/* Log in Page Ends  */

.view-more {
    background: var(--primary-blue);
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.view-more:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.tex-center {
    text-align: center;
}

.services-outer {
    margin-bottom: 60px;
}

/*---- Wishlist Page Starts  ----*/
.wishlist_table {
    margin-top: 2rem;
}

.wishlist_table .table td {
    border-bottom: 1px solid #dee2e6;
    font-size: 0.85em;
    color: #333333;
}

.product-thumbnail img {
    max-width: 100px;
}

.wishlist_table th, .wishlist_table td {
    vertical-align: middle;
    text-align: center;
}

.product-remove a i {
    height: 30px;
    width: 30px;
    color: #292b2c;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
}

.product-remove a i:hover {
    color: var(--primary-blue);
    /* color: #fff; */
}

.btn-fill-out {
    background-color: transparent;
    border: 1px solid var(--primary-blue);
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
}

.btn-fill-out::before, .btn-fill-out::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primary-blue);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    width: 51%;
}

.outlineBtn {
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    background: #fff;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 1px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    padding: 0.375rem 1rem;
}

.outlineBtn:hover {
    background: var(--primary-blue);
    color: #fff;
}

.btn-fill-out::after {
    right: 0;
    left: auto;
}

.btn-fill-out:hover {
    color: var(--primary-blue) !important;
}

.btn-fill-out:hover:before, .btn-fill-out:hover:after {
    width: 0;
}

.wishlist_table th.product-name, .wishlist_table td.product-name {
    text-align: left;
    text-transform: capitalize;
}

.product-name a {
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
}

.product-name a:hover {
    text-decoration: none;
}

.wishlist-outer {
    min-height: 50vh;
}

/*---- Wishlist Page Ends  ----*/

/*---- Cart Page Starts  ----*/
.shop_cart_table .quantity {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}

.quantity .minus, .quantity .plus {
    background-color: #eee;
    display: block;
    float: left;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 4px;
}

.quantity .minus {
    padding-left: 4px;
}

.product-quantity .input-group {
    width: 140px;
    margin: 0 auto;
}

.product-quantity .input-group .btn-default {
    border-radius: 0 !important;
}

.descri-review-sec .tab-pane ul {
    padding-left: 20px;
}

.product-quantity .input-group .te-cen {
    text-align: center;
}

.product-quantity .input-group .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.product-quantity .input-group .btn:focus {
    outline: none;
    box-shadow: none;
}

td.apply-coupon {
    padding-top: 35px;
    padding-bottom: 35px;
}

td.apply-coupon .btn {
    padding: 10px 15px;
}

.insideOffer td {
    font-size: .90rem;
    padding: 10px 0;
    color: #1F9619;
}

.cart-totals {
    margin-bottom: 40px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 4px 5px 1px #b6b6b654;
    padding: 15px;
    margin-top: 25px;
    font-size: 0.85rem;
}

.cart-splitPrice {

    padding-bottom: 20px;
}

.cart-splitPrice td {
    border-top: 0;
}

.cart-splitPrice .totalRow {
    border-top: 1px solid #dedede;
}

.process-indicator {
    border: solid #eaeaea;
    border-width: 1px 0;
    margin-bottom: 39px;
}

.process-indicator .container {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1rem;
    padding-top: 1rem;
    color: #7b7b7b;
}

.process-indicator .current-select {
    color: var(--primary-blue);
}

.continueCta {
    margin: 2rem 0;
}

.continueCta a {
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}

.continueCta a:hover {

}

.shop_cart_table thead, .wishlist_table thead {
    color: #000;
}

.shop_cart_table thead th, .wishlist_table thead th {
    border: none;
    font-size: .85em;
    font-weight: 100;
    color: #404040;
}

/*---- Cart Page Ends  ----*/

/*---- Checkout Outer Page Starts  ----*/
.checkout-outer .toggle_info {
    padding: 20px;
    background-color: #F7F7F7;
}

.checkout-outer .heading_s1 h6 {
    color: #474c5d;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.toggle_info span {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.toggle_info i {
    margin-right: 10px;
    color: var(--primary-blue);
    position: absolute;
    left: 0;
    top: 5px;
}

.login_form .panel-body, .coupon_form .panel-body {
    border: 1px solid #ddd;
    padding: 30px;
    margin-top: 30px;
}

.toggle_info a {
    color: #000;
}

.toggle_info a:hover {
    text-decoration: none;
    color: var(--primary-blue);
}

.checkout-outer .form-control {
    color: #000;
    box-shadow: none;
    height: 37px;
    padding: 3px 15px;
    font-size: 14px;
    border-radius: 0;
}

.checkout-outer .login_footer {
    margin-bottom: 20px;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.checkout-outer .form-check-input {
    display: none;
}

.checkout-outer .form-check-input {
    display: none;
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 55%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: translateY(-65%) rotate(-45deg);
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg);
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
    opacity: 1;
}

.checkout-outer .btn-fill-out:focus {
    outline: none;
    box-shadow: none;
}

.checkout-outer .btn-fill-out {
    padding: 10px;
}

.login_footer a {
    color: #000;
}

.login_footer a:hover {
    text-decoration: none;
}

.checkout-outer .form-control:focus {
    border-color: #000;
}

.checkout-outer {
    margin-top: 50px;
    margin-bottom: 100px;

}

.divider.center_icon {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.divider:before, .divider:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    height: 0;
    border-top: 1px solid #dddddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.divider i {
    background-color: #fff;
    color: #d9d9d9;
    position: relative;
    z-index: 1;
    font-size: 25px;
    padding: 0 20px;
}

.checkout-outer .text-area {
    height: auto;
}

.order_review {
    background-color: #f7f8fb;
    padding: 30px;
}

.billing-details-outer h4, .store-pic-up h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.order_review h4 {
    font-size: 20px;
    font-weight: 700;
}

.cart-icon-outer {
    position: absolute;
    top: 10px;
    left: 0;
    background: var(--primary-blue);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 5px;
    transform: translateY(-50%);
}

span.cart-icon-nos {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
}

.checkout-outer .select2 {
    color: #000;
    box-shadow: none;
    height: 40px !important;
    font-size: 14px;
    display: block;
    width: 100% !important;
}

.checkout-outer .select2-selection--single:focus {
    border: 1px solid #ced4da;
    outline: none;
}

.checkout-outer .select2-container--default .select2-selection--single {
    height: 37px;
    padding: 4px;
    border: 1px solid #ced4da;
}

.checkout-outer .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.store-details {
    display: inline-block;
    margin-top: 25px;
}

.store-details ul li {
    list-style: none;
}

.store-details ul li h6 {
    display: inline-block;
    font-size: 17px;
}

.store-details ul li i {
    padding-top: 5px;
    font-size: 14px;
    margin-right: 11px;
    color: var(--primary-blue);
}

.store-details ul li a {
    color: #000;
}

.store-details ul li a:hover {
    text-decoration: none;
}

.place-order-outer {
    margin-top: 40px;
}

.place-order-outer a.btn.btn-fill-out {
    padding: 10px 30px;
}

.payment-box {
    font-size: 0.85rem;
    border: 1px solid #ced4da;
}

.cart-splitPrice .head-row {
    border-bottom: 1px solid #dedede;
}

.order_review .table {
    font-size: 0.85rem;
    line-height: 2rem;
}

.order_review .table tbody td:last-child {
    text-align: right;
}

.order_review .table tfoot td:last-child {
    text-align: right;
}

.totalRow td:nth-child(2) {
    font-weight: 600;
}

.order_review table tbody {
    border-bottom: 1px solid #dedede;
}

.order_review .table tbody tr:nth-child(1) td {
    padding-top: 25px;
}

.order_review .table tfoot tr:nth-child(1) td {
    padding-top: 25px;
}

/* .payment-method input[type="radio"] {
    display: none;
  }
.payment-method input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}
.payment-method input[type="radio"]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}
.payment-method label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #5b5b5b;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
}
.payment-method input[type="radio"]:checked + label {
    background: #5b5b5b;
    color: white;
    box-shadow: none;
}
.payment-method input[type="radio"]:checked + label::after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-size: 40px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-blue);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.payment-method input[type="radio"]#control_05:checked + label {
    background: red;
    border-color: red;
}
.payment-method {
    margin-top: 50px;
}
.payment-method h6 {
    font-size: 22px;
    margin: 0;
}
.payment-method i {
    font-size: 24px;
    margin: 6px 0;
} */
/*---- Checkout Outer Page Ends  ----*/

.connected-products-outer {
    margin-bottom: 50px;
}

/*---- About Us Page Starts  ----*/
.icon_box_style4 {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.icon {
    margin-bottom: 15px;
}

.icon_box_style4 .icon i {
    background-color: var(--primary-blue);
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 100%;
    font-size: 24px;
}

.about-us-outer {
    padding-bottom: 80px;
    padding-top: 50px;
}

.news-letter-outer {
    background-color: var(--primary-blue) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.newsletter_form button {
    position: absolute;
    right: 0px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 12px 20px;
}

.news-letter-outer .heading_s1 h3 {
    color: #fff;
}

.newsletter_form form {
    position: relative;
}

.newsletter_form .form-control {
    border: none;
    height: 50px;
}

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

.image-about {
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.image-about img {
    max-width: 350px;
}

.icon_box_content h5 {
    font-weight: 700;
}

.about-us-right h4 {
    font-weight: 700;
}

/*---- About Us Page Ends  ----*/

/*---- Store Locaor Page Starts  ----*/
.store-locat-left {
    height: 100%;
    /* overflow-y: auto; */
}

.location input {
    width: 100%;
    border: 1px solid #2a2121;
    padding: 10px;
}

.location .btn {
    position: absolute;
    right: 0;
    height: 100%;
    border-radius: 0;
    border: none;
    background: var(--primary-blue);
    color: #fff;
}

.location {
    position: relative;
}

.location input:focus {
    outline: none;
    border: 1px solid var(--primary-blue);
}

.store-locator-outer {
    margin-bottom: 75px;
}

.store_list .image {
    height: 140px;
    overflow: hidden;
}

.store-locat-left form {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.store_list {
    /* padding: 15px; */
    /* height: 530px;
    overflow-y: auto; */
}

.location-information h5 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.location-information p {
    margin-bottom: 0;
    font-size: 14px;
}

.store_list .list {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}

.store-locator-outer .searchRow, select {
    font-size: 0.95rem;
}

.locatorBox {
    margin-top: 4rem;
}

.store-locator-outer .store-lo-right {
    padding: 0;
}

.store_list .card {
    font-size: 0.90rem;
    margin-top: 20px;
}

.store_list .card p {
    color: #3e3e3e;
}

.store_list .card-header {
    background: none;
    color: #1f9619;
}

.store_list .card .book-cta {
    font-size: 14px;
    padding: 11px 24px;
    font-weight: 600;
    color: #1f9619;
    background: #d4ffd2;
}

.store_list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.store_list::-webkit-scrollbar-track {
    background: #b7b7b7;
}

/* Handle */
.store_list::-webkit-scrollbar-thumb {
    background: #81a8ff;
}

/*---- Store Locaor Page Ends  ----*/

.for-md-sec {
    display: none !important;
}

.my-account-menu .dropdown-toggle {
    background: transparent;
    font-family: 'Poppins', sans-serif;
    color: var(--primary-blue);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 20px;
    display: inherit;
    text-decoration: none;
}

.my-account-menu .dropdown-toggle:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.my-account-menu .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu {
    border-radius: 0;
    background-color: var(--primary-blue);
    right: 0;
    left: initial !important;
}

.dropdown-menu a {
    font-size: 13px !important;
}

.dropdown-menu.show {
    display: block;
    top: -5px !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    top: 30px;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.user-detail-xs {
    display: none;
}

.inner-c-style {
    /* min-height: 80vh; */
}

/* My Account Section Starts */
.my-account-outer .nav {
    margin-top: 30px;
}

.my-account-outer .nav li a h5,
.my-account-outer .nav li a h6 {
    color: grey;
}

.my-account-outer .nav li a {
    border: none;
    background: #fff;
    border-radius: 0;
    /* border-bottom: 1px solid #cdcdcd; */
}

.my-account-outer .nav li .nav-link.active {
    border-bottom: 2px solid var(--primary-blue);
}

.my-account-outer .nav li .nav-link {
    padding: .2rem 1rem;
}

.my-account-outer .nav li .nav-link.active h5,
.my-account-outer .nav li .nav-link.active h6 {
    color: var(--primary-blue);
}

.my-account-outer .nav li a i {
    font-size: 17px;
    margin-right: 20px;
    margin-bottom: 12px;
    color: grey;
}

.my-account-outer .nav li .nav-link.active i {
    color: var(--primary-blue);
}

.my-acco-inn .nav-tabs .nav-item {
    float: left;
}

.my-acco-inn .nav-tabs {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.my-account-outer .nav li .nav-link h6 {
    font-size: 13px;
}

.my-acco-inn .tab-content {
    width: 100%;
    text-align: left;
}

.profile-edit-sec {
    padding: 0;
}

.edit-btn-outer {
    padding: 23px 0;
}

.my-acco-inn .btn {
    padding: 8px 36px;
    letter-spacing: 0.3px;
}

.edit-btn-outer .btn.btn-edit {
    background: none;
    font-weight: 600;
    color: #1f9619;
    background: #d4ffd2;
    border-radius: 0;
    font-size: 12px;
    line-height: 23px;
    padding: 3px 20px;
    float: right;
}

.edit-btn-outer .form-head {
    font-size: 1rem;
    font-weight: 600;
    color: #5a5a5a;
}

.profile-edit-form .form-control:focus,
.password-update-form .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--primary-blue);
}

button.btn.btn-update {
    background: var(--primary-blue);
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 25px;
}

.add-address-sec {
    padding: 0;
}

.add-address-sec .card {
    padding: 14px;
    margin-bottom: 30px;
    border-radius: 0;
}

.add-address-sec .card .address-name {
    font-weight: 600;
}

.add-address-sec .card .address-des {
    font-size: 14px;
}

.add-address-sec .card .address-phon {
    font-size: 14px;
}

.add-address-sec .card span {
    margin-bottom: 5px;
}

.add-address-sec ul {
    margin-top: 25px;
}

.add-address-sec ul li {
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #888;
}

.add-address-sec ul li a {
    padding: 0 15px 0 15px;
    display: inline-block;
    color: var(--primary-blue);
    text-decoration: none;
}

.add-address-sec ul li:first-child a {
    padding-left: 0;
}

.add-address-sec ul li:last-child {
    border: none;
}

.default-addres {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(214, 36, 44, 1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(214, 36, 44, 1);
    box-shadow: 0px 0px 5px 1px rgba(214, 36, 44, 1);
    border: 1px #fff;
}

.profile-edit-form label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.profile-edit-form .profile-det {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.profile-edit-form .form-control {
    display: none;
}

.edit-form-active .form-control {
    display: block !important;
    border-radius: 0;
}

.password-update-sec {
    padding: 0;
}

.breadcrumb-outer {
    background: #f7f8fb;
}

.password-update-form .form-control {
    display: block !important;
    border-radius: 0;
}

/* My Account Section Ends */

/* Contact Us Page Starts */
.contact_style3 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    border-radius: 3px;
}

.contact_style3 .contact_icon {
    border: 1px solid var(--primary-blue);
    margin: 0 0 5px;
    height: 80px;
    width: 80px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.contact_style3 .contact_icon i {
    line-height: 78px;
    transition: all 0.5s ease-in-out;
}

.contact_icon i {
    font-size: 34px;
    color: var(--primary-blue);
}

.contact_style3 .contact_icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primary-blue);
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    z-index: -1;
}

.contact_style3:hover .contact_icon::before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contact_style3:hover .contact_icon i {
    color: #fff;
}

.contact_text span {
    color: #333;
    font-weight: 800;
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
}

.contact_text p {
    font-size: 14px;
    margin: 0;
    color: #000;
    min-height: 65px;
}

.contact_text a {
    font-size: 14px;
    color: #000;
    min-height: 65px;
    display: inline-block;
}

.contact_text a:hover {
    text-decoration: none;
    color: var(--primary-blue);
}

.contact-us-outer {
    padding-top: 80px;
    padding-bottom: 100px;
}

.heading-sec {
    margin: 20px 0;
}

.heading-sec h3 {
    margin-bottom: 0;
    font-weight: 800;
}

.get-in-touch-outer, .map-outer {
    margin-top: 25px;
}

.get-in-touch-outer .contact-form .form-control {
    border-radius: 0;
}

.get-in-touch-outer .contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--primary-blue);
}

.get-in-touch-outer .contact-form .form-group {
    margin-bottom: 25px;
}

/* Contact Us Page Ends */

/* Empty Cart Starts */
.empty-cart {
    text-align: center;
}

.empty-cart img {
    width: 19rem;
}

.empty-cart h3 {
    padding-top: 46px;
    font-weight: 500;
    color: #383838;
}

span.circle-red {
    background: var(--primary-blue);
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}

span.circle-red i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
}

.empty-cart-outer {
    padding-top: 80px;
    padding-bottom: 80px;
}

.empty-cart h3 {
    font-size: 25px;
    font-weight: 700;
}

.empty-cart h5 {
    font-size: 20px;
    font-weight: 600;
}

/* Empty Cart Ends */

/* My Order Starts */
.my-order-outer .table {
    margin-top: 50px;
    font-size: .95em;
}

.my-order-outer {
    min-height: 50vh;
}

.my-order-outer .table thead th {
    border-bottom: 1px solid #dee2e6;
    border: none;
    font-size: .95em;
    font-weight: 600;
    color: #404040;
}

.my-order-outer .table td {
    padding: 1.5rem .75rem;
}

.my-order-outer .order-id a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.my-order-outer .order-id a:hover {
    color: var(--primary-blue);;
}

.my-order-outer .btn-fill-out {
    padding: 3px 10px;
}

/* My Order Ends */

/*  Sajith K */
/* .loader-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    opacity: 0.3;
} */

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--primary-blue);
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

#process-loader {
    position: fixed;
    width: 100%;
    display: inline-block;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
}

div#process-loader .sk-chase {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    /*transform: translateX(-50%) translateY(-50%);*/
}

.product-img img {
    width: 100%;
    min-height: 320px;
    max-height: 320px;
    object-fit: cover;
}

.paginations ul .active a {
    background: var(--primary-blue);
    color: #fff;
}

.product-details-content {
    padding-top: 20px;
}

.product-details-content h4 {
    color: var(--primary-blue);
    font-size: 20px;
}

.quickview-btn-wishlist > a.active {
    background: #2a55cb;
    color: #fff;
}

.quickview-btn-cart .btn.cr-btn {
    padding: 10px 35px;
}

.product-quantity .input-group {
    /* margin: inherit !important; */
}

.widget-categories ul li.active > a {
    color: #2a55cb;
}

.product-action a.active {
    color: #2a55cb;
    background: #fff;
}

.carousel-search-bar label {
    color: #000;
    font-size: 14px;
}

#footer {
    min-height: 390px;
    width: 100%;
    position: relative;
    display: grid;
}

.form-group .error-label {
    color: var(--primary-blue);
    font-size: 0.75rem;
}

.payment-method ul li {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
}

.payment-method ul li i {
    font-size: 30px;
    color: #666;
}

.payment-method p {
    padding-left: 17px;
}

.payment-method {
    padding-left: 15px;
    padding-bottom: 5px;
}

.payment-method:nth-child(1) {
    border-bottom: 1px solid #ced4da;
}

.payment-method label {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.payment-method small {
    color: #1F9619;
}

.payment-gateway-container{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.payment-gateway-item{
    margin-right: 20px;
}
.payment-gateway-container label{
    font-size: 15px;
}

.billAddress-box ul {
    list-style: none;
}

.billAddress-box a {
    font-size: .70rem;
}

.shippingOption .option-base {
    background: #FFCACE;
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
}

.shippingOption .option-basen .optBtn {
    border-radius: 6px;
}

.serviceaddress-box ul {
    list-style: none;
    font-size: 0.85rem;
    line-height: 9px;
    padding-left: 20px;
    color: var(--primary-blue);
}

.serviceaddress-box label {
    color: grey;
    padding-right: 10px;
}

.serviceaddress-box .editCta {
    border: 1px solid #000;
    min-width: 100px;
    border-radius: 0;
    color: #000;
}

/* address-modal-rd */
.addressModel-box {
    background: #00000061;
    font-size: 0.85rem;
    top: 62px;
}

.addressModel-box .modal-content {
    border-radius: 3px;
}

.addressModel-box .modal-dialog {
    max-width: 800px;
}

.addressModel-box .card ul {
    list-style: none;
    line-height: 20px;
}

.carousel-search-bar .tab-content {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 0 3px 3px 3px;

}

/*  Sajith K Ends*/

#site-content {
    min-height: 100%;
    min-height: 100vh;
    padding-top: 65px;
    position: relative;
    z-index: 1;
    background: #fff;
}

#site-footer {
    padding: 25px 0;
    background-color: #2A2A2A;
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 16 July Starts */

.product-specifications .table-bordered th {
    font-weight: normal;
    color: #666;
}

.product-action {
    bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    position: absolute;
}

.product-wrapper:hover .product-action {
    opacity: 1;
}

.product-wrapper:hover .product-action .action-plus-2 {
    -webkit-animation: fadeInUp 300ms ease-in-out;
    animation: fadeInUp 300ms ease-in-out;
}

.product-wrapper:hover .product-action .action-cart-2 {
    -webkit-animation: fadeInUp 500ms ease-in-out;
    animation: fadeInUp 500ms ease-in-out;

}

.product-content-wrapper {
    padding: 10px;
}

.product-width > a:hover {
    text-decoration: none;
}

.product-title-spreed > h4 {
    font-size: 18px;
}

.product-title-spreed span {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    color: #333;
    margin-bottom: 7px;
}

.product-price .price {
    color: var(--green);
}

.product-price .offer-price {
    color: #a2a2a2;
    text-decoration: line-through;
}

.product-title-spreed > h4 a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    box-shadow: none;
}

/* 16 July Ends */

/* service-component rd*/

.serviceBox-wrapper {
    border: 1px solid #e2e2e2;
    /* box-shadow: 0px 3px 8px 5px #b6b6b654; */
    background: #fff;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
}

.serviceBox-wrapper:hover {
    box-shadow: 1px 1px 5px 1px #b6b6b654;
}

.serviceBox-wrapper:hover .product-action {
    bottom: 25px;
    opacity: 1;
}

.service-box a:hover {
    text-decoration: none;
}

.serviceBox-img {
    padding: 0;
}

.serviceBox-img img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    position: relative;
}

.serviceBox-img .product-action .action-plus-2 {
    color: #fff;
}

.serviceBox-img .product-action .action-plus-2:hover {
    color: #fff;
}

.serviceBox-info {
    padding-left: 20px;
}

.serviceBox-info a {
    color: var(--primary-blue);
    text-decoration: none;
}

.serviceBox-info ul {
    list-style: none;
    color: grey;
    margin-top: 20px;
    padding-left: 30px;
}

.serviceBox-info ul li {
    position: relative;
}

.serviceBox-info ul li:before {
    display: none;
  

}

.serviceBox-value {
    text-align: center;
}

.serviceBox-action {
    max-width: 165px;
    margin: 24px auto;
}

/* service-component-end */

/* product-detail-rd */

.product-details-content .product-priceCol {
    text-align: right;
}

.product-details-content .counterInput {
    width: 100px;
    margin-left: auto;
    margin-top: 15px;
}

.product-details-content .input-group-btn .btn-number {
    font-size: 10px;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    padding: 6px 8px;
}

.product-details-content .input-group input {
    font-size: 11.5px;
    text-align: center;
    padding: 5px 6px;
}

.shippingOption {
    padding: 15px 0;
    font-size: 14px;
}

.optionlabel {
    padding-left: 27px;
    text-transform: uppercase;
    font-size: 0.70rem;
    position: relative;
}

.optionlabel:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 4px;
    top: 41%;
    background: var(--primary-blue);
}

.shippingOption .optBtn {
    height: 27px;
    font-size: 14px;
    padding: 3px 14px;
    border-radius: 8px;
    background: none;
    color: grey;
}

.shippingOption .optBtn:hover {
    color: var(--primary-blue);
}

.shippingOption .optBtn.active, .optBtn:focus {
    background: #efefef;
    color: var(--primary-blue);
    background: #fff;
}

.shippingOption .nav-tabs i {
    font-size: 12px;
    color: #245BD6;
    padding: 4px 8px 0 0;
}

.nav-tabs .nav-link.active i {
    color: #245BD6;
}

.shippingOption .nav-tabs .nav-link {
    color: #4a4a4a;
}

.shippingOption .nav-tabs .nav-link.active {
    color: #245BD6;
    background: linear-gradient(-180deg, #245bd62e, transparent);
}

.shippingOption .tab-content {
    border: 1px solid #ffffff00;
    border-color: #fff #dee2e6 #dee2e6;
    padding: 14px;
}

.shippingSelect-box {
    font-size: 14px;
}

.shippingSelect-box .deliveryDate {
    color: #565656;
}

.shippingSelect-box .mute-label {
    font-weight: 600;
    color: #245bd6;
    padding: 13px 0;
    margin-left: 6px;
}

.shippingSelect-box small {
    color: #636363;
}

.shippingSelect-box table tr {
    background: #f4f6fc;
}

.shippingSelect-box td {
    border-top: none;
    font-size: 12px;
    vertical-align: middle;
    /* padding: 5px 0 7px 0; */
}

.shippingSelect-box table tr td:last-child {
    display: grid;
}

.shippingSelect-box table td:last-child del {
    font-size: 11px;
    color: #1f9619;
}

.shippingSelect-box td .form-check {
    padding-left: 0;
}

.shippingSelect-box td input {
    margin-right: 14px;
    border-radius: 0;
}

.shippingSelect-box i {
    background: #ffcace;
    border-radius: 13px;
    font-size: 12px;
    padding: 3px;
    margin-left: 10px;
}

.suggestCta-div {
    text-align: center;
}

a.suggestCta {
    text-decoration: none;
    font-size: 12px;
    padding: 3px 13px;
    font-weight: 600;
    color: #1f9619;
    background: #d4ffd2;
    line-height: 23px;
    display: inline-block;
    border-radius: 3px;
}

.suggestservice-box {
    margin-top: 25px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 4px 5px 1px #b6b6b654;
}

.suggestservice-box li {
    height: 65px;
    line-height: 65px;
    padding: 10px 1.25rem;
    box-sizing: border-box;
    cursor: pointer;
}

.suggestservice-box li:hover {
    color: var(--primary-blue);
}

.suggestservice-box li img {
    height: 54px;
    background: #f2f6ff;
    border-radius: 6px;
    padding: 10px;
}

.suggestservice-box li span {
    display: inline-block;
    line-height: 45px;
    font-size: 0.90rem;
    margin: 0 0 0 10px;
    font-weight: 500;
}

.shippingSelect-box a:hover {
    color: #000000;
}

.shippingSelect-box .counter {
    width: 70px;
}

.shippingSelect-box .servCounter {
    width: 60px;
    border: 1px solid #cecece;
    background: #f2f2f2;
}

.shippingSelect-box .servCounter .btn {
    padding: 0px;
    border: none;
}

.shippingSelect-box .servCounter .btn i {
    margin-left: 0;
    border-radius: 0;
    color: #000;
    background: #f2f2f2;
}

.shippingSelect-box .servCounter input {
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}

.quickChart {
    font-size: 14px;
    margin-top: 15px;
}

.quickChart td {
    border: none;
}

.quickChart tbody {
    background: #f3f3f3;
    border-radius: 29px;
}

.detailAccordion .card {
    border: none;

}

.detailAccordion .card button {
    text-decoration: none;
}

.detailAccordion .card .card-header {
    border-bottom: 0;
    border-top: 1px solid #cdcdcd;
    border-radius: 0;
}

.detailAccordion .card .card-header button {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.detailAccordion .card .card-header:hover button {
    color: var(--primary-blue);
}

.detailAccordion .card .card-header:hover {
    /* background: #92929248; */
    border-top: 1px solid var(--primary-blue);
}

.offerSection .optionlabel {
    font-size: 0.90rem;
}

.offerSection ul {
    list-style: none;
    font-size: 14px;
    color: grey;
}

.offerSection li a {
    font-weight: 600;
    margin-right: 7px;
    color: #1F9619;
}

.offerSection li i {
    color: #1F9619;
}

.offerSection li a:hover {
    text-decoration: none;
}

.offerList {
    text-align: right;
    padding-right: 10px;
}

.offerList span {
    text-align: right;
    padding: 3px 7px;
    border-radius: 4px;
    background: #1F9619;
    position: relative;
    margin-right: 8px;
    color: #FFF;
    font-size: .70rem;
}

.offerList span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    border-radius: 4px;
    background: #1F9619;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.offerList a {
    text-align: right;
    font-size: 0.80rem;
    font-weight: 600;
    cursor: pointer;
    color: #1f9619;
    text-decoration: none;
}

.offerList a:hover span:before {
    transform: rotate(133deg);
}

.deliveryInfoDIv {
    background: #f3f3f3;
}

.deliveryInfoDIv .card {
    background: none;
    border: none;
}

.deliveryInfoDIv .card h6 {
    font-size: 13px;
    font-weight: 600;
    color: grey;
}

.deliveryInfoDIv .card p {
    font-size: 12px;
    color: grey;
    margin-bottom: 6px;
    padding-left: 32px;
}

.deliveryInfoDIv .card p {
    font-size: 12px;
    padding-left: 32px;
}

.deliveryInfoDIv .card i {
    color: #000;
    margin-right: 10px;
    font-size: 17px;
}

.deliveryInfoDIv .card a.card-link {
    font-size: 13px;
    padding-left: 32px;
}

.policy-infoBox {
    background: none;
    margin-top: 25px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 4px 5px 1px #b6b6b654;
}

.policy-infoBox .card i {
    /* color: var(--primary-blue); */
}

.aboutProduct {
    padding-top: 10px;
    font-size: 14px;
}

.aboutProduct p.warrenty span {
    font-size: 16px;
    font-weight: 600;
}

.aboutProduct p.warrenty a {
    font-size: 13px;
    margin-left: 20px
}

.storeSelect-box {
    /* margin: 17px 0; */
    padding-top: 15px;
    /* border-bottom: 1px solid #cdcdcd; */
}

.storeSelect-box .form-group label {
    font-size: 13px;
    color: grey;
}

.storeSelect-box .form-group select {
    font-size: 13px;
    border: none;
    background: #f6f6f6;
}

.storeSelect-box .form-group select option {
    height: 50px !important;
}

.storeSelect-box .multiRow {
    font-size: 13px !important;
    background: grey;
}

/* select-2 overwrite start */

.select2-container .select2-selection--single {
    height: 36px;
}

.storeSelect-box span:focus {
    outline: none !important;
}

.location-modal-container span:focus {
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-search__field:focus {
    border: 1px solid #efefef !important;
    outline: none;
}

.select2-results {
    font-size: 13px;
}

.select2-results p {
    margin-bottom: 0;
    line-height: 18px;
}

.select2-results ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.select2-results ul::-webkit-scrollbar-track {
    background: #dedede;
}

/* Handle */
.select2-results ul::-webkit-scrollbar-thumb {
    background: #afc8ff;
}

.select2-results li {
    border-bottom: 1px solid #dedede;
}

.select2-dropdown {
    width: 192.5px;
    box-shadow: 0px 11px 12px 1px #5170a070;
    border: 1px solid #e8e8e8;
}

/* select-2 overwrite end */

.product-details-content .quickview-btn-cart {
    text-align: center;
    margin-top: 20px;
}

.WishlistCta {
    margin-top: 20px;
}

.WishlistCta a {
    border: 1px solid #ffcace;
    color: var(--primary-blue);
    overflow: hidden;
    z-index: 1;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    background: #ffcace;
    font-weight: 700;
    text-decoration: none;
}

.WishlistCta a:hover {
    border: 1px solid var(--primary-blue);
}

.shopCta .product-price {
    text-align: right;
}

.shopCta .product-price span {
    font-weight: 200;
}

.shopCta .product-details-content {
    border: 1px solid #d1d1d1;
    box-shadow: 0px 4px 5px 1px #b6b6b654;
    padding: 15px;
    margin-top: 25px;
}

.product-details-content .splitPrice thead td {
    font-weight: 600;
    color: grey;

}

.product-details-content .splitPrice {
    font-size: 13px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.product-details-content .splitPrice td {
    border: none;
}

.product-details-content .totalRow td {
    border: 0 !important;
}

.product-details-content .totalRow td:nth-child(1) {
    font-size: 13px;
}

/* product-detail-rd ------------------------ end */

/* Order Details Starts */
.order-details-outer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.order-details-outer .orders-list {
    border: 1px solid #ccc;
    padding: 15px;
}

.order-details-outer .orders-list .card {
    padding: 15px;
    border-radius: 0;
    border: none;
}

.order-details-outer .orders-list .card p {
    margin: 0;
}

.orders-list .order-items-head {
    margin-top: 30px;
    margin-bottom: 30px;
}

.order-items-head h6 {
    font-size: 17px;
    font-weight: 600;
}

.orders-list .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.orders-list .list-group .list-group-item {
    padding: 0;
    border: none;
    border-radius: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 16px;
}

.orders-list .list-group .list-group-item:last-child {
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-group-item a.text-body {
    color: #000;
}

.list-group-item a.text-body:hover {
    text-decoration: none;
    color: var(--primary-blue);
}

.billing-shipping .card {
    border-radius: 0;
}

.order-total .list-group {
    border: none;
}

.order-total .list-group .list-group-item {
    border-bottom: 1px solid #e5e5e5;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.order-total {
    margin-top: 30px;
}

.product-spec li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 15px;
}

.product-spec li span {
    color: #000;
}

/* Order Details Ends */

/* order status */
.status-message {
    text-align: center;
    margin: 3rem auto;
    line-height: 42px;
}

.status-message i {
    font-size: 4rem;
    margin-bottom: 32px;
    color: #1f9619;
}

.status-message.visit h3,
.status-message.succeed h3 {
    color: #1f9619;
}

.status-message.fail i {
    color: var(--primary-blue);
}

/*.status-message.visit,*/
/*.status-message.fail{*/
/*display: none;*/
/*}*/

/* order status */

/* offer-listing page */
.offerListing-outer .offerBanner {
    background-image: url(../images/pstr2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 24rem;
    margin-top: 3rem;
    border-radius: 7px;
    overflow: hidden;
}

.offerListing-outer .offerBanner a {
    background: #fff;
    padding: 9px 36px;
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 15px;
}

.offerListing-outer .offerBanner .offerContent {
    background: linear-gradient(45deg, var(--primary-blue), #630012);
    padding: 3rem 2rem;
    display: grid;
}

/* offer-details page */

.offerDetails-outer .offerHero {
    background: #204097;
    color: #fff;
    max-width: 800px;
    margin: 2rem auto;
    overflow: hidden;
}

.offerDetails-outer .offerhero-cover {
    width: 100%;
}

.offerDetails-outer .offerHero .offerContent {
    padding: 3rem 2rem;
    display: grid;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b5;
}

.offerHero .offerContent h1 {
    font-weight: 900;
    font-size: 2rem;
}

.offerHero .offerContent p {
    font-size: 1rem;
    font-weight: 100;
}

.offerDetails-outer .terms-box {
    max-width: 800px;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.offerDetails-outer .terms-box h4 {
    color: var(--primary-blue);
}

.offerDetails-outer .terms-box ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 17px;
}

.offerDetails-outer .terms-box ul li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: -20px;
    top: 11px;
    background: var(--primary-blue);
}

/* /custom responsivness */
.content-sec {
    overflow: hidden;
}

.container {
    max-width: 1440px;
}

.loader-container {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: .5;
    z-index: 999;
}

/* size info modal */

.size-info-btn {
    background: none;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 14px;
    color: #717171;
    font-weight: 500;
}

.size-info-btn a {
    /* text-decoration: none; */
    background: none;
    color: var(--primary-blue) !important;
    cursor: pointer;
    box-shadow: none;
    -webkit-appearance: none;
}

.size-infomodal .modal-dialog {
    max-width: 900px;
}

.size-infomodal {
    background: #0000004d;
    z-index: 999999;
}

.size-infomodal .modal-content {
    border: none;
    box-shadow: 0 6px 18px 6px #00000042;
}

.size-infomodal .modal-body {
    position: relative;
}

.size-infomodal .infomodal-close {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 53px;
    background: #00000099;
    font-size: 33px;
    border: none;
}

@media only screen and (max-width: 800px) {
    .size-infomodal .modal-body img.webitem {
        display: none;
    }

    .size-infomodal .modal-content {
        box-shadow: 0 6px 18px 6px #000000e6;
    }

    .carousel-search-bar .tab-content #tyre .form-group {
        margin-bottom: 20px;
    }

    .carousel-search-bar .tab-content #vehicle .form-group {
        margin-bottom: 20px;
    }

    .size-infomodal .modal-dialog {
        width: 50%;
        min-width: 180px;
        margin: auto;
    }
}

@media only screen and (min-width: 800px) {
    .size-infomodal .modal-body img.mobitem {
        display: none;
    }

}

/* ---info-video-slides */
.info-video-outer {
    padding-bottom: 2rem;
}

.info-slides-wrap .info-slides {
    margin: 0 10px;
}

.info-slides-wrap .slick-slide {
    width: 250px;
    margin: 0 20px;
}

.info-slides-wrap .thumbnail {
    margin-bottom: 15px;
}

.info-slides-wrap a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}

.info-slides-wrap a:hover {
    color: var(--primary-blue);
}

.info-slides-wrap button.slick-arrow {
    border-radius: 15px;
    background: #000000;
    overflow: hidden;
}

.info-slides-wrap button.slick-prev {
    padding-left: 6px;
    left: -44px;
}

.info-slides-wrap button.slick-next:before {
    margin-left: -8px;
}

.slick-arrow {
    width: 42px;
    height: 36px;
}

.slick-prev:before {
    content: url(../images/arrw.svg);
}

.slick-next:before {
    content: url(../images/arrw-nxt.svg);
}

.info-slides-wrap button.slick-arrow {
    background: none !important;
}

.info-slides-wrap button.slick-next {
    right: -47px;
}

/* //video-infomodal */
.video-infomodal {
    background: #0000004d;
    z-index: 999999;
}

.video-infomodal .modal-dialog {
    margin: 18% auto;
}

.video-infomodal .modal-content {
    border: none;
    box-shadow: 0 6px 18px 6px #00000042;
}

.video-infomodal .modal-body {
    position: relative;
}

.video-infomodal .infomodal-close {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 53px;
    background: #00000099;
    font-size: 33px;
    border: none;
}

/* //offerstrip-product-details */

.offer-strip .card {
    border: none;
}

.info-video-iframe-sec {
    width: 100%;
}

.emergency-service-card img {
    width: 100%;
}

.emergency-service-card .content {
    min-height: 200px;
}

.emergency-service-card .content .head {
    margin-bottom: 30px;
}

.emergency-service-card .content h3 {
    color: var(--primary-blue);
}

/* order-feedback page */
.order-feedback {
    min-height: 50vh;
}

.order-summary-wrap {
    margin: 2rem auto;
    max-width: 800px;
}

.order-summary-wrap .order-info {
    color: grey;
    padding: 10px 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order-summary-wrap .order-info p {
    margin-bottom: 0;
}

.order-summary-wrap .order-info span {
    font-weight: 600;
    color: rgb(49, 49, 49);
}

.order-summary-wrap .order-info i {
    margin-right: 10px;
}

.order-table {
    background: #f3f3f3;
    margin-top: 20px;
}

.order-table th {
    border: none;
    font-size: .85em;
    font-weight: 200;
    color: #404040;
}

.order-table td {
    vertical-align: middle;
}

.order-table td img {
    width: 100px;
}

.item-name a {
    text-decoration: none;
    font-weight: 600;
    color: var(--primary-blue);
}

.item-price {
    font-weight: 600;
}

.order-feedback-wrap {
    margin: 3rem auto;
    padding-bottom: 4rem;
    max-width: 800px;
}

.order-feedback-wrap .captions p {
    /* color: grey; */
}

.order-feedback-wrap .captions h2 {
    color: var(--primary-blue);
}

.order-feedback-wrap .captions {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem;
}

.actions-wrapper p.label {
    color: grey;
    font-size: 18px;
}

.actions-wrapper .rating-list {
    display: flex;
    margin-bottom: 30px;
}

.actions-wrapper .rating-list li {
    margin-right: 10px;
}

.actions-wrapper .rating-list a {
    display: grid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    place-items: center;
    background: #cdcdcd;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-weight: 500;
    transition: 0.2s ease-in-out;
}

.actions-wrapper .rating-list a:hover {
    background: var(--primary-blue);
    color: #fff;
}

.actions-wrapper .rating-list a.active {
    background: var(--primary-blue);
    color: #fff;
}

.actions-wrapper form {
    text-align: right;
}

.map_container {
    height: 500px;
    margin-top: 10px;
}

a.link-text, a.link-text:hover, a.link-text:active {
    color: #3e3e3e;
    text-decoration: none;
}

.top-menu-bar ul li .my-account-menu a{
    color:#ffffff;
}

.top-menu-bar ul li .my-account-menu a:hover{
    background-color:#ffffff;
    color:var(--primary-blue);
    border:1px solid var(--primary-blue);
}