@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Playfair Display', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.list-inline li {
  display: inline-block;
}
img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 30px;
    margin: 0px 0px 0px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: capitalize;
    border: 2px solid;
    transition: 0.5s ease-in-out;
}

.btn_yellow {
    color: #fff;
    background-color: #f29f16;
    border-color: #f29f16;
}

.btn_yellow:hover {
  color: #fff;
  background-color: #fff0;
}


.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Playfair Display', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Playfair Display', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Playfair Display', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Playfair Display', Sans-Serif;
  font-size: 25px;
  line-height: 29px;
  color: #000;
  font-weight: 700;
  margin: 0 0 13px;
  text-transform: uppercase;
}

h5 {
  font-family: 'Playfair Display', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.top_social ul {
    margin: 0;
}

.top_social ul a {
    color: #000;
    font-size: 20px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.top_contry form select {
    padding: 0px 10px;
    appearance: auto;
    border: 0;
    background: none;
    font-weight: 600;
}

.topSec {
    background-color: #f29f16;
    padding: 10px 0;
}

.top_policy a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.main_logo a {
    display: inline-block;
    background-color: #800020;
    padding: 20px 30px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 38%);
    position: relative;
    z-index: 1;
}

.main_logo {
    filter: drop-shadow(0px 0px 15px rgba(50, 50, 0, 0.2));
    margin: -50px 0 -20px 0;
    position: relative;
    z-index: 1;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

#menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
}

#menu li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

#menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 10px 30px 10px 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}


.header_login_wrap ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
}

.header_login_wrap ul li {
    margin: 0 0 0 50px;
}

.cart_bag span {font-weight: 600;font-size: 15px;position: absolute;top: -10px;}

.cart_bag {
    position: relative;
}



#menu li:last-child a:after {
  display: none;
}

#menu li a:hover,
#menu li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #f29f16;
}

#menu li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

#menu li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

#menu li>ul>li,
#menu li>ul>li>a {
  display: block;
  margin: 0;
}

#menu li>ul>li>a:before,
#menu li>ul>li>a:after {
  display: none;
}

#menu li:hover li {
  float: none;
}

#menu li:hover a {}

#menu li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.header_login_wrap a {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */
.carousel-item>img {
    width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.banner_text  h1 {
    font-size: 109px;
    line-height: 120px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 25px;
}

.banner_text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 25px 0;
}
/*banner css end*/

/*AFTER BANNER START*/
.aftr_box_txt h5 {
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    margin: 0;
    font-weight: 600;
}

.aftr_box_txt p {
    font-size: 14px;
    line-height: 18px;
    color: #969696;
    margin: 0;
    font-weight: 600;
}

.aftr_box_txt {
    margin: 0 0 0 20px;
}

.aftr-bnrbox ul {
    margin: 0;
}

.aftr_banner {
    padding: 40px 0;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px #c4c4c4;
}
/*AFTER BANNER END*/


/*NNEW ARRIVAL SRTTR*/

.image_box{
  height: 300px;

  width: 100%;
}
.image_box2{
  height: 500px;

}
.image_box img ,.image_box2 img{
  height: inherit;
  width: inherit;
  object-fit: cover;

}

.new_arrival_sec {
    padding: 20px 0px 80px 0px;
}

