/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://hhsales.com
 Description:  Child Theme for Divi
 Author:       Brandon Stone
 Author URI:   https://hhsales.com	
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents:before {
    content: "";
    background-image: url("https://hhoutdoor.com/wp-content/uploads/2022/02/cart2-removebg-preview.png");
    width: 30px;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    position: inherit;
}

.cart-contents-count {
    position: absolute;
    top: 10px;
    right: -5px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;
    z-index: 999; 
}
.askaprobutton {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.askaprobutton:hover {
  background-color: #555555;
  color: white;
}
.MyStore__hours--open {
    color: #00873C;
}
.MyStore__hours {
    border-radius: 3px
;
    font-size: 1.4rem;
    margin-top: 3px
;
    width: fit-content;
}

.MyStore__dot--open {
    background-color: #68C69A;
    border: 1px solid #00873C;
}
.MyStore__dot {
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    margin-right: 3px;
    width: 9px;
    }
                            .MessageBar--web {
    height: 35px;
}

.MessageBar {
    z-index: 99;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.MessageBar {
    color: #fff;
}
.MessageBar {
    background: linear-gradient(45deg, #990000, #C23333);
}
a.phonenum {
    color: white;
    font-size:14px;
}
.darknum {
color:black !important;
}
#et-info {
    float: none!important;
	font-size: 1.5vh;
}
#main-header {
    padding: 20px;
}
/* 3d wood designer fix */
.entry-content ul {
 padding: 0 0 0px 0em;
}
h2.hhpt-lblprice {
    color: #fff!important;
}
.et_pb_section_3.et_pb_section {
    padding-top: 0px!important;
    /* padding-bottom: 1714px; */
}
div#hhpt-colVisualizer {
    padding-top: 130px!important;
}
.hhpt-visdisclaimer {
    bottom: 30px!important;
}
#hhpt-visualizerControls {
    width: 25%!important;
}
.entry-content table:not(.variations) {
    border: none;
    margin: 0 0 0px!important;
}
/* top header color */

#top-header {
background: linear-gradient(
45deg
, #990000, #C23333);
}

#custom-header4-menu .et_pb_menu__logo-wrap {
    width: 500px!important;
}
.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: -130px!important;
}
#custom-header4-menu .et_pb_menu__logo-wrap {
    position: absolute;
    top: -150%!important;
}
.et_pb_menu_inner_container {
    position: relative;
    margin-top: 30px;
}
.q {
    background: linear-gradient(
45deg
, #990000, #C23333);
    color: white;
}
.et_pb_with_border.et_pb_row.et_pb_row_2_tb_header.custom-header4-main-nav-row.et_pb_equal_columns.et_pb_row--with-menu {
    padding-top: 5px!important;
}
.et_pb_row.et_pb_row_2_tb_header.custom-header4-top-bar-row.et_pb_equal_columns {
    padding-top: 9px!important;
    padding-bottom: 9px!important;
}
.et_pb_with_border.et_pb_row.et_pb_row_3_tb_header.custom-header4-main-nav-row.et_pb_equal_columns.et_pb_row--with-menu {
    z-index: 1!important;
}

/* Dept button */
#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}
}



.dropdown, .dropup {
    position: relative;
}

.marka {
    position: inherit;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: bottom;
    transition: all 500ms;
    color:#FED000;
}

.deptbtn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 15px;
    background-color: #444;
    color: #FED000 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
.deptbtn {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    margin-left: 13px;
    margin-right: 40px;
    margin-top: -5px;
    background-color: #444;
    color: #FFFFFF !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
}
.open>.dropdown-toggle.deptbtn-primary:hover {
    color: #fff;
    background-color: #444;
    border-color: #000;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0px 13px;
    margin-top: 9px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.deptdesktopbtn-group {
    position: relative;
    float:right;
    display: inline-block;
    vertical-align: middle;
}
#cart .dropdown-menu .table>tbody>tr>td {
    border-top: 0;
    color: black !important;
}
.product-thumb .rating {
    text-align: center;
    margin-bottom: 20px;
    display: none !important;
}

