/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


body{
  position: relative;
  color: #8f887c;
  font-size: 14px;
}
/*.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}*/
.container:after,.container:before {
  clear: both;
  display: table;
  content: "";
}
ul,li,ol{
  margin:0px;
  padding:0px;
  list-style: none;
}
img{
  max-width: 100%;
}
*{
  outline: none;
}
h1{
  font-size: 42px;
  font-family: "Open Sans Condensed",sans-serif;
  color: #000;
}
h2{
  font-size: 36px;
  color: #000;
}
h3{
  font-size: 30px;
  color: #000;
}
h4{
  font-size: 22px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
h1,
h2,
h3,
.cat-slider .plvr-slider .slider-caption .slider-caption-title {
  font-family: "Open Sans Condensed",sans-serif; 
}
body, 
.grand_opening h2,
.fusion-main-menu > ul > li > a, 
.side-nav li a,
.products .product-details .product-title,
.sec-header h3,
.product .product_title,
#wrapper .product button.single_add_to_cart_button,
#wrapper .sec-header > h3,
.fusion-layout-column.contact_wrap h3,
ul.zm_alr_ul_container li a,
#wrapper .regiter-inner h2,
.header-top .form-wrapper h2,
#wrapper .cart-collaterals h2,
.share_wishlist h3,
#wrapper .single-post-header > h2,
#wrapper .woocommerce-MyAccount-content h2.avada-woocommerce-myaccount-heading,
.register-page .zm_alr_form_container input[type="submit"],
#wrapper .woocommerce-EditAccountForm input[type="submit"],
#wrapper .siping-address h3 {
  font-family: "Open Sans",sans-serif;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.smooth,
body.has-sidebar #main .single_collection #sidebar {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#wrapper .product button.single_add_to_cart_button,
#wrapper .product .add_to_wishlist,
.header-top #AnythingPopup_BoxContainer1,
.header-top #AnythingPopup_BoxContainerHeader1 {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
a:hover{
  color: #55b2c5;
}
.for-mobile{
  display: none!important;
}
.hide{
  display: none;
}


/*
===========================================================================================
 HEADER STYLE
===========================================================================================
*/
.fusion-logo img {
  max-width: 225px;
  width: 100%;
}
body #main{ 
  padding-top: 0px;
}
.top-header-left, .top-header-right {
  float: left;
  width: 40%;
}
.top-header-left {
  width: 60%;
}
.top-header-right {
  text-align: right;
}
.top-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.top-header-right .top-menu {
  float: right;
}
.top-menu li, 
.lang_sel_list_horizontal.wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  float: left;
  line-height: 1;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}
.top-menu li::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
}
.top-header-left .top-menu > li:last-child {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal {
  border: 0 none;
  padding: 0;
}
.top-menu li a {
  color: #010101;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
}
.top-menu li.our_store_nav a {
  background-image:url("./images/location.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0 2px;
  padding-left: 17px;
}
.top-header-right .top-menu li a img {
  display: block;
  width: 15px;
}
.top-menu li:last-child::before {
	content: none;
}
.fusion-secondary-header{
	display: none;
}
.header-top {
  padding: 15px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10011;
}
#side-header .fusion-logo, .fusion-header .fusion-logo {
  margin: 0 0 15px;
}
.fusion-header-wrapper #side-header .fusion-logo, 
.fusion-header-wrapper .fusion-header .fusion-logo {
  margin: 0 0 15px;
}
header .fusion-header {
  border: 0 none !important;
}
header.fusion-header-wrapper {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 16px solid #55b2c5;
  padding: 18px 0 0;
  z-index: 9;
}
.fusion-header-wrapper .fusion-mobile-menu-sep, 
.fusion-header-wrapper .fusion-secondary-main-menu {
  border: 0 none;
}
.fusion-header-menu-align-center .fusion-main-menu > ul > li.menu-item-has-children > a {
  background-image: url("./images/down-arrow.png");
  background-position: right 38px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  padding-right: 18px;
}
.fusion-header-menu-align-center .fusion-main-menu > ul > li{
  padding: 0 25px;
}

header .fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
  font-size: 14px;
}
.fusion-header-wrapper .fusion-header .fusion-logo {
  margin: 0 0 8px;
}
#slidingbar-area {
  display: none;
}
header.fusion-header-wrapper .fusion-main-menu .sub-menu {
  border-top: 3px solid #8f887c;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 220px;
}
header.fusion-header-wrapper .fusion-menu-cart-items{
  width: 230px;
}
.fusion-main-menu > ul > li > a {
  border-top: 0px solid rgba(0, 0, 0, 0);
  font-size: 20px;
}
header.fusion-header-wrapper .fusion-main-menu .fusion-main-menu-search {
  float: right;
  position: static;
  padding: 0 15px;
}
header .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents input,
.search_mobile .searchform .search-table .search-field input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 0 none;
  font-size: 16px;
  height: auto;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  height: 46px;
}
.search_mobile .searchform .search-table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
}
.search_mobile {
  left: 0;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 9;
}
header .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
  border-color: #000000 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding: 0;
  background: #fff;
  width: 100%;
}
header .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents input.searchsubmit {
  font-size: 14px;
  height: 46px;
  padding: 5px 15px;
  width: 100%;
  color: #000;
  text-transform: uppercase;
}
header.fusion-header-wrapper .fusion-main-menu .fusion-main-menu-search a {
  font-size: 16px;
}

/* /. header*/

.home .page-header {
  display: none;
}
.home-top-cat .fusion-column-content h1 {
  font-family: "Open Sans Condensed",sans-serif;
  font-weight: 300;
  margin: 0;
}
.grand_opening {
  padding: 70px 0;
  text-align: center;
}
.grand_opening.white,.grand_opening.white h2,.grand_opening.white .grand_opening_content > div {
  color: #ffffff;
}
.grand_opening h2 {
  font-family: "Open Sans" !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 auto 12px;
}
.grand_opening_content div strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.grand_opening_content > div {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}
.view_more {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
}
.grand_opening.white .view_more{
  border: 1px solid #fff;
  color: #fff;
}
.grand_opening.white .view_more:hover,
.view_more:hover{
  border: 1px solid #000;
  background: #000;
  color: #fff;
}


/*sec header*/
.sec-header,
.or {
  margin: 5px 0 20px;
  position: relative;
  text-align: center;
}
.sec-header::before,
.or:before {
  background: #8f887c none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
}
.sec-header h3 {
  background: #fff none repeat scroll 0 0;
  color: #8f887c!important;
  display: inline-block;
  font-size: 24px!important;
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.cat-slider .sec-header h3 {
  background: #a9dee5 none repeat scroll 0 0;
}
header .fusion-main-menu > ul > li > a {
  font-size: 14px;
  border-top: 0 solid rgba(0, 0, 0, 0);
}

header .fusion-main-menu > ul > li > a:hover,
header .fusion-main-menu > ul > li:hover > a,
header .fusion-main-menu > ul > li.current-menu-item > a {
  color: #8f887c;
  font-weight: bold;
} 
.searchform .search-button .fa-close {
  background: #eeeded none repeat scroll 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  font-size: 16px;
  height: 30px;
  margin: 8px 16px 0 0;
  padding: 7px;
  text-align: center;
  width: 30px;
  cursor: pointer;
}
.searchform .search-button, .searchform .search-field{
  width: 100%;
}
.searchform .search-button {
  display: block !important;
  width: 40px;
}
.top-menu li span.count_top_icon {
  color: #ffffff;
  font-size: 9px;
  left: 11px;
  position: absolute;
  text-align: center;
  top: 13px;
  width: 13px;
}
.m-top-menu-icons a span.count_top_icon {
  color: #ffffff;
  font-size: 10px;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 20px;
}

/*
===========================================================================================
 Home Page STYLE
===========================================================================================
*/
section.home-top-cat {
  padding: 25px 0;
}
.page-template-hometemplate #main {
  background-color: #a9dee5;
}
.home-top-cat h1 {
  font-family: "Open Sans Condensed",sans-serif;
  font-weight: 300;
  margin: 0;
}
.outofstock-message {
background: #ffffff !important; 
}
.news{
    background-color: rgba(255, 255, 255, 0);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 0;
}
.news .grand_opening_content {
  margin-bottom: 20px;
  padding: 85px 0;
}
.news h2 {
  font-family: "Open Sans" !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 auto 12px;
}
.news.white h2,
.news.white div {
  color: #fff;
}
.grand_opening_content > div {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}
.view_more {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
}
.news.white .view_more{
  border: 1px solid #fff;
  color: #fff;
}
.news.white .view_more:hover {
  background: #fff;
  color: #000;
}
.cat-img {
  overflow: hidden;
}
.cat-img img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.h_t_cat_wrap a:hover .cat-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.home-top-cat .row{
  margin:0 -10px;
}
.home-top-cat .row > .col-xs-6 {
  padding: 0 10px;
}
.woocommerce form.checkout.woocommerce-checkout #order_review_heading {
    display: block;
    border: 0;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
}

/*
===========================================================================================
 FOOTER STYLE
===========================================================================================
*/
.fusion-footer .fusion-footer-widget-area {
  background: #8f887c none repeat scroll 0 0;
  border-top: 0 none;
  color: #ffffff;
  padding: 60px 0 30px;
}
.fusion-footer .fusion-footer-copyright-area {
  background-color: #8f887c;
  border-top-width: 0px;
  padding: 15px 0 45px;
}

.fusion-footer #menu-widget-2 ul li a {
  border: 0 none;
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 1.1;
  vertical-align: middle;
}
.fusion-footer #menu-widget-2 ul li:last-child,
.fusion-footer #menu-widget-3 ul li:last-child {
  display: none;
}
.fusion-footer #menu-widget-2 ul li a::after {
  color: #ffffff;
  content: "|";
  font-size: 12px;
  line-height: 1;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
}
.fusion-footer #menu-widget-2 ul li:nth-last-child(2) a::after,
.fusion-footer #menu-widget-3 ul li:nth-last-child(2) a::after {
  content: none;
}
.fusion-footer #menu-widget-3 ul li a::after {
  color: #ffffff;
  content: "|";
  font-size: 12px;
  line-height: 1;
  padding-left: 8px;
  padding-right: 8px;
}
.fusion-footer #menu-widget-3 ul li a {
  color: #ffffff;
  font-size: 12px;
}
.fusion-social-networks-wrapper span {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
.fusion-footer .fusion-social-links-footer .fusion-social-networks a {
  display: inline-block;
  font-size: 20px;
  margin: 0 6px;
  text-align: left;
}
.fusion-social-networks .fusion-social-networks-wrapper{
  margin: 0px;
}
.fusion-footer .fusion-copyright-notice {
  color: #ffffff;
  font-size: 14px;
}
.to-top-container #toTop{
  right: 15px;
}
.fusion-footer #menu-widget-2 ul li a:hover,
.fusion-footer #menu-widget-2 ul li.current_page_item a,
.fusion-footer #menu-widget-3 ul li a:hover,
.fusion-footer #menu-widget-3 ul li.current_page_item a {
  color: #fff;
  font-weight: bold;
}


