/*
Theme Name:  Divi Jewelry Shop Child Theme
Theme URI:   https://divijewelry.diviinfinite.com
Description: Divi Jewelry Shop Child Theme, a completely versatile theme you can use to create the website you need! Start your own online store for jewelry, accessories, etc. 
Version:     1.0
Author:      Divi Professional
Author URI:  http://divi-professional.com/
Template:    Divi
Text Domain: djs
*/

/*-------- Home --------*/

  
  .jewelry_text .et_pb_text_inner{
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, from(var(--golden)), color-stop(#000), to(var(--golden)));
    background: -webkit-linear-gradient(left, var(--golden), #000, var(--golden));
    background: -o-linear-gradient(left, var(--golden), #000, var(--golden));
    background: linear-gradient(90deg,var(--golden), #000,var(--golden));
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  
  @keyframes shine {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 100%;
    }
}
  
  .jewelryhome_section1_slider .et_pb_slide .et_pb_container{
    height: auto !important;
  }
  
  .jewelryhome_section3_image .et_pb_image_wrap img{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .jewelryhome_section3_column:hover .jewelryhome_section3_image .et_pb_image_wrap img{
    opacity: 0.7;
  }
  
  .jewelryhome_section4_wooproduct .product .button{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 12px 25px !important;
    background-color: var(--white);
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    border: 0 !important;
    font-size: 14px;
    color: var(--black);
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 80%;
    margin: 0 auto;
  }
  
  .jewelryhome_section4_wooproduct .product:hover .et_shop_image .button{
    bottom: 15px;
    opacity: 1;
    visibility: visible;
  }
  
  .jewelryhome_section4_wooproduct .product .button:hover, .jewelryhome_section4_wooproduct .product .added_to_cart:hover{
    background: var(--golden);
    color: var(--white);
  }
  
 .jewelryhome_section4_wooproduct .product .added_to_cart:after, .jewelryhome_section4_wooproduct .product .button:after{
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
  }
  
  .jewelryhome_section4_wooproduct .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--black);
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 15px;
    transform: none;
}
  
  .jewelryhome_section4_wooproduct .product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .jewelryhome_section4_wooproduct .product .added_to_cart{
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 12px 25px !important;
    background-color: var(--white);
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    border: 0 !important;
    font-size: 14px;
    color: var(--black);
    line-height: 1;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 80%;
    margin: 0 auto;
    line-height: 1.7em !important;
  }
  
  .jewelryhome_section4_wooproduct .page-numbers, .jewelryhome_section4_wooproduct .page-numbers li {
    border: none !important;
}
  
  .jewelryhome_section4_wooproduct .page-numbers li .page-numbers:hover, .jewelryhome_section4_wooproduct .page-numbers li .page-numbers.current {
    background: var(--black);
}
  
  .jewelryhome_section4_wooproduct .page-numbers li .page-numbers {
    background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .jewelryhome_section4_wooproduct .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--golden);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  .jewelryhome_section4_wooproduct .page-numbers li .page-numbers:hover:before, .jewelryhome_section4_wooproduct .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
  .jewelryhome_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
     -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .jewelryhome_section5_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    opacity: 0.7;
  }
  
  .jewelryhome_section5_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header a:hover{
    color: var(--golden) !important;
  }
  
  .jewelryhome_section7_slider .et_pb_slide{
    padding: 0;
  }
  
  .jewelryhome_section7_slider .et_pb_slide .et_pb_container{
    height: auto !important;
  }
  
  .jewelryhome_section7_slider .et_pb_slide .et_pb_slide_image img{
    max-height: unset !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  }
  
  .jewelryhome_section7_slider .et_pb_slide .et_pb_slide_content{
    position: relative;
  }
  
  .jewelryhome_section7_slider .et_pb_slide .et_pb_slide_content:before{
    content: "\e033\e033\e033\e033\e031";
    font-family: ETmodules;
font-size: 14px;
display: block;
margin-top: 30px;
margin-bottom: 12px;
opacity: 1;
color: var(--star);
visibility: visible;
}
  
  .jewelryhome_section8_row .product .jewelryhome_section8_row_content{
    float:right;
    width:63%;
    position:relative;
  }
  
  .jewelryhome_section8_row .product .et_shop_image img{
    height: 100px !important;
    object-fit: cover;
  }
  
  .jewelryhome_section8_row .woocommerce ul.products li.product a img{
    margin-bottom:0 !important;
  }
  
  .jewelryhome_section8_row .product .button {
    font-size: 0;
    border-radius: 50%;
    background: var(--golden) !important;
    width: 40px;
    position:absolute;
    bottom:-50px;
    left:0;
    opacity:0;
    height: 40px;
    border: none !important;
    margin-top: 20px !important;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .jewelryhome_section8_row .product:hover .button{
    opacity:1;
    bottom:-18px;
  }
  
  .jewelryhome_section8_row .product:hover .price{
    opacity:0;
  }
  
  .jewelryhome_section8_row .product .button:after{  
  position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--white);
    line-height: 40px !important;
  }
  
  .jewelryhome_section8_row .product .button.added:after{
    content: "\4e" !important;
  }
  
  .jewelryhome_section8_row .product .added_to_cart{
  margin-left: 9px;
    color: var(--black);
  position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .jewelryhome_section8_row .product .button.ajax_add_to_cart.loading:after{
    content: "\e02d";
  }
  
  .jewelryhome_section9_blog .et_pb_post{
    padding: 0;
    position: relative;
  }
  
  .jewelryhome_section9_blog .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .jewelryhome_section9_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    overflow: hidden;
  }
  
  .jewelryhome_section9_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .jewelryhome_section9_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
  }
  
  .jewelryhome_section9_blog .et_pb_post .jewelryhome_section9_blog_content .post-meta .category{
    color: var(--golden) !important;
  }
  
  .jewelryhome_section9_blog .et_pb_post .jewelryhome_section9_blog_content{
    padding-top: 10px;
  }
  
  .jewelryhome_section9_blog .et_pb_post .entry-title a:hover{
    color: var(--golden) !important;
  }
  
  .jewelryhome_section9_blog .pagination a{
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: var(--golden);
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 35px!important;
    transition: background-color 300ms ease 0ms,all 300ms ease 0ms !important;
  }
  
  .jewelryhome_section9_blog .pagination a:hover{
    background-color: var(--black);
  }
  
  @media only screen and (max-width:981px){
    .jewelryhome_section8_row .product .jewelryhome_section8_row_content{
      float: none;
      text-align: center;
      margin: auto;
      width: 100% !important;
    }
    
    .jewelryhome_section8_row .product .button{
      left:0;
      right:0;
      margin:auto;
    }
    
    .jewelryhome_section8_row .product .added_to_cart{
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    margin: 0;
    top: auto;
    right: auto;
    padding-top: 20px;
    }
    
    .jewelryhome_section8_row ul.products.columns-4 li.product {
    width: 100%!important;
    margin-right: 0%!important;
}
    
    .jewelryhome_section8_row .product .et_shop_image img {
    height: 100%!important;
    object-fit: cover;
}
    
    .jewelryhome_section9_blog .pagination .alignleft, .jewelryhome_section9_blog .pagination .alignright{
      float: none;
    text-align: center;
    }
}
  
@media only screen and (max-width:767px){ 
.jewelryhome_section8_row .et_pb_shop ul.products.columns-4 li.product{
  width: 100%!important;
  margin-right: 0%!important;
  }
  
  .jewelryhome_section8_row .product .et_shop_image img {
    height: 100% !important;
    object-fit: cover;
}
  
  .jewelryhome_section4_wooproduct ul.products.columns-4 li.product {
    width: 100%!important;
    margin-right: 0%!important;
}
}

/*-------- About Us --------*/
.jewelry_headertext .et_pb_text_inner:before{
    position: absolute;
    content: "";
    left: 2px;
    top: 0;
    bottom: auto;
    right: 2px;
    border-width: 9px 9px 0;
    border-style: solid;
    border-color: var(--white);
    padding: 19px;
    z-index: 0;
  }
  
  .jewelry_headertext .et_pb_text_inner:after{
    position: absolute;
    content: "";
    left: 2px;
    top: auto;
    bottom: 0;
    right: 2px;
    border-width: 0 9px 9px;
    border-style: solid;
    border-color: var(--white);
    padding: 19px;
    z-index: 0;
  }
  
  .jewelry_headertext .et_pb_text_inner{
    position: relative;
    display: inline-block;
    padding: 50px 0;
  }

.jewelryaboutus_section2_text h2{
    padding-bottom: 15px;
  }
  
  .jewelryaboutus_section4_slider .et_pb_slide{
    padding: 0;
  }
  
  .jewelryaboutus_section4_slider .et_pb_slide .et_pb_container{
    height: auto !important;
  }
  
  .jewelryaboutus_section4_slider .et_pb_slide .et_pb_slide_image img{
    max-height: unset !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  }
  
  .jewelryaboutus_section4_slider .et_pb_slide .et_pb_slide_content{
    position: relative;
  }
  
  .jewelryaboutus_section4_slider .et_pb_slide .et_pb_slide_content:before{
    content: "\e033\e033\e033\e033\e031";
    font-family: ETmodules;
font-size: 14px;
display: block;
margin-top: 30px;
margin-bottom: 12px;
opacity: 1;
color: var(--star);
visibility: visible;
}
  
  .jewelryaboutus_section5_person:hover .et_pb_team_member_image .et_pb_member_social_links{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  } 
  
  .jewelryaboutus_section5_person .et_pb_team_member_image .et_pb_member_social_links li{
    margin: 0 5px !important;
  }
  
  .jewelryaboutus_section5_person .et_pb_team_member_image .et_pb_member_social_links li a{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: var(--social_background);
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .jewelryaboutus_section5_person .et_pb_team_member_image .et_pb_member_social_links li a:hover{
    background-color: var(--golden);
  }
  
  .jewelryaboutus_section5_person .et_pb_team_member_image img{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
  }
  
  .jewelryaboutus_section5_person:hover .et_pb_team_member_image img{
    opacity: 0.5;
  }

/*-------- Contact Us --------*/
.jewelrycontactus_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
    float: none;
  }
  
  .jewelrycontactus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  @media only screen and (max-width: 981px){
    .jewelrycontactus_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
    float: none;
    text-align: center;
    display: block;
  }
  }

/*-------- Shop Grid Full width --------*/
.jewelryproduct_section2_product .product{
    -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--white);
  }
  
  .jewelryproduct_section2_product .product:hover{
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  
  .jewelryproduct_section2_product ul.products li.product a img{
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 0 !important;
  }
  
  .jewelryproduct_section2_product ul.products li.product:hover a img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 0.3;
  }
  
  .jewelryproduct_section2_product .product .jewelryproduct_section2_product_content{
    padding: 10px 20px !important;
  }
  
  .jewelryproduct_section2_product .product .price {
    float: right !important;
}
  
  .jewelryproduct_section2_product .product .star-rating {
    display: inline-block !important;
}
  
  .jewelryproduct_section2_product .product .button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    background-color: var(--golden) !important;
    border: 1px solid var(--golden) !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    z-index: 9999;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-top: 10px !important;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
  
  .jewelryproduct_section2_product .product:hover .button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
  
  .jewelryproduct_section2_product .product .button:after{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    line-height: 49px !important;
    color: var(--white);
}
  
  .jewelryproduct_section2_product .product .button:hover:after{
    color: var(--white);
  }
  
  .jewelryproduct_section2_product .product .button.added:after {
    content: "\4e" !important;
}
  
  .jewelryproduct_section2_product .product .added_to_cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 35px;
    border-radius: 5px;
    background: var(--golden);
    color: var(--white);
    text-align: center;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    line-height: 18px;
    z-index: 1;
}
  
  .jewelryproduct_section2_product .product .added_to_cart:hover{
    background: var(--black);
  }
  
  .jewelryproduct_section2_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
}
  
  .jewelryproduct_section2_product .page-numbers, .jewelryproduct_section2_product .page-numbers li {
    border: none !important;
}
  
  .jewelryproduct_section2_product .page-numbers li .page-numbers:hover, .jewelryproduct_section2_product .page-numbers li .page-numbers.current {
    background: var(--black);
}
  
  .jewelryproduct_section2_product .page-numbers li .page-numbers {
    background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .jewelryproduct_section2_product .page-numbers li .page-numbers:hover:before, .jewelryproduct_section2_product .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
  .jewelryproduct_section2_product .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--golden);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 767px){
    .jewelryproduct_section2_product ul.products.columns-4 li.product, .et-db #et-boc .et-l .jewelryproduct_section2_product.et_pb_shop ul.products.columns-3 li.product{
    width: 100%!important;
    margin-right: 0%!important;
}
  }

