/*---------------------------------------------------------------------------------

 Theme Name:   Divi Jewellery Shop
 Theme URI:    https://divijewelry.divifixer.com
 Description:  An extraordinary asset to add to your development toolkit, Divi Jewelry Woocommerce Child Theme is a Premium Multi-		 purpose Responsive woocommerce child theme for Divi, that includes everything you’ll need to build a woocommerce Divi Shop website! 

 Author:       Divi-Childthemes.com 
 Author URI:   http://divi-childthemes.com
 Template:     Divi
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/**

 1.General
 2.Home
 3.Slider
 4.About us
 5.Contact us
 6.Shop
 6.Footer
 
 */

/** General **/


/** Section Title **/


.dct_title .et_pb_text_inner span.dct_text1 {
  display: inline-block;
  padding-right: 25px;
  margin: 0 0 5px;
  background: var(--color-1);
  position: relative;
  padding: 3px 20px;
  z-index: 10;
}

.dct_title .et_pb_text_inner span.dct_text1:after,
.dct_title .et_pb_text_inner span.dct_text1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 3px;
  height: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dct_title .et_pb_text_inner span.dct_text1:after {
  left: 100%;
  width: 0;
  height: 0;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-1);
}


/** Slider **/

/** Slider V1 **/

.dct_slider_v1 .et_pb_slide_description .et_pb_slide_content{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(0);
  z-index: 1;
}

.dct_slider_v1 .et_pb_slide_description .et_pb_slide_content span.dct_text1{
  font-size: 30px;
  color: #fff;display: block;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}

.dct_slider_v1 .et_pb_slide_description .et_pb_slide_content span.dct_text2 {
  font-size: 50px;
  color: var(--color-1)!important;
  font-weight: 700;
  text-transform: uppercase;
}

.dct_slider_v1 .et_pb_slide_description .et_pb_slide_content p {
  max-width: 399px;
  margin: 0 auto;}

.dct_slider_v1 .et_pb_slide_description .et_pb_slide_content::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
  opacity: .3;
  width: 400px;
  height: 400px;
  border: 4px solid var(--color-1);
  z-index: -1;
  background: #000;
}

.dct_slider_v1 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after,
.dct_slider_v1 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 4px;
  height: 100%;
  background: var(--color-1);
  opacity: 1;
  visibility: visibile;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dct_slider_v1 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after {
  left: 100%;
  width: 0;
  height: 0;
  border-width: 16px 0 19px 17px;
  background: 0 0;
  border-style: solid;
  opacity: 1 !important;
  margin-left: 0;
  border-color: transparent transparent transparent var(--color-1);
}

.dct_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next::before,
.dct_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev::before {
  color: #fff;
  display: inline-block;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
}

.dct_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next::before {
  content: "\24";
}

.dct_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev::before {
  content: "\23";
}

.dct_slider_v1 .et-pb-controllers a {
  background: #fff;
  text-indent: 999999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  color: transparent;
  width: 15px;
  height: 15px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dct_slider_v1 .et-pb-controllers .et-pb-active-control {
  background-color: var(--color-1);
}

@media only screen and (max-width :480px) {
	
  .dct_slider_v1 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content span.dct_text1 {
    font-size: 20px;
  }

  .dct_slider_v1 .et-pb-slider-arrows .et-pb-arrow-next::before,
.dct_slider_v1 .et-pb-slider-arrows .et-pb-arrow-prev::before {
    width: 40px;
    height: 40px;
    line-height: 42px;
  }
}

@media only screen and (max-width :767px) {
  .dct_slider_v1:hover .et-pb-arrow-prev {
    left: 10px;
  }

  .dct_slider_v1:hover .et-pb-arrow-next {
    right: 10px;
  }}


@media only screen and (max-width :768px) {
  .dct_slider_v1 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content .dct_text2 {
    font-size: 30px;
  }
}


/** Slider V2 **/ 

.dct_slider_v2 .et_pb_slide_description .et_pb_slide_title a:before {
	left: 24px;
	right: 28px;
	padding: 43px 0;
	position: absolute;
	content: "";
	z-index: -1;
	left: 30%;
	top: 30%;
	bottom: auto;
	right: 30%;
	border-width: 8px 8px 0;
	border-style: solid;
	padding: 30px 0;
	border-color: #fff;
}

.dct_slider_v2 .et_pb_slide_description .et_pb_slide_title a:after {
	left: 24px;
	right: 28px;
	padding: 180px 0;
	bottom: 97px;
	position: absolute;
	content: "";
	z-index: -1;
	left: 30%;
	top: auto;
	bottom: 30%;
	right: 30%;
	border-width: 0 8px 8px;
	border-style: solid;
	padding: 30px 0;
	border-color: #fff;
}

@media only screen and (max-width: 980px) {
	.dct_slider_v2 .et_pb_slide_description .et_pb_slide_title a::after {
		left: 10px;
		bottom: 10px;
		right: 10px;
	}
	.dct_slider_v2 .et_pb_slide_description .et_pb_slide_title a::before {
		left: 10px;
		top: 10px;
		right: 10px;
	}
	.dct_slider_v2 .et-pb-controllers {
		padding-top: 50px;
	}
	.dct_slider_v2 .et_pb_slides .et_pb_slider_container_inner {
		padding: 15px;
	}
}



/** Slider V3 **/ 


.dct_slider_v3 .et_pb_slide_description .et_pb_slide_title:before {
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 2px dotted;
	width: 22px;
	height: 2px
}

.dct_slider_v3 .et_pb_slide_description .et_pb_slide_title:after {
	content: '';
	position: absolute;
	right: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 2px dotted;
	width: 22px;
	height: 2px
}

.dct_slider_v3 .et_pb_slide_description .et_pb_slide_content span.dct_text1 {
	text-transform: uppercase;
	font-size: 80px;
	line-height: 100px
}

.dct_slider_v3 .et_pb_slide_description .et_pb_slide_content p {
	padding-bottom: 0;
}

@media only screen and (max-width: 480px) {
	.dct_slider_v3 .et_pb_slide_description .et_pb_slide_content span.dct_text1 {
		font-size: 40px;
		line-height: 50px;
	}
}




/**Slider V4**/

.dct_slider_v4 .et_pb_slide_description .et_pb_slide_title:before {
	position: absolute;
	content: "\45";
	font-family: ETmodules!important;
	font-size: 20px;
	line-height: 7px;
	color: #a07935;
	height: 7px;
	right: -10px;
	top: 50%;
	color: var(--color-1);
	transform: translateY(-50%)
}

.dct_slider_v4 .et_pb_slide_description .et_pb_slide_content span.dct_text1 {
	font-size: 20px;display: block;padding-bottom: 10px;
	text-transform: uppercase
}

.dct_slider_v4 .et_pb_slide_description .et_pb_slide_content span.dct_text2 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase
}

