/* global css start */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

button.close {
    background-color: #b50000;
    padding: 0 5px 4px;
    font-size: 32px;
    line-height: 16px;
    border: none;
    color: #fff;
    border-radius: 3px;
}
.teamPBox {
    margin: 10px 0;
}

body{
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 1700px;
  margin: auto;
  box-shadow: 0px 0px 10px #ccc;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
}

p {
  margin: 0;
}

button.slick-next.slick-arrow {
    display: none!important;
}

.paginationPart {
    margin-top: 20px;
}

/* global css end */

/*.headerBanner {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(-45deg, #7b3d3d, #145827, #e72732, #000000);
    animation: gradient 15s ease infinite;
    letter-spacing: 1px;
    text-align: center;
    background-size: 400% 400%;
    padding: 4px 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  30% {
    background-position: 70% 30%;
  }
  50% {
    background-position: 50% 50%;
  }
  750% {
    background-position: 30% 70%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.headerLogo a {
    display: block;
}

.headerLogo a img{
    display: block;
    width: 85%;
    margin: 0px auto;
    padding: 5px 0;
}

.searchBoxHead {
    margin: 16px 0px;
}

.searchBoxHead .form-control {
    border-radius: 0;
    height: auto;
}

.searchBoxHead span.input-group-text {
    border-radius: 0;
    font-size: 20px;
    color: #ffffff;
    background-color: #7b3d3d;
    padding: 10px 20px;
    cursor: pointer;
}

.infoPart ul {
    display: block;
    text-align: center;
}

.infoPart {
    margin: 17px 0;
}

.infoPart ul li {
    display: inline-block;
    text-align: center;
}

.infoPart ul li a{
    display: block;
    text-align: center;
    border: 1px solid #7b3d3d;
    color: #7b3d3d;
    padding: 6px 0;
    border-radius: 50%;
    width: 38px;
    font-size: 16px;
    margin: 0px 2px;
    transition-duration: 0.3s;
}

.infoPart ul li a:hover{
    background-color: #7b3d3d;
    color: #fff;
}

a.loginBtn {
    display: block;
    text-align: center;
    background-color: #7b3d3d;
    font-size: 13px;
    text-transform: uppercase;
    transition-duration: 0.2s;
    color: #fff;
    letter-spacing: 2px;
    padding: 6px 0;
    margin: 21px 0;
    border-radius: 30px;
}

a.loginBtn:hover{
  background-color: #444;
}

.menuHeader {
    background-color: #7b3d3d;
}

.middleHeader {
    padding: 10px 0;
    background-color: #f6f6f6;
}

.menuHeader ul{
  display: block;
  width: 100%;
  text-align: center;
}

.menuHeader ul li {
    display: inline-block;
    text-align: center;
}

.menuHeader ul li a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    transition-duration: 0.2s;
}

.menuHeader ul li a:hover{
  background-color: #444;
}*/

.section.customInvoice {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.dashboard_menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 20px #e7e7e7;
}

.section.customInvoice .form-control {
    text-align: left;
    border-radius: 0;
    font-size: 15px;
    margin: 5px 0 0;
}

.dashboard_menu li.nav-item a {
    color: #444;
    border-radius: 0;
    background-color: #eee;
    margin: 2px 0;
}

.blogCompany {
    background-color: #f9f9f9;
    padding: 50px 0;
}

/* header part css start */

.headerTopPart {
    background: #a01a22;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.logoDiv a img {
    width: 85%;
    padding-top: 0px;
    text-align: left;
    display: block;
}

.mainHeaderTop {
    text-align: right;
    margin-top: 10px;
}

.mainHeaderTop ul {
    padding-top: 10px;
    position: relative;
}

span.counterPill {
    position: absolute;
    top: -10px;
    background-color: #a01a22;
    padding: 0px 6px;
    z-index: 99;
    border-radius: 50%;
    font-size: 12px;
    right: 0%;
    color: #fff;
}

.mainHeaderTop ul li {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ccc;
    position: relative;
}

.mainHeaderBottom ul li:hover ul.dropdownMenu{
    display: block;
    top: 45px;
}

.mainHeaderTop ul li a img {
    width: 27px;
    display: inline-block;
}

.mainHeaderTop  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff ;
    outline: 0;
    box-shadow: none !important;
}

.mainHeaderTop .input-group-text {
    display: flex;
    align-items: center;
    padding: 5px 10px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #a01a22;
    border: 2px solid #a01a22;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mainHeaderTop input.form-control {
    text-align: left;
    padding: 5px 10px;
    margin-right: 0;
    height: 30px;
    margin-top: 10px;
    font-size: 14px;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 2px solid #a01a22 !important;
    border-top: 2px solid #a01a22 !important;
    border-left: 2px solid #a01a22 !important;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mainHeaderBottom ul li {
    display: inline-block;
    padding: 7px 0 15px 15px;
    position: relative;
}

.mainHeaderBottom ul {
    text-align: center;
}

.headerMain hr {
    margin: 15px 0 0 0 !important;
    color: inherit;
    border: 0;
    opacity: .25;
}
 .formDiv textarea.form-control {
    margin: 0;
}
.mainHeaderTop ul li a i {
    color: #a01a22 !important;
}

