/**
 * index.scss
 * - Add any styles you want here!
 */

/* main-header start */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}
.dekstop{
  display: block !important;
}
.mobile{
  display: none !important;
}
.block{
  display: block;
}
.none{
  display: none !important;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.thumbnail-wrapper .thumbnail  div{
  margin-right: 5px !important;
}
.profile-card-6 {
    max-width: 300px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    cursor: pointer;
}
#articles{
  background:#FFF !important ;
}
#search-form-nav{
  display: none;
}
#marquee{
  margin-top:-5px;
}
#logo-sticky{
  display: none;
  width: 100px;
  margin-right: 20px
}
.profile-card-6 img {
    max-width: 300px;
    margin: 0 50px 60px 0;
    transition: all 0.15s linear;
}
/* TABS DETAIL */
.actived{
  color: #ff6600;
}

.star-1,.star-2,.star-3,.star-4,.star-5{
  cursor: pointer;
  position: relative;
  float: left;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 15px;
  margin-top: 5px;
}
.star-1:before{
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.star-1:hover{
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  color: #ff6600;
  font-weight: 900;
}
.star-2:before{
  content: "\f005""\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.star-2:hover{
  content: "\f005""\f005";
  font-family: "Font Awesome 5 Free";
  color: #ff6600;
  font-weight: 900;
}
.star-3:before{
  content: "\f005""\f005""\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.star-3:hover{
  content: "\f005""\f005""\f005";
  font-family: "Font Awesome 5 Free";
  color: #ff6600;
  font-weight: 900;
}
.star-4:before{
  content: "\f005""\f005""\f005""\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.star-4:hover{
  content: "\f005""\f005""\f005""\f005";
  font-family: "Font Awesome 5 Free";
  color: #ff6600;
  font-weight: 900;
}
.star-5:before{
  content: "\f005""\f005""\f005""\f005""\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.star-5:hover{
  content: "\f005""\f005""\f005""\f005""\f005";
  font-family: "Font Awesome 5 Free";
  color: #ff6600;
  font-weight: 900;
}
.section{
  border: 1px solid #e9e9e9;
  margin-top: 10px;
  padding: 10px;
}
.fas-star{
  font-size: 8pt;
  color:#ff6600;
}

button,
input {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

a {
    color: #f96332;
}

a:hover,
a:focus {
    color: #f96332;
}

p {
    line-height: 1.61em;
    font-weight: 300;
    font-size: 1.2em;
}

.category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A;
}

body {
    color: #2c2c2c;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    /* speak: none; */
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}


.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


@font-face {
  font-family: 'Nucleo Outline';
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
        
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  /* speak: none; */
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


footer{
    margin-top:50px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
    background: #f7f7f7;
    
}
.footer p{
    margin-bottom: 0;
}
footer p a{
    color: #555;
    font-weight: 400;
}

footer p a:hover{
    color: #e86c42;
}

@media screen and (max-width: 768px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
}

/* END TABS DETAIL */
.quantity{
padding: 0 !important;
}
.quantity b {
  font-size: 13pt;
}
.btn-orange{
  background-color: #fa591d;
  color:white;
}
.profile-card-6 .profile-name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12pt;
    font-weight: bold;
    color: #FFF;
    padding: 5px 10px;
    /* background: linear-gradient(140deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 0, 0) 50%); */
    background: #ee4d2d;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-position {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    left: 30px;
    top: 100px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-overview {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(255, 255, 0, 0)); */
    color: #000;
    z-index: 999;
    padding: 50px 0px 20px 0px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-overview h3 {
    font-weight: bold;
    margin-left: 20px;
    font-size:10pt;
}

.profile-card-6 .profile-overview p {
    color: #000;
    margin-left: 20px;
    color:#ee4d2d;
    font-weight: bold;
    font-size: 13pt !important;
}

.profile-card-6:hover{
  filter: brightness(90%);
}
.profile-card-6:hover .profile-name {
    padding-left: 2s5px;
    /* padding-top: 15px; */
}

.profile-card-6:hover .profile-position {
    left: 40px;
}

.profile-card-6:hover .profile-overview {
    padding-bottom: 25px;
}
.product-grid{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.product-grid:hover{ box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1); }
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
  width: 80%;
  height: auto;
}
.product-grid .product-discount-label,.product-discount-label{
  color: #FFF;
  background: #d0011b;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.product-discount-labell{
color: #FFF;
background: #d0011b;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
padding: 2px 8px;
height:25px;
float:right;
margin-left: 10px;
border-radius: 5px;
}
.infos{
  color:#fff ;
  background: #28a745;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 8px;
  height:25px;
  float:left;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: context-menu;
}
.infod{
  color:#525050 ;
  background: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 8px;
  height:25px;
  float:left;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: context-menu;
}
.sales-order:hover{
  color: white !important;
}
.product-grid .product-links{
  width: 145px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 65%;
  left: 50%;
  transition: all 0.4s ease 0s;
}
.product-grid:hover .product-links{
  opacity: 1;
  top: 50%;
}
.detailing{
  margin-top: 10px;
}
.detailing h6,.detailing b{
  font-size: 11pt;
  margin-bottom: 10px;
}
.product-grid .product-links li{
  display: inline-block;
  margin: 0 2px;
}
.product-grid .product-links li a{
  color: #2c2c2c;
  background: #fff;
  font-size: 16px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.4s ease-out 0s;
}
.product-grid .product-links li a:hover{
  color: #fff !important;
  background: #03ac0e;
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
  content: attr(data-tip);
  color: #fff;
  background-color: #555;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  white-space: nowrap;
  display: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -40px;
  transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:after{
  content: '';
  height: 10px;
  width: 10px;
  padding: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -18px;
  z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
  display: block;
}
.product-grid .product-content{
  padding: 12px 12px 15px;
  position: relative;
}
.product-grid .rating{
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
}
.product-grid .rating li{
  color: #be9755;
  font-size: 14px;
}
.product-grid .rating .far{ color: #808080; }
.product-grid .title{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.product-grid .title a{
  color: #2c2c2c;
  transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #be9755; }
.product-grid .price,.price{
  color: #ee4d2d;
  font-size: 17px;
  font-weight: 600;
  display: block;
  transition: all 0.4s ease-in-out;
}
.product-grid .price span, .disc, .price span.disc{
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}
.product-grid:hover .price{ opacity: 0; }
.product-grid .add-to-cart{
  color: #fff;
  background-color: #ee4d2d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  width: 140px;
  height: 40px;
  border-radius: 50px;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: 60px;
  left: 50%;
  transition: all .4s ease-out;
  border:1px solid #ee4d2d;
}
.product-grid .add-to-cart:hover{ background-color: #fff;border:1px solid #ee4d2d;transition: all .4s ease-out;color:#ee4d2d !important; }
.product-grid:hover .add-to-cart{
  opacity: 1;
  bottom: 8px;
}
.checked {
  color: orange !important;
}
a.size{
  color:white !important;
}
a.size:hover{
  color:white !important;
}
.fa-star{
  color: #dedede;
}
#exampleModal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: none;
  max-width: initial;
}
@media screen and (max-width:1200px){
  .product-grid{ margin: 0 0 30px; }
}
/* BARU */
body *{
  font-family:  'Poppins', sans-serif; 
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-50{
  margin-bottom: 50px !important;
}
.lato{
  font-family: 'Poppins', sans-serif;
}
.latob{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.card-img-top{
  width: 200% !important;
}
.dekstop{
  display: block !important;
}
.mobile{
  display: none !important;
}
.block{
  display: block;
}
.none{
  display: none !important;
}
.fs-12{
  font-size: 10pt !important;
}
ul.child{
  width: 100vw !important;
  margin: 0 !important;
  left: 0 !important;
  font-size: 10pt;
  position: absolute !important;
  margin-left: -305px !important;
  padding: 40px !important;
  border:1px solid white !important;
}
ul.child1{
  width: 100vw !important;
  margin: 0 !important;
  left: 0 !important;
  font-size: 10pt;
  position: absolute !important;
  margin-left: -420px !important;
  padding: 40px !important;
  border:1px solid white !important;
}
ul.child2{
  width: 100vw !important;
  margin: 0 !important;
  left: 0 !important;
  font-size: 10pt;
  position: absolute !important;
  margin-left: -570px !important;
  padding: 40px !important;
  border:1px solid white !important;
}
hr.dropdown-divider{
  margin:0;
  /* margin-left:25px !important;  */
}
.child-dropdown{
  padding: 40px !important;
}
#middle-banners{
  margin-top: 20px !important;
}
#product-categories{
  margin-left:10px !important;
  margin-right: 10px !important;
}
.dropdown-item{
  padding: 5px !important;
}
.dropdown:hover .dropdown-menu {display: block;}
.faw{
  color: white !important;
  font-size: 12pt;
  margin-right: 5px;
}
.sticky {
  position: fixed;
  top: 10px;
  margin-left: 105px !important;
  margin-top: -10px !important;
}
.nav-item{
  margin: 6px;
}
.main-header.fixed-nav #mainMenu li > a {
  color: #000;
  text-decoration: none;
}

#mainMenu li {
  margin-right: 30px;
}
.bb:after {
  display:block;
  content: '';
  border-bottom: solid 2px #ae7f3c;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.bb:hover:after { transform: scaleX(1); }
.bb:after{  transform-origin:  0% 100%; }
.dropdown-toggle::after{
  content: none !important;
}
.img-banner{
  border-radius:7px;
  display:block;
  height: 230px;
  padding: 5px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center
  ;background-attachment: 
  scroll;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.img-banner:hover{
  cursor: pointer;
}
.main-header {
  /*background: #2d2d7f !important;*/
  /*position: fixed;*/
  left: 0;
  top:0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav {
  top: 0;
  background: #000;
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}
.navbar-brand {
  color: #000;
}
#navbar-top{
  background: #000;
  color: #FFF !important;
}
#navbar-top a{
  color:#FFF !important;
  font-size: 9pt;
}
#navbar-top a:hover{
  color:#ae7f3c !important;
}
#top-sosmed a{
  margin-right: 8px;
  font-size: 10pt;
}
.navbar-brandd img {
  max-width: 40%;
  padding: 10px;
  animation: fadeInLeft 0.4s both 0.4s;
}
.ml1{
  margin-left: 140px !important;
  margin-top: -10px !important;
}

input.form-control{
  /* border:none; */
  padding-left: 15px !important;
  padding-top: 6px !important;
  font-size: 9pt !important;
}
/* .form-control{
  width: 100px !important;
} */
.form-control:focus {
  box-shadow: none !important;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
}
.user-acc img{
  width: 25% !important;
  float: right;
  margin-left: 10px;
}
a{
  text-decoration: none;
}
.top-header a, .nav-a-right a {
  text-decoration: none;
  color : white;
}
.top-header a:hover, .nav-a-right a:hover {
  text-decoration: none;
  color : white;
}
.center{
  text-align: center !important;
}
.left{
  text-align: left !important;
}
.right{
  text-align: right !important;
}
.carousel {
width: 100%;
}
#cartwd a div{color: white;
  font-weight: 600;
  padding: 1px 7px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 28px;
  box-shadow: 0 5px 10px rgba(243, 155, 155, 0.5);
  background: #FF416C;
  background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
  background: linear-gradient(to right, #FF4B2B, #FF416C);}

.mb5{
  margin-bottom: 5px;
}
.mb10{
  margin-bottom: 10px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 50px;
}
.swiper-container{
  overflow: visible !important;
}
#footer-page-bt {
   overflow: hidden;
   background: #e9e9e9;
   color: #627482 !important;
   margin-bottom: 0;
   padding-bottom: 0
}

small {
   font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

.bold-text {
   color: #989c9e !important
}

.mt-55 {
   margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
}

.social {
   font-size: 21px !important
}

.rights {
   font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
}
.snapwidget-widget{
  height: 250px !important;
}
.card {
   color: #383431 !important;
   background-color: #FFFFFF !important
}

h5 {
   font-size: calc(14px + (18 - 14) * ((100vw - 360px) / (1600 - 360))) !important
}

.ad{
   font-size: calc(13px + (16 - 13) * ((100vw - 360px) / (1600 - 320))) !important;
   border-radius: 0 !important;
   padding-left: calc(15px + (28 - 20) * ((100vw - 360px) / (1600 - 360))) !important;
   padding-right: calc(15px + (28 - 20) * ((100vw - 360px) / (1600 - 360))) !important;
   padding-top: calc(5px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
   padding-bottom: calc(5px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
   background-color: #383431 !important;
   border: none !important;
   color: #FFF !important;
}

.ad:focus {
   -moz-box-shadow: none !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   outline-width: 0;
}


input::-webkit-input-placeholder {
   padding-left: 5px !important;
   transform: translate3d(0, -2px, 0);
}

input::placeholder {
   vertical-align: middle !important;
   text-align: left !important;
   color: #42443E !important;
   font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))) !important;
}

input {
   border-radius: 2px !important;
   background: #fff !important;
   color: #42443E !important;
   border-color: #42443E !important;

}

input:focus {
   -moz-box-shadow: none !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   outline-width: 0
}



.row-2 li:first-child {
   font-size: 18px !important;
   font-weight: bold;
   margin-bottom: 20px !important;
   text-transform: uppercase;
}

footer {
   overflow-x: hidden !important;
   background-color: #EFEFF9 !important;
   color: #546E7A !important;
}

small {
   font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))) !important;
}

