/*
Theme Name: VR Gaming Pro
Theme URI: ttps://www.misbahwp.com/products/vr-gaming-wordpress-theme
Description: VR Gaming Pro WordPress theme will let you create the best online store as it has all the advance options available to customize your site. Our top premium theme comes with an advanced slider, featured products section, top brands, new arrivals, bestselling products, blog post, about us, category slider, and gender-specific product gallery sections, contact us, testimonials and so on. The theme is highly responsive and works speedily across all platforms and is compatible with every browser. Your traffic will improve undoubtedly and the enhanced user experience will see a bump in sales. It is SEO-ready too with the help of which your store will rank soon on all major search engines like Google. It is responsive enough to fit well in all devices screen sizes so you will not miss any buyers. VR Gaming Pro WordPress theme has advance slider to create a stunning slider with multiple images upload option available. It is integrated with font awesome icon and 100+ font family options are available to select from.
Author:misbahwp
Author URI: https://www.misbahwp.com/
Version: 1.0
Requires PHP: 5.6
Tested up to: 5.8
Tags: blog, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: VR-gaming-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}

.post-single a, .page-single a,.sidebar-area .textwidget a,.comment-content a {
  text-decoration: none;
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
}

body {
  font-family: "Archivo", sans-serif;
  color: #797979;
  margin:0;
  background: #fff;
}
h1,h2,h3, h4, h5, h6{
  font-family: "Archivo", sans-serif;
}
a {
  color:#000000;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  text-decoration: none;
}

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

section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}
/* ===============================================
   HEADER BOX
   ============================================= */


/*404 Page*/
.page-404 h1{
	font-size: 300px;
  color: #000000;
}
.page-404 h3{
	font-size: 38px;
	color: #000000;
}
.page-404 hr{
	width: 10%;
	background: #9ae2e1;
	padding: 1px;
}
.page-404 p{
	margin-left: 30%;
	margin-right: 30%;
}
.page-404 .intro-button{
 text-align: center;
 display: inline-block;
 padding: 5px;
}
.page-404 .button{
	padding: 15px 40px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	transition: all 0.2s; 
  text-decoration: none;
}
.page-404 .intro-button:hover{
	background:  #F83DDE;
}
.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #000000;
  content: '';
  position: absolute;
  z-index: -1;
}
.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.page-404 .intro-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
	word-break: break-all;
}
.logo a {
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  font-weight: 600;
}
.logo a:hover,
.logo a:focus {
  color:#000000;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}
.logo-image {
  float: unset;
  width: 160px;
}

/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #fff;
  font-size: 18px;
}
.social-links a:hover{
	color: #F83DDE; 
	margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu ul.children, #main-menu ul.sub-menu {
	display: none;
}
#main-menu ul li:hover .sub-menu {
	display: block;
}
#main-menu {
	display:block;
	position:relative;
	margin:0 auto;
}
#main-menu ul {
	margin:0;
  padding: 0;
	display:flex;
  justify-content: flex-end;
}
#main-menu ul li {
	position:relative;
	display:block;
	float:left;
	text-align:left;
  margin-left: 5px;
}
#main-menu ul li a {
	color: #fff;
	text-decoration:none;
	display:block;
	z-index:1;
	padding:0 20px;
  	/* padding-left: 0; */
	margin:0;
	font-weight: 500;
	-webkit-transition: color .1s linear, background-color .1s linear;
	-moz-transition: color .1s linear, background-color .1s linear;
	-o-transition: color .1s linear, background-color .1s linear;
	transition: color .1s linear, background-color .1s linear;
	position:relative;
	line-height:40px;
  font-size: 16px;
}

.page-template-frontpage #main-menu ul li a{
  color: #000000;
}
.page-template-frontpage .fix-sticky #main-menu ul li a{
  color: #fff;
}
.page-template-frontpage .fix-sticky #main-menu a:hover,
.page-template-frontpage .fix-sticky #main-menu ul li a:hover,
.page-template-frontpage .fix-sticky #main-menu li:hover > a,
.page-template-frontpage .fix-sticky #main-menu a:focus,
.page-template-frontpage .fix-sticky #main-menu ul li a:focus,
.page-template-frontpage .fix-sticky #main-menu li.focus > a,
.page-template-frontpage .fix-sticky #main-menu li:focus > a,
.page-template-frontpage .fix-sticky #main-menu ul li.current-menu-item > a,
.page-template-frontpage .fix-sticky #main-menu ul li.current_page_item > a,
.page-template-frontpage .fix-sticky #main-menu ul li.current-menu-parent > a,
.page-template-frontpage .fix-sticky #main-menu ul li.current_page_ancestor > a,
.page-template-frontpage .fix-sticky #main-menu ul li.current-menu-ancestor > a {
	color:#F83DDE;
}
.page-template-frontpage .fix-sticky #main-menu ul.children li a,
.page-template-frontpage .fix-sticky #main-menu ul.sub-menu li a{
  color: #000000;
}
 
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
	color:#F83DDE;
  position: relative;
}

#main-menu ul li.current-menu-item > a::after,
#main-menu ul li.current_page_item > a::after{
  content: '';
  background: #F83DDE;
  height: 15px;
  width: 1.5px;
  position: absolute;
  left: 10px;
  top: 14px;
}

#main-menu ul.children ,
#main-menu ul.sub-menu {
	opacity:0;
	position: absolute;
	top: 40px;
	left: 0;
	background:#fff;
	z-index:10001;
	width:213px;
	padding-left:0;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	box-shadow: 0px 5px 30px rgb(0 0 0 / 13%);
  border-radius: 3px;
}
#main-menu ul.children li ,
#main-menu ul.sub-menu li {
	display:block; 
  position:relative; 
  float:none; 
  line-height:18px; 
  margin-left:0; 
  margin-right:0; 
  -webkit-transform: skew(0deg); 
  -ms-transform: skew(0deg); 
  transform: skew(0deg);
  padding: 5px 10px;
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
	top:0px;
	left: -100%;
}

#main-menu ul.children li a ,
#main-menu ul.sub-menu li a {
	display: block;
  position:relative;
  padding: 0px 14px;
  padding-right: 14px;
  font-size: 14px;
	color: #000000;
	-webkit-transition: 
	all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#main-menu ul.sub-menu li a:hover {
	color: #fff;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
#main-menu ul.sub-menu li a:before, #main-menu ul.sub-menu li a:after {
	content: '';
	position: absolute;
	-webkit-transition: 
	inherit;transition: 
	inherit;z-index: -1;
}
#main-menu ul.sub-menu li a:before, #main-menu ul.sub-menu li a:after {
	top: 0;
	width: 0;
	height: 100%;}

