body {
	color: #666666;
    font-family:"Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.8px;
	
}
select:focus{ outline: none !important; }
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
li {
	list-style: none;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width: 12px;
    font-size: 9px;
    height: 11px;
}
.fa-stack .fa{font-size:13px;}
i.fa.fa-star-o.fa-stack-2x:before {
    content: "\f005";
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333333;
}

a:hover, a:focus {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight:500;
}
#top {
	padding: 11px 0 12px;
	 background: #ffd40c;
}
.top-links-toggle {
	display: none;
}
.top-links .links-item:first-child::before {
    display: none;
}
.top-links .links-item {
	padding-left: 30px;
	position: relative;
	color: #7a7a7a;
}

.trac_order i{
    color: #fff;
    font-size: 25px;
    margin-top: 8px;
    margin-left: 10px;
}
.top-links .links-item:hover{ color: #f6d000; }
.top-links .links-item::before {
	content: "\\";
	position: absolute;
	left: 12px;
	top: -2px;
	color: #7a7a7a;
}

.failed_link {
    width: 100%;
    min-height: 70vh;
    padding: 70px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8fa;
}

.failed_link__container {
    width: 100%;
    max-width: 650px;
    padding: 50px 35px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
}
.failed_link__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f0;
    color: #dc3545;
    font-size: 38px;
}
.failed_link__container h1 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
    color: #222;
}
.failed_link__message {
    max-width: 500px;
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}
.failed_link__order {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 12px 20px;
    border-radius: 7px;
    background: #f5f5f5;
    font-size: 15px;
}
.failed_link__order span {
    color: #777;
}
.failed_link__info {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
}
.failed_link__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.mt-4{margin-top:20px;}
.breadcum{
    background-color: #e5e5e5;
    margin-top: -30px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
.blog_page .blog_top_content {
  float: left;
  width: 100%;
}
.blog_page .blog_top_content .blog-image {
  float: left;
  position: relative;
}
.quickview-container #content .col-sm-6.product-right{
	margin: 0px 0;
	width: 50%;
}
.mfp-iframe-scaler iframe{ background: #fff !important; }
#content .col-sm-6.product-right {
	margin-left: 0;
	width: 45%;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	color: #000 ;
}
.pagination > li > a, .pagination > li > span {
	border-color: #e8e9eb !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-khtml-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	color: #7a7a7a;
	padding: 7px 12px ;
	height: 35px;
	width: 35px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background: #ffd40c none repeat scroll 0 0 !important;
	border: 1px solid #ffd40c !important;
	color: #111 !important;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.banners-slider-carousel .customNavigation {
    display: none;
}
/* counter*/
.countdown {
	padding: 0;
	float: left;
	margin:auto;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	left: 0;
    right: 0;
    width: 195px;
    position: absolute;
	 top: 25px;
	 opacity: 1;
	 -webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.special .product-block.product-thumb.transition:hover .countdown {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.countbox .timebox {
	margin: 0 4px 0 0;
	display: inline-block;
	position: relative;
}

.countbox .timebox:last-child::after {
	display: none;
}
.countbox.hastime {
	background-color: #f5f5f5;
	width: auto;
	border-radius: 25px;
	padding: 2px 6px;
}
.countbox .second .timebox-inner::after {
	display:  none;
}
.countbox .timebox .time {
	padding: 0;
	color: #111;
	display: block;
	text-align: center;
	margin: -25px 0 0 0;
	font-size: 10px;
}
.count-down .countbox strong {
	display: block;
    font-size: 12px;
    padding: 0 0;
    font-weight: 600;
    text-align: center;
	height: 40px;
    width: 35px;
    line-height: 25px;
	color: #111;
	margin: 0 4px 0 0;
}
.countbox .timebox:last-child {
	margin: 0;
}
.product-content .count-down .countbox strong {
	font-size: 16px;
}
.box.special .product-block:hover .product-details .quickbox,
.box.special .product-block:hover .product_hover_block .action button.compare_button {
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
	transform: translateX(0);
}

/* end of counter*/
.special-tag {
	background: #fed700;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 10px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -khtml-border-radius: 0 50px 50px 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.special .product-block.product-thumb.transition:hover span.special-tag {
	transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
	
}
.stock_status {   
	 position: absolute;
	height: 80px;
	width: 80px;
	line-height: 70px;
	z-index: 1;
	background: #7d54f2;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .9;
	border-radius: 50%;
	padding: 5px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.outstock .img-responsive.hover-image {
	display: none !important;
}
.outstock .img-responsive{filter: opacity(30%);}
.footer-blocks .col-sm-3.footerleft {
	width: 28%;
}
.footer-blocks .col-sm-3 {
	width: 18%;
}
.footer-blocks .links {
	width: 23%;
	float: left;
}
.static-links h3.title_block {
	color: #000;
	cursor: pointer;
	font: 600 18px/22px 'Open Sans',Helvetica,sans-serif;
	margin: 0 0 20px;
}
#wdfooterstaticlink {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
.static-links .wdfooterstaticlink {
	float: left;
	width: auto;
	margin: 0 5px 5px 0;
}
.static-links .wdfooterstaticlink span {
	font: 500 13px/24px 'Open Sans',Helvetica,sans-serif;
	float: left;
	width: auto;
	background: #f7f7f7;
	padding: 7px 16px;
	border-radius: 5px;
}
.footer-area ul li {
	display: inline-block;
}
#block_1 .list-unstyled li:first-child {
    margin: 0 10px 0 0;
}
.listing {
	min-height: 798px;
	display: block;
	text-align: center;
	font-size: 20px;
	padding-top: 50%;
	font-weight: 500;
	text-transform: capitalize;
}
.listing::before {
	content: "\f071";
	position: absolute;
	font-family: fontawesome;
	margin-top: -50px;
	font-size: 35px;
	left: 45%;
}
/* mouse grab icon */
/* .grabbing {
	cursor: url(../stylesheet/grabbing.png) 8 8, move;
} */
/* OpenCart Code */

#paysocialcmsblock {
	float: right;
	width: 30%;
}
.social-block {
	float: right;
    width: 100%;
}

.payment-block{
	float: left;
    width: 100%;
    text-align: center;
    padding:45px 0 15px;
    margin: 0;
}
.social-block ul li {
	float: none;
	margin: 0 auto;
	display: inline-block;
	padding: 0;
	vertical-align: top;
}
.social-block ul li a {
	width: 20px;
	height: 20px;
    display: block;
    background: transparent;
    margin-right: 20px;
    border-radius: 50%;
    outline: none;
    color: #c9c9c9;
}
.social-block ul li a .fa {
   font-size: 17px;
    line-height: 20px;
    float: left;
    height: 100%;
    width: 100%;
}
.social-block ul li:last-child a{ margin: 0; }
.social-block ul li a:hover, .social-block ul li a:active, .social-block ul li a:focus{ color: #ffd40c; }
#paysocialcmsblock ul{ padding: 0; margin: 0; float: right;}

/*********************************** Mainbanner text **************************************/

.slider-content {
	text-align: left;
	background: rgba(0,0,255,0);
	left: 80px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: 30%;
	width: 45%;
	display: block;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	bottom: auto;
}
.swiper-slide-active .slider-content{
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    animation-name: moveInleft;
    animation-duration: 1.5s;
}
.slider-description {
	color: #666;
	margin: 0;
	font-size: 46px;
	font-weight: 300;
	margin-top: 0;
	padding: 0 0 15px;
	line-height: 60px;
	text-transform: uppercase;
}
.slider-title {
	color: #111;
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	text-transform: capitalize;
	margin: 0 0 25px 0;
}
.slider-button:hover {
	padding-right: 40px;
	background: #fed700;
    color: #111;
}
.slider-button:hover a {
	color: #111;
}
.slider-button {
	margin: 0;
	float: left;
	clear: left;
	position: relative;
	overflow: visible;
	padding: 12px 20px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	font-weight: 600;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	font-size: 14px;
	letter-spacing: .8px;
	line-height: 24px;
	z-index: 1;
	background: #7d54f2;
	border-color: #7d54f2;
	color: #fff;
}
.slider-button a {
	color: #fff;
}
.slider-button:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.slider-button:hover:before{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 100%;
	background: rgba(255,255,255,.4);
	transition-duration: 1.3s;
	-moz-transition-duration: 1.3s;
	-webkit-transition-duration: 1.3s;
	-khtml-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
}
.slider-button:hover:after{
	right: 10px;
	background: #7d54f2;
	color: #fff!important;
}
.slider-button:after{
	content: "\f105";
	font-family: fontawesome;
	background: #fed700;
	right: -12px;
	left: auto;
	color: #111;
	top: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 50%;
	transition: .4s ease-in-out;
	margin: auto;
}

@media (min-width: 1500px) and (max-width: 1630px){
	.slider-description{
    font-size: 36px;
    padding: 0 0 10px;
    line-height: 52px;
	}
	.slider-title {
		font-size: 44px;
		line-height: 48px;
		margin: 0 0 15px 0;
	}
}
@media (min-width: 545px) and (max-width: 1200px){
	.slider-content {
	 left: 30px;
	 top: 23%;
    width: 60%;
}
}
@media (min-width: 1201px) and (max-width: 1499px){
	.slider-description{
    font-size: 30px;
    padding: 0 0 15px;
    line-height: 40px;
}
.slider-title{
	font-size: 36px;
	line-height: 45px;
	margin: 0 0 15px 0;
}
}
@media (min-width: 992px) and (max-width: 1200px){
	.slider-description{
		font-size: 30px;
		padding: 0;
		margin: 0;
		line-height: 36px;
  }
	.slider-title {
    font-size: 35px;
    line-height: 55px;
    margin: 0;
}
}
@media (min-width: 992px){
	.slider-button {
    margin-top: 10px;
}
}
@media (min-width: 651px) and (max-width: 991px){
	.slider-description {
    font-size: 30px;
    padding: 0;
    margin: 0;
    line-height: 36px;
}
.slider-title {
	font-size: 36px;
	margin: 0 0 15px 0;
}
}
@media (max-width: 650px){
	.slider-description {
		font-size: 22px;
		padding: 0 0 5px;
		line-height: 28px;
  }
  .slider-title {
	font-size: 28px;
	margin: 0 0 15px 0;
	line-height: 45px;
}
.slider-button {
	padding: 8px 17px;
}
}
@media (max-width: 544px){
	.slider-content {
		left: 10px;
    width: 90%;
    top: 26%;
  }
	.slider-description{
		font-size: 13px;
		font-weight: 400;
		padding: 0 0 5px;
		line-height: 18px;
  }
	.slider-title{
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 10px 0;
}
.slider-button {
	padding: 3px 12px;
	font-size: 12px;
	line-height: 22px;

}
}


/**********************************end mainbanner text**************************************/

.main-slider .swiper-viewport:hover .swiper-button-next {opacity:1;-khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;right:20px}
.main-slider .swiper-viewport:hover .swiper-button-prev {opacity:1; -khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1; left: 20px;}
.main-slider .swiper-viewport {
	border: medium none;
	box-shadow: none;
	margin:0;
	border-radius: 0;
 }
.main-slider .swiper-pagination {display: none;}
.main-slider.swiper-button-next, .main-slider.swiper-button-prev{width: 70px;}
.header-cart .cart .btn-lg .dropdown-toggle:before{
  content:'\f291';
  font-family:'FontAwesome';
  font-size:12px;
}
#form-currency .currency-select {
	text-align: left;
	width:100%;	
	text-transform: capitalize;

}

.dropdown-menu-right{
   box-shadow: none;
   }
.language-menu .btn.btn-link.btn-block.language-select {text-transform: capitalize;}
#form-language .dropdown-menu {
	border: none;
	box-shadow: none;
	margin: 2px 0 0;
	padding: 10px 10px 12px;
	right: auto;
	top: 19px;
	left: 10px;
}
.dropdown-menu.currency-menu {
	border: none;
	box-shadow: none;
	margin: 2px 0 0;
	padding: 10px 10px 12px;
	right: auto;
	top: 19px;
	left: 10px;
}
.lang-curr-wrapper .language-title, .lang-curr-wrapper .currency-title {
	font-weight: 600;
	padding: 3px 20px;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.dropdown-menu.currency-menu .fa.fa-angle-down ,.dropdown-menu.language-menu .fa.fa-angle-down {
	display: none;
}
.productpage .special-price {
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    color: #ff1414;
    margin-bottom: 0px;
}
.productpage .special-price strike {
    color: #6f6d6d;
    font-size: 15px;
}
.productpage .description {
	line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 5px 0px 0;
    /*border-bottom: 1px solid #eaeaea;*/
    border-top: 1px solid #eaeaea;
}
.productpage .description ul{
    padding: 0px;
}
.productpage .description ul li strong{
    color: #000;
    font-weight: 700;
}
.productpage .description ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 7px;
}
.product-description td span {
	font-weight: 500;
	padding: 2px;
}
.product-description td { padding: 2px;}
.productpage .description .product-description .description-right {padding-left: 50px;}
#form-language .dropdown-menu > li > .btn { padding: 5px;color:#000;}
#form-currency .dropdown-menu .btn { padding: 6px !important; color:#333333; }
#form-language .dropdown-menu > li > .btn:hover, #form-currency .dropdown-menu .btn:hover{color: #111111; background: transparent;}
.box-content-category ul {
	padding: 0;
	margin: 0;
}
.content_headercms_top #nav-one a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.box-content-category a {
	padding: 10px 53px 10px 50px;
	font-size: 14px;
	display: inline-block;
	line-height: 30px;
	position: relative;
	font-weight: 600;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#review-count {
	cursor: pointer;
}
.site-map li {
	list-style: inherit;
	line-height: 28px;
}
.site-map ul {
	padding: 0 0 0 20px;
}
#review-count:hover{text-decoration: underline;}

#nav-one .dropdown a::after, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown a::after {
	content: "\f105";
	right: 20px;
	position: absolute;
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
}
#nav-one li .megamenu ul.list-unstyled > li.dropdown > a::after, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:after, #nav-one .hiden_menu .dropdown-menu a:after{
	display: none;
}
.box-content-category a::before {
	content: " ";
	position: absolute;
	right: auto;
	top: 19px;
	left: 25px;
	background: rgba(0, 0, 0, 0) url("../image/webdigify/myaccountArrow.png") no-repeat scroll center 2px;
	width: 10px;
	height: 10px;
}
.row.cat-product {
	margin: 0 -10px;
}
.row.cat-product .product-layout.product-list {
	padding: 15px 15px;
}
.row.cat-product .product-layout.product-list .product-thumb .image:after{
	display: none;
}
.box-content-category a:hover::before {
	background-position: center -54px;
}
.box-content-category .dropdown a:hover::before  {
	background-position: center -54px;
}
.header_cart .cart-menu .text-left a {font-size: 12px; font-weight: 500;}
.header_bottom .row {
	position: relative;
}
#nav-one > li > .dropdown-menu.megamenu.column1, #nav-one .hiden_menu .dropdown-menu {
	padding: 20px 0 20px 20px;
	width: auto;
	height: auto;
	min-width: 240px;
	top: 0;
	left: 297px;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:8px;
}
.quickview .header-container {display: none;}
/* header cms start*/
.content_headercms_top {
   float: left;
	width: 16%;
	margin-top:5px;
	text-align:left;
}
.content_header_topleft {
    padding:0;
    position: relative;
    text-transform: uppercase;
	font-weight:500;
}
.content_header_top .single-banner { margin: 0;}
.static_links {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 0 0;
	padding-left:8px;
}
.static_links li {
    position: relative;
	padding:0;
    float: left;
}
.static_links .hiden_menu .top_level > a {
    padding: 10px 20px !important;
	margin-right:0;
}
.static_links li .megamenu li.list-unstyled.childs_1 li{padding:0;}
#content .col-sm-6 h2 {font-size: 16px;}
.static_links .myaccount ul{ height:auto; border:1px solid #ebebeb;padding:10px 5px; } 
.static_links ul.nav li .megamenu.column1 ul.childs_1 {border: medium none;}
 .static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 8px 7px !important;
  position: relative;
  text-transform: capitalize;
  font-weight:400;
}
 .static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover {color:#111111;}
.navbar-nav > li > .dropdown-menu { padding: 15px 0 15px 15px;top:56px;}
.static_links .dropdown-menu .list-unstyled.childs_1 > li{padding-bottom:0;}
.static_links ul { text-align: left;}
 .static_links .cart-menu > li {padding: 0;}
.header-cart .dropdown-menu {
  border: 1px solid #ebebeb;
  min-width: 280px;
   padding:10px;
  top: 53px;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
  padding:10px 0 10px 0;
  margin-top: 24px;
}
.static_links ul li ul{ display:table-cell; float:none;}
.nav .navbar-nav .top-level.dropdown li a:hover{display:inline-block;}
.static_links li.hiden_menu div {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  display: none;
  min-width: 155px;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
-khtml-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
  top:56px;
}
.static_links li.hiden_menu:hover div{display:block;color:#767676;}
.static_links li.hiden_menu div li a::before{background:none;}
.static_links li.hiden_menu .top_level a:hover{background:none;}
.static_links .dropdown-inner .top_level li a::before{background:none;}
.static_links li a::before {
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	right: 7px;
	border-left: 1px solid #ededed;
}
.static_links .dropdown.myaccount li a::before{background:none;} 
.login_acc {
	display: inline-block;
	padding: 0px;
	position: relative;
	width: 100%;
}


.lang-curr-wrapper .language-title .fa.fa-caret-down {
	float: right;
	padding: 5px 10px;
}
.lang-curr-wrapper .currency-title .fa.fa-caret-down {
	float: right;
	padding: 5px 10px;
}
.lang-curr-wrapper .language-title:hover {
	color: #111111;
}
.lang-curr-wrapper .currency-title:hover {
	color: #111111;
}
.login_acc li {
	padding: 3px 40px;
	position: relative;
	float: left;
}
.login_acc li::after {
	content: " ";
	position: absolute;
	right: auto;
	top: 10px;
	left: 15px;
	background: rgba(0, 0, 0, 0) url("../image/webdigify/myaccountArrow.png") no-repeat scroll center 0;
	width: 10px;
	height: 10px;
}
.login_acc li:hover::after {
	background-position: center -56px;
}
.checkout:hover {
	color: #111111;
}
.myaccount .account:hover {
	background: none;
	color: #000 !important;
	border: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.drop_account {
  color: #000000;
}
.myaccount .account {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #111111 ;
  color: #111111 ;
  float: left;
  margin: 5px;
  padding: 8px 18px;
  text-align: center;
  border-radius:5px;
  -webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
  font-weight:400;
}
.static_links .dropdown.myaccount li a:hover{
background:none;
color:#111111;
}
.static_links li:first-child a::before {
	background:none;
}
.static_links li a {
	color: #000;
    display: block;
    font-size: 13px;
  	font-weight:600;
    line-height: 10px;
   	margin: 1px 11px 0px 0;
    padding:15px 20px !important;
    position: relative;
    text-transform: capitalize;
    z-index: 6;
}
.list-unstyled.childs_2 > li{ padding:0; width:100%; margin:0 0 0 0}
.static_links li:last-child a {
    padding-right: 8px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background: none;
}
#nav-one > li.top_level.dropdown .list-unstyled.childs_1 li a::before {
	background: none;
}
#top-links li{padding:0; list-style:none}
header .btn-link:hover, header .btn-link:focus, #top-links a:hover, #top-links a:focus {
	color: #fff ;
	background: none;
	text-decoration: none;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #2196f3;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px; 
}
.dropdown.myaccount:hover a.account::after, .dropdown.myaccount:hover a.account1::after , .dropdown.myaccount:hover a.account_order1::after, .dropdown.myaccount:hover a.account_transaction1::after, .dropdown.myaccount:hover a.account_download1::after, .dropdown.myaccount:hover a.account_logout1::after{display:none;}
.swiper-viewport  .swiper-button-next {
	left: auto;
	right: 40px;
	width: 40px;
	height: 40px;
	transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.offigifts-blog-section {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 0px;
     
}

  .offigifts-blog-heading {
    text-align: center;
    margin-bottom: 35px;
  }

  .offigifts-blog-heading h2 {
    font-size: 36px;
    color: #222;
    margin: 0 0 10px;
    font-weight: 700;
  }

  .offigifts-blog-heading p {
    margin: 0;
    color: #666;
    font-size: 16px;
  }

  /* Slider */
  .offigifts-blog-slider {
    position: relative;
    overflow: hidden;
    padding: 10px 0 20px;
  }

  .offigifts-blog-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
  }
#product .form-group{
        display: inline-flex;
        margin-left:15px;
}
  .offigifts-blog-card {
    flex: 0 0 calc((100% - 40px) / 4);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease;
  }

  .offigifts-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  /* Image */
  .offigifts-blog-img {
    width: 100%;
    /*height: 220px;*/
    overflow: hidden;
    background: #f5f5f5;
  }

  .offigifts-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .offigifts-blog-card:hover .offigifts-blog-img img {
    transform: scale(1.05);
  }

  /* Content */
  .offigifts-blog-content {
    padding: 24px;
  }

 .offigifts-blog-category {
    display: inline-block;
    background: #ffd40c4a;
    color: #191919;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

  .offigifts-blog-content h3 {
    font-size: 21px;
    line-height: 1.4;
    color: #222;
    margin: 0 0 12px;
  }

  .offigifts-blog-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px;
  }

  .offigifts-blog-read {
    color: #191919;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
  }

  .offigifts-blog-read:hover {
    color: #d96b0c;
  }

  /* Arrows */
  .offigifts-blog-arrow {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
  }

  .offigifts-blog-arrow:hover {
    background: #f58220;
    color: #fff;
  }

  .offigifts-blog-prev {
    left: 5px;
  }

  .offigifts-blog-next {
    right: 5px;
  }

  /* Dots */
  .offigifts-blog-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
  }

  .offigifts-blog-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d7d7d7;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .offigifts-blog-dot.active {
    width: 25px;
    border-radius: 10px;
    background: #191919;
  }

  /* Tablet */
  @media (max-width: 991px) {
    .offigifts-blog-card {
      flex: 0 0 calc((100% - 20px) / 2);
    }

    .offigifts-blog-heading h2 {
      font-size: 30px;
    }
  }

  /* Mobile */
  @media (max-width: 600px) {
    .offigifts-blog-section {
      margin: 50px auto;
      padding: 0 15px;
    }

    .offigifts-blog-heading h2 {
      font-size: 27px;
    }

    .offigifts-blog-heading p {
      font-size: 14px;
    }

    .offigifts-blog-card {
      flex: 0 0 100%;
    }

    .offigifts-blog-img {
      height: 210px;
    }

    .offigifts-blog-content {
      padding: 20px;
    }

    .offigifts-blog-arrow {
      width: 38px;
      height: 38px;
      font-size: 18px;
    }
  }
.swiper-viewport  .swiper-button-prev {
	right: auto;
	left: 40px;
	transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.myaccount i{color: #fff!important;}
header .top {
    text-align: center;
    background: 10px;
    float: left;
    width: 100%;
    padding: 5px 0;
}
.nav_left {
	position: relative;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 24px;
	width: 100%;
}
.header-cms-top {
	position: relative;
	float: left;
	width: 30%;
	top:8px;
	text-align: left;
}
.header-cms-topp {
	position: relative;
	float: left;
	width: 13%;
	text-align: left;
}
.header-cms-top::before {
	content: "\f02b";
	font-family: fontawesome;
	padding-right: 5px;
	font-size: 20px;
	color: #000;
	vertical-align: top;
	float: left;
}
.header-cms-top p {
	color: #111;
	margin: 0;
}
.nav_left .email-id, .nav_left .tt-giftcard {
	color: #111;
	float: right;
}
span.email-icon {
	float: left;
	background-image: url(../image/webdigify/mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
    height: 25px;
    width: 25px;
	font-size: 0px;
	margin: 0 4px 0 0px;
}
.nav_left  .email-id {
	padding: 0 10px;
	margin-right: 10px;
	position: relative;
	top:8px;
}

.nav_left .tt-giftcard {
	position: relative;
	top:8px;
}
span.gift-icon{
	float: left;
	background-image: url(../image/webdigify/gift.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
    height: 25px;
    width: 25px;
	font-size: 0px;
	margin: 0 3px 0 0;
}



.offer-heading {
	float: right;
	width: auto;
	padding: 10px 22px 6px;
	border-radius: 8px;
	background: #ffffff;
	color: #000;
	max-width: 18.2%;
	overflow: hidden;
}
.offer-heading .content {
	font: 400 14px/30px Open Sans,sans-serif;
	text-transform: capitalize;
	cursor: pointer;
}
.offer-heading .content .material-icons {
	float: left;
	font-size: 20px;
	line-height: 30px;
}
.nav_left .tt-giftcard:after {
	border-left: 1px solid rgba(0,0,0,.3);
	height: 15px;
	content: "";
	width: 1px;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	right: auto;
}
#top-links ul.list-inline{float:left; margin-right: 5px; margin-bottom:0;}

#top-links ul.list-inline li{background:transparent; font-weight:300}
#top-links #form-language li {
	padding: 0;
}
.lang-curr { 
	margin:0;
	display:inline-block;
}
.container .container-top a{
color:#000;
}
.nav.pull-right {
	display: inline-block;
	padding: 0;
}
.container .result-search-autocomplete ul li{
float:left;
}
.right-links ul li{ float:left; margin-left:10px; font-size:12px;}
.container .container-top a:hover {
  color: #111111;
}
.right-myaccount-menu > li #wishlist-total {
  border-right: 1px solid;
  padding: 0 10px 0 0;
}
.right-links .right-myaccount-menu ul li{
margin-right:10px;
}

.content-top {
	float: left;
	width: 100%;
	background: #ffffff;
	padding:0px 0px 20px;
}
.wd-language {
	padding: 10px 25px 10px 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    margin:8px 0px 0;
}
.wd-currency {
	border-top: 1px solid #e5e5e5;
	width: 100%;
	padding: 10px 0 0;
}
#form-language .fa-angle-down, #form-currency .fa-angle-down{
	float: none;
	margin: 4px 0 0 6px;
	display: inline-block;
	vertical-align: top;
}
#form-currency .btn-link, #form-language .btn-link {
	border: medium none;
    color: #111111;
    font-size: 13px;
    line-height: 22px;
    text-decoration: none;
    padding:0px;
	letter-spacing: 0.3px;
}
.nav2 {
	 float: right;
	 padding:10px 0 10px;
}
.lang-curr-wrapper {
    float: left;
	 padding: 0px 15px;
}
#form-language .btn-link.btn-block.language-select:hover, #form-currency .currency-select:hover{
	color: #111;
}
#form-language .btn-link.btn-block.language-select ,
#form-currency .currency-select{
    color: #666;
}
.language-menu img {
	margin: 0 5px 0 0;
}
.language-menu li {
    padding: 2px 0px;
}
#form-currency .btn-link strong {
	font-weight: normal;
	padding: 0 3px 0 0;
	font-size: 13px;
}
.pull-left #form-language .btn-group span img {
	padding:0px 8px 0 0;
}
.dropdown.myaccount {
	float: left;
	position: relative;
	margin-top: 5px;
	width: 40px;
    height: 40px;
}
.two_account > a{
    	background:rgba(0, 0, 0, 0) url("../image/webdigify/header-icon.png") no-repeat scroll -80px -152px !important;
}
.myaccount > a {
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0) url("../image/webdigify/header-icon.png") no-repeat scroll -80px -310px;
	display: block;
	transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
}
.myaccount > a:hover {
	transform: rotateY(
360deg
);
    -webkit-transform: rotateY(
360deg
);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
.language-menu ,
.currency-menu{
	padding: 0px 0;
    display: none;
	 float: left;
}
.login_acc ul.language-menu li:after,
.login_acc ul.currency-menu li:after{
	display: none;
}
ul.currency-menu li {
	padding: 2px 5px;
}
.header_top {
	width: 100%;
	clear: both;
	background: #292929;
	text-align: center;
}
.header_bottom_cover {
	margin: 0 0 30px;
}
.header_bottom {
	width: 100%;
	padding:8px 0px 5px;
	z-index: 1000;
	background: #191919;
}

.common-home .header_bottom{border-bottom: none;}

.content_headercms_bottom {
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}
.header-right .head{
	float:right;
	margin:5px 5px 0 0;
	padding:2px;
}
.header-center {
	float:left;
	padding:10px 0 16px 0;
    width: 100%;
}
.box.featured .row,
.box.special .row,
.ProductbyCategory .row,
.box.webdigifyblog .row,
.banners-slider-carousel .row,
.footer-top .row,
#footer .row,.wd-category-list .row,
.bottomfooter .row {
	margin: 0;
}
/**************Start Contact Link***********/

.header_right {
    float: right;
	padding: 7px 0;
}
#_desktop_contact_link {
    float: left;
    position: relative;
    text-align: left;
    cursor: pointer;
    color: #111;
    font-size: 13px;
	 margin: 0px;
	 padding:8px 20px 9px 17px;
}
span.content {
	float: none;
    display: inline-block;
    vertical-align: top;
}
.header-cms-block span.service-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	display: block;
	color: #666;
	margin: 0 0 4px;
}
span.content a.contact-info {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	color: #7d54f2;
}
#_desktop_contact_link .wdicon {
	line-height: 45px;
	height: 45px;
	width: 45px;
	float: left;
	margin: 0 4px 0 0;
	text-align: center;
	color: #fff;
	transition: all 600ms ease-in-out 0s;
	-webkit-transition: all 600ms ease-in-out 0s;
	-moz-transition: all 600ms ease-in-out 0s;
	-o-transition: all 600ms ease-in-out 0s;
	-ms-transition: all 600ms ease-in-out 0s;
	font-size: 0;
	background-image: url(../image/webdigify/phone.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
}
@media (max-width: 1679px){
	#_desktop_contact_link {
		padding: 8px 10px 9px 10px;
  }
}
@media (max-width: 1679px){
#_desktop_contact_link .wdicon {
	height: 40px;
	width: 40px;
	background-size: 24px;
}
.header-cms-block span.service-title {
	font-size: 13px;
	        color: #fff;
	line-height: 16px;
}
span.content a.contact-info {
	font-size: 14px;
	line-height: 18px;
	        color: #fff;
}
}
@media (max-width: 991px){
	.header_top .header_right {
		display: none;
	}
#_desktop_contact_link .wdicon {
    display: none;}
	span.content {
		width: 100%;
	}
	span.service-title {
		color: #111;
		display: inline-block;
		padding: 10px 0px;
		font-size: 14px;
	}
	.header_right {
		float: left;
		width: auto !important;
		padding: 0;

	}
	span.content a.contact-info {
		padding: 0px;
		display: inline-block;
		color: #111111;
		font-size: 16px;
		margin: 0 0 0 10px;
	}

}

