
.slides {
    height: 100%;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.home .flexslider {
    height: calc(100% - 130px);
    left: 30px;
    position: absolute;
    top: 100px;
    width: calc(100% - 60px);
}

@media screen and (max-width: 1025px) {
    .home .flexslider {
        height: calc(100% - 95px);
        left: 3.75%;
        top: 65px;
        width: 92.5%;
    }
}

@media screen and (max-width: 750px) {
    .home .flexslider {
        height: calc(100% - 55px);
        top: 55px;
    }
}

.single-product .flexslider {
    overflow: visible;
}

.single-product #slider {
    float: right;
    margin: 0;
    width: 80%;
}

@media screen and (max-width: 750px) {
    .single-product #slider {
        width: 100%;
    }
}

.single-product #carousel {
    float: left;
    height: 500px;
    margin: 26px 0 0;
    width: 20%;
}

@media screen and (max-width: 750px) {
    .single-product #carousel {
        display: none;
    }
}

@media \0screen {
    .flexslider {
        height: 100%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flexslider {
        height: 100%;
    }
}

.flexslider .slides li {
    display: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.home .flexslider .slides li.one {
    background-image: url('../images/backgrounds/one/background-1.jpg');
}

.home .flexslider .slides li.two {
    background-image: url('../images/backgrounds/one/background-2.jpg');
}

.home .flexslider .slides li.three {
    background-image: url('../images/backgrounds/one/background-3.jpg');
}

.flexslider .slides img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flex-viewport {
    max-height: 1250px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    position: relative;
    zoom: 1;
}

.flex-direction-nav {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
}

.flexslider.results .flex-direction-nav {
    display: block;
    top: -108px;
}

@media screen and (max-width: 750px) {
    .flexslider.results .flex-direction-nav {
        top: -114px;
    }
}

.flexslider.results .flex-direction-nav li {
    padding: 0;
}

.flexslider.results .flex-direction-nav li.flex-nav-prev {
    display: none;
}

.flex-direction-nav a {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 60px;
    z-index: 50;
}

@media screen and (max-width: 750px) {
    .flex-direction-nav a {
        height: 56px;
        width: 56px;
    }
}

.flex-direction-nav a:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.flex-nav-prev a {
    left: 0;
    margin: 0 18px 0 0;
}

.flex-nav-prev a:before {
    content: "\f102";
    float: left;
    font-family: 'icons';
    font-size: 30px;
    font-style: normal;
    line-height: 60px;
}

.flex-nav-next a {
    right: 0;
}

.flex-nav-next a:before {
    content: "\f103";
    float: right;
    font-family: 'icons';
    font-size: 30px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    margin: 0 0 0 -15px;
    position: absolute;
}

@media screen and (max-width: 750px) {
    .flex-nav-next a::before {
        font-size: 26px;
        line-height: 56px;
        margin: 0 0 0 -13px;
    }
}

.flex-control-nav {
    bottom: 30px;
    height: 3px;
    list-style: none;
    margin: 0;
    position: absolute;
    right: calc(10% - 30px);
    text-align: center;
    width: 192px;
    z-index: 50;
}

@media screen and (max-width: 750px) {
    .flex-control-nav {
        display: none;
    }
}

.flex-control-nav li {
	background: rgba(255, 255, 255, 0.25);
	width: 60px;
	height: 3px;
	font-size: 0;
	display: inline-block;
	margin: 0 2px;
	position: relative;
	text-align: center;
	float: left;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.flex-control-nav li a {
    background: rgba(255, 255, 255, 1);
    display: block;
    height: 100%;
    width: 0;
}

.flex-control-nav li a.flex-active {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    top: 0;
    transition: all 5s ease 0s;
    -webkit-transition: all 5s ease 0s;
    width: 100%;
}

.flexslider .overlay {
    background-image: url('../images/patterns/pattern-1.png');
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 25;
}
