/*
Theme Name: Custom Them
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Poppins', sans-serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Cinzel", serif !important;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 4.4rem;
}
h3 {
    font-size: 3.1rem;
    line-height: 3.8rem;
}
h4 {
    font-size: 2.8rem;
    line-height: 3.4rem;
}
body .vc_section h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #BF0413 !important;
    font-family: "Poppins", serif !important;
    margin-bottom: 15px !important;
    text-transform: capitalize;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1444px) {
 body.archive li.product.type-product, section.related.products ul li {
    width: 48% !important;
}

body.archive li.product.type-product:nth-child(2n+1) {
    margin-left: 0 !important;
}

body.archive li.product.type-product:nth-child(4n+2) {
    margin-right: 0 !important;
}
aside#secondary {
    flex: 100% !important;
    max-width: 22% !important;
}
body.archive section#primary {
    flex: 100%;
    max-width: 78% !important;
}
body.archive .products li.product h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600;
    margin-top: 20px !important;
}
.vc_section.sec_banner {
    padding-left: inherit !important;
    padding-right: inherit !important;
}
.vc_section.sec_banner .vc_row.bnr_btm_raw {
        bottom: 30px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
.vc_section.sec_banner .bnr_txt p {
    font-size: 15px !important;
    line-height: 26px !important;
}
.vc_section.sec_banner h3 {
    margin-bottom: 20px !important;
    margin-top: 80px !important;
}
.vc_section.sec_banner .bnr_txt {
    padding-left: 10px;
}
.vc_section p {
    font-size: 16px !important;
    line-height: 28px !important;
}
	.vc_section.sec_banner .sing_bnr {
        margin-bottom: 0px !important;
        margin-left: 0;
        margin-top: 0px !important;
    }
	
header#masthead {
    padding: 0px 15px 0px 15px;
}
.sec_banner .bnr_btn_down {
    width: 30%;
    margin-bottom: 30px !important;
}
.vc_section.sec_banner {
    padding-bottom: 40px !important;
}
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}
}
@media (max-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px !important;
}
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
/* .navbar-collapse.collapse.show {
    transform: unset;
}
.navbar-collapse {
    background: #000 !important;
    width: 700px;
    right: 0% !important;
    position: fixed !important;
    z-index: 999;
    top: 0 !important;
    transition: 0.5s;
    padding: 0px 0px;
    height: 100%;
    transform: translate(100%, 0);
    display: block !important;
}
#masthead .btn-close {
    background: transparent !important;
    border: none;
    color: #fff;
    font-weight: 700 !important;
    font-size: 30px;
    top: 10px;
    position: relative;
    display: block !important;
    outline: none !important;
    left: 14px;
}
#masthead .navbar-collapse #menu-header-menu li a {
    color: #fff;
    padding: 16px 0px !important;
    text-align: right;
    margin-right: 15px;
}
#masthead #menu-header-menu li {
    border-bottom: 1px solid #fff;
} */
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*----------------------------------------
             custom css
------------------------------------------*/
#masthead .btn-close {
    display: none;
}
body, html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
section .wpb_text_column {
  margin-bottom: 0;
}
ul{
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 0 !important;
}

a{
  text-decoration: none !important;
  padding: 0px !important;
  background: none !important;
}
input{
  box-shadow: none !important;
  outline: none !important;
}
.web_btn a{
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
p {
    font-size: 18px;
    font-weight: 400;
    color: #464646;
    line-height: 32px;
    text-transform: capitalize;
}
/*----------------------------------------
          sec top baar 
------------------------------------------*/
.sec_top_bar {
    padding: 14px 0px;
    background: black;
}
/*----------------------------------------
           Headerr
------------------------------------------*/
.home #masthead {
    padding: 0px 100px 0px 100px;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: #000;
}
#masthead {
    padding: 0px 100px 0px 100px;
    position: unset;
    background: #000;
}
.home #masthead .container-fluid {
    border-bottom: 1px solid #B1B1B1;
    padding: 10px 0px;
}
#masthead .container-fluid {
    padding: 10px 0px;
}

#masthead #menu-header-menu li a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    transition: 0.5s;
    margin-right: 20px;
    padding: 2px 6px !important;
    border-radius: 3px;
}
#masthead #menu-header-menu li a:hover {
    background: #4682B4 !important;
    color: #fff;
    transition: 0.5s;
}
#masthead .navbar-brand {
    width: 10%;
}
#masthead ul li a {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    margin-left: 30px;
    line-height: 14px;
    transition: 0.5s;
}

