@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&family=Rubik:wght@300;400;500;600;700&display=swap');

/*==BASIC-SETUP==*/
body {
	font-family: 'Montserrat', Verdana;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	background: #ffffff;
}

a,
a:hover {
	text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
	margin-bottom: 0;
}


/* Scroll top START */

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.3);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: black;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: rgba(0, 0, 0, 0.2);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

/* Scroll top END */



.image-gallery {
	max-width: 800px;
	margin: 0 auto;
}

.image-gallery img {
	max-height: 250px;
	max-width: 100%;
	width: auto;
	margin: auto;
}

.img-btn-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	max-width: 500px;
	margin: 0 auto;
	background-color: #EDEDED;
	padding: 5px;
}

.img-btn {
	margin-right: 0;
	max-width: 150px;
	text-align: center;
}

.small-image {
	width: 90px;
	cursor: pointer;
	border-radius: 50%;
	height: 90px;
	object-fit: cover;
	margin: 0 auto;
}

.select-colot-title h3 {
	font-size: 20px;
	text-align: center;
	padding: 30px 0 20px;
	text-transform: uppercase;
}

.img-btn p {
	font-size: 13px;
	font-weight: 500;
}

.vicegolf-details {
	padding: 20px 0 0;
}

.vicegolf-details h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.vicegolf-details ul li {
	font-size: 14px;
	padding: 5px 0;
}

.vicegolf-title {
	padding-top: 30px;
}

.vicegolf-title h2 {
	font-size: 22px;
	font-style: italic;
}

.vicegolf-title h2 span {
	font-weight: bold;
}

.golfimg-1 {
	padding-top: 50px;
}

.golfimg-2 {
	margin: 20px 0;
}

.vicegolf-price {
	background-color: #EDEDED;
	padding: 10px 10px;
	margin: 15px 0;
}

.vicegolf-price-title h3 {
	font-size: 18px;
	font-weight: 900;
	border-bottom: 1px solid #000000;
}

.vicegolf-price-title p {
	text-align: end;
	font-size: 16px;
	font-weight: 500;
}

.featured-area {
	padding: 40px 0;
}

.featured-inner {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 10px;
}

.new-vice-vedio-cnt h3 {
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.new-vice-vedio-cnt h4 {
	font-size: 20px;
	margin: 0 0 5px;
	background-color: #000000;
	color: #ffffff;
	max-width: 91%;
	text-transform: uppercase;
}

.new-vice-vedio video {
	position: relative;
}

.large-img img {
	width: 100%;
}

.new-vice-vedio-area2 {
	padding: 30px 0;
}

.new-vice-vedio-area2 .new-vice-vedio-cnt {
	background-color: #000000;
	width: 70%;
	padding: 8px;
}

.new-vice-vedio-area2 .new-vice-vedio-cnt h3 {
	color: #ffffff;
}

.new-vice-vedio-area2 .new-vice-vedio-cnt p {
	color: #ffffff;
}

.new-vice-vedio-area2 .new-vice-vedio-cnt h4 {
	background-color: #ffffff;
	color: #000000;
	width: 50%;
}

.newkeep-right {
	width: 100%;
	margin-left: -100px;
}

.newkeep-right h3 {
	font-size: 20px;
	margin: 0 0 5px;
}

.newkeep-right h4 {
	font-size: 20px;
	margin: 0 0 5px;
	background-color: #000000;
	color: #ffffff;
	width: 95%;
}

.vedio-3-area {
	padding: 40px 0;
}

.vedio-3-left-top {
	padding: 0 0 30px;
}

.tab-nav ul li a span {
	display: block;
	width: 80px;
	height: 2px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 15px;
}

.tab-nav ul li a:hover span {
	background-color: #FF9900;
}

.tab-content {
	padding: 30px 0 0;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

.tab h3 {
	font-size: 20px;
}

.tab h4 {
	font-size: 17px;
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
	margin: 0 0 10px;
}

.tab-nav .active a span {
	background-color: red;
}

.cast-main-img {
	position: relative;
}

.cast-inner-text {
	position: absolute;
	width: 400px;
	left: 42%;
	top: 52%;
	transform: translate(-50%, -50%);
}

.cast-inner-text h3 {
	font-size: 20px;
}

.cast-inner-text h4 {
	font-size: 20px;
	display: inline-block;
	background-color: #000000;
	color: #ffffff;
	margin: 0 0 10px;
}

.cast-inner-text p {
	color: #ffffff;
	font-size: 14px;
	width: 90%;
}

.cast-btm-area {
	width: 100%;
	margin-left: auto;
}

.cast-btm-area h3 {
	font-size: 20px;
}

.cast-btm-area h4 {
	font-size: 20px;
	display: inline-block;
	background-color: #000000;
	color: #ffffff;
	margin: 0 0 10px;
}

.cast-img {
	padding: 30px 0;
}

.cast-img-cnt {
	padding: 70px 0 0;
}

.cast-img-cnt p span {
	color: #FF9900;
}

.sping-top h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 5px;
}

.sping-top h3 span {
	font-weight: 400;
	text-transform: lowercase;
}

.sping-top h4 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 900;
}

