* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

.container-fluid {
    width: 70%;
}

.abp-gallery-container .swiper-slide {
    width: auto;
}
h1.title {
  font-size: 36px;
  font-style: normal;
  color: #252525;
  margin: 0 auto;
  text-transform: uppercase;
  border: none;
  padding: 0;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 400;
}
h1.title-two {
    font-family: Open Sans;
    position: relative;
    font-size: 32px;
    font-style: normal;
    color: #252525;
    margin: 0 auto;
    text-transform: uppercase;
    width: 68%;
    border: none;
    padding: 0;
    opacity: .9;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
a.storefinder_link:hover {
    background-color: #d8ba53b3;
}
h1.title-two::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background-color: #d8ba53;
    bottom: -10px;
}
h1.seperator::after, h2.seperator::after, h3.seperator::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background-color: #d8ba53;
    z-index: 99;
    top: 262px;
}
section.main-section {
    margin-bottom: 25px;
}
.swiper-slide {
    float: left;
    width: 450px;
    max-width: 100%;
    opacity: 0.4;
}

.abp-gallery-container .swiper-slide img {
    height: 100%;
    width: auto;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.abp-gallery-container {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.page-heading a,
.page-heading .woocommerce-breadcrumb {
    font-size: 13px;
    transition: color .25s ease;
}

.woocommerce-breadcrumb,
.breadcrumbs {
    text-align: initial;
    top: 0px;
    position: relative;
    display: block;
    color: #d8ba53;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 500;
}

nav.woocommerce-breadcrumb a {
    color: #000;
    font-size: 13px;
    transition: color .25s ease;
    opacity: .8;
    text-decoration: none;
}

nav.woocommerce-breadcrumb a:hover {
    color: #d8ba53;
    transition: color .25s ease;
}

span.delimeter {
    color: #000;
}

.abp-logo {
    width: auto;
    max-width: 200px!important;
    height: auto!important;
    max-height: 200px!important;
}

.title {
    font-size: 24px;
    font-style: normal;
    color: #252525;
    margin: 0 auto;
    text-transform: uppercase;
    width: 68%;
    border: none;
    padding: 20px 0px 0px;
    text-align: center;
}

.page-heading h1.title {
    font-size: 36px;
}

#abp-gallery-wrapper .swiper-button-prev.gallery-prev:before {
    content: "\f104";
    position: absolute;
    font-size: 30px;
    font-family: FontAwesome;
    color: #252525;
    left: 15px;
    top: -2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
a.storefinder_link:hover {
    background-color: #d8ba53c4  ! important;
}
a.storefinder_link {
    background-color: #d8ba53 ! important;
}
#abp-gallery-wrapper {
    position: relative;
    padding: 30px 0px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#abp-gallery-wrapper .swiper-button-prev.gallery-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: -55px;
    width: 45px;
    height: 45px;
    margin-top: -2px;
    background: NONE;
    border-radius: 30px;
    border: 1px solid #878787;
    cursor: pointer;
}

#abp-gallery-wrapper .swiper-button-next.gallery-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    right: -55px;
    width: 45px;
    height: 45px;
    margin-top: -2px;
    background: none;
    border-radius: 30px;
    border: 1px solid #878787;
    cursor: pointer;
}

#abp-gallery-wrapper .swiper-button-next.gallery-next:before {
    content: "\f105";
    position: absolute;
    font-size: 30px;
    font-family: FontAwesome;
    color: #252525;
    right: 15px;
    top: -2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}

#abp-gallery-wrapper .swiper-button-next.gallery-next:hover {
    background: #d8ba53;
    border-color: #d8ba53;
}

#abp-gallery-wrapper .swiper-button-prev.gallery-prev:hover {
    background: #d8ba53;
    border-color: #d8ba53;
}

#abp-gallery-wrapper .swiper-button-next.gallery-next:hover:before {
    color: white;
}

#abp-gallery-wrapper .swiper-button-prev.gallery-prev:hover:before {
    color: white;
}

.abp-gallery {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: visible;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet {
    background-color: #d8ba53 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px ! important;
    left: 0;
    width: 100%;
}

.main-content {
    text-align: center;
    padding: 0px 200px;
}

.main-content h1 {
    font-size: 36px;
    font-family: 'Open Sans';
    color: #333;
    font-weight: 400;
    padding-bottom: 15px;
    opacity: .9;
}

.main-content p {
    margin-bottom: 20px;
    color: #767676;
    line-height: 1.8;
    font-size: 14px;
}

.about-btn a {
    display: inline-block;
    margin: 10px 3px;
    padding: 10px 100px;
    background-color: #fe6672;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.about-us-text {
    box-shadow: 0px 0px 16px 7px rgb(230 227 230);
    padding-top: 60px;
    padding-bottom: 60px;
}

.abp-storefinder-container {
    position: relative;
    overflow: hidden;
}

p.south_text {
    color: #d8ba53;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.abp-storefinder {
    padding-top: 60px;
    padding-bottom: 0px;
}

#abp-storefinder-slider .swiper-button-next.storefinder-next, slick-next,
#abp-storefinder-slider .swiper-button-next.storefinder-next:focus {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    right: 12px;
    width: 31px;
    height: 45px;
    margin-top: 0px;
    background: url(./download-two.png);
    outline: none;
    background-repeat: no-repeat;
}

