/*



Theme Name: Hawk

*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000000;
  background: #fff;
  font-weight: 300;
  background: #fffefb;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
img,
input,
button,
header,
article,
time,
nav,
section,
aside,
hgroup,
footer
/* sub, sup, table, caption, tbody, tfoot, thead, tr, th, td */ {
  padding: 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

* {
  outline: none;
  margin: 0px;
  padding: 0px;
}

.clr {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  border: 0;
}

.overflow {
  overflow: hidden;
}

/*{margin:0px; padding:0px; outline:none;}*/

input,
select,
textarea {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  color: #006ad0;
}

.textarea a {
  color: #000000;
  text-decoration: none;
}

.textarea a:hover {
  text-decoration: none;
}

.textarea p {
  font-family: "Poppins", sans-serif;
  padding: 0 0 10px;
}

.textarea h1 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  padding: 0 0 15px;
}

.textarea h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 15px;
}

.textarea h3 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.textarea h4 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.textarea h5 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.textarea h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.textarea label {
  color: #4f4f4f;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
}

.textarea input,
.textarea textarea {
  color: #4f4f4f;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
}

.textarea ul li {
  color: #484848;
  line-height: 20px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 0 0 10px;
  list-style: disc;
  margin: 0 0 0 15px;
}

.textarea ol li {
  color: #484848;
  line-height: 20px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 0 0 10px;
  margin: 0 0 0 15px;
}

.woocommerce ul li {
  color: #484848;
  line-height: normal;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: inherit;
  list-style: none;
  margin: auto;
}

.woocommerce ol li {
  color: #484848;
  line-height: normal;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: inherit;
  margin: auto;
}

.sp10 {
  height: 10px;
  overflow: hidden;
  clear: both;
}

.sp15 {
  height: 15px;
  overflow: hidden;
  clear: both;
}

.sp30 {
  height: 30px;
  overflow: hidden;
  clear: both;
}

.sp40 {
  height: 40px;
  overflow: hidden;
  clear: both;
}

.pRNone {
  padding-right: 0px !important;
}

.siteWidth {
  width: 94%;
  margin: 0 auto;
}

/* ---- HTML5 elements set to display:block for browsers ---- */

header,
article,
time,
nav,
section,
aside,
hgroup,
footer {
  display: block;
}

td {
  padding: 5px;
}
/* ---- Common CSS ---- */

.bodNone {
  border-right: none !important;
}

ul {
  list-style: none;
}

textarea {
  resize: none;
}

.pT10 {
  padding-top: 10px;
}

.pTB20 {
  padding: 20px 0;
}

.posR {
  position: relative;
}

.L-align {
  text-align: left;
}

.C-align {
  text-align: center;
}

.R-align {
  text-align: right;
}

.font18 {
  font-size: 18px !important;
}

.lh18 {
  line-height: 18px;
}

.dispB {
  display: block;
}

.v_aling img {
  vertical-align: middle;
}

.blueTxt {
  color: #00b4ff !important;
}

.bodTp {
  border-top: 3px solid #000;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0 0 0;
  padding: 0;
}

/* ---- Page Wrapper ---- */

/*---------Common--------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border: 1px solid #ddd;
  width: calc(100% - 20px);
  background: #fff;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  height: 35px;
  border-radius: 50px;
  padding: 0 10px;
}

.textarea textarea,
textarea {
  height: 100px;
  border-radius: 14px;
}

select {
  border: 1px solid #ddd;
  width: 100%;
  padding: 2px 3%;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: normal;
  height: 35px;
  border-radius: 50px;
}

option {
  border: none;
  width: 100%;
  padding: 10px 3%;
  color: #5d5d5d;
  font-size: 12px;
}

.textarea input[type="submit"],
.textarea input[type="button"] {
  background-color: #006ad0 !important;
  color: #fff !important;
  font-size: 14px;
  padding: 7px 12px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 60px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #272727 !important;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  background: #000 !important;
}

.bgwhite {
  background: #fff;
  float: left;
  width: 100%;
  padding: 24px 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/******************** Header ***********************/

.site-header {
  width: 100%;
  float: left;
}

.top-head {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  float: left;
  padding: 10px 0;
}

.top-menu-left {
  float: left;
}

.top-menu-left ul li {
  float: left;
  color: #232323;
  border-right: 1px solid #ebebeb;
  padding: 1px 20px;
  position: relative;
}

.top-menu-left ul li:first-child {
  padding: 1px 20px 1px 0px;
}

.top-menu-left ul li:last-child {
  border: none;
  padding: 1px 0 1px 20px;
}

.top-menu-left ul li a {
  color: #2e2e2e;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 12px;
}

.top-menu-left ul li a svg {
  font-size: 15px;
}

.top-menu-left ul li a:hover {
  color: #006ad0;
}

.top-menu-left ul li ul {
  position: absolute;
  width: 150px;
  background: #fff;
  top: 0px;
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 999;
}

.top-menu-left ul li ul li {
  width: 100%;
  border: 1px solid #e6e8e9 !important;
}

.top-menu-left ul li ul li a {
  display: block;
  padding: 5px;
  background: #fff;
}

.top-menu-left ul li:hover ul {
  top: 25px;
  opacity: 1;
}

.right-boxx {
  float: right;
}

.right-boxx ul li {
  float: left;
  color: #232323;
  border-right: 1px solid #ebebeb;
  padding: 1px 20px;
  position: relative;
}

.right-boxx ul li:first-child {
  padding: 1px 20px 1px 0px;
}

.right-boxx ul li:last-child {
  border: none;
  padding: 1px 0 1px 20px;
}

.right-boxx ul li a {
  color: #2e2e2e;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 12px;
}

.right-boxx ul li a svg {
  font-size: 15px;
}

