/* @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap"); */

:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --color-light-white: hsl(0, 0%, 95%);
  --color-dark-cyan: hsl(192, 28%, 21%);
  --dark-grayish-blue: hsl(200, 2%, 28%);
  --color-darken: hsl(206, 16%, 9%);
  --color-yellow: hsl(42, 99%, 53%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  color: var(--color-black);
  background: var(--color-white);
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.container {
  max-width: 85rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.brand {
  font-family: "Rubik", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
  color: var(--color-yellow);
  text-transform: uppercase;
}
.main-content-wrapper{
	overflow:hidden;
    width:100%;
  
    

}
/*banner-wrapper start*/
.Banner_wrapper{
    width: 100%;
    height: 100vh;
    background-image: url('./../images/banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*phone-wrapper start*/
.phone_product_wrapper , .headphones_product_wrapper{
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone_product_inner_wrapper , .headphones_product_inner_wrapper{
    width: 100%;
    display: block;
}
.phone_product_column_one, .phone_product_column_two, .headphones_product_column_one, .headphones_product_column_two{
    width: 50%;
    float: left;
}
.phone_product_column_one, .headphones_product_column_two{
    background-color: var(--color-light-white);
}
.phone_product_column_two {
    background-color: hsl(355.56deg 100% 94.71%);
}
.headphones_product_column_one{
    background-color: var(--dark-grayish-blue);
}

.phone_product_column_two .phone_product_info{
  max-width: 38rem;
  height: auto;
  margin-right: auto;
  padding: 5.25em 1.25rem;
  float: left;
}
/*phone-wrapper end*/
/*headphone-wrapper start*/
.headphones_product_column_one .headphones_product_info{
  max-width: 38rem;
  height: auto;
  margin-left: auto;
  padding: 4.25rem 1.25rem;
}
.headphones_product_column_two .headphones_product_info{
  max-width: 38rem;
  height: auto;
  margin-right: auto;
  padding: 3.25rem 1.25rem;
  float: left;
}
.phone_product_info .phone_info_inner > h2 ,
.headphones_product_info .headphones_info_inner > h2{
  color: var(--color-yellow);
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  padding-bottom: 50px;
}
.phone_product_info .phone_info_inner > p{
  font-size: 17px;
  padding-left: 20px;
  border-left: 8px solid var(--color-yellow);
}
.headphones_product_info .headphones_info_inner > p{
  font-size: 17px;
  padding-right: 20px;
  padding-left: 65px;
  border-right: 8px solid var(--color-yellow);
}
.phone_product_column_one .phone_product_info {
  max-width: 38rem;
  height: auto;
  margin-left: auto;
  padding: 4.25em 1.25rem;
}
.phone_product_column_one .phone_info_inner {
  width: 65%;
}
.headphones_product_column_two 
 .headphones_info_inner {
    width: 77%;
    float: right;
}
.phone_product_column_one .phone_info_inner > a , .headphones_product_info .headphones_info_inner > a{
  background: var(--color-light-white);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-yellow);
  padding: 12px 30px;
  display: inline-block;
  margin-top: 30px;
  margin-left: 25px;
  border: 2px solid var(--color-yellow);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.corner-button span {
	position: relative;
	z-index: 2;
}
.corner-button::after, .corner-button::before {
	content: "";
	background: var(--color-light-white);
	position: absolute;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.corner-button::before {
	width: calc(100% - 1.2rem);
	height: calc(94% + .7rem);
	top: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translate(-50%);
}
.corner-button::after {
	height: calc(100% - 1.2rem);
	width: calc(98% + .7rem);
	left: -3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.corner-button::after, .corner-button::before {
	content: "";
	background: var(--color-light-white);
	position: absolute;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.corner-button:hover::before {
	width: 0;
}
.corner-button:hover::after {
	height: 0;
}
.phone_product_column_one .phone_info_inner > a:hover , .headphones_product_info .headphones_info_inner > a:hover{
  background: transparent;
  color: var(--color-yellow);
}
.phone_product_column_two .phone_product_info .phone_info_inner{
  width: 55%;
  float: right;
}
.headphones_product_column_one .headphones_info_inner {
  width: 55%;
  position: relative;
  z-index: 1;
}
.phone_product_column_two .phone_product_info .phone_info_inner .phone_product_detail > h3,
.headphones_product_column_one .headphones_product_info .headphones_info_inner .headphones_product_detail > h3{
  color: var(--color-white);
  font-size: 28px;
  font-weight: 600;
}
.phone_product_column_two .phone_product_info .phone_info_inner .phone_product_detail > p,
.headphones_product_column_one .headphones_product_info .headphones_info_inner .headphones_product_detail > p {
  color: var(--color-white);
}
.phone_info_inner .phone_product_detail , .headphones_info_inner .headphones_product_detail{
  padding: 30px 22px 30px 10px;
}
.phone_product_images_wrapper , .headphones_product_images_wrapper{
  width: 300px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
}

.phone_product_images_wrapper{
  background-image: url('./../images/up_date.png');
}
.headphones_product_images_wrapper{
  background-image: url('./../images/samrt_w.png');
}
.headphones_product_column_two .headphones_info_inner {
	text-align: right;
	position: relative;
	z-index: 1;
}
.phone_product_wrapper {
      background-color: hsl(355.56deg 100% 94.71%);
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.headphones_product_wrapper{
  background-color: var(--dark-grayish-blue);
  position: relative;
  overflow-x:hidden;
  overflow-y:hidden;
}
.headphones_product_info .headphones_info_inner > a{
  margin-right: 25px;
}
.phone_product_images{
	display:none;
}
.phone_product_column_center{
	display:none;
}
.headphones_product_images{
	display:none;
}
.headphones_column_center{
	display:none;
}
.headphones_product_images img{
	display:none;
}
/*headphone-wrapper end*/
/* shop wrapper start */
.shop_category_wrapper_start {
  width: 100%;
  display: block;
  padding: 50px 0px;
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
}
.shop_category_product_heading > h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 10px 0px 20px;
  color: var(--color-yellow);
}
.shop_category_inner_wrapper{
  width: 100%;
  display: block;
  position: relative;
  z-index: 1
}
.shop_category_column{
  width: 19.5%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
.shop_category_img {
  width: 210px;
  height: 210px;
  background-image: url('./../images/Rectangle 15.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_category_img > img{
  width: 210px;
}
.shop_category_heading > h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
}
/* shop wrapper end */
/*most popular product start*/
.most_popular_products_wrapper{
	width:100%;
	display: block;
	padding-bottom:50px;
	padding-top:50px;
	background-color:#fafafa;
	position:relative;
	overflow-x:hidden;
	overflow-y:hidden;
}
.most_popular_product_heading h1{
	font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-bottom:25px;
  color: var(--color-yellow);
  position:relative;
  z-index:1;
}
.most_popular_inner_wrapper{
  width: 100%;
  display: block;
  position:relative;
  z-index:1;
}
.most_popular_column{
  width: 24.5%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
.most_popular_img img{
	width:450px;
	object-fit:cover;
}
.most_popular_heading h3{
	font-size:19px;
	font-weight:600;
	padding-top:20px;
}
.most_popular_heading{
	padding-left:20px;
}
.most_popular_product_price del{
	font-size:19px;
	font-weight:700;
	color:black;
	text-decoration:line-through;
}
.most_popular_product_price{
	color:#feb710;
	font-size:25px;
	font-weight:600;
}
/*most popular product end*/
/*learning wrapper start*/
.learning_wrapper {
    background-image: url('../images/Untitled-2.jpg');
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative;
    color: white;
	overflow-x:hidden;
	overflow-y:hidden;
}
.overlay-img{
	width:100%;
	background-image:url('../images/Rectangle 20.png');
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.learn_container{
	 max-width: 88rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.about_product_inner_wrapper {
    position: relative;
    z-index: 9;
	padding-bottom:55px;
	padding-top:28px;
}
.learning_head {
	font-size: 65px;
	font-weight: 700;
}
.learning_data {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 55px;
	letter-spacing: 0.5px;
	padding: 10px 25px;
}
.learning_btn{
	background-color:#ffffff;
	border-radius:20px;
	color:black;
	font-size:33px;
	border:1px solid #ffffff ;
	padding:19px 60px;
	text-decoration:none;
	text-align:center;
	font-weight:700;
  display: inline-block;
}
.learning_btn:hover{
	background-color:#feb710;
	color:white;
	font-size:33px;
	border:1px solid #feb710;	
}
/*learning wrapper end*/
/* Brands wrapper start */
.brand_wrapper{
	width:100%;
	display: block;
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
	overflow-x:hidden;
	overflow-y:hidden;
}
.brand_heading{
	position: relative;
    z-index: 1;
}
.brand_heading h1{
	color: #feb710;
    font-size: 60px;
	font-weight:600;
    text-align: center;

}
.brand_inner_wrapper{
  width: 100%;
  display: block;
  margin-top:30px;
   margin-bottom:30px;
   position: relative;
    z-index: 1;
}
.brand_col{
  width: 19.5%;
  display: inline-block;
  box-sizing: border-box;
}
.brand_col_1_img{
	padding-left:28px;
}
.brand_col_1_img img{
	height:80px;
	width:180px;
	object-fit:contain;
}
/* Brands wrapper end */
/* Payment wrapper start */
.payment_wrapprer{
	width:100%;
    background-color:#feb710;
	display: block;
	padding:30px 0px;
	overflow-x:hidden;
	overflow-y:hidden;
}
.payment_inner_wrapper{
	width: 100%;
	display: block;
}
.payment_col{
	width: 24.5%;
	display: inline-block;
	box-sizing: border-box;
}
.payment_col h2{
	font-size:25px;
	text-transform:uppercase;
	font-weight:700;
	color:white;
}
.payment_col p{
	font-size:22px;
	font-weight:500;
	color:white;
}
/* Payment wrapper end */


.rectangle-shape.very-small {
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  animation-name: example;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  border: 3px solid;
  border-bottom-color: #feb710;
  border-right-color: #f4b00f;
  border-top-color: #e6a715;
  border-left-color: #efb01d;
  transform: rotate(20deg);
  border-radius: 2px;
}

@keyframes example {
  0%   {left:0px; top:2px;transform: rotate(20deg);height: 15px;width: 15px;}
  25%  {left:200px; top:100px;transform: rotate(30deg);width:20px;height: 20px;}
  50%  {left:200px; top:200px;transform: rotate(60deg);height: 30px;width: 30px;}
  75%  {left:0px; top:200px;transform: rotate(30deg);height: 20px;width: 20px;}
  100% {left:0px; top:2px;transform: rotate(20deg);height: 15px;width: 15px;}
}

.rectangle-shape.small {
  width: 60px;
  height: 60px;
  background: transparent;
  position: absolute;
  animation-name: small;
  animation-iteration-count: infinite;
  animation-duration: 30s;
  border: 3px solid;
  border-bottom-color: #feb710;
  border-right-color: #f4b00f;
  border-top-color: #e6a715;
  border-left-color: #efb01d;
  transform: rotate(70deg);
  border-radius: 50px;
}
@keyframes small {
  0%   {left:10px; top:60px;transform: rotate(120deg);height: 35px;width: 35px;}
  25%  {left:300px; top:100px;transform: rotate(30deg);width:20px;height: 20px;}
  50%  {left:200px; top:200px;transform: rotate(180deg);height: 30px;width: 30px;}
  75%  {left:10px; top:200px;transform: rotate(360deg);height: 50px;width: 50px;}
  100% {left:100px; top:2px;transform: rotate(60deg);height: 60px;width: 60px;}
}
.rectangle-shape.medium{
  width: 25px;
  height: 25px;
  background: transparent;
  position: absolute;
  border: 3px solid;
  border-bottom-color: #feb710;
  border-right-color: #f4b00f;
  border-top-color: #e6a715;
  border-left-color: #efb01d;
  transform: rotate(20deg);
  border-radius: 50%;
  bottom: 0;
  right: 0;
  animation-name: medium;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
@keyframes medium {
  0%   {right:300px; bottom:2px;transform: rotate(150deg);height: 10px;width: 10px;}
  25%  {right:0px; bottom:200px;transform: rotate(30deg);width:40px;height: 40px;}
  50%  {right:50px; bottom:500px;transform: rotate(160deg);height: 13px;width: 13px;}
  75%  {right:700px; bottom:200px;transform: rotate(230deg);height: 30px;width: 30px;}
  100% {right:0px; bottom:25px;transform: rotate(320deg);height: 15px;width: 15px;}
}
.rectangle-shape.very-medium{
  width: 25px;
  height: 25px;
  background: transparent;
  position: absolute;
  border: 3px solid;
  border-bottom-color: #feb710;
  border-right-color: #f4b00f;
  border-top-color: #e6a715;
  border-left-color: #efb01d;
  transform: rotate(50deg);
  border-radius: 50%;
  bottom: 0;
  right: 0;
  animation-name: very-medium;
  animation-iteration-count: infinite;
  animation-duration: 50s;
}
@keyframes very-medium {
  0%   {right:0px; bottom:2px;transform: rotate(20deg);height: 25px;width: 25px;}
  25%  {right:300px; bottom:100px;transform: rotate(30deg);width:30px;height: 30px;}
  50%  {right:200px; bottom:150px;transform: rotate(60deg);height: 33px;width: 33px;}
  75%  {right:300px; bottom:200px;transform: rotate(30deg);height: 30px;width: 30px;}
  100% {right:0px; bottom:2px;transform: rotate(20deg);height: 25px;width: 25px;}
}
.rectangle-shape.large{
  width: 35px;
  height: 35px;
  background: transparent;
  position: absolute;
  border: 3px solid;
  border-bottom-color: #feb710;
  border-right-color: #f4b00f;
  border-top-color: #e6a715;
  border-left-color: #efb01d;
  transform: rotate(40deg);
  border-radius: 2px;
  bottom: 30px;
  right: 50%;
  animation-name: large;
  animation-iteration-count: infinite;
  animation-duration: 60s;
}
@keyframes large {
  0%   {right:50%; bottom:30px;transform: rotate(40deg);height: 35px;width: 35px;}
  25%  {right:70%; bottom:100px;transform: rotate(80deg);width: 37px;height: 37px;}
  50%  {right:70%; bottom:400px;transform: rotate(160deg);height: 40px;width: 40px;}
  75%  {right:30%; bottom:200px;transform: rotate(80deg);height: 37px;width: 37px;}
  100% {right:20%; bottom:30px;transform: rotate(40deg);height: 35px;width: 35px;}
}
.rectangle-shape.very-large{
  width: 35px;
  height: 35px;
  background: transparent;
  position: absolute;
  border: 3px solid;
  border-bottom-color: #feb710;
  border-right-color: #f4b00f;
  border-top-color: #e6a715;
  border-left-color: #efb01d;
  transform: rotate(40deg);
  border-radius: 2px;
  bottom: 30px;
  right: 50%;
  animation-name: very-large;
  animation-iteration-count: infinite;
  animation-duration: 60s;
}
@keyframes very-large {
  0%   {right:0%; bottom:50px;transform: rotate(50deg);height: 55px;width: 55px;}
  25%  {right:90%; bottom:100px;transform: rotate(60deg);width: 53px;height:53px;}
  50%  {right:30%; bottom:150px;transform: rotate(10deg);height: 52px;width: 52px;}
  75%  {right:60%; bottom:65px;transform: rotate(90deg);height: 50px;width: 50px;}
  100% {right:30%; bottom:30px;transform: rotate(120deg);height: 55px;width: 55px;}
}

.phone_product_images_wrapper, .headphones_product_images_wrapper{
	transform: rotateY(45deg);
	animation: rotateAnimation 4.5s linear infinite;
}

@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(400deg);}
}
/* Search Box Bar */
#searchbox {
  position: absolute;
  right: 110px;
}
.searchbox{
  position:relative;
  min-width:0px;
  width:0%;
  height:50px;
  float:right;
  overflow:hidden;
  
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input{
  top:0;
  right:0;
  border:0;
  outline:0;
  background:#dcddd8;
  width:100%;
  height:50px;
  margin:0;
  padding:0px 55px 0px 20px;
  font-size:20px;
  color: var(--color-yellow);
}
.searchbox-input::-webkit-input-placeholder {
  color: var(--color-yellow);
}
.searchbox-input:-moz-placeholder {
  color: var(--color-yellow);
}
.searchbox-input::-moz-placeholder {
  color: var(--color-yellow);
}
.searchbox-input:-ms-input-placeholder {
  color: var(--color-yellow);
}

.searchbox-icon, .searchbox-submit {
  display: block;
  top: 17px;
  font-size: 22px;
  right: 80px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: var(--color-darken);
}



.searchbox-open{
  width:100%;
}
.brand_col_1_img{
	overflow: hidden;
}
.brand_col_1_img img {
	filter: grayscale(0%);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .5s ease-in-out;
}
.brand_col_1_img img:hover {
	transform: scale(1.2);
	opacity: 0.7;
  filter: grayscale(100%);
}
.shop_category_img img {
	filter: grayscale(0%);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .5s ease-in-out;
}
.shop_category_img img:hover {
	transform: scale(1.2);
	opacity: 1;
  filter: grayscale(100%);
}

.carousel {
    height: auto;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.carousel-inner{
  height: 100%;
  /* min-width: 400%; */
  display: flex;
  transition: all ease .5s;
}
.carousel-item{
  flex: 1;
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.carousel-item h1{
  opacity: .5;
}
.carousel-controls .prev{
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 12px;
  top: 60%;
  transform: translateY(-50%);
  background-image: url('../images/prev.svg');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
}
.carousel-controls .next{
  display: inline-block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 12px;
  top: 60%;
  transform: translateY(-50%);
  background-image: url('../images/next.svg');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
}
.prev:hover, .next:hover{
  opacity: 1;
}
.carousel-indicators{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.carousel-indicators span{
  display: inline-block;
  background-color: white;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  opacity: .5;
  cursor: pointer;
  margin: 3px;
}
.carousel-indicators span.active{
  opacity: 1;
}
.one_carousel_item, .two_carousel_item{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carousel-item  > img{
    width: 100%;
    position: relative;
} 
.one_carousel_item > h1{
  position: absolute;
} 


.two_carousel_item > h1{
  width: 100%;
  position: absolute;
} 




.three_carousel_item > h1{
  position: absolute;
}
.four_carousel_item{
  overflow: hidden;
}

.four_carousel_item > h1{
  position: absolute;
}


  /* Quantity Css */
.counter {
    width: 150px;
    display: flex;
}
.counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: var(--color-yellow);
    color: #fff;
    appearance: none;
    outline: 0;
    border: 1px solid var(--color-yellow);
}
.counter span {
  display: block;
  font-size: 25px;
  padding: 0 15px;
  cursor: pointer;
  color: var(--color-yellow);
  user-select: none;
  border: 1px solid var(--color-yellow);
}


/*index page end*/



/*about inner page start*/
/*banner*/
.about_banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/New Project (37).webp');
	height:300px;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
	overflow-x:hidden;
}
.about_banner_wrapper_overlay{
	background:#0000007d;
	width:100%;
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.about_banner_inner_wrapper{
	position:relative;
	z-index:99;
}
.about_banner_inner_wrapper h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
	position:relative;
	z-index:99;
	text-transform:uppercase;
	
}
.about_banner_inner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
/* about wrapper start*/

.about_wrapper{
	width:100%;
	display:block;
	padding-top:60px;
	padding-bottom:60px;
	overflow-x:hidden;
}
.about_inner_col{
	padding:20px;
}
.about_column{
	padding-bottom:30px;
}
.about_col{
	width:49%;
	display:inline-block;
	vertical-align:middle;
}
.about_inner_col_desc_top{
	padding:20px;
}

.about_inner_col img{
	box-shadow:18px 18px #feb710;
	object-fit:cover;
}
.about_inner_col_desc_top h1{
	font-size:40px;
	font-weight:600;
	color:#feb710;
	margin-bottom:30px;

}
.border_top_line{
	width: 40px;
    height: 5px;
    background:#feb710 ;
    margin-bottom: 30px;
	border-radius:5px;
}
.about_detail_1{
	font-size:18px;
	
}
.about_inner_col_desc{
	padding:30px;
	vertical-align:middle;
}
.about_inner_col_desc_middle{
	padding:20px;
	
	text-align:right;
}

.about_inner_col_desc_middle h1{
	font-size:40px;
	font-weight:600;
	color:#feb710;
	margin-bottom:30px;
	text-align:right;
	margin-top:30px;
}
.border_line_middle{
	width: 40px;
    height: 5px;
    background:#feb710 ;
	border-radius:5px;
	text-align:right;
	margin:0 auto;
}
.about_detail_2{
	font-size:18px;
	
	text-align:right;
}
.about_inner_col_desc_bottom {
    padding: 20px;
}
.about_inner_col_desc_bottom h1{
	font-size:40px;
	font-weight:600;
	color:#feb710;
	margin-bottom:30px;
	margin-top:30px;
}

/*about inner page end*/

/*Blog inner page start*/
/*banner*/
.blog_banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/New Project (36).webp');
	height:300px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.blog_banner_wrapper_overlay{
	position:absolute;
	background-color:#00000099;
	width:100%;
	height: 100%;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog_banner_inner_wrapper{
	 position: relative;
    z-index:9;
}
.blog_banner_inner_wrapper h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
		text-transform:uppercase;
}
.blog_banner_inner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
/* blog wrapper start*/
.blog_wrapper{
	width:100%;
	display:block;
	padding-top:40px;
	padding-bottom :40px;
}
.blog_inner_wrapper{
	width:100%;
}
.blog_col_left{
	width:59%;
	display:inline-block;
}
.blog_col_right{
	width:40%;
	display:inline-block;
	vertical-align:top;
	
}
.inner_blog_col_left{
	padding-right:50px;
}
.inner_blog_col_left h1{
	padding-bottom:20px;
	font-weight: 600;
    text-transform: uppercase;
}
.inner_blog_col_right{
	border-left:1px solid grey;
}
.img_blog_one{
	width:100%;
	padding-bottom:20px;
	text-align:center;
	
}
.img_blog_one img{
	
}
.blog_one_btn{
	background-color:#feb710;
	color:white;
	padding:7px 15px;
	font-size:16px;
	border:1px solid #feb710;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	font-weight:500;
}
.blog_one_btn:hover{
	background-color:black;
	color:white;
	border:1px solid black;
}

.img_blog_one h2{
	font-size:22px;
	font-weight:600;
	padding-top:20px;
	text-align:center;
}
.img_blog_two{
	width:100%;
	display:block;
	padding-top:20px;
	padding-bottom:20px;
}
.img_blog_part{
	display:inline-block;
	width:49%;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
}
.img_blog_part img{
	width:100%;
	object-fit:cover;
}
.img_blog_part h2{
	font-size:20px;
	font-weight:500;
	padding-top:20px;
	text-align:center;
}
.img_blog_part_btn{
	background-color:#feb710;
	color:white;
	padding:12px 12px;
	font-size:16px;
	border:1px solid #feb710;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	font-weight:500;
}
.img_blog_part_btn:hover{
	background-color:black;
	color:white;
	border:1px solid black;
}
.inner_blog_col_right{
	padding-left:50px;
}
.blog_border{
	border-left:5px solid grey;
}
.explore_more h4{
	font-size:20px;
	font-weight:600;
}
.blog_btn_product{
	background-color:white;
	color:black;
	padding:6px 15px;
	font-size:15px;
	border:1px solid black;
	margin-right:20px;
	text-transform:uppercase;
}
.blog_btn_product:hover{
	background-color:#feb710;
	color:white;
	padding:6px 15px;
	font-size:15px;
	border:1px solid #feb710;
}
.blog_btn{
	padding-top:15px;
	padding-bottom:15px;
}
.popular_post{
	width:100%;
	display:block;
}
.popular_post_col{
	width:100%;
	display:block;
	padding-bottom:50px;
}
.popular_post_img{
	width:49%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}
.popular_post_img_btn{
	background-color:#feb710;
	color:white;
	padding:12px 12px;
	font-size:16px;
	border:1px solid #feb710;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	font-weight:500;
}
.popular_post_img_btn:hover{
	background-color:black;
	color:white;
	border:1px solid black;
}
.popular_post_detail{
	width:49%;
	display:inline-block;
	vertical-align:top;
}
.popular_post h4{
	font-size:20px;
	font-weight:600;
	padding-bottom:20px;
	padding-top:20px;
}
.popular_post_detail h5{
	font-size:20px;
	font-weight:400;
}
.popular_post_img img{
	width:100%;
	object-fit:cover;
	text-align:center;
	margin:0 auto;
}
.blog_feature_product{
	width:100%;
	display:block;
}
.inner_blog_feature_product {
	width:100%;
}
.inner_blog_feature_product h4{
	font-size:20px;
	font-weight:600;
	padding-bottom:20px;
}
.blog_feature_img{
	padding:20px 140px;
}
.blog_feature_name{
	padding-top:20px;
	font-size:18px;
	padding-left:20px;
}
.blog_feature_brand{
	padding-left:20px;
}
.blog_price del{
	text-decoration:line-through;
	color:black;
}
.blog_price{
	color:#feb710;
	padding-left:20px;
	font-size:16px;
}
.sale_btn{
	font-size:16px;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	font-weight:500;
	color:red;
}
.sale_btn:hover{
	color:#feb710;
	
	
}
/* top image wrapper start*/
.top_image_wrapper{
	width:100%;
	display:block;
	padding-top:30px;
	padding-bottom:80px;
}
.inner_top_image_wrapper{
	width:100%;
	display:block;
}
.inner_top_image_wrapper h1{
	font-size:30px;
	font-weight:500;
	padding-bottom:30px;
}
.top_img_col{
	width:16.3%;
	display:inline-block;
}
.top_img_col_inner img{
	
	border-radius:50%;
	object-fit:cover;
}
.top_img_col_inner img{
	text-align:center;
	margin:0 auto;
}
.top_img_col_inner h4{
	text-align:center;
	padding-top:20px;
	font-size:20px;
	font-weight:500;
}

/*blog inner page end*/

/*cart inner page start*/
/*banner*/


/*banner*/
.cart_banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/cart.webp');
	height:300px;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
	overflow-x:hidden;
	
}
.cart_banner_wrapper_overlay{
	background:#0000007d;
	width:100%;
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cart_banner_inner_wrapper{
	position:relative;
	z-index:99;
}
.cart_banner_inner_wrapper h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
	position:relative;
	z-index:99;
	text-transform:uppercase;
}
.cart_banner_inner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
/* cart wrapper start*/
.cart_wrapper{
	width:100%;
	display:block;
	padding-top:30px;
	padding-bottom:50px;
	overflow-x:hidden;
}
.cart_inner_wrapper{
	width:100%;
}
.cart_col{
	width:49%;
	display:inline-block;
}
.cart_heading h1 {
	font-size:40px;
	font-weight:500;
}
.cart_shop{
	text-align:right;
}
.cart_shop p{
	font-size:20px;
	font-weight:500;
	text-decoration:underline;
}

/* cart product table*/
.cart_product_table{
	width:100%;
	display:block;
	padding-bottom:15px;
	overflow-x:hidden;
}
.cart_product_table_inner{
	width:49%;
	display:inline-block;
}

.cart_product{
	padding-top:20px;
	text-transform:uppercase;
}
.cart_product p{
	font-size:16px;
	font-weight:500;
}
.cart_quantity_col{
	padding-top:20px;
	text-align:right;
	text-transform:uppercase;
}

.cart_quantity{
	padding-right:270px;
	font-size:16px;
	font-weight:500;
	display:inline;
}
.cart_total{
	font-size:16px;
	font-weight:500;
	display:inline;
}
/*cart product detail*/
.cart_product_detail{
	width:100%;
	display:block;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:30px 0px;
	overflow-x:hidden;
}
.cart_product_col{
	display:inline-block;
	width:49%;
	vertical-align:top;
}
.cart_pro{
	width:100%;
	display:block;
	
}
.del_btn{
	margin-right:160px;
}
.del_btn i{
	font-size:20px;
	padding-left:10px;
}
.cart_product_image{
	display:inline-block;
	width:30%;
}	
.cart_image_detail{
	display:inline-block;
	width:68%;
	vertical-align:top;
} 
.cart_product_image img{
	width:145px;
	height:150px;
	object-fit:cover;
}
.cart_image_detail p{
	font-size:18px;
	font-weight:400;
}
.del_btn i{
	color:black;
	text-decoration:none;
}
.cart_btn{
	background-color:var(--color-yellow);
	border:1px solid var(--color-yellow);
	padding:10px 10px;
	color:white;
}
.cart_btn_inner{
	text-align:right;
	
}
.car_btn_price{
	font-size:18px;
	font-weight:400;
}
.cart_btn_inner p{
	display:inline;
}

.cart_btn_group{
	display:inline;
	margin-left:20px;
}

/* quantity button */



/* Sass Config */
#myform {
   
   
}
.qty {
    width: 50px;
    height: 40px;
    text-align: center;
    margin: -5px;
    font-size: 20px;
    border: 2px solid #feb710;
}
input.qtyplus {
    width: 30px;
    height: 40px;
    font-size: 20px;
    background-color: #feb710;
    color: #fff;
    cursor: pointer;
    border: none;
    margin-left: 2px;
}
input.qtyplus:active {
    border: 1px solid #feb710;
}
input.qtyminus:active {
    border: 1px solid #feb710;
}
input.qtyminus:hover {
    background-color: #000;
}
input.qtyplus:hover {
    background-color: #000;
}
input.qtyminus {
    width: 30px;
    height: 40px;
    font-size: 20px;
    background-color: #feb710;
    border-right: none;
    color: #fff;
    cursor: pointer;
    border: none;
    margin-right: 2px;
}
/*sub total*/
.sub_total{
	width:100%;
	display:block;
	padding-top:50px;
	padding-bottom:50px;
	overflow-x:hidden;
}
.inner_sub_total{
	text-align:right;
}
.inner_sub_total h3{
	padding-bottom:20px;
	font-size:25;
	font-weight:500;
}
.inner_sub_total p{
	padding-bottom:30px;
	font-size:16px;
}
.check_out_btn{
	background-color:var(--color-yellow);
	border:1px solid var(--color-yellow);
	padding:10px 100px;
	text-decoration:none;
	color:white;
	font-weight:500;
	text-transform: uppercase;
}
.check_out_btn:hover{
	background-color:black;
	border:1px solid black;
}
/* best sellers*/
.best_sellers{
	width:100%;
	display:block;
	padding-top:10px;
	padding-bottom:50px;
	overflow-x:hidden;
	overflow-y:hidden;
}
.best_sellers_inner_wrapper{
	width:100%;
}
.best_sellers_inner_wrapper h1{
	padding-bottom:30px;
	font-size: 30px;
    font-weight: 500;
}
.best_sellers_col_inner{
	margin:10px;
	border:1px solid #80808085;
}
.best_sellers_col{
	width:24.4%;
	display:inline-block;
	
}
.best_sellers_col_inner img{
	height:300px;
	object-fit:cover;
}
.best_sellers_col_inner h2{
	font-size:20px;
	font-weight:500;
	padding-top:13px;
	padding-left:20px;
}
.save_price{
	text-decoration:line-through;
	color:black;
}

.best_sellers_col_inner p{
	font-size:18px;
	font-weight:500;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:20px;
	color:var(--color-yellow);
}

.view_btn{
	background-color:var(--color-yellow);
	padding:10px 15px;
	border:1px solid var(--color-yellow);
	color:white;
	font-size:16px;
	font-weight:500;

}
.view_btn:hover{
	background-color:black;
	padding:10px 15px;
	border:1px solid black;
	color:white;
	
}
.cart_view{
	text-align:center;
	margin:0 auto;
	padding-top:30px;
}
/*cart inner page end*/


/*contact us inner page start*/
.banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/New Project (38).webp');
	background-repeat:no-repeat;
	background-size:cover;
	height:320px;
	position:relative;
	overflow-x:hidden;

}
.banner_inner_wrapper{
	vertical-align:middle;
	 position: relative;
    z-index: 9;
}
.banner_inner_wrapper h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
	text-transform:uppercase;
	
}
.banner_inner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
		
}
.banner_overlay{
	position:absolute;
	background-color:#00000099;
	width:100%;
	height: 100%;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.contact_wrapper{
	width:100%;
	display:block;
	padding:50px 0px;
	overflow-x:hidden;
}
.contact_col{
	width:33%;
	display:inline-block;
}
.phone_desc{
	border:1px solid #e4e4e4;
	padding:30px 30px;
	
}
.phone_desc:hover{
	border:1px solid var(--color-yellow);
	
}
.phone_icon > i{
	font-size:50px;
	color:var(--color-yellow);
	border-radius:0px;
	margin-bottom:18px;
}
.phone_desc h2{
	font-size:22px;
	font-weight:500;
	margin-bottom:18px;
}
.phone_desc p{
	font-size:20px;
	font-weight:400;
}
.address_icon i{
	color:white;
	background:var(--color-yellow);
	font-size:30px;
	border-radius:8px;
	padding:6px 10px;
	margin-bottom:25px;
}
.map{
	width:100%;
	display:block;
}
.map iframe{
	width:100%;
	height:600px;
	overflow-x:hidden;
}
/* contact form wrapper start*/
.contact_form{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	overflow-x:hidden;
}
.inner_contact_form{
	width:100%;
	display:block;
}
.contact_form_detail{
	width:70%;
	display:inline-block;
	    vertical-align: text-top
}
.contact_form_image {
    width: 29%;
    display: inline-block;
    vertical-align: text-top;
}
.contact_form_image_inner{
	padding-left:20px;
	padding-right:20px;
}
.contact_form_image_inner img{

	height:310px;
	object-fit:cover;
	box-shadow: 18px 18px #feb710;
}
.contact_form_col{
	width:33%;
	display:inline-block;
	padding-bottom:30px;
}
.contact_form_heading h2{
	font-size:25px;
	padding-bottom:20px;
	font-weight:600;
	text-transform:uppercase;
}

.name_field {
    text-align: center;
    position: relative;
}
.name_field span#name__error {
    position: absolute;
    top: 50px;
    left: 0;
}
.name_field span#email__error {
    position: absolute;
    top: 50px;
    left: 0;
}
.name_field span#phone__error {
    position: absolute;
    top: 50px;
    left: 0px;
}
.name_field input{
	width:305px;
	padding:12px 20px;
	font-size:18px;
}
.form_textarea textarea{
	width:100%;
}
.form_btn{
	margin-top:27px;
}
.form_btn button{
	padding:10px 50px;
	border:1px solid var(--color-yellow);
	font-size:20px;
	font-weight:500;
	background-color:var(--color-yellow);
	margin:0 auto;
	color:white;
}
.form_btn button:hover{
	
	border:1px solid black;
	font-size:20px;
	font-weight:500;
	background-color:black;
	margin:0 auto;
	color:white;
}

/*contact us inner page end*/
/*FAQ inner page start*/
/*banner*/
.faq_banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/NewProject34.jpg');
	height:300px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow-x:hidden;
}
.faq_banner_wrapper_overlay{
	position:absolute;
	background-color:#00000099;
	width:100%;
	height: 100%;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.faq_banner_inner_wrapper{
	 position: relative;
    z-index: 9;
}
.faq_banner_inner_wrapper h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
		text-transform:uppercase;
}
.faq_banner_inner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
.faq_wrapper{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	overflow-x:hidden;
	overflow-x:hidden;
}
.faq_inner_wrapper{
	width:100%;
	
}
.faq_detail{
	width:100%;
}
.faq_inner_wrapper p{
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
}
.faq_inner_wrapper h2{
	padding-top:20px;
}
.faq_accordion{
}
.accordion_faq {
  color:black;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size:25px;
  font-weight:500;
  	border-top:1px solid grey;
	    padding-top: 20px;
    padding-bottom: 20px;
	padding-left:20px;
}

.accordion_faq:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
  color:black;
}
.faq_accordion .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*FAQ inner page end*/


/*gallery inner page start*/
/*banner*/
.gallery_banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/gallery.jpg');
	height:300px;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
}
.gallery_banner_wrapper_overlay{
	background:#0000007d;
	width:100%;
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gallery_banner_inner_wrapper{
	position:relative;
	z-index:99;
}
.gallery_banner_inner_wrapper h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
	position:relative;
	z-index:99;
	text-transform:uppercase;
}
.gallery_banner_inner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
/* gallery wrapper start*/

.gallery_wrapper{
	width:100%;
	display:block;
	padding-top:50px;
	padding-bottom:50px;
}
.gallery_inner_wrapper h1{
	font-size:40px;
	font-weight:500;
	text-align:center;
	padding-bottom:30px;
}
.gallery_inner_wrapper p{
	font-size:18px;
	font-weight:400;
	text-align:center;
	padding-bottom:40px;
}
.gallery_row_one{
	width:100%;
	display:block;
}
.gallery_col_1{
	width:49%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.gallery_col_2{
	width:25%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.gallery_col_3{
	width:25%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.gallery_inner_col_1 img{
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_1 img:hover{
	transform: scale(1.15);
}
.gallery_inner_col_2 img{
	
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_2 img:hover{
	transform: scale(1.15);
}
.gallery_inner_col_3 img{
	
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_3 img:hover{
	transform: scale(1.15);
}
.gallery_row_two{
	width:100%;
	display:block;
}
.gallery_col_4{
	width:25%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.gallery_col_5{
	width:49%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.gallery_col_6{
	width:25%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.gallery_inner_col_4 img{
	
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_4 img:hover{
	transform: scale(1.15);
}
.gallery_inner_col_5 img{
	
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_5 img:hover{
	transform: scale(1.15);
}
.gallery_inner_col_6 img{
	
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_6 img:hover{
	transform: scale(1.15);
}
.gallery_row_three{
	width:100%;
	display:block;
}
.gallery_col_7{
	width:25%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery_col_8{
	width:25%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery_col_9{
	width:49%;
	display:inline-block;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.gallery_inner_col_7 img{
	
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_7 img:hover{
	transform: scale(1.15);
}
.gallery_inner_col_8 img{
	
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_8 img:hover{
	transform: scale(1.15);
}
.gallery_inner_col_9 img{
	
	transition: transform 400ms ease-out;
	object-fit:cover;
}
.gallery_inner_col_9 img:hover{
	transform: scale(1.15);
}
/* gallery wrapper end*/

/*privacy inner page start*/
.privacy_banner_wrapper{
	width:100%;
	background-image:url('../images/New Project (34).webp');
	height:300px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow-x:hidden;
}
.privacy_banner_wrapper_overlay{
	background-color:#00000099;
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner_privacy_banner_wrapper{
	position:relative;
	z-index:9;
}

.inner_privacy_banner_wrapper h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
	position:relative;
	z-index:99;
	text-transform:uppercase;
}
.inner_privacy_banner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
.privacy_wrapper{
	width:100%;
	padding:50px 0px;
	overflow-x:hidden;
}
.inner_privacy h1{
	font-size:35px;
	text-align:center;
	padding-bottom: 30px;
}
.privacy_detail{
	width:100%;
}
.privacy_detail h2{
	font-size:25px;
	padding-bottom:20px;
	font-weight:500;
}
.privacy_detail p{
	font-size:18px;
	padding-bottom:15px;
	
}
/*privacy inner page end*/

/* product inner page start*/
/*banner*/
.product_banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/New Project-1.webp');
	height:300px;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
	overflow-x:hidden;
}
.product_banner_wrapper_overlay{
	background:#0000007d;
	width:100%;
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product_banner_wrapper_inner{
	position:relative;
	z-index:9;
}
.product_banner_wrapper_inner h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
	position:relative;
	z-index:99;
	text-transform:uppercase;
}
.product_banner_wrapper_inner h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
.headphones_detail_wrapper{
	width:100%;
	display: block;
	margin-top:30px;
	overflow-x:hidden;
}
.headphones_detail_inner_wrapper{
	width:100%;
	display:block;
	padding-top:0px;
	padding-bottom:50px;
}
.headphones-col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.headphones_col_img {
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-width: 550px;
    max-height: 580px;
}
.headphones_col_img img {
    width: 100%;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    min-width: 600px;
}
.headphones_info{
	display:block;
	width:100%;
}
.headphones_short_img{
	display:block;
	width:100%;
	text-align: center;
}
.short_img {
    display: inline-block;
    width: 22%;
    text-align: center;
    margin: 0 auto;
    border: 3px solid transparent;
}
.short_img img {
    height: 120px;
    object-fit: cover;
    margin: 0 auto;
}

.headphones_heading{
	padding-bottom:50px;
}
.short_img.img-item:hover {
    border: 3px solid hsl(42, 99%, 53%);
}
.heading-detail{
	font-size:20px;
	font-weight:700;
	width:20%;
	display:inline-block;
}
.price, .type, .weight_detail , .material_detail, .vendor_detail, .type_detail, .available_detail, .quantity_detail, .button_list, .social_icon{
	margin-bottom:30px;	
	width:100%;
	display:block;
}
.detail_price, .type_btn, .weight , .material, .vendor, .type_headphone, .available, .quantity {
	width:77%;
	display:inline-block;
}
.detail_price{
	font-size:26px;
	font-weight:600;
	color:hsl(42, 99%, 53%);
}
.detail_price del{
	font-size:20px;
	color:grey;
	text-decoration:line-through;
}
.wireless{
	border:1px solid hsl(42, 99%, 53%);
	color:hsl(42, 99%, 53%);
	background:white;
	padding:2px 10px;
	font-size:20px;
	font-weight:500;
	
}
.wired{
	border:1px solid grey;
	color:grey;
	background:white;
	padding:2px 10px;
	font-size:20px;
	font-weight:500;
}
.wired:hover{
	border:1px solid hsl(42, 99%, 53%);
	color:hsl(42, 99%, 53%);
}
.type_btn a{
	margin-right:10px;
}
.no289{
	border:1px solid hsl(42, 99%, 53%);
	color:hsl(42, 99%, 53%);
	background:white;
	padding:2px 10px;
	font-size:20px;
	font-weight:500;
}
.no250{
	border:1px solid #9e9999;
	color:#9e9999;
	background:white;
	padding:2px 10px;
	font-size:20px;
	font-weight:500;
}
.no250:hover{
	border:1px solid hsl(42, 99%, 53%);
	color:hsl(42, 99%, 53%);
	
}
.weight a{
	margin-right:10px;
}
.silicon{
	border:1px solid hsl(42, 99%, 53%);
	color:hsl(42, 99%, 53%);
	background:white;
	padding:2px 10px;
	font-size:20px;
	font-weight:500;
}
.leather{
	border:1px solid #9e9999;
	color:#9e9999;
	background:white;
	padding:2px 10px;
	font-size:20px;
	font-weight:500;
}
.leather:hover{
	border:1px solid hsl(42, 99%, 53%);
	color:hsl(42, 99%, 53%);
	
}
.material a{
	margin-right:10px;
}
.vendor{
	font-size:20px;
	font-weight:500;
}
.type_headphone{
	font-size:20px;
	font-weight:500;
	color:#9e9999;
}
.available{
	font-size:20px;
	font-weight:500;
	color:#4f8a10;
}

.button_list a{
	display:inline-block;
	vertical-align:middle;
}
.btn_cart_buy{
	background-color:hsl(42, 99%, 53%);
	color:white;
	border:1px solid hsl(42, 99%, 53%);
	padding:10px 30px;
	font-size:20px;
	margin-right:12px;
}
.btn_cart_buy:hover{
	background-color:black;
	color:white;
	border:1px solid black;
}
.btn_cart_add{
	background-color:hsl(42, 99%, 53%);
	color:white;
	border:1px solid hsl(42, 99%, 53%);
	padding:10px 30px;
	font-size:20px;
	margin-right:12px;
}
.btn_cart_add:hover{
	background-color:black;
	color:white;
	border:1px solid black;
}
.btn_wishlist i {
    color: black;
    border: 2px solid black;
    padding: 8px;
    font-size: 25px;
    border-radius: 50px;
}
.btn_wishlist i:hover{
    color:hsl(42, 99%, 53%);
	 border: 2px solid hsl(42, 99%, 53%) ;
}
.wishlist{
		margin-top:35px;
}
.social_icon img{
	width:40px;
	display:inline-block;
	margin-right:10px;
}
/* product description wrapper start*/
.product_description_wrapper{
	width:100%;
	padding-bottom:20px;
	padding-bottom:20px;
	overflow-x:hidden;
}
.product_decription_button{
	margin-bottom:10px;
}

.para_1{
	font-size:18px;
	color:#9e9999;
	font-weight:400;
	padding:15px;
}
.para_2{
	font-size:18px;
	color:#9e9999;
	font-weight:400;
	padding:15px;
}
.para_3{
	font-size:18px;
	color:#9e9999;
	font-weight:400;
	padding:15px;
}
.tab {
  overflow: hidden;
 /* border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: hsl(42, 99%, 53%);
  float: left;
  border: 1px solid hsl(42, 99%, 53%);
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
  margin-right:10px;
  color:white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color:black;
  border:1px solid black ;
  color:white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:black;
  color:white;
   border:1px solid black ;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
/* product description wrapper end*/
/*enquiry about product start*/
.enquiry_wrapper{
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}
.enquiry_heading{
	text-align:center;
}
.enquiry_heading h1{
	font-size:40px;
	padding-bottom:50px;
}

.enquiry_column{
	width:100%;
	display:block;
}
.enquiry_col{
	width:24.5%;
	display:inline-block;
	 
}
.enquiry_col_img{
	width:200px;
	object-fit:contain;
	text-align:center;
	margin:0 auto;
	
}

/*.enquiry_hover_img{
	display:none;
	width:200px;
	height:230px;
	text-align:center;
	position: absolute;
    top: 0;
    left: 0;
	box-shadow: 0px 5px #8888881f;
	object-fit:contain;
}
.enquiry_col_img:hover .enquiry_hover_img {
        display: block;
    }*/

.enquiry_img_name{
	text-align:center;
	padding-top:30px;
}
.enquiry_img_name i{
	color:hsl(42, 99%, 53%);
}
.enquiry_img_name h2{
	font-size:22px;
	font-weight:600;
}
.enquiry_img_name p{
	font-size:20px;
	font-weight:600;
	color: hsl(42, 99%, 53%);
}
.enquiry_img_name del{
	text-decoration:line-through;
	color:grey;
	font-size:18px;
}

/*enquiry about product end*/

/*recently about product start*/
.recently_wrapper{
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}
.recently_heading{
	text-align:center;
}
.recently_heading h1{
	font-size:40px;
	padding-bottom:50px;
}

.recently_column{
	width:100%;
	display:block;
}
.recently_col{
	width:24.5%;
	display:inline-block;
	 
}
.recently_col_img{
	width:200px;
	object-fit:contain;
	text-align:center;
	margin:0 auto;
}
.recently_img_name del {
    text-decoration: line-through;
    color: grey;
	font-size:18px;
}
.recently_img_name{
	text-align:center;
	padding-top:30px;
}
.recently_img_name i{
	color:hsl(42, 99%, 53%);
}
.recently_img_name h2{
	font-size:22px;
	font-weight:600;
}
.recently_img_name p{
	font-size:20px;
	font-weight:600;
	    color: hsl(42, 99%, 53%);
}
/* product inner page end*/

/*product-list inner page start*/
/*banner*/
.product_list_banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/NewProject34.jpg');
	height:300px;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
}
.product_list_banner_wrapper_overlay{
	background:#0000007d;
	width:100%;
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product_list_banner_wrapper_inner{
	position:relative;
	z-index:9;
}
.product_list_banner_wrapper_inner h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
	position:relative;
	z-index:99;
	text-transform:uppercase;
	
}
.product_list_banner_wrapper_inner h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
.product_list_wrapper{
	width:100%;
	display:block;
	padding-top:40px;
}
.product_list_inner_wrapper{
	width:100%;
	display:block;
}
/* side bar*/
.product_list_sidebar_column{
	width:24%;
	display:inline-block;
	vertical-align:top;
}
.product_list_inner_sidebar{
   height: 100%;
   width:280px;
  z-index: 1;
  top: 135px;
  overflow-x: hidden;
  padding: 10px 0; 
}
.accordion_bar {
  background-color:#feb710;
  color:white;
  cursor: pointer;
  padding: 13px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size:20px;
  font-weight:500;
}

.active, .accordion_bar:hover {
  background-color:black ;
  color:white;
}
.panel input{
		margin-right:12px;
}
.accordion_bar:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  color:white;
  display:none;
}

.product_list_inner_sidebar .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel h4{
  font-size:20px;
  padding:10px 0px;
  font-weight:600;
}
.product_list_inner_sidebar .panel p{
  padding:10px 0px;
}
.product_list_inner_sidebar .active{
	position:relative;
}

.product_list_inner_sidebar .active::before {
    width: 10px;
    height: 2px;
    background-color: #fff;
    content: "";
    position: absolute;
    right: 15px;
    top: 30px;
}
input[type='checkbox'] {
    accent-color:#feb710;
}

/*side bar end*/
.product_list_column{
	width:100%;
	display:block;
}

/*filter start*/
.filter_toggle{
	display:none;
}


.product_selling{
	width:100%;
	display:block;
}
.sort_by{
	width:49%;
	text-align:right;
	display:inline-block;
}
.filter{
	display:inline-block;
	width:49%;
}
.sidebar_toggle{
	display:block;
}
.toggle_bar{
	padding-left:20px;
}
.grid i{
	color:#feb710;
	font-size:30px;
	padding-right:15px;
}
.list i{
	color:#feb710;
	font-size:30px;
}
.grid, .list{
	display:inline-block;	
}
/*filter end*/
/*sort by start*/
.dropdown-content a{
	text-align:left;
}
.dropbtn {
  background-color:white;
  color: black;
  padding: 9px 15px;
  font-size: 18px;
  border: 1px solid black;
  cursor: pointer;
  margin-left:20px;
  margin-bottom:20px;
  margin-top:8px;
}
.dropbtn i{
	padding-left:40px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color:black;
  color:white;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    box-shadow: 2px 4px 5px 0px #B7B7B7;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
	background-color:black ;
	color:white;
}

.show {display: block;}
/*sort end*/
.product_list_column{
	width:74%;
	display:inline-block;
}
.product_list_inner_column{
	width:100%;
}
.product_list_col{
	display:inline-block;
	width:33%;
	padding-bottom:60px;
}
.product_list_image{
	
}
.product_list_image >a >img{
	margin:0 auto;
	text-align:center;
	object-fit:cover;

}
.product_list_detail{
	padding-left:20px;
}
.product_list_detail h3{
	font-size:19px;
	font-weight:600;
	padding-top:20px;
}
.product_list_price del{
	font-size:19px;
	font-weight:700;
	color:black;
	text-decoration:line-through;
}
.product_list_price{
	color:#feb710;
	font-size:25px;
	font-weight:600;
}
/*pagination*/
.pagination {
  display: inline-block;
	text-align:center;
	margin:0 auto;
	width:100%;
}

.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-right: -5px;
}

.pagination a.actived {
  background-color: #feb710;
  color: white;
  border: 1px solid #feb710;
}

.pagination a:hover:not(.active) {background-color: #feb710;}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* discover wrapper start*/
.discover_wrapper{
	width:100%;
	display:block;
	padding:60px 0px;
}
.discover_heading{
	text-align:center;
	padding-bottom:30px;
	font-size:25px;
}
.discover_inner_wrapper{
	width:100%;
	display:block;
}
.discover_col{
	width:49%;
	display:inline-block;
}
.discover_image{
	
}
.discover_image img{
	
	object-fit:cover;
	text-align:center;
	margin: 0 auto;
}
.discover-detail{
	text-align:center;
}
.discover-detail h3{
	
	font-size:20px;
	font-weight:500;
	margin-bottom: 30px;
    margin-top: 20px;
}
.follow-btn{
	border:1px solid #feb710;
	padding:12px 18px;
	background-color:#feb710;
	color:white;
	font-size:18px;
	font-weight:500;
}
.follow-btn:hover{
	border:1px solid black;
	background-color:black;
	color:white;
}
.readmore_btn{
	border:1px solid #feb710;
	padding:12px 18px;
	background-color:#feb710;
	color:white;
	font-size:18px;
	font-weight:500;
}
.readmore_btn:hover{
	border:1px solid black;
	background-color:black;
	color:white;
}

/* discover wrapper end*/
/*product-list inner page end*/


/*return policy inner page start*/
/*banner*/
.return_banner_wrapper{
	width:100%;
	display:block;
	background-image:url('../images/New Project-1.webp');
	height:300px;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
	overflow-x:hidden;
}
.return_banner_wrapper_overlay{
	background:#0000007d;
	width:100%;
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.return_banner_inner_wrapper{
	position:relative;
	z-index:99;
}
.return_banner_inner_wrapper h1{
	text-align:center;
	color:white;
	font-size:45px;
	font-weight:500;
	padding-top:140px;
	position:relative;
	z-index:99;
	text-transform:uppercase;
	
}
.return_banner_inner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
/* return wrapper start*/

.return_wrapper{
	width:100%;
	display:block;
	padding-top:50px;
	padding-bottom:50px;
	overflow-x:hidden;
	
}
.return_inner_wrapper h1{
	font-size:40px;
	text-align:center;
	padding-bottom:30px;
}
.return_detail{
	font-size:20px;
	text-align:center;
}
.return_inner_wrapper h2{
	font-size:25px;
	font-weight:500;
	padding-bottom:20px;
	text-transform:uppercase;
}
.return_inner_wrapper p{
	font-size:18px;
	padding-bottom:20px;
}
/*return policy inner page end*/

/*terms inner page start*/
.terms_banner_wrapper{
	width:100%;
	background-image:url('../images/New Project (35).webp');
	height:300px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow-x:hidden;
}
.terms_banner_wrapper_overlay{
	background:#0000007d;
	width:100%;
	height: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: repeat;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner_terms_banner_wrapper h1{
	text-align:center;
	color:white;
	font-size:40px;
	font-weight:500;
	padding-top:140px;
	position:relative;
	z-index:99;
	text-transform:uppercase;
	
}
.inner_terms_banner_wrapper h2{
	text-align:center;
	color:white;
	font-size:25px;
	font-weight:400;
}
.inner_terms_banner_wrapper{
	position:relative;
	z-index:99;
	
}
.terms_services_wrapper{
	width:100%;
	padding:50px 0px;
	overflow-x:hidden;
}
.inner_terms_services h1{
	font-size:40px;
	text-align:center;
}
.terms_services_detail{
	width:100%;
}
.terms_services_detail h2{
	font-size:25px;
	padding-bottom:20px;
	font-weight:500;
	text-transform:uppercase;
}
.terms_services_detail p{
	font-size:18px;
	padding-bottom:15px;

}
/*terms inner page end*/

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: auto;
  height: auto;
}


/* login start*/

.login-page-wrapper {
    width: 100%;
    background-image: url("../images/workplace-business-modern.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
}

.login-page-wrapper .login-page {
    width: 100%;
    padding: 70px 10px;
    display: block;
    box-sizing: border-box;
    max-width: 1350px;
    margin: 0 auto;
}

.login-page-wrapper .login-page .login-text {
    max-width: 47%;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.login-page-wrapper .login-page .login-text h1 {
    margin: 10px 10px;
    color: hsl(42, 99%, 53%);
    font-size: 60px;
    font-weight: 600;
}

.login-page-wrapper .login-page .login-text p {
    color: #fff;
    font-size: 42px;
    padding: 10px 0px;
    font-weight: 600;
    margin-left: 45px;
    position: relative;
}
.login-page-wrapper  svg.svg_icon {
    position: absolute;
    left: -34px;
}

.login-page-wrapper .login-page .login-text p span{
    color: #fff;
    font-size: 18px;
    margin: 10px 10px;
}

.login-page-wrapper .login-page .login-text p svg{
    fill: #fff;
    width: 25px;
    height: 60px
}

.login-page-wrapper .login-page .login-text p svg.end-quote{
    fill: #fff;
    width: 25px;
    height: 30px
}

.login-page-wrapper .login-page .login-text span{
    color: #fff;
    font-size: 18px;
    margin: 10px 10px;
}

.login-page-wrapper .login-page .login-form {
    max-width: 49%;
    width: 100%;
    margin: 10px 10px;
    display: inline-block;
    background-color: #fff;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 5px;
    vertical-align: top;
}

.login-page-wrapper .login-page .login-form .form-head {
    padding-bottom: 20px;
    text-align: center;
}

.login-page-wrapper .login-page .login-form h1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}

.login-page-wrapper .login-page .login-form .form-field{
    width: 100%;
}

.login-page-wrapper .login-page .login-form .form-field div {
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
}

.login-page-wrapper .login-page .login-form .form-field input {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #c8c0c0;
    background-color: #f9f9f9;
    outline: 1px solid transparent;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.login-page-wrapper .login-page .login-form .form-field input::placeholder{
    font-size: 16px;
}

.login-page-wrapper .login-page .login-form .form-field .password{
    width: 100%;
    position: relative;
}

.login-page-wrapper .login-page .login-form .form-field .password svg {
    position: absolute;
    right: 22px;
    top: 27px;
    fill: #736a6a;
    cursor: pointer;
}

.login-page-wrapper .login-page .login-form .form-field .password svg.show{
    display: none;
}

.login-page-wrapper .login-page .login-form .form-forgot{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.login-page-wrapper .login-page .login-form .form-forgot a{
    text-decoration: none;
    color: #3384ee;
}

.login-page-wrapper .login-page .login-form .form-login-btn{
    width: 100%;
    margin-top: 50px;
}
.login-page-wrapper .login-page .login-form .form-login-btn a {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    background-color: #feb710;
    padding: 12px 0px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 23px;
    border: 1px solid #feb710;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.login-page-wrapper .login-page .login-form .form-login-btn a:hover {
    background: #fff;
    border: 1px solid #000;
}

.login-page-wrapper .login-page .login-form .form-login{
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.login-page-wrapper .login-page .login-form .form-login a{
    text-decoration: none;
    color: #3384ee;
    font-weight: 500;
}

/* login end */

/* signup start */


.signup-page-wrapper {
    width: 100%;
    background-image: url("../images/gadgets-office.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
}
.signup-page-wrapper .signup-page {
    width: 100%;
    padding: 70px 10px;
    display: block;
    box-sizing: border-box;
    max-width: 1350px;
    margin: 0 auto;
}

.signup-page-wrapper .signup-page .signup-text {
    max-width: 47%;
    width: 100%;
    display: inline-block;
    margin-top: 100px;
}

.signup-page-wrapper .signup-page .signup-text h1 {
    margin: 10px 10px;
    color: #feb710;
    font-size: 70px;
    font-weight: 600;
}
.signup-page-wrapper .signup-page .signup-text p {
    color: #fff;
    font-size: 50px;
    margin: 10px 0px;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
}
.signup-page-wrapper svg.signup_svg {
    position: absolute;
    left: 7px;
}
.signup-page-wrapper .signup-page .signup-text p svg{
    fill: #fff;
    width: 25px;
    height: 60px
}

.signup-page-wrapper .signup-page .signup-text span{
    color: #fff;
    font-size: 18px;
    margin: 10px 10px;
}

.signup-page-wrapper .signup-page .signup-form{
    max-width: 49%;
    width: 100%;
    margin: 10px 10px;
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    vertical-align: top;
}

.signup-page-wrapper .signup-page .signup-form h1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.signup-page-wrapper .signup-page .signup-form .form-field{
    width: 100%;
}

.signup-page-wrapper .signup-page .signup-form .form-field div {
    width: 100%;
    padding: 5px 0px;
    box-sizing: border-box;
}

.signup-page-wrapper .signup-page .signup-form .form-field input {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #c8c0c0;
    background-color: #f9f9f9;
    outline: 1px solid transparent;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.signup-page-wrapper .signup-page .signup-form .form-field input::placeholder{
    font-size: 16px;
}

.signup-page-wrapper .signup-page .signup-form .form-field .name{
    width: 100%;
    display: block;
}

.signup-page-wrapper .signup-page .signup-form .form-field .name .first-name{
    width: 50%;
    display: inline-block;
}

.signup-page-wrapper .signup-page .signup-form .form-field .name .last-name {
    width: 49%;
    display: inline-block;
}

.signup-page-wrapper .signup-page .signup-form .form-field .gender-dob{
    width: 100%;
    display: block;
}

.signup-page-wrapper .signup-page .signup-form .form-field .gender-dob .gender{
    width: 50%;
    display: inline-block;
}

.signup-page-wrapper .signup-page .signup-form .form-field .gender-dob .gender select {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #c8c0c0;
    background-color: #f9f9f9;
    outline: 1px solid transparent;
    font-size: 16px;
    color: #747171;
}

.signup-page-wrapper .signup-page .signup-form .form-field .gender-dob .gender select option{
    border-radius: 5px;

}

.signup-page-wrapper .signup-page .signup-form .form-field .gender-dob .dob {
    width: 49%;
    display: inline-block;
    position: relative;
}

.signup-page-wrapper .signup-page .signup-form .form-field .gender-dob .dob label{
    font-size: 12px;
    color: #736a6a;
    position: absolute;
    left: 20px;
    top: 10px;
}


.signup-page-wrapper .signup-page .signup-form .form-field .gender-dob .dob input[type="date"] {
    color: #736a6a;
    font-size: 16px;
    padding: 19px 20px;
}  

.signup-page-wrapper .signup-page .signup-form .form-field .password{
    width: 100%;
    position: relative;
}

.signup-page-wrapper .signup-page .signup-form .form-field .password svg {
    position: absolute;
    right: 23px;
    top: 22px;
    fill: #736a6a;
    cursor: pointer;
}

.signup-page-wrapper .signup-page .signup-form .form-field .password svg.show{
    display: none;
}

.signup-page-wrapper .signup-page .signup-form .form-field .strength{
    width: 100%;
}

.signup-page-wrapper .signup-page .signup-form .form-field .strength ul{
    display: flex;
}

.signup-page-wrapper .signup-page .signup-form .form-field .strength ul li {
    list-style: none;
    width: 13%;
    font-size: 14px;
    margin-left: 5px;
    color: #999999;
    text-align: center;
}

.signup-page-wrapper .signup-page .signup-form .form-field .strength ul li.blank {
    width: 28%;
    height: 3px;
    background-color: #8f8f8f;
    position: relative;
    top: 7px;
    border-radius: 5px;
}

.signup-page-wrapper .signup-page .signup-form .form-field .iagree{
    width: 100%;
}

.signup-page-wrapper .signup-page .signup-form .form-field .iagree label{
    float: left;
}

.signup-page-wrapper .signup-page .signup-form .form-field .iagree p {
    margin-left: 20px;
    font-size: 14px;
    color: #747171;
}

.signup-page-wrapper .signup-page .signup-form .form-signup-btn{
    width: 100%;
    margin-top: 50px;
}
.signup-page-wrapper .signup-page .signup-form .form-signup-btn a {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    background-color: #feb710;
    padding: 12px 0px;
    border-radius: 25px;
    font-size: 23px;
    font-weight: 600;
    border: 1px solid #feb710;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.signup-page-wrapper .signup-page .signup-form .form-signup-btn a:hover {
    background: #fff;
    border: 1px solid #000;
}

.signup-page-wrapper .signup-page .signup-form .form-signin{
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.signup-page-wrapper .signup-page .signup-form .form-signin p{
    color: #736a6a;
}

.signup-page-wrapper .signup-page .signup-form .form-signin a{
    text-decoration: none;
    color: #3384ee;
    font-weight: 500;
}

.signup-page-wrapper .signup-page .signup-form .form-privacy{
    width: 100%;
    padding: 10px 0px;
}

.signup-page-wrapper .signup-page .signup-form .form-privacy p{
    color: #736a6a;
    font-size: 14px;
}

.signup-page-wrapper .signup-page .signup-form .form-privacy a{
    text-decoration: none;
    color: #3384ee;
}

/* signup end */
/* blog-inner-page start */

.inner_blog_wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
	
}

.inner_blog_wrapper .banner_blog {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/modern.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_blog_wrapper .banner_heading {
    
    color: #fff;
}
.inner_blog_wrapper .banner_heading h1 {
    font-weight: 500;
    font-size: 40px;
    text-align: center;
}
.inner_blog_wrapper .blog_post_container {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 80px 0px;
}
.inner_blog_wrapper .blog_post_outer {
    width: 100%;
    display: block;
}

.inner_blog_wrapper .blog_left_box {
    display: inline-block;
    width: 67%;
    vertical-align: top;
}
.inner_blog_wrapper .blog_right_box {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.inner_blog_wrapper .blog_left_box img {
    width: 100%;
    max-width: 840px;
    margin-bottom: 18px;
}
.inner_blog_wrapper .blog_right_box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.inner_blog_wrapper .blog_left_box p {
    color: #7A7A7A;
    line-height: 26px;
    margin: 0;
    padding-bottom: 15px;
}
.inner_blog_wrapper .blog_left_box h1 {
    color: #8d8a8ac7;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    padding: 15px 0px;
}
.inner_blog_wrapper textarea#comment {
    box-shadow: 0px 5px 50px rgb(0 0 0 / 10%);
    border: none;
    width: 100%;
    height: 200px;
    margin: 10px 0px;
}
.inner_blog_wrapper .blog_left_box input {
    width: 100%;
    padding: 12px 0px;
    border-radius: 4px;
    border: 1px solid black !important;
}
.inner_blog_wrapper p.comment-form {
    padding-bottom: 0px !important;
}
.inner_blog_wrapper input#wp-comment-cookies-consent {
    max-width: 20px;
    margin: 0;
}
.inner_blog_wrapper input#submit {
    max-width: 180px;
    padding: 18px 0px;
    color: #FFf;
    background-color: #feb710;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border-color: #feb710 !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.inner_blog_wrapper form.elementor-search-form svg {
    max-width: 20px;
}
.inner_blog_wrapper form.list_search button {
    width: 15%;
    background-color: #feb710;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    margin-left: -4px;
    height: 46px;
    vertical-align: top;
}
.inner_blog_wrapper form.list_search button svg {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    fill: white;
}
.inner_blog_wrapper form.list_search input {
    width: 75%;
    padding: 15px;
    vertical-align: text-bottom;
    background-color: #edeff6;
    border: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: inline-block;
    vertical-align: top;
}
.inner_blog_wrapper .elementor-widget-container {
    border: 1px solid #feb710;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}
.inner_blog_wrapper .elementor-widget-container h2 {
    margin: 0;
    padding-bottom: 20px;
}
.inner_blog_wrapper .recent_Posts_left img {
    border-radius: 5px;
}
.inner_blog_wrapper .recent_Posts {
    width: 100%;
    display: block;
}
.inner_blog_wrapper .recent_Posts_left {
    width: 39%;
    display: inline-block;
}

.inner_blog_wrapper  .recent_Posts_right {
    display: inline-block;
    vertical-align: top;
    width: 54%;
    margin-left: 18px;
}
.inner_blog_wrapper .recent_Posts_right h6 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}
.inner_blog_wrapper .recent_Posts.organic_post {
    margin: 25px 0px;
}
.inner_blog_wrapper .recent_Posts_right a {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    color: #feb710;
}
.inner_blog_wrapper .share_box {
    width: 100%;
    display: block;
}
.inner_blog_wrapper .share_icon {
    width: 40px;
    padding: 8px 0px;
    display: inline-block;
    background-color: #feb710;
    text-align: center;
    margin-right: 7px;
}

.inner_blog_wrapper .share_icon svg {
    max-width: 12px;
    fill: #fff;
}
/* blog-inner-page end */