/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* color  themings */
:root {
    --primary-bg-color: #ffffff;
    --secondry-bg-color: #fbfbfb;
    --dark-btn-color:#353b3d;
    --light-btn-color:#797e7f;
	--dark-font-color:#353b3d;
	--light-font-color: #797e7f;
    --white-color: #ffffff;
    --bulk-inquiry-btn-clr: #790707;
}
  
body { font-family: 'Montserrat', sans-serif; font-size:15px; line-height:20px; color: var(--light-font-color); background: var(--primary-bg-color); -webkit-font-smoothing: antialiased; font-weight: 500; }
.btn{  padding: 9px 22px;  font-size: 12px; font-family: "Montserrat"; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.btn:hover{ background: var(--light-btn-color); border-color: var(--light-btn-color);}
.btn-primary {
    background: var(--dark-btn-color);
    border-color: var(--dark-btn-color);
    color: rgb(255, 255, 255); 
}
.btn-primary:hover {
    background: var(--light-btn-color);
    border-color: var(--light-btn-color);
}

.btn-secendry {
    background: var(--secondry-bg-color);
    color: var(--dark-btn-color);
    border-color: var(--dark-btn-color);
}

.btn-add-to-cart{
    background: #ebe9eb;
    color:  var(--bulk-inquiry-btn-clr);
}
.btn-add-to-cart:hover{
    background: var(--bulk-inquiry-btn-clr);
    color: #ffffff;
    border-color: var(--bulk-inquiry-btn-clr);
}
.blukinq {
    background: var(--bulk-inquiry-btn-clr);
    color: #fff;
    margin-left: 5px;
}
.blukinq:hover{
    background: #9a5c5c;
    color: #fff;
}
/* Start Headings---*/
h1 { font-size: 50px; font-weight: 800; color:var(--dark-font-color); margin: 0; }
h2 { font-size: 50px; font-weight: 700; color:var(--dark-font-color); line-height:46px;  margin-top: 0;  }
h3 { font-size: 25px; font-weight: 600; color:var(--dark-font-color); margin-top: 0; }
h4 { font-size: 30px; font-weight: 500; color:var(--dark-font-color); line-height: 23px; }
h5 { font-size: 27px; font-weight: 700; color:var(--dark-font-color); line-height:23px;}
h6 { font-size: 14px; color: rgb(121, 126, 127); text-transform: uppercase; line-height: 1.2; }
/* End Headings---*/

/* Common use */
.alert-warning, .alert-info, .warning, .mc4wp-notice p{
   /* color: red !important;*/
    background-color: #d4cece !important;
    border-color: #d4cece !important;
    padding: 10px 15px !important;
    border-radius: 5px;
    margin-top: 5px;
}
.alert-success, .success, .mc4wp-success p, .wpcf7-mail-sent-ok {
    color: #4CAF50 !important;
    background-color: #d4cece !important;
    border-color: #d4cece !important;
        padding: 10px 15px !important;
    border-radius: 5px;
    margin-top: 5px;
}
.alert-danger, .alert.error , .error, .wpcf7-validation-errors{
    color: red !important;
    background-color: #d4cece !important;
    border-color: #d4cece !important;
        padding: 10px 15px !important;
    border-radius: 5px;
    margin-top: 5px;
}
/* start cudtom checkbox---*/

.custom-checkbox{ position: relative; margin: 0; }
.custom-checkbox input { padding: 0; margin-bottom: 0; cursor: pointer; position: absolute; z-index: 9; width: 100%; height: 100%; opacity: 0; }
.custom-checkbox label { position: relative; cursor: pointer; display: flex; align-items: center; }
.custom-checkbox label:before { content:''; -webkit-appearance: none; background-color: transparent; border: 2px solid #000000; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; width: 16px; height: 16px; }
.custom-checkbox input + label:after { content: ''; display: block; position: absolute; top: 4px; left: 6px; width: 5px; height: 10px; border: solid #000000; border-width: 0 2px 2px 0; transform: rotate(45deg); transition: 0.5s; opacity: 0; }
.custom-checkbox input:checked + label:after { opacity: 1; }
/* End cudtom checkbox---*/



/* Start Navigation ---*/
.home header.page-header { position: absolute; width: 100%; }
.navbar{ padding: 33px 0; }
.mobile-menu-close{ display: none;}
.navbar .navbar-brand { width: 82px; height: auto; margin-right: 60px; padding: 5px; border-style: solid; border-width: 1px; border-color: rgb(207, 207, 207); background: var(--primary-bg-color); box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.24); }
.navbar .navbar-brand img{ max-width: 100%; }
.navbar .navbar-nav-links .nav-item .nav-link { text-transform: uppercase; font-size: 16px; }
.navbar .navbar-nav-links .nav-item{ position: relative; margin: 0 55px; font-weight: 700; }
.navbar .navbar-nav-links .nav-item:first-child { margin-left: 0; }
.navbar .navbar-nav-links .nav-item:after{ content: ""; position: absolute; font-size: 35px; line-height: 0; right: 0; top: 0; bottom: 0; right: -56px; margin: auto; width: 4px; height: 4px; background: url(img/dot.svg)no-repeat 0 0 / cover;; }
.navbar .navbar-nav-links .nav-item:last-child:after { content: none; }
.navbar .navbar-nav-links .nav-item.active .nav-link { color: var(--dark-font-color); text-transform: uppercase; }
.mobile-nav-drop{ display: none;}
.navbar-nav-drop{ align-items: center; padding-right: 10px;      width: 37%; justify-content: flex-end;}
.navbar-nav-drop .nav-item { margin: 0; display: flex; align-items: flex-start; flex-direction: column;position: relative;padding: 0 30px;font-weight: 600;  font-size: 12px;}
.navbar-nav-drop .nav-item.user-name span{border-top: 1px solid #c7c9c9; width: 100%; text-align: left;text-transform: uppercase; font-size: 16px; font-weight: 600;}
.nav-item.dropdown .wmc-content{ width: 264px; max-height: 360px; height: auto; overflow: visible; top: 40px; right: -6px; border: 0; -webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.35); }
.nav-item.dropdown .wmc-content:before { content: ""; position: absolute; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 18px solid #fff; right: 8px; top: -12px; }
.nav-item.dropdown .wmc-content.wmc-empty:before { content: ""; position: absolute; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 14px solid #333; right: 10px; top: -12px; }
.nav-item.dropdown .wmc-content .wmc-subtotal{ height: 47px; border-bottom: 1px solid #e4e5e5;  }
.nav-item.dropdown .wmc-content .wmc-subtotal h5 { font-size: 15px; font-weight: 500; color: #797e7f; justify-content: flex-end; border: 0; padding: 0 8px; }
.nav-item.dropdown .wmc-content .wmc-subtotal h5 .amount{ font-size: 16px; font-weight: 800; color: var(--dark-font-color); }
.nav-item.dropdown .wmc-content .wmc-products{ overflow-y: auto; max-height: 193px; }
.nav-item.dropdown .wmc-content .wmc-products li{  justify-content: left; border-bottom: 1px solid #e4e5e5; padding: 10px 10px;}
.nav-item.dropdown .wmc-content .wmc-products .wmc-image { width: 18%; }
.nav-item.dropdown .wmc-content .wmc-products .wmc-details{ width: 70%; text-align: left; margin-left: 10px; }
.nav-item.dropdown .wmc-content .wmc-products .wmc-product-title{ display: block; line-height: 0px; }
.nav-item.dropdown .wmc-content .wmc-products .wmc-details h4{ font-size: 11px; font-weight: 700; margin: 0; line-height: 10px; }
.nav-item.dropdown .wmc-content .wmc-products .wmc-details p{ margin: 0; font-size: 11px;}
.nav-item.dropdown .wmc-content .wmc-products .wmc-details p .wmc-price{ margin: 0; font-size: 11px;}
.nav-item.dropdown .wmc-content .wmc-products .wmc-remove a{ font-size: 21px; color: #f0f1f1; font-weight: 800; }
.nav-item.dropdown .wmc-bottom-buttons { padding: 10px 10px; display: inline-block; height: auto;}
.nav-item.dropdown .wmc-bottom-buttons a{ width: 100%; border-radius: 2px; padding: 13px 22px; font-size: 12px;}


.navbar .navbar-nav-drop .nav-item:after { content: "";position: absolute; right: 0; width: 1px; height: 33px; background: #c7c9c9;}
.navbar .navbar-nav-drop .nav-item:last-child::after{ content: none;}
.navbar .navbar-nav-drop .nav-item:first-child:after{top: 3px;}
.navbar .wmc-cart-wrapper { width: auto; z-index: 1; position: relative; top: inherit; right: inherit;}
.wmc-cart-wrapper .wmc-cart{ position: static; padding-bottom: 5px; margin-bottom: -5px; display: inline-block;}
.wmc-cart-wrapper .wmc-content{ position: absolute; }
.notify { position: absolute; background: #353b3d; width: 14px; height: 14px; border-radius: 50%; color: #fff; content: ""; z-index: -1; top: -5px; right: -10px; }
.notify span { width: 100%; text-align: center; display: block; font-size: 9px; font-family: "Montserrat"; color: rgb(255, 255, 255); font-weight: bold; line-height: 13px; }
.navbar-nav-drop .nav-item .nav-link { padding: 0; line-height: 0; }
.navbar .navbar-nav-drop .dropdown-menu { min-width: auto; top: 40px; left: unset; right: 25px; border: 0; padding: 0; -webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.35);     box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.35); }
.navbar .navbar-nav-drop .dropdown-menu .auth-wrapper { min-width: 324px; }
.navbar .navbar-nav-drop .dropdown-menu:before { content: ""; position: absolute; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 14px solid #fff; right: 10px; top: -12px; z-index: -1;}
/* .navbar .navbar-nav-drop .dropdown-menu:before { content: ""; position: absolute; width: 35px; height: 35px; background: white; z-index: -1; transform: rotate(45deg); display: block; top: -24px; right: 7px; background: url(http://php71.indianic.com/gandhi/wp-content/themes/twentysixteen/img/up-arrow-icon.svg); } */
.navbar .navbar-nav-drop .dropdown-toggle::after{ content: none; } .navbar .navbar-nav-drop .dropdown-item{ padding: 15px 23px; border-bottom: 1px solid #cfcfcf; font-size: 16px; font-family: "Montserrat"; color: rgb(53, 59, 61); font-weight: 600; }
/* .navbar .navbar-nav-drop .nav-item:before { content: ""; width: 1px; height: 100%; background: #c7c9c9; position: absolute; right: -27px; } */
.navbar .navbar-nav-drop .nav-item:last-child:before{ content: none; }


.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover:active{ background-color: #f8f9fa; outline: 0; }
/* End Navigation ---*/


/* Start  Home pages ---*/
/****** Start  section 1 product section ---*/
 .section-books{ padding-top: 189px; background-position: 79% 41% !important; background-size: 35% 55% !important }

.top-banner-content { padding: 111px 0 93px;}
.top-banner-content h1 { line-height: 39px; margin-bottom: 30px; letter-spacing: -2px; }
.top-banner-content p { margin-bottom: 39px;     line-height: 27px;}
.view-product-img .mobile-img{ display: none;}
/* .view-product-img{ position: absolute; top: -69px; right: -13px; } */
.card-wraper { display: flex; justify-content: space-between; }
.card-wraper .card{ width: 33.33%; height: 227px; border: 0; -webkit-box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1); background: transparent; border-radius: 4px;     overflow: hidden; margin-right: 14px; transition: all 0.3s ease-in; background-size: 83% !important;}
.card-wraper .card.biography-card{ background: url(img/cards-bg1.png) no-repeat 0 0; }
.card-wraper .card.movements-card{ background: url(img/cards-bg2.png) no-repeat 0 0; }
.card-wraper .card.message-card{ background: url(img/cards-bg3.png) no-repeat 0 0; }

.card-wraper .card:hover{  transition: all 0.3s ease-in-out; background-size: 86% !important;}
.card-wraper .card:last-child { margin-right: 0; }
.card-wraper .card a{ text-decoration: none; height: 100%; } 
.card-body-bg{ position: absolute; z-index: 1; overflow: hidden; }
.card-wraper .card img { transform: scale(1); transition: 1s; overflow: hidden; } 
.card-wraper .card:hover img { transform: scale(1.1); transition: 1s; }
.card-wraper .card .card-body{ padding: 21px 13px; position: relative; z-index: 2; height: 100%;}
.card-wraper .card .card-body .box-left { width: calc(100% - 48%); margin-left: auto; height: 100%; }
.box-left h3 { position: relative; margin: 0; margin-top: 6px;     font-size: calc(18px + 3 * ((100vw - 320px) / 680)); }
.box-left h3:before { width: 50px; height: 2px; content: ""; position: absolute; background: #353b3d; left: 4px;     bottom: -14px; }
.box-left p { margin-top: 0; line-height: 28px; color: var(--light-font-color); font-size: calc(13px + 1 * ((100vw - 320px) / 680)); margin: 0; margin-top: 25px;}



/****** End  section 1 product section ---*/

/****** Start  section 2 card section ---*/
.section-cards { padding: 83px 0 0; }
.section-cards .view-product-img{     top: 11px; left: -27%; position: absolute;}
.section-cards .view-product-img img{ width: 100%; }
.section-cards .top-banner-content { padding: 34% 0 24%;}
.section-cards .top-banner-content h2{ line-height: 59px; margin-bottom: 26px; font-weight: 800; }
.section-cards .top-banner-content h2 span{ text-transform: uppercase; }
.section-cards .top-banner-content p{ margin-bottom: 41px; line-height: 27px; }
/****** End  section 2 card section ---*/

/****** Start  section 3 quotes section ---*/

.section-quotes:not(.section-quotes-img) { height: 936px; background-position: 87% 3% !important; padding-top: 0; background-size: 47%; }
/* .section-quotes .quotes-bannter-content { margin-top: -43%; } */
.section-quotes .quotes-content { font-size: 39px; font-family: 'Cedarville Cursive', cursive; color: var(--dark-font-color); line-height: 1.154; }
.section-quotes .quotes-bannter-content .said-by { text-align: right; display: block; }
.section-quotes .view-product-img{ position: relative; top: -188px; right: -21px; margin: 0; }
/****** End  section 3 quotes section ---*/

/****** Start  section 3 quotes section ---*/
.section-next-gen {     padding: 2.8% 0;
} 
.section-next-gen .card-body-content { padding-top: 7px; }
.section-next-gen h2 { margin-bottom: 23px; }
.section-next-gen h6 { letter-spacing: 5px; position: relative; }
.section-next-gen h6.dot{ padding-left: 12px; }
.section-next-gen h6.dot:before{ content: ""; position: absolute; right: unset; top: 0; bottom: 0; left: 0; margin: auto; width: 4px; height: 4px; background: url(img/dot-color.svg)no-repeat 0 0 / cover; }
.section-next-gen .card { margin-top: 74px; border: 0; }
.section-next-gen .card .card-body { padding: 0; }
.product-img img{ width: 100%; }
.card-body-content { padding-left: 20px; }
.card-body-content .card-title { text-transform: uppercase; font-weight: 700; margin-bottom: 9px; }
.card-body-content .card-title a{ color: var(--dark-font-color); text-decoration: none; }
.card-body-content h6 { margin-bottom: 43px; font-weight: 600; }
.card-body-content .card-text { line-height: 24px; margin-bottom: 43px; font-weight: 500; }
.card-body-content ul{ padding-left: 24px;}
.card-body-content h4 { font-size: 30px; color: rgb(189, 14, 58); line-height: 1; font-weight: 600; margin: 45px 0;}
.card-body-content h4 span{ font-family: monospace; }
/* .card-body-content a { padding: 12px 22px; background: var(--dark-btn-color); border-color: var(--dark-btn-color); font-size: 12px; font-family: "Montserrat"; color: rgb(255, 255, 255); text-transform: uppercase; font-weight: 600; letter-spacing: 1px; border-radius: 4px; text-decoration: none; }
.card-body-content a:hover { background: var(--light-btn-color); border-color: var(--light-btn-color); } */


/****** ****** Start owl-carousel ---*/
.owl-wrapper{ display: flex !important; } 
.owl-box{ width: 100%; overflow: hidden; }
.owl-carousel .item img{ display: block; width: 100%; height: auto; }
.owl-theme .owl-controls { margin-top: 10px; text-align: center; }
.owl-pagination { text-align: left; line-height: 0;}
.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; *display: inline; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { filter: Alpha(Opacity=100); background: var( --dark-btn-color); opacity: 1; }
.owl-theme .owl-controls .owl-page span { display: block; width: 11px; height: 11px; margin-right: 5px; filter: Alpha(Opacity=50); opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: var(--light-btn-color); }
/****** ****** End owl-carousel ---*/

/****** Start section-quotes-img section ---*/
.section-quotes.section-quotes-img {  padding: 207px 0 102px; }
.section-quotes.section-quotes-img .quotes-bannter-content { margin: auto; width: 60%; }
.section-quotes.section-quotes-img .quotes-content{ text-align: center; margin: 0; }
.section-quotes.section-quotes-img .quotes-bannter-content .said-by { text-align: center; margin-top: 5px; }
.section-quotes.section-quotes-img .quotes-img { position: absolute; top: -162%; right: 24%; z-index: -1; }
/****** End section-quotes-img section ---*/

/* End Home Page ---*/


/* Start Philosophy Page ---*/

/****** ****** Start Header Banner and  Breadcrumb ---*/
.header-banner-section{ padding: 13px 0 40px; }
/* .header-banner-section .header-banner-inner{ background: url(img/bgi/philosophy-banner.jpg); height: 182px;     display: flex; align-items: center;} */
.header-banner-section .header-banner-inner{
    height: 182px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
}
.header-banner-section .header-banner-inner .left-banner {
    width: 277px;
    position: absolute;
    height: 100%;
    background: url(img/bgi/gandhi-banner-1.jpg)no-repeat 0 0;
}
.header-banner-section .header-banner-inner .right-banner {
    width: 715.19px;
    height: 100%;
    position: absolute;
    right: -190px;
    background: url(img/bgi/gandhi-banner-2.jpg)no-repeat 0 0;
}
.header-banner-content { display: flex; align-items: center; justify-content: center; width: 72%; flex-wrap: wrap; z-index: 9;}
.header-banner-content h1 { line-height: 50px; }
.breadcrumb-wraper { text-align: center; margin-top: 10px; }
.breadcrumb-wraper a { color: #000; }
.separator { margin: 0 4px; }
/****** ****** End Header Banner and  Breadcrumb ---*/

/****** ****** Start Article Content ---*/
.main-content-section { padding: 25px 0 78px; }
.main-content-section .container{ padding-right: 132px;}
.main-content-section .article-title h3 { text-transform: uppercase; font-weight: 700; margin-bottom: 40px; }
.main-content-section .article-title p { line-height: 33px; margin-bottom: 34px; }
.main-content-section .article-product-img { padding-top: 15px; }
.main-content-section .article-product-img img { width: 100%; }
/****** ****** End Article Content ---*/

/****** ****** Start Quotes Section ---*/
.section-quotes.phylosophy-section-quotes { padding: 44px 0 0; height: auto !important;}
.section-quotes.phylosophy-section-quotes .view-product-img { position: relative; top: -67px; right: -43px; margin: 0; }
.section-quotes.phylosophy-section-quotes .quotes-bannter-content { margin-top: 0; padding: 0 17% 0 9%; }
.section-quotes.phylosophy-section-quotes .quotes-content{ margin-bottom: 25px; }
/****** ****** End Quotes Section ---*/

/* End Philosophy Page ---*/


/* Start Contact Page ---*/
.contact-section { padding: 8px 0 45px }
.contact-section .container{ padding-right: 132px; }
.contact-title p { text-transform: uppercase; margin: 0; }
.contact-title h3 { font-weight: 700; text-transform: uppercase; }
.cstm-row { margin-bottom: 21px;  display: flex;}
.contact-label { text-transform: capitalize; font-weight: 700; color: #000; min-width: 89px; max-width: 100px; display: inline-block; }
/* .contact-info-text { margin-bottom: 21px; } */

.form-control.line-input { border: 0; border-bottom: 1px solid #e4e5e5; border-radius: 0; padding-left: 0; background: transparent; }
.form-control:focus { border-bottom: 0; box-shadow: none; background: #f3f4f4; }
.error { color: red; }
.mb-53px{ margin-bottom:53px ; }
.contact-info textarea.form-control.line-input{ height: 158px; }
.btn.btn-primary.send-message-btn { width: 200px; padding: 14px 10px; }
/* End Contact Page ---*/


/* Start Account Page ---*/



header.entry-header { height: 211px; }
/* .woocommerce{ margin-bottom: 100px; } */
.auth-wrapper-inner { border-radius: 4px; border: 0 !important; margin: 0; padding: 27px 31px; }
.auth-bg{ background: #fbfbfb; }
.change-password-messages { display: none; }
.dropdown-menu .auth-wrapper-inner { padding: 17px; }
.dropdown-menu .auth-wrapper-inner p{ margin: 0; font-size: 14px; color: var(--dark-font-color); }  
.dropdown-menu .auth-wrapper-inner p a{ color: var(--dark-font-color);}

.common-header { display: flex; margin-bottom: 15px; }
.register-form .common-header { margin-bottom: 8px; }
.register-form-group{position: relative;}
.register-form-group .error{font-size: 12px;}
.register-form-group label{ width: 100%; }
.register-form-group input{ width: 100%;margin: 0; }
.auth-content label{ margin-bottom: 7px; }
.form-control, .input-text { border: 0; background: #f3f4f4; padding: 8px 12px; margin-bottom: 18px; border-radius: 0; }
.auth-content .btn{ padding: 13px 22px; font-size: 14px; color: var(--white-color); text-transform: uppercase; letter-spacing: 1.5px; border-radius: 2px;}
.woocommerce-form-login .custom-checkbox{
    padding-left: 0;
}
.woocommerce-form-login .custom-checkbox 
.lost-content { padding-bottom: 150px;}
.common-title{ font-size: 16px; font-family: "Montserrat"; font-weight: bold; text-transform: uppercase; color: var(--dark-font-color);}
.woocommerce-content-wraper { padding: 27px 15px; }
.woocommerce-view-order .woocommerce-content-wraper { padding: 27px 0px; }
.woocommerce-table__product-name.product-name .item-thumbnail { width: 45px; display: inline-block; }
.woocommerce table.shop_table tfoot tr:last-child {
    color: #000;
}
.cart-empty.woocommerce-info.container { padding: 15px 15px 15px 35px; }
.woocommerce-message{  align-items: center; justify-content: flex-end; flex-flow: row-reverse; }
.woocommerce-message a{ margin-left: auto !important; }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{ content: none; }
.woocommerce-notices-wrapper { width: 100%; }
.main-form-wrapper{ padding-bottom: 40px; }
.alert{ width: 100%; }
.alert .button { background: var(--dark-btn-color) !important; border-color: var(--dark-btn-color) !important; color: rgb(255, 255, 255) !important; padding: 9px 22px !important; font-size: 12px !important; font-family: "Montserrat"; font-weight: 600 !important; letter-spacing: 1px; line-height: 20px !important; }
.quick-links-inner ul { display: flex; padding: 0; list-style: none; }
.quick-links-inner ul .quick-link-items { display: inline-block; border: 1px solid #e2e3e3; width: 246px; height: 162px; margin-right: 5%; }
.quick-links-inner ul .quick-link-items:last-child { margin-right: 0; }
.quick-links-inner ul .quick-link-items a { font-size: 16px; color: var(--dark-font-color); font-weight: 500; display: block; height: 100%; position: relative; padding: 0 5px; }
.quick-links-inner ul .quick-link-items a .quick-img { width: 65px; height: 114px; margin: auto; display: flex; align-items: center; justify-content: center; }
.quick-links-inner ul .quick-link-items a .quick-img img { transition: all 0.3s ease-in; transform: scale(1); }
.quick-links-inner ul .quick-link-items a:hover .quick-img img { transition: all 0.3s ease-in-out; transform: scale(1.1); }
.quick-links-inner ul .quick-link-items a span { width: 100%; display: flex; justify-content: center; height: 40px; align-items: center; text-align: center; }
  
.mrg-b-28{ margin-bottom: 28px;}

.account-page-content h6{ margin-bottom: 20px; font-size: 16px; font-family: "Montserrat"; font-weight: bold; text-transform: uppercase; color: var(--dark-font-color);}
.account-page-content p{ font-size: 16px; line-height: 22px; }
.custom-control.custom-checkbox{ display: flex; }
.custom-control.custom-checkbox .custom-control-input { position: absolute; z-index: 1; opacity: 0; width: 100%; left: 0; top: 0px; }
.custom-control.custom-checkbox .custom-control-label, .lost-password {color: var(--dark-btn-color);}
.custom-control.custom-checkbox .custom-control-label::before { top: 1px; width: 15px; height: 15px; background: transparent; border: 1px solid #cfcfcf; border-radius: 0 !important; left: 0px; }
.custom-control.custom-checkbox .custom-control-label::after { width: 15px; height: 15px; top: 3px; left: 0;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{ background-color: var(--dark-btn-color);   
     background-size: contain;
    transform: rotate(0);
    border:1px solid var(--dark-btn-color);
}
.woocommerce-orders .woocommerce-content-wraper { padding: 27px 0px; }
.woocommerce-orders .woocommerce-content-wraper .common-header {    margin-bottom: 5px; }
.table-responsive{ overflow-x: visible; }
.order-product-table thead{ line-height: 0px;}
.order-product-table tbody tr { box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1); border-radius: 5px;}
.order-product-table tr th{     padding: 16px 23px 0; font-size: 12px; color: #848889; text-transform: uppercase;     line-height: 37px;}
.order-product-table tr td:not(.hidden-td) { font-size: 14px; font-weight: 600; color: var(--dark-font-color); padding: 21px;}
.order-product-table tr td.hidden-td { padding: 10px; }
.order-product-table tbody tr.hidden-tr { box-shadow: none; }
.order-product-table tr td span { margin-top: 15px; display: inline-block; }
.order-product-table .product-cell a { display: flex; color: var(--dark-font-color); text-decoration: none; }
.order-product-table .product-cell .product-img-sm { max-width: 100px; margin: 0; margin-right: 15px; }
.order-product-table .product-cell .product-details { width: calc(100% - 95px); display: flex; align-items: center; flex-wrap: wrap; align-content: center; }
.order-product-table .product-cell .product-details p { margin: 0; font-size: 16px; font-weight: bold; }
.order-product-table .product-cell .product-details p span{ margin: 0; }
.order-product-table .product-cell .product-details h6 { margin: 0; width: 100%; text-transform: uppercase; word-break: break-all; white-space: pre-line; font-weight: 600; color: var(--dark-font-color);}
.status-strip { font-size: 12px; padding: 2px 4px; color: var(--white-color); text-transform: uppercase; font-weight: 600; text-align: center; }
.status-strip.processing{ background: #e5db55; }
.on-hold{ background: #de9e0b;}
.completed{ background: #0df142; }
.cancelled { background: #ff1010; }
.pending { background: #d01c1d; }
.refunded { background: #2f9045; }

.order-action { width: 86%; position: relative; font-size: 14px; }
.order-action .btn-action { display: inline-block; padding: 11px 0; border-radius: 2px; margin-bottom: 20px; }
.order-action .view-order { width: 100%; display: block; text-align: center; position: absolute; bottom: -15px; text-decoration: underline; color: var(--dark-font-color); }
table.shop_table.shop_table_responsive { border: 0; }
table.shop_table.shop_table_responsive.product-cart tr td { border: 0; padding: 39px 12px; border-bottom: 1px solid #ebe9eb; }
table.shop_table.shop_table_responsive.product-cart tr:last-child td{ border: 0;}
table.shop_table.shop_table_responsive.product-cart tr td.product-price{ font-weight: 600; }
.product-cart td.product-remove a.remove{ margin-left: auto; border: 2px solid #e3e3e3; border-radius: 0; color: #e3e3e3 !important; line-height: 19px; font-size: 22px; font-weight: 600; }
.product-cart td.product-thumbnail img { width: 150px; }
.woocommerce-page .cart-collaterals { width: 100%; padding: 17px; margin-top: 4px; }
.woocommerce-page .cart-collaterals .common-header { align-items: center; margin: 0; height: 41px; padding-left: 15px; margin-bottom: 17px;}
.woocommerce-page .cart-collaterals .common-header .common-title{ margin: 0; }
.product-card-total tr th { font-weight: 500 !important; } 
.product-card-total tr th, .product-card-total tr td { border-top: 1px solid #ebe9eb!important; border-bottom: 0 !important; padding: 20px 12px !important; } 
.product-card-total tr td .amount { font-weight: 800; color: var(--dark-font-color);}
.order-total{ color: #000;}
.product-card-total tr.order-total td .amount{ font-size: 22px; }
.product-cart tr td.product-name a{ text-transform: uppercase; font-weight: 600;}
.product-cart tr td a{  text-decoration: none; color:var(--dark-font-color)}
.product-cart tr td.product-subtotal span{ font-weight: 800; color: var(--dark-font-color);}
.calculated_shipping .wc-proceed-to-checkout .btn { padding: 14px 22px; line-height: 19px; }
.zig-zag:after { background: linear-gradient(-45deg, transparent 16px, #fbfbfb 0), linear-gradient(45deg, transparent 16px, #fbfbfb 0); background-repeat: repeat-x; background-position: left bottom; background-size: 22px 32px; content: ""; display: block; width: 100%; height: 32px; position: relative; left: 0px; bottom: 20px; }
.woocommerce ul.products li.product .price{ font-size: 15px; font-weight: 700; color:rgb(189, 14, 58); }
.quantity { width: 108px; display: flex; border: 1px solid rgb(216, 216, 216); }
.quantity .qty_button { width: 33px; height: 39px; background: transparent; border: 0; font-family: fantasy; line-height: 42px; }
.quantity input.qty_button:focus { outline: none; }
.quantity .form-control:focus{ outline: none; border-color: #e4e5e5; }
.quantity .form-control { height: 39px; width: 40px; display: inline-block; border-top: 0; border-bottom: 0; border-radius: 0; background: #f0f1f1; padding: 6px 10px; margin: 0; font-size: 14px; }
.product .quantity .qty_button { height: 36px; line-height: 38px; }
.woocommerce .product  .quantity .qty{ height: 36px; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary.focus, .btn-primary:focus { background: var(--light-btn-color); border-color: var(--light-btn-color); box-shadow: none; }
form .select2-container { border: 0; background: #f3f4f4; padding: 8px 12px; margin-bottom: 18px; border-radius: 0; }
form .select2-container .select2-selection { background: transparent; border: 0; }
form .select2-container--default .select2-selection--single .select2-selection__arrow{ top: 7px;}
.woocommerce-shipping-methods .select2-container{     margin-bottom: 0;}


.woocommerce-notice { font-weight: 700; color: #2f9045; }
.order_details .order_item .product-name a { color: var(--light-font-color); }
.woocommerce ul.order_details{ padding: 0; }
.woocommerce ul.order_details li label{ font-size: 13px; font-weight: 700;}
.woocommerce ul.order_details li p { font-size: 12px; font-weight: 600; }

.woocommerce .woocommerce-customer-details address{     word-break: break-all;}
/* End Account Page ---*/

/* Product Detail page start  */

.product__slider-wraper { width: 80%; }
.woocommerce div.product .product_title{ line-height: 46px; margin-bottom: 30px; letter-spacing: -2px; }
.woocommerce-tabs h2, .related.products h2 { font-size: 25px; }
.type-product .woocommerce-loop-product__title { line-height: 21px; }
.woocommerce ul.products li.product a img{ margin: 0;}
.product__slider-main img { width: 100%; }
.product__slider-thmb .slick-slide { opacity: 0.5; transition: all .3s ease; margin: 0; }
.slick-arrow { display: none !important; }
.product__slider-thmb .slick-slide.slick-active, .product__slider-thmb .slick-slide:hover { opacity: 1; }
.product__slider-main, .product__slider-thmb { display: none; }
.woocommerce div.product div.summary{ width: 100%;}

a.track-button { padding: 0; margin: 10px 0 !important; text-align: center; padding: 5px 0 !important;  width: auto; display: inline-block;}
img.track-icon{     margin: 7px 0;}
/* Product Detail page start  */


/* comments-area */
.comments-area{ margin-top: 25px;}

/* Start  Footer ---*/
.page-footer { padding: 35px 0; border-top: 1px solid #e3e3e3; } 
.page-footer .footer-logo { width: 82px; height: auto;}
.page-footer .footer-logo .footer-brand img{ max-width: 100%; padding: 5px; border-style: solid; border-width: 1px; border-color: #cfcfcf; background: var(--primary-bg-color); }
.page-footer .footer-site-name { display: flex; flex-wrap: wrap; width: calc(100% - 106px); margin-left: auto; }
.page-footer .footer-site-name h5{ width: 100%; text-transform: uppercase; margin-bottom: 5px;}
.page-footer .footer-site-name h5 a{ width: 100%; text-transform: uppercase; margin-bottom: 5px; color: #353b3d;}
.page-footer .footer-site-name h5 a:hover{ text-decoration: none; color: black;}

.page-footer .footer-site-name p { font-weight: 600; margin: 0; }
.page-footer .footer-right-img { display: flex; justify-content: center; margin: 0; align-items: center; height: 100%;}
.page-footer .footer-right-img img{max-width: 150px;}
.page-footer .footer-right-img .widget h5{ font-size: 20px; line-height: 28px;}
.widget .menu .menu-item .nav-link{ color:rgba(0,0,0,.5); font-weight: 600; padding-left: 0;}
.widget .menu .menu-item .nav-link:hover{ color:rgba(0,0,0,.7);}
.widget .menu .menu-item{ list-style: none;}
.widget .menu{ padding:0;}
.page-footer form{width: 100%;}
/* End  Footer ---*/

.full-width-inner > span{width: 100%;}
.full-width-inner > span #calc_shipping_state{ border: 0; background: #f3f4f4; padding: 8px 12px; margin-bottom: 18px; border-radius: 0; height: calc(1.5em + 0.75rem + 2px); font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(73, 80, 87); transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: block; }
ul.products li.product .btn { width: 100%; margin: 0; margin-top: 8px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{ border: 0; padding: 0; margin: 0; } 
form.checkout_coupon.woocommerce-form-coupon { margin-bottom: 20px; padding: 15px; border: 1px dashed;}

/* custom lable for registration on checkout page*/
.create-account .form-group{ padding-top: 30px; position: relative; }
#account_username_field:before { content: "User Name"; display: block; height: 30px; position: absolute; top: -1px; }
#account_password_field:before { content: "Password"; display: block; height: 30px; position: absolute; top: -1px; }
#account_password-2_field:before { content: "Repeat Password"; display: block; height: 30px; position: absolute; top: -1px; }
button[name='update_cart'] { display: none !important; }
    
.about-offer p {margin-top: 22px;}
.box-cell { text-align: justify; text-decoration: none; color: #000; }
.box-cell:hover{ color: #524d4d; text-decoration: none; }
.code-des{ position: relative; border: 1px solid #cecece; /* height: 200px; */ padding: 15px; margin: 15px; width: 349px;}
.code-des .offer-img{ text-align: center;}
.code-des .offer-img img{ width: 200px; height: 200px; }
.code-title{ padding: 10px; margin: 25px 0 10px 0; background: #d4cece; color: #000; font-size: 14px; text-align: center; border-radius: 3px; position: relative; z-index: 1; }
.box-row { display: flex; width: 100%; flex-wrap: wrap; margin-bottom: 41px; }
.code-title span {font-weight: 500;}
.code-title span .code-text{ font-weight: 600;}
.code-des .offers-btn{ position: relative; z-index: 1; }
.code-des a.link-hover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*popup*/
/* Popup box BEGIN */
.popupCloseButton { background-color: #fff; border-radius: 50px; cursor: pointer; display: inline-block; font-family: arial; font-weight: bold; position: absolute; top: -20px; right: -20px; font-size: 25px; line-height: 30px; width: 30px; height: 30px; text-align: center; }
.popupCloseButton:hover { background-color: #ccc; }
 /* Popup box end */
 /* .wmc-cart-wrapper:hover .wmc-content{ display:none;} */
 .common-cl .entry-content h4{ line-height: 36px; font-weight: 700;}
 .common-cl .entry-content h3{margin: 20px 0; line-height: 33px; }
 .common-cl .entry-content h5{ margin: 20px 0; line-height: 35px; }
 .common-cl .entry-content p{ font-size: 14px; line-height: 22px; padding-left: 15px;}
 span.woocommerce-Price-amount.amount { color: rgb(189, 14, 58);}
 .woocommerce div.product div.summary .product_title{ font-weight: 700;}
 .shipping-calculator-button{ color:var(--dark-font-color); text-decoration: none; font-weight: 700; cursor: pointer;}
 .shipping-calculator-button:hover{ color:var(--dark-font-color); text-decoration: none;}
 .woocommerce-info.alert.alert-info .showcoupon{color:#0c5460; text-decoration: none;}
 .woocommerce-notices-wrapper .woocommerce-message.alert.alert-success{ position: relative; padding: 20px;}
 .woocommerce-notices-wrapper .woocommerce-message.alert.alert-success .button.wc-forward{ position: absolute; right: 20px; top: 0px; }
 .woocommerce-notices-wrapper .woocommerce-message.alert.alert-success .restore-item{ position: absolute; right: 25px; color:#155724; cursor: pointer;}
 .woocommerce-notices-wrapper .woocommerce-message.alert.alert-success .restore-item:hover{ text-decoration: none;}
 .cl-404-content { text-align: center;}
 .cl-404-content .cl-404{ margin-bottom: 20px;}
 .title-404{ text-align: center; width: 100%;}
 .title-404 h1{ width: 100%; font-size: 120px;}
 div.wpcf7-validation-errors{ border: none; padding-left: 0; font-weight: 600;}
 .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li a{ color:var(--dark-font-color); text-decoration: none; font-weight: 600; }
 .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a{color:var(--dark-font-color); text-decoration: none; }
 .woocommerce-terms-and-conditions-checkbox-text a, .product_meta span a{color:var(--dark-font-color); text-decoration: none; } 

/*Profile page*/
.auth-wrapper.left-cl {
    border: 1px solid #cecece;
    padding: 25px;    
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
} 
.auth-wrapper.right-cl {
    border: 1px solid #cecece;
    padding: 25px;    
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
} 
.auth-wrapper.right-cl form .panel-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auth-wrapper.right-cl form .panel-title .editlink{position: inherit;top: inherit;right: inherit;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: .25rem;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
}
.profile-img {
    text-align: center;margin-bottom: 25px;position: relative;
}
.profile-img .imgbox-form .imgbox{
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px;
    flex-direction: column;
}
.profile-img .editlink{
    right: 0px;
    top: -10px;
    margin: 0;
    background: transparent;
}
.profile-img .imgbox-form .editlink{
    right: 10px;
    top: 10px;
}
.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-img .imgbox-form .btnbox{
    display: block;
    text-align: center;
}
.profile-img .imgbox-form .btnbox .btn{
    margin: 4px;
    border:1px solid #212529;
    font-size: 10px;
    padding: 6px 12px;
    display: inline-block;
}
.profile-img .imgbox-form .btnbox .btn:hover{
    background-color: #353b3d;
    color: #FFF;
}
.profile-img .imgbox-form .btnbox .upload-btn {
    position: relative;
}
.profile-img .imgbox-form .btnbox .upload-btn .line-input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 14px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.account-settings {
    border-top: 1px solid #eee;
    padding-top: 25px;
}
.profile-field {
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    padding-left: 13px;
    display: flex;
}
.profile-field label {
    font-weight: 700;
    margin-right: 40px;
    width: 175px;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 15px 5px 0;
}
.profile-field label:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width:1.5px;
    height: 100%;
    background-color: #cdcdcd;
}
.profile-field span{
    width: calc(100% - 190px);
    word-break: break-all;
}
.editlink {
    background: #fff;
    text-align: center;
    margin: 5px;
    padding: 5px;
    color: #353b3d;
    position: absolute;
    right: 55px;
    top: 34px;
}

.profile-field span.line {
    border-left: 1px solid #cdcdcd;
    padding-left: 20px;
}
.panel-title {
    margin: 0 0 27px 0;
    background: #353b3d;
    padding: 10px;
}

.panel-title h3 {
    color: #fff;
    margin-bottom: 0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #353b3d;
    border-color: #353b3d;
}
div.tab-pane.fade {
    border: 1px solid #353b3d;
}

img.rounded-circle.p-icon {
    width: 35px;
    height: 35px;
}

.alert.success, .success p, .success, .alert-success, .woocommerce-notices-wrapper .woocommerce-message.alert.alert-success {
  padding: 10px;
  background-color: #d4cece;
  color: #4CAF50;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;  
}
.alert.error {
    background: red;
    color: #fff;
    width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message.alert.alert-success{
    padding: 10px;
}

.mc4wp-alert.mc4wp-success p {
    color: green;
}
.mc4wp-alert.mc4wp-error p {
    color: red;
}

abbr.required {
    text-decoration: none;
    color: red;
}

a.button.track-button {
    left: 40px;
    background: none;
}

span.status-strip.return-requested {
    background: #ff9900;
}

span.status-strip.return-approved {
    background: #ff9900;
}

.refund-request-wrapper {
    margin: auto;
    width: 100%;
    padding: 0 15px;
}
.refund-request-box {
    display: flex;
    flex-direction: row;
    margin: 0 -15px;
    
}
.refund-request-common {
    padding: 0 15px;
    width: 50%;
}
#ced_rnx_return_request_subject_text, #ced_rnx_exchange_request_subject_text{
    box-shadow: none;
}
.refund-request-box label{
    margin-bottom: 10px !important;
}
form#ced_rnx_return_request_form {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.custom-fileuploader {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.btn.button.ced_rnx_return_request_morefiles{
    margin-top: 0;
    padding: 13px 15px;
}
.ced_rnx_product_table_wrapper .custom-checkbox label{
    border-bottom:0 !important;
}
.ced_rnx_product_table_wrapper .custom-checkbox input:checked + label:after {
    top: 7px;
}

table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields.refundtequest-table {
    background: green;
    color: white;
    margin-top: 15px;
}

span.status-strip.return-cancelled {
    background: red;
}

/* New CSS Changes */
.navbar .navbar-nav-links .nav-item{margin:0px 25px !important;}
.navbar .navbar-nav-links .nav-item:after{right: -25px !important;}
.navbar-nav-drop .nav-item{ margin: 0; display: flex; align-items: center; justify-content: center;flex-direction: column; padding: 0 25px;position: relative;font-weight: 600; font-size: 12px;}
.navbar-nav-drop .nav-item:not(:last-child)::after{ content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%); width: 1px;height: 40px;   background: #c7c9c9;}
.navbar .navbar-nav-drop .nav-item:first-child:after {top: 50%;}
.woocommerce-info.alert.alert-info{background-color: transparent !important;padding: 10px 15px 10px 0px !important;border: none;}
.woocommerce-info.alert.alert-info .showcoupon:hover{text-decoration:underline;}
.woocommerce-error.alert.alert-warning{color: #78350F !important;background-color: #FEF2F2 !important;border-color: #DC2626 !important;}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{font-size:14px;line-height:26px;}
.woocommerce-checkout-payment{background: #ffffff !important;    border: 1px solid rgba(0, 0, 0, .1);}
.wc_payment_method.payment_method_cod label{margin-bottom:0rem;}
.form-control:focus{background:transparent;border-bottom: 1px solid #e4e5e5;}

/* Responsive CSS */
@media (max-width: 768px) {
	.navbar-nav-drop .nav-item{padding:0px 15px;}
	.mobile-nav-drop{width:120px;}
	.navbar-toggler{padding:0px;border:none;}
	.mobile-menu-close{top:50px;right:30px;}
	.navbar .navbar-nav-links .nav-item .nav-link{font-size: 18px;line-height: 38px;border-bottom: 2px solid transparent;padding: .5rem 1rem 0rem;margin-bottom:15px;}
	.navbar .navbar-nav-links .nav-item.active .nav-link{color:#fff;}
	.navbar .navbar-nav-links .nav-item.active .nav-link{border-bottom: 2px solid #fff;}
}