/*************ENd Contact Link***************/
/* logo */
.header-logo{float:left;}
.header-cart{float:left;}
.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	height:50px;
	background: #fff;
}
.static_links li:last-child a::before {
	border-left: none;
}
.header-left {
    float: left;
	width:auto;
	margin:0 79px 0 0;
}
.static_links li:first-child a {
	padding-left: 5px !important;
}
.header-right {
    float: right;
	width: 81%;
	position:relative;
	top:0;
	transition:top 800ms ease 0s;
	-webkit-transition:top 800ms ease 0s;
	-moz-transition:top 800ms ease 0s;
	-ms-transition:top 800ms ease 0s;
	-o-transition:top 800ms ease 0s;
	}
header .tags > a {
  font-weight: normal;
}
header{
	padding:0; 
	margin:0;
	clear:both;
	border-radius:0;
	height:auto;
	
}
@keyframes slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes fixedAnim {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@-moz-keyframes fixedAnim {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@keyframes fixedAnim {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}
.header_bottom.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	padding: 5px 0;
	right: 0;
	background: #191919;
	border-bottom: 1px solid #eaeaea;
	top: 0;
	box-shadow: 0 0 8px rgb(0 0 0 / 8%);
	margin-top: -1px;
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
}
#checkout-checkout .text-right.total {
	font-size: 17px;
	font-weight: 600;
}
a.banner_text::before, a.banner_text::after{
 	background:none !important;
}
.col-sm-4.header-logo {
	width: auto;
	padding:10px 0;
}
.header_center {
	vertical-align: top;
	display: inline-block;
	margin:20px 0 15px;
	position: relative;
	width: auto;
}
#static-menu > li:hover a{
	color: #fff;
    background: #ffd40c;
}
#menu .dropdown .dropdown-menu a {
	background: transparent;
}
.col-sm-3.sort{ padding:0; }
.col-sm-3.sort.category_dropdown span.customSelect{
	height: 38px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius:0px;
	padding: 8px 15px;
}
#searchbox .col-sm-3.sort { padding:0 15px; }
.col-sm-3.sort select.form-control{
	padding:0;
    height:auto;
    text-transform: capitalize;
	background-color:#fff;
	color:#333333;
	border:none;
	overflow:hidden;
	left:0;
	width:100% !important;
}
.head-right-bottom {
    float:right;
	position:relative;
}
/*header-cms*/
.quickview {  padding:15px 0; display:inline-block; }
.quickview .container { width:100%; background:#FFFFFF; padding:0 10px; }
.quickview .container .row { margin:0; }
.quickview .top_button { display:none; }
.quickview #product2 { float:left; width:100%; }
.quickview #product2 h3 { width:100%; } 
.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	color:#333333;
}

.menu_toggle {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 99;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}
/* search */
.header_search {
	border: 2px solid rgba(0,0,0,.05);
    border-radius: 8px;
    width: 50%;
    padding: 0;
	 margin: 0px;
	 float: left;
    left: 0;
    right: 0px;
}
#searchbox {
	position: relative;
	float: left;
	width: 100%;
	border-radius: 8px;
	background: #fff;
}
.search_box {
	float: left;
	position: relative;
}
.search_box .form-control-select {
	height: 36px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	padding: 5px 10px;
	border-radius: 30px 0 0 30px;
	font-size: 12px;
	color: #666;
	line-height: 1.25;
	letter-spacing: 0.8px;
	width: 150px;
	background: rgba(0,0,0,0) none repeat scroll 0 0;
}
.search_box:after {
    /* content: ""; */
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
	right: -11px;
    top: 0;
    z-index: 1;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    background: #ffd40c;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 16px;
    color: #111;
    text-align: center;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
}
.header_search .btn.btn-default.btn-lg .fa.fa-search:before {
    content: "\f002";
    font-size: 16px;
    padding-right: 10px;
}
#search {
	display: block;
}
.header_search .form-control.input-lg {
	height: 51px;
    width: 100%;
    padding: 5px 0px 4px 19px;
    font-size: 13px;
    color: #666;
    background: transparent;
    border: 0px;
    float: left;
}
.header_search .input-group-btn {
	width: auto;
	display: block;
    position: absolute;
    right: 0;
    top: 0;
}
#searchbox  .input-group input {
	font-size: 12px;
}
.header_search .btn.btn-default.btn-lg {
	color: #fff;
    background: #191919;
    border: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.8px;
    padding: 4px 35px;
    border-radius: 8px;
    height: 46px;
    margin: 3px 5px;
    position: relative;

}
.header_search .btn.btn-default.btn-lg:hover {
    background: #ffd40c;
    color: #111;
}
/* end of search */

/* header top cms block*/
.offer-image {
	background: url("../image/webdigify/offer.html") no-repeat scroll 0 0;
	width: 27px;
	height: 27px;
	position: absolute;
}
.offer-title {
	float: left;
	text-transform: capitalize;
	color: #7a7a7a
}
.offer_title {
	font-size: 15px;
	font-weight: 500;
	color: #ff0000;
}
/* end header top block */


.footer-middle {
    background: #292929;
    float: left;
	 width: 100%;
	 border-bottom: 1px solid rgba(0,0,0,.08);
}
.special-image .owl-buttons {
	width: 100%;
	top: 40px;
	left: 0;
	right: 0;
}
.special-image .owl-controls .owl-buttons .owl-next {
	right: -13px;
	left: auto;
	background: none;
}
.special-image .owl-controls .owl-buttons .owl-prev {
	right: auto;
	left: -9px;
	background: none;
}
.special-image a {
	display: block;
}
.special-image {
	position: relative;
	text-align: center;
}
.special .product-block.product-thumb.transition .product-details {
	border-top: 4px double #e5e5e5;
}
/********************Start Homepage Addition Image Css**********************/
.additional-images-container {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 0px;
	margin: -40px auto 20px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

.special-additional-images.owl-carousel.owl-theme {
	float: left;
	position: relative;
	width: 100%;
}
.special-additional-images .image-additional {
	text-align: center;
	padding: 5px;
	cursor: pointer;
}
.special-additional-images .image-additional img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	max-width: 100%;
	border: 1px solid #eaeaea;
}


/********************End Homepage Addition Image Css**********************/


/********************Start Cms Banner Block**********************/
.wdcmsbanner {
	float: left;
	width: 100%;
	overflow: hidden;
}
.banners {
	position: relative;
	vertical-align: top;
	margin: 30px -15px 0px;
}
 .banners .container {
	position: relative;
}
.owl-wrapper-outer{
	float: left;
}
 .banners .products .owl-stage-outer {
    padding: 0;
}
 .banners .brand-image {
	text-align: center;
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	height: 80px;
}
#wdcmsbanner-carousel .item {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.offer-desc > div {
	float: left;
	width: 100%;
}
 .banners #wdcmsbanner-carousel .cmsbanner-title-desc .offer-img a {
	float: left;
	width: 100%;
	overflow: hidden;
	border: 3px solid #ffffff;
	border-radius: 5px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-inner:hover .cmsbanner-title-desc .offer-img img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
}
 .banners #wdcmsbanner-carousel .cmsbanner-title-desc .offer-img img {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	overflow: hidden;
	max-width: 100%;
}
 .banners #wdcmsbanner-carousel .brand-title a:hover {
	text-decoration: underline;
}
 .banners #wdcmsbanner-carousel .brand-title {
    font: 500 14px/18px "Open Sans",Arial,Helvetica,sans-serif;
    margin: 2px 0 15px;
    float: left;
    width: 100%;
}
 .banners #wdcmsbanner-carousel .cmsbanner-inner {
	float: left;
	width: 100%;
	padding: 12px;
	background: #fff;
	margin:0 0 30px;
}
 .banners #wdcmsbanner-carousel .brand-title a{
	color: #df1612;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-btn .btn:hover {
	text-decoration: underline;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-btn .btn::before {
	content: '+';
	margin: 0 3px 0 0;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-btn .btn {
	padding: 0;
	background: none;
	font: 500 14px/18px "Open Sans",Arial,Helvetica,sans-serif;
	color: #111111;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-title {
	font:500 14px/18px "Open Sans",Arial,Helvetica,sans-serif;
	margin:15px 0 10px;
	color: #df1612;
	cursor: pointer;
}
.banners #wdcmsbanner-carousel .cmsbanner-desc .offer-title:hover {
	text-decoration:underline ;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-text {
    font: 600 20px/28px "Open Sans",Arial,Helvetica,sans-serif;
    color: #111111;
    margin: 0 0 12px;
}
 .banners .products-section-title a {
    color: #111111;
}
 .banners #wdcmsbanner-carousel {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}
 .banners #wdcmsbanner-carousel {
	float: left;
	text-align: center;
	width: 100% !important;
}
 .banners #wdcmsbanner-carousel .brand-image img {
    max-width: 100%;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    width: auto;
}
 .banners #wdcmsbanner-carousel .cmsbanner-inner .cmsbanner-title-desc .offer-img {
	padding: 0 0 20px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-inner .cmsbanner-title-desc {
	float: left;
	width: 100%;
	padding:0px 0 13px;
}
@media (max-width: 1199px) {
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-text{
    font-size: 20px;
    line-height: 24px;
}
}
@media (max-width:991px) {
 .banners {	margin: 10px 0;}
#wdcmsbanner-carousel .item {	padding: 0 10px;}
 .banners #wdcmsbanner-carousel .cmsbanner-inner{	margin: 0 0 20px;}
.wdcmsbanner .container {	padding: 0px !important;}

}
@media (max-width:630px) {
 .banners #wdcmsbanner-carousel .brand-title{
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-text {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-btn .btn{
    font-size: 12px;
    line-height: 16px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-inner {
	padding: 8px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-inner .cmsbanner-title-desc {
	padding:0px 0 7px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-inner .cmsbanner-title-desc .offer-img {
	padding: 0 0 15px;
}
}
@media (max-width:543px) {
	 .banners #wdcmsbanner-carousel {
	padding: 0px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-inner{
	margin: 0 0 10px;
}
 .banners .row {
	margin: 0 -5px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-text {
	font-size: 14px;
	line-height: 18px;
}
 .banners #wdcmsbanner-carousel .cmsbanner-desc .offer-title{
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 10px;
}
}

@media (max-width:479px) {
	#wdcmsbanner-carousel .item {
		padding: 0 5px;
  }
}


/********************End Cms Banner Block*****************************/


/***********************Homepage Special Product********************/
#content .product-carousel .product-block-inner, #content .box-product .product-block-inner, .category_tab .tab-pane .product-block-inner {
    text-align: center;
    overflow: hidden;
	 display: inline-block;
	 background: #fff;
}
.box.special .product-block-inner {
	border: 1px solid #e5e5e5;
	 background: #fff;
}
.box.special .product-thumb:hover h4,
.box.special .product-thumb .price {
	opacity: 1;
}

.box.special .product-block-inner .image {
    width: 44%;
	float: none;
    display: inline-block;
    vertical-align: middle;
}
.product-thumb .image {
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.box.special .product_hover_block{
	background: #fff;
}
.tabfeatured_default_width{ width:220px;}
.tabspecial_default_width{ width:220px;}
.featured_default_width{ width:220px;}
.tab-content .tab {
    display: none;
}
.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	border: medium none;
	margin: 0;
	padding:0 0 0 0;
	position: relative;
}
.static_links ul.nav li .megamenu ul.list-unstyled li.dropdown.dropdown-menu{
	border:1px solid #000;
	margin: 0;
	padding:10px;
	position:absolute;
	left:188px;
	top:0;
}
.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu{
display:block;
}
.static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
  border: 1px solid #d9d9d9;
  display: none;
  left: 165px;
  padding: 10px;
  position: absolute;
  top: 0;
  border-radius:5px;
  -webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
}
.static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover .dropdown-menu{display:block;} 

.swiper-viewport .swiper-button-prev::before,.swiper-viewport .swiper-button-next::before {
	font-size:25px;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	text-align: center;
	padding: 6px 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	content: "\f104";
	font-family: "fontawesome";
	font-weight: 400;
	border-radius: 50%;
    border: 2px solid #fff;
	background: #ffd40c;
	 color: #111;
	 line-height: 26px;
}
.swiper-viewport .swiper-button-next::before {
	content: "\f105";
}
.swiper-viewport .swiper-button-next:hover::before, .swiper-viewport .swiper-button-prev:hover::before {
	color: #fff;
	background-color: #7d54f2;
}
.show-result {
    overflow: hidden;
}
.product-search #content > p{margin-top:10px;}
header .dropdown.myaccount a .fa{
	background-color: transparent;
    padding: 10px 8px;
}
header .header-cart a .fa{
	background:transparent;
}
.header-container {
    height: auto; 
    width: 100%;
    z-index: 99;
  	background:#232f3e none repeat scroll 0 0;
}
.header-container.smaller{z-index:999;}
.header-logo img {
	display: inline-block;
	max-width: 100%;
	width: 150px;
}
.content_header_top .box.webdigifycategory{
    left:0;
    position: absolute;
    top:0;
    width: 277px;
    z-index: 9;
}
/*end webdigify category */

/*-------------------------- Start Home page Service CMS Block -------------------------------*/
.service-block {
    float: left;
    width: 100%;
}
#wdcmsservices {
	float: left;
	width: 100%;
	background: #292929;
	text-align: center;
	margin:30px 0px 0 0px;
	border-radius: 8px;
}
#wdcmsservices .home-sevices {
	float: left;
	width: 100%;
	padding: 20px 80px;
}
#wdcmsoffer .offer-inner-carousel .offer .innerbanner {
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	margin: 0;
	padding: 15px 0;
	float: left;
	width: 100%;
}
#wdcmsservices .home-sevices .service-left {
	float: left;
	width: 20%;
}
#wdcmsservices .home-sevices .service-right {
	float: right;
	width: 80%;
}
#wdcmsservices .wdservice-desc {
	float: none;
	width: auto;
	display: inline-block;
	text-align: left;
}
#wdcmsservices .wdservice .service-icon {
	height: 52px;
	width: 52px;
	transition: all 600ms ease-in-out 0s;
	-webkit-transition: all 600ms ease-in-out 0s;
	-moz-transition: all 600ms ease-in-out 0s;
	-o-transition: all 600ms ease-in-out 0s;
	-ms-transition: all 600ms ease-in-out 0s;
	font-size: 24px;
	float: none;
	display: inline-block;
	vertical-align: top;
	transition: .4s ease-in-out;
	background-color: #fff;
	border-radius: 50%;
	padding: 5px;
}
#wdcmsservices .wdservice .service-icon span {
	height: 100%;
	width: 100%;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
}
#wdcmsservices .wd-return.wdservice .service-icon {
	background-image: url('../image/webdigify/airplane.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px;
}

#wdcmsservices .wd-secure.wdservice .service-icon{
	background-image: url('../image/webdigify/label.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px;
}
#wdcmsservices .wd-support.wdservice .service-icon{
	background-image: url('../image/webdigify/headphone.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
}
#wdcmsservices .wd-shop.wdservice .service-icon{
	background-image: url('../image/webdigify/dollar.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
}
#wdcmsservices .wd-return.wdservice .service-icon:hover,
#wdcmsservices .wd-secure.wdservice .service-icon:hover,
#wdcmsservices .wd-support.wdservice .service-icon:hover,
#wdcmsservices .wd-shop.wdservice .service-icon:hover {
	transform: rotateY(
		180deg);
			 -webkit-transform: rotateY(
		180deg);
			 -moz-transform: rotateY(180deg);
			 -o-transform: rotateY(180deg);
			 -ms-transform: rotateY(180deg);
}

#wdcmsservices .wdservice {
	float: left;
	width: 100%;
	margin: 16px 0;
	padding: 8px 0;
	line-height: 24px;
	text-align: center;
	color: #000;
	cursor: pointer;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
#wdcmsservices .wd-sevices {
	margin: 0;
	padding: 0;
}
#wdcmsservices .wd-sevices li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#wdcmsservices .wdservice .service-title span {
	color: #fff;
	font:600 14px/24px "Open Sans",Arial,Helvetica,sans-serif;
}
#wdcmsservices .wdservice .service-desc {
	font: 300 12px/24px "Open Sans",Arial,Helvetica,sans-serif;
	color: #ffffff;
}
#wdcmsservices .wdservice .service-title {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 14px 10px;
	text-align: center;
}
#wdcmsservices .wdservice:hover .service-icon span {
	color: #fff;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
#wdcmsservices .home-sevices .service-left .service-left-inner {
	display: flex;
}
#wdcmsservices .home-sevices .service-left .service-left-inner .service-tag {
	border: 35px solid #ffd40c;
	border-right: 15px solid transparent;
	border-left: 0;
	width: 80px;
	display: inline-block;
	transform: rotate(90deg);
	text-align: center;
	margin: -15px 0 0;
}
#wdcmsservices .home-sevices .service-left .service-left-inner .service-desc {
	margin: 0 0 0 20px;
}
#wdcmsservices .home-sevices .service-left .service-desc .service-title {
	font: 600 14px/24px "Open Sans",Arial,Helvetica,sans-serif;
	text-transform: capitalize;
	color: #fff;
}
#wdcmsservices .home-sevices .service-left .service-subtitle {
	font: 400 12px/16px "Open Sans",Arial,Helvetica,sans-serif;
	text-transform: capitalize;
	color: #fff;
}
#wdcmsservices .home-sevices .service-left .service-tag img {
	z-index: 1;
	position: absolute;
	left: 0px;
	right: 0;
	margin: auto;
	transform: rotate(270deg);
	top: 0;
	bottom: 0;
}
@media (min-width: 992px) and (max-width: 1630px){
	#wdcmsservices .wdservice .service-title {
		padding: 14px 70px;
		color: #fff;
  }
  #wdcmsservices .wdservice-desc {
	text-align: center;
}
}

@media(max-width:991px) {
	#wdcmsservices .wdservice {
		margin: 0px 0;
	}
	#wdcmsservices .wdservice .service-title {
		padding: 14px 5px;
  }
}
@media(max-width:729px) {
	#wdcmsservices .home-sevices .service-right {
		width: 59%;
	}
	#wdcmsservices .home-sevices .service-left {
		width: 41%;
	}
}
@media(max-width:480px) {
#wdcmsservices .home-sevices .service-left {
	width: 100%;
}
#wdcmsservices {
	margin: 30px 0px 0 0px;
}
#wdcmsservices .home-sevices .service-right {
	width: 100%;
	margin: 15px 0 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 15px 0 0;
}
#wdcmsservices .wdservice-desc {
	text-align: center;
	float: left;
	width: 100%;
}
#wdcmsservices .wdservice .service-title {
	padding: 14px 0px;
}
#wdcmsservices .wdservice .service-title span {
	width: 100%;
	float: left;
}
}
/**************************End Home page Service CMS Block -------------------------------*/

.offer-banner {
	background: #7d54f2;
	padding: 0 0 20px;
}
.offer-banner .offer-main {
	background: #f5f5f5;
	padding: 30px 15px;
	float: left;
	width: 100%;
	border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	margin-bottom: 30px;
}
/*-------------------------- Start Header Offer CMS Block -------------------------------*/

#wdcmsoffer {
	float: left;
	width: 100%;
}
#wdcmsoffer .wdoffer {
	background: #f5f5f5;
	padding: 30px 15px;
	float: left;
	width: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	margin-bottom: 30px;
}
#wdcmsoffer .wdcmsoffer .offer-maintitle {
	font: 500 14px/18px "Open Sans",Arial,Helvetica,sans-serif;
	background:#7d54f2;
	color:#fff;
	padding: 11px 15px;
	text-transform: capitalize;
}
#wdcmsoffer .offer-inner-carousel .innerbanner .offerimg .image {
	max-width: 100%;
	height: auto;
	display: block;
    border-right: 4px double #e5e5e5;
}
#wdcmsoffer .offer-inner-carousel .innerbanner .sub-title {
	font: 600 12px/18px "Open Sans",Arial,Helvetica,sans-serif;
	color: #6a6a6a;
	text-transform: uppercase;
	margin: 0 0 5px;
}
#wdcmsoffer .offer-inner-carousel .innerbanner .title {
	font: 700 18px/24px "Open Sans",Helvetica,sans-serif;
	color: #111;
	margin:0 0 5px;
}
#wdcmsoffer .offer-inner-carousel .innerbanner .offer-title {
	font: 400 13px/24px "Open Sans",Helvetica,sans-serif;
	color: #d7c058;
}
#wdcmsoffer .offer-inner-carousel .innerbanner .offer-title .material-icons {
	display: none;
}
#wdcmsoffer .offer-inner-carousel .innerbanner .offerimg {
	float: left;
	width: 36.3%;
}
#wdcmsoffer .offer-inner-carousel .innerbanner .offer-content {
	float: left;
	padding: 20px 0 0 15px;
	width: 63.7%;
	text-align: left;
}
#wdcmsoffer .offer-inner-carousel .offer {
	padding: 0px 15px;
	float: left;
	width: 100%;
}
#wdcmsoffer .offer-inner-carousel .offer:last-child {
	border: none;
}


@media (max-width:991px) {
	#wdcmsoffer .offer-inner-carousel .innerbanner .title {
		font-size: 15px;
  }
}
@media (max-width:767px) {
	#wdcmsoffer .offer-inner-carousel .innerbanner .offer-content {
		padding: 0px 0 0 15px;
  }
  #wdcmsoffer {
	margin-bottom: 10px;
}
#wdcmsoffer .wdoffer {
	padding: 15px 0px;
	margin-bottom: 10px;
}
.offer-inner-carousel.owl-carousel.owl-theme {
	margin: 0;
}
}

/*-------------------------- End Header Offer CMS Block -------------------------------*/

/*-------------------------- Start Homepage Right Banner -------------------------------*/