.laguage-boxx {
  width: 155px;
  float: left;
  margin: 5px 0;
}

.social-links {
  float: left;
  padding: 6px 0 0 50px;
}

.social-links ul li {
  float: left;
  padding: 0 15px 0 0;
}

.social-links ul li:last-child {
  padding: 0;
}

.social-links ul li a {
  padding: 4px 7px 2px;
  background: #2e2e2e;
  color: #fff;
  border-radius: 3px;
  display: block;
}

.top-contact {
  float: right;
  margin: 10px 0 0;
}

.top-contact ul li {
  float: left;
  padding: 0 0 0 25px;
}

.top-contact ul li:first-child {
  padding: 0;
}

.top-contact ul li a {
  color: #000000;
  font-size: 12px;
}

.top-contact p {
  color: #797979;
}

.top-contact a {
  color: #006ad0;
}

.main-header {
  width: 100%;
  float: left;
  padding: 15px 0;
  position: relative;
}

.logo {
  float: left;
  position: relative;
  z-index: 99;
  max-width: 250px;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.head-right {
  float: right;
  position: relative;
  z-index: 99;
  margin: 20px 0 0;
}

.left-categories h2.widget-title {
  padding: 11px 52px;
}

.left-categories ul li a {
  padding: 6px 12px;
}

.search-box {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}

.search-box form {
  width: 100% !important;
}

.search-box .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-radius: 50px;
  padding: 14px 40px;
  border: 2px solid #ddd;
  height: auto;
}

.search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  color: #fff;
  margin-left: 0;
  font-size: 0;
  height: auto;
  line-height: 22px;
  padding: 20px 40px;
  background: #000;
  top: 7px;
  right: 7px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  min-height: auto;
}

.search-box .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}

.cart-box {
  float: right;
}

.cart-box section {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
.cart-box .widget_nav_menu ul li {
  display: inline-block;
  padding: 0 10px;
}

.cart-box .widget_nav_menu ul li a svg {
  color: #000;
  height: 28px;
  width: 28px;
}

.cart-box section a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #000;
}

.cart-box section a span {
  display: block;
  font-size: 10px;
}

.dropdown-cart-button .dropdown-total {
  color: #232323 !important;
}

.site {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
}
.after-header-section {
    float: left;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}

.main-menu {
  width: 100%;
  background: #e9e9e9;
  float: left;
  border-top: 1px solid #efefef;
}

.main-navigation {
  float: left;
	width:100%;
}

.main-navigation ul li {
  float: left;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
}

.main-navigation ul li a {
  font-size: 16px;
  color: #000;
  padding: 20px 16px;
  display: block;
  white-space: nowrap;
}

.main-navigation ul li a:hover {
  color: #006ad0;
}

.main-menu li.current-menu-item a {
  color: #006ad0;
}
.main-navigation ul li.custom-button a {
    background: #006ad0;
    color: #fff;
}

.main-navigation ul li .dropdown-toggle {
  background: none;
  position: absolute;
  right: -4px;
  top: 30px;
  display: none;
}

.main-navigation ul li .icon {
  fill: #000;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.main-navigation ul li .dropdown-toggle .screen-reader-text {
  display: none;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  background: #000000;
  width: 250px;
  top: 90px;
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  visibility: hidden;
  z-index: 999;
}

.main-navigation ul li ul.sub-menu li {
  width: 100%;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

.main-navigation ul li ul.sub-menu li a {
  padding: 6px 10px;
  color: #fff;
}

.main-navigation ul li:hover ul.sub-menu {
  opacity: 1;
  top: 65px;
  visibility: visible;
}

.main-navigation ul li ul.sub-menu ul.sub-menu {
  right: -150px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.main-navigation ul li ul.sub-menu li:hover{
	overflow: visible;
}
.main-navigation ul li ul.sub-menu li:hover ul.sub-menu {
  right: -250px;
  opacity: 1;
  visibility: visible;
}

.left-categories {
  width: 292px;
  float: left;
  top: 8px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  box-shadow: 0 0 10px 1px hsl(0deg 0% 56% / 10%);
  position: absolute;
  z-index: 9;
}

.left-categories h2.widget-title {
  padding: 19px 52px;
  background: #006ad0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}

.left-categories h2.widget-title::before {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 20px;
  position: absolute;
  margin-left: -31px;
}

.left-categories ul li {
  position: relative;
  padding: 0 20px;
}

.left-categories ul li a {
  padding: 11px 12px;
  display: block;
  font-size: 14px;
  color: #949494;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.left-categories ul li:last-child a {
  border: none;
}

.left-categories ul li a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #d6d6d6;
  margin-right: 15px;
}

.left-categories ul li:hover a {
  color: #006ad0;
}

.left-categories ul li:first-child > a:before {
  background: #437cfe;
}

.left-categories ul li:nth-child(2) > a:before {
  background: #5fca51;
}

.left-categories ul li:nth-child(3) > a:before {
  background: #c24ebe;
}

.left-categories ul li.cat-parent::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 13px;
  position: absolute;
  right: 20px;
  color: #ccc;
  top: 50%;
  transform: translateY(-50%);
}

.left-categories ul li ul {
  position: absolute;
  width: 292px;
  right: -80%;
  top: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  visibility: hidden;
  z-index: 9999;
  box-shadow: 0 0 10px 1px hsl(0deg 0% 56% / 10%);
  border-radius: 6px;
}

.left-categories ul li:hover ul {
  right: -291px;
  top: -2px;
  background: #fff;
  opacity: 1;
  visibility: visible;
}

.left-categories-inner {
  height: auto;
}

.left-categories-inner ul.product-categories {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  top: 91px;
  visibility: hidden;
}

.left-categories-inner:hover ul.product-categories {
  opacity: 1;
  top: 60px;
  visibility: visible;
}

.home-banner {
  float: right;
  width: 100%;
}

/******************** Header End ***********************/

/******************** Footer ***********************/

.site-footer {
  padding: 50px 0 0;
  background: #151515;
  background-size: cover;
  width: 100%;
  float: left;
  position: relative;
  margin: 100px 0 0;
}

.site-footer .foot-box1 .widget:first-child {
  width: 600px;
  padding: 0;
}

.site-footer .foot-box1 .widget:first-child p {
  font-size: 31px;
  padding: 0;
}

.site-footer .foot-box1 .widget {
  width: 314px;
  float: left;
  padding: 50px 0 0;
}

.site-footer .foot-box1 .widget img {
  max-width: 100%;
  height: auto;
}

.site-footer .widget h3.widget-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 20px;
  margin: 0;
}

