html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:foucs {
  text-decoration: none;
}
img {
  max-width: 100%;
  position: relative;
}
p {
  font-family: "dr";
}
/* Font Family */
@font-face {
  font-family: "dr";
  src: url("../fonts/dr.ttf");
}


body {
  padding: 0;
  margin: 0;
  font-family: "dr";
  text-align: right;
  overflow-x: hidden;
  min-height: 500px;
  background: #f6f6f6;
}

/* scroll */
#scroll-me-all-night-long {
  overflow: auto;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track:horizontal {
  border-bottom-width: 1px;
}
::-webkit-scrollbar-track:vertical {
  border-right-width: 1px;
}
::-webkit-scrollbar-thumb {
  border: 0px solid #3e4c34;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal {
  border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:vertical {
  border-right-width: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  border-right-width: 5px;
}

/* back to top */
#button {
  display: inline-block;
  width: 33px;
  height: 28px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
  background: #afafaf;
  color: #fff;
  padding: 0px 9px;
}

/* css home */

header {
  background: #ffffff;
  position: relative;
}

.navbar-default {
  background-color: inherit;
  border-color: #0000;
  margin-bottom: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #FFC700;
  background-color: #0000;
}

.navbar-default .navbar-nav > li > a {
  color: #47164a;
  font-size: 16px;
  position: relative;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #e79600;
  background-color: transparent;
}

.navbar-right li a span.numb {
  background: #FFC700;
  color: #fff;
  font-size: 10px;
  border-radius: 30px;
  width: 18px;
  position: absolute;
  right: 18px;
  top: -5px;
  height: 18px;
  line-height: 18px;
}

/* slider */
.slider_products {
  /* padding: 100px 0; */
}

.details_slider {
  margin-top: 90px;
}

.details_slider h1 {
  color: #FFC700;
  font-size: 44px;
  margin: 0;
}

.details_slider h3 {
  color: #ffffff;
  font-size: 26px;
}

.details_slider a.btn-danger {
  background: #fff;
  font-size: 18px;
  color: #000;
  transition: 0.5s;
  border: 1px solid #cccccc;
  padding: 5px 30px;
}

.details_slider a.btn-danger:hover {
  background: #eacea2;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #eacea200;
}

.navbar-default .navbar-toggle {
  border-color: #ebc33f;
  margin-top: 53px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffbb3b;
}

.dropdown-menu > li > a {
  display: block;
  padding: 15px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #262626;
  white-space: nowrap;
  font-size: 14px;
}

.dropdown-menu > li {
  margin-bottom: 0px;
}

.dropdown-menu > li:last-child {
  margin-bottom: 0;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  text-align: center;
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
  padding: 20px 0;
  box-shadow: 0px 0px 4px 1px #0000000f;
  border: 0;
  min-width: 215px;
  border-top: 2px solid #b8b8b8;
}

.navbar-right > li > .dropdown-menu {
  margin-top: 0;
  text-align: center;
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
  padding: 20px 0;
  box-shadow: 0px 0px 4px 1px #0000000f;
  border: 0;
  min-width: 215px;
  border-top: 2px solid #b8b8b8;
}

.footer {
  padding-top: 40px;
}

.navbar-nav > li > .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 18%;
  top: -11px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #b8b8b8;
  clear: both;
}

.navbar-right > li > .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 18%;
  top: -11px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #b8b8b8;
  clear: both;
}

.navbar-right .dropdown-menu {
  left: -20px;
  right: auto;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  border-radius: 30px;
  margin-left: -45px;
  padding: 10px 35px;
  color: #fff;
  background-color: #FFC700;
  border-color: #FFC700;
}
#search .close {
  position: fixed;
  top: 25px;
  right: 25px;
  color: #fff;
  background-color: #ffffff00;
  border-color: #357ebd00;
  opacity: 1;
  padding: 10px 17px;
  font-size: 36px;
}