.mainHeaderTop ul li a {
    color: #767676;
    display: block;
    font-size: 18px;
}

.mainHeaderBottom ul li a {
    color: #767676;
    transition-duration: 0.2s;
}
.HeaderNav {
    padding: 12px 0;
}
.navCtg span {
    background-color: #a01a22;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 8px 0px;
    line-height: 18px;
    cursor: pointer;
    margin-top: 5px;
    display: block;
    text-align: center;
    width: 220px;
}
.navCtg {
    margin-top: 2px;
    position: relative;
}

.brandPart h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #a01a22;
    font-family: 'Buda';
}

.overlayBrandTitle {
    text-align: center;
    padding: 35px 0 50px;
    border-radius: 15px;
    background-color: #a01a22;
    margin-bottom: 50px;
}

.overlayBrandTitle span{
    display: block;
    color: #9ae0ff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.overlayBrandTitle p{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin: 15px 0 50px;
}

a.getQuoteCal{
    background-color: #3832a8;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 30px 15px;
    border-radius: 30px;
    letter-spacing: 3px;
    font-size: 13px;
    transition-duration: 0.3s;
}

a.getQuoteCal:hover{
    background-color" #000
}

.categoryListMain {
    position: absolute;
    display: none;
    z-index: 9999;
}

div#nav-tabContent\ fixrdHeight {
    height: 534px;
    overflow: scroll;
    scrollbar-width: thin;
}

ul.categroyList {
    width: 220px;
    height: 480px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    overflow: scroll;
}

ul.categroyList li {
    border-bottom: 1px solid lightgray;
    padding: 6px 0;
}

ul.categroyList li a {
    color: #444;
    padding: 0 12px;
    font-size: 14px;
    display:block;
}

ul.categroyList li ul {
    position: absolute;
    width: 250px;
    height: 480px;
    left: 100%;
    top: 0;
    background: white;
    display: none;
    box-shadow: 0px 0px 10px #ccc;
    margin-left: -3px;
}

ul.categroyList li:hover ul {
    display: block;
}

.mainHeaderBottom ul li a:hover{
    color: #a01a22;
    font-weight: bold;
}

ul.categroyList::-webkit-scrollbar {
    width: 2px;
}

ul.categroyList::-webkit-scrollbar-thumb {
    background: gray;
}

li.wholeBtn {
    padding: 10px 25px !important;
    background-color: #444;
    text-align: center;
    display: block;
    transition-duration: 0.2s
}

li.wholeBtn:hover {
    background-color: #a01a22;
}

li.wholeBtn a {
    font-weight: bold;
    color: #fff !important;
    letter-spacing: 1px;
}

.mainHeaderTop .barIcon{
    display: none;
}

.mainHeaderTop .userPrifle{
    display: none;
}

.mainHeaderDiv {
    /*background-color: #f2f2f2;*/
    padding: 5px 0;
}

.mainHeaderBottom {
    margin-top: 2px;
}

li.interiorButton a {
    display: block;
    text-align: center;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 10px !important;
    background-color: #a01a22;
}
li.interiorButton {
    padding: 0 !important;
    margin-left: 10px;
}

ul.dropdownMenu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 230px;
    z-index: 99;
    top: 50px;
    padding: 10px;
    box-shadow: 0px 0px 3px #ccc;
    text-align:left;
}

ul.dropdownMenu li{
    padding: 0;
    display: block;
}

ul.dropdownMenu li a{
    display: block;
    font-size: 15px;
    padding: 5px 10px;
    transition-duration: 0.2s;
}

ul.dropdownMenu li a:hover{
    background-color: #a01a22;
    color: #fff;
    font-weight: 100;
}


/* header part css end */

.brandTitle {
    text-align: center;
    margin-bottom: 25px;
}

.brandTitle h3{
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1px;
}

.brandTitle p{
    font-size: 20px;
    margin-top: 6px;
    color: #444;
}


.brandPart {
    padding: 40px 0 20px;
}

a.brandGrid{
    display: block;
    text-align: center;
    margin: 15px 0px;
    box-shadow: 0px 0px 20px #eee;
    transition-duration: 0.2s;
    background-color: #eee;
    border-radius: 10px;
}

.brandGrid img{
    display: block;
    width: 100%;
}

a.brandGrid p{
    font-family: "Arizonia", cursive;
    font-style: normal;
    padding: 10px 0;
    font-size: 30px;
    letter-spacing: 3px;
    color: #444;
}

a.brandGrid:hover{
    background-color: #a01a22;
    box-shadow: none;
    transform: scale(1.03);
}

a.brandGrid:hover p{
    color: #fff;
}

.homeCtgPart{
    padding: 20px 0px;
}

.mapLocation {
    margin-top: 55px;
}

a.ctgGrid{
    transition-duration: 0.3s;
    display: block;
    margin: 10px;
    text-align: center;
}

a.ctgGrid:hover{
  background-color: #fff;
  padding: 7px;
  transform: scale(1.02);
}

a.ctgGrid h2{
    font-size: 28px;
    color: #7b3d3d;
    letter-spacing: 1px;
    margin-top: 8px;
    font-weight: bold;
}

a.ctgGrid img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.shopNowSliderHome{
    padding: 20px 0;
}

.shopNowSliderHome img{
  display: block;
  width: 100%;
}

