/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
div#main-content {
    padding-top: 90px !important;
}
.et_pb_scroll_top.et-pb-icon {
    right: 30px;
    bottom: 30px;
    padding: 8px;
    border-radius: 30px;
    background: #11549A;
    font-size: 32px;
    transition: all .1s ease-in-out;
}
.et_pb_scroll_top.et-pb-icon:hover {
    bottom: 32px /* space from bottom */;
    transition: all .1s ease-in-out; /*add transition*/
    box-shadow: 0 10px 15px #162c4e4a; /*box shadow on hover*/
}
.et_pb_scroll_top.et-visible {
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    -moz-animation: fadeInBottom 2s 1 cubic-bezier(.50,0,.160,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
/* scrollbar */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

header .et_builder_inner_content {
    z-index: 9999 !important;
}

.monohydrate-sec .nextend-thumbnail-inner {
    background: #ffffff !important;
    border-right: 1px solid #eaeaea !important;
	padding: 0 !important;
}
.monohydrate-sec .nextend-thumbnail-inner .n2-thumbnail-dot {
	padding: 10px !important;
	margin: 0 !important;
	border-top: 1px solid #eaeaea !important;
}
.monohydrate-sec .nextend-thumbnail-inner img{
	object-fit: contain !important;
}
.monohydrate-sec .nextend-thumbnail-inner .n2-thumbnail-dot:last-child {
    border-bottom: 1px solid #e4e4e4 !important;
}


.monohydrate-sec .nextend-thumbnail-inner .n2-thumbnail-dot.n2-active {
    background: #11549a08 !important;
}
.monohydrate-sec .nextend-thumbnail-inner .nextend-thumbnail-scroller {
    align-content: center !important;
}
.monohydrate-sec .nextend-arrow {
    background: #11549a;
    border-radius: 5px;
    padding: 6px;
    opacity: 0.9;
}

.monohydrate-sec .nextend-arrow img {
    max-width: 15px;
}


.monohydrate-sec .n2-ss-slider {
    border: 1px solid #ededed;
    box-shadow: 0 0 10px #f7f7f7;
	background: #ffffff;
}
.creatine-series-sec .et_pb_main_blurb_image {
    overflow: hidden;
}

.creatine-series-sec .et_pb_main_blurb_image img {
    transition: all 0.5s ease-in-out;
}

.creatine-series-sec .et_pb_blurb_content:hover img {
    transform: scale(1.1);
}
.monohydrate-sec .n2-ss-slide-background-image .skip-lazy {
    transition: all 0.5s ease-in-out;
}

.monohydrate-sec .n2-ss-slider-wrapper-inside:hover .n2-ss-slide-background-image .skip-lazy {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {

.monohydrate-sec .nextend-thumbnail-inner .n2-thumbnail-dot {
    padding: 5px !important;
}
.monohydrate-sec .nextend-thumbnail-inner .n2-thumbnail-dot img {
    width: 50px !important;
    height: 50px !important;
}
}