.dct_slider_v4 .et_pb_slide_description .et_pb_slide_content p {
	font-weight: 300;padding-bottom: 5px;
	max-width: 650px;
	
}

.dct_slider_v4 .et_pb_slide_description .et_pb_button_wrapper {
	margin-top: 20px
}

.dct_slider_v4 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after,
.dct_slider_v4 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 25px;
	width: 4px;
	height: 100%;
	background: var(--color-1);
	opacity: 1;
	visibility: visibile;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dct_slider_v4  .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after {
	left: 100%;
	width: 0;
	height: 0;
	border-width: 16px 0 19px 17px;
	background: 0 0;
	border-style: solid;
	opacity: 1;
	margin-left: 0;
	border-color: transparent transparent transparent var(--color-1)
}

.dct_slider_v4.et_pb_slider .et-pb-controllers a {
	text-indent: 0!important;
	width: auto;
	height: auto;color:#fff;
	background-color: transparent!important;
	position: relative;
	margin-right: 0;
	line-height: normal;
	padding: 20px;
	font-weight: 900;
	font-size: 15px;
	transition: all .3s ease;
	overflow: hidden;
	opacity: .75
}

.dct_slider_v4.et_pb_slider .et-pb-controllers a::after {
	content: "";
	width: 35px!important;
	height: 2px;
	left: 5px;
	border-radius: 150px;
	background-color: var(--color-1);
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	display: inline-block;
	position: relative;
	top: -4px;
	z-index: -1
}

.dct_slider_v4.et_pb_slider .et-pb-controllers a.et-pb-active-control::after {
	width: 60px!important
}

.dct_slider_v4.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev::before {
	content: "#";
	font-size: 30px;
	margin-top: -15px
}

.dct_slider_v4.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next::before {
	content: "$";
	font-size: 30px;
	margin-top: -15px
}

.dct_slider_v4.et_pb_slider:hover .et-pb-arrow-next,
.dct_slider_v4.et_pb_slider:hover .et-pb-arrow-prev {
	background: var(--color-1);
	padding-left: 5px;
	padding-right: 5px
}

.dct_slider_v4.et_pb_slider:hover .et-pb-arrow-prev {
	left: 0
}

.dct_slider_v4.et_pb_slider:hover .et-pb-arrow-next {
	right: 0
}


@media only screen and (max-width: 766px) {
	.dct_slider_v4 .et_pb_slide_description .et_pb_slide_content span.dct_text2 {
		font-size: 30px;
		line-height: 40px;
	}
}



/** Home 5 intro **/


#dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_main_blurb_image:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  background-clip: border-box;
  border: 10px solid rgba(0, 0, 0, 0.5);
  top: -50%;
  left: 40%;
  background-clip: content-box;
  width: 100%;
  height: 200%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

#dct_home_v5 .dct_left:hover .et_pb_blurb_content .et_pb_main_blurb_image:before {
  left: -50% !important;
  right: -50% !important;
  width: 200%;
  background: rgba(0,0,0,0.3);
}

#dct_home_v5 .dct_left.ring .et_pb_blurb_content .et_pb_main_blurb_image:before {
  right: 40%;
  left: auto;
}

#dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  display: block;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  -webkit-transform: scale(1) rotate(0);
  display: block;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

#dct_home_v5 .dct_left:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
}

#dct_home_v5 .dct_left.ring .et_pb_blurb_content .et_pb_blurb_container {
  left: 0;
  right: auto;
}

#dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_blurb_container {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  -ms-align-items: center;
  z-index: 2;
  right: 0;
  left: auto;
}



#dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before {
  position: absolute;
  width: 30px;
  height: 1px;
  content: "";
  background: var(--color-1);
  top: 0;
  left: 50%;
  margin: 0 -15px;
}



#dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
  display: inline-block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  background: var(--color-1);
}

#dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before {
  content: "\24";
  font-family: ETmodules !important;
}

#dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p a:hover {
  background: #000;
}

@media only screen and (max-width : 980px) {
  #dct_home_v5 .et_pb_text .et_pb_text_inner h1 {
    font-size: 50px;
  }

  #dct_home_v5 .dct_btn {
    top: 0;
  }

  #dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  #dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    margin-bottom: 0;
    font-size: 15px;
  }

  #dct_home_v5 .dct_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3::before {
    left: 50%;
    top: -5px;
  }
}

@media only screen and (max-width : 480px) {
  .dct_m_row {
    width: 100%;
  }
}
/** Header **/

/** Header v1**/
.dct_hdr_social li{margin-bottom: 0;}
.dct_hdr_social li a.icon{width:20px;}
.dct_hdr_social li a.icon:before{width: 20px;font-size: 14px;height: 0;line-height: 38px;}
.dct_hdr_social li a.icon:hover:before{color:var(--color-1);}
.dct_hdr_v1 .et-menu li li.menu-item-has-children > a:after {top:0px;}
.dct_hdr_v1 ul li{margin-top: 0 !important;padding: 0 5px !important;display: block;}
.dct_hdr_v1 ul li a{display: block;width:100%;padding: 0 10px;padding-bottom: 0 !important;line-height: 60px;color: var(--color-2);
opacity: 1 !important;}
.dct_hdr_v1 ul li.menu-item-has-children ul.sub-menu li a{line-height: 35px;padding: 5px 7px !important;}
.dct_hdr_v1 ul li.menu-item-has-children ul.sub-menu {padding:0px;border:none;box-shadow: 0px 2px 20px #00000030;}

nav > ul > li > ul:after {
    position: absolute;
    left: 20%;
    margin-left: -20px;
    top: -14px;
    width: 0;
    height: 0;
    content:'';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}
.nav li li ul {top:-3px;}
.dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button{margin:0;}
.dct_hdr_v1 .et_pb_menu__icon.et_pb_menu__search-button::after,
.dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button::after{
	background: var(--color-2);
	border-radius: 50%;
	color: #fff;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
}
.dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button::after{background: var(--color-1);}
.dct_hdr_v1.et_pb_menu .et_pb_menu__search-input {border:1px solid var(--color-1)!important;border-radius:30px;padding:10px;}
.dct_hdr_v1.et_pb_menu .et_mobile_menu {position: absolute;z-index: 1111;}
.dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button {display: inline-block;position: absolute;right: 65px;top:15px;}
.dct_hdr_v1.et_pb_menu .et_pb_menu__icon.et_pb_menu__search-button {display: inline-block;position: absolute;right: 0px;top:15px;}
@media  (max-width: 980px) {
	.dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button ,
	.dct_hdr_v1.et_pb_menu .et_pb_menu__icon.et_pb_menu__search-button {position:unset;}
	.dct_hdr_v1 ul li.menu-item-has-children ul.sub-menu {box-shadow: unset;}
}
@media only screen and (min-width: 767px) and (max-width: 980px) {
	.dct_hdr_v1.et_pb_menu .et_mobile_menu{
		width: 50%;
		right: 0;
		float: none;
		left: auto;
	}
}
/** Header v2-v5**/

.dct_hdr_v1.bg .et_mobile_menu li a{color: #000 !important;}
.dct_hdr_v1.bg a.et_pb_menu__icon.et_pb_menu__cart-button::after {background: #fff;color:var(--color-1)}

/** About us **/

#dct_abt_v4 .et_pb_text .et_pb_text_inner p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
}

#dct_abt_v4 .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  margin-bottom: 55px;
  height: 60px;
}


#dct_abt_v4 .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

#dct_abt_v4 .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 span {
  text-transform: capitalize;
  font-weight: 300;
  color: #999;
  font-size: 14px;
  line-height: 28px;
}

