@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/*---------------Header------------------*/
a{
  text-decoration: none;
}
/* =======================================================================
    2. Basic Styles
======================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,::before,::after {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
/* ------------------Header section-------------------- */
header#masthead {
  background-color: #fff;
  padding: 0px 0 12px;
  position: relative;
}
.home header#masthead {
    background-color: transparent;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
}
header.bg-site-black {
    position: fixed !important;
    top: 0;
    background-color: #fff !important;
    box-shadow: 0 0px 10px #ccc;
    left:0;
    right: 0;
    z-index: 9;
}
.site-header .row.align-items-center {
    padding-top: 12px;
}
.top-menu {
  border-bottom: 1px solid #596475;
}
.top-menu .container {
  padding: 12px calc(var(--bs-gutter-x) * .5);
}
.top-menu a {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #596475;
}
.top-menu a.mail-top {
  border-right: 1px solid #596475;
  padding: 0 8px 0 0;
}
.top-menu a.tell-top {
  padding: 0 0 0 8px;
}
.top-menu .social-icons {text-align: right;}
.social-icons a i {
  color: #1C1C1C;
  opacity: 0.8;
  padding: 0 0 0 19px;
}
.social-icons a:hover i{
    color: #7373ab;
}
.mobile-only.side-menu-logo,.navbar-toggler {
  display: none;
}
header ul.nav.navbar-nav.site-nav li {
    display: inline-block;
    padding: 12px 0 12px 40px;
}
header ul.nav.navbar-nav.site-nav li:hover a{
    color: #7373AB;
}
header ul.nav.navbar-nav.site-nav li.current_page_item a{
    color: #0E0911;
}
header ul.nav.navbar-nav.site-nav {
    flex-direction: inherit;
    float: right;
}
header ul.nav.navbar-nav.site-nav ul a {
    line-height: 26px;
    text-align: center;
}
.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: -1;
    z-index: 12;
    width: 1.25rem;
    height: 1rem;
    margin-right: 1rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
    margin: 22px 20px 0 auto;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2px;
    border: none;
    outline: none;
    opacity: 1;
    transform: rotate(0deg);
    background-color: #ffffff;
    transition: 0.25s ease-in-out;
}
.burger .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
}
.burger .burger-line:nth-child(2) {
    right: -1.5rem;
    opacity: 0;
    visibility: hidden;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
}
.burger .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
}
/* ----------------- Slider Section ------------------------- */
.n2-ss-layer.container {
    max-width: 1320px !important;
}
.n2-ss-layer p {
    margin: 10px 0 40px !important;
}
.n2-ss-slider h2 {
    margin-top: 90px !important;
}
/* ------------------ Explore all ------------------------ */
.explore-tour {
    padding: 70px 0 100px;
}
.explore-tour .container {
    float: unset;
}
.explore-tour .container .vc_column-inner {
    padding: 0 !important;
}
.explore-tour p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #596475;
    margin: 12px 0;
}
.list-box-wrapper .wpb_wrapper {
    display: grid;
    grid-template-columns: 13em 170px 30%;
    grid-template-rows: 200px auto;
    gap: 20px;
}
.list-box h3 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #0E0911;
    margin: 0;
}
.list-box p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #596475;
}
.explore-left {
    position: relative;
}
.explore-left .top-img {
    position: absolute;
    bottom: 0;
    right: 24px;
    margin: 0;
}
.explore-left .wpb_bounceIn img {
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out;
}
.explore-left .wpb_bounceIn:hover img {
    transform: scale(1.2);
}
/* ------------------------- Why Us --------------------------- */
.why-us {
    padding: 80px 0;
}
.why-us .container {
    float: unset;
}
.why-us .container .vc_column-inner {
    padding: 0 !important;
}
.why-us p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #596475;
    max-width: 650px;
    margin: 10px auto 40px !important;
}
.why-us .services-box .vc_column-inner {
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgb(202 226 252 / 30%);
    border-radius: 24px;
    width: 426px;
    height: 129px;
    margin: 0 auto;
    padding:24px !important;
}
.why-us .services-box .wpb_single_image{
    float: left;
    margin: 0;
    width: 20%;
}
.why-us .services-box .wpb_text_column{
    float: right;
    padding: 0 0 0 16px;
    margin: 0;
    width: 80%;
}
.why-us .services-box .wpb_text_column h3 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #0E0911;
    margin: 0 0 12px;
}
.why-us .wpb_single_image img{
    transition: .3s ease-in-out;
}
.why-us .services-box:hover .wpb_single_image img {
    transform: scale(1.2);
}
.why-us .services-box .wpb_text_column p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #596475;
    text-align: left;
    margin: 0 !important;
}
/* ------------- Top Destination --------------- */
.top-destination{
    padding: 10px 0 50px;
    background-position: 0px 0px, right 3em bottom 2em !important;
    position: relative;
}
.top-destination .container{
    float: unset;
}
.top-destination .owl-nav {
    right: 0;
    width: 100px;
    bottom: -40px;
    z-index: 99;
    margin: 20px auto;
    top:auto;
}
.testimonial_wrapper .owl-nav svg:hover,.gallery-sec .owl-nav svg:hover,.destination_wrapper .owl-nav svg:hover{
    opacity: 0.4;
}
.testimonial_wrapper {
    margin-top: 20px;
    margin-left: auto;
}
.owl-carousel-vertical .item{
transform: rotate3d(0, 0, 1, -90deg);
}
.top-destination .owl-nav [class*=owl-]{
    background: transparent !important;
}
.top-destination .owl-nav [class*=owl-]:hover{
    background: transparent !important;
}
.top-destination .wpb_text_column p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #596475;
    max-width: 650px;
    margin: 10px auto 40px !important;
}
.destination_slider .inner-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgb(202 226 252 / 30%);
    border-radius: 24px;
}
.destination_slider .inner-box img{
    transition: 1.2s;
}
.destination_slider .inner-box .dest-meta{
    overflow: hidden;
}
.destination_slider .inner-box:hover img{
    transform: scale(1.2);
    transition: 1.2s;
}
.destination_slider .test-contents {
    padding: 16px;
}
.destination_slider .image-preview h4 a {
    margin: 0 80px 8px 0;
}
.destination_slider .image-preview h4 a{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #0E0911;
}
.destination_slider p.desg {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #596475;
}
.destination_slider p.time {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9B9CB3;
    margin: 0;
}
.destination_slider .meta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.destination_slider .rating p {
    background: rgba(244, 169, 19, 0.18);
    border-radius: 38px;
    padding: 4px 6px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #BB6D00;
    margin: 0;
}
.destination_slider .rating span {
    font-size: 12px;
    margin: 0 2px 0 0;
    color: #BB6D00;
}
.destination_slider.owl-carousel .owl-stage{
    padding: 0 0 50px;
}
/* -------------------- Gallery ----------------------- */
.gallery-sec {padding: 80px 0;}
.gallery-sec .container-fluid {
    padding-left: 170px;
    position: relative;
}
.gallery-sec .gallery-columns-3 .gallery-item{
    max-width: 100%;
}
.gallery-sec .owl-nav {
    width: auto;
    left: -17em;
    top: 25%;
}
.gallery-sec .owl-stage {
    right: -20px;
}
.gallery-sec .owl-nav div{
    position: unset;
    background: transparent;
    margin: 0 32px 0 0;
}
.gallery-sec .owl-nav div:hover{
    background: transparent;
}
.gallery-sec .owl-nav .owl-prev:hover svg path{
    fill: #9B9CB3;
    transition: all 2.5s ease-in-out;
    transform: scale(0.9);
}
.gallery-sec .owl-nav .owl-next:hover svg path{
    fill: #0E0911;
    transition: all 2.5s ease-in-out;
    transform: scale(0.9);
}
.video-sec {padding: 0 0 100px;}
.video-sec .container {float: unset;}
.video-sec p{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #596475;
    max-width: 650px;
    margin: 10px auto 40px !important;
}
.video-blog .vc_column-inner {
    background-size: 100% 100%;
    height: 400px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.video-blog .vc_column-inner .wpb_wrapper{
    width:100%;
}
.video-blog .vc_icon_element-inner {
    border-radius: 50%;
    border: 5px solid #ffffff !important;
    padding: 6px 6px;
    width: 60px !important;
    height: 60px !important;
    cursor: pointer;
}
.video {
    width: 100%;
    height: 400px;
    margin: auto;
    display: block;
    border: none;
}
.popup-btn, .close-btn {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0;
    top: -24px;
    right: -25px;
    position: absolute;
    cursor: pointer;
    border: 3px solid #ffff;
    background-color: #000;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 12px;
    border-radius: 50%;
}
.popup-btn:hover {
    color: white;
    background-color: black;
}
.video-popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}
.popup-bg {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
}
.popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: auto;
    padding: 26px;
}
/* ---------------- Gallery Section -------------------- */
.Newsletter-sec .container {float: unset;}
.Newsletter-sec {
    padding: 100px 0;
    background-size: 100% 100%;
}
.Newsletter-sec p{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}
.Newsletter-sec form {
    position: relative;
    max-width: 745px;
    margin: 0 auto;
}
.Newsletter-sec form label{
    display:block;
}
.Newsletter-sec input[type="email"] {
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    background: transparent;
    padding: 16px 16px;
    width: 530px;
    color: #fff;
}
.Newsletter-sec input[type="email"]::placeholder{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}
.Newsletter-sec input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 13px 20px;
    background: #7373AB;
    box-shadow: 0px 12px 40px rgba(54, 40, 72, 0.2);
    border-radius: 6px;
    border:0;
}
.Newsletter-sec input[type="submit"]:hover{
    color: #7373AB;
    background: #FFFFFF;
}
.partner-logo {
    padding: 100px 0 0;
    position: relative;
    z-index: 2;
    background-size: 100% 100%;
}
.partner-logo .container {
    float: unset;
}
.partner-logo .container .vc_column-inner{
    padding: 0 !important
}
.partner-logo .single_partner {
    border: 1px solid rgb(89 100 117 / 10%);
    border-radius: 24px;
}
.partner-logo .single_partner img{
    padding: 30px;
    height: 102px;
}
.partner-logo .single_partner:hover {
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgb(202 226 252 / 40%);
}
.partner-logo .single_partner img:hover{
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.get-contact {
    width: 946px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 60px;
    margin: 100px auto 0 !important;
}
/* ------------------- Get in touch ------------------------ */
.get-in-touch {
    padding: 0;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
    height: 550px;
}
.get-in-touch .container {
    float: unset;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 60px;
    width: 946px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
}
.get-in-touch .vc_column-inner{
    padding: 0 !important;
}
.get-in-touch .wpb_text_column p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #596475;
    max-width: 700px;
    margin: 10px auto 40px !important;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #7373AB;
    box-shadow: 0px 12px 40px rgba(54, 40, 72, 0.2);
    border-radius: 6px;padding: 12px 20px;font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    border:0;
}
form input,form textarea {
    border: 1px solid rgb(89 100 117 / 30%);
    border-radius: 6px;
    padding: 15px 16px;
    margin-bottom: 24px !important;
}
form input::placeholder, form textarea {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #596475;
}
/*------------------------ End Features -----------------------*/
h1.title::before {
    content: none !important;
}
h1.title{
    text-align: center;
}
#secondary aside ol article .wp-block-latest-comments__comment-meta {color: #121212;}
#secondary aside ol,#secondary aside ul{
    padding-left: 0;
}
#secondary aside {
    margin: 0 !important;
    background: #f3f3f3;
    padding: 0;
    border-radius: 0;
}
#secondary aside h2{
    font-size: 25px;
}
/*---------------------Wocommerce-------------------------------*/
.woocommerce ul.products li.product{
  border: 0;
  position: relative;
}
.woocommerce li.product {
position: relative;
display: block;
text-align: center;
}
.woocommerce div#ex1 img {position: relative;
text-decoration: none;
cursor: pointer;
color: #e4c590;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;position: relative;
display: block;
width: 100%;
border-radius: 20px;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.woocommerce li.product:hover img {
opacity: 0.70;
transform: scale(1.05,1.05);
}
.woocommerce div#ex1 {
position: relative;
display: block;
overflow: hidden;
border-radius: 20px;
background-color: hsl(38deg 61% 73%);
margin-bottom: 15px;
}
.woocommerce.columns-3 {
margin: 30px 0 0;
}
ul.products li.product p {
position: relative;
font-size: 18px;
color: hsl(0deg 0% 65%);
margin-bottom: 15px;
line-height: 1.78em;
}