.newsletter_wrap {
  background: #ffffff none repeat scroll 0 0;
  clear: both;
  display: block;
  padding: 38px 0;
  text-align: center;
  border-top: 1px solid #56b5c8;
}
.newsletter_wrap .newsletter > h2 {
  color: #56b5c8;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}
.newsletter_wrap .newsletter > p {
  color: #12778b;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
}
.newsletter_wrap .newsletter {
  margin-bottom: 28px;
}
.newsletter_wrap .news form {
  max-width: 515px;
  margin: 0 auto;
  position: relative;
}
.newsletter_wrap .news form input[type="text"] {
  border: 1px solid #56b5c8;
  color: #8f887c;
  font-size: 18px;
  font-style: italic;
  height: 60px;
  padding: 5px 160px 5px 15px;
}
.newsletter_wrap .news form input[type="submit"] {
  background: #56b5c8 none repeat scroll 0 0;
  border: 0 none;
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  height: 60px;
  cursor: pointer;
  padding: 5px 15px;
  position: absolute;
  right: -2px;
  text-transform: uppercase;
}
.newsletter_wrap form .formError {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: static!important;
  text-align: left;
  width: 100%;
}
.newsletter_wrap form .formError .formErrorContent {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px dashed #ff0000;
  color: #ff0000;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 6px 10px;
  width: auto;
}
.newsletter_wrap .updated {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px dashed #008000;
  color: #008000;
  font-size: 16px;
  margin: 0 auto;
  max-width: 600px;
  padding: 18px;
}


/*
===========================================================================================
 CONTACT PAGE STYLE
===========================================================================================
*/
body .page-header h1 {
  border-bottom: 3px solid #8f887c;
  color: #8f887c;
  font-family: 'Open Sans', sans-serif;;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.fusion-layout-column.contact_wrap {
  border: 1px solid #8f887c;
  font-size: 18px;
  padding: 50px 70px;
  color: #8f887c;
}
.fusion-layout-column.contact_wrap h3 {
  color: #8f887c;
  font-size: 22px;
  margin: 0;
}
.fusion-layout-column.contact_wrap ul {
  margin: 10px 0 0;
}
.fusion-layout-column.contact_wrap ul li {
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.fusion-layout-column.contact_wrap form h3 {
  border-bottom: 2px solid #8f887c;
  font-size: 28px;
  margin: 90px 0 0;
  padding: 0 0 10px;
  text-align: center;
}
.contact-form {
  margin: 30px 0 0;
}
.contact-form .textfield input, .contact-form .textfield textarea {
  border: 1px solid #bcb8b0;
  color: #8f887c;
  font-size: 20px;
  height: 72px;
}
.contact-form .textfield-left, .contact-form .textfield-right {
  float: left;
  margin-right: 0.5%;
  width: 49.5%;
}
.contact-form .textfield {
  display: block;
  margin-bottom: 15px;
}
.contact-form .textfield-right {
  margin-left: 0.5%;
  margin-right: 0;
}
body form.wpcf7-form .contact-form .wpcf7-submit {
  background: #56b5c8 none repeat scroll 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  font-family:"Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 72px;
  margin: 0 auto;
  max-width: 370px;
  text-transform: uppercase;
  width: 100%;
}
.contact-form input::placeholder, 
.contact-form textarea::placeholder{
  opacity:1;
}
.contact_page_wrap span.wpcf7-not-valid-tip {
  font-size: 14px;
}


div.wpcf7 .contact-form .fusion-slider-loading {
  display: none!important;
}

div.wpcf7-validation-errors {
  border: 2px solid rgba(0, 0, 0, 0);
}
#fancybox-wrap {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#fancybox-wrap #fancybox-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-width: 0px!important;
}
#fancybox-wrap  div.wpcf7-response-output {
  border: 0!important;
  margin: 0;
  overflow: hidden;
  padding: 0;
  color: #333333;
  font-size: 16px;
}

#fancybox-wrap .fusion-alert .close {
  display: none;
}
#fancybox-wrap  div.wpcf7-response-output .alert-icon{
 display: block;
  font-size: 30px;
  margin: 0 0 10px;
}
.wpcf7-mail-sent-ng .alert-icon,
.wpcf7-validation-errors .alert-icon {
  color: #ff0000;
}
#fancybox-wrap .wpcf7-mail-sent-ok .alert-icon{
  color: #008000;
}

/*
===========================================================================================
 CATEGORIES SLIDER STYLE
===========================================================================================
*/
.cat-slider .plvr-slider .slider-caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  position: static;
  padding: 8px 0;
}
.cat-slider .plvr-slider .slider-caption .slider-caption-title {
  color: #000000;
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.cat_image_wrap {
  overflow: hidden;
  position: relative;
}
.cat-slider .plvr-slider .cat_image_wrap .slider-btn {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border: 0 none;
  color: #000000;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50% );
  -webkit-transform: translate(-50%, -50% );
  -moz-transform: translate(-50%, -50% );
  width: 100%;
  max-width: 170px;
}
.cat-slider .plvr-slider .cat_image_wrap .slider-btn:hover{
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}
.cat-slider .plvr-slider .slick-prev::before, .cat-slider .plvr-slider .slick-next::before {
  content: none;
}
.cat-slider .plvr-slider .slick-prev, .cat-slider .plvr-slider .slick-next {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 218px;
  left: 0;
  position: absolute;
  top: 0;
  background-image: url("./images/slider-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.cat-slider .plvr-slider .slick-next{
  left: auto;
  right:0;
  background-position: right center;
}
.cat-slider .plvr-slider .slick-slide {
  margin: 0 5px;
  padding: 5px;
  border: 0;
}
.cat-slider .slick-slider {
  padding: 0 25px;
}

/*
===========================================================================================
 FAQs PAGE STYLE
===========================================================================================
*/
.faq_page_wrap .fusion-accordian .panel-title .fusion-toggle-icon-wrapper {
  float: right;
  line-height: 1;
}
.faq_page_wrap .fusion-accordian .panel-title .fusion-toggle-heading {
  color: #524c43;
  line-height: 1.4;
  margin-left: 0;
  margin-right: 40px;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
}
.faq_page_wrap .fusion-accordian .panel-title a .fa-fusion-box, 
.faq_page_wrap .fusion-accordian .panel-title a:hover .fa-fusion-box {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.faq_page_wrap .fusion-accordian .panel-title a .fa-fusion-box::before {
  color: #8f887c;
  font-size: 30px;
}
.faq_page_wrap .fusion-accordian .panel-body p {
  color: #524c43;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 0;
}
.faq_page_wrap .fusion-accordian .fusion-panel {
  border-color: #9e988d;
}
.faq_page_wrap .fusion-accordian .panel-title a {
  padding: 15px 0;
}
.faq_page_wrap .divider_wrap {
  padding: 65px 0 25px;
}
.divider {
  background: #8f887c none repeat scroll 0 0;
  height: 3px;
  width: 100%;
}
.faq_page_wrap .fusion-accordian .panel-body {
  padding: 0 0 40px;
}

/*
===========================================================================================
 SINGLE COLLECTION PAGE STYLE
===========================================================================================
*/
body.has-sidebar #main .single_collection .sidebar,
body.has-sidebar .single_collection #content {
  float: none !important;
  width: 100%;
}
.single_collection .page-header {
  margin-bottom: 20px;
}
.fusion-content-widget-area .widget.widget_product_categories {
  margin-top: 65px;
}
.single_collection .catalog-ordering {
  margin-bottom: 20px;
}
.single_collection .sidebar .widget .heading h4, 
.single_collection .sidebar .widget h4 {
  color: #666158;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.catalog-ordering ul.sort-count, 
.catalog-ordering .orderby-order-container {
  float: right;
  width: auto;
}

.single_collection .product-categories li a:before {
  content: none;
}
/*.single_collection .product-categories li a {
  color: #666158;
  font-size: 20px;
  font-weight: lighter;
}*/
.single_collection .product-categories li a {
  color: #666158;
  font-size: 16px;
  font-weight: normal;
}
.single_collection .product-categories li {
  border: 0 none;
  margin-bottom: 10px;
  padding: 0;
}
.products > li {
  border: 0 none;
  margin-bottom: 70px;
}
.products .product-details {
  border-top: 1px solid #bcb8b0;
  margin-top: 10px;
  padding: 10px;
}
.products .product-details .product-title {
  color: #333333;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 500;
  margin: 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products .product-details .price > .amount {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
body .single_collection .product-details .product-details-container {
  text-align: center;
}
.products .product-details .fusion-content-sep {
  display: none;
}
.catalog-ordering ul.fusion-grid-list-view {
  display: none;
}
.products .product-buttons {
  display: none;
}
.single_collection .catalog-ordering .order {
  display: none;
}
.single_collection .orderby {
  margin-right: 0;
  width: auto;
} 
.single_collection .order-dropdown,
.single_collection .order-dropdown ul li a,
.single_collection .order-dropdown ul {
  width: 100%;
}
.single_collection .order-dropdown .current-li {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.single_collection .order-dropdown > li::after{
  border-left: 0px;
}
.single_collection .orderby .current-li-content {
  width: auto;
}
.single_collection .catalog-ordering .order-dropdown a {
  font-size: 18px;
  color: #8f887c;
  text-transform: uppercase;
}
.single_collection .catalog-ordering .order-dropdown ul li a {
  font-size: 14px;
}
.catalog-ordering a strong {
  font-weight: normal;
}
.single_collection .order-dropdown > li {
  padding-right: 22px;
  width: auto;
}
.single_collection .order-dropdown > li::after {
  font-size: 16px;
}
.catalog-ordering a {
  
  font-size: 18px;
  font-weight: normal;
}
.products-4 > li {
  margin-right: 3%;
  width: 22.75%;
}
.single_collection .wcapf-layered-nav, 
.single_collection .wcapf-price-filter-wrapper {
  display: none;
  padding: 20px 0 30px;
}
.single_collection #sidebar .widget {
  margin-bottom: 0;
}
.single_collection #sidebar .widget_product_categories {
  margin-bottom: 50px;
}
body.has-sidebar #main .single_collection .sidebar h4 {
  font-family: "Open Sans",sans-serif;
}
body.has-sidebar #main .single_collection .sidebar .filter-heading h4 {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
  position: relative;
  font-size: 23px;
  z-index: 1;
}
body.has-sidebar #main .single_collection .sidebar .filter-heading {
  position: relative;
  text-align: center;
}
body.has-sidebar #main .single_collection .sidebar .filter-heading::after {
  background: #8f887c none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.single_collection .sidebar .widget.widget_wcapf-price-filter h4, 
.single_collection .sidebar .widget.widget_wcapf-attribute-filter h4 {
  cursor: pointer;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
}
.single_collection .sidebar .widget.widget_wcapf-price-filter h4 span, 
.single_collection .sidebar .widget.widget_wcapf-attribute-filter h4 span {
  border: 1px solid #999999;
  display: block;
  float: right;
  font-size: 18px;
  height: 21px;
  line-height: 1;
  text-align: center;
  width: 21px;
}
.single_collection .sidebar .widget.widget_wcapf-price-filter, 
.single_collection .sidebar .widget.widget_wcapf-attribute-filter {
  border-bottom: 1px solid #8f887c;
  padding: 15px 0;
}
.single_collection #sidebar .widget:last-child {
  border-bottom: 0;
}
body .wcapf-before-update{
  position: absolute!important;
  background-color: rgba(255,255,255,0.7);
  z-index: 99999;
  background-position: center 20%;
  left:0;
  top: 0;
  height: 100%;
  width: 100%;
}
.filterToggle {
  color: #8f887c;
  display: inline-block;
  float: left;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}

.filterToggle i {
  margin-right: 4px;
}
body.has-sidebar #main .single_collection #sidebar.open {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
.wcapf-layered-nav ul li.chosen::before {
  color: #55b2c5;
  opacity: 1;
}
/*
===========================================================================================
 SINGLE PRODUCT PAGE STYLE
===========================================================================================
*/
.single-product .filterToggle {
  display: none!important;
}
.product{
  color: #8f887c;
}
.product .images {
  margin: 0;
  text-align: center;
  width: 100%;
}
.single-product #wrapper .product .product_title,
.product .price span.amount,
.product .price span.extratext {
  color: #8f887c;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.product .price span.extratext {
  margin: 0 5px 0 0;
}
.single-product #wrapper .product .summary-container .product_title {
  display: none;
}
.single-product .product {
  padding: 35px 0 0;
}
.product h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0 5px;
}
.product .images p {
  font-size: 16px;
  margin: 0 0 15px;
}
.product .images h6 {
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 15px;
}
.border_bottom_thick {
  border-bottom: 1px solid #8f887c;
  margin: 20px 0;
}
.woocommerce .product .thumbnails {
  border-top: 2px solid #8f887c;
  margin-top: 30px;
  padding-top: 30px;
}
.woocommerce .product .thumbnails a {
  border: 1px solid #8f887c;
  display: inline-block;
  margin: 0 2% 10px;
  padding: 5px;
  width: 40%;
}
.woocommerce .product .thumbnails a img{
  max-width: 100%;
}
#wrapper .product button.single_add_to_cart_button, 
#wrapper .product .add_to_wishlist, 
.yith-wcwl-wishlistaddedbrowse a, 
.yith-wcwl-wishlistexistsbrowse a {
  background: #56b5c8 none repeat scroll 0 0;
  border: 2px solid #56b5c8;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 1.5;
  margin: 5px auto;
  max-width: 290px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#wrapper .product .add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
  background: transparent;
  color: #56b5c8;
}
#wrapper .product .add_to_wishlist:hover,
#wrapper .product button.single_add_to_cart_button:hover {
  background: #8f887c;
  color: #fff;