.new_arrival_txt {
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.new_arrival_txt h3 {
    font-size: 70px;
    line-height: 75px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.new_arrival_txt h6 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px 0;
    letter-spacing: 7px;
}

.on_sale_txt, .on_sale_txt_inner {
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.on_sale_txt_inner h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 43px;
}

.on_sale_txt_inner h5 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.on_sale_txt_inner span {
    border-radius: 100px;
    border: 5px solid #f29f16;
    text-align: center;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.on_sale_txt_inner span p {
    margin: 0;
    background-color: #f29f16;
    border-radius: 100px;
    font-size: 22px;
    line-height: 22px;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.on_sale_txt_inner h4 {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
/*NNEW ARRIVAL END*/

/*BEST COLLECTION SEC AFTR*/
.best_collection_sec {
  background-image: url('../images/best-collection.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.best_coll_txt h2 {
    font-size: 90px;
    line-height: 90px;
    color: #fbb200;
    font-weight: bold;
    margin: 0 0 10px;
}

.best_coll_txt h3 {
    font-size: 61px;
    line-height: 65px;
    color: #fbb200;
    font-weight: bold;
    margin: 0 0 10px;
    letter-spacing: 6px;
}

.best_coll_txt p {
    font-size: 16px;
    line-height: 25px;
    color: #fbb200;
    font-weight: 400;
    margin: 0 0 30px;
}

.best_coll_txt .btn {
    margin: 0;
}
/*BEST COLLECTION SEC END*/


/*INSTAGRAM SLIDER SEC STRT*/
.insta_slider .slick-slide {
    opacity: 1;
    margin: 0 5px;
}

.insta_box {
  position: relative;
}

.insta_yellow_wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f29f1694;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.insta_box:hover .insta_yellow_wrap {
  opacity: 1;
}

.insta_yellow_wrap i {
    font-size: 50px;
    color: #fff;
}

.insta_slider_sec h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  color: #000;
}

.insta_slider_sec {
  padding-top: 80px;
  padding-bottom: 50px;
}
/*INSTAGRAM SLIDER SEC END*/


/*FOOTER STRT*/
footer {
    padding: 100px 0 0px 0;
    background-image: url('../images/footer_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_contact_info i {
    font-size: 20px;
    color: #ffffff;
    margin-right: 0px;
    width: 30px;
}

.footer_contact_info a {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
}

.usefull_links a {
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
}

.usefull_links a:hover {
    color: #f29f16;
}

.footer_title {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

footer p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}
.footer_subscribe_form input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #fff0;
    border: 1px solid #fff;
    margin: 0 0 10px 0;
    color: #fff;
}

.footer_subscribe_form input::-webkit-input-placeholder {
  color: #fff;
}

.footer_subscribe_form button {
    border-radius: 0;
    padding: 6px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    border-color: #fff;
}

.footer_contact_info ul.list-inline {
    margin: 0;
}

.footer_contact_info ul.list-inline a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 100px;
    margin: 0 10px 0 0;
}

.footer_contact_info ul.list-inline a:hover {
    background-color: #f29f16;
}

.copyright_sec p {
    margin: 0;
}

.copyright_sec ul {
    margin: 0;
}

.copyright_sec {
    padding: 20px 0;
    border-top: 2px solid #fff;
    margin-top: 20px;
}
/*FOOTER END*/

/*INNER BANNER STRT*/
.inner_banner>img {
    width: 100%;
}

.inner_banner {
    position: relative;
}

.inner_banner .inner_banner_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner_banner_txt h2 {
    font-size: 98px;
    line-height: 110px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}
    
/*INNER BANNER END*/


/*ABT PAGE STRT*/
.abt_page_main {
  padding: 80px 0;
}

.abt_page_txt h3 {
    font-size: 45px;
    line-height: 50px;
    color: #181818;
    font-weight: 800;
    margin: 0 0 30px;
}

.abt_page_txt p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.customer_feedback_sec {
  padding: 80px 0;
}

.testimonial_slider .slick-slide {
    opacity: 1;
}

.testimonial_slider .slick-slide img {
    width: 100px;
    margin: -50px auto 0 auto;
}

.feedback_box {
    background-color: #f29f16;
    padding: 10px 20px;
    background-image: url('../images/comma.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    margin: 70px 0 0 0px;
}

.feedback_box p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

.feedback_box p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

.testimonial_slider .slick-slide.slick-current .feedback_box {
    background-color: #333333;
}

.testimonial_slider .slick-slide.slick-current .feedback_box p, .testimonial_slider .slick-slide.slick-current .feedback_box h5 {
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current .feedback_box h3 {
    color: #f29f16;
}

.feedback_box p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.sec_head h3 {
    font-size: 50px;
    line-height: 55px;
    color: #000000;
    font-weight: 800;
    margin: 0px 0 20px;
}

.sec_head p {
    font-size: 16px;
    color: #333333;
    line-height: 27px;
}

.feedback_box h3 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 10px;
}

.feedback_box h35 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 0px;
}

.testimonial_slider .slick-prev:before {
    content: '\f30a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #000000;
}

.testimonial_slider .slick-next:before {
    content: '\f30b';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #000000;
}

.testimonial_slider button {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
}
/*ABT PAGE END*/



/*CONTACT PAGE CSS START*/
.contact_page_heading h2{
  font-size: 40px;
  color: #00008d;
  font-family: 'Playfair Display';
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.contact_page_heading p{
  font-size: 15px;
  color: #7e7e7e;
  
}
.contact_detail{
  padding: 40px 60px;
  height: 240px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #c4c4c4;
}
.contact_detail img{
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}
.contact_detail a{color: #000;font-size: 20px;line-height: 25px;font-weight: 500;display: block;}
.contact_detail p{
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
.contact_detail h4{
  font-size: 30px;
  color: #000;
  font-weight: 600;
}


.contactUs_page {
    padding: 80px 0;
}


.contact_map iframe {
    width: 100%;
    height: 490px;
}

.contact_form h3 {
    font-size: 40px;
    line-height: 45px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
}

.contact_form p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 20px;
}

.contact_form form input {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #ebe9e9;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.contact_form form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ebe9e9;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    height: 170px;
    resize: none;
}
/*CONTACT PAGE END*/

/* CART PAGES CSS:STRT */

.product-cart figure, .product-cart article {
    display: inline-block;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.cart-page-tble thead tr {
    height: 40px;
    color: #fff;
    background: #f2a11a;
}

.cart-page-tble thead tr th {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.cart-page-tble tbody tr td {
    padding: 30px 0px;
}

table.cart-page-tble {
    width: 100%;
}

.product-cart article p {
    font-weight: 400;
    font-size: 18px;
    color: #f2a11a;
    text-transform: uppercase;
}
.product-cart article {
   margin-left: 10px !important;
}

.cart-page-tble tbody tr td input {
    height: 70px;
    border: 1px solid #ebebeb;
    background-color: #c4c4c459;
    color: #000;
    font-size: 30px;
    width: 180px;
    font-weight: 600;
}

.update-cart {
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.unit-sub-price-text {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.cart-page-tble tbody tr {
    border-bottom: 1px solid #c4c4c4;
}

.cart-cross {
    height: 40px;
    width: 40px;
    font-size: 25px;
    background: #ebebeb;
    color: #000;
    padding: 7px;
}

.total-box,.total-f, .shipping-box {
    padding: 30px 50px 0 50px;
    background-color: #ebebeb;
    border: 1px solid #c4c4c4;
}

.total-f {
    padding: 10px 50px 10px 50px;
    background-color: #ebebeb;
    border-top: 0 !important;
}

.total-box .sum li {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    line-height: 46px;
}

.total-box .sum li span {
    margin-left: 60px;
}

.total-f span {
    margin-left: 71px;
}


.cart-paypal-box {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    padding: 4px 20px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #c4c4c4;
}

.pd-12-110 {
    padding: 12px 110px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-minus-60 {
    margin-top: -60px;
}

.cart-main-sec {
    padding: 80px 0;
}

.cart_btn {
    padding: 16px 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}


.product-cart article h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    margin: 0px 0 5px 0;
    text-transform: uppercase;
}

.product-cart article h5 {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.shipping-box p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
}

.cart_btn {
  padding: 10px 40px !important;
  font-size: 24px!important;
  line-height: 30px!important;
  font-weight: 700 !important;
}
.cart_btn:hover {
  color: #f29f16 !important;
}
/* CART PAGES CSS:END */


/*lgin signup css*/
.login_content_area {
    padding: 80px 0;
}

.login_area {
  background: #fbfbfb;
  overflow: hidden;
  padding: 30px 30px;
  border: 2px solid #dfe1e4;
  border-radius: 5px;
}

.login_content_area h2 {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  font-weight: 800;
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: capitalize;
  text-align: left;
  position: relative;
}

.login_content_area h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 106px;
  height: 3px;
  background: unset;
  right: 0;
  margin: 0 auto;
}

.login_content_area .form_area .form-control {
  background: #ffffff;
  width: 100%;
  height: 53px;
  line-height: 45px;
  margin: 0 0 20px 0;
  color: #b0afaf;
  padding: 0 20px;
  box-shadow: none;
  display: inline-block;
  border-radius: 0;
  border: 2px solid #dfe1e4;
  font-weight: 500;
}

.login_area .fields_area.buttons_area input {
  margin: 0px 0px 30px;
}

.fields_area.buttons_area button {
  -webkit-appearance: button;
  cursor: pointer;
  width: 100%;
  padding: 0px 10px;
  outline: none;
  height: 50px;
  margin: 0px 0px 0;
  border: 1px solid #f29f16;
  background: #f29f16;
  border-radius: 0;
  font-size: 19.01px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}

.fields_area.buttons_area button:hover {
  background-color: #fff0;
  color: #f29f16;
}

a.terms-h {
  float: unset !important;
  font-size: 14.41px !important;
  color: #000000 !important;
  border-bottom: 1px solid #000000;
  font-weight: 700 !important;
}

.login_area input[type="checkbox"],
.login_area input[type="radio"] {
  margin: 7px 10px 0px 0;
  float: left;
}

.login_area p {
  font-weight: 500;
  font-size: 14.41px !important;
  color: #a7a7a7;
  line-height: 29px;
  float: left;
  margin: 0;
}

.fields_area.custom-control.custom-radio a {
  float: right;
  color: #a7a7a7;
  font-weight: 400;
  font-size: 14.41px;
}

.register_area {
  background: #fbfbfb;
  overflow: hidden;
  padding: 30px 30px;
  border: 2px solid #dfe1e4;
  border-radius: 5px;
}
/*lgin signup css*/


/*SHOP PAGE STRT*/
.shop_page {
  padding: 80px 0;
}

.prod_box img {
    width: 100%;
}

.prod_box_txt h5 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d7d7d7;
}

.prod_box_txt a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    transition: 0.5s ease-in-out;
}

.prod_box_txt a:hover {
    color: #f29f16;
}

.prod_box_txt p {
    font-size: 14px;
    line-height: 20px;
    color: #6f6f6f;
    margin: 0 0 10px;
}

.prod_box_txt h4 {
    color: #282828;
    font-size: 25px;
    line-height: 20px;
    font-weight: 900;
    margin: 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item {
    margin: 0 10px;
}

.page-link {
    background-color: #a3a2a0;
    color: #000;
    font-size: 20px;
    line-height: 24px;
}

.page-item.active .page-link, .page-item.disabled .page-link {
    background-color: #f29f16;
    color: #000;
    border-color: #f29f16;
}
/*SHOP PAGE END*/


.refund a {
  color: #800020;
}

/*BEGIN Product Detail*/
.ProductDetail .slider-nav .slick-list {
    padding: 0 !important;
}
.ProductDetail .slider-nav .slick-track {
    width: 100% !important;
    transform: none !important;
}
.ProductDetail .slick-initialized .slick-slide {
    display: block;
    border: 1px solid #cecece;
    margin: 0 0 10px 0;
}


.detailContent h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    line-height: 45px;
    margin: 0 0 20px;
}


.detailContent p {
    font-size: 16px;
    line-height: 30px;
}

.prod-li-qnt {
    display: flex;
    align-items: center;
    margin-right: 0;
    justify-content: flex-start;
}

.prod-li-qnt .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 0;
    margin-bottom: 0;
}
.prod-li-qnt .btn_minus {
    float: left;
    font-size: 27px;
    text-align: center;
    border: 0;
    border-radius: 2px 0 0 2px;
    width: 50px;
    height: 44px;
    line-height: 20px;
    display: inline-block;
    color: #868ca7;
    transition: all 0.2s;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
}
.prod-li-qnt .input-group .input-group-btn {
    position: relative;
    font-size: 24px;
    white-space: nowrap;
    left: 0;
    color: #000;
    text-align: center;
    width: auto;
    text-align: center;
}
.prod-li-qnt input[type="text"] {
    border: 0;
    width: 50px;
    float: left;
    text-align: center;
    font-size: 22px;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    height: 44px;
    color: #283346;
    transition: all 0.2s;
    background: #fff;
    border-right: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
}
.prod-li-qnt .btn_plus {
    float: left;
    font-size: 15px;
    text-align: center;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0 2px 2px 0;
    width: 50px;
    height: 44px;
    line-height: 20px;
    color: #868ca7;
    transition: all 0.2s;
    position: relative;
    z-index: 2;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}


.prod-li-qnt label{
  font-size: 13px;
  color: #232323;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.ProductDetail{
    padding: 5% 0 5% 0;
}

.addtocart a {
    background: #f29f16;
    color: #fff;
    padding: 14px 30px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-weight: 600;
    width: 50%;
}
.addtocart a:hover {
    background: #000;
    color: #fff;
}

.price h3{
  color: #000000;
  font-size: 35px;
  display: inline-block;
  font-weight: 800;
  margin: 0 0 30px;
}


.slick-slide {
    opacity: 1;
}

.prod_features h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}

.prod_features h5 span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}

.prod_social img {
    width: 50px;
    height: 50px;
}

/* tabs sec css*/

.description .nav-tabs .nav-link{
  color: #000000;
  font-size: 25px;
  border: 0px;
  background: transparent;
  padding: 0px 70px 0px 0;
  font-weight: 600;
  text-decoration: underline;
}

.description .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.description .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{}
.nav-pills .nav-link.active{
  background: #E21D1A !important;
color: #000000 ;
  padding: 15px 30px;
}

.description .activ{
  background: #E21D1A;
  color: #000000 ;
  /*padding: 15px 30px;*/
}
.tab-pane p{
  color: #333333;
  padding: 15px 0px;
  padding-left: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}

#myTab .nav-link.active {
  background-color: #fff0;
  color: black;
  border-radius: 0;
}
 
/*END Product Detail*/


/* BEGIN: CHECKOUT PAGE CSS */

.checkout-sec h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #f3a82c;
    padding: 0 30px;
    margin: 0;
}

.checkout-sec .form-wrapper {
    padding: 10;
}

.checkout-form label {
    font-weight: 300;
    font-size: 15px;
    color: #000;
    padding: 0;
    font-weight: 400;
}

.checkout-form input,
.checkout-form select {
    padding: 12px;
    margin-bottom: 0px;
    min-height: 40px;
    border: 1px solid #bfbfbf;
    color: #737373;
    appearance: auto;
}

.checkout-sec .form-group {
    margin-bottom: 15px;
    padding: 0;
    display: flex;
    align-items: center;
}

form.checkout-form {
    margin-top: 0;
}

.order-detail-table {
    padding: 0px;
    background: #fff;
    border: 1px solid #c4c4c4;
}

.checkout_head {
    font-size: 40px !important;
}

.order-detail-table h3 {
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.color-payment {
    color: #000 !important;
}

.order-detail-table ul li {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #737373;
    font-size: 16px;
    font-weight: 600;
}

.order-detail-table ul li span {
    float: right;
}

.order-detail-table form {
    padding: 0px 20px;
    padding-bottom: 40px;
}

/*.order-detail-table form span {
    display: inline-block;
    width: 140px;
}*/
.form_checkout_space {
    margin-top: 20px;
}

.checkbox-flex {
    display: flex;
}

.checkbox-flex .american {
    margin-right: 60px;
}

.checkbox-flex .american p,
.credit-card {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.form_checkout_space .checkbox {
    margin-top: 10px;
    margin-bottom: 20px;
}

.order-detail-table form span img {
    float: right;
}

.form_checkout_space a.primary-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 15px 40px;
}
.order-detail-table label{
    font-size: 16px;
}
.pay{
    margin-left: 20px;
}
.order-detail-table label span{
    margin-left: 15px;
    color: #737373;
}

/* END: CHECKOUT PAGE CSS */


/* STRT: SHIPPING PAGE CSS */
.shipping_page {
  padding: 80px 0;
  color: #000;
}
/* END: SHIPPING PAGE CSS */



h5.widget-title {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

ul.linkList li a {
    color: #fff !important;
}

.ing_1 figure, .ing_1 figure div, .ing_1 figure div img {
    height: 274px;
    width: 100%;
    object-fit: cover;
}

.best_coll_txt h3 {
    font-size: 60px;
}

input {
    margin-bottom: 20px !important;
}

.textwidget p {
    color: #fff !important;
}

textarea {
    margin-bottom: 14px !important;
}

.contact_form input::placeholder, .contact_form textarea::placeholder {
    color: #0000006b;
}

a.custom-logo-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_logo a {
    background-color: #000000;
}

.img-fluid figure, .img-fluid figure div, .img-fluid figure div img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.image_box2 {
    height: 300px;
}

.new_arrival_txt h3 {
    text-shadow: 2px 1px black;
}

.new_arrival_txt h6 {
    text-shadow: 1px 1px black;
}

form#review .form-field:first-child {
    display: none;
}

input#ewd-urp-review-submit {
    background: #f29f16;
    border: none;
    color: #fff;
    padding: 14px 25px;
    float: left;
    margin-left: 42px;
}

.ewd-urp-review-image img {
    width: 14% !important;
    height: 73px;
    object-fit: cover;
    border-radius: 53%;
}

.ewd-urp-individual-reviews-container .ewd-urp-review-div.ewd-urp-review-format-standard {
    width: 48%;
    float: left;
    border: 3px dotted #f2a018;
    margin: 12px;
    padding: 21px;
    text-align: center;
    min-height: 320px;
}

.ewd-urp-review-score-number, .ewd-urp-review-header .ewd-urp-review-score {
    text-align: center;
    width: 100% !important;
}

h1.page-title {
    color: #000;
    margin-top: 45px;
}
























@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){
  .top_contry {
    width: 100%;
    margin: 10px 0;
  }

  .top_social {
      width: 100%;
  }

  .top_right {
      display: block !important;
      text-align: center;
  }

  .top_policy {
      text-align: center;
  }

  .header_login_wrap ul {
    justify-content: space-between;
    margin: 10px 0; 
  }

  .main_logo {
    margin: 0;
  }

  .header_login_wrap ul li {
    margin: 0;
  }

  .banner_text h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
  }

  .banner_text p {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 20px 0;
  }

  .carousel-item>img {
    height: 400px;
    object-fit: cover;
  }

  .btn {
    padding: 8px 20px;
  }


  .aftr-bnrbox ul {
    margin: 10px 0;
    justify-content: center;
  }

  .new_arrival_txt h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .new_arrival_txt h6 {
    font-size: 15px;
    line-height: 22px;
  }

  .on_sale_txt, .on_sale_txt_inner {
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    padding: 5px;
  }

  .on_sale_txt_inner h5 {
    color: #fff;
    font-size: 8px;
    line-height: 13px;
    margin: 0;
  }

  .on_sale_txt_inner h3 {
    font-size: 23px;
  }

  .on_sale_txt_inner span {
    height: 50px;
    width: 50px;
    margin: 0px 8px;
  }

  .on_sale_txt_inner span p {
    font-size: 12px;
    line-height: 15px;
    height: 40px;
    width: 40px;
  }

  .on_sale_txt_inner h4 {
    font-size: 6px;
    line-height: 20px;
    margin: 0;
  }

  .best_coll_txt h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 10px;
  }

  .best_coll_txt h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px;
  }

  .best_coll_txt p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  .best_collection_sec {
    padding: 30px 0;
  }

  .insta_slider_sec h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .insta_slider_sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .copyright_sec ul {
    margin: 10px 0;
    text-align: center;
  }

  .copyright_sec p {
    text-align: center;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px){

  .top_contry {
    width: 100%;
    margin: 10px 0;
  }

  .top_social {
      width: 100%;
  }

  .top_right {
      display: block !important;
      text-align: center;
  }

  .top_policy {
      text-align: center;
  }

  .header_login_wrap ul {
    justify-content: space-between;
    margin: 10px 0; 
  }

  .main_logo {
    margin: 0;
  }

  .header_login_wrap ul li {
    margin: 0;
  }

  .banner_text h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
  }

  .banner_text p {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 20px 0;
  }

  .carousel-item>img {
    height: 400px;
    object-fit: cover;
  }

  .btn {
    padding: 8px 20px;
  }


  .aftr-bnrbox ul {
    margin: 10px 0;
    justify-content: center;
  }

  .new_arrival_txt h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .new_arrival_txt h6 {
    font-size: 15px;
    line-height: 22px;
  }

  .on_sale_txt, .on_sale_txt_inner {
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    padding: 5px;
  }

  .on_sale_txt_inner h5 {
    color: #fff;
    font-size: 8px;
    line-height: 13px;
    margin: 0;
  }

  .on_sale_txt_inner h3 {
    font-size: 23px;
  }

  .on_sale_txt_inner span {
    height: 50px;
    width: 50px;
    margin: 0px 8px;
  }

  .on_sale_txt_inner span p {
    font-size: 12px;
    line-height: 15px;
    height: 40px;
    width: 40px;
  }

  .on_sale_txt_inner h4 {
    font-size: 6px;
    line-height: 20px;
    margin: 0;
  }

  .best_coll_txt h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 10px;
  }

  .best_coll_txt h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px;
  }

  .best_coll_txt p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  .best_collection_sec {
    padding: 30px 0;
  }

  .insta_slider_sec h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .insta_slider_sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .copyright_sec ul {
    margin: 10px 0;
    text-align: center;
  }

  .copyright_sec p {
    text-align: center;
  }
    
}
