#masthead ul li:nth-child(2) a {
    border-left: 1px solid #ffffff9e;
    border-right: 1px solid #ffffff9e;
}
#masthead ul li:nth-child(2) a {
    padding: 0px 25px !important;
}
#masthead ul li:nth-child(3) a {
    border-right: 1px solid #ffffff9e;
    padding-right: 25px !important;
}
/*----------------------------------------
          sec banner
------------------------------------------*/
 .vc_section.sec_banner {
    background-size: 100% 100% !important;
}
section.vc_section.sec_banner p {
    background: #e1f1f7d1;
    padding: 10px;
}
.sec_banner .bnr_hdng img:after {
    content: "";
    background: url(inc/assets/images/bhu.png) no-repeat;
    background-size: 100% 100%;
    height: 400px;
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec_banner .bnr_hdng img {
    position: relative;
}
.sec_banner h3 {
    margin-bottom: 60px !important;
    margin-top: 30px !important;
}
.sec_banner .bnr_txt {
    padding-left: 20px;
}
.sec_banner .sing_bnr {
    margin-bottom: 50px !important;
    margin-left: -20px;
}
.sec_banner .vc_row.bnr_btm_raw {
    position: absolute;
    bottom: 60px;
    width: 90%;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 90% !important;
}
/* .sec_banner .bnr_txt p {
    text-shadow: 1px 0px 11px #fff;
} */
.sec_banner .bnr_txt p strong {
    font-weight: 400;
/*     color: #dbdbdbde;
    text-shadow: 1px 1px 0px #000; */
}
/*----------------------------------------
           sec book
------------------------------------------*/
.sec_our_book p {
    color: #5C5C5C;
}
.sec_our_book .bok_thum {
    background: #bf04132b;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px;
    border-radius: 10px;
    overflow: hidden;
}
.sec_our_book .star {
    margin: 30px 0px !important;
}
.sec_our_book .web_btn a,.sec_aboutus .web_btn a {
    background: #BF0413 !important;
    width: 170px;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    color: #fff !important;
    border-radius: 10px;
    margin-top: 40px;
}

/*----------------------------------------
           sec about us
------------------------------------------*/
.vc_section.sec_aboutus {
    background-size: 100% 72% !important;
    background-position: 100% 48% !important;
}
.sec_aboutus p {
    color: #5C5C5C;
    margin-bottom: 30px !important;
}
.sec_aboutus h2 {
    line-height: 74px;
    margin-bottom: 30px !important;
    padding-right: 50px;
}
.sec_aboutus .web_btn a {
    margin-top: 20px;
}
/*----------------------------------------
        sec contact us   
------------------------------------------*/
.sec_contact .form-control {
    height: 70px;
    border-radius: 10px;
    padding-left: 20px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #C6C6C6 !important;
    background: #F7F7F7;
    font-size: 18px;
    color: #5A5A5A;
    text-transform: capitalize;
}
.sec_contact .form-control::placeholder {
    color: #5A5A5A;
}
.sec_contact textarea {
    height: 220px !important;
    padding-top: 25px;
    resize: none;
}
.sec_contact .frm_sub_btn {
    width: 100%;
    background: #BF0413 !important;
    border: 1px solid #BF0413 !important;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    transition: 0.5s;
}
/*----------------------------------------
            sec our work
------------------------------------------*/

/*----------------------------------------
            sec newsletter
------------------------------------------*/

/*----------------------------------------
           footer
------------------------------------------*/
#footer-widget .container {
    padding: 60px 0px 30px;
}

#footer-widget .zoom-social-icons-list li.zoom-social_icons-list__item {
    height: 36px;
    width: 36px;
    background: #4682B4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#footer-widget .zoom-social-icons-list {display: flex;margin: 50px 0px 0px 0px !important;}
#footer-widget ul li a, #footer-widget ul li {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    transition: 0.5s;
    line-height: 26px;
}
.ftr-2 ul li {
    position: relative;
    padding-left: 20px !important;
    margin-bottom: 15px;
}
.ftr-2 ul li:before {
    content: "\f111";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    font-size: 6px;
    top: 0;
    color: #BF0413;
}

#colophon .site-info p a {
    color: #8b1211 !important;
    font-weight: 500;
}
div#footer-widget {
    background-image: linear-gradient(to bottom right, #f1f8fd, #c2ebff8c);
    background: #000 !important;!i;!;
}
#footer-widget p {
    color: #ffffff;
    font-size: 16px;
    padding-right: 40px;
}
#footer-widget .ftr-3 p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    padding-right: 0;
}
#footer-widget .ftr-3 {
    padding-left: 60px;
}
#footer-widget .ftr-3 .news_wrapper p {
    display: flex;
    margin-bottom: 0;
    background: #cfd9e0;
    height: 60px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
