
/*---------------------- index ---------------------------*/
.post-section {
    padding: 20px 0;
}
/*-------About Page------*/
#about-sec-one .abt-glass-img img{
    border-radius: 15px;
}
#about-sec-one h5{
  font: normal normal 600 20px/15px Open Sans;
  letter-spacing: 0px;
  color: #21286A;
}
#about-sec-one .abt-glass-head,#about-sec-three .abt-glass-head{
  font: normal normal 600 34px/48px Open Sans;
  letter-spacing: 0px;
  color: #242424;
  padding: 10px 0;
}
#about-sec-one  .abt-glass-para, #about-sec-three .abt-glass-para, #about-sec-three .focus-points li{
font: normal normal 300 15px/35px Poppins;
letter-spacing: 0px;
color: #242424;
}
#about-sec-three ::marker{
color: #21286A
}
.about-content h5 a {
    font-size: 15px !important;
    font-family: 'Montserrat Medium';
}
#about-team .social-profiles a i, .single-team .about-socialbox a i{
  background-color: #000;
  padding: 6px;
  width: 30px;
  height: 30px;
  line-height: 1.3;
  color: #fff;
}
h3.team_name {
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}
h5.team_designation {
    margin: 0px;
    color: #1B2028;
    letter-spacing: 0.8px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}
#about-team .social-profiles a i:hover{
  background: #21286A;
}
#about-team .social-profiles-hover {
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: relative;
    opacity: 0;
    top: -95px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#about-team .team-inner:hover .social-profiles-hover {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

/*------------------ Contact Page -----------------*/
.contac_form form {
    max-width: unset;
    margin: 20px auto;
}
.contac_form input[type='text'], .contac_form input[type='email'], .contac_form input[type='url'], .contac_form input[type='password'], .contac_form input[type='search'], .contac_form input[type='number'], .contac_form input[type='tel'], .contac_form input[type='range'], .contac_form input[type='date'], .contac_form input[type='month'], .contac_form input[type='week'], .contac_form input[type='time'], .contac_form input[type='datetime'], .contac_form input[type='datetime-local'], .contac_form input[type='color'], .contac_form select, .contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
    width: 100%;
    background-color: var(--white);
    border-color: var(--lightgrey3);
    color: var(--black2);
    border-radius: 0px;
    box-shadow: none;
    background-color:transparent;
    border: 2px solid var(--white11);
    margin-bottom:10px;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
    width: 100% !important;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
    float: left;
}
#contact-box {
    padding: 0;
    margin: 0;
}
.contact-info {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    width: 100%;
}
.inner-cont {
    padding: 10px 5px;
    background: var(--white);
}
.about_me a{
  color: #333333;
}
#footer p.location i, #footer .phone i, #footer .email i {
    display: none;
}
.contact-email i, .contact-address i, .contact-phone i {
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    font-size: 38px;
    color:#F82938;
    margin: 0 auto;
    text-align: center;
    width: 87px;
    display: inline-table;
}
.contact-info .head {
    color: black;
}
.contact-address, .contact-email, .contact-phone {
    margin: 20px 0;
}
.c_content span {
    font-size: 18px;
}
.c_content p {
    font-size: 16px;
}
.c_content p a{
    color: var(--black3);
}
.contac_form form {
    max-width:unset;
    margin: 0 auto;
    margin-top: 20px;
}
.contact-color-bg {
    background: var(--white12);
}
.contac_form label {
    width: 100%;
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
}
.single-product .summary.entry-summary .yith-wcwl-add-button:hover {
    background-color: #21286a;
  }
.single-pro-btn .wishlist_text .yith-wcwl-add-to-wishlist:hover .add_to_wishlist, .single-pro-btn .wishlist_text .yith-wcwl-add-to-wishlist:hover i.yith-wcwl-icon {
    color: #fff !important;
}
.yith-wcwl-wishlistexistsbrowse:hover {
    background-color: #fff;
    color: #000;
}
.single-product .added {
    display: none !important;
}