.site-footer p {
  padding: 4px 0px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #ccc;
}

.site-footer a {
  color: #006ad0;
}
.site-footer .foot-box1 .widget svg {
  float: left;
  line-height: 20px;
  margin: 3px 10px 0 0;
  font-size: 16px;
}

.footer-social {
  padding: 20px 0 0;
}

.footer-social ul li {
  border: 1px solid #ccc;
  float: left;
  border-radius: 43px;
  height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
}

.footer-social ul li a {
  color: #000;
  line-height: 40px;
  display: block;
  padding: 12px 13px;
}

.footer-social ul li:hover {
  background-color: #006ad0;
}
.footer-social ul li:hover svg {
  color: #fff;
}
.footer-social ul li svg {
  margin: 0 !important;
}

.site-footer .foot-box1 .widget_nav_menu ul li {
  padding: 0 0 10px;
}

.site-footer .foot-box1 .widget_nav_menu ul li a {
  color: #e4e4e4;
  font-weight: 500;
}

.site-footer .foot-box1 .widget_nav_menu ul li a:hover {
  color: #fff;
}

.foot-box2 {
  float: left;
  width: 100%;
  margin: 30px 0 0;
  padding: 30px 0;
  background: #000;
}

.foot-box2-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-box2-inner .widget_nav_menu ul {
  display: flex;
  gap: 10px;
}

.foot-box2-inner .widget_nav_menu ul a {
  color: #fff;
}

.foot-box2 .widget_text {
  float: left;
}

.foot-box2 .widget_text p {
  color: #636363;
}

.foot-box2 .widget_media_image {
  float: right;
}
/******************** Footer End ***********************/

/******************** Front Page ***********************/

.site-content {
  float: left;
  width: 100%;
  background-size: contain;
}

.site-content h2.home-heading {
  background: #393939;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
}

.site-content .kc_tabs > .kc_wrapper > .kc_tabs_nav {
  background: none;
}

.site-content .kc_tabs_nav > li > a,
.site-content .nav-pills > li > a {
  font-size: 22px;
  font-weight: bold;
  color: #a0a0a0;
  padding: 0 5px;
}

.site-content .kc_tabs_nav > .ui-tabs-active > a,
.site-content .kc_tabs_nav > li:hover,
.site-content .kc_tabs_nav > li > a:hover {
  background-color: transparent;
  display: inline-block;
  color: #3c3c3c;
}

.site-content .kc_tabs_nav > li > a {
  position: relative;
}

.site-content .kc_tabs_nav > li > a::after {
  content: "/";
  padding: 0 0 0 12px;
}

.site-content .kc_tabs_nav > li:last-child a::after {
  display: none;
}

.ui-tabs .ui-tabs-nav li {
  float: none;
  display: inline-block;
}

.site-content .ui-tabs .ui-tabs-panel {
  background: none;
  padding: 0;
}

.site-content .kc_tabs_nav ~ .kc_tab .kc_tab_content {
  padding: 0;
}

.site-content .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  background: none;
}

/******************** Front Page ***********************/

/******************** Elementor ***********************/
.site-content
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 100%;
}
.site-content .ht-category-wrap .ht-category-content-4 {
  text-align: left;
}
.site-content .ht-category-wrap .ht-category-content-4 h3 a {
  color: #000;
  position: relative;
}
.site-content .ht-category-wrap .ht-category-content-4 h3 a::after {
  content: url(./images/arrow_right.svg);
  width: 20px;
  position: absolute;
  margin: 2px 0 0 5px;
}
.ht-client-rating ul li{
	color: #FBEB03;
	list-style: none;
}
/******************** Elementor ***********************/
/******************** Shop Page ***********************/
.shop-pagee {
  float: left;
  width: 100%;
}

.site-content a {
  color: #006ad0;
}

.site-content a:hover,
.shop-sidebar .widget ul li a:hover,
.product-right .widget ul li a:hover {
  color: #006ad0;
}

.site-content p {
  padding: 0 0 15px;
  font-size: 16px;
  color: #202020;
  line-height: 29px;
}

.site-content h2 {
  font-size: 24px;
  padding: 0 0 10px;
}

.site-content h3 {
  font-size: 20px;
  padding: 0 0 10px;
}