/*-------- Shop List Fullwidth --------*/
.jewelrylist_section2_product ul.products.columns-4 li.product{
    width: 100% !important;
    margin-right: 0 !important;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--border);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
  
  .jewelrylist_section2_product ul.products.columns-4 li.product:hover{
    border-color: var(--golden);
  }
  
  .jewelrylist_section2_product ul.products.columns-4 li.product .onsale{
    top: 50px!important;
    left: 35px!important;
  }
  
  .jewelrylist_section2_product ul.products.columns-4 li.product a img{
    margin-bottom: 0 !important;
}
  
  .jewelrylist_section2_product ul.products.columns-4 li.product .woocommerce-LoopProduct-link{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .jewelrylist_section2_product .product .jewelrylist_section2_product_content{
    margin-left: auto;
    flex-basis: 70%;
  }
  
  .jewelrylist_section2_product ul.products li.product .price {
    margin-top: 10px !important;
}
  
  .jewelrylist_section2_product .product .button, .jewelrylist_section2_product .product .added_to_cart {
    width: 30%;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 12px 20px !important;
    z-index: 9999;
    position: relative;
}
  
  .jewelrylist_section2_product .product .button:hover {
    background-color: var(--golden) !important;
}
  
  .jewelrylist_section2_product .product .added_to_cart:after, .jewelrylist_section2_product .product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
}
  
  .jewelrylist_section2_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white);
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 17px;
    transform: none;
}  
  
.jewelrylist_section2_product .product .added_to_cart:after{
  content: '\4e' !important;
  }
  
.jewelrylist_section2_product .product .added_to_cart{
  margin-top: 10px;
  }
  
  .jewelrylist_section2_product .page-numbers, .jewelrylist_section2_product .page-numbers li {
    border: none !important;
}
  
  .jewelrylist_section2_product .page-numbers li .page-numbers:hover, .jewelrylist_section2_product .page-numbers li .page-numbers.current {
    background: var(--black);
}
  
  .jewelrylist_section2_product .page-numbers li .page-numbers {
    background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .jewelrylist_section2_product .page-numbers li .page-numbers:hover:before, .jewelrylist_section2_product .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
  .jewelrylist_section2_product .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--golden);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 981px){ 
    .jewelrylist_section2_product .product .button, .jewelrylist_section2_product .product .added_to_cart {
    width: 46%;
}
  }
  
  @media only screen and (max-width: 767px){
    .jewelrylist_section2_product ul.products.columns-4 li.product .woocommerce-LoopProduct-link{
    display: block;
    align-items: unset;
    justify-content: unset;
  }
    
    .jewelrylist_section2_product .product .jewelrylist_section2_product_content {
    margin-left: 0;
    width: 100%;
    padding-bottom: 0 !important;
}
    
    .jewelrylist_section2_product .product .button, .jewelrylist_section2_product .product .added_to_cart {
    width: 100%;
}
  }

/*-------- Shop Left And Right Sidebar --------*/
.jewelryside_section2_sidebar .et_pb_widget{
    margin-bottom: 20px !important;
  }
  
  .jewelryside_section2_sidebar .wc-block-product-categories-list--depth-0 li {
    color: var(--body-color);
    padding: 13px 0 12px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
}
  
  .jewelryside_section2_sidebar .wc-block-product-categories-list--depth-0 li a{
    color: var(--black) !important;
  }
  
  .jewelryside_section2_sidebar .wc-block-product-categories-list--depth-0 li a:hover{
    color: var(--golden) !important;
  }
  
  .jewelryside_section2_sidebar .widget_products li img{
    width: 65px !important;
}

  .jewelryside_section2_sidebar .wp-block-tag-cloud a {
    padding: 6px 20px !important;
    margin: 0 5px 5px 0;
    border-radius: 6px;
    background: var(--golden);
    color: var(--white) !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    font-size: 14px !important;
}
  
  .jewelryside_section2_sidebar .wp-block-tag-cloud a:hover{
    background: var(--black);
  }
  
  .jewelryside_section2_sidebar .widget_products .star-rating span:before {
    color: var(--star) !important;
}
  
  .jewelryside_section2_sidebar .product_list_widget li a{
    color: var(--black) !important;
  }
  
  .jewelryside_section2_sidebar .product_list_widget li a:hover{
    color: var(--golden) !important;
  }

/*-------- My Account --------*/
 /***************** My Account ****************/
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li.is-active,.jewelry_myaccount .woocommerce-MyAccount-navigation ul li:hover{
  background: var(--golden);
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li{
  list-style-type: none;
  padding: 5px 50px;
  margin: 0 0 5px;
  background: var(--grey);
  border-radius: 5px;
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li.is-active a,.jewelry_myaccount .woocommerce-MyAccount-navigation ul li:hover a{
  color: var(--white);
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li a{
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  display:block;
  position:relative;
  color: var(--golden);
  }
  
.jewelry_myaccount .woocommerce-MyAccount-content{
  padding: 20px 30px;
  background: var(--grey);
  width:75% !important;
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation{
  width:22% !important;
  }
  
  .jewelry_myaccount .woocommerce-MyAccount-navigation ul li.is-active a:before{
    color: var(--white) !important;
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li a:before{
  content: "\e038";
  position:absolute;
  left:-25px;
  font-family: ETmodules;
  font-size: 14px;
  margin-right:-10px;
  color: var(--golden);
  }
  
  .jewelry_myaccount .woocommerce-MyAccount-navigation ul li:hover a:before{
    color: var(--white);
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
  content: "\e079";
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
  content: "\e092";
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
  content: "\e074";
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
  content: "\e08a";
  }
  
.jewelry_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  content: "\e03c";
  }
  
.jewelry_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
  background:var(--golden) !important;
  line-height:2.5em;
  }
  
.woocommerce-account .jewelry_myaccount .woocommerce form.login, 
  .woocommerce-account .jewelry_myaccount .woocommerce form.register{
  border: 0 !important; /* you can add a border if you prefer */
	background: transparent; /* this is the main background color for all forms */
   padding: 30px !important;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 10%);
  }  
  
  .woocommerce-account .jewelry_myaccount .woocommerce form .woocommerce-Input{
    background-color: var(--white);
    border: 1px solid var(--grey);
  }
  
.jewelry_myaccount .woocommerce button.button:after,.jewelry_myaccount .woocommerce-MyAccount-content .button:after{
  display:none !important;
  }  
  
.jewelry_myaccount .woocommerce button.button,.jewelry_myaccount .woocommerce-MyAccount-content .button{
  font-size: 16px !important;
  color:var(--white) !important;
  border:none !important;
  background:var(--black) !important;
  padding: 12px 40px !important;
  margin-top: 3px;
  }
  
.jewelry_myaccount .woocommerce button.button:hover,.jewelry_myaccount .woocommerce-MyAccount-content .button:hover{
  background:var(--golden) !important;
  }
  
  .jewelry_myaccount{
    width: 90%;
		max-width: 1200px;
  }
  
  .jewelry_myaccount .woocommerce-MyAccount-content p a, .jewelry_myaccount .woocommerce-Address .title .edit {
    color: var(--golden);
}
  
  .jewelry_myaccount .login .woocommerce-LostPassword a{
    color: var(--black);
  }
  
  .jewelry_myaccount .woocommerce-orders-table .woocommerce-orders-table__cell a{
    color: var(--black);
  }

.jewelry_myaccount .download-product a{
    color: var(--black);
  }

.jewelry_myaccount .woocommerce-MyAccount-content .woocommerce-error{
    background: var(--golden);
  }

.jewelry_myaccount .woocommerce-MyAccount-content .woocommerce-message{
    background: var(--golden);
  }

.jewelry_myaccount .shop_table{
    text-align: center !important;
    border: 0 !important;
  }
  
  .jewelry_myaccount .woocommerce-table .woocommerce-table__product-name a{
    color: var(--black);
  }
  
  .jewelry_myaccount form .show-password-input{
    top: 50%;
		transform: translateY(-50%);
		display: flex;
		align-content: center;
		justify-content: center;
  }
  
@media only screen and (max-width:981px){
  .jewelry_myaccount .woocommerce-MyAccount-navigation,.jewelry_myaccount .woocommerce-MyAccount-content{
    width:100% !important;
  }
  
	.jewelry_myaccount .woocommerce-MyAccount-navigation ul{
    padding:0;
  }
  
	.jewelry_myaccount .woocommerce-MyAccount-content{
    margin-top:50px;
  }
  
	.jewelry_myaccount .woocommerce-MyAccount-content table tr{
    margin-bottom:15px;
  }
  
  .jewelry_myaccount .u-column1.col-1, .jewelry_myaccount .u-column2.col-2{
    width: 100% !important;
  }
  
  .woocommerce-account .jewelry_myaccount .woocommerce form.login{
    margin-bottom: 4em !important;
    margin-top: 1em !important;
  }
  
  .woocommerce-account .jewelry_myaccount .woocommerce form.register{
    margin-top: 1em !important;
  }
}
@media only screen and (max-width:767px){
	.jewelry_myaccount .woocommerce-MyAccount-content{
    padding: 20px 20px;
  }
  
	.jewelry_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
    line-height:1.5em;
    text-align:center;
  }
  
	.jewelry_myaccount .woocommerce-MyAccount-content .woocommerce-Message--info .button{
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-bottom:10px;
    float: none;
    display: block;
  }
  
	.jewelry_myaccount .woocommerce .woocommerce-MyAccount-content h3{
    font-size:20px;
  }
  
	.jewelry_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button{
    margin-top:10px;
    width:100%;
  }
  
  .woocommerce-account .jewelry_myaccount .woocommerce form.login, .woocommerce-account .jewelry_myaccount .woocommerce form.register {
  border: 1px solid var(--grey) !important;
  background: transparent;
  padding: 20px !important;
  border-radius: 0;
}
}

/*-------- Our Team --------*/
.jewelryteam_section2_person .et_pb_team_member_image:before{
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #242F4014 35%, #242F40D4 100%);
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }
  
  .jewelryteam_section2_person:hover .et_pb_team_member_image:before{
    background-color: transparent;
    background-image: linear-gradient(180deg, #242F4000 35%, #242F40BF 100%);
    opacity: 1;
  }
  
  .jewelryteam_section2_person .et_pb_team_member_description .et_pb_member_social_links li{
    margin: 0 !important;
  }
  
  .jewelryteam_section2_person .et_pb_team_member_description .et_pb_member_social_links li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .jewelryteam_section2 .et_pb_row{
    display: flex;
    align-items: center;
  }
  
  .jewelryteam_section4_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta .et_pb_testimonial_position{
    font-style: normal !important;
  }
  
  @media only screen and (max-width: 981px){
    .jewelryteam_section2 .et_pb_row{
    display: block;
  }
  }

/*-------- Gallery --------*/
.jewelrygallery_section2_gallery .et_pb_gallery_item .et_pb_gallery_image:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #000;
    transition: opacity .4s ease-in;
    z-index: -1;
  }
  
  .jewelrygallery_section2_gallery .et_pb_gallery_item:hover .et_pb_gallery_image:before{
    opacity: .15;
  }
  
  .jewelrygallery_section2_gallery .et_pb_gallery_item .et_pb_gallery_image img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: filter .4s ease-in;
  }
  
  .jewelrygallery_section2_gallery .et_pb_gallery_item:hover .et_pb_gallery_image img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
   
  .jewelrygallery_section2_gallery .et_pb_gallery_item .et_pb_gallery_image{
    position: relative;
    overflow: hidden;
    display: block;
  }
  
  .jewelrygallery_section2_gallery .et_pb_gallery_item:hover .et_overlay:before{
    opacity: 1;
    transform: translateY(0);
  }
  
  @media only screen and (max-width: 981px){
    .jewelrygallery_section2_gallery .et_pb_gallery_item{
      margin-bottom: 25px !important;
    }
  }

/*-------- Privacy Policy --------*/
.jewelrypolicy_section2_text strong{
    margin-bottom: 5px;
    display: inline-block;
  }