border-color: #8f887c;
}
.product form.cart {
  margin-bottom: 0;
}
.product .single_variation_wrap {
  margin: 15px 0 6px;
}
.product .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product .summary-container {
  text-align: center;
}
.product .product-border {
  background: #8f887c none repeat scroll 0 0;
  height: 0;
  margin: 10px 0;
  border-color: #8f887c;
}
#wrapper .product .nav-tabs li.active a {
  background: #8f887c none repeat scroll 0 0;
  border-color: rgba(0, 0, 0, 0) !important;
}
#wrapper .product .nav-tabs li.active a h4{
  color: #fff;
}
#wrapper .product .nav-tabs li a {
  border: 0 none;
  background: transparent;
  padding: 2px 15px;
}
#wrapper .product .nav-tabs li a h4{
  font-size: 20px;
  color: #8f887c;
}
#wrapper .product .nav-tabs {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color:#8f887c;
}
.tab-content .tab-pane {
  border: 0 none;
  font-size: 16px;
  line-height: 26px;
}
.tab-content .tab-pane p {
  margin-top: 0px;
}
.product .fusion-tabs {
  margin: 100px 0 0;
}
.single-product .cat-slider .sec-header h3 {
  background: #ffffff none repeat scroll 0 0;
}
.single-product section.cat-slider {
  margin: 50px 0 10px;
}
#wrapper .sec-header h3 {
  font-weight: 600;
}
.product .cat-slider .sec-header {
  margin-bottom: 36px;
}
.single_variation_wrap .variations_button .quantity {
  margin: 0 auto 5px;
  display: none;
}
.product_meta .textwidget a i {
  color: #8f887c;
  font-size: 30px;
  margin: 0 10px;
}
table.variations{
  display: none;
}
.size_list > label {
  display: inline-block;
  margin: 0 0 8px;
  position: relative;
}
.size_list > label input {
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.size_list > label span {
  border: 1px solid #cbc7c2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  color: #8f887c;
  display: block;
  font-size: 14px;
  margin: 0 2px;
  padding: 8px 12px;
  text-transform: uppercase;
}
.size_list > label > input:checked + span {
  background: #56b5c8 none repeat scroll 0 0;
  border-color: #56b5c8;
  color: #ffffff;
}
.size_list {
  margin: 0 0 15px;
}
div.pp_woocommerce .pp_arrow_next::before, 
div.pp_woocommerce .pp_arrow_previous::before,
div.pp_woocommerce a.pp_contract::before, 
div.pp_woocommerce a.pp_expand::before,
div.pp_woocommerce .pp_close::before{
  color: #fff;
}

/*
===========================================================================================
 CART PAGE STYLE
===========================================================================================
*/
.shop_table thead tr th {
  border: 0 none;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0;
  text-transform: uppercase;
}
div.label {
    vertical-align: middle;
    margin: 0 10px 0 0;
    display: inline-block;
}
.quantity.buttons_added {
    vertical-align: middle;
}
.shop_table.cart thead tr {
  border-color: #8f887c;
  border-width: 2px;
}

.shop_table .woocommerce-Price-amount.amount {
  display: block;
  color: #333;
  padding: 5px 0 0 0;
}
.shop_table .remove {
  font-size: 30px;
}
.product-info {
  margin-top: 0;
}
td .variation {
  font-size: 14px;
}
.shop_table td {
  font-size: 16px;
  vertical-align: top;
  color: #333;
}

.shop_table .product-subtotal {
  position: relative;
  text-align: right;
}
.shop_table .remove {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0;
  top: 20px;
}
.shop_table .quantity .minus, 
.shop_table .quantity .plus, 
.shop_table .quantity .qty, 
.shop_table .quantity .tribe-ticket-quantity {
  font-size: 16px;
}
#wrapper .cart-collaterals h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin:0 0 15px;
}
#wrapper .cart-collaterals .fusion-button {
  background: #56b5c8 none repeat scroll 0 0;
  margin-top: 0;
}
.cart-collaterals .shipping-coupon .coupon #avada_coupon_code {
  height: 45px;
}
.cart_total_price {
  background: #e9e7e5 none repeat scroll 0 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0;
  padding: 22px 15px;
}
.cart_total_price h5 {
  margin: 0;
  color: #6b665d;
}
.cart-collaterals {
  display: none;
}
.cart-actions .button {
  background: #56b5c8 none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 2.5;
  max-width: 345px;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.cart-actions .button.continue-shoping {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #56b5c8;
  color: #56b5c8;
}
.cart-actions .button.continue-shoping:hover{
  background: #56b5c8 none repeat scroll 0 0;
  color: #ffffff;
}
.cart-actions .button:hover{
  opacity:0.8; 
}
.shop_table .product-thumbnail img {
  max-width: 200px;
}
.shop_table .product-thumbnail{
  width: auto;
}
.addToWishlist {
  bottom: 20px;
  color: #8f887c;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: auto;
}
.addToWishlist:hover{
  color: #8f887c;
  opacity:0.8;
}
.shop_table td {
  padding: 50px 0 20px;
}
.product-info .product-title {
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}

.festi-cart-pop-up-body .festi-cart-product-img .festi-cart-img img {
  max-width: 100% !important;
  width: 75px !important;
}
/*
===========================================================================================
 RECENTLY VIEWED SECTION STYLE
===========================================================================================
*/
.yith-similar-products .products li {
  float: left;
  margin: 0 3% 30px 0;
  width: 22.75%;
}
.yith-similar-products .products li:nth-child(4n) {
  margin-right: 0;
}


.about-us-banner {
  margin-bottom: 20px;
}
/*
===========================================================================================
 LOGIN, REGISTER PAGE STYLE
===========================================================================================
*/ 

/*sign up dropdown*/
.header-top #AnythingPopup_BoxContainer1 {
  border: 1px solid #cac7c1;
  display: none;
  height: auto;
  left: auto !important;
  position: absolute;
  right: 0 !important;
  top: 25px !important;
  width: 215px;
  border-top: 3px solid #8f887c;
}
.header-top #AnythingPopup_BoxContainerHeader1 {
  background: transparent;
  height: auto;
  display: none;
}
.header-top #AnythingPopup_BoxContainerFooter1{
  display: none!important;
}

.header-top #AnythingPopup_BoxContainerBody1 {
  float: left;
  height: auto;
  margin: 0;
  text-align: left;
  overflow: inherit;
  padding: 5px;
  width: 100%;
}
.header-top .zm_alr_form_container input[type="submit"] {
  background: #56b5c8 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  display: block;
  float: none;
  font-size: 12px;
  margin: 0 auto;
  max-width: 100px;
  width: 100%;
}
.header-top .zm_alr_label,
.header-top .zm_alr_checkbox_container {
  display: none;
}
.top-menu li a#zm_alr_login_are-you-a-member {
  display: none;
}
.header-top .zm_alr_ul_container br,
.zm_alr_form_field_container.zm_alr_submit_container br{
  display: none;
}
ul.zm_alr_ul_container li::before {
  content: none;
}
ul.zm_alr_ul_container {
  margin: 0;
  text-align: center;
}
.zm_alr_form_field_container {
  margin: 0 0 5px;
}
.zm_alr_form_field_container.zm_alr_submit_container {
  margin: 0;
}
ul.zm_alr_ul_container li {
  margin: 0;
  padding: 0;
  font-style: italic;
}
.header-top .zm_alr_form_field_container input,
.header-top .zm_alr_form_field_container input[type="password"] {
  border-color: #bcb8b0;
  box-shadow: none;
  color: #8f887c;
  padding: 5px 10px;
}
.ajax-login-default-form-container .error-container {
  width: 100%;
}
ul.zm_alr_ul_container li a {
  color: #666158;
  font-size: 11px;
  margin-top: 3px;
}
.header-top .form-wrapper h2 {
  color: #666158;
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}
.form-wrapper .or span {
  background: #ffffff none repeat scroll 0 0;
  color: #666158;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.register-page .form-wrapper .or {
  font-size: 24px;
  margin: 50px 0;
}
.register-page .form-wrapper .or span {
  font-size: 24px;
  padding: 0 35px;
}
.zm_alr_social_facebook_login_container a.fb-login,
.social_connect a {
  background: #56b5c8 none repeat scroll 0 0;
  border-radius: 0;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  padding: 7px 0% 8px;
  position: relative;
  text-shadow: none;
  width: 100%;
  text-align: center;
  display: block;
  border-color: #56b5c8;
}
.zm_alr_social_facebook_login_container a.fb-login:hover,
.social_connect a:hover{
  background: #56b5c8;
  opacity: 0.8;
}
.zm_alr_social_facebook_login_container a.fb-login::before {
  height: 18px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 16px;
  content: "";
}
.form-wrapper{
  text-align: center;
}
.zm_alr_social_facebook_login_container {
  margin: 0 0 15px;
  width: 49%;
  display: inline-block;
}

/*payment plugin */


/*sign in dropdown*/