.page-title {
  font-size: 28px;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.shop-page .siteWidth {
  max-width: 1600px;
}

.shop-categories {
  display: flex;
  gap: 30px;
}
.shop-categories .shop-left {
  width: 16%;
}
.shop-right {
  width: 80%;
}
.woo-shoting {
  border: 1px solid #e9e9e9;
  float: left;
  width: 96%;
  padding: 1em 1em 0;
  border-radius: 46px;
}

.wooproductsloop {
  float: left;
  width: 100%;
  padding: 1em 0 0;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  padding: 5px 0;
}

.woocommerce .products ul::before,
.woocommerce ul.products::before {
  display: none;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  border: none;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
}

.woocommerce span.onsale {
  background-color: #006ad0;
  border-radius: 0;
  padding: 3px 13px;
  min-width: 0;
  min-height: 0;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 15px;
  color: #216fe6;
  font-weight: 500;
}

.woocommerce ul.products li.product span.loop-cat {
  color: #696969;
}

.woocommerce ul.products li.product .loop-star-rating .star-rating {
  display: inline-block;
}

.woocommerce ul.products li.product .price {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
}

ins span.woocommerce-Price-amount.amount bdi {
  color: #006ad0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #585858;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  margin: 0 0 15px;
  border-radius: 20px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #272727;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul {
  border-radius: 9px;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #006ad0;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.6em;
  min-width: 2.3em;
  font-size: 1.1em;
}

.woocommerce ul.products li.product .star-rating {
  display: inline-block;
}
.woocommerce ul#shipping_method li label{
	font-size: 20px;
}
/*** Single Product ***/

.product-page {
  padding: 30px 0 0;
}
.woocommerce div.product .product_title {
  font-size: 27px;
  padding: 0 0 5px;
  line-height: 33px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #006ad0;
  font-size: 36px;
  font-weight: 800;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0 0px 9px 0;
}

.woocommerce div.product form.cart button.button {
  background: #006ad0;
  padding: 11px 20px;
  margin: 5px 0 0;
}
.woocommerce .quantity .qty {
  width: 9.631em;
  text-align: center;
  padding: 9px;
  line-height: 0;
  height: auto;
}

.shop-sidebar .widget,
.product-right .widget {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

.shop-sidebar .widget .widget-title,
.product-right .widget-title {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  background: #006ad0;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.shop-sidebar .widget ul li,
.product-right .widget ul li {
  padding: 9px 20px !important;
  border-bottom: 1px solid #e9e9e9;
}

.shop-sidebar .widget ul li:last-child,
.product-right .widget ul li:last-child {
  border: none;
}
.shop-sidebar .widget ul li a,
.product-right .widget ul li a {
  color: #696969;
}

.woocommerce-tabs h2 {
  font-size: 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0;
  float: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #006ad0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product form.cart {
  padding: 20px;
  border: 1px solid #ccc;
  max-width: 420px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 20px #ccc;
}

.woocommerce div.product form.cart button.button {
  background: #006ad0;
  padding: 17px 78px;
  margin: 5px 0 0;
  border-radius: 71px;
  font-size: 20px;
}

.woocommerce div.product form.cart button.button:hover {
  background: #097fee;
}
.woocommerce-cart table.cart img{
	width: 80px;
}
.wishlist {
  float: left;
  margin: 0 0 0 10px;
}

.wishlist .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist {
  padding: 10px 6px 10px 15px;
}

.product_meta span {
  display: block;
  padding: 0 0 2px;
  font-weight: bold;
  color: #696969;
}

.product_meta span span {
  display: inline-block;
}

.related h2 {
  font-size: 24px;
  padding: 0 0 15px;
}

.product-left {
  float: left;
  width: 75%;
}

.product-right {
  float: right;
  width: 20%;
}

section.related.products {
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}

.qty {
  font-weight: bold;
  padding: 0 0 5px;
}
.slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: -34px;
}
.flaticon-right-arrow {
  right: -34px;
  left: auto;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #006ad0;
  padding: 9px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #272727;
  color: #fff;
}

.site-content img {
  border: 1px solid #ececec;
}

.caroufredsel_wrapper {
  height: 150px !important;
}

#tab-description ul {
  padding: 0 0 10px;
}

#tab-description ul li {
  list-style: disc;
  margin: 0 0 0 15px;
  padding: 0 0 10px;
}

.woocommerce div.product p.stock {
  font-size: 14px;
  color: #006ad0;
  font-weight: bold;
}

.woocommerce-product-details__short-description {
  padding: 0 0 25px;
}

.woocommerce-product-details__short-description ul li {
  list-style: disc;
  margin: 0 0 5px 15px;
}
.wau_wrapper_div{
	position: relative;
}
.wau_wrapper_div label{
	position: relative;
    color: #fff;
    width: 100%;
    display: block;
	text-align: center;
	padding: 0px 0 20px;
}
.wau_wrapper_div label::before{
	content: "\f0ee \00a0\00a0Upload Your Artwork";
    font-family: "FontAwesome", "Poppins";
    position: absolute;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px;
    justify-content: center;
    display: flex;
    border-radius: 100px;
	cursor: pointer;
}

input#wau_file_addon {display: none;}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 26px;
    padding: 2px 0;
    height: auto;
	color: #5d5d5d;
    font-size: 12px;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  font-family: "FontAwesome";
  content: "\f0e4";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  font-family: "FontAwesome";
  content: "\f291";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  font-family: "FontAwesome";
  content: "\f1c6";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  font-family: "FontAwesome";
  content: "\f015";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  font-family: "FontAwesome";
  content: "\f09d";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  font-family: "FontAwesome";
  content: "\f007";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  font-family: "FontAwesome";
  content: "\f08b";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--points
  a:before {
  font-family: "FontAwesome";
  content: "\f156";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
  margin-top: 50px;
  float: right;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0;
}

.woocommerce-page div.product div.summary .star-rating,
.woocommerce-page div.product div.summary .star-rating span:before,
ul.products li.product .woocommerce-loop-product__link .star-rating,
ul.products
  li.product
  .woocommerce-loop-product__link
  .star-rating
  span:before {
  color: #006ad0 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  padding: 0;
}
.mwb_wpr_product_point {
  margin: 15px 0 0;
}