/*-------- FAQ --------*/
.jewelryfaq_section3_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    display: block;
    transform: rotate(180deg);
  }

/*-------- Pricing --------*/
.jewelrypricing_section2_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\4e";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--golden);
    font-weight: 600;
}
  
  .jewelrypricing_section2_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing .et_pb_not_available span:before {
    content: "\4d";
    color: var(--golden);
}
  
  .jewelrypricing_section2_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li{
    padding-left: 0 !important;
  }
  
  .jewelrypricing_section5_accordion .et_pb_toggle:last-child{
    margin-bottom: 0 !important; 
  }
  
  .jewelrypricing_section5_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
    content: "\32" !important;
    display: block;
    color: var(--golden);
  }
  
  .jewelrypricing_section6_gallery .et_pb_gallery_item{
    margin-bottom: 20px !important;
  }

/*-------- Our Services --------*/
.jewelryservice_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #222222;
    opacity: 0.4;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    z-index: 1;
  }
  
  .jewelryservice_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
    background: #222222;
    opacity: 0.3;
  }
  
  .jewelryservice_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:after{
    content: "";
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--white);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  .jewelryservice_section4_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta .et_pb_testimonial_position{
    font-style: normal !important;
  }
  
  .jewelryservice_section5 .et_pb_row{
    display: flex;
    align-items: center;
  }
  
  .jewelryservice_section6_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\4e";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--golden);
    font-weight: 600;
}
  
  .jewelryservice_section6_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing .et_pb_not_available span:before {
    content: "\4d";
    color: var(--golden);
}
  
  .jewelryservice_section6_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li{
    padding-left: 0 !important;
  }
  
  @media only screen and (max-width: 981px){
    .jewelryservice_section5 .et_pb_row{
    display: block;
  }
  }

/*-------- Blog --------*/
.jewelryblog_section2_blog .et_pb_post{
    padding: 0;
    position: relative;
  }
  
  .jewelryblog_section2_blog .et_pb_post .et_pb_image_container{
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
  }
  
  .jewelryblog_section2_blog .et_pb_post .et_pb_image_container:before{
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 0.6;
    background: var(--golden);
    z-index: 1;
    visibility: hidden;
  }
  
  .jewelryblog_section2_blog .et_pb_post .et_pb_image_container:after{
    bottom: 50%;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.6;
    background: var(--golden);
    z-index: 1;
    visibility: hidden;
  }
  
  .jewelryblog_section2_blog .et_pb_post .et_pb_image_container:hover:before{
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in;
    -o-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
    visibility: visible;
  }
  
  .jewelryblog_section2_blog .et_pb_post .et_pb_image_container:hover:after{
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in;
    -o-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
    visibility: visible;
  }
  
  .jewelryblog_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
  }
  
  .jewelryblog_section2_blog .et_pb_post .jewelryblog_section2_blog_content {
    padding: 25px;
}
  
  .jewelryblog_section2_blog .et_pb_post .jewelryblog_section2_blog_content .post-content .post-content-inner {
    padding-bottom: 15px !important;
}
  
  .jewelryblog_section2_blog .et_pb_post .post-meta{
    background-color: var(--white);
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
  }
  
  .jewelryblog_section2_blog .pagination a {
    padding: 12px 30px;
    background: var(--golden);
    -webkit-transition: all .5s;
    transition: all .5s !important;
}
  
  .jewelryblog_section2_blog .pagination a:hover{
    background: var(--black);
  }
  
  .jewelryblog_section2_blog .et_pb_post .jewelryblog_section2_blog_content .entry-title a:hover{
    color: var(--golden) !important;
  }
  
  @media only screen and (max-width: 981px){
    .jewelryblog_section2_blog .pagination .alignleft, .jewelryblog_section2_blog .pagination .alignright{
      float: none;
    text-align: center;
    }
  }

/*-------- Our Mission --------*/
.jewelrymission_section2_column .et_pb_button_module_wrapper{
    display: inline-block;
    margin-right: 20px;
  }
  
  .jewelrymission_section3_slider .et_pb_slide .et_pb_slide_content p{
    padding-bottom: 40px;
  }
  
  .jewelrymission_section3_slider .et_pb_slide .et_pb_slide_content h6{
    color: var(--black) !important;
    font-weight: 700;
  }
  
  .jewelrymission_section3_slider .et-pb-slider-arrows a.et-pb-arrow-prev{
    opacity: 1;
    left: 0;
  }
  
  .jewelrymission_section3_slider .et-pb-slider-arrows a.et-pb-arrow-next{
    opacity: 1;
    right: 0;
  }
  
   .jewelrymission_section5_barcounter .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 0;
  }
  
  @media only screen and (max-width: 981px){
    .jewelrymission_section2_column .et_pb_button_module_wrapper{
    display: block;
    margin-right: 0px;
  }
  }

/*-------- Testimonial --------*/
.jewelrytestimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner{
    order: 3;
  }
  
  .jewelrytestimonial_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content p{
    padding-bottom: 5px !important;
  }

/*-------- Service Detail --------*/
.jewelryservicedetail_section2_image .et_pb_image_wrap img, .jewelryservicedetail_section5_image .et_pb_image_wrap img{
    height: 450px !important;
    width: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
}
  
  .jewelryservicedetail_section .et_pb_row {
    display: flex;
    align-items: center;
  }
  
  .jewelryservicedetail_section7_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta .et_pb_testimonial_position{
    font-style: normal !important;   
  }
  
  .jewelryservicedetail_section7_testimonial .et_pb_testimonial_description .et_pb_testimonial_meta{
    line-height: 1em!important;
  }
  
  .jewelryservicedetail_section8_gallery .et_pb_gallery_item{
    margin-bottom: 25px !important;
  }
  
  @media only screen and (max-width: 981px){
    .jewelryservicedetail_section .et_pb_row {
    display: block;
  }
  }
  
  @media only screen and (max-width: 767px){
    .jewelryservicedetail_section2_image .et_pb_image_wrap img, .jewelryservicedetail_section5_image .et_pb_image_wrap img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    display: block;
}
  }

/*-------- Slider Style1 --------*/
.jewelryslider_style1 .et_pb_slide .et_pb_slide_description h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    padding-bottom: 20px;
  }
  
  .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h5 span{
    color: var(--golden);
  }
  
  .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
  }
  
  .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h3{
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    padding-bottom: 20px; 
  }
  
  .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    padding-bottom: 20px;
  }
  
  .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h4 span{
    font-size: 30px;
    color: var(--golden);
  }
  
  .jewelryslider_style1 .et-pb-slider-arrows .et-pb-arrow-prev, .jewelryslider_style1 .et-pb-slider-arrows .et-pb-arrow-next{
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 0px 9.8px 0.2px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 9.8px 0.2px rgb(0 0 0 / 5%);
    border-radius: 50%;
    font-size: 34px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .jewelryslider_style1 .et-pb-slider-arrows .et-pb-arrow-next{
    right: 20px;
    left: auto;
  }
  
  .jewelryslider_style1 .et-pb-slider-arrows .et-pb-arrow-prev:hover, .jewelryslider_style1 .et-pb-slider-arrows .et-pb-arrow-next:hover{
    background: var(--white);
  }
  
  .jewelryslider_style1 .et-pb-controllers a{
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid var(--white);
    border-radius: 100%;
  }
  
  .jewelryslider_style1 .et-pb-controllers a.et-pb-active-control{
    background: var(--white);
  }
  
  @media only screen and (max-width: 767px){
    .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h5{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    padding-bottom: 20px;
  }
    
    .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
  }
  
  .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    padding-bottom: 20px; 
  }
  
  .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h4{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    padding-bottom: 20px;
  }
  
  .jewelryslider_style1 .et_pb_slide .et_pb_slide_description h4 span{
    font-size: 18px;
    color: var(--golden);
  }
  }

/*-------- Slider Style2 --------*/
.jewelryslider_style2 .et_pb_slide .et_pb_slide_description h3{
    font-size: 72px;
    line-height: 1;
    padding-bottom: 15px;
  }
  
  .jewelryslider_style2 .et_pb_slide .et_pb_slide_description p{
    font-style: italic;
  }
  
  .jewelryslider_style2 .et-pb-controllers{
    right: 25px;
		text-align: right;
		left: unset;
  }
  
  .jewelryslider_style2 .et-pb-controllers a{
    border-radius: 7px;
		display: initial;
		padding: 10px 15px;
		color: var(--white);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .jewelryslider_style2 .et-pb-controllers a.et-pb-active-control{
    color: var(--black);
  }
  
  @media only screen and (max-width: 767px){
    .jewelryslider_style2 .et_pb_slide .et_pb_slide_description h3{
    font-size: 24px;
    line-height: 1;
    padding-bottom: 15px;
  }
    
    .jewelryslider_style2 .et-pb-controllers {
    left: 0;
    text-align: center;
    height: auto;
}
  }

/*-------- Slider Style3 --------*/
.jewelryslider_style3 .et_pb_slide .et_pb_slide_description h3{
    font-size: 43px;
    letter-spacing: 7px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--golden) !important;
    padding-bottom: 15px;
  }
  
  .jewelryslider_style3 .et_pb_slide .et_pb_slide_description p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
  }
  
  .jewelryslider_style3 .et_pb_slide .et_pb_slide_content{
    max-width: 550px;
  }
  
  .jewelryslider_style3 .et-pb-slider-arrows .et-pb-arrow-prev, .jewelryslider_style3 .et-pb-slider-arrows .et-pb-arrow-next{
    opacity: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    background: rgba(0,0,0,.3);
    padding: 25px;
    font-size: 25px;
  }
  
  .jewelryslider_style3 .et-pb-slider-arrows .et-pb-arrow-prev{
    left: 0;
    right: initial;
    -webkit-border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -ms-border-radius: 0 9px 9px 0;
    -o-border-radius: 0 9px 9px 0;
    border-radius: 0 9px 9px 0;
  }
  
  .jewelryslider_style3 .et-pb-slider-arrows .et-pb-arrow-next{
    right: 0;
    -webkit-border-radius: 9px 0 0 9px;
    -moz-border-radius: 9px 0 0 9px;
    -ms-border-radius: 9px 0 0 9px;
    -o-border-radius: 9px 0 0 9px;
    border-radius: 9px 0 0 9px;
  }
  
  .jewelryslider_style3 .et-pb-slider-arrows .et-pb-arrow-prev:hover, .jewelryslider_style3 .et-pb-slider-arrows .et-pb-arrow-next:hover{
    background: var(--golden);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }
  
  .jewelryslider_style3 .et-pb-controllers a{
    margin: 0 5px;
    width: 14px;
    height: 14px;
  }
  
  @media only screen and (max-width: 981px){
    .jewelryslider_style3 .et_pb_slide .et_pb_slide_content{
    max-width: unset !important;
  }
  }
  
  @media only screen and (max-width: 767px){
    .jewelryslider_style3 .et_pb_slide .et_pb_slide_description h3{
    font-size: 24px;
    letter-spacing: 7px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--golden) !important;
    padding-bottom: 15px;
  }
  }

/*-------- Promotion Block Style3 --------*/
.jewelryblock_style3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a{
    background-color: var(--white) !important;
    display: block;
    margin: 0;
    padding: 18px 25px !important;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  
  .jewelryblock_style3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  
  .jewelryblock_style3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .jewelryblock_style3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    top: 70%;
  }

/*-------- Promotion Banner Style1 --------*/
.jewelrybanner_style1_cta .et_pb_promo_description div h3{
    font-size: 70px;
    line-height: 1.125;
    letter-spacing: -1px;
  }
  
  @media only screen and (max-width: 981px){
    .jewelrybanner_style1_cta .et_pb_promo_description div h3{
    font-size: 30px;
    line-height: 1.125;
    letter-spacing: -1px;
  }
  }
  
  @media only screen and (max-width: 767px){
    .jewelrybanner_style1_cta .et_pb_promo_description div h3{
    font-size: 24px;
    line-height: 1.125;
    letter-spacing: -1px;
  }
  }