#abp-storefinder-slider .swiper-button-prev.storefinder-prev,
#abp-storefinder-slider .swiper-button-prev.storefinder-prev:focus {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 12px;
    width: 21px;
    height: 48px;
    margin-top: 0px;
    background: url(./pre.png);
    outline: none;
    background-repeat: no-repeat;
}

#abp-storefinder-slider {
    position: relative;
    padding: 30px 50px;
    border: 1px solid #d8ba53;
}

.haendler-item a {
    color: #000;
    font-size: 13px;
    transition: color .25s ease;
    opacity: .8;
    text-decoration: none;
}

.our-btn-one a {
    display: inline-block;
    margin: 10px 3px;
    padding: 10px 80px;
    background-color: #d8ba53;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans';
}

.our-btn-one {
    text-align: center;
    padding-top: 20px;
}

section.products {
    padding: 60px 0px 10px;
}

.container-fluid.xda {
    padding-top: 5px;
    padding-bottom: 0px;
    border-top: 1px solid #cfcfcf;
    margin-top: 10px;
}

section.products {
    padding: 60px 0px 10px;
}

.container-fluid.xda h3 {
    font-size: 20px;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
    margin-top: 15px;
}

.product-img img {
    height: 300px;
	/*max-height:440px;*/
	/*width: auto;*/
    width: 300px;
	object-fit: cover;
}

.kleider-img {
	height: auto;
	width: auto;
	object-fit: cover;	
}

.product-title {
    font: 16px/20px 'Roboto', Arial, Helvetica, sans-serif;
    color: #000;
    margin: 14px 0 5px;
}

.content-product:hover .product-title a,
.thumbnail:hover .caption {
    color: #d8ba53;
}

.title-details {
    text-align: center;
}


.slide-one {
    margin: 10px;
}

.product-title a {
    color: #000;
    margin: 14px 0 15px;
    text-decoration: none;
    font-weight: 500;
    opacity: .8;
    font-family: 'Roboto';
}

.product-meta {
    font-size: 13px;
    font-family: 'Open Sans';
}


.slick-next:before,
[dir=rtl] .slick-prev:before {
    padding: 0px;
    content: '→';
    content: "\f104" ! important;
    position: absolute;
    font-size: 30px;
    font-family: FontAwesome ! important;
    color: #252525;
    left: 15px;
    top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: rotate(175deg);
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    left: 18px;
    top: 8px;
}
.container-fluid.new {
    width: 70%;
}
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    right: -55px;
    width: 45px;
    height: 45px;
    margin-top: 0px;
    background: none;
    border-radius: 30px;
    border: 1px solid #878787;
}

.slick-prev:before {
    content: '←';
    content: "\f104";
    position: absolute;
    padding-top: 5px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: -55px;
    width: 45px;
    height: 45px;
    margin-top: 0px;
    background: NONE;
    border-radius: 30px;
    border: 1px solid #878787;
}

.slick-next:before,
.slick-prev:before {
    font-size: 30px ! important;
    line-height: 1 ! important;
    opacity: .75 ! important;
    color: #000000 ! important;
}

.slick-prev:before {
    content: '←';
    content: "\f104" ! important;
    position: absolute;
    font-size: 30px;
    font-family: FontAwesome ! important;
    color: #252525;
    left: -25px;
    top: -2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-first {
    display: inline-block;
}

.main-two {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.btn-first a {
    color: #d8ba53;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
    text-decoration: none;
}

.btn-first {
    position: relative;
    height: auto;
    padding: 9px 35px;
    text-align: left;
    display: inline-block;
    margin: 7px;
        padding-right: 50px;
    border: solid 1px #d8ba53;
    cursor: pointer;
}

.btn-second {
    position: relative;
    height: auto;
    padding: 9px 35px;
    text-align: left;
    display: inline-block;
    margin: 7px;

    border: solid 1px #d8ba53;
    cursor: pointer;
}

.btn-second a {
    color: #d8ba53;
    font-weight: 500;
    font-size: 14px;

    padding-right: 25px;

    margin-bottom: 0px;

    text-decoration: none;
}

ul.slick-dots {
    display: none ! important;
}

.container-fluid.new {
    width: 72%;
}

.our-btn-one a:hover{
    background-color: #d8ba53b3;
}
.btn-first:after {
    background: url(./arrow.svg);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 12px;
    width: 16px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: initial;
    content: '';
}
.btn-second:hover a{
    color:#fff ;

}
.btn-first:hover a{
    color:#fff ;

}
.btn-first:hover:after {
   background: url(./arrow-white.svg); 
}
.btn-second:hover:after {
background: url(./arrow-white.svg);

}
.btn-second:after {
    background: url(./arrow.svg);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 12px;
    width: 16px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: initial;
    content: '';
}

.btn-first a:hover {
    color: #fff ! important;
}

.btn-first:hover {
    text-decoration: none;
    color: #fff ! important;
    background-color: #d8ba53;
}

.btn-second a:hover {
    color: #fff ! important;
}

.btn-second:hover {
    text-decoration: none;
    color: #fff ! important;
    background-color: #d8ba53;
}

section.products.two {
    padding: 50px 0px;
}

button.slick-next.slick-arrow:hover {
    background: #d8ba53;
    border-color: #d8ba53;
    color: #fff;
}

.slick-prev:hover:before {
    background: #d8ba53;
    border-color: #d8ba53;
    color: #fff;
}

.about-btn a:hover {
    background-color: #ff8993 ;
}

.product-img img:hover {
    -webkit-filter: brightness(.5);
    filter: brightness(.7);
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #fff !important;
}