ul.products li.product h2.woocommerce-loop-product__title {
position: relative;
text-transform: capitalize;
margin-bottom: 10px !important;
color: #fff;
font-size: 22px !important;
font-weight: 500;
background: none;
line-height: 1.20em;
font-family: 'Cormorant Garamond','serif'!important;
}
.star-rating.new-ratting {display: none !important;opacity: 0;}
.woocommerce ul.products li.product a img {
  width: auto;
  display: block !important;
  margin: 0 auto;
  transition: 0.5s all ease-in-out;
  background-color: #F3F3F3;
}
.woocommerce ul.products li.product .onsale{
  display: none;
}
.woocommerce ul.products li.product:hover a.button.product_type_simple.add_to_cart_button{
  display: block;
  opacity: 1;
}
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button{
  margin: 0 auto;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 220px;
  padding: 14px 60px 12px;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #202020;
  opacity: 0;
  display: none;
}
.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button:hover{
  background-color: #7373ab;
  color: #ffffff;
}
.woocommerce ul.products li.product:hover h2.woocommerce-loop-product__title{
  color:#7373ab ;
}
.woocommerce .container-rating .count-rating,.woocommerce .star-rating {
  display: none !important;
}
.woocommerce .price ins{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #202020;
}
.woocommerce .price del {
  margin: 0 10px 0 0;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6A6A6A;
}
.woocommerce .products-overlay{
  display: none;
}
.woocommerce ul.products li.product a.added_to_cart{
  text-align: center;
  color: #121212;
  font-weight: bold;
  display: block;
}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist{display: none;}
.woocommerce ul.products li.product .products-overlay .yith-wcwl-add-to-wishlist {
  display: block !important;
}
.woocommerce .products-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 25px;
  padding: 2px;
}
.woocommerce-page ul.products li.product .products-overlay{
  top: 4px;
  right: 10px;
}
.woocommerce ul.products li.product:hover .products-overlay{
  display: none;
}
.woocommerce ul.products li.product .products-overlay i,.woocommerce ul.products li.product .products-overlay svg {
  background-color: #fff;
  padding:8px;
  width: 30px;
  height: 30px;
  margin: 0px 0 10px;
  color: #121212;
}
.woocommerce ul.products li.product .products-overlay i:hover, .woocommerce ul.products li.product .products-overlay svg:hover {
  background: #202020;
  color: #fff;
}
.woocommerce ul.products li.product .products-overlay svg:hover path{
  fill: #fff !important;
}
.woocommerce ul.products li.product .products-overlay i.yith-wcwl-icon.fa.fa-heart,.woocommerce ul.products li.product .products-overlay a.add_to_wishlist svg{
  margin: 0 0 10px !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background-color: #7373ab;
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 10px;
}
body.archive nav.woocommerce-breadcrumb {
    display: none;
}
main#maincontent {
    padding: 30px 0 0;
}
h1, .woocommerce h1 {
    font-family: 'Marcellus';
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: .01em;
    text-align: left;
    margin: 0 0 0.2em;
}
.woocommerce .summary h1 {
    font-size: 36px
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
    margin-left: 5px;
    margin-bottom: 1em;
    margin-top: 1em;
}
.shop .yith-wcwl-add-to-wishlist span{
    display: none;
}
.woocommerce .meta-loc {
    float: right;
    width: 100%;
    margin-top: 6px
}