.headTitle{
    margin-bottom: 25px;
    position: relative;
    margin-left: 100px;
}

.headTitle span{
    display: block;
    letter-spacing: 1px;
    font-size: 19px;
    margin: 0;
    color: #fdb813;
}

.headTitle h1{
    font-size: 60px;
    color: #818181;
    letter-spacing: 1px;
    line-height: 60px;
    font-family: "Buda", serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 10px;
    text-transform: uppercase;
}

.headTitle h1 div.secontLine{
    margin-left: 100px;
}

.sliderText {
    background-color: #fff;
    padding: 45px 30px;
    border: 2px solid #ccc;}

.sliderText span{
    display: block;
    color: #7b3d3d;
}

.sliderText h4{
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0px;
    font-size: 30px;
    color: #7b3d3d;
}

.sliderText p {
    font-size: 14px;
    margin: 18px 0;
    color: #444;
}

a.slideViewAllBtn{
    background-color: #7b3d3d;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 21px;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

a.slideViewAllBtn:hover{
  background-color: #444;
}

.newArrival {
    padding: 20px 0;
}

.productsLists .col-md-3 {
    padding: 0px 5px;
}

a.viewAllProductFullBtn {
    font-size: 20px;
    color: #7b3d3d;
    letter-spacing: 1px;
    position: absolute;
    right: 0%;
    bottom: 5%;
}

a.viewAllProductFullBtn:hover{
    color: #fdbb32;
}

.newsBlogsPart {
    padding: 20px 0;
}

.blogGrid{
    display: block;
    background-color: #fff;
    padding:0;
    box-shadow: 0px 0px 5px #ccc;
    transition-duration: 0.3s;
}

.blogGrid:hover{
  background-color: #7d393938;
  transform: scale(1.03);
  box-shadow: none;
}

.blogGrid img{
    display: block;
    width: 100%;
}

.blogGrid h4{
    color: #7b3d3d;
    font-size: 20px;
    line-height: 27px;
    padding: 10px;
    margin: 0;
    height: 75px;
}

.contactHomePart {
    padding: 20px 0;
}

.contactForm {
    background-color: #7b3d3d;
    padding: 25px 40px;
}

.contactForm .form-control {
    height: auto;
    border-radius: 0;
    margin: 22px 0;
    font-size: 15px;
}

.contactForm button.btn.submitbutton {
    background-color: white;
    padding: 5px 40px;
    border-radius: 0;
    letter-spacing: 2px;
    transition-duration: 0.2s;
}

.contactForm button.btn.submitbutton:hover{
    background-color: #444;
}




/* single page product details css start */

.singlePageMainDiv {
    background-color: #fff;
    padding: 35px 0;
}

.singlePageRightGrid {
    padding: 0px 25px;
}

.relatedProductMaindDiv .col-md-3 {
    padding: 0 5px;
}

.singlePageRightGrid p {
    font-size: 15px;
    margin: 10px 0 15px;
    color: #444;
}

ul.proInfoList li {
    display: block;
    margin: 8px 0;
    color: #444;
}

ul.proInfoList li img {
    display: block;
    width: 20%;
    margin: 6px 0px 15px;
}

.ruleCalcu {
    padding: 15px 10px;
    background-color: #eee;
    margin: 20px 0;
}

.ruleCalcu h5{
    color: #444;
    float: left;
    margin-right: 20px;
}

.productQtDiv {
    color: #7b3d3d;
    margin-bottom: 25px;
}

.info-box.calc-box button.btn.calc-btn {
    padding: 0px 10px 2px;
    border: 1px solid #a01a22;
    color: #a01a22;
    font-size: 14px;
    width: 22%;
    border-radius: 20px;
    margin-top: -4px;
}

.info-box.calc-box button, input, optgroup, select, textarea {
    margin: 0 5px;
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    width: 13%;
    line-height: unset;
}

button:focus,
input:focus{
  outline: none;
  box-shadow: none;
}
a,
a:hover{
  text-decoration: none;
}

/*--------------------------*/
.qty-container{
  margin-bottom: 20px;
}
.qty-container span {
    font-size: 20px;
    letter-spacing: 1px;
    color: #444;
    margin-right: 20px;
}
.qty-container .input-qty{
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}


/*---------------------------*/
.btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
}

.addToCardBtnDiv a i {
    margin-left: 5px;
}

.addToCardBtnDiv .addToCartBtnSin {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    padding: 3px 18px;
    border-radius: 5px;
    color: #7b3d3d;
    border: 1px solid darkred;
    margin-right: 15px;
    transition-duration: 0.2s;
}

.addToCardBtnDiv .addToCartBtnSin:hover{
  background-color: #444;
  color: #fff;
}

.singlePageRightGrid h2 {
    font-size: 35px;
    color: #444;
    letter-spacing: 1px;
}

p.productSize {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

p.productSize select {
    width: 70%;
}

.productSize .form-select {
    padding: 2px 10px !important;
    margin-left: 10px !important;
}

.productSize .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.productPrice p {
    color: #333;
    font-size: 21px;
}

.productPrice span {
    color: #696969;
    font-size: 13px;
}

.cartBtn {
    background: #e72732;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 4px 32px;
    border-radius: 20px;
    border: solid 1px #e72732;
}

.sizeBtn {
    display: inline-block;
    color: #fff;
    background-color: #329444;
    font-size: 15px;
    padding: 4px 32px;
    border-radius: 20px;
    border: solid 1px #329444;
}

.dashboard_content button {
    background-color: #e62833;
    border: none;
    color: #fff;
}

.dashboard_content button:hover {
    background-color: #ab1e26;
}

.addToCardBtnDiv span {
    padding: 0 9px;
    font-size: 20px;
}

.minusBtn {
    width: 40px;
    height: 20px;
    background: none;
    border: solid 1px #950000;
    color: #000;
    margin-left: 10px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    line-height: 14px;
}
.pulsBtn {
    width: 40px;
    height: 20px;
    background: none;
    border: solid 1px #950000;
    color: #000;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    line-height: 14px;
}

.Quantity {
    padding: 0 17px;
}

.productDetails {
    margin-top: 16px;
}

.relatedProductMaindDiv {
    padding: 30px 0;
}

.relatedProductMaindDiv h2 {
    color: #7b3d3d;
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.descriptionBox .tab-content {
    padding: 20px!important;
    font-size: 80%;
    background-color: #fff;
    line-height: 25px;
    border: 1px solid #ccc;
}

.descriptionBox .nav-tabs .nav-link {
    margin-bottom: 0 !important;
    background-color: #fff;
    color: #444;
    padding: 10px 30px;
    border: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    font-size: 17px;
    text-transform: uppercase;
}

.descriptionBox {
    display: block;
    width: 80%;
    margin: 30px auto 0;
}

.descriptionBox .nav-link, .nav-tabs .nav-link.active {
    background-color: #0c0c0c;
    color: #fff;
}


/* single page product details css end */


/* single page product gallery css start */

  .product__carousel {
    display: block;
    max-width: 700px;
    margin: 0;
  }
  .product__carousel a {
    display: block;
    margin-bottom: 15px;
  }
  
  .product__carousel .gallery-top {
      border: 1px solid #ebebeb;
      border-radius: 3px;
      margin-bottom: 5px;
  }
  .product__carousel .gallery-top .swiper-slide {
      position: relative;
      overflow: hidden;
  }
  .product__carousel .gallery-top .swiper-slide a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
  }
  .product__carousel .gallery-top .swiper-slide a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  .product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
      min-width: 100%;
      min-height: 100%;
  }
  .product__carousel .swiper-button-next.swiper-button-white,
  .product__carousel .swiper-button-prev.swiper-button-white {
      color: #ff3720;
  }
  .product__carousel .gallery-thumbs .swiper-slide {
      position: relative;
      transition: border .15s linear;
      border: 1px solid #ebebeb;
      border-radius: 3px;
      cursor: pointer;
      overflow: hidden;
    height: calc(100% - 2px);
  }
  .product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
      border-color: #000;
  }
  .product__carousel .gallery-thumbs .swiper-slide img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      max-width: 100%;
  }
  
    .newSectionDesignBox img {
        display: block;
        width: 30%;
    }
    
    .newSectionDesignBox p {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }
    
    .newSectionDesignBox {
        margin: 25px 0;
    }
    
    .newSectionDesignBottom {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }
    
    .newSectionDesignBottom p {
        font-size: 20px;
        line-height: 27px;
        margin: 0;
    }
    
    a.whatBtn i {
        color: #ffffff;
        background-color: #38b100;
        border-radius: 50%;
    }
    
    a.callBtn {
        font-size: 22px;
        color: #a01a22;
        margin-top: 10px;
        display: block;
        font-weight: bold;
        letter-spacing: 1px;
    }
    
    .newSectionDesign {
        margin-top: 30px;
    }
      
    a.whatBtn {
        display: block;
        text-align: center;
        background-color: #eee;
        padding: 10px;
        font-size: 20px;
        color: #858585;
        font-weight: bold;
        letter-spacing: 1px;
        border-radius: 13px;
        transition-duration: 0.3s;
    }
    
    a.whatBtn:hover{
        background-color: #444;
        color: #fff;
    }
  
