@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Lato', sans-serif;
*/
@font-face {
    font-family: 'bradley_hand_itc_ttbold';
    src: url('fonts/bradley_hand_itc_tt_bold-webfont.woff2') format('woff2'),
         url('fonts/bradley_hand_itc_tt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'georgia_font';
    src: url('fonts/georgia-webfont.eot');
    src: url('fonts/georgia-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/georgia-webfont.woff2') format('woff2'),
         url('fonts/georgia-webfont.woff') format('woff'),
         url('fonts/georgia-webfont.ttf') format('truetype'),
         url('fonts/georgia-webfont.svg#georgia-webfont') format('svg');
    font-weight: normal;
    font-style: italic;
  
  }

  @font-face {
    font-family: 'avenir_font';
    src: url('fonts/avenirnext-regular-webfont.eot');
    src: url('fonts/avenirnext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirnext-regular-webfont.woff2') format('woff2'),
         url('fonts/avenirnext-regular-webfont.woff') format('woff'),
         url('fonts/avenirnext-regular-webfont.ttf') format('truetype'),
         url('fonts/avenirnext-regular-webfont.svg#avenirnext-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'avenir_medium';
    src: url('fonts/avenirnext-medium-webfont.eot');
    src: url('fonts/avenirnext-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirnext-medium-webfont.woff2') format('woff2'),
         url('fonts/avenirnext-medium-webfont.woff') format('woff'),
         url('fonts/avenirnext-medium-webfont.ttf') format('truetype'),
         url('fonts/avenirnext-medium-webfont.svg#avenirnext-medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
  }


  @font-face {
    font-family: 'avenir_bold';
    src: url('fonts/avenirnext-bold-webfont.eot');
    src: url('fonts/avenirnext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirnext-bold-webfont.woff2') format('woff2'),
         url('fonts/avenirnext-bold-webfont.woff') format('woff'),
         url('fonts/avenirnext-bold-webfont.ttf') format('truetype'),
         url('fonts/avenirnext-bold-webfont.svg#avenirnext-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
  }

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body{ margin:0;padding:0; font-family: Georgia, Garamond, serif; width: 100%; font-weight: 300;color: #303030; font-size: 16px; 
line-height: 1.5;font-weight: normal;font-style: normal; background: #fff;}
p{margin: 0 0 20px 0; font-weight: 300; font-style: italic;}
p:last-child{margin-bottom: 0;}

h1,h2,h3,h4,h5,h6{margin:0 0 25px 0;padding:0; font-family: 'avenir_medium'; color: #2b2b2b; font-weight: 400;}
h1{
	font-size: 77px; 
	line-height: 1.2;	
}
h2{ font-size: 38px; 
    line-height: 1.2;
    text-transform: uppercase;
}
h3{
    font-size: 30px;
    line-height: 1.2;
}
h4{
	font-size: 25px;
	line-height: 1.2;
}
h5{
	font-size: 20px;
	line-height: 1.2;
}
h6{
	font-size: 18px;
	line-height: 1.2;
}

ul,li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a{ /*font-family: 'Lato', sans-serif;*/ font-family: Georgia, Garamond, serif; margin:0;padding:0;text-decoration:none !important;outline:none !important; color: #080808;
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;transition: all 0.3s ease-in-out;}
a:hover{color: #9936bb;}





::-webkit-input-placeholder{opacity:1; color: #878787;}
:-ms-input-placeholder{opacity:1;color: #878787;}
::-moz-placeholder{opacity:1;color: #878787;}
:-moz-placeholder{opacity:1;color: #878787;}

img{max-width: 100%;}


input[type="text"],input[type="tel"],input[type="password"],input[type="email"],input[type="number"],input[type="date"],select{
    width: 100%;
    height: 60px;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     border-radius: 0;
    color: #000;
    border: 1px solid #dadadc;
    padding: 0 16px;
}
textarea{
    width: 100%;
    display: block;
    resize: none;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     border-radius: 0;
     border: 1px solid #dadadc;
      padding: 12px 16px;
      height: 200px;
}

select{ 
    border: 1px solid #b8b8b8; 
    width: 100%; 
    height: 60px;
    padding: 0 11px; 
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center; 
    background-color:#fff ; 
    background-size: 18px; 
    padding-right: 40px ; 
    outline: none ; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    -o-appearance: none; 
    appearance: none; 
} 
select::-ms-expand { 
    display: none; 
}
.form-control{
    border-radius: 0;
    border: 1px solid #b8b8b8; 
    padding: 12px 16px;
}

input[type="submit"], input[type="reset"], input[type="button"]{
    background:#b3d557; 
    color: #000; 
    height: 60px; 
    border:none;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     border-radius: 0; 
     padding-left: 30px; 
     padding-right: 30px; 
     text-transform: uppercase; 
     cursor: pointer;
     transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
    background:#333;
}

a,button,input{
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

img.alignright { 
    float: right; 
    margin: 0 0 20px 20px; 
}
img.alignleft { 
    float: left; 
    margin: 0 20px 20px 0; 
}
img.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 20px;  
    float: none; 
}
.alignright { 
    float: right;  
    margin: 0 0 20px 20px;
}
.alignleft { 
    float: left;
    margin: 0 20px 20px 0; 
}
.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 20px;  
    float: none;
}

.cmn_gap{
    padding: 100px 0px;
}
.cmn_gap2{
    padding:60px 0px;
}

.container{
    max-width: 1440px;
}

.btn_theme,input.btn_theme{
    min-width: 200px;
    font-size: 15px;
    text-transform: uppercase;
    /* font-family: 'Lato', sans-serif; */
     font-family: 'avenir_font';
    font-weight: 300;
    padding: 0px 30px;
    color: #fefefe;   
    height: 65px; 
    line-height: 65px;  
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 2px;
    background: rgb(153,54,187); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn_theme:hover,
.btn_theme:focus,
input.btn_theme:hover,
input.btn_theme:focus{
    color: #fff;
background: rgb(210,84,248); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 ); /* IE6-9 */
}

/* ========= custom scrollbar ======== */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #9936bb;
    border-radius: 7px; 
  }

:focus{
    outline: none;
    box-shadow: none;
}

.heading2{
    color: #a7cb3f;
    text-transform: uppercase;
    font-weight: 400;
}
  /* ============= main csss ============= */

.main-head{
	position: static;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
    padding: 30px 0px 25px;
    text-align: center;
}
.navbar-brand{
	padding: 0;
	margin: 0 30px 0px 0px;
}
.navbar{
    background: none; 
    margin: 0; 
    padding: 0; 
    min-height: inherit; 
    height: inherit;
    border:none; 
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.navbar-nav li{
    position: relative;
    list-style: none;
}
.navbar-nav > li{
    margin: 0 27px;
    padding:0px; 
    position: relative;
}
.navbar-nav > li:last-child{
    margin-right:0;
}
.navbar-nav > li:first-child{
    margin-left:0;
}
.navbar-nav > li > a{
    font-family: 'avenir_font';
    font-size: 15px; 
    font-weight: 400; 
    text-transform: uppercase; 
    color: #373737;
}
.navbar-nav > li.current-menu-item > a, 
.navbar-nav > li > a:hover, 
.navbar-nav > li.menu-item-has-children:hover > a{
    color:#a6ce3a;
}
.navbar-nav > li > a{
    position: relative;
}
/* .navbar-nav > li > a:after{
    content: '';
    position: absolute;
    top:-10px;
    left: 0px;
    right: 0px;
    margin:0 auto;
    height: 2px;
    width: 0%;
    background-color: #fff;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.navbar-nav > li > a:hover:after,
.navbar-nav > li.current-menu-item > a:after{
    width: 100%;
} */

/* navbar submenu*/
.sub-menu{
    background: #fff;
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.sub-menu > li > a{ 
    color: #000;
    display: block; 
    width: 100%; 
    padding: 5px 10px;
}
.sub-menu > li{
    width: 100%; 
    display: block; 
}
.sub-menu > li > a:hover, 
.sub-menu > li.menu-item-has-children:hover > a{
    background:#00bce4;
    color: #fff;
}

.navbar-nav > li:last-child > .sub-menu{ 
    right: 0; 
    left: inherit;
    padding:0; 
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu{
 position: absolute;
 left: 120%;
 top: 0;
 opacity: 0;
 visibility: hidden;
}

.main-head .top_logo {
    margin-bottom: 25px;
}
.navbar .navbar-brand {
    display: none;
}
.navbar .navbar-nav {
    text-align: center;
}
.navbar .navbar-nav {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



.header_top_bar {
    background: #f6f6f6;
    padding: 8px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header_top_bar .left_info span {
    font-size: 14px;
    font-weight: 400;
    color: #202028;
    text-transform: uppercase;
}
.header_top_bar .right_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header_top_bar .right_info li {
    font-size: 14px;
    font-weight: 400;
    color: #b6b5b6;
    margin-right: 25px;
}
.header_top_bar .right_info a {
    font-weight: 400;
    color: #b6b5b6;
}
.header_top_bar .right_info i {
    margin-right: 5px;
}
.header_top_bar .right_info li:last-child {
    margin: 0px;
}
.header_top_bar .right_info a:hover {
    color: #9936bb;
}



.homepage_banner_slider{
    
}
.homepage_banner_slider .item{
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    min-height: 800px;
    display: flex;
    align-items: center;
   -webkit-user-select: all;
   -moz-user-select: all;
        user-select: all;
        position: relative;
        z-index: 0;
}
.homepage_banner_slider .item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: -1;
}
.homepage_banner_slider .banner_text {
    max-width: 650px;
}
.homepage_banner_slider .banner_text h1 {
    /* font-family: 'bradley_hand_itc_ttbold'; */
    font-family: 'avenir_medium';
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.homepage_banner_slider .banner_text h1 span {
    display: block;
    font-size: 52px;
    color: #bcdb58;
}
.homepage_banner_slider .banner_text p {
    color: #fefefe;
    margin-bottom: 35px;
}
.homepage_banner_slider .slick-arrow {
    /* width: 45px; */
    padding: 0px 25px;
    height: 90px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            z-index: 2;
}
.homepage_banner_slider .slick-arrow:before{
  content: "\f054";
  font-size:20px;
  color:#000;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.homepage_banner_slider .slick-prev:before{
      content: "\f053";
}
.homepage_banner_slider .slick-prev {
    border-radius: 0px 50px 50px 0px;
    left:0px;
    padding-left: 20px;
    padding-right: 25px;
}
.homepage_banner_slider .slick-next {
    border-radius: 50px 0px 0px 50px;
    right:0px;
    padding-left: 25px;
    padding-right: 20px;
}


.home_showcase{

}
.home_showcase .showcase_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.home_showcase .showcase_img {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 0px;
}
.home_showcase .showcase_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.home_showcase .showcase_text {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 25px 9%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.home_showcase .showcase_text h2 span {
    color: #a7cb3f;
}
.home_showcase .showcase_text p {
    margin-bottom: 30px;
    font-style: italic;
}
.home_showcase .showcase_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}




.newsletter {
    padding: 50px 0px;
    /* background: rgb(153,54,187);
    background: -webkit-gradient(linear, left top, right top, from(rgba(153,54,187,1)),color-stop(84%, rgba(210,84,248,1)));
    background: -o-linear-gradient(left, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%);
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ); */
    background-image: -moz-linear-gradient( 14deg, rgb(127,18,159) 0%, rgb(150,35,172) 18%, rgb(172,52,185) 42%, rgb(148,34,173) 100%);
        background-image: -webkit-linear-gradient( 14deg, rgb(127,18,159) 0%, rgb(150,35,172) 18%, rgb(172,52,185) 42%, rgb(148,34,173) 100%);
        background-image: -ms-linear-gradient( 14deg, rgb(127,18,159) 0%, rgb(150,35,172) 18%, rgb(172,52,185) 42%, rgb(148,34,173) 100%);
}
.newsletter .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.newsletter .nws_ltr_left {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 40px;
}
.newsletter h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.newsletter h4 span {
    color: #a7cb3f;
}
.newsletter p {
    color: #ffffff;
}
.newsletter .nws_ltr_right {
width: 60%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.newsletter  form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsletter form input {
    height: 54px;
    background: rgba(255,255,255,0.15);
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    background-image: url('images/icon-nws-ltr-msg.svg');
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 55px;
}
.newsletter form input[type="submit"] {
    height: 54px;
    min-width: 150px;
    font-weight: 400;
    letter-spacing: 1.5px;
    background-color: #b3d557;
    color: #000 !important;
    background-image:none;
    padding: 0px 20px;
}
.newsletter form input[type="submit"]:hover,
.newsletter form input[type="submit"]:focus{
    background-color: #333;
    color: #fff !important;
      
}
.newsletter ::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
}
.newsletter ::-moz-placeholder{
    color: #fff;
    opacity: 1;
}
.newsletter :-ms-input-placeholder{
    color: #fff;
    opacity: 1;
}
.newsletter ::-ms-input-placeholder{
    color: #fff;
    opacity: 1;
}
.newsletter ::placeholder{
    color: #fff;
    opacity: 1;
}




footer{
    background-image: -moz-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%);
    background-image: -webkit-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%);
    background-image: -ms-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%);   
    padding: 0px 15px;
}
footer .container{
    padding-left: 0px;
    padding-right: 0px;
}
.footer_top{
    padding: 70px 0px;
}
.footer_logo {
    margin-bottom: 15px;
}
.footer_col p {
    color: #fff;
}
.footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer_social h5 {
    font-size: 22px;
    color: #b3d557;
    font-weight: 400;
    margin: 0px 15px 0px 0px;
}
.footer_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer_social li {
    margin: 0px 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.footer_social a {
    display: block;
}
.footer_social a:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
.footer_social a img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.footer_col:first-child {
    padding-right: 60px;
}
.footer_links li {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
}
.footer_links a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-family: 'avenir_font';
}
.footer_links a:hover{
    padding-left: 8px;
}
.footer_col h5 {
    color: #b3d557;
    font-size: 22px;
    font-weight: 400;
}
.footer_info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    color: #fff;
}
.footer_info p i {
    margin-right: 12px;
    margin-top: 5px;
}
.footer_btm {
    text-align: center;
}
.footer_btm .container {
    border-top: 1px solid #c275cc;
    padding: 20px 0px;
}
.footer_btm p {
    color: #fff;
}




/* our story page css */
.inner_banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   min-height: 583px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 0;
}
.inner_banner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: -1;
}
.inner_banner h1 {
    margin: 0px;
    letter-spacing: -4px;
    /* line-height: 1.5; */
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}



.our_story_content .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.our_story_content .text_wrap {
    padding-left: 80px;
}
.border_style_img {
    position: relative;
    z-index: 0;
    padding: 30px 30px 30px 0px;
}
.border_style_img:after {
content: '';
position: absolute;
top: 0px;
left: 40px;
right: 0;
height: 100%;
border: 2px solid #8c15ae;
z-index: -1;
}
.border_style_img img {
    width: 100%;
}



/* press page css */
.press_content a{
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid;
}
.press_content a:hover{
    border-color: transparent;
}
.press_content .press_cont_item {
    padding: 40px 20px;
    border-bottom: 1px solid #dadada;
}
.press_content .press_cont_item:last-child{
    border-bottom: 0px;
}
.press_content .press_txt p {
    margin-bottom: 30px;
}
.press_content .press_txt {
   padding-right: 6%;
   -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
}
.press_content .press_txt h2 {
    text-transform: uppercase;
    color: #a7cb3f;
}
.press_content .press_bg img {
    width: 100%;
    border-radius: 10px;
}
.press_content .press_txt p.date {
    margin-bottom: 22px;
    text-transform: uppercase;
}
.pagination_custom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination_custom ul {
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.pagination_custom a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 58px;
    height: 58px;
    border: 1px solid #e4e4e4;
    font-size: 19px;
    background: #fff;
    color: #000;
    margin: 5px;
}
.pagination_custom a.nav {
    border: 0px;
}
.pagination_custom a.active {
    border-color: #f5e6fa;
    background: #f5e6fa;
}
.press_content .pagination_custom{
    margin-top: 55px;
    margin-bottom: 35px;
}



/* special decoration page css */
.spd_content p.spd_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 50px;
}
.spd_content .form_grp {
    margin-bottom: 40px;
}
.spd_content form {
    padding-left: 45px;
}
.spd_content label {
    font-size: 20px;
    font-weight: 400;
    color: #303030;
}
.spd_form h3, .spd_form h2 {
    color: #a6ce3a;
    font-weight: 500;
    margin-bottom: 35px;
}



/* press details page css */
.page_dtls_banner{

}
.page_dtls_banner img{
    width: 100%;
}


.press_dtls_head {
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}
.press_dtls_head .date {
    text-transform: uppercase;
}
.press_dtls_head h2 {
    text-transform: uppercase;
    color: #aecf51;
}
.press_dtls_cont p {
    text-align: justify;
}

/* gift card page css */
.gc_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}
.gc_head h2 {
    margin: 0px;
    color: #a7cb3f;
}
.gc_head .right_info {
    font-size: 30px;
    margin-left: auto;
}
.gc_lists {
    margin-bottom: -60px;
}
.gc_list h3 {
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 0px;
}
.gc_lists .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gc_list {
    margin-bottom: 60px;
}
.gc_list_bg {
    margin-bottom: 30px;
    border: 2px solid #6f7175;
    border-radius: 20px;
    overflow: hidden;
}
.gc_list_bg img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.gc_list a:hover .gc_list_bg img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.gc_list a:hover h3{
    color: #8c15ae;
}



/* gift card details page css */
.card_dtls_wrapper .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.amount_wrap .card_price {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #bababa;
    text-align: center;
    padding: 0px 15px;
    font-size: 26px;
    font-weight: 700;
}
.card_dtls_wrapper .form_grp.check_box {
    position: relative;
}
.card_dtls_wrapper .form_grp.check_box input {
    display: none;
}
.card_dtls_wrapper .form_grp.check_box label:before {
content: '';
width: 29px;
height: 29px;
border: 2px solid #dadadc;
display: inline-block;
vertical-align: middle;
border-radius: 6px;
margin-right: 15px;
}
.card_dtls_wrapper .form_grp.check_box input:checked + label:after {
content: '\f00c';
position: absolute;
top: -6px;
left: 5px;
font-size: 30px;
color: #a7cb3f;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
.card_dtls_wrapper .form_grp {
    margin-bottom: 25px;
}
.card_dtls_wrapper .form_grp .btn_theme {
    width: 100%;
}
.card_dtls_wrapper label {
    font-size: 20px;
    color: #303030;
}
.card_dtls_wrapper label small {
    font-size: 13px;
}
.card_dtls_wrapper textarea{
    margin-bottom: 90px;
}
/* .calendar_field input{
    background-image: url('images/icon-calendar.png');
    background-repeat: no-repeat;
    background-position:right center;
    pointer-events: all;
    appearance: none;
} */



/* gelato page css */
.grp_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0px;
}
.grp_banner img {
    width: 33.333333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}


.gelato_content .nav-link {
    color: #cd52f2;
    padding: 8px 40px;
    border-radius: 15px 15px 0px 0px !important;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0px !important;
}
.gelato_content .nav-link.active {
    background: #cd52f2 !important;
    color: #fff !important;
    /* border: 0px; */
}
.gelato_content .nav-tabs {
    margin-bottom: 60px;
    border-color: #e3e3e3;
}
.gelato_content .tab-pane .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gelato_content .tab-pane .text_wrap {
    padding: 0px 30px;
}



/* career page css */
.radio_field_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.radio_field_item {
    margin-left: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.radio_field_item input {
    display: none;
}
.radio_field_item a {
    height: auto;
    line-height: inherit;
    min-width: auto;
    padding: 4px 12px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    border: 1px solid #9132b2;
    color: #9132b2;
    background: no-repeat;
}
.radio_field_item a:hover{
    border-color: transparent;
    outline: none;
    background: rgb(153,54,187); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ); /* IE6-9 */
}
.radio_field_item label {
    font-size: 22px;
}
.radio_field_item .btn_theme {
    margin-left: 10px;
}
.radio_field_item input + label span {
content: '';
width: 17px;
height: 17px;
display: inline-block;
vertical-align: -1px;
border: 1px solid #303030;
border-radius: 100%;
margin-right: 15px;
position: relative;
}
.radio_field_item input:checked + label span:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 9px;
height: 9px;
margin: auto;
border-radius: 100%;
background: #303030;
display: block;
}
.radio_field_item input:checked + label a{
    border-color: transparent;
    outline: none;
    color: #fff;
    background: rgb(153,54,187); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ); /* IE6-9 */
}
.upload_file_field label {
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #dadadc;
    font-size: 20px;
}
.upload_file_field .btn_theme{
    min-width: auto;
    padding: 0px 20px;
    height: 53px;
    line-height: 50px;
}
.btn_theme img{
    margin-right: 10px;
}
.upload_file_field label + input {
    display: none;
}



/* career details page css */
.cmn_list_block {
    margin-bottom: 50px;
}
.cmn_list_block:last-child{
    margin-bottom:0px;
}
.cmn_list_block h5{
    font-weight: 500;
}
.cmn_list_block li {
    list-style: disc;
    font-weight: 300;
    margin-bottom: 10px;
}
.cmn_list_block ul {
    margin-left: 75px;
}



/* contact page css */
.contact_icon_dtls {
    margin-bottom: 60px;
}
.contact_icon_info_col {
    padding-right: 8%;
}
.icon_dtls_wrap p {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    margin-left: 35px;
}
.contact_content h2 {
    text-transform: capitalize;
    margin-bottom: 50px;
}
.contact_icon_info_col .icon_dtls_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    padding: 15px;
    border-radius: 60px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 7px 30px 0px rgb(140 21 174 / 14%);
            box-shadow: 0px 7px 30px 0px rgb(140 21 174 / 14%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
.contact_icon_info_col .icon {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: rgb(140, 21, 174);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}


.contact_form {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 7px 30px 0px rgba(140, 21, 174, 0.14);
            box-shadow: 0px 7px 30px 0px rgba(140, 21, 174, 0.14);
  }
  .contact_form form {
    padding-left: 0px;
}
  
/*10.12.21  */
.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield_label{font-size: 20px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 0.5rem;}  
.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield.gfield--width-third, .gform_wrapper.gravity-theme#gform_wrapper_2 .gfield.gfield--width-full{margin-bottom: 24px;}
.gform_wrapper.gravity-theme#gform_wrapper_2 .gform_footer, .gform_wrapper.gravity-theme#gform_wrapper_2 .gform_page_footer{padding: 0px 0;}


.gform_wrapper.gravity-theme#gform_wrapper_3 .gfield_label{font-size: 20px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 0.5rem;}  
.gform_wrapper.gravity-theme#gform_wrapper_3 .gfield.gfield--width-third, .gform_wrapper.gravity-theme#gform_wrapper_3 .gfield.gfield--width-full{margin-bottom: 24px; text-align: left;}
.gform_wrapper.gravity-theme#gform_wrapper_3 .gform_footer, .gform_wrapper.gravity-theme#gform_wrapper_3 .gform_page_footer{padding: 0px 0; text-align: left;}





.gform_wrapper.gravity-theme#gform_wrapper_2 input#gform_submit_button_2,  .gform_wrapper.gravity-theme#gform_wrapper_3 input#gform_submit_button_3{
    min-width: 200px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding: 0px 30px;
    color: #fefefe;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 2px;
    background: rgb(153,54,187);
    background: -moz-linear-gradient(left, rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%);
    background: -webkit-linear-gradient(left, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%);
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 );
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gform_wrapper.gravity-theme#gform_wrapper_2 input#gform_submit_button_2:hover, .gform_wrapper.gravity-theme#gform_wrapper_2 input#gform_submit_button_2:focus, .gform_wrapper.gravity-theme#gform_wrapper_3 input#gform_submit_button_3:hover, .gform_wrapper.gravity-theme#gform_wrapper_3 input#gform_submit_button_3:focus {
    color: #fff;
    background: rgb(210,84,248);
    background: -moz-linear-gradient(left, rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%);
    background: -webkit-linear-gradient(left, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%);
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 );
}

footer p a{color:#fff !important;}

#gform_wrapper_4 div#field_4_6 a, #gform_wrapper_4 div#field_4_7 a, #gform_wrapper_4 div#field_4_9 a{height: auto;
    line-height: inherit;
    min-width: auto;
    padding: 4px 12px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    border: 1px solid #9132b2;
    color: #9132b2;
    background: no-repeat;}





    /* update 27-01-2022 */
    .prod-card{
        margin-bottom: 20px;
    }
    .prod-cont{
        padding: 0 10px;
    }
    .woocommerce-checkout-review-order .woo_order_tip, .woocommerce-checkout-review-order .woo_order_tip_remove {
        padding: 7px 12px;
        margin-right: 5px;
        outline: none;
    }
    .woocommerce-checkout-review-order .woo_order_tip.active{
        background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    }
    .woocommerce-checkout-review-order .woo_order_tip:last-child{
        margin-right: 0;
    }
    .woocommerce-checkout-review-order .order_tip_title{
        margin-bottom: 5px;
    }
    .woocommerce-checkout-review-order #wooot_order_tip_form{
        margin-bottom: 10px;
    }
    .product_itm img{
        max-height: 290px;
        height: 290px;
        object-fit: cover;
    }
    .woocommerce-cart .inner_banner, .woocommerce-checkout .inner_banner{
        display: none;
    }
    .press_content h4{
        font-weight: bold; 
        font-size: 34px;
    }
.card_dtls_right .heading2{
    font-family: 'avenir_medium';
}
.card_dtls_left .gc_list p{
    font-family: Georgia, Garamond, serif;
    font-style: italic;
}
/*support 22/9/2022*/
.curbe{
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    padding: 8px 12px !important;
    border-radius: 5px !important;
    color: #fff;
    font-family: 'avenir_font';
    font-style: normal;
    font-size: 15px;
}
.curbinorder{
    margin-left: 20px;
}
.yith-wapo-addon-label .option-price{display: none;}
/*support 22/9/2022*/

/* support 28/11/22 */

    .curb .abcd p{
        margin-bottom: 15px;
    }

    .curb{
        padding: 25px 12px;
        border: 1px solid rgba(0,0,0,.1);
        margin-bottom: 25px;
        border-radius: 5PX;
    }

    .curb .abcd p strong{
        font-weight: 700;
    }



/* end support 28/11/22 */

/* ========== responsive css =========== */

/* 13/12/2021 d */

/* .woocommerce-shop .gift_card_content .woocommerce-result-count,
.woocommerce-shop .gift_card_content .woocommerce-ordering,
.woocommerce-shop .gift_card_content .price,
.woocommerce-shop .gift_card_content .product_type_simple{ display: none !important; }

.woocommerce-shop .gift_card_content .gc_list .woocommerce-LoopProduct-link{ 
    display: inline-block;
    width: 100%;
}

.woocommerce-shop .gift_card_content .gc_list .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title { 
 color: #8c15ae;

}

.woocommerce-shop .gift_card_content .gc_list img{ 
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #6f7175;
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce-shop .gift_card_content .woocommerce-loop-product__title{ font-size: 30px; }

.header_top_bar .right_info a{ position: relative; padding-right: 12px; }

.header_top_bar .right_info a p{ 
    position: absolute;
    top: -2px;
    right: 0;
}

.single-product .row{ justify-content: space-between; }

.gc_list_bg figure{ margin-bottom: 0; }

.single-product  .gift_card_content .woocommerce-notices-wrapper{ 
    display: none;
}

.single-product .card_dtls_left .product_title,
.single-product .card_dtls_left .cart,
.single-product .card_dtls_left .product_meta { display: none  !important; }

.single-product .card_dtls_left .price{ 
    margin-bottom: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
}

.single-product .card_dtls_left .price bdi{ 
    font-size: 18px;
    font-weight: 700;
}

.single-product .card_dtls_right .form_grp{ margin-bottom: 27px; }

.single-product .card_dtls_right .check_box{ margin-bottom: 15px; } */


/* 13/12/2021 d */


/* 14/12/2021 d */

.single-product .single_add_to_cart_button{ 
    min-width: 200px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    padding: 0px 30px !important;
    color: #fefefe !important;
    height: 65px !important;
    line-height: 65px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 8px !important;
    letter-spacing: 2px !important;
    background: rgb(153,54,187) !important;
    background: -moz-linear-gradient(left, rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%) !important;
    background: -webkit-linear-gradient(left, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ) !important;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    margin-top: 25px !important;
}

.single-product .single_add_to_cart_button:hover{ 
    color: #fff !important;
    background: rgb(210,84,248) !important;
    background: -moz-linear-gradient(left, rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 ) !important;
}

.woocommerce-cart .coupon{ 
    display: flex !important;
    align-items: center;
    max-width: 500px;
    width: 100%;
}

.woocommerce-cart  .coupon .button,
.woocommerce-cart .button,
.woocommerce-checkout button.button.alt{
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif !important;
    color: #fefefe !important;
    padding: 0px 30px !important;
    background: rgb(153,54,187) !important;
    background: -moz-linear-gradient(left, rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%) !important;
    background: -webkit-linear-gradient(left, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ) !important;
    font-weight: 300 !important;
    height: 50px;
    min-width: 200px;
    line-height: 50px !important;
}

.woocommerce-cart  .coupon .button:hover,
.woocommerce-cart .button:hover,
.woocommerce-checkout button.button.alt:hover{ 
    color: #fff !important;
    background: rgb(210,84,248) !important;
    background: -moz-linear-gradient(left, rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 ) !important;
}

.woocommerce-cart .coupon #coupon_code{ 
    width: 100% !important;
    margin-right: 20px;
}