.woocommerce .meta-loc p {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #121212;
    display: inline-block;
    margin: 0 10px 0
}

.woocommerce .meta-loc label {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #121212
}

.woocommerce table.shop_table tfoot th {
    color: #121212
}
.shop-page div#secondary{
    width: 100%;
}
.woocommerce div.product form.cart {
    margin-bottom: 1em
}

.woocommerce .quantity input {
    padding: 10px 0;
    font-size: 20px;
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px
}

.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #7373ab;
    border-radius: 0;
    padding: 15px 40px;
    color: #ffffff;
    border-radius: 0;
    font-size: 20px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #7373ab
}

#contentwoocom {
    padding: 20px 15px
}

.woocommerce ul.products li.product .button,
h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    text-align: center
}

.woocommerce ul.products li.product .button {
    margin: 20px auto;
    display: block;
    width: max-content
}

.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px
}

li.product {
    border: 1px solid #ccc;
    padding-bottom: 17px
}

.woocommerce span.onsale {
    background-color: #7373ab
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
    max-width: 100%
}

input#password,
input#reg_password {
    padding: 10px
}

.woocommerce div.product form.cart .variations select {
    background-color: #ffffff
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%
}

.woocommerce a.added_to_cart {
    padding: 0 .5em .5em;
    display: inline-block
}