.buttonwrapper {
     text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 10px;
    margin-bottom:5px;
}
@keyframes blink {
    0% { box-shadow: 0px 0px 12px 2px #fee41f; }
    50% { box-shadow: none; }
    100% { box-shadow: 0px 0px 12px 2px #fee41f; }
}

@-webkit-keyframes blink {
    0% { box-shadow: 0px 0px 12px 2px #fee41f; }
    50% { box-shadow: 0 0 0; }
    100% { box-shadow: 0px 0px 12px 2px #fee41f; }
}
.dropdown-menu {
    background-color: #575757;
    margin-left: 23px;
}
.et-l--header ul {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    line-height: 16px;
    top: 100%;
    font-size: 2vh;
    color: white;
 
}
.dropdown-menu>li>a:hover {
    color: #fedd00;
    text-decoration: none;
    background-color: #444;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    color: #fff;
   
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit!important;
}
/* End Dept. Button */

.mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    bottom: 50px;
}

.open>.dropdown-menu {
    display: block;
    padding: 10px 1px 8px 0px;
}
@media (max-width: 980px) {
#custom-header4-menu .et_mobile_menu {
    top: 90px;
	z-index: 9999;
}
}

/* Shaking Phone */
@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    transform: scale(1.3) rotate(-8deg);
  }
  80%, 100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    transform: scale(1.3) rotate(-8deg);
  }
  80%, 100% {
    transform: scale(1) rotate(0);
  }
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
          animation: tada 2s linear infinite;
}

.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
  -webkit-animation: tada 1s linear infinite;
          animation: tada 1s linear infinite;
}

.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
  -webkit-animation: tada 3s linear infinite;
          animation: tada 3s linear infinite;
}

.gfield_required .gfield_required_text {
    font-style: italic;
    font-weight: 400;
    color: darkred;
}

.landscape .et_pb_image_wrap {
    padding-top: 56.25%;
    display: block;
 }
 .portrait .et_pb_image_wrap {
    padding-top: 177.78%;
 display: block;
 }
.landscape .et_pb_image_wrap img,
.portrait .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
 }

/* Hide element on Desktop */
@media only screen and (min-width: 981px) {
    .hide-on-desktop {
        display: none !important;
    }
}

/* Hide element on Tablet/Phone */
@media only screen and (max-width: 980px) {
    .hide-on-mobile-tablet {
        display: none !important;
    }
}

@media only screen and (max-width: 980px) {
.et_pb_row_3_tb_header.et_pb_row {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
}

.cart-contents-count-mobile {
    position: absolute;
    top: 10px;
    right: -5px;
    transform: translateY(-105%)translateX(25%);
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;
    z-index: 999;
}

.et_pb_menu__wrap .mobile_menu_bar {
    -webkit-transform: translateY(3%);
    transform: translateY(223%)!important;
}
.et_pb_row_4_tb_header.et_pb_row {
    z-index: 0;
}
a.cfw-small {
    font-size: 10px!important;
}
.gfield_description {
    display: none;
}
.gf_stylespro.sp_kiwi .ginput_total {
    color: green;
    font-size: 2em;
}
.woocommerce div.product p.stock {
    font-size: 2em;
}
dd.variation-Email {
    display: none!important;
}
dt.variation-Email {
    display: none!important;
}
dd.variation-200018x52Pool {
    display: none!important;
}
dt.variation-200018x52Pool {
    display: none!important;
}
dd.variation-200024x52Pool {
    display: none!important;
}
dt.variation-200024x52Pool {
    display: none!important;
}
dd.variation-150024x52Pool {
    display: none!important;
}
dt.variation-150024x52Pool {
    display: none!important;
}
dd.variation-300024x52Pool {
    display: none!important;
}
dt.variation-300024x52Pool {
    display: none!important;
}
dd.variation-700024x52Pool {
    display: none!important;
}
dt.variation-700024x52Pool {
    display: none!important;
}
dd.variation-800024x52Pool {
    display: none!important;
}
dt.variation-800024x52Pool {
    display: none!important;
}
dd.variation-800030x52Pool {
    display: none!important;
}
dt.variation-800030x52Pool {
    display: none!important;
}
dd.variation-150015x30x52Pool {
    display: none!important;
}
dt.variation-150015x30x52Pool {
    display: none!important;
}
dd.variation-700018x33Pool {
    display: none!important;
}
dt.variation-700018x33Pool {
    display: none!important;
}
dd.variation-MonthlyRenttoOwnPayment {
    display: none!important;
}
dt.variation-MonthlyRenttoOwnPayment {
    display: none!important;
}
.gfsp_o_shade.o_small .o_label .o_img_wr {
	max-width: 75px;
}
p#learn-more {
    font-size: 2em;
}
.askaprobutton {
  background-color: white;
  color: black;
	float:left;
	padding:13px;
  border: 2px solid #555555;
}

.askaprobutton:hover {
 background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}