p {
   font-size: calc(12px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
}

.social {
   position: relative;
   left: -10px;
}

#smd {
   background-color: #42443E !important;
   padding: calc(6px + (8 - 6) * ((100vw - 360px) / (1600 - 360))) !important;
   font-size: calc(14px + (15 - 14) * ((100vw - 360px) / (1600 - 360))) !important;
   width: calc(23px + (30 - 23) * ((100vw - 360px) / (1600 - 360))) !important;
   text-align: center;
   text-decoration: none;
   border-radius: 0px !important;
   margin: 5px 10px 5px 10px !important;
   cursor: pointer;
   color: #fff !important;
   border:1px solid #fff;
}
#smd:hover{
  background: #FFF !important;
  border:1px solid #42443E;
  color: #42443E !important;
  transition: 0.4s ease-out;
}
.pb{
  padding: 3px;
  border:2px solid #e9e9e9;
}
a {
   text-decoration: none !important;
}
.muli{
  font-family: 'Muli', sans-serif,!important;
}
.list-unstyled a{
  font-family: 'Muli', sans-serif;
  color: #000 !important;
  font-weight: normal;
}
.list-unstyled li a:hover{
  color: #ae7f3c !important;
  background: none;
  transition: 0.2s ease-out;
}
.list-unstyled li {
   margin-top: 8px;
   margin-bottom: 8px;
   cursor: pointer;
}