#main-menu ul.sub-menu li a:before {
	left: 0;
	border: 1px solid #F83DDE;
	border-left: 0;
	border-right: 0;}
#main-menu ul.sub-menu li a:hover:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
#main-menu ul.sub-menu li a:hover:before,
 #main-menu ul.sub-menu li a:hover:after {
 	width: 100%;
 }
#main-menu ul.sub-menu li a:after {
	right: 0;
}
#main-menu ul.sub-menu li a:hover:after {
	background: #F83DDE;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
#main-menu ul.sub-menu li a:hover:before, #main-menu ul.sub-menu li a:hover:after {width: 100%;}
#main-menu ul.children li ul:before ,
#main-menu ul.sub-menu li ul:before {
	display:none;
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
	opacity:1;
	right:calc(100% - 213px);
}
.menu-toggle,
.dropdown-toggle,
button.close-menu {
	display: none;
	background: #000000;
	color: #fff;
}
#main-menu ul.children li ul:before ,
#main-menu ul.sub-menu li ul:before {
	display:none;
}

 

/* ===============================================
   HEADER SEARCH
   =============================================== */

 
 
 .serach-cart-group a:hover{
  color: #F83DDE;
 }
  
 p.cart-item-box{
 	position: absolute;
    top:-10px;
    right: -10px;
    background:  #F83DDE;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
 }

 
.header-search .search-form {
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	padding:0;
	z-index:1001;
	visibility: hidden;
	-webkit-transition-property: all , -webkit-transform;
    transition-property: all , transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	background: rgba(255,255,255, 0.98) none repeat;
	border:none !important;
}
.header-search .search-form.is-open {
	right:0;
	height:100vh;
	visibility: visible;
}
.header-search .search-form.is-open form {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
.header-search .search-form a.close-search-form {
	top:50px;
	position:absolute;
	margin-left:-13px;
	left:50%;
}
.header-search .search-form i.searchform-close-button {
	font-size:25px;
	color:#616161 !important;
	opacity:0;
	-webkit-transition: transform .2s linear;
	-moz-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}
.header-search .search-form.is-open i.searchform-close-button {
	opacity:1;
}
.header-search .search-form.is-open i.searchform-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#site-navigation .sidenav a.closebtn, .open-menu{
  	display: none;
}


/* ===============================================
   POST BOX
   ============================================= */

 
 
h4.post-title {
  font-size: 22px;
  color: #000000;
  font-weight: 800;
}
 
.post-meta i{
	color:  #F83DDE;
}
.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #121d21;
	white-space: break-spaces;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
  	border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
	max-width: 100%;
}
.post-content img,
.post-thumbnail img {
	max-height:100%;
	height:auto;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,footer {
  float: left;
  width: 100%;
}
 
.latest-post .post-date {
  float: left;
}
.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post figure{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.latest-post figure:hover+span{
	opacity: 1;
}
.latest-post figure img{
	webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}
.latest-post:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.post-single .tags-bg a{
	padding: 10px 15px;
	background: #000000;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	margin:0 10px;
}
.post-single .tags-bg a:hover{
	background:#000000 ;
}
.post-single .blog_share_icon .fab{
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #000000;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	margin:0 10px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.post-single .blog_share_icon .fab:hover{
	transform: rotate(360deg);
	background:  #F83DDE;
}
.post-single {
	display: block;
}
label{
	display: block;
}
 
.latest-post h4 a{
  color: #000000;
  font-weight: 600;
}
.latest-post h4 a:hover{
  color: #F83DDE;
}
.latest-post .post-content p{
  color: #908E8B;
  font-weight: 400;
}

.latest-post .owl-item .post-admin span img{
  width: auto;
  display: inline-block;
  border-radius: 50%;
}
.latest-post{
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.08));
  border: 1px solid #F83DDE;
  padding: 10px;
  background: #fff;
}
.latest-post .far.fa-calendar-alt, .latest-post .fas.fa-bookmark{
  color: #717982;
} 
.latest-post .icon-book{
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}
.latest-post figure{
  margin: 0;
  padding: 0;
  overflow: hidden;
   
 }
.latest-post figure:hover+span{
  opacity: 1;
}
.latest-post figure img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.latest-post .post-item:hover figure img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .far.fa-calendar-alt{
  color: #F83DDE;
}
.latest-post .far{
  color: #F83DDE;
  font-size: 18px;
}
 

.latest-post .post-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.latest-post .post-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.latest-post .admin a {
  color: #F83DDE;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input{
  width: 100%;
}
.comment-respond input#submit {
  background: #000000;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}
.comment-respond input#submit:hover{
  background-color:  #F83DDE;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-content.card-block {
  padding: 15px;
}
.comment-reply a {
  background: #000000;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}
.comment-reply a:hover {
  background:  #F83DDE;
  color: #f3f4f7;
  text-decoration: none;
}
.brand-name{
  margin-bottom: 0;
  margin-top: 10px;
}
#awesome_product .brand-name{
  color: #fff;
}
 
ul.footer-cnt .dashicons{
  line-height: 28px;
}
#awesome_product .head-text{
  margin-bottom: 60px;
}
.page-template-frontpage .woosc-btn {
position: absolute;
bottom: 45px;
right: 20px;
width: 40px;
height: 40px;
border-radius: 40px;
background: #000000;
border: 0;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
}
.page-template-frontpage .product-image:hover  .woosc-btn{
  opacity: 1;
}
.page-template-frontpage .woosc-btn::after{
  content: '\f362';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}
.page-template-frontpage .woosc-btn.woosc-btn-added:before{
  display: none;
}

.woocommerce-shop .woosc-btn, .related.products .woosc-btn{
  position: absolute;
  top: 65px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #000000;
  border: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .woocommerce-shop .woosc-btn::after, 
  .related.products .woosc-btn::after, .summary.entry-summary .woosc-btn::after{
    content: '\f362';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #fff;
    font-weight: 900;
  }
  .woocommerce-shop .woosc-btn.woosc-btn-added:before, 
  .related.products .woosc-btn.woosc-btn-added:before, 
  .summary.entry-summary .woosc-btn.woosc-btn-added:before{
    display: none;
  }
  .summary.entry-summary .woosc-btn{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #000000;
    border: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  section.category-title h1 {
    text-align: center;
  }
  #mySidenav span{
  	display: block;
  	font-size:30px;
  	cursor:pointer;
  }
  .logo {
    text-align: center;
  }
  .open-menu{
  	display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
    margin-left: 0;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top:-100%;
    background: #fff;
  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu ,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu ,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top:0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 10px 15px;
    display: initial;
    font-size: 18px;
    color: #000;
  }

  #main-menu ul.children li a ,
  #main-menu ul.sub-menu li a {
    /* padding: 0; */
    line-height:53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #000000;
    right: 30px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transform: translate(0,-50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after ,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform:  rotate(45deg);
    transform:  rotate(45deg);
  }

}