span.wpcf7-spinner {
    position: absolute;
}
#footer-widget .ftr-3 .news_wrapper p .news_btn {
    background: transparent;
    height: 50px;
    width: 53px;
    border: 1px solid #BF0413 !important;
    position: absolute;
    right: 6px;
    top: 5px;
    border-radius: 10px;
    font-size: 0;
    z-index: 1;
    transition: 0.5s;
}
#footer-widget .ftr-3 .news_wrapper i {
    background: #BF0413 !important;
    width: 53px;
    height: 50px;
    display: flex !important;
    align-items: center;
    position: absolute;
    right: 6px;
    top: 5px;
    border-radius: 10px;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
#footer-widget .ftr-3 .news_wrapper p .form-control {
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}
#footer-widget .ftr-3 .news_wrapper p .form-control::placeholder {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
}
#footer-widget .widget_media_image {
    width: 60%;
    margin-bottom: 40px;
}
#footer-widget h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
#footer-widget .ftr-2:before {
    left: 20px;
}
#footer-widget .ftr-2:after {
    right: 20px;
}
#footer-widget .ftr-2:before, #footer-widget .ftr-2:after {
    content: "";
    background: #ffffff5e;
    position: absolute;
    height: 85px;
    width: 1px;
    top: 20%;
}
#footer-widget .ftr-2 {
    display: flex;
    justify-content: center;
    position: relative;
}
footer#colophon {
    background: #b9001c !important;
    padding: 10px 0px;
}
#colophon ul.zoom-social-icons-list {
    margin: 0 !important;
}
#colophon .site-info {
    align-items: center;
}
#colophon .site-info p a {
    color: #fff !important;
}
#colophon .site-info p {
    color: #D1D1D1;
    font-size: 16px;
}
footer#colophon section, footer#colophon section p {
    margin: 0;
}
#colophon ul.zoom-social-icons-list li.zoom-social_icons-list__item {
    margin: 0 !important;
    padding: 0 !important;
    height: 34px;
    width: 34px;
    background: #c3063a !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-left: 6px !important;
}
/*----------------------------------------
           hover effects
------------------------------------------*/
#footer-widget ul li a:hover, #footer-widget ul li:hover {
    color: #b9001c;
    transition: 0.5s;
}
#masthead ul li a:hover {
    font-weight: 400;
    transition: 0.5s;
    color: #BF0413;
}
.sec_our_book .web_btn a:hover, .sec_aboutus .web_btn a:hover {
    background: transparent !important;
    transition: 0.5s;
    color: #b9001c !important;
    border: 1px solid #b9001c !important;
}
.sec_contact .frm_sub_btn:hover {
    background: transparent !important;
    color: #b9001c !important;
    transition: 0.5s;
}
/*------------------------------------
          sec acontact us
------------------------------------*/

/*---------------------------
    shop page
-----------------------------*/
h2.title.pbc_title {
    display: none;
}
.sec_product_cat_inner .woocommerce ul.products li.product-category.product {
    width: 24.1% !important;
    margin-bottom: 40px !important;
}
#secondary {
    padding: 20px;
    background: #ffffff36;
    box-shadow: 0px 0px 7px 0px #0000001f;
}
#secondary ul li {
    position: relative;
    padding-left: 22px;
    transition: 0.5s;
}
#secondary ul li:before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 1px;
    color: #e24d13;
    font-weight: 900;
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    transition: 0.5s;
}
#secondary ul li:hover a {
    transition: 0.5s;
    color: #e24d13;
    padding-left: 5px !important;
}
#secondary ul li:hover:before {
    padding-left: 8px !important;
    transition: 0.5s;
}
.archive h1.page-title {
    display: none;
}
.archive li.product.type-product, .related.products ul li {
    box-shadow: 0px 0px 20px 0px #00000017;
    padding: 0px 0px 40px 0px !important;
    text-align: center;
    width: 23.5% !important;
    background: #fff;
    margin-right: 27px !important;
}
.archive li.product.type-product:nth-child(4n+1) {
    margin-left: 0;
}