.navbar-brand {
  float: right;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

ul.nav.navbar-nav.navbar-right.hide_750 li a {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 35px;
  margin: 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

ul.nav.navbar-nav.navbar-right.hide_750 li a img {
  width: auto;
  text-align: center;
}

ul.nav.navbar-nav {
  padding-top: 50px;
}

.img_slider {
  position: relative;
  z-index: -2;
}

.img_slider:after {
  position: absolute;
  content: url('../images/bg_slider.png');
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}

.details_slider {
  position: absolute;
  bottom: 90px;
  right: 70px;
}

.sections {
  padding: 50px 0;
}

.sec1 {}

.sec1 img {
    position: relative;
    width: 100%;
}

.sec1 .details_sec {
  background: #fff;
  z-index: 999;
  position: absolute;
  text-align: center;
  left: 20%;
  right: 20%;
  transform: translateY(-50%);
  top: 50%;
  padding: 10px 30px;
}

.sec1 .details_sec h1 {
  font-size: 22px;
  margin-bottom: 0;
}

.sec1 .details_sec h2 {
  font-size: 14px;
  margin-top: 9px;
  color: #828282dd;
}

.sec11 img {
    height: 653px;
    width: 100%;
}

.sec12 img {}

.sec13 img {
    margin-top: 20px;
}

.sec14 img {
    margin-top: 20px;
}

/* products */
.products {
  background: #FCFCFC;
  padding: 50px 0;
}

.title {}

.title h4 {
  color: #FFC700;
  font-size: 17px;
  margin-bottom: 10px;
}

.title h1 {
  color: #FFC700;
  font-size: 26px;
  margin-top: 0px;
}

.product {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddddb;
}

.product img {
  width: 100%;
  height: 275px;
}

.product h1 {
  font-size: 21px;
  margin-top: 16px;
  color: #000;
}

.product h4 {
  color: #8c8c8c;
  font-size: 15px;
}

.product h4 span {
  font-size: 13px;
  text-decoration: line-through;
}

.btn_more {
    margin-top: 50px;
}

.btn_more a {
    color: #FFC700;
    border: 1px solid #FFC700;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 30px;
}

.swiper-container2 {
  overflow: hidden;
}

.testimonial {
  background: #F6F6F6;
  padding: 50px 0;
}

.testim {}

.testim h1 {
  background: #fff;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 35px;
  color: #6A6967;
  position: relative;
  border-radius: 30px;
}

.testim h1:after {
  position: absolute;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #fff;
  bottom: -10px;
  right: 50px;
}

.testim h2 {
  margin-right: 30px;
  color: #000;
  margin-bottom: 8px;
  font-size: 14px;
}

.testim h3 {
  color: #000;
  margin-top: 0;
  font-size: 14px;
  margin-right: 30px;
}

.tilte2 {
  text-align: center;
  margin-bottom: 20px;
}

.tilte2 h1 {
  color: #FFC700;
  font-size: 30px;
}

.sec2section {
  padding: 50px 0;

}

.one_sec {
  position: relative;
}

.sec2section img {
    height: 330px;
    width: 100%;
}

.one_sec:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  right: 0;
  background: #00000026;
}

.pad0 {
  padding: 0;
  margin: 0;
}

.title_sec {
  position: absolute;
  z-index: 999999;
  top: 30%;
  right: 40%;
  text-align: center;
}

.title_sec h3 {
  color: #fff;
  font-size: 20px;
}

.title_sec h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0px;
}

.top_buy {
  background: url('../images/bg_buy.jpg') no-repeat fixed;
  display: flex;
  background-size: cover;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 50px;
}

footer {
  background: #333333;
  padding-bottom: 60px;
}

.content_footer {}

.content_footer h1 {
  color: #FFC700;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.dow_app img {
  margin-bottom: 20px;
}

.list_footer li a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.copyright {
  background: #2D2D2D;
  padding: 20px 0;
}