#dct_abt_v4 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
 
  text-align: center;
  border: 3px solid #3a3a3a;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
 
}

#dct_abt_v4 .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  color: var(--color-1);
}

@media only screen and (max-width :480px) {
  #dct_abt_v4 .et_pb_text .et_pb_text_inner {
    padding: 20px;
  }
}

/** Intro **/

#dct_intro_v1 .dct_hover .et_pb_promo .et_pb_button_wrapper {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.7s ease 0s;
  -moz-transition: transform 0.7s ease 0s;
  -webkit-transition: transform 0.7s ease 0s;
  -o-transition: transform 0.7s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

#dct_intro_v1 .dct_hover:hover .et_pb_promo .et_pb_button_wrapper {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

#dct_intro_v1 .dct_hover .et_pb_promo .et_pb_button_wrapper .et_pb_button:after,
#dct_intro_v1 .dct_hover .et_pb_promo .et_pb_button_wrapper .et_pb_button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 4px;
  height: 100%;
  background: var(--color-2);
  opacity: 1;
  visibility: visibile;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#dct_intro_v1 .dct_hover .et_pb_promo .et_pb_button_wrapper .et_pb_button:after {
  left: 100%;
  width: 0;
  height: 0;
  border-width: 20px 0 25px 20px;
  background: 0 0;
  border-style: solid;
  opacity: 1;
  margin-left: 0;
  border-color: transparent transparent transparent var(--color-2);
}


/** Intro V3 **/

#dct_int_hover:hover .dct_intro_v3 {
  transform: scale(1);
}

#dct_block_hover:hover .dct_block_full {
  background: #fbf6f0;
  top: 0;
  left: 0;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  position: absolute;
  transition: all .35s ease 0s;
  -moz-transition: all .35s ease 0s;
  -webkit-transition: all .35s ease 0s;
  -ms-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
}

.dct_block_full .et_pb_promo_description .et_pb_module_header:before {
  border-bottom: 1px solid var(--color-1);
  bottom: 0;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: left;
  width: 34px;
}

.dct_block_full .et_pb_promo_description h6 {
  color: #201c18!important;
  padding-top: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

@media only screen and (max-width : 980px) {
  .dct_img_1 {
    display: block !important;
    min-height: 100% !important;
  }
}

@media only screen and (max-width : 480px) {
  #dct_block_hover,.dct_img_1 {
    padding-top: 50% !important;
    padding-bottom: 60% !important;
  }
}

@media only screen and (min-width: 560px) and (max-width: 768px) {
  #dct_block_hover:hover .dct_block_full {
    top: -40px;
  }
}



/** Intro V4 **/

#dct_intro_v4 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  color: var(--color-1);
}


/* =======================
    Deal Of the Day V1
=========================*/  


.dct_cdt_v1 .et_pb_countdown_timer_container .section p.value {
  transform: rotate(-45deg);opacity:1;}


.dct_cdt_v1 .et_pb_countdown_timer_container .sep {
  display: none;
}

.dct_cdt_v1 .et_pb_countdown_timer_container .section p.label {
  opacity: 1;
  position: relative;
  left: 57px;
  top: -20px;
  transform: rotate(-45deg);
  
}

@media only screen and (max-width : 480px) {
  .dct_cdt_v1 .et_pb_countdown_timer_container .section.values {
    margin-bottom: 70px;
    margin-left: 23px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 980px) {
  .dct_cdt_v1 .et_pb_countdown_timer_container .section.values {
    margin-right: 35px !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1299px) {
  .dct_cdt_v1 .et_pb_countdown_timer_container .section.values {
    margin-right: 5px;
  }
}

/* =======================
    Deal Of the Day V2
=========================*/   


#dct_cdt_v2 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  transition: 0.5s;
  color: var(--color-1);
}

#dct_cdt_v2 .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  transform: scale(1.1);
  transition: 0.5s;
}

#dct_cdt_v2 .et_pb_countdown_timer .sep {
  display: none;
}

#dct_cdt_v2 .et_pb_countdown_timer .et_pb_countdown_timer_container .section:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-1);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

#dct_cdt_v2 .et_pb_countdown_timer .et_pb_countdown_timer_container .section:hover:after {
  top: 0;
  left: 0;
}

#dct_cdt_v2 .et_pb_countdown_timer .et_pb_countdown_timer_container .section .value {
  margin-top: 20px;opacity:1;
  color: var(--color-2);
}

#dct_cdt_v2 .et_pb_countdown_timer .et_pb_countdown_timer_container .section .label {
  margin-top: 20px;opacity:1;
}


@media only screen and (max-width : 1299px) {
  #dct_cdt_v2 .et_pb_countdown_timer .et_pb_countdown_timer_container .section {
    margin-bottom: 50px;
  }
}
 

/* =======================
    Testimonial
=========================*/

.dct_testi_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 2px dotted;
  width: 22px;
  height: 2px;
}

.dct_testi_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title:after {
  content: '';
  position: absolute;
  right: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 2px dotted;
  width: 22px;
  height: 2px;
}

.dct_testi_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {padding: 0 40px 8px;}