#wrapper .regiter-inner h2,
#wrapper .woocommerce-MyAccount-content h2.avada-woocommerce-myaccount-heading,
#wrapper .social_connect h2,
#wrapper .siping-address h2 {
  color: #8f887c;
  font-family: "Open Sans",sans-serif;
  font-weight: 600 ;
  margin: 0 0 30px;
  text-align: center;
  border:0px;
  padding: 0px;
  font-size: 30px;
  text-transform: uppercase;
}
section.regiter-inner,
.lost-password-wrap {
  border: 1px solid #a39d93;
  margin: 20px 0 0;
  padding: 40px 60px;
}
.register-page .zm_alr_email_field, 
.register-page .zm_alr_password_field, 
.register-page .zm_alr_text_field,
.register-page .zm_alr_form_container input[type="submit"],
.lost-password-wrap .woocommerce-ResetPassword input,
.lost-password-wrap .woocommerce-ResetPassword input#user_login,
#wrapper .woocommerce-EditAccountForm input,
.add_address_btn {
  border: 1px solid #c3c0b9;
  color: #8f887c;
  font-weight: normal;
  font-size: 18px;
  height: 60px!important;
  padding: 5px 15px 5px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#main .comment-submit, 
#reviews input#submit, 
.button-default, 
.button.default, 
.comment-form input[type="submit"], 
.fusion-button-default, 
.fusion-portfolio-one .fusion-button, 
.post-password-form input[type="submit"], 
.price_slider_amount button, 
.ticket-selector-submit-btn[type="submit"], 
.woocommerce .avada-order-details .order-again .button, 
.woocommerce .avada-shipping-calculator-form .button, 
.woocommerce .cart-collaterals .checkout-button, 
.woocommerce .checkout #place_order, 
.woocommerce .checkout_coupon .button, 
.woocommerce .login .button, 
.woocommerce .lost_reset_password input[type="submit"], 
.woocommerce .register .button, 
.woocommerce .single_add_to_cart_button, 
.woocommerce button.button, 
.woocommerce-MyAccount-content form .button, 
.woocommerce.add_to_cart_inline .button,
.wpcf7-form input[type="submit"], 
.wpcf7-submit {
 background-color:#56b5c8; 
}
#main .comment-submit:hover, 
#reviews input#submit:hover, 
.button-default:hover, 
.button.default:hover, 
.comment-form input[type="submit"]:hover, 
.fusion-button-default:hover, 
.fusion-portfolio-one .fusion-button:hover, 
.post-password-form input[type="submit"]:hover, 
.price_slider_amount button:hover, 
.ticket-selector-submit-btn[type="submit"]:hover, 
.woocommerce .avada-order-details .order-again .button:hover, 
.woocommerce .avada-shipping-calculator-form .button:hover, 
.woocommerce .cart-collaterals .checkout-button:hover, 
.woocommerce .checkout #place_order:hover, 
.woocommerce .checkout_coupon .button:hover, 
.woocommerce .login .button:hover, 
.woocommerce .lost_reset_password input[type="submit"]:hover, 
.woocommerce .register .button:hover, 
.woocommerce .single_add_to_cart_button:hover, 
.woocommerce button.button:hover, 
.woocommerce-MyAccount-content form .button:hover, 
.woocommerce.add_to_cart_inline .button:hover,
.wpcf7-form input[type="submit"]:hover, 
.wpcf7-submit:hover {
 background-color:#56b5c8; 
 opacity: 0.8;
}
.lost-password-wrap .woocommerce-ResetPassword label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.register-page .zm_alr_form_container input[type="submit"],
#wrapper .woocommerce-EditAccountForm input[type="submit"],
.add_address_btn {
  background: #56b5c8 none repeat scroll 0 0;
  border-color: #56b5c8;
  border-radius: 0;
  color: #ffffff;
  display: block;
  float: none;
  margin: 20px auto;
  text-transform: uppercase;
  max-width: 370px;
  opacity: 1;
  text-shadow: none;
  width: 100%;
  font-weight: 600;
}
.zm_alr_ul_container li a#zm_alr_register_already-registered,
.register-page .zm_alr_form_field_container label {
  display: none;
}
.register-page .zm_alr_form_field_container.zm_alr_password_container {
  float: left;
  margin:0 0.5% 15px;
  width: 49%;
}
.register-page .zm_alr_form_field_container {
  margin: 0 0.5% 15px;
}
.register-page .zm_alr_social_facebook_login_container a.fb-login,
.social_connect a {
  font-size: 18px;
  height: 60px;
  line-height: 1.5;
  padding: 15px 15px 15px 30px;
  text-transform: uppercase;
}
.register-page .zm_alr_social_facebook_login_container a.fb-login::before {
  display: inline-block;
  height: 30px;
  margin: 0 15px 0 0;
  position: static;
  vertical-align: middle;
  width: 30px;
}
.register-page .zm_alr_social_facebook_login_container {
  margin: 0;
  max-width: 370px;
}
.register_bottom,
.lost-password-wrap .woocommerce-ResetPassword p {
  color: #8f887c;
  font-size: 16px;
  line-height: 26px;
  margin: 50px 0 0;
  text-align: left;
}
.woocommerce-ResetPassword.lost_reset_password > p {
  margin: 0 0 20px;
}
.register_bottom label span::before {
  border: 1px solid #9c968b;
  content: "";
  display: block;
  font-size: 18px;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}
.register_bottom label .terms_condition_ck:checked + span::before {
  content: "";
  font-family: fontAwesome;
}
.register_bottom label span {
  padding: 2px 0 2px 45px;
  position: relative;
  display: block;
  cursor: pointer;
}
.register_bottom label .terms_condition_ck {
  left: -9999px;
  position: absolute;
}

section.regiter-inner .register_bottom {
  bottom: 30px;
  margin: 0;
  position: absolute;
}
section.regiter-inner .submit_info {
  clear: both;
  color: #8f887c;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
section.regiter-inner {
  padding-bottom: 90px;
  position: relative;
}
/*
===========================================================================================
 Bootstrap style STYLE
===========================================================================================
*/
.form-group {
    margin-bottom: 15px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

/*11-mar*/
#tab-aeb8bb8e4b35d8e32a2,
#tab-410be47ffd98b1970ef {
  width: 100%;
  overflow: auto;
}
#tab-aeb8bb8e4b35d8e32a2 tbody,
#tab-410be47ffd98b1970ef tbody {
  text-align: center;
}
#tab-aeb8bb8e4b35d8e32a2 tbody tr:nth-child(14n+2),
#tab-410be47ffd98b1970ef tbody tr:nth-child(14n+2) {
  border-bottom: 2px solid #90887d;
  border-top: 2px solid #90887d;
}
#tab-aeb8bb8e4b35d8e32a2 tbody tr:nth-child(14n+5),
#tab-410be47ffd98b1970ef tbody tr:nth-child(14n+5) {
  border-bottom: 2px solid #90887d;
}
#tab-aeb8bb8e4b35d8e32a2 tbody tr:nth-child(14n+8),
#tab-410be47ffd98b1970ef tbody tr:nth-child(14n+8) {
  border-bottom: 2px solid #90887d;
}
#tab-aeb8bb8e4b35d8e32a2 tbody tr:nth-child(14n+10),
#tab-410be47ffd98b1970ef tbody tr:nth-child(14n+10) {
  border-bottom: 2px solid #90887d;
}
#tab-aeb8bb8e4b35d8e32a2 tbody tr,
#tab-410be47ffd98b1970ef tbody tr{
  border-bottom: 1px solid #8f897d;
}
#tab-aeb8bb8e4b35d8e32a2 tbody tr:last-child,
#tab-410be47ffd98b1970ef tbody tr:last-child {
  border-bottom: 1px solid transparent !important;
}
#tab-aeb8bb8e4b35d8e32a2 tbody tr:nth-child(14n+12),
#tab-410be47ffd98b1970ef tbody tr:nth-child(14n+12) {
border-bottom: 2px solid #90887d;
}
#tab-aeb8bb8e4b35d8e32a2 table td,
#tab-410be47ffd98b1970ef table td {
  border-left: 2px dashed #90887d;
  border-right: 2px dashed #90887d;
}
.variations_form.cart span a {
  background-image: url("http://182.71.20.74:8017/chickeeduck/wp-content/uploads/2017/03/cart-view.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: right center;
  padding-right: 35px;
  height: 35px;
  width: 35px;
}

.outofstock-message {
    display: none;
}

.single-product .product .product-border {
  margin-bottom: 25px;
}
.Brands .product-border {
  margin-top: 25px;
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/*
===========================================================================================
 Wishlist Page STYLE
===========================================================================================
*/
.woocommerce-wishlist .wishlist-title {
  display: none;
}
.wishlist_products .featured-image > a img {
  display: block;
  margin: 0 auto;
}
.wishlist_products .featured-image > a {
  display: block;
}
.wishlist_products{
  position: relative;
}
.wishlist_products li{
  position: relative;
}
.wishlist_products li .product-remove {
  font-size: 34px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}
.wishlist_products li .product-remove a {
  color: #969085;
}
.wishlist_products li .add_to_cart_button {
  display: block;
  background-image: url('./images/black-cart-icon.png');
  background-repeat:  no-repeat;
  background-position: center center;
  background-size: auto;
  float: right;
  font-size: 0;
  height: 30px;
  width: 30px;
}
.wishlist-header {
  border-bottom: 2px solid #969085;
  font-size: 20px;
  margin-bottom: 40px;
  padding: 15px 0;
  text-transform: uppercase;
}
.wishlist_products .featured-image {
  display: block;
  padding: 30px 0 0;
}
.share_wishlist {
  border-top: 2px solid #969085;
  margin: 0 0 30px;
  padding: 25px 0;
}
.share_wishlist h3 {
  color: #8f887c;
  font-weight: normal;
  margin: 0 0 20px;
}
.share_wishlist a i {
  color: #8f887c;
  font-size: 34px;
  margin: 0 12px;
}

.wishlist-empty {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("./images/no-wishlist.png");
  background-position: center 40px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 200px 10px 60px;
  text-align: center;
  text-transform: uppercase;
}

/*
===========================================================================================
 NEWS PAGE STYLE
===========================================================================================
*/
.news .grand_opening_content {
  text-align: center;
}
.page-template-Template_news .news {
  margin: 20px 0;
}
#wrapper .single-post-header > h2 {
  font-size: 32px;
}
.single-post-header {
  border-bottom: 2px solid #8f887c;
  margin: 0 0 20px;
  padding: 20px 0 15px;
  text-align: center;
}
.single-post-header span p br {
  display: none;
}
.single-post-header span p {
  color: #000000;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0px;
}
.single-news-post, 
.single-news-post p {
  color: #000000;
  font-size: 16px;
}
.top-menu .register_bottom {
  display: none;
}
.woocommerce-pagination {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}


/*
===========================================================================================
 SHOP LOCATION PAGE STYLE
===========================================================================================
*/
.shop_map iframe {
  width: 100%;
  height: 375px;
}
.shop_map {
  margin: 20px 0;
  width: 100% !important;
}
.shop_location .shoplocation_right {
  color: #8f887c;
  float: right;
  width: 60%;
}
.shop_location h5 {
  color: #8f887c;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}
.shoplocation_right p {
  font-size: 13px;
  margin: 5px 0 0;
}
.shops_list .row .col-md-4:nth-child(3n+4) {
  clear: both;
}
.shop_location {
  display: block;
  margin: 0 0 30px;
}
.shop_location img {
  display: block;
  float: left;
  margin-right: 5%;
  max-width: 35%;
}
.shops_list .col-sm-4 a {
  display: block;
}
.single-location-post .shop_map {
  margin: 20px 0;
}
.single-location-post .details {
  font-size: 16px;
}
.shop_name h4 {
  display: inline-block;
  font-size: 26px;
  margin: 0 0 20px;
}
.single-location-post .details table td i {
  font-size: 18px;
  margin-right: 10px;
}
.single-location-post .details table tr.shop_business_hours td:nth-child(2) {
  width: 275px;
}
.details .back_btn {
  color: #8f887c;
  font-weight: 600;
}
.details .back_btn i {
  font-size: 20px;
  margin-right: 5px;
}
.shop_location_info {
  border-bottom: 2px solid #8f887c;
  margin: 20px 0 70px;
  padding: 0 0 15px;
}
.shops_list a:hover,
.register-page .zm_alr_form_container input[type="submit"]:hover,
#wrapper .woocommerce-EditAccountForm input[type="submit"]:hover,
.add_address_btn:hover {
  opacity: 0.8;
}
.woocommerce-error li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px dashed #e7a9a9;
}
.woocommerce-error {
  margin: 10px 0;
}

/*
===========================================================================================
  MY ACCOUNT PAGE STYLE
===========================================================================================
*/
.woocommerce-MyAccount-content {
  border: 0 none;
  margin-left: 0;
  padding: 50px 30px 30px;
}
.woocommerce-MyAccount-navigation {
  float: none;
  margin: 5px 0 0;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul:after,
.woocommerce-MyAccount-navigation ul:before{
  content: "";
  display: table;
  clear: both;
}
.woocommerce-MyAccount-navigation ul li {
  width: 50%;
  float: left;
  text-align: center;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #8f887c none repeat scroll 0 0;
  color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 20px;
  color: #8f887c;
  padding: 2px 15px;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a::before,
.woocommerce-MyAccount-navigation ul li a::after {
  content: none!important;
}
.woocommerce-MyAccount-orders tr td {
  border: 0 none;
  color: #4f4a41;
  font-size: 18px;
  height: auto;
  line-height: 1;
  padding: 15px 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.woocommerce-MyAccount-orders tr td a,
.my_account_orders .order-number a {
  color: #4f4a41;
}
.my_account_orders.woocommerce-MyAccount-orders tr {
  border: 0 none;
}
.my_account_orders.woocommerce-MyAccount-orders th {
  font-weight: 600;
  text-transform: uppercase;
}
.social_connect > ul {
  text-align: center;
}
.social_connect > ul li {
  display: inline-block;
  max-width: 370px;
  width: 49%;
}
.social_connect > ul li a {
  color: #fff;
}
.siping-address {
  border-bottom: 2px solid;
  margin-bottom: 40px;
  padding: 80px 0 60px;
}
#wrapper .siping-address h3 {
  color: #8f887c;
  font-size: 26px;
  margin: 0 0 10px;
}
.siping-address p {
  font-size: 20px;
  line-height: 28px;
}
.address_actions {
  border-top: 2px solid #8f887c;
  padding: 5px 0;
  text-align: left;
}
.address_actions a {
  color: #8f887c;
  font-size: 26px;
}
.address_actions a:hover{
  opacity: 0.8;
}
.siping-address-sec {
  margin: 0 auto;
  max-width: 300px;
}
.add_address_btn {
  padding: 15px 10px;
  text-align: center;
}
.add_address_btn i {
  margin-left: 5px;
}
.add_address_btn:hover{
  color: #fff;
  opacity: 0.8;
}
#wrapper .siping-address > h2 {
  border-bottom: 1px solid #cbc7c2;
  padding: 0 0 15px;
}
.social_connect a i {
  font-size: 25px;
  margin-right: 5px;
}
.shipping_address.address_block input[type="text"], 
.shipping_address.address_block select {
  border: 1px solid #c3c0b9;
  color: #8f887c;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: 60px;
  width: 100%;
}
#wrapper .select-arrow, 
.avada-select-parent .select-arrow {
  color: #8f887c;
  font-size: 16px;
}
.shipping_address.address_block label {
  font-size: 16px;
  margin: 0 0 5px;
  display: inline-block;
}
.address_block a.delete {
  background: #55b2c5 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  margin: 10px 0 0;
  padding: 2px 15px;
  text-transform: capitalize;
}
.address_block a.delete:hover{
  color: #fff;
  opacity: 0.8;
}
#address_form a.add_address, 
#address_form input.button[type="submit"] {
  background: #56b5c8 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #ffffff;
  display: inline-block;
  float: none;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 60px !important;
  line-height: 1.6;
  margin: 0px auto;
  max-width: 370px;
  opacity: 1;
  padding: 15px 10px;
  text-align: center;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-transform: uppercase;
  width: 100%;
  vertical-align: top;
}
#addresses + .form-row {
  text-align: center;
}
.woocommerce-MyAccount-orders tr td:last-child,
.woocommerce-MyAccount-orders tr th:last-child {
  text-align: right;
}
.shop_table .woocommerce-Price-amount.amount{
  display: inline-block;
}
/*order detial sec style*/
.woocommerce-MyAccount-content .avada-order-details {
  border: 0 none;
  padding: 0;
}
#wrapper .woocommerce-MyAccont-content .avada-order-details h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Open Sans",sans-serif;
}


