@font-face {
	font-family: Kalameh;
	src: url('fonts/Kalameh/Kalameh.eot');
	src: url('fonts/Kalameh/Kalameh.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/Kalameh/Kalameh.woff2') format('woff2'), 
		 url('fonts/Kalameh/Kalameh.woff') format('woff'), 
		 url('fonts/Kalameh/Kalameh.ttf') format('truetype');
}

@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/dana-bold.eot');
	src: url('fonts/eot/dana-bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/dana-bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/dana-bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/dana-regular.eot');
	src: url('fonts/eot/dana-regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/dana-regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/dana-regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: El Messiri;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/eot/ElMessiri-Medium.eot');
	src: url('fonts/eot/ElMessiri-Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/ElMessiri-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/ElMessiri-Medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

.calculator-col * { font-family:dana; } 

body {
    font-family: dana;
    color: #6f6f6f;
    text-align: right;
    direction: rtl;
}
.woocommerce span.onsale {
    top: 30px;
    right: 30px !important;
    min-width: auto;
    min-height: 20px;
    padding: 5px 15px;
    border-radius: 3px;
    color: #31313b;
    background: #ffb401;
    line-height: 20px;
    text-align: center;
	left: auto !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
.woocommerce span.onsale.soldout {
    color: #fff;
    background: #272534;
    left: 927px;
    min-width: auto;
    min-height: auto;
    padding: 5px 15px;
}

.woocommerce ul.products li.product .button {
    clear: both;
    margin-top: .5rem;
    letter-spacing: 0;
}


    /*** common
    **********************************************************************/
    .edit-link { display: none; }

    /*** my-account - before login
    **********************************************************************/
    .woocommerce-account .woocommerce-Button.button.dig_wc_mobileLogin { margin-bottom: 10px; }
    .woocommerce-account .woocommerce button.button { border-radius: 4px; }
    .woocommerce-Button.button.otp_reg_dig_wc.otp_reg_dig_whatsapp.dig_otp_submit_button { width: 99%; border-radius: 4px; }

    /*** my-account - after logged in
    **********************************************************************/
    body.woocommerce-account .woocommerce { display: block; justify-content: space-between; }
    .woocommerce-MyAccount-content ,
    .woocommerce-MyAccount-navigation {
        background-color: white !important;
        padding: 8px;
        border-radius: 4px;
        border: 1px solid white;
        box-shadow: 0 2px 10px rgba(0,0,0,.1);
    }
    .woocommerce-MyAccount-navigation ul ,
    .woocommerce-MyAccount-navigation ul li { border: unset; }

    .woocommerce-MyAccount-navigation ul li { padding: 0 4px; border-radius: 4px; transition: all ease-in-out 0.3s; margin: 5px 0; }
    .woocommerce-MyAccount-navigation ul li:hover ,
    .woocommerce-MyAccount-navigation ul li.is-active { background-color: #f0f0f0; transition: all ease-in-out 0.3s; }
    .woocommerce-MyAccount-navigation ul li.is-active a { color: #ffbc34; transition: all ease-in-out 0.3s; }

    .woocommerce-MyAccount-navigation , .woocommerce-account .woocommerce-MyAccount-navigation { width: 22%; }
    .woocommerce-MyAccount-content , .woocommerce-account .woocommerce-MyAccount-content { width: 70%; }

    .woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before { display: none; }

    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a { color: #fd3535c7; }

    /*** checkout
    **********************************************************************/
    body.woocommerce-order-pay .woocommerce ul.order_details li { display: flex }
    body.woocommerce-order-pay .woocommerce ul.order_details li strong { margin-right: 5px; }
    body.woocommerce-order-pay .button.cancel { background-color: unset !important; border: unset !important; color:  #4a4a4a !important; }
    body.woocommerce-order-pay #mw-checkout-form input[type="submit"] { border-radius: 8px !important; width: 150px !important; font-weight: 700; }

    /*** sidebar
    **********************************************************************/
    /*.widget { margin: 60px 0; }*/
    .widget { margin: 10px 0; }
    .widget_mk_namad { display: flex; }
    .widget_mk_namad img {
        width: 100px;
        background-color: #f1f1f1;
        border-radius: 8px;
        margin: 0 10px;
    }

	/** single product **/
    .woocommerce div.product form.cart { margin-bottom: unset; }
    form.cart .woocommerce-product-button { padding-right: unset !important; }

	div.rt_shop_ranches_items_box {
		display: flex !important;
		margin-bottom: 15px;
		background-color: #efefef;
		border: 1px solid #e4e4e4;
		padding: 5px;
		border-radius: 4px;
	}
    .rt_shop_ranches_box_one { display: flex !important; }

    .rt_shop_ranches_box_one div:first-child:after {}
    .rt_shop_ranches_box_one div:nth-child(2)::-ms-ticks-before { content: 'و'; margin: 0 5px; }
    .rt_shop_ranches_box_one div:nth-child(3):after,
    .rt_shop_ranches_box_one div:nth-child(4):after,
    .rt_shop_ranches_box_one div:nth-child(5):after,
    .rt_shop_ranches_box_one div:nth-child(6):after {  content: '،'; margin: 0 5px; }
    .rt_shop_ranches_box_one div:first-child:last-child { content: '' !important; margin: 0 5px; }

    .woocommerce div.product div.images .flex-control-thumbs { margin-top: 15px; }

    img#rt_aparat_icon_vdo { width: 90px; height: 90px; margin-top: 25px; margin-right: 25px; background-color: #e8e8e8; padding: 7px; border-radius: 100%; border: 4px solid #e0e0e0; cursor: pointer; }
    .rtgcp_popup_box_close { background-color: #484848bf !important; z-index: 9999; }
    .rtgcp_popup_box { position: fixed;width: 90%;right: 5%;top: 5%;height: 90%;padding: 41px;background-color: #f1f1f1;border-radius: 4px; z-index: 99999; }
    .rt-aparat-box-list-line { display: flex; margin-top: 15px; }
    .rt-aparat-box-list-line-item { margin-left: 15px; }

	.tgju-copyright { display:none !important; }


    /*** responsive
    **********************************************************************/
    @media only screen and (min-width: 0px) and (max-width: 720px) {
        body.woocommerce-account .woocommerce { flex-flow: column; }
        .woocommerce-MyAccount-navigation , .woocommerce-account .woocommerce-MyAccount-navigation ,
        .woocommerce-MyAccount-content , .woocommerce-account .woocommerce-MyAccount-content { width: 100%; }
        .woocommerce-MyAccount-content , .woocommerce-account .woocommerce-MyAccount-content { margin-top: 15px; }
    }

   /* @media only screen and (min-width: 0px) and (max-width: 990px) {
        .admin-bar .site-header-mobile.header-sticky { top: 60px!important; }
    }
    */
    .admin-bar .price_of_gold{
		display: block;
		position: fixed;
		top: 32px;
		background-color: #E2BB69;
		font-size: 14px;
		font-weight: bold;
		width: 100%;
		text-align: center;
		line-height: 35px;
		height: 35px;
		color: #231f20;
		z-index: 9999;
	}
	.price_of_gold{
		display: block;
		position: fixed;
		top: 0px;
		background-color: #E2BB69;
		width: 100%;
		text-align: center;
		line-height: 30px;
		height: 30px;
		color: #fff;
		z-index: 9999;
	}

	.header-bottom-right .header-menu-addon .header-search .header-search-form{
		top:0px;
	}
	@media only screen and (min-width: 760px) {
		.admin-bar .header-menu-addon .header-search .header-search-form{
			top:0px !important;
		}
	
	}
	@media only screen and (max-width: 760px){
		.header-menu-addon .header-search .header-search-form{
			top:110px !important;
		}
		
	.header-bottom-right { margin-right: auto; margin-left: 0;}

		.elementor-5157 .elementor-element.elementor-element-c134f3f > .elementor-widget-container {width:100%;}
		.gold-calculator-container.horizontal .calculator-col {width: 100%;}
		.elementor-5444 .elementor-element.elementor-element-01c1759 {width: 100%;}
	}


/*--------------extra slide gold price --------------------------*/
/* div Hide and unhide */
.mtphr-dnt-tick-container {
    position: fixed;
    border-top: 1px solid #f7c400;
    bottom: 0px !important;
    font-family: dana, Arial, Helvetica, sans-serif;
    width: 100%;
    z-index: 99999;
    background: #ffb300;
    font-weight: bold;
    cursor: pointer;
    color: #020202;
	animation: 2.7s fadeIn;
	animation-fill-mode: forwards;
	/*visibility: hidden;*/
	animation-delay: 0.7s;
}
@keyframes fadeIn {
  50% {
    visibility: hidden;
	  
  }
  100% {
    visibility: visible;
	  
  }
}


/* div Hide loader*/

.loader {
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
/*background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 100% no-repeat rgba(39, 28, 159, 0); */
opacity: 1;
animation: 2.5s fadeOut;
animation-delay: 0.7s;
animation-fill-mode: forwards;
	
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
.lds-hourglass {
display: block;
	text-align: center;

}
.lds-hourglass:after {
  content: " ";
  border-radius: 50%;
  border: 10px solid #d52323;
  border-color: #e6e6e6 #f3f3f300 #ccc #cecece00;
  animation: lds-hourglass 1.2s infinite;
	padding: 15px;
	z-index: 9999999999;
	bottom: 0;
position: fixed;
	
	
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	  
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
	  
  }
}

/*plugin ticker */
@-moz-document url-prefix() {
.mtphr-dnt-scroll-left .mtphr-dnt-tick, .mtphr-dnt-scroll-right .mtphr-dnt-tick {   
display: block ruby !important; 
 }
}

@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
.mtphr-dnt-scroll-left .mtphr-dnt-tick, .mtphr-dnt-scroll-right .mtphr-dnt-tick { 
display: inline-flex !important; 
}
}
.mtphr-dnt-tick-container .wpg-gold-price {margin-top: 5px;}


/********************************************************DESIGN**************************************************/
blockquote::before {
    content: none;
}
blockquote {
    padding: unset;
}
.elementor-page-5965 .header-bottom .container {background: #7575754f;border-bottom: 2px solid #ffb300;
border-radius: 0px 0px 10px 10px;}
.elementor-page-5965 .header-bottom .container .sub-menu a {color: #000;}
.header-menu-primary .menu .sub-menu {
	left: auto;
    right: 0;
	background: #fffffff7;
	margin-top: auto !important;
}
.header-menu-primary .menu-item.mega-menu > .sub-menu > .menu-item {
    min-width: 10% !important;
}
.header-menu-primary .menu-item:hover > .children {
    min-width: 10% !important;
}
.backroom {background: #2d2d2d4f; padding: 5px; border-radius: 4px; border-right: 1px solid burlywood;}
.calculator-col .calculator-title {color: bisque;}
.gold-calculator-container{border: 1px solid #deb887a1; padding: 1em;}
.gold-calculator-container .selectric .button {background-color: #424242; padding: 8px 10px;}
.gold-calculator-container .selectric .button::before {line-height: 32px;}
 .header-menu-primary .menu .sub-menu .menu-item a {color: #000000}
.header-menu-primary .menu .sub-menu .menu-item:hover > a {
    border-bottom-color: #9d9d9d !important;
	color: #ffbf00;
}
.header-menu-primary .menu > .menu-item {
	border-bottom: none;
}
.header-top-left svg {
    float: left;
    position: relative;
    top: 2px;
}

.single-product .header-top {
    display: none;
}
.single-product .site-header-mobile {
    background: rgba(253, 253, 253, 0.97);
}
.single-product-inner  .woocommerce-Price-amount {background: #ffecb4; padding: 5px;}
.single-product-inner .flex-viewport, .single-product-inner .flex-control-thumbs {border: 2px solid #eaeaeaa1; direction: ltr;}
.elementor-page-4312 .wpg-gold-price { display: inline-flex ;}

.page-id-5444 .header-menu-primary a , .page-id-5965 .header-menu-primary a , .page-id-4312 .header-menu-primary a {color: #fff !important;}
.page-id-5444 .header-menu-primary svg, .page-id-5965 .header-menu-primary svg, .page-id-4312 .header-menu-primary svg {fill: #fff !important;}
.page-id-5444 .header-menu-primary ul.sub-menu a , .page-id-5965 .header-menu-primary ul.sub-menu a ,.page-id-4312 .header-menu-primary ul.sub-menu a {color: #000 !important;}
.page-id-5444 .header-top,  .page-id-5965 .header-top, .page-id-4312 .header-top{background: #000 !important; }
.page-id-5157 .header-top { background: #5b5b5b;}
.page-id-2977 .header-bottom, .page-id-2977 .site-header-mobile {background: rgb(252, 252, 252); }
.page-id-2979 .header-bottom, .page-id-2979 .site-header-mobile {background: rgb(252, 252, 252);}
.page-id-2981 .header-bottom, .page-id-2981 .page-id-2981 .site-header-mobile {background: rgb(252, 252, 252);} 
.site-header.site-header-style-6 .header-menu-primary .sub-menu {text-align: right;}
.offcanvas-menu .menu-item button {
    right: auto;
    left: 0;
}

.offcanvas-menu .menu-item-has-children a {
    padding-left: 50px;
    padding-right: 10px;
}
.offcanvas-menu {
  width: 200px;
  background: #EEC373;
}
.offcanvas-side {
background: #EEC373;
}
#slideshow { 
    position: relative; 
    padding: 10px; 
	text-align: center;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.footer__menu_text {
    background-color: rgba(0,0,0,.15);
    color: #f5f5f5;
    padding: 10px;
    float: left;
}
.footer__menu_text div {
    font-size: 13px;
    color: #bbb;
    line-height: 1.7;
    text-align: justify;
    margin-top: 5px;
}
.widget .widget-title {
    border-bottom: 2px solid #ffb300 !important;
}

.footer__subscribe {
    display: block;
	margin-top: 60%;
	text-align: center;
}
.footer__subscribe .footer-subscribe__input {
    display: inline-block;
    height: auto;
    background-color: #232323;
    border: 1px solid #484848;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    direction: rtl;
    color: #7e7e7e;
}
.btn__color_green {
    background-color: #ffb300 !important;
    color: #fff !important;
	border-radius: 4px;
padding: 3px 20px;
}
.footer-subscribe__submit {
    width: auto;
    margin-right: 5px;
}
.woocommerce ul.product_list_widget li a {
    font-weight: normal !important;
}
.sidebar-area .widget ul li a {
    color: #31313b !important;
}
.sidebar-area .woocommerce ul.product_list_widget li img {
    width: 65px !important;
}
[dir="rtl"] .elementor-slick-slider .slick-next {
    left: -15px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {letter-spacing: unset;}
.woocommerce div.product form.cart .button {
    border-radius: 3px;
}
.woocommerce ul.order_details li strong {
    float: left;
}
.tags-title {
    float: right;
}
.elementor-kn-form-wrapper form {
    text-align: right;
}
.ltr {
    direction: rtl;
}
.kn-checkout-default form.woocommerce-checkout .col2-set .col-1 {
    float: right !important;
}
.kn-checkout-default form.woocommerce-checkout .col2-set .col-2 {
    float: left !important;
}
.offcanvas-menu a {
    color: #fff !important;
}
.offcanvas-push-left.active {
    right: 0;
    left: auto;
}
.offcanvas-push-left .offcanvas-menu-close {
    left: 10px;
    right: auto;
}
#modal-login {
    z-index: 99999999;
}
.content-area, .sidebar-area {
    padding: 60px 0 45px;
}
.woocommerce table.shop_attributes td {
    vertical-align: middle !important;
}
@media (min-width: 600px) and (max-width: 900px) {
  .grid-columns-3 li {
    width: 50%;
}
}
@media screen and (min-width: 600px) {
	.header-search .header-search-form {
    left: 100% !important;
	right: auto;
}
.kn-checkout-custom form.woocommerce-checkout #customer_details, .kn-checkout-custom form.woocommerce-checkout .col2-set {
    float: right !important;
}
.kn-checkout-custom form.woocommerce-checkout #order_review, .kn-checkout-custom form.woocommerce-checkout #order_review_heading, .kn-checkout-custom form.woocommerce-checkout .woocommerce-checkout-review-order {float: left !important; text-align: right;}

.woocommerce #review_form #respond textarea {
    width: 109%;
}
        .comment-form-author {
                width: 45%;
        }
	.comment-form-email {
		float:unset !important;
	}
}
.header-menu-primary .menu-item a {padding: 19px !important;}
@media (max-width: 575px) {
.elementor-5965 .elementor-element.elementor-element-431ea729:not(.elementor-motion-effects-element-type-background) {background-size: auto; background-position-y: unset; background-position-x: 20%; filter: saturate(1.8);}
.site_content {padding-top: 0 !important;}
.mtphr-dnt-tick-container, .loader, .lds-hourglass {display: none;}
#price_fields_table tbody tr td:nth-child(2) {text-align: center;} 
#price_fields_table tbody tr td:nth-child(1) {vertical-align: middle;}
#price_fields_table tbody tr td {font-size: 14px;}
.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {text-align: right;}
.woocommerce div.product .product_meta {margin-bottom: 0rem;}
.woocommerce div.product div.summary {margin-bottom: 0em;}
.elementor-2605 .elementor-icon-box-wrapper {text-align: center !important;}
.site-footer-style-4 .footer-top {padding: 30px 0 30px;}
.related h2 {font-size: 28px;}
#commentsubmit {width: 100%;}
.entry-blog-content h2 {font-size: 1.5em;}
.single-product h1  {
    font-size: 26px !important;
}
.grid-columns-3 li {
    width: 100%;
}
.woocommerce ul.products li.product .button-shop-addtocart {
    font-size: .7rem;
}
.woocommerce #respond input#submit {
		width: 100%;
	}
 .comment-form-author {
                width: 50%;
        }
	.comment-form-email {
		width: 50%;
	}
	.woocommerce .woocommerce-result-count {
		text-align:right;
	}
	.woocommerce .woocommerce-ordering {
		text-align:right;
	}
.content-area, .sidebar-area {
    padding: 20px 0 15px;
}
.single-post .sidebar-area {
    padding: 0px 0 15px;
}
.site-header.header-transparent .site-header-inner .site-hero {
    padding-top: 60px;
}
.summary .woocommerce div.product p.price {
    float: left;
    padding: 15px;
}
.yith-wcpsc-product-size-chart-button {
    width: 100%;
    text-align: center;
}
}
.summary .woocommerce div.product p.price, .woocommerce-product-button-group span.price {
    float: left;
    padding: 15px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
}
.rtl.woocommerce .price_label {
    direction: rtl;
    text-align: right;
}

button.single_add_to_cart_button:before {
    display: inline-block;
    font-family: FontAwesome;
    float: right;
    content: "\f217";
    font-weight: 300;
    margin-right: 0em;
	margin-left: 5px;
}
.woocommerce-cart .woocommerce .quantity .qty {
    width: 4.631em !important;
}
.woocommerce-variation-description, .woocommerce-shop #price_fields_table  {display: none;} 
.woocommerce-product-button-group {margin-top: -20px;}
/* #price_fields_table:nth-child(2) {display: none;} */
#price_fields_table tr:nth-child(7), #price_fields_table tr:nth-child(6) {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
border-right: 1px solid rgba(0, 0, 0, 0);
border-left: 1px solid rgba(0, 0, 0, 0);
}
span.yith-wcpsc-product-size-charts-popup-close {
    right: auto;
    left: 0;
    color: #ce0d0d;
}
#tab-description p, .single-post .entry-content p, .entry-blog-content p {text-align: justify;}
.single-product-inner {padding-bottom: 30px;}
.single-product .site-header {z-index: 9;}
.woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
}
.woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-content {
    float: left;
}
.menu-footer a {color: #d5d5d5 !important;}
.woocommerce .quantity .qty inpute[type=”number”], input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
opacity: 1 !important;
}

@media only screen and (min-width: 575px) {
	.woobt-products .woobt-product .woobt-price .amount {
    display: inline-flex !important;
    width: 150%;
	left: 50px;
position: relative;
}
	}
.ekit-wid-con .woocommerce ul.products .ekit-wc-add-to-cart .add_to_cart_button {border: none;}
.ekit-wc-add-to-cart a :hover {color: #575757 !important;}
.ekit-wc-carousel ul.products {margin: auto !important;}
.ekit-wid-con .ekit-wc-carousel .ekit-slidenav-container .ekit-slidenav {top: 35% !important;}
span.yith-wcpsc-product-size-chart-button::before {display: inline-block; font-family: FontAwesome; float: right; content: "\f129"; font-weight: 300; margin-right: 0em; margin-left: 5px;}
.yith-wcpsc-product-size-chart-button {width: 100%; text-align: center;}
.yith-wcpsc-product-size-chart-button:hover {background: #DFD3C3;}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {left: 0; right: auto;}
.woobt-price-new span.price {
    float: none !important;
    padding: 0px !important;
	font-size: 15px !important;
color: #6f6f6f !important;
}

.nont {display: inline-block;}
.woobt-product .nont {
    display: block ruby;
    text-align: right;
    position: relative;
    right: -50px;
    font-size: 12px;
}

.woobt-product select:not([size]):not([multiple]) {
    height: 20px;
}

.postid-7029 #price_fields_table tr:nth-child(7), #price_fields_table tr:nth-child(6) {
    display: none;
}

.woobt-before-text {
    padding: 5px 3px;
background-color: antiquewhite;
border-radius: 3px;
text-align: right;
}

.slidepriceh {float: left; font-family: 'dana', Kalameh; font-size: 20px; position: relative; top: 10px}
.offcanvas-cart .widget ul li a:hover {   color: #936904 !important; }
.offcanvas-side .button:hover {border-color: #936904 !important;}
.header-menu-primary .menu .sub-menu .sub-menu {
  top: 0 !important;
  right: 100% !important;
  left: auto !important;
}