.woocommerce-checkout form .form-row label,
.woocommerce-checkout .woocommerce-input-wrapper{ 
    width: 100% !important;
}

.woocommerce-checkout  .select2-container--default .select2-selection--single{ 
    height: 60px !important;
    border-radius: 0 !important;
    border: 1px solid #dadadc !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{ 
    line-height: 60px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{ 
    height: 100%;
    top: 2px;
}

.woocommerce-checkout form .form-row textarea{ height: 192px; }

.woocommerce-checkout .woocommerce-privacy-policy-text{ margin-bottom: 10px; }

/* .page-id-55 .ginput_container .gfield_radio{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-id-55  .gfield-choice-input{ display: none !important; }

.page-id-55 label{ 
    font-size: 22px;
} */

/* .page-id-55 .gchoice input:checked + label span{ 
    content: '' !important;
    width: 17px !important;
    height: 17px !important;
    display: inline-block !important;
    vertical-align: -1px !important;
    border: 1px solid #303030 !important;
    border-radius: 100% !important;
    margin-right: 15px !important;
    position: relative !important; 
}

.page-id-55 .gchoice input:checked + label span:after{ 
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 9px !important;
    height: 9px !important;
    margin: auto !important;
    border-radius: 100% !important;
    background: #303030 !important;
    display: block !important;
} */


/* 14/12/2021 d */

/* 30/12/2021 start */
.hidepara{
    margin-top: 35px;
    display: none;
}
#ourbutton{
    color: #fff;
    cursor: pointer;
}
/* 30/12/2021 end*/