/*
===========================================================================================
Checkout page STYLE
===========================================================================================
*/
.woocommerce-checkout .page-header {
  display: none;
}
#checkout_timeline {
  border-bottom: 2px solid #8f887c;
  padding: 30px 0;
}
.woocommerce-content-box.avada-checkout {
  margin: 60px 0 0 0;
}
#checkout_timeline li .timeline-wrapper .timeline-label {
  font-size: 22px;
  padding: 5px 40px !important;
}
#checkout_timeline.horizontal.text li:not(:last-child) .timeline-wrapper::after{
  content: none;
}
.woocommerce-checkout .woocommerce-content-box {
  border: 0 none;
  padding: 0;
}
.checkout_billing {
}
.checkout-block,
.woocommerce-shipping-fields,
.yith-woocommerce-checkout-payment {
  border: 2px solid #8f887c;
  font-size: 20px;
  margin: 0 0 35px;
  padding: 40px;
  position: relative;
}
#form_actions {
  text-align: center;
}
.checkout .input-text {
  border: 1px solid #8f887c;
  color: #8f887c;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
}
.your-details-inner p {
  margin: 0;
  font-size: 22px;
}
.woocommerce-checkout #main .woocommerce .checkout .checkout-block h3,
#main .woocommerce-shipping-fields.avada-select h3,
#main form.checkout .yith-woocommerce-checkout-payment h3 {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  color: #8f887c;
  font-family: "Open Sans",sans-serif;
  font-size: 28px;
  font-weight: 600;
  left: 50%;
  margin: 0;
  min-width: 230px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.shipping-order h4 {
  border-bottom: 2px solid #8f887c;
  color: #8f887c;
  margin: 0 0 5px;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.delivery-method-single h4 {
  color: #8f887c;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
form.checkout .delivery-method-single input,
form.checkout .gifting-inner > label input {
  display: none;
}
form.checkout .delivery-method-single label .billing-info::before,
form.checkout .gifting-inner > label span:before {
  border: 2px solid #8f887c;
  border-radius: 50%;
  content: "";
  display: block;
  font-family: FontAwesome;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 30px;
}
form.checkout .delivery-method-single input:checked + .billing-info::before,
form.checkout .gifting-inner > label input:checked + span:before {
  background: #56b5c8 none repeat scroll 0 0;
  border-color: #56b5c8;
  color: #ffffff;
  content: "";
}
form.checkout .delivery-method-single label {
  border-bottom: 1px solid #c3c0b9;
  margin: 0;
  width: 100%;
}
form.checkout .delivery-method-single:last-child label {
  border-bottom: 0px;
}
form.checkout .delivery-method-single label .billing-info{
  margin: 0;
  padding: 15px 0 15px 60px;
  position: relative;
  cursor: pointer;
}
form.checkout .delivery-method-single label p{
  margin: 0px;
}
.checkout-block .add_address_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #8f887c;
  color: #8f887c;
  margin: 30px auto;
}
.checkout-block .add_address_btn:hover{
  background: #8f887c;
  color: #fff;
}
.myBillingAddress label span {
  display: inline-block;
  padding: 0 0 0 50px;
  position: relative;
  text-transform: uppercase;
}
.myBillingAddress label span::after {
  border: 2px solid;
  content: "";
  display: block;
  font-family: FontAwesome;
  line-height: 30px;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.myBillingAddress label input:checked + span::after,
.wc_payment_methods .wc_payment_method input:checked + label[for="payment_method_paypal"]::before, 
.wc_payment_methods .wc_payment_method input:checked + label[for="payment_method_migs"]::before,
.wc_payment_methods .wc_payment_method input:checked + label[for="payment_method_inspire"]::before {
  background: #56b5c8 none repeat scroll 0 0;
  border-color: #56b5c8;
  color: #ffffff;
  content: "";
}
.myBillingAddress label input {
  display: none;
}
form.checkout .gifting-inner > label {
  display: block;
  width: 100%;
}
form.checkout .gifting-inner > label span {
  display: inline-block;
  padding: 15px 0 15px 55px;
  position: relative;
}
form.checkout .gifting-inner > label span::before {
  top: 15px;
}
.gifting-inner {
  margin: 0 auto;
  max-width: 345px;
  width: 100%;
}
#form_actions .button {
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  height: 60px;
  max-width: 200px;
  width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table thead tr th {
  border-bottom: 2px solid;
}
form.checkout .shop_table.woocommerce-checkout-review-order-table tbody .product-thumbnail {
  width: auto;
}
.shop_table.woocommerce-checkout-review-order-table .product-info .product-title {
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout .shop_table tfoot th,
.shop_table tfoot .woocommerce-Price-amount.amount,
.checkout .shop_table tfoot .order-total .amount {
  font-weight: 600;
  text-transform: uppercase;
}
.checkout #place_order {
  float: none;
}
.wc_payment_methods .wc_payment_method .input-radio {
  display: none;
}
/*.wc_payment_methods .wc_payment_method label::before {
  border: 2px solid;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  font-family: FontAwesome;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 2px;
  width: 25px;
}*/
.wc_payment_methods .wc_payment_method label[for="payment_method_paypal"]::before, 
.wc_payment_methods .wc_payment_method label[for="payment_method_migs"]::before,
.wc_payment_methods .wc_payment_method label[for="payment_method_inspire"]::before {
  border: 2px solid;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  font-family: FontAwesome;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 2px;
  width: 25px;
}

.payment_methods li img {
  max-width: 70px;
}
/*.wc_payment_methods .wc_payment_method label {
  display: block;
  padding-left: 50px;
  position: relative;
}*/
.wc_payment_methods .wc_payment_method label[for="payment_method_paypal"], 
.wc_payment_methods .wc_payment_method label[for="payment_method_migs"],
.wc_payment_methods .wc_payment_method label[for="payment_method_inspire"] {
  display: block;
  padding-left: 50px;
  position: relative;
}
.checkout .payment_methods li {
  border-bottom: 1px solid #dddddd;
  display: block;
  margin-bottom: 0;
  padding: 20px 0;
}
.checkout .payment_methods .payment_box {
  font-size: 16px;
  padding: 0;
}
.about_paypal {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
}
.checkout .payment_methods  {
  margin: 0 0 30px;
}

.map {
  /*  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);*/
}
.map .gm-style > div > div:first-child {
 /* -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);*/
}
.map .wpgmp_map_container .gm-style-iw {
  max-width: 220px;
  width: 100%;
}
.woocommerce-info, .woocommerce-message {
  background: rgba(39, 107, 13, 0.1) none repeat scroll 0 0;
  border: 1px dashed #008000 !important;
  margin: 12px 0 !important;
  padding: 15px 15px 15px 30px;
}
.woocommerce-info .wc-forward, 
.woocommerce-message .wc-forward {
  margin-left: 20px;
}

.mobile_menu_wrap .m_menu_header {
  background: #ffffff none repeat scroll 0 0;
  height: 59px;
  margin: 0;
  position: relative;
  z-index: 30;
}
.mobile_menu_wrap .m_menu_header::after {
  background-color: #000000;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 10px;
  position: absolute;
  right: 10px;
  width: auto;
}
.mobile_menu_wrap .menu_name {
  font-size: 24px;
  line-height: 60px;
  margin: auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  text-transform: uppercase;
}
.menu_action a {
  display: block;
  height: 60px;
  left: 0;
  line-height: 42px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 50px;
}
.menu_action a.menu_toggle_bars {
  left: auto;
  right: 0;
}
.menu_action a i {
  font-size: 21px;
  top: 8px;
}
.mobile_menu_wrap{
  display: none;
}

p#billing_company_field {
    width: 48%;
    float: left;
}
p#billing_email_field{
    width: 48%;
    float: right;
}
.delivery-method-outer.checkout-block input,
.create-account input,
div#checkout_login form input {
    height: 44px !important;
    border: 1px solid #999 !important;
    font-size: 17px;
}
form.checkout label {
    font-size: 17px;
}
.avada-select .select2-container {
    border: 1px solid #999;
    height: 40px;
}
div#s2id_billing_country a {
  height: 38px !important;
}
a.view-all {
  display: none;
}
p.form-row.form-row-last input {
    padding-left: 15px;
}
form.login label {
    font-size: 17px;
    margin-bottom: 2px;
}
.woocommerce .login .form-row {
  float: left;
  margin-left: 0px;
}
.fusion-fullwidth .fusion-row {
  z-index: 1 !important;
}
ul.order_details {
  margin: 0 auto;
  max-width: 600px;
  padding: 30px 0;
  width: 100%;
}
ul.order_details li {
  border-bottom: 1px solid #dddddd;
  display: block;
  padding: 12px 15px;
  text-transform: uppercase;
}
ul.order_details li strong {
  float: right;
}


/*
===========================================================================================
  SEARCH PAGE STYLE
===========================================================================================
*/
.search-page-search-form h2.entry-title {
  font-family: "Open Sans" !important;
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
}
.search-page-search-form > p {
  margin: 0 0 20px;
}
.search-page-search-form-top {
  border-bottom: 1px solid #e6e5e6;
  margin: 0 0 60px;
  padding-bottom: 60px;
  padding-top: 25px;
  text-align: center;
}
.search-page-search-form .searchform.seach-form {
  margin: 0 auto;
  max-width: 600px;
}
.searchform .search-table .search-button input[type="submit"] {
  width: 40px;
}
.search-page-search-form .seach-form .search-table .search-field input, 
.search-page-search-form .seach-form .search-button input {
  height: 40px !important;
  text-indent: 0;
}