/* .woocommerce .single-product .shop .yith-wcwl-add-button, .woocommerce .shop .yith-wcwl-wishlistaddedbrowse{
right: 0px !important;
} */
/* shop page css */
.contact_col_shape:before {
    display: block;
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    left: 0px;
    border-bottom: 16px solid #21286A;
    border-left: 16px solid #21286A;
    padding: 0px 10px 10px 0px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
    bottom: 0px;
}
.contact_col_shape {
    border: 1px solid #AEACAC;
    padding: 0px 15px 12px;
    position: relative;
}
.no_store, .store_email, .store_location {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact_store h4 {
    font-size: 15px;
    opacity: 0.8;
    font-family: 'Montserrat';
    font-weight: 500;
}
.contact_store {
    margin-top: 60px;
}
.contact_icon_box i {
    padding-right: 10px;
    color: #21286A;
}
.contact-cn-box {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px;
}
h3.cont_store_heading {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
}
/*---------------- Banner ----------------------*/
.title-box img {
    width: 100%;
    height: 100%;
}
.about_me table, .about_me td, .about_me th {
    border: none;
}
.about_me p.message {
    margin-bottom: 20px !important;
}
.vw-credit, .vw-credit a {
    color: var(--white);
}
/* --------- Social Icon Widget ------- */
/* .social_widget a {
    color: var(--white);
    padding: 7px 7px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50%;
}
 */

/* --------- search Page ------- */
.postbox h6 {
    font-weight: bold;
}
/* --------- Blog Page ------- */
#full-width-blog .postbox {
    width: 100%;
    border: none;
}
#full-width-blog .postbox h3 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.postbox h3 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
}
.metabox img {
    border-radius: 50%;
    margin-left: 30%;
}
.postbox {
    margin-bottom: 39px;
    border: none;
    border-radius: 6px;
}
.postbox h2 {
    margin: 0 0 5px;
    font-weight: bold;
}
.widget_recent_entries li {
    margin-bottom: 10px;
}
.metabox {
    color: black;
    padding: 5px 0;
    clear: both;
    margin: 10px 0;
    border-top: 1px solid#F82938;
    border-bottom: 1px solid#F82938;
}
.metabox .entry-date {
    background: url('assets/images/date.png') no-repeat;
    margin: 0 13px 0 0;
}
.metabox .entry-author {
    background: url('assets/images/author.png') no-repeat;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
}
.metabox .entry-comments {
    background: url('assets/images/comments.png') no-repeat;
    padding: 0 0 0 20px;
}
#comment-nav-above .nav-links {
    width: 100%;
    float: left;
    margin-bottom: 17px;
}
.post-featured img {
    width: 100%;
}
/*.archive #sidebar {
    margin-top: 21%;
}
*/
@media screen and (max-width:767px) {
    .archive #sidebar {
        margin-top: 0%;
   }
}
/* --------- Inner Pages --------- */
ol.carousel-indicators {
    position: static !important
}
ol.carousel-indicators li {
    max-width: 10px;
    padding: 5px;
    color: var(--grey2);
    border-radius: 50%;
}
/* ----------------------- POST---------------------- */
a.page-numbers{
    padding: 10px !important;
    color: #D5D5D5;
}
span.page-numbers.current {
   color: #21286a;
   padding: 10px !important;
}
.navigation span.page-numbers.current {
      border-bottom: 2px solid #21286A;
    color: #21286A;
}
#blog {
    padding-top: 0;
    margin-top: 0;
}
aside#search-3 {
    padding: 0 !important;
}
.bradcrumbs {
    padding: 30px 0;
    text-align: left;
    color:#000;
}
.bradcrumbs a {
  color: #706565;
  margin-right: 15px;
}
.bradcrumbs span {
    color: #121212;
    padding: 5px 15px;
    font-family: 'Montserrat Medium';
}
/*------------------ Comments BOX ------------------*/
div#single-post-page #comments {
    width: 75%;
    margin: 0 auto;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px;
}
.nav-links {
    display: flex;
}
#comments h2.comments-title {
    font-size: 20px;
    font-weight: bold;
}
#comments h3.comment-reply-title {
    font-size: 20px;
    font-weight: bold;
    clear: both;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea {
    padding: 12px 10px;
    font-size: 18px;
}
#comments input[type="submit"].submit {
  font: normal normal normal 21px/26px Padauk;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #21286A 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  border: none;
  padding: 10px 20px;
}
#comments a time {
    color: black;
    font-weight: bold;
    font-size: 12px;
}
#comments .reply {
    text-align: right;
}
#comments .comment-metadata {
    width: 90%;
    float: left;
    padding: 1% 0 0 0;
}
#comments .comment-content {
    width: 90%;
    text-align: left;
    margin-left: 7%;
}
#comments .comment-author {
    margin-bottom: 1em;
}
#comments .comment-author.vcard img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
  }
  #single-post-page cite.fn a {
    color: #242424;
    font-family: 'Montserrat SemiBold';
    font-size: 18px;
    margin-left: 15px;
    font-style: normal;
  }
  #single-post-page .comment-meta.commentmetadata {
    display: none;
}
  ol.comment-list li {
    list-style: none;
  }
#comments h2#reply-title {
    display: inline-table;
}

