/**
* GK Image Show - CSS style
* @package Joomla!
* @Copyright (C) 2009-2011 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @ version $Revision: GK4 1.0 $
**/
 
.gkIsWrapper-gk_bikestore {
	margin: 0;
	min-height: 100px;
	position: relative;
}
.gkIsWrapper-gk_bikestore .gkIsPreloader {
	background: transparent url('images/loader.gif') no-repeat center center;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 101;
}
.gkIsWrapper-gk_bikestore figure {
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
.gkIsWrapper-gk_bikestore.loaded .gkIsButtons {
	opacity: 1;
}
.gkIsWrapper-gk_bikestore figure.animated {
	z-index: 2;
}
.gkIsWrapper-gk_bikestore.loaded figure.animated {
	opacity: 1;
}
.gkIsWrapper-gk_bikestore figure.active {
	position: relative;
	z-index: 3;
}
.gkIsWrapper-gk_bikestore img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}
.gkIsWrapper-gk_bikestore figcaption {
	bottom: -300px;
	left: 0;
	position: absolute;
	width: auto;
	z-index: 2;
}
.gkIsWrapper-gk_bikestore figcaption.left {
	left: 32px;
}
.gkIsWrapper-gk_bikestore figcaption.right {
	right: 32px;
}
.gkIsWrapper-gk_bikestore figcaption.top {
	bottom: auto;
}
.gkIsWrapper-gk_bikestore figure.active figcaption {
	z-index: 100;
}
.gkIsWrapper-gk_bikestore figcaption h3 {
	background: transparent url('images/pattern.png');
	letter-spacing: 0;
	/*font-size: 48px;*/
	/*line-height: 1.8;*/
	font-weight: 300;
	margin-top: 50px;
	padding: 0 24px;
	text-shadow: 0 0 12px #000;
	transition: letter-spacing 0.225s ease-out;
}
.gkIsWrapper-gk_bikestore figcaption h3:hover {
	letter-spacing: 2px;
	background: transparent url('images/pattern_hov.png');
}
.gkIsWrapper-gk_bikestore figcaption h3 a { 
	color: #fff; 
}

.gkIsButtons {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	/*right: -16px;*/
	right: 0px;
	height: 42px;
	padding: 0 16px 0 16px;
	background: #fb5a29;
	opacity: 0;
}
.gkIsWrapper-gk_bikestore .nextSlide,
.gkIsWrapper-gk_bikestore .prevSlide {
	background: url('images/is_nav.png') no-repeat 0 8px;
	cursor: pointer;
	height: 35px;
	width: 15px;
	margin: 0;
	padding: 8px 0;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	left: 0;
	transition: left 0.25s ease-out;
}
.gkIsWrapper-gk_bikestore .nextSlide {
	background-position: 0 -25px;
}
.gkIsWrapper-gk_bikestore .nextSlide:hover {
	left: 5px;
}
.gkIsWrapper-gk_bikestore .prevSlide:hover {
	left: -5px;
}


.bx-captiontitle2{
    position: absolute;
    z-index: 10;
    bottom: 0px;
    /*right: -16px;*/
    height: 42px; color:#fff !important;
    padding: 08px 32px 0px 16px;
    background: none repeat scroll 0% 0% #FB5A29;
   
}


.gkIsWrapper-gk_university figcaption div {
 background-color: rgba(0, 0, 0, 0.496094)!important;
 padding:14px 15px 0px 15px !important
}
gk.stuff.css
.gkPage {
  padding-left:10px !important;
  padding-right:10px !important;
}
small.desktop.css (line 11)
.gkPage {
  margin:0 auto !important;
  padding:0;
}

.woocommerce-pagination .page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin-bottom: 10px;
}
.woocommerce-pagination .page-numbers >li {
    display: inline;
padding-right: 2px;
}

.woocommerce-pagination .page-numbers li a {
    border: 1px solid #e7e7e7;
    color: #002147;
    font-weight: 600;
    padding: 7px 16px;
    margin-top: 5px;
}

.woocommerce-pagination .page-numbers .current {
    background: #ffb606 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
  font-weight: 600;
    padding: 7px 16px;
    margin-top: 5px;
}


.sec-title{
margin-top: 20px;
}

.uk-text-danger a{
    color: #f0506e !important;
font-size: 13px;
}
p{
line-height: 28px;
}

.hd-main{
color: #3b1e44;
    font-weight: 600;
}

.flex-btw {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        color: white;
        transition: .4s;
        border-radius: 3px;
    }

    .flex-btw:hover {
        color: #ffcc00;
    }

    .flex-direc-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.accor-item {
    border-radius: 5px;
    border: 1px solid lightgrey;
    margin-bottom: 25px !important;
  }

  .accor-title {
    background: #562b63;
    color: white;
    transition: .4s;
    padding: 15px;
  }

  .accor-title p {
    margin: 0;
    font-size: 20px;
  }

  .accor-title a {
    text-decoration: none;
  }

  .accor-title:hover a {
    color: #ffcc00;
  }

.img-frame {
        border: 1px solid lightgrey;
        border-radius: 5px;
        padding: 3px;
    }