.dct_testi_v1 .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
  transform: rotate(45deg)!important;
  -webkit-transform: rotate(45deg)!important;
  -ms-transform: rotate(45deg)!important;
  -moz-transform: rotate(45deg)!important;
}

.dct_testi_v1:hover .et-pb-arrow-prev {
  left: 0;
}

.dct_testi_v1:hover .et-pb-arrow-next {
  right: 0;
}

  
  

/* =======================
    Testimonial V2
=========================*/  


.dct_testi_v2 .et_pb_testimonial_description .et_pb_testimonial_description_inner:before {
  content: "";
  border-bottom: 20px solid var(--color-1);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -40px;
  left: 43%;
}

@media only screen and (min-width:481px) and (max-width:768px) {
  .dct_testi_v2 .et_pb_testimonial_description .et_pb_testimonial_description_inner::before {
    left: 47%;
  }
}

@media only screen and (min-width:769px) and (max-width:980px) {
  .dct_testi_v2 .et_pb_testimonial_description .et_pb_testimonial_description_inner::before {
    left: 48%;
  }
} 

  
  
  
/* =======================
    FAQ
=========================*/ 


.dct_faq_v1 .et_pb_toggle:before {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #999;
  top: 25px;
  left: 20px;
  position: absolute;
}

.dct_faq_v1 .et_pb_toggle:last-child:before {
  display: none;
}

.dct_faq_v1 .et_pb_toggle_close h5::before,
.dct_faq_v1 .et_pb_toggle h5:before {
  font-size: 30px;
  right: auto;
  left: 0;
}

.dct_faq_v1 .et_pb_toggle_title::before {
  padding: 5px;
  background: var(--color-1);
  color: #fff!important;
  font-weight: 400;
}

.dct_faq_v1 .et_pb_toggle_close h5:before {
  content: 'L';
}

.dct_faq_v1 .et_pb_toggle_open h5:before {
  content: "K"!important;
  display: block!important;
}

.dct_faq_v1 .et_pb_toggle_open h5 {
  color: var(--color-1)!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}



/* =======================
    Team
=========================*/ 


.dct_team .et_pb_team_member_image img {
  position: relative;
  border: 1px solid var(--color-1);
}


.dct_team .et_pb_team_member_image img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: filter .4s cubic-bezier(.455,.03,.515,.955);
}

.dct_team:hover .et_pb_team_member_image img {
  filter: grayscale(0);
}


.dct_team:hover .et_pb_team_member_description .et_pb_module_header {
  padding-top: 10px;
  color: #000 !important;
  top: 11px;
  position: relative;
}


.dct_team:hover .et_pb_team_member_description .et_pb_member_position {
  color: #000;
  top: 0;
}

.dct_team:hover .et_pb_team_member_description {
  bottom: -15px !important;
  opacity: 1;
  background: #efefef !important;
}


.dct_team:hover .et_pb_team_member_description .et_pb_member_social_links {
  opacity: 1;
}

.dct_team .et_pb_team_member_description .et_pb_member_social_links li {
  display: inline-block;
  position: relative;
  margin-right: 0;
  -webkit-transition: all .5s ease-in-out .1s;
  -moz-transition: all .5s ease-in-out .1s;
  -ms-transition: all .5s ease-in-out .1s;
  -o-transition: all .5s ease-in-out .1s;
  transition: all .5s ease-in-out .1s;
}

.dct_team .et_pb_team_member_description .et_pb_member_social_links li:nth-child(1) {
  -webkit-transform: translate3d(-22px,0,0);
  -moz-transform: translate3d(-22px,0,0);
  -o-transform: translate3d(-22px,0,0);
  transform: translate3d(-22px,0,0);
}

.dct_team:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(1) {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.dct_team .et_pb_team_member_description .et_pb_member_social_links li:nth-child(2) {
  -webkit-transform: translate3d(-30px,0,0);
  -moz-transform: translate3d(-30px,0,0);
  -o-transform: translate3d(-30px,0,0);
  transform: translate3d(-30px,0,0);
}

.dct_team:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(2) {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.dct_team .et_pb_team_member_description .et_pb_member_social_links li:nth-child(3) {
  -webkit-transform: translate3d(22px,0,0);
  -moz-transform: translate3d(22px,0,0);
  -o-transform: translate3d(22px,0,0);
  transform: translate3d(22px,0,0);
}

.dct_team:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(3) {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.dct_team .et_pb_team_member_description .et_pb_member_social_links li:nth-child(4) {
  -webkit-transform: translate3d(30px,0,0);
  -moz-transform: translate3d(30px,0,0);
  -o-transform: translate3d(30px,0,0);
  transform: translate3d(30px,0,0);
}

.dct_team:hover .et_pb_team_member_description .et_pb_member_social_links li:nth-child(4) {
  transform: translate3d(0,0,0);
}

.dct_team .et_pb_team_member_description .et_pb_member_social_links li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px 0 0;
  transition: all .3s ease-in-out 0s;
}

.dct_team .et_pb_team_member_description .et_pb_member_social_links li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease 0s;
}

.dct_team .et_pb_team_member_description .et_pb_member_social_links li a:hover:after {
  transform: rotate(-45deg);
}

  
  
  
/* =======================
    Progressbar
=========================*/

.dct_progressbar .et_pb_counter_container .et_pb_counter_amount:after,.dct_progressbar .et_pb_counter_container .et_pb_counter_amount:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -5px;
  right: 16px;
  transform: rotate(45deg);
}

.dct_progressbar .et_pb_counter_container .et_pb_counter_amount:after {
  border: 4px solid #fff;
  position: absolute;
  right: -5px;
  top: -8px;
}

.dct_progressbar .et_pb_counter_container .et_pb_counter_amount:after,.dct_progressbar .et_pb_counter_container .et_pb_counter_amount:before {
  outline: 4px solid var(--color-1);
}

.dct_progressbar .et_pb_counter_container .et_pb_counter_amount:after {
  background: var(--color-1);
}