/* single page product gallery css end */

.loginFormHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 7px;
}

.loginFormHeader h4 a {
    color: #2d8e40;
}
/* category page css start */

.subCtgLists{
    margin-bottom: 20px;
}

.categoryBanner img {
    display: block;
    width: 100%;
}

.subCtgLists ul{
    
}

.subCtgLists ul li{
    display: inline-block;
}

.subCtgLists ul li a{
    padding: 5px 30px 5px;
    display: block;
    font-size: 13px;
    color: #ffffff;
    background-color: #a01a22;
    box-shadow: -5px 3px 3px -3px #444;
    text-transform: uppercase;
    margin-right: 10px;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

.subCtgLists ul li a:hover{
    background-color: #444;
    color: #fff;
}

.categoryMainDiv {
    padding: 50px 0;
}

.categrorySideBarHead {
    background-color: #fff;
    padding: 10px;
}

.categrorySideBarHead h4 {
    letter-spacing: 1px;
    color: #ad4d4d;
}

ul.subLists li a i{

}

ul.subLists li a {
    display: block;
    font-size: 15px;
    color: #444;
    padding: 5px 0px;
    transition-duration: 0.2s;
}

ul.subLists li a:hover {
    padding-left: 5px;
    background-color: #fdbb32;
}

.categrorySideBarHead hr {
    margin: 10px 0;
}

.bannerAdd img{
  display: block;
  width: 100%;
}

.bannerAdd{
  padding: 10px;
  background-color: #fff;
  margin: 10px 0;
}

.productGrid {
    padding: 5px;
    position: relative;
    margin-bottom: 35px;
    transition-duration: 0.2s;
}

.newExgrid {
    padding: 10px;
    text-align: center;
}

.newExgrid img {
    display: block;
    width: 35%;
    margin: 0px auto;
    height: 150px;
}

.newExgrid p {
    font-size: 15px;
    line-height: 20px;
    color: #7c7c7c;
}

.newExgrid span {
    display: block;
    font-size: 13px;
    color: #444;
}

.newExgrid h3 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    color: #444;
    margin: 2px 0 10px;
}