/*8-mar*/
.payment_box.payment_method_migs label:before {
    content: none;
}
.payment_box.payment_method_migs p label {
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.payment_box input.input-text {
  height: 40px;
  width: 100% !important;
}
.checkout .payment_methods .payment_box {
    font-size: 16px;
    background-color: transparent;
    padding: 0;
}

/* cart-css */

.top-header-right {
  position: relative;
}
.popup_cart {
  background: #ffffff none repeat scroll 0 0;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 2px 8px -3px #444444;
  padding: 8px 12px 12px;
  position: absolute;
  right: 0;
  top: 28px;
  width: 340px;
  z-index: 99999;
}
.popup_cart .fusion-secondary-menu-cart a.fusion-secondary-menu-icon {
    width: 100%;
    min-width: auto;
    float: left;
    border-bottom: 1px solid #e0dede;
    background: none;
    padding-bottom: 7px;
}
.fusion-secondary-menu-icon .menu-text {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 13px;
}
.popup_cart span.woocommerce-Price-amount.amount {
    float: right;
}
.popup_cart .fusion-menu-cart-items {
    width: 100%;
    float: left;
}
.popup_cart .fusion-menu-cart-items {
    width: 100%;
    float: left;
    background: none;
    margin: 0;
    padding: 0;
}
.popup_cart .fusion-menu-cart-items .fusion-menu-cart-item {
    padding: 1.5em 0 1em;
    border-bottom: 1px solid #e0dede;
    width: 100%;
    float: left;
}
.popup_cart .fusion-menu-cart-item > a {
    padding: 0;
    border: none;
    background: none;
}
.popup_cart .fusion-menu-cart-image {
    width: 20%;
    float: left;
    text-align: left;
}
.popup_cart .fusion-menu-cart-item-details {
    width: 80%;
    float: left;
    max-width: none;
    padding-left: 5px;
}
.popup_cart span.fusion-menu-cart-item-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}
.fusion-menu-cart-item-quantity span.woocommerce-Price-amount.amount {
    float: none;
    font-size: 14px;
}
span.woocommerce-Price-currencySymbol {
    margin-right: 3px;
}
.popup_cart .fusion-menu-cart-item img {
    display: inline-block;
    max-width: 55px;
    margin-right: 0;
    border: none;
}
.popup_cart .fusion-menu-cart-checkout {
    background: none;
    width: 100%;
    float: left;
    padding: 12px 0 0;
}
.popup_cart .fusion-menu-cart-checkout a {
    background: rgb(86,181,200);
    padding: 12px 25px 12px 35px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}
.popup_cart .fusion-menu-cart-checkout a:before {
    color: #fff;
    margin-left: -18px;
}
.popup_cart .fusion-menu-cart-checkout a:hover {
  background: #3897aa;
}

/* 21-MAr */

.top-menu li a.cart_count.active {
  background: #ffffff none repeat scroll 0 0;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 1px 0;
  position: relative;
  z-index: 9999999;
}
.top-menu li a {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0;
  position: relative;
}
.popup_cart .fusion-secondary-menu-icon .menu-text::after {
  display: none;
}
.popup_cart .fusion-woo-cart-separator {
  display: none;
}


/* pop_up cart_itm-added-css */

body div#festi-cart-pop-up-content {
  background: #ffffff none repeat scroll 0 0;
  padding: 15px;
  width: 455px;
  max-width: 90%;
  z-index: 9999999 !important;
}
body div#festi-cart-pop-up-content span.festi-cart-closed.b-close {
  cursor: pointer;
  display: block;
  float: right;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
}
body div#festi-cart-pop-up-content span.festi-cart-closed.b-close span.festi-cart-closed-button {
  color: #2b2b2b;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  height: 15px;
  line-height: 13px;
  width: 15px;
}
body div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
  background-color: #ffffff;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
  width: 100%;
}
body div.festi-cart-pop-up-body div.festi-cart-pop-up-header {
  border-bottom: 2px solid #2b2b2b;
  margin: 0 0 10px;
  padding-bottom: 10px;
  text-align: center;
}
body div.festi-cart-pop-up-body div.festi-cart-pop-up-header span.festi-cart-added-to-cart-msg {
  color: #2b2b2b;
  font-size: 20px;
  line-height: normal;
}
body div.b-modal {
  background-color: #000000 !important;
  opacity: 0.85 !important;
  z-index: 9999998 !important;
}
.empty.cart {
  border-bottom: 1px solid #e0dede;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.empty.cart > span {
  display: block;
  text-align: center;
  width: 100%;
}
.empty.cart > span a {
  text-decoration: underline;
}
.festi-cart-product-title {
  text-align: left;
}
.festi-cart-item .festi-cart-product-title a.festi-cart-title {
  font-size: 14px !important;
  text-transform: uppercase;
}
body #festi-cart-pop-up-content div.festi-cart-pop-up-products-content div.festi-cart-total {
  background-color: #eeeded;
  border: 0 solid #e6e6e6;
  border-radius: 0;
  color: #8f887c;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 10px 7px;
  text-align: right;
  text-transform: uppercase;
}
.festi-cart-total > span {
  display: block;
  text-align: center;
}
.festi-cart-total > span b {
  color: #444444;
  font-size: 18px;
}
body #festi-cart-pop-up-content .view_cart-btn {
  float: left;
  font-size: 15px;
  padding: 12px 0;
  width: 100%;
}
#festi-cart-pop-up-content .festi-cart-pop-up-body .festi-cart-checkout {
  border: 2px solid #00a8ca;
  color: #00a8ca;
  float: left;
  font-size: 15px;
  height: 40px;
  line-height: 37px;
  min-width: 155px;
  padding: 0 25px;
}
#festi-cart-pop-up-content .festi-cart-pop-up-body .festi-cart-checkout:hover {
  background: #00a8ca;
  color: #fff;
}
body #festi-cart-pop-up-content .festi-cart-pop-up-footer {
  float: right;
}
body #festi-cart-pop-up-content .festi-cart-pop-up-footer .festi-cart-continue-shopping {
  background: #00a8ca none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  min-width: 155px;
  padding: 0 25px;
}
body #festi-cart-pop-up-content .festi-cart-pop-up-footer .festi-cart-continue-shopping:hover {
  opacity: .75;
}
body #festi-cart-pop-up-content .festi-cart-item:last-child td {
  border-bottom-color: #ffffff;
}
.view_cart-btn .festi-cart-view-cart {
  display: block;
  line-height: normal;
}
.shop_map .wpgmp_map .loc_image {
  box-sizing: border-box;
  float: left;
  width: 30%;
}
.shop_map .wpgmp_map .loc_image img {
  max-width: 100% !important;
}
.shop_map .wpgmp_map .location {
  box-sizing: border-box;
  float: left;
  padding-left: 10px;
  width: 70%;
}
.shop_map .wpgmp_map .location a {
  font-size: 15px;
}
form.register_form .fb-login.fb-login-logo {
  background-image: url("http://182.71.20.74:8017/chickeeduck/wp-content/uploads/2017/03/fb-icon.png");
  background-position: 125px center;
  background-repeat: no-repeat;
}
.zm_alr_social_facebook_login_container a.fb-login-logo::before {
  background: none;
}
.orderby ul li:first-child {
    display: none;
}





















body.page-template-template_Chat header.fusion-header-wrapper, 
body.page-template-template_Chat .header-top, 
body.page-template-template_Chat .m-top-menu-icons, 
body.page-template-template_Chat .fusion-footer, 
body.page-template-template_Chat .newsletter_wrap {
  display: none !important;
}


#menu-shop-menu li {
  border: 0 none;
  padding: 10px 0;
}
#menu-shop-menu li a::before {
  content: none;
}


/*
===========================================================================================
 Recent Viewed products 
===========================================================================================
*/
.recently_viewed {
  padding: 30px 0;
}
.recently_viewed .sec-header > h3 {
  background: #a9dee5 none repeat scroll 0 0;
}
.product-images .crossfade-images{
  background-color: transparent;
}

/*coupon code style*/
#coupon_form {
  margin: 0 0 15px;
  position: relative;
}
#coupon_form .input-text {
  height: 52px;
  max-width: 100%;
}
#coupon_form .button {
  background: #56b5c8 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 52px;
  margin: 0;
  padding: 12px 25px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
#coupon_form .button:hover {
  background: #3897aa none repeat scroll 0 0;
}

#post-748 .flex-active-slide > a {
  cursor: default;
  pointer-events: none;
}
.current_cat_name {
  color: #666158;
  display: block;
  left: 118px;
  position: absolute;
  top: 102px;
}
span.parent_cat_display {
    color: #666158;
    display: block;
    left: 130px;
    position: absolute;
    top: 67px;
}
/*
===========================================================================================
 RESPONSIVE STYLE
===========================================================================================
*/
@media (max-width: 1199px) {
.fusion-footer .fusion-footer-copyright-area {
  padding: 15px 0 45px;
}
.fusion-footer .fusion-social-links-footer {
  text-align: right;
}
.fusion-footer .fusion-footer-widget-area {
  padding: 75px 15px 60px;
}
.news .grand_opening_content {
  margin-bottom: 0;
  padding: 60px 0;
}

}




@media (max-width: 992px) {
.header-top {
  position: static;
  width: 100%;
}
header.fusion-header-wrapper{
  padding-top: 0px;
}
.top-menu li {
  padding: 0 7px;
}
.fusion-footer #menu-widget-2 ul li,
.fusion-footer #menu-widget-3 ul li {
  margin-bottom: 8px;
}
.products-4 > li {
  width: 31.33%;
}
.products-4 > li:nth-child(4n+1) {
  clear: inherit;
}
.products-4 > li:nth-child(3n+4) {
  clear: both;
}
.products-4 > li:nth-child(4n) {
  margin-right: 3%;
}
.products-4 > li:nth-child(3n) {
  margin-right: 0;
}
.fusion-header-menu-align-center .fusion-main-menu > ul > li {
  padding: 0 13px;
}
.top-menu li span.count_top_icon {
  left: 0;
  margin: 0 auto;
  right: 0;
}
.short_info > p br {
  display: none;
}
.shops_list .row .col-md-4:nth-child(3n+4) {
  clear: initial;
}
.shops_list .row .col-md-4:nth-child(2n+3) {
  clear: both;
}
#checkout_timeline li .timeline-wrapper .timeline-label {
  padding: 5px 15px !important;
}
}



