

/*--------------------- Copyright (c) 2022 ----------------------- 
[Master Stylesheet] 
Project: Game
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
:root {
	--gz-orange-color: #ff8000;
	--gz-yellow-color: #ffab18;
	--gz-white-color: #ffffff;
	--gz-black-color: #1d1f1f;
	--gz-text-color: #cdcdcd;
	--gz-black-color1: #191a1a;

}
body {
	font-family: 'Bebas Neue', cursive;
	/* font-family: 'Mukta', sans-serif; */
	font-style: normal;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	color: var(--gz-black-color);
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color:#191a1a;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.container {
	max-width: 1170px;
}
.row>* {
	padding-right: 15px;
	padding-left: 15px;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bebas Neue', cursive;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	padding: 0;
	word-break: break-word;
}
img {
	max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
	outline: none !important;
	box-shadow: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
p {
	font-family: 'Mukta', sans-serif;
	margin: 0px;
	padding: 0;
	word-break: break-word;
}
/* width */

::-webkit-scrollbar {
	width: 4px;
}
/* Track */

::-webkit-scrollbar-track {
	background: var(--blue-color);
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: var(--gz-orange-color);
	width: 4px;
}
/*font size*/

.f-18 {
	font-size: 18px;
}
.yellow-color {
	fill: var(--gz-yellow-color);
}
/*preloader css start*/

.gz-loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
}
.gz-loader img {
	width: 80px;
}
/*preloader css end*/

/*goto top css start*/