a.addCartBtnAbs {
    position: absolute;
    text-align: center;
    background-color: #ffffff;
    bottom: 27%;
    border-radius: 5px;
    display: none;
    left: 8px;
    width: 94%;
    color: #a01a22;
    padding: 7px 0;
    font-size: 15px;
    font-weight: bold;
    transition-duration: 0.3s;
    letter-spacing: 1px;
    text-align: center;
}

.productGrid:hover a.addCartBtnAbs{
    display: block;
}

a.wishkistBtn {
    position: absolute;
    top: 4%;
    right: 5%;
    background-color: #ffffff;
    padding: 5px 10px 4px;
    font-size: 20px;
    border-radius: 50%;
    color: #560101;
    transition-duration: 0.2s;
    display: none;
}

a.wishkistBtn:hover{
    background-color: #E91E63;
    color: #fff;
}

a.addCartBtnAbs:hover{
    background-color: #E91E63;
    color: #fff;
}

.productGrid:hover a.wishkistBtn{
    display: block;
}

.productGrid:hover{
    transform: scale(1.03);
    box-shadow: 0px 0px 5px #ccc;
}

.productGrid img {
    width: 100%;
    border-radius: 12px;
    display: block;
    border: 1px solid #ddd;
}

a.gridTitle {
    display: block;
    margin: 10px 0;
    font-size: 17px;
    line-height: 20px;
    color: #7b3d3d;
    height: 40px;
    overflow: hidden;
}

.btnAddToCart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btnAddToCart a.cartBtn {
    background-color: #a01a22;
    border: none;
    margin-top: 15px;
    padding: 2px 20px 4px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    transition-duration: 0.2s;
}

.btnAddToCart a.cartBtn:hover{
    background-color: #444;
}

.aboutHome {
    padding: 20px 0;
}

.contentAbot p{
    font-size: 14px;
    line-height: 25px;
}

p.cartIcon {
    background-color: #fdb813;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}

.productGrid span del {
    color: #ff9778;
    font-size: 12px;
}

.productGrid span {
    font-size: 15px;
    display: block;
    color: #2bbb00;
    line-height: 17px;
}

.categrorySideBar {
    background-color: aliceblue;
    padding: 10px;
}

.interiorSevice{
    margin: 40px;
}

.interiorSevice h3{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-shadow: 0px 6px 2px #ccc;
    color: #444;
}

.inteSerGrid{
    margin: 15px 0;
    display: block;
    border: 2px solid #a01a22;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    transition-duration: 0.3s;
}

.inteSerGrid:hover {
    background-color: #a01a22;
}

.inteSerGrid:hover p{
    color: #fff;
}

.inteSerGrid img{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.inteSerGrid p{
    margin: 0;
    color: #444;
    font-weight: bold;
    letter-spacing: 1px;
}

.inteWork{
    background-color: #f4f4f4;
    padding: 40px 0;
}

.inteWork span{
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
}

.inteWork h2{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.workGrid{
    text-align: center;
    box-shadow: 0px 0px 5px #ccc;
    border-top: 3px solid darkred;
    padding: 20px;
    transition-duration: 0.3 ease;
    background-color: #fff;
    transition-duration: 0.3s;
    margin: 15px 0;
}

.workGrid h5{
    display: block;
    border: 2px solid #a01a22;
    width: 25%;
    color: #a01a22;
    text-align: center;
    transition-duration: 0.3 ease;
    padding: 20px 0;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    margin: -58px auto 20px;
    background-color: #fff;
}

.workGrid img{
    display: block;
    width: 25%;
    margin: 0px auto;
}

.workGrid:hover {
    box-shadow: 0px 0px 15px #ccc;
}

.workGrid:hover h5{
    background-color: #a01a22;
    color: #fff;
    transition-duration: 0.3 ease;
}

.workGrid h4 {
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 -10px;
}

.workGrid p{
    color: #919191;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    margin: 20px 0;
}

.whyChossInte{
    padding: 50px 0;
}

.whyChossInte img {
    display: block;
    width: 100%;
    border: 3px solid #a01a22;
    margin: 35px 0;
    border-radius: 10px;
}

.whyChooseContent{
    
}

.whyChossInte h3{
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.whyChooseContent em{
    display: block;
    font-size: 19px;
    margin: 10px 0;
    color: #444;
}

.whyChooseContent p{
    font-weight: bold;
    color: #444;
    line-height: 23px;
    letter-spacing: 1px;
}

.whyChooseContent ul{
    margin: 15px 0;
    padding-left: 20px;
}

.whyChooseContent ul li {
    list-style: square;
    margin: 5px 0;
    font-weight: bold;
    color: #444;
}

.whyChooseContent a{
    display: block;
    width: 40%;
    text-align: center;
    background-color: black;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    transition-duration: 0.3s;
}

.whyChooseContent a:hover{
    background-color: #ddd;
    color: #444;
}

.projectPage {
    padding: 50px 0;
}

.projectPage h2 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: math;
}

.projectGridHere {
    display: block;
    text-decoration: none;
    margin: 10px 0;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #ccc;
}

.projectGridHere img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.projectGridHere:hover{
    
}

.projectGridHere p {
    padding-bottom: 10px;
    color: #444;
    font-size: 15px;
    letter-spacing: 0px;
}

.projectPage div#nav-tabContent .galleryImg {
    box-shadow: 0px 0px 3px #ccc;
    padding: 6px;
    margin: 5px 0;
}

.projectPage div#nav-tabContent .galleryImg p{
    margin: 0;
    padding: 7px 0 5px;
}

.projectGridHere span{
    display: block;
    color: #444;
    font-size: 15px;
    margin-bottom: 7px;
}

.projectPage div#nav-tabContent {
    border: 1px solid #ccc;
    padding: 10px;
}