.dct_progressbar .et_pb_counter_container .et_pb_counter_amount .et_pb_counter_amount_number {
  color: #fff;
  position: absolute;
  background: var(--color-2);
  top: -44px;
  right: 0;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

@media only screen and  (max-width:980px) {
  .dct_m_cnt_row.et_pb_row {
    width: 100%;
    padding: 0px;
  }
}

@media only screen and  (max-width:480px) {
  .dct_progressbar .et_pb_counter_container .et_pb_counter_amount .et_pb_counter_amount_number {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
  }
}



/* =======================
    Hero
=========================*/ 
/*******




 .dct_hero {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0 !important;
    position: relative;
    vertical-align: top;
}
.dct_hero .et_pb_blurb_content .et_pb_main_blurb_image {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.dct_hero .et_pb_blurb_content .et_pb_main_blurb_image img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}
.dct_hero:hover .et_pb_blurb_content .et_pb_main_blurb_image img {
    transform: scale(1.1);
}
.dct_hero .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    bottom: 80px;
    left: 30px;
    position: absolute;
    top: auto;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    font-weight: 900;
    z-index: 99;
    right: 40px;
    text-align: left;
}
.dct_hero.top .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    bottom: auto;
    top: 30px;
}
.dct_hero .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before {
    border-bottom: 1px solid #fff;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    transform: translate3d(-250%, 0, 0);
    -webkit-transform: ttranslate3d(-250%, 0, 0);
    -moz-transform: translate3d(-250%, 0, 0);
    -ms-transform: translate3d(-250%, 0, 0);
    -o-transform: translate3d(-250%, 0, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dct_hero:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.dct_hero .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    bottom: 50px;
    font-size: 13px;
    left: 30px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    z-index: 99;
    transform: translate3d(500%, 0, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    -moz-transform: translate3d(500%, 0, 0);
    -ms-transform: translate3d(500%, 0, 0);
    -o-transform: translate3d(500%, 0, 0);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.dct_hero.top .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    bottom: auto;
    top: 70px;
}
.dct_hero:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.dct_hero .et_pb_blurb_content .et_pb_main_blurb_image:after {
    background: rgba(0, 0, 0, 0.3);
}
.dct_hero:hover .et_pb_blurb_content .et_pb_main_blurb_image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
}


*********/


/* =======================
    Hero V1
=========================*/


.dct_hero_v1 .trending .et_pb_text_inner {
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  margin-left: 0;
  margin-top: 28px;
  transform: rotate(-45deg);
  width: 200px;
}

.dct_hero_v1 .trending .et_pb_text_inner span.dct_text1 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px !important;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.dct_hero_v1 .trending .et_pb_text_inner span.dct_text2 {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
 text-transform: uppercase;
font-size: 30px;
color: #ffffff !important;
letter-spacing: 0.8px;
text-align: center;
  display: inline-block;
  padding: 30px 0;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  
	box-sizing: border-box;}

.dct_hero_v1 .trending .et_pb_text_inner span.dct_text3{
  
  display: inline-block;
  margin-top: 12px!important;
 
}
.dct_hero_v1 .content .et_pb_text_inner span.dct_text1 {
	display: block;
margin-top: 30px;
	line-height: 1.2;font-weight: 700;
font-size: 24px;
color: #444 !important;}

.dct_hero_v1 .content .et_pb_text_inner span.dct_text2 {color: var(--color-1);line-height: 1.2;font-weight: 700;
font-size: 80px;}


@media only screen and (min-width:280px) and (max-width:480px) {
  .dct_hero_v1 {
    border: 10px solid var(--color-1);
    display: inline-block;
    min-height: inherit;
    position: relative;
    text-transform: uppercase;
    width: 100%;
  }

  .dct_hero_v1 .content .et_pb_text_inner {
    float: none;
    padding: 240px 0 20px;
    text-align: center;
  }

  .dct_hero_v1 .content .et_pb_text_inner span.dct_text2 {
    font-size: 50px!important;
  }

  .dct_hero_v1 .content .et_pb_text_inner p {
    font-size: 12px;
  }

  .dct_hero_v1 .content .et_pb_text_inner {
    text-align: center!important;
  }

  .dct_hero_v1 {
    border: 10px solid var(--color-1);
    display: inline-block;
    min-height: inherit;
    position: relative;
    text-transform: uppercase;
    width: 100%;
  }

  .dct_hero_v1 .trending {
    height: 180px;
    left: 20%!important;
    top: 0;
    width: 180px;
  }

  .dct_hero_v1 .trending .et_pb_text_inner {
    display: inline-block;
    margin-left: 0;
    margin-top: 18px;
    transform: rotate(-45deg);
    width: 160px;
  }

  .dct_hero_v1 .trending .et_pb_text_inner span.dct_text2 {
    padding: 8px 0;
    font-size: 28px;
  }

  .dct_hero_v1 .trending .et_pb_text_inner span.dct_text3 {
    color: #fff;
    display: inline-block;
    margin-top: 12px!important;
    font-weight: 700;
  }
}

@media only screen and (max-width :768px) {
  .dct_hero_v1 .trending {
    left: 0;
  }

  .dct_hero_v1 .content .et_pb_text_inner {
    text-align: right;
  }

  .dct_hero_v1 .content .et_pb_text_inner span.dct_text1 {
    padding-right: 10px;
  }

  .dct_hero_v1 .content .et_pb_text_inner span.dct_text2 {
    font-size: 70px;
  }

  .dct_hero_v1 .content .et_pb_text_inner p {
    font-size: 15px;
    padding-right: 10px;
  }
}

@media only screen and (max-width :1099px) {
  .dct_hero_v1 .et_pb_image {
    display: none;
  }
}

@media only screen and (min-width:1100px) and (max-width:1240px) {
  .dct_hero_v1 .content .et_pb_text_inner p {
    font-size: 15px;
  }

  .dct_hero_v1 .content .et_pb_text_inner span.dct_text2 {
    font-size: 60px;
  }

  .dct_hero_v1 .trending {
    left: 0;
  }
}	




/* =======================
    Hero v3 - Home5
=========================*/ 


.dct_hero_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  display: block;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.dct_hero_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after,
.dct_hero_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
  opacity: .5;
}

.dct_hero_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(255,255,255,.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

.dct_hero_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  display: block;
  width: 100%;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

.dct_hero_v3:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.dct_hero_v3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255,255,255,.9);
  border-right: 1px solid rgba(255,255,255,.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

.dct_hero_v3:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after,
.dct_hero_v3:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.dct_hero_v3 .et_pb_blurb_content .et_pb_blurb_container {
  padding: 50px 30px;
  bottom: auto;
  text-align: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.dct_hero_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before {
  position: absolute;
  width: 30px;
  height: 1px;
  content: "";
  background: var(--color-1);
  bottom: 0;
  left: 50%;
  margin: 0 -17px;
}


.dct_hero_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  
}

.dct_hero_v3 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


/* =======================
    Hero v4 - Home5
=========================*/ 

.dct_hero_v4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  display: block;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.dct_hero_v4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after,
.dct_hero_v4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
  opacity: .5;
}

.dct_hero_v4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(255,255,255,.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

.dct_hero_v4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  filter: grayscale(1);
  transition: filter .4s cubic-bezier(.455,.03,.515,.955);
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

.dct_hero_v4:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.dct_hero_v4 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255,255,255,.9);
  border-right: 1px solid rgba(255,255,255,.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
}

.dct_hero_v4:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after,
.dct_hero_v4:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.dct_hero_v4.top .et_pb_blurb_content .et_pb_main_blurb_image {
  position: absolute;
}

.dct_hero_v4.top .et_pb_blurb_content .et_pb_blurb_container {
  bottom: auto;
}

.dct_hero_v4.top .et_pb_blurb_content .et_pb_blurb_container:before {
  content: "\43";
  top: 100%;
}

.dct_hero_v4 .et_pb_blurb_content .et_pb_blurb_container {
  position: absolute;
  background: var(--color-1);
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  bottom: 0;
  width: 100%;
}

.dct_hero_v4 .et_pb_blurb_content .et_pb_blurb_container:before {
  content: "\42";
  font-family: ETmodules!important;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: -16px;
  z-index: 1;
  font-size: 65px;
  margin-left: -10px;
  color: var(--color-1);
  text-align: center;
  display: block;
  left: 50%;
}

.dct_hero_v4 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header::before {
  position: absolute;
  width: 30px;
  height: 1px;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  margin: 0;
}


.dct_hero_v4 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
  display: inline-block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  background: var(--color-2);
}