/*--------------- Sidebar -----------------*/
#sidebar .textwidget input[type="submit"] {
    width: 100%;
}
#sidebar .textwidget label {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
#sidebar .textwidget input[type="submit"] {
    background: var(--grey2);
    border: none;
    color: var(--white);
    padding: 14px 0;
    font-size: 15px;
    margin: 0;
}
#sidebar form {
    display: table;
    width: 100%;
}
#sidebar h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--black2) !important;
    font-weight: 700;
}
.widget_categories select {
    width: 100%;
    padding: 6px;
}
#sidebar input[type="search"], #sidebar label {
    width: 100%;
}
#sidebar input[type="submit"] {
    margin-top: 10px;
}
#sidebar aside {
    margin-bottom: 30px;
    border: 1px solid var(--lightgrey3);
    padding: 10px;
}
#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}
#sidebar ul li a {
    color: var(--black2);
    font-size: 14px;
}
#sidebar .tagcloud a {
    background: var(--white12);
    color: black;
    font-size: 15px !important;
    padding: 5px 18px;
    margin: 0 0 5px;
    display: inline-block;
}
#sidebar .tagcloud a:hover {
    background:#F82938;
}
#sidebar .widget_recent_entries ul li {
    background: none;
}
#sidebar .post-content {
    line-height: 20px;
    margin-bottom: 15px;
}
span.credit_link a {
    color:#F82938;
}
/*------------- Page -----------------*/
.title-box {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    position: relative;
}
.title-box img {
    width: 100%;
}
.title-box .row{
    background: #FFFFFF;
}
.banner-page-text {
    background: #fff;
    position: absolute;
    width: 600px;
    max-width: 100%;
    padding-left: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    box-shadow: 0px 3px 5px #00000029;
    border-radius: 0px 25px 25px 0px;
}
.title-box h1 {
    font-weight: bold;
    letter-spacing: 0px;
    color: #121212;
    font-weight: 600;
    position: relative;
    text-align: left;
    font-size: 30px;
}
.title-box h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #21286a;
    width: 30%;
}
.read-moresec {
    margin: 2% 0;
}
.outer_dpage{
    padding: 40px 0;
}
.shrtcod-pg {
    border: 1px solid var(--lightgrey3);
}
.shrt_socio i {
    border: 1px solid var(--lightgrey3);
    padding: 10px;
    margin-right: 10px;
}
/*---------------- Pagination ----------------*/
.navigation {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation a {
    padding: 0;
}

.navigation span, .navigation a {
    display: block;
    padding: 10px 15px 0 15;
    margin-bottom: 10px;
    margin-right: 10px;
    color: var(--black3);
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    font-weight: normal;
}
.navigation span.meta-nav { 
  letter-spacing: 0px;
  color: #A1A1A1;
}
.navigation .current {
    color: var(--white);
    font-weight: normal;
}
/* ------------- Category --------------------*/
.category-page h4 {
    text-align: left !important;
}
ul.post-categories {
    list-style: none;
    margin: 0;
}
ul.post-categories a {
    background: #F82938;
    padding: 4px;
    color: #fff;
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
    float: left;
    margin-right: 7px;
}
/*-------------- Main Title ---------------*/
.main_title h1:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #21286A;
    margin-top: 7px;
}
.share_icon i {
  background-color: #21286A;
  padding: 8px 9px;
  border-radius: 50%;
  color: #ffff;
  font-size: 18px;
  margin: 0 3px;
  width: 35px;
  text-align: center;
  height: 35px;
}
li.cat-item{
  list-style: none;
}
li.cat-item a{
  padding: 9px 35px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  color: #000;
}
/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {

  letter-spacing: 0px;
  color: #000000;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}
.woocommerce-cart table.cart img{
      width: 140px !important;
}
.woocommerce table.shop_table th{
  border:none;
}
.cart_totals h2{
  letter-spacing: 0px;
  color: #000;
}
/* .woocommerce .cart .button{
  padding: 8px 14px !important;
  color: #fff !important;
}
.woocommerce .cart .button:hover, a.checkout-button:hover {
    color:  #000 !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
} */

.cart_totals  td{
  border: none;
}
button#buy_now_button {
    background: #21286a;
    height: 40px;
    width: 100%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.woocommerce .woocommerce-product-rating{
      margin-bottom: 10px !important;
}
.para-info-two{
    border-top: 1px solid #dbdbdb;
    padding: 14px 0;
}
.woocommerce-product-details__short-description p{
  padding-top: 10px;
}
.single-product .summary.entry-summary {
  position: relative;
}
/* .single-product .summary.entry-summary .yith-wcwl-add-to-wishlist{
  position: absolute;
  bottom: 30px;
} */

.single-product .summary.entry-summary  .yith-wcwl-add-button {
    border: 2px solid #000000;
    background: transparent;
    height: 40px;
    width: auto;
    padding: 5px 10px 5px 14px;
    max-width: 100%;
    position: unset;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-product .cart-btn-single-page a.added_to_cart {
    position: relative;
    width: 100%;
    margin-top: 0px;
    opacity: 1;
    height: 40px;
    bottom: 40px;
}
.added:before {
    color: #fff !important;
}
.single-product .yith-wcwl-add-button, .single-product .yith-wcwl-wishlistaddedbrowse{
position: unset;
}

.cart-btn-single-page {
    margin-right: 20px;
    width: 100%;
}
.mfp-content .cart-btn-single-page {
    margin-right: 0px;
    width: 100%;
}

.single-product .woocommerce a.add_to_wishlist.button.alt:hover{
    background-color: transparent;
}
 .woocommerce div.product p.price del{
    font-size: 14px!important;
}
.single-product .summary.entry-summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
    font-weight: 900;
}
.single-pro-btn .summary.entry-summary .single_add_to_cart_button{
    border: 1px solid #21286A !important;
}
.single-pro-btn .summary.entry-summary .single_add_to_cart_button:hover{
  background: transparent !important;
  color: #21286A !important;
}
#contentwoocom {
    padding: 20px 15px;
}
a.add_to_wishlist.single_add_to_wishlist span {
    font-size: 0px;
}
.single-product .add_to_wishlist.single_add_to_wishlist span{
font-size: 14px;
}

