@charset "utf-8";
/* CSS Document */
* {	magin:0;
	padding:0;
	-webkit-box-sizing:  border-box;
	-moz-box-sizing:  border-box;
	box-sizing:  border-box;
}

html, body, table, th, td, tr, tbody, thead, thead, tfoot, dl, dt, dd, div, em, strong, b, i, sub, sup, ul, ol, li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, blockquote, a, abbr, acronym, address, big, small, cite, code, del, dfn, font, ins, kbd, q, s, samp, strike, fieldset, form, label, legend, caption, main, section, header, footer, aside, hgroup {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration:none;
	line-height: 26px;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body {
	font-size:13px;
}
strong, b {
	font-weight:bold
}
i, em {
	font-style:italic
}
input {
	width:96%;
	padding:8px;
}
.form-control:focus{ box-shadow:none;}
textarea {
	width:100%
}
select {
	width:100%
}
img {
	max-width:100%;
	vertical-align:bottom;
	border:none
}
ul, ol, li {
	list-style:none;
}
/**** RESET CLASSES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------****/

#page-wrapper {
	background:#fff; text-align:center; width:auto;
}
.wrapper, main, .container {
	max-width:1170px;
	margin:auto; width:auto; text-align:center;
}
main:after, .wrapper:after, footer:after, header:after, .container:after {
	content:"";
	display:block;
	clear:both;
}
/**** RESET LINKS
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------****/


.add_to_cart {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 0;
}	
.add_to_cart:before {
    /* display: block;
    z-index: -10;
    position: absolute;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.32)!important;
    animation-name: angry-animation;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal; */
}
.add_to_cart a i {
    width: 33px;
    height: 29px;
    display: inline-block;
    background: url(../images/compare_like.png);
    background-position: 200px 0;
    cursor: pointer;
}
.add_to_cart a i.fa-heart:before {
    content: unset;
}
.product_box11:hover .add_to_cart.add_to_cart2{    right: 80px; }
.product_box11:hover .add_to_cart.add_to_cart3{   right: 45px;
}
.product_box11{overflow:hidden; }
.product_box11:hover .add_to_cart{right: 10px;}
.add_to_cart.add_to_cart2{       right: -57px;   transition: 0.3s;}
.add_to_cart.add_to_cart3{      right: -57px;   transition: 0.3s;
}
.add_to_cart{     right: -57px;   transition: 0.3s;}
.no-margin{padding:0px; margin:0px;}
.jet-banner__title {
    order: 1;
    text-align: left; position:absolute;  right:16px;     top: 20px;     font-style: italic;
    left: 16px;
    color: #1D1C21;
 
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 27.9px;
    letter-spacing: 1.3px;
}
.banner_d1_img{position:relative; overflow:hidden;}
.jet-banner__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);     background-color: #FAE0A3;
}
.banner_d1_img:hover .jet-banner__title::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); width: 100%;
}
.img_box1 {
    min-height: 218px; overflow:hidden;

    height: 218px; position:relative;
}
.img_box1:after{     content: "";
    background: url(../images/logo.png) top;
    display: block;
    width: 121px;
    height: 56px;
    position: absolute;
    bottom: 0px;
    /* z-index: 10000; */
    background-size: contain;
    right: 0px;
    opacity: 0.2;}