.dct_hero_v4 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a::before {
  content: "\24";
  text-align: center;
  padding: 5px;
  font-family: ETmodules!important;
}



/* =======================
    Blurb -Home 2
=========================*/ 

#dct_blurb .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:after {
  background-color: var(--color-2);
}

#dct_blurb .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:after,
#dct_blurb .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before {
  border-color: var(--color-2);
}

#dct_blurb .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after,
#dct_blurb .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
  border: 1px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: all .4s ease 0s;
  width: 100%;
}

#dct_blurb .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after {
  border-color: #fff;
  height: 75%;
  left: 12.5%;
  top: 12.5%;
  width: 75%;
  z-index: -1;
}

#dct_blurb .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:affter {
  background-color: #000;
}

#dct_blurb .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
 
  line-height: 49px;
  display: block;
  text-align: center;
  
}

#dct_blurb .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  padding-left: 20px;
}

@media only screen and (max-width:399px) {
  #dct_blurb .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    display: inline-block;
  }

  #dct_blurb .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0;
    font-size: 15px;
  }
}



/* =======================
    Special
=========================*/
#dct_special .dct_sales_cta .et_pb_text_inner {
  border-color: var(--color-1)!important;
  position: relative;
  border: 3px solid;
  width: 298px;
  text-align: center;
  display: inline-block;
  height: 200px;
  vertical-align: middle;
  color: #444;padding-top: 40px;
  font-size: 14px;
}

#dct_special .dct_sales_cta .et_pb_text_inner span.dct_text1 {
  text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.2px;
  font-weight: 300;
  
}

#dct_special .dct_sales_cta .et_pb_text_inner span.dct_text2 {
  
  margin-top: 10px;
display: inline-block;
width: 346px;
text-transform: uppercase;
font-size: 35px;
color: #262626 !important;
overflow: hidden;
background: #fff;
margin-left: -27px;
padding: 15px;
}

#dct_special .dct_sales_cta .et_pb_text_inner a {
  border-color: #a07936;
  border-width: 0;
  color: #fff;
  font-weight: 400;background: var(--color-1);
  width: 120px;
  margin: 0 auto;
  margin-bottom: 6px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 12px;
  height: 30px;display: block;
  line-height: 30px;
}

#dct_special .et_pb_image_wrap {
  display: block;
  line-height: 0;
  position: relative;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: center;
  line-height: 0;
}

#dct_special .et_pb_image_wrap:after,#dct_special .et_pb_image_wrap:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  -webkit-transition: all .6s ease-out 0s;
  -moz-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s;
}

#dct_special .et_pb_image_wrap:hover:before {
  background-color: rgba(255,255,255,.2);
  right: 50%;
  left: 50%;
}

#dct_special .et_pb_image_wrap:hover:after {
  background-color: rgba(255,255,255,.2);
  top: 50%;
  bottom: 50%;
}

@media only screen and (max-width :980px) {
  #dct_special .dct_special_c1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    height: 100%;
    box-shadow: none;
    width: 100%;
  }

  #dct_special .dct_special_c2 {
    float: none;
  }

  #dct_special .et_pb_text .et_pb_text_inner h1 {
    font-size: 25px;
    width: 100%;
  }

  #dct_special .et_pb_text .et_pb_text_inner {
    width: 100%;
    height: 200px;
  }
}



/* =======================
    Newsletter
=========================*/
.dct_email_optin .et_pb_newsletter_form form{position:relative;}
.dct_email_optin .et_pb_newsletter_form,
.et-db #et-boc #dct_footer .et_pb_newsletter_form {
  width: 100%;
  float: none;
}

.dct_email_optin .et_pb_newsletter_button_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
 
.dct_email_optin #et_pb_signup_email {
  box-shadow: 0 0 4px var(--color-1);
  height: 50px;
  border: 2px solid #ebebeb;
  color: #a7a7a7;
}

@media only screen and (max-width: 768px) {
  .dct_email_optin .et_pb_newsletter_description {
    margin-bottom: 0px !important;
  }

  .dct_email_optin .et_pb_newsletter_button_wrap {
    position: relative;
    top: 0;
    left: 0;
  }
}



/* =======================
    Contact us
=========================*/

#dct_contact .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  transform: rotate(-45deg);padding: 10px;
  text-align: center;}



#dct_contact .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  position: relative;
  padding-left: 35px;
}

#dct_contact .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container:before {
  position: absolute;
  width: 30px;
  height: 1px;
  content: "";
  background: var(--color-1);
  top: -10px;
  left: 35px;
}

#dct_contact .et_contact_bottom_container {
  float: left;
  padding-left: 3%;
}


#dct_contact .et_contact_bottom_container .et_pb_button:after,
#dct_contact .et_contact_bottom_container .et_pb_button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 4px;
  height: 100%;
  background: var(--color-1);
  opacity: 1;
  visibility: visibile;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#dct_contact .et_contact_bottom_container .et_pb_button:after {
  left: 100%;
  width: 0;
  height: 0;
  border-width: 17px 0 17px 17px;
  background: 0 0;
  border-style: solid;
  opacity: 1;
  margin-left: 0;
  border-color: transparent transparent transparent var(--color-1);
}


	