/* ===============================================
   Pagination
   ============================================= */

.pagination,
.VR-gaming-pro-pagination {
	margin:25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.VR-gaming-pro-pagination a span,
.VR-gaming-pro-pagination span.current {
	display:inline-block;
	text-decoration: none;
	padding:10px 20px;
	font-size:18px;
  font-weight: 600;
	line-height:21px;
	color:#222;
  border-radius: 4px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	margin:0;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.VR-gaming-pro-pagination span.current,
.VR-gaming-pro-pagination span.current:hover,
.VR-gaming-pro-pagination span.current:focus,
.VR-gaming-pro-pagination a span:hover,
.VR-gaming-pro-pagination a span:focus {
	background:#000000;
  color: #ffffff;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:0
}

.commentlist ul {
	list-style:none;
	padding:0;
	margin:0;
}

.commentlist li {
	margin:0;
}

.commentlist li .comment-respond {
	margin-bottom:25px;
}

.commentlist li:last-of-type .comment-respond {
	margin-bottom:0px;
}

.comment-container {
	position: relative;
	margin:0 0 25px 0;
	padding:30px;
	background:#fff;
	border:solid 1px #f3f4f7 !important;
	z-index:999
}

.comment-avatar img {
	float:left;
}

.comment-text {
	position:relative;
	margin-left:110px;
	padding:0 0 0 15px
}

.comment-container .comment-date {
	padding:15px 0;
}

.comment-avatar {
	position:relative;
	width:110px;
	float:left;
}

.comment-author .author {
	display:block;
	font-weight:bold;
}

.commentlist .children li {
	margin-left:30px;
}

.comment-notes {
	font-size:12px;
	margin:-25px 0 25px 0;
}

h3#reply-title,
h3.comments {
	height:30px;
	line-height:30px;
	margin:30px 0;
}

h3#reply-title small,
.logged-in-as {
	font-size: 15px;
	margin:-25px 0 25px 0;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	padding: 10px 2%;
	background:#fff;
	width: 100%;
	margin:0 0 15px 0;
	border:1px solid black;
	color:#000000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.comment-form input[type=submit] {
	background: #000000;
	color: #fff;
	border:none;
	font-size:14px;
	font-weight: 600;
	text-align:center;
	position:relative;
	display: block;
	text-shadow:none;
	padding:10px 15px;
	width:inherit;
	margin:0;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
	cursor: pointer;
 
}

.comment-form input[type=submit]:hover ,
.comment-form input[type=submit]:focus {
	background-color:#248efa;
	text-decoration:none
}

.logged-in-as a {
	color:#000000;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
	display:block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img{
  width: 100%;
  height: auto;
}
.sidebar-area .sidebar-widget {
	margin-bottom: 25px;
  background: #fff;
  border: 1px solid  #e9e7f4;
  filter: drop-shadow(0 0 20px rgba(0,0,0,0.08));
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
	line-height:1.9em;
	font-weight: normal;
}
.sidebar-area a{
  font-size: 16px;
  line-height: normal;
}

.sidebar-area ul, #calendar_wrap, .sidebar-area .textwidget,.tagcloud {
  list-style:none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area li a,
.sidebar-area li {
  font-size: 18px;
  font-weight: 500;
}
.sidebar-area li {
  padding-bottom: 15px;
  color: #000000;
}
.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #F83DDE;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background: #182634;
}
.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}
.sidebar-area .tagcloud a:hover{
	background: #000000;
	color: #fff;
}
.sidebar-area form {
  padding: 0;
}
.sidebar-area select,
.sidebar-area textarea, #comments textarea,
.sidebar-area input[type="text"], #comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}
.sidebar-area input[type="search"]{
  width: 69%;
  border: none;
  background: transparent;
}
#wp-calendar th,
#wp-calendar
#today,
#wp-calendar
#today a {
	background:#f3f4f7;
	color:#434343 !important;
}
#wp-calendar a:hover {
	border:none;
}
#wp-calendar {
	background: #fff;
	width:100%;
}
#wp-calendar caption {
	font-size: 14px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:left;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
	font-size: 14px;
	color:#434343 !important;
	padding:3px 6px;
}
#wp-calendar td a {
	display:block;
	text-align: center;
	font-size: 14px;
	color:#434343 !important;
	text-decoration:underline
}
#wp-calendar td#prev a,
#wp-calendar td#prev a{
	text-decoration:none;
	text-align:left;
}
#wp-calendar th{
	font-weight:bold
}
tr:nth-child(2n+2) {
	background-color: #f3f4f7;
}
.searchform label {
	display: block;
}
.searchform input[type=text] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 0;
  outline: none;
  border-radius: 4px 0 0 4px;
  border: 1px solid #eee;
}
.searchform input[type=submit]{
	background: #F83DDE;
	border: none;
	color: #fff;
	font-size:14px;
	font-weight: 600;
	text-align:center;
	position:relative;
	float:left;
	text-shadow:none;
	padding:14px 0;
	width:110px;
	margin:0 auto;
	cursor: pointer;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
  border-radius: 0 4px 4px 0;
}

.searchform input[type=submit]:hover ,
.searchform input[type=submit]:focus {
	background-color: #F83DDE;
	text-decoration:none
}
.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-area .post-thumbnail{
  width: 80px;
  height: 80px;
 }
.sidebar-area .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    
  }
  .sidebar-area .post-title {
    font-size: 18px;
  }
 
footer .sidebar-area {
	background: none;
	padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
	color: #B29CAF;
  font-size: 14px;
}
footer a:hover{
  color: #F83DDE;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
	max-width:100%;
	height:auto;
	margin-bottom: 20px;
}
.alignleft,
img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}
.alignright,
img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	float:none;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom:12px;
}
.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:25px;
	max-width:100% !important;
	padding:4px;
	text-align:center;
}
.wp-caption img {
	margin:5px 5px 0;
	width:96%;
	height:100%
}
.wp-caption p.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}
.footer-area .woocommerce ul.cart_list li img, .footer-area .woocommerce ul.product_list_widget li img{
	height: 70px;
}