/* #wdcmsrightbanner{
	width: 40%;
	padding: 0 0 0 30px;
	float: right;
} */
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content {
	 position: relative;
	 overflow: hidden;
	 border-radius: 8px;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 -khtml-border-radius: 8px;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content {
	position: absolute;
	top: 0;
	left: 0;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img4.wdbanner .wdright-banner-content .wdbanner-content {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle {
    font: 400 16px/20px "Open Sans",Arial,Helvetica,sans-serif;
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #222;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a {
    background: #ffd40c;
    border-color:#ffd40c;
	 float: none;
	 text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    width: auto;
    overflow: visible;
    color: #111;
    position: relative;
    border-radius:25px;
    -webkit-border-radius: 25px;
    -moz-border-radius:25px;
    -khtml-border-radius:25px;
    padding: 8px 15px;
    transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -khtml-transition: .4s ease-in-out;
    -o-transition:.4s ease-in-out;
	 font: 600 14px/18px 'Roboto',Helvetica,sans-serif;
}
.wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button,
.wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button{
    padding-left: 15px;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a span {
    background:#7d54f2;
    right: -12px;
    left: auto;
    color: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
	 border-radius:25px;
    -webkit-border-radius: 25px;
    -moz-border-radius:25px;
    -khtml-border-radius:25px;
    transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -khtml-transition: .4s ease-in-out;
    -o-transition:.4s ease-in-out;
    margin: auto;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a:hover span {
    right: 10px;
    background: #7d54f2;
    color: #7d54f2 !important;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a:hover {
    padding-right: 40px;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a:hover,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a:hover {
    background: #ffd40c !important;
    color:#111 !important;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content {
    margin: 20px 0 0 0;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content {
    float: left;
    width: 60%;
    text-align: left;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a, 
#wdcmsrightbanner  .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a {
    background: 0 0!important;
    border-color: transparent transparent;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content .subtitle,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content .title {
    padding-left: 30px;
}

#wdcmsrightbanner .wdcmsbanner .wdbanner:hover .wdbanner-content.left a:hover:after{
	right: 10px;
	background: #7d54f2;
	color: #fff!important;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdbanner-content.left a:after{
	content: "\f105";
    font-family: fontawesome;
	 background: #7d54f2;
    right: -12px;
    left: auto;
    color: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50%;
    transition: .4s ease-in-out;
    margin: auto;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner:hover .wdbanner-content.left a:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 100%;
    background: rgba(255,255,255,.4);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
}
.wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content {
    margin: 20px 0 0 0;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdbanner-content.left a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.wdcmsbanner .wdbanner-img3.ttbanner .wdright-banner-content .wdbanner-content .wdbanner-button {
    padding-left: 15px;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img1,#wdcmsrightbanner .wdcmsbanner .wdbanner-img2 {
    margin-bottom: 30px;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .title {
    font: 700 22px/26px Open Sans,sans-serif;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #111;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner img {
   border-radius:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
	 -khtml-border-radius:8px;
	 max-width: 100%;
	 height: auto;
	 display: inline-block;
	
}

#wdcmsrightbanner .wdcmsbanner .wdbanner-img1 img, #wdcmsrightbanner .wdcmsbanner .wdbanner-img2 img,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3 img, #wdcmsrightbanner .wdcmsbanner .wdbanner-img4 img{
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img1:hover img, #wdcmsrightbanner .wdcmsbanner .wdbanner-img2:hover img,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3:hover img, #wdcmsrightbanner .wdcmsbanner .wdbanner-img4:hover img{
	 transform:scale(1.05);
	 -webkit-transform: scale(1.05);
	 -moz-transform:scale(1.05);
	 -o-transform: scale(1.05);
	 -ms-transform:scale(1.05);
	 -webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
 }
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .subtitle,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .title {
    padding-left: 30px;
}
@media (max-width: 1200px){
#wdcmsrightbanner .wdbanner{
	padding:0 10px;
}
.wdcmsbanner .row {
	margin: 0;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img1,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3{
	padding: 0 10px 0 0;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img4{
	padding: 0 0px 0 10px;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img1,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2{
	margin-bottom:20px;
}
}
@media (max-width: 1200px) and (min-width: 992px){
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle{
	font-size: 14px;
    line-height: 18px;
    margin: 0;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .title{
	font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .subtitle, #wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .title{
	padding-left:10px;
	margin:0;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content .subtitle, #wdcmsrightbanner .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content .title{
	padding-left:10px;
}
.wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button, .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button{
	padding-left:10px;
}
#wdcmsrightbanner {
	padding: 0 0 0 20px;
}
}
@media (max-width: 1630px) and (min-width: 1260px){
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .title {
    margin: 0 0 10px;
}
}
@media (max-width: 1499px) and (min-width: 1260px){
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .title {
    font-size: 20px;
    line-height: 24px;
}
}
@media (max-width: 1499px){
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content {
    width: 100%;
}
}
@media (max-width: 991px) and (min-width:768px){
#wdcmsrightbanner .wdbanner {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: auto;
}
}
@media (max-width: 991px){

#wdcmsrightbanner .wdcmsbanner {
    text-align: center;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content{
    float: none;
    display: inline-block;
    vertical-align: top;
}
#wdcmsrightbanner {
	width: 100%;
	padding: 0;
}
}
@media (max-width: 767px){
#wdcmsrightbanner .wdbanner {
	padding: 0 10px;
	float: none;
	display: inline-block;
	width: 40%;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle {
	font: 400 14px/18px "Open Sans",Arial,Helvetica,sans-serif;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .title {
	font: 700 18px/22px Open Sans,sans-serif;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a {
	padding: 6px 15px;
	font: 600 12px/16px 'Roboto',Helvetica,sans-serif;
}
}
@media (max-width:543px){
#wdcmsrightbanner .wdcmsbanner .wdbanner-img1,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3{
	margin-bottom:20px;
}
#wdcmsrightbanner .wdbanner {
	float: left;
	width: 100%;
}
#wdcmsrightbanner .wdcmsbanner .wdbanner-img1,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img2,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img3,
#wdcmsrightbanner .wdcmsbanner .wdbanner-img4{
	padding: 0px;
}

}

/*-------------------------- End Homepage Right Banner -------------------------------*/

/***********************Start Homepage Subbanner cms Block********************/
#wdcmssubbanner {
	float: left;
	width: 100%;
  margin:0 0 20px;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle {
	font: 400 16px/20px Open Sans,sans-serif;
	text-transform: capitalize;
	margin: 0 0 5px;
	color: #ffffff;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .title {
	font: 700 28px/34px Open Sans,sans-serif;
	text-transform: capitalize;
	margin: 0 0 15px;
	color: #ffffff;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button {
	float: left;
	max-width: 100%;
	width: 100%;
}
.wdcmssubbanner .wdbanner .wdright-banner-content {
	float: left;
	width: 100%;
	position: relative;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a:hover span {
	right: 10px;
	background:#7d54f2;
	color:#fff !important;
}
.wdcmssubbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .subtitle,
.wdcmssubbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .title {
	color: #ffffff;
}
.wdcmssubbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content {
	text-align: left;
	right: auto;
	left: 30px;
	width: 42%;
	top: 50px;
}
.wdcmssubbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a {
	background: #fff;
	border-color: #fff;
	color: #000;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a {
	background:#fed700;
	border-color:#fed700;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	overflow: visible;
	color:#000;
	position: relative;
	border-radius: 25px;
	-webkit-border-radius:25px;
	-moz-border-radius: 25px;
	-khtml-border-radius:25px;
	padding: 8px 15px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-khtml-transition: .4s ease-in-out;   
  font:600 14px/18px 'Roboto',Helvetica,sans-serif;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content {
	position: absolute;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a:hover {
	padding-right: 40px;
}
.wdcmssubbanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content {
	width:42%;
	text-align: left;
	right: auto;
	left: 30px;
	top: 50px;
}
.wdcmssubbanner .wdbanner a {
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.wdcmssubbanner .wdbanner .wdbanner-content.left a:hover:after{
	right: 10px;
	background: #7d54f2;
	color: #fff!important;
}
.wdcmssubbanner .wdbanner .wdbanner-content.left a:after {
	content: "\f105";
	font-family: fontawesome;
	background: #7d54f2;
	right: -12px;
	left: auto;
	color: #fff;
	top: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 50%;
	transition: .4s ease-in-out;
	margin: auto;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a span {
	background: #7d54f2;
	right: -12px;
	left: auto;
	color: #fff;
	top: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	font-weight: 400;
	height: 20px;
	width: 20px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-khtml-border-radius:25px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-khtml-transition: .4s ease-in-out;   
	margin: auto;
}

.wdcmssubbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content {
	width: 42%;
	text-align: center;
	left: 10px;
	top: 48px;
}
.wdcmssubbanner .wdbanner a img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.wdcmssubbanner .wdbanner:hover a img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wdcmssubbanner .wdcmssubbanner .container {
	padding: 0;
}
@media (max-width: 1630px) and (min-width: 1260px){
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .title {
	margin: 0 0 10px;
}
}
@media (max-width: 1499px) and (min-width: 1260px){
.wdcmssubbanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content {
	top: 26px;
}
.wdcmssubbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content {
	width: 40%;
	left: 20px;
	top: 28px;
}
.wdcmssubbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content {
	top: 26px;
}
}
@media (max-width: 1499px) and (min-width: 1201px){
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .title {
	font-size: 60px;
        line-height: 58px;
}
}
@media (max-width: 1200px){
#wdcmssubbanner {
  margin:0 0 10px;
}
}
@media (max-width: 1200px) and (min-width: 992px){
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .title{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
}
.wdcmssubbanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content{
	top: 15px;
	left: 20px;
}
.wdcmssubbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content{
	left: 10px;
	top: 13px;
}
.wdcmssubbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content{
	top: 12px;
	width: 48%;
	left: 20px;
}
}
@media (max-width: 991px) and (min-width:768px){
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .title{
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a{
	padding: 5px 10px;
	font-size: 13px;
}
.wdcmssubbanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content{
  width: 58%;
	left: 10px;
	top: 6px;
}
.wdcmssubbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content{
	left: 3px;
	top: 6px;
	width: 54%;
}
.wdcmssubbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content{
	width: 58%;
	top: 7px;
	left: 10px;
}
#wdcmssubbanner .wdcmssubbanner .wdbanner {
	padding: 0 10px;
}
#wdcmssubbanner .wdcmssubbanner .row{
  margin:0 -10px;
}
}
@media (max-width:767px){
#wdcmssubbanner .wdcmssubbanner .wdbanner {
	width: 100%;
	margin: 0 0 20px;
	float:left;
	text-align: center;
	padding: 0;
}
.wdcmssubbanner .wdbanner .wdright-banner-content {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .title{
	font-size: 20px;
}
#wdcmssubbanner {
	margin: 0 0 0px;
}
#wdcmssubbanner .wdcmssubbanner .container {
	padding: 0 10px;
}
}
@media (max-width: 543px){
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle{
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .title{
	font-size: 16px;
    line-height: 22px;
	margin: 0 0 8px;
}
.wdcmssubbanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a{
	padding: 5px 12px;
	font-size:12px;
	line-height:16px;
}
.wdcmssubbanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content{
	width: 50%;
	text-align: left;
	left: 10px;
	right: auto;
	top: 8px;
}
.wdcmssubbanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content{
	left: 10px;
	top: 8px;
}
.wdcmssubbanner .wdbanner-img3.wdbanner .wdright-banner-content .wdbanner-content{
	left: 20px;
	top: 6px;
	width: 50%;
}
#wdcmssubbanner {
  margin:0;
}
}



/***********************End Homepage Subbanner cms Block********************/

/*-------------------------- Start Homepage Bottom CMS Banner -------------------------------*/

#wdcmsbanner {
	float: left;
	width: 100%;
  margin:20px 0 30px;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdbanner-content.left a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner:hover .wdbanner-content.left a:before {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 100%;
	background: rgba(255,255,255,.4);
	transition-duration: 1.3s;
	-moz-transition-duration: 1.3s;
	-webkit-transition-duration: 1.3s;
	-khtml-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner-content.left a:hover:after{
	right: 10px;
	background: #7d54f2;
	color: #fff!important;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner-content.left a:after {
	content: "\f105";
	font-family: fontawesome;
	background: #7d54f2;
	right: -12px;
	left: auto;
	color: #fff;
	top: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 50%;
	transition: .4s ease-in-out;
	margin: auto;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content a.banner-image {
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	float: left;
	display: block;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner a img {
  max-width:100%;
  height: auto;
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner:hover a img{
	transform:scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle {
	font: 400 16px/20px 'Open Sans',Helvetica,sans-serif;
	text-transform: capitalize;
	margin: 0 0 5px;
	color: #111111;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .title {
	font: 700 30px/36px 'Open Sans',Helvetica,sans-serif;
	text-transform: capitalize;
	margin: 0 0 15px;
	color: #111;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button {
	float: left;
	max-width: 100%;
	width: 100%;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a {
	background:#fed700;
	border-color: #fed700;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	font-weight: 400;
	overflow: visible;
	color:#000;
	position: relative;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 8px 15px;
	transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a span {
	background:#7d54f2;
	right: -12px;
	left: auto;
	color:#fff;
	top: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
	margin: auto;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a:hover {
	padding-right: 40px;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a:hover span {
	right: 10px;
	background: #7d54f2;
	color: #fff !important;
}
.wdcmsbottombanner .wdbanner-img2.wdbanner .-banner-content .wdbanner-content .subtitle,
.wdcmsbottombanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .title {
	color: #111;
}
.wdcmsbottombanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a {
	background: #111;
	border-color: #111;
	color: #fff;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content {
	position: absolute;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content {
	position: relative;
}
.wdbanner-img2.wdbanner.col-sm-4 {
	padding-right: 0px;
}
.wdbanner-img1.wdbanner.col-sm-8 {
	padding-left: 0px;
}

.wdcmsbottombanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content {
	width: 35%;
	text-align: left;
	left: 30px;
	right: auto;
	top: 35px;
}
.wdcmsbottombanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content {
	width: 34%;
	text-align: left;
	right: 80px;
	top: 48px;
}
@media (max-width: 1630px) and (min-width: 1260px){
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .title {
	margin: 0 0 10px;
}
}
@media (max-width: 1499px){
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .title {
	font-size: 20px;
	line-height: 24px;
}
.wdcmsbottombanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content {
	right: 40px;
	top: 26px;
}
.wdcmsbottombanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content {
	right: 14px;
	top: 18px;
}
}
@media (max-width: 1200px) and (min-width: 768px){
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle{
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .title{
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 5px;
}
.wdcmsbottombanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content{
	right: 10px;
	width: 40%;
	top: 28px;
}
.wdcmsbottombanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content{
	width: 45%;
	left: 10px;
	top: 7px;
}
}

@media (max-width: 1199px){
	#wdcmsbanner {
		margin: 20px 0 10px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
.wdcmsbottombanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content{
	right: 0;
	top: 17px;
	width: 48%;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a{
	padding: 5px 12px;
	font-size: 13px;
}
.wdcmsbottombanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content{
	width: 75%;
	left: 9px;
	top: 9px;
}
}
@media (max-width: 991px){
#wdcmsbanner {
  margin:20px 0 10px;
}
}
@media (max-width: 767px){
#wdcmsbanner .wdcmsbottombanner .wdbanner {
	width: 100%;
	text-align: center;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content {
	float: none;
	display: inline-block;
	vertical-align: top;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner.wdbanner-img1 {
	margin: 0 0 20px;
}
.wdcmsbottombanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content{
  top:7px;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle{
  font-size:14px;
  line-height:18px;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .title{
  font-size:20px;
  line-height:24px;
  margin:0 0 5px;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a{
  padding:5px 15px;
  font-size:12px;
}
.wdbanner-img1.wdbanner.col-sm-8,
.wdbanner-img2.wdbanner.col-sm-4  {
	padding: 0px;
}

}
@media (max-width:543px){
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .subtitle{
	font-size: 12px;
	line-height: 16px;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .title{
	font-size: 14px;
	line-height: 18px;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button a{
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 4px 10px;
}
.wdcmsbottombanner .wdbanner-img1.wdbanner .wdright-banner-content .wdbanner-content{
	width: 100%;
	position: static;
	margin: 0;
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 12px 0;
	text-align: center;
}
.wdcmsbottombanner .wdbanner-img2.wdbanner .wdright-banner-content .wdbanner-content {
  width: 40%;
  left: 10px;
  top: 10px;
  right: auto;
}
#wdcmsbanner .wdcmsbottombanner .wdbanner .wdright-banner-content .wdbanner-content .wdbanner-button {
	float: none;
	width: auto;
}
.wdcmsbottombanner .wdbanner .wdright-banner-content a.banner-image{
	float: none;
}
}

/*-------------------------- End Homepage Bottom CMS Banner -------------------------------*/


/* CMS block */
.cmsbanner-block {
	margin: 30px 0 70px;
	float: left;
	position: relative;
	width: 100%;
}
.cms-inner-block1, .cms-inner-block2 {
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 4px;
}
.cms-inner-block1{ margin-right: 30px; }
.cms-inner-block1 .cms1_img .cms_image1, .cms-inner-block2 .cms2_img .cms2_image2 {
	max-width: 100%;
	width: 100%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.cms-inner-block1:hover .cms1_img .cms_image1, .cms-inner-block2:hover .cms2_img .cms2_image2{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
	left: 50px;
	position: absolute;
	top: 22%;
	bottom: auto;
	right: auto;
}
.cmsbanner-block .description .title {
	font-size: 24px;
	color: #000;
	margin: 0 0 15px 0;
}
.cmsbanner-block .description .toptitle {
	font-size: 24px;
	letter-spacing: 0.4px;
	color: #000;
	text-transform: capitalize;
	font-weight: 600;
}
.cmsbanner-block .description .banner_text {
	color: #ff3300;
	margin: 50px 0 0 0;
	text-transform: capitalize;
}
/* end of cms block */
/* homepage sub banner2*/
.webdigify-tab-text {
     background: #2196f3 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 0;
    text-align: center;
}
.webdigify-tab-text > span {
   color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
/*end homepage sub banner2*/
/* cart */
#cart .item-count {
	background: #ffd40c;
	height: 20px;
	position: absolute;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 11px;
	right: 36px;
	top: -3px;
	color: #fff;
	font-weight: 400;
	line-height: 16px;
	left: auto;
	border: 2px solid #fff;
}
#cart .mycart {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
	 letter-spacing: 0.3px;
	 color: #ffffff;
}
#cart .price {
	font-size: 14px;
    font-weight: 600;
    display: none;
    line-height: 22px;
    text-align: left;
	 letter-spacing: 0.3px;
	 color: #111;
}
.col-sm-3.header_cart {
	width: auto;
	float: right;
	padding:9px 3px 7px;
}
.fa.fa-heart-o {
  font-size: 25px;
  padding: 7px 25px 0 10px;
}
.header-cart .cart-menu li > a > img{width:100%;}
.col-sm-3.header-cart{
    float: left;
    width: auto;
    padding:0;
  	margin-left:0;
}
.cart-menu .img-thumbnail {
	max-width: none;
	width: auto;
	border: 1px solid #e8e9eb;
}
#cart .dropdown-menu .table {
  border: medium none;
  margin-bottom: 10px;
}
#cart button > h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
	line-height: 16px;
	padding: 0 0 0 21px;
	 margin: -20px 0 0 10px;
	 color:#fff;
}
.header-container .dropdown.myaccount .dropdown-toggle .fa.fa-user {
  color: #ef9d2a;
  font-size: 17px; 
}
.header-container .dropdown.myaccount {
  background: #394d66 none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
  height: 40px;
  padding: 12px 17px;
}
.header_wishlist {
	float: right;
	margin:6px 9px 0;
	position: relative;
	height: 40px;
    width: 40px;
}

.header_wishlist > a{ 
    height: 100%;
    width: 100%;
	background:rgba(0, 0, 0, 0) url("../image/webdigify/header-icon.png") no-repeat scroll 1px -154px;
	display: block;
	transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
	
 }

.header_wishlist > a:hover{ transform: rotateY(
	360deg
	);
		-webkit-transform: rotateY(
	360deg
	);
		-moz-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
}

.header_wishlist span{
	background: #7d54f2;
	height: 20px;
	position: absolute;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 11px;
	right: -1px;
	top: 0px;
	color: #fff;
	font-weight: 400;
	line-height: 16px;
	border: 2px solid #fff;
	z-index: 99;
}

#cart-total {
	float: left;
	margin-top: 7px;
}
.cart_image {
	background:rgba(0, 0, 0, 0) url("../image/webdigify/header-icon.png") no-repeat scroll -85px -75px;	
	height: 40px;
	width: 40px;
	float: left;
	margin:0 5px 0 0;
	transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#cart:hover .cart_image{ 
    transform: rotateY(
360deg
);
    -webkit-transform: rotateY(
360deg
);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

#cart-text {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}
.header_cart .dropdown-toggle {
	border: 1px solid #111111;
}
#cart > .btn {
	background: none;
	width: 100%;
	padding: 0 !important;
	border: none;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#cart{
    text-transform: capitalize;
	text-align:right;
}
.shopping-cart .btn.btn-danger {border-radius: 0;}
#cart h4 {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: -2px;
  z-index: 999;
}
.pull-left #form-language .btn-group span, .pull-left #form-currency .btn-group span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}
.table.table-bordered.shopping-cart.responsive{ display: none; }
.pull-left #form-language .fa.fa-caret-down{
	padding: 0 10px;
}
.pull-left #form-currency .fa.fa-caret-down {
	padding: 0 12px;
}
#top-links .fa {display: inline-block;}
#top-links .fa.fa-angle-down {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 -10px 0 10px;
}
#top-links .list-inline a {
	color: #fff;
	border-right: 1px solid #55ABA4;
	padding: 0 10px 0 10px;
}
#checkout-cart .text-right.total {
	font-size: 15px;
	font-weight: 700;
}
#cart .dropdown-menu {
	width: 330px;
	padding: 10px;
	overflow: hidden;
	display: none;
	margin: 0;
	height: auto;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:8px;
	top: 47px;
	border: 1px solid #eaeaea;
	box-shadow: none;

}
#cart .dropdown-menu li{float:none}
#cart .dropdown-menu li:first-child {
    max-height: 270px;
    overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0 0;
}
#cart .dropdown-menu li::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
#cart .dropdown-menu li::-webkit-scrollbar-thumb {
    border: 4px solid #888;
}
#cart .dropdown-menu li::-webkit-scrollbar-track {
    background: #cccccc;
}

.header_cart .text-right.button-container > a {
	padding: 9px 25px;
	background: #ffd40c;
	display: inline-block;
	border-radius: 20px;
	color: #111;
	vertical-align:top;
}
.header_cart .text-right.button-container > a.addtocart {
    background: #7d54f2;
	 color: #fff;
	 position: relative;
    left: 0;
    right: 0;
    top: 0;

}
.header_cart .text-right.button-container > a.addtocart:hover {
    background: #ffd40c;
    color: #111;
}
.header_cart .text-right.button-container > a.checkout:hover {
    background: #7d54f2;
    color: #ffffff;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:none;
	font-size:13px;
	}
#cart .dropdown-menu table td{ border:none; background:none; }
#cart .dropdown-menu table.total-table td{border:medium none;}
.productpage .image a.elevatezoom-gallery{
border:1px solid #e0e0e0;
}
.cart-menu .table td {
  padding: 10px 0 5px 5px;
}
.table-responsive .table.table-bordered.shopping-cart .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding:15px;
  vertical-align: top;
  width: 25%;
}
#checkout-cart span.customSelect {
	border-radius: 5px;
	height: 40px;
	padding: 9px 15px 10px 15px;
}
.dropdown-menu .cart-menu .table.table-striped >tr > td .text-center > img{width:100%;}
.text-right > strong {
	font-weight: 600;
	color: #111;
}
.content-bottom > .container{width:100%; background-color: #fff;}
.serach-inner {
    float: left;
    margin-top: 25px;
    width: 100%;
}
.panel-default>.panel-heading:hover {
    border-color: #111111;
}
/* menu */
.nav-responsive { display:none;background: none !important;}
.nav-inner.container{
	background: #ffffff none repeat scroll 0 0;
    padding:35px 45px 30px;
    top: auto;
	box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0px 15px 0 rgba(0, 0, 0, 0.2);
	position:relative;
	margin-bottom:30px;
	display:none;
}
#res-menu {
	display: none;
}
.responsive-menu, .main-menu {
	float: left;
	width: auto;
}
.lang-curr .fa.fa-angle-down {
  vertical-align: middle;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
#menu ul li .megamenu ul.list-unstyled {
    padding: 0px;
    border: none;
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background-color:transparent;
}
.main-menu ul > li {
	background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    float: none;
	 position: relative;
    margin: 0 8px;
    vertical-align: top;
}
.main-menu ul > li.dropdown:hover .dropdown-menu{ display: block; }
.main-menu a {
	font: 600 14px/18px Open Sans,sans-serif;
    padding: 26px 20px;
    display: block;
	 color: #fff;
	 padding: 12px 20px;
    text-transform: capitalize;
    z-index: 1;
    margin: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
	 border-radius: 8px;
    overflow: hidden;
}

.more-brand {
	float: right;
}
.more-brand > a {
	background: #7d54f2;
	color: #fff;
	padding: 5px 12px 5px 15px;
	margin: 0 -15px -15px 0;
	border-radius: 5px 0px 5px 0;
	font-size: 12px;
	font-weight: 400;
}
.main-menu a:after{
	background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    -webkit-opacity: .2;
    position: absolute;
    top: 0;
    width: 0;
    border-radius: 8px;
    transition: .5s ease-in-out;
}
#menu .dropdown .dropdown-menu a:after{
	display: none;
}
.main-menu a:hover:after{
	width: 100%;
}
.more-brand > a > i {
	font-size: 14px;
	margin-left: 5px;
}
.static-menu {
	margin-left: 20px;
}
.main-menu a:hover {
	text-decoration: none;
}

.main-menu > ul > li:hover > a {
	background: transparent;
	color: #111111;
}
.main-menu ul > li.top_level.dropdown:hover > a, .main-menu ul > li.top_level:hover > a {
    color: #111111;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display:block;
    padding:0 0 0 10px;
    position:relative;
    top: 0;
	display:block;
	width:100%;
	 margin: 0 !important;
}
.main-menu > ul > li ul > li > a {	
	padding: 8px;
	color: #1f2022;
	display: block;
	white-space: nowrap; 
}
.responsive-menu .main-navigation li a{	
	padding: 5px 10px;
	color: #333333;
	display: block;
	white-space: normal; 
}
.main-menu > ul > li ul > li > .dropdown-inner ul li a{color:#adadad;}
.main-menu ul li ul .list-unstyled a{color: #808080;    font-weight: normal;    padding:8px 0;    text-transform: capitalize;line-height: 22px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#111111;
	background-color:#fff;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {display: block;}
#menu .nav li .list-unstyled .dropdown {float: left;}
#menu .dropdown .dropdown-menu {
	padding: 15px;
	background: #fff none repeat scroll 0 0;
	border: none;
	width: 100%;
	top: 100%;
	min-width: 500px;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:8px;
}
#menu ul li.hiden_menu .dropdown-menu{
	visibility: visible !important;
	display:block;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
}
#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu{
    border: medium none;
    margin: 0 !important;
    padding: 0;
    position: relative;
}
#menu li.hiden_menu .dropdown-menu.megamenu {
    display: none;
}
#menu ul li .megamenu.column1 ul.list-unstyled {
     display: block;
    padding: 0;
    width: 100%;
    border: none;
}
	#menu ul li .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {
		float: left;
		padding: 0;
		width: 100%;
	}
#menu li.hiden_menu:hover .dropdown-menu.megamenu{display:none;}
 /* Webdigify Category CSS */
.catgory-left { width:24%; float:left; padding-right:30px; }
#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu li.dropdown:hover .dropdown-menu {display: block;}
#nav-one .hiden_menu .dropdown-menu li.dropdown .dropdown-menu { display:none; }   
#nav-one > li > .dropdown-menu {
	background: #fff none repeat scroll 0 0;
	margin-top: 0;
	padding: 20px;
	left: 297px;
	top: 0;
	border-radius: 8px;
	border: 4px solid #e5e5e5;
	box-shadow: none;
}

.box-content-category ul .childs_1 li {
	padding: 0 0;
	border: none;
}
.box-content-category ul li {
	line-height: 21px;
}
.dropdown {
	position: relative;
}
#nav-one > li.hiden_menu > .dropdown-menu{padding:22px;}
.top_level.hiden_menu{position:relative;}
#nav-one li .megamenu ul.childs_1 {
	padding: 0 10px;
}
#nav-one li .megamenu.column1 ul.childs_1 {
	padding: 0;
	display: inline-block;
	width: 100%;
	border: medium none;
}
#nav-one > li > .dropdown-menu.megamenu.column1 a, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown > a, #nav-one .hiden_menu .dropdown-menu a{
	border: none;
	padding: 0px 0 0px 15px;
	font-weight: 400;
	letter-spacing: inherit;
	color: #666;
}
#nav-one > li > .dropdown-menu.megamenu.column1 a:hover,
 #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown > a:hover,
  #nav-one .hiden_menu .dropdown-menu a:hover{
	  color: #111;

}
#nav-one > li > .dropdown-menu.megamenu.column1 li a:after{ display: none; }
#nav-one li ul {
    display: table-cell;
    float: none;
}
#nav-one ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: left;
}
#nav-one li .megamenu ul.list-unstyled > li.dropdown > a {
	font-weight: 600;
	margin: 0 0 0 0;
	padding:0px;
	border: none;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.quickview-model .product-right .desc {
	font-weight: 500;
    padding: 0 10px 0 0;
    color: #414141;
}
.quickview-model h4.special-price {
    color: #7d54f2;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}
.productpage-quickview .rating-wrapper {margin-bottom: 10px;}
.quickview-model .page-title {display: none;}
.box-content-category ul .childs_1 li img {margin: 10px 0 10px 0;}
#product2 hr { margin: 10px;}
.form-group.cart-block {margin-top: 20px;}
/* Megamenu*/
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu{
	display: block;
}
/* more menu */
.dropmenu li:hover ul, .dropmenu li div li:hover div {
	display: block;
}
/* end of more menu */
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
	background: #fff none repeat scroll 0 0;
	margin: 5px 0 0 0;
	padding: 0;
	position: relative;
	border: none;
	box-shadow: none;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	padding: 0px 0 0px 15px;
	border:none;
	color: #666;
	font-weight: 400;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover{
	color: #111111;
}
.box-content-category .list-unstyled.childs_2 {padding: 0;}
.main-menu > ul > .dropdown ul > li:last-child > a, .hiden_menu .top_level:last-child > a {border: medium none;}
.main-menu > ul > .dropdown .megamenu.column1 ul > li.dropdown:last-child > a {    border-bottom: 1px dashed #d9d9d9;}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a::before, #nav-one > li.top_level.dropdown .megamenu.column1 .list-unstyled.childs_1 li a::before, #nav-one .hiden_menu .dropdown-menu a:before{
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	position: absolute;
	right: auto;
	top: -1px;
	left: 0;
	font-weight: 400;
	background:none; 
}

#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	left: 100%;
	top: 0;
	position: absolute;
	padding: 15px 0 15px 15px;
	display: none;
	margin: 0;
	border: 4px solid #e5e5e5;
	min-width: 200px;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:8px;
}
.breadcrumb li:last-child a {
    color: #666;
}
.column_left_cms .box.last .list-group{
    border-bottom: medium none;
	margin-bottom:0;
	padding:4px 0 0;
}
.column_left_cms .box.last{margin-bottom:0;}

/* Webdigify Category CSS */
/* 1-col layout */
 
.layout-2.left-col #column-left {
	padding: 0 15px 0 0px;
	width: 20%;
}
.layout-2.right-col #column-right {
    width:20%;
    padding: 0;
}
/* product info page */
#tabs_info.product-tab {
    float: left;
    margin: 50px 0 0px;
    padding: 0 0;
    width: 100%;
}
#tabs_info.product-tab ul.nav.nav-tabs {
    padding:10px 0 0px;
    margin: 0px;
	border-bottom: 3px solid #ffd40c;
}
.nav-tabs > li > a {
	color: #111111 ;
	font-weight: 400;
}
/* End of product info page */
#account-return #content{margin:0 0 20px 15px !important;}
#information-information #content,
#account-return #content,
#information-sitemap #content,
#account-account #content,
#account-voucher #content,
#account-wishlist #content,
#account-order #content,
#account-edit #content,
#account-newsletter #content,#account-download #content,
#account-password #content,#account-address #content,
#account-recurring #content,#account-reward #content,
#account-transaction #content,#checkout-checkout #content,
#checkout-cart #content ,#account-register #content{
    padding: 20px 20px !important;
    border: 1px solid #eaeaea;
	margin: 0 0 0 15px;
	 width: 78%;
	 background: #fff;
	 border-radius: 8px;
}
#information-information #content h3 {
    font-size: 14px;
    font-weight: 600;
}
#information-information .image1,
#information-information .image2,
#information-information .image3,
#information-information .image4 {
    border-right: 1px solid #ededed;
    margin: 0 18px 0 0;
}
#information-information h1, #information-information h2,
#account-return h1,#account-return h2,
#account-wishlist h1,#account-wishlist h2,
#account-order h1,#account-order h2,
#account-edit h1,#account-edit h2,
#account-password h1,#account-password h2 ,
#account-address h1,#account-address h2,
#account-recurring h1,#account-recurring h2,
#account-reward h1,#account-reward h2,
#account-transaction h1,#account-transaction h2,
#checkout-checkout h1,#checkout-checkout h2,
#checkout-cart h1,#checkout-cart h2,
#account-register h1,#account-register h2{
    margin: 0 0 20px 0;
}
#account-account h1,#account-account h2 {
    font-size: 18px;
    line-height: 24px;
}
#product-special #content {
	padding: 0 0 0 15px;
	background: transparent;
}
.layout-2.left-col #content {
	padding: 20px;
	width: 80%;
	background: #fff;
}
.layout-2.right-col #content {
  padding:0 30px 0 0;
}
.layout-2 .content-bottom #content{width:100%; padding:0; margin-left:auto; margin-right:auto;}
#account-login .well p strong {
    font-weight: 400;
}
td.text-right a.btn.btn-info {
    background: #252525;
    border-color: #252525;
}
td.text-right a.btn.btn-info:hover,
td.text-right a.btn.btn-info:focus,
td.text-right a.btn.btn-info:active {
    background: #ffd40c;
    border-color: #ffd40c;
    color: #111;
}
#account-register fieldset {
    padding: 20px;
    margin: 0 0 20px;
    border: 1px solid #eaeaea;
}
/* 3-col layout */
.layout-3 #column-left{	width:24%;}
.layout-3 #column-right{width:24%;}
.layout-3 #content{	width:52%;}
/* content */
.layout-2.left-col #content.productpage-quickview {
	float: right;
	padding: 20px;
}
 
.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
    font-weight: 500;
	 padding: 0px 0px;
	 
}
/* footer */
.common-home footer {
	margin-top: 25px;
}
.social-block ul {
    padding: 0px;
}

.success_link {
    width: 100%;
    min-height: 70vh;
    padding: 70px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8fa;
}
.success_link__container h1 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
    color: #222;
}
.success_link__message {
    margin: 0 auto 25px;
    max-width: 500px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}
.success_link__order {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 12px 20px;
    border-radius: 7px;
    background: #f5f5f5;
    font-size: 15px;
}
.success_link__order span {
    color: #777;
}
.success_link__order strong {
    color: #222;
}
.success_link__info {
    margin: 0 0 30px;
    font-size: 14px;
    color: #888;
}
.success_link__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.success_link__btn--primary {
    background: #28a745;
    color: #fff;
    border: 1px solid #28a745;
}
.success_link__btn--outline {
    background: transparent;
    color: #222;
    border: 1px solid #ddd;
}
.success_link__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 13px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.success_link__container {
    width: 100%;
    max-width: 650px;
    padding: 50px 35px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
}
.success_link__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f9ef;
    color: #28a745;
    font-size: 38px;
}
footer {
	position: relative;
	margin-top: 35px;
	float: left;
	width: 100%;
	overflow: hidden;
}
 
footer h5 {
	font-size: 18px;
    margin: 0px 0 20px;
    position: relative;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
}
.footer-blocks .footerleft .contact-block ul {
    padding: 0;
}
.footer-blocks .footerleft .contact-block span {
    line-height: 24px;
	display: inline-block;
    vertical-align: top;
}
.footer-blocks .footerleft .contact-block li {
    margin: 0px 0px 8px;
	line-height: 24px;
	color: #d7cfcf;
}
.footer-blocks .footerleft .contact-block .fa {
    margin-right: 15px;
}
#footer .column li a {
	line-height: 26px;
	color: #d7cfcf;
}
.footer-blocks .footerleft .contact-block li.number span {
	color: #d7cfcf;
	font: 700 20px/26px Roboto,sans-serif;
}
.footer-blocks .footerleft .contact-block li.number i.fa.fa-phone {
	font-size: 24px;
	color: #d7cfcf;
}
#footer .column li a:hover{ color: #d7cfcf;}
#footer .footer-area li a::before{display: none; }
#footer .footer-area li a{ padding: 0; }
.footer-blocks {
	margin: 0 -15px;
	
}
.newsletter {
	float: left;
	width: 50%;
	margin: 10px 0 0 80px;
}
#footer {
	padding:60px 0px 30px;
	float: left;
    position: relative;
	 width: 100%;
	 background: #191919;
}