.woocommerce h2,
.woocommerce h3 {
    font-family: 'PT Sans', sans-serif;
    color: #f5f5f5;
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0 20px
}
body.woocommerce{
  background-color: #000000;
}
.woocommerce-account h2 {
    text-align: center
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 15px 12px;
    line-height: 1.5em;
    font-size: 20px
}
.woocommerce table.shop_table,table th, table td{
  border: 1px solid #fff;
}
.woocommerce table.shop_table td {
    padding: 15px 10px;
    font-size: 16px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto !important;
    padding: 10px 20px
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    border-radius: 0;
}
.woocommerce .cart_totals a.checkout-button {
    border-radius: 0;
    padding: 18px 10px
}

.woocommerce .woocommerce-MyAccount-content .form-row {
    display: block !important
}

.woocommerce .cart .button {
    border-radius: 0;
    padding: 11px 20px
}

.woocommerce .cart .coupon button.button {
    background-color: #7373ab !important
}

.woocommerce .cart td.actions button.button {
    background-color: transparent;
    font-size: 18px
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin-left: 0;
    max-width: 100%;
    padding: 0
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 2px solid #050505;
    padding: 10px 25px 10px 15px;
    background-color: #7373ab;
    margin-bottom: 10px;
    box-shadow: 2px 2px 0 0 #050505;
    font-weight: 700;
}
.woocommerce-MyAccount-content p {
    color: #5b5151;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}
.woocommerce .cart td.actions button.button {
    color: #121212;
    opacity: 1;
    cursor: pointer;
}
.woocommerce-page table.cart td.actions .coupon button.button {
    color: #FFFFFF;
}
.payment-img {
    text-align: right;
}
.woocommerce-MyAccount-content fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #F7F7F7;
    font-family: 'PT Sans', sans-serif
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    margin: 12px 0;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #7f8391
}
.woocommerce .cart td.actions .coupon button.button:hover{
    background-color: #202020 !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #050505;
    color: #F7F7F7
}