.shop-product .wishlist_text .yith-wcwl-wishlistexistsbrowse, .shop-product .wishlist_text .yith-wcwl-wishlistaddedbrowse {
    overflow: hidden;
    height: 35px;
    width: 35px;
    opacity: 0;
    background: #000;
    bottom: 115px;
    left: 7%;
}
.single-product .related .wishlist_text .yith-wcwl-wishlistexistsbrowse, .single-product .related .wishlist_text .yith-wcwl-wishlistaddedbrowse{
    overflow: hidden;
    height: 35px;
    width: 35px;
    opacity: 0;
    position: absolute;
    background: #000;
    left: 24px;
    bottom: 115px;
}
  .cart-btn-single-page , #woosq-popup .cart-btn-single-page{
    margin-right: 0px;
    width: 100%;
    height: 40px;
}
.shop .woosq-btn {
    right: 23px;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after{
    content: "\f290";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    transform: unset !important;
      position: unset !important;
    top: 0;
    line-height: 2;
    color: #fff;
    padding-left: 5px;
}
.woosq-btn{
    font-size: 0;
    background: transparent;
    border: 2px solid #000;
    background: #000 !important;
    position: absolute;
    bottom: -45px;
    height: 35px;
    width: 35px;
    /* transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s; */
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
button.woosq-btn::after{
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    line-height: 2;
    color: #fff;
}
/* .woocommerce a.button.added::after{
    margin-left: 0;
} */
.woocommerce .shop .add_to_cart_button:hover{
    background: #000 !important;
    color: #fff;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    background-color: #fff;
    color: #000;
}
.cart-btn-single-page a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover::before{
    color: #fff;
}
.shop .cart-btn-single-page a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{
    color: #fff !important;
    background-color: #21286A !important;
}
.cart-btn-single-page a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before:hover{
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after{
  margin-left: -1px;
}
.woocommerce span.onsale{
  display: none;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    color: #000;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
    max-width: 100%;
}
input#password, input#reg_password {
    padding: 10px;
}
.woocommerce div.product form.cart .variations select {
    background-color: var(--white);
}
#customer_details .col-1, #customer_details .col-2{
    max-width: 100%
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
}
 .product-content a.added_to_cart {
    display: none !important;
}

h2.woocommerce-loop-category__title {
    text-align: center;
}
.woocommerce ul.products li.product .onsale{
  display: none;
}

.mfp-content  i.yith-wcwl-icon {
    margin-right: 0px;
}
.shop .added {
    display: none !important;
}
.shop li.product:hover a.added_to_cart {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.woocommerce .quantity input {
  padding: 13px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin: 0 5px 0 0;
  border: none;
  border: 1px solid #c9c9ca;
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding-left: 0;
    margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font:600 14px/22px Open Sans;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #c9c9ca;;
  padding: 17px;
  padding-top: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border: none !important;
    box-shadow: none;
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    border: none;
    color: #21286A;
    border-bottom: 2px solid #21286A;
}
.woocommerce-cart .woocommerce table.shop_table {
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background: #00A3FE;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: none;
    margin: 0 3px;
}
.woocommerce-Tabs-panel h2{
  font: normal normal 800 24px/30px Muli;
  letter-spacing: 0px;
  color: #000000;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #D5D5D5;
}

.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
    max-width: 100%;
}
input#password, input#reg_password {
    padding: 10px;
}
.woocommerce div.product form.cart .variations select {
    background-color: #ffffff;
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #ffffff;
    border: 1px solid #21286A;
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #000;
}
.woocommerce table.cart td.actions .input-text{
    width: 130px;
}
.woocommerce .woocommerce-MyAccount-content .form-row {
    display: block !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    border: 1px solid #ffffff;
    margin-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ffffff;
    padding: 10px 25px 10px 15px;
    background-color: #21286A;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #8fa3aa;
}
.woocommerce .form-row {
    display: unset;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
.woocommerce #order_review table th {
    text-align: left;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    padding: 20px;
}
.woocommerce .woocommerce-result-count {
    font-size: 14px;
    letter-spacing: 1px;
    color: #222222;
    font-weight: 500;
}
.woocommerce-message {
    border-color: #21286A;
}
.woocommerce-message::before {
    color: #21286A!important;
}
.woocommerce-message {
    font-size: 14px;
    letter-spacing: 1px;
    color: #222222;
    font-weight: 500;
}
.woocommerce .product_meta span {
    margin-right: 10px;
}
.woocommerce table.shop_table th {
    color: #222;
    text-align: center;
}

