/* Common-css */

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

iframe {
    border: 3px solid #cccccc !important;
}

* {
    box-sizing: border-box;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
    transition: 0.3s !important;
    text-decoration: none !important;
    outline: none !important;
}

p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    margin: 0 0 20px 0;
}

body {
    font-family: 'Proxima Nova Rg';
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/* End-Common-css */


/* header */

.wp-btn {
    display: inline-block;
}
.wp-btn a {
    background: #179747;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    margin-right: 10px;
}

.wp-btn a img {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
.wp-btn a span {
    vertical-align: middle;
    font-weight: bold;
}

.wp-btn a:hover, .wp-btn a:focus {
    background: #24bf5e;
}

#mega-menu-wrap-primary {
    background: linear-gradient(180deg, #D69C09 0%, #ECAC07 0.01%, #C9A036 100%);
}
#mega-menu-wrap-primary ul {
    text-align: center !important;
}
#mega-menu-wrap-primary ul li a {
    text-transform: uppercase !important;
    font-size: 16px !important;
    padding: 5px 20px !important;
    height: unset !important;
}
.top-inner {
    display: flex;
    justify-content: space-between;
}
.top-inner .top-left p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

header .top-header {
    background: #333333;
    text-align: right;
    padding: 5px 0;
    font-size: 14px;
}

header .top-header ul li {
    display: inline-block;
    margin-left: 30px;
}

header .top-header ul a {
    color: #fff;
    display: block;
}
header .top-header ul li img {
    margin-top: -6px;
    margin-right: 5px;
}
.main-header a.download-pdf img {
    vertical-align: middle;
    display: inline-block;
    margin-top: -8px;
    margin-left: 5px;
}

.main-header {
    padding: 20px 0;
}