.footer-top {
	background: #ffd40c;
    padding:18px 0;
     
}
.input-group.date span.input-group-btn button.btn.btn-default {
    border-radius: 0px;
}
/*** Responsive part ***/
#footer .social-footer .block-social #social-follow {
	display: block;
}
#footer .social-footer {
	margin: 0;
	text-align: center;
}
#newslatter {
	float: left;
	width: 50%;
}
#newslatter::after {
	content: '';
	border-right: 1px solid rgba(255,255,255,0.1);
	position: absolute;
	right: 0;
	height: 160%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.block_newsletter h3 span.desc {
	font:400 16px/45px Roboto,sans-serif;
	float: left;
	width: 100%;
	line-height: 1.1;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
.block_newsletter {
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}
.block_newsletter h3 .subtitle {
	font: 400 18px/20px "Open Sans",Arial,Helvetica,sans-serif;;
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.block_newsletter h3 .title {
	float: left;
	width: 100%;
	color: #111;
	 text-transform: capitalize;
	 text-align: left;
}
.block_newsletter h3 .title .material-icons {
	font-size: 0;
	height: 35px;
	width: 35px;
	margin: 0 10px 0 0;
	background-image: url(../image/webdigify/newsletter.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px;
	/* background-color: #ffd40c; */
	display: inline-block;
	vertical-align: top;
}
.newsletter.col-sm-6 {
	margin: 0;
	float: right;
	width: 60%;
	position: relative;
	max-width: 600px;
}
.footer-appinner ul.list-unstyled {
    padding-top: 5px;
}
.app-social {
    float: none !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.block_newsletter form {
	position: relative;
	width: 60%;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.block_newsletter h3 {
	font:400 26px/45px Roboto,sans-serif;
	color: #111;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: left;
}
.block_newsletter form input[type="email"] {
	background: #ffffff none repeat scroll 0 0;
	border: none;
	float: left;
	padding: 0 125px 0 15px;
	width: 100%;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius:25px;
	font-weight: 400;
	height: 44px;
}
.block_newsletter form input[type=email]:focus+button .search {
	color: #111;
}

.block_newsletter form input[type=email]::-webkit-input-placeholder {
	color: #111;
	text-indent: 0.625rem;
}

.block_newsletter form input[type=email]::-moz-placeholder {
	color: #111;
	text-indent: 0.625rem;
}

.block_newsletter form input[type=email]:-moz-placeholder {
	color: #111;
	text-indent: 0.625rem;
}

.block_newsletter form input[type=email]:-ms-input-placeholder {
	color: #111;
	text-indent: 0.625rem;
}

.block_newsletter form button[type=submit] {
	position: absolute;
	background: none;
	border: none;
	bottom: 0.3125rem;
	right: 0.125rem;
	color: #666;
}

.block_newsletter form button[type=submit] .search:hover {
	color: #111111;
}

.block_newsletter p {
	padding: 10px;
	font-size: 13px;
	margin: 5px 0 0;
	float: left;
	width: 100%;
	font-style: italic;
	line-height: 18px;
}
.block_newsletter form .input-wrapper {
	overflow: hidden;
}

.block_newsletter form input {
	height: 42px;
}

.block-contact {
	color: #666666;
}

.block-contact .block-contact-title {
	color: #414141;
}

/* New CSS */

.product-block.product-thumb.transition {
	margin-bottom:0px;
	float: left;
	width: 100%;
	padding: 10px 15px;
	height: auto !important;
}
/*cartbit*/
.special .product-block.product-thumb.transition{ height: 100% !important;}
/*cartbit*/

.manufacture_block {
	float: left;
	padding: 50px 0 50px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #e8e9eb;
}
.manufacturer_title {
	float: left;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
}
.manufacture_block ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-left: 15px;
}
.manufacture_block ul li {
    background: url("../image/webdigify/pipe.png") no-repeat scroll right 6px transparent;
    display: inline-block;
    padding: 0 15px 2px 10px;
}
.manufacturer_item a {color: #7a7a7a;}
.manufacture_block ul li:last-child {background: none repeat scroll 0 0 transparent;}
.newsletter label{display:none;}
.newsletter .input-news {
	width: 100%;
	position: relative;
}
.input-news .text-danger { color: #ff0000; position:absolute; left:0px; }
.subscribe-btn {
	width: auto;
	float: right;
	position: relative;
}
.newsletter .form-group{ 
	margin: 0;
    float: left;
    width: 100%;
}
.newsletter #txtemail {
	background-color: #ffffff;
	height: 42px;
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	padding:10px 120px 10px 20px;
}
.newsletter .form-control::placeholder {
	color: #111111;
}

.btn-primary {
    color: #fff;
    border: none;
    background: #191919!important;
    border-radius: 20px;
}


.newsletter .btn.btn-lg {
	background: #191919;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    border: none;
    position: absolute;
    right: 0;
    color: #fff;
    padding: 0px 40px;
    top: 0px;
    font-size: 14px;
    height: 42px;
    line-height: 16px;
    font-weight: 500;
}
.newsletter .btn.btn-lg:hover{ background-color: #111;color:#fff }
#account-order .col-sm-6.text-right ,#account-transaction .col-sm-6.text-right{clear: both; margin-bottom: 10px; width: auto;}
#contact ul li,.newsletter ul li{line-height:22px;}
#contact li.call-num {margin-top: 15px;}
#product .form-group #input-quantity, .quickview-model #input-quantity {
	width: 60px;
	height: 38px;
	padding: 8px;
	text-align: center;
	margin-right: 10px;
    border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
}
.form-group.qty #button-cart {
    padding:11px 28px 11px 16px;
	 border-radius: 25px;
	 color: #fff;
}
#button-cart2{
	margin: 15px 0 10px;
	padding:11px 28px 11px 16px;
	border-radius: 25px;
}
label.control-label.qty {
    margin: 0px 10px;
}
.form-group.qty #button-cart:hover:before,
#button-cart2:hover:before,
.form-group.qty #button-cart:focus:before,.form-group.qty #button-cart:active:before, #button-cart2.active:before,  #button-cart2:focus:before{
	background-image: url(../image/webdigify/sprite3.png);
    background-repeat: no-repeat;
    background-position:-42px 6px;
    background-size: 75px;
        filter: invert(1);
}
.form-group.qty #button-cart:before,
#button-cart2:before {
    padding: 10px 20px 10px 20px;
    background-image: url(../image/webdigify/sprite3.png);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    background-size: 76px;
    content: "";
	width: 25px;
	transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.box-category-top {
	float: left;
	width: 297px;
	position: relative;
	padding:18px 0px 18px 55px;
	cursor: pointer;
	color: #111;
	margin: 0 15px 0 0;
	background: #ffd40c;
	border-radius: 8px;
}

.box-category-top::before {
	position: absolute;
	content: "";
	background-image: url(../image/webdigify/menu.svg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 20px;
    background-color: #000000d6;
	left: 20px;
    width: 20px;
    height: 20px;
    top: 20px;
}
.quickview-container .wish-comp {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.box-content-category {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 190px;
	width: 297px;
	z-index: 999999;
	border-radius: 8px;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.box-content-category:before {
	content: "";
	top: -7px;
	left: 25px;
	display: inline-block;
	position: absolute;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #e5e5e5 transparent;
}
.header_bottom.fixed .box-content-category {
	top: 82px;
}
#nav-one li.hiden_menu .dropdown-inner {
	display: none;
	margin: 0 !important;
	padding-left: 0;
	padding-right: 0;
}
.box-content-category .hiden_menu span.main {
	padding: 13px 85px 13px 50px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 100%;
	color: #111;
    font-weight: 600;
}
.box-content-category .hiden_menu span.main::after {
	content: " ";
	position: absolute;
	right: auto;
	top: 18px;
	left: 25px;
	background: rgba(0, 0, 0, 0) url("../image/webdigify/more.png") no-repeat scroll center 2px;
	width: 10px;
	height: 10px;
}
.box-content-category .hiden_menu span.main.active::after {
	background-position: left -28px;
}
.box-content-category .hiden_menu span.main:hover::after {
	background-position: center 2px;
}
.box-content-category .hiden_menu span.main.active:hover::after {
	background-position: left -28px;
}
.box-content-category .hiden_menu span.main:hover::before {
	background: rgba(0, 0, 0, 0) url("../image/webdigify/myaccountArrow.png") no-repeat scroll center -54px;
}
span.main.active{
	border-top: 1px solid #eaeaea;
}
.content_footer_bottom {
	float: right;
	padding: 11px 0;
	text-align: right;
}
.bottomfooter {
	float: left;
    padding: 3px 0px;
    width: 100%;
	 background: #292929;
    border-top: 1px solid rgba(0,0,0,.08);
}
p.powered {
	float: left;
	margin: 0;
	color: #c9c9c9;
	padding-top: 13px;
    font: 400 14px/22px Roboto,Helvetica,sans-serif;
}
p.powered a {
	color: #999;
}
p.powered a:hover {
    color: #111;
}
.payment-block li img {
    margin: 0px 5px 0px 0px;
	cursor: pointer;
	border-radius: 5px;
}
.payment-block ul {
    margin: 0px;
}
.footer-logo {
	float: left;
	margin-top: 10px;
}
.content-top-breadcum {
	float: left;
	 width: 100%;
	 background: #f5f5f5;
	 margin: 0 0 30px;
}
.footer-appinner .title {
    font: 600 24px/42px "Open Sans",Arial,Helvetica,sans-serif;
    margin:-10px 0 10px;
    color: #ffd40c;
}
.footer-appinner .subtitle {
    font: 400 13px/24px "Open Sans",Arial,Helvetica,sans-serif;
    margin: 0 0 15px;
    color: #ffffff;
}
.common-home .content-top-breadcum { display: none; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
}
.breadcrumb i {font-size: 15px;}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	line-height: 14px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
	color:#000 !important;
}
.col-xs-11.col-sm-3.alert span a:hover{ color:#111111;}
.dropdown.myaccount ul.dropdown-menu.dropdown-menu-right.myaccount-menu {
    top: 51px;
	margin: 0;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	 -khtml-border-radius: 8px;
	 padding: 10px 0 5px;
	 box-shadow: none;
    border: 1px solid #eaeaea;
}
.login_acc li a {
    color: #666;
}
.login_acc li a:hover {
    color: #111;
}
#cart .dropdown-menu li p.text-center {
    color: #666;
	margin: 20px auto;
}
.box .filterbox { border: medium none;}
.panel-footer {
  background-color: transparent !important;
  border-top: medium none !important;
  padding: 0 !important;
}
.manufacturer-list .manufacturer-content .col-sm-12 a {
    color: #666;
}
.panel-footer.text-right{text-align: left;}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{background: transparent !important; color: #111111;}
.list-group-item{border: none;padding: 0;}
#column-left .list-group-item.heading {
	width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
	 line-height: 28px;
	 padding: 5px 18px;
}
.layout-2.left-col #column-left .panel-footer.text-right {
	text-align: right;
}
.list-group a {
	line-height: 30px;
	text-transform: capitalize;
}
.fa.fa-pencil {
	margin-right: 5px;
}
#column-left .checkbox > label {
	color: #666;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}
#column-left .checkbox > label:hover {color: #111111;}
.alert-success{width: 100%;float: right;}
.list-group-item.group-name {
    color: #1f2022;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 18px;
}
.filterbox .panel-footer {
    padding: 0 0 15px;
    text-align: left;
	border:medium none;
	background:#fff;
}
/* carousel */
.carousel-caption {color: #FFFFFF;}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

button.wishlist {
    font-size: 0;
	float: right;
    height: 25px;
    width: 25px;
    /* margin: 0px 0px 5px 0px; */
    display: block;
    transition: none;
    position: relative;
    background-image: url(../image/webdigify/wishlist.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
	border: none;
    background-color: transparent;
    padding: 0;
	z-index: 9;
	position: absolute;
    right: 5px;
    bottom: auto;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    margin: auto;
}
.product-layout.product-grid{   
	 float: none;
    min-height: 370px;
    padding: 0px;
    width:19.6%;
    display: inline-block;
	 vertical-align: top;
	 margin-bottom: 15px;
}
.product-layout.product-list {
	padding: 0 0 30px;
    margin: 0 0 0px;
}
.row.cat_prod .product-layout.product-list {
	padding: 15px 15px;
}
#content .product-grid .product-block:hover .product_hover_block {
	bottom: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
#content .product-grid .product-block{margin:10px 10px 10px 10px; padding:0;}
.row.cat_prod{margin:0 -10px;}
.alert-success .fa.fa-check-circle{margin-right:5px;}
.product-thumb h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #444;
	font-family: 'Open Sans';
	transition: .4s ease-in-out;
	margin: 5px 0 10px;
	text-align: center;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.tf-swiper .swiper-slide > * {
    height: 100%;
}

.box-image_v02 {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}

.box-image_v02 .box-image_img img {
    min-height: 220px;
}
.col-left{
	border: 1px solid #0e0e0e4f;
    padding: 10px;
    border-radius: 12px;
}



.heading h4{
	font-size: 18px;
    color: #000;
    font-weight: 500;
}



.question {
    font-size: 14px;
    font-weight: 600;
    padding: 13px 74px 12px 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #1212124d;
    border-radius: 12px;
    margin-bottom: 10px;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.faq_height{text-align: center;}

 


.box-image_content {
    position: absolute;
	padding: 15px;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.
.text-white {color:#fff!important;}
.box-image_content .h4 {
	color: #000;
    font-size: clamp(24px, 3.5vw, 30px);
    line-height: clamp(32px, 4.2vw, 42px);
    letter-spacing: 0.02em;
}

.hover-img .img-style > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-thumb h3 a {
	word-wrap: break-word;
	color: #444;
	font:600 14px/24px 'Open Sans',Helvetica,sans-serif;
}

.product-list .product-thumb h3 {
	margin-bottom: 2px;
	text-transform: capitalize;
	float: left;
	width: 100%;
	text-align: left;
}
.product-list .description {
	color: #7a7a7a;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 3px;
}
.product-list .product-block:hover .product-block-inner{
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.product-brand {
	color: #9f9f9f;
	margin-bottom: 3px;
	float: left;
	width: 100%;
}
.product-details .rating {
	margin: 0 0 5px 0;
	float: left;
	width: 100%;
}
#column-left .product-thumb .price{width:100%;}
#column-left .product-thumb .price-new{float:left;}
#column-left .product-thumb .price-old{float:left;margin-left:8px;}
#column-left .product-block:hover .price {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: none;
	-webkit-transform: none;
	-ms-transform:none;
	-o-transform:none;
	-moz-transform:none;
}
#column-left .product-thumb .caption{min-height:0px;}
#special-carousel .product-carousel .product-thumb .caption{padding:10px;}
.account-wishlist table .text-center img {border: 1px solid #e5e5e5;}
.pagination-wrapper .active > span {
	background: #7d54f2 none repeat scroll 0 0 !important;
	border: 1px solid#7d54f2 !important;
	border-radius: 50% !important;
	color: #fff !important;
	padding: 6px 12px;
}
.product-layout.product-list .product-block.product-thumb .quickbox,
.product-layout.product-list .product-block.product-thumb .product_hover_block .action button.compare_button{
	opacity: 1;
	transform: none;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
	 -ms-transition: all 400ms ease-in-out;
	 width: 38px;
    height: 38px;
}
.product-layout.product-list .quickview-button:hover{
	background-color: #ffd40c;
}
.product-layout.product-list .product-block.product-thumb .product_hover_block .action button.wishlist:hover,
.product-layout.product-list .product-block.product-thumb .product_hover_block .action button.compare_button:hover{
	background-color: #ffd40c;
}
.product-layout.product-list .product-block.product-thumb .product_hover_block .action button.wishlist{
	background-image: url(../image/webdigify/wishlist-hover.svg);
    background-repeat: no-repeat;
	background-position: center 12px;
    background-size: 16px;
    background-color: #f5f5f5;
    opacity: 1;
    width: 38px;
    height: 38px;
    z-index: 1;
	top: 0;
    right: 0;
	margin: 0 5px 0 0;
	border-radius: 25px;
}
#product-special #content .category_list ul li {
	float: left;
	margin: 0 10px 0 0;
}
#product-special #content .category_list ul li a {
	border: 1px solid #eaeaea;
	padding: 7px 10px;
	border-radius: 8px;
}
.product-layout.product-list .quickview-button {
	 margin: 0 5px 0 0;
	 background: #f5f5f5;
	 border-radius: 25px;
	 transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.product-list .product-block.product-thumb:hover h4,
.product-list .product-thumb:hover .price{
	opacity: 1;
}
.product-list .product_hover_block .action button.compare_button{
	background-color: #f5f5f5;
	border-radius: 25px;
	background-image: url(../image/webdigify/compare-hover.svg);
}
.product-list .addtocart button.cart_button:hover{
	width: 123px;
}
.product-layout.product-list .product-block.product-thumb .quickbox{
	background-image: url(../image/webdigify/quick-view-hover.svg);
}
.product-layout.product-list .product-block.product-thumb .product_hover_block .action button.wishlist:hover{
	background-image: url(../image/webdigify/wishlist-hover.svg);
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 16px;
}
.product-layout.product-list .product_hover_block .action button.wishlist:after{
	display: none;
}
.product-layout.product-list .product_hover_block .action button.cart_button {
    margin: 0 5px 0 0;
}
.category_filter .btn-list-grid .btn-group {
    margin-top: 6px;
}
#product-product #content {
	float: left;
    width: 100%;
	background: #fff;
	padding: 20px;
}
.col-sm-4.product-left {
    width: 41.66667%;
}
.col-sm-5.product-right {
    width:42%;
}
.col-sm-3.product {
	 width:15.8%;
	 padding: 0;
}
.information-blogger-blogs #content {
	background: transparent !important;
	padding: 0 15px !important;
}
.information-blogger.layout-2.left-col #content {
	background: transparent;
	padding: 0 15px;
}
#column-left .box .caption p.price span.price-new, #column-right .box .caption p.price span.price-new,
#column-left .product-thumb .price, #column-right .product-thumb .price{font-size: 14px;font-weight: 600;line-height: 19px;}
#column-left .box .caption p.price .product-thumb .price-old,#column-right .box .caption p.price .product-thumb .price-old{font-size: 13px;}
#footer .row .product-block{border:none; }
#footer .row .product-block:hover{border:none;}
#carousel-0 .product-block:hover, #carousel-0 .product-block {border: medium none;}
.rating .fa-stack, #review .fa-stack {
	font-size:14px;
	width: 10px;
	color: #d9d9d9;
	height: 13px;
}
.rating .fa-star,#review .fa-star,.rating-wrapper .fa-star{
	color: #f6d000;
    font-size: 13px;
    height: 13px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o,.rating-wrapper .fa-star + .fa-star-o{color: #f6d000;}
.rating .fa-star.off,.rating-wrapper .fa-star.off, #review table .fa-star.off{color:#d9d9d9;}
h2.price {margin: 0;}
.productpage .nav-tabs > li.active > a {
	color: #000 !important;
	font-size: 20px;
	font-weight: 500;
}
.product-list .addtocart {
	color: #fff;
	width: auto;
	font-weight: 400;
	padding:8px 12px 8px 0px;
	float: left;
	height: auto;
	top: 0px;
	position: relative;
	left: 0px;
    right: auto;
}
#column-left .product-items .product-details h4 {
	text-align: left;
}
.product-list .addtocart button.cart_button {
	width: 123px;
	float: left;

}
.product-list .addtocart span.cart-icon {
	display: none !important;
}
#tabs_info.product-tab li.active a {
    background: #ffd40c;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
	font-weight: 500;
}
.nav-tabs > li.active::after {
	border-bottom: 3px solid #f6d000;
	bottom: 0;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
}
#content #tabs_info .nav.nav-tabs {
	padding: 0;
	border-bottom: 2px solid #f0f0f0;
}
.product-thumb .price {
	color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin:0px;
    float: left;
    width: 100%;
	 line-height: 19px;
	 transition: .4s ease-in-out;
}
.product-thumb .list .price {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.product-thumb .list .price-new{font-size:18px;}
.product-thumb .price-old {
	color: #666666;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
    line-height: 16px;
}
.product-thumb .price-tax {
	color: #808080;
    display: none;
    font-size: 12px;
    width: 100%;
}
.product-list .product-thumb .price-tax{display:block; clear:both; line-height:18px; margin:5px;}
.myaccount-menu.dropdown-menu > li > a{padding:6px 10px !important;margin-right:0; font-size: 12px;}
.product-list .product-block .product-details.list .compare { display: block;}
#product span.customSelect, #product .form-group select {
	border-radius: 0px;
	height: 40px;
	color: #7a7a7a;
	padding: 9px 15px 10px 15px;
	border: 1px solid #e8e9eb;
}
.product-layout.product-list .product_hover_block .action {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.product-list .product_hover_block {
	position: relative;
	bottom: 0px;
	border: 0px;
	display: inline-block;
	vertical-align: top;
	float: none;
	width: auto;


}
.header-cart .cart-menu li a{
	margin:0;
	padding:0!important;
	height:auto;
	width:100%;
	float: right;
	text-align: center;
}
.cart-menu .total-table .text-right{ border:none;}
.cart-menu .total-table {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #dddddd currentcolor currentcolor;
  border-image: none;
  border-style: solid none none;
  border-width: 1px medium medium;
}
#column-left .product_hover_block, #column-right .product_hover_block {
	display: none;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {width: 100%;}
.thumbnails .image-additional {float: left;}
.product-info .image {
	margin-bottom: 25px;
	border-radius: 8px;
}
.product-info .image .thumbnail{ margin: 0;   
	 background: none;
	 border: 1px solid #e8e9eb;
	border-radius: 8px;
}
	.product-info .image .thumbnail #tmzoom {
		border-radius: 8px;
  }
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel {
	position: relative;
	padding:0 70px;
	overflow: hidden;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	width: 100%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.product-info .image-additional img {
	border: 1px solid #e5e5e5;
	height: auto;
	max-width: 100%;
	border-radius: 8px;
}
.product-info a.elevatezoom-gallery.zoomGalleryActive img {
    border: 1px solid #777;
}
.product-right .btn-group .wishlist .fa, .product-right .btn-group .compare .fa {
	padding: 0;
	text-align: center;
	margin: 0;
	line-height: 25px;
}
#input-captcha, #input-payment-captcha{margin-bottom:10px}
/* .productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare, .quickview .form-group.qty .wishlist, .quickview .form-group.qty .compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding:7px 5px;
    text-transform: capitalize;
} */
.productpage .form-group.qty .wishlist:hover, .productpage .form-group.qty .compare:hover,  .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist:hover, .product-rightinfo .btn-group.prd_page .btn-default.compare:hover,
.productpage .form-group.qty .wishlist:hover:before,  .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist:hover:before ,
.productpage .form-group.qty .compare:hover:before,.product-rightinfo .btn-group.prd_page .btn-default.compare:hover:before {
    color: #111;
}

.productpage #input-quantity, .quickview #input-quantity{
	float: left;
    margin-right: 15px;
    width: auto;
    height: 38px;
    text-align: center;
}
.form-group.qty .control-label{
	float: left;
    margin: 10px 10px 0 0;
}

/* box */  
.box {margin-bottom:0px;}
.box.bestseller{
	margin-bottom:40px;
	float: left;
	width: 100%;
}
.layout-2.left-col #column-left .box-heading:after {
	display: none;
}
#column-left .box .box-heading, #column-right .box .box-heading {
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 600;
	background: #7d54f2;
	position: relative;
	line-height: 20px;
	color: #fff;
	border-radius: 8px;
}

.service-banner .box-heading{display:none;}
.box-heading .fa.fa-angle-down {
	margin: 0 0 0 2px;
	font-weight: 600;
}
.box-heading span {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 0 25px 0 0;
}
.box-category-top .box-heading {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	color: #191919;
	padding: 0;
	margin: 0px;
}
.box-category-top .box-heading:after{
	display: none;
}
.box-heading{
	color: #222;
    float: left;
    font: 700 22px/34px Open Sans,sans-serif;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: .8px;
    text-align: left;
    z-index: 1;
	 padding: 6px 0;
	 margin: 0 0 10px;
}
.box-heading:after{
	*background: #f5f5f5;
	content: "";
	bottom: auto;
	top: 26px;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	right: auto;
	transition: all .4s ease-in-out;
	z-index: -1;
	display: block;
}
.hometab.box .customNavigation a:hover::before {color:#111111;}
.box.special {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0 50px;
	background: #f7f7f7;
	margin: 0 0 40px 0;
}
.ProductbyCategory {
	padding: 30px 0 40px;
}
#content .box .box-heading, .box.related_prd .box-heading{
	font-size: 22px;
	font-weight: 700;
	position: relative;
	text-transform: capitalize;
	line-height: 34px;
	float: left;
	text-align: left;
	color: #111;
	letter-spacing: 0.8px;
	padding: 5px 0px 12px;
	margin: 0;
}
#product-product .box-head .box-heading { width: 100%;}
.box.special .box-heading {
    width: 100%;
	margin-bottom: 20px;
}
.hometab-heading.box-heading {
	padding: 50px 32px 0 30px;
	border-bottom:none !important;
	line-height: 30px;
}
.header_top .account {
	float: right;
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
}
#content .box .box-content, .related_prd .box-content{
	border:none;
	padding:0;
	clear: both;
	margin: 0 -15px;
	position: relative;
}
.row .additional-carousel .product-block:hover {border:none;}
#products-related {position: relative;}
.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.all-blog .panel-default .panel .panel-body h5 {
	text-align: left;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin:0 0 15px 0;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:4px 0;
}
.box .box-content ul li:last-child, #content .content ul li:last-child { border: medium none;}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul ul{margin-left:0px;}
.product-grid li,#content .box-product .product-items {
	float:left;
	position:relative;
}
#content .image-additional .slider-item .product-block{	
	margin:0 8px; 
	display: inline-block;
}
.product-block:hover .product-block-inner{z-index: 9;}
.product-thumb .image:after {
	content: "";
	border-top: 4px double #e5e5e5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.banners-slider-carousel .product-block:hover .product-block-inner{ box-shadow: none; }
.product-block-inner {
	position: relative;
	float: left;
	width: 100%;
	border:1px solid #e5e5e5;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.product-layout .product-block-inner{ 
	margin: 0;
	background: #fff;    
	overflow: hidden;
	display: inline-block;
	text-align: center;
 }
.grid_default_width { width:225px;}
.module_default_width{ width:240px;}
.latest_default_width{ width:225px;}
.special_default_width {width:300px;}
.wdproductcategory {width: 220px;}
.related_default_width{ width:220px;}
.bestseller_default_width {width: 220px;}
.tabspecial_default_width{width:220px;}
.tablatest_default_width{ width:220px;}
.tabbestseller_default_width{width:220px;}
.additional_default_width{ width:120px;}
#content .banners-slider-carousel .product-carousel .product-block-inner,#content .banners-slider-carousel .product-grid .product-block-inner{text-align:center;}
.product-block.product-thumb.transition:hover .product_hover_block {
	bottom: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.product_hover_block {
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	margin: 0;
	height: 43px;
	bottom: -50%;
	top: auto;
	background: #fff;
}
.product-block.product-thumb.transition:hover .product_hover_block{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
 
.product-block .product-details:hover .product_hover_block .action button.cart_button,
.product-block .product-details:active .product_hover_block .action button.cart_button,
.product-block .product-details:focus .product_hover_block .action button.cart_button {
    color: #fff;
    background-color: #7d54f2;
}
.product_hover_block .action {
    float: left;
    width: 100%;
    padding:7px 0 0;
    position: absolute;
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    margin: 0;
}
.product_hover_block .action button, .quickbox{
	float: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	color: #333;
	border: none;
	position: relative;
	text-align: center;
	height: 30px;
	width: 35px;
}
.product_hover_block .action .quickview-button a.quickbox:hover {
	background-image: url(../image/webdigify/quick-view-hover.svg);
	background-repeat: no-repeat;
}
.product_hover_block .action .quickview-button a.quickbox {
	background-image: url(../image/webdigify/quick-view.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
}
.product_hover_block .action button.cart_button.out_of_stock {	padding: 7px 11px;}
.product_hover_block .action button.cart_button{ 
	background-position: 0px;
    font-size: 12px;
    font-weight: 600;
    display: block;
	padding:8px 15px;
	margin: 0 3px 0 0;
    width: auto;
    background: #ffd40c;
    border-radius: 50px;
    letter-spacing: 0.6px; 
	z-index: 9;
	transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.product_hover_block .action button.wishlist{
	 background-image: url(../image/webdigify/wishlist.svg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 17px;
}
.product_hover_block .action button.wishlist:hover {
	background-image: url(../image/webdigify/wishlist-hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px;
}
.product_hover_block .action button.compare_button{ 
	background-image: url(../image/webdigify/compare.svg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 17px;
	height: 30px;
	width: 35px;
	z-index: 1;
	background-color: transparent;
 }
 .product_hover_block .action button.compare_button:hover {
	background-image: url(../image/webdigify/compare-hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px;
}

.product-block.product-thumb.transition:hover .product_hover_block {
    bottom: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

 .addtocart {
    position: absolute;
    left: 9%;
    right: 9%;
    bottom: auto;
    top: -21px;
    margin: auto;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    vertical-align: top;
}
.addtocart button.cart_button:hover{
	background-color: #fed700;
    color: #111;
    transition: .5s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
	 bottom: 0;
	 width: 100%;
	 text-align: center;
}
.addtocart button.cart_button {
	float: right;
	height: 36px;
	width: 36px;
	line-height: 36px;
	border: none;
	color: #fff;
	border-color: transparent;
	border-radius: 25px;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	font-weight: 600;
	z-index: 1;
	position: relative;
	background-color: #000000;
}
.addtocart button.cart_button:hover:after{	width: 100%;}
.addtocart button.cart_button:hover span.cart-icon{
	background-image: url(../image/webdigify/plus-hover.svg);
	background-repeat: no-repeat;
}
.addtocart button.cart_button span.cart-icon{
	background-image: url(../image/webdigify/plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	height: 36px;
	width: 36px;
	display: inline-block;
	vertical-align: top;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	text-indent: 36px;
}
.addtocart button.cart_button:after{
	background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    -webkit-opacity: .2;
    position: absolute;
    top: 0;
    width: 0;
    border-radius: 8px;
    transition: .5s ease-in-out;
}

 .product-block:hover  .product-details .caption  .product_hover_block .action button.compare_button{
	 opacity: 1;
	 transform: translateX(0);
 }
 .product_hover_block .action button.wishlist:after {
	content: "";
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
	width: 100%;
}
.product_hover_block .action button:hover::before, .quickbox:hover::before{ 
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
}
.quickview-model .alert.alert-info {
    float: left;
    width: 100%;
	 margin: 10px 0 0 0;
	 background: #f5f5f5;
}
.quickview-button {
	margin: 0 3px 0 0;
	display: inline-block;
	vertical-align: top;
	padding:0px;
}
.product-block:hover .product-details .caption .quickview-button .quickbox {
    opacity: 1;
    transform: translateX(0);
}
#productcategory-carousel .product_hover_block {left: 15px;}

.product_hover_block button .fa {font-size: 14px;}
.product-block .product-details {
	padding:15px 5px 20px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
	 height: 100%;
}
.product-grid .description {	display: none;}
.sale {
	color: #111111;
    display: block;
    font-size: 12px;
    left: 10px;
    line-height: 18px;
    position: absolute;
    right: auto;
    top: 15px !important;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;

}
.product-block .product-block-inner .image span.sale:hover {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    left: -90px;
}
.banners-slider-carousel .product-block-inner {
	border: 1px solid transparent;
}
#content .banners-slider-carousel .product-block { margin:5px 15px; cursor: pointer;  }
#content .banners-slider-carousel .product-block .product-block-inner { padding: 15px 0 !important; background: none;}
.product-list .product-details {
	width: 80%;
	padding: 20px 0 15px 15px;
	text-align: left;
}
#content .banners-slider-carousel .product-block .product-block-inner a .img-responsive { display: inline-block;}
.banners-slider-carousel .product-block:hover .product-block-inner { border: 1px solid transparent;}
.banners-slider-carousel .product-block .product-block-inner img{opacity: 0.8; filter: alpha(opacity=80);}
.banners-slider-carousel .product-block:hover .product-block-inner img{
	opacity: 1;
    filter: alpha(opacity=100);
    animation: 3s ease-in 1s 2 reverse both paused bounceIn;
    animation: 3s linear 1s bounceIn;
    animation: bounceIn 1s;
}


@-webkit-keyframes slideDashXopp {
  from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}


@-moz-keyframes slideDashXopp {
  from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}

@keyframes slideDashXopp {
   from { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% );  }
  to   { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% );}
}
			
@-webkit-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX( 0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}


@-moz-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}

@keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); transform: translateX( -50% ); -moz-transform: translateX( -50% ); -ms-transform: translateX( -50% ); -o-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); transform: translateX( 0% ); -moz-transform: translateX( 0% ); -ms-transform: translateX( 0% ); -o-transform: translateX( 0% ); }
}


@-webkit-keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}


@-moz-keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}

@keyframes slideDashY {
  from { -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% ); }
  to   { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
}


@-webkit-keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}


@-moz-keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}