@media only screen and (min-width: 1024px) and (max-width: 1366px){

.banner_text h1 {
    font-size: 90px;
    line-height: 100px;
}

.header_login_wrap ul li {
    margin: 0 0 0 30px;
}

.contact_detail {
    padding: 20px;
}

.inner_banner_txt {
    width: 80%;
}














}








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


.topSec .col-12 {
    width: 50%;
    float: left;
}

.topSec .col-12:nth-child(2) {
    display: none;
}

.main_logo {
    margin: 0px 0 8px 0;
}

#menu li a {
    padding: 10px 9px 10px 0;
}

.header_login_wrap ul li {
    margin: 0 0 0 8px;
}

.inner_banner .inner_banner_txt {
    width: 80%;
}

.inner_banner_txt h2 {
    font-size: 60px;
}

.contact_detail img {
    height: 50px;
}

.contact_detail {
    padding: 20px;
    height: 214px;
}

.contact_detail h4 {
    font-size: 20px;
}

.contact_detail p, .contact_detail a {
    font-size: 17px;
}

footer .col-md-3 {
    width: 50%;
}

.copyright_sec .col-lg-6 {
    width: 50%;
}

.banner_text h1 {
    font-size: 70px;
    line-height: 76px;
}

section.vc_section.aftr_banner .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 20px;
}

.new_arrival_txt h3 {
    font-size: 36px;
}

.img-fluid figure, .img-fluid figure div, .img-fluid figure div img {
    height: 226px;
}

.on_sale_txt, .on_sale_txt_inner {
    width: 91%;
    left: 15px;
}

.on_sale_txt_inner h3 {
    font-size: 32px;
}

.best_coll_txt h3 {
    font-size: 41px;
    line-height: 50px;
}
















}








@media only screen and (min-width: 300px) and (max-width: 767px){

.wpb_start_animation {
    float: left;
}

.best_coll_txt h3 {
    font-size: 50px;
    line-height: 60px;
    text-shadow: 2px 1px black;
}

.footer_contact_info {
    margin-bottom: 30px;
}
.inner_banner>img {
    height: 250px;
    object-fit: cover;
}

.inner_banner .inner_banner_txt {
    width: 80%;
}

.inner_banner_txt h2 {
    font-size: 54px;
    line-height: 60px;
}

.contact_detail {
    height: auto;
    margin-bottom: 20px !important;
}


















}