/* =======================
    Footer
=========================*/

#dct_footer .dct_ft_blrb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  color: var(--color-1);
  transition: all .6s ease 0s;
  display: block;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -ms-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
}

.dct_ft_blrb .et_pb_blurb_content .et_pb_blurb_container {
  vertical-align: baseline;
}

.dct_ft_blrb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -ms-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
}

.dct_ft_blrb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  color: var(--color-1);
}

#dct_footer .woocommerce ul.products li.product .button{display: none;}

#dct_footer .woocommerce ul.products li {
  margin-bottom: 10px!important;
}


 /* =======================
    Client
=========================*/

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#dct_client .owl-controls {
  width: 100%;
  position: absolute;
  top: 38%;
  margin-top: auto;
}

#dct_client .owl-controls .owl-buttons div {
  transform: rotate(-45deg);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--color-1);
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  opacity: 1;
}

#dct_client .owl-prev {
  position: absolute;
  left: -5%;
}

#dct_client .owl-next {
  position: absolute;
  right: -5%;
}

#dct_client .owl-next::after,
#dct_client .owl-prev::after {
  transform: rotate(45deg);
  display: inline-block;
  content: "\23";
  font-family: ETmodules!important;
  font-size: 20px;
  padding-left: 0px;
  font-weight: 900;
}

#dct_client .owl-next::after {
  content: "\24";
  padding-left: 0px;
}

#dct_client .own-item .et_pb_image_wrap:before {
  content: '';
  height: 1px;
  background: #fff;
  display: block;
  width: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-transform: translate(-50%,0) scale(0);
  -ms-transform: translate(-50%,0) scale(0);
  -o-transform: translate(-50%,0) scale(0);
  transform: translate(-50%,0) scale(0);
}

#dct_client .own-item .et_pb_image_wrap:hover:before {
  -webkit-transform: translate(-50%,0) scale(1);
  -ms-transform: translate(-50%,0) scale(1);
  -o-transform: translate(-50%,0) scale(1);
  transform: translate(-50%,0) scale(1);
}

#dct_client .own-item .et_pb_image_wrap img {
  border: 2px solid var(--color-1);
  padding: 5px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  height: auto;
  max-width: 100%;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

#dct_client .own-item .et_pb_image_wrap img:hover {
  -webkit-transform: translate(0,-5px);
  -ms-transform: translate(0,-5px);
  -o-transform: translate(0,-5px);
  transform: translate(0,-5px);
}

#dct_client .own-item {
  margin: auto;	
  max-width: 150px;
  padding-top: 35px;
  padding-bottom: 35px;
  transition: transform .3s ease 0s,transform .3s ease 0s,transform .3s ease 0s,transform .3s ease 0s,transform .3s ease 0s;
}

#dct_client .own-item .et_pb_image_wrap:hover img {
  border: 2px solid rgba(255,255,255,.5);
  box-shadow: 0 0 8px 0 rgba(255,255,255,.5);
}

@media only screen and (max-width :1299px) {
  #dct_client .owl-next {
    position: absolute;
    right: -7%;
  }
}


 /* =======================
    Gallery
=========================*/

.dct_img_glry .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image img {
  filter: grayscale(1);
  transition: filter .4s cubic-bezier(.455,.03,.515,.955);
  width: 100%;
}

.dct_img_glry .et_pb_gallery_items .et_pb_gallery_item:hover .et_pb_gallery_image img {
  filter: grayscale(0);
}

.dct_img_glry .et_pb_gallery_items.et_post_gallery .et_pb_gallery_item.et_pb_grid_item:hover .et_pb_gallery_title {
  top: 0;
}


 /* =======================
    Blog
=========================*/

.dct_blog_v1.list .et_pb_post .post-meta .published{display:inline-block;padding: 0 10px;}
.dct_blog_v1 .et_pb_post .post-meta a{color:var(--color-1)}

.dct_blog_v1 .et_pb_post .post-meta .published {
  display: block;
  width: auto;
  background: var(--color-1);
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  margin: 0 auto 10px;
}

.dct_blog_v1 .et_pb_post .post-content .more-link:after,
.dct_blog_v1 .et_pb_post .post-content .more-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 3px;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dct_blog_v1 .et_pb_post .post-content .more-link:after {
  left: 100%;
  width: 0;
  height: 0;
  border-width: 17px 0 14px 12px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-1);
}


.dct_blog_v1 .et_pb_post .et_pb_image_container {
  margin-bottom: 0;
  overflow: hidden;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.dct_blog_v1 .et_pb_post .entry-featured-image-url {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}

.dct_blog_v1 .et_pb_post .entry-featured-image-url:before {
  content: '\e059';
  font-family: ETmodules!important;
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px dashed #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%) scale(0);
  -o-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  z-index: 2;
  transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  opacity: 0;
}

.dct_blog_v1 .et_pb_post:hover .entry-featured-image-url:before {
  -moz-transform: translateY(-50%) translateX(-50%) scale(1);
  -o-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
}

.dct_blog_v1 .et_pb_post:hover .entry-featured-image-url:after {
  left: 0;
  right: 0;
}

.dct_blog_v1 .et_pb_post .entry-featured-image-url:after {
  position: absolute;
  content: '';
  left: 50%;
  right: 50%;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: .3;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  box-sizing: border-box;
}


.dct_blog_v1 .et_pb_post:hover .entry-featured-image-url img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

 /* =======================
    Sidebar
=========================*/

#sidebar .et_pb_widget ul.product_list_widget li .star-rating span:before{color:var(--color-1)}

#sidebar .widget-search .input-text {
  border-width: 1px;
  background-color: #fff;
  border-radius: 0;
  text-indent: 0;
}

#sidebar .widget-search .input-text {
  border-width: 1px;
  background-color: #fff;
  border-radius: 0;
  text-indent: 0;
}

#sidebar .widget_search input#s {
  border-width: 1px;
  background-color: #fff;
  border-radius: 0;
  text-indent: 0;
  vertical-align: middle;
  width: 100%;
  color: #242424;
  padding: 10px 20px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  outline: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
  -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
  box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}

#sidebar .widget_search input#searchsubmit {
  text-transform: uppercase;
  border-radius: 3px;
  background: var(--color-1);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

#sidebar .widget_search input#searchsubmit:hover {
  background-color: var(--color-2);
}
#recent-posts-2 ul {
  margin: 0;
  padding: 0;
}