/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #F83DDE;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
} 
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}
#button_scroll .fas{
	color: #fff;
	padding: 8px;
	margin: 5px 0;
}
#button_scroll:hover {
  background:  #01122C;
}
#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
#button_scroll::before,
#button_scroll::after {
  background: #F83DDE;
  content: '';
  position: absolute;
  z-index: -1;
}
#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212121;
  z-index: 99999;
}

/** loader **/

/* .sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #F83DDE transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}
.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent  transparent #fff transparent ;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
} */


.loader-box{
  width: 100px;
  height: 100px;
  margin: auto;
}
.loader-box img{
  width: 100%;
}

/** animation starts here **/

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }  
  
  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}
.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}
a.close-search-form{
	display: none;
}

/*SRTICKY HEADER*/

.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.admin-bar .fix-sticky {
	margin-top: 32px;
}
 
 
/*Body*/ 

.page-template-frontpage .header-menu{
  padding-top: 15px;
}
header#site-navigation{
  background: linear-gradient(90deg, rgba(253,79,231,1) 0%, rgba(1,18,44,1) 100%);
  padding: 10px 0;
}
.page-template-frontpage header#site-navigation{
  background: transparent;
}
.page-template-frontpage .header-menu{
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.logo-image img{
	width: auto;
}
.serach-cart-group{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.page-template-frontpage .fix-sticky{
  background: linear-gradient(90deg, rgba(253,79,231,1) 0%, rgba(1,18,44,1) 100%) !important;
}
.fix-sticky{
  background: linear-gradient(90deg, rgba(253,79,231,1) 0%, rgba(1,18,44,1) 100%);
}

.cart-sec{
  position: relative;
}
.page-template-frontpage .fix-sticky .serach-cart-group a{
  color: #fff;
}
.page-template-frontpage .serach-cart-group a{
  color: #000000;
}
.serach-cart-group a{
  color: #fff;
}


/*SLIDER SECTION*/ 

#slider{
  position: relative;
  padding: 20px;
}

#slider .carousel-caption {
 text-align: left;
 top: 50%;
 transform: translateY(-50%);
}
 
 
#slider h1{
  font-size: 60px;
  color: #fff;
  font-weight: 800;
}
#slider p{
  color: #B29CAF;
}
#slider .btn{
  background: #F83DDE;
  color: #fff;
  padding: 10px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
  
}
#slider .btn:hover{
  background: #fff;
  color: #000000;
}
#slider .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 0;
  display: none;
}
#slider .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #f5c9a7;
  margin: 0 5px;
}
#slider .owl-dots button.owl-dot.active {
  background-color:#F83DDE ;
  width: 14px;
  height: 14px;
}

 
 



/* Main css */

.page-template-frontpage h2{
  color: #000000;
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 800;
  margin-top: 10px;
}


.page-template-frontpage h5{
  color: #F83DDE;
  font-size: 16px;
  position: relative;
}

.line-div{
  display: flex;
  align-items: center;
}
 
.btn-line{
  position: relative;
}
.btn-line::after{
  content: '';
  background: #F83DDE;
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 10px;
  height: 2px;
  width: 80px;
  padding: 1px;
}
 
.page-template-frontpage h4{
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

p{
  line-height: 28px;
  font-size: 16px;
}
 .button-new{
  padding: 10px 20px;
  text-align: left;
  transition: .3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  background: #F83DDE;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  font-size: 16px;
}

.button-new:hover{
  background: #2AC8D1;
  color: #fff;
}

span.onsale {
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 10px;
  background: #000000;
  color: #fff;
}

.sec-padd{
  padding: 80px 0;
}


/*About us SECTION*/

#about_us .box-img{
  overflow: hidden;
  position: relative;
}
#about_us .box-img img{
  
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  max-width: 100%;
}
#about_us .box-img img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#about_us .year-exp-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #FFF1FD;
  padding: 30px 35px;
  border: 1px solid #F83DDE;
  gap: 20px;
  border-radius: 20px;
}
#about_us .year-exp-div h4{
  font-size: 60px;
  color: #F83DDE;
  margin-bottom: 0;
}
#about_us .year-exp-div p{
  margin-bottom: 0;
}

/*PRODUCT CATEGORY SECTION*/


#we_offer{
  position: relative;
  padding:  0 20px;
}
#we_offer .we-offer-bg{
  background-size: contain !important;
  position: relative;
  background-position: center;
}
 
#we_offer .product-box{
  position: relative;
  padding: 30px 30px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  height: 190px;
}
 
#we_offer .img-div{
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 20px;
}
#we_offer .img-div img{
  width: auto;
}
#we_offer .services_title{
  color: #222222;
  transition: .3s ease-in-out;
}
#we_offer .product-box:hover .services_title{
  color: #F83DDE;
  text-align: center;
 
}

#we_offer .owl-nav{
	display: none;
}
#we_offer .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
#we_offer .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #f5c9a7;
  margin: 0 5px;
}
#we_offer .owl-dots button.owl-dot.active {
  background-color:#F83DDE ;
  width: 14px;
  height: 14px;
}

/* Our Collection Section */
#our_collections figure{
	margin: 0;
	padding: 0;
	overflow: hidden;
  text-align: center;
}
#our_collections figure:hover+span{
	opacity: 1;
}
#our_collections figure img{
	-webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: auto;
}
#our_collections .collection-box:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#our_collections .button-our-collection{
  background: #F83DDE;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#our_collections .button-our-collection:hover{
  background: #01122C;
}


/* Products Featurs */

#products_featurs{
  padding: 20px;
}
#products_featurs .products_featurs_bg{
  background-size: contain;
  background-position: center;
}
#products_featurs .fea-box{
  text-align: left;
  width: 200px;
}

#products_featurs  .right-side-div{
  display: flex;
  justify-content: flex-end;
}
#products_featurs .fea-box p{
  margin-bottom: 0;
}
#products_featurs .fea-box h4{
  margin-bottom: 0;
}
#products_featurs .border-div-box{
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#products_featurs img{
  width: 100%;
}
#products_featurs .border-margin-sec .fea-border{
  margin-top: 20px;
}


/* Awesome Product */

#awesome_product .tab-product{
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
#awesome_product .box{
  overflow: hidden;
  position: relative;
  background: #EFEFEF;
  border-radius: 10px;
 
}
 
#awesome_product .box img{
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#awesome_product .box img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
 