.woocommerce .woocommerce-cart-form__cart-item a {
    color: #222;
    font-weight: bold;
}
.woocommerce .woocommerce-cart-form__cart-item td {
    color: #222
}
.shop_table.cart tbody {
    display: table;
    width: 100%;
}

.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.woocommerce table.shop_table td {
    color: #222;
}
.woocommerce .woocommerce-error {
    color: #222;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    color: #222;
    display: inline-block !important;
}
.inner_layout nav.woocommerce-MyAccount-navigation ul li {
    background-color:#F82938;
    margin-bottom: 4px;
}
.woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
}
.woocommerce-Reviews .comment-form .comment-form-author, .woocommerce-Reviews .comment-form .comment-form-email, .woocommerce-Reviews .comment-form .comment-form-url {
    width: 100%;
}
.widget span.count {
    float: right;
}
.up-sells.upsells.products {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.woocommerce-product-search button {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background-color:#F82938;
    display: inline-block;
    padding-right: 10px;
    text-align: center;
    padding: 10px 15px;
    text-align: center;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    border: navajowhite;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 14px;
}

.heading3 {
    font-size: 49px;
}
.read-moresec-err a {
    color: var(--white);
    border: none;
    text-transform: uppercase;
    padding: 16px 22px;
    border-radius: 35px;
    font: 700 14px var(--common-font-m);
    background-color:#F82938;
}
.woocommerce table.shop_attributes td p{
    margin: 0 12px;
}
.woocommerce-product-rating {
    margin-top: 13px;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 14px;
    margin-top: 10px;
}
.woocommerce .products .star-rating{
    margin: 0 auto;
}
a.button.yith-wcqv-button{
    display: none !important;
}
/* .woocommerce ul.products li.product .button{
    display: inline;
    margin-bottom: 14px;
    margin: 0px 25px 0 15px;
} */
.single-product li.product:hover :is(.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woosq-btn, .wishlist_text, .related .button.product_type_simple) {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    bottom: 118px;
    font-size: 0;
}
.shop li.product:hover :is(.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woosq-btn, .wishlist_text, .a.added_to_cart, .yith-wcwl-add-button, .wishlist_text .yith-wcwl-wishlistaddedbrowse, .wishlist_text .yith-wcwl-wishlistexistsbrowse,.shop .outofstock a.button.product_type_simple, .added_to_cart ){
    opacity: 1;
    bottom: 65px;
}
.shop a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .shop a.added_to_cart, .shop .outofstock a.button.product_type_simple {
    font-size: 15px;
    height: 35px;
    padding: 0px !important;
    color: #fff;
    background: #21286a;
    text-align: center;
    opacity: 0;
    position: absolute;
    font-family: 'Montserrat Medium';
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 125px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.woocommerce .woocommerce-shop ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product h2.woocommerce-loop-product__title{
    width: 70%;
}
.shop .products li .added_to_cart {
    position: absolute;
    font-family: 'Montserrat Medium';
}
.outer_dpage li.product:hover :is(.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woosq-btn, .wishlist_text) {
    display: block;
}
/* .woocommerce a.add_to_wishlist.single_add_to_wishlist */
/*  */
.woocommerce .shop-product .yith-wcwl-add-button, .woocommerce .shop-product .wishlist_text .yith-wcwl-wishlistaddedbrowse, .woocommerce .shop-product .wishlist_text .yith-wcwl-wishlistexistsbrowse {
    position: absolute;
    bottom: 117px;
    opacity: 0;
    left: 20px;
}
.woocommerce-product-rating {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    width: 100%;
}
.post-type-archive-product .star-rating {
    display: none !important;
}
.product-brand {
    font-family: 'Montserrat SemiBold';
    color: #1B2028;
    font-size: 14px;
    opacity: 0.5;
}
span.price del .amount {
    display: none;
}
.filter-page-section span.price, .related span.price{
    float: right;
    position: relative;
    top: -30px;
    right: 0;
}
.shop .price,.woocommerce-page ul.products li.product h6.product-brand,.woocommerce ul.products li.product .woocommerce-loop-product__title{
    text-align: left;
    color: #000;
}

.woocommerce table.shop_table{
    margin: 0px -1px 24px 0;
}
a.btn.button.show-title-form{
    display: none;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce table.shop_table thead{
    display: none !important;
}
/*----blog share icons--------*/
.newsinner .post_share_icon {
    position: relative;
   /*display: block;
   */
    padding: 20px 0 !important;
}
.newsinner .post_share_icon b {
    padding: 0;
    font-size: 18px;
}
.newsinner .post_share_icon a {
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 5px 3px;
}
.newsinner .post_share_icon a:hover,.share_icon a:hover{
    color: #fff
}
.newsinner .post_share_icon i {
    color: #fff;
    font-size: 13px;
    padding-right: 5px;
}
.newsinner .feature-box {
    padding-bottom: 10px;
}
.newsinner .share_icon {
    position: absolute;
    top: 40%;
    right: 0;
    opacity: 0;
    z-index: 999;
    left: 31%;
}
.newsinner .share_icon:hover .socila_share{
    opacity: 1;
    z-index: 9999;
}
.newsinner .socila_share {
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 55px;
    border-radius: 23px;
    filter: drop-shadow(0px 20px 20px rgba(0,0,0,0.2));
    left: 44%;
    padding: 9px 12px;
    height: 146px;
    display: block;
    right: 0;
}
.newsinner .share-title i {
    color: black;
    background: white;
    height: 55px;
    width: 55px;
    padding: 22px;
    border-radius: 3px;
    position: relative;
    left: 10px;
}
.newsinner .share_text {
    display: none;
}
.newsinner .socila_share i.fab.fa-facebook-f {
    background-color: white;
    color: black;
}
.newsinner .socila_share i.fab.fa-linkedin-in {
    background-color: white;
    color: black;
}
.newsinner .socila_share i.fab.fa-twitter {
    background-color: white;
    color: black;
}
.faq-section {
    background-size: cover;
}
.aboutimg {
    height: 485px;
    object-fit: cover;
}
.about-arrows i {
    margin-top: 6px;
}
.about-arrows {
    display: flex;
}
.about-text {
    padding-left: 10px;
}
.about-button {
    background-color: #e4573d;
    color: var(--white);
    border: none;
    text-transform: uppercase;
    padding: 16px 22px;
    border-radius: 4px;
    font: 700 14px var(--common-font-m);
}
.about-button:hover {
    background-color: #e4573d;
    color: white;
}
.about-center-img {
    height: 441px;
    margin-top: -25px;
}
.about-center-img:hover {
    animation-name: headShake;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.adventure-subhead:after {
    content: '';
    display: block;
    border-bottom: 4px solid black;
    width: 68px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
}
.adventure-subhead {
    position: relative;
}
.aboutus-para {
    max-width: 884px;
    margin: 0 auto;
}
.authors-bg {
    margin-top: -25px;
}
.authors-bg .author_wrap {
    box-shadow: 4px 2px 12px 1px #ccc;
    margin-bottom: 10px;
}
.services_heads {
    font-size: 20px;
    font-family: muli;
    font-weight: 700;
    color: #5d5d5d !important;
}
.services-para1 {
    font-size: 16px;
    font-family: 'Montserrat';
    position: relative;
}
.services-heading1 {
    font-size: 33px;
}
.services-para1:after {
    content: '';
    display: block;
    border-bottom: 3px solid black;
    width: 105px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 47px;
}
/*------------------------- Our Records -----------------------------*/
#our_records {
    padding: 50px 0;
    background-size: cover;
}
#our_records .counter-icon {
    text-align: left;
}
#our_records h4 {
    font-size: 32px;
    color: var(--white);
    font-weight: bold;
    padding: 0;
}
#our_records p {
    font-size: 14px;
    color: var(--white);
}
#our_records p {
    color: var(--white);
    font: 600 12px var(--common-font-m);
}
#our_records .owl-dots {
    text-align: center;
    margin-top: 30px;
}
#our_records button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color: var(--white);
    border: solid 2px var(--black1);
}
#our_records button.owl-dot.active {
    background-color:#F82938;
    border: solid 2px#F82938;
}
#our_records button:focus {
    outline: inherit !important;
}
#our_records .counter_inner {
    padding: 15px;
}
#our_records .counter-box {
    padding: 15px;
    border: solid 1px var(--white);
}
.author_details {
    display: none;
}
.parent.comment.byuser, .comment.byuser, .comment-body {
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 0 30px 0 30px;
    margin: 20px 0;
}
ol.comment-list li {
    list-style: none;
}
.entry-author a{
    color: #000;
    font: normal normal normal 14px/50px Poppins;
}
.entry-author  img{
  width: 28%;
  border-radius: 50%;
}
#blog-left-sidebar, #blog-right-sidebar{
    padding: 80px 0;
}
#blog-left-sidebar #latest_post {
    padding: 0
}
#full-width-blog {
    padding: 80px 0
}
#full-width-blog #latest_post{
    padding: 20px 0;
}
#blog-right-sidebar #latest_post,#blog-right-sidebar #latest_post{
    padding: 0px 0;
}
#aboutus-page #testimonials{
    margin-bottom: 70px;
}
section#aboutus-page{
    padding: 80px 0 40px 0;
}
h1.woocommerce-products-header__title.page-title{
  display: none;
}
.shop.shop-product{
  padding-top: 15px;
  border-top: 1px solid #f7f2ed;
}
#blog-left-sidebar .newsinner .share_icon,#blog-right-sidebar .newsinner .share_icon {
    left: 41%;
}
section#page-with-left-sidebar ,section#page-with-right-sidebar{
    padding: 40px 0;
}
/* #blog-right-sidebar */
.single-blog-banner-img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.single-post h2 {
    letter-spacing: 0px;
    color: #242424;
    font-family: 'Montserrat SemiBold';
}
.blog-que{
  letter-spacing: 0px;
  color: #242424;
}
#single-post-page p {
    letter-spacing: 0px;
    color: #242424;
    line-height: 26px;
}
.container.single-post{
    padding: 30px;
    background: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding: 30px;
}
.entry-date, .entry-comments, .entry-comments a {
    align-self: center;
    color: #bfbfbf;
    list-style: none;
    font-family: 'Montserrat';
}
.entry-comments{
  margin-left: 50px;
}
.content_page.error-page{
  padding: 80px 0;
  }