.projectPage .nav-link, .nav-tabs .nav-link {
    background-color: #eee;
    border-radius: 0;
    border: navajowhite;
    margin: 0px 2px;
    color: #444;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.videoInterr {
    text-align: center;
    background-color: #f8f8f8;
    padding: 50px 0px;
}

.musePort {
    padding: 50px 0;
    text-align: center;
}

.musePort h2{
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #444;
}

.mdImgPart {
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
}

.mdMessagePart{
    margin-top: 50px;
}

.mdImgPart img {
    display: block;
    width: 100%;
}

.mdImgPart h2 {
    font-size: 22px;
    margin: 10px 0 5px;
    font-weight: bold;
    color: darkred;
}

.mdImgPart p{
    margin: 0;
}

.mdMeBox{
    box-shadow: 0px 0px 10px #ccc;
    padding: 15px;
}

.mdMeBox p {
    line-height: 32px;
}

.musePort h3 {
    font-weight: revert;
    text-transform: uppercase;
    font-size: 22px;
    margin: 12px 0;
    letter-spacing: 1px;
    color: darkred;
}

.musePort img{
    display: block;
    width: 100%;
    border-radius: 100px;
    margin: 10px auto;
    box-shadow: 0px 0px 10px #bbb;
}

.videoInterr h2{
    color: darkred;
    font-size: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.videoGridIntrr{
    margin: 10px 0;
    border-radius: 10px;
}

.videoGridIntrr iframe{
    border-radius: 10px!important;
}

/*contact us css start */
/*.cotactMainDiv {*/
/*        background-color: #eee;*/
/*    padding: 25px 0;*/
/*}*/

.designSliderinte img{
    display: blocck;
    width: 100%;
}

.infoBoxContact {
    background-color: #f2f2f2;
    margin: 0px 0 20px;
    border-radius: 10px;
    padding: 20px;
}

.infoBoxContact h4 {
    font-size: 20px;
    font-family: math;
    font-weight: bold;
    color: #444;
}

.infoBoxContact p{
    margin: 0;
    font-size: 17px;
    line-height: 23px;
    margin-top: 8px;
}

.formDiv {
    background-color: #f2f2f2;
    padding: 44px 35px;
}

.formDiv .form-control:focus {
    box-shadow: none !important;
}

.formDiv .form-select:focus {
    box-shadow: none !important;
}

.contactSubmit {
    background-color: #a01a22;
    border: none;
    padding: 6px 20px;
    font-size: 18px;
    color: #fff;
}

td.product-remove a i {
    background-color: #f2c3c354;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

/*contact us css end */

.freeShipping {
    padding: 35px 0 60px;
    background: #f9f9f9;
}

.shipGrid {
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #a01a22;
    border-radius: 10px;
}

.shipGrid i{
    font-size: 65px;
    display: block;
    color: #a01a22;
}

.shipGrid h2{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Buda';
    color: #a01a22;
    margin: 15px 0 5px;
}

.shipGrid p{
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    color: #444;
}

/* category page css end */

.animationBanner img{
  display: block;
  width: 100%;
}


/* footer css start */
/*.footerMainDiv {
    overflow: hidden;
    padding: 40px 0;
}

.footerCotactInfo img {
    display: block;
    width: 50%;
}

.footerMainDiv .footerContent {
    padding: 40px 70px 0;
    background: rgb(83 18 18 / 58%);
}

.footerMainDiv .footerHeadPart h1 {
    color: #e72734;
    font-size: 59px;
    margin: 0;
    padding-bottom: 30px;
}

.footerMainDiv .followUs h5 {
    color: #e72734;
    font-family: "MontserratRegular";
    font-size: 21px;
    margin-bottom: 10px;
}

.footerMainDiv .followUs ul li {
    display: inline-block;
    margin-right: 17px;
}

.footerMainDiv .followUs ul li a {
    color: #fff;
}

.footerMainDiv .followUs ul li a i {
    width: 30px;
    height: 30px;
    background-color: #444;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
}

.footerMainDiv .followUs p {
    font-size: 15px;
    font-family: "MontserratRegular";
    color: #ddd9d9;
    line-height: 18px;
    margin-top: 15px;
}
.footerInfoMainDiv {
    padding: 30px 0;
}

.footerInfoGrid h5 {
    color: #e72734;
    font-size: 13px;
    margin: 0;
    padding-bottom: 14px;
}

.footerInfoGrid ul li a {
    color: #fff;
    font-size: 12px;
    padding-bottom: 15px;
    display: block;
}

.footerCotactInfo h5 {
    color: #e72734;
    font-size: 15px;
    margin: 0;
    padding-top: 19px;
}

.footerCotactInfo span {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

.footerEnd p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}*/
/* footer css end */

/* new footer css start */
.footerMain {
    background-color: #70423e;
    padding: 60px 0;
}

.footerLogo a img {
    width: 80%;
}

.footerGrid {
    padding-bottom: 18px;
}

.footerGrid p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
}

ul.socalLInk {
    margin-top: 10px;
}

ul.socalLInk li {
    display: inline-block;
}

ul.socalLInk li a {
    color: #444;
}

ul.socalLInk li a i {
    background-color: #a01a22;
    color: #fff;
    transition-duration: 0.2s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 7px 0px 0px 7px;
}

ul.socalLInk li a i:hover{
    background-color: #000;
}

.footerGrid h5 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 14px;
}