.woocommerce .form-row {
    display: unset
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%
}

.woocommerce #order_review table th {
    text-align: left
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    padding: 20px
}
.woocommerce div.product div.images img {
  width: 100%;
  max-width: 100%;
  min-width: 500px;
}
.woocommerce div.product div.images .slick-list img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.woocommerce div.product .product_title {
    font-family: 'PT Sans',sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    color:#ffffff;
}
.woocommerce div.product .entry-summary .star-rating{
    display:block !important;
}
.woocommerce .my-custom-social a i {
    background-color: #121212;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 12px;
    margin: 0 0 0 12px;
}
.woocommerce .my-custom-social {
    width: 100%;
    float: left;
    margin: 20px 0;
}
#single-product-page {
    padding-top: 40px
}

.woocommerce-Tabs-panel p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #7f8391;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    margin: 20px 0 0;
    line-height: 30px
}

.woocommerce-products-header__title {
    letter-spacing: 0;
    color: #050505;
    font-family: 'PT Sans', sans-serif;
    font-weight: 800
}

#primary {
    padding-top: 30px
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count {
    font: 500 14px 'PT Sans', sans-serif;
    letter-spacing: 1px;
    color: #050505
}

.woocommerce .woocommerce-ordering select {
    background-color: #7373ab;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    font-weight: 700;
}

.shop-page ul.products li.product,
.shop-page ul.products li.product {
    height: 546px
}

.single-product .yith-wcwl-add-to-wishlist {
    display: none
}

.shop-page ul.products li.product .onsale {
    border-radius: 0;
    padding: 6px 20px;
    font-size: 15px;
    left: 0;
    right: auto;
    margin: 0 0 0;
    line-height: 28px;
    min-height: 10px
}

.shop-page ul.columns-3 li .container-rating {
    width: 33%;
    margin: 6px auto 0 auto;
    text-align: center;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 90%
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none
}

.woocommerce form.woocommerce-cart-form {
    float: left;
    width: 70%
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    float: right;
    width: 30%
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    font-size: 18px;
    margin: 12px 0
}
.woocommerce ul.products li.product .price{
    margin: 0 0 12px 0;
    direction: rtl;
}
.woocommerce div.product p.price del {
    margin: 0 10px 0 0
}

.woocommerce ul.products li.product .price del {
    margin: 0 10px 0 0
}

.shop-page ul.columns-3 li .count-rating {
    float: left;
    margin: -7px 0px 0 0;
}

.shop-page ul.columns-1 li .count-rating {
    float: left;
    width: 20px
}

.shop-page ul.columns-1 li .container-rating {
    width: 12%;
    margin: 0 28% 0 auto;
    text-align: center
}

.woocommerce ul.products li.product .price ins {
    text-decoration: underline;
    color: #202020;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ffff !important;
    background-color: #202020;
    border: 1px solid #202020;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    border: 1px solid #7373ab;
    color: #fff;
    font-size: 16px;
}
.related_project_slider_wrapper .carousel_navs,.related_project_slider_wrapper .owl-nav{
    display: none;
}
.related_project{
    margin: 30px 0;
}
.rel-project-section .row{
    display: none;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none
}

.woocommerce nav.woocommerce-pagination ul li {
    margin-right: 10px
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #ffffff !important;
    background-color: #7373ab !important
}