.line {
   background-color: #ccc !important;
   width: 92%
}

a span {
   font-size: calc(14px + (13 - 14) * ((100vw - 360px) / (1600 - 360))) !important;
}

.active-1 span:hover {
   color: white !important;
}

.third-row {
   background-color: white !important;
   border-radius: 50px !important;
   padding: 0.8vh 2.7vh 0.8vh 2.7vh;
}

.third-row li {
   justify-content: space-between !important;
   border-radius: 50px;
   font-size: calc(9px + (12 - 9) * ((100vw - 360px) / (1600 - 360))) !important;
}

li.active-1 {
   padding: 1.7vh !important;
}

.active-1 {
   background-color: #42443E !important;
   font-size: 2vw !important;
   font-weight: bold;
}
.text-left{
  text-align: left !important;
}
figcaption {
   font-size: calc(10px + (14 - 10) * ((100vw - 360px) / (1600 - 360))) !important;
   ;
   text-align: center !important;
   justify-content: center !important;
   justify-self: center !important;
}

figure img {
   width: calc(40px + (70 - 40) * ((100vw - 360px) / (1600 - 360))) !important;
}
.ds{
  padding: 40px !important;
}
@media (max-width: 767px){
  footer{
      margin-top: 50px;
  }
  .mobile{
      display: block !important;
  }
  .dekstop{
      display: none !important;
  }
  .f10{
      font-size: 8pt !important;
      margin-bottom: 15px !important;
  }
  .ds{
      padding: 0 !important;
      padding-bottom: 10px !important;
  }
  .product-grid .product-image img{
    width: 60%;
    height: auto;
  }
  .pricem{
    font-size:12pt !important;
  }
  .h-100{
      width: 100% !important;
      height: 100% !important;
  }
  .profile-card-6 img {
    max-width: 150px;
    margin: 0 50px 80px 30px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12pt;
    font-weight: bold;
    color: #FFF;
    padding: 5px 10px;
    /* background: linear-gradient(140deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 0, 0) 50%); */
    background: #ee4d2d;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-position {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    left: 30px;
    top: 100px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-overview {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;    
    color: #000;
    z-index: 999;
    padding: 50px 0px 20px 0px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-overview h3 {
  font-weight: bold;
  margin-left: 20px;
  font-size:9pt;
}

.profile-card-6 .profile-overview p {
  color: #000;
  margin-left: 20px;
  color:#ee4d2d;
  font-weight: bold;
  font-size: 10pt !important;
}

.profile-card-6:hover{
  filter: brightness(90%);
}
.profile-card-6:hover .profile-name {
    padding-left: 2s5px;
    padding-top: 15px;
}

.profile-card-6:hover .profile-position {
    left: 40px;
}

.profile-card-6:hover .profile-overview {
    padding-bottom: 25px;
}
}

.slide-box {
display: flex;
justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
.slide-box img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mobile{
  display: block !important;
}
.dekstop{
  display: none !important;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.slide-box img {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.mobile{
  display: block !important;
}
.dekstop{
  display: none !important;
}
}

@media (min-width: 992px)
{
.slide-box img {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.mobile{
  display: block !important;
}
.dekstop{
  display: none !important;
}
}

.carousel-caption {
background-color: rgba(0, 0, 0, 0.5);
padding: 20px;
border-radius: .5rem;
}
/* main-header end */
@media (max-width: 767px) {
  /*header starts*/
  .dekstop{
  display: none !important;
  }
  .mobile{
    display: block !important;
  }
  .top-header{
    display: none !important;
  }
  #mainMenu li {
    margin-top: 10px;
  }
  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }
  ul.child,ul.child1,ul.child2{
  width: 100vw !important;
  margin: 0 !important;
  left: 0 !important;
  position: absolute !important;
  margin-left: -20px !important;
  }
  .mtm{
    margin-top: 50px !important;
  }
  .navbar-toggler {
    margin: 0;
    padding-right:40px !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }
  .main-header{
    position: fixed;
  }
  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .main-header .navbar-nav {
    margin-top: 30px;
  }

  .main-header .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;
  }

  /**/
  .main-header .navbar-toggler .icon-bar {
    background-color: #000;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .main-header .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
  }

  .main-header .navbar-toggler .icon-bar-1 {
    width: 20px;
    top: 0px;
  }

  .main-header .navbar-toggler .icon-bar-2 {
    width: 20px;
    top: 12px;
  }

  .main-header .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }

  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }

  .main-header .current .icon-bar-1 {
    width: 18px;
  }

  .main-header .current .icon-bar-2 {
    width: 30px;
  }

  .main-header .current .icon-bar-3 {
    width: 10px;
  }

  .main-header .navbar-toggler:hover .icon-bar {
    background-color: #000;
  }

  .main-header .navbar-toggler:focus .icon-bar {
    background-color: #000;
  }
  .navbar-brand img {
  max-width: 50%;
  padding: 10px;
  animation: fadeInLeft 0.4s both 0.4s;
  }
  .ml1{
  margin-left: 0 !important;
  }

  /*header ends*/
}