@media (max-width: 800px) {
.cart_item .quantity{
  vertical-align: middle;
}
.mobile_menu_wrap {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  margin: 0;
  position: fixed;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 100%;
  display: block!important;
  z-index: 99;
}
.fusion-mobile-nav-holder {
  display: none !important;
}
.menu-expand .mobile_menu_wrap {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  overflow-x: auto;
}
.fusion-social-links-footer .fusion-social-networks {
  float: none;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.header-top {
  display: none;
}
.fusion-header-wrapper .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo {
  display: block;
  float: none;
}
.fusion-mobile-menu-icons{
  position: static;
}

.fusion-icon.fusion-icon-bars::before,
.fusion-icon-shopping-cart:before {
  color: #8f887c !important;
  font-size: 40px;
  opacity: 1;
}
.fusion-icon.fusion-icon-bars,.fusion-icon-shopping-cart {
  bottom: 0;
  display: block;
  height: 40px;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.fusion-icon-shopping-cart {
  left: auto;
  right: 0;
}
.fusion-header {
  padding: 10px 15px!important;
}
.home-top-cat .fusion-column-content h1 {
  margin: 0 0 20px;
}
.single_collection .row .col-sm-3 {
  float: left;
  width: 25%;
}
#wrapper .orderby-order-container {
  display: inline-block;
  width: 240px;
}
#wrapper .sort-count.order-dropdown {
  display: inline-block;
  width: 225px;
}
.fusion-body .products > li {
  border: 0 none;
  clear: initial !important;
  float: left !important;
  margin: 0 0 40px !important;
  padding: 0 6px;
  width: 33.333%;
} 
.single_collection .products {
  margin: 0 -6px;
}
#main .single_collection .products li:nth-child(3n),#main .products li:nth-child(4n) {
  float: left!important;
}
#wrapper .sort-count.order-dropdown,
#wrapper .orderby-order-container {
  float: right;
  width: auto;
}
#wrapper .orderby.order-dropdown{
  width: auto;
}
#main .products li:nth-child(3n){
  float: left!important;
}
.product .row .col-sm-8, .product .row .col-sm-4 {
  clear: both;
  float: none;
  width: 100%;
}
.single-product #wrapper .product .product_title, .product  .summary-container .price span.amount {
  margin-top: 35px;
}
#main .products li:nth-child(3n+4) {
  clear: both !important;
}
.m-top-menu-icons .wishlist-icon {
  right: 52px;
}
.m-top-menu-icons .cart-icon {
  right: 15px;
}
.m-top-menu-icons a {
  display: inline-block;
  position: absolute;
  top: 30px;
  z-index: 10;
}
.m-top-menu-icons .search-icon {
  left: 60px;
}
.m-top-menu-icons a img {
  display: inline-block;
  max-height: 24px;
}
.m-top-menu-icons {
  display: block !important;
  position: relative;
}
.fusion-logo img {
  max-width: 150px;
}
.fusion-icon.fusion-icon-bars, .fusion-icon-shopping-cart{
  height: auto;
}
.fusion-icon.fusion-icon-bars::before, 
.fusion-icon-shopping-cart::before {
  font-size: 32px;
}
.fusion-footer .fusion-footer-widget-area {
  padding: 40px 15px 20px;
}
.fusion-footer-widget-column {
  margin-bottom: 30px;
}
.fusion-footer .fusion-footer-copyright-area {
  padding: 10px 0 30px;
}
/*cart page*/
.shop_table.cart .product-thumbnail img {
  max-width: 110px;
}
.shop_table.cart .product-info .product-title {
  margin: 8px 0 0;
}
.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item a {
  padding-left: 15px;
  padding-right: 15px;
}
.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item .fusion-open-submenu {
  padding-right: 0;
}
.shop_table.cart, .shop_table.cart thead, .shop_table.cart tbody, .shop_table.cart thead th, .shop_table.cart tbody td, 
.shop_table.cart tr {
  display: block;
  width: auto;
  height: auto!important;
}
.shop_table.cart tbody tr {
  padding: 30px 0 30px 120px;
  position: relative;
}
.shop_table.cart .product-thumbnail img {
  max-width: 100px;
}
.shop_table.cart tbody tr td.product-name .product-thumbnail {
  left: 0;
  position: absolute;
  top: 20px;
  margin:0px;
}
.shop_table.cart tbody tr td {
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  width: 100% !important;
}
.shop_table.cart .product-info .product-title {
  margin: 0;
}
.shop_table.cart .product-price,
.shop_table.cart .product-quantity,
.shop_table.cart .product-subtotal {
  text-align: left;
  position: static;
  display: block;
}
.shop_table.cart .product-price,
.shop_table.cart thead {
  display: none;
}
.shop_table.cart .addToWishlist {
  display: inline-block;
  margin: 5px 0 0;
  position: static;
}
.cart-actions, .cart-actions .text-right {
  text-align: center;
}
.cart-actions .button{
  margin-bottom: 10px;
}
.shop_table.cart .remove{
  top: 5px;
}
.shop_table.cart .quantity .qty {
  border: 0 none;
  height: 35px;
  width: 35px;
}
.shop_table.cart span.for-mobile,
.shop_table.cart .product-quantity .quantity,
.shop_table.cart .woocommerce-Price-amount.amount {
  display: inline-block !important;
  vertical-align: middle;
  padding: 0px;
}
.shop_table.cart .quantity .minus, 
.shop_table.cart .quantity .plus,
.cart-collaterals .shipping-coupon {
  display: none;
} 
.shop_table.cart td .variation {
  margin: 10px 0;
}
.shop_table.cart .item-subtotal-price {
  margin: 10px 0;
}
.shop_table.cart tbody tr.avada-cart-actions {
  display: none;
}
.shop_table.cart .product-quantity .quantity {
  border: 1px solid #9c968b;
}
.cart-collaterals {
  background: #f4f3f1 none repeat scroll 0 0;
  display: block;
}
.cart-collaterals .cart_totals {
  border: 0 none;
}
#wrapper .cart-collaterals h2 {
  border-bottom: 2px solid #959186;
  color: #959186;
  font-size: 24px;
  text-align: center;
}
.cart-collaterals .cart_totals.calculated_shipping {
  padding: 20px;
}
#wrapper .cart-collaterals .wc-proceed-to-checkout {
  border-top: 2px solid;
  margin: 15px 0 0;
  padding: 20px 0 0;
}
#wrapper .cart-collaterals .wc-proceed-to-checkout a.button {
  float: none;
}
.calculated_shipping .shop_table {
  text-transform: uppercase;
}
.cart_totals table th, .cart_totals table td {
  font-size: 16px;
  padding: 9px 0 !important;
}
.cart_totals table tr {
  border: 0;
}
.woocommerce-cart .cart_totals .shop_table tr.order-total th {
  font-weight: bold;
}
.woocommerce-cart .cart_totals .shop_table tr.order-total .woocommerce-Price-amount.amount {
  color: #8f887c;
  padding: 0px;
}

.menu-main-menu-container {
  padding: 0px 10px;
  width: 100%;
  float: left;
}
#menu-main-menu li {
display: block;
position: relative;
border-bottom: 1px solid #000;
font-size: 18px;
text-align: center;
}
.menu_name {
    font-size: 24px;
    padding: 0;
    line-height: 60px;
    text-align: center;
    color: #000;
    }
#menu-main-menu li a {
  padding: 10px;
  line-height: 26px;
  font-weight: 400;
  min-height: 46px;
  display: block;
}
#menu-main-menu li a ul {
  display: none;
}
.menu-main-menu-container > ul li a {
  position: relative;
}
.menu-main-menu-container ul li.menu-item-has-children > span{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  height: 46px;
  width: 50px;
}
.menu-main-menu-container ul li.menu-item-has-children > span::after {
  content: "\f105";
  color: #000;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  font-family: fontawesome;
  right: 20px;
    top: 3px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.menu-main-menu-container ul li.menu-item-has-children > span.active::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.menu-main-menu-container ul li.menu-item-has-children > span.active {
  background: #f3f3f3 none repeat scroll 0 0;
}
.menu-main-menu-container ul li.menu-item-has-children .sub-menu {
  background: #f3f3f3 none repeat scroll 0 0;
}
span.menu-closer i {
  font-size: 45px;
}
.menu_toggle_bars span i {
  font-size: 30px;
  position: absolute;
  right: 10px;
}
.button-sign-in,
.button-register  {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 10px 0;
  float: left;
  display: block;
  width: 48%;
  font-weight: bold;
  line-height: 39px;
}
.button-register {
  float: right !important;
}
.button-stores,
.button-call-us {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 10px 0;
  float: left;
  display: block;
  font-weight: bold;
  width: 48%;
  line-height: 39px;
}
.button-call-us {
  float: right !important;
}
.button-sign-in i, .button-register i {
  position: relative;
  top: 2px;
  left: 9px;
  font-size: 30px;
}
.button-stores i {
  position: relative;
  top: 2px;
  left: -7px;
  font-size: 25px;
}
.button-call-us i {
  position: relative;
  top: 2px;
  right: -7px;
  font-size: 23px;
}
.menu-main-menu-container ul#menu-main-menu li:last-child {
  border-bottom: none;
}
.signin-section,
.contact-section {
  width: 100%;
  float: left;
  overflow: hidden;
 padding: 30px 10px;
}
.contact-section {
   padding: 48px 10px 90px 10px;
}
.sub-menu {
    display: none;
}

}




@media (max-width: 767px) {
#main .products li:nth-child(3n+4) {
  clear: initial !important;
}
.fusion-body .products > li{
  width: 50%;
}
#main .products li:nth-child(2n+3) {
  clear: both !important;
}
.for-mobile{
  display: block!important;
}
.container {
  width: 100%;
}
.col-sm-9{
  width: 100%;
  float: none;
}
.single_collection .row .col-sm-3 {
  float: none;
  width: 100%;
}


.cat-slider .plvr-slider .slick-prev, .cat-slider .plvr-slider .slick-next {
  display: none!important;
}
.cat-slider .slick-slider {
  padding: 0;
}
body.has-sidebar #main .single_collection #sidebar {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: auto;
  padding: 0 15px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transform: translateX(-100%);
  transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  z-index: 99999;
}
.single_collection .order-dropdown ul{
  background: transparent;
}
body.has-sidebar .single_collection #content {
  margin-bottom: 0px;
}
.single_collection #sidebar .widget_product_categories {
  clear: both;
  margin-bottom: 50px;
  margin-top: 0;
  padding-top: 30px;
}
.filterClose {
  display: block;
  float: right;
  font-size: 30px;
  height: 40px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
}
#wrapper .single_collection .catalog-ordering {
  border-bottom: 2px solid #8f887c;
  margin-bottom: 20px;
}
body .page-header h1 {
  border-bottom-width: 2px;
}
#wrapper .product .nav-tabs li a {
  text-align: left;
  padding:10px 0px;
}
#wrapper .product .nav-tabs li.active a {
  background: transparent;
}
#wrapper .product .nav-tabs li.active a h4 {
  color: #8f887c;
  position: relative;
}
#wrapper .product .nav-tabs {
  border-width: 2px 0 0;
}
.tab-content {
  border-bottom: 2px solid #8f887c;
}
#wrapper .product .nav-tabs li a h4 {
  position: relative;
}
#wrapper .product .nav-tabs li a h4:after {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  right: 0;
  top: 0;
}
#wrapper .product .nav-tabs li.active a h4:after {
  content: "";
}
.home-top-cat .row {
  margin: 0 -5px;
}
.home-top-cat .row > .col-xs-6 {
  padding: 0 5px;
}
.zm_alr_social_facebook_login_container {
  width: 100%;
}
.register-page .zm_alr_social_facebook_login_container {
  margin: 0 0 10px;
}
.register-page .zm_alr_form_field_container.zm_alr_password_container,
.register-page .zm_alr_form_field_container {
  margin: 0 0 15px;
  width: 100%;
}
section.regiter-inner {
  padding: 30px 30px;
}
section.regiter-inner {
  padding-bottom: 110px !important;
}
#wrapper .regiter-inner h2 {
  font-size: 28px;
}
.grand_opening_content > div{
  display: none;
}
.view_more {
  font-size: 18px;
  padding: 8px 20px;
}
.news h2{
  font-size: 30px;
}
.news .grand_opening_content {
  margin-bottom: 0;
  padding: 50px 0;
}
.products.wishlist_products .product-details {
  text-align: center;
}
.wishlist_products .product-details-container .fusion-price-rating{
  text-align: center;
  display: block;
}
.wishlist_products .product-add-to-cart, 
.wishlist_products li .product-remove {
  display: inline-block;
  line-height: 1;
  margin: 0 5px;
  position: static;
  vertical-align: middle;
}
.wishlist_products li .add_to_cart_button {
  background-size: auto 100%;
  height: 20px;
  width: 20px;
}
.wishlist_products li .add_to_cart_button {
  display: block;
}
.wishlist_actions {
  margin: 5px 0 0;
}
.wishlist_products .featured-image {
  padding: 0;
}
.wishlist-header{
  margin-bottom: 20px;
}
#content{
  margin-bottom: 0px;
}
.newsletter_wrap .newsletter > p {
  font-size: 13px;
  line-height: 1.2;
  margin: 4px 0 0;
}
.newsletter_wrap .newsletter > h2 {
  font-size: 30px;
}
.newsletter_wrap .news form input[type="submit"] {
  font-size: 14px;
  height: 46px;
  padding: 5px 8px;
}
.newsletter_wrap .news form input[type="text"] {
  font-size: 14px;
  padding: 5px 106px 5px 15px;
  height: 46px;
}
.home-top-cat h1,
.cat-slider .plvr-slider .slider-caption .slider-caption-title {
  font-size: 30px;
}
#wrapper .single-post-header > h2 {
  font-size: 24px;
  line-height: 1.3;
}
.single-post-header span p {
  font-size: 14px;
}
.single-news-post, .single-news-post p {
  font-size: 14px;
}
.shop_location_info td,
.shop_location_info table,
.shop_location_info tr,
.shop_location_info tbody {
  display: block;
}
.shop_location_info td {
  padding: 5px 0;
}
.shop_location_info tr {
  margin-bottom: 20px;
}
.shop_name h4 {
  margin: 0px;
}
.shop_name {
  margin: 15px 0 10px;
}
.shop_location_info tr.shop_business_hours {
  float: left;
  width: 50%;
}
.single-location-post .details table tr.shop_business_hours td:nth-child(2) {
  width: 100%;
}
.details .shop_name .back_btn {
  display: inline-block;
  float: none !important;
  margin: 10px 0 0;
}
.details .shop_name h4 {
  display: block;
}
.single-location-post .container {
  padding: 0;
}
.register-page .zm_alr_email_field, 
.register-page .zm_alr_password_field, 
.register-page .zm_alr_text_field, 
.register-page .zm_alr_form_container input[type="submit"], 
.lost-password-wrap .woocommerce-ResetPassword input, 
.lost-password-wrap .woocommerce-ResetPassword input#user_login, 
#wrapper .woocommerce-EditAccountForm input, 
.add_address_btn,.shipping_address.address_block input[type="text"], 
.shipping_address.address_block select,
#address_form a.add_address, 
#address_form input.button[type="submit"] {
  font-size: 16px;
  height: 46px !important;
}
#address_form a.add_address, 
#address_form input.button[type="submit"]{
  padding: 10px;
}
#wrapper .regiter-inner h2, 
#wrapper .woocommerce-MyAccount-content h2.avada-woocommerce-myaccount-heading, 
#wrapper .social_connect h2, 
#wrapper .siping-address h2 {
  font-size: 24px;
  line-height: 1.2;
}
.register-page .zm_alr_social_facebook_login_container a.fb-login, 
.social_connect a {
  font-size: 16px;
  height: 46px;
  padding: 10px 15px 10px 30px;
}
#wrapper .siping-address h3 {
  font-size: 22px;
  margin: 0 0 10px;
}
.siping-address p {
  font-size: 16px;
  line-height: 25px;
}
.address_actions a {
  font-size: 20px;
}
.add_address_btn {
  padding: 10px;
}
.siping-address {
  margin-bottom: 20px;
  padding: 50px 0 40px;
}
#checkout_timeline li .timeline-wrapper .timeline-label {
  font-size: 18px;
  padding: 5px 10px !important;
}
.woocommerce-checkout #main .woocommerce .checkout .checkout-block h3,
#main .woocommerce-shipping-fields.avada-select h3,
#main form.checkout .yith-woocommerce-checkout-payment h3 {
  font-size: 24px;
  top: -22px;
}
.delivery-method-single h4{
  font-size: 24px;
}
.checkout-block,
.woocommerce-shipping-fields,
.yith-woocommerce-checkout-payment {
  font-size: 18px;
}