.gz_top_icon a {
	display: flex;
	width: 50px;
	height: 50px;
	background-color: var(--gz-orange-color);
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
	animation: 3s installation infinite alternate;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz_top_icon a i {
	color: #ffffff;
}
@keyframes installation {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
}
.gz_top_icon a svg {
	fill: #ffffff;
	transform: rotate(270deg);
}
.gz_top_icon a:active {
	background-color: #555;
}
.gz_top_icon a.show {
	opacity: 1;
	visibility: visible;
}
/* all button css start */

.gz-header-btn {
	width: 180px;
}
/* new-button */

a.gz-all-btn.gz-top-btn {
	letter-spacing: 0px;
	border: 1px solid var(--gz-orange-color);
	background: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.gz-all-btn.gz-top-btn:hover {
	background-color: var(--gz-orange-color);
	color: var(--gz-white-color) !important;
}
.gz-all-btn {
	width: 100%;
	max-width: 172px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-family: 'Mukta', sans-serif;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0px;
	position: relative;
	overflow: hidden!important;
	border: 1px solid var(--gz-orange-color);
	background-color: var(--gz-orange-color);
	;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-all-btn:hover {
	border: 1px solid transparent;
	color: var(--gz-orange-color)!important;
	background-color: var(--gz-white-color);
}
/* banner slider btn */

a.gz-all-btn.gz-btn-color.gz-banner-btn {
	max-width: 140px;
	height: 48px;
	font-size: 16px;
}
/*css start*/

/*========================= Banner start ===================*/
.gz-shop-page {
    padding: 80px 0px;
    background: #191a1a;
}
.gz-banner-wrapper {
	background-image: url(../images/andro_banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 10px 0px 20px 0px;
}
.banner-img{
	background-color: #000;	
}
.dis_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.breadcrumb li {
    color: #fff;
    z-index: 9;
    color: #fff;
}
ul.breadcrumb li a {  
    color: #fff;
}
.gz-page-title-bg{
background-image: url(../images/prolog.webp);
	background-repeat: no-repeat;
	padding: 50px 0px 80px;
	position: relative;
	background-size:cover;
}
.gz-_title {
    z-index: 9;
    color: #fff;
    position: relative;
    font-size: 42px;
}
.overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000cc;
	z-index: 0;
}
.gz-header-main {
	padding: 10px 70px 0;
}

.gz-header-main.gz-header-fixed{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color:var(--gz-black-color);
    box-shadow: 1.5px 3.99px 27px 0px rgb(255 255 255 / 10%);
    max-width: 100%;
    z-index: 99999;
    transition: all 0.7s ease-in-out;
    -webkit-animation: slideInDown .7s;
    -moz-animation: slideInDown 0.7s;
    -ms-animation: slideInDown 0.7s;
    -o-animation: slideInDown 0.7s;
    animation: slideInDown 0.7s;
    backface-visibility: hidden;
    padding: 10px 70px 10px;
}
.gz-header-menu {
	display: flex;
	align-items: center;
	justify-content: end;
}
ul.gz-menu li {
	display: inline-flex;
	margin: 0px 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-menu li:hover a {
	color: var(--gz-orange-color);
}
ul.gz-menu li:hover a svg {
	fill: var(--gz-orange-color);
}
ul.gz-menu li a {
	color: var(--gz-white-color);
	font-family: 'Mukta', sans-serif;
}
ul.gz-menu li a svg {
	fill: var(--gz-white-color);
}
ul.gz-menu li a span {
	padding-right: 10px;
}
/* banner text */

.gz-banner-text {
	width: 100%;
	max-width: 540px;
	margin: 185px auto 0;
}
.gz-banner-text h4 {
	position: relative;
	color: var(--gz-white-color);
	letter-spacing: 2px;
	font-weight: 400;
	font-family: 'Mukta', sans-serif;
}
.gz-banner-text h3 {
	font-size: 56px;
	color: var(--gz-white-color);
	font-family: 'Bebas Neue', cursive;
	padding-top: 12px;
	line-height: 1.3;
}
.gz-banner-text h3 span {
	background-color: var(--gz-orange-color);
	color: var(--gz-black-color);
	width: 100%;
	max-width: 250px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 0px;
	padding: 37px 0px 32px;
}
.gz-banner-text p {
	color: var(--gz-text-color);
	font-size: 14px;
}
/* banner slider css */

.gz-banner-main {
	background-color: var(--background-black1);
	position: relative;
	bottom: -185px;
}
.gz-banner-slider-wrapper .swiper {
	padding: 100px 0px;
	position: relative;
	top: -260px;
}
.gz-banner-slider-inner {
	position: relative;
	height: 330px;
	background-color: #44464670;
	border-radius: 10px;
	margin-top: 40px;
	opacity: 0.5;
}
.swiper-slide.swiper-slide-active .gz-banner-slider-inner {
	opacity: 1;
}
.gz-banner-slide-img {
	position: absolute;
	top: -25px;
	left: 25px;
}
.gz-banner-slide-img img {
	border-radius: 10px;
}
.gz-banner-slide-content {
	padding: 30px 20px 30px 300px;
}
.gz-banner-slide-content h3 {
	font-size: 26px;
	color: var(--gz-white-color);
	padding-bottom: 7px;
}
.gz-banner-slide-content span svg:nth-child(1) {
	fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(2) {
	fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(3) {
	fill: var(--gz-yellow-color);
}
.gz-banner-slide-content span svg:nth-child(4) {
	fill: #64686b;
}
.gz-banner-slide-content span svg:nth-child(5) {
	fill: #64686b;
}
.gz-banner-slide-content p {
	font-size: 14px;
	color: var(--gz-text-color);
	padding-top: 7px;
}
/* banner arrow */

.gz-about-arrow.gz-banner-arrow .swiper-button-prev {
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	left: auto;
	right: 240px;
	border: 1px solid var(--gz-orange-color);
	position: absolute;
	top: -60px;
}
.gz-about-arrow.gz-banner-arrow .swiper-button-next {
	top: -60px;
	right: 140px;
}
.gz-about-arrow.gz-banner-arrow .gz-swiper-line:before {
	width: 340px;
	left: -405px;
}
.gz-about-arrow.gz-banner-arrow .gz-swiper-line:after {
	left: -410px;
}
/* about css start */

.gz-about-wrapper {
	background-color: var(--gz-black-color);
	position: relative;
	padding: 145px 0 50px;
}
.gz-about-left {
	position: relative;
	z-index: 1;
}
.gz-about-left:before {
	content: '';
	position: absolute;
	background-image: url(../images/about-after.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: -1;
	right: 70px;
	left: auto;
	background-position: top right;
}
.gz-about-box {
	background-color: rgba(255, 128, 0, 0.85);
	width: 100%;
	max-width: 270px;
	height: 140px;
	padding: 40px 0px 40px 30px;
	position: absolute;
	right: -45px;
	bottom: 100px;
}
.gz-about-box h3 {
	font-size: 26px;
	color: var(--gz-white-color);
	font-family: 'Bebas Neue', cursive;
}
.gz-about-box span svg:nth-child(1) {
	fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(2) {
	fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(3) {
	fill: var(--gz-white-color);
}
.gz-about-box span svg:nth-child(4) {
	fill: #ffa64d;
}
.gz-about-box span svg:nth-child(5) {
	fill: #ffa64d;
}
.gz-banner-slide-content p {
	font-size: 14px;
	color: var(--gz-text-color);
	padding-top: 7px;
}
.gz-about-right {
	padding: 140px 0px 0px 40px;
}
.gz-about-right h3 {
	font-family: 'Mukta', sans-serif;
	font-size: 18px;
	color: var(--gz-orange-color);
	letter-spacing: 2px;
	text-transform: capitalize;
	padding-bottom: 15px;
	font-weight: 500;
}
.gz-about-right.gz-about-top-space h5 {
	font-size: 42px;
	color: var(--gz-white-color);
	text-transform: capitalize;
}
.gz-about-right p {
	font-size: 14px;
	color: var(--gz-text-color);
	width: 100%;
	max-width: 445px;
}
.gz-about-right p.gz-about-para-space {
	padding: 20px 0px 27px;
}
.gz-about-wrapper.pd-top {
    padding-top: 120px;
    padding-bottom: 50px;
}
.gz-trailer-wrapper.pd-bottom {
    padding-bottom: 170px;
}
/* slider arrow */

.gz-about-arrow .swiper-button-next {
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	border: 1px solid var(--gz-orange-color);
	position: absolute;
	top: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-about-arrow .swiper-button-next:hover {
	border: 1px solid var(--gz-orange-color);
	background-color: transparent;
}
.gz-about-arrow .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'none';
	background-image: url(../images/left-arrow.svg);
	width: 23px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gz-about-arrow .swiper-button-prev {
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	left: auto;
	right: 100px;
	border: 1px solid var(--gz-orange-color);
	position: absolute;
	top: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-about-arrow .swiper-button-prev:hover {
	background-color: transparent;
	border: 1px solid var(--gz-orange-color);
}
.gz-about-arrow .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'none';
	background-image: url(../images/right-arrow.svg);
	width: 23px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.gz-swiper-line {
	position: relative;
}
.gz-swiper-line:before {
	content: '';
	position: absolute;
	width: 255px;
	height: 1px;
	background-color: var(--gz-orange-color);
	left: -309px;
}
.gz-swiper-line:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: var(--gz-orange-color);
	left: -315px;
	z-index: 9;
	border-radius: 20px;
	top: -3px;
}
a.gz-all-btn.gz-btn-color.gz-about-top {
	margin-top: 20px;
}
.gz-matches-wrapper.bg-color {
    background: #191a1a;
}
.gz-blog-wrapper.bg-color {
    background: #191a1a;
	padding: 100px 0px;
}
/* top games css start */

.gz-top-game-wrapper {
	background-color: var(--gz-black-color1);
	padding: 71px 0px 72px;
	position: relative;
}
.gz-all-heading {
	text-align: center;
	padding-bottom: 39px;
}
.gz-game-image {
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-game-image img {
	width: 100%;
}
.gz-game-slider-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-image: -moz-linear-gradient(-90deg, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 0.90196) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 0.90196) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(255, 128, 0, 0) 0%, rgba(255, 128, 0, 0.90196) 100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.gz-all-btn.gz-game-slider-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	max-width: 148px;
	height: 48px;
	border: 1px solid var(--gz-white-color);
	background-color: transparent;
	color: var(--gz-white-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-game-image:hover .gz-game-slider-overlay {
	opacity: 1;
	visibility: visible;
}
.gz-game-image:hover a.gz-all-btn.gz-game-slider-btn {
	opacity: 1;
	visibility: visible;
	color: var(--gz-white-color) !important;
}
.gz-all-heading h5 {
	color: var(--gz-orange-color);
	font-size: 18px;
	letter-spacing: 2px;
	font-family: 'Mukta', sans-serif;
	padding: 0 0px 6px;
	font-weight: 400;
}
.gz-all-heading h3 {
	font-size: 32px;
	color: var(--gz-white-color);
}
.gz-game-content h4 {
	font-size: 26px;
	color: var(--gz-white-color);
	padding: 23px 0px 6px;
}
.gz-game-content span svg:nth-child(1) {
	fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(2) {
	fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(3) {
	fill: var(--gz-yellow-color);
}
.gz-game-content span svg:nth-child(4) {
	fill: #64686b;
}
.gz-game-content span svg:nth-child(5) {
	fill: #64686b;
}
/* slider arrow */

.gz-about-arrow.gz-game-slider-arrow .swiper-button-next {
	top: 126px;
	right: 95px;
}
.gz-about-arrow.gz-banner-arrow .gz-swiper-line .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity:1 !important;
    cursor: auto;
    pointer-events: none;
}
.gz-about-arrow.gz-game-slider-arrow .swiper-button-prev {
	top: 127px;
	right: 185px;
}
.gz-game-slider-arrow .gz-swiper-line:before {
	width: 465px;
	left: -517px;
}
.gz-game-slider-arrow .gz-swiper-line:after {
	left: -519px;
	top: -3px;
}
/* matches css start */

.gz-matches-wrapper {
	background-color: var(--gz-black-color);
	padding: 71px 0px 57px;
}
.gz-matches-table ul li {
	margin-right: 65px;
}
.gz-matches-table ul.nav-tabs {
    background-color: #121313;
    height: 60px;
    border-bottom: transparent;
    padding: 0px 35px;
}
.gz-matches-table .nav-link.active {
	color: var(--gz-orange-color);
	background-color: transparent;
	border-color: transparent;
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 15px 18px;
	background-image: url(../images/heading-border.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.gz-matches-table .nav-link {
	color: var(--gz-white-color);
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 17px 15px 17px;
}
.gz-matches-table .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
	isolation: isolate;
}
.gz-matches-box table tr td:nth-child(1) {
	width: 400px;
}
.gz-matches-box table tr td:nth-child(2) {
	width: 355px;
}
.gz-matches-box table tr td:nth-child(3) {
	width: 455px;
}
.gz-matches-box {
	position: relative;
	background-color: #212323;
	padding: 25px;
}
.gz-matches-box .gz-matches-img {
	position: absolute;
	width: 113px;
	height: 90px;
	background: #272b2b;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gz-matches-content {
	padding: 17px 0px 17px 130px;
}
.gz-matches-content h4 {
	font-size: 32px;
	color: var(--gz-white-color);
}
.gz-matches-content h5 {
	font-size: 14px;
	font-family: 'Mukta', sans-serif;
	text-transform: capitalize;
	color: var(--gz-orange-color);
	letter-spacing: 2px;
	padding-bottom: 8px;
}
.gz-matches-center-box {
	text-align: center;
}
.gz-matches-center-box p a {color:#ff8000 !important}
.gz-matches-center-box p a:hover {color:#ffab18 !important}

.gz-matches-center-box h5 {
	background-color: #3a3f3f;
	width: 32px;
	height: 32px;
	margin: 0 auto 7px;
	font-size: 12px;
	border-radius: 50px;
	font-family: 'Mukta', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gz-white-color);
}
.gz-matches-center-box h4 {
	color: var(--gz-white-color);
	font-size: 32px;
}
.gz-matches-center-box p {
	font-size: 16px;
	color: var(--gz-white-color);
}
.gz-advertisement-img {
	padding: 80px 0px 0px;
}
/* trailer css start */

.gz-trailer-wrapper {
	background-color: var(--gz-black-color);
	padding: 0px 0px 130px;
}
/* slider css start */

div.gz-trailor-section {
	position: relative;
}
.gz-trailor-section div {
	margin: 0 auto;	
}
div.gz-trailor-section ul.carousel {
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 580px;
	height: 310px;
}
.gz-trailor-section ul li {
	width: 100%;
	max-width: 580px;
	clip-path: polygon(0 0, 116% 21%, 100% 81%, 0% 100%);
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gz-trailor-section ul li.main-pos {
	clip-path: none;
}
.gz-trailor-section ul li.items {
	position: absolute;
}
.main-pos {
	margin-left: 2em !important;
	z-index: 3000;
}
.left-pos {
	margin-left: -17em !important;
	z-index: 1000;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	transform: scale(.75);
}
.back-pos {
	margin-left: 2em !important;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	transform: scale(.5);
}
.right-pos {
	clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 83%) !important;
	margin-left: 21em !important;
	z-index: 1000;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	transform: scale(.75);
}
/* arrow */

.gz-trailor-prev {
	width: 82px;
	height: 52px;
	background: var(--gz-orange-color);
	position: absolute;
	top: calc(50% - 15px);
	left: -16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-trailor-prev:hover {
	border: 1px solid var(--gz-orange-color);
	background-color: transparent;
}
.gz-trailor-next {
	width: 82px;
	height: 52px;
	background: var(--gz-orange-color);
	position: absolute;
	top: calc(50% - 15px);
	right: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-trailor-next:hover {
	border: 1px solid var(--gz-orange-color);
	background-color: transparent;
}
/* gameing product css start */

.gz-gameing-product-wrapper {
	background-color: var(--gz-black-color1);
	padding: 71px 0px 70px;
}
.gz-game-product-inner {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-game-product-inner img {
	width: 100%;
}
ul.gz-game-product-social {
	position: absolute;
	top: 10px;
	width: 40px;
	right: -40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.gz-game-product-inner:hover ul.gz-game-product-social {
	right: 13px;
	opacity: 1;
	visibility: visible;
}
ul.gz-game-product-social li {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2b2d2d;
	margin: 0px 0px 15px;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-game-product-social li:hover {
	background-color: var(--gz-orange-color);
}
ul.gz-game-product-social li a svg {
	fill: var(--gz-white-color);
}
.gz-game-product-inner:hover ul.gz-game-product-social li {
	right: 20px;
}
a.gz-all-btn.gz-btn-color.gz-product-btn {
	text-transform: none !important;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
	background-color: var(--gz-orange-color) !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
a.gz-product-btn {
	width: 100%;
	max-width: 172px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-family: 'Mukta', sans-serif;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	overflow: hidden!important;
	border: 1px solid var(--gz-orange-color);
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	background: var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.gz-product-btn:hover {
	background-color: var(--gz-white-color);
	color: var(--gz-orange-color);
	border: transparent;
}
.gz-product-btn:hover svg {
	fill: var(--gz-orange-color);
}
.gz-product-btn svg {
	fill: var(--gz-white-color);
	margin-right: 10px;
}
.gz-game-product-inner:hover a.gz-product-btn {
	bottom: 125px;
	opacity: 1;
	visibility: visible;
}
.gz-game-product-info {
	padding-top: 20px;
}
span.gz-star svg {
	margin-right: 1px;
}
span.gz-star svg:nth-child(1) {
	fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(2) {
	fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(3) {
	fill: var(--gz-yellow-color);
}
span.gz-star svg:nth-child(4) {
	fill: #64686b;
}
span.gz-star svg:nth-child(5) {
	fill: #64686b;
}
.gz-game-product-info h5 {
	color: var(--gz-white-color);
	font-size: 20px;
	font-family: 'Mukta', sans-serif;
	padding: 2px 0px 1px;
}
.gz-game-product-info p {
	color: var(--gz-orange-color);
	font-size: 20px;
	font-family: 'Mukta', sans-serif;
	font-weight: 800;
}
/* slider arrow css */

.gz-product-arrow {
	position: relative;
}
.gz-product-arrow .swiper-button-prev {
	position: absolute;
	left: -131px;
	top: calc(50% - 270px);
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	border: 1px solid var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-product-arrow .swiper-button-prev:hover {
	background-color: transparent;
	border: 1px solid var(--gz-orange-color);
}
.gz-product-arrow .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'none';
	background-image: url(../images/left-arrow.svg);
	width: 23px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gz-product-arrow .swiper-button-next {
	position: absolute;
	right: -131px;
	top: calc(50% - 270px);
	width: 82px;
	height: 52px;
	background-color: var(--gz-orange-color);
	border: 1px solid var(--gz-orange-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-product-arrow .swiper-button-next:hover {
	background-color: transparent;
	border: 1px solid var(--gz-orange-color);
}
.gz-product-arrow .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'none';
	background-image: url(../images/right-arrow.svg);
	width: 23px;
	height: 12px;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* Blog css start */

.gz-blog-wrapper {
	background-color: var(--gz-black-color);
	padding: 71px 0px 75px;
}
.gz-blog-img {
	overflow: hidden;
}
.gz-blog-img img {
	transform: scale(1);
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gz-blog-img img:hover {
	transform: scale(1.3);
}
ul.gz-blog-date {
	padding: 24px 0px 7px;
}
ul.gz-blog-date li {
	display: inline-flex;
	margin: 0px 14px 0 0;
}
ul.gz-blog-date li a {
	font-size: 16px;
	font-family: 'Mukta', sans-serif;
	color: var(--gz-text-color);
}
ul.gz-blog-date li a span {
	fill: var(--gz-orange-color);
}
ul.gz-blog-date li a span svg {
	margin-right: 5px;
}
a.gz-blog-title {
	font-family: 'Mukta', sans-serif;
	font-size: 22px;
	color: var(--gz-white-color);
}
a.gz-blog-title:hover {
	color: var(--gz-orange-color);
}
.gz-blog-box p {
	font-size: 14px;
	color: var(--gz-text-color);
}
/* newsletter css start */

.gz-newsletter-wrapper {
	background-color: var(--gz-black-color1);
	padding: 73px 0px 75px;
}
/* left side */

.gz-newsletter-left p {
	color: var(--gz-orange-color);
	font-size: 18px;
	letter-spacing: 2px;
}
.gz-newsletter-left h3 {
	font-size: 32px;
	color: var(--gz-white-color);
}
.gz-newsletter-left .gz-head{
	font-size: 16px;
	color: var(--gz-text-color);
	letter-spacing: 0px;
	padding: 13px 0px 9px;
}
ul.gz-available li {
	display: inline-flex;
	margin-right: 7px;
	background-color: #2b2d2d;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-available li:nth-child(2) {
	margin-right: 8px;
}
ul.gz-available li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.gz-available li a svg {
	fill: var(--gz-white-color);
}
ul.gz-available li:hover {
	background-color: var(--gz-orange-color);
	transform: translateY(-5px);
}
/* center */

.gz-newsletter-border {
	text-align: center;
}
/* right side */

.gz-newsletter-right p {
	font-size: 18px;
	color: var(--gz-orange-color);
	font-size: 18px;
	letter-spacing: 2px;
}
.gz-newsletter-right h4 {
	font-size: 32px;
	color: var(--gz-white-color);
	padding: 2px 0 0;
}
/* input css */

.gz-newsletter-right {
	padding-left: 90px;
}
.gz-newsletter-input {
	padding: 40px 0px 0px;
	position: relative;
}
.gz-newsletter-input input {
	width: 100%;
	max-width: 570px;
	height: 70px;
	padding: 0px 190px 0px 70px;
	position: relative;
	background-color: #212323;
	color: var(--gz-white-color);
	border: none;
	font-family: 'Mukta';
}
.gz-newsletter-input input::placeholder {
	color: var(--gz-text-color);
	font-family: 'Mukta', sans-serif;
}
span.gz-newsletter-input-icon {
	position: absolute;
	fill: var(--gz-text-color);
	left: 0;
	top: 60px;
	left: 30px;
}
a.gz-newsletter-btn {
	width: 100%;
	max-width: 160px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gz-white-color);
	font-family: 'Mukta';
	background-color: var(--gz-orange-color);
	position: absolute;
	right: 10px;
	top: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.gz-newsletter-btn:hover {
	background-color: var(--gz-black-color1);
}
/* footer css start */

.gz-footer-wrapper {
	background-color: var(--gz-black-color);
	padding: 71px 0px 59px;
}
.gz-footer-section1 p {
	font-size: 14px;
	color: var(--gz-text-color);
	padding: 21px 0px 20px;
}
.gz-footer-mobile-app{
	background-color: #272a2a;
	position: relative;
	width: 100%;
	max-width: 244px;
	height: 80px;
	padding: 20px;
}
.gz-mobile-text {
	position: absolute;
	top: 27px;
	left: 85px;
}
.gz-mobile-text h4 {
	font-size: 14px;
	font-family: "Mukta";
	color: var(--gz-white-color);
	padding-bottom: 3px;
}
.gz-mobile-text h5 {
	color: var(--gz-orange-color);
	font-size: 14px;
	font-family: 'Mukta';
	font-weight: 700;
}
/* section2 */

.gz-footer-section2 h4 {
	font-size: 22px;
	color: var(--gz-white-color);
	padding: 25px 0px 17px;
}
ul.gz-footer-section-menu li {
	padding-bottom: 13px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-footer-section-menu li:hover {
	transform: translateX(5px);
	color: var(--gz-orange-color);
}
ul.gz-footer-section-menu li:hover a {
	color: var(--gz-orange-color);
}
ul.gz-footer-section-menu li:hover a span {
	fill: var(--gz-orange-color);
}
ul.gz-footer-section-menu li a {
	color: var(--gz-text-color);
	font-size: 16px;
	font-family: 'Mukta';
}
ul.gz-footer-section-menu li a span {
	fill: var(--gz-text-color);
	padding-right: 10px;
}
/* instagram */

.gz-footer-section3 h4 {
	color: var(--gz-white-color);
	font-size: 22px;
	padding: 25px 0px 17px;
}
ul.gz-insta li {
	display: inline-flex;
	padding-right: 5px;
	padding-bottom: 8px;
	overflow: hidden;
}

ul.gz-insta li:nth-child(6) {
	padding-right: 0px;
}
ul.gz-insta li a {
	width: 80px;
	height: 80px;
	overflow: hidden;
}
ul.gz-insta li a img {
	transform: scale(1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.gz-insta li a img:hover {
	transform: scale(1.3);
}
/* copywrite css start */

.gz-copywrite-wrapper {
	background-color: var(--gz-black-color1);
	height: 50px;
	line-height: 50px;
}
.gz-copywrite-wrapper p {
	color: var(--gz-text-color);
	font-size: 15px;
	text-align: center;
}
.gz-copywrite-wrapper p span {
	color: var(--gz-orange-color);
}
.gz-matches-box .table {
	min-width: 1080px;
}
/* table scroll css */

.table-responsive::-webkit-scrollbar:vertical {
	width: 12px;
}
.table-responsive::-webkit-scrollbar:horizontal {
	height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
	background-color: var(--gz-orange-color);
	border: 2px solid #ffffff;
}
.table-responsive::-webkit-scrollbar-track {
	background-color: #ffffff;
}
/*table scroll css end  */

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: transparent;
	border-bottom-width: 0;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.gz-matches-box.table::-webkit-scrollbar {
	width: 5px;
	box-shadow: none;
}
.gz-matches-box.table::-webkit-scrollbar-track {
	background-color: red !important;
	box-shadow: none;
}
.gz-matches-box .table::-webkit-scrollbar-thumb {
	background-color: #000;
}
/* MEDIA CSS START */

@media(max-width:1700px){

.gz-swiper-line {
	position: relative;
	display: none;
}
.gz-banner-slider-inner {
	height: auto;
}
.gz-banner-wrapper {
	background-size: cover;
}
.gz-banner-wrapper {
	padding: 0;
}
.gz-banner-slide-img {
	top: 30px;
}
.gz-banner-slide-img img {
	width: 200px;
}
.gz-banner-slide-content {
	padding: 30px 20px 30px 245px;
}
}
@media(max-width:1500px){

.gz-product-arrow .swiper-button-next {
	right: 5px;
	top: calc(50% - 515px);
}
.gz-product-arrow {
	display: none;
}
.gz-banner-slide-img {
	top: 42px;
}
.gz-banner-slide-content h3 {
	font-size: 20px;
}
.gz-trailor-slider-inner {
	width: 100%;
	overflow: hidden;
	height: 400px;
}
.main-pos {
	margin-left: 0px !important;
	z-index: 3000;
}
.left-pos {
	margin-left: -300px!important;
}
section.gz-trailor-section ul.carousel {
	max-width: 1100px;
}
.gz-trailor-section ul li {
	display: block;
}
.gz-trailor-section ul li {
	max-width: 100%;
}
.gz-trailor-arrow {
	display: none;
}
}
@media(max-width:1404px){
ul.gz-menu li {    
    margin: 0px 8px;  
}
}
@media(max-width:1370px){
	ul.gz-menu li {    
		margin: 0px 5px;  
	}
	}
@media(max-width:1200px){

.gz-trailer-wrapper {
	padding:0px 0px 80px;
}
.gz-banner-slide-img img {
	width:100%;
	opacity:0.2;
}
.gz-banner-slide-img {
	top:0;
	width:100%;
}
.gz-banner-slide-content {
	padding:30px 20px 30px 25px;
}
body.menu-open ul.gz-menu {
    padding-left: 10px;
}
ul.gz-menu li a { 
    font-size: 16px;
	color:#191a1a;
}
ul.gz-menu li a:hover {
	color:#FFF;
}
}
@media(max-width:991px){

.gz-about-arrow.gz-game-slider-arrow .swiper-button-next {
	right:15px;
}
.gz-about-arrow.gz-game-slider-arrow .swiper-button-prev {
	right:110px;
}
.gz-about-box {
	right:0;
}
.gz-about-left {
	left:0;
	right:0;
	text-align:center;
}
.gz-about-right {
	text-align:center;
	padding:55px 0px 0px 40px;
}
.gz-about-right p {
	max-width:100%;
}
.gz-about-arrow.gz-about-arrow-res {
	display:none;
}
.gz-matches-table ul li {
	margin-right:15px;
}
.gz-matches-table ul.nav-tabs {
	height:auto;
}
.gz-newsletter-right {
	padding:0 0 0 90px;
}
.col-lg-1.col-md-4.res-border-none {
	display:none;
}
.gz-blog-box {
	padding-bottom:30px;
}
.gz-blog-wrapper {
	padding:71px 0px 60px;
}
/* toggle css start */

ul.gz-menu {
	position:fixed;
	left:-300px;
	background-color:var(--gz-orange-color);
	top:0;
	height:100vh;
	width:300px;
	z-index:111;
	transition:all 0.5s;
	overflow: scroll;
}
body.menu-open ul.gz-menu {
	left:0;
}
ul.gz-menu li {
	display:block;
	padding:20px 0px;
}
.gz-menu-btn {
	margin-left:20px;
	display:block;
}
.gz-menu-btn span {
	display:block;
	width:28px;
	height:2px;
	margin-bottom:4px;
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	background-color:var(--gz-orange-color);
}
.gz-menu-btn span:nth-child(2) {
	width:17px;
}
.menu-btn:hover span:nth-child(2) {
	width:18px;
}
.menu-open .gz-menu-btn span:nth-child(1) {
	transform:translate(1px,
	6px) rotate(-48deg);
}
.menu-open .gz-menu-btn span:nth-child(2) {
	opacity:0;
	visibility:hidden;
}
.menu-open .gz-menu-btn span:nth-child(3) {
	transform:translate(1px,
	-6px) rotate(48deg);
}
.gz-header-btn {
	width:180px;
	position:absolute;
	top:40px;
	right:150px;
}
.gz-bhh-toggle {
	position:absolute;
	top:59px;
}
.gz-back-overlay {
	position:fixed;
	background:rgb(0 0 0 / 21%);
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	z-index:9;
	cursor:zoom-in;
	-webkit-transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
	-o-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.menu-open .gz-sidebar-overlay {
	opacity:1;
	visibility:visible;
}
h4.gz-top {
    padding-top: 55px;
}
}
@media(max-width:775px){

.gz-about-arrow .swiper-button-next {
	width:60px;
	height:40px;
}
.gz-newsletter-right {
	padding:30px 0 0 0px;
}
.gz-about-arrow .swiper-button-next:after {
	top:14px;
}
.gz-about-arrow .swiper-button-prev {
	width:60px;
	height:40px;
}
.gz-about-arrow .swiper-button-prev:after {
	top:14px;
}
.gz-about-arrow.gz-game-slider-arrow .swiper-button-prev {
	right:88px;
}
.gz-product-arrow .swiper-button-next {
	width:60px;
	height:40px;
}
.gz-about-arrow.gz-banner-arrow .swiper-button-prev {
	width:60px;
	height:40px;
	right:85px;
}
.gz-about-arrow.gz-banner-arrow .swiper-button-next {
	right:15px;
}
.gz-product-arrow .swiper-button-prev {
	width:60px;
	height:40px;
	right:75px;
}
.gz-product-arrow .swiper-button-next:after {
	top:14px;
}
.gz-product-arrow .swiper-button-prev:after {
	top:14px;
}
.gz-blog-box {
	text-align:center;
}
.gz-game-product-info {
	text-align:center;
}
.gz-newsletter-input {
	padding:20px 0px 0px;
}
.gz-newsletter-input input {
	max-width:100%;
}
a.gz-newsletter-btn {
	top:30px;
}
span.gz-newsletter-input-icon {
	top:45px;
}
.gz-trailor-slider-inner {
	height:348px;
}
.gz-about-right {
	padding:55px 0px 0px 0;
}
}
@media(max-width:575px){

.gz-about-arrow.gz-banner-arrow .swiper-button-next,
.swiper-button-prev {
	display:none;
}
.gz-about-arrow.gz-game-slider-arrow {
	display:none;
}
.gz-game-product-inner img {
	width:100%;
}
.gz-banner-main {
	bottom:-50px;
}
.gz-about-wrapper {
	padding:170px 0 100px;
}
.gz-header-btn{
	display: none;
}
}
@media(max-width:475px){

.gz-trailor-slider-inner {
	height:285px;
}
.gz-matches-table .nav-link {
	width:100%;
}
.gz-matches-table ul li {
	margin-right:0;
	width:100%;
}
a.gz-newsletter-btn {
	max-width:110px;
}
.gz-newsletter-input input {
	padding:0px 124px 0px 70px;
}
.gz-trailor-slider-inner {
	height:225px;
}
.gz-matches-content h4 {
	font-size:22px;
}
.gz-matches-center-box h4 {
	font-size:25px;
}
.gz-about-box {
	display:none;
}
}
@media(max-width:375px){
	.sc-diswrap span {		
		font-size: 9px;
	}

.gz-trailor-slider-inner {
	height:185px;
}
.gz-newsletter-left h3 {
	font-size:25px;
}
.gz-newsletter-right h4 {
	font-size:25px;
}
span.gz-newsletter-input-icon {
	display:none;
}
.gz-newsletter-input input {
	padding:0px 12px 0px 12px;
}
a.gz-newsletter-btn {
	top:30px;
}
.gz-about-right.gz-about-top-space h5 {
	font-size:30px;
}
.gz-about-wrapper {
	padding:100px 0 45px;
}
.gz-top-game-wrapper {
	padding:45px 0px 45px;
}
.gz-advertisement-img {
	padding:45px 0px 0px;
}
.gz-matches-wrapper {
	padding:45px 0px 35px;
}
.gz-trailer-wrapper {
	padding:0px 0px 50px;
}
.gz-gameing-product-wrapper {
	padding:45px 0px 45px;
}
.gz-blog-wrapper {
	padding:45px 0px 20px;
}
.gz-newsletter-wrapper {
	padding:45px 0px 45px;
}
.gz-footer-wrapper {
	padding:45px 0px 35px;
}
a.gz-blog-title {
	font-size:18px;
}
}
/* blog-css */
.gz-blog-box {
    margin-top: 50;
    margin-top: 30px;
}
section.gz-shopcart-wrap {
    padding: 80px 0px;
    background: '';
    background: #191a1a;
}
.color-bg {
    background: #191a1a;
}
.single_form {
    padding: 0px 0px 80px;
    background: #191a1a;
}
.blog-box p {
    color: #fff;
}
/* blog-single-css */
.blog-single-start {
    padding: 80px 0px 0px;
    background: #191a1a;
}
.gz-_page_title_bg {
    background-color: #757575;
    padding: 150px 0px 80px 0px;
    background-image: url(../images/single-bg.jpg);
}
.breadcrumb li {
    color: #fff;
    margin: 3px;
}
.breadcrumb li a {
    color: #fff;
}
.dis_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gz-_title {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}
.lms_entry_meta span a {
    color:#b0afaf;
    text-decoration:none;
    padding-top: 10px;
    padding: 5px;
}
.lms_entry_meta span a i {
    color: #b6b6b6;
  
}
.blog-box h3 {
    color: #fff;
    margin-top: 30px;
}
.gz-blog_comment_wrapper {
    padding-bottom: 20px;
}
.gz-blog_comment_wrapper h4 {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    margin: 30px 0px 20px 0px;
    border-bottom: 2px solid #b6b6b6;
    max-width: 166px;
	color: #fff;
    /* padding-top: 3px; */
}
.gz-blog_comment {
    display: inline-flex;
    margin-bottom: 50px;
    margin-top: 50px;
}
.gz-comment_image {
    float: left;
    padding-right: 10px;
}
.gz-comment_image img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
}
.gz-comment_text {
    float: right;
    width: 92%;
    padding: 0px 20px;
}
.gz-comment_text h5 {
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
.gz-comment_text p {
    margin: 15px 0px 0px 0px;
    color: #c1c1c1;
    font-size: 15px;
    font-weight: 400;
}
.gz-comment_text h5 span {
    float: right;
    text-transform: capitalize;
    font-size: 13px;
    color: #fff;
}
.gz-comment_text h5 span a {
    text-decoration: none;
    color: #272727;
    padding-left: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.single_form {
    padding: 0px 0px 80px;
}
a.gz-btn.button.padding {
    margin: 0;
}
.lms_entry_meta {
    margin: 5px 0px;
}
textarea.loc_form_field {
    height: 150px;
    resize: none;
    padding: 12px 20px;
}
.loc_section_heading {
    color:#ffffff;
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 700;
}
.loc_form_field {
    width: 100%;
    border: 1px solid #ececec;
    padding: 0 20px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    margin-bottom: 25px;
}
.gz-blog_sub_comment.gz-toppadder30 {
    margin-left: 60px;
}


/* contact-form */
/* contact form */
/* form */
.gz-contact_wrapper {
    padding: 0px 0px 80px;
    background: #faf5ff;
}
#real_map {
    width: 100%;
    height: 630px;
}
.gz-info_wrapper {
    width: 100%;
   
    margin-top: 70px;
}

.gz-info_box {
    width: 100%;
    background-color: #edba78;
    /* background-color: #f13535; */
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.gz-con_box {
    width: 100%;
   
    text-align: center;
    padding: 25px 10px;
}
.gz-con_box.gz-con_box2 {
    padding: 0px 0;
}
/* .gz-con_box.gz-con_box3 {
    padding: 0px 0 25px;
} */
.gz-con_box i {
    color: #ffffff;
    font-size: 35px;
}

.gz-con_box h3 {
    color: #ffffff;
    text-transform: capitalize;
    margin: 10px 0px;
}

.gz-con_box p {
    color: #ffffff;
    font-size: 15px;
    margin: 0px;
}

.hc_map_wrapper {
    width: 100%;
    margin-top: 70px;
}
/* .gz-contact_wrapper {
    width: 100%;
   
    padding: 70px 0px;
} */
.gz-contact_form {
    width: 100%;
   
	text-align:center;
}
.gz-contact_form .btn.disabled, .gz-contact_form .btn[disabled], .gz-contact_form fieldset[disabled] .btn {
    opacity: 1 !important;
}
.gz-contact_form .form-group{
	margin-bottom:30px;
}
.gz-contact_form .gz-main_heading {
    margin-bottom: 20px;
}
.gz-button {
    /* background-color: #f13535; */
    background-color: #edba78;
    padding: 13px 30px;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    text-shadow: none;
	border:1px solid transparent;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.gz-button:hover{
	text-decoration:none;
	/* background-color:transparent !important;
	border-color:#f13535 !important;
	color:#f13535 !important; */
    background-color:transparent !important;
	border-color:#edba78 !important;
	color:#edba78 !important;
	
}
.gz-contact_bg .btn-success:focus{
    background-color: #f13535;
    border-color: #f13535;
	/* color:#ffffff !important; */
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #f13535 !important;
    border-color: #f13535 !important;
}
.btn-check:focus+.btn-success, .btn-success:focus {
    
    box-shadow:none !important;
}
.gz-contact_bg .gz-button.btn-success:hover{
	/* color:#f13535 !important; */
    color: #edba78;
}
.gz-button:focus{
	outline:none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #F13435 !important;
    text-align: left;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
.has-error .form-control {
    border-color: #F13435 !important;
}
.text-danger {
    color: #F13435 !important;
    font-size: 18px !important;
    display: inline-block !important;
}
.text-success {
    color: #3c763d;
    font-size: 18px !important;
    display: inline-block !important;
}
.btn-success.disabled, .btn-success:disabled{
    background-color: #edba78;
    border-color: #edba78;
    color: #fff;
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus{
    box-shadow: none;
}
.gz-contact_bg .form-group{
    margin-bottom: 20px;
    font-size: 14px;
    /* border: 1px solid #efefef; */
}
a.gz-btn.button.padding- {
    margin-left: 0;
}
.gz-contact_bg .form-group input {
    padding: 13px;
    border: 1px solid #3e3e3e;
    width: 100%;
    color: #fff !important;
    background: #191a1a;
}
.gz-contact_bg .form-group textarea {
    padding: 13px;
    border: 1px solid #282828;
    width: 100%;
    color: #fff !important;
    background: #191a1a;
    height: 175px;
}
.form-control:focus{
    border-color:#f46e79;
}
#contactForm .gz-btn {
    margin-top: 20px;
}
.contact-form-section h3 {
    color: #fff;
    margin: 20px 0px;
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #f46e79;
    border-color: #f46e79;
    color: #fff;
    width: 120px;
    height: 43px;
    border-radius: 21px;
}
.form-section #contactForm .form-control {   
    margin-top: 20px !important;
}
form#contactForm {
    max-width: 900px;
    margin: auto;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f46e79;
    outline: 0;
    box-shadow:none !important;
}
.contact-section {
    padding: 80px 0px;
    background: #191a1a;
}
.contact-form-wrapper.clv-section {
    padding: 30px 0px 80px 0px;
    background: #191a1a;
}
.form-control {  
    color: #212529 !important;
    background-color: #191a1a !important; 
}
.has-error .form-control {
    border-color: #b5b5b533 !important;
}
.gz-foot-form.gz-width {
    width: 33%;
}
.gz-foot-form.gz-width form input{ 
    width: 100%;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #ff8000 !important;
    border-color: #ff8000 !important;
	opacity: 1;
}
.btn-success.disabled, .btn-success:disabled {  
    border-radius:0px;
}
.contact-form-wrapper.clv-section.bg-color-contact {
    background: #1d1f1f;
}
/* map */
.responsive-map{
	overflow: hidden;
	padding-bottom:38.25%;
	position:relative;
	height:0;
	}
	.responsive-map iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}
	.gz-game-product-box {
		margin-top: 20;
		margin-top: 20px;
	}
/* *, ::after, ::before {
    box-sizing:unset !important;
} */
/* end */

/* cart-css */
/********************************************************
    19. Shopping Cart CSS Start
********************************************************/
.sc-dcinput {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    justify-content: space-evenly;
}
.sectiongz-shopcart-wrap {
    background: #191a1a;
    padding: 80px 0px;
}
.pd-gallery-wrap{
    display: flex;
    align-items: center;
}
.agz-btn {
    background: #1d1f1f;
    width: 223px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #ffffff1a;

}
.pd-img-wrap {
    background: #f2f3f5;
    width: 100%;
}
.pd-thumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pd-thumb-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}  
.pd-thumb-list > li {
    background: #f2f3f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(96 186 190 / 0%);
    cursor: pointer;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.pd-thumb-list > li:hover, .pd-thumb-list > li.active {
    border-color: rgb(96 186 190);
}
.pd-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--sub-txt-color);
}
.pd-special-price {
    display: flex;
    align-items: center;
    margin: 7px 0 10px;
}
.pd-price-end {
    font-size: 14px;
    color: #47ba58;
    margin-right: 3px;
}
.pd-counter-list {
    display: inline-flex;
    font-size: 14px;
    color: #47ba58;
}
.pd-rating-wrap, .pd-price-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.pd-price-wrap {
    border-top: 1px solid #ebeeee;
    padding-top: 12px;
    margin:15px 0 16px;
}
.pd-rating-wrap > li > a {
    color: var(--txt-color);
    font-size: 14px;
    display: inline-block;

}
.pd-rating-wrap > li{
    padding: 0 5px;
    position: relative;
    padding: 0 12px;
}
.pd-price-wrap > li {
    margin-right: 12px;
}
.pd-rating-wrap > li:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: rgb(235, 238, 238);
}
.pd-rating-text {
    margin-left: 6px;
}
.pd-price-ttile {
    font-size: 22px;
    color: var(--primary-color);
    font-family: 'Bebas Neue', cursive;
}
.pd-price-ttile span {
    font-size: 20px;
    color: #d0d0d0;
    margin-left: 5px;
}
.pd-price-off, .pd-price-off:hover {
    font-size: 14px;
    color: rgb(245 0 86);
    font-weight: 500;
}
.pd-price-availb, .pd-price-availb:hover {
    font-size: 14px;
    color: #47ba58;
    font-weight: 500;
}
.info-bottom-list > li {
    margin-bottom: 30px;
}
.info-bottom-list > li:last-child {
    margin-bottom: 0;
}
.ib-list-left span {
    font-size: 14px;
    color: var(--sub-txt-color);
    font-weight: 500;
}
.pd-info-bottom {
    background: #fbfbfb;
    padding: 30px;
}
.pd-info-size > li {
    width: 30px;
    height: 30px;
    border: 1px solid #e0e4ed;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pd-info-size > li:last-child {
    margin-right: 0;
}
.pd-info-size > li:hover, .pd-info-size > li:focus, .pd-info-size > li:active {
    background: var(--primary-color);
    color: var(--white-color);
    background-color: var(--primary-color);
}
.pd-qua-wrap {
    display: flex;
    margin: -5px -10px;
    flex-wrap: wrap;
}
.quantity-box {
    max-width: 90px;
    border: 1px solid #e0e4ed;
    background-color: var(--white-color);
    display: flex;
}
input.quantity {
    border: 0;
    width: 100%;
    text-align: center;
    background: #191a1a;
    color: #fff;
}
.quantity-box {
    max-width: 85px;
    border: 1px solid #e0e4ed;
    background-color: var(--white-color);
    display: flex;
    position: relative;
    padding-right: 30px;
    height: 40px;
    align-items: center;
}
.quantity-box span {
    width: 30px;
    height: 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    border-top: 0;
    right: 0;
    border-right: 0;
}
.quantity-box span.quantity-plus {
    bottom: 0;
    top: auto;
    border-bottom: 0;
}
.gz-btn.pd-addcart {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
}
.pd-qua-wrap > li {
    margin: 5px 10px;
}
.gz-btn.pd-heart {
    min-width: 40px;
    height: 40px;
}
.gz-btn.pd-heart:hover svg path{
    fill: var(--white-color);
}
.pd-info-pinbox .newsletter-btn{
    height: 40px;
    min-width: 107px;
}
.pd-info-pinbox input{
    height: 40px;
    font-size: 14px;
}
/* common letterbox */
.c-letter-box {
    position: relative;
    display: flex;

}
.c-letter-box > input {
    background: rgb(255 255 255 / 0%);
    border: 1px solid #e0e4ed;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    color: var(--txt-color);
    font-size: 14px;
    background-color: var(--white-color);
}
.c-letter-box  input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--txt-color);
    opacity: 0.4;
  }
  
.c-letter-box  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--txt-color);
    opacity: 0.4;
  }
  
.c-letter-box  input::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--txt-color);
    opacity: 0.4;
  }
/* start rating start */
.gz-star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 24px;
    justify-content: flex-end;
  }
  
.gz-star-rating input {
    display:none;
  }
  
.gz-star-rating label {
    color:#ccc;
    cursor:pointer;
    margin: 0;
  }  
.gz-star-rating :checked ~ label, .gz-star-rating label:hover, .gz-star-rating label:hover ~ label {
    color:rgb(254 192 7);
  }
/* start rating End */
.gz-shopcart-sec {
    margin-bottom: 80px;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}  
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
background: #f1f1f1;
}  
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
background: var(--primary-color);
}

.shopcart-table {
    width: 100%;
}
.shopcart-table > thead {
    background: var(--gray-color);
    border: 1px solid #e0e4ed;
}
.shopcart-table-wrap{
    border: 1px solid #e0e4ed;
}
.shopcart-table > tbody > tr {
    border-bottom: 1px solid #e0e4ed;
}
.shopcart-table > tbody > tr > td {
    padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
    min-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
    border-bottom: none;
}
.shopcart-table > thead > tr > th {
    font-weight: 500;
    color:#fff;
    padding: 16px 27px;
}
.sc-productwrap {
    display: flex;
    align-items: center;
}
.sc-product-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.sc-product-ttl:hover {
    color:#fff;
}
.sc-product-sz {
    font-size: 14px;
}
.sc-product-thumb {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    flex: none;
}
.sc-quantity {
    flex: none;
    margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
    flex: none;
}
.sc-product-prc {
    color:#fff;
    font-size: 22px;
    font-family: 'Bebas Neue', cursive;
}
.sc-produc-remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
    margin-bottom: 80px;
}
.gz-totalsumry {
    background: #f8f8f8;
    padding: 35px 15px 27px;
    position: relative;
}
.gz-totalsumry-ttl {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.gz-list-head {
    color: var(--sub-txt-color);
    font-weight: 500;
}
.gz-list-shead {
    font-size: 18px;
    color: var(--primary-color);    
    font-family: 'Bebas Neue', cursive;
}
.gz-totalsumry-body {
    border: 1px dashed #e9e9e9;
    border-left: 0;
    border-right: 0;
    padding: 26px 15px 24px;
}
.gz-totalsumry-header {
    padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
    padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.gz-totalsumry-list.total > li {
    margin-bottom: 0;
}
.gz-chngadd, .gz-chngadd:hover {
    color: var(--primary-color);
    font-weight: 500;
}
.gz-chngadd > img {
    padding-left: 4px;
}
.gz-totalsumry:after, .gz-totalsumry:before {
    position: absolute;
    content: "";
    background: url(../images/index1/ts_shap.png) no-repeat center;
    left: 0;
    z-index: 1;
    height: 8px;
    width: 100%;
}
.gz-totalsumry:after {
    top: 0;
}
.gz-totalsumry:before {
    bottom: 0;
    transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head{
    font-weight: 700;
}
.shopcart-dis-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc-diswrap {
    margin-right: 30px;
}
.sc-diswrap span {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box input {
    height: 50px;
    max-width: 230px;
    background: #191a1a;
    border: 1px solid #fff3;
    color: #fff;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
    height: 50px;
    line-height: 50px;
    max-width: 150px;
}
/* .shopcart-dis-list .update-cart {
    min-width: 150px;
} */
/* wishlist start */
.sc-wishlist-status {
    color: rgb(0 128 0);
    text-transform: uppercase;
    font-weight: 400;
}
.gz-btn.wishlist-ac {
    max-width: 120px;
}
.stock-out {
    color: rgb(255 0 0);
}
.gz-shopcart-sec {
    margin-bottom: 80px;
    background: #1d1f1f;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}  
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
background: #f1f1f1;
}  
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
background: #fff;
}

.shopcart-table {
    width: 100%;
}
.shopcart-table > thead {
    background: var(--gray-color);
    border: 1px solid #e0e4ed1c;
}
.shopcart-table-wrap {
    border: 1px solid #e0e4ed21;
}
.shopcart-table > tbody > tr {
    border-bottom: 1px solid #e0e4ed2b;
}
.shopcart-table > tbody > tr > td {
    padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
    max-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
    border-bottom: none;
}
.shopcart-table > thead > tr > th {
    font-weight: 500;
    color: #fff;
    padding: 16px 27px;
}
.sc-productwrap {
    display: flex;
    align-items: center;
}
.sc-product-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.sc-product-ttl:hover {
    color:#fff;
}
.sc-product-sz {
    font-size: 14px;
    color: #fff;
}
.sc-product-thumb {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    flex: none;
}
.sc-quantity {
    flex: none;
    margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
    flex: none;
}
.sc-product-prc {
    color:#fff;
    font-size: 22px;
    font-family: 'Bebas Neue', cursive;
}
.sc-produc-remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
    margin-bottom: 80px;
}
.gz-totalsumry {
    background: #1d1f1f;
    padding: 35px 15px 27px;
    position: relative;
}
.gz-totalsumry-ttl {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.gz-list-head {
    color: #fff;
    font-weight: 500;
}
.gz-list-shead {
    font-size: 18px;
    color:#fff;    
    font-family: 'Bebas Neue', cursive;
}
.gz-totalsumry-body {
    border: 1px dashed #e9e9e9;
    border-left: 0;
    border-right: 0;
    padding: 26px 15px 24px;
}
.gz-totalsumry-header {
    padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
    padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.gz-totalsumry-list.total > li {
    margin-bottom: 0;
}
.gz-chngadd, .gz-chngadd:hover {
    color: #fff;
    font-weight: 500;
}
.gz-chngadd > img {
    padding-left: 4px;
}
.gz-totalsumry:after, .gz-totalsumry:before {
    position: absolute;
    content: "";
    background: url(../images/index1/ts_shap.png) no-repeat center;
    left: 0;
    z-index: 1;
    height: 8px;
    width: 100%;
}
.gz-totalsumry:after {
    top: 0;
}
.gz-totalsumry:before {
    bottom: 0;
    transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head{
    font-weight: 700;
}
.shopcart-dis-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.gz-nl-box.boreder {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.sc-diswrap {
    margin-right: 30px;
}
.sc-diswrap span {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
    height: 47px;
    line-height: 50px;
    max-width: 142px;
    background: #ff8000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.shopcart-dis-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1f1f;
    color: #fff;
    height: 50px;
    min-width: 120px;
    border: 1px solid #fff3;
}
.shopcart-dis-list .update-cart {
    min-width: 150px;
    margin-right: 17px;
}
section.gz-checkout-wrap {
    padding: 80px 0px;
    background: #191a1a;
}
a.gz-btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 47px;
    border: 1px solid #ffffff3b;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
    height: 50px;
    line-height: 50px;
    max-width: 150px;
}
/* .shopcart-dis-list .update-cart {
    min-width: 150px;
} */
.quantity-box {
    max-width: 85px;
    border: 1px solid #e0e4ed38;
    background-color: #191a1a;
    display: flex;
    position: relative;
    padding-right: 30px;
    height: 40px;
    align-items: center;
}
.quantity-box span {
    width: 30px;
    height: 20px;
    border: 1px solid #dddddd42;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    border-top: 0;
    right: 0;
    border-right: 0;
    color: #fff;
}
.gz-ck-header {
    background: #222222;
    padding: 10px 10px;
    border: 1px solid #222222;
}
.gz-ck-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.gz-ck-body {
    border: 1px solid #e0e4ed;
    padding: 20px 20px 20px 20px;
}
.gz-brdr-ttle {
    font-size: 22px;
    color: var(--heading-color);
    position: relative;
    padding-left: 13px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.5px;
}
.gz-brdr-ttle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background-color: rgb(96, 186, 190);
    height: 88%;
}
.gz-brdr-ttle.big-ttl {
    font-size: 32px;
}
.gz-field-innergz-field-select:after {
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #566686;
    border-right: 1px solid #566686;
    right: 20px;
}
.gz-field-inner {
    border: 1px solid #e9e9e91a;
    background-color: #1d1f1f;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #fff;
}
.mb-30 {
    margin-bottom: 30px;
}
.gz-field-innergz-field-select {
    line-height: 55px;
    border-radius: 0;
}
.pay-circle {
    width: 20px;
    height: 20px;
    border-style: solid;
    border: 2px solid #d8dce7;
    border-radius: 50%;
    background: #d8dce7;
    box-shadow: inset 0px 0px 0px 5px #fff;
}
.pay-checkbox {
    display: flex;
    border: 1px solid rgb(224, 228, 237);
    background-color: #fcfcfd;
    padding: 33px 0 33px 30px;
    align-items: center;
    font-size: 15px;
    color: var(--sub-txt-color);
    font-weight: 500;
    min-height: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pay-checkbox > img {
    padding: 0 8px 0 14px;
}
.cstm-fileinput {
    position: absolute;
    left: -9999999px;
    opacity: 0;
}
.cstm-fileinput:checked + label{
    border-color: rgb(107, 224, 75);
    background-color: rgb(247, 255, 245);
}
.cstm-fileinput:checked + label .pay-circle {
    border-color: rgb(107, 224, 75);
    background: rgb(107, 224, 75);
}
.ccv-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
.gz-form-fieldicon .gz-field-inner {
    padding-right: 40px;
}
select {
    cursor: pointer;
}
/********************************************************
    19. Shopping Cart CSS Start
********************************************************/
.gz-shopcart-sec {
    margin-bottom: 80px;
}
/* width */
.shopcart-table .table-responsive::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}  
/* Track */
.shopcart-table .table-responsive::-webkit-scrollbar-track {
background: #f1f1f1;
}  
/* Handle */
.shopcart-table .table-responsive::-webkit-scrollbar-thumb {
background:#fff;
}

.shopcart-table {
    width: 100%;
}
.shopcart-table > thead {
    background: #222222;
    border: 1px solid #222222;
}
.shopcart-table-wrap{
    border: 1px solid #222222;
}
.shopcart-table > tbody > tr {
    border-bottom: 1px solid #222222;
}
.shopcart-table > tbody > tr > td {
    padding: 30px 28px;
}
.shopcart-table > tbody > tr > td:first-child {
    min-width: 350px;
}
.shopcart-table > tbody > tr:last-child {
    border-bottom: none;
}
.shopcart-table > thead > tr > th {
    font-weight: 500;
    color:#fff;
    padding: 16px 27px;
}
.sc-productwrap {
    display: flex;
    align-items: center;
}
.sc-product-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.sc-product-ttl:hover {
    color:#ffff;
}
.sc-product-sz {
    font-size: 14px;
}
.sc-product-thumb {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    flex: none;
}
.sc-quantity {
    flex: none;
    margin: 0 5px;
}
.sb-cartbox-list li .sc-produc-remove {
    flex: none;
}
.sc-product-prc {
    color: #fff;
    font-size: 22px;
    font-family: 'Bebas Neue', cursive;
}
.sc-produc-remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color:#fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.gz-shopcart-sidebar {
    margin-bottom: 80px;
}
.gz-totalsumry {
    background:#1d1f1f;
    padding: 35px 15px 27px;
    position: relative;
}
.gz-totalsumry-ttl {
    color:#fff;
    font-weight: 500;
    font-size: 16px;
}
.gz-list-head {
    color: #fff;
    font-weight: 500;
}
.gz-list-shead {
    font-size: 18px;
    color:#fff;    
    font-family: 'Bebas Neue', cursive;
}
.gz-totalsumry-body {
    border: 1px dashed #e9e9e9;
    border-left: 0;
    border-right: 0;
    padding: 26px 15px 24px;
}
.gz-totalsumry-header {
    padding: 0 15px 16px;
}
.gz-totalsumry-fotr {
    padding: 16px 15px 0;
}
.gz-totalsumry-list > li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.gz-totalsumry-list.total > li {
    margin-bottom: 0;
}
.gz-chngadd, .gz-chngadd:hover {
    color: #fff;
    font-weight: 500;
}
.gz-chngadd > img {
    padding-left: 4px;
}
.gz-totalsumry:after, .gz-totalsumry:before {
    position: absolute;
    content: "";
    background: url(../images/index1/ts_shap.png) no-repeat center;
    left: 0;
    z-index: 1;
    height: 8px;
    width: 100%;
}
g.z-totalsumry:after {
    top: 0;
}
.gz-totalsumry:before {
    bottom: 0;
    transform: rotateX(180deg);
}
.gz-totalsumry-list.total .gz-list-head{
    font-weight: 700;
}
.shopcart-dis-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc-diswrap {
    margin-right: 30px;
}
.sc-diswrap span {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}
.shopcart-dis-list .gz-nl-box input {
    height: 50px;
    min-width: 230px;
    padding-left: 10px;
}
.shopcart-dis-list .gz-nl-box .newsletter-btn {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
}
.shopcart-dis-list .update-cart {
    min-width: 150px;
}
/* wishlist start */
.sc-wishlist-status {
    color: rgb(0 128 0);
    text-transform: uppercase;
    font-weight: 400;
}
.gz-btn.wishlist-ac {
    min-width: 120px;
}
.stock-out {
    color: rgb(255 0 0);
}
/* checkout */
.gz-ck-header {
    background: #1d1f1f;
    padding: 10px 10px;
    border: 1px solid #222222;
}
.gz-ck-heading {
    color:#fff;
    font-size: 16px;
    font-weight: 500;
}
.gz-ck-body {
    border: 1px solid #222222;
    padding: 20px 20px 20px 20px;
}
.gz-brdr-ttle {
    font-size: 22px;
    color: #ffffff;
    position: relative;
    padding-left: 13px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.5px;
}
.gz-brdr-ttle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background-color: rgb(255 128 0);
    height: 88%;
}
.gz-brdr-ttle.big-ttl {
    font-size: 32px;
}
.gz-field-innergz-field-select:after {
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    right: 20px;
}
.gz-field-innergz-field-select {
    line-height: 55px;
    border-radius: 0;
}
.pay-circle {
    width: 20px;
    height: 20px;
    border-style: solid;
    border: 2px solid #d8dce7;
    border-radius: 50%;
    background: #d8dce7;
    box-shadow: inset 0px 0px 0px 5px #fff;
}
.pay-checkbox {
    display: flex;
    border: 1px solid rgb(224 228 237 / 22%);
    background-color: #1d1f1f;
    padding: 33px 0 33px 30px;
    align-items: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    min-height: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pay-checkbox > img {
    padding: 0 8px 0 14px;
}
.cstm-fileinput {
    position: absolute;
    left: -9999999px;
    opacity: 0;
}
.cstm-fileinput:checked + label {
    border-color: rgb(255 128 0);
    background-color: rgb(14 12 12);
}
.cstm-fileinput:checked + label .pay-circle {
    border-color: rgb(107, 224, 75);
    background: rgb(107, 224, 75);
}
.ccv-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
.gz-form-fieldicon .gz-field-inner {
    padding-right: 40px;
}
.section .gz-checkout-wrap {
    background: #191a1a;
    padding: 80px 0px;
}
.response {
    color: red;
}
/* banner-css-start */

/* end */

.andro-logo {margin-bottom:50px}
.table {margin-bottom:0}
.gz-matches-box .table {min-width:auto}
.gz-banner-text {text-align:center}
.gz-banner-text ul li {color:rgba(255,255,255,0.75);font-size:18px;text-shadow: rgba(0, 0, 0, 0.75) 1px 0px 0px, rgba(0, 0, 0, 0.75) 0.540302px 0.841471px 0px, rgba(0, 0, 0, 0.75) -0.416147px 0.909297px 0px, rgba(0, 0, 0, 0.75) -0.989992px 0.14112px 0px, rgba(0, 0, 0, 0.75) -0.653644px -0.756802px 0px, rgba(0, 0, 0, 0.75) 0.283662px -0.958924px 0px, rgba(0, 0, 0, 0.75) 0.96017px -0.279415px 0px}
.container-fluid, .container {min-height:100vh}
.gz-about-box {height:110px}
.gz-about-right p {font-size:16px}
.cell-left {width:25% !important}
thead .cell-left {background-color:#121313}
tbody .cell-left {background-color:#1d1f1f;font-weight:800 !important}
.cell-right {width:75%}
.gz-matches-box {padding:0}
.gz-matches-box thead tr {background-color:#121313;height:60px;border-bottom:transparent}
.gz-matches-box thead p {color:#ffab18;font-family:'Mukta', sans-serif;font-size:18px;font-weight:400;padding:17px 15px 17px;text-align:left}
.gz-matches-box tbody tr {border-bottom:1px solid #191a1a}
.gz-matches-box tbody p {font-size:16px;font-weight:400;padding:17px 15px 17px;text-align:left}
.gz-matches-box tbody p a {color:#ff8000}
.gz-matches-box tbody p a:hover {color:#ffab18}
.gz-newsletter-wrapper {padding-bottom:0}
.gz-newsletter-wrapper .col {text-align:center}
.gz-newsletter-wrapper .col i {color:rgba(255,255,255,0.15);font-size:80px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}
.gz-newsletter-wrapper .col h3 {white-space:nowrap}
.gz-newsletter-wrapper .col:hover i {color:rgba(255,255,255,0.6)}
.pagination {padding:20px 10px;text-align:center;color:rgba(255,255,255,0.45);width:100%}
.pagination span {color:#FFF;padding:3px}
.pagination a {color:#ff8000;padding:3px}
.download-req {background:#212323;margin-top:80px;margin-bottom:40px;width:100%;padding:20px 10px}
.download-req p {text-align:center}
.download-req td {width:50%;text-align:center}
.download-req td:first-child {border-right:1px solid #191a1a}
.download-req td h4 {font-size:24px;text-align:center}
.gz-footer-section2 h4 {padding:0px 0px 17px}
.gz-footer-section-menu li {display:inline-block;margin-right:15px}
.gz-copywrite-wrapper {height:auto;line-height:17px;padding:10px}

.gz-header-fixed .gz-header-btn, .gz-header-fixed .gz-bhh-toggle {position:relative;right:0 !important;top:0}

.form_error {display:block;border:1px dotted rgba(255, 0, 0, 0.6);padding:5px 10px;color:red;text-align:center;background:rgba(255, 0, 0, 0.1);margin-bottom:12px}
.form_success {display:block;border:1px dotted #318602;padding:5px 10px;color:#318602;text-align:center;background:rgba(49,134,2,0.15);margin-bottom:12px}
.form_warning {display:block;border:1px dotted rgba(255,198,0,0.8);padding:5px 10px;color:#ffc600;text-align:center;background:rgba(255,198,0,0.15);margin-bottom:12px}

.header-welcome {color:#FFF;white-space:nowrap;vertical-align:middle;font-size:14px}
.header-logged, .header-welcome, .gz-bhh-toggle {margin-left:15px;float:right;position:relative;right:0 !important}
.gz-bhh-toggle {top:40px}
.header-logged a {border:0 none !important;height:auto;background-color:#ff8000 !important;padding:5px 10px;border:1px solid #ff8000 !important}
.header-logged a:hover {background-color:transparent !important}
.gz-header-btn a {padding:0 5px}
.gz-footer-wrapper {min-height:auto}

a {color:#ff8000;transition:all 0.3s}
a:hover {color:#ffab18}

#download .col {display:inline-block;vertical-align:middle;margin-top:40px}
#download .col:not(.spacer) {width:260px}
#download .spacer {width:60px}
#download .gz-newsletter-left .gz-head span {font-size:13px}

@media (max-width: 1200px) {
    ul.gz-menu li a {color:#FFF}
	ul.gz-menu li a:hover {color:#ff8000}
}

@media only screen and (max-width:991px) {
	.container-fluid, .container {height:auto !important;padding-bottom:50px}
	.gz-header-btn:first-child {right:330px}
	ul.gz-menu li a {color:#191a1a}
	ul.gz-menu li a:hover {color:#FFF}
}

@media (min-width: 942px) {
	#download .col:nth-of-type(6) {display:none !important}
}
@media (max-width: 942px) {
	#download .col:nth-of-type(6) {display:inline-block !important}
	#download .col:nth-of-type(4), .col:nth-of-type(8) {display:none !important}
	#download .spacer {width:124px}
}
@media (max-width: 680px) {
	#download .col:not(.spacer) {width:220px}
	#download .spacer {width:40px}
}
@media only screen and (max-width:600px) {
	.download-req {display:none !important}
}

@media (max-width: 575px) {
    .gz-header-btn {display:block;width:70px;right:90px;top:0;border:0 none}
	a.gz-all-btn.gz-top-btn {border:0 none}
	.gz-header-btn a {height:auto}
	.gz-header-btn:first-child {right:160px}
	.gz-bhh-toggle {top:2px !important}
	.header-welcome {display:none}
	.gz-header-main {padding:10px 30px 0}
	.header-guess {top:6px}
	#download, #download .col {display:block}
	#download .col {margin:0 20px;width:calc(100% - 40px)}
	#download .col:not(.col:first-child) {margin-top:25px;padding-top:25px}
	#download .col:nth-of-type(2), #download .col:nth-of-type(4) {display:none}
	#download .col:nth-of-type(3), #download .col:nth-of-type(5), #download .col:nth-of-type(7), #download .col:nth-of-type(9) {border-top:1px solid #3b3c3c}
	#download .col:not(.spacer) {display:block !important;width:calc(100% - 40px)}
	#download .spacer, #download .col:nth-of-type(6) {display:none !important}
}