.archive li.product.type-product:nth-child(4n+4) {
    margin-right: 0 !important;
}
.archive .product.type-product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
.related.products img {
    height: 260px !important;
    padding: 0px;
    object-fit: cover;
}
.archive  ul.products li.product .price ins {
    font-size: 26px !important;
}
.archive  ul.products li.product .price del {
    font-size: 16px !important;
    margin-top: 4px !important;
}
.archive div#content {
    padding: 20px 0px;
    background: #c79c3e05;
}
.archive h1.page-title {
    display: none;
}
.archive div#content {
    padding: 100px 0px;
    background: #00000008 !important;
}
.archive div#content ul.page-numbers li {
    background: #db3f24;
}
.archive div#content span.page-numbers.current {
    background: transparent !important;
    color: #fff !important;
    display: flex;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 0px !important;
}
.archive div#content .page-numbers li a.page-numbers,
.archive div#content span.page-numbers.current{
    color: #fff !important;
    padding: 0 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    background: transparent !important;
    display: flex !important;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.archive div#content ul.page-numbers li {
    display: flex !important;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin-left: 10px !important;
}
.archive div#content ul.page-numbers {
    border: none !important;
}
.archive section#primary {
    padding-left: 40px;
}
.archive form.woocommerce-product-search input {
    height: 38px;
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    border: none;
    background: transparent;
}
.archive form.woocommerce-product-search input::placeholder{
  color: #fff !important;
}
.archive form.woocommerce-product-search {
    border: 1px solid #292929;
    position: relative;
    display: flex;
    background: #292929;
    height: 40px;
}
.archive form.woocommerce-product-search button {
    background: #db3f24;
    border: none !important;
    height: 38px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    padding: 0 !important;
    width: 40px;
}
.archive form.woocommerce-product-search button:after {
    content: "\f002";
    font-weight: 800;
    font-family: 'Font Awesome 5 Free';
    z-index: 999;
    font-size: 17px;
    color: #fff;
}
.archive p.woocommerce-result-count {
    font-size: 16px;
    color: #111111;
    margin-bottom: 0 !important;
}
.archive select.orderby {
    border-radius: 0;
    height: 50px;
    outline: none;
    width: 230px;
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 6px !important;
}
.archive .widget-title {
    text-transform: capitalize;
    color: #2B2B2B !important;
    font-size: 20px;
}
.archive .product-categories li a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #e24d13;
}
.archive .price_slider_amount button {
    background: linear-gradient(#E2D28C, #BF8F1A) !important;
    width: 140px;
    height: 39px;
    border-radius: 30px !important;
    color: #fff !important;
    outline: none !important;
    border: 1px solid #c39625 !important;
}
.archive .price_slider_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.archive .price_slider_amount button {
    background: #e24d13 !important;
    width: 140px;
    height: 39px;
    border-radius: 30px !important;
    color: #fff !important;
    outline: none !important;
    border: 1px solid #e24d13 !important;
    margin-top: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.archive  .price_slider_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.archive  .price_label {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-left: 4px;
}
.archive section#woocommerce_price_filter-2 h3.widget-title {
    margin-bottom: 30px;
}
.archive .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    right: 34px !important;
  bottom: 150px !important;
}
.qib-button {
    background: black !important;
    color: #fff !important;
}
.archive ul.products li h2, .related.products ul.products li h2 {
    font-size: 22px !important;
    margin: 5px 0px 10px 0 !important;
    line-height: 30px;
    height: 60px;
}
.related.products ul.products li h2 {
  text-overflow: ellipsis;
    --max-lines: 1;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    overflow: hidden;
  padding: 0 !important;
}
.related.products span.cst_field {
    width: 100%;
    display: block;
}
.related.products a.add_to_cart_button {
   
    margin-bottom: 20px !important;
}
.archive span.price, .related.products span.price, .acoqvw_contentInner p.price span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
    color: #d42d2d !important;
    font-weight: 600 !important;
}
.archive.post-type-archive p.product-description, .archive.tax-product_cat p.product-description {
    display: none;
}

.archive p.shot_des, .archive .acoqvw_trigger_outer,
.archive a.added_to_cart.wc-forward,
.products p.shot_des,
.related.products a.added_to_cart.wc-forward,
.related.products .acoqvw_trigger_outer {
    display: none !important;
}
.archive ul.products li a.button.wp-element-button,
.related.products ul.products li a.button.wp-element-button {
    background: #e24d13 !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-transform: capitalize;
    transition: 0.5s;
}
.archive div#content .container {
    flex: 100% !important;
    max-width: 94% !important;
}
.archive .button.ajax_add_to_cart, 
.related.products a.add_to_cart_button {
    background: #e24d13 !important;
    width: 90%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #fff !important;
    border: 1px solid #e24d13 !important;
    transition: 0.5s !important;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 24px auto 0px auto !important;
    text-transform: uppercase;
    font-size:15px;
}

