html ,* {
font-family: 'Kanit', sans-serif;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */

  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

**********************************    Wide Screen ***************************

@media screen and (max-width: 1992px) {

   .logo { width:150px;position:absolute;top:5px ; left :5px }
   #menuMobile { display:none ;}
   #menumobileBtn { display:none; }
   #imgLogo { width:100px;  filter: brightness(120%);}
   .nav-wrapper { display:block; }
   .moblieBtn { display:none;}


  /* #mainNavBar { height:80px;} */
   #mainfooter  { display:none;margin-bottom:0px ;padding-top:60px }
   //#basket2 { display:none}
   .header { height:180px };

   .logincontainer {    position: relative;   margin: 0 auto ;  border-radius: 5px;  width:70%;  background-color: #f2f2f2;   padding: 20px 0 30px 0;}
   .logincontainer input, .btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
   }
  .searchTextBox {
	  width: 130px;
	  background:white;
	  box-sizing: border-box;
	  border: 2px solid #ccc;
	  border-radius: 4px;
	  font-size: 16px;
	  background-color: white;
	  background-image: url('searchicon.png');
	  background-position: 10px 10px;
	  background-repeat: no-repeat;
	  padding: 12px 20px 12px 40px;
	  -webkit-transition: width 0.4s ease-in-out;
	  transition: width 0.4s ease-in-out;
  }
  #menubardesktop { display:block}
}

 .container2 { padding-top:10px; }

 .footer-menu {
      display:none; padding-top:0px;
	  display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
       align-items: center;
  }
  .footer {
     margin-bottom:0;
  }
  #footermobile { display:none }
  #footerdesktop { display:none }
 .slideHeight { height:500px }
 .iframeGoldPrice {
	   width:100% ;
	   height:468px;
}

.iframeGoldPriceSmall {
	   width:100% ;
	   height:238px;
}


}

**********************************    Mobile Screen ***************************

@media screen and (max-width: 480px) {

    .searchTextBox { display:none;}
	#basketbag { display:none;}
    .header {
	   background:white; border:1px solid lightgray ;padding-bottom:10px;height:80px;padding-top:5px;
	}
   #basket2 { display:block}
   .container2 { padding-top:120px; }

	.brand-logo, .logo-container {
	   position:relative;margin: 0 auto;
	   border:5px solid red;
	 }
	#menuMobile { display:inline ;}
	#menumobileBtn { display:block; left:10px ; top10px}

	#imgLogo { position:absolute;width:50px;
	   left: calc(50% - 25px); top:10px;
	 }
	#menuDesktop { display:none; }
	.nav-wrapper { display:none; }
	.logocontainer { width:100%}
	.brand-logo { width:30px; position:relative;margin: 0 auto}
	.material-icons { position:absolute; top:20px ; left:10px;}
	.moblieBtn { position:absolute;top:0px;left:0px; display:block;}

	.footer-menu {
	   display:block;
	   padding-top:0px;
	   display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
       align-items: center;
	 }
	 #mainNavBar { height:auto;}

	 #mainfooter  { margin-bottom:50px }
     #mainfooter  { display:flex;margin-bottom:0px ;padding-top:60px }
	 .connect { display:none; }
	 #myBtn { margin-bottom:60px; }

	 .logincontainer {    position: relative;   margin: 0 auto ;  border-radius: 5px;  width:100%;  background-color: #f2f2f2;   padding: 20px 0 30px 0;}
	 .logincontainer input, .btn {
			  width: 100%;
			  padding: 0px;
			  border: none;
			  border-radius: 4px;
			  margin: 5px 0;
			  opacity: 0.85;
			  display: inline-block;
			  font-size: 12px;
			  line-height: 20px;
			  text-decoration: none; /* remove underline from anchors */
     }
	  .footer {   margin-bottom:55px;   }
      .slideHeight { height:300px ;}

}

@media screen and (max-width: 320px) {
   .slideHeight { height:150px ;}
   .iframeGoldPrice {
	   width:100% ;
	   height:485px;
	}
}


@media screen and (min-width:0px) and (max-width: 320px) {
   .slideHeight { height:150px ;}
   .iframeGoldPrice {
	   width:100% ;
	   height:485px;
	}
}

