.carousel-content-wrapper:not(.flex-row-reverse) .carousel-content {
	max-width: 50%;
}

.slider-content-row {
	overflow: hidden;
}

.slider-content-row .field-slideimage {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.carousel-content-wrapper:not(.flex-row-reverse) .carousel-content {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.field-slideimage img {
        margin: 0px 80px;
    }
	.slides .field-slideimage img{
        margin:0px;
    }
	.rtpic {
        float:right;
    }
}

.product-carousel .wrapper .nav {
    position: absolute;
    right: 20px;
    top: 0;
    width: 100%;
    height: calc(100% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-carousel {
    position: relative;
    border: none;
}

.product-carousel .wrapper {
    max-width: 80%;
    overflow: hidden;
    padding: 0;
}

.product-carousel .wrapper ul.slides {
    margin: 0;
}

.product-carousel .wrapper .nav .nav-items {
    margin: 0;
    height: 100%;
    width: 15%;
    right: 0;
    top: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-carousel .wrapper .nav .nav-items:after,
.product-carousel .wrapper .nav .nav-items:before {
    display: none;
}

.product-carousel .wrapper .nav .nav-items .sxa-bullets {
    float: none;
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 5px;
    opacity: 0.5;
    min-height: 90px;
}

.product-carousel .wrapper .nav .nav-items .sxa-bullets.active {
    opacity: 1;
}

.product-carousel .wrapper .nav .nav-items .sxa-bullets:before {
    display: none;
}

.product-carousel .wrapper .nav>a {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    border: 20px solid #666;
}

.product-carousel .wrapper .nav>a:after {
    display: none;
}

.product-carousel .wrapper .nav>a.next-text {
    right: 17%;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}

.product-carousel .wrapper .nav>a.prev-text {
    left: 20px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.product-carousel .wrapper ul.slides li.slide {
    padding-left: 40px;
    padding-right: 40px;
    min-height: auto;
}

.product-carousel .wrapper ul.slides li.slide>.row {
    width: 100%;
    margin: 0;
    min-height: 330px;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(max-width: 767px) {
    .product-carousel .wrapper .nav .nav-items .sxa-bullets{min-height: 50px;}
    div.horizontal-thumbnail{margin-bottom: 0}
    .product-carousel .wrapper ul.slides li.slide>.row {min-height: auto; height:auto; padding:0;}
    .product-carousel .wrapper .nav {
        position: static;
        height: auto;
        display: block;
        padding: 15px 15px;
    }

    .product-carousel .wrapper .nav .nav-items {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: static;
        margin:10px auto 0;
    }

    .product-carousel .wrapper {
        max-width: 100%;
    }
    
    .product-carousel .wrapper .nav>a.next-text {
        top: 0;
        right: 0;
    }
    
    .product-carousel .wrapper .nav>a.prev-text {
        top: 0;
        left: 0;
    }

    .product-carousel .wrapper .nav>a {
        top: 45% !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        border: 15px solid #666;
    }
}

.slider-content-row {
    min-height: 400px;
}

.flex-row-reverse .slider-content-row {
    margin: 0 !important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.slider-content-row .field-slideimage {
    text-align: left;
    padding: 0;
}

.flex-row-reverse .slider-content-row .field-slideimage {
    text-align: right;
    padding: 0;
}

.carousel-content-wrapper.flex-row-reverse,
.carousel-content-wrapper.flex-row-reverse {
    padding: 0;
}

.carousel-content-wrapper.flex-row-reverse .carousel-content,
.carousel-content-wrapper.flex-row-reverse .carousel-content {
    /* padding-left: 30px; */
    padding-left: 8%;
}

.carousel-content-wrapper:not(.flex-row-reverse) .carousel-content,
.carousel-content-wrapper:not(.flex-row-reverse) .carousel-content {
    max-width: 50%;
    padding-left: 30px;
}

.carousel-content-wrapper .carousel-content,
.carousel-content-wrapper .carousel-content {
    text-align: left; padding-left: 30px; padding-right: 30px;
}

.carousel-content-wrapper .field-slidetitle,
.carousel-content-wrapper .field-slidetitle {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: -.8px;
    color: #000;
    line-height: 1.2;
}

.carousel-content-wrapper .field-slidetext,
.carousel-content-wrapper .field-slidetext {
    font-size: 22px;
    letter-spacing: -.7px;
    line-height: 1.4em;
    font-weight: 400;
    color: #777;
    padding: 10px 0;
}

 
.carousel-content-wrapper .field-slidelink,
.carousel-content-wrapper .field-slidelink{
    display: inline-block;
    background-color: #C50B20;
    font-weight: 700;
    letter-spacing: -.5px;   
    text-align: center;
    font-size: 15px;   
    transition: 0.4s;
    text-transform: uppercase;
    padding:0 12px 7px 15px;
    position: relative;
    z-index: 99;
    cursor:pointer;
}

.carousel-content-wrapper .field-slidelink:hover,
.carousel-content-wrapper .field-slidelink:hover {
    letter-spacing: 0.1px;
    box-shadow: 3px 5px 10px #999;
    transition: 0.2s;
    text-indent: -4px;
}
.carousel-content-wrapper .field-slidelink a,
.carousel-content-wrapper .field-slidelink a{ 
    color: #fff; 
    text-decoration: none;
}

.carousel-content-wrapper .field-slidelink span,
.carousel-content-wrapper .field-slidelink span{ 
    color:#fff;
}

.privacy-warning .info a:hover {
    color: #d00;
    text-decoration: none;
}

@media(max-width: 767px) {
    .carousel-content-wrapper:not(.flex-row-reverse) .carousel-content,
    .carousel-content-wrapper:not(.flex-row-reverse) .carousel-content,
    .carousel-content-wrapper.flex-row-reverse .carousel-content,
    .carousel-content-wrapper.flex-row-reverse .carousel-content {
        padding-left: 30px;
    }
}

.product-listing .content,
.product-listing .content,
.product-listing .rich-text,
.product-listing .rich-text {
    color: #777;
    font-size: 16px;
    line-height: 1.5;
}

.product-listing h3,
.product-listing h3,
.product-listing .field-producttitle,
.product-listing .field-producttitle {
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.product-listing .product-item,
.product-listing .product-item {
    padding: 20px 0 20px 0;
    text-decoration: none;
    align-items: center;
}

.product-listing,
.product-listing {
    padding: 20px 0;
}

.product-listing .product-item:nth-child(2n),
.product-listing .product-item:nth-child(2n) {
    flex-direction: row-reverse;
}


.product-discription .content,
.product-discription .content{
    margin: 0;
    position: relative;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}

.product-tabs ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.product-tabs ul li {
    background: #4d4d4d;
    min-width: 210px;
}

.product-tabs ul li a{
    color: #fff;
    padding: 0px 20px;
    line-height: 32px;
}
