.topnav {
    width: 213px;
    padding: 40px 28px 25px 0;
}
  
ul.topnav {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
}
  
ul.topnav li {}
  
ul.topnav li a {
    line-height: 10px;
    font-size: 14px;
    padding: 10px 5px;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: bolder;
}
  
ul.topnav li a:hover {
    background-color:#675C7C;
    color:white;
}
  
ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
}
  
ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
}
  
ul.topnav ul li a {
    padding-left: 20px;
    font-size: 10px;
    font-weight: normal;
}
  
ul.topnav ul li a:hover {
    background-color:#D3C99C;
    color:#675C7C;
}
  
ul.topnav ul ul li a {
    color:silver;
    padding-left: 40px;
}
  
ul.topnav ul ul li a:hover {
    background-color:#D3CEB8;
    color:#675C7C;
}
  
ul.topnav span{
    float:right;
}

.mobile-btn {
    position: absolute;
    right: 15px;
    top: 0px;
    display: none;
}



.side-panel-open #side-panel { transform: translateX(0);filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity: 1;visibility: visible;}
#side-panel.right {right: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
#side-panel {
    position: fixed;
    top: 0;
    height: 100%;
    width: 50vw;
    z-index: 950;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.bg-dark {background-color: #1f1f1f;}

.dark { color: #fff;}

.side-panel-open #side-panel .side-panel-wrapper {
    -webkit-filter: blur(0px);
    /* filter: blur(0px); */
}

#side-panel .side-panel-wrapper {
    position: relative;
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 400px;
    margin: 0 auto;
    overflow: auto;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.widget-links .nav{margin: 25px 0;}
.nav > li {position: relative;display: block; width: 100%;}
.nav-panel > li > a { text-transform: uppercase; font-size: 14px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; color:#ffffff; font-family: var(--font-highlight);}
.nav > li > a { position: relative;  display: block; padding: 10px 15px;}
.nav-panel > li > a:hover{filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1;}
.widget-social h6{font-weight: bold; font-size: 14px;}
.widget-social .icon{width:32px; height: 32px; display: inline-flex; align-items: center; line-height: 32px; text-align: center; border-radius: 50px; background: #ffffff; }
.widget-social .icon i{margin: auto;}
#side-panel .close { position: absolute;top: 25px;right: 65px;}
.dark .close { color: #fff;}


.checked {
  color: #f8b33d;
}

/*.show {
  width: 400px;
  height: 400px;
  margin-right: 15px; order: 2;
}
*/
.small-img {
  width: 75px;
  height:100%;
  margin-top: 10px;
  position: relative;
  margin: 0 15px 0 0; order: 1;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  margin: auto 0;
}

.small-img .icon-left { transform: rotate(270deg); left: 0; right: 0; top:0; margin: 0 auto;}

.small-img .icon-right { right: 0;transform: rotate(90deg); left: 0; right: 0; bottom:0; margin: 0 auto;}

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
  width: 80px;
  height: calc(100% - 70px);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 35px auto;
}

.small-container div {
  width: 100%;
  position: relative;
  display: flex; flex-direction: column;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }


.ship_option input[type="radio"] {
    display: inline-block;
    width: auto;
    padding: 5px;

}

del{
  color:#f3cd99;
}
.clsprice{
  color: #192c3d;
   
}

.product-button a {
    width: 100%;
    margin: 10px 0;
    font-size: 1rem;
    height: 50px;
    color: #ffffff;
}
    
.is-invalid{
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.ft-col_1{width: 100%; padding:25px;}
.ft-col_2{width: 50%; padding:25px;}
.ft-col_3{width: 33%; padding:25px;}
.ft-col_4{width: 25%; padding:25px;}
.ft-col_5{width: 20%; padding:25px;}
.ft-col_6{width: 16.66666%; padding:25px;}


.front_login{margin: auto;width: 50%;padding: 10px;}
@media (max-width: 1024px){
  .small-img{width: 100%; height: 75px; margin: 15px 0 0; order:2}
  .small-img .icon-left{transform: rotate(180deg); left: 0; right: auto; top:31%; z-index: 1;}
  .small-img .icon-right{transform: rotate(0deg); left:auto; right: 0; bottom: 31%; z-index: 1;}
  .small-container{width: 100%; height: 75px; margin: 0; padding: 0 40px; }
  .small-container div{flex-direction: row;}

  .ft-col{width: 50%; margin-bottom: 50px;}
  .ft-col_1{width: 50%; margin-bottom: 50px;}
  .ft-col_2{width: 50%; margin-bottom: 50px;}
  .ft-col_3{width: 50%; margin-bottom: 50px;}
  .ft-col_4{width: 50%; margin-bottom: 50px;}
  .ft-col_5{width: 50%; margin-bottom: 50px; }
  .ft-col_6{width: 50%; margin-bottom: 50px;}

}

@media (max-width: 767px){
 .front_login{width: 100%;}
 .ft-col_1{width: 100%;}
 .ft-col_2{width: 100%;}
 .ft-col_3{width: 100%;}
 .ft-col_4{width: 100%;}
  .ft-col_5{width: 100%;}
  .ft-col_6{width: 100%;}
}
@media (max-width: 720px){
  .front_login{width: 100%;}
  .ft-col_1{width: 100%;}
 .ft-col_2{width: 100%;}
 .ft-col_3{width: 100%;}
 .ft-col_4{width: 100%;}
  .ft-col_5{width: 100%;}
  .ft-col_6{width: 100%;}
}
@media (max-width: 600px){
  .front_login{width: 100%;}
  .ft-col_1{width: 100%;}
 .ft-col_2{width: 100%;}
 .ft-col_3{width: 100%;}
 .ft-col_4{width: 100%;}
  .ft-col_5{width: 100%;}
  .ft-col_6{width: 100%;}
}
@media (max-width: 480px){
  .front_login{width: 100%;}
  .ft-col_1{width: 100%;}
 .ft-col_2{width: 100%;}
 .ft-col_3{width: 100%;}
 .ft-col_4{width: 100%;}
  .ft-col_5{width: 100%;}
  .ft-col_6{width: 100%;}
}