.main-header .main-header-inner {
    /* display: flex; */
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-right {
    text-align: right;
}

.main-header a.download-pdf {
    background: #F40F02;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
}

.main-header .header-right p {
    margin: 0;
}

.main-header {
    background: #000;   
}


/* End-header */


/* Home-page */

.welcome-text {
    display: flex;
    grid-gap: 30px;
}

.welcome-text .welcome-left {
    width: 75%;
}

.welcome-text .welcome-right {
    /*width: 25%;
    margin-top: -100px;*/
    position: relative;
}

.welcome-text .welcome-right img{
    position: relative;
}

.welcome-right:before {
    position: absolute;
    top: -18px;
    left: -15px;
    bottom: 0;
    right: 0px;
    border: 3px solid #464a8a;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #464a8a;
}

.home-welcome a.custom-btn {
    margin-top: 20px;
}

.home-welcome p {
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.three-boxes {
    margin: 50px 0;
}

.three-boxes .three-inner-box {
    background: linear-gradient(180deg, #F0F0F0 0%, rgba(255, 255, 255, 0.50) 32.81%, rgba(255, 255, 255, 0.31) 69.79%, rgba(186, 186, 186, 0.00) 100%);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.three-boxes .box-content h2 {
    color: #D69C09;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 2.6px;
}

.three-boxes .box-content h2 span {
    color: #6A6A6A;
    display: block;
}

.read-more {
    color: #000;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.read-more:hover {
    color: #000;
}

.read-more:after {
    content: "";
    background-image: url(../images/read-more-arrow.svg);
    display: inline-block;
    width: 20px;
    height: 10px;
    vertical-align: middle;
    background-position: center;
    margin-left: 5px;
    transition: 0.3s;
}

.read-more:hover:after {
    margin-left: 10px;
    transition: 0.3s;
}

.home-welcome {
    background: #F6F6F6;
    padding: 60px 0;
    margin-bottom: 70px;
}

.custom-heading {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.custom-heading a {
    background: #333;
    color: #D69C09;
    padding: 10px 20px;
    font-weight: 600;
}

.custom-heading a:hover,
.custom-heading a:focus {
    background: #D69C09;
    color: #fff;
}

.custom-heading h2, .custom-heading h1 {
    color: #D69C09;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.8px;
}

.custom-heading h2 strong, .custom-heading h1 strong {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    display: block;
    margin: 15px 0 0 0;
}

.custom-btn {
    background: #D69C09;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
}

.custom-btn:after {
    content: "";
    background-image: url(../images/white-arrow-icon.svg);
    display: inline-block;
    width: 20px;
    height: 10px;
    vertical-align: middle;
    background-position: center;
    margin-left: 5px;
    transition: 0.3s;
    margin-top: -2px;
}

.custom-btn:hover,
.custom-btn:focus {
    background: #b7860a;
    color: #fff;
}

.cat-box {
    margin: 100px 0;
}

.cat-box img {
    width: 100%;
}

.cat-box .single-box {
    position: relative;
}

.cat-box .box-content {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    left: 20px;
    width: 180px;
}

.cat-box .box-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.cat-box .box-content p {
    color: #fff;
    font-size: 16px;
}

.cat-box .box-content .custom-btn {
    padding: 10px 20px;
}

.cat-box .right-align .box-content {
    right: 20px;
    left: auto;
    text-align: right;
}
.single-cat-box {
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}
.single-cat-box img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.single-cat-box h2 {
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #333;
}
.our-category .custom-heading {
    margin-bottom: 40px;
}

/* End-Home-page */


/* Footer */

footer {
    background: #272727;
    margin-top: 100px;
}

.footer-logo{
    margin-bottom: 15px;
}

.footer-inner {
    padding: 60px 0;
}

.footer-inner p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

footer .footer-heading {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

footer ul li a {
    color: #FFF;
    font-size: 15px;
    position: relative;
    display: inline-block;
    line-height: 36px;
}

footer ul li a:before {
    content: "";
    border-bottom: 1px solid;
    display: inline-block;
    width: 0;
    vertical-align: middle;
    position: absolute;
    top: 18px;
    left: 0;
}

footer ul li a:hover:before {
    width: 12px;
}

footer ul li a:hover {
    padding-left: 22px;
    color: #fff;
}

footer .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-inner p a {
    color: #fff;
}

.copyright {
    background: #605997;
    padding: 5px 0;
}

.copyright p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 14px;
}

footer .footer-left .footer-heading {
    font-size: 20px;
}


/* End-Footer */


/*CMS-page*/
.all_heading h1 {
    font-size: 32px;
    border-bottom: 2px solid #f40f02;
    display: inline-block;
}
.all_heading:after {
    border-bottom: 2px solid #ccc;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: -1;
}
.all_heading {
    position: relative;
}
.inner_banner {
    margin-bottom: 50px;
}
.inner_banner img {
    width: 100%;
}
/*End-CMS-page*/


/*back_top_button*/
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    background-color: #fff;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap:hover, .progress-wrap.active-progress:hover {
    transform: translateY(-5px);
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    content: '';
    line-height: 46px;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-image: url(../images/up-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: rgb(244 15 2);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*End back_top_button*/


/*dhaval design*/
.top-inner {
    align-items: center;
}
#mega-menu-wrap-primary {
    background: #464a8a;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: #605997;
    color: #fff !important;
}
.home-welcome p {
    letter-spacing: 0.5px;
}
a.custom-btn, .custom-heading a {
    background: #464a8a;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    align-items: center;
/*    max-width: 190px;*/
    text-align: center;
    justify-content: center;
    border-radius: 3px;
}
.header-right .d-felx {
    display: flex;
}

.header-right .d-felx img {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    margin-top: -7px;
}

.header-right .d-felx p:first-child:after {
    content: "";
    border-right: 2px solid #ccc;
    padding-right: 12px;
    margin-right: 15px;
}
a.custom-btn:hover, .custom-heading a:hover {
    box-shadow: 0 0 0 6px #464a8a;
    background: #000;
    color: #fff;
}
.custom-btn:after {
    background: url(../images/white-arrow-icon.svg);
    margin-top: 0 !important;
    background-position: center;
}
a.custom-btn:hover::after {
    background: url(../images/white-arrow-icon.svg);
    background-position: center;
}
.cat-box .single-box {
    position: relative;
    border-radius: 10px !important;
    overflow: hidden;
}
footer .footer-heading {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-inner p {
    letter-spacing: 0.5px;
}
.footer-inner p a {
    color: #464a8a;
    font-weight: 600;
}


.single-cat-box {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 0 0 10px;
    margin-bottom: 30px;
    background: #464a8a;
    transition: 0.3s all ease-in-out;
}
.single-cat-box h2 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.3px;
}
.single-cat-box img {
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
    /* min-height: 210px; */
    object-fit: cover;
    display: block;
    /* max-height: 210px; */
}
.single-cat-box:hover {
    transition: 0.3s all ease-in-out;
    transform: translate(0px, -10px);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}

.footer-inner address {
    font-size: 14px;
}
.copyright p {
    letter-spacing: 0.5px;
    font-size: 14px;
}

.footer-inner address + p {
    margin-bottom: 5px;
}


/*Contact us page*/
.form {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
}

.contact-form {
  background-color: #605997;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #605997;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}


.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #e31e25;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #e31e25;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #e31e25;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}


.contact-form p {
    margin: 0;
}

.information p {
    margin-bottom: 0;
}
.information p a {
    color: #000;
}


.contact-form .single-field label {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.contact-form .single-field br {
    display: none;
}

.contact-form .single-field input,.contact-form .single-field textarea {
    width: 100%;
    border: 1px solid #fff;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
}

.contact-form .single-field textarea {
    padding: 10px;
    height: 100px;
}

.contact-form .submit-btn input {
    background: #fff;
    border: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 35px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: 0.3s;
}
.contact-form .submit-btn input:hover,
.contact-form .submit-btn input:focus {
    background: #000;
    color: #fff;
    transition: 0.3s;
}

.contact-form .single-field {
    margin-bottom: 20px;
}

.information p a img {
    width: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}


@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }
}

@media (max-width: 480px) {
  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

    form, .contact-info {
        padding: 10px;
    }
    .contact-form .single-field {
        margin-bottom: 10px;
    }
    .contact-form .single-field input {
        height: 35px;
    }
    .contact-form .single-field textarea{
        height: 60px;
    }
    .contact-form .single-field label {
        font-size: 14px;
    }
  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }
}


/*End Contact us page*/

/*Listing pag*/
.woocommerce ul.products.columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.woocommerce ul.products.columns-4:before,
.woocommerce ul.products.columns-4:after{
    display: none;
}
.woocommerce ul.products.columns-4 li img {
    border-radius: 5px;
    transition: 0.3s;
}
.woocommerce ul.products.columns-4 li:hover img {
    transition: 0.3s;
    transform: scale(1.08);
}

.woocommerce ul.products.columns-4 li {
    width: 100%;
    margin: 0;
/*    border: 1px solid #ccc;*/
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products.columns-4 h2.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0;
}
.woocommerce ul.products.columns-4 span.price {
    margin: 10px 0;
    color: #000;
}
.woocommerce ul.products.columns-4 li .button {
    margin: 0;
    background: #000;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 12px;
}
.woocommerce ul.products.columns-4 li .button:hover,
.woocommerce ul.products.columns-4 li .button:focus {
    background: #333;
}
.woocommerce .woocommerce-ordering {
    padding: 5px;
}
.woocommerce .woocommerce-ordering select {
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px;
}

/*End Listing pag*/

/*Detail Page*/
.single-product .content-sidebar-wrap {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}
.single-product .content-sidebar-wrap h1.entry-title {
    font-size: 26px;
    font-weight: bold;
    display: block;
    margin: 25px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.single-product .content-sidebar-wrap p.entry-meta,
.single-product .product_meta {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
}
.single-product div.product form.cart {
    padding: 0;
}
.single-product div.product form.cart .variations select {
    width: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0;
}
.single-product .quantity .qty {
    margin: 0;
    height: 40px;
    border: 1px solid #ccc;
}
.single-product .single_add_to_cart_button {
    background: #000 !important;
    padding: 13px 30px !important;
    margin-left: 10px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 25px;
}
.woocommerce div.product form.cart .reset_variations {
    background: #000;
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 5px;
    transition: 0.3s;
}
.woocommerce div.product form.cart .reset_variations:hover,
.woocommerce div.product form.cart .reset_variations:focus{
    background: #333;
}
/*End Detail Page*/

/*Cart Page*/
.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #ccc;
    overflow: hidden;
}
.wp-block-woocommerce-filled-cart-block {
    margin-top: 20PX;
}
.woocommerce-cart .wc-block-cart__totals-title {
    padding: 10px !important;
    text-align: center !important;
    display: block !important;
    background: #f3f3f3 !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 16px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #000;
    font-weight: bold;
}
.wc-block-cart .wc-block-components-totals-footer-item {
    font-size: 14px;
}
.wc-block-cart .wc-block-cart__submit-container {
    margin-top: 15px;
}
.wc-block-cart .wc-block-cart__submit-container a {
    background: #000;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
}
.wc-block-cart .wc-block-cart__submit-container a:hover,
.wc-block-cart .wc-block-cart__submit-container a:focus {
    background: #fff;
    color: #000;
}
.wp-block-woocommerce-filled-cart-block {
    margin-top: 20px;
}
.wc-block-cart .wc-block-components-main {
    padding: 0 !important;
}
.wc-block-cart .wc-block-components-main table {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.wp-block-woocommerce-cart {
    margin-top: 30px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 15px !important;
}
.wp-block-woocommerce-empty-cart-block hr,.wp-block-woocommerce-empty-cart-block .wc-block-grid, .wp-block-woocommerce-empty-cart-block hr + h2.wp-block-heading.has-text-align-center {
    display: none;
}
/*End Cart Page*/

/*Order Confirm page*/
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 50%;
    max-width: 50%;
}
.woocommerce table.shop_table td a {
    color: #000;
}
.woocommerce-order-received .inner_banner {
    display: none;
}
.woocommerce-order-received .site-inner {
    margin-top: 40px;
}
.woocommerce-order-received .site-inner .woocommerce-columns--addresses.col2-set.addresses {
    margin: 0 -15px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: 24px;
}
/*End Order Confirm page*/

/*Checkout Page*/
form.wc-block-components-form.wc-block-checkout__form {
    padding: 0;
}
form.wc-block-components-form.wc-block-checkout__form button.wc-block-components-checkout-place-order-button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    width: auto;
    padding: 10px 30px;
}
form.wc-block-components-form.wc-block-checkout__form button.wc-block-components-checkout-place-order-button:hover,
form.wc-block-components-form.wc-block-checkout__form button.wc-block-components-checkout-place-order-button:focus {
    background: #fff;
    color: #000;
}
/*End Checkout Page*/
#fancybox-title-inside {
    color: #b50006;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}
.page-id-352 .e-con-inner {
    margin: 0;
}
.ngg-gallery-thumbnail span {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.ngg-gallery-thumbnail {
    background-color: #000;
}

.welcome-right img{
    width: 100%;
}

.elementor-widget-container ul {
    list-style: disc;
    padding-left: 15px;
}
.elementor-widget-container ul li {
    margin-bottom: 6px;
}


.woocommerce ul.products.columns-4 li .button {
    margin-top: 10px;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
}
.e-con.e-flex>.e-con-inner {
    margin: 0;
}

.cat-box {
    position: relative;
    margin: 0;
    padding: 100px 0;
    overflow: hidden;
}
.home footer {
    margin: 0;
}

.wave {
  background: url(https://touchsteel.in/wp-content/themes/touch/images/wave.svg) repeat-x;
  position: absolute;
  width: 6400px;
  bottom: 0;
  left: 0;
  height: 198px;
  transform: translate(0, 0, 0);
  animation: wave 7s ease infinite;
}

.wave:nth-of-type(2) {
  bottom: -15px;
  animation: swell 4s ease infinite;
  opacity: 1;
}

@keyframes wave {
  0% { margin-left: 0; }
  100% { margin-left: -1600px;}
}
@keyframes swell {
  0%, 100% {
    transform: translate(0, -30px);
  }
  50% {
    transform: translate(0, 5px);
  }
}

#gallery-1 .gallery-item {
    margin: 1px;
}

.nav-primary {
    display: none;
  }

  span.price {
    display: none !important;
}

.entry-content ul li {
    line-height: 28px;
    list-style-type: square;
    margin-left: 15px;
}
.welcome-right img {
    border: 3px solid #464a8a;
    border-radius: 3px;
}