/*body {*/
/*    font-family: Arial, sans-serif;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background-color: #e3f3fc;*/
/*}*/

.splashpoolsSlidercontainerwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.splashpoolsSlidercontainerwrap .splashpoolsslider-container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

    position: relative;
    width: 100%;
    min-height: 1px;

}

.splashpoolsSlidercontainerwrap .splashpoolsSlider img,
.splashpoolsSlidercontainerwrap .slider-nav img {
    width: 100%;
    display: block;
}


.sprojProdSliderMainImg{
    display: block;
    width: 100%;
    object-fit: cover;
    position: relative;
    right: 0;
    top: 0;
    height: 500px !important;
}

.sprojProThumbslidernavImg {
    display: block;
    width: 100%;
    object-fit: cover;
    position: relative;
    right: 0;
    top: 0;
    height: 90px !important;
}

@media only screen and (max-width: 768px) and (min-width: 0px){
    .sprojProdSliderMainImg {
    display: block;
    width: 100%;
    object-fit: cover;
    position: relative;
    right: 0;
    top: 0;
    height: 350px !important;
}
    
}


.splashpoolsSlidercontainerwrap button:not(.primary) {
    box-shadow: none;
}

.splashpoolsSlidercontainerwrap .slider-nav {
    margin-top: 20px;
}

.splashpoolsSlidercontainerwrap .slider-nav .slick-slide {
    cursor: pointer;
}

.splashpoolsSlidercontainerwrap .slick-initialized .slick-slide {
    display: block;
    height: 100% !important;
}

/*.splashpoolsSlidercontainerwrap .splashpoolsSlider img,*/
/*.splashpoolsSlidercontainerwrap .slider-nav img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*    position: relative;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 100%;*/
/*}*/

.splashpoolsSlidercontainerwrap .slick-prev,
.splashpoolsSlidercontainerwrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}






.splashpoolsSlidercontainerwrap .slick-prev:before,
.splashpoolsSlidercontainerwrap .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    color: #19276c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.splashpoolsSlidercontainerwrap .slider-nav .slick-prev:before, 
.splashpoolsSlidercontainerwrap .slider-nav .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    color: #19276c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.splashpoolsSlidercontainerwrap .slick-prev {
    left: 0px;
    z-index: 9999999;
}

.splashpoolsSlidercontainerwrap .slick-next {
    right: 0px;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
    .splashpoolsSlidercontainerwrap .splashpoolsslider-container {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

        position: relative;
        width: 100%;
        min-height: 1px;
    }

}






.catalog-category-view .category-view {
    
    content: "";
  clear: both;
  display: table;
  
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}

.catalog-category-view .category-view .category-image {
    float: left;
    margin: 0px 15px 10px 0px;
 /*   -webkit-box-flex: 0;*/
 /*   -ms-flex: 0 0 50%;*/
 /*   flex: 0 0 50%;*/
 /*   max-width: 50%;*/
	
	/*position: relative;*/
 /*   width: 100%;*/
 /*   min-height: 1px;*/
}

/*.catalog-category-view .category-view .category-description {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 50%;*/
/*    flex: 0 0 50%;*/
/*    max-width: 50%;*/
	
/*	position: relative;*/
/*    width: 100%;*/
/*    min-height: 1px;*/
/*}*/


/*@media only screen and (max-width: 768px) and (min-width: 0px){*/
/*    .catalog-category-view .category-view .category-image {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 100%;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
	
/*	position: relative;*/
/*    width: 100%;*/
/*    min-height: 1px;*/
/*}*/

/*.catalog-category-view .category-view .category-description {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 100%;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
	
/*	position: relative;*/
/*    width: 100%;*/
/*    min-height: 1px;*/
/*}*/
    
/*}*/



@media (min-width: 640px) {
    .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
        background: #e3f3fc;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #bbbbbb;
        margin: -10px;
        padding: 9px;
        position: relative;
        z-index: 9;
    }
}

@media (min-width: 640px) {
    .products-grid .product-item-inner {
        background: #e3f3fc;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #bbbbbb;
        border-top: none;
        left: 0;
        margin: 10px 0 0 -1px;
        padding: 0 9px 9px;
        position: absolute;
        right: -1px;
        z-index: 2;
    }
}

@media (min-width: 640px) {
    .page-products .products-grid .product-item-inner:before {
        background: #e3f3fc;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 100%;
        z-index: -1;
    }
}




.SplRojBuyProcessMainrowcol1 h2 {
    line-height: 0;
}




.SplRojfreeshippinghoribannerAdrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    justify-content: center;
    background-color: #e3f3fc;
}

.SplRojfreeshippinghoribannerAdcol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
}

.SplRojfreeshippinghoribannerAdImg {
    width: 100%;
  height: auto;
}



@media only screen and (max-width: 768px) and (min-width: 0px){
    
.SplRojfreeshippinghoribannerAdcol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
}

}