.woocommerce-page ul.products li.product:hover .onsale,
.woocommerce-page ul.products li.product:hover .add_to_cart_button.ajax_add_to_cart {
    background-color: #050505;
    color: #ffffff
}

.woocommerce-page ul.products li.product:hover .price,
.woocommerce-page ul.products a.added_to_cart {
    color: #050505
}

.woocommerce-page ul.products a.added_to_cart {
    font: 700 15px 'PT Sans', sans-serif;
    display: inherit;
    letter-spacing: 1px;
    text-align: center
}

.woocommerce span.onsale {
    border-radius: 0;
    padding: 6px 20px;
    font-size: 15px;
    left: 0;
    right: auto;
    margin: 0 0 0;
    line-height: 28px;
    min-height: 10px;
    top: 0
}

.single-product header {
    margin: 0 0 4em
}

.woocommerce div.product p.price ins {
    text-decoration: none
}

.woocommerce-message {
    border-color: #7373ab
}

.woocommerce-message::before {
    color: #7373ab
}

.woocommerce-message,
.woocommerce .product_meta span,
.woocommerce #review_form #respond {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px
}

.woocommerce #review_form #respond p.stars {
    margin: 10px 0 0 !important
}

.woocommerce .related {
    padding-top: 30px
}

.woocommerce .woocommerce-cart-form__cart-item a {
    font-weight: 700
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #7373ab;
    border-radius: 0;
    padding: 6px 20px;
    font-size: 16px;
    border: 1px solid #202020;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: 1px solid #202020;
}
.woocommerce ul.products li.product .onsale {
    margin: 0
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    padding: 10px 26px;
    width: max-content;
    line-height: 22px;
}
.comment-respond textarea{
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border:  1px solid #202020;
}
.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .order-total,
.woocommerce table.shop_table thead tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    background-color: transparent
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table th {
    color: #ffffff
}

.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total span,
.woocommerce table.shop_table thead tr th,
.woocommerce-message,
.woocommerce table.shop_table .cart-subtotal span,
.woocommerce .product_meta span,
.woocommerce .woocommerce-cart-form__cart-item td,
.woocommerce .woocommerce-cart-form__cart-item a,
.woocommerce table.shop_table th,
.woocommerce .woocommerce-error,
.woocommerce form .form-row label {
    color: #ffffff
}

.woocommerce-billing-fields p.form-row {
    line-height: 0 !important;
}

.select2-container--open .select2-dropdown {
    top: -28px;
}

.woocommerce table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .order-total td {
    padding: 20px 10px
}

.select2-container .select2-selection--single {
    height: 48px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px
}

.woocommerce ul.products li.product .star-rating {
    color: #fec806;
    margin: 6px auto 0;
    display: block;
    float: none;
    overflow: hidden;
    position: relative;
    height: 1.7em;
    line-height: 1;
    font-size: 1em;
    font-family: star
}

.star-rating {
    color: #fec806;
    font-size: .857em;
    display: block;
    overflow: hidden;
    position: relative;
    height: 16px;
    line-height: 1;
    font-size: 12px;
    width: 5.4em;
    line-height: 20px;
    font-family: star;
    margin-bottom: 13px
}

.star-rating:before {
    content: "\73\73\73\73\73";
    color: #7f8391;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}
.woocommerce ul.products li.product .price del {
  display: none !important;
}
.woocommerce ul.products li.product .price ins {
  position: relative;
  font-family: 'Cormorant Garamond','serif'!important;
  font-size: 22px;
  color: #e4c590;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce .products ul #sp-wqv-view-button.sp-wqv-view-button.button.after_add_to_cart, .woocommerce ul.products #sp-wqv-view-button.sp-wqv-view-button.button.after_add_to_cart{
    display: none;
}
.woocommerce div.product div.summary .woocommerce-product-rating{
    margin-bottom: 0;
}
.woocommerce div.product form.cart button.single_add_to_cart_button{
    margin-top: 13px;
}
/*------------------ secondary ------------------------*/
#secondary form label {
    display: none
}
#secondary input[type=search] {
    border: 1px solid #949494;
    border-radius: 0;
}
.wp-block-search__button{
    border-radius: 0;
}
#secondary h2, #secondary h4 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700 !important;
    position: relative;
    z-index: 1;
    padding: 12px;
    background-color: #7373ab;
}
#secondary aside p {
    margin: 0;
}
#secondary ul {
    padding: 0 20px !important;
    margin: 0 0 0px
}
#secondary .apffw_container.apffw_price_filter {
    padding: 0 0 20px !important;
}
#secondary .apffw label{
    margin: -6px 0 0 10px !important;
}
#secondary .apffw_container_productcategories label{
    margin: 0 !important;
}
#secondary .apffw input[type='radio']{
    border: 1px solid #7373ab;
    border-color: #7373ab !important;
}
div.apffw_info_popup{
    background-color: #7373ab !important;
}
.apffw_submit_search_form_container{
    margin: 9px 10px 15px 10px;
}
#secondary ul li,
#secondary ol li {
    margin: 12px 0 0;
    list-style: circle
}