.header_top {
    padding: 3px 0px;
    background: #000;
    color: #fff;
}
.header_top .col-6 a {
    text-align: left;
}
.header_top a i {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    line-height: 26px;
    background: #333;
    text-align: center;
    border-radius: 50px;
    color: red;
}
.header_top p {
    text-align: right;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
}
.header_top .select_box {
    display: none;
}
.select_box li {
    display: inline-block;
    margin-left: 10px;
}
.header_mi {
    padding: 6px 0px 15px;     background: #fff;
}
.logo_box {
    text-align: center;
}
.logo_box img {
       width: 247px;
}
.men_sh {
    display: none;
}
.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 40px;
    width: 40px;
    vertical-align: bottom;
}
.search-container .search {
    position: absolute;
    left: 49px;
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 40px;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.search-container .expandright {
    left: auto;
    right: 26px;
}
.search-container .button {
    display: inline-block;
    margin: 4px 2px;
    background-color: #444;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search-container .searchbutton {
    position: absolute;
    font-size: 22px;
    width: 40px;
    margin: 0;
    padding: 0;
}
.search-container .mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.select_box ul {
    text-align: right;
}
.select_box li {
    display: inline-block;
    margin-left: 10px;
}
.select_box li a {
    color: #000;
}
.select_box li {
    display: inline-block;
    margin-left: 10px;
}
.header_bottom {
       background: #fff;
}
.icons_section {
    float: right;
}
.icons_section li {
    display: inline-block;
    margin-left: 30px;
}
.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 40px;
    width: 40px;
    vertical-align: bottom;
}
.menu_box {
    text-align: left;
    float: left;
       line-height: 35px;
}
.menu_box li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.menu_box li a {
    color: #fff;
  font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.menu_box li:after {
    width: 1px;
    height: 33px;
    margin: auto;
    background: #afa5a5;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0px;
    right: -22px;
    /* left: 9px; */
    bottom: 0px;
}
.menu_box li:hover ul.submenu {
    height: auto;
    transition: all 1s ease;
    border-top: 3px solid #F00;
    border-bottom: 3px solid #F00;
}
ul.submenu {
    position: absolute;
    top: 35px;
    height: 0px;
    left: 0px;
    width: 402px;
    overflow: hidden;
    background: #333;
    z-index: 1000;
    transition: all 1s ease;
}
ul.submenu li {
    display: block;
    display: block;
    padding: 1px 8px;
    border-bottom: 1px dashed #666;
    width: 45%;
    float: left;
    padding: 0px 10px;
    margin-left: 10px;
    margin-right: 0px;
}
ul.submenu li a {
    font-size: 14px;
    color: #fff;
}
a.pr_box1 {
 height: 29px;
    width: 40px;
    display: block;
    background-color: #f5b0d7;
    color: #fff;
    line-height: 26px;
    display: table-cell;
    margin-top: 3px;
    display: block;
}
.product_box11 {
    position: relative;     background: #fbf3f8;
}
.product_name_box {
    padding: 0px 10px 10px 10px;
}
.product_name {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    min-height: 40px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0px 0px;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #333;
}
p.price span {
    font-weight: bold;
}
p.price {
    margin: 0px;
}
.re_box1 {
    text-align: left;
}
a .re_box1 li {
    display: inline-block;
    margin-right: 10px;
    color: #000;
}
a .re_box1 li span {
    margin-left: 4px;
    font-size: 14px;
    color: #b77a11;
    font-weight: bold;
}
a .re_box1 li span.less {
    color: #999;
    font-weight: 600;
}
.product_box11 {
    border: 1px solid #eee;
    margin: 10px 0px;
    transition: 2s;
}
.tittle_box{    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 9px;
    font-style: italic; text-shadow: 3px 2px 0px rgb(253, 217, 170,0.3);}
.p60{padding:60px 0px;}
.inner11 {
    margin-top: 53px;
    min-height: 234px;
    overflow: hidden;
}
.inner12:hover img, .inner11:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out 0s;
}
.btn_view_all a {
    width: 193px;
    height: 40px;
    border: 1px solid #000;
    color: red;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 40px;
    margin: 10px auto;
}
.inner12 {
    min-height: 220px;
    display: block;
    overflow: hidden;
}
.sect_12{ background:url(../images/image-15.webp) center;}
.sect_cont_12{padding:20px;}
.sect_cont_12 p{font-size: 16px;
    line-height: 31px;}
.elementor-heading-title {
    color: #1D1C21;

    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 56.1px;
    letter-spacing: 2.8px;
}
.discoer{    background: #fff;
    color: #333;
    padding: 12px 20px;
    display: inline-table;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 20px;}
	.entry-title{ text-align:left;}
	.entry-title a{font-size: 26px;
    font-weight: 600;
    color: #333;
    /* height: 40px; */
    padding: 20px 0px; display:block;}
	.post-meta{text-align:left;}
	.testimonials{background:url(../images/image-15.webp) center;}
	.testimonials p {
    color: #333;
    text-align: center;     font-size: 16px;
}
.testimonials h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
footer {
          background: #fef3e1;
    padding: 30px 0px;
    margin-top: 30px; position:relative; margin-top:0px;
}
.header_mi .form-control{border-radius: 50px;
    border: 1px solid #f5b0d7;
    font-size: 12px;}