.archive p.product-description, .archive span.price, 
.related.products span.price, .acoqvw_contentInner p.price span.woocommerce-Price-amount.amount, 
.archive ul.products li h2, 
.related.products ul.products li h2,
.related.products p.product-description {
    padding: 0px 20px !important;
}
 .related.products {
    display: none;
} 
/*----------------------------------
      single product page
-----------------------------------*/
.product-template-default.single.single-product #secondary {
    display: none;
}
.product-template-default.single.single-product section#primary {
    flex: 100%;
    max-width: 100%;
}
.product-template-default.single.single-product div#content {
    background: #00000008;
    padding: 100px 0px 80px;
}
.product-template-default.single.single-product h1.product_title.entry-title {
    font-size: 40px;
    border: none;
    font-weight: 600 !important;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}
.product-template-default.single.single-product .summary.entry-summary {
    flex-direction: column;
    display: flex;
}
.product-template-default.single.single-product .woocommerce-product-details__short-description {
    margin: 10px 0px 0px 0px !important;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.product-template-default.single.single-product button.single_add_to_cart_button.button {
    background: #e24d13;
    outline: none !important;
    height: 44px !important;
    margin-top: -3px !important;
    border: 1px solid #e24d13 !important;
    text-transform: uppercase;
}
.product-template-default.single.single-product button.minus,
.product-template-default.single.single-product button.plus {
    background: #000000 !important;
    border: none !important;
    color: #fff !important;
}
.product-template-default.single.single-product .form-submit input#submit {
    background: #e24d13 !important;
    color: #fff !important;
    width: 180px;
    align-items: center;
    font-size: 18px !important;
    height: 52px;
    font-weight: 600 !important;
    text-transform: uppercase;
}
div#review_form_wrapper .comment-form-author input, div#review_form_wrapper .comment-form-email input {
    width: 100% !important;
    height: 40px;
}
.product-template-default.single.single-product .product_meta a {
    color: #db3f24;
    font-weight: 800;
}
.product-template-default.single.single-product section.related.products h2,
.product-template-default.single.single-product div#reviews h2.woocommerce-Reviews-title {
    font-size: 36px;
    text-transform: capitalize;
    color: #000000;
}
.product-template-default.single.single-product .stars a {
    color: #db3f24;
}
.product-template-default.single.single-product .woocommerce-product-gallery__image {
    border-radius: 10px;
    margin-bottom: 0px !important;
    overflow: hidden !important;
    background: #fff;
/*     padding: 50px; */
    box-shadow: 0px 0px 10px 0px #00000038;
}
.product-template-default.single.single-product .woocommerce-product-gallery__image img {
    height: 100% !important;
    /* object-fit: contain; */
    margin-bottom: -6px !important;
}
span.onsale {
    display: none;
}
.product-template-default.single.single-product .flex-viewport {
    border: none !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px #0000001c;
}
.product-template-default.single.single-product h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
}
.product-template-default.single.single-product ul.tabs.wc-tabs li::before,
.product-template-default.single.single-product ul.tabs.wc-tabs li a::after {
    display: none !important;
    border: none !important;
}
.product-template-default.single.single-product .stock.in-stock {
    font-size: 18px !important;
    color: #f23750 !important;
    font-weight: 700;
}
.product-template-default.single.single-product .product_meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-template-default.single.single-product  ul.tabs.wc-tabs li {
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    margin-right: 10px !important;
}
.product-template-default.single.single-product ul.tabs.wc-tabs li a {
    padding: 14px 50px !important;
    background: #e24d13 !important;
    border: 1px solid #e24d13 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 10px !important;
}
.product-template-default.single.single-product ol.flex-control-nav.flex-control-thumbs li {
    width: 20% !important;
    border: 1px solid #4a4a4a61;
    margin-right: 10px !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.product-template-default.single.single-product ol.flex-control-nav.flex-control-thumbs {
    margin-top: 40px !important;
}
.product-template-default.single.single-product p.price {
    color: #db3f24;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
}
.product-template-default.single.single-product a.tinvwl_add_to_wishlist_button {
    color: #f23750;
    transition: 0.5s;
    width: 100% !important;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.product-template-default.single.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after:before {
    font-size: 50px;
}
.product-template-default.single.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after span {
    display: block !important;
    color: #f23750;
    font-size: 20px;
}
#tab-description {
    margin-bottom: 0;
}
.product-template-default.single.single-product .woocommerce-message a.button.wc-forward {
    background: #db3f24 !important;
    color: #fff;
    font-weight: 500;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 18px;
    text-transform: capitalize;
}
.product-template-default.single.single-product .woocommerce-message {
    padding-right: 0;
    padding-left: 30px;
}
.product-template-default.single.single-product .woocommerce-message:before {
    left: 0;
}
/* --------------------------------------
      Cart CSS
-------------------------------------------*/
.sec_cart h1 { 
   font-size: 40px; border: none;
 }
 .sec_cart p.return-to-shop a.button.wc-backward {
    background: #e24d13 !important;
    width: 150px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 2%;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #e24d13 !important;
} 
a.added_to_cart.wc-forward {
    display: none;
}
.sec_cart .cart th {
    background: #E24D13;
    color: #ffffff;
    text-align: left;
    font-weight: 600 !important;
    font-size: 18px;
    text-transform: uppercase;
}
.sec_cart td.product-thumbnail {
    width: 24%;
}
.sec_cart section#primary {
    flex: 0 0 100%; max-width: 100%;
}
 a.shipping-calculator-button {
    color: #db3f24;
    font-weight: 600;
}
.sec_cart .cart tr {
    height: 50px !important;
} 
.sec_cart  .cart_item td span,.sec_cart   .cart_item td a {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
.sec_cart  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    text-align: center;
}
.sec_cart input#coupon_code {
    padding: 9px 10px;
    margin-right: 30px;
}
.sec_cart button.button {
    background: #E24D13;
    color: #fff !important;
    border: solid 1px #E24D13 !important;
    height: 46px;
    text-transform: uppercase;
    font-weight: 600;
}
.sec_cart button.button:hover {
    background: transparent !important;
    color: #E24D13 !important;
}
.sec_cart .wc-forward:hover {
    background: transparent !important;
    color: #E24D13 !important;
    border: solid 1px #E24D13 !important;
}
.sec_cart .wc-forward {
    background: #E24D13 !important;
    border: solid 1px #E24D13 !important;
    margin-bottom: 0 !important;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.sec_cart .woocommerce a.remove {
    background-color: #E24D13 !important;
    color: #fff !important;
    border: solid 1px #E24D13;
    display: flex;
    justify-content: center;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    align-items: center;
}
.sec_cart .woocommerce a.remove:hover {
    color: #a98865!important;
    background: #ffffff !important;
}
.sec_cart h1 {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 40px;
    color: #292929;
}
.sec_cart .cart_totals h2 {
    margin-top: 80px;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 48px;
}
.woocommerce table.shop_table, .woocommerce table.shop_table td {
    border: 1px solid #0000001a;
}
.sec_cart td.product-thumbnail img {
    width: 100% !important;
    height: 100% !important;
}
.sec_cart td.product-thumbnail {
    height: 100% !important;
    width: 200px !important;
    padding: 20px !important;
}
/*----------------------------------
        Check Out CSS
 ---------------------------------*/
.page-id-9  { 
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.sec_check_out h1.entry-title {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 40px;
    color: #101010;
    letter-spacing: 4px;
    font-weight: 600;
}
.sec_check_out .woocommerce-info a {
    color: #e24d13;
}
.sec_check_out .woocommerce-info, .page-id-174 .woocommerce-info::before, .page-id-174  .woocommerce-info {
    border-top-color: #0d8135 !important;
}
.sec_check_out .woocommerce-info {
    border-top-color: #000000 !important;
}
.sec_check_out .woocommerce-info::before {
    color: #000000 !important;
} 
.sec_check_out #customer_details .col-12 {
    padding: 0;
} 
.sec_check_out .form-group .form-control {
    padding: 22px 18px;
} 
.sec_check_out span.woocommerce-input-wrapper {
    width: 100% !important;
}
.sec_check_out .form-group .form-control:focus {
    box-shadow: none !important;
    border: solid 1px #0074c9;
} 
.sec_check_out .form-group label.control-label {
    line-height: 2 !important;
} 
.sec_check_out .select2-container .select2-selection--single {
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border: solid 1px #ced4da;
}
.sec_check_out .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px;
}
.sec_check_out form .form-row textarea {
    width: 100% !important;
    resize: none; height: 50px !important;
    padding-top: 14px;
} 
.sec_check_out .woocommerce-additional-fields label.control-label {
    line-height: 2 !important;
} 
.sec_check_out .woocommerce-privacy-policy-text a {
    color: #e24d13 !important;
}
.sec_check_out button#place_order {
    padding: 15px 50px !important;
    border-radius: 30px !important;
    background: #e24d13 !important;
    color: #fff !important;
    border: solid 2px #e24d13 !important;
    margin-top: 20px;
    outline: none !important;
    font-weight: 600;
    text-transform: uppercase;
}
.sec_check_out button#place_order:hover {
    background-color: transparent !important;
    color: #e24d13 !important;
    border: solid 2px !important;
}
.sec_check_out h3 {
    margin-top: 38px !important;
    font-size: 38px;
    text-transform: uppercase;
}