@keyframes slideDashYopp {
  from { -webkit-transform: translateY( 0% ); transform: translateY( 0% ); -moz-transform: translateY( 0% ); -ms-transform: translateY( 0% ); -o-transform: translateY( 0% ); }
  to   {  -webkit-transform: translateY( -50% ); transform: translateY( -50% ); -moz-transform: translateY( -50% ); -ms-transform: translateY( -50% ); -o-transform: translateY( -50% );}
}


.image_content {
	position: absolute;
	height: 100%;
	width: 100%;
}
.product-info .product-image .customNavigation span.prev:hover::before, .product-info .product-image .customNavigation span.next:hover::before {
  background: #0a7ef0  none repeat scroll 0 0;
  border: 1px solid #0a7ef0;
  color: #ffffff;
}
#column-left .swiper-pagination.swiper-pagination-bullets {
  display: none;
}
#content .product-list .product-block .image { 
	float: left;
	width: 20%;
} 
.banners-slider-carousel {
	 
	width: 100%;
	float: left;
}
.banners-slider-carousel .product-carousel .slider-wrapper-outer{ padding: 0; }
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
	 padding: 0px 0px;
}
#column-left .box-product .product-block-inner, #column-right .box-product .product-block-inner {
	margin: 0;
	padding: 0;
	box-shadow: none;
	width: 100%;
	border: none;
}

#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom:0;	
	width:100%;
}
#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}
#column-left .box-product .image, #column-right .box-product .image {
	display: block;
	margin-bottom: 10px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
	border: 1px solid #e8e9eb;
	width: auto;
	border-radius: 8px;
}
#column-left .box-product .product-thumb:hover .product-details h4 {	opacity: 1;}
#column-left .product-block:hover , #column-right .product-block:hover{box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
#column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
	float: right;
    width: 70%;
    overflow: hidden;
    padding: 0;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;
	border:none;
	float: left;
	width:100%;
	margin-top:0px;
}
#column-left .special .product-thumb .caption,
#column-right .special .product-thumb .caption{width:100%;}
.content_headercms_bottom .tags > a:last-child::after {border-right: medium none;}
#column-left .product-thumb .price, #column-right .product-thumb .price{ text-align:left;}
#column-left .box-product .name,
#column-right .box-product .name {display: block;}
#column-left .product-thumb, #column-right .product-thumb {
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 0px;
    padding:20px 10px 5px;
    float: left;
    width: 100%;
}
#column-left .price-tax, #column-left .wishlist , #column-left .compare,
#column-right .price-tax, #column-right .wishlist , #column-right .compare {display:none !important;}
#column-left .container,#column-right .container{width:auto}

#column-left .box, #column-right .box {
	margin-bottom: 20px;
    position: relative;
    border: 1px solid #eaeaea;
    padding: 5px 5px;
	 width: 100%;
	 background: #fff;
	 border-radius: 8px;
}
#banner .swiper-slide a img.img-responsive {	border-radius: 8px;}
#product-special #column-left .product-items .product-thumb .image:after {	display: none;}
.top_button:hover{background-color: #7d54f2;}
.top_button {
	bottom: 20px;
    cursor: pointer;
    height: 45px;
    padding: 0px 12px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 99;
    font-size: 0px;
	border: 2px solid #ffffff;
    border-radius: 50%;
    background: #ffd40c;
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.top_button:hover:before{	color: #fff;}
.top_button::before {
	color: #111;
    content: "\f106";
    font-family: "FontAwesome";
	 font-size: 22px;
    line-height: 38px;
    font-weight: 300;
    padding: 1px;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.top_button:after {    
    border-radius: 50%;
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    content: "";
    position: absolute;
    width: 50px;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#content ul.list-unstyled {  
    margin-bottom: 10px;
    overflow: auto;
    padding: 0;
}
#content ul.list-unstyled li {
    line-height: 20px;
    padding: 4px 0;
	font-size: 13px;
}
#content ul.list-unstyled li a:hover {color: #111;}
.account-address .btn-info:hover {
    background: #ffd40c;
    border-color: #ffd40c;
    color: #111;
}
#content ul.list-unstyled li a { color: #666;}
.manufacturer-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
	 padding: 5px;
	 border-radius: 8px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
	 padding: 5px 8px;
	 border-radius: 8px;
}
.brand-name {
	float: left;
	border: 1px solid #e8e9eb;
	margin: 5px 10px;
}
.brand-name:hover { border-color: #111;}
.brand-name a .img-responsive {
    width: 123px;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.brand-name a .img-responsive:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}
.main-menu .brand-name a {	padding: 0;}
.main-menu .brand-name a span {
	width: 100%;
    color: #111;
    float: left;
    background: #fafafa;
    text-align: center;
    padding: 5px 14px 6px;
    border-top: 1px solid #eaeaea;
}
.manufacturer-content-home {
	float: left;
	width: 100%;
}
.manufacturer-content {padding: 8px;}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}
.productpage .box {margin-top:20px;}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
.aboutus {
    clear: both;
	margin-bottom:60px;
}
#content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #111;
}
.image1 {
    background: url("../image/webdigify/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}
.image2 {
    background: url("../image/webdigify/cms-sprite.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}
.image3 {
    background: url("../image/webdigify/cms-sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("../image/webdigify/cms-sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:20px;}
.about-content{overflow:hidden;}
.information-information .right{float:right;}
.category_filter #grid-view,.category_filter #list-view{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border:none;
	padding:6px 12px;
  box-shadow: none;
}
.category_filter .sort .form-control, .category_filter .limit .form-control {
	border-radius: 5px;
}
#column-left .swiper-viewport {
  border: medium none;
  box-shadow: none;
  margin: 0 0 20px;
  border-radius: 0px;
}
#column-left .swiper-viewport .swiper-wrapper {
	height: auto;
}
.category_filter #grid-view{
	background:url("../image/webdigify/sprite.png") no-repeat scroll -4px -165px !important;
	width:25px;
	height:25px;

}
.category_filter #list-view{
	background:url("../image/webdigify/sprite.png") no-repeat scroll  -37px -165px  !important;
	width:25px;
	height:25px;
}
.category_filter #list-view:hover, .category_filter #list-view.active {
  background-position: -38px -112px !important;
}
.category_filter #grid-view:hover, .category_filter #grid-view.active{background-position: -7px -113px !important;}
.category_filter #grid-view .fa, .category_filter #list-view .fa{display:none}
#list-view{margin-left:2px}
.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#fff;}
.category_filter .btn-list-grid {
	float: left;
	width: auto;
	padding:0px;
}
.compare-total { float: left; margin: 7px 20px 0; }
.pagination-right { float: right;margin:0; width: auto;}
.category_filter .sort-by {float: left;margin: 7px 10px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 7px 10px 0;padding:0; width:auto;}
.category_filter .sort { float: left; width: 150px;padding:0;}
.category_filter .limit {float: right; width: 100px;padding:0;}
.sort-by-wrapper,.show-wrapper{
    float: left;
	margin-right:15px;
}
.show-wrapper {margin: 0;}
.category_thumb .category_description {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: #7a7a7a;
}
.row.category_thumb {
    margin: 0 -15px;
    padding: 0;
}
.category_list {
	clear: both;
	float: left;
	width: 100%;
}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
}
.category_list ul h4 {
	font: 600 18px/28px Open Sans,sans-serif;
	color: #111;
	position: relative;
}
.category_list_carousel .category_img{
	width: 100%;
	float: left;
}
.category_list_carousel .category_img a {
	display: inline-block;
	float: none;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	width: auto;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	margin: 0 0 10px;
}
.category_list .customNavigation {
	top: 10px;
}
.category_list_carousel.owl-carousel.owl-theme {
	margin: 0 0 30px;
}
.category_list.box {
	float: left;
	width: 100%;
	overflow: hidden;
}
.category_list_carousel .category_img:hover a img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.category_img img{
	 border:none; 
	 max-width:100%;
	 transition: .9s ease-in-out;
    -webkit-transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
	 -o-transition: .9s ease-in-out;
	 border-radius: 8px;
}
.category_list ul {
    padding: 0;
    float: left;
    width: 100%;
    line-height: 26px;

}
#content .refine-search{    
	margin-bottom: 15px;
	margin-top: 5px;
	text-transform: capitalize;
	clear: both; 
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {
	display: block;
    padding: 0px 0px 0 15px;
	 color: #666;
    background: #fff;
}
.category_list li a.view {
	color: #7d54f2;
}
.compare-total #compare-total {
    color: #666;
}
.category_list li a:hover {
	color: #111111;
    border-color: #111111;
}
.category_list .category_list.box .category_list_inner li {
   float: left;
    list-style: outside none none;
	 margin: 0 10px 0px 0;
	 width: 100%;
}
.category_list .category_list.box .category_list_inner li a:before {
	content: "\f105";
    left: 20px;
    position: absolute;
    font-family: fontawesome;
    font-size: 16px;
    display: inline-block;
}
.pagination-wrapper {
	border: 1px solid #eaeaea;
    display: inline-block;
    margin: 20px 0 0;
    padding: 10px;
    width: 100%;
	 background: #fff;
	 border-radius: 8px;
}
.pagination > li:last-child {margin: 0;}
.category_filter {
	display: inline-block;
    padding:10px 10px;
    width: 100%;
    margin-top: 14px;
	margin-bottom: 13px;
	 border: 1px solid #eaeaea;
	 background: #fff;
	 border-radius: 8px;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
}
.pagination-wrapper .page-result{
    float: left;
    padding: 6px 0;
    width: auto;
}
.information-contact #content {
	width: 100%;
	padding: 0;
	margin-bottom: -20px;
}
.left .address-detail {
	border-bottom: 1px solid #e8e9eb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.address-detail1 a.btn.btn-info:hover {
   color: #111;
    background: #ffd40c;
    border-color: #ffd40c;
}
.left strong {
	font-size: 13px;
	text-transform: capitalize;
	padding-bottom: 5px;
	display: block;
	color: #111111;
}
.left .btn.btn-info {
	margin-bottom: 20px;
	border-radius: 30px;
	background: #191919;
	border: 1px solid #191919;
	color: #ffffff;
}
.row.contact-info{margin: 0;}
.information-contact .panel-body{padding:0}
.information-contact .panel {
    border: medium none;
    box-shadow: none;
    margin: 0 0 40px;
}
.map_button {
	clear: both;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #f6d000;
	padding: 12px 15px;
	cursor: pointer;
}
.map_button > i {
	font-size: 18px;
}
.row.site-map ul a {
    color: #666;
}
.row.site-map ul a:hover {
    color: #111;
}
.contact-form-design .left {
	float: left;
	width: 28%;
	margin-right: 30px;
	padding:20px 20px;
	color: #666666;
	position: relative;
	z-index: 9;
	border: 1px solid #eaeaea;
	background: #fff;
	border-radius: 8px;
}
.contact-form fieldset {
    border: 1px solid #eaeaea;
	 padding: 20px;
	 border-radius: 8px;
	 background: #fff;
}
.contact-form .pull-right {
    padding: 30px 0px 0 0;
}
.contact-form-design.container {
	padding: 0px 0 50px 0;
	margin: 0px auto;
	position: relative;
}

.checkout-cart .alert.alert-danger {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.address-detail .btn {
	clear: both;
	float: left;
	margin: 15px 0 0 37px;
	color: #000;
}

#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../image/webdigify/ajax-loader.gif") 50% 50% no-repeat #fff;
}
.bannera{margin-top: -30px;}
.main-slider {
	position: relative;
	padding: 0 0px;
	float: none;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.productpage .write-review:hover, .productpage .review-count:hover {
    color: #111;
}
.main-slider img { 
	border:none;
	width: 100%;
	 height: auto;
	 border-radius: 0px;
} 
.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.product-compare .btn-primary{margin:5px 0 5px;}
.productpage .write-review,.productpage .review-count {margin: 0 10px; text-transform: capitalize;    color: #666;}
.productpage .rating-wrapper, .quickview .rating-wrapper {
    margin: 10px 0 8px;
}
.productpage .productpage_details {  float: left;    margin-top:0px;    width: 100%;}
.productpage #tabs_info {
    background: #ffffff none repeat scroll 0 0;
    margin: 30px 0;
	padding:30px;
}
.productpage .productpage_details .product-left {
    padding: 0;
    width: 445px;
}
.productpage .productpage_details .product-right {
    margin-left: 30px;
    width: 45%;
}
#content .productpage_details #column-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 238px;
}
.productpage #banner0.owl-carousel {
    overflow: visible;
}
.productpage #banner0 .owl-pagination{bottom:-30px;}
.productpage #banner0 .owl-page{border: 2px solid #000000;}
.productpage #banner0 .owl-page > span{
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 0;
	-webkit-border-radius:0;
    -khtml-border-radius:0;
    -moz-border-radius:0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
}
.product-layout.product-list .product-thumb .image:after{
	display: none;
}
/* Product tab*/
.content_product_block {
	margin: 20px 0;
	float: right;
	width: 100%;
}
.product-detail-left hr {
    margin: 0px;
}
.addthis_toolbox.addthis_default_style {
    float: left;
}
#custom_tab.product-tabs {
	overflow: hidden;
}
#custom_tab > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#custom_tab li {
	float: left;
	margin: 0;
}
#custom_tab.product-tabs a.selected {
	color: #111;
	font-weight: 500;
	background: #e8e9eb;
}
#custom_tab.product-tabs a {
	background: none repeat scroll 0 0;
	color: #7a7a7a;
	float: left;
	padding: 10px 15px;
	text-transform: capitalize;
	margin-right: -1px;
}
#custom_tab.product-tabs a:first-child {
	padding: 10px 14px 10px 14px;
}
#custom_tab ul li a {
	color: #aaaaaa;
	float: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 16px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.content_product_block .tab_product {
	border: 3px solid #e8e9eb;
	padding: 20px;
	font-size: 13px;
	position: relative;
}
.productpage .tab_product b, .productpage .tab_product strong {
	font-weight: 500;
	color: #000;
	font-size: 13px;
}
.size_guide_table {
	border: 1px solid #f0f0f0;
	width: 100%;
}
.size_guide_table tbody th {
	background: #f0f0f0 none repeat scroll 0 0;
	border-bottom: 1px solid #f0f0f0;
}
.size_guide_table tbody th {
	color: #262626;
	font-weight: bold;
	padding: 7px 8px;
	vertical-align: middle;
	white-space: nowrap;
}
.size_guide_table tbody td {
	padding: 5px 8px;
}
/* end product tab*/
.col-sm-8.product-left {
	padding: 0;
	margin: 0;
	width: 40%;
	position: sticky;
	top: 80px;
}
.col-sm-4.product-right { padding: 0 0 0 40px; width: 60%;}
.quickview .review-count , .quickview .write-review { display:none; }
#content.productpage ul.list-unstyled{border-bottom:medium none;}
#content ul.list-unstyled.attr span{
	font-weight: 600;
	color:#333;
	font-size:14px;
}
.product-detail-left .tweet_iframe_widget {
	width: auto !important;
	margin: 0 10px 0 0;
}

.common-home .content-top-breadcum .container {display: none;}
#content ul.list-unstyled.attr{
	padding-bottom:15px;
    border-top: 1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
    padding-top: 15px;
	margin-bottom:20px;
}
#content ul.list-unstyled.attr li{clear:both}
.productpage .product-right ul.price,.productpage .product-right ul.price{padding-bottom:10px}
#content ul.list-unstyled.price li{float:left; padding:2px 0; font-size:13px; color:#000; }
.productpage .product-right ul li span.old-price, .productpage .product-right ul li span.special-price{ margin-left:10px; color: #666666; }
.productpage .product-right ul li.discount,.productpage .product-right ul li.rewardpoint,.productpage .product-right ul li.price-tax {clear: both;}
.quickview .page-title{display:none;}
.refine-search,.product-title,.product-option{
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333333;
}
.copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
	text-align:center;
}
.category_description > p { margin: 0;}
#bottom-footer li{display:inline; padding:1px 7px 1px 2px; background:url("../image/webdigify/pipe.html") no-repeat scroll right center transparent;}
#bottom-footer li.contact{background:none;}
.account-address .table>tbody>tr>td{vertical-align:middle; padding:15px;}
.account-address .btn-info{margin:2px 0;}
.affiliate-account .btn-primary .list-group-item,.affiliate-account .btn-primary .list-group-item:hover{padding:0; background:none; color:#fff;}
.shopping-cart .img-thumbnail{width:auto;}
.shopping-cart .input-group .form-control {
    width: auto;
    height: 40px;
    text-align: center;
    border-radius: 5px !important;
}
#accordion label.col-sm-2.control-label {
	margin: 7px 0 0;
	padding: 0 13px 0 0;
}
#accordion #collapse-shipping label.col-sm-2.control-label{padding:0 15px;}
.checkout-checkout #accordion label.col-sm-2.control-label{padding-left:15px;}
.checkout-cart .input-group-btn:last-child > .btn-group{ font-size:12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}
.col-sm-3.search_subcategory {width:100%; margin-top:7px;}
#button-search {
	float: right;
}
.box .box-content .megamenu ul li ul li {padding: 0;}
#column-left .treeview-list .expandable .collapsable-hitarea::before, #column-left .treeview-list .expandable-hitarea::before,
#column-left .treeview-list .collapsable .expandable-hitarea::before, #column-left .treeview-list .collapsable-hitarea::before{position:relative;top:6px;}
.box .box-content ul , #content .content ul { 
	padding:0;
	margin:0px;
	list-style:none;
}
.box .box-content ul li{
	line-height:23px;
	padding:0px 25px;
	border-bottom:none	
}
.box .box-content ul ul{margin-left:10px;}
#column-left .box .box-content ul li, #column-right .box .box-content ul li {padding: 0;}
#column-left .box .box-content ul li a, #column-right .box .box-content ul li a {padding: 6px 0; color: #7a7a7a;}
.box .box-content ul li:last-child a{border: medium none;}
.box .box-content ul li ul li{
	padding:0 25px;
	border-bottom:none;
}
.panel-footer.text-right button#button-filter{
	color: #111;
	background: none;
}
.panel-footer.text-right button#button-filter:hover {
    text-decoration: underline;
}
#column-left .list-group, #column-right .list-group{
	padding:10px 0px;
	margin: 0px;
}
#column-left .list-group .list-group-item {
	padding: 0px 18px;
}
.box .box-content .box-category {
	padding: 15px 0;
}
#content .content ul li {
	line-height:22px;
	padding:5px;
}
.box .box-content ul li ul li + li{border-top:medium none;}
.box .box-content ul li a, #content .content ul li a {
	display: inline-block;
	text-transform: capitalize;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover, #content .content ul li a:hover {
	color: #111111 !important;
}
.box .box-content ul ul{  
	z-index:99;
	width:auto;
}
#column-left .treeview .hitarea.expandable-hitarea {
	color: #808080 !important;
}
#column-left .treeview .hitarea.expandable-hitarea {
	color: #808080 !important;
}

#column-right .single-banner{margin:0;}
.box .box-content ul ul li ul {padding:0;}
.box .box-content ul ul li:hover ul {display: block;}
.navbar-nav > ul > li > a:hover .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.box-category-heading {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding:12px 0px;
    position: relative;
    text-transform:uppercase;
    width: 200px;
	line-height:16px;
	display:none;
}
.box-category-heading .fa {
    float:left;
    font-size: 17px;
    font-weight: 600;
	 margin-right: 10px;
}
/* Tab cms */
.featured {
	width: 100%;
	padding: 15px 0 40px;
	float: left;
}
.box.special .box-heading span {
	background: #f7f7f7;
}
.box.special .box-heading:after{
	background: #eee;
}
.box.special .customNavigation a{
	background: #eee;
}
.hometab, .ProductbyCategory {
	width: 100%;
	padding:10px 0 10px;
	float: left;
}
.box.webdigifyblog {
    margin-bottom: 40px;
}
.etabs {
	margin: 0;
	padding: 0 0px 0 0px;
	float: left;
	position: relative;
}
.htabs .etabs li:last-child{background:none;display: none;}
.htabs a:hover {
	background: #ffd40c;
}
.htabs a{
	display: inline-block;
	float: none;
	cursor: pointer;
	text-transform: capitalize;
	width: 100%;
	border: 1px solid transparent;
	padding: 8px 15px;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px 0 0;
	outline: medium none;
	line-height: 20px;
	border-radius: 25px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.etabs li.tab {
    display: inline-block;
}
.htabs a.selected, .htabs li.active a{
	position: relative;
	color: #111;
	background: #ffd40c;
	border-radius: 25px;
	
}

#tabs_info.product-tab .tab-content {
	padding: 20px;
    float: left;
    border: 1px solid #eaeaea;
    border-top: 0px;
	 width: 100%;
	 background: #fff;
}
.nav-tabs > li {border:none !important;}
.tab-content .tab { display: none;}
.box .box-content ul li:last-child ul li a {border-bottom: 1px dashed #e5e5e5;}
.box .box-content ul li:last-child ul li:last-child a {border: medium none;}

.product-column {
	float: left;
	width: 100%;
}
.tab-head {
    width: 100%;
	 float: left;
	 position: relative;
}
#tabss {
	float: right;
	text-align: center;
	position: absolute;
	right: 80px;
	z-index: 1;
	background: #fff;
	width: auto;
	margin: 0;
	top: 5px;
}

/*Right banner*/
.collection-right-banner {
	float: right;
	width: 22%;
	position: relative;
	text-align: center;
}
.collection-right-banner .image-title {
	position: absolute;
	top: 54px;
	width: 100%;
}
.collection-right-banner .image-button {
	position: absolute;
	bottom: 60px;
	width: 100%;
}
#content .collection-right-banner .image-title > h3 {
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0;
	line-height: 36px;
	padding: 0 10px;
}
.banner-btn {
	padding: 14px 45px;
	background:#f6d001;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
}
.banner-btn:hover{ background:#333; color: #fff; }

/*Right banner*/

.tab-head .sub-heading {
	float: left;
	margin: 10px 10px 0 30px;
	color: #7a7a7a;
	line-height: 24px;
}
.tab-head .coupon {
	float: left;
	margin-top: 40px;
	color: #0a7ef0;
	border: 2px dashed #f6d000;
	padding: 6px 20px;
	font-weight: 500;
}
.btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff !important;
}
.btn-block + .btn-block {
  margin-top: 0;
}
.table-responsive{width: 100%;}

.table-responsive .shopping-cart .btn.btn-primary {
  margin: 0 10px;
}
.hometab .customNavigation a.prev:before:hover , .hometab .customNavigation a.next:before:hover{color:#fff}
/* End Tab cms */

/*Webdigify Blog CSS */ 
.webdigifyblog .bx-controls-direction .bx-prev::after {
  content: "\f107 ";
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 24px;
  left: 0;
  line-height: 26px;
  margin: 0;
  position: absolute;
  right: 25px;
  text-align: right;
  top:0;
  vertical-align: middle;
}
.bx-controls-direction .bx-prev::after {
  font-size: 18px;
  left: 0;
  line-height: 26px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -1px;
  vertical-align: middle;
}

.webdigifyblog .bx-controls-direction .bx-next::after {
  content: "\f106";
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 24px;
  left: 0;
  line-height: 26px;
  margin: 0;
  position: absolute;
  right: 45px;
  text-align: right;
  top: 0;
  vertical-align: middle;
}
.bx-pager-item {
  display: none;
}
.content_footer_right .blog_stats {
  display: none;
}
#footer .blog_item .summary p {
  display: none;
}
#information-information .webdigifyblog {
	float: right;
	margin-top: 0;
	position: relative;
	text-align: center;
	width: 100%;
	display: none;
}

.content_footer_right .post_hover {
  display: none;
}
.box.webdigifyblog {
  float: right;
  padding: 0px;
  position: relative;
  width: 100%;
  margin: 20px 0 20px;
}
.social-block ul {
	margin: 0px 0;
}
.webdigifyblog .box-head {
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
.box-head .blog_tagline {
    color: #808080;
    float: left;
    font-size: 14px;
    margin-bottom: 12px;
	 display: none;
}
#content .box-product .blog-items { float:left; }
.blog-left {
	margin: 0;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: auto;
	float: left;
}
.blog-image{position:relative; overflow:hidden;    border-radius: 8px;}

.blog-left .blog-image img {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}
.blog-right {
	float: right;
	text-align: center;
	width: auto;
	margin:15px 0 0;
}
.blog-right h4 a {
	float: left;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	overflow: hidden;
	color: #333;
	font-weight: 600;
	margin-bottom: 12px;
}
.read-more {
	float: none;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #e5e5e5;
	padding: 0 15px 0 0;
}
.footer-blocks .blog-item .blog-desc {display: none;}
.content_footer_top .news-title3 {display: none;}
.view-blog { float:left; width:100%; text-align:left; margin:0; }
.webdigifyblog .view-blog {
	float: left;
	width: auto;
	text-align: center;
	margin: 0;
}
.read-date {
	float: none;
	text-align: center;
}
.read-more a{
	text-transform: capitalize;
    position: relative;
    font: 500 14px/24px "Open Sans",Arial,Helvetica,sans-serif;
    z-index: 1;
    color: #666666;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
.date-time {
	display: inline-block;
	line-height: 18px;
	font-size: 14px;
	font-family: 'Open Sans',Helvetica,sans-serif;
	color: #666;
	margin: 0;
}
.read-more .fa{display:none;}
.write-comment {
    display: inline-block;
    float: none;
    padding-left: 18px;
    position: relative;
    text-align: left;
}
.common-home .write-comment::before {
    background: #a8a8a8 none repeat scroll 0 0;
    border-radius: 50%;
	-webkit-border-radius:50%; 
	-moz-border-radius:50%; 
	-khtml-border-radius:50%;
    /* content: ""; */
    display: block;
    font-family: fontawesome;
    height: 4px;
    left: 9px;
    position: absolute;
    top: 11px;
    width: 4px;
}
.date-time {text-align:left; text-transform:capitalize; }

.blog_default_width {
	width: 240px;
}
.blog-desc {
    line-height: 22px;
    display: block;
    /*text-align: center;*/
    margin:0px 0 15px;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
}
.information-blogger-blogs  .blog-desc {
	width: 100%;
	margin: 3px 0 20px 0;
	text-align: left;
}
.blog-right h4 {
	margin: 0;
}
.blog-img { padding: 0px;}
.comment-wrapper {
	position:relative;
	float:right;
	margin:5px 0 0;
}
.comment-wrapper .write-comment a::before {
    color: #000;
    content: "\f0e5";
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    margin-right: 5px;
}
.blog-img .img-thumbnail{border:none}
.blog-date {float: left;}
#content #blog-carousel, #content #blog-grid {
	padding: 0px;
	border: none;
	overflow: visible;
	float: left;
	width: 100%;
}
#content .box.webdigifyblog .box-content {padding:0; margin:0 -15px 0 ; }
#content #blog-carousel .blog-item { overflow: hidden;position: relative;float:left;}	 
#content #blog-carousel .blog-item {
	overflow: hidden;
    position: relative;
    float: left;
    margin: 0 0 5px;
    border-radius: 8px;
    padding: 10px;
}
.owl-carousel .owl-buttons div i {
	display:none;
}
.owl-carousel .owl-buttons .owl-prev {
  left: 0;
  opacity: 1;
  -khtml-opacity:1;
  -webkit-opacity:1;
  -moz-opacity:1;
}
.owl-controls .owl-buttons .owl-prev {
	right: auto;
	left: -60px;
	text-align: center;
	padding: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	border-radius:25px 0 0 25px;
	width: 40px;
	height: 40px;
	line-height: 37px;
}
.owl-controls .owl-buttons .owl-prev {
    right: 42px;
    left: auto;
    text-align: center;
    padding: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
	 height: 26px;
	 width: 30px;
	 background: #191919;
}
.owl-buttons {
    position: absolute;
    right: 60px;
    top:-39px;
    z-index: 1;
    bottom: auto;
}
.owl-controls .owl-buttons .owl-prev::before{
    content: "\f104";
    color:#000;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 10px;
    right: auto;
    cursor: pointer;
    position: absolute;
    margin: auto;
	 font-size: 20px;
    font-family: FontAwesome;
    line-height: 26px;
	 font-weight: 400;
	 transition: .4s ease-in-out;
}
.owl-controls .owl-buttons .owl-prev:hover:before{
	left:20px;
	opacity: .8;
}
.owl-controls .owl-buttons .owl-next {
    right: 15px;
    left: auto;
    text-align: center;
    padding: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    height: 26px;
	 width: 30px;
	 background: #191919;
	 border-radius: 0 25px 25px 0;
}
.owl-controls .owl-buttons .owl-next::before {
    content: "\f105";
    color: #000;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
	 position: absolute;
	 transition: .4s ease-in-out;
    margin: auto;
	 font-size: 20px;
    font-family: FontAwesome;
    line-height: 26px;
    color: #363636;
    font-weight: 400;
}
.owl-controls .owl-buttons .owl-prev::after {
	content: "\f104";
	color:#000;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 10px;
	right: auto;
	cursor: pointer;
	position: absolute;
	margin: auto;
	font-size: 20px;
	font-family: FontAwesome;
	line-height: 26px;
	font-weight: 400;
	transition: .4s ease-in-out;
}

.owl-controls .owl-buttons .owl-prev:hover:after,
.owl-controls .owl-buttons .owl-next:hover:after{
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.owl-controls .owl-buttons .owl-next::after{
	content: "\f105";
	color: #000;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	position: absolute;
	transition: .4s ease-in-out;
	margin: auto;
	font-size: 20px;
	font-family: FontAwesome;
	line-height: 26px;
	color: #363636;
	font-weight: 400;
}
.owl-controls .owl-buttons .owl-next:hover:before{
	right:20px;
	opacity: .8;
}
#blog-carousel .product-block, #blog-grid .product-block {
	padding: 10px 10px 15px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	float: left;
}
.single-blog .blog-img{position:relative; margin-bottom:15px;}
.single-blog .panel-default{border:medium none;float: left;width: 100%;margin: 0;}
#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}
.single-blog .block-title {
    float: left;
    margin: 10px  0;
    width:99%;
}
.single-blog .block-title > legend { margin: 10px 0 0;}
.single-blog .blog-desc {
	padding: 0;
	text-align: justify;
	display: block;
	width: auto;
}
.single-blog .block-title h3{  padding-top:10px; }
.single-blog .view-comment .panel-default {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 15px !important;
	border: 2px solid #f0f0f0;
}