footer h4 {
   font-weight: 600; color:#333;
    text-align: left;
    font-size: 15px;
    letter-spacing: 10;
    letter-spacing: 8px;
    font-style: italic;
    text-shadow: 3px 2px 0px rgb(253, 217, 170,0.3);
    margin-bottom: 20px;
}
footer li {
    text-align: left;
    margin-bottom: 15px;
}
footer li a {
    color: #333;
    text-align: left;
    font-size: 16px;
    letter-spacing: 2px;
}
.social {
    margin-top: 30px;
    text-align: left;
}
.social li {
    margin-right: 10px;
}

.social li {
    display: inline-block;
}
.social li a {
      width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.2);
    line-height: 30px;
    display: block;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.r2_box p {
    color: #333;
    font-size: 15px;     text-align: justify; margin-bottom:6px;
}

.call_sec{color:#333;}
.filters-area ul li {
    padding-left: 20px;
    line-height: 25px;
    position: relative;
    padding-top: 5px;
    border-bottom: 1px dotted #fff6e6;
    padding-bottom: 5px;
}
.filters-area ul li {
    display: block;
}
.filters-area ul li input {
    width: 20px;
}
.filters-area{text-align:left;}
.filters-area h3{font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-style: italic;
    text-shadow: 3px 2px 0px rgb(253, 217, 170,0.3);}
.opts{border: 1px solid #fff6e6;}
.jet-breadcrumbs{     padding: 10px 0px;
    padding-bottom: 0px;
    font-size: 16px;
    margin-bottom: 10px;}
.jet-breadcrumbs .container{text-align:left;}
.listing_div.p60{ padding-top:15px;}
.jet-breadcrumbs h3{font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-style: italic;
    text-shadow: 3px 2px 0px rgb(253, 217, 170,0.3);}
	.right_side {
    text-align: left;
    padding: 10px;
    background: whitesmoke;
    border: 1px solid #eee;
}
.owl-carousel .owl-nav span {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    display: block;
    font-size: 20px;
    line-height: 27px;
    border-radius: 50%;
}
.owl_carousel_five.owl-theme .owl-nav button.owl-prev{position:absolute; left:10px; top:0px; bottom:0px; margin:auto;}
.owl_carousel_five.owl-theme .owl-nav button.owl-next{position:absolute; right:10px; top:0px; bottom:0px; margin:auto;}
.banner_slider1 .col-sm-3:nth-child(even) .rpp1h1{ display:none;}
.banner_slider1 .col-sm-3:nth-child(odd) .rpp1h2{display:none;}


.pswd{color:#fff;}
.page_heading{font-size: 23px;
    font-weight: 500;
    margin: 20px 0 20px 0;
    line-height: 22px;}
.address{text-align:left;
font-size:16px;}
.address p .name{color:#e7028a;}
@media (max-width: 767px){
	.tittle_box {
    font-size: 21px;}
	#section_collections{padding:0px;}
	.elementor-heading-title{font-size:28px;}
	.menu_box li{display:block;}
	.menu_box{float:none; position:relative;}
	.icons_section{display:none;}
	.menu_box li:after{display:none;}
	ul.submenu{position:static; width:100%;}
	ul.submenu li{width:100%; float:none;}
	.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  
}
.closebtn{
    right: 0px;
    position: absolute;
    top: -20px;
    /* z-index: 100000; */
    font-size: 22px;
    width: 20px;
    height: 20px;
    background: #fff;
    line-height: 20px;
    text-align: center;
}
	.position-static.mobile_menu {
    left: 0px;
    right: 0px;
    top: 0px;
    width: 0px;
    position: fixed !important;
    z-index: 1000;
    background: #800238;
    height: 100vh;
    overflow: scroll;
    padding: 0px;
    transition: 0.5s;
}
.main-menu ul li {
    display: block;     margin-right: 45px;
    text-align: left;
}
.main-menu ul li:first-child a {
    padding-left: 10px;
}
.part-text{margin-left:0px; padding:20px;}
.test_co p{padding:10px;}