/*----------------------------------------
           My account page
------------------------------------------*/
.sec_my_account .u-column1, .sec_my_account .u-column2 {
    flex: 100%;
    max-width: 100%;
}

.sec_my_account .woocommerce-button.button.woocommerce-form-login__submit, 
.sec_my_account .woocommerce-Button.woocommerce-button.woocommerce-form-register__submit {
    width: 100%;
    height: 50px;
    background: #e24d13 !important;
    color: #fff;
    font-size: 18px;
    outline: none !important;
    font-weight: 600;
    box-shadow: none !important;
    border: 1px solid #e24d13;
    text-transform: uppercase;
    border-radius: 100px;
    margin: 0;
}
.sec_my_account div#customer_login h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 32px;
}
p.woocommerce-LostPassword.lost_password a, .woocommerce-privacy-policy-text a {
    color: #db3f24;
}
.sec_my_account aside#secondary {
    display: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}
.sec_my_account .u-column1, .sec_my_account .u-column2 {
    flex: 100%;
    max-width: 100%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    padding: 50px 10px;
}
.sec_my_account p.woocommerce-form-row label, p.woocommerce-form-row span {
    width: 100% !important;
}
.sec_my_account #customer_login .show-password-input:after {
    left: unset !important;
    position: absolute;
    top: 6px;
    right: 10px;
}
.sec_my_account #customer_login .form-control {
    height: 50px;
    margin-bottom: 10px !important;
    box-shadow: none !important;
    border-radius: 100px;
}
/*----------------------------------------
           
------------------------------------------*/
.bnr_btn_down img {
    animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
/*----------------------------------------
           
------------------------------------------*/
/* ===================RESPONSIVE =================*/
@media (max-width: 1200px){
	section.vc_section.sec_our_book {
    padding-top: 60px !important;
}
.sec_our_book  h2, .sec_aboutus h2 {
    font-size: 60px !important;
    line-height: 1.2 !important;
}
.sec_our_book  h4 {
    font-size: 30px !important;
    line-height: 1.2 !important;
}
.sec_our_book .star {
    margin: 15px 0 !important;
}
.sec_our_book .bok_thum{
    height: 450px;
}
.sec_our_book .web_btn a, .sec_aboutus .web_btn a {
    font-size: 16px;
    height: 50px;
}
section.vc_section.sec_aboutus {
    padding-bottom: 50px !important;
}
.sec_contact .form-control {
    height: 60px;
    font-size: 16px;
}
.sec_contact textarea {
    height: 150px !important;
}
.sec_contact .frm_sub_btn {
    font-size: 16px;
    height: 50px;
}
#footer-widget h3 {
    font-size: 24px;
    line-height: 1.2;
}
#footer-widget .ftr-3 .news_wrapper p {
    height: 50px;
}
#footer-widget .ftr-3 .news_wrapper i, #footer-widget .ftr-3 .news_wrapper p .news_btn{
    height: 40px;
}	
}