.single-blog h4 {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}
.view-comment .form-group b {
	font-weight: 600;
}
.view-comment .col-sm-3 .name{font-weight:500; color:#333333;}
.view-comment .col-sm-3 .date{color:#b5b5b5;}
.user_icon {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 15px 0 0;
    padding: 10px 15px;
	text-align:center;
}
.comment_info{float:left; width:85%; }
.comment_info .comment-text{margin-top:12px;}
.view-comment{clear:both;}
.view-comment .col-sm-8 {
	width: 100%;
	margin-top: 10px;
}
#add-comment .col-sm-8 {
	width: 100%;
}
/*Webdigify Blog light-box CSS */ 
.blog-left:hover .post-image-hover::before {
    opacity: 1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
}
.post-image-hover::before {
	background-color:rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
    position: absolute;
    top: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    width: 100%;
}
.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
	left:0;
     transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
    width: 100%;
}
.blog-image .post_hover {
	bottom: 0;
    height: 51px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    width: 110px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-block .blog-left:hover .post_hover{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-kkhtml-opacity:1; 
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.product-block .blog-left:hover .zoom, .product-block .blog-left:hover .readmore_link,
.all-blog .blog-left-content:hover .zoom, .all-blog .blog-left-content:hover .readmore_link{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-kkhtml-opacity:1; 
	margin:0 5px;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
.blog-left .icon.zoom .fa, .blog-left .icon.readmore_link .fa {
    font-size: 13px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog-left .blog-image .zoom:hover, .blog-left .blog-image .readmore_link:hover {
	color: #ffffff;
	border-color:#7d54f2;
	background:#7d54f2;
}

.all-blog .blog-left-content {
	/*float: left;*/
	margin-bottom: 20px;
}
.blog-image img{
    width: 100%;
}
.blog-right-content ul{
    padding: 0px;
}
.all-blog .blog-left-content .blog-image { float:left; position:relative; width:100%;}
.blog-right-content {
	float: left;
	padding-bottom: 30px;
}
.blog-right-content .blog-title {
   font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
.blog-right-content .read-more a {
	color: #fff;
	padding: 8px 20px;
	background: #191919;
	border-radius: 20px;
	text-transform: capitalize;
	position: relative;
}
.blog-right-content .read-more a:hover {
	color: #111;
    background: #ffd40c;
}
.blog-right-content .write-comment a {
    color: #0a7ef0;
    font-size: 13px;
}
.write-comment-count{float:left; margin-right:10px;color:#000;}
.information-blogger-blogs .write-comment {
    float: left;
}
.information-blogger-blogs .blog-image {
    margin-bottom: 0px;
    background-position: center center;
    height: auto;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}
body.information-blogger-blogs.layout-2.left-col .panel-inner {
    margin: 0px -15px;
}
.information-blogger-blogs .panel-default > .panel .panel-body {
	padding: 10px;
}
.information-blogger-blogs .panel-default > .panel { margin-bottom:30px; border: none;margin: 0px -15px; }
.information-blogger-blogs .panel-default .panel-inner .panel-default {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
    margin-bottom: 5px;
    margin-top: 0px;
	border: 0px;
}
.write-comment a, .date-time i.fa.fa-calendar {
    float: left;
	 padding: 3px 8px 4px 6px;
	 cursor: pointer;
}
.blog-date {
    float: left;
    padding-top: 2px;
}
.blog-left-content:hover .post-image-hover::before {
    opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
}
.blog-date .fa.fa-calendar {
	display: none;
}
#content.single-blog > legend {
    margin: 15px 0 20px;
}
#content #blog-carousel .product-block:hover .date-comment, #content #blog-grid .product-block:hover .date-comment{
	bottom: 0px;
}
.write-comment a, .date-time {
	color: #666;
	font-weight: 400;
	font-size: 13px;
	margin:3px 0 0px 7px;
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	position: static;
}
.write-comment a:hover, .date-time:hover{
	color:#111;
}
.write-comment > a {
	color: #2b85f4;
	padding: 0 0 0 15px;
}
.write-comment a:hover, .write-comment a:focus{ color:#000; }
.comment-wrapper .write-comment a:hover, .comment-wrapper .write-comment a:focus, .comment-wrapper .write-comment a:hover::before{color:#111111;}
.information-blogger-blogs .read-more {
	float: left;
}
.static_links .cart-menu > li:first-child {
	max-height: 185px;
	overflow-x: auto;
	overflow-y: auto;
	padding-right:20px;
}
.blog_top_content:hover .post-image-hover {
  opacity: 1;
  -khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;
}
.all-blog .panel-default .main_description {
  display: none;
}
.blog_top_content .post-image-hover {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  -khtml-opacity:0;-webkit-opacity: 0;-moz-opacity:0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
  width: 100%;
}
.product-block .blog-left:hover .zoom, .product-block .blog-left:hover .readmore_link, .blog_top_content:hover .blog-image .zoom, .blog_top_content:hover .blog-image .readmore_link {
  opacity: 1;
  -khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;
}
.blog-left .blog-image .icon, .blog_top_content .blog-image .icon {
    display: inline-block;
    float: none;
    height: 45px;
    width: 45px;
    line-height: 14px;
    border: 2px solid white;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    padding: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
	margin: 0 5px;
}
.all-blog .blog-left-content:hover .post-image-hover {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.all-blog .blog-right-content .date-time {
	margin: 0;
	padding: 0 0 10px;
	display: block;
}
.all-blog .blog-right-content .read-more {
	padding: 0;
	border:none;
}
.post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	-khtml-opacity:0;-webkit-opacity: 0;-moz-opacity:0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
	width: 100%;
}
.blog_post .text-right .btn-primary {
	color: #F9BF39 ;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 2px solid #F9BF39 ;
	border-radius: 5px;
	-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
	background: #fff;
	line-height:20px;
}
.blog-left-content .post_hover {
    left: 0;
    margin: 0 auto;
    opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%;
}
.all-blog .blog-left-content:hover .post_hover {
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-kkhtml-opacity:1; 
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.blog-left-content .icon.zoom .fa, .blog-left-content .icon.readmore_link .fa {
    font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.blog-left-content .blog-image .zoom {
	border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    -khtml-opacity: 0;
    height: 45px;
    width: 45px;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 11px 12px 9px 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    background: none;
}

.box .box-heading {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    background: #292929;
    position: relative;
    line-height: 20px;
    color: #fff;
    border-radius: 8px;
}
table.clean td, table.clean th {
    border: 0;
    border-top: 1px solid #e2e9e1;
}

table td, table th {
    padding: 10px 20px;
    border: 1px solid #e2e9e1;
    vertical-align: middle;
}
table.clean td, table.clean th {
    border: 0;
    border-top: 1px solid #e2e9e1;
}
.detail-qty {
    max-width: 80px;
    padding: 9px 20px;
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.detail-qty>a.qty-down {
    bottom: 0;
}
.detail-qty>a {
    font-size: 16px;
    position: absolute;
    right: 8px;
    color: #707070;
}

.box{
        border: 1px solid #3a3a3a40;
    padding: 10px;
    margin-bottom:10px;
    border-radius: 12px;
}
.list-group {
    border: medium none;
    border-top: none;
    border-image: none;
    margin-bottom: 20px;
    padding: 4px 0px!important;
}
.blog-left-content .blog-image .zoom:hover,.blog-left-content .blog-image .readmore_link:hover{
	background:#ffd40c  none repeat scroll 0 0;
	border-color:#ffd40c;
}
#column-left .box-product .product-items .product-block .image:after{
	display: none;
}
.webdigifyblog .product-block:hover .post_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
}
.blog-item:hover .blog-left .blog-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-item:hover .post-image-hover {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.blog-left-content .blog-image .readmore_link {
    border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #ffffff;
    background: none;
    display: inline-block;
	height: 45px;
    width: 45px;
    opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
    padding: 11px 12px 9px 14px;
    transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
    z-index: 10;
}

#add-comment .col-sm-10 {
    width: 66.6667%;
}

#add-comment .col-sm-2 {
    width: 25%;
}

#content .webdigifyblog .buttons,#blog-carousel .owl-pagination{display:none}

/*Webdigify Blog light-box CSS */ 

/*Webdigify Blog CSS */ 

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
	position: relative ;

}
.bootstrap-datetimepicker-widget {
	border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
-khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover{
	background:#f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td.today:before {border-bottom: 7px solid #2196f3 !important;}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover{
	background-color:#2196f3 !important;
	color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
	border-bottom-color:#161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
    background-color: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span:hover {color:#111111 }

.bootstrap-datetimepicker-widget td span.active {
	background-color: #f6d000 !important;
    color: #0a7ef0 !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
background:#f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span.old:hover{color:#fff !important}

.picker-switch.accordion-toggle .btn{border:none; background-color:#111111 ; color:#fff !important;}

.bootstrap-datetimepicker-widget td.day{position:relative;}

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #0a7ef0 !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #f6d000 !important;
	color: #0a7ef0 !important;
	text-shadow: none !important;
}

.bootstrap-datetimepicker-widget a[data-action]{border:none;}
/* End Datetimepicker Css */

.owl-controls .owl-buttons .owl-prev:hover::before, .owl-controls .owl-buttons .owl-next:hover::before {
	color:#000;
}
.owl-controls .owl-buttons .owl-prev,.owl-controls .owl-buttons .owl-next{ transition:none;
-webkit-transition:none;
-moz-transition: none;
-ms-transition: none;
-o-transition:none;}

.product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image { 	
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	min-height: 100%;
 }
 .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	vertical-align: middle;
}
.product-thumb .image a {
    display: block;
	text-align: center;
    position: relative;
}
#form-review .col-sm-2, #form-review .col-sm-10{width:100%;}
.container h1, .container h2 {
	font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
	 
}
#product-special #content .col-sm-12 h2.page-title {
	margin: 20px 0 20px 0;
}
.category_thumb .category_description {
    padding: 0px;
}
#form-review > h3{font-size:16px; font-weight:500;}
#content.productpage .product-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
    margin: 0px 0 10px 0px;
    padding: 0px 0px 10px;
    text-transform: capitalize;
    color: #222;
    border-bottom: 1px solid #eaeaea;
}
#content h3.product-option {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}
.breadcrumb + .row {clear: both;}
#content table thead tr td{
	background:#f5f5f5 none repeat scroll 0 0;
	color:#303030;
	font-weight:600;
	font-size: 14px;
}
.account-account #content ul.list-unstyled{margin-bottom:25px;}
.breadcrumb {
	padding:20px 0px;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}
#content #carousel-0 .box-content {margin: 0; padding: 0; position: relative;}
.pull-left.footer-block { width: 19%; text-align:right!important;}
#social_block .title_block {display: none;}
#social_block .toggle-footer {padding: 55px 0 0;}
/* QUCIK-VIEW */
.quickview .wish-comp .btn.btn-default.wishlist, .quickview .wish-comp .btn.btn-default.compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
	color: #808080 !important;
	font-weight: normal;
}
.productpage-quickview .product-left { width:50%; float:left; }
.productpage-quickview .product-right { width:50%; float:left; clear:none !important; }
.productpage-quickview h3.product-title {
	font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    margin: 0 auto 10px;
    padding: 0 0 10px;
}
.quickview .product-right ul li.discount, .quickview .product-right ul li.rewardpoint, .quickview .product-right ul li.price-tax { clear:both; }
.header-quickview .background_wrapper { display: none;}
.header-quickview .responsive-menu {display: none;}
.header-quickview .quickview { top: 0; padding: 20px;}
.image .quickview {opacity: 0; -khtml-opacity:0;-webkit-opacity: 0;-moz-opacity:0;}
#column-left .quickview {display: none;}
.quickview .fa.fa-heart {color:#808080;}
.quickview .btn.btn-primary.btn-lg.btn-block {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #7e5cdd;
  color: #7e5cdd;
  font-weight: normal;
  padding: 7px 20px 6px !important;
  text-transform: capitalize;
}
.quickview {
	 display: inline-block;
	left: 0%;
	right: auto;
	padding: 15px 0;
	position: absolute;
	opacity: 1;
	-khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;
	z-index:99;
	right:0;
	top:50%;
	cursor:pointer;
}
.quickview .fa.fa-eye:hover { background: #111111 none repeat scroll 0 0; border-color: #111111;}
.quickview .fa.fa-eye {
  background: #111111 none repeat scroll 0 0;
  border: 1px solid #111111;
  border-radius: 50%;
  -webkit-border-radius:50%;
-khtml-border-radius:50%;
-moz-border-radius:50%;
  color: #ffffff;
  padding: 15px;
}
.product-quickview .quickview {
	bottom: 0;
	left: 10px;
	top: 10px;
	opacity: 1 !important;
	-khtml-opacity:1 !important;-webkit-opacity: 1 !important;-moz-opacity:1 !important;
}
.product-thumb:hover .quickview{opacity:1; -khtml-opacity:1;-webkit-opacity: 1;-moz-opacity:1;color:#000000 !important;}
h4:hover a, h4:focus a {
	color: #111111;
	text-decoration: none;
}
.quickview > a {color: #000;}
#column-left .quickview-button {display: none;}
.row .cat_prod .button-gr.lists {
   bottom: 50%;
   position: absolute;
   margin:0 auto;
   width:100%;
}
.quickview .container { width:100%; background:#FFFFFF; padding:0 10px; }
.quickview .container .row { margin:0; }
.quickview .top_button { display:none; }
.quickview #product2 { float:left; width:100%; }
.quickview #product2 h3 { width:100%; } 
.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	color:#333333;
}
.box.related_prd {
  float: left;
  width: 100%;
  margin-top:70px; 
}
.alert.alert-success.animated {
	 width: 500px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 20px 20px;
	opacity: 0.95 !important;
	-webkit-opacity: 0.95 !important;
	-moz-opacity: 0.95 !important;
	-khtml-opacity: 0.95 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #111111 !important;
	right: 0 !important;
	left: auto !important;
	box-shadow: 0 0 8px rgb(0 0 0 / 8%);
}
#banner1 .swiper-pagination {
	display: none;
	cursor: pointer;
}
.alert.alert-success.animated span{font-size:15px !important;}
.alert.alert-success.animated span a{color:#111111; text-decoration:underline; }
.alert.alert-success.animated span .fa.fa-check-circle{color:#9bcf85;}
.alert.alert-success.animated button.close{
	opacity:1; 
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	color:#111111;
}
.account-login .well .form-group a, .affiliate-login .well .form-group a{
	line-height: 34px;
    float: right;
    text-decoration: underline;
}

.form-group.qty {
    clear: both;
    display: flex;
    /* overflow: hidden; */
    position: relative;
      padding: 5px 0px 0px;
    margin: 0;
    gap: 20px;
    align-items: baseline;
    justify-content: space-around;
}
.discount-per {
	color: #228B22;
}
.stock_msg {
	display: block;
	/*padding: 10px 0 0 5px;*/
	text-transform: capitalize;
	font-weight: 500;
}
#related-carousel {
	padding-bottom: 30px;
}

.productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare,.product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist, .product-rightinfo .btn-group.prd_page .btn-default.compare {
    color: #666666;
    font-size: 13px;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-align: left;
    width: auto;
    transition: none;
    height: auto;
    background: none;
    border: 0;
	top: 0px;
	font-weight: 400;
}
.productpage .form-group.qty .compare:before, .product-rightinfo .btn-group.prd_page button.btn.btn-default.compare:before{
	content: "";
    float: left;
	background-image: url(../image/webdigify/sprite3.png);
    background-repeat: no-repeat;
	background-position: -36px -75px;
    background-size: 58px;
    margin: 0 0px;
    color: #111;
    border: none;
    position: relative;
    border-radius: 50%;
    padding: 10px 12px;
}
.productpage .form-group.qty .wishlist, .quickview-model .form-group.qty .wishlist {
    margin: 0px;
}
#button-cart, #button-cart2, .productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare, .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist, .product-rightinfo .btn-group.prd_page .btn-default.compare {
    float: left;
}
.btn-group, .btn-group-vertical .btn-group.prd_page {
    width: 100%;
    float: left;
    margin-top:0px;
    margin-left: 4px;
}   
#product .btn-group.prd_page {
 
}
#product .btn-group.prd_page button{
    
    padding: 11px 28px 11px 16px;
    border-radius: 25px;
    color: #000000;
    border: none;
    background: #ffd40c;
}
#product .btn-group.prd_page button i{
     font-size: 15px;
    margin-right: 5px;
}
.productpage .form-group.qty .wishlist:before, .product-rightinfo .btn-group.prd_page button.btn.btn-default.wishlist:before {
    content: "";
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    float: left;
    background-image: url(../image/webdigify/wishlist-hover.svg);
    margin: 0 0px;
    color:#111;
    border: none;
    position: relative;
    border-radius: 50%;
    padding: 11px 12px;
}
.headertop { position:relative; }
.input-group-btn .search {display: block;}
.input-group-btn button.btn.btn-default {
    border-radius: 0px;
}


/********************* Responsive start ******************************/
@media (max-width: 1630px){
	.header_search {
		width: 46%;
  }
  .offer-heading {
	max-width: 18%;
}
}
@media (max-width: 1499px){
	.header_search {margin: 0px;width: 44%;}
	#column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {width: 63%;	}
	#content .banners-slider-carousel .product-block {margin: 0px 15px;}
	.box.webdigifyblog {	 }
	.ProductbyCategory{padding: 30px 0 15px;}
	.search_box .form-control-select {width: 130px;}
	.product-layout.product-grid {width: 24.5%;}
	#_desktop_contact_link {padding:8px 8px;  }
	.wd-currency {
		padding: 10px 0 6px;
  }
	.wd-language {	margin: 0 15px 0 0; }
  .box-category-top {
	width: 240px;
	padding: 15px 0px 15px 45px;
}
.box-category-top::before {
	left: 15px;
}
.box-category-top .box-heading {
	font-size: 15px;
}
  .product-list .product_hover_block .action {
	padding-bottom: 10px;
}
.block_newsletter h3 .title .material-icons {
	background-size: 15px;
	height: 20px;
	width: 20px;

}
.block_newsletter h3 {
	font: 400 18px/20px Roboto,sans-serif;
}
.block_newsletter h3 span.desc {
	font: 400 12px/42px Roboto,sans-serif;
}

	
}
@media (max-width: 1459px){
	#form-currency .btn-link strong {padding: 0 0px 0 0;}
	.product-layout.product-grid {width:24.5%;}
	.pull-left #form-language .btn-group span, .pull-left #form-currency .btn-group span {	margin-bottom: 8px;}
	.pull-left #form-language .fa.fa-caret-down,
	.pull-left #form-currency .fa.fa-caret-down {padding: 0 6px;}
	.product-layout.product-grid .product-block .product-details {padding: 10px 5px; }

}
@media (max-width: 1300px){
	.header_bottom_cover .header_bottom .container{padding: 0 15px; }
}
@media (max-width: 1259px){
  .newsletter.col-sm-6 {
	max-width: 560px;
}
.newsletter .btn.btn-lg {
	padding: 0px 20px;
}
.special-image .owl-buttons {
	top: 33px;
}
}
@media (max-width: 1249px){
	.cms-inner-block1 {margin-right: 23px;}
	.cms-inner-block1, .cms-inner-block2{width: 49%;}
	.countbox .timebox{margin: 0 3px 0 0;}
	.newsletter{ width: 49%; }
	.product_hover_block .action button.cart_button {margin: 0 3px 0 0;}
	.quickview-button {margin: 0 3px 0 0;}

}
@media (max-width: 1199px) and (min-width:768px){
	#nav-one > li > .dropdown-menu.megamenu.column1, #nav-one .hiden_menu .dropdown-menu{ overflow: unset;}
}
@media (max-width: 1199px){
	.header-cms-top {
		width: 50%;
  }
  .header_search {
	width: 35%;
}
.featured {
	padding: 10px 0 25px;
}
.content-top {
	padding: 0px 0px 10px;
}
#_desktop_contact_link {
	padding: 3px 8px;
}
.box-content-category {
	top: 240px;
}
.header_bottom.fixed .box-content-category {
	top: 67px;
}
	.cms-inner-block1, .cms-inner-block2{width: 48%;}
	.collection-right-banner{ display: none; }
	.tab-head span {float: left;}
	.newsletter {width: 43%; margin: 10px 0 0 30px;}
	.main-slider .swiper-button-next, .main-slider .swiper-button-prev{margin:0; }
	.cmsbanner-block .description .banner_text{margin: 30px 0 0 0;}
	.ProductbyCategory {	padding:10px 0 10px;}
	.header_search .btn.btn-default.btn-lg {     
		 padding: 11px 6px;
		font-size: 0px;
		width: 40px;
		height: 40px;
	}
	.header_search .btn.btn-default.btn-lg .fa.fa-search:before {
		padding: 0px 6px;
  }
  .header_center {
	margin: 27px 0 26px;
}
#cart .mycart {
	display: none;
}
#cart .item-count {
	right: 0px;
}
.offer-heading {
	padding:8px 16px 0px;
}
	.search_box {width: 120px;}
	.newsletter .btn.btn-lg {padding:0px 15px;}
	.newsletter #txtemail {	padding: 10px 92px 10px 9px;}
	#column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {width: 100%;}
	#column-left .product-items .product-details, #column-left .product-items .product-details h4, #column-right .product-items .product-details h4 {padding-top: 7px;}
	.product-layout.product-grid {	width: 32.8%;}
	.newsletter.col-sm-6{    max-width: 450px;}
	.search_box .form-control-select {width: 120px;	}
	.box-category-top {width: 25%; padding: 12px 0px 12px 45px; }
	.col-sm-4.header-logo {
		width: 190px;
		padding: 25px 0;
  }
  .box-category-top::before {
	top: 14px;
}
.header_search .form-control.input-lg {
	height: 44px;
}
  .header_wishlist {	margin: 6px 6px 0;}
  #form-language .fa-angle-down, #form-currency .fa-angle-down {margin: 4px 0 0 4px;}
  .main-menu a {	padding: 19px 15px;}
#column-left .box-product .image, #column-right .box-product .image {margin-bottom: 0px;}
.header_bottom .row {margin: 0;}
.block_newsletter h3 span.desc {
	font: 400 12px/22px Roboto,sans-serif;
}
.box.special {
	padding: 20px 0 20px;
	margin: 0 0 0px 0;
}
	
}
@media (max-width: 992px) and (min-width:544px){
	.box.webdigifyblog .box-heading:after,
	.ProductbyCategory .box-heading:after,
	.featured .box-heading:after,
	.box.special .box-heading:after{
		top: 18px;
	}
}
@media (max-width: 991px){
	#form-currency .btn-link strong {padding:0 11px 0 6px;}
	.col-sm-5.product-right {width: 50%;}
	.col-sm-4.product-left {width: 50%;	}
	.newsletter #txtemail {padding: 10px 120px 10px 20px;}
	.header_search .btn.btn-default.btn-lg {font-size: 0px;padding:10px 7px 10px 7px;height: 40px;margin: 2px 3px;	}
	.header_search .form-control.input-lg { padding: 8px 15px 8px 15px;}
	#wdfooterstaticlink {
		display: none;
  }
	.search_box {width: 130px;}
	.header_search .btn.btn-default.btn-lg .fa.fa-search:before {padding-right: 0px;}
	.search_box .form-control-select, .search_box .form-control-select.active {width: 130px;}
	span.res-menu-close {display: none;}
	.box-category-top {
		padding:7px 25px 7px 40px;
		margin-top: 2px;	
		display: none;
	}
	.box-category-top::before {
		background-size: 19px;
		left: 12px;
		width: 16px;
		height: 17px;
		top: 9px;
	}
	#_desktop_contact_link {
		display: none;
  }
  .product-thumb h3 a {
	color: #444;
}
.footer-blocks .links {
	width: 100%;
	float: left;
	padding: 0;
}
.special .product-block.product-thumb.transition{padding: 0 15px; }
#wdfooterstaticlink {
	padding: 15px 0 0;
}
.box.special .row {
	margin: 0;
}
.box.special .img-responsive {
	margin: 0 auto;
}
	.header_top .lang-curr-wrapper {display: none;}
	h5.toggle:hover {	background: rgba(0,0,0,.05);	}
	.dropdown.myaccount ul.dropdown-menu.dropdown-menu-right.myaccount-menu {top: 53px;}
	#cart .dropdown-menu {top: 49px;}
	.header_bottom.fixed #cart .dropdown-menu {top: 52px;}
	.header_bottom.fixed .dropdown.myaccount ul.dropdown-menu.dropdown-menu-right.myaccount-menu {top: 30px;}
	.login_acc li {padding: 3px 40px 7px;}
	.pull-left #form-language .btn-group span img {margin-bottom: 2px;padding:0 11px 0 3px;}
	#footer {padding: 20px 15px;}
	.nav-inner.container{margin:0 auto ;}
	.layout-2.left-col #content , .layout-2.right-col #content{width:100%;}
	.layout-2.left-col #column-left , .layout-2.right-col #column-right{width:100%; float: left; padding: 10px 0 10px; display: block;}
	#column-left .box, #column-right .box {margin: 0px 0 15px;
		/* border: none; */
		float: left;
		width: 100%;}
	#column-left .swiper-viewport { display:none;}
	.layout-2.left-col #content {padding:0; margin-top:0;}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox{display:none;}
	#column-left .list-group, #column-right .list-group {display: none;}
	.menu_toggle{display:none !important;}
/*cartbit*/
	.static-menu{ display: none; }
	.col-sm-4.header-logo {	
		padding:16px 0;
    width: 190px;
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: top;
	  }
	.cmsbanner-block .description .title{ font-size: 20px; }
	.cmsbanner-block .description .banner_text {margin: 15px 0 0 0;}
	.footer-top{ height: auto;    padding:25px 0 25px; }
	.footer-logo{width: 100%; text-align: center; margin-bottom: 15px;}
	.footer-logo img { display: inline-block; }
	.newsletter{ width: 50%; }
	.footer-blocks .col-sm-3,.footer-blocks .col-sm-3.footerleft {width: 100%;    padding: 0;}
	#content ul.list-unstyled{ display: block; }
	.btn-group.prd_page {width: 100%;}
	.contact-form-design .left{width: 100%; float: left;}
	.contact-form-design .contact-form {float: left; width: 100%; margin-top: 20px;}
/*cartbit*/
.block_newsletter h3 .subtitle {
    font-size: 14px;
    line-height: 18px;
}
.block_newsletter h3 {
	width: 100%;
	display: block;
    line-height: 28px;
}
.footer-appinner .title {
    font-size: 18px;
    line-height: 28px;
}
.footer-appinner .subtitle {
    font-size: 12px;
    line-height: 20px;
}
.social-block ul li a { margin-right: 0px;}
.language-menu li {padding: 0px;}
ul.dropdoen-menu.language-menu li button.btn.btn-link.btn-block.language-select img {margin: 0 5px 0 0;}
.dropdown.myaccount .lang-curr-wrapper{display: block;}
.dropdown.myaccount .lang-curr-wrapper.active .pull-left #form-language .btn-group span,
.dropdown.myaccount .lang-curr-wrapper.active .pull-left #form-currency .btn-group span {
    font-size: 13px;
    color: #111;
	font-weight: 400;
}
.pull-left #form-language .btn-group span, .pull-left #form-currency .btn-group span, #form-currency .hidden-xs.hidden-sm.hidden-md{font-size: 13px;}
.dropdown.myaccount .lang-curr-wrapper.active .language-menu, .dropdown.myaccount .lang-curr-wrapper.active .currency-menu{
    position: initial;
    border: 0px;
    min-width: auto;
	padding: 0px 10px;
}
.search_box .form-control-select { padding: 5px 10px 5px 20px;}
.box-content-category { top: 50px;}
#nav-one li .megamenu .dropdown-inner ul li.dropdown:after{right: 0px;}
#nav-one .dropdown a::after, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown a::after,
#nav-one li .megamenu .dropdown-inner ul li.dropdown:after {
    content: "\f107";
    right: 20px;
    position: absolute;
    font-family: 'fontawesome';
    font-size: 16px;
    display: inline-block;
}
#nav-one li .megamenu ul.childs_1 {
    display: block;
	padding-top: 0px;
}
.responsive-menu ul > li{ 
	display: block;    
	position: static; 
}
#res-menu.responsive-menu .main-navigation.active{left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}
header .responsive-menu .main-navigation {
	position: fixed;
	z-index: 9999;
	display: block;
	margin-top: 0px;
	padding: 0px 10px 10px;
	width: 300px;
	height: 100%;
	max-height: initial;
	background-color: #ffffff;
	list-style: none;
	overflow: auto;
	left: -100%;
	top: 0;
	border: 1px solid #ededed;
	-webkit-box-shadow: 0 8px 15px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 8px 15px 0 rgb(0 0 0 / 10%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu-active {
	overflow: hidden;
    height: 100%;
    width: 100%;}
.menu-active::before {
	content: "";
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    left: 300px;
    height: 100%;
    width: calc(100% - 300px);
    top: 0;
    z-index: 99999;
    overflow: hidden;
}
.nav-responsive span:before {
	content: "";
	background-image: url(../image/webdigify/res-menu.svg);
	background-repeat: no-repeat;
	background-position: -1px 0px;
	background-color: transparent;
	background-size: 20px;
	width: 18px;
	height: 22px;
	position: absolute;
	left: 0px;
}

#res-menu{ display: block;margin: 18px 0 15px 10px;}
ul.main-navigation.treeview.active .menu.expandable span {
    display: inline-block;
    vertical-align: top;
}
.header_top #res-menu.responsive-menu .main-navigation.active .menu.expandable {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding: 12px 0px 12px 10px;
    position: sticky;
    background-color: #fff;
    top: 0;
    z-index: 99;
    cursor: pointer;
}
.header_top #res-menu.responsive-menu .main-navigation.active .menu.expandable span {
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    display: block;
}
.responsive-menu .collapsable-hitarea {
    height: auto;
    width: auto;
    padding: 5px;
}
.responsive-menu .main-navigation li a {
    padding: 10px 10px;
	 font-weight: 600;
    font-size: 13px;
	text-align: left;
}
.count-down .countbox strong {
    font-size: 11px;
    width: 32px;
}
.countbox .timebox .time { font-size: 10px;}
.box.special .product-block .product-details { padding: 15px 10px;}
.blog_default_width{width: 50%;}
.footer-blocks .footerleft .contact-block ul {display: none;padding: 10px 0 0;}
.footer-blocks  ul.list-unstyled {display: none;}
#content.productpage .product-title { padding: 20px 0px 10px;}
#column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
    width: 60%;
    padding: 0px 10px;
    float: left;
}
.product_hover_block .action button.cart_button {
    font-size: 0px;
	background-image: url(../image/webdigify/sprite3.png);
    background-repeat: no-repeat;
    background-position:-34px 8px;
    background-size: 65px;
	background-color: #f5f5f5;
    height: 40px;
    width: 40px;
}
.product-block .product-details:hover .product_hover_block .action button.cart_button{background-color: #f5f5f5;}
.product-block .product-details .product_hover_block .action button.cart_button:hover{background-color: #ffd40c;}
footer h5 { font-size: 16px; line-height: 22px;}
.block_newsletter h3 .title .material-icons {
    height: 25px;
    width: 25px;
    background-size: 25px;
	 background-repeat: no-repeat;
	 width: 100%;
	 margin: 0px 0 10px;
}
.block_newsletter h3 .title {
	text-align: center;
}
#newslatter {
	width: 100%;
}
.footer-appinner ul.list-unstyled {display: flex;}
.banners-slider-carousel {margin:0px 0px;}

.newsletter.col-sm-6 {max-width: 100%;	width: 100%;}
.footer-blocks .footerleft .contact-block li ,
#footer .column li{ padding: 0px 15px;}
.product-layout.product-grid {min-height: auto;}
#content .box .box-heading, .box.related_prd .box-heading {
    font-size: 20px;
    line-height: 24px;
}
#content .webdigifyblog .box-heading { margin: 0 0 10px 0;}
button.wishlist { right: 0px;}
.header_center {	float: left;	margin: 17px 0 17px;}
.header-cms-top {	width: 42%;}
.owl-buttons {	top: -43px;}
.cart_image {	margin: 0 0px 0 0;}
.btn-group, .btn-group-vertical .btn-group.prd_page {	margin: 0px;}
.product-list .product-details {	width: 70%;}
#content .product-list .product-block .image {	width: 28%;}
.main-slider {	width: 100%;    height: auto;padding: 0 5px 20px;}
.content-top {	text-align: center;}
.product-block.product-thumb.transition {	padding: 10px 10px;}
.common-home footer {margin-top: 20px;}
#product-special #content {padding: 0;}
.offer-heading {	max-width: 29%;}
.nav2 {	padding: 17px 0 17px;}
#tabss {	top: 0px;}
.block_newsletter h3 span.desc {
	padding: 5px 0 10px;
}
.information-blogger-blogs .panel-default > .panel .panel-body {
	padding: 0px;
}
.nav_left .container {
	padding: 0 15px;
}
.header_top .row ,
#wdcmsoffer .row{
	margin: 0;
}
.header_search {
	width: 69%;
}