.heading h4 {
  font-size: 24px !important;
}
.single_collection .product-categories li a {
  font-size: 28px;
}
a.view-all {
  display: block;
  background-color: #8f887c;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  line-height: 45px;
  font-size: 26px;
  text-transform: uppercase;
  margin: 50px 0px;
  font-weight: bold;
}
.search_mobile h4.widget-title {
  display: none;
}
}



@media (max-width: 640px) {
.checkout .payment_methods .payment_box {
  font-size: 14px;
}
.fusion-footer #menu-widget-2 ul li {
  display: block;
  margin: 0 0 18px;
}
.fusion-footer #menu-widget-2 ul li a::after {
  content: "";
}
.fusion-footer .fusion-columns .fusion-column {
  margin: 0;
}
.contact-form .textfield-left, .contact-form .textfield-right {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.fusion-layout-column.contact_wrap {
  padding: 30px;
}
.fusion-layout-column.contact_wrap form h3{
  font-size: 22px;
}
.fusion-layout-column.contact_wrap form h3 {
  font-size: 22px;
  margin: 50px 0 0;
}
body .page-header h1{
  font-size: 46px;
}
#main, 
#slidingbar, 
.fusion-footer-copyright-area, 
.fusion-footer-widget-area, 
.fusion-page-title-bar, 
.fusion-secondary-header, 
.header-v4 #small-nav, 
.header-v5 #small-nav, 
.sticky-header .sticky-shadow, 
.tfs-slider .slide-content-container {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.grand_opening {
  padding: 70px 15px;
}
.cat-slider-wrap {
  padding-bottom: 0!important;
}
.cat-slider-wrap .sec-header {
  margin: 5px 0 0px;
}
.newsletter_wrap{
  padding: 30px 0;
}
.products > li {
  margin: 0 0 20px !important;
}
body .page-header h1 {
  font-size: 40px;
  line-height: 1.1;
}
.register-page .form-wrapper .or {
  margin: 20px 0;
}
section.home-top-cat {
  padding: 10px 0;
}
.view_more {
  font-size: 16px;
  padding: 6px 18px;
}
.news h2{
  font-size: 26px;
}
.wishlist-header {
  font-size: 16px;
  padding: 10px 0;
}
.share_wishlist h3 {
  font-size: 24px;
}
.share_wishlist a i {
  font-size: 28px;
  margin: 0 10px;
}
.share_wishlist a:hover i {
  opacity: 0.8;
}
.social_connect > ul li {
  margin: 0 0 5px;
  width: 100%;
}
.woocommerce-MyAccount-content {
  padding: 30px 0;
}
.shops_list .col-xs-6 {
  width: 100%;
}
#checkout_timeline li .timeline-wrapper .timeline-label {
  padding: 5px 2px !important;
}
.woocommerce-checkout #main .woocommerce .checkout .checkout-block h3, 
#main .woocommerce-shipping-fields.avada-select h3,
#main form.checkout .yith-woocommerce-checkout-payment h3 {
  font-size: 20px;
  margin: 0 0 15px;
  position: static;
  top: -17px;
  transform: none;
}
.checkout-block,
.woocommerce-shipping-fields,
.yith-woocommerce-checkout-payment {
  font-size: 16px;
  margin: 0 0 30px;
  padding: 20px 15px;
} 
.delivery-method-single h4 {
  font-size: 20px;
}
form.checkout .delivery-method-single label .billing-info,
form.checkout .gifting-inner > label span {
  padding: 15px 0 15px 45px;
}
.myBillingAddress label span{
  padding: 0px 0 0px 45px;
}
.shipping-order h4,
.your-details-inner p {
  font-size: 16px;
}
.myBillingAddress label span::after,
form.checkout .delivery-method-single label .billing-info::before, 
form.checkout .gifting-inner > label span::before {
  height: 25px;
  line-height: 1.5;
  width: 25px;
}
#form_actions .button {
  font-size: 18px;
  height: 46px;
  max-width: 140px;
  width: 100%;
}
}



@media (max-width: 480px) {
.fusion-footer .fusion-footer-widget-area {
  padding: 40px 15px 20px;
}
.fusion-social-networks-wrapper span {
  display: block;
  margin: 0 0 8px;
}

.fusion-layout-column.contact_wrap {
  padding: 30px 15px 0;
}
.fusion-layout-column.contact_wrap form h3 {
  font-size: 18px;
  margin: 25px 0 0;
}
.contact_page_wrap {
  padding: 0 !important;
}
body .page-header h1 {
  font-size: 32px;
}
#main .grand_opening .grand_opening_content > h2 {
  font-size: 28px;
}
.faq_page_wrap .fusion-accordian .panel-heading .panel-title {
  font-size: 18px;
}
.faq_page_wrap .fusion-accordian .panel-body p{
  font-size: 14px;
}
.home-top-cat h1,
.cat-slider .plvr-slider .slider-caption .slider-caption-title {
  font-size: 24px;
}
.single_collection .product-details .product-title,
.products .product-details .product-title {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.single_collection .product-details .price > .amount,
.products .product-details .price > .amount {
  font-size: 13px;
}
.cat-slider .plvr-slider .cat_image_wrap .slider-btn {
  font-size: 14px;
  max-width: 110px;
  padding: 8px 5px;
}
#wrapper .plvr-category-slider .slick-slide {
  margin: 0 2px;
}
.home-top-cat .row {
  margin: 0 -2px;
}
.home-top-cat .row > .col-xs-6 {
  padding: 0 2px;
}
section.regiter-inner {
  padding: 30px 15px;
}
#wrapper .regiter-inner h2 {
  font-size: 24px;
}
.sec-header h3{
  padding:0 20px;
}
.news .view_more {
  font-size: 14px;
  padding: 4px 15px;
  margin:0px;
}
.news h2{
  font-size: 18px;
}
.news .grand_opening_content {
  margin-bottom: 0;
  padding: 40px 0;
}
.shop_table tbody tr {
  padding: 30px 0 30px 95px;
}
.shop_table .product-thumbnail img {
  max-width: 80px;
}

.shop_location_info tr.shop_business_hours {
  float: none;
  width: 100%;
}
.for_image > img {
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  padding: 5px;
}

/* 21-Mar */

#festi-cart-pop-up-content .festi-cart-pop-up-body .festi-cart-checkout {
  width: 100%;
}
body #festi-cart-pop-up-content .festi-cart-pop-up-footer {
  margin-top: 15px;
  width: 100%;
}
body #festi-cart-pop-up-content .festi-cart-pop-up-footer .festi-cart-continue-shopping {
  width: 100%;
}
form.register_form .fb-login.fb-login-logo {
  background-image: url("http://182.71.20.74:8017/chickeeduck/wp-content/uploads/2017/03/fb-icon.png");
  background-position: 37% center;
  background-size: 25px auto;
}
section.regiter-inner {
  padding-bottom: 125px !important;
}
}



@media (max-width: 375px) {
.search_mobile {
  top: 92px;
}
.fusion-logo img {
  max-width: 130px;
}
.m-top-menu-icons a img {
  max-height: 23px;
}
.m-top-menu-icons .wishlist-icon {
  right: 45px;
}
.fusion-icon.fusion-icon-bars::before, .fusion-icon-shopping-cart::before {
  font-size: 29px;
}
.m-top-menu-icons .search-icon {
  left: 50px;
}
.m-top-menu-icons a {
  top: 27px;
}
.button-stores, .button-call-us {
  font-size: 14px;
  line-height: 40px;
  padding: 0px;
}
.button-stores i,
.button-call-us i {
  font-size: 20px;
}
.button-sign-in, .button-register {
  font-size: 14px;
   line-height: 40px;
   padding: 0px;
}
.button-call-us i {
  font-size: 20px;
}
.button-sign-in i, .button-register i {
  font-size: 25px;
}
.button-stores, .button-call-us {
  font-size: 14px;
  line-height: 40px;
}
}

h3.confirm-msg {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.woocommerce-variation.single_variation {
    display: none !important;
}
button.single_add_to_cart_button.fusion-button.button.button-default.button-small.alt.disabled.wc-variation-is-unavailable{
  background: rgba(204, 209, 210, 0.88) none repeat scroll 0 0 !important;
  border: #b7b7b7 !important;
}

form.checkout_coupon.newcoupon {
    display: none !important;
}


/* 08-May-2017 */
.stock_status {
	border: 1px solid #8f887c;
	padding: 4px 15px;
}
.product-details-container .fusion-price-rating {
	display: block;
	margin-bottom: 12px;
}

#woosvi_strap ul.svithumbnails.columns-2 li {
  display: inline-block;
  float: none;
  margin: 0 3px;
  width: 62px;
}
#woosvi_strap ul.svithumbnails li.first,
 #woosvi_strap ul.svithumbnails::after {
  clear: inherit;
}

.post_image_section {
    width: 100%;
}
.wc-terms-and-conditions label[for="terms"].checkbox a {
    text-transform: capitalize;
}
.sign_in
{
    color: #666158;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
}
.fb_new_logo
{
margin: 0 0 15px;
width: 49%;
display: none;
}
.fb_text{
background: #56b5c8 none repeat scroll 0 0;
    border-radius: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    line-height: 1;
    padding: 7px 0% 8px;
    position: relative;
    text-shadow: none;
    width: 100%;
    text-align: center;
    display: block;
}


.type-product .col-sm-8 .onsale {
    display: none;
}