/*10.1.21*/


.loactionpgfind{padding:30px 0px; }
.location_icon img{width: 25px;}
.loaction_search_form {
    display: flex; border: 1px solid #eee;
}
.location_icon{display: flex; align-items: center; justify-content: center; width: 50px;  }
.location_icon input[type="text"]{-webkit-appearance: none;
    -moz-appearance: none;
    width: 420px;
    height: 45px;
    background: #fff;
   
    border-radius: 3px;
    padding-left: 45px;
    margin-right: 3px;}


.loaction_search_form .form_box{width: 420px;}
.loaction_search_form input[type="submit"]{    transition: .3s;
    background: #6a2876 url(images/search.svg)no-repeat left 6px center;
    background-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    white-space: normal;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    font-size: 14px; 
   }
.loaction_search_form input[type="submit"]:hover{background: #000 url(images/search.svg)no-repeat left 6px center; background-size: 18px;}
.sbmitbx{  margin-left: auto;}
.loactionpgfind .row{align-items: center;}
.locationmap iframe{width: 100%; height: 400px; border:0px;}
.location_area{padding: 60px 0px; }
.find_mone ul li{list-style: none; margin: 0px 5px;}
.find_mone ul{display: flex; align-items: center; justify-content: center;}
.find_mone ul li a{color:#000; }
.find_locatiion_list{text-align: center;}

.find_list {
    margin-top: 40px;
    border-bottom: 2px solid #6a2876;
    padding-bottom: 15px;
}
.find_list ul li{list-style: none; color:#000; margin-bottom: 10px;}
.find_list ul li a{color: #000;}
.find_list ul li a:hover{color:#a7cb3f;}

.loaction_search_form input[type="text"]{border: 0px;}

.find_locatiion_list h2 span {
    color: #6a2876;
}
.loactionpgfind h4{margin-bottom: 0px;}
.find_locatiion_list{padding-bottom: 60px;}
.find_mone ul{margin-bottom: 20px;}

.find_mone img{width: 16px;}

.find_mone ul li a:hover{color:#6a2876;}
.loactionpgfind h4{color:#6a2876;}



/* 18.01.2022  */

.label_container .label_price {
    text-align: center;
}
.yith-wapo-addon {
    margin-bottom: 15px !important;
}
.yith-wapo-addon h3.wapo-addon-title  {
    margin-top: 40px;
}
.yith-wapo-addon .options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.yith-wapo-option {
    flex: 0 0 auto;
    width: 50% !important;
    /* margin-right: 0 !important; */
    margin-bottom: 15px !important;
}
.yith-wapo-addon-type-checkbox .yith-wapo-option {
    margin-right: 0 !important; 
}
.yith-wapo-option label {
    display: flex;
}
.yith-wapo-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.yith-wapo-addon-label .option-price {
    padding-left: 10px;
    font-size: 20px;
}
.yith-wapo-addon-label {
    padding-left: 5px;
}

#wapo-total-price-table td {
    padding-left: 15px;
}

/* 25.1.22  */


.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected label {
    border: 2px solid #9936bb;
    box-shadow: 0 0 20px rgba(153, 54, 187, 0.5);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option label:hover {
    border: 2px solid #9936bb;
    box-shadow: 0 0 20px rgba(153, 54, 187, 0.5);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option label {
    text-align: center !important;
}
figure.woocommerce-product-gallery__wrapper {
    margin: 0;
}

/* Order page CSS  start */

.inner_banner figure {
    width: 100%;
    height: 470px;
    position: relative;
    margin: 0;
}
.inner_banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_banner h1 {
    margin: 0px;
    letter-spacing: -4px;
    /* line-height: 1.5; */
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.resp-tabs-list {
    background: rgb(190, 30, 239);
}

.resp-tabs-list {
    display: flex;
    justify-content: center;
}
.resp-tabs-list li {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    background-color: transparent !important;
}
.resp-tabs-list li img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
}

.resp-tab-active {
    border: none !important;
    border-bottom: 5px solid #fff !important;
}
.resp-tab-content {
    padding: 80px 0;
    border: none;
}
.resp-tab-content h3.sec-head {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: normal;
    font-family: TrueNorth;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 35px;
    text-align: center;
}
.product_itm {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    border: 1px solid #fff;
    padding-bottom: 20px;
}
.product_itm:hover {
    border-color: rgb(106, 40, 118);
    box-shadow: rgb(106, 40, 118) 0px 0px 19px 0px;
}
.product_itm img {
    width: 100%;
    overflow: hidden;
}
.product_itm h4 {
    color: #000;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 15px 25px;
}
.product_itm .product_txt {
    color: #000;
    padding: 0 15px;
}
.product_itm .price {
    font-size: 18px;
    color: #000;
}
.product_itm .price span {
    font-weight: 600;
}
.contact_dtls_info_col iframe {
    width: 100%;
}
/* Order page CSS end  */


@media(min-width:992px){

    /* navbar*/
    .clickD{
        display: none;
    }
    .navbar-nav  li.menu-item-has-children:hover > .sub-menu{ 
        top: 100%;
        visibility: visible; 
        opacity: 1;
    }
    .navbar-nav  li.menu-item-has-children:hover > .sub-menu li.menu-item-has-children:hover > .sub-menu{
        top: 0;
        left: 100%;
        visibility: visible; 
        opacity: 1;
    }

}








/* 15th Decemeber, 2021 - Gravity Form ID 4  */
#gform_4 #field_4_10 .gfield_label {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border: 1px solid #dadadc;
  font-size: 20px;
}
#gform_4 #field_4_10 .gfield_label .gfield_required {
  display: none;
}
#gform_4 #field_4_10 .ginput_container_fileupload #input_4_10,
#gform_4 #field_4_10 .ginput_container_fileupload .gform_fileupload_rules {
  display: none;
}
#gform_4 .gfield_label {
  font-size: 22px;
  font-weight: 400;
  color: #303030;
}
#gform_4 input[type=submit].button {
  min-width: 200px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  padding: 0px 30px;
  color: #fefefe;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  letter-spacing: 2px;
  background: #9936bb;
  background: -webkit-linear-gradient(left, #9936bb 0%, #d254f8 84%);
  background: linear-gradient(to right, #9936bb 0%, #d254f8 84%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9936bb", endColorstr="#d254f8",GradientType=1 );
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gform_4 input[type=submit].button:hover {
  color: #fff;
  background: #d254f8;
  background: -webkit-linear-gradient(left, #d254f8 16%, #9936bb 100%);
  background: linear-gradient(to right, #d254f8 16%, #9936bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d254f8", endColorstr="#9936bb",GradientType=1 );
}
#gform_4 .gfield_radio .gchoice input {
  margin-right: 10px;
}
#gform_4 .gfield_radio .gchoice input[type=radio]:checked + label a.btn_theme {
  border-color: transparent;
  color: #fff;
  background: #d254f8;
  background: -webkit-linear-gradient(left, #d254f8 16%, #9936bb 100%);
  background: linear-gradient(to right, #d254f8 16%, #9936bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d254f8", endColorstr="#9936bb",GradientType=1 );
}
#gform_4 .gfield_radio .gchoice label {
  font-size: 22px;
  font-weight: 400;
  color: #303030;
}
#gform_4 .gfield_radio .gchoice label a.btn_theme {
  height: auto;
  line-height: inherit;
  min-width: auto;
  padding: 4px 12px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  border: 1px solid #9132b2;
  color: #9132b2;
  background: no-repeat;
  margin-left: 10px;
}
#gform_4 .gfield_radio .gchoice label a.btn_theme:hover {
  border-color: transparent;
  color: #fff;
  background: #d254f8;
  background: -webkit-linear-gradient(left, #d254f8 16%, #9936bb 100%);
  background: linear-gradient(to right, #d254f8 16%, #9936bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d254f8", endColorstr="#9936bb",GradientType=1 );
}



.page-id-113 .press_content.cmn_gap2 .col-1 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
.page-id-113 .press_content.cmn_gap2 .col-2 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
.page-id-113 .password-input{
    display: block;
    width: 100%;
}
.page-id-113 .show-password-input:after{
    top: 12px !important;
    position: absolute !important;
    right: 0 !important;
}
 .page-id-113 .woocommerce button.button {
    
    color: #fbf9f9;
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    display: block;
    padding: 12px 29px !important;
    margin-top: 5px;
    outline: none;
}
 .page-id-113 .woocommerce button.button:hover{
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    color: #fbf9f9;

 }
 .page-id-113 .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

 .page-id-113 .woocommerce-MyAccount-navigation li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 11px 19px;
    border-left: 3px solid #fff;
    border-bottom: 1px dashed #d4d4d4;
}
 .page-id-113 .woocommerce-MyAccount-navigation li a{
    text-decoration:none; 
    border-bottom: 0 !important;
 }
 .page-id-113 .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
    border-left-color:#7f129f;
}
 .page-id-113 .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    background: #ebebeb;
}
.page-id-113 .press_content.cmn_gap2 h4 {
    padding-left: 15px;
}

/*------------Our-Story-Details------------*/
.story_details{
    display: block;
    padding: 40px 0 0 0;
    width: 100%;
}
.story_details p{
    padding-bottom: 15px;
}
.header_top_bar .right_info li i{
    float: left;
    margin-top: 2px;
}
.header_top_bar .right_info li a{
    float: left;
}
.header_top_bar .right_info li p{
    float: right;
    padding-left: 5px;
    padding-top: 2px;
}
.press_content_added p{
    font-size: 20px;
    line-height: 32px;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/*
font-family: 'Lato', sans-serif;
*/
@font-face {
    font-family: 'bradley_hand_itc_ttbold';
    src: url('fonts/bradley_hand_itc_tt_bold-webfont.woff2') format('woff2'),
         url('fonts/bradley_hand_itc_tt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body{ margin:0;padding:0; font-family: Georgia, Garamond, serif; width: 100%; font-weight: 300;color: #303030; font-size: 16px; 
line-height: 1.5;font-weight: normal;font-style: normal; background: #fff;}
p{margin: 0 0 20px 0; font-weight: 300; font-style: italic;}
p:last-child{margin-bottom: 0;}

h1,h2,h3,h4,h5,h6{margin:0 0 25px 0;padding:0; font-family: 'avenir_medium';  color: #2b2b2b; font-weight: 400;}
h1{
    font-size: 77px; 
    line-height: 1.2;   
}
h2{ font-size: 38px; 
    line-height: 1.2;
    text-transform: uppercase;
}
h3{
    font-size: 30px;
    line-height: 1.2;
}
h4{
    font-size: 25px;
    line-height: 1.2;
}
h5{
    font-size: 20px;
    line-height: 1.2;
}
h6{
    font-size: 18px;
    line-height: 1.2;
}

ul,li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a{ /*font-family: 'Lato', sans-serif; */ font-family: Georgia, Garamond, serif; margin:0;padding:0;text-decoration:none !important;outline:none !important; color: #080808;
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;transition: all 0.3s ease-in-out;}
a:hover{color: #9936bb;}





::-webkit-input-placeholder{opacity:1; color: #878787;}
:-ms-input-placeholder{opacity:1;color: #878787;}
::-moz-placeholder{opacity:1;color: #878787;}
:-moz-placeholder{opacity:1;color: #878787;}

img{max-width: 100%;}


input[type="text"],input[type="tel"],input[type="password"],input[type="email"],input[type="number"],input[type="date"],select{
    width: 100%;
    height: 60px;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     border-radius: 0;
    color: #000;
    border: 1px solid #dadadc;
    padding: 0 16px;
}
textarea{
    width: 100%;
    display: block;
    resize: none;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     border-radius: 0;
     border: 1px solid #dadadc;
      padding: 12px 16px;
      height: 200px;
}

select{ 
    border: 1px solid #b8b8b8; 
    width: 100%; 
    height: 60px;
    padding: 0 11px; 
    background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center; 
    background-color:#fff ; 
    background-size: 18px; 
    padding-right: 40px ; 
    outline: none ; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    -o-appearance: none; 
    appearance: none; 
} 
select::-ms-expand { 
    display: none; 
}
.form-control{
    border-radius: 0;
    border: 1px solid #b8b8b8; 
    padding: 12px 16px;
}

input[type="submit"], input[type="reset"], input[type="button"]{
    background:#b3d557; 
    color: #000; 
    height: 60px; 
    border:none;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     border-radius: 0; 
     padding-left: 30px; 
     padding-right: 30px; 
     text-transform: uppercase; 
     cursor: pointer;
     transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
    background:#333;
}

a,button,input{
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

img.alignright { 
    float: right; 
    margin: 0 0 20px 20px; 
}
img.alignleft { 
    float: left; 
    margin: 0 20px 20px 0; 
}
img.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 20px;  
    float: none; 
}
.alignright { 
    float: right;  
    margin: 0 0 20px 20px;
}
.alignleft { 
    float: left;
    margin: 0 20px 20px 0; 
}
.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 20px;  
    float: none;
}

.cmn_gap{
    padding: 100px 0px;
}
.cmn_gap2{
    padding:60px 0px;
}

.container{
    max-width: 1440px;
}

.btn_theme,input.btn_theme{
    min-width: 200px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'avenir_font';
    /* font-family: 'Lato', sans-serif; */
    font-weight: 300;
    padding: 0px 30px;
    color: #fefefe;   
    height: 65px; 
    line-height: 65px;  
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 2px;
    background: rgb(153,54,187); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn_theme:hover,
.btn_theme:focus,
input.btn_theme:hover,
input.btn_theme:focus{
    color: #fff;
background: rgb(210,84,248); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 ); /* IE6-9 */
}

/* ========= custom scrollbar ======== */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #9936bb;
    border-radius: 7px; 
  }

:focus{
    outline: none;
    box-shadow: none;
}

.heading2{
    color: #a7cb3f;
    text-transform: uppercase;
    font-weight: 400;
}
  /* ============= main csss ============= */

.main-head{
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 30px 0px 25px;
    text-align: center;
}
.navbar-brand{
    padding: 0;
    margin: 0 30px 0px 0px;
}
.navbar{
    background: none; 
    margin: 0; 
    padding: 0; 
    min-height: inherit; 
    height: inherit;
    border:none; 
    -webkit-border-radius: 0;
     -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.navbar-nav li{
    position: relative;
    list-style: none;
}
.navbar-nav > li{
    margin: 0 27px;
    padding:0px; 
    position: relative;
}
.navbar-nav > li:last-child{
    margin-right:0;
}
.navbar-nav > li:first-child{
    margin-left:0;
}
.navbar-nav > li > a{
    /* font-family: 'Lato', sans-serif; */
    font-family: 'avenir_font';
    font-size: 15px; 
    font-weight: 400; 
    text-transform: uppercase; 
    color: #373737;
}
.navbar-nav > li.current-menu-item > a, 
.navbar-nav > li > a:hover, 
.navbar-nav > li.menu-item-has-children:hover > a{
    color:#a6ce3a;
}
.navbar-nav > li > a{
    position: relative;
}
/* .navbar-nav > li > a:after{
    content: '';
    position: absolute;
    top:-10px;
    left: 0px;
    right: 0px;
    margin:0 auto;
    height: 2px;
    width: 0%;
    background-color: #fff;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.navbar-nav > li > a:hover:after,
.navbar-nav > li.current-menu-item > a:after{
    width: 100%;
} */

/* navbar submenu*/
.sub-menu{
    background: #fff;
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.sub-menu > li > a{ 
    color: #000;
    display: block; 
    width: 100%; 
    padding: 5px 10px;
}
.sub-menu > li{
    width: 100%; 
    display: block; 
}
.sub-menu > li > a:hover, 
.sub-menu > li.menu-item-has-children:hover > a{
    background:#00bce4;
    color: #fff;
}

.navbar-nav > li:last-child > .sub-menu{ 
    right: 0; 
    left: inherit;
    padding:0; 
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu{
 position: absolute;
 left: 120%;
 top: 0;
 opacity: 0;
 visibility: hidden;
}

.main-head .top_logo {
    margin-bottom: 25px;
}
.navbar .navbar-brand {
    display: none;
}
.navbar .navbar-nav {
    text-align: center;
}
.navbar .navbar-nav {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



.header_top_bar {
    background: #f6f6f6;
    padding: 8px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header_top_bar .left_info span {
    font-size: 14px;
    font-weight: 400;
    color: #202028;
    text-transform: uppercase;
}
.header_top_bar .right_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header_top_bar .right_info li {
    font-size: 14px;
    font-weight: 400;
    color: #b6b5b6;
    margin-right: 25px;
}
.header_top_bar .right_info a {
    font-weight: 400;
    color: #b6b5b6;
}
.header_top_bar .right_info i {
    margin-right: 5px;
}
.header_top_bar .right_info li:last-child {
    margin: 0px;
}
.header_top_bar .right_info a:hover {
    color: #9936bb;
}



.homepage_banner_slider{
    
}
.homepage_banner_slider .item{
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    min-height: 800px;
    display: flex;
    align-items: center;
   -webkit-user-select: all;
   -moz-user-select: all;
        user-select: all;
        position: relative;
        z-index: 0;
}
.homepage_banner_slider .item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: -1;
}
.homepage_banner_slider .banner_text {
    max-width: 650px;
}
.homepage_banner_slider .banner_text h1 {
    /* font-family: 'bradley_hand_itc_ttbold'; */
    font-family: 'avenir_medium';
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.homepage_banner_slider .banner_text h1 span {
    display: block;
    font-size: 52px;
    color: #bcdb58;
}
.homepage_banner_slider .banner_text p {
    color: #fefefe;
    margin-bottom: 35px;
}
.homepage_banner_slider .slick-arrow {
    /* width: 45px; */
    padding: 0px 25px;
    height: 90px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            z-index: 2;
}
.homepage_banner_slider .slick-arrow:before{
  content: "\f054";
  font-size:20px;
  color:#000;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.homepage_banner_slider .slick-prev:before{
      content: "\f053";
}
.homepage_banner_slider .slick-prev {
    border-radius: 0px 50px 50px 0px;
    left:0px;
    padding-left: 20px;
    padding-right: 25px;
}
.homepage_banner_slider .slick-next {
    border-radius: 50px 0px 0px 50px;
    right:0px;
    padding-left: 25px;
    padding-right: 20px;
}




.home_showcase{

}
.home_showcase .showcase_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.home_showcase .showcase_img {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 0px;
}
.home_showcase .showcase_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.home_showcase .showcase_text {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 25px 9%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.home_showcase .showcase_text h2 span {
    color: #a7cb3f;
}
.home_showcase .showcase_text p {
    margin-bottom: 30px;
}
.home_showcase .showcase_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}




.newsletter {
    padding: 50px 0px;
    /* background: rgb(153,54,187);
    background: -webkit-gradient(linear, left top, right top, from(rgba(153,54,187,1)),color-stop(84%, rgba(210,84,248,1)));
    background: -o-linear-gradient(left, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%);
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ); */
    background-image: -moz-linear-gradient( 14deg, rgb(127,18,159) 0%, rgb(150,35,172) 18%, rgb(172,52,185) 42%, rgb(148,34,173) 100%);
        background-image: -webkit-linear-gradient( 14deg, rgb(127,18,159) 0%, rgb(150,35,172) 18%, rgb(172,52,185) 42%, rgb(148,34,173) 100%);
        background-image: -ms-linear-gradient( 14deg, rgb(127,18,159) 0%, rgb(150,35,172) 18%, rgb(172,52,185) 42%, rgb(148,34,173) 100%);
}
.newsletter .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.newsletter .nws_ltr_left {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 40px;
}
.newsletter h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.newsletter h4 span {
    color: #a7cb3f;
}
.newsletter p {
    color: #ffffff;
}
.newsletter .nws_ltr_right {
width: 60%;
-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.newsletter  form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsletter form input {
    height: 54px;
    background: rgba(255,255,255,0.15);
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    background-image: url('images/icon-nws-ltr-msg.svg');
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 55px;
}
.newsletter form input[type="submit"] {
    height: 54px;
    min-width: 150px;
    font-weight: 400;
    letter-spacing: 1.5px;
    background-color: #b3d557;
    color: #000 !important;
    background-image:none;
    padding: 0px 20px;
}
.newsletter form input[type="submit"]:hover,
.newsletter form input[type="submit"]:focus{
    background-color: #333;
    color: #fff !important;
      
}
.newsletter ::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
}
.newsletter ::-moz-placeholder{
    color: #fff;
    opacity: 1;
}
.newsletter :-ms-input-placeholder{
    color: #fff;
    opacity: 1;
}
.newsletter ::-ms-input-placeholder{
    color: #fff;
    opacity: 1;
}
.newsletter ::placeholder{
    color: #fff;
    opacity: 1;
}




footer{
    background-image: -moz-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%);
    background-image: -webkit-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%);
    background-image: -ms-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%);   
    padding: 0px 15px;
}
footer .container{
    padding-left: 0px;
    padding-right: 0px;
}
.footer_top{
    padding: 70px 0px;
}
.footer_logo {
    margin-bottom: 15px;
}
.footer_col p {
    color: #fff;
}
.footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer_social h5 {
    font-size: 22px;
    color: #b3d557;
    font-weight: 400;
    margin: 0px 15px 0px 0px;
}
.footer_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer_social li {
    margin: 0px 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.footer_social a {
    display: block;
}
.footer_social a:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
.footer_social a img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.footer_col:first-child {
    padding-right: 60px;
}
.footer_links li {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
}
.footer_links a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
}
.footer_links a:hover{
    padding-left: 8px;
}
.footer_col h5 {
    color: #b3d557;
    font-size: 22px;
    font-weight: 400;
}
.footer_info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    color: #fff;
}
.footer_info p i {
    margin-right: 12px;
    margin-top: 5px;
}
.footer_btm {
    text-align: center;
}
.footer_btm .container {
    border-top: 1px solid #c275cc;
    padding: 20px 0px;
}
.footer_btm p {
    color: #fff;
}




/* our story page css */
.inner_banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 583px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 0;
}
.inner_banner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: -1;
}
.inner_banner h1 {
    margin: 0px;
    letter-spacing: -4px;
    /* line-height: 1.5; */
    font-weight: 500;
    color: rgba(210,84,248,1);
    margin-bottom: 20px;
    text-transform: capitalize;
}



.our_story_content .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.our_story_content .text_wrap {
    padding-left: 80px;
}
.border_style_img {
    position: relative;
    z-index: 0;
    /*padding: 30px 30px 30px 0px;*/
    padding: 30px;

}
.border_style_img:after {
content: '';
position: absolute;
top: 0px;
/*left: 40px;*/
left: 0px;
right: 0;
height: 100%;
border: 2px solid #8c15ae;
z-index: -1;
width: 100%;
}
.border_style_img img {
    width: 100%;
}



/* press page css */
.press_content a{
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid;
}
.press_content a:hover{
    border-color: transparent;
}
.press_content .press_cont_item {
    padding: 40px 20px;
    border-bottom: 1px solid #dadada;
}
.press_content .press_cont_item:last-child{
    border-bottom: 0px;
}
.press_content .press_txt p {
    margin-bottom: 30px;
}
.press_content .press_txt {
   padding-right: 6%;
   -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
}
.press_content .press_txt h2 {
    text-transform: uppercase;
    color: #a7cb3f;
}
.press_content .press_bg img {
    width: 100%;
    border-radius: 10px;
}
.press_content .press_txt p.date {
    margin-bottom: 22px;
    text-transform: uppercase;
}
.pagination_custom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination_custom ul {
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.pagination_custom a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 58px;
    height: 58px;
    border: 1px solid #e4e4e4;
    font-size: 19px;
    background: #fff;
    color: #000;
    margin: 5px;
}
.pagination_custom a.nav {
    border: 0px;
}
.pagination_custom a.active {
    border-color: #f5e6fa;
    background: #f5e6fa;
}
.press_content .pagination_custom{
    margin-top: 55px;
    margin-bottom: 35px;
}



/* special decoration page css */
.spd_content .form_grp {
    margin-bottom: 40px;
}
.spd_content form {
    padding-left: 45px;
}
.spd_content label {
    font-size: 20px;
    font-weight: 400;
    color: #303030;
}

/* press details page css */
.page_dtls_banner{

}
.page_dtls_banner img{
    width: 100%;
}


.press_dtls_head {
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}
.press_dtls_head .date {
    text-transform: uppercase;
}
.press_dtls_head h2 {
    text-transform: uppercase;
    color: #aecf51;
}
.press_dtls_cont p {
    text-align: justify;
}



/* gift card page css */
.gc_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}
.gc_head h2 {
    margin: 0px;
    color: #a7cb3f;
}
.gc_head .right_info {
    font-size: 30px;
    margin-left: auto;
}
.gc_lists {
    margin-bottom: -60px;
}
.gc_list h3 {
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 0px;
}
.gc_lists .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gc_list {
    margin-bottom: 60px;
}
.gc_list_bg {
    margin-bottom: 30px;
    border: 2px solid #6f7175;
    border-radius: 20px;
    overflow: hidden;
}
.gc_list_bg img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.gc_list a:hover .gc_list_bg img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.gc_list a:hover h3{
    color: #8c15ae;
}



/* gift card details page css */
.card_dtls_wrapper .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.amount_wrap .card_price {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #bababa;
    text-align: center;
    padding: 0px 15px;
    font-size: 26px;
    font-weight: 700;
}
.card_dtls_wrapper .form_grp.check_box {
    position: relative;
}
.card_dtls_wrapper .form_grp.check_box input {
    display: none;
}
.card_dtls_wrapper .form_grp.check_box label:before {
content: '';
width: 29px;
height: 29px;
border: 2px solid #dadadc;
display: inline-block;
vertical-align: middle;
border-radius: 6px;
margin-right: 15px;
}
.card_dtls_wrapper .form_grp.check_box input:checked + label:after {
content: '\f00c';
position: absolute;
top: -6px;
left: 5px;
font-size: 30px;
color: #a7cb3f;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
.card_dtls_wrapper .form_grp {
    margin-bottom: 25px;
}
.card_dtls_wrapper .form_grp .btn_theme {
    width: 100%;
}
.card_dtls_wrapper label {
    font-size: 20px;
    color: #303030;
}
.card_dtls_wrapper label small {
    font-size: 13px;
}
.card_dtls_wrapper textarea{
    margin-bottom: 90px;
}
/* .calendar_field input{
    background-image: url('images/icon-calendar.png');
    background-repeat: no-repeat;
    background-position:right center;
    pointer-events: all;
    appearance: none;
} */



/* gelato page css */
.grp_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0px;
}
.grp_banner img {
    width: 33.333333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}


.gelato_content .nav-link {
    color: #cd52f2;
    padding: 8px 40px;
    border-radius: 15px 15px 0px 0px !important;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0px !important;
}
.gelato_content .nav-link.active {
    background: #cd52f2 !important;
    color: #fff !important;
    /* border: 0px; */
}
.gelato_content .nav-tabs {
    margin-bottom: 60px;
    border-color: #e3e3e3;
}
.gelato_content .tab-pane .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gelato_content .tab-pane .text_wrap {
    padding: 0px 30px;
}



/* career page css */
.radio_field_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.radio_field_item {
    margin-left: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.radio_field_item input {
    display: none;
}
.radio_field_item a {
    height: auto;
    line-height: inherit;
    min-width: auto;
    padding: 4px 12px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    border: 1px solid #9132b2;
    color: #9132b2;
    background: no-repeat;
}
.radio_field_item a:hover{
    border-color: transparent;
    outline: none;
    background: rgb(153,54,187); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ); /* IE6-9 */
}
.radio_field_item label {
    font-size: 22px;
}
.radio_field_item .btn_theme {
    margin-left: 10px;
}
.radio_field_item input + label span {
content: '';
width: 17px;
height: 17px;
display: inline-block;
vertical-align: -1px;
border: 1px solid #303030;
border-radius: 100%;
margin-right: 15px;
position: relative;
}
.radio_field_item input:checked + label span:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 9px;
height: 9px;
margin: auto;
border-radius: 100%;
background: #303030;
display: block;
}
.radio_field_item input:checked + label a{
    border-color: transparent;
    outline: none;
    color: #fff;
    background: rgb(153,54,187); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ); /* IE6-9 */
}
.upload_file_field label {
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #dadadc;
    font-size: 20px;
}
.upload_file_field .btn_theme{
    min-width: auto;
    padding: 0px 20px;
    height: 53px;
    line-height: 50px;
}
.btn_theme img{
    margin-right: 10px;
}
.upload_file_field label + input {
    display: none;
}



/* career details page css */
.cmn_list_block {
    margin-bottom: 50px;
}
.cmn_list_block:last-child{
    margin-bottom:0px;
}
.cmn_list_block h5{
    font-weight: 500;
}
.cmn_list_block li {
    list-style: disc;
    font-weight: 300;
    margin-bottom: 10px;
}
.cmn_list_block ul {
    margin-left: 75px;
}



/* contact page css */
.contact_icon_dtls {
    margin-bottom: 60px;
}
.contact_icon_info_col {
    padding-right: 8%;
}
.icon_dtls_wrap p {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    margin-left: 35px;
}
.contact_content h2 {
    text-transform: capitalize;
    margin-bottom: 50px;
}
.contact_icon_info_col .icon_dtls_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    padding: 15px;
    border-radius: 60px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 7px 30px 0px rgb(140 21 174 / 14%);
            box-shadow: 0px 7px 30px 0px rgb(140 21 174 / 14%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
.contact_icon_info_col .icon {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: rgb(140, 21, 174);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}


.contact_form {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 7px 30px 0px rgba(140, 21, 174, 0.14);
            box-shadow: 0px 7px 30px 0px rgba(140, 21, 174, 0.14);
  }
  .contact_form form {
    padding-left: 0px;
}
  
/*10.12.21  */
.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield_label{font-size: 20px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 0.5rem;}  
.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield.gfield--width-third, .gform_wrapper.gravity-theme#gform_wrapper_2 .gfield.gfield--width-full{margin-bottom: 24px;}
.gform_wrapper.gravity-theme#gform_wrapper_2 .gform_footer, .gform_wrapper.gravity-theme#gform_wrapper_2 .gform_page_footer{padding: 0px 0;}


.gform_wrapper.gravity-theme#gform_wrapper_3 .gfield_label{font-size: 20px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 0.5rem;}  
.gform_wrapper.gravity-theme#gform_wrapper_3 .gfield.gfield--width-third, .gform_wrapper.gravity-theme#gform_wrapper_3 .gfield.gfield--width-full{margin-bottom: 24px; text-align: left;}
.gform_wrapper.gravity-theme#gform_wrapper_3 .gform_footer, .gform_wrapper.gravity-theme#gform_wrapper_3 .gform_page_footer{padding: 0px 0; text-align: left;}





.gform_wrapper.gravity-theme#gform_wrapper_2 input#gform_submit_button_2,  .gform_wrapper.gravity-theme#gform_wrapper_3 input#gform_submit_button_3{
    min-width: 200px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding: 0px 30px;
    color: #fefefe;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 2px;
    background: rgb(153,54,187);
    background: -moz-linear-gradient(left, rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%);
    background: -webkit-linear-gradient(left, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%);
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 );
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gform_wrapper.gravity-theme#gform_wrapper_2 input#gform_submit_button_2:hover, .gform_wrapper.gravity-theme#gform_wrapper_2 input#gform_submit_button_2:focus, .gform_wrapper.gravity-theme#gform_wrapper_3 input#gform_submit_button_3:hover, .gform_wrapper.gravity-theme#gform_wrapper_3 input#gform_submit_button_3:focus {
    color: #fff;
    background: rgb(210,84,248);
    background: -moz-linear-gradient(left, rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%);
    background: -webkit-linear-gradient(left, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%);
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 );
}

footer p a{color:#fff !important;}

#gform_wrapper_4 div#field_4_6 a, #gform_wrapper_4 div#field_4_7 a, #gform_wrapper_4 div#field_4_9 a{height: auto;
    line-height: inherit;
    min-width: auto;
    padding: 4px 12px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    border: 1px solid #9132b2;
    color: #9132b2;
    background: no-repeat;}

/* ========== responsive css =========== */

/* 13/12/2021 d */

/* .woocommerce-shop .gift_card_content .woocommerce-result-count,
.woocommerce-shop .gift_card_content .woocommerce-ordering,
.woocommerce-shop .gift_card_content .price,
.woocommerce-shop .gift_card_content .product_type_simple{ display: none !important; }

.woocommerce-shop .gift_card_content .gc_list .woocommerce-LoopProduct-link{ 
    display: inline-block;
    width: 100%;
}

.woocommerce-shop .gift_card_content .gc_list .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title { 
 color: #8c15ae;

}

.woocommerce-shop .gift_card_content .gc_list img{ 
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #6f7175;
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce-shop .gift_card_content .woocommerce-loop-product__title{ font-size: 30px; }

.header_top_bar .right_info a{ position: relative; padding-right: 12px; }

.header_top_bar .right_info a p{ 
    position: absolute;
    top: -2px;
    right: 0;
}

.single-product .row{ justify-content: space-between; }

.gc_list_bg figure{ margin-bottom: 0; }

.single-product  .gift_card_content .woocommerce-notices-wrapper{ 
    display: none;
}

.single-product .card_dtls_left .product_title,
.single-product .card_dtls_left .cart,
.single-product .card_dtls_left .product_meta { display: none  !important; }

.single-product .card_dtls_left .price{ 
    margin-bottom: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
}

.single-product .card_dtls_left .price bdi{ 
    font-size: 18px;
    font-weight: 700;
}

.single-product .card_dtls_right .form_grp{ margin-bottom: 27px; }

.single-product .card_dtls_right .check_box{ margin-bottom: 15px; } */


/* 13/12/2021 d */


/* 14/12/2021 d */

.single-product .single_add_to_cart_button{ 
    min-width: 200px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    padding: 0px 30px !important;
    color: #fefefe !important;
    height: 65px !important;
    line-height: 65px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 8px !important;
    letter-spacing: 2px !important;
    background: rgb(153,54,187) !important;
    background: -moz-linear-gradient(left, rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%) !important;
    background: -webkit-linear-gradient(left, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ) !important;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    margin-top: 25px !important;
}

.single-product .single_add_to_cart_button:hover{ 
    color: #fff !important;
    background: rgb(210,84,248) !important;
    background: -moz-linear-gradient(left, rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 ) !important;
}

.woocommerce-cart .coupon{ 
    display: flex !important;
    align-items: center;
    max-width: 500px;
    width: 100%;
}

.woocommerce-cart  .coupon .button,
.woocommerce-cart .button,
.woocommerce-checkout button.button.alt{
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif !important;
    color: #fefefe !important;
    padding: 0px 30px !important;
    background: rgb(153,54,187) !important;
    background: -moz-linear-gradient(left, rgba(153,54,187,1) 0%, rgba(210,84,248,1) 84%) !important;
    background: -webkit-linear-gradient(left, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9936bb', endColorstr='#d254f8',GradientType=1 ) !important;
    font-weight: 300 !important;
    height: 50px;
    min-width: 200px;
    line-height: 50px !important;
}

.woocommerce-cart  .coupon .button:hover,
.woocommerce-cart .button:hover,
.woocommerce-checkout button.button.alt:hover{ 
    color: #fff !important;
    background: rgb(210,84,248) !important;
    background: -moz-linear-gradient(left, rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 ) !important;
}

.woocommerce-cart .coupon #coupon_code{ 
    width: 100% !important;
    margin-right: 20px;
}

.woocommerce-checkout form .form-row label,
.woocommerce-checkout .woocommerce-input-wrapper{ 
    width: 100% !important;
}

.woocommerce-checkout  .select2-container--default .select2-selection--single{ 
    height: 60px !important;
    border-radius: 0 !important;
    border: 1px solid #dadadc !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{ 
    line-height: 60px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{ 
    height: 100%;
    top: 2px;
}

.woocommerce-checkout form .form-row textarea{ height: 192px; }

.woocommerce-checkout .woocommerce-privacy-policy-text{ margin-bottom: 10px; }

/* .page-id-55 .ginput_container .gfield_radio{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-id-55  .gfield-choice-input{ display: none !important; }

.page-id-55 label{ 
    font-size: 22px;
} */

/* .page-id-55 .gchoice input:checked + label span{ 
    content: '' !important;
    width: 17px !important;
    height: 17px !important;
    display: inline-block !important;
    vertical-align: -1px !important;
    border: 1px solid #303030 !important;
    border-radius: 100% !important;
    margin-right: 15px !important;
    position: relative !important; 
}

.page-id-55 .gchoice input:checked + label span:after{ 
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 9px !important;
    height: 9px !important;
    margin: auto !important;
    border-radius: 100% !important;
    background: #303030 !important;
    display: block !important;
} */


/* 14/12/2021 d */

/* 30/12/2021 start */
.hidepara{
    margin-top: 35px;
    display: none;
}
#ourbutton{
    color: #fff;
    cursor: pointer;
}
/* 30/12/2021 end*/

/*10.1.21*/


.loactionpgfind{padding:30px 0px; }
.location_icon img{width: 25px;}
.loaction_search_form {
    display: flex; border: 1px solid #eee;
}
.location_icon{display: flex; align-items: center; justify-content: center; width: 50px;  }
.location_icon input[type="text"]{-webkit-appearance: none;
    -moz-appearance: none;
    width: 420px;
    height: 45px;
    background: #fff;
   
    border-radius: 3px;
    padding-left: 45px;
    margin-right: 3px;}


.loaction_search_form .form_box{width: 420px;}
.loaction_search_form input[type="submit"]{    transition: .3s;
    background: #6a2876 url(images/search.svg)no-repeat left 6px center;
    background-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    white-space: normal;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    font-size: 14px; 
   }
.loaction_search_form input[type="submit"]:hover{background: #000 url(images/search.svg)no-repeat left 6px center; background-size: 18px;}
.sbmitbx{  margin-left: auto;}
.loactionpgfind .row{align-items: center;}
.locationmap iframe{width: 100%; height: 400px; border:0px;}
.location_area{padding: 60px 0px; }
.find_mone ul li{list-style: none; margin: 0px 5px;}
.find_mone ul{display: flex; align-items: center; justify-content: center;}
.find_mone ul li a{color:#000; }
.find_locatiion_list{text-align: center;}

.find_list {
    margin-top: 40px;
    border-bottom: 2px solid #6a2876;
    padding-bottom: 15px;
}
.find_list ul li{list-style: none; color:#000; margin-bottom: 10px;}
.find_list ul li a{color: #000;}
.find_list ul li a:hover{color:#a7cb3f;}

.loaction_search_form input[type="text"]{border: 0px;}

.find_locatiion_list h2 span {
    color: #6a2876;
}
.loactionpgfind h4{margin-bottom: 0px;}
.find_locatiion_list{padding-bottom: 60px;}
.find_mone ul{margin-bottom: 20px;}

.find_mone img{width: 16px;}

.find_mone ul li a:hover{color:#6a2876;}
.loactionpgfind h4{color:#6a2876;}



/* 18.01.2022  */

.label_container .label_price {
    text-align: center;
}
.yith-wapo-addon {
    margin-bottom: 15px !important;
}
.yith-wapo-addon h3.wapo-addon-title  {
    margin-top: 40px;
}
.yith-wapo-addon .options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.yith-wapo-option {
    flex: 0 0 auto;
    width: 50% !important;
    /* margin-right: 0 !important; */
    margin-bottom: 15px !important;
}
.yith-wapo-addon-type-checkbox .yith-wapo-option {
    margin-right: 0 !important; 
}
.yith-wapo-option label {
    display: flex;
}
.yith-wapo-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.yith-wapo-addon-label .option-price {
    padding-left: 10px;
    font-size: 20px;
}
.yith-wapo-addon-label {
    padding-left: 5px;
}
#wapo-total-price-table td {
    padding-left: 15px;
}


/* 19.1.2022  */


.mainMenu_sec {
    padding-top: 100px;
}
.pastries_wrap {
    padding-bottom:0px;
    position: relative;
}
.pastries_wrap{padding-top: 70px;}
/* .right_img {
    position: absolute;
    width: 400px;
    top: 17%;
    right: -3%;
}
.left_img {
    position: absolute;
    width: 200px;
    top: 21%;
    left: -3%;
} */

.pastries_wrap .sec_head h2 {
    color: #3e2516;
    font-weight: 800;
    position: relative;
    margin-bottom: 55px;
    padding-bottom: 15px;
}
.pastries_wrap .sec_head h2::before {
    position: absolute;
    content: "";
    background: rgb(153,47,175);
    width: 150px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.menu_item h4 {
    color: #9936bb;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'avenir_medium';
}
/* .menu_item a {
    color: #9936bb;
}
.menu_item a:hover {
    text-decoration: underline !important;
} */
.menu_item p {
    font-size: 17px;
    font-family: Georgia, Garamond, serif;
    font-style: italic;
}
.menu_item {
    margin-bottom: 40px;
}
.pastries_wrap .item_img {
    margin-top: 50px;
}
.item_img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.tea_wrap {
    padding-top: 80px;
}


/*31.1.21*/
.inner_banner:before{display: none;}
nav#desktop-nav {
    background: rgb(190, 30, 239);
    padding: 10px 0px; margin-bottom: 0px;
}
nav#desktop-nav ul{display: flex; justify-content: center;}
nav#desktop-nav ul li a {
    color: #fff;
}
nav#desktop-nav ul li {
    margin: 0px 14px;
}
#desktop-nav.sticky {
  position: fixed;
  top: 0;
  z-index: 1;
  left: 0px; width: 100%; text-align: center;
  
}
nav#desktop-nav ul li.active{position: relative;}
nav#desktop-nav ul li.active:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 3px;
    width: 100%;
    bottom: -10px;
    left: 0;
}

/*11.2.22*/
nav#desktop-nav ul .slick-prev {
    left: 6px;
    z-index: 3;
    background: url(images/left-arrow.svg)no-repeat center center;
    background-size:20px;
}
nav#desktop-nav ul .slick-next {
    right: 6px;
    z-index: 3;
    background: url(images/right-arrow.svg)no-repeat center center;
    background-size:20px;
}
nav#desktop-nav ul .slick-prev:before, nav#desktop-nav ul .slick-next:before{display: none;}


/* 15th Decemeber, 2021 - Gravity Form ID 4  */
#gform_4 #field_4_10 .gfield_label {
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border: 1px solid #dadadc;
    font-size: 20px;
  }
  #gform_4 #field_4_10 .gfield_label .gfield_required {
    display: none;
  }
  #gform_4 #field_4_10 .ginput_container_fileupload #input_4_10,
  #gform_4 #field_4_10 .ginput_container_fileupload .gform_fileupload_rules {
    display: none;
  }
  #gform_4 .gfield_label {
    font-size: 22px;
    font-weight: 400;
    color: #303030;
  }
  #gform_4 input[type=submit].button {
    min-width: 200px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    padding: 0px 30px;
    color: #fefefe;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 2px;
    background: #9936bb;
    background: -webkit-linear-gradient(left, #9936bb 0%, #d254f8 84%);
    background: linear-gradient(to right, #9936bb 0%, #d254f8 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9936bb", endColorstr="#d254f8",GradientType=1 );
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #gform_4 input[type=submit].button:hover {
    color: #fff;
    background: #d254f8;
    background: -webkit-linear-gradient(left, #d254f8 16%, #9936bb 100%);
    background: linear-gradient(to right, #d254f8 16%, #9936bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d254f8", endColorstr="#9936bb",GradientType=1 );
  }
  #gform_4 .gfield_radio .gchoice input {
    margin-right: 10px;
  }
  #gform_4 .gfield_radio .gchoice input[type=radio]:checked + label a.btn_theme {
    border-color: transparent;
    color: #fff;
    background: #d254f8;
    background: -webkit-linear-gradient(left, #d254f8 16%, #9936bb 100%);
    background: linear-gradient(to right, #d254f8 16%, #9936bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d254f8", endColorstr="#9936bb",GradientType=1 );
  }
  #gform_4 .gfield_radio .gchoice label {
    font-size: 22px;
    font-weight: 400;
    color: #303030;
  }
  #gform_4 .gfield_radio .gchoice label a.btn_theme {
    height: auto;
    line-height: inherit;
    min-width: auto;
    padding: 4px 12px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    border: 1px solid #9132b2;
    color: #9132b2;
    background: no-repeat;
    margin-left: 10px;
  }
  #gform_4 .gfield_radio .gchoice label a.btn_theme:hover {
    border-color: transparent;
    color: #fff;
    background: #d254f8;
    background: -webkit-linear-gradient(left, #d254f8 16%, #9936bb 100%);
    background: linear-gradient(to right, #d254f8 16%, #9936bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d254f8", endColorstr="#9936bb",GradientType=1 );
  }
  
  
  
  .page-id-113 .press_content.cmn_gap2 .col-1 {
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
  }
  .page-id-113 .press_content.cmn_gap2 .col-2 {
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
  }
  .page-id-113 .password-input{
      display: block;
      width: 100%;
  }
  .page-id-113 .show-password-input:after{
      top: 12px !important;
      position: absolute !important;
      right: 0 !important;
  }
   .page-id-113 .woocommerce button.button {
      
      color: #fbf9f9;
      background: linear-gradient(to right, rgba(153,54,187,1) 0%,rgba(210,84,248,1) 84%) !important;
      display: block;
      padding: 12px 29px !important;
      margin-top: 5px;
      outline: none;
  }
   .page-id-113 .woocommerce button.button:hover{
      background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
      color: #fbf9f9;
  
   }
   .page-id-113 .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
      display: block;
      width: 100%;
  }
  
   .page-id-113 .woocommerce-MyAccount-navigation li {
      list-style: none;
      list-style-type: none;
      margin: 0;
      padding: 11px 19px;
      border-left: 3px solid #fff;
      border-bottom: 1px dashed #d4d4d4;
  }
   .page-id-113 .woocommerce-MyAccount-navigation li a{
      text-decoration:none; 
      border-bottom: 0 !important;
   }
   .page-id-113 .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
      border-left-color:#7f129f;
  }
   .page-id-113 .woocommerce-MyAccount-navigation ul {
      margin: 0;
      padding: 0;
      background: #ebebeb;
  }
  .page-id-113 .press_content.cmn_gap2 h4 {
      padding-left: 15px;
  }
  
  /*------------Our-Story-Details------------*/
  .story_details{
      display: block;
      padding: 40px 0 0 0;
      width: 100%;
  }
  .story_details p{
      padding-bottom: 15px;
  }
  .header_top_bar .right_info li i{
      float: left;
      margin-top: 2px;
      background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) ;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .header_top_bar .right_info li a{
      float: left;
  }
  .header_top_bar .right_info li p{
      float: right;
      padding-left: 5px;
      padding-top: 2px;
  }
  .press_content_added p{
      font-size: 20px;
      line-height: 32px;
  }
  
  
  /*---------28.1.22-MB-----------*/
  #sp-ea-587 h3 a{
      font-size: 17px !important;
       font-family: 'Lato', sans-serif !important;
  }
  #sp-ea-587 p{
      font-size: 17px !important;
       font-family: 'Lato', sans-serif !important;
  }
  #sp-ea-587 h3{
  background-image: -moz-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%) !important;
      background-image: -webkit-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%) !important;
      background-image: -ms-linear-gradient( 14deg, rgb(127,18,159) 18%, rgb(153,47,175) 39%, rgb(179,75,190) 52%, rgb(164,55,182) 64%, rgb(148,34,173) 94%) !important;  
  }
  .order_online{
      background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
      padding: 8px 12px !important;
      border-radius: 5px !important;
      transition: all ease-in-out 0.4s;
      /*display: none !important;*/
  }
  .order_online a{
      color: #fff !important;
  }
  .order_online:hover{
      background: rgb(210,84,248) !important;
      background: -moz-linear-gradient(left, rgba(210,84,248,1) 16%, rgba(153,54,187,1) 100%) !important;
      background: -webkit-linear-gradient(left, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
      background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d254f8', endColorstr='#9936bb',GradientType=1 ) !important;
  }
  .card_dtls_wrapper label{
      font-size: 16px !important;
  }
  
  .product_itm{
      border-color: rgb(106, 40, 118);
  }
  .product_itm:hover{
      border-color: rgba(106, 40, 118,0);
  }
  
  .prod-card {
      height: 100%;
  }
  .prod-card a {
      height: 100%;
  }


  /*support 22/9/2022*/
  nav#desktop-nav ul li a{
    font-family: 'avenir_font';
  }

  .product-sld-nav-wrap{
    /*margin-bottom: 25px;*/
  }
  .product-sld-nav{
    padding: 0 5px 0 0;
  }
  .pd-navbutn{
    padding: 8px 10px;
    background: linear-gradient(to right, rgba(210,84,248,1) 16%,rgba(153,54,187,1) 100%) !important;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    line-height: 1.2;
    border: none;
    font-family: 'avenir_font';
    margin-bottom: 0;
  }
  .gc_list > div.gc_list_bg{
    border: none;
  }
  .cw_custom_class{
    margin-top: 30px;
  }
  /*support 22/9/2022*/