.social_media li a i {
  color: #fff;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}

.social_media li {
  display: inline-block;
  padding-left: 15px;
}

.social_media li a i.fa-facebook-f {background: #017CE6;}
.social_media li a i.fa-twitter { background: #00E5E5;}
.social_media li a i.fa-instagram { background: #BC00FF;}
.social_media li a i.fa-whatsapp { background: #52B700;}
.social_media li a i.fa-snapchat { background: #FFC800;}

.copyright p {
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
}

.copyright a {
  color: #FFC700;
}

.list_footer li a:hover {
  color: #FFC700;
}

ul.nav.navbar-nav.navbar-right.hide_750 li {
  margin-right: 14px;
}

ul.nav.navbar-nav.navbar-right.hide_750 li a:hover {
  background: #eaeaea;
}

/** title_page **/
.title_page {
  padding: 50px 0;
  background: #0a0a0a;
}

.title_page ul {}

.title_page ul li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding-left: 5px;
}

.title_page ul li a {
  color: #737372;
  font-size: 15px;
}

.tt-filters-options {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 30px;
}

.tt-filters-options .tt-title {
    font-size: 15px;
    color: #000;
    float: right;
}

.tt-filters-options .tt-sort {
    float: left;
}

.tt-filters-options .tt-sort .sort-position {
  border-color: transparent;
  outline: none;
  border: none;
  background: transparent;
  color: #777777;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.slider_produ {
  position: relative;
}

.slider_produ .swiper-slide img {
width: 100%;
height: 300px;
}

.details_product {}

.details_product h1 {color: #ffc700;font-size: 19px;font-weight: bold;margin-top: 0;}

.details_product p {
color: #000;
font-size: 14px;
line-height: 1.9;
}

.details_product h3 {
margin: 5px 0;
font-size: 16px;
margin-bottom: 30px;
}

.details_product h3 span {
font-size: 13px;
text-decoration: line-through;
}

.quantity {
position: relative;
width: 120px;
padding: 7px;
background: #eee;
/* margin-top: 23px; */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}

input[type=number]
{
-moz-appearance: textfield;
}

.quantity input {
text-align: center;
height: 42px;
line-height: 1.65;
display: block;
background: #eee;
padding: 0;
margin: 0;
border: 1px solid #fff;
}

.quantity input:focus {
outline: 0;
}

.quantity-nav {
}

.quantity-button {
position: relative;
cursor: pointer;
border-left: 1px solid #eee;
width: 20px;
text-align: center;
color: #333;
font-size: 13px;
line-height: 1.7;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.quantity-button.quantity-up {
position: absolute;
height: 50%;
background: #fff;
left: 22px;
top: 1px;
border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
position: absolute;
bottom: -1px;
height: 50%;
background: #fff;
left: 22px;
border: 1px solid #eee;
}

.ca_wi {width: 30%;background: #ffca0f;height: 45px;line-height: 45px;border-radius: 30px;margin-top: 35px;}

.ca_wi .cart_project span {padding-right: 10px;color: #000;}

.details_product {}

.details_product ul li {
  padding-bottom: 10px;
}

.details_product ul li span {
  color: #ffc700;
  font-weight: 700;
}

.pages {
padding: 50px 0;
}

.product-view {
  padding: 50px 0;
}

.cart_project i {
  padding-right: 30px;
  color: #000;
  font-size: 16px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  padding: 8px;
}

.checkout-cart table img {
  width: 70px;
  height: 70px;
  margin-left: 10px;
}

.col-left {
  text-align: left;
}

.col a {
  color: #ffc700;
  font-size: 15px;
  padding-left: 20px;
}

#cart-delete {
    color: #ffc700;
    font-size: 15px;
    padding-left: 20px;
}

#cart-delete:hover{color:#23527c;}

.col {
  margin-top: 20px;
}

#cart-remove-item {
    color: #ffc700;
    font-size: 15px;
    padding-left: 20px;
}

#cart-remove-item:hover{color:#23527c;}

.col {
  margin-top: 20px;
}

.btn-primary {
  background: #ffc700;
  font-size: 15px;
  border: 0;
  padding: 10px 25px;
  transition: 0.5s;
}

label.col-sm-2.control-label {
  text-align: right;
  font-weight: 200;
}

legend {
  color: #ffc700;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.add_favorit {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 9999;
}

.add_favorit i {
  font-size: 25px;
  color: red;
}

/* contact */
.contact .contact_footer h1 {
  font-size: 20px;
  color: #ffc700;
  font-weight: bold;
  margin-bottom: 30px;
}

.message_contact h1 {
  font-size: 20px;
  color: #ffc700;
  font-weight: bold;
  margin-bottom: 30px;
}

.message_contact form {
}

.message_contact form input {
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  height: 45px;
  padding-right: 10px;
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}

.message_contact form textarea {
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  height: 160px;
  padding-top: 10px;
  padding-right: 10px;
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}

.btn_reg button {
  background: #ffc700;
  border: 1px solid #ffc700;
  color: #fff;
  font-size: 22px;
  padding: 15px 45px;
  border-radius: 42px;
  transition: 0.5s ease-in-out;
  margin-top: 20px;
}

.btn_reg button:hover {
}

.fl_lef h3 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
}

.trems p {
  color: #000;
  line-height: 32px;
  font-size: 13px;
}

.trems h3 {
  margin: 15px 0;
  color: #ffc700;
  font-size: 16px;
  font-weight: bold;
}

.img_comp {
  margin-bottom: 20px;
  background: #fff;
}

ul.nav.navbar-nav.navbar-right.hide_750 li a:hover {
  background: #ffc700;
  border: 1px solid #ffc700;
}

.product:hover img {
  opacity: 0.8;
}

.product:hover {
  background: #000;
}

.product:hover h1 {
  color: #fff;
}