#categories-2 ul li,#meta-2 ul li,#recent-posts-2 ul li {
  padding-bottom: 5px;
  margin: 0 0 15px 0;
  border-bottom: 1px dashed #e9e9e9;
  padding-top: 5px;
}

#recent-posts-2 ul li a {
  font-size: 15px;
  line-height: 21px;
  display: block;
  color: #232323;
}

#categories-2 ul li a {
  color: #232323;
}

#sidebar .widget_archive ul li::before,#sidebar .widget_categories ul li::before,#sidebar .widget_product_categories ul li::before,#sidebar ul.widget_taxonomy_terms li::before {
  content: '\24';
  font-family: ETmodules;
  right: 45px;
  position: absolute;
  font-size: 18px;
  color: var(--color-1);
  line-height: 1;
}

#main-content .et_pb_widget li.cat-item a::before {
  content: "";
  float: left;
  margin-top: 9px;
  margin-right: 12px;
  width: 6px;
  height: 6px;
  border: 1px dashed var(--color-1);
  background: var(--color-1);
  box-sizing: border-box;
}

#sidebar .widgettitle:before {
  content: '';
  width: 90%;
  height: 2px;
  background: var(--color-1);
  position: absolute;
  bottom: 0;
  left: 3px;
}

#sidebar .widgettitle:after {
  content: '';
  background: var(--color-1);
  height: 7px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  position: absolute;
  bottom: -3px;
  left: 3px;
}

#sidebar .et_pb_widget a {
  font-size: 15px;
  color: #232323;
}

#sidebar .et_pb_widget a:hover {
  color: var(--color-1)!important;
}

#sidebar .et_pb_widget.widget_shopping_cart a.remove {
  height: 15px;
  width: 15px;
  line-height: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 10px;
  left: 0;
}

/** TOOL TIP LABEL**/
/*New label*/
span.dct_label {
	font-size: 10px;
	margin-right: 4px;
	position: relative;
	top: -10px;
	color: #ffffff;
	background-color: var(--color-1);
	padding: 3px 4px;
	border-radius: 3px;}
/*Hot label*/
span.dct_label.hot_label{background-color:#FF0000;}
/*Featured label*/
span.dct_label.featured_label{background-color:#F9654D;}
/*Sale label*/
span.dct_label.sale_label{background-color:#01567b;}
/*Offer label*/
span.dct_label.offer_label{background-color:#007AFF;}



/*Mobile Menu*/
/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar::before {
 content: '\4d';
}
/*remove the border from the top of the mobile menu*/
.et_mobile_menu {
	border-top: none;
}
/*hide the submenu items on mobile*/
.et_mobile_menu li ul.hide {
	display: none !important;
}
/*adjust the parent menu items on mobile*/
.et_mobile_menu .menu-item-has-children {
	position: relative;
}
/*adjust the parent menu items on mobile*/
.et_mobile_menu .menu-item-has-children > a {
	background: transparent;
}
/*position and style the submenu icons*/
.et_mobile_menu .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
}
/*icon for closed submenu*/
span.menu-closed:before {
	content: "\33";
	display: block;
	color: var(--color-1);
	font-size: 18px;
	font-family: ETmodules;
}
/*icon for open submenu*/
span.menu-closed.menu-open:before {
	content: "\4d";
	color: var(--color-1);
}
/*adjust border under mobile menu items*/
.et_mobile_menu li:not(:last-child) a {
 border-bottom: 2px solid #f3f6fd;
}
/*remove border under last mobile menu item*/
.et_mobile_menu li:last-child a {
	border-bottom: none;
}


/* Template-Options */
/*------------------------------------------------------- Template-Options -------------------------------------------*/
.template-options .theme_option_bar:before {
	font-size: 22px;
	content: "\e037";
	cursor: pointer;
	color: #000;
	font-family: ETmodules !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
}
.template-options.opened .theme_option_bar:before {
	content: "\4d";
	font-size: 32px;
}
.template-options {
	position: fixed;
	top: 130px;
	right: -200px;
	width: 200px;
	background: #fff;
 -webkit-transition: right .4s;
 transition: right .4s;
	z-index: 9999999
}
.template-options.opened {
	right: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 9999999
}
.option-section {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1
}
.option-section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}
.option-section h4 {
	color: #333;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px
}
.option-section .checkbox {
	margin-bottom: 0
}
.options-inner {
	position: relative;
	padding: 20px
}
.cl-toggler {
	position: absolute;
	top: 0;
	left: -48px;
	display: inline-block;
	background: #fff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}
.cl-toggler i {
	font-size: 20px
}
.cl-toggler:hover {
	color: #000
}
.cl-bg-images, .cl-presets {
	list-style: none;
	padding: 0;
	margin: -5px
}
.cl-bg-images li, .cl-presets li {
	display: block;
	float: left;
	margin: 5px
}
.cl-bg-images li a, .cl-presets li a {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 2px;
	float: left
}
.cl-bg-images li a img {
	width: 100%
}
.cl-bg-images li.active a {
	border: 3px solid #22b8f0
}
.cl-presets li.active a {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .2) inset
}
.switcher-style-list {
	list-style: none;
	overflow: hidden;
}
.switcher-style-list li {
	float: left;
	margin: 2px;
}
.switcher-style-list li a {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background-size: cover;
}
#switcher-theme-custom-color.switcher-style-list li a {
	width: 80px;
	height: 40px;
	border: 2px solid #444;
	position: relative;
}
#switcher-theme-custom-color.switcher-style-list li a .color {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #eee;
}
#switcher-theme-custom-color.switcher-style-list li.active a:after {
	color: #ddd;
	content: "\e052";
	font-family: ETmodules !important;
	font-size: 16px;
	left: 40%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 15%;
}
.layout select {
	width: 100%;
	padding: 5px;
	border: none;
	margin: 0 0 0 -5px;
	color: #666;
	cursor: pointer;
}
@media (max-width: 980px) {
	 .template-options {
		 top: 22%;
		 width: 100px;
		 right: -100px;
	}
	.cl-bg-images li a,  .cl-presets li a {
		 width: 25px;
		 height: 25px;
	}
	 #switcher-theme-custom-color.switcher-style-list li a {
	 width: 65px;
	 height: 25px;
	}
	 #switcher-theme-custom-color.switcher-style-list li.active a::after {
	 top: 0px;
	}
}
 @media only screen and (max-width: 768px) {
	 .cl-toggler{
		 left: -40px;
		 width: 40px;
		 height: 40px;
		line-height: 43px;
		font-size: 20px;
	}	 
	#switcher-menu-primary-color,  #switcher-menu-secondary-color {
		display: none;
	}
}