#awesome_product h3 a{
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}
#awesome_product h3 a:hover{
  color: #F83DDE;
}
#awesome_product ins span.woocommerce-Price-amount.amount{
  color: #222222;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
}
#awesome_product ins{
  text-decoration: none;
}
#awesome_product del span.woocommerce-Price-amount.amount bdi{
  color: #888;
  font-weight: 500;
  margin-right: 5px;
}
#awesome_product .img-box-div{
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#awesome_product  h6.price{
  font-weight: 800;
  color: #222222;
  font-size: 18px;
  margin-bottom: 0;
}
#awesome_product .box .box-content{
  text-align: center;
  font-size: 0;
  opacity: 0;
  position: relative;
  bottom: 20px;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease-out;
}
#awesome_product .box .box-content:hover{
  background:  #F83DDE;
}
#awesome_product .box:hover .box-content{ opacity: 1; }
#awesome_product .box .box-content:before,
#awesome_product .box .box-content:after{
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
}
#awesome_product .box .box-content:after{
  border-left: none;
  border-top: none;
  transform-origin: bottom right;
}
#awesome_product .box:hover .box-content a:before,
#awesome_product .box:hover .box-content a:after{
    transform: scale(1);
}
#awesome_product .box-content a.added_to_cart.wc-forward{
  position: relative;
  float: right;
  font-size: 0;
}
#awesome_product .tinvwl_add_to_wishlist_button{
  position: absolute;
  right: 65px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #222222;
  visibility: hidden;
}
#awesome_product .tinvwl_add_to_wishlist_button:hover{
  background: #F83DDE;
}
#awesome_product .tab-product:hover .tinvwl_add_to_wishlist_button, 
#awesome_product .tab-product:hover a.button::after{
  visibility: visible;
}
#awesome_product a.added_to_cart.wc-forward:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color:#fff ;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 165px;
  left: auto;
  margin: auto;
  bottom: 0;
  border-radius: 6px;
}
#awesome_product a.added_to_cart.wc-forward:hover::after {
  background: #F83DDE;
}
#awesome_product  a.button::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color:#fff ;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  left: 105px;
  bottom: 0;
  border-radius: 6px;
}
#awesome_product  a.button:hover::after{
  background: #F83DDE;
}

#awesome_product .star-rating {
  position: relative;
  line-height: normal;
  font-size: 16px;
  color: #797979;
}

#awesome_product .star-rating span::before {
  content: "\f155";
  font-family: dashicons;
  color: #FFD057;
  font-size: 18px;
  margin-right: 3px;
}

#awesome_product .btm-div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}


#awesome_product .woosw-btn-has-icon{
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.woosw-btn-text-icon .woosw-btn-text{
  display: none;
}

/* Video Section */

#video_sec{
  padding: 0 20px;
}
#video_sec h2{
  color: #fff;
  margin-top: 20px;
}
#video_sec .video_sec_bg{
  background-size: contain !important;
  background-position: center;
}

#video_sec .video-section{
  display: flex;
  align-items: center;
  justify-content: center;
}

#video_sec .large i{
  font-size: 20px;
  color: #fff;
  background: #F83DDE;
  width: 100px;
  height: 100px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#video_sec .open-video{
  background: rgb(248 61 222 / 40%);
  display: inline-flex;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
}
#video_sec .large i:hover{
  color: #121212;
}
#video_sec .video-section .video-blog{
  position:fixed;
  top:0;
  right:-100%;
  width:100%;
  height:100%;
  padding:0;
  z-index:1001;
  visibility: hidden;
  -webkit-transition-property: all , -webkit-transform;
  transition-property: all , transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  background: rgba(255,255,255, 0.98) none repeat;
  border:none !important;
}
#video_sec .video-section .video-blog .is-open {
  right:0;
  height:100%;
  visibility: visible;
  top: 30px;
}
#video_sec .video-section  .video-blog .is-open section{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
#video_sec .video-section .video-blog a.close-video {
  top:50px;
  position:absolute;
  margin-left:-13px;
  left:50%;
}
#video_sec .video-section .video-blog i.videoblog-close-button {
  font-size:25px;
  color:#616161 !important;
  opacity:0;
  -webkit-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
}
#video_sec .video-section .video-blog .is-open i.videoblog-close-button {
  opacity:1;
  position: relative;
  bottom: 35px;
}
#video_sec .video-section .video-blog.is-open i.videoblog-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}



/* Testimonial Sections */

#testimonial .testimonial-box{
  position: relative;
   
}
#testimonial .testimonial-box::after{
  content: '';
  background-image: url(images/background/testimonial-box.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-size: contain;
}

#testimonial .testimonial-cnt-div{
  position: relative;
  z-index: 11;
  padding: 40px;
}
#testimonial .testimonial-dtl-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  
}
 
#testimonial .box-img img{
  width: 100%;
  margin: auto;
}
#testimonial h4{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
 
#testimonial .dashicons{
  color: #F83DDE;
  font-size: 50px;
  width: auto;
  margin: auto;
  position: absolute;
  right: 70px;
  top: 0;
  transform: rotateY(180deg);
  opacity: 0.2;
}

#testimonial .rating-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 20px;

}
#testimonial span.star{
  position: relative;
   
}
#testimonial span.star:before{
  color: #FFD057;
}
#testimonial span.star:after{
  color: #dddad7;
}

#testimonial span.star:before,
#testimonial span.star:after {
  font-size: 22px;
}
#testimonial span.star[data-rating="1"]:before,
#testimonial span.star[data-rating="4"]:after {
  content: "★";
}
#testimonial span.star[data-rating="2"]:before,
#testimonial span.star[data-rating="3"]:after {
  content: "★★";
}
#testimonial span.star[data-rating="3"]:before,
#testimonial span.star[data-rating="2"]:after {
  content: "★★★";
}
#testimonial span.star[data-rating="4"]:before,
#testimonial span.star[data-rating="1"]:after {
  content: "★★★★";
}
#testimonial span.star[data-rating="5"]:before,
#testimonial span.star[data-rating="0"]:after {
  content: "★★★★★";
}

/* Newsletter */

 
#newsletter{
  padding: 0 20px;
}
#newsletter .newsletter_bg{
  background-size: contain !important;
  background-position: center;
}
 
 

#newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email{
  padding: 12px 20px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  outline: none;
  box-shadow: none;
  color: #797979;
  width: 100%;
}

#newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder{
  color: #797979;
}

#newsletter .newsletter-form{
  position: relative;
}
#newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
  background: #F83DDE;
  outline: none;
  box-shadow: none;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}
#newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
  background: #2AC8D1;
}
#newsletter .newsletter-div{
  position: relative;
  top: 60px;
}
#newsletter .social-links a{
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 40px;
  margin-right: 10px;
  
}
#newsletter .social-links a:hover{
  color: #2AC8D1;
  background: #fff;
}
#newsletter  .wpcf7-spinner{
  display: none !important;
}
 

/*RECENT BLOG SECTION*/


#latest_news img{
  width: 100%;
  height: 100%;
}

   
#latest_news .date-grp{
  background: #FFF1EC;
  padding:7px 10px;
  border-radius: 30px;
  color: #F83DDE;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
#latest_news  .post-date{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#latest_news  .post-date p{
  margin-bottom: 0;
}

#latest_news a.post-title{
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
  color: #222222;
}
#latest_news a.post-title:hover{
  color: #F83DDE;
}
 #latest_news .post-grp{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
 }
 #latest_news .admin a{
  color: #F83DDE;
  text-transform: capitalize;
 }


 #latest_news .post-content{
  margin-top: -20px;
 }

/* Blog section */

.latest-post .post-image-box{
  position: relative;
}
 
.latest-post .latest_content{
  margin-top: -15px;
}
.latest-post  .post-date p {
  margin-bottom: 0;
}
 
 
.latest-post .post-goto{
  color: #8C6239;
  font-weight: 300;
  font-size: 14px;
}
.latest-post .post-title a{
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-post .post-date p{
  margin-bottom: 0;
  font-weight: 600;
}
h2.wp-block-heading, .wp-block-search__label{
  padding: 10px 10px;
  background: #182634;
  color: #fff;
  border-bottom: 5px solid #F83DDE;
  font-size: 24px;
}

.footer-area h2.wp-block-heading, .footer-area .wp-block-search__label{
  padding: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 24px;
  text-align: left;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
  padding-left: 10px;
}
ol.wp-block-latest-comments{
  padding: 0;
}
ol.wp-block-latest-comments .footer{
  float: unset;
}

.footer1 .widget_block, .sidebar-area .widget_block{
  display: none;
}
#banner .post-title{
  text-align: center;
}

.contact-enquiry{
  background: linear-gradient(90deg, rgba(253,79,231,1) 0%, rgba(1,18,44,1) 100%);
  padding: 50px 0;
}
#contact .services-box p{
  color: #fff;
}


/*Footer Section*/

footer{
  padding: 20px 20px 0;
}
footer .footer-bg{
  padding: 110px 0 70px;
  background-position: center;
  position: relative;
  background-size: contain !important;
}

.footer-area .textwidget{
  list-style: none;
}
.footer-area .textwidget ul{
  padding: 0 10px;
}
.footer-area .textwidget ul li {
  margin: 5px 0;
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
}
 .footer-area h4.title{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
 }
 
.footer-area  .fab{
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-area .fab:hover{
  color: #F83DDE;
}
.footer-area .post-thumbnail img {
    max-width: 100px;
    height: 70px;
    float: right;
}
.footer-area .post-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.footer-area .post-meta a{
  font-weight: 400;
  color: #B29CAF;
  font-size: 14px;
}
.footer-area .post-meta a:hover{
  color: #F83DDE;
}
.footer-area ul {
    padding: 0px;
    padding-left: 10px;
    line-height: 2;
  }
.footer-area ul li{
  margin: 10px 0; 
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
}
.footer-area ul li::marker{
  color: #7D8C9C;
}
.footer-area ul.footer-cnt{
  padding-left: 0;
  list-style: none;
}
 
.footer-area img{
  width: auto;
  margin-bottom: 10px;
}
.footer-area select{
  width: 100%;
  padding: 10px;
}
.footer-area bdi{
  color: #FFF;
}
.footer-area h3, .footer-area h2{
  font-size: 24px;
  color: #FFF;
}

.footer-area .social-links{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.footer.container{
  position: relative;
}
.copyright-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff3b;
  padding-top: 15px;
  margin-top: 30px;
}
.copyrigt-links a{
  margin-left: 30px;
}

.copyright-box p{
  margin-bottom: 0;
}
.copyright-box a{
  color: #B29CAF;
}
.copyright-box a:hover{
  color: #F83DDE;
}
a.buynowbtn {
  background: #F83DDE;
  color: #fff !important;
  padding: 5px 10px !important;
}

.product-cat-name{
  margin-bottom: 0;
  margin-top: 10px;
}

.footer-area .post-date span{
  color: #fff;
  font-size: 18px;
}

/*Contact Page*/

#contact .contact-title{
  font-size: 44px;
  color: #000000;
  font-weight: 700;
}
#contact h2{
 font-size: 34px;
  line-height: 42px;
  color: #000000;
  font-weight: 500;
}
#contact hr{
  background: #000000;
    padding: 1px;
    width: 10%;
}
#contact p{
  color: #2b2b2b;
}
#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#contact input.wpcf7-form-control.wpcf7-text{
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4 ;
  margin: 10px;
  outline: none;
  width: 46%;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea{
  width: 94%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4 ;
  outline: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff; 
  text-decoration: none;
  font-weight: 500;
  background: #000000;
  border: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  background:  #F83DDE;
  color:#fff; 
  font-weight: 500;
  border: none;
}
#contact span.wpcf7-spinner{
  display: block;
}
#contact embed{
  width: 100%;
  height: 500px;
}
#contact .dashicons{
  font-size: 50px;
  color: #fff;
  display: inline;
-webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: inline-table;
}
#contact .services-box:hover .dashicons{
  transform: rotate(360deg);
  color:  #F83DDE
}
#contact h6{
  color: #fff;
  font-size: 20px;
}
#contact .services-box{
  border: 2px solid #F83DDE;
  height: 100%;
  padding: 20px 20px;

}
#contact .services-box p{
  margin-bottom: 0;
}

#recent_blog .btn-grp{
  margin-top: 30px;
}
 

#recent_blog .order-box2 figure{
  height: 340px;
}
#recent_blog .order-box2 figure img{
  width: 100%;
  object-fit: cover;
}


.footer-cols .footer3{
  display: flex;
  justify-content: flex-end;
}


.sidebar-area .post-meta span{
  font-size: 14px;
}


@media (max-width: 1199px){
  .latest-post .post-grp {
    gap: 5px;
  }
  .latest-post .post-date p{
    font-size: 14px;
  }
  .latest-post .latest_content{
    margin-top: -5px;
  }
}

@media (max-width: 991px){
  #testimonial .rating-div{
    justify-content: center;
  }

  #newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
    width: auto;
    margin: auto;
  }

  
}
 