#secondary ol {
    padding: 0;
    margin: 0 0 0 15px
}

#secondary ul li,
#secondary ul li a,
#secondary ol li a {
    color: #202020;
    transition: all .4s ease-in-out 0s;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500
}

#secondary span.comment-author-link {
    margin-left: 14px
}

.search-result input.search-field {
    display: inline-block;
    width: auto;
    border: 1px solid #121212;
    padding: 10px 20px;
    margin: 0 10px
}

.search-result input[type="submit"] {
    padding: 11px 20px
}

.post-featured img {
    width: 100%
}

.authordetails {
    padding: 30px 0
}

.authordetails .author_links {
    padding-left: 17%;
    font-weight: 700;
    margin-bottom: 7px
}

.authordetails .b-content {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #7f8391;
    font-family: 'PT Sans', sans-serif;
    font-style: italic
}

.authordetails ul {
    list-style-type: none;
    margin-left: 18%;
    margin-top: 10px;
    position: relative
}

.authordetails ul li {
    display: inline
}

.authordetails ul li a i {
    background-color: #121212;
    padding: 15px 15px 9px 15px;
    color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.authordetails img {
    border-radius: 50%
}
/* ----------------- Testimonials ----------------- */
.testimonials-sec .container {
    float: unset;
}
.testimonials-sec .wpb_text_column p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #596475;
}
/*------------------- Footer css-------------------------*/
.home .footer {
    margin-top: -56px;
    z-index: 1;
}
.footer .widget_media_image,.footer .wp-block-image {margin: 0;}
.footer .footer_text p {
    opacity: 0.54;
    color: #ffff;
}
.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
footer.footer ul li{
    padding: 0 8px;
    position: relative;
}
.footer .wp-block-social-links li:nth-child(1)::after {
    content: none;
}
.footer .wp-block-social-links li:nth-child(1) a,.footer .wp-block-social-links li:nth-child(2) a {
    background: #7373ab;
    background-position: unset;
    padding-left: 0px;
}
.footer .wp-block-social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all ease-in-out;
}
footer.footer ul li a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
footer.footer p {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}
.footer form.init p {
    padding: 0;
    position: relative;
}
.footer span.wpcf7-form-control-wrap input {
    width: 100%;
    background: #ffffff;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    border-radius: 0;
    padding: 20px 65px 20px 16px;
    border: 0;
}
.footer span.wpcf7-form-control-wrap input::placeholder{
    color: #000000;
}
.footer span.wpcf7-form-control-wrap{
    margin-bottom: 0;
}
.footer input[type="submit"] {
    padding: 18px 32px;
    border: 1px solid transparent;
    text-transform: capitalize;
    background: url(../assets/images/news-vector.png) no-repeat;
    background-size: 15%;
    background-position: center;
    font-size: 0;
    text-indent: -1000em;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    position: absolute;
    color: #050505;
    border-radius: 0;
    width: auto;
    right: 0;
    z-index: 999;
}
.footer .wp-block-social-links li {
    display: inline-block;
    width: auto;
    padding: 0;
}
.footer .wp-block-social-link:hover{
    transform: none !important;
}
.footer .wp-block-social-links li svg {
    width: 20px !important;
    height: 20px !important;
}
.footer .footer-form p {
    display: none;
}
.footer form.wpcf7-form.init p {
    display: block;
}
.footer .footer-form {
    padding: 12px 0 5.85em;
}
.footer .widget.widget_nav_menu {
    min-height: 222px;
}
.woocommerce .star-rating span{
    color: #fec806;
}
.footer .wp-block-social-links{
    display: block;
}
.footer-bottom {
    background-color: #7273ab;
    padding: 16px 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
}
.footer-bottom p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 0;
}
.footer-bottom p span {
    padding: 0 5px;
}
.footer-bottom  ul.nav.footer-menu {
    text-align: right;
    float: right;
}
.footer-bottom ul.nav.footer-menu li a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 0 0 0 24px;
}
.default-page, .blog_posts{
    padding-top: 0 !important;
}
#customer_login .form-outer {
    margin: 0 auto;
    max-width: 800px;
}
#customer_login  a.sign-in-link {
    display: inline-block;
    float: right;
    background-color: #202020;
    border-radius: 0;
    padding: 15px 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
}
.custom-registration .form-outer {
    margin: 0 auto;
    max-width: 800px;
}
form.woocommerce-form.woocommerce-form-register.register.form-outer.login {border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;}

