@media all and (min-width: 768px) {
	.show-in-mobile,
	.show-on-mobile {
		display: none !important;
	}
}
@media all and (min-width: 992px) {
	.show-in-tablet,
	.show-on-tablet {
		display: none !important;
	}
	.buy-sell-links-item-inner:hover .buy-sell-links-item-img,
	.related-pages-swiper .swiper-slide:hover .related-pages-item-img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.buy-sell-links-item-img,
	.buy-sell-links-item-inner,
	a.btn-gold {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a.btn-gold::before {
		content: "";
		background: #8D692B;
		position: absolute;
		inset: 0;
		opacity: 0;
		z-index: -1;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a.btn-gold:hover {
		border-color: #8D692B;
	}
	a.btn-gold:hover::before {
		opacity: 1;
	}
	a.buy-sell-links-item-inner:hover,
	.q-ul > li:hover {
		border-color: #262752;
	}
	.body-blocks .login li:first-child {
		padding-right: 0;
	}
	.body-blocks .navigation > li > a {
		padding: 0;
	}
	.gold-form-terms-wrap {
		order: 6;
	}
	.navigation > li > a:hover {
		color: #b39800
	}
	.navigation li ul {
		background: #fff;
		width: max-content;
		min-width: 144px;
		max-width: 200px;
		border-radius: 6px;
		border: 1px solid #E6E6E7;
		box-shadow: 0 0 10px 0 rgba(27, 39, 53, 0.20);
		list-style: none;
		margin: -6px 0 0 0;
		padding: 0;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 10;
		padding: 8px;
	}
	.navigation li:not(:hover) ul {
		display: none;
	}
	.navigation li ul li {
		padding: 0 !important;
	}
	.navigation li ul li:not(:first-child) {
		margin-top: 2px;
	}
	.navigation li ul a {
		color: #262752;
		display: block;
		text-decoration: none;
		text-align: right;
		font-family: rubik;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		padding: 6px 16px;
		border-radius: 4px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.navigation li ul li.active > a,
	.navigation li ul a:hover {
		background: #ECECEC;
		color: #262752 !important;
	}
	a:hover {
		color: #b39800 !important
	}
}
@media all and (max-width: 1440px) {
	.gold-calculator-section {
		background: #ececec;
	}
	.gold-calculator-section .section-title {
		margin: 0;
	}
}
@media all and (max-width: 1332px) {
	.buy-sell-links-item-img-wrap {
		height: 6.1vw;
	}
}
@media all and (max-width: 1200px) {
	.gold-form-title {
		font-size: 26px;
	}
	.gold-related-pages .section-title {
		margin: 0 0 60px 0;
	}
	.buy-sell-links-list {
		gap: 20px 16px;
	}
	.buy-sell-links-item {
		width: -webkit-calc(12.533% - 15px);
		width: calc(12.533% - 15px);
	}
	#right_container {
		width: 200px;
	}
	.sidemenu:first-child {
		padding-right: 0;
	}
	#left_container {
		margin: 0 15px 0 0;
	}
	.gold-form-box {
		padding-right: 20px;
		padding-left: 20px;
	}
	.process-title-wrap {
		flex-direction: column-reverse;
		gap: 0;
		align-items: center;
	}
	.process-bubble {
		margin-top: 0;
	}
}
@media all and (max-width: 1024px) {
	.podcasts-cilrcle-bg {
		width: 55vw;
		height: 55vw;
	}
	.podcasts-cilrcle-bg.pcbg2 {
		width: 81vw;
		height: 81vw;
	}
	.podcasts-cilrcle-bg.pcbg3 {
		width: 102vw;
		height: 102vw;
	}
	.podcasts-cilrcle-bg.pcbg4 {
		display: none;
	}
	.buy-sell-links-list {
		gap: 20px;
	}
	.buy-sell-links-item {
		width: -webkit-calc(25% - 15px);
		width: calc(25% - 15px);
	}
	.buy-sell-links-item-img-wrap {
        height: 13.4vw;
    }
}
@media all and (max-width: 991px) {
    * {
        box-sizing: border-box;
        max-width: 100%
    }
	.hide-in-tablet,
	.hide-on-tablet {
		display: none !important;
	}
    body {
        font: 400 17px/22px Arial, Helvetica, sans-serif;
        background: 0 0
    }
    table {
        width: 100%!important
    }
    .hamburger-menu {
        display: inline-block;
        height: 15px;
        padding: 0;
        transition: all .3s ease-in-out;
        margin-left: 10px
    }
    .hamburger-menu .menu-item {
        background: #000;
        display: block;
        height: 2px;
        margin: 0 0 4px;
        transition: all .3s ease-in-out;
        width: 21px
    }
    .hamburger-menu.open .menu-item {
        margin: 0 0 5px
    }
    .hamburger-menu.open .menu-item:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10px;
        transform-origin: 1px
    }
    .hamburger-menu.open .menu-item:nth-child(2) {
        opacity: 0
    }
    .hamburger-menu.open .menu-item:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 8px;
        transform-origin: 0
    }
    .main_content {
        width: 100%;
        padding: 0 5px
    }
    .banner_contenth4 {
        position: absolute;
        margin: 0 auto;
        width: 90%;
        background: rgba(203, 203, 203, .55);
        padding: 10px;
        top: 25px;
        right: 0;
        left: 0;
        text-align: center
    }
    #header_outer_top,
    .header_content {
        display: none
    }
    .mobileMainNavigation {
        display: block;
        position: fixed;
        top: 55px;
        left: -100%;
        width: 100%;
        max-height: 100%;
        min-height: 100%;
        background: #fff;
        overflow-y: auto;
        z-index: 533;
        padding-top: 10px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .mobileMainNavigation.active {
        left: 0
    }
    .banner_pics {
        width: 100%;
        max-width: 100%;
        margin: 0
    }
    .banner_gradient {
        background: 0 0;
        height: 295px;
        padding-top: 50px;
    }
    .banner_hp_wrapper {
        margin: 5px auto 0
    }
    #header_bottom {
        height: 55px;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 9999999;
        top: 0;
        left: 0;
        display: flex;
        box-shadow: -1px -1px 4px 0 #333;
        align-items: center;
        justify-content: space-between;
    }
    #header_bottom h1 {
        margin: 0;
        max-width: 75%;
    }
    #body_container {
        padding-top: 55px;
        min-height: calc(100vh - 155px);
         margin-bottom: 65px;
    }
    .logo {
        height: 50px;
        margin: 0 10px;
        width: auto;
        max-width: 100%;
    }
    .logo img {
        width: auto;
        height: 100%
    }
    #body_container_bottom {
        margin: 30px auto
    }
    #right_container {
        display: block;
        background: 0 0;
        min-height: fit-content;
        width: 100%
    }
    .togglesideBar {
        display: block;
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0;
        border: 1px solid #d2d2d2;
    }
    .togglesideBar.open {
        background: #d2d2d2;
        border: 1px solid #737373
    }
    .sidemenu {
        padding: 0 5px 0 0!important;
        margin: 0;
        width: 100%;
        display: none
    }
    .sidemenu.open {
        display: flex;
        flex-direction: column
    }
    .clients {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
        height: auto;
        flex-wrap: wrap;
    }
    .clients li {
        position: relative!important;
        margin: 0 0 15px 0;
        background: 0 0;
        width: 45%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
        height: auto;
        min-height: 170px;
        right: 0!important;
        left: 0!important;
        top: 0!important;
        z-index: 1;
        padding-top: 0px;
        flex: 0 0 45%;
    }
    .clients li:nth-child(5){order:1;}
    .clients li:nth-child(4){order:2;}
    .clients li:nth-child(3){order:3;}
    .clients li:nth-child(2){order:4;}
    .clients li:nth-child(1){order:5;}
    .clients li .pic {
        width: 100%;
        background-size: cover;
        height: 90px;
    }
    .clients li h3 {
        font: 13px/13px 'Oron W26 Medium', arial;
        color: #b39800 !important;
    }
    .clients li .pic img {
        height: 36px;
        filter: none;
    }
    .clients .shadow {
        width: 100%;
        background: url(../images/shadow01.png) 50% 0 no-repeat;
        left: 0;
        right: 0;
        bottom: -20px!important;
        z-index: -1;
        margin: 0 auto
    }
    .clients li .more {
        bottom: 5px;
        left: 5px
    }
    #footer_outer {
        background: #eee;
        min-height: 65px;
    }
    #left_container {
        margin: 0 auto;
        float: left;
        width: 100%;
        padding: 0 10px 20px
    }
    .gold_change_info {
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%
    }
    .gold_change_info li,
    .gold_change_info li.regident {
        width: 100%;
        margin-bottom: 2px;
        height: auto
    }
    .y01,
    .y02 {
        float: none;
        margin: 10px auto 0;
        text-align: center;
        padding: 6px 0;
    }
    .popupMessage {
        right: 0;
        left: 0;
        margin: 0 auto
    }
    .middleContactWrap {
        height: auto;
        width: 100%
    }
    .middleFormClass {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        background: #f0f0f0;
        margin: 0 auto 12px;
        padding: 5px 15px
    }
    .middleFormClass input:not([type="checkbox"]) {
        width: 100%!important;
        font-size: 15px;
        height: 35px!important;
        margin: 10px 0 10px 0!important
    }
    .banner_content,
    .banner_hp,
    .gold_banner {
        width: 100%;
        height: auto
    }
    .gold_banner {
        min-height: 161px
    }
    .customer_banner_item,
    .customer_banner_item img {
        height: 100%;
        width: 100%;
    }
    .gold_info_head {
        width: 100%;
        float: none;
        display: flex;
        height: 50px;
        overflow: auto;
        flex-wrap: wrap
    }
    .gold_change_content {
        display: flex;
        width: 100%;
        float: none;
    }
    .gold_change_content .right_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10px
    }
    .calculator {
        display: flex;
        width: 100%;
        flex-direction: column;
        height: auto;
        margin: 0 auto
    }
    .calculator h3 {
        padding-right: 20px
    }
    .gold_info_head li {
        display: inline-flex;
        font-size: 13px;
        line-height: 13px;
        align-items: center;
        justify-content: center
    }
    .gold_info {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 25px
    }
    .banner_contentp {
        display: flex;
        z-index: 222;
        position: absolute;
        top: 50%;
        padding: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
        left: 0;
        right: 0;
        margin: auto;
        background: rgba(203, 203, 203, .55);
        width: 90%;
        font-size: 15px;
        color: #000;
        font-weight: 600;
    }
    .gold_info_head li span {
        display: inline-flex!important;
        padding: 0!important;
        float: none!important;
        width: auto;
        flex: 1 1 100%;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        text-align: center;
    }
    .gold_info li {
        display: flex;
        align-items: center;
        justify-content: space-evenly
    }
    .gold_info li .income {
        width: 35px
    }
    .gold_info li .track {
        font-size: 11px;
        margin-right: 2px;
        width: 40px;
        background-size: cover;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 35px;
    }
    .product_head {
        float: left;
        padding: 20px 0
    }
    .breadcrumbs {
        font-size: 13px;
        padding-top: 10px;
    }
    .BreadCrumbStop {
        margin: 0 8px
    }
    .content-left-container {
        width: 100%;
        padding: 0 20px;
        min-height: unset;
    }
    .info123 {
        top: 20px;
        left: 0px;
    }
    .products {
        float: none;
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        min-height:auto !important;
    }
    .products li {
        width: 43%;
        float: none;
        margin: 10px;
        flex: 0 1 43%;
        display: flex;
        height: auto;
        flex-direction: column;
        text-align: center;
        height: auto;
    }
    .products li a {
        text-decoration: none;
        width: 100%;
        white-space: normal;
        text-overflow: ellipsis;
        line-height: normal;
        max-height: 100px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .productslidiv {
        max-height: 120px
    }
    .productslidivimg {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }
    .history_image_gallay {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly
    }
    .history_image_gallay li {
        float: none;
        margin-right: 1%;
        flex: 1 1 30%;
        max-width: 33%;
        height: 100%
    }
    .history_image_gallay li img {
        width: auto;
        height: 100%;
        min-width: 100%
    }
    .history_search_sec {
        width: 100%;
        float: right;
        display: block;
        margin: 10px auto 0
    }
    .history_search {
        width: 100%;
        background: #ececec;
        padding: 0 5px;
        display: flex;
        flex-direction: column
    }
    .print,
    .save {
        margin: 10px;
    }
    .history_table_sec.title {
        height: 30px;
        border: none;
        overflow: hidden;
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px
    }
    .footer_nav li ul {
        width: 100%
    }
    .history_table_titles {
        padding: 0;
        margin: 0;
        overflow: auto;
        width: 100%;
        display: table;
        flex-direction: row-reverse
    }
    .history_table_titles li {
        height: 30px;
        line-height: 30px;
        color: #575757;
        width: 20%!important;
        font-size: 13px;
        display: table-cell
    }
    .history_table_sec {
        width: calc(100% - 20px);
        height: 378px;
        overflow-y: scroll;
        margin-right: 10px;
        margin-left: 10px;
        direction: ltr;
        border: 1px solid #cecece;
        border-left: none;
        border-top: none
    }
    .history_table tbody,
    .history_table tr {
        width: 100%!important
    }
    .history_table {
        display: table;
        flex-direction: column;
        width: 100%!important
    }
    .history_table td,
    .history_table th {
        width: 19.55%!important;
        font-size: 11px;
        border-right: none;
    }
    .print {
        background: url(../images/printer_icon.png) 36px 5px no-repeat #d7d7d7
    }
    .save {
        background: url(../images/save_btn.png) 34px 3px no-repeat #d7d7d7
    }
    .news-list {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column
    }
    .news-list li {
        height: auto;
        padding: 25px 10px;
        background: 0 0;
        display: flex;
        border-bottom: 1px solid #d0d0d0
    }
    .news-list li img {
        padding: 5px;
        border: 1px solid #d0d0d0;
        width: 150px;
        height: auto
    }
    .basic-contact li {
        background: url(../images/vertical-contact-line.png) right no-repeat;
        padding: 5px;
        margin: 0;
        float: right;
        height: auto;
        width: 100%!important;
        background: 0 0!important
    }
    .left-contact,
    .middle-contact,
    .right-contact {
        margin: 10px 0 25px;
        float: right;
        background: 0 0;
        min-height: fit-content;
        width: 100%!important;
    }
    .right-contact table {
        border: 0;
        padding: 0 10px;
        width: calc(100% - 50px)!important;
        margin: 0 auto
    }
    .contact-map {
        width: 100%;
        height: 370px;
        padding: 5px;
        border: 1px solid #cecece;
        margin: 0 auto
    }
    .main_content p,
    .right_content p {
        padding: 10px
    }
    .register_left,
    .register_left div input,
    .register_right,
    .register_right div input {
        width: 100%
    }
    .gold_info li input {
        margin: 0 1px;
        font-size: 10px;
        width: 50px !important;
    }
    .product_content {
        width: 100%;
        order:2;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border-bottom: 1px solid #ccc;
        padding: 30px 10px;
        float: none;
    }
    .product_image {
        width: 95%;
        height: auto;
        margin: 10px auto;
        border: 1px solid #d2d2d2;
        padding: 5px;
        float: right;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        order:1;
    }
    .product_image .zoom {
        left: 0;
        right: 0;
        margin: auto;
        display:none;
    }
    .gallary_head {
        width: 100%;
        float: right;
        padding: 10px 5px;
        background: url(../images/body_container_bdr.png) left bottom no-repeat;
        order: 3;
    }
    .gallary {
        display: flex;
        padding: 10px 5px;
        margin: 0;
        width: 100%;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        order:4;
    }
	.cartregister-btns-wrap {
		width: 100%;
	}
    .cartregister ul {
		width: 50%;
        margin: 0
    }
	.cartregister ul li textarea {
		float: left;
	}
    .footer-menu-wrapper {
        overflow: hidden;
        height: 0;
        max-height: 300px;
        overflow: auto !important
    }
    .regulationsWrap {
        position: static;
        left: 0;
        top: 0;
        z-index: 999;
        display: flex;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .footer_nav {
        padding: 0;
        margin: 0;
        width: 100%;
        padding-bottom: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template: ". . . ";
        grid-template-areas: ". . ." ". . ." ". . .";
        justify-items: stretch;
        align-items: stretch;
    }
    .footer_nav li {
        padding: 0 10px;
        font-size:13px
    }
    .search_sec {
        display: flex;
        width: 95%;
        margin: 10px auto;
        float: none
    }
    .mobileNav {
        display: flex;
        width: 100%;
        flex-direction: column
    }
    .mobileNav .content_wrapper {
        width: 100%;
        flex-direction: row;
        align-items: center
    }
    .mobileNav {
        max-height: 100%;
        overflow-y: auto;
        padding-bottom: 50px
    }
    .login {
        float: none;
        padding: 0;
        margin: 10px 0 10px 0;
        display: flex;
        align-items: center;
        flex: 1 50%;
    }
    .search_sec form {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .sidemenu,
    .sidemenu li {
        width: 100%
    }
    .sidemenu li a,
    .sidemenu li>ul {
        background: 0 0
    }
    .main_content h1,
    .product_head h1 {
        width: 100%;
        margin: 10px 0;
        clear: both
    }
    .content-right-container {
        position: static
    }
    .navigation {
        width: 100%;
        padding: 10px 0 0 0;
        margin: 0;
        display: flex;
        flex-direction: column
    }
    .sidemenu li a {
        display: block;
        padding: 3px 0 3px 0;
        border-bottom: 1px solid #d3d3d3;
        background: 0 0
    }
    .sidemenu li.active {
        background: 0 0
    }
    .navigation li a {
        background: 0 0!important
    }
    .navigation li.first {
        padding-right: 0
    }
    .product_head .select_sec,.products-container .select_sec {
        width: 100%;
        float: left;
        margin-left: 1px
    }
    .pagination {
        clear: both;
        display: flex;
        text-align: center;
        direction: ltr;
        padding: 0 5px;
        background: 0 0;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .pagination a,
    .pagination a.jp-previous,
    .paging a,
    .paging a.jp-next {
        font-size: 10px;
        margin-bottom:5px;
    }
    .catTitle {
        float: right;
        font-size: 14px;
        line-height: 30px;
        color: #b39800;
    }
    .login_inner_container {
        width: 100%;
        height: 50%;
        min-height: 250px;
        float: right;
        background: #e6e6e6;
        margin: 20px auto;
        padding: 15px
    }
    .login_buttons {
        position: relative
    }
    #login_box {
        width: 705px;
        height: auto;
        max-height: 75vh;
        overflow: auto
    }
    #fancybox-content {
        max-height: 75vh;
        width: 100% !important
    }
    .subscribe_outer {
        max-height: 75vh;
        overflow: auto!important
    }
    .clients li p {
        font-size: 13px;
        line-height: 15px;
        height: 60px;
        padding: 0 10px;
        margin: 10px 0 20px 0;
    }
    .gallary li {
        margin: 10px 5px;
        flex: 0 0 43%
    }
    a.jp-next,
    a.jp-previous {
        min-width: 60px
    }
    .contact-line {
        padding-bottom: 20px
    }
    .contact-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 20px
    }
    .contact-form li {
        width: 100%
    }
    .form-textbox {
        width: 100%;
        height: 35px
    }
    .contactus-select,
    .form-textarea {
        width: 100%
    }
    .content-text {
        padding-left: 0
    }
    .register_input_text {
        width: 100%!important;
        height: 35px
    }
    .cart_table th {
        min-width: 50px
    }
    .legend table {
        width: auto!important
    }
    .zahavrates_table {
        padding: 0!important;
        overflow-x: auto;
    }
    .propppp{
        width: 100%;
        padding: 0 0 20px;
        display: flex;
        align-items: center;
        margin: 20px auto;
    }
    .propppp .forProductsWrap:first-child{margin-left: 50px;margin: 0 !important;}
    .product_content .y1, .product_content .y2 {
        max-width: 47%;
        float: none;
        display: inline-flex;
        justify-self: center;
        margin: auto;
    }
    .content-right-container-alternate{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }
    .products-container {
        min-height: fit-content;
    }
    .history_search input{
        width:100%;
        height:30px;
    }
    .fw{padding-bottom:20px !important;}
    .product_info{display: flex;flex-direction: column;}
    .togglesideBarWrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #ccc;
        margin: 15px;
        height: 30px;
        padding: 0 10px;
    }
    .sideBarSelectorIcons{
        display: flex;
        align-items:center;
    }
    .mobileSidebarWrap{
        position: relative;
    }
    .mobileSidebarNav{
        position: absolute;
        z-index: 253;
        background: #fff;
        width: calc(100% - 30px);
        top:-9999px;
        right:-9999px;
        padding: 10px;
        border: 1px solid #ccc;
        border-top: 0;
        max-height: 70vh;
        overflow: auto;
    }
    .mobileSidebarNav.open{
        top: 30px;
        right: 15px;
    }
    .mobileNavHeaderLinks{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .mobileLangAndLoginWrap{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .language {
        float: right;
        margin: 0;
        padding: 0;
        float: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1 50%;
    }
    .cartTopIcon{
        font-size:14px;
        text-decoration: none;
    }
    .outerLinks{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px 0 0;
        border-top: 1px dashed #ccc
    }
    .search_sec.mobileSearchSection{
        position: fixed;
        top: -45px;
        display: flex;
        width: 95%;
        margin: 10px auto;
        float: none;
        position: fixed;
        left: 0;
        z-index: 999999;
        background: #fff;
        width: 100%;
        display: flex;
        padding: 25px;
        border-left: 0;
        border-right: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .search_sec.mobileSearchSection.show{
        top:45px;
    }
    .history_search select{
        height: 27px;
        margin:0;
    }
    .selectArrowSvg{
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .open .selectArrowSvg{
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .history_head, .product_head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .history_head h3, .product_head h1{margin:0;}
    .history_head h3, .product_head h1{
        float: right;
        width: auto;
        max-width: 50%;
    }
    .products-container .select_sec{display:flex;}
    .mobileHeaderSeachIcon{position: absolute;left: 45px;top: 15px;}
    .mobileHeaderSeachIcon #icon-111-search{fill:#000;}
    .mobileHeaderSeachIcon.show #icon-111-search{fill:#006ea9;}
    .product_content form{width:100%;}
    .content-with-gallery-wrap{display:flex;flex-direction:column-reverse;}
    #fancybox-wrap{z-index: 999999 !important;}
    .product_image a {
        text-align: center;
        height: 266px;
        line-height: 266px;
        font-size: 1px;
        display: block;
        letter-spacing: -1px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events:none;
    }
    .representative_img {
        max-width: 100%;
        max-height: 100%;
    }
     .gallary li a div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gallary li a div img {
        max-width: 100%;
        max-height: 100%;
    }
   h3 img,h2 img,p img, strong img {max-width:100%;height: auto !important;}
   .cart_table td{font-size:12px;}
   .cart_table td.sndTD{min-width:150px;}
   .cart_table th {
        font: 13px/39px 'Oron W26 Medium', arial;
        line-height: 20px;
    }
    .cartItemAmount{font-size: 11px}
    .image_space{margin:10px;}
	.body-blocks #header_bottom {
		height: 64px;
		padding: 0 16px;
	}
	.body-blocks .logo {
		width: auto;
		height: 40px;
		margin: 0;
	}
	.body-blocks .mobileHeaderSeachIcon {
		position: static;
		margin: 0 auto 0 0;
	}
	.body-blocks .mobileHeaderSeachIcon.show #icon-111-search {
		fill: #252952;
	}
	.body-blocks .search_sec.mobileSearchSection {
		margin: 0;
		height: auto;
		top: 64px;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
	.body-blocks .search_sec.mobileSearchSection.show {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.body-blocks .search_sec form {
		height: auto;
	}
	.body-blocks .search_sec form input[type="text"] {
		height: 28px;
	}
	.body-blocks .hamburger-menu {
		margin: 0 16px 0 0;
	}
	.bsg-top-banner-section {
		margin-top: 64px;
	}
	.top-banner-item-title {
		font-size: 32px;
	}	
	.top-banner-item-content {
		font-size: 16px;
		line-height: 1.5;
	}
	.process-box {
		padding: 0 20px;
	}
	.process-box-img-wrap {
		width: 80px;
		height: 80px;
	}
	.gold-calculator-section > .container {
		flex-direction: column;
	}
	.gold-calculator-section .calculator,
	.gold-calculator-content {
		width: 100%;
		max-width: 100%;
	}
	.cards-section,
	.gold-calculator-section {
		padding-bottom: 246px;
	}
	.gold-form-box {
		margin: -206px 0 0 0;
	}
	.gold-form-box .middleFormClass {
		flex-direction: column;
	}
	.gold-form-field-wrap3 {
		width: 100%;
	}
	.y001-wrap {
		width: 100%;
		flex-direction: row;
		justify-content: flex-end;
	}
	.gold-form-box .y03 {
		width: 100%;
	}
	.gold-form-box input[type="submit"].y04 {
		width: -webkit-calc(50% - 8px);
		width: calc(50% - 8px);
	}
	.gold-form-box .y001 .containerss {
		width: 100%;
	}
	.body-blocks #footer_outer {
		background: #fff;
		padding: 8px 16px;
	}
	.body-blocks .footer_wrapper {
		padding: 0;
	}
	.body-blocks .footer-menu-wrapper .footer_nav {
		display: block;
	}
	.body-blocks .footer_nav > li {
		width: 100%;
	}
	.body-blocks .footer_nav > li > a {
		display: flex;
		width: 100%;
		min-height: 56px;
		align-items: center;
		color: #262752;
		position: relative;
		padding: 16px 0 16px 30px;
		border-top: 1px solid #E6E6E7;
	}
	.body-blocks .footer_nav > li:first-child > a {
		border-top: none;
	}
	.body-blocks .footer_nav > li > a::before,
	.body-blocks .footer_nav > li > a::after {
		content: "";
		background: #262752;
		position: absolute;
	}
	.body-blocks .footer_nav > li > a::before {
		width: 14px;
		height: 2px;
		left: 3px;
		top: 50%;
		margin: -1px 0 0 0;
	}
	.body-blocks .footer_nav > li > a::after {
		width: 2px;
		height: 14px;
		left: 9px;
		top: 50%;
		margin: -7px 0 0 0;
	}
	.body-blocks .footer_nav li ul {
		display: none;
		margin: 0;
		padding: 0 0 16px 0;
	}
	.body-blocks .footer_nav li ul li {
		font-size: 14px;
	}
	.body-blocks .footer_nav li ul li a {
		padding: 4px 0;
	}
	.gold-form-field-wrap,
	.middleFormClass .y06,
	.middleForm-field-wrap {
		width: 100%;
	}
	.middleFormClass .y06 {
		height: auto;
		line-height: 1;
		padding: 10px 0;
	}
	.middleForm-field-wrap.phone-wrap,
	.middleForm-field-wrap.email-wrap {
		padding: 0;
	}
	.cards-list {
		gap: 20px;
	}
	.card-item {
		width: 100%;
	}
	.cards-section .section-title {
		margin: 0 0 40px 0;
	}
	.navigation li ul {
		list-style: none;
		margin: 0;
		padding: 0 20px 20px;
	}
	.navigation li ul a {
		display: inline-block;
		text-decoration: none;
		color: #575757;
		padding: 4px 0;
	}
}
@media all and (max-width: 767px) {
	.hide-in-mobile,
	.hide-on-mobile {
		display: none !important;
	}
	.container.top-banner-item-container {
		padding-bottom: 51vw;
	}
	.gold-change-img {
		width: 94px;
		left: 16px;
		bottom: 16px;
	}
	.process-section {
		padding: 40px 0;
	}
	.section-title {
		font-size: 24px;
		padding: 0 0 16px 0;
		margin: 0 0 40px 0;
	}
	.process-boxes-list {
		flex-direction: column;
	}
	.process-box {
		display: flex;
		max-width: 100%;
		padding: 24px 0 0 0;
		margin: 24px 0 0 0;
		gap: 16px;
		text-align: right;
		border-right: none;
		border-top: 1px solid #E6E6E7;
	}
	.process-box:first-child {
		border-top: none;
		margin: 0;
		padding: 0;
	}
	.process-box-img-wrap {
		width: 64px;
		height: 64px;
		margin: 10px 12px 0 0;
	}
	.process-box-num {
		width: 32px;
		height: 32px;
		line-height: 32px;
		top: -10px;
		right: -12px;
		font-size: 16px;
	}
	.process-box-title {
		font-size: 18px;
		margin: 0 0 4px 0;
	}
	.process-box-content {
		font-size: 14px;
	}
	.gold-calculator-section .gold_info_head,
	.gold-calculator-section .gold_info {
		padding: 0 10px;
	}
	.gold-calculator-section .gold_info li,
	.gold-calculator-section .gold_info_head li {
		gap: 8px;
	}
	.gold-calculator-section .gold_info_head li span {
		font-size: 12px;
		padding: 8px 0 !important;
	}
	.gold-calculator-section .gold_info_head li .track_head,
	.gold-calculator-section .gold_info li .track {
		width: 40px;
	}
	.gold-calculator-section .gold_info_head li .income_head,
	.gold-calculator-section .gold_info li input.income:not(.track) {
		width: 51px !important;
	}
	.gold-calculator-section .gold_info li input:not(.track) {
		font-size: 12px;
		padding: 0;
	}
	.gold-form-box {
		padding: 32px;
	}
	.gold-form-box::before {
		width: 500px;
		height: 400px;
		right: -200px;
		bottom: -300px;
	}
	.gold-form-title {
		font-size: 24px;
	}
	.gold-related-pages {
		padding: 32px 0 35px 0;
	}
	.gold-related-pages .section-title {
		margin: 0 0 40px 0;
	}
	.podcasts-section {
		min-height: 492px;
		font-size: 20px;
		line-height: normal;
	}
	.podcasts-section::before {
		width: 200%;
		height: 70%;
	}
	.podcasts-title {
		font-size: 24px;
	}
	.podcasts-shorttext {
		white-space: pre-line;
	}
	.podcasts-btns-list a.btn-gold {
		min-width: 205px;
	}
	.podcasts-cilrcle-bg {
        width: 76vw;
        height: 76vw;
    }
	.podcasts-cilrcle-bg.pcbg2 {
        width: 110vw;
        height: 110vw;
    }
	.podcasts-cilrcle-bg.pcbg3 {
        width: 150vw;
        height: 150vw;
    }
	.bottom-sections {
		padding: 40px 0;
	}
	.section-title2 {
		text-align: center;
	}	
	.q-ul > li > .q-text {
		padding: 0 16px 16px;
		font-size: 14px;
		line-height: 1.42;
	}
	.buy-sell-links-list {
		gap: 20px 16px;
	}
	.buy-sell-links-item {
        width: -webkit-calc(25% - 12px);
        width: calc(25% - 12px);
    }
	.buy-sell-links-item-img-wrap {
        height: 11.5vw;
    }
    .cartregister ul {
		width: 100%;
    }
	.cartregister ul li label {
		display: block;
		width: 100%;
		margin: 0 0 5px 0;
	}
	.cart_combo,
	.cartregister ul li input[type=text] {
		width: 100%;
		height: 40px;
	}
	.cartregister ul li textarea {
		width: 100%;
	}
	.cards-section {
		background: #ececec;
	}
}
@media all and (max-width: 599px) {
	.buy-sell-links-item {
        width: -webkit-calc(33.333% - 15px);
        width: calc(33.333% - 15px);
    }
	.buy-sell-links-item-img-wrap {
        height: 16vw;
    }
	.gold-form-box {
        padding: 20px 16px;
    }
	.gold-form-field-wrap2 {
		flex-direction: column;
	}
	.gold-form-field-wrap2 .gold-form-field-wrap {
		width: 100%;
	}
	.y001-wrap {
		flex-direction: column;
	}
	.gold-form-box input[type="submit"].y04 {
		width: 100%;
	}
	.subscribe_form_container {
		padding: 25px 15px;
	}
	.register_bottom .subscribe_send {
		position: static;
		margin: 20px 0 0 0;
	}
}
@media all and (max-width: 480px) {
    .mobileNav .content_wrapper {
        flex-direction: column;
        width: 100%;
        display: flex;
        align-items: flex-start
    }
	.podcasts-section > .container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.podcasts-btns-list {
		flex-direction: column;
	}
	.buy-sell-links-item {
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
    }
	.buy-sell-links-item-img-wrap {
        height: 26vw;
    }
}
@media all and (max-width: 321px) {
    .cartTopIcon,.appLinks, .language li a, .login li a{font-size:12px;}
    .appLinks{padding-right: 2px}
}