.sping-top-right {
	padding-left: 200px;
}

.sping-top-right ul li {
	text-transform: uppercase;
	display: flex;
	align-items: center;
}


.sping-img-area {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 30px 0 0;
	justify-content: space-between;
}

.sping-img ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}

.sping-line {
	display: block;
	width: 25px;
	height: 5px;
	background-color: #D41D2A;
	margin-right: 10px;
}

.sping-img img {
	padding-bottom: 20px;
}

.sping-2-line {
	background-color: #4A4A4A;
}

.sping-3-line {
	background-color: #E0E0E0;
}

.details-sm {
	display: none;
}

.qtySelector {
	border: 1px solid #ddd;
	width: 107px;
	height: 35px;
	margin: 10px auto 0;
}

.qtySelector .fa {
	padding: 10px 5px;
	width: 35px;
	height: 100%;
	float: left;
	cursor: pointer;
}

.qtySelector .fa.clicked {
	font-size: 12px;
	padding: 12px 5px;
}

.qtySelector .fa-minus {
	border-right: 1px solid #ddd;
}

.qtySelector .fa-plus {
	border-left: 1px solid #ddd;
}

.qtySelector .qtyValue {
	border: none;
	padding: 5px;
	width: 35px;
	height: 100%;
	float: left;
	text-align: center
}

.tab-nav ul li img {
	max-width: 100px;
}

.newkeepinline-area-inner {
	max-width: 750px;
	margin: 0 auto;
}

.addtocart-btn a {
	display: block;
	padding: 10px 10px;
	border: 1px solid #e9141b;
	background: linear-gradient(90deg, rgba(161, 2, 1, 1) 0%, rgba(246, 6, 24, 1) 50%, rgba(189, 21, 19, 1) 100%);
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
	transition: 0.2s;
}

.addtocart-btn a:hover {
	background-color: #000000;
	color: #ffffff;
}

.nav-area {
	padding: 15px 0;
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-btn a {
	display: block;
	padding: 10px 30px;
	border: 1px solid #e9141b;
	background: linear-gradient(90deg, rgba(161, 2, 1, 1) 0%, rgba(246, 6, 24, 1) 50%, rgba(189, 21, 19, 1) 100%);
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
	transition: 0.2s;
	border-radius: 50px;
}

.nav-btn a:hover {
	background: linear-gradient(90deg, rgba(161, 2, 1, 1) 0%, rgba(246, 6, 24, 1) 50%, rgba(189, 21, 19, 1) 100%);
	color: #ffffff;
}

/*==== sticky-nev start=== */

.fixed-menu {
	background-color: rgba(255, 255, 255, .777);
	backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	animation: slide-down 0.5s !important;
	left: 0;
	right: 0;
	box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
	z-index: 250;
	transition: .10s;
}


@keyframes slide-down {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*==== sticky-nev end=== */

.slider {
	background-color: #131212;
}

.main-content {
	position: relative;
}

.main-content .owl-theme .custom-nav {
	position: absolute;
	top: -22%;
	left: 0;
	right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
	position: absolute;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
	font-size: 30px;
	color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
	left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
	right: 0;
}

.slider-cnt p {
	text-align: center;
	color: #fff;
}

.slider-cnt {
	padding: 10px 0;
}

.main-content .owl-theme .owl-dots .owl-dot {
	display: none;
}

.footer-area {
	padding: 40px 0;
}

.footer-top {
	padding: 0 0 20px;
	border-bottom: 1px solid #dee2e6 !important
}

.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0;
}

.footer-nav ul li {
	padding: 0 10px;
}

.footer-nav ul li a {
	text-transform: uppercase;
	color: #131212;
	transition: 0.2s;
	font-size: .7em;
}

.footer-nav ul li a:hover {
	opacity: 0.8;
}

.mgs-tiny {
	font-size: .6em;
	color: #6c757d !important;
}

.bg-gradient-gray {
	background-image: linear-gradient(to top, #ebedee, #f0f1f2, #f5f6f7, #fafafb, #ffffff);
}

.product-image {
	max-width: 1000px;
}

.highlight {
	background-color: #000;
	color: #fff;
	display: inline-block;
}
@media (max-width:768px) {
.mbl-none{
	display: none !important;

}
.image-gallery img {
	margin-left: 30px !important;
}

}
@media (max-width:414px) {

.nav-btn a {
	margin-top: 0px !important;
	}
}