.custom-registration p.form-row {
    padding: 3px;
    margin: 0 0 6px;
}
form.woocommerce-form.woocommerce-form-register label {color: #050505;line-height: 2;display: block;}

form.woocommerce-form.woocommerce-form-register input {padding: 10px;box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit.comman-btn {display: inline-block;
    
    background-color: #202020;
    border-radius: 0;
    padding: 15px 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;border: 0;}

.custom-registration .woocommerce-privacy-policy-text p {color: #050505;line-height: 2;}
form.woocommerce-ResetPassword.lost_reset_password, form.woocommerce-form.woocommerce-form-login.login {
    margin: 20px auto;
}
.woocommerce-page div#content {
    min-height: auto !important;
    background-color: #010101;
}
.woocommerce-page .slick-initialized .slick-slide{
    height: auto;
}
.woocommerce #content div.product div.summary .price {display: none;}

.woocommerce #content div.product div.summary .price.suk-price {display: block;}

.woocommerce #content div.product div.summary .woocommerce-product-rating {margin: 10px 0;}

.woocommerce #content div.product div.summary form.cart {margin: 10px 0;}

.woocommerce #content div.product div.summary .product_meta {display: none;}

.woocommerce #content div.product div.summary .product_meta.suk-meta {display: block;}
form.woocommerce-ResetPassword.lost_reset_password p {
    font-family: 'PT Sans' , sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}
.footer .footer-copyright h6 a, .footer .footer-copyright h6 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF !important;
    opacity: 0.58;
    text-decoration: none;
}
.footer .footer-copyright h6 {padding: 20px 0 0;}
.footer .wp-block-social-links .wp-social-link a:hover svg,.footer .wp-block-social-links .wp-social-link a svg:hover svg{
    fill: #E2B288 !important;
}
#yith-wcwl-popup-message{
    display: none !important;
}
.woocommerce-page ul.products .products-overlay{
    display: none;
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
    padding: 12px 22px;
    text-transform: capitalize;
}
.shop .yith-wcwl-add-to-wishlist {
    margin: 0 !important;
    padding: 15px 0 2px;
}
.shop .yith-wcwl-add-to-wishlist i,.shop .yith-wcwl-add-to-wishlist span{
    color: #202020;
}
/*------------------------ Contact Page ------------------------------*/
.Contact-top h1 {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-size: 36px !important;
    line-height: 50px;
    color: #202020;
    text-transform: capitalize !important;
    margin: 0 0 30px !important;
}
.Contact-top .col-md-8.col-md-offset-2 {
    margin: 0 auto;
}
.Contact-top p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #202020;
}
#contact-box {
    padding: 60px 0;
    margin: 0 auto;
}
#contact-box .vc_column-inner .wpb_column{
    line-height: 1.8em;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;   
    height: 400px;
    padding: 6em 30px;
    box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 18%);
    margin: 16px;
    width: 400px;
}
#contact-box .vc_column-inner span {
    background-color: rgb(32 32 32 / 98%);
    padding: 20px 18px 14px 18px;
    border-radius: 100% 100% 100% 100%;
    width: 40px;
    height: 40px;
}
#contact-box .vc_column-inner h1,#contact-inner-box h1 {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-size: 30px !important;
    line-height: 50px;
    color: #202020;
    text-transform: capitalize !important;
    margin: 0 0 15px !important;
}
#contact-box .vc_column-inner .col-md-8.col-md-offset-2,#contact-inner-box .vc_column-inner .col-md-8.col-md-offset-2 {
    margin: 0 auto;
}
#contact-box .vc_column-inner p,#contact-inner-box .vc_column-inner p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #202020;
}
#contact-inner-box form span:nth-child(1),#contact-inner-box form span:nth-child(2) {
    width: 48% !important;
    margin: 12px;
}
#contact-inner-box form span input {
    padding: 15px;
}
#contact-inner-box form span {
    width: 98% !important;
    margin: 12px;
}
#contact-inner-box form span textarea {
    padding: 20px;
}
#contact-inner-box form input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 70px;
    width: auto;
}
#contact-inner-box {
    margin: 0 0 30px;
}
.woocommerce-products-header.mobile-shop{
    display: none;
}
#secondary .apffw_container h4::after{
    content: none;
}