#zestmoney-widget-control {
  display: inline-flex;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin: 0 0 15px;
  border-radius: 30px;
}
.eael-product-grid .eael-load-more-button-wrap {
  display: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 30%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 65%;
}
.woocommerce table.shop_table{
	font-size: 16px;
}
.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 0.7;
}
/******************** Shop Page End ***********************/

header.entry-header {
  background: url(./images/banner-bredcumb.jpg);
  padding: 10px 0;
  margin: 0 0 40px;
}
header.entry-header h1 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 3px 0 0;
}

.fixed-mob-nav {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.top-menu-mobile-btn {
  display: none;
}

.left-categories-mobile {
  display: none;
}

#menu-icon {
  display: none;
}

.eael-contact-form-7 .wpcf7-form p {
  margin-bottom: 0;
}

@media only screen and (min-width: 200px) and (max-width: 479px) {
  .siteWidth {
    width: 97%;
  }

  .main-header {
    padding: 15px 0 20px;
  }
  .logo {
    width: 47%;
    text-align: center;
    max-width: none;
  }

  .logo img {
    width: auto;
  }

  .head-right {
    width: 50%;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -7px;
  }
  .cart-box .widget_nav_menu ul li:first-child {
    display: none;
  }

  .search-box {
    position: relative;
    transform: translateY(0);
    top: 0;
    width: 100%;
    float: left;
    padding: 15px 0px 0;
  }

  .search-box .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 7px 10px;
    height: auto;
  }

  .search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 14px 33px;
  }

  .search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: auto;
    right: 20px;
  }

  .site-content .ht-category-wrap .ht-category-content-4 h3 a::after {
    display: none;
  }
  .cart-box {
    width: 100%;
  }
  .cart-box section {
    padding-left: 0;
  }

  .main-navigation {
    width: 100%;
    margin: 0;
  }
  #menu-icon {
    padding: 6px 5px;
    background: #4a4a4a;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 11px;
    display: block;
  }
  #sub-menu-icon {
    background: #4a4a4a url("./images/sub-menu-icon.png") no-repeat scroll right
      center / 20px auto;
    float: right;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .main-navigation ul li .icon {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li {
    background: #4a4a4a;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation ul li {
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
  }
  .main-navigation ul li a {
    padding: 7px 12px;
  }
  .main-navigation ul li ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: auto;
  }
  .left-categories {
    margin: 0;
  }
  .main-navigation ul li:hover ul.sub-menu {
    top: 0px;
  }
  .left-categories {
    display: none;
  }
  .home-banner {
    height: auto;
    width: 100%;
  }

  .site-footer .widget {
    width: 100%;
  }

  .site-footer .foot-box1 .widget {
    width: auto !important;
    padding: 0 15px 30px !important;
    float: left;
  }

  .foot-box2 {
    text-align: center;
    margin: 30px 0 0;
  }
  ul.products li .woocommerce-Price-amount {
    font-size: 12px;
    padding: 3px;
  }
  .shop-loop,
  .shop-sidebar,
  .product-left,
  .product-right {
    width: 100%;
  }
  .shop-sidebar {
    margin: 30px 0 0;
  }

  .site-footer .foot-box1 .widget:first-child p {
    font-size: 16px;
  }
  .foot-box2-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
  .foot-box2-inner .widget_nav_menu ul {
    justify-content: center;
  }

  /********** Elementots ********/

  /********** Woocommerce *****/

  .woocommerce div.product .product_title {
    font-size: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 50%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .woo-shoting {
    text-align: center;
    padding: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    padding: 0 20px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce ul.products li.product a img {
    padding: 0;
  }
  .modal-enquiry-form {
    max-width: 300px !important;
  }

  .shop-categories {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-categories .shop-left,
  .shop-right {
    width: 100%;
  }
  .slick-arrow {
    left: 0;
  }
  .flaticon-right-arrow {
    right: 0;
    left: auto;
  }
  .woocommerce div.product form.cart button.button {
    font-size: 17px;
    width: 100%;
    padding: 17px 76px;
  }
  .woocommerce ul li {
    font-size: 11px;
  }
  [class*="woolentorducts-columns-"] ul.products li.product {
    width: 48% !important;
    margin: 0 1% auto !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .siteWidth {
    width: 97%;
  }
  .main-header {
    padding: 15px 0 20px;
  }
  .logo {
    width: 47%;
    text-align: center;
    max-width: none;
  }

  .logo img {
    width: auto;
  }

  .head-right {
    width: 50%;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -7px;
  }
  .cart-box .widget_nav_menu ul li:first-child {
    display: none;
  }

  .search-box {
    position: relative;
    transform: translateY(0);
    top: 0;
    width: 100%;
    float: left;
    padding: 15px 0px 0;
  }

  .search-box .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 7px 10px;
    height: auto;
  }

  .search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 14px 33px;
  }

  .search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: auto;
    right: 20px;
  }

  .site-content .ht-category-wrap .ht-category-content-4 h3 a::after {
    display: none;
  }
  .cart-box {
    width: 100%;
  }
  .cart-box section {
    padding-left: 0;
  }

  .main-navigation {
    width: 100%;
    margin: 0;
  }
  #menu-icon {
    padding: 6px 5px;
    background: #4a4a4a;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 11px;
    display: block;
  }
  #sub-menu-icon {
    background: #4a4a4a url("./images/sub-menu-icon.png") no-repeat scroll right
      center / 20px auto;
    float: right;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .main-navigation ul li .icon {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li {
    background: #4a4a4a;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation ul li {
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
  }
  .main-navigation ul li a {
    padding: 7px 12px;
  }
  .main-navigation ul li ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: auto;
  }
  .left-categories {
    margin: 0;
  }
  .main-navigation ul li:hover ul.sub-menu {
    top: 0px;
  }
  .left-categories {
    display: none;
  }
  .home-banner {
    height: auto;
    width: 100%;
  }
  .site-footer .widget {
    width: 100%;
  }

  .site-footer .foot-box1 .widget {
    width: 28%;
    padding: 0 15px 30px !important;
    float: left;
  }

  .foot-box2 {
    text-align: center;
    margin: 30px 0 0;
  }
  ul.products li .woocommerce-Price-amount {
    font-size: 12px;
    padding: 3px;
  }
  .shop-loop,
  .shop-sidebar,
  .product-left,
  .product-right {
    width: 100%;
  }
  .shop-sidebar {
    margin: 30px 0 0;
  }

  .site-footer .foot-box1 .widget:first-child p {
    font-size: 16px;
  }
  .foot-box2-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
  .foot-box2-inner .widget_nav_menu ul {
    justify-content: center;
  }

  /********** Elementots ********/

  /********** Woocommerce *****/

  .woocommerce div.product .product_title {
    font-size: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 50%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .woo-shoting {
    text-align: center;
    padding: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    padding: 0 20px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce ul.products li.product a img {
    padding: 0;
  }
  .modal-enquiry-form {
    max-width: 300px !important;
  }

  .shop-categories {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-categories .shop-left,
  .shop-right {
    width: 100%;
  }
  .slick-arrow {
    left: 0;
  }
  .flaticon-right-arrow {
    right: 0;
    left: auto;
  }
  .woocommerce div.product form.cart button.button {
    font-size: 17px;
    width: 100%;
    padding: 17px 76px;
  }
  .woocommerce ul li {
    font-size: 11px;
  }
  [class*="woolentorducts-columns-"] ul.products li.product {
    width: 48% !important;
    margin: 0 1% auto !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .siteWidth {
    width: 97%;
  }

  .main-header {
    padding: 15px 0 20px;
  }
  .logo {
    width: 47%;
    text-align: center;
    max-width: none;
  }

  .logo img {
    width: auto;
  }

  .head-right {
    width: 50%;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -7px;
  }
  .cart-box .widget_nav_menu ul li:first-child {
    display: none;
  }

  .search-box {
    position: relative;
    transform: translateY(0);
    top: 0;
    width: 100%;
    float: left;
    padding: 15px 0px 0;
  }

  .search-box .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 7px 10px;
    height: auto;
  }

  .search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 14px 33px;
  }

  .search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: auto;
    right: 20px;
  }

  .site-content .ht-category-wrap .ht-category-content-4 h3 a::after {
    display: none;
  }
  .cart-box {
    width: 100%;
  }
  .cart-box section {
    padding-left: 0;
  }

  .main-navigation {
    width: 100%;
    margin: 0;
  }
  #menu-icon {
    padding: 6px 5px;
    background: #4a4a4a;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 11px;
    display: block;
  }
  #sub-menu-icon {
    background: #4a4a4a url("./images/sub-menu-icon.png") no-repeat scroll right
      center / 20px auto;
    float: right;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .main-navigation ul li .icon {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li {
    background: #4a4a4a;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation ul li {
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
  }
  .main-navigation ul li a {
    padding: 7px 12px;
  }
  .main-navigation ul li ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: auto;
  }
  .left-categories {
    margin: 0;
  }
  .main-navigation ul li:hover ul.sub-menu {
    top: 0px;
  }
  .left-categories {
    display: none;
  }
  .home-banner {
    height: auto;
    width: 100%;
  }

  .site-footer .widget {
    width: 100%;
  }

  .site-footer .foot-box1 .widget {
    width: 28%;
    padding: 0 15px 30px !important;
    float: left;
  }

  .foot-box2 {
    text-align: center;
    margin: 30px 0 0;
  }
  ul.products li .woocommerce-Price-amount {
    font-size: 12px;
    padding: 3px;
  }
  .shop-loop,
  .shop-sidebar,
  .product-left,
  .product-right {
    width: 100%;
  }
  .shop-sidebar {
    margin: 30px 0 0;
  }

  .site-footer .foot-box1 .widget:first-child p {
    font-size: 16px;
  }
  .foot-box2-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
  .foot-box2-inner .widget_nav_menu ul {
    justify-content: center;
  }

  /********** Elementots ********/

  /********** Woocommerce *****/

  .woocommerce div.product .product_title {
    font-size: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 50%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .woo-shoting {
    text-align: center;
    padding: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    padding: 0 20px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce ul.products li.product a img {
    padding: 0;
  }
  .modal-enquiry-form {
    max-width: 300px !important;
  }

  .shop-categories {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-categories .shop-left,
  .shop-right {
    width: 100%;
  }
  .slick-arrow {
    left: 0;
  }
  .flaticon-right-arrow {
    right: 0;
    left: auto;
  }
  .woocommerce div.product form.cart button.button {
    font-size: 17px;
    width: 100%;
    padding: 17px 76px;
  }
  .woocommerce ul li {
    font-size: 11px;
  }
  [class*="woolentorducts-columns-"] ul.products li.product {
    width: 48% !important;
    margin: 0 1% auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
  .siteWidth {
    width: 97%;
  }
  .main-header {
    padding: 15px 0 20px;
  }
  .logo {
    width: 47%;
    text-align: center;
    max-width: none;
  }

  .logo img {
    width: auto;
  }

  .head-right {
    width: 50%;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -7px;
  }
  .cart-box .widget_nav_menu ul li:first-child {
    display: none;
  }

  .search-box {
    position: relative;
    transform: translateY(0);
    top: 0;
    width: 100%;
    float: left;
    padding: 15px 0px 0;
  }

  .search-box .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 7px 10px;
    height: auto;
  }

  .search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 14px 33px;
  }

  .search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: auto;
    right: 20px;
  }

  .site-content .ht-category-wrap .ht-category-content-4 h3 a::after {
    display: none;
  }
  .cart-box {
    width: 100%;
  }
  .cart-box section {
    padding-left: 0;
  }

  .main-navigation {
    width: 100%;
    margin: 0;
  }
  #menu-icon {
    padding: 6px 5px;
    background: #4a4a4a;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 11px;
    display: block;
  }
  #sub-menu-icon {
    background: #4a4a4a url("./images/sub-menu-icon.png") no-repeat scroll right
      center / 20px auto;
    float: right;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .main-navigation ul li .icon {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li {
    background: #4a4a4a;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation ul li {
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
  }
  .main-navigation ul li a {
    padding: 7px 12px;
  }
  .main-navigation ul li ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: auto;
  }
  .left-categories {
    margin: 0;
  }
  .main-navigation ul li:hover ul.sub-menu {
    top: 0px;
  }
  .left-categories {
    display: none;
  }
  .home-banner {
    height: auto;
    width: 100%;
  }
  .site-footer .widget {
    width: 100%;
  }

  .site-footer .foot-box1 .widget {
    width: 28%;
    padding: 0 15px 30px !important;
    float: left;
  }

  .foot-box2 {
    text-align: center;
    margin: 30px 0 0;
  }
  ul.products li .woocommerce-Price-amount {
    font-size: 12px;
    padding: 3px;
  }
  .shop-loop,
  .shop-sidebar,
  .product-left,
  .product-right {
    width: 100%;
  }
  .shop-sidebar {
    margin: 30px 0 0;
  }

  .site-footer .foot-box1 .widget:first-child p {
    font-size: 16px;
  }
  .foot-box2-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
  .foot-box2-inner .widget_nav_menu ul {
    justify-content: center;
  }

  /********** Elementots ********/

  /********** Woocommerce *****/

  .woocommerce div.product .product_title {
    font-size: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 50%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .woo-shoting {
    text-align: center;
    padding: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    padding: 0 20px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce ul.products li.product a img {
    padding: 0;
  }
  .modal-enquiry-form {
    max-width: 300px !important;
  }

  .shop-categories {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-categories .shop-left,
  .shop-right {
    width: 100%;
  }
  .slick-arrow {
    left: 0;
  }
  .flaticon-right-arrow {
    right: 0;
    left: auto;
  }
  .woocommerce div.product form.cart button.button {
    font-size: 17px;
    width: 100%;
    padding: 17px 76px;
  }
  .woocommerce ul li {
    font-size: 11px;
  }
  [class*="woolentorducts-columns-"] ul.products li.product {
    width: 48% !important;
    margin: 0 1% auto !important;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .siteWidth {
    width: 97%;
  }
  .main-header {
    padding: 15px 0 20px;
  }
  .logo {
    width: 18%;
    text-align: center;
    max-width: none;
  }

  .logo img {
    width: auto;
  }

  .head-right {
    width: 50%;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .cart-box .widget_nav_menu ul li:first-child {
    display: none;
  }

  .search-box {
    transform: translateY(0);
    top: 0;
    width: 51%;
    float: left;
    padding: 25px 0px 0;
  }

  .search-box .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 7px 10px;
    height: auto;
  }

  .search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 14px 33px;
  }

  .search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: auto;
    right: 20px;
  }

  .site-content .ht-category-wrap .ht-category-content-4 h3 a::after {
    display: none;
  }
  .cart-box {
    width: 100%;
  }
  .cart-box section {
    padding-left: 0;
  }

  .main-navigation {
    width: 100%;
    margin: 0;
  }
  #menu-icon {
    padding: 6px 5px;
    background: #4a4a4a;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 11px;
    display: block;
  }
  #sub-menu-icon {
    background: #4a4a4a url("./images/sub-menu-icon.png") no-repeat scroll right
      center / 20px auto;
    float: right;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .main-navigation ul li .icon {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li {
    background: #4a4a4a;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation ul li {
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
  }
  .main-navigation ul li a {
    padding: 7px 12px;
  }
  .main-navigation ul li ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: auto;
  }
  .left-categories {
    margin: 0;
  }
  .main-navigation ul li:hover ul.sub-menu {
    top: 0px;
  }
  .left-categories {
    display: none;
  }
  .home-banner {
    height: auto;
    width: 100%;
  }

  .site-footer .widget {
    width: 100%;
  }

  .site-footer .foot-box1 .widget {
    width: 21% !important;
    padding: 0 17px 30px !important;
    float: left;
  }

  .foot-box2 {
    text-align: center;
    margin: 30px 0 0;
  }
  ul.products li .woocommerce-Price-amount {
    font-size: 12px;
    padding: 3px;
  }
  .shop-loop,
  .shop-sidebar,
  .product-left,
  .product-right {
    width: 100%;
  }
  .shop-sidebar {
    margin: 30px 0 0;
  }

  .site-footer .foot-box1 .widget:first-child p {
    font-size: 16px;
  }

  /********** Elementots ********/

  /********** Woocommerce *****/

  .woocommerce div.product .product_title {
    font-size: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 50%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .woo-shoting {
    text-align: center;
    padding: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    padding: 0 20px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce ul.products li.product a img {
    padding: 0;
  }
  .modal-enquiry-form {
    max-width: 300px !important;
  }

  .shop-categories {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-categories .shop-left,
  .shop-right {
    width: 100%;
  }
  .slick-arrow {
    left: 0;
  }
  .flaticon-right-arrow {
    right: 0;
    left: auto;
  }
  .woocommerce div.product form.cart button.button {
    font-size: 17px;
    width: 100%;
    padding: 17px 76px;
  }
  .woocommerce ul li {
    font-size: 11px;
  }
  [class*="woolentorducts-columns-"] ul.products li.product {
    width: 23% !important;
    margin: 0 1% auto !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .siteWidth {
    width: 97%;
  }
  .main-header {
    padding: 15px 0 20px;
  }
  .logo {
    width: 18%;
    text-align: center;
    max-width: none;
  }

  .logo img {
    width: auto;
  }

  .head-right {
    width: 50%;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .cart-box .widget_nav_menu ul li:first-child {
    display: none;
  }

  .search-box {
    transform: translateY(0);
    top: 0;
    width: 51%;
    float: left;
    padding: 25px 0px 0;
  }

  .search-box .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 7px 10px;
    height: auto;
  }

  .search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 14px 33px;
  }

  .search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: auto;
    right: 20px;
  }

  .site-content .ht-category-wrap .ht-category-content-4 h3 a::after {
    display: none;
  }
  .cart-box {
    width: 100%;
  }
  .cart-box section {
    padding-left: 0;
  }

  .main-navigation {
    width: 100%;
    margin: 0;
  }

  .main-navigation ul li a {
    font-size: 14px;
    padding: 18px 12px;
  }

  .left-categories {
    margin: 0;
  }
  .main-navigation ul li:hover ul.sub-menu {
    top: 0px;
  }
  .left-categories {
    display: none;
  }
  .home-banner {
    height: auto;
    width: 100%;
  }

  .site-footer .widget {
    width: 100%;
  }

  .site-footer .foot-box1 .widget {
    width: 21% !important;
    padding: 0 17px 30px !important;
    float: left;
  }

  .foot-box2 {
    text-align: center;
    margin: 30px 0 0;
  }
  ul.products li .woocommerce-Price-amount {
    font-size: 12px;
    padding: 3px;
  }
  .shop-loop,
  .shop-sidebar,
  .product-left,
  .product-right {
    width: 100%;
  }
  .shop-sidebar {
    margin: 30px 0 0;
  }

  .site-footer .foot-box1 .widget:first-child p {
    font-size: 16px;
  }

  /********** Elementots ********/

  /********** Woocommerce *****/

  .woocommerce div.product .product_title {
    font-size: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 50%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .woo-shoting {
    text-align: center;
    padding: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    padding: 0 20px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce ul.products li.product a img {
    padding: 0;
  }
  .modal-enquiry-form {
    max-width: 300px !important;
  }

  .shop-categories {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-categories .shop-left,
  .shop-right {
    width: 100%;
  }
  .slick-arrow {
    left: 0;
  }
  .flaticon-right-arrow {
    right: 0;
    left: auto;
  }
  .woocommerce div.product form.cart button.button {
    font-size: 17px;
    width: 100%;
    padding: 17px 76px;
  }
  .woocommerce ul li {
    font-size: 11px;
  }
  [class*="woolentorducts-columns-"] ul.products li.product {
    width: 23% !important;
    margin: 0 1% auto !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .siteWidth {
    width: 97%;
  }
  .main-header {
    padding: 15px 0 20px;
  }
  .logo {
    width: 18%;
    text-align: center;
    max-width: none;
  }

  .logo img {
    width: auto;
  }

  .head-right {
    width: 50%;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .cart-box .widget_nav_menu ul li:first-child {
    display: none;
  }

  .search-box {
    transform: translateY(0);
    top: 0;
    width: 51%;
    float: left;
    padding: 25px 0px 0;
  }

  .search-box .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 7px 10px;
    height: auto;
  }

  .search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    padding: 14px 33px;
  }

  .search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: auto;
    right: 20px;
  }

  .site-content .ht-category-wrap .ht-category-content-4 h3 a::after {
    display: none;
  }
  .cart-box {
    width: 100%;
  }
  .cart-box section {
    padding-left: 0;
  }

  .main-navigation {
    width: 100%;
    margin: 0;
  }
  .main-navigation ul li a {
    font-size: 14px;
    padding: 18px 12px;
  }

  .left-categories {
    margin: 0;
  }
  .main-navigation ul li:hover ul.sub-menu {
    top: 0px;
  }
  .left-categories {
    display: none;
  }
  .home-banner {
    height: auto;
    width: 100%;
  }

  .site-footer .widget {
    width: 100%;
  }

  .site-footer .foot-box1 .widget {
    width: 21% !important;
    padding: 0 17px 30px !important;
    float: left;
  }

  .foot-box2 {
    text-align: center;
    margin: 30px 0 0;
  }
  ul.products li .woocommerce-Price-amount {
    font-size: 12px;
    padding: 3px;
  }
  .shop-loop,
  .shop-sidebar,
  .product-left,
  .product-right {
    width: 100%;
  }
  .shop-sidebar {
    margin: 30px 0 0;
  }

  .site-footer .foot-box1 .widget:first-child p {
    font-size: 16px;
  }

  /********** Elementots ********/

  /********** Woocommerce *****/

  .woocommerce div.product .product_title {
    font-size: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 50%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .woo-shoting {
    text-align: center;
    padding: 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    padding: 0 20px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce ul.products li.product a img {
    padding: 0;
  }
  .modal-enquiry-form {
    max-width: 300px !important;
  }

  .shop-categories {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-categories .shop-left,
  .shop-right {
    width: 100%;
  }
  .slick-arrow {
    left: 0;
  }
  .flaticon-right-arrow {
    right: 0;
    left: auto;
  }
  .woocommerce div.product form.cart button.button {
    font-size: 17px;
    width: 100%;
    padding: 17px 76px;
  }
  .woocommerce ul li {
    font-size: 11px;
  }
  [class*="woolentorducts-columns-"] ul.products li.product {
    width: 23% !important;
    margin: 0 1% auto !important;
  }
}