@media screen  and (min-width:321px) and (max-width: 480px) {
   .slideHeight { height:150px ;}
   .iframeGoldPrice {
	   width:100% ;
	   height:350px;
	}
    .iframeGoldPriceSmall {
	   width:100% ;
	   height:186px;
	}


}
@media screen  and (min-width:481px) and (max-width: 736px) {
   .slideHeight { height:200px ;}
   .iframeGoldPrice {
	   width:100% ;
	   height:350px;
	}
	.iframeGoldPriceSmall {
	   width:100% ;
	   height:186px;
	}

}

@media screen  and (min-width:321px) and (max-width: 375px) {
   .slideHeight { height:150px ;}
   .iframeGoldPrice {
	   width:100% ;
	   height:370px;
	}

	.iframeGoldPriceSmall {
	   width:100% ;
	   height:210px;
	}

}

**********************************    End Mobile Screen ***************************

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color:black;
}





.btnA {
   color: #34495e;
    border-radius: 50%;
    padding: 1em;
    position: relative;
    background: white;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);

	cursor: pointer;
    display: inline-block;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}


html {
  box-sizing: border-box;
  background: #f3f3f3;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

.clip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.svg--source {
  display: none;
}

.svg--icon {
  width: 100%;
  max-width: 5rem;
  height: 100%;
  max-height: 5rem;
  display: block;
  margin: 0 auto;
  fill: currentColor;
}

.wrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1rem;
}

.share {
  width: 40px;
  height: 40px;
  float: left;
  background:white;
  margin: .5rem 1rem .5rem 0;
  color: #353c4a;
  border: .125rem solid #f3f3f3;
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
  border-radius: 50%;
  -webkit-transition: 250ms;
  transition: 250ms;
  cursor:pointer;
}
.share:last-child {
  margin-right: 0;
}
.share:focus {
  outline-color: inherit;
}

.twitter:hover, .twitter:focus {
  color: gray;
  box-shadow: 0 0 4px 0 #00ACED;
}

.github:hover, .github:focus {
  color: #4183c4;
  box-shadow: 0 0 4px 0 #4183c4;
}

.pinterest:hover, .pinterest:focus {
  color: #bd081c;
  box-shadow: 0 0 4px 0 #bd081c;
}

.youtube:hover, .youtube:focus {
  color: #cd201f;
  box-shadow: 0 0 4px 0 #cd201f;
}

.facebook:hover, .facebook:focus {
  color: #3b5998;
  box-shadow: 0 0 4px 0 gray;
}

.google:hover, .google:focus {
  color: gray;
  box-shadow: 0 0 4px 0 #dd4b39;
}


.searchTextBox
  width: 130px;
  background:white;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 100%;
}


.cart-dropdown .dropdown-toggle .cart-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 0.8rem;
    line-height: 1;
    /* top: 2rem; */
    border-radius: 50%;
    padding-bottom: 1px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    background-color: #fa4a4a;
    -webkit-box-shadow: 0 7px 8px rgba(0,0,0,.05);
    box-shadow: 0 7px 8px rgba(0,0,0,.05);
}

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {display: block;}
.cart-dropdown:hover .dropdown-menu {display: block;}


#basketbag:hover .dropdown-menu {display: block;}
#basketbag:hover #basketbag {
.dropdown:hover .dropdown-content {display: block;}
border:5px solid red

}


/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}


/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}


.footermenu ul {
   line-height:100px;
}

.header {
  spadding: 10px 16px;

  color: #f1f1f1;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
 .sticky + .content {
  spadding-top: 102px;
}

.home-slide, .home-slider-container {
    position: relative;
    width: 100%;
    background-color: #ccc;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.padLR30 {
  padding-left:30px;
  padding-right:30px;
}

._cl-font-1 {
    color: #272727!important;
	font-size:24px;
}

._bgcl-blog {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(15.72%,rgba(190,155,97,0)),to(#be9b61));
    background: linear-gradient(180deg,rgba(190,155,97,0) 15.72%,#be9b61);
}

._cl-white, ._cl-white-hover:hover {
    color: #fff!important;
}

@media screen and (max-width: 1992px) {
  .sfooter { display:none }
}
@media screen and (max-width: 480px) {
  .sfooter { display:block }
  .footer {
     margin-bottom:48px;
  }
}