@media (max-width: 767px){
  #products_featurs .fea-border{
    display: none;
  }
   
  .copyrigt-links a{
    font-size: 14px;
    margin-left: 10px;
  }
  .copyright p{
    font-size: 14px;
  }
 
  #contact .services-box{
    height: auto;
    margin-bottom: 20px;
  }
  .latest-post .post-grp{
    justify-content: center;
  }

 

    
}
/*MEDIA QUERY 320 TO 720*/

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

   #main-menu ul li.current-menu-item > a::after, 
   #main-menu ul li.current_page_item > a::after{
    display: none;
  }
  .page-template-frontpage .header-menu{
    position: relative;
    background: linear-gradient(90deg, rgba(253,79,231,1) 0%, rgba(1,18,44,1) 100%);
  }
  header#site-navigation{
    padding: 0;
  }
  .page-template-frontpage .serach-cart-group a{
    color: #fff;
  }
  .page-template-frontpage .fix-sticky #main-menu ul li a{
    color: #000000;
  }
  .page-template-frontpage .header-menu{
    padding: 5px 0;
  }
   #main-menu ul{
    display: block;
   }
   .menu-sec{
    order: 1;
   }
   .logo-image{
    margin: auto;
   }
    
	.sidenav {
	  height: 100vh;
	  width: 0;
	  position: fixed;
	  z-index: 9999;
	  top: 0;
	  left: 0;
	  background-color: #ffff;
	  overflow-x: hidden;
	  transition: 0.5s;
	  padding-top: 60px;
	  text-align:center;
	}
	.sidenav a {
	  padding: 8px 8px 8px 32px;
	  text-decoration: none;
	  font-size: 25px;
	  color: #818181;
	  display: block;
	  transition: 0.3s;
	}
	#main-menu{
		top: 25px;
	}
	.sidenav a:hover{
	  color: #f1f1f1;
	}
	#main-menu ul.children, #main-menu ul.sub-menu{
		box-shadow: none;
	}
	.sidenav .closebtn {
	  position: absolute;
	  top: 50px;
	  right: 25px;
	  font-size: 36px;
	  margin-left: 50px;
	}
	#site-navigation .sidenav a.closebtn, .open-menu{
		display: inline-block;
		background: #000000;
		padding: 0 10px;
		color: #fff;
	}
	#main-menu ul.children, #main-menu ul.sub-menu{
		background: transparent;
	}
	#main-menu ul.sub-menu li a:hover:after{
		background: transparent;
		color: #000000;
	}
	#main-menu ul.sub-menu li a:hover{
		color: #000000;
	}
	#main-menu ul.sub-menu li a:before{
		border: none;
	}
  .page-404 h1{
  	font-size: 100px;
  }
  .page-404 p{
  	margin-left: 0;
  	margin-right: 0;
  }
   
  .fix-sticky{
    position: relative;
  }

  #banner .post-title{
    font-size: 24px;
  }
  .post-content{
    text-align: center;
  }

  #contact hr {
   width: 30%;
  }
  #contact .contact-form p{
  	margin-left: 0;
  	margin-right: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea{
  	width: 100%;
  	margin: 15px 0;
  }
  #contact .wpcf7 .ajax-loader{
  	display: block;
  	left: 38%;
  }
  #comments textarea{
  	width: 100%;
  }
	.woocommerce-page div.product div.summary{
	 	padding: 15px;
	} 
  .post-single .blog_share_icon .fab{
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }
  
  .latest-post .post-title a{
    font-size: 16px;
  }
  .latest-post{
    padding: 10px;
  }

  p.post-content{
    text-align: center;
  }
  .footer-area h2.wp-block-heading, .footer-area .wp-block-search__label{
    text-align: center;
  }
  .footer-area h4.title{
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .post-content p{
    text-align: center;
  }
  .latest-post .latest_content{
    text-align: center;
  }

  #slider .slider-image-box{
    height: 450px;
  }

  #slider .slider-image-box img{
    height: 100%;
    object-fit: none;

  }
  #slider{
    padding: 0;
  }
  #slider h1{
    font-size: 24px;
  }
  #slider .carousel-caption{
    left: 5%;
  }
  .page-template-frontpage p{
    font-size: 14px;
    line-height: 22px;
  }
  .page-template-frontpage h2{
    font-size: 24px;
    text-align: center;
  }
  #about_us .year-exp-div h4{
    font-size: 36px;
  }
  .sec-padd{
    padding: 50px 0;
  }
  #we_offer .we-offer-bg, #products_featurs .products_featurs_bg, 
  #video_sec .video_sec_bg, #newsletter .newsletter_bg, footer .footer-bg{
    background-size: cover !important;
  }
  #we_offer, #products_featurs, #video_sec, #newsletter, footer{
    padding: 0;
  }
  #our_collections figure img{
    width: 100%;
    margin-top: 30px;
  }
  #our_collections p{
    text-align: center;
  }
  .page-template-frontpage h5{
    text-align: center;
  }
  
  .mobile-order1{
    order: 2;
  }
  .mobile-order2{
    order: 1;
  }
  #products_featurs .border-div-box, #products_featurs .right-side-div{
    justify-content: center;
    display: block;
  }
  #products_featurs .fea-box{
    width: auto;
    height: 60px;
    text-align: center;
  }

  #products_featurs .order-phone1{
    order: 1;
  }
  #products_featurs .order-phone2{
    order: 3;
  }
  #products_featurs .order-phone3{
    order: 2;
  }
  .page-template-frontpage h4{
    font-size: 16px;
  }

  #testimonial .testimonial-box::after{
    background-size: cover;
    display: none;
  }
  #testimonial .testimonial-cnt-div{
    padding: 20px;
    background: aliceblue;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  #testimonial .dashicons{
    top: 0;
    right: 20px;
  }

  footer .footer-bg{
    padding: 40px 0 70px;
  }

  .footer-cnt a{
    justify-content: center;
  }

  .copyright-box{
    display: block;
    margin-top: 10px;
  }
  .footer-area .social-links{
    justify-content: center;
    margin-top: 10px;
  }
  #video_sec .large i {
    font-size: 18px;
    width: 60px;
    height: 60px;
  }
  #video_sec .open-video{
    width: 80px;
    height: 80px;
  }
  .footer-cols .footer3{
    display: flex;
    justify-content: center;
  }
  .btn-line::after{
    margin: auto;
    position: relative;
    width: 100px;
    display: block;
    left: 0;
  }
  .line-div{
    justify-content: center;
    display: block;
  }

}

 
/*MEDIA 721 TO 1023*/

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

  #main-menu ul{
    justify-content: center
  }
	#main-menu{
		float: left;
		width: 100%;
	}
  .header-menu .logo a{
    font-size: 24px;
    line-height: 35px;
   }
  .main-menu ul li a{
  	padding: 10px 12px;
  	font-size: 12px;
  	padding-left: 0;
  }
  .header-menu .logo-image img{
    width:auto;
  }

  .header-order1{
    order: 1;
  }
  .header-order3{
    order: 2;
  }
  .header-order2{
    order: 3;
  }
  .page-template-frontpage .header-menu{
    position: relative;
    background: linear-gradient(90deg, rgba(253,79,231,1) 0%, rgba(1,18,44,1) 100%);
    padding: 10px 0;
    padding-top: 10px;
  }
  .page-template-frontpage header#site-navigation{
    padding: 0;
  }
  .page-template-frontpage .serach-cart-group a, .page-template-frontpage #main-menu ul li a{
    color: #fff;
  }
  .fix-sticky{
    position: relative;
  }
  .admin-bar .fix-sticky{
    margin-top: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    width: 30%;
  }
	#contact textarea.wpcf7-form-control.wpcf7-textarea{
		width: 95%;
		margin: 15px 0;
	}
	#contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number{
		width: 45%;
		margin: 10px 10px;
	}
	#contact input.wpcf7-form-control.wpcf7-text{
		width: 46%;
		margin: 20px 10px;
	}
	#contact .wpcf7 .ajax-loader{
		display: block;
	}
	.sidebar-area .post-title{
		font-size: 14px;
	}

  .latest-post .post-title a{
    font-size: 16px;
  }
  .latest-post{
    padding: 10px;
  }
  .page-template-frontpage h2{
    font-size: 22px;
    text-align: center;
  }
  .page-template-frontpage h4{
    font-size: 16px;
  }
  
  .sec-padd{
    padding: 50px 0;
  }
  #slider h1{
    font-size: 30px;
  }
  #slider p{
    font-size: 14px;
  }
  #slider .carousel-caption{
    top: 40%;
    left: 5%;
  }
  #slider .slider-image-box{
    height: 400px;
  }
  #slider .slider-image-box img{
    height: 100%;
    object-fit: none;
  }
  
  #slider{
    padding: 0;
  }
  #about_us .year-exp-div h4{
    font-size: 30px;
  }
  #about_us h2{
    text-align: center;
  }
  #about_us .year-exp-div{
    padding: 10px 15px;
  }
  #our_collections figure img{
    width: 100%;
  }
  #our_collections h2{
    text-align: left;
  }
  #we_offer, #products_featurs, #video_sec, #newsletter, footer{
    padding: 0;
  }
  #we_offer .we-offer-bg, #products_featurs .products_featurs_bg, 
  #video_sec .video_sec_bg, #newsletter .newsletter_bg, footer .footer-bg{
    background-size: cover !important;
  }
  #we_offer .we-offer-bg .container{
    padding-top: 30px;
  }

  #video_sec .large i {
    font-size: 18px;
    width: 60px;
    height: 60px;
  }
  #video_sec .open-video{
    width: 80px;
    height: 80px;
  }

  #testimonial .testimonial-cnt-div{
    background: aliceblue;
    padding: 30px 20px;
  }
  #testimonial .dashicons{
    top: 30px;
  }
  #testimonial .testimonial-box::after{
    display: none;
  }
  #testimonial .testimonial-dtl-div{
    justify-content: center;
  }
  .footer-cols .footer3{
    display: flex;
    justify-content: center;
  }
  #awesome_product a.added_to_cart.wc-forward:after{
    right: 190px;
  }
   
  
 
}