.information-blogger-blogs #content {
	padding: 0 10px !important;
}
.box.webdigifyblog {
	margin: 10px 0 10px;
}
.read-more {
	padding: 0 10px 0 0;
}
.write-comment a, .date-time {
	margin: 3px 0 0px 3px;
}

}

@media (max-width: 767px) {
.swiper-pager {
	line-height: 15px;
	display: none;
}
#top{ padding: 10px 0;}
.top-links-toggle {display: block; cursor: pointer;}
.top-links {display: none; position: absolute; background: #fff; padding: 10px; width: 200px; z-index: 999; border: 1px solid #e8e9eb; top: 100%; right: 0;}
.top-links-toggle > i, #res-menu i {font-size: 21px;}
.top-links .links-item{ padding: 5px; width: 100%; display: block; }
.top-links .links-item::before{ display: none; }
.box-category-top{ display: none; }
#newslatter::after { border-right: 0px;}
.col-sm-5.product-right {width: 100%; padding: 0;}
.col-sm-4.product-left {width: 100%; padding: 0;}
.quickview-button {display: none;}
#column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {float: left;}
.newsletter .btn.btn-lg {padding: 0px 20px;}
.responsive-menu .nav-responsive .expandable{margin: 0; height: 20px;}
.main-navigation img {display: none;}
.res-menu-close { visibility: hidden; position: absolute; cursor: pointer; opacity: 0;}
.menu-active .res-menu-close{ visibility: visible; left: 240px; z-index: 9999; transition: all 600ms ease 0s; top: 10px; opacity: 1; height: 30px;
	width: 30px; text-align: center; line-height: 30px;}
.res-menu-close > svg {width:12px; height:12px; fill:#0a7ef0; stroke:#0a7ef0; stroke-width:5px;}
.cmsbanner-block{margin: 20px 0;}
.cms-inner-block1, .cms-inner-block2 { width: 100%; margin: 0 0 20px 0;}
.top-links-toggle > svg {width: 20px; height: 20px; fill: #0a7ef0;}
.special .product-block:hover .product-details{ margin-top: 0; }
.product-block:hover .product-block-inner { box-shadow: none; padding-bottom:0; margin-bottom: 0; z-index: 9;}
.product-block .product-block-inner {border: 1px solid #eaeaea;  z-index: 9;}
.product-block:hover .countdown{ opacity: 1; }
.product-thumb .price{ font-size: 14px;}
.product-thumb .price-old{ font-size: 13px; }
.manufacturer_title{ display: none; }
.manufacture_block ul{ padding: 0; float: none; }
.manufacture_block{padding: 25px 0; text-align: center;}
.payment-block ul {padding: 0;}
.payment-block {width: 100%; text-align: center;}
p.powered {margin: 10px 0 0; width: 100%; text-align: center;padding: 0 0 0px;}
.bottomfooter {padding: 15px 0px;}
.newsletter{ width: 100%; margin: 0; }
.social-block{ width: 100%; text-align: center; }
.social-block ul li{ float: none; display: inline-block; }
.hometab-heading.box-heading{padding: 20px 0 0 20px;}
.htabs {margin: 0; width: 100%;}
.tab-head .sub-heading{margin: 0px 0px 0 20px;}
.tab-head .coupon{margin-top: 15px;}
footer{ margin-top: 25px; }
.product-layout.product-grid{ width:32%;}
.pagination-right{ width: 100%; margin: 20px 0 0;}
.col-sm-12.category_list {padding: 0;}
.category_list li{margin: 0 10px 10px 0;}
.breadcrumb {width: 100%;}
.breadcrumb > li{white-space: normal;}
.col-sm-8.product-left {position: relative; top: auto; width: 410px; margin: 0 auto;}
.layout-1 #content {padding: 0;}
.col-sm-4.product-right {padding: 20px 0 0; width: 100%;}
#tabs_info.product-tab, .box.related_prd{ margin: 10px 0 0; }
#product-product #content {
	padding: 20px 0;
}
.col-sm-4.search_term {padding: 0 0 10px;}
.col-sm-3.search_subcategory{ padding: 0; }
.information-contact #content{padding: 30px;}
.contact-form-design.container{margin: 0px auto 70px; padding: 15px;}
.table-responsive.full-view{ display: none; }
.table.table-bordered.shopping-cart.responsive{ display:block; }
.shopping-cart .btn-primary{ margin: 0; }
.listing { min-height:unset; padding: 80px 15px; line-height: 30px;}
.alert.alert-success.animated{width: 100%;}
.count-down .countbox strong { width: 26px;}
.box.special .product-block .product-details { padding:10px 5px;}
.app-social {
    float: left;
    width: 100%;
    padding: 30px 0 0;
	border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
}
.main-slider {
	padding: 0 0px 20px;
}
.ProductbyCategory,.featured {
	padding: 10px 0 20px;
}
.box.webdigifyblog {
	margin: 0px 0 15px;
}
.col-sm-5.product-right { width: 100%;}
.tablatest_default_width, .tabbestseller_default_width, .tabspecial_default_width,.featured_default_width,.bestseller_default_width,.related_default_width{ width: 26% }
.productcategory0_default_width.wdproductcategory,.productcategory1_default_width.wdproductcategory,
.productcategory2_default_width.wdproductcategory,.productcategory3_default_width.wdproductcategory,
.productcategory4_default_width.wdproductcategory,.productcategory5_default_width.wdproductcategory{width: 26%;}
#content .banners-slider-carousel .product-block .product-block-inner {  border: 0px;}
.footer-appinner ul.list-unstyled {  display: block;}
.box.special .box-heading {  margin-bottom: 8px;}
#block_1 { padding: 30px 0px 0px;	margin: 30px 0 0;}
.owl-buttons { top: -40px;}
.footer-top { padding: 30px 0 30px;}
.product-list .product_hover_block { bottom: 0px;}
.product-info .additional-carousel {padding: 0 128px;}
.col-sm-4.header-logo {	padding: 13px 0;}
.header-cms-top {
	width: 100%;
	text-align: center;
}
.nav_left .tt-giftcard ,
.nav_left .email-id{
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.nav_left {	text-align: center;}
.nav_left .tt-giftcard:after{	display: none;}
.product_hover_block .action button.wishlist:after {	border-left: none;}
.tab-head span {
	float: none;
	text-align: center;
	padding:0 20px 0 0;
}
#content .box .box-heading, .box.related_prd .box-heading {
	margin: 0 0 5px;
}

.content_footer_bottom {	float: none;	text-align: center;}
.header_bottom_cover {	margin: 0 0 20px;}
header .top {	display: none;}

}


@media only screen and (max-width: 660px) {
.product-layout.product-list {padding: 0 0 20px;}
.module_default_width{ width: 33%; }
.product-info .additional-carousel {padding: 0 70px;}
#wdcmsoffer {	padding: 15px 0px;}

}
@media only screen and (max-width: 650px){
	.col-sm-4.header-logo {		padding-bottom: 15px;	}
	.htabs a.selected, .htabs li a {	padding: 8px;	}
	.htabs a.selected, .htabs li.active a {background: transparent;color: #ffd40c;}
	#searchbox {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.htabs a.selected, .htabs li.active a {background: #ffd40c;	color: #111;	}
	#footer {padding: 20px 10px;}
	#content .product-list .product-block .image {width: 33%; }
  .product-list .product-details {width: 66%;}
  .col-sm-4.header-logo {	padding: 10px 0;}
  .header-logo img{ max-width:175px; }
    .nav-responsive span:before {
        content: "";
        background-image: url(../image/webdigify/res-menu.svg);
        background-repeat: no-repeat;
        background-position: -1px 0px;
        background-color: #fffffffa!important;
        background-size: 20px;
        width: 18px;
        height: 22px;
        position: absolute;
        left: 0px;
    }
    

}
@media only screen and (max-width: 543px){
	.tablatest_default_width, .tabbestseller_default_width, .tabspecial_default_width, .bestseller_default_width,.productcategory0_default_width,
.productcategory1_default_width, .productcategory2_default_width, .productcategory3_default_width, .productcategory4_default_width, .featured_default_width,.related_default_width{ width: 50% }
.productcategory0_default_width.wdproductcategory,.productcategory1_default_width.wdproductcategory,
.productcategory2_default_width.wdproductcategory,.productcategory3_default_width.wdproductcategory,
.productcategory4_default_width.wdproductcategory,.productcategory5_default_width.wdproductcategory{width: 49%;}
.banners-slider-carousel {margin:10px 0 10px;}
.product-layout.product-grid{width: 49%; }
.module_default_width{ width: 33%; }
.box.webdigifyblog { margin: 0px 0 10px;}
.hometab, .ProductbyCategory, .featured { padding: 15px 0 10px;}
.box.special { margin: 15px 0 0;}
.social-block ul { margin: 0px 0;}
.footer-appinner .subtitle { margin: 0 0 8px;}
.footer-appinner .title { font-size: 16px; line-height: 26px;margin: 0px 0 4px;}
.block_newsletter h3 {font-size: 20px; line-height: 26px;}
#newslatter { padding: 0px;}
#content .product-list .product-block .image {float: none;	width: auto;}
.product_hover_block .action button, .quickbox {float: none;text-align: center;	display: inline-block;}
.product_hover_block .action button.cart_button {	text-align: center;	display: inline-block;}
.product_hover_block .action {padding: 5px 0 0;}
.product-list .product-block .product-details{width: 100%;float: none;	text-align: center;padding: 5px;}
.content-top {	padding: 0px 0px;} 
.mobile_stop{display: none!important;}
.wdbanner-content p{display: none;}
.stock_status {padding: 8px 10px;}
.product-layout.product-grid {margin-bottom: 5px;}
#product-product #content {padding: 10px;}
.product-list .addtocart {
	padding: 0px 12px;
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.product-list .addtocart button.cart_button {	float: none;}
.header_search .form-control.input-lg {	width: 260px;}
.col-sm-4.header-logo {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.box-heading {	font: 700 18px/28px Open Sans,sans-serif;margin: 0 0 30px;}
.special-image a img.image_thumb {	max-width: 100%;	height: auto;}
#wdcmsservices .wdservice {	padding: 10px 0;}
.product_hover_block {	position: relative;	height: 40px;}
.product-layout.product-grid .product-block .product-details {	padding: 10px 5px 0px;}
.product-list .product-thumb h3 {	text-align: center;}
.product-block .product-details {	padding:10px 5px 0px;}
.product-thumb .price {	padding: 0px 0 10px;}

.etabs li.tab {	display: block;}
.htabs a.selected, .htabs li a {	text-align: center;}
#tabss {
	top: 0px;
	width: 100%;
	right: 0px;
	position: relative;
	float: left;
}
.etabs {
	float: none;
	text-align: left;
	width: 100%;
	padding:0px 0px 10px 0px;
}
.box-heading span {
	display: block;
	background-color: transparent;
	text-align: center;
	padding: 0 0 5px;
	font-size: 18px !important;
}
.box-heading:after {	bottom: -7px;	top: auto;}
#content .box .box-heading, .box.related_prd .box-heading {
	margin: 0 0 30px;
}

}


@media only screen and (max-width: 479px) {
.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description{ left: 20px; top: 10%; }
.cmsbanner-block .description .title {font-size: 14px; margin: 0 0 10px 0;}
.cmsbanner-block .description .toptitle{font-size: 16px;}
.cmsbanner-block .description .banner_text {margin: 10px 0 0 0;}
#cart .dropdown-menu{width: 280px;}
.stock_status{ font-size: 12px; }
.social-block > ul {padding: 0; margin: 5px 0;}
.social-block ul li a{margin-right: 0;}
.module_default_width{ width: 50%; }
#content .banners-slider-carousel .product-block{ margin: 0; }
#content .banners-slider-carousel .product-block .product-block-inner{ padding:0 !important; }
.countbox.hastime{ border: none; padding: 0; }
.countbox .timebox{ margin: 0; }
.count-down .countbox strong {font-size: 12px; width: 35px; font-weight: 400;}
.countbox .timebox::after{right: 0; height: 20px; font-size: 12px; color: #0a7ef0;}
.countbox .timebox .time{font-size: 10px; font-weight: 400;}
.sort-by-wrapper{ width: 100%; }
.show-wrapper {margin: 15px 0 0;}
.category_filter .btn-list-grid{padding: 0;}
.category_filter .show{margin: 7px 10px 0 0;}
.pagination-wrapper .page-link, .pagination-wrapper .page-result{width: 100%; text-align: center;}
.payment-block ul img {margin-bottom: 5px;}
.col-sm-8.product-left{width: 290px;}
#content.productpage .product-title{font-size: 16px;}
.productpage .write-review, .productpage .review-count{margin: 0 5px;}
#button-search {width: 100%; margin: 10px 0 20px;}
.information-contact #content{padding: 15px; background-repeat: repeat;}
.header_search .form-control.input-lg {
	padding: 6px 10px 6px 10px;
	width:87%;
}
#accordion h4.panel-title a.accordion-toggle {display: block;}
.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
	background: #f5f5f5 none repeat scroll 0 0;
	font-weight: 500;
	padding: 10px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
#res-menu .nav-responsive span {
	font-size: 0px;
}
#accordion .panel-title > a {color: inherit;}
#accordion .panel-heading .fa.fa-caret-down {float: right; margin-top:4px;}
#accordion .col-sm-10 {width: 75%;}
#accordion .form-horizontal .control-label {text-align:left;}
.alert-dismissable .close, .alert-dismissible .close{right: 0 !important;}
#accordion.panel-group .panel {
	width: 100%;
	background-color: #fff;
	border: none;
}
.checkout-success p a {color: #111111;}

.product-compare .table-bordered {
  border: 1px solid #e5e5e5;
  float: left;
  overflow: auto;
}
.swiper-viewport .swiper-button-prev::before, .swiper-viewport .swiper-button-next::before {
    background: none;
	 border: 0px;
}
.swiper-viewport .swiper-button-next {
    right: 0px;
    width: 40px;
    height: 40px;
	transition: none;
}
.swiper-viewport .swiper-button-prev {
    left: 0px;
    transition: none;
    height: 40px;
    width: 40px;
}
.main-slider .swiper-viewport:hover .swiper-button-prev{left: 0px;}
.main-slider .swiper-viewport:hover .swiper-button-next{right: 0px;}
.swiper-viewport .swiper-button-next:hover::before, .swiper-viewport .swiper-button-prev:hover::before{
	background: none;
	color: #111;
}
.newsletter #txtemail {padding:10px 100px 10px 15px;height: 36px;}
.newsletter .btn.btn-lg {
	padding: 0px 12px;
	height: 36px;
}
.product-block.product-thumb.transition {	padding: 10px 5px;}
.product-thumb h3 {line-height: 16px;font-size: 13px;}
#tabs_info.product-tab ul.nav.nav-tabs {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 16px;
    float: none;
    text-align: center;
    display: block;
}
.nav-tabs>li {
    margin: 0 0 10px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 16px;
	float: none !important;
}
.hometab, .ProductbyCategory, .featured {  padding: 10px 0 10px;}
#content .box .box-heading, .box.related_prd .box-heading { padding: 15px 0px 10px; margin: 0 0 30px;}
#block_1 .list-unstyled li:first-child {  margin: 0 0px 0 0;}
.header_wishlist {
	margin: 6px 2px 0;
	height: 35px;
	width: 35px;
}
.dropdown.myaccount {    height: 35px;	width: 35px;}
.cart_image {    height: 35px;	width: 35px;}
.col-sm-3.header_cart {	padding: 9px 0px 7px;}
.header_center {	margin: 5px 0 5px;}
.header_search {	margin: 0px 0 10px;	width: 100%;}
.offer-heading {	max-width: 100%;	width: 100%;display: none;}
#searchbox {	width: 100%;}
.nav2 {	padding: 5px 0 5px;}
#res-menu {	margin: 13px 0 13px 10px;}
.col-sm-4.header-logo {	padding: 6px 0;}
.header_bottom_cover {	margin: 0 0 20px;}
#wdcmsoffer {	margin-bottom: 0px;	padding: 0;}
.addtocart button.cart_button span.cart-icon {
	background-image: url(../image/webdigify/plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	height: 36px;
	width: 26px;
	display: inline-block;
	vertical-align: top;
}
.header_bottom_cover .header_bottom .container {    padding: 0 10px;}
.wd-category-list .box-heading:after {	bottom: -11px;	top: auto;}
.box-heading {	margin: 0 0 30px;}
#content .box .box-content, .related_prd .box-content {	margin: 0 -5px;}
.special .product-block.product-thumb.transition {
	padding: 0 5px;
}
#content .box.webdigifyblog .box-content {margin: 0 -5px;}
.blog-desc {
	font-size: 13px;
}

}
@media only screen and (max-width: 420px){
	.header_search .form-control.input-lg {width: 80%;}
  .special_default_width{	width: 100%;}
}
@media only screen and (max-width: 380px) {
	.box.special .product-block-inner .image,
	.box.special .product-block .product-details {		width: 100%;	}
	.ProductbyCategory {padding: 15px 0 5px;}
	.box.webdigifyblog {	margin: 10px 0 20px;	}
	#column-left .product-items .product-details, #column-left .product-items .product-details h4, #column-right .product-items .product-details h4 {padding-top: 0px;}
	#content .product-grid .product-block {margin: 10px 0px 10px 10px;}
	.pagination {float: none !important;	}
	.form-group.qty #button-cart, #button-cart2 {padding: 11px 24px 11px 13px; }
	.header-logo img {max-width: 135px; }
   .col-sm-4.header-logo {	padding: 12px 0;}
	.nav2 {	padding: 6px 0 6px;}
	
}

/* ---------------------- Start wd - Product-Extended block  --------------------------*/

 #tab-description {
	float: left;
	width: 100%;
}
#tab-description .product-description,
#tab-description .producttabdescription {
float: left;
width: 100%;
}
#tab-description .producttabdescription .tabdescleft {
padding-left: 0;
float: left;
}
#tab-description .producttabdescription .tabdescleft .tabdescleft-img {
float: left;
}
#tab-description .producttabdescription .tabdescleft .tabdescleft-img img {
transition: all 1.2s ease-out 0s;
-webkit-transition: all 1.2s ease-out 0s;
display: block;
max-width: 100%;
}
#tab-description .producttabdescription .tabdescright {
float: left;
padding-right: 0;
}
#tab-description .producttabdescription .tabdescright .tabdescright-details,
#tab-description .producttabdescription .tabdescright .table-info-product {
float: left;
width: 100%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .maintitle {
font: 700 18px/24px "Open Sans",Arial,Helvetica,sans-serif;
color: #111;
float: left;
width: 100%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .title {
font: 600 14px/21px "Open Sans",Arial,Helvetica,sans-serif;
text-transform: capitalize;
color: #111111;
width: 13%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .table-detail {
float: left;
width: 100%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .table-detail .table-feature {
display: flex;
align-items: center;
padding:10px 0;
}
@media (max-width: 1200px) {
#tab-description .producttabdescription .tabdescright .table-info-product .title {
width: 20%;
}
}
@media (max-width:991px) {
#tab-description .producttabdescription .tabdescright .table-info-product .title {
width: 40%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .detail {
width: 60%;
}
#tab-description .producttabdescription .tabdescright {
	width: 51%;
}
#tab-description .producttabdescription .tabdescleft {
	width: 49%;
}
}
@media (max-width:767px) {
#tab-description .producttabdescription .tabdescleft .tabdescleft-img {
float: none;
display: inline-block;
vertical-align: top;
}
#tab-description .producttabdescription .tabdescleft {
text-align: center;
margin: 0 0 15px;
float: left;
width: 100%;
padding: 0;
}
#tab-description .producttabdescription .tabdescright {
float: left;
padding: 0;
width: 100%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .title {
width: 20%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .detail {
width: 80%;
}
}
@media (max-width:543px) {
#tab-description .producttabdescription .tabdescright .table-info-product .title {
width: 50%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .detail {
width: 50%;
}
#tab-description .producttabdescription .tabdescright .table-info-product .table-detail .table-feature {
align-items: baseline;
}
}
/* ---------------------- End wd - Product-Extended block --------------------------*/


.product-detail-left {
    width:100% ;
    float: left;
    padding-right: 0px;
}

/* Webdigify www.templatemela.com End */
#product .form-group.qty button#button {
    color: #fff;
    background: #252525;
}
#product .form-group.qty button#button:hover {
    color: #111;
    background: #ffd40c;
}
@media(max-width:991px) {
	.product-detail-left {
		width: 100%;
		padding-top: 20px;
	}
}

/***************Start Testimonial Cms Block ***************/
/* Quantity Section */
.quantity-section {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-sizing: border-box;
}

/* Header */
.quantity-header {
    margin-bottom: 18px;
}

.quantity-header h3 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.quantity-header span {
    font-size: 13px;
    color: #777;
}

/* Options */
.quantity-options {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

/* Quantity Button */
.quantity-option {
    position: relative;
    min-height: 75px;
    padding: 12px 8px;
    background: #fff;
    border: 1.5px solid #ddd;
    border-radius: 10px;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease;
}

/* Number */
.quantity-option strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #111;
}

/* Pieces */
.quantity-option span {
    margin-top: 6px;
    font-size: 12px;
    color: #777;
}

/* Hover */
.quantity-option:hover {
    border-color: #000;
    transform: translateY(-2px);
}

/* Selected */
.quantity-option.active {
    background: #000;
    border-color: #000;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.quantity-option.active strong {
    color: #fff;
}

.quantity-option.active span {
    color: #ddd;
}

/* Check Icon */
.quantity-option.active::after {
    content: "✓";
    position: absolute;
    top: 7px;
    right: 9px;

    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    color: #000;

    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

/* Selected Text */
.selected-quantity {
    margin-top: 18px;
    padding: 10px 12px;

    background: #f7f7f7;
    border-radius: 6px;

    font-size: 13px;
    color: #555;
}

.selected-quantity strong {
    color: #000;
}

/* Mobile */
@media (max-width: 600px) {

    .quantity-section {
        padding: 15px;
    }

    .quantity-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .quantity-option {
        min-height: 70px;
    }

    .quantity-option strong {
        font-size: 20px;
    }
}

#wdcmstestimonial {
	float: left;
	position: relative;
	text-align: center;
	width: 75%;
	padding: 0;
}
#wdcmstestimonial .wdtestimonial-content {
	float: left;
	width: 135%;
	padding:33px 30px 33px 0;
	border-right: 1px solid rgba(0,0,0,.08);
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-user-title h4 {
	color: #d1d1d1;
	font: 600 16px/20px "Open Sans",Arial,Helvetica,sans-serif;
}
#wdcmstestimonial .testimonial-content .testimonial-desc {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
#wdcmstestimonial .testimonial-content .testimonial-desc:after {
	content: "";
	*background-image: url(../image/webdigify/quote.svg);
    background-repeat: no-repeat;
    background-position: center;
	 background-size: 15px;
	 background-size: 20px;
    height: 40px;
    width: 40px;
    top: -20px;
    left: 20px;
    position: absolute;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-user-title .wdtestimonial-subtitle {
	font: italic 300 14px/16px "Open Sans",Arial,Helvetica,sans-serif;
	color: #d1d1d1;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p {
	font: 400 14px/24px "Open Sans",Arial,Helvetica,sans-serif;
	color: #d1d1d1;
	text-transform: capitalize;
	margin: 0 0 0px;
	text-align: left;
}
#wdcmstestimonial .wdtestimonial-content .tttestimonial-title {
	font: 700 30px/44px "Open Sans",Arial,Helvetica,sans-serif;
	color: #111;
}
#wdcmstestimonial .testimonial-content {
	float: left;
	width: 70%;
	text-align: left;
	background: #191919;
	padding: 30px 40px;
	-ms-box-shadow: 0 0 4px 1px rgba(0,0,0,.05);
	-o-box-shadow: 0 0 4px 1px rgba(0,0,0,.05);
	box-shadow: 0 0 4px 1px rgb(0 0 0 / 5%);
	font: 400 14px/24px Open Sans,sans-serif;
	position: relative;
	color: #666;
	margin: 16px 0;
	border-radius: 8px;

}
#wdcmstestimonial .testimonial-user-title {
	float: left;
    text-align: left;
    margin: 0 20px;
}
#wdcmstestimonial #wdtestimonial-carousel {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-image {
	margin: 0;
    width: 112px;
    height: 112px;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -ms-box-shadow: 0 0 4px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 0 4px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 5%);
    float: left;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	float: left;
	max-width: 100%;
	height:auto;
}
#wdtestimonial-carousel li {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
#wdcmstestimonial .owl-carousel .owl-pagination .owl-page.active {
	background: #ffd40c;
	height: 22px;
}
#wdcmstestimonial .owl-carousel .owl-pagination .owl-page {
	height: 8px;
	width: 8px;
	background: #e5e5e5;
	border-radius: 8px;
	display: block;
	margin: 10px 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
#wdcmstestimonial .owl-carousel .owl-pagination {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 70px;
}

@media (max-width: 1499px){
	#wdcmstestimonial .testimonial-content {
		width: 60%;
		padding: 15px 15px;
	}
	#wdcmstestimonial {
		width: 67%;
	}

}
@media (min-width: 1200px) and (max-width: 1259px){
	#wdcmstestimonial {
		width: 80%;
  }
  #wdcmstestimonial .testimonial-content {
	width: 63%;
}
#wdcmstestimonial .owl-carousel .owl-pagination {
	height: 100px;
}
}
@media (max-width: 1199px) {
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p {
	font-size: 14px;
	line-height: 26px;
}
#wdcmstestimonial {
	width: 80%;
}
#wdcmstestimonial .testimonial-user-title {
	margin: 0 15px;
}
#wdcmstestimonial .wdtestimonial-content {
	padding: 30px 30px 25px 0;
}
}
@media (max-width: 991px) {
#wdcmstestimonial {
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
#wdcmstestimonial .testimonial-content {
	width: 59%;
}
#wdcmstestimonial .wdtestimonial-content {
	border: none;
	padding: 30px 0;
}
}
@media (max-width:767px) {
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-content .testimonial-desc p {
	font-size: 13px;
    line-height: 24px;
}
#wdcmstestimonial .testimonial-user-title {
	justify-content: center;
	text-align: center;
	float: none;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-image img {
	width: 100%;
	height: 100%;
	display: block;
}
#wdcmstestimonial .wdtestimonial-content .wdtestimonial-inner ul li .testimonial-image {
	width: 92px;
	height: 92px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#wdtestimonial-carousel li {
	display: block;
	float: none;
    text-align: center;
}
#wdcmstestimonial .testimonial-content {
	width: 100%;
}
#wdcmstestimonial .owl-carousel .owl-pagination .owl-page {
	display: inline-block;
	vertical-align: top;
	margin: 10px 3px;
}
#wdcmstestimonial .owl-carousel .owl-pagination {
	position: relative;
	text-align: center;
	left: 0;
	right: 0;
	display: inline-block;
	height: 0px;
}
#wdcmstestimonial .owl-carousel .owl-pagination .owl-page.active {
	background: #ffd40c;
	width: 22px;
	height: 8px;
}
}


