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

 Theme Name:   Watches Divi Theme
 Theme URI:    https://watchstore.diviwoocommercethemes.com
 Description:  It`s a premium quality divi theme designed for an online watches store, watch store, watch / watch repair shop, custom watch services or any other eCommerce watch business company site.
 Author:       Divi-Childthemes.com 
 Author URI:   http://divi-childthemes.com
 Template:     Divi
 Version:      1.0.0
 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 **/
input[type=radio],
input[type=checkbox] {
    accent-color: var(--color-2);
}
/* Reverse Col */
@media only screen and (max-width:980px){
.dct_reverse_row,
	.dct_reverse_row .et_pb_row{
	display:flex;
	flex-direction:column-reverse;
}
.dct_reverse_row .dct_reverse_col{
	order:1;
	margin-bottom:30px !important;
}
}
/** Title & Sub Title **/
.dct_sub_title {
  margin-bottom: 15px !important;
}

.dct_sub_title .et_pb_text_inner {
  position: relative;
  color: var(--color-1);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  padding-bottom: 15px;
}

.dct_sub_title .et_pb_text_inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    width: 85px;
    border: 1px solid var(--color-1);
}

.dct_sub_title .et_pb_text_inner:after {
    content: "\5d";
    position: absolute;
    font-family: 'ETmodules';
    bottom: -4px;
    left: 0;
    right: 0;
    font-size: 15px;
    color: var(--color-1);
    line-height: 1;
    margin: auto;
    height: 15px;
    width: 15px;
	border-radius: 50%;
    background-color: #fff;
}

.dct_sub_title.dct_sub_title_left .et_pb_text_inner:before {
	left: 0;
	right: auto;
	margin: 0;
}
.dct_sub_title.dct_sub_title_left .et_pb_text_inner:after {
	left: 35px;
	right: auto;
	margin: 0;
}

.dct_title .et_pb_text_inner h2 {
 font-size: 50px;
  line-height: 60px;
  color: var(--color-2);
  text-transform: uppercase;
}
@media only screen and (max-width :980px) {
	.dct_title .et_pb_text_inner h2 {font-size: 35px; line-height:45px;}
}

@media only screen and (max-width :480px) {
	.dct_title .et_pb_text_inner h2 {font-size: 25px; line-height:35px;}
}

/* DCT Cart Menu CSS Staqrt Here */

.dct_cart_menu .et_pb_menu__menu ul.et-menu li,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li,
.dct_cart_menu .et_pb_menu__menu ul.et-menu,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu {
    margin: 0px;
    padding: 0px 3px;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a {
    position: relative;
    height: 40px;
    width: 40px;
    overflow: hidden;
    border: 1px solid;
    font-size: 0px;
    padding: 0;
    opacity: 1;
    z-index: 1;
    transition: 600ms ease;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover {
    border-color: var(--color-1);
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a:after,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-1);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover:after,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover:after {
	transform: scale3d(1, 1, 1);
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li.dct_my_account a:before,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li.dct_my_account a:before {
/* 	content: "\f406";
	font-family: "FontAwesome"; */
	content: "\e08a";
	font-family: "ETmodules";
	position: absolute;
    width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff !important;
	z-index: 0;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a .wishlist_products_counter,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a .wishlist_products_counter {
	display: block;
    height: 100%;
    width: 100%;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a .wishlist_products_counter:before,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a .wishlist_products_counter:before {
    height: inherit;
    width: inherit;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a .woofc-menu-item-inner,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a .woofc-menu-item-inner {
	position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a .woofc-menu-item-inner i,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a .woofc-menu-item-inner i {
    height: inherit;
    width: inherit;
	font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a .wishlist_products_counter_number,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a .wishlist_products_counter_number,
.dct_cart_menu .et_pb_menu__menu ul.et-menu li a .woofc-menu-item-inner:after,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a .woofc-menu-item-inner:after {
	position: absolute;
	top: 0;
    right: 0;
    left: auto;
    width: 15px;
    height: 15px;
	font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: var(--color-1);
    transition: 600ms ease;
	color: #fff;
}

.dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover .wishlist_products_counter_number,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover .wishlist_products_counter_number,
.dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover .woofc-menu-item-inner:after,
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover .woofc-menu-item-inner:after {
    background-color: #fff;
	color: var(--color-2);
}
@media only screen and (max-width : 980px) {
.et-db #et-boc .et-l .dct_cart_menu .et_pb_menu__menu {
	display: block;
}
.et-db #et-boc .et-l .dct_cart_menu .et_mobile_nav_menu {
	display: none;
}

}

/* DCT Cart Menu CSS End Here */
/* DCT Product Category Menu CSS Start Here */
.dct_product_cat_menu .et_pb_menu__wrap ul.et-menu,
.et-db #et-boc .et-l .dct_product_cat_menu .et_pb_menu__wrap ul.et-menu {
	margin: 0;
}

.dct_product_cat_menu .et_pb_menu__wrap ul.et-menu>li,
.et-db #et-boc .et-l .dct_product_cat_menu .et_pb_menu__wrap ul.et-menu>li {
	background-color: var(--color-1);
}

.dct_product_cat_menu .et_pb_menu__wrap ul.et-menu>li a:after,
.et-db #et-boc .et-l .dct_product_cat_menu .et_pb_menu__wrap ul.et-menu>li a:after {
	display: none !important;
}

.dct_product_cat_menu .et_pb_menu__wrap ul.et-menu>li ul,
.et-db #et-boc .et-l .dct_product_cat_menu .et_pb_menu__wrap ul.et-menu>li ul {
	width: 100%;
}
/* Fibo Search */
.dgwt-wcas-overlay-mobile {background:transparent;}
.dgwt-wcas-overlay-mobile .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {border-radius:0px;}
.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return {background: var(--color-2);}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	height: 45px !important;
}
/* DCT Product Category Menu CSS Start Here */
/** Slider **/
/** Slider V1 **/
.dct_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    right: 0;
    margin-right: 0;
}

.dct_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    text-shadow: none;
    float: left;
    padding-left: 0;
    padding-right: 0;
}

.dct_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
    color: var(--color-1) !important;
    margin-bottom: 10px;
    display: inline-block;
}

.dct_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
	font-size: 55px;
	line-height: 1.2;
	text-transform: uppercase;
}

.dct_slider_v1 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
	display: inline-block;
	background: var(--color-1);
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.dct_slider_v1 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_slider_v1 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover:after {
	transform: scale3d(1, 1, 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;
  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: #666;
  text-indent: 999999px;
  border-radius: 0px;
  color: transparent;
  width: 15px;
  height: 15px;
}

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

.dct_slider_v1 .et-pb-slider-arrows a {
    background-color: var(--color-1);
    font-size: 30px;
    overflow: hidden;
    z-index: 1;
}

.dct_slider_v1 .et-pb-slider-arrows a:after {
	position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_slider_v1 .et-pb-slider-arrows a:hover:after {
	transform: scale3d(1, 1, 1);
}

@media only screen and (max-width :480px) {
  .dct_slider_v1 .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
		font-size: 35px;
		line-height:40px;
	
  }
  .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;
}


.dct_slider_v3 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
	display: inline-block;
	background: var(--color-1);
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-transform:capitalize;
}

.dct_slider_v3 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_slider_v3 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover:after {
	transform: scale3d(1, 1, 1);
}

@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_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 {
	overflow: hidden;
}

.dct_slider_v4 .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:after {
    content: "";
    position: absolute;
    display: block !important;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_slider_v4 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover:after {
    transform: scale3d(1, 1, 1) !important;
}

.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: 10px;
}

.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); */
	opacity: 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);
}

.et-db #et-boc .et-l .dct_hdr_v1 .et-menu li li.menu-item-has-children>a:after {
  top: 0px;
}

.et-db #et-boc .et-l .dct_hdr_v1 ul li {
  margin-top: 0 !important;
  padding: 0 5px !important;
  display: block;
}

.et-db #et-boc .et-l .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.et_pb_menu ul.et-menu li a:after,
.et-db #et-boc .et-l .dct_hdr_v1.et_pb_menu ul.et-menu li a:after {
	transform: none;
	right: auto;
	top: unset !important;
}

.dct_hdr_v1.et_pb_menu ul.et-menu li.mega-menu>ul:after,
.et-db #et-boc .et-l .dct_hdr_v1.et_pb_menu ul.et-menu li.mega-menu>ul:after {
	display: none;
}
.dct_hdr_v1.et_pb_menu ul.et-menu li.mega-menu>ul,
.et-db #et-boc .et-l .dct_hdr_v1.et_pb_menu ul.et-menu li.mega-menu>ul {
	min-width:800px;
}

.et-db #et-boc .et-l .dct_hdr_v1 ul li.menu-item-has-children ul.sub-menu li a {
  line-height: 35px;
  padding: 5px 7px !important;
}

.et-db #et-boc .et-l .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;
}

.et-db #et-boc .et-l .dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button {
  margin: 0;
}

.et-db #et-boc .et-l .dct_hdr_v1 .et_pb_menu__icon.et_pb_menu__search-button::after,
.et-db #et-boc .et-l .dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button::after {
	 border-radius: 0px;
  color: var(--color-2);
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  border: 1px solid var(--color-1);
}

.et-db #et-boc .et-l .dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button::after {
  background: var(--color-1);
}

.et-db #et-boc .et-l .dct_hdr_v1.et_pb_menu .et_pb_menu__search-input {
  border: 1px solid var(--color-1) !important;
  border-radius: 30px;
  padding: 10px;
}

.et-db #et-boc .et-l .dct_hdr_v1.et_pb_menu .et_mobile_menu {
  position: absolute;
  z-index: 1111;
}

.et-db #et-boc .et-l .dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button {
  display: inline-block;
  position: absolute;
  right: 65px;
  top: 15px;
}
/*
.et-db #et-boc .et-l .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) {

  .et-db #et-boc .et-l .dct_hdr_v1 a.et_pb_menu__icon.et_pb_menu__cart-button,
  .et-db #et-boc .et-l .dct_hdr_v1.et_pb_menu .et_pb_menu__icon.et_pb_menu__search-button {
    position: unset;
  }

  .et-db #et-boc .et-l .dct_hdr_v1 ul li.menu-item-has-children ul.sub-menu {
    box-shadow: unset;
  }
	
  .et-db #et-boc .et-l .dct_hdr_v1 .et_pb_menu__wrap .et_pb_menu__icon::after {
		 color: var(--color-1);
		border: 1px solid #e6e6e6;
		border-radius: 0px;
	}
}



/** Header v2-v5**/

.et-db #et-boc .et-l .dct_hdr_v1.bg .et_mobile_menu li a {
  color: #000 !important;
}

.et-db #et-boc .et-l .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;
  padding: 10px;
  background: #fff;
  transition: all 0.4s;
}

#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 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.dct_intro_v3 .et_pb_button_wrapper .et_pb_button {}


.dct_intro_v3 .et_pb_button {
	display: inline-block;
	background: var(--color-1);
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-transform:capitalize;
}

.dct_intro_v3 .et_pb_button:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_intro_v3 .et_pb_button:hover:after {
	transform: scale3d(1, 1, 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 {
  opacity: 1;
}


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

.dct_cdt_v1 .et_pb_countdown_timer_container {
	position: relative;
}

.dct_cdt_v1 .et_pb_countdown_timer_container:before {
	content: "";
	position: absolute;
}

.dct_cdt_v1 .et_pb_countdown_timer_container .section {}

.dct_cdt_v1 .et_pb_countdown_timer_container .section .value {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    min-width: unset;
    border:1px solid #fff;
    margin: auto auto 15px auto !important;
}

.dct_cdt_v1 .et_pb_countdown_timer_container .section p.label {}

@media only screen and (max-width : 680px) {
  .dct_cdt_v1 .et_pb_countdown_timer_container .section.values {
    margin: 0px 5px !important;
    width: auto;
  }
}
/* =======================
    Deal Of the Day V2
=========================*/
#dct_cdt_v2 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1;
}

#dct_cdt_v2 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
	position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--color-1);
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

#dct_cdt_v2 .et_pb_blurb .et_pb_blurb_content:hover .et_pb_main_blurb_image .et_pb_image_wrap:before {
	transform: scale3d(1, 1, 1);
}

#dct_cdt_v2 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  color: var(--color-2);
  transition: 600ms ease;
}

#dct_cdt_v2 .et_pb_blurb .et_pb_blurb_content:hover .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  color: #fff;
}

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

#dct_cdt_v2 .et_pb_countdown_timer .et_pb_countdown_timer_container .section .value {
	position: relative;
	margin:auto;
	background:#fff;
	width:100px;
	height:100px;
	line-height:110px;
	min-width: unset;
}

#dct_cdt_v2 .et_pb_countdown_timer .et_pb_countdown_timer_container .section .value: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 .value: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 {
	object-fit: cover;
}

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

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

@media only screen and (max-width: 980px) {
.dct_testi_v1 .et-pb-arrow-prev {
  left: 0;
}

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

}


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

.dct_testi_v2 .et_pb_testimonial_portrait {
	border: 1px solid var(--color-1);
	transition: 600ms ease;
}

.dct_testi_v2:hover .et_pb_testimonial_portrait {
	border-color: var(--color-2);
}

.dct_testi_v2 .et_pb_testimonial_portrait:before {
	box-shadow: none;
}

.dct_testi_v2 .et_pb_testimonial_description {
	z-index: 1;
}

.dct_testi_v2 .et_pb_testimonial_description:before {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: var(--color-2);
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_testi_v2:hover .et_pb_testimonial_description:before {
	transform: scale3d(1, 1, 1);
}

.dct_testi_v2 .et_pb_testimonial_description:after {
  content: "";
  border-bottom: 20px solid var(--color-1);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  transition: 600ms ease;
}

.dct_testi_v2:hover .et_pb_testimonial_description:after {
  border-bottom-color: var(--color-2);
}

@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;
  margin: 0;
  top: 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;
}

/* =======================
    Team
=========================*/
/* .dct_team .et_pb_team_member_image img {
  width: 100%;
}

.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);
}

 */

.dct_team_v1 {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.dct_team_v1:before {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: var(--color-1);
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_team_v1:hover:before {
	transform: scale3d(1, 1, 1);
}

.dct_team_v1 .et_pb_team_member_image {
	margin: 0;
    width: 100%;
    max-width: 100%;
}

.dct_team_v1 .et_pb_team_member_image img {
	width: 100%;
    max-width: 100%;
}

.dct_team_v1 .et_pb_team_member_description {
	padding: 25px 10px;
	position: relative;
}

.dct_team_v1 .et_pb_team_member_description .et_pb_module_header {
	color: #202020;
	padding-bottom: 15px;
    transition: 600ms ease;
}

.dct_team_v1:hover .et_pb_team_member_description .et_pb_module_header {
	color: #fff;
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_position {
	color: var(--color-1);
    transition: 600ms ease;
}

.dct_team_v1:hover .et_pb_team_member_description .et_pb_member_position {
	color: rgba(255,255,255,0.83);
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links {
    margin: 0px;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
	transform: scale3d(0, 1, 0);
    transition: 600ms ease;
}

.dct_team_v1:hover .et_pb_team_member_description .et_pb_member_social_links {
	transform: scale3d(1, 1, 1);
	transition-delay: 0.3s;
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li {
	margin: 0px 5px;
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a {
	height: 40px;
    width: 40px;
    position: relative;
    background-color: var(--color-2);
    overflow: hidden;
    z-index: 1;
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a:before {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff;
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: var(--color-1);
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_team_v1 .et_pb_team_member_description .et_pb_member_social_links li a:hover:after {
	transform: scale3d(1, 1, 1);
}

/* =======================
    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: 10px;
}

.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 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;
    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%;
  }
}

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

  .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;
  }
}




/* =======================
    Hero v3 - Home5
=========================*/
.dct_hero_v3 .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0px;
    display: block;
}

.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: 20px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0,0,0,0.5);
  margin: 30px;

}

.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_shipping_info .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  position: relative;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.dct_shipping_info .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: 1px solid;
  outline: 1px solid;
  outline-offset: -5px;
  background-color: var(--color-1);
  transition: all 0.4s;
  z-index: -1;
}

.dct_shipping_info .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
  transform: scale3d(0, 1, 0);
  transition: 600ms ease;
  z-index: -1;
}

.dct_shipping_info:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after {
  transform: scale3d(1, 1, 1);
}

@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_us .et_contact_bottom_container {
  float: left;
  padding-left: 5px;
}

.dct_contact_us .et_contact_bottom_container .et_pb_button {
	display: inline-block;
	background: var(--color-1);
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.dct_contact_us  .et_contact_bottom_container .et_pb_button:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_contact_us .et_contact_bottom_container .et_pb_button:hover:after {
	transform: scale3d(1, 1, 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 {}

#dct_client .own-item .et_pb_image_wrap:hover:before {}

#dct_client .own-item .et_pb_image_wrap img {
  padding: 5px;
}

#dct_client .own-item {
  margin: auto 15px;
  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 .et_pb_post {
	position: relative;
	padding: 0px;
	border: none;
	background-color: #f6f6f6;
}

.dct_blog_v1 .et_pb_post .et_pb_image_container {
	margin: 0;
}

.dct_blog_v1 .et_pb_post .entry-featured-image-url {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.dct_blog_v1 .et_pb_post .entry-featured-image-url:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 101%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: 1;
}

.dct_blog_v1 .et_pb_post:hover .entry-featured-image-url:before {
	transform: scale3d(1, 1, 1);
}

.dct_blog_v1 .et_pb_post .entry-featured-image-url img {
	transition: all 0.4s;
}

.dct_blog_v1 .et_pb_post:hover .entry-featured-image-url img {
	transform: scale(1.2);
}

.dct_blog_v1 .et_pb_post .dct_blog_v1_info {
	padding: 15px;
	display: flex;
	flex-direction: column-reverse;
}

.dct_blog_v1 .et_pb_post .entry-title {
	order: 1;
    color: var(--color-2);
    line-height: 1.2;
    font-size: 20px;
    transition: all 0.4s;
}

.dct_blog_v1 .et_pb_post .entry-title:hover {
    color: var(--color-1);
}

.dct_blog_v1 .et_pb_post .post-meta {
	order: 1;
}

.dct_blog_v1 .et_pb_post .post-meta .author {}

.dct_blog_v1 .et_pb_post .post-meta .published {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 50px;
    width: 50px;
    background-color: var(--color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    color: #fff;
	z-index: 9;
}

.dct_blog_v1 .et_pb_post .post-meta a[rel="tag"] {
	position: relative;
	display: inline-block;
    padding-right: 20px;
    transition: all 0.4s;
}

.dct_blog_v1 .et_pb_post .post-meta a[rel="tag"]:hover {
	color: var(--color-1);
}

.dct_blog_v1 .et_pb_post .post-meta a[rel="tag"]:before {
	content: "\5e";
	position: absolute;
	font-family: ETmodules;
	right: 0;
	color: var(--color-1);
}

.dct_blog_v1 .et_pb_post .post-content .post-content-inner {}

.dct_blog_v1 .et_pb_post .post-content .more-link {
	position: relative;
    color: #fff;
    background-color: var(--color-1);
    margin-top: 5px;
    padding: 5px 10px;
    display: inline-block;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 1;
}

.dct_blog_v1 .et_pb_post .post-content .more-link:before {}

.dct_blog_v1 .et_pb_post .post-content .more-link:hover:before {}

.dct_blog_v1 .pagination .alignleft a,
.dct_blog_v1 .pagination .alignright a {
	position: relative;
	display: inline-block;
	overflow: hidden;
    font-size: 15px;
    background-color: var(--color-1);
    color: #fff;
    padding: 12px 20px;
	z-index: 1;
    transition: all 0.4s;
}

.dct_blog_v1 .et_pb_post .post-content .more-link:before,
.dct_blog_v1 .pagination .alignleft a:before,
.dct_blog_v1 .pagination .alignright a:before {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_blog_v1 .et_pb_post .post-content .more-link:hover:before,
.dct_blog_v1 .pagination .alignleft a:hover:before,
.dct_blog_v1 .pagination .alignright a:hover:before {
	transform: scale3d(1, 1, 1);
}
/*---Blog Grid 2 Columns CSS Start ---*/
.dct_blog_grid_2_col {}
.dct_blog_grid_2_col .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.dct_blog_grid_2_col .et_pb_ajax_pagination_container .et_pb_post {
    margin-bottom: 0px !important;
}

.dct_blog_grid_2_col .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
    .dct_blog_grid_2_col .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*---Blog Grid 2 Columns CSS End ---*/
/*---Blog Grid 4 Columns CSS Start---*/
.dct_blog_grid_4_col .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.dct_blog_grid_4_col .et_pb_ajax_pagination_container .et_pb_post {
    margin-bottom: 0px !important;
}

.dct_blog_grid_4_col .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}

@media only screen and (max-width: 1150px) {
    .dct_blog_grid_4_col .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 750px) {
    .dct_blog_grid_4_col .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(1, 1fr);
    }
}
/*---Blog Grid 4 Columns CSS End ---*/
/*---Blog List View CSS Start ---*/

.dct_blog_list {}

@media only screen and (min-width: 800px) {
	
	.dct_blog_list .et_pb_post {
		display: flex;
	}

	.dct_blog_list .et_pb_post .entry-featured-image-url {
   		width: 40%;
    	height: auto;
	}
	
	.dct_blog_list .et_pb_post .entry-featured-image-url img {
		height: 100%;
		object-fit: cover;
	}
	
	.dct_blog_list .et_pb_post .dct_blog_v1_info {
    	width: 60%;
    	justify-content: start;
	}
	
}

/*---Blog List View CSS End ---*/
/*---Blog Single CSS Start ---*/

.dct_blog_single .et_pb_column_single {
	padding: 0px !important;
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container {
    margin-top: 15px;
    color: #202020;
    text-transform: capitalize;
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container,
.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container a {
    color: #202020;
    transition: all 0.4s;
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container a:hover {
    color: var(--color-1);
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .author,
.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .published,
.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container a[rel="category tag"],
.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .comments-number {
    position: relative;
    padding: 0px 10px 0px 20px;
    margin-bottom: 5px;
    display: inline-block;
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .author::before,
.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .published::before,
.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container a[rel="category tag"]::before,
.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .comments-number::before {
    content: "";
    position: absolute;
    font-family: ETmodules;
    color: var(--color-1);
    left: 0;
    font-size: 16px;
    font-weight: 100;
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .author::before {
    content: "\e08a";
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .published::before {
    content: "\e023";
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container a[rel="category tag"]::before {
    content: "\e07c";
}

.dct_blog_single .dct_blog_single_post_title .et_pb_title_container .et_pb_title_meta_container .comments-number::before {
    content: "\e066";
}

.dct_blog_single .dct_blog_single_navigation .nav-previous a,
.dct_blog_single .dct_blog_single_navigation .nav-next a {
	position: relative;
	background-color: #f6f6f6;
    color: #3d3d3d;
	overflow: hidden;
    transition: 600ms ease;
	padding: 10px 15px;
	z-index: 1;
}

.dct_blog_single .dct_blog_single_tag_info .et_pb_blurb_container .et_pb_blurb_description a {
	position: relative;
	background-color: #f6f6f6;
    color: #3d3d3d;
	overflow: hidden;
    transition: 600ms ease;
	padding: 5px 15px;
	display: inline-block;
	z-index: 1;
}

.dct_blog_single .dct_blog_single_social li.et_pb_social_icon a.icon {
	position: relative;
	background-color: #f6f6f6 !important;
	border-radius: 0px;
	overflow: hidden;
	z-index: 1;
}


.dct_blog_single .dct_blog_single_social li.et_pb_social_icon a.icon:before {
	color: #3d3d3d;
    transition: 600ms ease;
}

.dct_blog_single .dct_blog_single_navigation .nav-previous a:hover,
.dct_blog_single .dct_blog_single_navigation .nav-next a:hover,
.dct_blog_single .dct_blog_single_tag_info .et_pb_blurb_container .et_pb_blurb_description a:hover,
.dct_blog_single .dct_blog_single_social li.et_pb_social_icon a.icon:hover:before {
	color: #fff;
}

.dct_blog_single .dct_blog_single_navigation .nav-previous a:before,
.dct_blog_single .dct_blog_single_navigation .nav-next a:before,
.dct_blog_single .dct_blog_single_tag_info .et_pb_blurb_container .et_pb_blurb_description a:before,
.dct_blog_single .dct_blog_single_social li.et_pb_social_icon a.icon:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-1);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_blog_single .dct_blog_single_navigation .nav-previous a:hover:before,
.dct_blog_single .dct_blog_single_navigation .nav-next a:hover:before,
.dct_blog_single .dct_blog_single_tag_info .et_pb_blurb_container .et_pb_blurb_description a:hover:before,
.dct_blog_single .dct_blog_single_social li.et_pb_social_icon a.icon:hover:after {
	transform: scale3d(1, 1, 1);
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_postinfo .fn {
	display: block
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_postinfo .fn a {
	text-transform: capitalize;
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_postinfo .comment-edit-link {
	color: var(--px-color-2);
	text-decoration: underline;
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_area .comment-reply-link,
body #page-container .et_pb_section.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_area .comment-reply-link {
	overflow: hidden;
	padding: 8px 30px 8px 10px !important;
	z-index: 1;
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_area .comment-reply-link:after,
body #page-container .et_pb_section.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_area .comment-reply-link:after {
	opacity: 1;
    margin: 0;
    right: 10px;
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .comment-respond .comment-form .form-submit .et_pb_button {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_area .comment-reply-link:before,
.dct_blog_single .dct_blog_single_comments #comment-wrap .comment-respond .comment-form .form-submit .et_pb_button:before {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
	display: block !important;
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .commentlist .comment .comment-body .comment_area .comment-reply-link:hover:before,
.dct_blog_single .dct_blog_single_comments #comment-wrap .comment-respond .comment-form .form-submit .et_pb_button:hover:before {
	transform: scale3d(1, 1, 1);
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .comment-respond .comment-form .form-submit .et_pb_button:after {
	display: none !important;
}

.dct_blog_single .dct_blog_single_comments #comment-wrap .comment-respond .comment-form .logged-in-as a {
	color: var(--color-2);
    text-decoration: underline;
}

/*---Blog Single CSS End ---*/
/* =======================
    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*/
.et-db #et-boc .et-l .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
/*change Divi hamburger menu to X*/
.et-db #et-boc .et-l .mobile_nav.opened .mobile_menu_bar::before {
  content: '\4d';
}

/*remove the border from the top of the mobile menu*/
.et-db #et-boc .et-l .et_mobile_menu {
  border-top: none;
}

/*hide the submenu items on mobile*/
.et-db #et-boc .et-l .et_mobile_menu li ul.hide {
  display: none !important;
}

/*adjust the parent menu items on mobile*/
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children {
  position: relative;
}

/*adjust the parent menu items on mobile*/
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
  background: transparent;
}

/*position and style the submenu icons*/
.et-db #et-boc .et-l .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*/
.et-db #et-boc .et-l span.menu-closed:before {
  content: "\33";
  display: block;
  color: var(--color-1);
  font-size: 18px;
  font-family: ETmodules;
}

/*icon for open submenu*/
.et-db #et-boc .et-l span.menu-closed.menu-open:before {
  content: "\4d";
  color: var(--color-1);
}

/*adjust border under mobile menu items*/
.et-db #et-boc .et-l .et_mobile_menu li:not(:last-child) a {
  border-bottom: 2px solid #f3f6fd;
}

/*remove border under last mobile menu item*/
.et-db #et-boc .et-l .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;
  }
}


/* Globle Button CSS */

.dct_btn,
.dct_btn.et_pb_button {
	position: relative;
    background-color: var(--color-1) !important;
	color: #fff;
	font-size: 15px;
	border: none !important;
	border-radius: 0px;
	padding: 10px 20px !important;
    overflow: hidden;
    z-index: 1;
}

.dct_btn:after,
.dct_btn.et_pb_button:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_btn:hover:after,
.dct_btn.et_pb_button:hover:after {
	transform: scale3d(1, 1, 1);
}

/* Dial Carousel CSS */
.dct_dial_carousel ul.slick-dots {
	padding: 0;
}

.dct_dial_carousel ul.slick-dots li button:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: var(--color-1);
    opacity: 0.5;
}

.dct_dial_carousel ul.slick-dots li.slick-active button:before {
    opacity: 1;
}

/* Client Carousel CSS */
.dct_client_carousel .slick-arrow {
	height: 40px;
    width: 40px;
    background-color: var(--color-1);
	z-index: 1;
}

.dct_client_carousel .slick-arrow:before {
    opacity: 1;
    display: block;
}

.dct_client_carousel .slick-arrow:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_client_carousel .slick-arrow:hover:after {
	transform: scale3d(1, 1, 1);
}

.dct_client_carousel .dct_client_img,
.dct_client_carousel .slick-list .slick-track .slick-slide.dct_client_img {
	margin: 5px 10px;
}

.dct_client_carousel .dct_client_img .et_pb_image_wrap {
	position: relative;
    outline: 2px solid var(--color-1);
}

.dct_client_carousel .dct_client_img .et_pb_image_wrap:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    outline: 2px solid var(--color-2);
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
}

.dct_client_carousel .dct_client_img .et_pb_image_wrap:hover:before {
	transform: scale3d(1, 1, 1);
}

/* ---------------------------------
	00. CTA Section Start Here
--------------------------------- */
/* CTA v1 Start */
.dct_cta_v1 {
  position: relative;
  z-index: 1;
}

.dct_cta_v1:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: rgb(255 255 255 / 90%);
  transform: scale3d(0, 1, 0);
  transition: 600ms ease;
  z-index: -1;
}

.dct_cta_v1:hover:before {
  transform: scale3d(1, 1, 1);
}

.dct_cta_v1 .et_pb_promo_description,
.dct_cta_v1 .et_pb_button_wrapper {
  transform: scale3d(0, 1, 0);
  transition: 600ms ease;
}

.dct_cta_v1:hover .et_pb_promo_description,
.dct_cta_v1:hover .et_pb_button_wrapper {
  transform: scale3d(1, 1, 1);
}

.dct_cta_v1 .et_pb_button_wrapper .et_pb_button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--color-1);
}

.dct_cta_v1 .et_pb_button_wrapper .et_pb_button:after,
body #page-container .et_pb_section .dct_cta_v1 .et_pb_button_wrapper .et_pb_button:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_cta_v1 .et_pb_button_wrapper .et_pb_button:hover:after,
body #page-container .et_pb_section .dct_cta_v1 .et_pb_button_wrapper .et_pb_button:hover:after {
	transform: scale3d(1, 1, 1);
}

/* CTA v1 End */
/* ---------------------------------
	00. CTA Section End Here 157aa9
--------------------------------- */
/* -----------------------------------
	00. Product Tab CSS Start Here
-------------------------------------*/
/*---product Toggle CSS Start ---*/
[class*="dct_product_tab_content_"].dct_active {
  opacity: 1;
  /*     -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); */
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  visibility: visible;
  display: block !important;
}

[class*="dct_product_tab_content_"].dct_active {
  opacity: 1;
  /*     -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); */
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  visibility: visible;
  display: block !important;
}

[class*="dct_product_tab_content_"] {
  opacity: 0;
  /*     -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7); */
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  visibility: hidden;
  display: none !important;
}


[class*="dct_product_tab_content_"].fadeInUp {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
}

.dct_product_tab_btn,
.et_pb_button.dct_product_tab_btn.et_pb_button {
	background-color: transparent;
	color:var(--color-2) ;
	border-width: 0px;
	 text-align: center;
	opacity:0.8;
}
.dct_product_tab_btn:hover,
.dct_product_tab_btn.et_pb_button:hover ,
.dct_product_tab_btn.dct_active{
	padding: .3em 1em !important;
	color: var(--color-1) !important;
	opacity:1;
}

.dct_product_tab_btn:after,
.et_pb_button.dct_product_tab_btn.et_pb_button:after {
	content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-1);
 margin-left: 0px;
   transition: width 0.4s cubic-bezier(.19,1,.22,1);
}

.dct_active.dct_product_tab_btn{
	color:var(--color-1) !important;
	opacity:1;
}
.dct_product_tab_btn:hover::after,
.dct_active.dct_product_tab_btn:after {
	 opacity: 1;
  width: 100% !important;
}

/*---product Toggle CSS End ---*/
/* -----------------------------------
	00. Product Tab CSS End Here
-------------------------------------*/
/* -----------------------------------
	00. Footer CSS Start Here
-------------------------------------*/
/* Footer V1 CSS Start */
.dct_footer_v1 .dct_footer_title .et_pb_text_inner h4 {
	color: var(--color-1);
}

.dct_footer_v1 .dct_footer_links,
.dct_footer_v1 .dct_footer_links:before {
	color: #a0a0a0;
}

.dct_footer_v1 .dct_footer_links:hover {
	color: var(--color-1);
}

.dct_footer_v1 .dct_footer_links:hover:before {
	color: #fff;
}

.dct_footer_v1 .dct_footer_social li.et_pb_social_icon a.icon {
	position: relative;
	overflow: hidden;
	background-color: #fff !important;
	z-index: 1;
}

.dct_footer_v1 .dct_footer_social li.et_pb_social_icon a.icon:before {
	color: var(--color-2) !important;
    transition: 600ms ease;
}

.dct_footer_v1 .dct_footer_social li.et_pb_social_icon a.icon:hover:before {
	color: #fff !important;
}

.dct_footer_v1 .dct_footer_social li.et_pb_social_icon a.icon:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-1);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_footer_v1 .dct_footer_social li.et_pb_social_icon a.icon:hover:after {
	transform: scale3d(1, 1, 1);
}

.dct_footer_v1 .dct_footer_product .woocommerce ul.products li.product {
	width: 100% !important;
}

.dct_footer_v1 .dct_footer_product .woocommerce ul.products li.product .button,
.dct_footer_v1 .dct_footer_product .woocommerce ul.products li.product .tinv-wraper {
	display: none;
}

.dct_footer_v1 .dct_footer_blurb .et_pb_module_header {padding-top:10px;}

.dct_footer_v1 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.dct_footer_v1 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    outline-offset: -5px;
    transition: all 0.4s;
    z-index: 0;
}

.dct_footer_v1 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-1);
  border: 1px solid var(--color-1);
  transform: scale3d(0, 1, 0);
  transition: 600ms ease;
  z-index: 0;
}

.dct_footer_v1 .dct_footer_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after {
  transform: scale3d(1, 1, 1);
}

.dct_footer_v1 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	z-index: 1;
}

.dct_footer_v1 .dct_footer_newsletter .et_pb_newsletter_form form .et_pb_newsletter_fields .et_pb_newsletter_field,
.et-db #et-boc .et-l .dct_footer_v1 .dct_footer_newsletter .et_pb_newsletter_form form .et_pb_newsletter_fields .et_pb_newsletter_field {
	padding-bottom: 0px;
}

.dct_footer_v1 .dct_footer_newsletter .et_pb_newsletter_form form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button,
.et-db #et-boc .et-l .dct_footer_v1 .dct_footer_newsletter .et_pb_newsletter_form form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
	overflow: hidden;
	width: Fit-content;
	color: #fff;
	margin: auto;
	background-color: var(--color-1);
	z-index: 1;
    transition: 600ms ease;
}

.dct_footer_v1 .dct_footer_newsletter .et_pb_newsletter_form form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button:before,
.et-db #et-boc .et-l .dct_footer_v1 .dct_footer_newsletter .et_pb_newsletter_form form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button:before {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
	display: block !important;
    background-color: var(--color-2);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_footer_v1 .dct_footer_newsletter .et_pb_newsletter_form form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button:hover:before,
.et-db #et-boc .et-l .dct_footer_v1 .dct_footer_newsletter .et_pb_newsletter_form form .et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button:hover:before {
	transform: scale3d(1, 1, 1);
}
/* Footer V1 CSS End */
/* Footer V2 CSS Start */

.dct_footer_v2 .dct_footer_title .et_pb_text_inner h4 {
	color: var(--color-1);
}

.dct_footer_v2 .dct_footer_blurb {}

.dct_footer_v2 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.dct_footer_v2 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px solid var(--color-1);
    outline: 1px solid var(--color-1);
    outline-offset: -5px;
    transition: all 0.4s;
    z-index: 0;
}

.dct_footer_v2 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
  transform: scale3d(0, 1, 0);
  transition: 600ms ease;
  z-index: 0;
}

.dct_footer_v2 .dct_footer_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:after {
  transform: scale3d(1, 1, 1);
}

.dct_footer_v2 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-1);
	z-index: 1;
	transition: 600ms ease;
}

.dct_footer_v2 .dct_footer_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #fff;
}

.dct_footer_v2 .dct_footer_blurb .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
}

.dct_footer_v2 .dct_footer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 5px;
}

/* Footer V2 CSS End */
/* Footer V3 CSS Start */
.dct_footer_v3 .dct_footer_product .woocommerce ul.products,
.dct_footer_v3 .dct_footer_product .woocommerce ul.products li.product:last-child {
	margin-bottom: 0px !important;
}

.dct_footer_v3 .dct_footer_product .woocommerce ul.products li.product .et_shop_image {
	height: 75px;
    width: 75px;
}

.dct_footer_v3 .dct_footer_product .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 13px !important;
}

.dct_footer_v3 .dct_footer_product .woocommerce ul.products li.product .button,
.dct_footer_v3 .dct_footer_product .woocommerce ul.products li.product .yith-wcqv-button,
.dct_footer_v3 .dct_footer_product .woocommerce ul.products li.product .tinv-wraper {
	display: none;	
}

/* Footer V3 CSS End */
/* Footer V4 CSS Start */
.dct_footer_v4 .dct_footer_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	height: 50px;
    width: 50px;
}

.dct_footer_v4 .dct_footer_blurb .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
}

.dct_footer_v4 .dct_footer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 5px;
}

.dct_footer_v4 .dct_footer_product .woocommerce ul.products,
.dct_footer_v4 .dct_footer_product .woocommerce ul.products li.product:last-child {
	margin-bottom: 0px !important;
}

.dct_footer_v4 .dct_footer_product .woocommerce ul.products li.product .et_shop_image {
	height: 75px;
    width: 75px;
}

.dct_footer_v4 .dct_footer_product .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 13px !important;
}

.dct_footer_v4 .dct_footer_product .woocommerce ul.products li.product .button,
.dct_footer_v4 .dct_footer_product .woocommerce ul.products li.product .yith-wcqv-button,
.dct_footer_v4 .dct_footer_product .woocommerce ul.products li.product .tinv-wraper {
	display: none;	
}

/* Footer V4 CSS End */
/* -----------------------------------
	00. Footer CSS End Here
-------------------------------------*/
/* -----------------------------------
	00. Blog Sidebar CSS Start Here
-------------------------------------*/
.dct_blog_sidebar .et_pb_widget,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget {
	background-color: #f6f6f6;
    padding: 15px;
}

.dct_blog_sidebar .et_pb_widget .title,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget .title {
	position: relative;
    color: var(--color-1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
	padding-bottom: 20px;
    margin-bottom: 20px;
}

.dct_blog_sidebar .et_pb_widget .title:before,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget .title:before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 85px;
    border: 1px solid var(--color-1);
}

.dct_blog_sidebar .et_pb_widget .title:after,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget .title:after {
    content: "\5d";
    position: absolute;
    font-family: 'ETmodules';
    bottom: -4px;
    left: 35px;
    font-size: 15px;
    color: var(--color-1);
    line-height: 1;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
}

.dct_blog_sidebar .et_pb_widget.widget_search .searchform #s,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_search .searchform #s {
    border: none;
    border-radius: 0px;
}

.dct_blog_sidebar .et_pb_widget.widget_search .searchform #searchsubmit,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_search .searchform #searchsubmit {
    background-color: var(--color-1);
    border: none;
	color: #fff;
    border-radius: 0px;
	transition: all 0.4s;
}

.dct_blog_sidebar .et_pb_widget.widget_search .searchform #searchsubmit:hover,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_search .searchform #searchsubmit:hover {
    background-color: var(--color-2);
}

.dct_blog_sidebar .et_pb_widget.widget_categories ul li.cat-item,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_categories ul li.cat-item {
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.dct_blog_sidebar .et_pb_widget.widget_categories ul li.cat-item:last-child,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_categories ul li.cat-item:last-child {
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.dct_blog_sidebar .et_pb_widget.widget_categories ul li.cat-item a,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_categories ul li.cat-item a {
	color: #202020;
	transition: all 0.4s;
}

.dct_blog_sidebar .et_pb_widget.widget_categories ul li.cat-item a:hover,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_categories ul li.cat-item a:hover {
    color: var(--color-1);
}

.dct_blog_sidebar .et_pb_widget.widget_recent_entries ul li,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.dct_blog_sidebar .et_pb_widget.widget_recent_entries ul li:last-child,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.dct_blog_sidebar .et_pb_widget.widget_recent_entries ul li a,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_recent_entries ul li a {
    display: block;
    color: #202020;
    line-height: 1.4;
    transition: all 0.4s;
}


.dct_blog_sidebar .et_pb_widget.widget_recent_entries ul li a:hover,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_recent_entries ul li a:hover {
    color: var(--color-1);
}

.dct_blog_sidebar .et_pb_widget.widget_tag_cloud .tagcloud .tag-cloud-link,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_tag_cloud .tagcloud .tag-cloud-link {
	position: relative;
	background-color: #fff;
    color: #3d3d3d;
	overflow: hidden;
	margin-bottom: 0px;
    border-radius: 0px;
    padding: 5px 15px;
    font-size: 15px !important;
    transition: 600ms ease;
	z-index: 1;
}

.dct_blog_sidebar .et_pb_widget.widget_tag_cloud .tagcloud .tag-cloud-link:hover,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_tag_cloud .tagcloud .tag-cloud-link:hover {
	color: #fff;
}

.dct_blog_sidebar .et_pb_widget.widget_tag_cloud .tagcloud .tag-cloud-link:before,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_tag_cloud .tagcloud .tag-cloud-link:before {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-1);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_blog_sidebar .et_pb_widget.widget_tag_cloud .tagcloud .tag-cloud-link:hover:before,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_tag_cloud .tagcloud .tag-cloud-link:hover:before {
	transform: scale3d(1, 1, 1);
}

.dct_blog_sidebar .et_pb_widget.widget_media_gallery .gallery .gallery-item,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_media_gallery .gallery .gallery-item {
	margin: 0px;
}

.dct_blog_sidebar .et_pb_widget.widget_media_gallery .gallery .gallery-item .gallery-icon img,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_media_gallery .gallery .gallery-item .gallery-icon img {
    height: 70px;
    object-fit: cover;
    border: none;
    transition: all 0.4s;
}

.dct_blog_sidebar .et_pb_widget.widget_media_gallery .gallery .gallery-item .gallery-icon img:hover,
.et-db #et-boc .et-l .dct_blog_sidebar .et_pb_widget.widget_media_gallery .gallery .gallery-item .gallery-icon img:hover {
	filter: opacity(0.5);
}

/* -----------------------------------
	00. Blog Sidebar CSS End Here
-------------------------------------*/
/* -----------------------------------
	00. Inner Page First Section CSS Start Here
-------------------------------------*/
.dct_page_title .dct_page_title_btn_col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dct_page_title .dct_page_title_btn_col .dct_page_title_btn {
	color: #fff;
	text-transform: uppercase;
	transition: all 0.4s;
}

.dct_page_title .dct_page_title_btn_col .dct_page_title_btn:hover {
	color: var(--color-1);
}

.dct_page_title .dct_page_title_btn_col .dct_page_title_btn:before {
	color: #fff;
}


/* -----------------------------------
	00. Inner Page First Section CSS End Here
-------------------------------------*/
/* -----------------------------------
	00. Video CSS Start Here
-------------------------------------*/
.dct_video_v1 .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play {
    overflow: hidden;
    height: 60px;
    width: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: var(--color-1);
    transition: all 0.4s;
    z-index: 1;
}

.dct_video_v1 .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play:before {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.dct_video_v1 .et_pb_video_overlay .et_pb_video_overlay_hover .et_pb_video_play:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: var(--color-2);
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_video_v1 .et_pb_video_overlay .et_pb_video_overlay_hover:hover .et_pb_video_play:after {
	transform: scale3d(1, 1, 1);
}

/* -----------------------------------
	00. Video CSS End Here
-------------------------------------*/
/* -----------------------------------
	00. Header CSS Start Here
-------------------------------------*/
/* Heaser V1 CSS Start */
.dct_header_v1 .dct_header_btn_link,
.dct_header_v1 .dct_header_btn_link:after {
	color: #fff;
	transition: all 0.4s;
}

.dct_header_v1 .dct_header_btn_link:hover,
.dct_header_v1 .dct_header_btn_link:hover:after {
	color: var(--color-1);
}

/* Heaser V1 CSS End */
/* Coman Heaser CSS Start */
.dct_header .dct_header_btn_link,
.dct_header .dct_header_btn_link:after {
	color: var(--color-2);
}

.dct_header .dct_header_btn_link:hover,
.dct_header .dct_header_btn_link:hover:after {
	color: var(--color-1);
}

.dct_header .dct_header_search .dgwt-wcas-search-wrapp {
	max-width: unset;
}

.dct_header .dct_cart_menu .et_pb_menu__menu ul.et-menu li a,
.et-db #et-boc .et-l .dct_header .dct_cart_menu .et_pb_menu__menu ul.et-menu li a,
.dct_header .dct_cart_menu .et_pb_menu__menu ul.et-menu li.dct_my_account a:before,
.et-db #et-boc .et-l .dct_header .dct_cart_menu .et_pb_menu__menu ul.et-menu li.dct_my_account a:before {
	color: var(--color-2) !important;
	transition: 600ms ease;
}

.dct_header .dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover,
.et-db #et-boc .et-l .dct_header .dct_cart_menu .et_pb_menu__menu ul.et-menu li a:hover,
.dct_header .dct_cart_menu .et_pb_menu__menu ul.et-menu li.dct_my_account a:hover:before,
.et-db #et-boc .et-l .dct_header .dct_cart_menu .et_pb_menu__menu ul.et-menu li.dct_my_account a:hover:before {
	color: #fff !important;
}

.dct_header .dct_header_social li.et_pb_social_icon {
	margin: 2px 0px;
}

.dct_header .dct_header_social li.et_pb_social_icon a.icon {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--color-2);
    transition: 600ms ease;
	z-index: 1;
}

.dct_header .dct_header_social li.et_pb_social_icon a.icon:hover {
	border: 1px solid var(--color-1);
}

.dct_header .dct_header_social li.et_pb_social_icon a.icon:before {
	color: var(--color-2);
    transition: 600ms ease;
}

.dct_header .dct_header_social li.et_pb_social_icon a.icon:hover:before {
	color: #fff;
}

.dct_header .dct_header_social li.et_pb_social_icon a.icon:after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 0px;
    width: 100%;
    background-color: var(--color-1);
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transition: 600ms ease;
    z-index: -1;
}

.dct_header .dct_header_social li.et_pb_social_icon a.icon:hover:after {
	transform: scale3d(1, 1, 1);
}

/* Coman Heaser CSS End */
/* -----------------------------------
	00. Header CSS End Here
-------------------------------------*/