    .recentcomments a {
      display: inline !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    body.custom-background {
      background-color: #f9f9f9;
    }
    body:not(.page-template-fullwidth-content) .site-content {
      margin: 0;
    }

    .page-header .page-title {
      display: none;
    }

    #place_order {
      margin-bottom: 30px;
    }

    .fixed-label {
      position: fixed;
      top: 40%;
      right: 0;
      z-index: 1000;
      padding: 20px;
      border-radius: 10px 0 0 10px;
      color: #ffffff;
      background-color: #334155;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      cursor: pointer;
    }

    .fixed-label-text {
      transform: scale(-1, -1);
      text-orientation: mixed;
      writing-mode: vertical-lr;
    }

    .fixed-label-img {
      position: fixed;
      top: 50%;
      right: 120px;
      z-index: 1000;
      transform: translateY(-50%);
      margin-right: 30px;
      transition: 0.3s ease .1s;
      visibility: hidden;
      opacity: 0;
    }

    .fixed-label .fixed-label-img {
      box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    }

    .fixed-label:hover .fixed-label-img {
      margin-right: 0;
      transition-duration: 0;
      visibility: visible;
      opacity: 1;
    }
    :root {
      --wpforms-field-border-radius: 3px;
      --wpforms-field-background-color: #ffffff;
      --wpforms-field-border-color: rgba(0, 0, 0, 0.25);
      --wpforms-field-text-color: rgba(0, 0, 0, 0.7);
      --wpforms-label-color: rgba(0, 0, 0, 0.85);
      --wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
      --wpforms-label-error-color: #d63637;
      --wpforms-button-border-radius: 3px;
      --wpforms-button-background-color: #066aab;
      --wpforms-button-text-color: #ffffff;
      --wpforms-field-size-input-height: 43px;
      --wpforms-field-size-input-spacing: 15px;
      --wpforms-field-size-font-size: 16px;
      --wpforms-field-size-line-height: 19px;
      --wpforms-field-size-padding-h: 14px;
      --wpforms-field-size-checkbox-size: 16px;
      --wpforms-field-size-sublabel-spacing: 5px;
      --wpforms-field-size-icon-size: 1;
      --wpforms-label-size-font-size: 16px;
      --wpforms-label-size-line-height: 19px;
      --wpforms-label-size-sublabel-font-size: 14px;
      --wpforms-label-size-sublabel-line-height: 17px;
      --wpforms-button-size-font-size: 17px;
      --wpforms-button-size-height: 41px;
      --wpforms-button-size-padding-h: 15px;
      --wpforms-button-size-margin-top: 10px;
    }
		                    .header__right {
			                    float: right;
								position: absolute;
								right: 10px;
								bottom: 17px;
    		                }
		                    .header__right .d-flex {
							    display: flex !important;
							}
							.header__right .flex-wrap {
							    flex-wrap: wrap !important;
							}
							.header__right .align-items-center {
							    align-items: center !important;
							}
							.header__right .items {
							    margin-bottom: 0;
							}
							.header__right .dropdown {
							    position: relative;
							}
							.header__right .items li {
							    list-style: none;
							}
							.header__right .dropdown-toggle {
							    background: 0 0;
								white-space: nowrap;
							}
							.header__right .items .dropdown .dropdown-toggle {
							    color: #232323;
							    font-weight: 700;
							    font-size: 14px;
							    line-height: 20px;
							    display: flex;
							    align-items: center;
							}
							.header__right .items .dropdown .dropdown-toggle .fa:not(.input-icon) {
							    font-size: 13px !important;
							    font-weight: 500;
							    color: #727272;
							    margin-left: 6px;
							}
							.header__right .dropdown-menu {
							    position: absolute;
							    z-index: 1000;
							    display: none;
							    min-width: 10rem;
							    padding: 0.5rem 0;
							    margin: 0;
							    font-size: 1rem;
							    color: #212529;
							    text-align: left;
							    list-style: none;
							    background-color: #fff;
							    background-clip: padding-box;
							    border: 1px solid rgba(0, 0, 0, .15);
							    border-radius: 0.25rem;
							}
							.header__right .items .dropdown .dropdown-menu {
							    top: 34px !important;
							    min-width: 165px;
							    border: 1px solid #dedede;
							    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
							    border-radius: 10px;
							    padding: 25px 30px;
							}
							.header__right .items .dropdown.dropdown-currency .dropdown-menu {
							    min-width: 90px;
							    left: auto !important;
							}
							
							.dropdown-menu.show{
								position: absolute !important;
							    inset: 0px auto auto 0px !important;
							    margin: 0px !important;
							    transform: translate3d(-27px, 0px, 0px) !important;
							    display: block !important;
						    }
							.header__right .items .dropdown .dropdown-menu li a {
							    color: #232323;
							    display: flex;
							    align-items: center;
							}
							.header__right .items .dropdown .dropdown-menu li {
							    font-weight: 700;
							    font-size: 14px;
							    line-height: 20px;
							    margin-top: 14px;
							    margin-bottom: 14px;
							    margin-left: 0 !important;
							}
							.header__right .items .dropdown .dropdown-menu li:first-child {
							    margin-top: 0;
							}
							.header__right .items .dropdown.dropdown-currency .dropdown-menu li {
							    text-align: center;
							}

							.header__right1 {
							    float: right;
							    position: absolute;
							    right: 140px;
							    bottom: 17px;
							}
		                    .header__right1 .d-flex {
							    display: flex !important;
							}
							.header__right1 .flex-wrap {
							    flex-wrap: wrap !important;
							}
							.header__right1 .align-items-center {
							    align-items: center !important;
							}
							.header__right1 .items {
							    margin-bottom: 0;
							}
							.header__right1 .dropdown {
							    position: relative;
							}
							.header__right1 .items li {
							    list-style: none;
							}
							.header__right1 .dropdown-toggle1 {
							    background: 0 0;
								white-space: nowrap;
							}
							.header__right1 .items .dropdown .dropdown-toggle1 {
							    color: #232323;
							    font-weight: 700;
							    font-size: 14px;
							    line-height: 20px;
							    display: flex;
							    align-items: center;
							}
							.header__right1 .items .dropdown .dropdown-toggle1 .fa:not(.input-icon) {
							    font-size: 13px !important;
							    font-weight: 500;
							    color: #727272;
							    margin-left: 6px;
							}
							.header__right1 .dropdown-menu1 {
							    position: absolute;
							    z-index: 1000;
							    display: none;
							    min-width: 10rem;
							    padding: 0.5rem 0;
							    margin: 0;
							    font-size: 1rem;
							    color: #212529;
							    text-align: left;
							    list-style: none;
							    background-color: #fff;
							    background-clip: padding-box;
							    border: 1px solid rgba(0, 0, 0, .15);
							    border-radius: 0.25rem;
							}
							.header__right1 .items .dropdown .dropdown-menu1 {
							    top: 34px !important;
							    border: 1px solid #dedede;
							    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
							    border-radius: 10px;
							    padding: 25px 30px;
							}
							.header__right1 .items .dropdown.dropdown-currency .dropdown-menu1 {
							}
							.dropdown-menu1.show{
								position: absolute !important;
							    inset: 0px -250px auto auto !important;
							    margin: 0px !important;
							    transform: translate3d(-27px, 0px, 0px) !important;
							    display: block !important;
						    }
							.header__right1 .items .dropdown .dropdown-menu1 li a {
							    display: flex;
							    align-items: center;
							    color: var(--e-global-color-text) !important;

							}
							.header__right1 .items .dropdown .dropdown-menu1 li {
							    font-size: 16px;
							    line-height: 20px;
							    margin-top: 10px;
							    margin-bottom: 10px;
							    margin-left: 0 !important;
							}
							.header__right1 .items .dropdown.dropdown-currency .dropdown-menu1 li {
							    text-align: center;
							}

							.flag_w {
								display: inline-block;
								float: left;
							}
							.icon3 {
							    background-repeat: no-repeat!important;
							}
							.flag_w {
							    margin-right: 10px!important;
							    margin-top: -3px!important;
							}
							.icon3_en{width:24px;height:24px;background-position:-10px -10px!important}.icon3_es{width:24px;height:24px;background-position:-54px -10px!important}.icon3_ge,.icon3_de{width:24px;height:24px;background-position:-10px -54px!important}.icon3_fr{width:24px;height:24px;background-position:-54px -54px!important}.icon3_it{width:24px;height:24px;background-position:-98px -10px!important}.icon3_nl{width:24px;height:24px;background-position:-98px -54px!important}.icon3_he{width:24px;height:24px;background-position:-10px -98px!important}.icon3_ms{width:24px;height:24px;background-position:-54px -98px!important}.icon3_id{width:24px;height:24px;background-position:-98px -98px!important}.icon3_da{width:24px;height:24px;background-position:-142px -10px!important}.icon3_sl{width:24px;height:24px;background-position:-142px -54px!important}.icon3_sk{width:24px;height:24px;background-position:-142px -98px!important}.icon3_sr{width:24px;height:24px;background-position:-10px -142px!important}.icon3_fi{width:24px;height:24px;background-position:-54px -142px!important}.icon3_sv{width:24px;height:24px;background-position:-98px -142px!important}.icon3_tr{width:24px;height:24px;background-position:-142px -142px!important}.icon3_cs{width:24px;height:24px;background-position:-186px -10px!important}.icon3_zh{width:24px;height:24px;background-position:-186px -54px!important}.icon3_ko{width:24px;height:24px;background-position:-186px -98px!important}.icon3_ru{width:24px;height:24px;background-position:-186px -142px!important}.icon3_el{width:24px;height:24px;background-position:-10px -186px!important}.icon3_bg{width:24px;height:24px;background-position:-54px -186px!important}.icon3_ja{width:24px;height:24px;background-position:-98px -186px!important}.icon3_th{width:24px;height:24px;background-position:-142px -186px!important}.icon3_uk{width:24px;height:24px;background-position:-186px -186px!important}.icon3_ar{width:24px;height:24px;background-position:-230px -10px!important}.icon3_hr{width:24px;height:24px;background-position:-54px -230px!important}.icon3_hu{width:24px;height:24px;background-position:-230px -54px!important}.icon3_no{width:24px;height:24px;background-position:-230px -98px!important}.icon3_pl{width:24px;height:24px;background-position:-230px -142px!important}.icon3_pt{width:24px;height:24px;background-position:-230px -186px!important}.icon3_ro{width:24px;height:24px;background-position:-10px -230px!important}.icon3_sq{width:24px;height:24px;background-position:-98px -230px!important}.icon3_me{width:24px;height:24px;background-position:-142px -230px!important}
							@media only screen and (min-width: 768px){
								.dropdown-content-help-international {
								    min-width: 900px;
								    width: auto;
								}
							}
							@media only screen and (max-width: 768px){
								.header__right1 {
									display: none;
								}
							}
							.dropdown-content-help {
							    width: 900px;
							    display: block;
							}
							.titleh2new {
							    color: #10161f;
/* 							    font-family: Gilroy,Helvetica,Arial,sans-serif; */
							    font-weight: 800!important;
							    font-size: 24px;
							    margin-bottom: 6px;
							    color: #10161f!important;
							}
							@media (min-width: 991px){
								.titleh2new {
								    font-size: 26px!important;
								    white-space: nowrap;
								    text-align: center;
								}
							}
							.dropdown-content-help ul {
							    flex-wrap: wrap;
							    width: 100%;
							    justify-content: space-between;
							    flex: 0 0 50%;
							    display: grid;
							    grid-template-columns: 50% 50%;
							    padding: 20px;
							    box-sizing: border-box;
							    align-self: center;
							    justify-self: center;
							}
							.dropdown-menu1 ul {
							    display: flex!important;
							}
							.dropdown-menu1 ul li {
							    width: 33%;
							    display: inline-block;
							    box-sizing: border-box;
							}
	                        /*! elementor - v3.14.0 - 26-06-2023 */
	                        .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	                          background-color: #69727d;
	                          color: #fff
	                        }
	
	                        .elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	                          color: #69727d;
	                          border: 3px solid;
	                          background-color: transparent
	                        }
	
	                        .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	                          margin-top: 8px
	                        }
	
	                        .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	                          width: 1em;
	                          height: 1em
	                        }
	
	                        .elementor-widget-text-editor .elementor-drop-cap {
	                          float: left;
	                          text-align: center;
	                          line-height: 1;
	                          font-size: 50px
	                        }
	
	                        .elementor-widget-text-editor .elementor-drop-cap-letter {
	                          display: inline-block
	                        }
		          .elementor-element-1046f04 a{
			          color: #fff !important;
		          }
	  .jet-filter {
	    --tabindex-color: #0085f2;
	    --tabindex-shadow-color: rgba(0, 133, 242, 0.4);
	  }