/*-------- Product Widget Style1 --------*/
.jewelrywidget_style1_image .et_pb_image_wrap img{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .jewelrywidget_style1_column:hover .jewelrywidget_style1_image .et_pb_image_wrap img{
    opacity: 0.7;
  }

.jewelrywidget_style1_row .product .woocommerce-LoopProduct-link{
	display: flex;
	align-items: center;
}
  
  .jewelrywidget_style1_row .product .jewelrywidget_style1_row_content{
    flex-basis: 70%;
	position: relative;
  }
  
  .jewelrywidget_style1_row .product .et_shop_image img{
    height: 100px !important;
    object-fit: cover;
  }
  
  .jewelrywidget_style1_row .woocommerce ul.products li.product a img{
    margin-bottom:0 !important;
  }
  
  .jewelrywidget_style1_row .product .button {
    font-size: 0;
    border-radius: 50%;
    background: var(--golden) !important;
    width: 40px;
    position:absolute;
    bottom:-50px;
    left:0;
    opacity:0;
    height: 40px;
    border: none !important;
    margin-top: 20px !important;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .jewelrywidget_style1_row .product:hover .button{
    opacity:1;
    bottom:-18px;
  }
  
  .jewelrywidget_style1_row .product:hover .price{
    opacity:0;
  }
  
  .jewelrywidget_style1_row .product .button:after{  
  position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--white);
    line-height: 40px !important;
  }
  
  .jewelrywidget_style1_row .product .button.added:after{
    content: "\4e" !important;
  }
  
  .jewelrywidget_style1_row .product .added_to_cart{
  margin-left: 9px;
    color: var(--black);
  position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .jewelrywidget_style1_row .product .button.ajax_add_to_cart.loading:after{
    content: "\e02d";
  }
  
  @media only screen and (max-width:981px){
    .jewelrywidget_style1_row .product .woocommerce-LoopProduct-link{
	display: block;
	align-items: unset;
}
  
  .jewelrywidget_style1_row .product .jewelrywidget_style1_row_content{
    flex-basis: 100%;
	position: relative;
  }
    
    .jewelrywidget_style1_row .product .button{
      left:0;
      right:0;
      margin:auto;
    }
    
    .jewelrywidget_style1_row .product .added_to_cart{
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    margin: 0;
    top: auto;
    right: auto;
    padding-top: 20px;
    }
    
    .jewelrywidget_style1_row ul.products.columns-4 li.product {
    width: 100%!important;
    margin-right: 0%!important;
}
    
    .jewelrywidget_style1_row .product .et_shop_image img {
    height: 100%!important;
    object-fit: cover;
}
}
  
  @media only screen and (max-width:767px){ 
.jewelrywidget_style1_row .et_pb_shop ul.products.columns-4 li.product{
  width: 100%!important;
  margin-right: 0%!important;
  }
  
  .jewelrywidget_style1_row .product .et_shop_image img {
    height: 100% !important;
    object-fit: cover;
}
}

/*-------- Product Widget Style2 --------*/
.jewelrywidget_style2_row .product .jewelrywidget_style2_row_content{
    float:right;
    width:63%;
    position:relative;
  }
  
  .jewelrywidget_style2_row .product .et_shop_image img{
    height: 100px !important;
    object-fit: cover;
  }
  
  .jewelrywidget_style2_row .woocommerce ul.products li.product a img{
    margin-bottom:0 !important;
  }
  
  .jewelrywidget_style2_row .product .button {
    display: none;
  }
  
  @media only screen and (max-width:981px){
    .jewelrywidget_style2_row .product .jewelrywidget_style1_row_content{
      float: none;
      text-align: center;
      margin: auto;
      width: 100% !important;
    }
    
    .jewelrywidget_style2_row .product .et_shop_image img {
    height: 100%!important;
    object-fit: cover;
}
    
    .jewelrywidget_style2_row .product .jewelrywidget_style2_row_content {
    float: unset;
    width: unset;
    position: relative;
}
}
  
  @media only screen and (max-width:767px){ 
.jewelrywidget_style2_row .et_pb_shop ul.products.columns-4 li.product{
  width: 100%!important;
  margin-right: 0%!important;
  }
  
  .jewelrywidget_style2_row .product .et_shop_image img {
    height: 100% !important;
    object-fit: cover;
}
}

/*-------- Product Widget Style3 --------*/
.jewelrywidget_style3_row .product .jewelrywidget_style3_row_content{
    float:right;
    width:63%;
    position:relative;
  }
  
  .jewelrywidget_style3_row .product .et_shop_image img{
    height: 100px !important;
    object-fit: cover;
  }
  
  .jewelrywidget_style3_row .woocommerce ul.products li.product a img{
    margin-bottom:0 !important;
  }
  
  .jewelrywidget_style3_row .product .button {
    display: none;
  }
  
  .jewelrywidget_style3_row ul.products li.product .star-rating{
    position: absolute;
    right: 0;
  }
  
  @media only screen and (max-width:981px){
    .jewelrywidget_style3_row .product .jewelrywidget_style1_row_content{
      float: none;
      text-align: center;
      margin: auto;
      width: 100% !important;
    }
    
    .jewelrywidget_style3_row .product .et_shop_image img {
    height: 100%!important;
    object-fit: cover;
}
    
    .jewelrywidget_style3_row .product .jewelrywidget_style3_row_content {
    float: unset;
    width: unset;
    position: relative;
}
}
  
  @media only screen and (max-width:767px){ 
.jewelrywidget_style3_row .et_pb_shop ul.products.columns-4 li.product{
  width: 100%!important;
  margin-right: 0%!important;
  }
  
  .jewelrywidget_style3_row .product .et_shop_image img {
    height: 100% !important;
    object-fit: cover;
}
}

/*-------- Product Grid Style1 --------*/
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product{
    background-color: var(--background);
    padding: 30px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
  } 
  
  .jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product:hover{
    -webkit-box-shadow: 0 0 29px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 29px #00000026;
  }
  
  .jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product:after{
    background-color: var(--golden);
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scaleX(0);
    -moz-transform: translate(-50%,-50%) scaleX(0);
    -ms-transform: translate(-50%,-50%) scaleX(0);
    transform: translate(-50%,-50%) scaleX(0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: -1;
  }
  
  .jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product:hover:after{
    -webkit-transform: translate(-50%,-50%) scaleX(1);
    -moz-transform: translate(-50%,-50%) scaleX(1);
    -ms-transform: translate(-50%,-50%) scaleX(1);
    transform: translate(-50%,-50%) scaleX(1);
    opacity: 0.2;
  }
  
  .jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products{
    border-top: 1px solid #ddd;
padding-top: 30px !important;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product a img{
  margin-bottom:0 !important;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product .jewelrygrid_style1_content{
  position: relative;
	padding: 15px 0 0 0;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product .button{
    position: absolute;
    top: 25px;
    right: -20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
  font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background-color: var(--golden) !important;
    margin: 0 auto !important;
  z-index:9999;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product:hover .button{
  visibility: visible;
    opacity: 1;
  right:0px;
}
  
  .jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product .button:hover{
    background-color: var(--black) !important;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
  line-height: 50px !important;
    color: var(--white) !important;
}
  
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
} 
  
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product .added_to_cart {
   position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--white);
    text-align: center;
  	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  background: var(--golden);
    margin: 0;
    padding: 10px;
}
  
.jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product .et_shop_image .button.added:after{
  content: "\4e" !important;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .page-numbers,.jewelrygrid_style1 .et_pb_shop_grid .page-numbers li{
  border:none !important;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .page-numbers li .page-numbers{
  background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 14px;
    line-height: 30px;
    color: var(--white) !important;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .page-numbers li .page-numbers:before{
  content: '';
    background-color: var(--golden);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .page-numbers li .page-numbers:hover:before,.jewelrygrid_style1 .et_pb_shop_grid .page-numbers li .page-numbers.current:before{  
opacity: 0;
transform: scale(0);
  }
  
.jewelrygrid_style1 .et_pb_shop_grid .page-numbers li .page-numbers:hover, .jewelrygrid_style1 .et_pb_shop_grid .page-numbers li .page-numbers.current {
    background: var(--black);
}  
  
@media only screen and (max-width:767px){ 
    .jewelrygrid_style1 .et_pb_shop_grid .woocommerce ul.products li.product{
      width: 100%!important;
    margin-right: 0%!important;
  }
  
    .jewelrygrid_style1 .et_pb_shop_grid .woocommerce-result-count,.jewelrygrid_style1 .et_pb_shop_grid .woocommerce-ordering{
      float: none;
      text-align:center;
  }
  
    .jewelrygrid_style1 .et_pb_shop_grid .page-numbers li .page-numbers{
      width: 41px;
      height:41px;
      line-height: 20px;
      margin-bottom: 10px !important;
  }
}

/*-------- Product Grid Style2 --------*/
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product{
    position: relative;
    overflow: hidden;
  } 
  
  .jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products{
    border-top: 1px solid #ddd;
padding-top: 30px !important;
  }
  
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product a img{
  margin-bottom:0 !important;
  }
  
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product .jewelrygrid_style2_content{
  position: relative;
padding: 21px 0;
  padding-bottom: 5px;
  }
  
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product .button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: -20px;
    border-radius: 0%;
    width: 50px;
    height: 50px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background-color: var(--golden) !important;
    z-index: 9999;
  }
  
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product:hover .button{
  visibility: visible;
    opacity: 1;
    left: 20px;
}
  
  .jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product .button:hover{
    background-color: var(--black) !important;
  }
  
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
  line-height: 50px !important;
    color: var(--white) !important;
}
  
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
} 
  
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product .added_to_cart {
   position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--white);
    text-align: center;
  	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  background: var(--golden);
    margin: 0;
    padding: 10px;
}
  
.jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product .et_shop_image .button.added:after{
  content: "\4e" !important;
  }
  
  .jewelrygrid_style2 .woocommerce ul.products li.product .onsale{
    left: auto !important;
    right: 10px !important;
  }
  
.jewelrygrid_style2 .page-numbers, .jewelrygrid_style2 .page-numbers li {
    border: none !important;
}
  
  .jewelrygrid_style2 .page-numbers li .page-numbers {
    background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
}
  
 .jewelrygrid_style2 .page-numbers li .page-numbers:hover:before, .jewelrygrid_style2 .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
} 
  
  .jewelrygrid_style2 .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--black);
    height: 100%;
    width: 1px;
    opacity: 0.5;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  .jewelrygrid_style2 .page-numbers li .page-numbers:hover:after, .jewelrygrid_style2 .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
  .jewelrygrid_style2 .page-numbers li .page-numbers:after {
    height: 1px;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    content: '';
    background-color: var(--black);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
@media only screen and (max-width:767px){ 
    .jewelrygrid_style2 .et_pb_shop_grid .woocommerce ul.products li.product{
      width: 100%!important;
    margin-right: 0%!important;
  }
  
    .jewelrygrid_style2 .et_pb_shop_grid .woocommerce-result-count,.jewelrygrid_style2 .et_pb_shop_grid .woocommerce-ordering{
      float: none;
      text-align:center;
  }
  
    .jewelrygrid_style2 .et_pb_shop_grid .page-numbers li .page-numbers{
      width: 41px;
      height:41px;
      line-height: 20px;
      margin-bottom: 10px !important;
  }
}

/*-------- Product Grid Style3 --------*/
.jewelrygrid_style3 .woocommerce ul.products li.product .onsale {
    left: auto !important;
    right: 0px !important;
  	top: 0 !important;
  	border-radius: 0 !important;
}
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    border: none !important;
    background-color: var(--golden) !important;
    z-index: 9999;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .button:hover{
    background-color: var(--black) !important;
  }
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    line-height: 50px !important;
    color: var(--white) !important;
}
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
} 
  
.jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .added_to_cart {
    color: var(--white);
    text-align: center;
  	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  	background: var(--golden);
    margin: 0;
    padding: 10px;
    display: block;
}
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .added_to_cart:hover{
    background: var(--black);
  }
  
.jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .et_shop_image .button.added:after{
  content: "\4e" !important;
  }
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .price{
    margin-bottom: 15px !important;
  }
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products {
    border-top: 1px solid #ddd;
    padding-top: 30px !important;
}
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .et_shop_image{
    position: relative;
    overflow: hidden;
  }
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product .et_shop_image img{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 0 !important;
  }
  
  .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product:hover .et_shop_image img{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  
  .jewelrygrid_style3 .page-numbers, .jewelrygrid_style3 .page-numbers li {
    border: none !important;
}
  
  .jewelrygrid_style3 .page-numbers li .page-numbers:hover, .jewelrygrid_style3 .page-numbers li .page-numbers.current {
    background: var(--black);
    color: var(--white) !important;
}
  
  .jewelrygrid_style3 .page-numbers li .page-numbers {
    background-color: var(--black);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    border-radius: 10px 15px 20px 25px;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0s !important;
    font-size: 20px;
    line-height: 30px;
    color: var(--white) !important;
}
  
  .jewelrygrid_style3 .page-numbers li .page-numbers:hover:before, .jewelrygrid_style3 .page-numbers li .page-numbers.current:before {
    top: 50%;
    left: -50%;
}
  
  .jewelrygrid_style3 .page-numbers li .page-numbers:before {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  .jewelrygrid_style3 .page-numbers li .page-numbers:hover:after, .jewelrygrid_style3 .page-numbers li .page-numbers.current:after {
    top: 50%;
    left: 100%;
}
  
  .jewelrygrid_style3 .page-numbers li .page-numbers:after {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width:767px){ 
    .jewelrygrid_style3 .et_pb_shop_grid .woocommerce ul.products li.product{
      width: 100%!important;
    margin-right: 0%!important;
  }
  
    .jewelrygrid_style3 .et_pb_shop_grid .woocommerce-result-count,.jewelrygrid_style3 .et_pb_shop_grid .woocommerce-ordering{
      float: none;
      text-align:center;
  }
  
    .jewelrygrid_style3 .et_pb_shop_grid .page-numbers li .page-numbers{
      width: 41px;
      height:41px;
      line-height: 20px;
      margin-bottom: 10px !important;
  }
}

/*-------- Service Block Style3 --------*/
.jewelrystyle3_column .jewelrystyle3_cta .et_pb_promo_description div{
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  
  .jewelrystyle3_column:hover .jewelrystyle3_cta .et_pb_promo_description div{
    visibility: visible;
    opacity: 1;
    height: 50px;
  }

/*-------- Service Block Style4 --------*/
.jewelrystyle4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p, .jewelrystyle4_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
    margin-bottom: 15px !important;
  }
  
  .jewelrystyle4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6, .jewelrystyle4_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
    line-height: 1.6em;
    padding-bottom: 0;
  }
  
  .jewelrystyle4_column .jewelrystyle4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon, .jewelrystyle4_column .jewelrystyle4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    animation: none !important;
  }
  
  .jewelrystyle4_column:hover .jewelrystyle4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon, .jewelrystyle4_column:hover .jewelrystyle4_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    -webkit-animation: hvr-buzz-out 0.75s linear 1;
    animation: hvr-buzz-out 0.75s linear 1 !important;
  }
  
  @keyframes hvr-buzz-out {
    10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}
100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}
  
  .jewelrystyle4_column:hover .jewelrystyle4_blurb{
    visibility: visible;
    opacity: 1;
  }
  
  .jewelrystyle4_column:hover .jewelrystyle4_image{
    opacity: 0;
    visibility: hidden;
  }