/********** End Testimonial Cms BLock  **********/
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
.live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	left: 0;
	display: none;
	top: 57px;
	padding: 15px;
}
.live-search .loading {
	display: block;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
}
.live-search ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.live-search ul li {
	background-color: #ffffff;
	cursor: pointer;
	float: left;
	width: 50%;
}
.live-search ul li .search-description .product-name p {
	display: none;
}
.live-search ul li:hover a {
	background-color: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.live-search ul li a {
	display: block;
	float: left;
	padding: 12px;
	text-decoration: none;
	width: 100%;
	margin: 0 0 5px 0;
	text-transform: capitalize;
}
.live-search ul li .product-image {
	float: left;
	padding: 0;
}
.live-search ul li .product-name p {
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0;
}
.live-search ul li .search-description {
	float: left;
	text-align: left;
}
.live-search ul li .product-name {
	color: #666;
	font: 500 14px/18px "Open Sans",Arial,Helvetica,sans-serif;
	text-decoration: none;
	margin: 2px 0 8px;
}
.live-search ul li:hover .product-name {
	color: #111;
}
.live-search ul li .product-price {
	float: left;
	font: 500 14px/18px  Open Sans,Helvetica,sans-serif;
	color: #7d54f2;
	margin-bottom: 10px;
	width: 100%;
}
.live-search ul li .product-price .price {
	display: block;
    font: 600 15px/18px Open Sans,Helvetica,sans-serif;
    color: #7d54f2;
    float: left;
}
.live-search ul li .product-price .special {
	color: #555;
	text-decoration: line-through;
	display: block;
	font: 400 13px/18px  Open Sans,Helvetica,sans-serif;
	float: left;
	margin: 0 0 0 5px;
}
.live-search .result-text {
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 8px 0;
	width: 100%;
	letter-spacing: 1px;
}
.live-search .view-all-results:hover {
	color: #111;
}
.live-search .view-all-results {
	color: #333;
	float: left;
	width: 100%;
}
.live-search .result-text:hover {
	background-color: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.live-search .product-image img {
	max-width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #e5e5e5;
}

@media (max-width: 1501px) {
	.live-search ul li .search-description {
		padding: 0 10px;
	}

}

@media (min-width: 1201px) and (max-width: 1501px) {
	.live-search ul li .product-image {
		width: 25%;
	}
}
@media (max-width: 1199px){
	.live-search ul li .product-image {
		width: 35%;
	}
	.live-search ul li .search-description {
		width: 60%;
  }
  .live-search ul li {
	width: 100%;
}
}

@media (max-width: 991px) {
	.live-search ul li .product-image {
		width: 25%;
	}
}

@media (max-width: 480px) {
	.live-search ul li {
		width: 100%;
	}
	.live-search ul li a {
		padding: 10px;
		margin: 0;
	}
	.live-search {
		padding: 10px;
		top: 56px;
	}
	.live-search ul li .product-image {
		width: 25%;
	}
	.live-search ul li .search-description {
		width: 70%;
	}
}

/* ------------------------------------ ajex search CSS End -----------------------------------*/

/************Download App*****************/
#wdcmsfooter {
	float: left;
	width: 25%;
	padding:78px 0 78px 40px;
	margin: 0!important;
}
#wdfooter {
	float: left;
    width: 100%;
    display: block;
}
#wdcmsfooter .title_block {
	margin: 0 0 20px;
	cursor: pointer;
    font: 700 18px/22px 'Open Sans',Helvetica,sans-serif;
    color: #ebebeb;
}
#footer .wdfooter-logo {
	text-align: left;
	float: left;
	width: 100%;
	margin: 0;
	z-index: 1;
	position: relative;
}
.wdfooter-img1 {
	float: left;
	width: auto;
	margin: 0 10px 0px 0;
}
.wdfooter-img2 {
	float: left;
	width: auto;
	margin: 0 10px 0px 0;
}


@media (max-width: 1499px){
	#wdcmsfooter {
		width: 33%;
		padding: 78px 0 78px 25px;
	}
}
@media (min-width: 1200px) and (max-width: 1259px){
	#wdcmsfooter {
		width: 20%;
		padding:38px 0 38px 25px;
  }
  
 
}
@media (max-width: 1259px){
	.wdfooter-img1 {
		margin: 0 10px 15px 0;
	}
}
@media (max-width: 1199px){
	#wdcmsfooter {
		width: 20%;
		padding: 48px 0 48px 25px;
  }
}
@media (max-width: 991px){
	#wdcmsfooter {
		width: 100%;
		text-align: center;
		padding: 30px 0;
		clear: both;
	}
	.wdfooter-logo {
		display: inline-block;
		vertical-align: top;
  }
}

@media (max-width: 767px){
.wdfooter-img1 {
	margin: 0 8px 15px 0;
}
}
@media (max-width: 479px){
	.wdfooter-img1 {
		text-align: center;
    margin: 0 8px 15px 0;
    float: none;
	}
	}
/************END Download App*****************/

/***********************Product page Banner*********************/
.product-detail-right {
    float: left;
    width: 100%;
    padding-left: 15px;
    overflow: hidden;
}

#wdcmsrightservices {
	float: left;
	width: 100%;
	padding: 0 0 20px;
}
#wdcmsrightservices .product-services {
	background: #f5f5f5;
	padding: 20px 15px;
	float: left;
	width: 100%;
}
#wdcmsrightservices .product-services .wdproduct-services {
	margin: 0;
	padding: 0;
}
#wdcmsrightservices .product-services .wdservice .service-title {
	font: 400 13px/24px 'Poppins', Helvetica, sans-serif;
	color: #111111;
}
#wdcmsrightservices .wdservice .service-icon {
	height: 42px;
	width: 42px;
	transition: all 600ms ease-in-out 0s;
	-webkit-transition: all 600ms ease-in-out 0s;
	-moz-transition: all 600ms ease-in-out 0s;
	-o-transition: all 600ms ease-in-out 0s;
	-ms-transition: all 600ms ease-in-out 0s;
	float: left;
	flex-shrink: 0;
}
#wdcmsrightservices .product-services .wdservice {
	display: flex;
	align-items: center;
}
#wdcmsrightservices .wdservice .wdservice-desc {
	padding: 0 0 0 10px;
}

#wdcmsrightservices .product-services .wdproduct-services > li {
	float: left;
	width: 100%;
	margin: 10px 0;
}
#wdcmsrightservices .wd-return.wdservice .service-icon {
	background: url('../image/webdigify/product-services.png') repeat scroll -25px -18px;
}
#wdcmsrightservices .wd-secure.wdservice .service-icon{
	background: url('../image/webdigify/product-services.png') repeat scroll -25px -107px;
}
#wdcmsrightservices .wd-support.wdservice .service-icon{
	background: url('../image/webdigify/product-services.png') repeat scroll -25px -188px;
}
#wdcmsrightservices .wd-shop.wdservice .service-icon{
	background: url('../image/webdigify/product-services.png') repeat scroll -25px -277px;
}
#wdcmsrightservices .wd-return.wdservice:hover .service-icon {
	background-position: -109px -18px;
}
#wdcmsrightservices .wd-secure.wdservice:hover .service-icon{
	background-position: -109px -107px;
}
#wdcmsrightservices .wd-support.wdservice:hover .service-icon{
	background-position: -109px -188px;
}
#wdcmsrightservices .wd-shop.wdservice:hover .service-icon{
	background-position: -109px -277px;
}

#wdrightbanner {
	float: left;
}
#wdrightbanner:hover .wdcmrightbanner a img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
}
#wdrightbanner .wdcmrightbanner a img {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
 max-width: 100%;
}
#wdrightbanner .wdcmrightbanner a {
  overflow: hidden;
  display: block;
}

@media(max-width:1499px) {
	#wdcmsrightservices .wdservice .wdservice-desc {
		padding: 0 0 0 10px;
	}
	#wdcmsrightservices .product-sevices .wdservice .service-title{
		font-size: 13px;
		line-height: 22px;
	}
	#wdcmsrightservices .product-services {
		padding: 10px 10px;
	}
	.product-detail-right {
		padding-left: 0px;
	}

}
@media(max-width:1199px) {
	#wdcmsrightservices .product-sevices .wdservice .service-title {
		font-size: 12px;
		line-height: 20px;
	}
}
@media(max-width:991px) {
	.col-sm-3.product {width: 100%;	}
	.product-detail-left {width: 100%;	}
	#wdcmsrightservices {max-width:280px }
	#wdrightbanner {
		width: auto;
		padding: 0 0 0 30px;
  }
}

@media(max-width:543){
	#wdrightbanner {
		padding: 0px;
	}
}

/***********************End Product Page Banner**************/

@media only screen and (min-width: 600px) {
    
      
	 .content-top {
        padding: 0px 0px!important;
    }
}

.chec_out__topstrip{
  background:var(--chec_out-navy-dark);
  color:#D9D2C2;
  font-size:.8rem;
  padding:8px 0;
  letter-spacing:.02em;
}
.chec_out__topstrip a{color:#D9D2C2;text-decoration:none;}
.chec_out__topstrip i{color:var(--chec_out-gold);margin-right:6px;}

/* ---------- Header ---------- */
.chec_out__header{
  background:var(--chec_out-navy);
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.chec_out__logo{
  font-family:'Fraunces',serif;
  font-weight:600;
  font-size:1.5rem;
  color:#fff;
  letter-spacing:.01em;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:10px;
}
.chec_out__logo-mark{
  width:34px;height:34px;border-radius:50%;
  background:linear-gradient(145deg,var(--chec_out-gold-light),var(--chec_out-gold));
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif;font-weight:700;color:var(--chec_out-navy-dark);
  font-size:1rem;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
}
.chec_out__lock{
  color:#D9D2C2;font-size:.85rem;display:flex;align-items:center;gap:8px;
}
.chec_out__lock i{color:var(--chec_out-gold);}

/* ---------- Step tracker ---------- */
.chec_out__steps{
  display:flex;justify-content:center;gap:0;
  list-style:none;margin:0;padding:22px 0 6px;
}
.chec_out__step{
  display:flex;align-items:center;gap:10px;
  color:var(--chec_out-muted);font-size:.85rem;font-weight:600;
  letter-spacing:.03em;text-transform:uppercase;
  padding:0 22px;position:relative;
}
.chec_out__step:not(:last-child)::after{
  content:'';position:absolute;right:-2px;top:50%;transform:translateY(-50%);
  width:34px;height:1px;background:var(--chec_out-border);
}
.chec_out__step-num{
  width:26px;height:26px;border-radius:50%;
  border:1px solid var(--chec_out-border);
  display:flex;align-items:center;justify-content:center;
  font-size:.78rem;font-family:'Fraunces',serif;
}
.chec_out__step.is-active{color:var(--chec_out-navy);}
.chec_out__step.is-active .chec_out__step-num{
  background:var(--chec_out-navy);border-color:var(--chec_out-navy);color:#fff;
}
.chec_out__step.is-done .chec_out__step-num{
  background:var(--chec_out-success);border-color:var(--chec_out-success);color:#fff;
}
.chec_out__step.is-done{color:var(--chec_out-success);}

/* ---------- Layout ---------- */
.chec_out__wrap{padding:36px 0 70px;}
.chec_out__eyebrow{
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--chec_out-gold);font-weight:700;margin-bottom:6px;
}
.chec_out__title{
  font-family:'Fraunces',serif;font-weight:600;font-size:1.5rem;
  color:var(--chec_out-navy);margin-bottom:2px;
}
.chec_out__panel{
  background:var(--chec_out-card);
  border:1px solid var(--chec_out-border);
  border-radius:var(--chec_out-radius);
  padding:26px 28px;
  margin-bottom:22px;
}

/* pen-stroke divider */
.chec_out__stroke{
  width:64px;height:10px;margin:10px 0 20px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='10' viewBox='0 0 64 10'%3E%3Cpath d='M1 6 C 16 -2, 30 10, 45 3 S 60 -1, 63 4' fill='none' stroke='%23FFD40C' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
}

/* form fields */
.chec_out__label {
    font-size: 13px;
    font-weight: 600;
    color: var(--chec_out-charcoal);
    margin-bottom: 6px;
    letter-spacing: .01em;
}
.chec_out__input, .chec_out__select, .chec_out__textarea {
    width: 100%;
    border: 1px solid var(--chec_out-border);
    border-radius: 7px;
    padding: 11px 13px;
    font-size: smaller;
    background: #FDFCFA;
    transition: border-color .15s, box-shadow .15s;
    font-family: 'Inter',sans-serif;
}
.chec_out__input:focus, .chec_out__select:focus, .chec_out__textarea:focus{
  outline:none;border-color:var(--chec_out-gold);
  box-shadow:0 0 0 3px rgba(176,141,87,.15);
  background:#fff;
}
.chec_out__field{margin-bottom:16px;}

/* payment method cards */
.chec_out__pay-option{
  border:1px solid var(--chec_out-border);border-radius:8px;
  padding:14px 16px;margin-bottom:12px;cursor:pointer;
  display:flex;align-items:center;gap:12px;
  transition:border-color .15s, background .15s, transform .1s;
}
.chec_out__pay-option:hover{border-color:var(--chec_out-gold-light);background:#FCFAF6;}
.chec_out__pay-option.is-selected{
  border-color:var(--chec_out-gold);background:#FBF6EC;
}
.chec_out__pay-option input[type="radio"]{accent-color:var(--chec_out-gold);width:17px;height:17px;}
.chec_out__pay-icons{margin-left:auto;display:flex;gap:8px;font-size:1.15rem;color:var(--chec_out-muted);}
.chec_out__pay-label{font-weight:600;font-size:.92rem;}
.chec_out__pay-sub{font-size:.78rem;color:var(--chec_out-muted);}

/* ---------- Order summary ---------- */
.chec_out__summary{
  background:var(--chec_out-navy);
  color:#EDEAE1;
  border-radius:var(--chec_out-radius);
  padding:28px 26px;
  position:sticky;top:20px;
  overflow:hidden;
}
.chec_out__summary::before{
  content:'';position:absolute;top:-40px;right:-40px;
  width:140px;height:140px;border-radius:50%;
  background:radial-gradient(circle, rgba(176,141,87,.25), transparent 70%);
}
.chec_out__summary-title{
  font-family:'Fraunces',serif;font-size:1.15rem;font-weight:600;
  color:#fff;margin-bottom:4px;
}
.chec_out__summary-sub{font-size:.78rem;color:#B9B2A0;margin-bottom:18px;}

.chec_out__item{
  display:flex;gap:12px;padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.chec_out__item:last-of-type{border-bottom:none;}
.chec_out__item-thumb{
  width:52px;height:52px;border-radius:7px;flex-shrink:0;
  background:linear-gradient(150deg,#333333,#1F1F1F);
  display:flex;align-items:center;justify-content:center;
  color:var(--chec_out-gold-light);font-size:1.05rem;
  border:1px solid rgba(255,255,255,.08);
}
.chec_out__item-name{font-size:.86rem;font-weight:600;color:#fff;line-height:1.3;}
.chec_out__item-meta{font-size:.75rem;color:#A9A28F;margin-top:2px;}
.chec_out__item-price{font-size:.86rem;font-weight:600;color:var(--chec_out-gold-light);white-space:nowrap;}

.chec_out__promo{
  display:flex;gap:8px;margin:18px 0;
}
.chec_out__promo input{
  flex:1;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);
  border-radius:7px;padding:10px 12px;color:#fff;font-size:.85rem;
}
.chec_out__promo input::placeholder{color:#8B8574;}
.chec_out__promo input:focus{outline:none;border-color:var(--chec_out-gold);}
.chec_out__promo button{
  background:transparent;border:1px solid var(--chec_out-gold);
  color:var(--chec_out-gold-light);border-radius:7px;padding:0 16px;
  font-size:.8rem;font-weight:600;white-space:nowrap;
}
.chec_out__promo button:hover{background:var(--chec_out-gold);color:var(--chec_out-navy-dark);}

.chec_out__totals-row{
  display:flex;justify-content:space-between;font-size:.86rem;
  padding:6px 0;color:#C7C0AF;
}
.chec_out__totals-row span:last-child{color:#EDEAE1;}
.chec_out__totals-row.is-grand{
  font-family:'Fraunces',serif;font-size:1.25rem;font-weight:600;
  color:#fff;padding-top:14px;margin-top:6px;border-top:1px dashed rgba(255,255,255,.2);
}
.chec_out__totals-row.is-grand span:last-child{color:var(--chec_out-gold-light);}

.chec_out__place-btn{
  width:100%;background:var(--chec_out-gold);border:none;
  color:var(--chec_out-navy-dark);font-weight:700;font-size:.95rem;
  padding:14px;border-radius:8px;margin-top:20px;
  letter-spacing:.02em;transition:transform .12s, background .15s;
}
.chec_out__place-btn:hover{background:var(--chec_out-gold-light);transform:translateY(-1px);}
.chec_out__place-btn:active{transform:translateY(0);}
  
.chec_out__seal{
  display:flex;align-items:center;gap:10px;margin-top:18px;
  font-size:.74rem;color:#A9A28F;
}
.chec_out__seal-mark{
  width:30px;height:30px;border-radius:50%;flex-shrink:0;
  background:linear-gradient(145deg,var(--chec_out-gold-light),var(--chec_out-gold));
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif;font-weight:700;color:var(--chec_out-navy-dark);
  font-size:.8rem;
}


@media(max-width:991px){
  .chec_out__summary{position:static;margin-top:6px;}
  .chec_out__steps{flex-wrap:wrap;row-gap:10px;}
  .chec_out__step{padding:0 12px;font-size:.72rem;}
}

/* keyboard focus visibility */
.chec_out__place-btn:focus-visible,
.chec_out__promo button:focus-visible,
.chec_out__input:focus-visible{
  outline:2px solid var(--chec_out-gold);outline-offset:2px;
}

.market_area_sec .market_area .market-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px;
}
.market_area_sec .market_area .market-list li {
    width: 23%;
    margin: 6px 1%;
}
.market_area_sec .market_area .market-list li a {
    background: transparent;
    color: #292929;
    border: 1px dashed #292929;
    display: block;
    font-size: 14px;
    padding: 7px 15px;
    transition: all .2s linear;
}
.market_area_sec .market_area .market-list li a:hover {
    background: #292929;
    color: #fff;
    border: 1px dashed #292929;
}
@media (prefers-reduced-motion:reduce){
  .chec_out__place-btn, .chec_out__pay-option{transition:none;}
}
:root{
  --chec_out-navy:#292929;
  --chec_out-navy-dark:#1A1A1A;
  --chec_out-charcoal:#232323;
  --chec_out-gold:#FFD40C;
  --chec_out-gold-light:#FFDF4D;
  --chec_out-ivory:#FAF7F1;
  --chec_out-card:#FFFFFF;
  --chec_out-border:#E7E0D2;
  --chec_out-muted:#7A7264;
  --chec_out-success:#2F6E4F;
  --chec_out-danger:#B3492B;
  --chec_out-radius:10px;
}


.sticky_left{
        position: sticky !important;
    top: 75px;
}
.sitemap-tree {
    padding-left: 0;
    list-style: none;
    position: relative;
}
.sitemap-tree li {
    margin: 10px 0;
    position: relative;
}
.sitemap-tree li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.sitemap-tree li::after {
    content: '';
    position: absolute;
    top: 12px;
    left: -12px;
    width: 12px;
    height: 1px;
    background-color: #ccc;
}
.sitemap-tree a {
    text-decoration: none;
    color: #171818;
    font-weight: 500;
    transition: color 0.3s;
}
.sitemap-tree ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
}
.quantity_box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.quantity_btn {
    width: 40px;
    height: 40px;
    border: 0;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quantity_btn:hover {
    background: #222;
    color: #fff;
}

.quantity_input {
    width: 50px;
    height: 40px;
    border: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    outline: none;
    background: #fff;
}

/* Chrome, Safari, Edge */
.quantity_input::-webkit-outer-spin-button,
.quantity_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity_input[type="number"] {
    -moz-appearance: textfield;
}

  .review_cart {
            max-width: 420px;
            /*margin: 0px auto;*/
            padding: 22px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            box-sizing: border-box;
        }

        .review_cart .review_headinn {
            margin: 0 0 15px;
            text-align: center;
            font-size: 22px;
            font-weight: 700;
            color: #222;
        }

        .review_cart__rating {
            text-align: center;
            margin-bottom: 18px;
        }

        .review_cart__rating > span {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            color: #666;
        }

     .review_cart__stars {
    display: flex;
    
    gap: 5px;
    justify-content: center;
}

        .review_cart__stars input {
            display: none;
        }

        .review_cart__stars label {
            cursor: pointer;
            font-size: 24px;
              color: #FFD700;
            transition: 0.3s;
        }

        /*.review_cart__stars label:hover,*/
        /*.review_cart__stars label:hover ~ label,*/
        /*.review_cart__stars input:checked ~ label {*/
        /*    color: #FFD700;*/
        /*}*/

        .review_cart__form input,
        .review_cart__form textarea {
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 11px 14px;
            margin-bottom: 12px;
            outline: none;
            font-size: 14px;
            font-family: inherit;
        }

        .review_cart__form textarea {
            height: 100px;
            resize: none;
        }

        .review_cart__form input:focus,
        .review_cart__form textarea:focus {
            border-color: #FFD700;
        }

        .review_cart__form button {
            width: 100%;
            border: none;
            background: #FFD700;
            color: #222;
            padding: 11px 15px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s;
        }

        .review_cart__form button:hover {
            opacity: 0.85;
        }
        
        
        
        .testimonial_card {
            max-width: 600px;
    position: relative;
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.testimonial_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.testimonial_card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    top: -60px;
    right: -60px;
    border-radius: 50%;
    background: #f5f5f5;
}
.row_line{
    display: flex;
    align-items: center;
    gap: 50px;
}

.testimonial_card__quote {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 42px;
    color: #e8e8e8;
    line-height: 1;
}

.testimonial_card__stars {
    position: relative;
    margin-bottom: 18px;
}

.testimonial_card__stars i {
    color: #f5b301;
    font-size: 16px;
    margin-right: 3px;
}

.testimonial_card__text {
    position: relative;
    margin: 0 0 25px;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.testimonial_card__user {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.testimonial_card__image {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_card__info h4 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
}

.testimonial_card__info span {
    color: #888;
    font-size: 13px;
}

.premium_box {
    padding: 20px 0;
}

.premium_box__inner {
     
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    background: #f5f2e9;
    border: 1px solid #e8e2d3;
    border-radius: 12px;
    padding: 10px 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.premium_box__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 8px 9px;
    position: relative;
    transition: all 0.3s ease;
}
.whislist_compare {
    margin-top: 20px;
    display: flex;
    gap: 40px;
    font-size: 15px;
}
.whislist_compare a{
    color: #666666;
}
.whislist_compare a i{
    font-size: 14px!important;
    margin-right: 8px;
    padding: 0px !important;
    
}
.premium_box__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 45px;
    background: #ddd5c4;
    transform: translateY(-50%);
}

.premium_box__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d0bd;
    border-radius: 50%;
    background: #fffdf8;
    transition: all 0.3s ease;
}

.premium_box__icon svg {
    width: 19px;
    height: 19px;
    fill: #3f3f3f;
    transition: all 0.3s ease;
}

.premium_box__content h4 {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #252525;
}

.premium_box__content span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    color: #777;
}

.premium_box__item:hover {
    transform: translateY(-3px);
}

.premium_box__item:hover .premium_box__icon {
    background: #252525;
    border-color: #252525;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.premium_box__item:hover .premium_box__icon svg {
    fill: #fff;
}

.free_delivery {
    padding: 18px 0;
}

.free_delivery__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.free_delivery__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 11px;
    position: relative;
    transition: all 0.3s ease;
}

.free_delivery__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 42px;
    background: #e6e6e6;
    transform: translateY(-50%);
}

.free_delivery__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fafafa;
    transition: all 0.3s ease;
}

.free_delivery__icon svg {
    width: 18px;
    height: 18px;
    fill: #222;
    transition: all 0.3s ease;
}

.free_delivery__content .delevery_section {
    margin: 0 0 3px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    letter-spacing: 0;
}

.free_delivery__content p {
    margin: 0;
    font-size: 11px;
    color: #777;
    line-height: 1.4;
    white-space: nowrap;
}

.free_delivery__item:hover {
    background: #f8f8f8;
}

.free_delivery__item:hover .free_delivery__icon {
    transform: rotate(-5deg) scale(1.08);
    background: #222;
    border-color: #222;
}

.free_delivery__item:hover .free_delivery__icon svg {
    fill: #fff;
}


.fast_relatable {
    padding: 18px 0;
}

.fast_relatable__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #f8f9fb;
    border: 1px solid #e7e9ee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.fast_relatable__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 76px;
    padding: 12px 16px;
    position: relative;
    transition: all 0.3s ease;
}

.fast_relatable__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 38px;
    background: #e1e4e9;
    transform: translateY(-50%);
}

.fast_relatable__icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fast_relatable__icon svg {
    width: 22px;
    height: 22px;
    fill: #222;
    transition: all 0.3s ease;
}

.fast_relatable__content .fast-relable {
    margin: 0 0 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    color: #222;
}

.fast_relatable__content span {
    display: block;
    font-size: 10px;
    line-height: 1.3;
    color: #777;
}

.fast_relatable__item:hover {
    background: #ffffff;
}

.fast_relatable__item:hover .fast_relatable__icon {
    transform: translateY(-3px) scale(1.08);
}

.fast_relatable__item:hover .fast_relatable__icon svg {
    fill: #000;
}

/* Tablet */
@media (max-width: 991px) {
    .fast_relatable__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .fast_relatable__item {
        justify-content: flex-start;
    }

    .fast_relatable__item:nth-child(3)::after {
        display: none;
    }

    .fast_relatable__item:nth-child(-n+3) {
        border-bottom: 1px solid #e1e4e9;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .fast_relatable__wrapper {
        grid-template-columns: 1fr;
    }

    .fast_relatable__item {
        min-height: 64px;
        justify-content: flex-start;
        padding: 12px 18px;
    }

    .fast_relatable__item:not(:last-child)::after {
        width: calc(100% - 36px);
        height: 1px;
        top: auto;
        bottom: 0;
        right: 18px;
        transform: none;
    }

    .fast_relatable__item:nth-child(-n+3) {
        border-bottom: none;
    }
}
/* Tablet */
@media (max-width: 991px) {
    .free_delivery__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .free_delivery__item:nth-child(2)::after {
        display: none;
    }

    .free_delivery__item:nth-child(-n+2) {
        border-bottom: 1px solid #e6e6e6;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .free_delivery__wrapper {
        grid-template-columns: 1fr;
    }

    .free_delivery__item {
        padding: 14px 16px;
    }

    .free_delivery__item:not(:last-child)::after {
        width: calc(100% - 32px);
        height: 1px;
        top: auto;
        bottom: 0;
        right: 16px;
        transform: none;
    }

    .free_delivery__item:nth-child(-n+2) {
        border-bottom: none;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .premium_box__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .premium_box__item:nth-child(2)::after {
        display: none;
    }

    .premium_box__item {
        justify-content: flex-start;
        padding: 14px 20px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .premium_box__inner {
        grid-template-columns: 1fr;
        padding: 8px;
    }

    .premium_box__item {
        justify-content: flex-start;
        padding: 14px 12px;
    }

    .premium_box__item:not(:last-child)::after {
        width: calc(100% - 24px);
        height: 1px;
        top: auto;
        bottom: 0;
        right: 12px;
        transform: none;
    }
}


.premium_box {
    width: 100%;
    background: #f4f2ec;
    border: 1px solid #ddd8cd;
    border-radius: 14px;
    padding: 8px 0px;
    margin: 20px 0px;
}

.premium_box_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.premium_box_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 5px;
    position: relative;
}

.premium_box_item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px;
    height: 70%;
    background: #d9d5cb;
}

.premium_box_icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 1px solid #d8d4ca;
    border-radius: 50%;
    background: #f8f7f2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.premium_box_content .premium_heading {
    margin: 0 0 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #555;
}

.premium_box_content span {
    display: block;
    font-size: 13px;
    color: #888;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .premium_box_inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .premium_box_item:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .premium_box_inner {
        grid-template-columns: 1fr;
    }

    .premium_box_item::after {
        display: none;
    }

    .premium_box_item {
        border-bottom: 1px solid #d9d5cb;
    }

    .premium_box_item:last-child {
        border-bottom: none;
    }
}

.btn-default:hover, .open .dropdown-toggle.btn-default {
    color: #fff;
    background: #292929 !important;
}

.offi_faq {
    background: #F6F5F1;
    padding: 50px 20px;
    font-family: 'Inter', sans-serif;
    color: #3A3A38;
}

/*.offi_faq__inner {*/
/*    max-width: 920px;*/
/*    margin: 0 auto;*/
/*}*/

.offi_faq__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #2C3E63;
    font-size: 15px;
    margin-bottom: 14px;
}

.offi_faq__eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #B9862F;
    display: inline-block;
}

.offi_faq__heading {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(30px, 4vw, 42px) !important;
    color: #12203D;
    line-height: 1.15;
    /*max-width: 14ch;*/
    margin-bottom: 40px;
        text-align: center;
}

.offi_faq__sub {
    max-width: 52ch;
    font-size: 16px;
    line-height: 1.65;
    color: #6B6A64;
    margin-bottom: 48px;
}

/* Bootstrap accordion overrides */

.offi_faq .accordion {
    --bs-accordion-border-color: #E1DED4;
    --bs-accordion-bg: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: #B9862F;
    --bs-accordion-btn-focus-box-shadow: none;
    border-top: 1px solid #E1DED4;
}

.offi_faq .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #E1DED4;
    border-radius: 0;
    position: relative;
}

.offi_faq .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 22px 4px;
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 19px;
    color: #12203D;
    border-radius: 0 !important;
}

.offi_faq .accordion-button:hover {
    color: #B9862F;
}

.offi_faq .accordion-button:not(.collapsed) {
    color: #B9862F;
    background: transparent;
    box-shadow: none;
}

/* Custom plus/cross icon */

.offi_faq .accordion-button::after {
    display: none;
}

.offi_faq__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #E1DED4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 16px;
    right: 0;
    position: absolute;
    top: 27px;
}

.offi_faq__icon::before,
.offi_faq__icon::after {
    content: "";
    position: absolute;
    background: #12203D;
    transition: transform .3s ease, background .2s ease;
}

.offi_faq__icon::before {
    width: 11px;
    height: 1.5px;
}

.offi_faq__icon::after {
    width: 1.5px;
    height: 11px;
}

.offi_faq .accordion-button:not(.collapsed) .offi_faq__icon {
    border-color: #B9862F;
    background: #B9862F;
}

.offi_faq .accordion-button:not(.collapsed) .offi_faq__icon::after {
    transform: rotate(90deg) scaleX(0);
}

.offi_faq .accordion-button:not(.collapsed) .offi_faq__icon::before,
.offi_faq .accordion-button:not(.collapsed) .offi_faq__icon::after {
    background: #fff;
}

.offi_faq .accordion-body {
    padding: 0 4px 30px;
     
    font-size: 15.5px;
    line-height: 1.75;
    color: #5B5A54;
}

.offi_faq .accordion-body a {
    color: #12203D;
    text-decoration: underline;
    text-decoration-color: #E9D6AC;
    text-underline-offset: 3px;
}

.offi_faq__footer {
    margin-top: 44px;
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.offi_faq__footer p {
    margin: 0;
    font-size: 15px;
    color: #6B6A64;
}

.offi_faq__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #12203D;
    color: #fff;
    padding: 13px 26px;
    border-radius: 3px;
    font-size: 14.5px;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s ease;
    white-space: nowrap;
}

.offi_faq__cta:hover {
    background: #B9862F;
    color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .offi_faq__icon::before,
    .offi_faq__icon::after {
        transition: none;
    }
}

@media (max-width: 576px) {
    .offi_faq {
        padding: 56px 16px;
    }

    .offi_faq .accordion-button {
        font-size: 17px;
        padding: 20px 2px;
    }
}
.sticky-left{
        position: sticky !important;
    top: 100px;
    height: fit-content;
}
.form_link{
    margin-bottom: 10px;
}
#text_message{
        width: 100%;
    /* height: 40px; */
    padding: 5px 12px;
    color: #999999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    font-size: 13px;
    border-radius: 0px;
    margin-top: 10px;
}