.footerGrid h6 {
    color: #fff;
}

.footerGrid span {
    color: #fff;
    font-size: 14px;
    padding: 9px 0;
    display: block;
}

ul.useFullLink li a {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
}

.footerGrid input {
    text-align: left;
    display: block;
    padding: 7px 11px;
    border-radius: 10px;
    border: none;
    width: 100%;
    margin: 0;
}

button.btnSubscirbe {
    padding: 5px 20px;
    margin-top: 10px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.copyrightfooter {
    background: #a01a22;
    color: white;
}

.paymentText img {
    height: 30px;
    margin-left: 10px;
}

.paymentText {
    text-align: right;
    padding: 15px 0;
}

.copyright-text {
    padding: 15px 0;
}

/* new footer css end */


#menuToggle {
  display: none;
  flex-direction: column;
      position: absolute;
    top: 8%;
    left: 30px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 300px;
  height: 100vh;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 50px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}


@media only screen and (max-width: 1200px) {
    .mainHeaderBottom ul li {
        padding: 0px 5px;
    }
    
    .mainHeaderTop ul li a {
        font-size: 16px;
    }
}


@media only screen and (max-width: 1048px) {
    
}


@media only screen and (max-width: 992px) {
    
    .mainHeaderTop input.form-control{
        margin-top: 0;
    }
    
    .mainHeaderTop .input-group-text{
        margin-top: 0;
    }
    
    .mainHeaderTop ul li a {
        font-size: 10px;
    }
    
    span.counterPill {
        top: -15px;
    }
    
    .mainHeaderTop ul{
        padding-top: 2px;
    }
    
    .navCtg span {
        padding: 5px 0px;
        margin-top: 3px;
        font-size: 11px;
    }
    
    .mainHeaderBottom ul li a{
        font-size: 11px;
    }
    
}


/*@media only screen and (max-width: 768px) {*/
/*    .navCtg span{*/
/*        display: none;*/
/*    }*/
    
/*    .mainHeaderBottom{*/
/*        display: none;*/
/*    }*/
    
/*    .mainHeaderTop input.form-control{*/
/*        display: none;*/
/*    }*/
    
/*    .mainHeaderTop .input-group-text{*/
/*        display: none;*/
/*    }*/
    
/*    .HeaderNav{*/
/*        display: none;*/
/*    }*/
/*}*/