/*-------- Category Block Style1 --------*/
.jewelrycategory_style1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
    position: relative;
    display: inline-block
  }
  
  .jewelrycategory_style1_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
    content: "";
    position: absolute;
    width: 30px;
    border-bottom: 1px solid var(--golden);
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

/*-------- Category Block Style2 --------*/
.jewelrycategory_style2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    -webkit-transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    transition: transform 1s ease 0s;
  }
  
  .jewelrycategory_style2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  
  .jewelrycategory_style2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a:hover{
    color: var(--golden) !important;
  }

/*-------- Category Block Style3 --------*/
.jewelrycategory_style3_column:hover .jewelrycategory_style3_icon{
    visibility: visible;
    bottom: 0;
    right: 0;
    opacity: 0.3;
  }

/*-------- Category Block Style4 --------*/
.jewelrycategory_style4_column .jewelrycategory_style4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
  opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
  }
  
  .jewelrycategory_style4_column:hover .jewelrycategory_style4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease .4s, visibility .4s ease .4s;
  }

/*-------- Logo Style1 --------*/
.jewelrystyle1_image .et_pb_image_wrap img:hover{
    -webkit-animation: pulse ease-in-out 1 normal 800ms;
    -moz-animation: pulse ease-in-out 1 normal 800ms;
    -o-animation: pulse ease-in-out 1 normal 800ms;
    animation: pulse ease-in-out 1 normal 800ms;
    opacity: 0.3;
  }
  
  @-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}
50%{-webkit-transform:scale(1.1);}
100%{-webkit-transform:scale(1);}
}
@-moz-keyframes pulse{0%{-moz-transform:scale(1);}
50%{-moz-transform:scale(1.1);}
100%{-moz-transform:scale(1);}
}
@-o-keyframes pulse{0%{-o-transform:scale(1);}
50%{-o-transform:scale(1.1);}
100%{-o-transform:scale(1);}
}
@keyframes pulse{0%{transform:scale(1);}
50%{transform:scale(1.1);}
100%{transform:scale(1);}
}

/*-------- Logo Style2 --------*/
.jewelrystyle2_image:hover .et_pb_image_wrap img{
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
  }
  
  @-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*-------- Product List Style1 --------*/