/* wishlist page START */
.woocommerce table.shop_table{
  border: none;
}
.shop_table thead{
  display: none;
}
.shop_table tbody{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.shop_table tbody tr{
  width: calc(94% / 4);
  border: 1px solid #efefef;
  margin-bottom: 25px;
  min-width: 250px;
}
.woocommerce .wishlist_table a.remove {
    font-size: 0;
    color: #000 !important;
    border-radius: 0px;
    position: absolute;
    top: 7px;
    left: 8px;
}
.remove_pr_cls {
    top: 30px;
    padding: 14px;
    background: #fff;
    position: relative;
    top: 48px;
}
.woocommerce .wishlist_table a.remove:hover{
    background: #fff !important;
    color:#21286A !important;
  }
.woocommerce.woocommerce-wishlist a.remove:after{
  content: '\f2ed';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 14px;
}
.wishlist_table tr td.product-thumbnail a{
  max-width: 100%;
}
.woocommerce table .product-thumbnail{
  background-color: #efefef;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce table .shop_table td{
  border: none;
  text-align: left !important;
}
.woocommerce.woocommerce-wishlist table.shop_table td {
    text-align: left !important;
  }
  .woocommerce-wishlist td {
    border: none;
}
.woocommerce.woocommerce-wishlist table.shop_table td{
    border: none;
}
.wishlist_table .product-add-to-cart a{
  position: relative;
  font-size: 0;
}
/* .wishlist_table .product-add-to-cart a:after{
  content: "\f290";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
} */
.woocommerce-cart table.cart img{
  min-width: 150px !important;
}
/* wishlist page END */
/* empty wishlist page START */
.woocommerce-wishlist .banner-image, .woocommerce-wishlist .wishlist-title-container{
  display: none;
}
.woocommerce-wishlist .shop_table tbody tr{
  border:none;
}
.woocommerce-wishlist .shop_table tbody{
  justify-content: center;
}
.woocommerce-wishlist .wishlist-empty .empty-cart-page{
  margin: 20% 0 3%;
}


/* wishlist page END */
/* empty wishlist page START */
 .woocommerce-wishlist .banner-image, .woocommerce-wishlist .wishlist-title-container{
  display: none;
}

.woocommerce-wishlist tbody{
  justify-content: center;
}
 .wishlist_table tbody.wishlist-items-wrapper{
   display: flex;
 }
 .woocommerce-wishlist .wishlist-empty i, .empty-order-page i{
  font-size: 70px;
  color : #21286A;
  display: flex;
  justify-content: center;
}
.woocommerce-wishlist .wishlist-empty h2, .empty-order-page h2 {
    letter-spacing: 0px;
    color: #000000;
    margin-block: 6px;
    font: normal normal 600 34px/42px Montserrat;
    text-align: center;
}
.woocommerce-wishlist .wishlist-empty p, .empty-order-page p{
  margin-bottom: 20px !important;
  margin-top: 10px;
  font: normal normal normal 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.woocommerce-wishlist .wishlist-empty a {
    background: #21286A 0% 0% no-repeat padding-box;
    color: #fff;
    letter-spacing: 0px;
    display: flex;
    font-family: 'Montserrat';
    border: 1px solid #21286A;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}
.woocommerce-wishlist .woocommerce .star-rating{
  float: none;
  margin-top: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport, .woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  display: none;
}
p.wishlist-empty{
  margin: 40px 0;
}
/* empty wishlist page END */
/* shop page cart */
.wishlist_table.mobile li .item-wrapper{
  text-align: center;
  width: 100%;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail{
  display: contents;
  max-width: 100%;
}
 .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.mobile li table.additional-info td.value{
   display: none;
 }
 .wishlist_table.mobile li .item-details table.item-details-table td.value{
   text-align: center;
 }
 .wishlist_table.mobile .additional-info-wrapper tr, .wishlist_table.mobile .item-details-table tbody tr{
   border: none;
 }
 .wishlist_table.mobile li{
    border: 2px solid #f7f2ed;
    position: relative;
 }
 .wishlist_table.mobile .product-remove{
   position: absolute;

text-align: left;
padding: 4px 7px !important;
background: #000;
top: 10px;
    left: 10px;
height: 27px;
width: 27px;
border-radius: 5px;
font-size: 15px;
 }
 .wishlist_table.mobile .product-thumbnail img{
padding-top: 30px;
       max-width: 60%;
 }
/* cart empty */
.cart-empty.woocommerce-info{
  display: none;
}
.cart-empty-img{
      height: 70px !important;
}
.newsinner {
  position: relative;
}


/* filter page css start */
.shop-page-filters .accordion-button:not(.collapsed) {
  color: #000;
  background-color:transparent;
  box-shadow: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
    height: 350px;
    position: relative;
}

section.related.products .star-rating {
    display: none;
}
.single-product p.price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: end;
}
.single-product span.woocommerce-Price-amount.amount {
    color: #000;
    padding-right: 10px;
    font-size: 16px;
}

.view_specification {
    padding-bottom: 15px;
}
 .shop-page-filters ul{
  list-style: none;
}
.color-filter{
  flex-wrap: wrap;
}
.yith_wcwl_wishlist_footer{
  display: none;
}
.errorimg{
  max-width: 50%;
}
.error-page .error_bgs h3{
  font: normal normal 600 25px/84px Poppins;
  letter-spacing: 2px;
  color: #242424;
  margin-bottom: 55px;
}
.shop_table .qib-button-wrapper .quantity input.input-text.qty.text{
  padding: unset;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
  padding: 0 !important;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist {
  display: none
}
.summary.entry-summary .wishlist_text .yith-wcwl-add-to-wishlist {
  display: block !important;
}
button#buy_now_button:hover {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}
.filter-page-section .star-rating {
    display: none !important;
}
.single-product span.feedback {
    display: none;
}
.single-product .related span.feedback {
    display: block;
}
.single-product .wishlist_nd_addcartbtn .yith-wcwl-wishlistexistsbrowse a, .single-product .wishlist_nd_addcartbtn .yith-wcwl-wishlistaddedbrowse a{
    text-align: center;
    padding: 5px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    color: #000;
    height: 40px;
    align-items: center;
}
.single-product .wishlist_nd_addcartbtn .yith-wcwl-wishlistexistsbrowse a:hover, .single-product .wishlist_nd_addcartbtn .yith-wcwl-wishlistaddedbrowse a:hover{
    background-color: #21286A;
    color: #fff;
}
.single-product .yith-wcwl-wishlistexistsbrowse a {
    color: #000;
}
.mfp-content .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
 a.nturl {
    font-size: 14px !important;
}
.social_links li a:hover {
    color: #21286a;
}
.side-navigation ul li.current_page_item a {
    color: #21286A!important;
}
#ratingModal .close span {
    height: 15px;
    width: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 14px !important;
}
.related .yith-wcwl-add-button {
    position: absolute;
    left: 23px;
    opacity: 0;
    -khtml-opacity: 0;
}
.single-product .related .add_to_wishlist.single_add_to_wishlist span {
    font-size: 0px;
}
p.stock-availability {
    margin-top: 15px;
}
.stock-availability span {
    color: #505050;
    font-family: 'Montserrat';
    font-weight: 600;
}
.sp_key {
    width: 35%;
}
.rep_wrap_div {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 5px 0px 0px;
}
.sp_key {
    width: 35%;
    color: #000000;
    opacity: 0.8;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}
.sp_value {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    width: 65%;
}
h2.rep_heading {
    font-size: 18px;
    margin: 15px 0px 15px;
    border-bottom: 1px solid #6d6d6d;
}
h2.rep_heading::after {
    content: "";
    display: block;
    border-bottom: 2px solid #21286a;
    width: 12%;
    position: relative;
    top: 10px;
}
.heading-full-specification {
    font-size: 20px;
    font-family: 'Montserrat SemiBold';
}
#ratingModal  .star-rating{
    float: right;
}
.shop img.attachment-woocommerce_thumbnail{
    background-color: #efefef;
}
.woo-product-gallery-slider .slick-arrow {
    cursor: pointer;
}
h3.product_dec::after {
    content: "";
    display: block;
    border-bottom: 3px solid #21286a;
    width: 10%;
    position: relative;
    top: 11px;
}
span.filter_count {
    position: absolute;
    right: 0px !important;
}
div#gallary .gallary_row {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(2,auto);
    margin: 0px !important;
    grid-gap: 20px;
}
div#gallary .gallary_row .gl_imgs{
    padding: 0;
}
div#gallary .gallary_row .gl_imgs img{
    width: 100%;
    height: 100%;
}
div#gallary .gallary_row .gl_imgs:nth-child(1){
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 5;
}
div#gallary .gallary_row .gl_imgs:nth-child(2){
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
}
div#gallary .gallary_row .gl_imgs:nth-child(3){
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
}
div#gallary .gallary_row .gl_imgs:nth-child(4){
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 7;
    grid-column-end: 9;
}
div#gallary .gallary_row .gl_imgs:nth-child(5){
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 5;
    grid-column-end: 7;
}
div#gallary .gallary_row .gl_imgs:nth-child(6){
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 9;
    grid-column-end: 12;
}
#gallery .gl_imgs img.single_gl_imgs{
  height: 100% !important;
  width: 100% !important;
}