* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    font-weight: 400;
}
html,
body {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
    color: #28aae1;
    transition: 0.4s;
}
a:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #666;
    transition: 0.4s;
}
a:focus {
    text-decoration: none;
    transition: all 1s ease;
}
*:focus {
    outline: none !important;
}
::-moz-selection {
    background-color: #28aae1;
    color: #fff;
}
::selection {
    background-color: #28aae1;
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #424242;
    letter-spacing: 1px;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    border: 0px;
}

.blue-btn {
    font-size: 18px;
    font-weight: 600;
    background: #0d4c64;
    color: #fff;
    border: 0px !important;
    box-shadow: #000 0px 0px 0px !important;
    min-height: 50px;
    min-width: 175px;
    border-radius: 25px;
    letter-spacing: 1px;
    transition: 0.4s;
}
.blue-btn:hover,
.blue-btn:focus {
    background: #374f58;
    color: #fff;
    transition: 0.4s;
}
/*============= Back to top ============*/

#back-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 94px;
    overflow: hidden;
    z-index: 2;
    display: none;
}
p#back-top {
    margin: 0;
}
#back-top-wrapper #back-top a {
    width: 51px;
    height: 51px;
    opacity: 1;
    transition: 1s all;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #36abc2;
    display: inline-block;
    background: #fff url(../images/top-arrow.png) no-repeat center;
    background-position: center;
}
#back-top-wrapper #back-top a:hover {
    background-color: #000;
}
#back-top-wrapper #back-top a img {
    display: none;
}
.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px;
}
/* --------------- headr section css start -------------- */