@media (max-width: 1199px){
#masthead {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.sec_banner .bnr_hdng img {
    height: 630px;
    object-fit: contain;
    object-position: top;
}
.navbar-light .navbar-toggler {
    color: #fff !important;
    background: #fff !important;
}
ul#menu-header {
    /* gap: 20px; */
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
}
#masthead ul li:nth-child(2) a, #masthead ul li:nth-child(3) a {
    padding: 0 !important;
    border-left: 0 !important;
	border-right: 0 !important;
}
#masthead .navbar-brand {
    width: 170px;
}
    a#clos__menu {
        position: absolute;
        top: 50px;
        right: 10px;
        background: #efeb3a !important;!i;!;
        color: #fa0002;
        text-decoration: none;
        font-size: 25px;
        line-height: 0;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
div#main-nav {
    /* padding: 20px; */
}
div#main-nav show {
    transition: 0.5s;
}
#masthead ul li a {
    margin-left: 0;
    line-height: 2;
}
.home #masthead .container-fluid {
    border: none;
    padding: 0;
}
section.vc_section.sec_aboutus .vc_column_container>.vc_column-inner {
    padding-left: 15px !important;
    padding-right: inherit !important;
}
section.vc_section.sec_our_book .vc_column_container>.vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.vc_section.sec_aboutus {
    background-size: 100% 80% !important;
}
.page-id-86 .vc_section.sec_aboutus {
    background-size: 100% 100% !important;
}
}