/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px){
  .header-menu .logo-image img {
    width: 100%;
   }
	#main-menu ul li a{
		padding: 0 15px;
    font-size: 15px;
	}
  .page-template-frontpage .header-menu{
    padding-top: 0;
  }

  p.cart-item-box{
    left: 85%;
  }
  .header-menu .contact-info{
    flex-wrap: wrap;
  }

  .page-template-frontpage h2{
    font-size: 26px;
  }
  
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
   width: 95%;
  }
  #slider h1 {
    font-size: 34px;
  }
  #slider .carousel-caption{
    top: 40%;
    left: 5%;
  }
  
  #we_offer .we-offer-bg, #products_featurs .products_featurs_bg, 
  #video_sec .video_sec_bg, #newsletter .newsletter_bg, footer .footer-bg{
    background-size: cover !important;
  }
  #about_us .year-exp-div h4 {
    font-size: 40px;
  }
  #our_collections figure img{
    width: 100%;
  }
  #video_sec .large i {
    font-size: 18px;
    width: 72px;
    height: 72px;
  }
  #video_sec .open-video{
    width: 90px;
    height: 90px;
  }

  #testimonial .testimonial-cnt-div{
    padding: 20px;
    background: aliceblue;
  }
  #testimonial .testimonial-box::after{
    display: none;
  }
  #testimonial .dashicons{
    right: 30px;
    top: 30px;
  }
  #slider{
    padding: 10px 20px 20px;
  }
 

}

/*MEDIA 1200 TO 1440*/
@media only screen and (min-width: 1200px) and (max-width: 1440px){
  .page-template-frontpage .header-menu{
    padding-top: 10px;
  }
  #slider h1 {
   font-size: 44px;
  }
  #we_offer .we-offer-bg, #products_featurs .products_featurs_bg, 
  #video_sec .video_sec_bg, #newsletter .newsletter_bg, footer .footer-bg{
    background-size: cover !important;
  }
  #slider .carousel-caption{
    left: 8%;
  }

  #testimonial .testimonial-cnt-div{
    padding: 30px;
  }

  #testimonial .testimonial-cnt-div p{
    line-height: 24px;
  }

  #awesome_product a.button::after{
    left: 85px;
  }
 
 
}



@media only screen and (min-width: 1441px) and (max-width: 1699px){
  
  #slider h1 {
    font-size: 50px;
  }
  #slider .carousel-caption{
    left: 8%;
  }
  #we_offer .we-offer-bg, #products_featurs .products_featurs_bg, 
 #newsletter .newsletter_bg, footer .footer-bg{
    background-size: cover !important;
  }
  #video_sec .video_sec_bg{
    background-size: contain !important;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1799px){
  #we_offer .we-offer-bg, #products_featurs .products_featurs_bg, 
   #newsletter .newsletter_bg, footer .footer-bg{
    background-size: cover !important;
  }
  #video_sec .video_sec_bg{
    background-size: contain !important;
  }

}
 