.header-top-section {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo {
    margin: 0 auto 0 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.logo img {
    max-width: 150px;
}
.header-right {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
.navigation {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.nav-wrap {
    margin: 0;
    padding: 0;
}
.nav-wrap ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.nav-wrap ul li {
    margin: 0 54px 0 0;
    padding: 0;
    color: #0d4c64;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-wrap ul li.active a{
    color: #57a9c0;
}
.nav-wrap ul li a {
    color: #0d4c64;
}
.nav-wrap ul li a:hover {
    color: #57a9c0;
}
.wishit-all-icon {
    margin: 0;
    padding: 0;
}
.wishit-all-icon a {
    margin: 0 20px 0 0;
    padding: 0;
}
.wishit-all-icon a:last-child {
    margin-right: 20px;
}
.cart-tool {
    position: relative;
}
a.cart-tool img {
    width: 25px;
}
.cart-tool span {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #0d4c64;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    right: -2px;
    top: 0;
}
a.search-toggle img {
    width: 23px;
}
a.wishit_icon img {
    width: 23px;
}
a.user_icon img {
    width: 20px;
}
.flied-search-mid {
    max-width: 800px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
form.search-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #74c0d8eb;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
}
form.search-box.show-search {
    opacity: 1;
    visibility: visible;
}
input.text.search-input {
    opacity: 0;
    width: 100%;
    border: 1px solid #ccc;
    height: 45px;
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 17px;
    color: #000;
}
form.search-box.show-search input.text.search-input {
    opacity: 1;
}
img.close-search {
    width: 25px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
button.search-box-btn {
    width: 35px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background: transparent !important;
    border: 0px !important;
    box-shadow: #000 0px 0px 0px !important;
}
/* headr section css start */

/* ----------banner css start-------------- */

.home-banner {
    margin: 0;
    padding: 0;
    position: relative;
    height: 830px;
    border-bottom: 41px #57a9c0 solid;
}
.vegetable-tag1 {
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    background-size: cover;
}
.veggies-heading {
    top: 27%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.veggies-heading img {
    max-width: 350px;
}
.delivery-van {
    position: absolute;
    right: 0;
    bottom: -41px;
}
.delivery-van img {
    max-width: 100%;
    margin-left: auto;
    display: block;
}
/* ----------banner css end-------------- */

/* ----------organIc-farmfood  css start-------------- */

.organIc-farmfood-section {
    margin: 0;
    padding: 44px 0 120px;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.goodroot-headline {
    padding: 90px 86px 120px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.goodroot-headline h1 {
    color: #424242;
    font-size: 48px;
    margin: 0 0 10px;
    padding: 0;
    font-family: "Fira Sans";
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.goodroot-headline h1 span {
    color: #0d4c64;
    position: relative;
}
.goodroot-headline h1 span::after {
    content: "";
    background: url("../images/I-img-after.png") no-repeat;
    width: 24px;
    height: 21px;
    position: absolute;
    top: -4px;
    left: 112px;
    margin: 0 auto;
}
.smail-heading {
    margin: 0 0 22px;
    padding: 0;
    position: relative;
}
.smail-heading::before {
    content: "";
    background: #8d8d8d;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    z-index: -1;
}
.smail-heading span {
    margin: 0;
    padding: 0 15px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #484848;
    font-family: "Open Sans";
    background: #fff;
    display: inline-block;
}
.goodroot-headline p {
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    font-family: "Open Sans";
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    line-height: 40px;
}
.heading-center {
    max-width: 597px;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
}
.heading-center::after {
    content: "";
    background: url(../images/heading-after-img.png) no-repeat;
    width: 226px;
    height: 177px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100%;
}
.organic-col-4 {
    max-width: 37%;
}
.organic-col-3 {
    max-width: 26%;
}
.srg_middle_img {
    padding: 0 14px;
}
.srg-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 89px;
}
.farm-icon {
    max-width: 101px;
    flex: 0 0 101px;
    height: 101px;
    border: 3px #424242 dotted;
    border-radius: 500px;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.farm-icon svg {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
.srg-row:hover .farm-icon svg g#layer101 {
    fill: #fff;
}
.srg-row:hover .farm-icon {
    background: #0d4c64;
    border-color: #fff;
}
.farm-icon img {
    margin: 0 auto;
    display: block;
}
.srg-row:hover .farm-icon img.img-hover-fd {
    display: block;
}
.farm-content-rlt {
    max-width: 81%;
    padding-left: 24px;
}
.farm-content-rlt h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #424242;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}
.srg-row:hover .farm-content-rlt h2 {
    color: #0d4c64;
}
.farm-content-rlt p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 30px;
}
/* ---------organIc-farmfood css end-------------- */

/** SHOP CATEGORIES CSS START **/

.good-categories-section {
    margin: 0;
    padding: 0 0 55px;
    background: #bed6e0;
}
.shop-flex {
    display: flex;
    align-items: flex-start;
}
.categories-left-box {
    margin: -58px 0 0;
    padding: 0;
    display: block;
    background: #ffffff;
    width: 18.3%;
}
.categories-left-box h2 {
    background: #0d4c64;
    font-family: "Fira Sans";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 31px 10px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
}
.categories-left-box h2 span {
    display: block;
    text-transform: none;
}
.categories-left-box .nav-item {
    display: block;
    border-bottom: 1px #ebebeb solid;
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
    padding: 18px 22px;
    align-items: center;
    display: flex;
}
.categories-left-box .nav-item img {
    margin-right: 15px;
}
.categories-left-box .nav-item.active {
    color: #0d4c64;
    font-weight: bold;
    border-color: #0d4c64;
}
.product-shop-right {
    width: 82%;
    padding-left: 23px;
    margin-top: 50px
}
.prodct-item-good {
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
}
.prodct-item-good ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.prodct-item-good ul li {
    margin: 0;
    padding: 0 11px;
    width: 20%;
    list-style: none;
}
.list-porduct-box {
    margin: 0;
    padding: 24px 2px 2px;
    background: #fff;
    border: 1px #d8d8d8 solid;
    text-align: center;
}
.list-porduct-box h3 {
    color: #424242;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.list-porduct-box h3 a {
    color: #424242;
}
.list-porduct-box span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 8px;
    position: relative;
}
.star-icon::after {
    content: "";
    background: #d8d8d8;
    width: 39px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.star-icon img {
    display: inline-block;
}
.list-porduct-box span strike {
    font-size: 14px;
}
.star-icon {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    position: relative;
}
.list-porduct-box figure {
    background: #fff;
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.list-porduct-box figure a {
    display: block;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.list-porduct-box figure a img {
    height: 100%;
    width: auto;
}
.tab-content > .tab-pane {
    display: block !important;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.tab-content > .active {
    visibility: visible;
    max-height: 100000em;
    opacity: 1;
}
/** SHOP CATEGORIES CSS END **/

/*** HOW IT WORK CSS START ***/

.how-it-work-section {
    padding: 70px 0px 0px;
}
.how-it-work-section .heading-center {
    max-width: 70%;
}
.how-it-work-section .smail-heading {
    display: block;
    width: 90%;
    margin: 0px auto 22px;
}
.how-it-work-section .goodroot-headline h1 span::after {
    display: none;
}
.work-process-step {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0px auto 150px;
}
.work-process-img {
    width: 600px;
    margin-right: 90px;
}
.work-process-img img {
    display: block;
    margin: auto;
}
.work-circle-img {
    width: 194px;
    position: relative;
    text-align: center;
}
.work-circle-img::after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -140px;
    background: url(../images/bottom-arrow.png);
    height: 112px;
    width: 59px;
}
.work-process-info {
    width: 600px;
    margin-left: 90px;
}
.work-process-info h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #8ac5dc;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.work-process-info h3::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    height: 3px;
    background: #0d4c64;
    bottom: 0;
}
.work-process-info p {
    font-weight: 600;
}
.work-process-step:nth-child(even) .work-process-info {
    margin-right: 90px;
    margin-left: 0;
    text-align: right;
}
.work-process-step:nth-child(even) .work-process-img {
    margin-right: 0px;
    margin-left: 90px;
}
.work-process-step:last-child .work-circle-img::after {
    display: none;
}
.work-process-step:nth-child(even) .work-process-info h3::after {
    left: auto;
    right: 0;
}
.work-process-step:nth-child(even) .work-circle-img::after {
    left: auto;
    background: url(../images/bottom-right-arrow.png);
    right: -40px;
}
/*** HOW IT WORK CSS START ***/

/*** DOWNLOAD APP CSS START ***/

.download-app-section {
    background: #bed6e0;
    padding-top: 100px;
    position: relative;
}
.download-app-section::after {
    content: "";
    position: absolute;
    background: url(../images/download-app-bg.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
}
.download-app-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.download-app-info {
    width: 50%;
    z-index: 1;
}
.download-app-info h2 {
    font-family: "Fira Sans";
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    letter-spacing: 3px;
    padding-right: 50px;
    line-height: 1.5;
}
.download-app-info p {
    font-family: "Fira Sans";
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    margin: 20px 0px 40px;
}
.download_btn a {
    display: inline-block;
    margin-right: 15px;
    opacity: 0.8;
}
.download_btn a:hover {
    opacity: 1;
}
.download-app-img {
    padding-left: 70px;
    width: 50%;
}
/*** DOWNLOAD APP CSS END ***/

/*** OUR NEW CSS START ***/

.our-news-section {
    padding: 130px 0px;
}
.our-news-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 50px;
}
.our-news-info {
    max-width: 510px;
}
.our-news-info h2 {
    font-size: 48px;
    color: #424242;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: "Fira Sans";
    margin-bottom: 20px;
}
.our-news-info h2 span {
    color: #0d4c64;
}
.our-news-info p {
}
.our-news-img {
    width: calc(100% - 550px);
}
.our-news-img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.our-news-img ul li {
    width: 50%;
    padding: 0px 10px;
}
.our-new-details {
    background: #0d4c64;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our-news-img ul li a {
    display: block;
}
.new-img {
    width: 197px;
    overflow: hidden;
    height: 258px;
}
.our-news-img ul li a .new-img img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    height: 100%;
    object-fit: cover;
}
.our-news-img ul li a:hover .new-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.new-info {
    width: calc(100% - 197px);
    padding: 0px 15px;
}
.new-info img {
    width: 17px;
    margin-right: 8px;
}
.new-info h2 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}
.new-info h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #fff;
}
.new-info p {
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 15px;
}
/*** OUR NEW CSS START ***/

/*** BOTTOM CONTACT CSS START ***/

.bottom-contact-inner {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    background: #bed6e0;
}
.bottom-contact-form {
    width: 50%;
    background: #8ac5dc;
}
.inner-bx {
    padding: 70px 218px;
}
.form-control {
    height: 60px;
    font-size: 14px;
    color: #424242;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px 15px;
    border: 0px;
}
.form-group.submit {
    margin-bottom: 0px;
    margin-top: 20px;
}
.bottom-contact-info {
    width: 50%;
}
.bottom-contact-info .inner-bx {
    max-width: 310px;
    padding: 70px 0px;
    margin: auto;
}
.bottom-contact-info h2 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    color: #0d4c64;
    font-weight: 600;
    font-family: "Fira Sans";
    letter-spacing: 2.2px;
    margin-bottom: 23px;
}
.bottom-contact-info h3 {
    text-align: center;
    margin: 0;
    font-size: 42px;
    color: #424242;
    font-weight: 600;
    font-family: "Fira Sans";
    letter-spacing: 2.2px;
    margin-bottom: 45px;
}
.bottom-contact-info p {
    font-size: 18px;
    color: #424242;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.bottom-contact-info p:last-child {
    margin-bottom: 0px;
}
.bottom-contact-info p span {
    color: #0d4c64;
    letter-spacing: 1.5px;
}
.bottom-contact-info p a {
    color: #424242;
}
.bottom-contact-info p a:hover {
    color: #2e8fb5;
}
/*** BOTTOM CONTACT CSS END ***/

/* ----------footer css ------------ */

.footer-section {
    background: #0d4c64;
    padding: 94px 0 40px;
}
.footer-flex {
    display: flex;
    flex-wrap: wrap;
}
.footer-content {
    margin: 0;
    padding: 0;
}
.footer-content h3 {
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-family: "Fira Sans";
    font-weight: 600;
    letter-spacing: 1px;
}
.footer-content p {
    font-size: 16px;
    font-weight: 600;
    color: #dfdede;
    font-family: "Open Sans";
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 32px;
}
.footer-content ul li {
    font-size: 16px;
    font-weight: 600;
    color: #dfdede;
    font-family: "Open Sans";
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: 1px;
}
.footer-content ul li a {
    color: #dfdede;
}
.footer-content ul li a:hover {
    color: #8ac5dc;
}
.social-icon {
    margin: 22px 0 0;
    padding: 0;
}
.social-icon a {
    margin-right: 35px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.social-icon a:hover {
    color: #8ac5dc;
}
.footer--col-4 {
    max-width: 37%;
    flex: 0 0 37%;
    padding-right: 180px;
}
.footer--col-3 {
    max-width: 29.7%;
    flex: 0 0 29.7%;
}
.footer--col-2 {
    max-width: 21.7%;
    flex: 0 0 21.7%;
}
.footer--col-1 {
    max-width: 10.7%;
    flex: 0 0 10.7%;
}
.copyright-section {
    width: 100%;
    margin: 90px 0 0;
    padding: 0;
}
.copyright-section p {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Open Sans";
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    text-align: center;
}
/* -----------footer css start-------------- */

.menu-bar {
  display: none;
}



/***** CONTACT PAGE CSS START ********/


.inner-page-banner .veggies-heading{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

.veggies-heading h1{
    font-size: 50px;
    font-weight: bold;
    font-family: "Fira Sans";
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: 5px;
    color: #0d4c64;
}

.veggies-heading ul{
    margin: 0;
    padding: 0;
    display:inline-flex ;
}

.veggies-heading ul li {
    font-size: 25px;
    font-family: "Fira Sans";
    font-weight: 600;
    margin: 0 12px 0 0;
    padding: 0 18px 0 0;
    position: relative;
    color: #000;
}
.veggies-heading ul li a{
    color: #000;
}
.veggies-heading ul li.active a, .veggies-heading ul li.active{
    color: #424242;
}

.veggies-heading ul li::after{
    content: "I";
    color: #424242;
    font-family: "Fira Sans";
    font-weight: 300;
    font-size: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    line-height: 30px;
}
.veggies-heading ul li:last-child::after{
    display: none;
}

.veggies-heading ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}

.contact-page-section{
    margin: 0;
    padding: 146px 0;
}

.contact-flex{
    display: flex;
    flex-wrap: wrap;
}

.contact-col-left {
    width: 47%;
    padding-right: 65px;
}
.contact-col-left h2{
    color: #424242;
    font-size: 30px;
    font-family: "Open Sans";
    font-weight: bold;
    line-height: 60px;
    margin: 0 0 50px;
}

.address-line{
    margin: 0 0 35px;
    padding: 0;
}
.address-line h3{
    margin: 0 0 15px;
    padding: 0 22px;
    color: #8ac5dc;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.address-line h3::before, .address-line h3::after{
    content: "";
    background: #8ac5dc;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.address-line h3::before{
    left: 0;
}
.address-line h3::after{
    right: 0;
}
.address-line p{
    margin: 0;
    padding: 0;
    color: #424242;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}
.address-line p a{
    color: #424242;
}
.address-line p a:hover{
    color: #8ac5dc;
}

.contact-col-right {
    width: 53%;
    padding-top: 18px;
}

.contact-col-right .form-group {
    margin-bottom: 30px;
}
.contact-col-right .form-control {
    height: 64px;
    font-size: 18px;
    color: #424242;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px 15px;
    border: 1px #d8d8d8 solid;
    background: #ebebeb;
    border-radius: 0;
}


.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #424242;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #424242;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #424242;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #424242;
}

.contact-col-right textarea.form-control {
    height: 160px;
    resize: none;
}

.map-section{
    margin: 0;
    padding: 0;
    position: relative;
}
.map-section img{
    margin: 0;
    padding: 0;
    width: 100%;
}

.map-address{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-ransform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 181px;
    right: 0;
    display: flex;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
    align-items: center;
}

.map-address i{
    font-size: 55px;
    color: #a00707;
    margin: 0;
    padding: 0 20px 0 0;
}
.map-address p{
    font-size: 18px;
    color: #a00707;
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 1px;
}

.map-address p b{
    display: block;
    font-weight: bold;
}



/***** CONTACT PAGE CSS END ********/



/***** MY ACCOUNT PAGE CSS START ********/
  .inner-header{
      position: relative;
      background: #fff;
      box-shadow: 2px 0 38px rgba(0, 0, 0, 0.05);
  }

  .account-page-section{
      margin: 0;
      padding: 152px 0;
      background: #f2f7f9;
  }

  .account-page-section .container{
      max-width: 1424px;
      display: flex;
      flex-wrap: wrap;
  }

  .account-left-col{
      width: 25%;
      background: #fff;
      padding: 30px 0 30px 30px;
  }
  .account-left-col ul.nav{
      display: block;
      border-bottom: none;
  }
  .account-left-col ul.nav li{
      display: block;
  }
  .account-left-col ul.nav li a {
      color: #424242;
      font-size: 24px;
      margin: 0 0 12px;
      padding: 18px 20px;
      font-family: "Open Sans";
      font-weight: bold;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }

.account-left-col ul.nav li a.active, .account-left-col ul.nav li a:hover{
    background: #f2f7f9;

}

.account-left-col ul.nav li a figure{
    width: 35px;
    height: 35px;
    background: #424242;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 21px 0 0;
    padding: 0;
}

.account-right-col{
    width: 75%;
    padding-left: 30px;
}

.account-right-col .tab-content{
    background: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
}

.tab-pane-acount{
    margin: 0;
    padding:50px;
}

.tab-pane-acount h3{
    font-size: 30px;
    color: #424242;
    font-family: "Open Sans";
    font-weight: bold;
    margin: 0 0 42px;
    padding: 0;
    letter-spacing: 1px;
}
.tab-pane-acount ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tab-pane-acount ul li{
    width: 27%;
    padding: 0 10px;
}

.acc-box{
    margin: 0;
    padding: 0;
    border: 1px #424242 solid;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.plus-address{
    margin: 0;
    padding: 0;
    text-align: center;
}
.plus-address a img{
    display: block;
    margin:0 auto 5px;
}
.plus-address a{
    font-size: 16px;
    color: #424242;
    font-family: "Open Sans";
    font-weight: bold;
}
.address-details {
    padding: 15px;
}
.address-details h4{
    font-size: 18px;
    color: #424242;
    font-family: "Open Sans";
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: 1px;
}
.address-details p{
    font-size: 14px;
    color: #424242;
    font-family: "Open Sans";
    font-weight: 600;
    margin: 0 0 35px;
    padding: 0;
    letter-spacing: 1px;
}
.address-details a{
    font-size: 16px;
    color: #424242;
    font-family: "Open Sans";
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 0;
    letter-spacing: 1px;
    text-decoration: underline;
}

.address-details a:hover{
    color: #0d4c64;
    text-decoration: underline !important;
}

.browser-upload{
    display: flex;
    align-items: flex-end;
}

.browser-upload figure{
    border: 1px #d8d8d8 solid;
    margin: 0;
    padding: 0;
}


.uploadimg{
	width:106px;
	height:103px;
	border: 1px #d8d8d8 solid;
	padding: 5px;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadimg img{
	max-width:100%;
}
.fileinput{
	background:none;
	width: 250px;
	height: 38px;
	overflow:hidden;
	position:relative;
	font-size:16px;
	line-height: 31px;
	color:#434343;
	padding: 0px 0;
	margin: 0 0 0 25px;
	cursor: pointer !important;
}
.fileinput span {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;

}
.fileinput input[type="file"]{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}

.edit-profile {
    max-width: 462px;
}

.form-group label{
    margin: 0 0 5px;
    padding: 0;
    color: #424242;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
}

.edit-form .form-group .form-control {
    height: 44px;
    padding: 10px 10px;
    border: 1px #d8d8d8 solid;
    border-radius: 0;
    background: #f2f7f9;
}

.edit-form {
    margin: 15px 0 0;
}

.edit-form .blue-btn{
    min-height: 42px;
    min-width: 161px;
    margin-right: 10px;
}
.blue-btn.active{
    background: transparent;
    border: 1px #0d4c64 solid !important;
    color: #0d4c64;
}
.blue-btn.active:hover{
    background: #374f58;
    color: #fff;
    border-color: #374f58 !important;
}

/***** MY ACCOUNT PAGE CSS END ********/


/* -----------PRODUCT CSS START -------------- */
.shop-cat-section {
margin: 140px 0px;
}
.shop-cat-section .container {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.shop-cat-left {
width: 25%;
}
.shop-cat-search {
position: relative;
margin-bottom: 50px;
}
.shop-cat-search .form-control {
position: relative;
width: 100%;
border: 1px solid #424242;
border-radius: 35px;
font-size: 17px;
color: #424242;
padding: 0px 20px;
}
.shop-cat-search .form-control::placeholder {
color: #424242;
}
.shop-cat-search button {
position: absolute;
right: 15px;
background: transparent !important;
border: 0px !important;
top: 0;
cursor: pointer;
bottom: 0;
margin: auto;
}
.shop-cat-search button svg {
width: 20px;
height: 20px;
}
.shop-cat-search button svg path {
fill: #424242;
}
.category-list {
margin-bottom: 50px;
}
.category-heading {

}
.category-heading h2 {
font-size: 24px;
color: #424242;
font-family: "Fira Sans";
font-weight: 600;
letter-spacing: 1px;
border-bottom: 2px solid #8ac5dc;
padding-bottom: 15px;
margin-bottom: 15px;
}
.category-menu {

}
.category-menu ul {

}
.category-menu ul li {
border-bottom: 1px solid #d8d8d8;
padding: 10px 0px;
}
.category-menu ul li a {
font-size: 16px;
color: #424242;
font-weight: bold;
letter-spacing: 1px;
display: block;
position: relative;
padding-left: 25px;
}
.category-menu ul li a:hover {
color: #57a9c0;
padding-left: 35px;
}
.category-menu ul li a:hover span.arrow {
left: 10px;
}
span.arrow {
width: 10px;
height: 10px;
border-top: 2px solid #8ac5dc;
border-left: 2px solid #8ac5dc;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
display: inline-flex;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
transition: 0.4s;
}
.price-slider {
margin-top: 50px;
padding: 0px 10px;
}
.slider-caption {
text-align: center;
font-size: 16px;
font-weight: bold;
color: #424242;
letter-spacing: 1px;
margin-top: 20px;
}
.center-btn {
text-align: center;
}
.shop-cat-right {
width: 70%;
}
.shop-cat-filter-bx {
display: flex;
justify-content: space-between;
background: #bed6e0;
border-radius: 65px;
padding: 15px 25px;
align-items: center;
margin-bottom: 50px;
}
.shop-cat-filter-product p {
font-size: 18px;
font-weight: 600;
letter-spacing: 0.2px;
}
select {
display: none;
}

.dropdown {
background-color: transparent;
border-radius: 0px;
border: solid 0px #eee;
box-shadow: 0 0px 0 rgba(0, 0, 0, 0.0075);
box-sizing: border-box;
cursor: pointer;
display: block;
float: left;
font-size: 18px;
font-weight: 600;
color: #424242;
height: 42px;
line-height: 40px;
letter-spacing: 0.1px;
outline: none;
padding-left: 18px;
padding-right: 54px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
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;
min-width: 200px;
text-transform: capitalize;
}
.dropdown span.current {
text-align: center;
display: block;
}
.dropdown:focus {
background-color: transparent;
}
.dropdown:hover {
background-color: transparent;
}
.dropdown:active, .dropdown.open {
background-color: transparent !important;
border-color: #424242;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.dropdown:after {
width: 13px;
height: 8px;
background: url(../images/dropdown-icon.png) no-repeat;
-webkit-transform: origin(50% 20%);
transform: origin(50% 20%);
-webkit-transition: all 0.125s ease-in-out;
transition: all 0.125s ease-in-out;
content: '';
display: block;
margin-top: 0;
pointer-events: none;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.dropdown.open:after {
-webkit-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
}
.dropdown.open .list {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
pointer-events: auto;
}
.dropdown.open .option {
cursor: pointer;
}
.dropdown.wide {
width: 100%;
}
.dropdown.wide .list {
left: 0 !important;
right: 0 !important;
}
.dropdown .list {
box-sizing: border-box;
-webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
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 rgb(141 141 141);
background-color: #fff;
border-radius: 0;
margin-top: 0px;
padding: 0 0 5px;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 100%;
right: 0;
z-index: 999;
min-width: 150px;
font-size: 16px;
width: 100%;
}
.dropdown .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.dropdown .option {
cursor: default;
font-weight: 400;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.dropdown .option:first-child {
border-top: 0px solid #ccc;
}
.dropdown .option:hover, .dropdown .option:focus {
background-color: #f6f6f6 !important;
}
.dropdown .option.selected {
font-weight: 600;
}
.dropdown .option.selected:focus {
background: #f6f6f6;
}
.shop-cat-product {
}
.shop-cat-product ul {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.shop-cat-product ul li {
text-align: center;
margin-bottom: 20px;
width: 33.33%;
padding: 0px 10px;
}
.shop-cat-inner {
border: 1px solid #ccc;
padding: 25px;
}
.product-img {
position: relative;
padding: 0 0 20px;
}
.product-title {
    padding: 15px 0 20px;
}
.product-title h2 {
font-size: 24px;
color: #424242;
font-weight: 600;
margin: 0;
padding: 0;
}
.product-title h2 a {
color: #424242;
}
span.img-mark {
border: 1px solid #008200;
width: 16px;
height: 16px;
display: inline-flex;
position: absolute;
bottom: 0;
left: 0;
}
span.img-mark::after {
content: "";
position: absolute;
left: 0;
right: 0;
background: #008200;
height: 10px;
width: 10px;
border-radius: 100%;
top: 0;
bottom: 0;
margin: auto;
}

.product-select-bx{
    display: block;
}
.product-select-bx .dropdown {
    float: none;
    background: #fff;
    border: 1px #9b9b9b solid;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: normal;
    max-width: 191px;
    height: 35px;
    line-height: 32px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 10px;
    min-width: inherit;
}
.product-select-bx .dropdown span.current {
    text-align: left;
}

.product-select-bx .dropdown:after{
    background: url(../images/dropdown-arrow.png) no-repeat;
}
.dropdown.open .list ul {
    display: block;
    margin: 0;
}
.dropdown.open .list ul li {
    width: 100%;
    padding: 4px 10px;
    line-height: normal;
    margin: 0;
}
.product-mrp-bx {
    display: block;
    padding: 10px 0 15px;
}
.product-mrp-bx p{
    color: #424242;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

span.discount-price{
    font-size: 24px;
    color: #0d4c64;
    font-weight: 800;
    /* padding-left: 10px; */
}
.product-qty-bx{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.product-qty-bx .minus, .product-qty-bx .plus {
    width: 34px;
    height: 34px;
    border: 1px #0d4c64 solid;
    display: inline-block;
    border-radius: 5px;
    color: #0d4c64;
    font-size: 22px;
    cursor: pointer;
}
.product-qty-bx .minus strong, .product-qty-bx .plus strong{
    line-height: 26px;
    display: block;
    text-align: center;
}
.product-qty-bx .plus strong{
    line-height: 30px;
}
.product-qty-bx input {
    width: 30px;
    border: none;
    text-align: center;
    color: #0d4c64;
    font-size: 18px;
    font-weight: bold;
}

.add-to-cart{
    margin: 0;
    padding: 0;
}
.add-to-cart a {
    font-size: 16px;
    font-weight: 600;
    background: #0d4c64;
    color: #fff;
    border: 0px !important;
    box-shadow: #000 0px 0px 0px !important;
    min-height: 50px;
    max-width: 161px;
    border-radius: 25px;
    letter-spacing: 1px;
    transition: 0.4s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.add-to-cart a:hover {
    background: #374f58;
    color: #fff;
    transition: 0.4s;
}
/* -----------PRODUCT CSS END -------------- */

/* -----------BLOG CSS START -------------- */
 .blog-page-section{
     margin: 0;
     padding: 153px 0;
 }

 .blog-flex{
     display: flex;
     flex-wrap: wrap;
 }

.blog-left-part{
    margin: 0;
    padding: 0;
    width: 71%;
}

.blog-first-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px #c8c8c8 solid;
    padding-bottom: 34px;
    margin-bottom: 34px;
    max-width: 774px;
}

.blog-img{
    width: 46%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.blog-img img{
    width: 100%;
    transition: 1s;
}
.blog-img img:hover{
    transform: scale(1.1);
}
.blog-content-right {
    margin: 0;
    padding: 0;
    width: 54%;
}

.blog-content-right{
    margin: 0;
    padding: 0 0 0 28px;
}

.blog-content-right h2{
    margin: 0 0 25px;
    padding: 0;
    font-size: 24px;
    color: #424242;
    font-weight: bold;
}

.blog-content-right h2 a{
    color: #424242;
}
.blog-content-right h2 a:hover{
    color: #0d4c64;
}
.blog-content-right p{
    margin: 0 0 26px;
    padding: 0;
    font-size: 18px;
    color: #424242;
    font-weight: 600;
    letter-spacing: normal;
}

.readmore-link {
    color: #0d4c64;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-bottom: 2px #0d4c64 solid;
}

.blog-right-slidbar{
    margin: 0;
    padding: 0;
    width: 29%;
}

.search-blog-tag{
    margin: 0 0 50px;
    padding: 0;
    max-width: 330px;
}

.blog-right-slidbar h3{
    color: #424242;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 35px;
    padding: 0;
}

.search-blog-tag form{
    position: relative;
}

.search-input{
    width: 100%;
    border: none;
    border-bottom: 1px #222222 solid;
    font-size: 18px;
    color: #424242;
    margin: 0;
    padding: 12px 0;
    padding-right: 82px;
}

.search-input::placeholder{
    color: #424242;
}

.search-btn{
    background: none;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #424242;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
}

.blog-post-part{
    margin: 0 0 54px;
    padding: 0 0 20px;
    position: relative;
}
.blog-post-part::after{
    content: "";
    background: #c8c8c8;
    height: 1px;
    max-width: 311px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.post-blog{
    margin: 0 0 15px;
    padding: 0;
    display: flex;
}

.post-blog figure{
    margin: 0;
    padding: 0;
    max-width: 100px;
    flex: 0 0 100px;
    overflow: hidden;
}

.post-blog figure img{
    transition: 1s;
    width: 100%;
}
.post-blog figure img:hover{
    transform: scale(1.1);
}

.post-blog p{
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 18px;
    color: #424242;
    font-weight: bold;
    letter-spacing: normal;
}

.instagram-img{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.instagram-img a{
    display: block;
    width: 25%;
    position: relative;
    border: 2px #fff solid;
}

.instagram-img a span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(87, 169, 192, 0.9);
    color: #fff;
    font-size: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 1s;
}

.instagram-img a:hover span{
    opacity: 1;
}

.instagram-img a img{
    width: 100%;
}
.blog-social{
    display: flex;
    margin: 0 0 15px;
}
.blog-social a{
    display: flex;
    width: 49px;
    height: 49px;
    justify-content: center;
    align-items: center;
    border: 1px #424242 solid;
    border-radius: 100px;
    font-size: 25px;
    color: #424242;
    margin-right: 12px;
}

.blog-social a:hover{
    border-color: #0d4c64;
    color: #0d4c64;
}


/* -----------BLOG CSS END -------------- */



/* ----------- LOGIN & SIGN UP CSS START -------------- */

.good-root-login{
    margin: 0 auto;
    padding: 50px 70px;
    max-width: 691px;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
    width: 100%;
}

.login-nth{
    margin: 0 0 42px;
    padding: 0;
}
.login-nth ul{
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
}

.login-nth ul li{
    margin: 0;
    padding: 0;
    max-width: 235px;
    width: 100%;
}

.login-nth ul li a{
    font-size: 20px;
    font-weight: bold;
    background: #8ac5dc;
    color: #424242;
    display: block;
    text-align: center;
    padding: 17px 0;
    border-radius: 100px 0 0 100px;
}

.login-nth ul li:last-child a{
    border-radius: 0 100px 100px 0;
}

.login-nth ul li a.active{
    background: #0d4c64;
    color: #fff;
}
.form-ls{
    margin: 0;
    padding: 0;
    text-align: center;
}

.form-ls label{
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    color: #424242;
    font-weight: 600;
    text-align: center;
    display: block;
}
.input-medium{
    width: 100%;
    border: 1px #d8d8d8 solid;
    padding: 13px 13px;
    font-size: 16px;
    color: #424242;
    font-weight: 600;
}

.button-login{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #86a5b1;
    border-radius: 100px;
    border: none;
    display: inline-block;
    letter-spacing: 1px;
    width: 100%;
    max-width: 268px;
    margin: 46px auto 0;
    padding: 19px 0;
}

.button-login:hover{
    background: #8ac5dc;
}

.or-tag{
    margin: 40px 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.or-tag::after{
    content: "";
    background: #d8d8d8;
    height: 2px;
    max-width: 426px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.or-tag span{
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #424242;
    position: relative;
    z-index: 1;
}

.login-social{
    margin: 0;
    padding: 0;
    text-align: center;
}

.login-social p{
    font-size: 16px;
    color: #424242;
    font-weight: bold;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
.login-social p a{
    color: #0d4c64;
    text-decoration: underline;
}

.login-social ul{
    margin: 35px 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.login-social ul li a{
    display: flex;
    width: 77px;
    height: 77px;
    align-items: center;
    justify-content: center;
    border: 1px #dadada solid;
    border-radius: 100px;
    margin: 0 20px;
}
.login-social ul li a img {
    max-height: 45px;
}

.login-social ul li a:hover {
    background: #e0e0e0;
}

/******PRODUCT DETSILS CSS SATRT*******/

.product-details-page{
    margin: 0;
    padding: 0;
}

.product-img-left{
    width: 50%;
    margin: 0;
    padding: 0 70px 0 0;
}

.product-left-width{
    margin: 0;
    padding: 0;
}

.product-full-img{
    margin-bottom: 20px;
}

.full-img{
    border: 2px #d8d8d8 solid;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-nav .slick-list {
    margin: 0 32px;
}
.product-nav .slick-list .slick-slide {
    padding: 0 9px;
}

.product-nav .slick-prev, .product-nav .slick-next {
    width: 27px;
    height: auto;
    border: 2px #d8d8d8 solid;
    top: 0;
    bottom: 4px;
    transform: none;
}
.product-nav .slick-prev{
    background: url('../images/slick-prev.png') no-repeat center !important;
}
.product-nav .slick-next{
    background: url('../images/slick-next.png') no-repeat  center !important;
}

.product-details-right{
    margin: 0;
    padding: 0;
    width: 50%;
}

.product-tittle{
    display: flex;
    flex-wrap: wrap;
}
.product-tittle h2{
    color: #424242;
    font-size: 36px;
    margin: 0 auto 0 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.pd-star{
    margin: 0;
    padding: 0;
}

.pd-star span{
    font-size: 18px;
    color: #424242;
    font-weight: 600;
}

.product-details-right .product-mrp-bx p {
    font-size: 18px;
}

.porduct-content {
    margin: 0 0 50px;
    padding: 12px 0 23px;
    border-bottom: 1px #424242 solid;
}
.porduct-content p{
    margin: 0;
    padding: 0;
    color: #8d8d8d;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


.category-weight{
    margin: 0;
    padding: 0;
}
.category-weight{
    margin: 0;
    padding: 0;
}
.category-weight p{
    margin: 0 0 15px;
    padding: 0;
    font-weight: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.category-weight p strong{
    font-weight: bold;
}

.product-details-right .product-select-bx .dropdown {
    margin: 0;
    max-width: 402px;
    border-color: #424242;
    color: #424242;
    font-size: 16px;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
}

.product-details-right .product-select-bx .dropdown:after {
    background: none;
    content: "\f107";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    font-size: 18px;
    color: #424242;
}

.product-details-right .product-select-bx .dropdown .list ul li {
    font-weight: 600;
}

.product-details-right .product-select-bx .dropdown .list {
    box-shadow: 0 0 0 1px rgb(66 66 66);
}

.product-details-right .product-qty-bx {
    justify-content: left;
    margin: 10px 0 20px;
}

.product-details-right .add-to-cart a{
    margin: 30px 0;
}

.share-link{
    margin: 0;
    padding: 35px 0 0;
    border-top: 1px #424242 solid;
}
.share-link span{
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #424242;
}
.share-link a{
    margin: 0 13px 0 0;
    padding: 0;
    font-size: 25px;
    font-weight: bold;
    color: #424242;
}
.share-link a:hover{
    color: #0d4c64;
}


.product-review-12 {
    margin: 0;
    padding: 60px 0 0;
    width: 100%;
}

.review-menu{
    margin: 0;
    padding: 0;
}

.review-menu ul {
    margin: 0;
    padding: 0;
    border-bottom: 4px #d8d8d8 solid;
}
.review-menu ul li{
    margin: 0;
    padding: 0 80px 0 0;
}
.review-menu ul li a{
    margin: 0;
    padding: 0 0 10px;
    border: none !important;
    font-size: 24px;
    color: #424242;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
}

.review-menu ul li a:hover::after, .review-menu ul li a.active::after{
    content: "";
    width: 100%;
    height: 4px;
    background: #0d4c64;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    transition: 1s;
}
.review-menu ul li a:hover, .review-menu ul li a.active{
    color: #0d4c64 !important;
}

.review-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0 130px;
}


.review-content {
    width: calc(100% - 120px);
    margin: 0;
    padding: 0 0 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.review-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
}
.review-title h3{
    font-size: 18px;
    color: #424242;
    letter-spacing: 0.6px;
    margin: 0 0;
    padding: 0;
    font-weight: bold;
}
.review-title span {
    margin: 0 auto 0 15px;
}
.review-title span img {
    vertical-align: initial;
}


.review-content .review-title p{
    font-size: 18px;
}
.review-content p{
    line-height: 30px;
    color: #424242;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.leave-review-form{
    margin: 0;
    padding: 0;
}
.leave-review-form h3{
    margin: 0;
    padding: 0;
    color: #0d4c64;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.ratings-star{
    margin: 50px 0;
    padding: 0;
}

.ratings-star span{
    margin: 0;
    padding: 0 30px 0 0;
    color: #424242;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    vertical-align: middle;
}

.leave-form-tab {
    margin: 0 0 67px;
    padding: 0 0 139px;
    border-bottom: 1px #d8d8d8 solid;
}

.leave-form-tab form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.leave-form-tab form .form-group{
    width: 34.333333%;
    margin: 0 0 30px;
    padding: 0 15px;
}

.leave-form-tab form .form-group .form-control{
    width: 100%;
    border: none;
    border-bottom: 1px #222222 solid;
    font-size: 16px;
    color: #424242;
    margin: 0;
    padding: 12px 0;
    border-radius: 0;
}

.leave-form-tab form .form-group.submit {
    width: 100%;
    margin: 30px 0 0;
}

.leave-form-tab form .form-group.textarea {
    position: absolute;
    right: 0;
    margin: 0;
    top: 6px;
    width: 31.333333%;
}

.leave-form-tab form .form-group.textarea textarea.form-control {
    height: 144px;
    resize: none;
}
.leave-form-tab form .form-group.submit .btn {
    min-width: 251px;
    height: 61px;
    border-radius: 100px;
}

.product-releated{
    margin: 0;
    padding: 0;
    width: 100%;
}
.product-releated h4{
    color: #424242;
    font-size: 30px;
    margin: 0 0 70px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.product-releated .shop-cat-product ul li{
    width: 25%;
}

/******PRODUCT DETSILS CSS END*******/

/******CART PAGE CSS START*******/
.product-cart-img{
    margin: 0 0 130px;
    padding: 0;
    width: 100%;
}
.cart-table-form{
    width: 100%;
}
.cart-table-form table{
    margin: 0;
    padding: 0;
    width: 100%;
}
.cart-table-form table thead{
    margin: 0;
    padding: 0;
    width: 100%;
    background: #0d4c64
}
.cart-table-form table thead tr{
    margin: 0;
    padding: 0;
}
.cart-table-form table thead tr th{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 26px 0;
    text-align: center;
}
.cart-table-form table tbody tr {
    margin: 0;
    padding: 0;
    border-bottom: 1px #d8d8d8 solid;
}
.cart-table-form table tbody tr td{
    font-size:18px;
    font-weight: 600;
    color: #424242;
    margin: 0;
    padding: 26px 0;
    text-align: center;
}
.cart-table-form table tbody tr td p{
    text-align: center;
}
.cart-table-form table tbody tr td p span{
    display: block;
    font-size: 14px;
}
.cart-table-form table tbody tr td.product-remove a {
    width: 34px;
    height: 34px;
    border: 2px #d8d8d8 solid;
    display: block;
    color: #424242;
    margin: 0 auto;
    line-height: 29px;
}
td.product-subtotal {
    width: 11%;
}
th.product-quantity {
    width: 15%;
}
th.product-price {
    width: 15%;
}
th.product-name {
    width: 23%;
}

.cart-button{
    padding: 40px 0;
}

.promos-width-left{
    width: 30%;
}
.promos-width-right{
    width: 70%;
    text-align: right;
}

.view-button {
    color: #424242;
    border: 1px #424242 solid;
    font-size: 16px;
    margin: 0;
    padding: 9px 0;
    display: block;
    max-width: 255px;
    text-align: center;
    font-weight: 600;
}
.view-button i.fa.fa-tags {
    transform: rotate(98deg);
    font-size: 22px;
    margin-right: 10px;
}
.cart-button table {
    width: 100%;
}
.sp-button {
    color: #424242;
    border: 1px #424242 solid;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 9px 0;
    display: inline-block;
    max-width: 224px;
    text-align: center;
    font-weight: 600;
    width: 100%;
}
.cart-button tr td.promos-width:last-child {
    text-align: right;
}

.coupon-cart-total{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.coupon-left{
    width: 50%;
    padding-right: 10px;
}

.coupon-max1{
    border: 2px #d8d8d8 solid;
    max-width: 466px;
    padding:35px 40px;
}

.coupon-max1 h3{
    margin: 0 0 20px;
    padding: 0;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
}

.coupon-max1 p{
    margin: 0 0 25px;
    padding: 0;
    letter-spacing: 0.3px;
}
.coupon-max1 label{
    margin: 0 0 15px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}
.coupon-input {
    margin: 0;
    padding: 9px 15px;
    border: 1px #d8d8d8 solid;
    width: 100%;
    font-size: 16px;
}
.apply-btn{
    margin: 40px 0 0;
    padding: 0;
}
.apply-btn a{
    font-size: 16px;
    font-weight: 600;
    background: #0d4c64;
    color: #fff;
    border: 0px !important;
    box-shadow: #000 0px 0px 0px !important;
    min-height: 50px;
    border-radius: 25px;
    letter-spacing: 1px;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 40px;
}

.apply-btn a:hover{
    background: #374f58;
    color: #fff;
    transition: 0.4s;
}

.coupon-right{
    width: 50%;
    padding-left: 10px;
}

.cart-total{
    margin: 0;
    padding: 0;
    max-width: 468px;
    float: right;
    width: 100%;
}
.cart-total-border{
    margin: 0;
    padding: 35px 40px;
    border: 2px #d8d8d8 solid;
    width: 100%;
}

.cart-total-border h3{
    margin: 0 0 20px;
    padding: 0;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
}

.cart-total-border table{
    margin: 0;
    padding: 0;
    width: 100%;
}
.cart-total-border table tr{
    margin: 0;
    padding: 0;
}
.cart-total-border table tr.total-price{
    margin: 0;
    padding: 0;
    border-top: 1px #d8d8d8 solid;
    border-bottom: 1px #d8d8d8 solid;
}
.cart-total-border table tr td, .cart-total-border table tr th{
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #424242;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.cart-total-border table tr td{
    text-align: right;
}

.cart-total-border table tr.total-price td, .cart-total-border table tr.total-price th{
    font-weight: bold;
    font-size: 18px;
}

.cart-total-border p{
    font-size: 14px;
    color: #424242;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding-top: 20px;
}

.product-releated h5{
    margin: 0 0 40px;
    padding: 0 0 15px;
    color: #424242;
    font-size: 24px;
    border-bottom: 1px #d8d8d8 solid;
    font-weight: 600;
}

/******CART PAGE CSS END*******/

/* ABOUT PAGE CSS START */
.about-page-section {
padding: 70px 0px;
}
.content-pages {

}
.content-pages h2 {
text-align: center;
color: #0d4c64;
font-size: 48px;
margin: 0 0 20px;
padding: 0;
font-family: "Fira Sans";
font-weight: 600;
letter-spacing: 1px;
}
.content-pages h3 {
font-size: 27px;
font-weight: 600;
color: #47646f;
letter-spacing: 1px;
margin-bottom: 10px;
font-family: "Fira Sans";
}
.content-pages h4 {
font-size: 27px;
font-weight: 600;
color: #47646f;
letter-spacing: 1px;
margin-bottom: 10px;
font-family: "Fira Sans";
}
.content-pages p {
margin-bottom: 25px;
}
.content-pages ul {
padding: 0px 0px 0px 30px;
list-style-type: disc;
}
.content-pages ul li {
font-size: 16px;
color: #424242;
letter-spacing: 1px;
margin-top: 15px;
}
/* ABOUT PAGE CSS END */

/******CHEKOUT PAGE CSS SATRT*******/
.checkout-page-section{
    margin: 0;
    padding: 152px 0;
    background: #f2f7f9;
}
.checkout-page-section .container{
    margin: 0 auto;
    padding: 0;
    max-width: 1208px;
    display: flex;
    flex-wrap: wrap;
}

.checkout-left-part{
    width: 65%;
    position: relative;
}

.checkout-left-part::before {
    content: "";
    background: #616769;
    width: 1px;
    position: absolute;
    top: 45px;
    bottom: 65px;
    left: -12px;
}

.checkout-icon{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 32px;
    left: -32px;
}
.checkout-icon a{
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #0d4c64;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:2px 0 7px rgba(0, 0, 0, 0.1);
}

.checkout-part{
    background: #fff;
    padding: 38px 35px;
    margin: 0 0 20px;
    position: relative;
    box-shadow: 4px 0 114px rgba(0, 0, 0, 0.08);
}

.checkout-part h3{
    font-size: 24px;
    color: #424242;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    padding: 0;
}

.checkout-part h3 i{
    font-size: 16px;
    color: #0d4c64;
}

.checkout-part ul{
    margin: 0;
    padding: 0;
}
.checkout-part ul li{
    margin: 0 18px 0 0;
    padding: 0 18px 0 0;
    display: inline-block;
    font-size: 18px;
    color: #424242;
    font-weight: 600;
    border-right: 1px #424242 solid;
    line-height: 20px;
}

.checkout-part ul li:last-child{
    border-right: none;
}

.checkout-part p{
    font-size: 14px;
    color: #424242;
    letter-spacing: 0.4px;
    margin: 0 0 25px;
    padding: 0;
    font-weight: 600;
}

.delivery-address h3 {
    margin: 0 0 10px;
}

.delivery-form-fil{
    margin: 0 0 30px;
    padding: 0;
}
.delivery-form-fil h4{
    font-size: 18px;
    color: #424242;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    padding: 0;
}
.delivery-form-fil form{
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.delivery-form-fil form .form-group{
    padding: 0 10px;
    width: 100%;
}
.delivery-form-fil form .form-group.half-form-width{
    width: 50%;
}
.delivery-form-fil form .form-group.form-width-7{
    width:75%;
}
.delivery-form-fil form .form-group.form-width-3{
    width:25%;
}

.delivery-form-fil form .form-group .form-control {
    height: 44px;
    border: 1px #d8d8d8 solid;
    border-radius: 0;
}
.checkout-label{
    width: 100%;
    padding: 10px;
    position: relative;
}
.checkout-label label {
    margin: 0;
    padding: 0 0 0 22px;
    color: #424242;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 600;
    letter-spacing: 0.4px;
    position: relative;
}

.checkout-label label input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.checkbox-button{
    margin: 25px 0 0;
    padding: 0 10px;
}
.checkbox-button a{
    margin: 0 10px 0 0;
    padding: 4px 40px;
    background: #0d4c64;
    border: 1px #0d4c64 solid;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 100px;
}

.checkbox-button a:hover{
    background: #fff;
    color: #0d4c64
}

.checkbox-button a.active{
    background: #fff;
    color: #0d4c64
}
.checkbox-button a.active:hover{
    background: #0d4c64;
    color: #fff
}

.payment-checkbox h3{
    color: rgba(72,72,72,0.50);
    margin: 0;
}

.payment-checkbox .checkout-icon a{
    background: #fff;
}

.checkout-right-part{
    margin: 0;
    padding: 0 0 0 30px;
    width:35%;
}

.order-summary-box{
    background: #fff;
    padding: 38px 20px;
    margin: 0 0 20px;
    position: relative;
    box-shadow: 4px 0 114px rgba(0, 0, 0, 0.08);
}


.order-summary-box h3{
  font-size: 20px;
  color: #424242;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 0.5px;
}


.voucher-code-tag {
    margin: 0 0 20px;
    padding: 0 0 30px;
    border-bottom: 1px #d8d8d8 solid;
}

.voucher-code-tag label{
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  color: #424242;
  font-weight: 400;
}
.voucher-form{
  position: relative;
}
.voucher-input{
  margin: 0;
  padding: 11px 15px;
  width: 100%;
  border: 1px #d8d8d8 solid;
  font-size: 12px;
  color: #424242;
  display: block;
  padding-right: 80px;
}

.apply-button{
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px #d8d8d8 solid;
  font-size: 12px;
  width: 77px;
  color: #424242;
  font-weight: 600;
  background: none;
}

.apply-button:hover{
  background: #424242;
  color: #fff;
}

.voucher-code-tag p, .voucher-code-tag a{
  color: #0d4c64;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
  text-decoration: underline;
  margin: 15px 0 0;
  padding: 0;
}

.checkout-table{
  margin: 0;
  padding: 0;
}


.checkout-table table{
    margin: 0;
    padding: 0;
    width: 100%;
}
.checkout-table table tr{
    margin: 0;
    padding: 0;
}
.checkout-table table tr.total-price{
    margin: 0;
    padding: 0;
    border-top: 1px #424242 solid;
}
.checkout-table table tr td, .checkout-table table tr th{
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #424242;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.checkout-table table tr td a{
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    color: #0d4c64;
    letter-spacing: 0.5px;
    text-decoration: underline;
    font-weight: 600;
}

.checkout-table table tr td{
    text-align: right;
}

.checkout-table table tr.total-price td, .checkout-table table tr.total-price th{
    font-weight: bold;
}

.checkout-table table tr.taxes-chg{
    border-top: 1px #d8d8d8 solid;
}

.error-page {
    height: 830px;
    background-size: cover;
    background-repeat: no-repeat;
}
.error-page .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.error-page .center-section {
    text-align: center;
}
.error-page h1 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Fira Sans";
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 5px;
  color: #0d4c64;
}
.error-page h2 {
  font-size: 25px;
  font-family: "Fira Sans";
  font-weight: 600;
  color: #000;
}
.error-page p {
    font-size: 18px;
    color: #000;
    margin: 10px 0px 20px;
    font-weight: 600;
}
.error-page .btn.blue-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 35px;
    font-size: 16px;
}
.gallary .shop-cat-product {
    max-width: 920px;
    margin: auto;
}
.gallary .shop-cat-product ul li {
    width: 33.33%;
}

.gallary .shop-cat-product ul li .shop-cat-inner {
    background: #fdfeff;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallary .shop-cat-product ul li .shop-cat-inner img {
    max-height: unset;

}


/* Hide the browser's default checkbox */
.checkout-label label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px #d8d8d8 solid;
}

/* On mouse-over, add a grey background color */
.checkout-label label:hover input ~ .checkmark {

}

/* When the checkbox is checked, add a blue background */
.checkout-label label input:checked ~ .checkmark {
  border-color: #0d4c64;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkout-label label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkout-label label .checkmark:after {
    left: 4px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #0d4c64;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-list ul li input[type="radio"] {
    visibility: hidden;
    width: 0;
    padding: 0;
    height: 0;
    margin: 0;
    border: 0;
    display: block;
}

.loading_img{
    width: 32px;
    height: 32px;
    display: none;
}
.loading_img.added{
    display: inline-block!important;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -12px;
    margin-top: 12px;
    background: #fff;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d4c64;
    border-color: #0d4c64;
}
ul.pagination li {
    width: auto;
}
.page-link{
    color: #0d4c64;
}
.category-menu ul li input{
    margin-right: 10px;
}
.list-porduct-info {
    min-height: 124px;
}
.slick-list {
    width: 100%;
}
.slick-track {
    margin: 0px !important;
}
#complete-your-kitchen .list-porduct-box h3 a {
    min-height: 38px;
	display: block;
}
#complete-your-kitchen .list-porduct-info {
    min-height: 154px;
}
.view-all-categories-btn {
    display: block;
}
.view-all-categories-btn a.btn {
    border-radius: 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.view-all-categories-slide {
	height: 100% !important;
}
.view-all-categories-slide a.btn {
    border-radius: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #0d4c64;
}
.view-all-categories-slide a.btn:hover {
	background: #0d4c64;
    color: #fff;
}
.product-shop-right .slick-slide {
    height: 333px;
}
.product-shop-right .slick-slide div {
	height: 100%;
}
.product-shop-right .slick-slide div li {
	height: 100%;
}
.product-shop-right .slick-slide div li div {
	height: auto;
}
.product-shop-right #complete-your-kitchen .slick-slide {
    height: 363px;
}
#container {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility:visible;
    display:none;
    top: 0%;
    text-align: center;
}

#container:target {
    visibility: visible;
    display: block;
}
.reveal-modal {
    background: #ffffff;
    margin: 0 auto;
    width: 60%;
    position: relative;
    z-index: 9999;
    top: 40%;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#otp-button{
    margin: 25px auto 0;
}
.reveal-modal label{
    margin-bottom: 20px;
}

.button-resend{
    display: block;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 3px 10px;
    text-align: center;
    cursor: not-allowed;
    margin: 20px auto 0px;
}
.otp-field{
    display: block;
    border: 0 !important;
    padding: 0 0 2px 5px !important;
    color: #444;
    line-height: 1.4;
    width: 250px;
    background: repeating-linear-gradient( 90deg, #979797 0px, #979797 25px, transparent 0px, transparent 41px ) 0px 100%/ 245px 1px no-repeat;
    font: 18px droid sans mono, consolas, monospace;
    letter-spacing: 30.4px;
    margin: auto auto 4px;
}
.back-btn{
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 25px;
    color: #000;
}
.login-page .loading_img , .reg-page .loading_img {
    top: -65px;
    width: 32px;
    height: 32px;
    position: relative;
    display: none;
    margin: 20px auto;
}
.error-login{
    display: block;
    margin: 10px auto;
    text-align: center;
    color: red;
}
.success-otp{
    display: block;
    margin: 10px auto;
    text-align: center;
    color: #0d4c64;
}
.success-login{
    display: block;
    margin: 10px auto;
    text-align: center;
    color: #0d4c64;
}
.error-otp{
    display: block;
    margin: 10px auto;
    text-align: center;
    color: red;
}
.selected_address{
    display: none;
}