@media(min-width:992px){

    /* navbar*/
    .clickD{
        display: none;
    }
    .navbar-nav  li.menu-item-has-children:hover > .sub-menu{ 
        top: 100%;
        visibility: visible; 
        opacity: 1;
    }
    .navbar-nav  li.menu-item-has-children:hover > .sub-menu li.menu-item-has-children:hover > .sub-menu{
        top: 0;
        left: 100%;
        visibility: visible; 
        opacity: 1;
    }

}


@media (max-width: 1500px) {
    .container{
        max-width: 1170px;
    }
    .press_content .press_txt {
        padding-right: 30px;
    }
    .press_content .press_txt h2 {
        font-size: 30px;
    }

    .container{
        max-width: 1170px;
    }
    .press_content .press_txt {
        padding-right: 30px;
    }
    .press_content .press_txt h2 {
        font-size: 30px;
    }
}


@media(max-width:1300px){
    .navbar-nav > li {
        margin: 0 20px;
    }
    .navbar-nav > li > a {
        font-size: 16px;
    }
    .footer_col:first-child {
        padding-right: 15px;
    }
    .footer_social li {
        margin: 0px 6px;
    }

    

    .navbar-nav > li {
        margin: 0 20px;
    }
    .navbar-nav > li > a {
        font-size: 16px;
    }
    .footer_col:first-child {
        padding-right: 15px;
    }
    .footer_social li {
        margin: 0px 6px;
    }

    
}