@media (max-width: 1023px){
.sec_our_book h2, .sec_aboutus h2, .sec_contact h2 {
        font-size: 42px !important;
}
.vc_column-inner.vc_custom_1738792141993 {
    padding-left: 0 !important;
}
.sec_aboutus h2 {
    padding-right: 0 !important;
}
.sec_contact .form-control {
    height: 50px;
}
#footer-widget .ftr-3 {
    padding-left: 0 !important;
}
#footer-widget .container {
    padding: 50px 20px !important;
}
#colophon .site-info p {
    font-size: 14px !important;
}
}

@media (max-width: 991px) {
.sec_banner .bnr_hdng img {
    height: 720px;
}
.vc_section.sec_aboutus {
    background-size: 100% 92% !important;
}
.sec_our_book h2, .sec_aboutus h2 {
    font-size: 36px !important;
}
.sec_aboutus .web_btn a {
    margin-top: 0;
}
}

@media (max-width: 767px) {
#footer-widget .widget_media_image {
    width: 100%;
    text-align: center;
}
#footer-widget .col-md-4.ftr-3 {
    padding-left: 15px !important;
}
#footer-widget .ftr-2:before {
    /* left: 0; */
}
#footer-widget .ftr-2 ul li a {text-align: center;}
#colophon .site-info p {
    text-align: center;
}
#colophon ul.zoom-social-icons-list {
    text-align: center;
}
.sec_our_book .bok_thum {
    margin-bottom: 30px !important;
}
.bok_thum {
    margin-top: 30px !important;
}
.bok_thum img {
    height: 400px !important;
    object-fit: contain;
    border-radius: 11px;
    width: 100%;
}
.vc_section.sec_aboutus {
    background-size: 100% 100% !important;
}
section.vc_section.sec_our_book {
    text-align: center;
}
section.vc_section.sec_our_book h5 {
    text-align: center !important;
}
section.vc_section.sec_our_book h2 {
    text-align: center !important;
}
.sec_our_book .star {
    text-align: center !important;
}
.sec_our_book h4 {
    text-align: center !important;
}
section.vc_section.sec_aboutus .vc_column_container>.vc_column-inner {
    padding-right: 15px !important;
    text-align: center;
}
.sec_aboutus h2 {
    text-align: center !important;
}
body .vc_section h5 {
    text-align: center !important;
}
#footer-widget .widget_media_image img {
    width: 30%;
}
.ftr-3 {
    text-align: center;
}
section.vc_section.sec_aboutus {
    margin-top: 30px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
section.vc_section.sec_our_book {
    padding-top: 30px !important;
}
.vc_section.sec_banner .vc_row.bnr_btm_raw {
    position: unset;
}
.sec_banner .bnr_hdng img {
    height: 100%;
}
.vc_section.sec_banner .vc_row.bnr_btm_raw {
    text-align: center;
}
.vc_section.sec_banner .sing_bnr {
    text-align: center;
}
.sec_banner .bnr_btn_down {
    width: 100%;
    text-align: center !important;
}
.sec_aboutus .web_btn a {
    margin-bottom: 30px;
}
.page-id-86 section.vc_section.sec_aboutus {
    margin-top: 0;
}
.sec_banner .bnr_btn_down img {
    width: 100px;
}
}

@media (max-width: 575px) {
#masthead ul li a {
    font-size: 15px;
}
#masthead .navbar-brand {
    width: 30%;
}
body .vc_section .amaxone_btn {
    width: 60% !important;
    margin-top: 9px !important;
}
.vc_section.sec_banner {
    padding-top: 120px !important;
}
.sec_banner .bnr_hdng img {
    object-fit: cover !important;
}
section.vc_section.sec_our_book h2 {
    font-size: 28px !important;
}
.sec_our_book h4 {
    font-size: 28px !important;
}
.sec_aboutus h2 {
    font-size: 28px !important;
}
.sec_our_book h2, .sec_aboutus h2, .sec_contact h2 {
    font-size: 25px !important;
}
#footer-widget .widget_media_image img {
    width: 50%;
}
section#contact {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
}
.vc_section .amaxone_btn {
    width: 30%;
    display: inline-block !important;
    margin-top: 39px !important;
    margin-left: 10px !important;
}