.jewelrystyle1_product ul.products.columns-2{
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  
.jewelrystyle1_product ul.products.columns-2 li.product .onsale {
    top: 30px !important;
    left: auto !important;
  	right: 30px !important;
  	border-radius: 0;
}
  
  .jewelrystyle1_product ul.products.columns-2 li.product .et_shop_image img{
    margin-bottom: 0 !important;
  }
  
  .jewelrystyle1_product ul.products.columns-2 li.product .jewelrystyle1_product_content {
    margin-right: auto;
    width: 70%;
}
  
  .jewelrystyle1_product ul.products.columns-2 li.product .button, .jewelrystyle1_product ul.products.columns-2 li.product .added_to_cart {
    width: 70%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
  
  .jewelrystyle1_product ul.products.columns-2 li.product .button:hover, .jewelrystyle1_product ul.products.columns-2 li.product .added_to_cart:hover{
    background-color: var(--golden) !important;
  }
  
  .jewelrystyle1_product ul.products.columns-2 li.product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .jewelrystyle1_product ul.products.columns-2 li.product .added_to_cart:after, .jewelrystyle1_product ul.products.columns-2 li.product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
}
  
  .jewelrystyle1_product ul.products.columns-2 li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white);
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 13px;
    transform: none;
}
  
  .jewelrystyle1_product ul.products.columns-2 li.product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .jewelrystyle1_product ul.products.columns-2 li.product .added_to_cart {
    margin-top: 10px;
}
  
  .jewelrystyle1_product .page-numbers, .jewelrystyle1_product .page-numbers li {
    border: none !important;
}
  
  .jewelrystyle1_product .page-numbers li .page-numbers:hover, .jewelrystyle1_product .page-numbers li .page-numbers.current {
    background: var(--black);
}
  
  .jewelrystyle1_product .page-numbers li .page-numbers {
    background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .jewelrystyle1_product .page-numbers li .page-numbers:hover:before, .jewelrystyle1_product .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
  .jewelrystyle1_product .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--golden);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 981px){
    .jewelrystyle1_product ul.products.columns-2 li.product{
      width: 100% !important;
    	margin-right: 0 !important;
    }
    
    .jewelrystyle1_product ul.products.columns-2 li.product .button, .jewelrystyle1_product ul.products.columns-2 li.product .added_to_cart {
    width: 40%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
    
    .jewelrystyle1_product ul.products.columns-2 li.product .jewelrystyle1_product_content {
    margin-right: auto;
    width: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
  }
  
  @media only screen and (max-width: 767px){
    .jewelrystyle1_product ul.products.columns-2 li.product .jewelrystyle1_product_content {
    margin-right: unset;
    width: 100%;
    position: unset;
    top: unset;
    transform: unset;
}
    
    .jewelrystyle1_product ul.products.columns-2 li.product .button, .jewelrystyle1_product ul.products.columns-2 li.product .added_to_cart {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
  }

/*-------- Product List Style2 --------*/
.jewelrystyle2_product ul.products.columns-2{
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  
.jewelrystyle2_product ul.products.columns-2 li.product .onsale {
    top: 30px !important;
    left: 30px !important;
    right: auto!important;
    border-radius: 0 !important;
}
  
  .jewelrystyle2_product ul.products.columns-2 li.product .et_shop_image img{
    margin-bottom: 0 !important;
  }
  
  .jewelrystyle2_product ul.products.columns-2 li.product .jewelrystyle2_product_content {
    margin-left: auto;
    width: 70%;
    padding-left: 30px;
}
  
  .jewelrystyle2_product ul.products.columns-2 li.product .button, .jewelrystyle2_product ul.products.columns-2 li.product .added_to_cart {
    width: 80%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
  
  .jewelrystyle2_product ul.products.columns-2 li.product .button:hover, .jewelrystyle2_product ul.products.columns-2 li.product .added_to_cart:hover{
    background-color: var(--golden) !important;
  }
  
  .jewelrystyle2_product ul.products.columns-2 li.product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .jewelrystyle2_product ul.products.columns-2 li.product .added_to_cart:after, .jewelrystyle2_product ul.products.columns-2 li.product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
}
  
  .jewelrystyle2_product ul.products.columns-2 li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white);
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 13px;
    transform: none;
}
  
  .jewelrystyle2_product ul.products.columns-2 li.product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .jewelrystyle2_product ul.products.columns-2 li.product .added_to_cart {
    margin-top: 10px;
}
  
  .jewelrystyle2_product .page-numbers, .jewelrystyle2_product .page-numbers li {
    border: none !important;
}
  
  .jewelrystyle2_product .page-numbers li .page-numbers {
    background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0s !important;
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px;
}
  
  .jewelrystyle2_product .page-numbers li .page-numbers:hover:before, .jewelrystyle2_product .page-numbers li .page-numbers.current:before {
    width: 105%;
    opacity: 1;
}
  
  .jewelrystyle2_product .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--black);
    height: 100%;
    width: 1px;
    opacity: 0.5;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.jewelrystyle2_product .page-numbers li .page-numbers:hover:after, .jewelrygrid_style2 .page-numbers li .page-numbers.current:after {
    height: 100%;
    opacity: 1;
}
  
  .jewelrystyle2_product .page-numbers li .page-numbers:after {
    height: 1px;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    content: '';
    background-color: var(--black);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 981px){
    .jewelrystyle2_product ul.products.columns-2 li.product{
      width: 100% !important;
    	margin-right: 0 !important;
    }
    
    .jewelrystyle2_product ul.products.columns-2 li.product .button, .jewelrystyle2_product ul.products.columns-2 li.product .added_to_cart {
    width: 50%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
  }
  
  @media only screen and (max-width: 767px){
    .jewelrystyle2_product ul.products.columns-2 li.product .jewelrystyle2_product_content {
    margin-left: unset;
    width: 100%;
    padding-left: 0;
}
    
    .jewelrystyle2_product ul.products.columns-2 li.product .button, .jewelrystyle2_product ul.products.columns-2 li.product .added_to_cart {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
  }

/*-------- Product List Style3 --------*/
.jewelrystyle3_product ul.products.columns-2{
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  
.jewelrystyle3_product ul.products.columns-2 li.product .onsale {
    top: 10px !important;
    left: 113px!important;
    right: auto!important;
    border-radius: 0 !important;
}
  
  .jewelrystyle3_product ul.products.columns-2 li.product .et_shop_image img{
    margin-bottom: 0 !important;
  }
  
  .jewelrystyle3_product ul.products.columns-2 li.product .jewelrystyle3_product_content {
    margin-left: auto;
    width: 70%;
    padding-left: 30px;
}
  
  .jewelrystyle3_product ul.products.columns-2 li.product .button{
    width: 70%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
  
  .jewelrystyle3_product ul.products.columns-2 li.product .added_to_cart{
    color: var(--black);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }
  
  .jewelrystyle3_product ul.products.columns-2 li.product .added_to_cart:after{
    display: none;
  }
  
  .jewelrystyle3_product ul.products.columns-2 li.product .button:hover{
    background-color: var(--golden) !important;
  }
  
  .jewelrystyle3_product ul.products.columns-2 li.product .added_to_cart:after, .jewelrystyle3_product ul.products.columns-2 li.product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
}
  
  .jewelrystyle3_product ul.products.columns-2 li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white);
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 13px;
    transform: none;
}

.jewelrystyle3_product ul.products.columns-2 li.product .added:after {
    content: '\4e' !important;
}
  
  .jewelrystyle3_product .page-numbers, .jewelrystyle3_product .page-numbers li {
    border: none !important;
}
  
  .jewelrystyle3_product .page-numbers li .page-numbers:hover, .jewelrystyle3_product .page-numbers li .page-numbers.current {
    background: var(--black);
    color: var(--white) !important;
}
  
  .jewelrystyle3_product .page-numbers li .page-numbers {
    background-color: var(--black);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    border-radius: 10px 15px 20px 25px;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0s !important;
    font-size: 20px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px;
}
  
  .jewelrystyle3_product .page-numbers li .page-numbers:hover:before, .jewelrystyle3_product .page-numbers li .page-numbers.current:before {
    top: 50%;
    left: -50%;
}
  
  .jewelrystyle3_product .page-numbers li .page-numbers:before {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.jewelrystyle3_product .page-numbers li .page-numbers:hover:after, .jewelrystyle3_product .page-numbers li .page-numbers.current:after {
    top: 50%;
    left: 100%;
}
  
.jewelrystyle3_product .page-numbers li .page-numbers:after {
    content: '';
    background: var(--golden);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 981px){
    .jewelrystyle3_product ul.products.columns-2 li.product{
      width: 100% !important;
    	margin-right: 0 !important;
    }
    
    .jewelrystyle3_product ul.products.columns-2 li.product .button{
    width: 50%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
    
    .jewelrystyle3_product ul.products.columns-2 li.product .jewelrystyle3_product_content {
    margin-left: auto;
    width: 70%;
    padding: 25px;
}
    
    .jewelrystyle3_product ul.products.columns-2 li.product .onsale {
    top: 10px !important;
    left: 145px!important;
    right: auto!important;
    border-radius: 0 !important;
}
  }
  
  @media only screen and (max-width: 767px){
    .jewelrystyle3_product ul.products.columns-2 li.product .et_shop_image{
      margin-bottom: 0 !important;
    }
    
    .jewelrystyle3_product ul.products.columns-2 li.product .jewelrystyle3_product_content {
    margin-left: unset;
    width: 100%;
}
    
    .jewelrystyle3_product ul.products.columns-2 li.product .button{
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .6s ease;
    border: none !important;
    background-color: var(--black) !important;
    border-radius: 0px;
    color: var(--white) !important;
    display: block;
    padding: 10px 20px !important;
    z-index: 9999;
    position: relative;
}
    
    .jewelrystyle3_product ul.products.columns-2 li.product .onsale {
    top: 10px !important;
    left: 10px !important;
    right: auto!important;
    border-radius: 0 !important;
}
  }

/*-------- Blog Style1 --------*/
.jewelryblog_style1 .et_pb_post{
    padding: 0;
    position: relative;
  }
  
  .jewelryblog_style1 .et_pb_post .et_pb_image_container{
    margin: 0;
  }
  
  .jewelryblog_style1 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
	padding-top: 100%;
  	display: block;
}

.jewelryblog_style1 .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
  
  .jewelryblog_style1 .et_pb_post .et_pb_image_container:after{
    content: '';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
180deg
, #28282800 0%, #282828 100%);
    max-width: none;
    height: 100%;
  }
  
  .jewelryblog_style1 .et_pb_post .jewelryblog_style1_content{
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 2;
  }
  
  .jewelryblog_style1 .et_pb_post .jewelryblog_style1_content .more-link{
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .jewelryblog_style1 .et_pb_post .jewelryblog_style1_content .more-link:before{
    content: '';
    width: 40px;
    height: 2px;
    background-color: var(--white);
    transition: opacity 1s ease, width 1s ease, margin 1s ease;
    margin-right: 15px;
  }
  
  .jewelryblog_style1 .et_pb_post .jewelryblog_style1_content .entry-title a:hover{
    color: var(--golden) !important;
  }
  
  .jewelryblog_style1 .et_pb_post .jewelryblog_style1_content .more-link:hover{
    color: var(--golden) !important;
  }
  
  .jewelryblog_style1 .pagination a {
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: var(--golden);
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 35px!important;
    transition: background-color 300ms ease 0ms,all 300ms ease 0ms !important;
}
  
  .jewelryblog_style1 .pagination a:hover{
    background-color: var(--black);
  }
  
  @media only screen and (max-width: 981px){
    .jewelryblog_style1 .pagination .alignleft, .jewelryblog_style1 .pagination .alignright{
      float: none;
      text-align: center;
    }
  }

/*-------- Blog Style2 --------*/
.jewelryblog_style2 .et_pb_post{
    padding: 0;
    position: relative;
    border-radius: 1em;
    -webkit-box-shadow: 0 0 30px -8px rgb(0 0 0 / 50%);
    box-shadow: 0 0 30px -8px rgb(0 0 0 / 50%);
    z-index: 2;
    overflow: hidden;
  }
  
  .jewelryblog_style2 .et_pb_post:hover{
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  .jewelryblog_style2 .et_pb_post:before{
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: 1;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background: var(--golden);
    width: 250%;
    height: 250%;
  }
  
  .jewelryblog_style2 .et_pb_post:after{
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: 1;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background: var(--golden);
    width: 200%;
    height: 200%;
  }
  
  .jewelryblog_style2 .et_pb_post:hover:before, .jewelryblog_style2 .et_pb_post:hover:after{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .jewelryblog_style2 .et_pb_post .et_pb_image_container{
    margin: 0;
    position: relative;
  }
  
  .jewelryblog_style2 .et_pb_post .et_pb_image_container:before{
    content: '';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    z-index: 1;
    background: var(--black);
    opacity: 0.6;
    max-width: none;
    height: 100%;
  }
  
  .jewelryblog_style2 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
	padding-top: 100%;
  	display: block;
}

.jewelryblog_style2 .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
  
  .jewelryblog_style2 .et_pb_post .jewelryblog_style2_content{
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 2;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  
  .jewelryblog_style2 .et_pb_post .jewelryblog_style2_content .more-link{
    line-height: 1em;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    position: relative;
    background: var(--golden);
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
  }
  
  .jewelryblog_style2 .et_pb_post .post-meta .date{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    line-height: 1;
    opacity: 1;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    z-index: 1;
  }
  
  .jewelryblog_style2 .pagination a {
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: var(--golden);
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 35px!important;
    transition: background-color 300ms ease 0ms,all 300ms ease 0ms !important;
}
  
  .jewelryblog_style2 .pagination a:hover{
    background-color: var(--black);
  }
  
  @media only screen and (max-width: 981px){
    .jewelryblog_style2 .pagination .alignleft, .jewelryblog_style2 .pagination .alignright{
      float: none;
      text-align: center;
    }
  }

/*-------- Blog Style3 --------*/
.jewelryblog_style3 .et_pb_post {
    padding: 0;
    position: relative;
  	-webkit-box-shadow: 0px 10px 20px -9px rgb(0 0 0 / 50%);
    box-shadow: 0px 10px 20px -9px rgb(0 0 0 / 50%);
  z-index: 2;
  overflow: hidden;
}
  
  .jewelryblog_style3 .et_pb_post .et_pb_image_container {
    margin: 0;
    position: relative;
    z-index: 0;
}
  
  .jewelryblog_style3 .et_pb_post .et_pb_image_container:before{
    content: "";
    background: rgba(64, 84, 94, 0.5);
    width: 550px;
    min-height: 430px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  
  .jewelryblog_style3 .et_pb_post:hover .et_pb_image_container:before{
    background: rgba(64, 64, 70, 0.8);
  }
  
  .jewelryblog_style3 .et_pb_post .et_pb_image_container .entry-featured-image-url{
    margin: 0;
    position: relative;
	padding-top: 100%;
  	display: block;
}

.jewelryblog_style3 .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
  
  .jewelryblog_style3 .et_pb_post .jewelryblog_style3_content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
  }
  
  .jewelryblog_style3 .et_pb_post .jewelryblog_style3_content .post-content .post-content-inner{
    padding-bottom: 10px;
  }
  
  .jewelryblog_style3 .et_pb_post .jewelryblog_style3_content .entry-title{
    display: inline-block;
    position: relative;
  }
  
  .jewelryblog_style3 .et_pb_post .jewelryblog_style3_content .entry-title:after{
    content: " ";
    display: block;
    width: 10%;
    height: 3px;
    margin: 10px auto;
    border: 0;
    background: var(--golden);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .jewelryblog_style3 .et_pb_post:hover .jewelryblog_style3_content .entry-title:after{
    -webkit-animation: changeLetter 0.3s 1 linear;
    animation: changeLetter 0.3s 1 linear;
    width: 80%;
  }
  
  @keyframes changeLetter {
		0% {
		width: 10%;
		}
		100% {
		width: 80%;
		}
	}
  
  .jewelryblog_style3 .et_pb_post .post-meta{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -55px;
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  .jewelryblog_style3 .et_pb_post:hover .post-meta{
    bottom: 0;
  }
  
  .jewelryblog_style3 .et_pb_post .post-meta .category .blog-category{
    position: relative;
  }
  
  .jewelryblog_style3 .et_pb_post .post-meta .category .blog-category:before{
    content: "\6e";
    font-family: ETmodules;
    color: var(--white);
    margin-right: 5px;
  }
  
  .jewelryblog_style3 .et_pb_post .post-meta .author{
    position: relative;
  }
  
  .jewelryblog_style3 .et_pb_post .post-meta .author:before{
    content: "\e08a";
    font-family: ETmodules;
    color: var(--white);
    margin-right: 5px;
  }
  
  .jewelryblog_style3 .et_pb_post .post-meta .date{
    position: relative;
  }
  
  .jewelryblog_style3 .et_pb_post .post-meta .date:before{
    content: "\e023";
    font-family: ETmodules;
    color: var(--white);
    margin-right: 5px;
  }
  
  .jewelryblog_style3 .pagination a {
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: var(--golden);
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    margin-top: 35px!important;
    transition: background-color 300ms ease 0ms,all 300ms ease 0ms !important;
}
  
  .jewelryblog_style3 .pagination a:hover{
    background-color: var(--black);
  }
  
  @media only screen and (max-width: 981px){
    .jewelryblog_style3 .pagination .alignleft, .jewelryblog_style3 .pagination .alignright{
      float: none;
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 767px){
    .jewelryblog_style3 .et_pb_post .jewelryblog_style3_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
}
  }

/*-------- Menu --------*/
.jewelry_menu li.mega-menu li > a {
    max-width: unset !important;
    margin: 5px 0;
}
  
  .jewelry_section.et_pb_sticky{
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
  }
  
  @-webkit-keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
@keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
  
.jewelry_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li:not(.menu-item-has-children):hover a{
    padding-left: 10px;
  }
  
  .jewelry_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav .downwards .menu-item .sub-menu li a:after{
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  
  .jewelry_menu .et_mobile_menu{
    border-radius: 0 !important;
  }
  


/** Tooltip **/
/* START TOOLTIP STYLES */

/* Applies to all tooltips */
.dmm-tooltip [tooltip]::before,
.dmm-tooltip [tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
.dmm-tooltip [tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
.dmm-tooltip [tooltip]::after {
  content: attr(tooltip); /* magic! */
 text-align: center;
 min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
.dmm-tooltip:hover [tooltip]::before,
.dmm-tooltip:hover [tooltip]::after {
  display: block;
}

/* don't show empty tooltips */
.dmm-tooltip [tooltip='']::before,
.dmm-tooltip [tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
.dmm-tooltip [tooltip]:not([flow])::before,
.dmm-tooltip [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #000;
}
.dmm-tooltip [tooltip]:not([flow])::after,
.dmm-tooltip [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
.dmm-tooltip [tooltip]:not([flow])::before,
.dmm-tooltip [tooltip]:not([flow])::after,
.dmm-tooltip [tooltip][flow^="up"]::before,
.dmm-tooltip [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
.dmm-tooltip [tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #000;
}
.dmm-tooltip [tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
.dmm-tooltip [tooltip][flow^="down"]::before,
.dmm-tooltip [tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
.dmm-tooltip [tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #000;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
.dmm-tooltip [tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
.dmm-tooltip [tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #000;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
.dmm-tooltip [tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
.dmm-tooltip:hover [tooltip]:not([flow])::before,
.dmm-tooltip:hover [tooltip]:not([flow])::after,
.dmm-tooltip:hover [tooltip][flow^="up"]::before,
.dmm-tooltip:hover [tooltip][flow^="up"]::after,
.dmm-tooltip:hover [tooltip][flow^="down"]::before,
.dmm-tooltip:hover [tooltip][flow^="down"]::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

.dmm-tooltip:hover [tooltip][flow^="left"]::before,
.dmm-tooltip:hover [tooltip][flow^="left"]::after,
.dmm-tooltip:hover [tooltip][flow^="right"]::before,
.dmm-tooltip:hover [tooltip][flow^="right"]::after {
  animation: tooltips-horz 300ms ease-out forwards;
}  
  
  @media only screen and (max-width: 981px){
  .jewelry_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et_mobile_nav_menu .mobile_menu_bar{
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 0px;
  }
  }

/*-------- Footer --------*/
.jewelryfooter_section1_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 0;
  }
  
  .jewelryfooter_section1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .jewelryfooter_section1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header a:hover{
    letter-spacing: 1.1px;
  }
  
  .jewelryfooter_section1_menu .et-menu-nav .et-menu{
    display: block !important;
  }
  
  .jewelryfooter_section1_menu .et-menu-nav .et-menu li a{
    padding-bottom: 5px !important;
    transition: 0.5s all ease;
  }
  
  .jewelryfooter_section1_menu .et_pb_menu__menu {
    display: block !important;
    width: 100%;
}
  
  .jewelryfooter_section1_menu .et_mobile_nav_menu {
    display: none !important;
}
  
  .et_pb_shop .page-numbers li .page-numbers{
    margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 981px){ 
  .jewelryfooter_section1_menu .et-menu-nav, .jewelryfooter_section1_menu .et-menu-nav li{
      display: block !important;
    }
  }
  
  @media only screen and (max-width: 767px){
    .et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Product Detail --------*/
.jewelryproduct_section2_image .woocommerce-product-gallery .flex-control-nav li{
    margin-bottom: 20px !important;
  }
  
  .jewelryproduct_tab ul.et_pb_tabs_controls:after{
    opacity: 0;
    display: none;
  }
  
  .jewelryproduct_tab ul.et_pb_tabs_controls a{
    position: relative;
  }
  
  .jewelryproduct_tab ul.et_pb_tabs_controls li:after{
    background-color: #cccccc;
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    height: 2px;
    width: 18px;
  }
  
  .jewelryproduct_tab ul.et_pb_tabs_controls li:last-child:after{
    display: none;
  }
  
  .jewelryproduct_tab .woocommerce-Reviews .star-rating span:before {
    color: var(--star) !important;
}
  
  .jewelryproduct_tab .woocommerce-Reviews .comment-form .stars a:before {
    color: var(--star) !important;
}
  
  .jewelryproduct_tab .woocommerce-Reviews .comment-form .comment-form-comment {
    border: 1px solid var(--black);
    padding: 0;
    margin-bottom: 20px !important;
}
  
  .jewelryproduct_tab .woocommerce-Reviews .comment-form .comment-form-comment #comment {
    font-size: 15px !important;
    background-color: transparent;
    color: var(--black);
}
  
  .jewelryproduct_tab .woocommerce-Reviews .submit {
    background-color: var(--golden) !important;
    color: var(--white) !important;
    border: none !important;
    font-size: 15px !important;
    padding: 15px 30px !important;
}
  
  .jewelryproduct_tab .woocommerce-Reviews .submit:hover{
    background-color: var(--black) !important;
  }
  
  .jewelryproduct_tab .woocommerce-product-attributes .woocommerce-product-attributes-item__label{
    text-align: left;
  }
  
  .jewelryproduct_tab .et_pb_tab_content h2{
    margin-bottom: 20px !important;
  }

  .jewelryproduct_section2_product .product{
    -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--white);
  }
  
  .jewelryproduct_section2_product .product:hover{
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  
  .jewelryproduct_section2_product ul.products li.product a img{
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 0 !important;
  }
  
  .jewelryproduct_section2_product ul.products li.product:hover a img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 0.3;
  }
  
  .jewelryproduct_section2_product .product .jewelryproduct_section2_product_content{
    padding: 10px 20px !important;
  }
  
  .jewelryproduct_section2_product .product .price {
    float: right !important;
}
  
  .jewelryproduct_section2_product .product .star-rating {
    display: inline-block !important;
}
  
  .jewelryproduct_section2_product .product .button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 0 !important;
    transition: all .3s ease;
    background-color: var(--golden) !important;
    border: 1px solid var(--golden) !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    z-index: 9999;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-top: 10px !important;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
  
  .jewelryproduct_section2_product .product:hover .button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
  
  .jewelryproduct_section2_product .product .button:after{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 55px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    line-height: 50px !important;
    color: var(--white);
}
  
  .jewelryproduct_section2_product .product .button:hover:after{
    color: var(--white);
  }
  
  .jewelryproduct_section2_product .product .button.added:after {
    content: "\4e" !important;
}
  
  .jewelryproduct_section2_product .product .added_to_cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    border-radius: 5px;
    background: var(--golden);
    color: var(--white);
    text-align: center;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    line-height: 18px;
    z-index: 1;
}
  
  .jewelryproduct_section2_product .product .added_to_cart:hover{
    background: var(--black);
  }
  
  .jewelryproduct_section2_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
    color: var(--white) !important;
}
  
  .jewelryproduct_section2_product .page-numbers, .jewelryproduct_section2_product .page-numbers li {
    border: none !important;
}
  
  .jewelryproduct_section2_product .page-numbers li .page-numbers:hover, .jewelryproduct_section2_product .page-numbers li .page-numbers.current {
    background: var(--black);
}
  
  .jewelryproduct_section2_product .page-numbers li .page-numbers {
    background-color: var(--golden);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .jewelryproduct_section2_product .page-numbers li .page-numbers:hover:before, .jewelryproduct_section2_product .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
  .jewelryproduct_section2_product .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--golden);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  .jewelryproduct_section2_product .product{
    margin-bottom: 25px !important;
  }
  
  .jewelryproduct_section2_product ul.products{
    margin-bottom: 0 !important;
  }

.jewelryproduct_productandcart .product .woocommerce-grouped-product-list-item__label a {
    color: var(--golden) !important;
}
  
  .jewelryproduct_productandcart .group_table td {
    vertical-align: middle !important;
}
  
  .jewelryproduct_productandcart .product .woocommerce-grouped-product-list-item__price bdi {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: var(--black);
}
  
  .jewelryproduct_productandcart .group_table td {
    vertical-align: middle !important;
}
  
  .jewelryproduct_productandcart .cart .button {
    margin-top: 10px;
}

.jewelryproduct_productandcart form.cart .variations td.value span:after {
    border: 6px solid;
    border-color: var(--black) transparent transparent;
    content: "";
    display: block;
    height: auto;
    margin-top: -26px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    width: 0;
    transform: unset;
}
  
  .jewelryproduct_productandcart .variations .reset_variations {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--black);
}
  
  .jewelryproduct_productandcart .single_variation_wrap .woocommerce-variation-description p {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--body-color);
    font-size: 15px;
    line-height: 1.8em;
}
  
  .jewelryproduct_productandcart .single_variation_wrap .woocommerce-variation-price .price {
    margin-bottom: 10px;
    display: block;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--black);
    font-size: 17px;
    line-height: 1.8em;
}
  
  .jewelryproduct_productandcart .et_pb_module_inner form.cart .variations td select{
    padding: 15px !important;
  }
  
  @media only screen and (max-width: 767px){
    .jewelryproduct_section2_product ul.products.columns-4 li.product{
    width: 100%!important;
    margin-right: 0%!important;
}
    
    .jewelryproduct_tab.et_pb_tabs ul li{
      height: auto !important;
      padding: 0 !important;
    }
    
    .jewelryproduct_tab.et_pb_tabs ul li a{
      padding: 10px !important;
    display: block;
    text-align: center;
    }
    
    .jewelryproduct_tab ul.et_pb_tabs_controls li:after{
      display: none;
    }
    
    .jewelryproduct_tab .et_pb_tab_content h2{
      font-size: 20px;
    line-height: 1.4em;
    }
  }

/*-------- Cart --------*/
.jewelry_cart .quantity{
    margin: auto;
  }
  
.jewelry_cart tr td{
  text-align:right;
  }
  
.jewelry_cart .wc-proceed-to-checkout{
  padding:0;
  }

/*-------- Checkout --------*/
.jewelry_checkout .woocommerce-billing-fields__field-wrapper{
    padding: 30px 25px;
  }
  
.jewelry_checkout #order_review_heading{
  background-color: var(--golden);
    padding: 25px;
  }  
  
  .jewelry_checkout thead tr th{
    padding: 22px 12px !important;
    background:var(--grey);
  }
  
  .jewelry_checkout .shop_table .product-name a{
    color: var(--golden);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }

.jewelry_checkout .checkout .woocommerce-NoticeGroup .woocommerce-error{
    background: var(--golden);
  }

/*-------- BLog Detail --------*/
.jewelryblogdetail_section2_posttitle .et_pb_title_container .et_pb_title_meta_container .published{
  background-color: var(--white);
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    text-align: center;
  	z-index: 2;
  }
  
  .jewelryblogdetail_section2_posttitle .et_pb_title_container{
    position: unset ;
  }
  
  .jewelryblogdetail_section2_posttitle .et_pb_title_featured_container:before{
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 0.6;
    background: var(--golden);
    z-index: 1;
    visibility: hidden;
  }
  
  .jewelryblogdetail_section2_posttitle .et_pb_title_featured_container:after{
    bottom: 50%;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.6;
    background: var(--golden);
    z-index: 1;
    visibility: hidden;
  }
  
  .jewelryblogdetail_section2_posttitle .et_pb_title_featured_container:hover:before{
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in;
    -o-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
    visibility: visible;
  }
  
  .jewelryblogdetail_section2_posttitle .et_pb_title_featured_container:hover:after{
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in;
    -o-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
    visibility: visible;
  }
  
  .jewelryblogdetail_section2_social li a span {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: var(--white);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    margin-left: -60px;
    bottom: 100%;
    left: 50%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
    display: block !important;
    background: var(--golden);
}
  
  .jewelryblogdetail_section2_social li a span:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    border-top-color: var(--golden) !important;
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
    margin-left: -6px;
    margin-bottom: -24px;
    bottom: 0;
    left: 50%;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
  
  .jewelryblogdetail_section2_social li a:hover span, .jewelryblogdetail_section2_social li a:hover span:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: visible;
    opacity: 1;
}
  
  .jewelryblogdetail_section2_comment .comment-form{
    padding-bottom: 0 !important;
  }
  
  .jewelryblogdetail_sidebar .wp-block-categories li,.jewelryblogdetail_sidebar .wp-block-latest-posts li, .jewelryblogdetail_sidebar .wp-block-archives li{
  padding: 0;
  margin-bottom: 16px !important;
  }
  
  .jewelryblogdetail_sidebar .wp-block-categories li a,.jewelryblogdetail_sidebar .wp-block-latest-posts li a, .jewelryblogdetail_sidebar .wp-block-archives li a{
    color: var(--black) !important;
  }
  
  .jewelryblogdetail_sidebar .wp-block-categories li a:hover,.jewelryblogdetail_sidebar .wp-block-latest-posts li a:hover, .jewelryblogdetail_sidebar .wp-block-archives li a:hover{
    color: var(--golden) !important;
  }
  
  .jewelryblogdetail_sidebar .wp-block-categories li:last-child,.jewelryblogdetail_sidebar .wp-block-latest-posts li:last-child, .jewelryblogdetail_sidebar .wp-block-archives li:last-child{
    margin-bottom: 0 !important;
  }
  
  .jewelryblogdetail_sidebar .wp-block-categories li a{
    position: relative;
  }

.jewelryblogdetail_sidebar .wp-block-tag-cloud a{
  line-height: 1;
    padding: 12px 20px;
  	color: var(--black) !important;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 13px !important;
  margin: 5px;
  border-radius: 0 !important;
  border: 1px solid #e5e5e5;
  background: transparent;
  -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .jewelryblogdetail_sidebar .wp-block-tag-cloud a:hover{
    background-color: var(--golden);
    color: var(--white) !important;
    border-color: var(--golden);
  }
  
  .jewelryblogdetail_sidebar .et_pb_widget .wp-block-group h2{
    font-weight: 600;
    margin-bottom: 55px;
    padding-bottom: 0 !important;
    position: relative;
  }
  
  .jewelryblogdetail_sidebar .et_pb_widget .wp-block-group h2:after{
    width: 55px;
    height: 2px;
    bottom: -26px;
    left: 0;
    background-color: var(--golden);
    content: "";
    position: absolute;
  }
  
  .jewelryblogdetail_sidebar .widget_search .wp-block-search__button {
    background-color: var(--golden);
    color: var(--white);
    width: 75px;
}
  
  .jewelryblogdetail_sidebar .widget_search .wp-block-search__button:hover{
    background-color: var(--black);
  }
  
  @media only screen and (max-width: 981px){
    .jewelryblogdetail_section2_comment .logged-in-as{
      text-align: center;
    }
    
    .jewelryblogdetail_sidebar .et_pb_widget{
      width:100%;
      float:none;
      margin-bottom: 20px !important; 
    }
    
    .jewelryblogdetail_sidebar .et_pb_widget .wp-block-group h2:after {
    width: 55px;
    height: 2px;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--golden);
    content: "";
    position: absolute;
}
  }
  
  

/* hamburger menu */
.et_divi_100_custom_hamburger_menu__icon {position: relative;display: block;width: 1.875rem;/*height: 1.875rem;*/box-sizing: border-box;cursor: pointer;padding: 0.25rem;clear: both;z-index:9999;}
.et_divi_100_custom_hamburger_menu__icon div{background:#000;width:100%;height:.125rem;margin:.25rem auto;border-radius:10px;-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);-webkit-transform:0;transform:0;-webkit-transform-origin:center;transform-origin:center;}
.et_divi_100_custom_hamburger_menu__icon div:before,.et_divi_100_custom_hamburger_menu__icon div:after{-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
/* Type 1 */
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child){width:0;margin-left:0;opacity:1;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S3DF;animation-name: T1S3DF;}
@-webkit-keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S3L;animation-name: T1S3L;}
@-webkit-keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S4DF;animation-name: T1S4DF;}
@-webkit-keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S4L;animation-name: T1S4L;}
@-webkit-keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S5DF;animation-name: T1S5DF;}
@-webkit-keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {-webkit-animation-name: T1S5DM;animation-name: T1S5DM;width: 0%;}
@-webkit-keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
@keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S5L;animation-name: T1S5L;}
@-webkit-keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);
	}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
/* Type 2 */
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{content:'';display:block;background:#000;width:2px;min-width:2px;height:2px;border-radius:10px;margin:0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{width:100%;margin:0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {width: 0;min-width: 0;margin-left: 0;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T2S3DF;animation-name: T2S3DF;}
@-webkit-keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none; }
	40% { -webkit-transform: translateY(0.375rem); transform: translateY(0.375rem);}
	80% { -webkit-transform: translateY(0.375rem) rotate(45deg); transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@-webkit-keyframes T2S3DFB {
	0% { width: 100%; -webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@-webkit-keyframes T2S3DMA {
	0% {width: 100%; -webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none;}
}
@keyframes T2S3DMA {
	0% { width: 100%;-webkit-transform: none; transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T2S3DL;animation-name: T2S3DL;}
@-webkit-keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@keyframes T2S3DMA {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {width: 0%;min-width: 0;margin: 0 auto;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {position: absolute;width: 100%;-webkit-transition: all 0.3s linear transform 0.3s 0.3s linear;transition: all 0.3s linear transform 0.3s 0.3s linear;-webkit-transform-origin: center;transform-origin: center;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {width: 100%;min-width: 0;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {position: relative;-webkit-animation-name: T2S5DF;animation-name: T2S5DF;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
@-webkit-keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@-webkit-keyframes T2S5DFB {
	20% {width: 0%;}
}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {right: 0;-webkit-animation-name: T2S5DFA;animation-name: T2S5DFA;}
@-webkit-keyframes T2S5DFA {
	20% {width: 0%;}
}
@keyframes T2S5DFA {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {margin: 0 auto;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {display: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-animation-name: T2S5DL;animation-name: T2S5DL; width: 2px;}
@-webkit-keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
@keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {position: relative;-webkit-animation-name: T2S5DL;animation-name: T2S5DL;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
@keyframes T2S5DL {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {right: 0;-webkit-animation-name: T2S5DMA;animation-name: T2S5DMA;}
@-webkit-keyframes T2S5DMA {
	20% {width: 0%;}
}
@keyframes T2S5DMA {
	20% {width: 0%;}
}
/* Type 3 */
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before {width: 100%;margin: 0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after {width: 2px;margin: 0;}
/* Type 4 */
.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {width: 2px;margin-right: auto;margin-left: auto;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S2DF;animation-name: T4S2DF;}
@-webkit-keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S2L;animation-name: T4S2L;}
@-webkit-keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S3DF;animation-name: T4S3DF;}
@-webkit-keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S3L;animation-name: T4S3L;}
@-webkit-keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);
	}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S4DF;animation-name: T4S4DF;}
@-webkit-keyframes T4S4DF {}
@keyframes T4S4DF {}.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 2px;-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {width: 100%;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(4px);transform: translateY(4px);}
/* Toggled */
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 100%;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;
	-webkit-animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:after, .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:before {width: 100%;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(0.375rem) rotate(45deg);
	transform: translateY(0.375rem) rotate(45deg);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 0;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(-0.375rem) rotate(-45deg);
	transform: translateY(-0.375rem) rotate(-45deg);}
.et_divi_100_custom_hamburger_menu .mobile_menu_bar:before, .et_divi_100_custom_hamburger_menu .mobile_menu_bar:after {display: none;}




/*Back To Top Style*/
.et_divi_100_custom_back_to_top .et_pb_scroll_top {z-index: 9999999;position: fixed;right: 20px;bottom: 20px;background: #236e9c;width: 40px;height: 40px;box-shadow: 0 2px 4px rgba(108, 46, 185, 0.2);-webkit-transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;cursor: pointer;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top:before {display: none;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-animation: none !important;animation: none !important;}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-transform: scale(0) rotate(0deg);transform: scale(0) rotate(0deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(360deg);transform: scale(1) rotate(360deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top .et-icon-arrow-up {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
	.et_divi_100_custom_back_to_top--style-1 .et_pb_scroll_top {border-radius: 100%;}
	.et_divi_100_custom_back_to_top--style-2 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(405deg);transform: scale(1) rotate(405deg);}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top .et-icon-arrow-up {-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top {right: 0;border-radius: 4px 0 0 4px;}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 0 0 4px;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: #FFF;font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 4px 0 0;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: #FFF;font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-hidden {right: 40px;bottom: 100px;-webkit-transform-origin: right top;transform-origin: right top;-webkit-transform: scale(1) translate(100%, 0) rotate(-90deg);transform: scale(1) translate(100%, 0) rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-visible {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top {right: 0;left: 0;bottom: 0;width: auto;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top:before {content: 'Back To Top';display: block;color: #FFF;font-weight: 700;text-align: center;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1);transform: scale(1);}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	
/*****Pagination******/
.pagination-container{ margin-bottom:0px !important;}
.et_pb_row_custom_pagination{clear:both;text-align: left;}
.pagination-container{padding-top: 0 !important;margin-top:2em;margin-bottom:2em;}
.screen-reader-text{display: none;}
.navigation.djs_blogpagination .page-numbers{display: inline-block;border-right: 0;padding: 0em 1em;margin: 0 -1px;line-height: 2.6em;}
.navigation.djs_blogpagination .page-numbers.prev,.navigation.djs_blogpagination .page-numbers.next{padding: 0 .5em;}
.navigation.djs_blogpagination span.page-numbers {color:var(--white);border: 1px solid;border-color: var(--white) !important;font-weight: 600;}
.navigation.djs_blogpagination .page-numbers .et-pb-icon{font-size: 1.6em;vertical-align: middle;line-height: 1.5em;margin-top: -3px;}
.navigation.djs_blogpagination a.page-numbers:hover, .navigation.djs_blogpagination span.page-numbers {background-color: var(--golden) !important;}
.navigation.djs_blogpagination a.page-numbers {color: #fff !important;background: var(--golden);}
.navigation.djs_blogpagination a.page-numbers:hover {color: #fff !important; } 


/********** Mobile Menu Style1************/
 .et_divi_100_mm_m_style1 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
  
  /*change hamburger icon to x when mobile menu is open*/

.et_divi_100_mm_m_style1 #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_divi_100_mm_m_style1 .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1 ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_divi_100_mm_m_style1 .et_mobile_menu .menu-item-has-children>a,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color:  var(--black);
	background:  var(--white);
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\4d';
}


/*adjust the position of the hamburger menu*/

.et_divi_100_mm_m_style1 .mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 5px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu,
.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu ul {
	background-color: var(--white) !important;
	border-radius: 10px;
}

/********** Mobile Menu Style2************/
 .et_divi_100_mm_m_style2{overflow-x: hidden;}
 .et_divi_100_mm_m_style2 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
/*edit the Divi submenu*/
.et_divi_100_mm_m_style2 .et_pb_menu .nav li ul {
margin-top:20px!important;
} 

/*Mobile Menu*/
.et_divi_100_mm_m_style2 .et_mobile_menu{
Border-top:none;
display: block!important;
padding-top:100px!important;
padding-left: 0!important;
padding-right: 0!important;
z-index: 9998;
min-width:100vw;
min-height:100vh;
top:-15px !important;
left:-5vw !important;
position: absolute !important;
}

.et_divi_100_mm_m_style2 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: translateY(-110%);
-webkit-transform: translateY(-110%);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out!important;
visibility:hidden;
}

.et_divi_100_mm_m_style2 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform:translateY(-10px);
-webkit-transform: translateY(-10px);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out;
visibility:visible;
}

.et_divi_100_mm_m_style2 .et_mobile_menu li a{
text-align:center;
padding-left:0px!important;
background:transparent!important;
}
  

.et_divi_100_mm_m_style2 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

.et_divi_100_mm_m_style2 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: #000!important;
font-weight: inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style2 .mobile_menu_bar{
/*top: 5px;
/*padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style2 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
color:#fff;
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}

  
}
  
/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style2.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style2 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color:  var(--red);
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style2 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}
/********** Mobile Menu Style3************/
 .et_divi_100_mm_m_style3{overflow-x: hidden;}
.et_divi_100_mm_m_style3 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}


/*Mobile Menu*/
.et_divi_100_mm_m_style3 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left:0px!important;
padding-right:0px!important;
z-index: 9998 !important;
width: 80% !important;
min-width: 200px;
left: auto!important;
max-width: 350px;
right: -5vw;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

.et_divi_100_mm_m_style3 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out!important
}

.et_divi_100_mm_m_style3 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out;
}

.et_divi_100_mm_m_style3 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  
.et_divi_100_mm_m_style3 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

.et_divi_100_mm_m_style3 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color:#000!important;
font-weight:inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style3 .mobile_menu_bar{
/*top: 15px;
padding:0;
position: absolute;*/
right:-10px;
z-index: 10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style3 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
  color:#000;
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  


/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style3.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style3 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: #000;
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style3 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}

/********** Mobile Menu Style4************/
 .et_divi_100_mm_m_style4{overflow-x: hidden;}
.et_divi_100_mm_m_style4 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}

  
/*Divi Mobile Menu*/
 .et_divi_100_mm_m_style4 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left: 0px!important;
padding-right: 0px!important;
z-index: 9998 !important;
width: 80% !important;
min-width: 200px;
right: auto!important;
max-width: 350px;
left:-5vw !important;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

 .et_divi_100_mm_m_style4 .mobile_nav.closed #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.closed .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: left;
-webkit-transform-origin: left;
transition: .8s ease-in-out!important
}

 .et_divi_100_mm_m_style4 .mobile_nav.opened #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.opened .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin:left;
-webkit-transform-origin:left;
transition: .8s ease-in-out;
}

 .et_divi_100_mm_m_style4 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  

 .et_divi_100_mm_m_style4 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

 .et_divi_100_mm_m_style4 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: #000!important;
}
  
/*Mobile Menu Bar*/
 .et_divi_100_mm_m_style4 .mobile_menu_bar{
/*top: 15px;
padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
 .et_divi_100_mm_m_style4 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}

@media all and (min-width: 768px) and (max-width: 980px){
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  
  

/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
 .et_divi_100_mm_m_style4.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
 .et_divi_100_mm_m_style4 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: #000;
font-size: 16px;
font-family: ETmodules;
}
 .et_divi_100_mm_m_style4 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}