@media(max-width:1199px){
    .homepage_banner_slider .banner_text {
        padding:0px 50px;
        max-width: inherit;
    }
    .homepage_banner_slider .item {
        min-height: auto;
    }
    .home_showcase .showcase_text {
        padding:40px;
    }
    h1{
        font-size: 60px;
    }

    .homepage_banner_slider .banner_text {
        padding:0px 50px;
        max-width: inherit;
    }
    .homepage_banner_slider .item {
        min-height: auto;
    }
    .home_showcase .showcase_text {
        padding:40px;
    }
    h1{
        font-size: 60px;
    }
    /* update 27-01-2022 */
    .woocommerce-checkout-review-order .woo_order_tip, .woocommerce-checkout-review-order .woo_order_tip_remove{
        font-size: 14px;
    }
    .prod-cont{
        min-height: 236px;
    }
    /*support 22/9/2022*/
    .navbar-nav > li{
        margin: 0 14px;
    }
    .navbar-nav > li > a{
        font-size: 15px;
    }
    .pd-navbutn{
        font-size: 12px;
    }
    /*support 22/9/2022*/
}

@media(max-width:1024px){
    /* navbar*/
    
           .sub-menu.show{
           display: block;
           }
   
   
   

 /* navbar*/
 
.sub-menu.show{
  display: block;
}
/*support 22/9/2022*/
.pd-navbutn{
    padding: 8px 5px;
}

/*support 22/9/2022*/

}