@media only screen and (max-width: 768px) {
    
    .footerLogo a img {
        width: 60%;
    }
    
    .mdImgPart img {
        display: block;
        width: 70%;
        margin: 0px auto;
    }
    
    .mdMeBox{
        margin-top: 20px;
    }
    
    .overlayBrandTitle p {
        font-size: 24px;
        line-height: 34px;
        margin: 15px 0 30px;
    }
    
    .brandPart {
        padding: 30px 0 20px;
    }
    
    .workGrid h5 {
        display: block;
        width: 18%;
    }
    
    button.btnSubscirbe {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .footerMain {
        padding: 60px 0 10px;
    }
    
    .copyrightfooter{
        padding: 10px 0;
    }
    
    .relatedProductMaindDiv .productGrid {
        padding: 20px;
    }
    
    .copyright-text{
        padding: 2px 0;
    }
    
    .paymentText{
        padding: 2px;
    }

    .footerMainDiv .footerContent {
        padding: 20px;
    }

    .headerBanner {
        font-size: 14px;
        padding: 5px 30px;
        line-height: 17px;
        font-weight: bold;
    }

    .topbanner.slick-initialized.slick-slider button.slick-prev.slick-arrow {
        display: none!important;
    }

    .headerLogo a img {
        width: 45%;
    }

    .infoPart {
        position: absolute;
        top: 60px;
        right: 3%;
        margin: 0;
    }

    a.loginBtn{
        display: none;
    }

    .menuHeader {
        display: none;
    }

    #menuToggle{
        display: block;
    }

    .productGrid {
        padding: 20px;
        background-color: #eee;
    }
    
    .blogGrid {
        margin: 10px 0;
    }

    .categrorySideBar {
        height: auto;
    }

    .newArrival .col-md-3 {
        width: 100%;
        padding: 0 15px;
    }
    
    .headTitle{
        margin-left: 0;
    }
    
    .headTitle h1 div.secontLine{
        margin-left: 0;
    }

    .headTitle h1 {
        font-size: 24px;
        letter-spacing: unset;
        line-height: 28px;
    }
    .headTitle span {
        font-size: 17px;
    }

    a.viewAllProductFullBtn {
        letter-spacing: unset;
        bottom: 8%;
        font-size: 17px;
    }
    
    .singlePageRightGrid h2 {
        font-size: 22px;
    }

    .categrorySideBar {
        display: none;
    }

    .addToCardBtnDiv a {
        padding: 2px 8px 4px;
        margin-right: 6px;
    }

    .descriptionBox .nav-link, .nav-tabs .nav-link.active {
        display: block;
        width: 100%;
        padding: 10px 10px;
    }
    
    .projectPage.nav-link, .nav-tabs .nav-link.active {
         display: unset; 
         width: unset;
         padding: 10px; 
    }
    
    .newSectionDesignBox {
        margin: 14px 0;
        text-align: center;
    }
    
    .newSectionDesignBox img {
        display: block;
        margin: 0px auto;
        width: 30%;
    }
    
    .newSectionDesignBottom {
        text-align: center;
    }
    .categoryMainDiv {
         padding: 50px 0 0; 
    }
     .newArrival {
        padding: 0;
    }
    .singlePageRightGrid {
        padding: 10px;
        margin-top: 30px;
    }

    /* header responsive css start */
      .logoDiv a img {
          width: 100%;
          padding-top: 12px;
      }
      .mainHeaderTop .input-group{
          display: none;
      }
      .mainHeaderTop .contactPhone{
          display: none;
      }
      .mainHeaderBottom{
          display: none;
      }
      .mainHeaderTop .userPrifle{
          display: inline-block;
      }
      .mainHeaderTop .login{
          display: none;
      }
      .mainHeaderTop .barIcon{
          display: inline-block;
      }

      .headerTopPart {
        padding: 6px 25px;
        font-size: 13px;
        line-height: 20px;
      }

      .headerMain hr{
          display: none;
      }
       
      .mainHeaderTop ul {
          padding-top: 8px;
      }

      .mainHeaderTop ul li a {
          color: #444;
          font-size: 15px;
      }
      .infoBoxContact {
        margin: 20px 0 20px;
    }
      .mainHeaderTop ul li a img {
            width: 20px;
        }

    .logoDiv a img {
        width: 65%;
        margin: 0 0 10px;
        padding: unset;
    }
      
    .carousel-item img.d-block.w-100 {
        height: 300px;
    }
    
    .ruleCalcu h5{
        margin: 0;
        float: unset;
    }
    
    .info-box.calc-box button, input, optgroup, select, textarea {
        margin: 0 7px;
        width: 25%;
        border: 1px solid #ccc;
    }
    
    .info-box.calc-box button.btn.calc-btn {
        font-size: 14px;
        width: 32%;
    }
    
    .descriptionBox {
        width: 100%;
    }
    
    .ruleCalcu{
        background-color: #fff;
        padding: 0;
    }
    
    .info-box.calc-box {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 14px;
    }
    .addToCardBtnDiv .addToCartBtnSin {
        width: 100%;
        margin-bottom: 14px;
        
    }
    
    .formDiv {
        padding: 10px;
    }
    .quantity .minus {
        margin-left: 19px;
        margin-bottom: 10px;
    }
    
    .quantity .plus {
        margin-left: 19px;
        margin-top: 10px;
    }
        
    .brandTitle p {
        font-size: 16px;
    }
    
    a.ctgGrid h2{
        font-size: 18px;
    }
    
    .brandTitle h3 {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .invoice-header img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .invoice-header p {
        text-align: left;
        padding: 10px 0;
        line-height: 19px;
        font-size: 14px;
    }
    .invoice-header h6 {
        text-align: left;
        padding-top: 10px;
        font-weight: bold;
    }
    .orderInfo p {
        padding-bottom: 14px;
        line-height: 20px;
    }
    .footerInvoice p {
        padding-bottom: 10px;
    }
    .footerGrid {
        margin-bottom: 30px;
    }
    
    .loginFormHeader h4 {
        font-size: 15px;
    }
    .headTitle {
        margin-bottom: 20px;
    }
    
    .paymentText {
        text-align: center;
    }
    .copyright-text {
        text-align: center;
    }
    .mainHeaderTop ul li {
        padding: 0 8px;
    }
    .HeaderNav {
        display: none;
    }
    
    li.interiorButton {
        width: 90%;
        margin: 0px auto;
    }
    
    li.interiorButton a {
        margin-top: 20px;
        text-align: center !important;
    }
    
    .headerTopPart p{
        font-size: 10px;
    }

}


@media only screen and (max-width: 480px) {
    .logoDiv a img{
        width: 80%;
    }
}