@media (max-width: 991px) { 
    .navbar-nav .clickD { 
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat; 
        cursor: pointer; 
        display: block;
        background-size: 10px;
    }
     .navbar-nav > li.menu-item-has-children{
         padding-right: 20px;
    }

    .navbar-toggler {
        position: relative;
        width: 30px;
        height: 30px;
        padding: 0;
        outline: none !important;
        border: none !important;
        order: 3;
    }
    .stick,.stick:after,.stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }
    .stick.open{
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before{
        transform: rotate(45deg) translate(42px, -28px);
    }
    .stick.open:after{
        transform: rotate(-45deg) translate(42px, 28px);
    }

    .navbar-nav > li {
        margin: 0px;
        padding: 2px 15px;
    }
    .navbar-nav > li > a{
        display: block;
        padding:5px 15px;
    }
    .navbar-nav > li > a:after{
        display: none;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > li.active > a,
    .navbar-nav > li.current-menu-item > a{
        background-color: #9936bb;
        color: #fff;
    }
    .navbar-collapse{
        background-color: rgba(0, 0, 0, .8);
        margin-top: 15px;
        order: 3;
    }

    .navbar .btn_style1 a {
        font-size: 14px;
        color: #fff;
    }

    button.navbar-toggler img {
        height: 25px;
}
    /* navbar*/
.navbar-nav .clickD{
    top: 6px;
    right: 10px;
  }
  .sub-menu, .navbar-nav > li > .sub-menu .sub-menu{
    position: relative; 
    width: 100%; 
    left: inherit; 
    top: inherit;
    border: none;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .sub-menu.show{
      position: relative;
      display: block !important;
  }
  .navbar-nav > li.menu-item-has-children{
      padding-right: 0;
    }
  .navbar-nav > li{
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li > a{
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: left;
  }
  .sub-menu > li > a{
      padding-left: 20px;
    }
  .sub-menu .sub-menu > li > a{
      padding-left: 40px;
    }
  .sub-menu .sub-menu .sub-menu > li > a{
      padding-left: 60px;
    }


    h1{
        font-size: 40px;
    }
    h2{ font-size: 30px; 
    }
    h3{
        font-size: 25px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
    .btn_theme, input.btn_theme {
        min-width: inherit;
        font-size: 13px;
        padding: 0px 25px;
        height: 50px;
        line-height: 50px;
    }
    .homepage_banner_slider .banner_text h1 span {
        font-size: 25px;
    }
    .homepage_banner_slider .item:before {
        background: rgba(0,0,0,0.5);
    }
    .main-head .top_logo{
        display: none;
    }
    .navbar .navbar-brand {
        display: block;
    }
    .homepage_banner_slider .slick-arrow {
        padding: 0px 15px;
        height: 60px;
    }
.home_showcase .showcase_img {
    width: 100%;
}
.home_showcase .showcase_text {
    width: 100%;
    padding: 40px 15px;
    text-align: center;
}
.newsletter {
    text-align: center;
}
.newsletter .nws_ltr_left {
    width: 100%;
    padding: 0px;
    margin-bottom: 25px;
}
.newsletter .nws_ltr_right {
    width: 100%;
}
.footer_top {
    margin-bottom: -50px;
}
.footer_col {
    margin-bottom: 50px;
}

.spd_content form {
    padding-left: 0;
}
.radio_field_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.radio_field_row label {
    width: 100%;
    margin-bottom: 20px;
}
.radio_field_item {
    width: 100%;
    margin: 0px !important;
}
.radio_field_item label {
    font-size: 18px;
    margin: 0px 0px 15px 0px !important;
}
.upload_file_field label {
    padding: 15px;
    font-size: 16px;
}
.upload_file_field .btn_theme {
    height: 45px;
    line-height: 45px;
    font-size: 11px;
}
.inner_banner {
    min-height: 300px;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], select{
    height: 50px;
}
.cmn_list_block ul {
    margin-left: 40px;
}
.inner_banner h1 {
    letter-spacing: 0px;
}
.contact_icon_info_col {
    padding-right: 15px;
}    
.contact_dtls_info_col {
    text-align: center;
}
.gelato_content .nav-link {
    padding: 5px 15px;
    font-size: 14px;
}
.gelato_content .nav-tabs {
    margin-bottom: 40px;
}
.gelato_content .tab-pane .img_wrap {
    margin-bottom: 30px;
}
.gelato_content .tab-pane .text_wrap {
    padding: 0;
}
.gc_list {
    text-align: center;
}
.gc_list h3 {
    font-size: 20px;
}
.amount_wrap .card_price {
    height: 50px;
    line-height: 50px;
}
.our_story_content .text_wrap {
    padding: 0px;
    text-align: center;
}
.our_story_content .img_wrap {
    margin-bottom: 30px;
}
.press_content .press_cont_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
}
.press_content .press_cont_item .press_bg {
    margin-bottom: 30px;
}
.pagination_custom a {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
}
.press_content .press_txt {
    padding-right: 15px;
}
.press_content .press_txt h2 {
    font-size: 25px;
}
.footer_top {
    text-align: center;
}
.footer_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer_col h5 {
    margin: 0px 0px 15px;
}
.footer_info p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer_info p i {
    margin: 0px 0px 8px;
}
.radio_field_item input + label span {
    vertical-align: -2px;
}
.homepage_banner_slider .slick-prev {
    padding-left: 12px !important;
    padding-right: 16px !important;
}
.homepage_banner_slider .slick-next {
    padding-left: 16px !important;
    padding-right: 12px !important;
}
.homepage_banner_slider .slick-arrow:before {
    font-size: 15px;
}
.gform_wrapper.gravity-theme#gform_wrapper_2 input#gform_submit_button_2, .gform_wrapper.gravity-theme#gform_wrapper_3 input#gform_submit_button_3 {min-width: inherit;
    font-size: 13px;
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;}
.gform_wrapper.gravity-theme#gform_wrapper_2 .ginput_container.ginput_container_textarea, .gform_wrapper.gravity-theme#gform_wrapper_3 .ginput_container.ginput_container_textarea{margin-bottom: 10px;}


.woocommerce-checkout .select2-container--default .select2-selection--single{ 
    height: 50px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{ 
    line-height: 50px;
}

.woocommerce-checkout form .form-row textarea {
    height: 140px;
}
.loaction_search_form input[type="submit"]{padding: 0px 16px;}
.form_box_sbmitbx {
    margin-left: auto;
}



/* 25.1.22  */
/* ORDER page CSS start  */


.inner_banner figure {
    height: 300px;
}
.product_itm {
margin-bottom: 25px;
}

    .navbar-nav .clickD { 
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat; 
        cursor: pointer; 
        display: block;
        background-size: 10px;
    }
     .navbar-nav > li.menu-item-has-children{
         padding-right: 20px;
    }

    .navbar-toggler {
        position: relative;
        width: 30px;
        height: 30px;
        padding: 0;
        outline: none !important;
        border: none !important;
    }
    .stick,.stick:after,.stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }
    .stick.open{
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before{
        transform: rotate(45deg) translate(42px, -28px);
    }
    .stick.open:after{
        transform: rotate(-45deg) translate(42px, 28px);
    }

    .navbar-nav > li {
        margin: 0px;
        padding: 2px 15px;
    }
    .navbar-nav > li > a{
        display: block;
        padding:5px 15px;
    }
    .navbar-nav > li > a:after{
        display: none;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > li.active > a,
    .navbar-nav > li.current-menu-item > a{
        background-color: #9936bb;
        color: #fff;
    }
    .navbar-collapse{
        background-color: rgba(0, 0, 0, .8);
        margin-top: 15px;
    }

    .navbar .btn_style1 a {
        font-size: 14px;
        color: #fff;
    }

    button.navbar-toggler img {
        height: 25px;
}
    /* navbar*/
.navbar-nav .clickD{
    top: 6px;
    right: 10px;
  }
  .sub-menu, .navbar-nav > li > .sub-menu .sub-menu{
    position: relative; 
    width: 100%; 
    left: inherit; 
    top: inherit;
    border: none;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .sub-menu.show{
      position: relative;
      display: block !important;
  }
  .navbar-nav > li.menu-item-has-children{
      padding-right: 0;
    }
  .navbar-nav > li{
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li > a{
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: left;
  }
  .sub-menu > li > a{
      padding-left: 20px;
    }
  .sub-menu .sub-menu > li > a{
      padding-left: 40px;
    }
  .sub-menu .sub-menu .sub-menu > li > a{
      padding-left: 60px;
    }


    h1{
        font-size: 40px;
    }
    h2{ font-size: 30px; 
    }
    h3{
        font-size: 25px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
    .btn_theme, input.btn_theme {
        min-width: inherit;
        font-size: 13px;
        padding: 0px 25px;
        height: 50px;
        line-height: 50px;
    }
    .homepage_banner_slider .banner_text h1 span {
        font-size: 25px;
    }
    .homepage_banner_slider .item:before {
        background: rgba(0,0,0,0.5);
    }
    .main-head .top_logo{
        display: none;
    }
    .navbar .navbar-brand {
        display: block;
    }
    .homepage_banner_slider .slick-arrow {
        padding: 0px 15px;
        height: 60px;
    }
.home_showcase .showcase_img {
    width: 100%;
}
.home_showcase .showcase_text {
    width: 100%;
    padding: 40px 15px;
    text-align: center;
}
.newsletter {
    text-align: center;
}
.newsletter .nws_ltr_left {
    width: 100%;
    padding: 0px;
    margin-bottom: 25px;
}
.newsletter .nws_ltr_right {
    width: 100%;
}
.footer_top {
    margin-bottom: -50px;
}
.footer_col {
    margin-bottom: 50px;
}

.spd_content form {
    padding-left: 0;
}
.radio_field_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.radio_field_row label {
    width: 100%;
    margin-bottom: 20px;
}
.radio_field_item {
    width: 100%;
    margin: 0px !important;
}
.radio_field_item label {
    font-size: 18px;
    margin: 0px 0px 15px 0px !important;
}
.upload_file_field label {
    padding: 15px;
    font-size: 16px;
}
.upload_file_field .btn_theme {
    height: 45px;
    line-height: 45px;
    font-size: 11px;
}
.inner_banner {
    min-height: 300px;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], select{
    height: 50px;
}
.cmn_list_block ul {
    margin-left: 40px;
}
.inner_banner h1 {
    letter-spacing: 0px;
}
.contact_icon_info_col {
    padding-right: 15px;
}    
.contact_dtls_info_col {
    text-align: center;
}
.gelato_content .nav-link {
    padding: 5px 15px;
    font-size: 14px;
}
.gelato_content .nav-tabs {
    margin-bottom: 40px;
}
.gelato_content .tab-pane .img_wrap {
    margin-bottom: 30px;
}
.gelato_content .tab-pane .text_wrap {
    padding: 0;
}
.gc_list {
    text-align: center;
}
.gc_list h3 {
    font-size: 20px;
}
.amount_wrap .card_price {
    height: 50px;
    line-height: 50px;
}
.our_story_content .text_wrap {
    padding: 0px;
    text-align: center;
}
.our_story_content .img_wrap {
    margin-bottom: 30px;
}
.press_content .press_cont_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
}
.press_content .press_cont_item .press_bg {
    margin-bottom: 30px;
}
.pagination_custom a {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
}
.press_content .press_txt {
    padding-right: 15px;
}
.press_content .press_txt h2 {
    font-size: 25px;
}
.footer_top {
    text-align: center;
}
.footer_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer_col h5 {
    margin: 0px 0px 15px;
}
.footer_info p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer_info p i {
    margin: 0px 0px 8px;
}
.radio_field_item input + label span {
    vertical-align: -2px;
}
.homepage_banner_slider .slick-prev {
    padding-left: 12px !important;
    padding-right: 16px !important;
}
.homepage_banner_slider .slick-next {
    padding-left: 16px !important;
    padding-right: 12px !important;
}
.homepage_banner_slider .slick-arrow:before {
    font-size: 15px;
}
.gform_wrapper.gravity-theme#gform_wrapper_2 input#gform_submit_button_2, .gform_wrapper.gravity-theme#gform_wrapper_3 input#gform_submit_button_3 {min-width: inherit;
    font-size: 13px;
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;}
.gform_wrapper.gravity-theme#gform_wrapper_2 .ginput_container.ginput_container_textarea, .gform_wrapper.gravity-theme#gform_wrapper_3 .ginput_container.ginput_container_textarea{margin-bottom: 10px;}


.woocommerce-checkout .select2-container--default .select2-selection--single{ 
    height: 50px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{ 
    line-height: 50px;
}

.woocommerce-checkout form .form-row textarea {
    height: 140px;
}
.loaction_search_form input[type="submit"]{padding: 0px 16px;}
.form_box_sbmitbx {
    margin-left: auto;
}


/* 19.1.22  */


.item_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/* update 27-01-2022 */
    .woocommerce-checkout-review-order .woo_order_tip, .woocommerce-checkout-review-order .woo_order_tip_remove{
        padding: 6px 10px;
        margin-right: 4px;
        font-size: 12px;
    }

.resp-tabs-list li{    font-size: 11px; padding: 10px 8px;}

nav#desktop-nav ul{    flex-wrap: wrap;     padding: 0px 25px;}
/*support 22/9/2022*/
.navbar-nav > li > a{
    font-size: 16px;
}
.main-head .top_logo{
    order: 1;
}
.curbinorder{
    order: 2;
}
.curbinorder{
    margin-right: 15px;
    margin-left: 0;
}
/*support 22/9/2022*/
}

@media (max-width: 767px) {
    h1{
        font-size: 30px;
    }
    h2{ font-size: 26px; 
    }
    h3{
        font-size: 23px;
    }
    .amount_wrap {
        margin-bottom: 40px;
    }

    .woocommerce-checkout form .form-row{ margin-bottom: 20px; }

    .woocommerce-checkout form .form-row-first,
    .woocommerce-checkout form .form-row-last{ width: 100%; }
    .loactionpgfind .lation_bx {
    text-align: center;
    margin-bottom: 22px;
}

.location_area .img_bx{margin-bottom: 15px;}
.find_list .col-md-3.listbc {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


/* 25.1.22  */
/* Order page CSS start  */


.resp-accordion {
    background: rgb(190, 30, 239) !important;
    border: none !important;
    border-bottom: 2px solid #fff !important;
    font-size: 20px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    }
.resp-arrow {
    display: none;
}
.resp-accordion img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}
.product_itm h4 {
    padding-bottom: 0;
}

    .page-id-113 .woocommerce-MyAccount-navigation ul {
        margin: 0 0 15px;
    }
    .page-id-113 .press_content.cmn_gap2 .col-1 {
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
        max-width: 98%;
    }
    .page-id-113 .press_content.cmn_gap2 .col-2 {
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
        max-width: 98%;
    }
    .page-id-113 .woocommerce form.register,.page-id-113 .woocommerce form.checkout_coupon, .page-id-113 .woocommerce form.login{
        margin: 0px 0 40px !important;
    }
    .page-id-113 .page-id-113 .press_content.cmn_gap2 h2{
        margin: 0 0 10px !important;
    }

    h1{
        font-size: 30px;
    }
    h2{ font-size: 26px; 
    }
    h3{
        font-size: 23px;
    }
    .amount_wrap {
        margin-bottom: 40px;
    }

    .woocommerce-checkout form .form-row{ margin-bottom: 20px; }

    .woocommerce-checkout form .form-row-first,
    .woocommerce-checkout form .form-row-last{ width: 100%; }
    .loactionpgfind .lation_bx {
    text-align: center;
    margin-bottom: 22px;
}

.location_area .img_bx{margin-bottom: 15px;}
.find_list .col-md-3.listbc {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


/* 19.1.22  */


.mainMenu_sec {
    padding-top: 60px;
}
.pastries_wrap {
    padding-bottom: 60px;
}
.menu_item {
    margin-bottom: 30px;
}
.pastries_wrap .item_img {
    margin-top: 30px;
}
.tea_wrap {
    padding-top: 30px;
}
.pastries_wrap .sec_head h2 {
    margin-bottom: 30px;
}
.pastries_wrap .sec_head h2::before {
    width: 100px;
}
/* update 27-01-2022*/
    .prod-cont{
        min-height: auto;
    }

nav#desktop-nav ul li {
    margin: 10px 4px; padding: 0px 9px; 
}
nav#desktop-nav ul li a {
    color: #fff;
    font-size: 11px;
}

nav#desktop-nav ul{    flex-wrap: wrap;     padding: 0px 25px;}
/*nav#desktop-nav ul{    overflow-x: auto;     overflow-y: hidden;}*/
/*supprt 22/9/2022*/
.navbar-brand img{
    width: 330px;
}
/*supprt 22/9/2022*/

.page-id-113 .woocommerce-MyAccount-navigation ul {
    margin: 0 0 15px;
}
.page-id-113 .press_content.cmn_gap2 .col-1 {
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
}
.page-id-113 .press_content.cmn_gap2 .col-2 {
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
}
.page-id-113 .woocommerce form.register,.page-id-113 .woocommerce form.checkout_coupon, .page-id-113 .woocommerce form.login{
    margin: 0px 0 40px !important;
}
.page-id-113 .page-id-113 .press_content.cmn_gap2 h2{
    margin: 0 0 10px !important;
}

.card_dtls_wrapper label{
    padding: 0 0 0 0 !important;
    font-size: 14px !important;
}

}

@media (max-width: 575px) {
    
	.navbar-brand img {
        width: 180px;
    }
    .newsletter form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .newsletter form input {
        width: 100%;
        margin-bottom: 10px;
    }
    .homepage_banner_slider .banner_text {
        padding: 0px 20px;
        text-align: center;
    }
    .homepage_banner_slider .item {
        padding: 60px 0px;
    }
    .header_top_bar {
        padding: 8px 15px;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .header_top_bar .left_info {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-bottom: 5px;
    }
    .header_top_bar .right_info {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .header_top_bar .right_info ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer_links li {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .radio_field_item label {
        font-size: 15px;
    }
    .radio_field_item .btn_theme {
        font-size: 10px;
    }
    .upload_file_field label {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .upload_file_field .btn_theme {
        margin-top: 10px;
    }
    .inner_banner {
        min-height: 200px;
    }
    .contact_dtls_info_col {
        text-align: center;
    }
    .contact_icon_info_col .icon_dtls_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 25px;
        text-align: center;
    }
    .icon_dtls_wrap p {
        margin: 10px 0px 0px 0px;
    }
    .contact_form {
        padding: 30px 15px;
        text-align: center;
    }
    .gc_head {
        text-align: center;
    }
    .gc_head h2 {
        width: 100%;
        margin-bottom: 5px;
    }
    .gc_head .right_info {
        width: 100%;
        font-size: 20px;
    }
    .press_content .press_txt h2 {
        font-size: 20px;
    }
    .press_dtls_head h2 {
        font-size: 22px;
    }
.radio_field_item input + label span {
    vertical-align: -3px;
}
.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield.gfield--width-third, .gform_wrapper.gravity-theme#gform_wrapper_2 .gfield.gfield--width-full {
    margin-bottom: 1px; text-align: left !important;
}
.gform_wrapper.gravity-theme#gform_wrapper_3 .gfield.gfield--width-third, .gform_wrapper.gravity-theme#gform_wrapper_3 .gfield.gfield--width-full {
    margin-bottom: 1px;}

.loaction_search_form {
    display: flex;
    border: 1px solid #eee;
    flex-wrap: wrap;
}

.form_box_sbmitbx {
    width: 100%;
}
  .loaction_search_form input[type="submit"]{    display: block;
    width: 100%;
    height: 48px;} 
.loaction_search_form .form_box {
    width: 80%;
}
.locationmap iframe {
    width: 100%;
    height: 320px;}
.location_area {
    padding: 27px 0px;
}


/* 18.1.2022  */

.yith-wapo-option {
    flex: 0 0 auto;
    width: 100% !important;
}

.press_content .woocommerce .woocommerce-order-details{
    margin-bottom: 0;
}

.press_content .woocommerce ul.order_details{
    margin-bottom: 9px;
}
}

/*support 22/9/2022*/
@media(max-width: 479px){
    .curbe{
        font-size: 11px;
        padding: 8px 10px !important;
    }
    .curbinorder{
        margin-right: 3px;
        margin-left: 0;
    }
    .navbar-brand{
        margin: 0 2px 0px 0px;
    }
}
/*support 22/9/2022*/
@media(max-width: 374px){
    .woocommerce-checkout-review-order .woo_order_tip_remove{
        margin-top: 6px;
    }
    nav#desktop-nav ul li {
    padding: 0px 2px; 
    }
    nav#desktop-nav ul li a{    font-size: 10px;}
}
/* Hide banner on the Cake(Special Decoration) page */
body.page-template-special-decorations .inner_banner {display:none!important;}
