/*****************************************************************************************/

/****** auscold reset*****/

/*****************************************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  font-weight: 400;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
}

body a {
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
  outline: none;
}
body input {
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
  outline: none;
}
.clear {
  clear: both;
}
select option {
  color: #000;
  background: transparent;
}
b,
strong {
  font-weight: 700;
}
n {
  padding: 0px;
}
c {
  padding: 0;
}

a {
  color: #ef9e00;
  text-decoration: none !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a:hover,
a:focus {
  color: #93919c;
}

hr {
  background: #5c778d;
  height: 1px;
}

table {
  width: 100%;
}

sup,
small {
  font-size: 12px;
}

strong {
  font-weight: 700;
}

.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

div.lt-nopadding {
  padding-left: 0;
}

div.rt-nopadding {
  padding-right: 0;
}

div.no-padding {
  padding: 0;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #000;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-left: 0px;
  margin-right: 20px;
}

span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #2a2063;
}

ul {
  list-style: none;
}

ul li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  text-align: left;
}

ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}

.trans {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.main_wrapper {
  padding: 40px 16px;
}

@font-face {
  font-family: "proximanova-extrabold";

  src: url("../fonts/ProximaNova-Extrabld.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Extrabld.woff") format("woff"),
    url("ProximaNova-Extrabld.ttf") format("truetype"),
    url("../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "fontawesome-webfont";

  src: local("fontawesome-webfont");

  src: url(" ../fonts/fontawesome-webfont.ttf");

  src: url(" ../fonts/fontawesome-webfont.eot?#iefix") format("eot"),
    url(" ../fonts/fontawesome-webfont.woff") format("woff"),
    url(" ../fonts/fontawesome-webfont.ttf") format("truetype"),
    url(" ../fonts/fontawesome-webfont.svg#webfontQ1FnPBwb") format("svg");
}

@font-face {
  font-family: "proximanova-semibold";

  src: url("../fonts/ProximaNova-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Semibold.woff") format("woff"),
    url("../fonts/ProximaNova-Semibold.ttf") format("truetype"),
    url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "proximanova-bold";

  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/ProximaNova-Bold.ttf") format("truetype"),
    url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "proximanova-light";

  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Light.woff") format("woff"),
    url("../fonts/ProximaNova-Light.ttf") format("truetype"),
    url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "proximanova-regular";

  src: url("../fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");

  font-weight: normal;

  font-style: normal;
}

/*****************************************************************************************/

/****** auscold header*****/

/*****************************************************************************************/

div#loading {
  position: relative;
}

div#loading label {
  position: absolute;
  top: -31px;
  left: 30%;
}

.hdlogo {
  max-width: 369px;

  width: 100%;

  float: left;
}
.innerwrap span a {
  display: inline-block;
}

h2#error_model {
  text-align: center;
  padding-bottom: 12px;
}
header {
  clear: both;

  float: left;

  width: 100%;

  padding-bottom: 21px;

  padding-top: 28px;
}
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  background: #2a2063 !important;
  opacity: 1 !important;
  color: #fff !important;
}

nav {
  clear: both;

  float: left;

  width: 100%;

  background: #2a2063;

  height: 49px;
}

.hmbootstrapslider {
  clear: both;

  width: 100%;

  float: left;
  background-color: #e8e8e8;
}
.toplevelproduct {
  padding: 15px 0;
}
.main_head {
  padding: 0px;
}
.left_head {
  padding: 0px;
}
.right_head {
  padding: 0px;
}
.hdsearch {
  max-width: 298px;

  width: 100%;

  float: right;

  position: relative;

  margin-left: 22px;

  margin-top: 0;
}

.hdphone {
  width: 100%;

  float: left;

  padding-left: 50px;

  text-align: center;

  padding: 0;
}

.hdwoocommerce {
  float: right;

  padding-left: 0;

  border-left: 0;

  margin-top: 36px;

  padding: 0;
}

.mainmenu ul li {
  position: relative;
}

.mainmenu ul {
  float: left;

  width: 100%;
}

.mainmenu {
  float: left;

  width: 100%;
}

.mainmenu ul li a {
  padding: 0;

  color: #fff;

  padding-left: 38px;

  padding-right: 38px;

  padding-bottom: 14px;

  text-transform: uppercase;

  font-weight: 500;

  background: transparent;

  padding-top: 14px;
}

.mainmenu ul li a:focus,
.mainmenu ul li a:hover {
  background: #fff;
  color: #2a2063;
}
.mainmenu ul li.current_page_item a {
  background: #fff;
  color: #2a2063;
}
.hdsearch input {
  border: 1px solid #aeaeae;

  height: 50px;

  width: 100%;

  font-size: 14px;

  color: #626262;

  font-weight: 400;

  padding: 0 12px;
}

.hdsearch input:focus {
  outline: none;
}

.hdsearch label {
  width: 100%;
}
.woocommerce-cart-tab__contents {
  animation-duration: 400ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes blink {
  from {
    background-color: #2a2063;
  }
  to {
    background-color: red;
  }
}

button.search-submit {
  float: left;

  position: absolute;

  right: 0;

  top: 0;

  width: 46px;

  height: 46px;

  border: none;

  background: transparent;

  padding: 0;

  font-size: 24px;

  line-height: 47px;

  color: #000;
  outline: none;
}

button.search-submit:after {
  content: "\f002";

  font-family: "FontAwesome";

  color: #626262;

  font-size: 18px;

  font-weight: 700;
}
span.price_new {
  font-size: 21px;
  padding-right: 9px;
  color: #2a2063;
}

.callus p {
  font-size: 18px;

  line-height: 30px;

  font-weight: 700;

  color: #444444;

  text-transform: uppercase;
}

.callus p a {
  font-size: 26px;

  line-height: 28px;

  font-weight: 700;

  color: red;
}

.callus {
  float: right;

  width: 100%;

  text-align: right;

  display: block;

  padding-top: 35px;
}

.usersign {
  float: left;

  max-width: 140px;

  width: 100%;

  padding-top: 10px;

  padding-right: 12px;
}

.cart {
  float: left;

  width: 65px;

  height: 51px;

  border: 1px solid #2b2264;

  text-align: center;

  display: table;

  padding: 10px;
}
.in_c {
  text-align: right;
  padding: 0 0 0 173px;
}

.usersign a {
  color: #2b2264;

  font-size: 15px;

  line-height: 25px;

  font-weight: 400;

  padding: 0 10px;
}

a.cart-contents {
  /**display: table-cell;**/

  height: 100%;

  width: 100%;

  vertical-align: middle;
}

a.cart-contents img {
  float: left;

  margin-top: 3px;
}

.ynum.class2 i {
  color: red;
}
.ynum.class2 span {
  color: red;
}

.hdtagline p {
  font-size: 18px;

  line-height: 47px;

  color: #fff;

  font-family: "proximanova-regular";
  font-style: italic;
}

.slidingdiv {
  height: 370px;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;
}

div#myCarousel {
  /* padding: 0; */
}

a.left.carousel-control {
  background-image: none;
}

a.right.carousel-control {
  background-image: none;
}

a.left.carousel-control {
  width: 40px;

  height: 50px;

  bottom: 0;

  display: table;

  top: 86.5%;

  /* margin: auto; */

  background: #2a2063;

  left: 16px;
}

a.right.carousel-control {
  width: 40px;

  height: 50px;

  bottom: 0;

  display: table;

  top: 86.5%;

  /* margin: auto; */

  background: #2a2063;

  right: 15px;
}

.slideroverlay h2 {
  text-transform: uppercase;
}

a.left.carousel-control span:after {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 20px;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  vertical-align: middle;
  width: 20px;
  color: #fff;
  position: absolute;
  left: 10px;
  right: 0;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
}

a.right.carousel-control span:after {
  content: "";
  content: "";
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  height: 20px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  vertical-align: middle;
  width: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 10px;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
}

.carousel-control,
.carousel-control {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slideroverlay {
  background: #2a206357;
  display: inline-block;
  padding: 15px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 412px;
  height: 60px;
}
.woocommerce div.product .stock {
  display: none;
}
.mainnavigation {
  padding-left: 0;
}

.tagline {
  padding-right: 0;

  text-align: right;
}

.slideroverlay h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.hmbootstrapslider .carousel-indicators .active {
  background-color: #1f164e;

  width: 11px;

  height: 11px;
}

.hmbootstrapslider .carousel-indicators li {
  border-color: #1f164e;

  width: 11px;

  height: 11px;

  background-color: #fff;

  margin: 0;
}

.pagelandingsection {
  clear: both;

  padding: 40px 0;

  float: left;

  width: 100%;

  background: #eaecec;
}

.pagelandingsection .hmdesc {
  padding-left: 0;
}
.pagelandingsection_abt .hmdesc {
  padding-left: 0;
}

.hmvideo {
  padding-right: 0;

  padding-top: 54px;
}

.hminnervideo {
  float: left;

  width: 100%;

  clear: both;
}

.videoplay {
  width: 285px;

  height: 190px;

  padding: 0;

  margin-right: 15px;

  overflow: hidden;
}

.videoplay.hmvd2 {
  margin-right: 0;
}

.videoplay iframe {
  height: 100%;

  width: 100%;
}

.hmcatalog {
  width: 100%;

  clear: both;

  height: 75px;

  margin-top: 40px;

  float: left;

  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.hmpagecont h3 {
  font-size: 18px;

  line-height: 24px;

  text-transform: uppercase;

  color: #2b2264;

  position: relative;

  top: -9px;
}

.hmpagecont h1 {
  font-size: 18px;

  line-height: 24px;

  text-transform: uppercase;

  color: #2b2264;

  position: relative;

  top: -9px;
}

.hmpageinfo p {
  color: #333333;

  font-size: 15px;

  line-height: 24px;

  font-family: "Roboto", sans-serif;
}

.hmpageinfo {
  margin-top: 20px;
}

a.hmcatalogbtn {
  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

  top: 0;

  bottom: 0;

  /* padding: 10px 5px; */

  height: 35px;

  text-align: center;

  background: #fff;

  line-height: 35px;

  color: #2a2063;

  max-width: 380px;

  width: 100%;

  text-transform: uppercase;

  font-weight: 500;
}

a.hmcontactbtn {
  border: 1px solid #2a2063;

  padding: 6px 5px;

  max-width: 127px;

  width: 100%;

  display: block;

  text-align: CENTER;

  font-size: 14px;

  line-height: 28px;

  text-transform: uppercase;

  color: #2a2063;
}

.hmbutton {
  float: left;

  clear: both;

  width: 100%;
}

.footer_area {
  background: #2a2063;

  clear: both;

  float: left;

  width: 100%;

  padding: 40px 0;
}

.footer1 {
  max-width: 333px;

  width: 100%;
  padding: 0 15px 0 0;
  float: left;
}

.footer2 {
  padding: 0 15px 0 0;
  float: left;

  width: 100%;

  max-width: 187px;

  text-align: center;
}
.last_foot {
  padding: 15px 0;
  text-align: center;
  clear: both;
}
.footer4 {
  max-width: 406px;
  width: 100%;
  float: left;
}
.footer3 {
  padding: 0 15px 0 0;
  max-width: 274px;
  width: 100%;
  float: left;
}
.copyright {
  margin-top: 30px;
  margin-bottom: 20px;
}
.copyright p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.accepted {
}
.accepted img {
  display: inline-block !important;
}
.footerlogo {
  padding: 0px;
}
.footerlogo a {
  display: inline-block;
}
.footerlogo img {
}
.footerinner.menu1 ul li {
}
.footerinner.menu1 ul li a {
  color: #fff;
  text-transform: uppercase;
  line-height: 32px;
}

.footerinner h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 6px;
}
.footerinner.productmenu ul li a {
  font-size: 14px;

  line-height: 25px;

  color: #fff;
  position: relative;
}
.footerinner.productmenu ul li a:before {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 5px;
  display: inline-block;
  top: -5px;
  position: relative;
  margin-right: 5px;
}
.footerinner.productmenu ul li a:hover:before {
  background-color: #93919c;
}

.footerinner.productmenu ul li {
  text-indent: -12px;
  padding: 0 0 0 12px;
  line-height: initial;
}

.footerinner.productmenu ul {
}

.footerinner.productmenu {
}

.footerinner address {
  font-size: 14px;

  color: #fff;
}

.footerinner.infosecton {
}

.footerinner.infosecton ul li a {
  color: #fff;

  font-size: 14px;
}

.footerinner.infosecton ul {
}

.footerinner.infosecton ul li {
  color: #fff;

  float: left;

  padding-right: 5px;

  font-size: 14px;

  line-height: 25px;
}

.footerinner.infosecton ul li span {
  color: #fff;

  font-size: 14px;
}

.footerphonerow {
  clear: both;

  float: left;

  width: 100%;
}

.footerpostal span {
  color: #fff;

  font-size: 14px;
  font-weight: 500;
}

.footerpostal {
  color: #fff;

  font-size: 14px;

  margin-top: 10px;

  float: left;

  width: 100%;
}

.footerdelivery span {
  color: #fff;

  font-size: 14px;
  font-weight: 500;
}

.footerdelivery {
  color: #fff;

  font-size: 14px;
}

.hmproduct {
  clear: both;

  width: 100%;

  float: left;

  margin-bottom: 40px;

  margin-top: 40px;
}

.footerfax {
  color: #fff;

  font-size: 14px;

  margin-top: 10px;
}

.footerfax span {
  color: #fff;
  font-weight: 500;

  font-size: 14px;
}

span.fax_class a {
  color: #fff;
}

.footeremail {
  color: #fff;
}

.footeremail span {
  color: #fff;

  font-size: 14px;
  font-weight: 500;
}

.footeremail a {
  color: #fff;

  font-size: 14px;
}

.page-template-Home .productwrapper {
  height: 240px;
}

.page-template-Home .toplevelproduct .slick-next.slick-arrow {
  top: 47% !important;
}
.page-template-Home .toplevelproduct .slick-prev.slick-arrow {
  top: 47% !important;
}

.productwrapper {
  height: 340px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: top center;
}
.read_container h2:hover {
  opacity: 0.5;
}
.panel-body.app_con ol li {
  padding-left: 8px;
}
.panel-body.app_con ol {
  padding-left: 28px;
}
.page-template-Home .prdcontent {
  text-align: center;
  padding-top: 10%;
}
.middlelevelproduct {
  margin: 30px 0;
}

a.c_loop_price {
  margin-top: 35px;
  /* min-height: 47px; */
  line-height: 17px;
}
section.producthmtitle h4 {
  font-size: 18px;

  line-height: 32px;

  color: #2b2264;

  text-align: center;

  text-transform: uppercase;

  font-weight: 500;
}

section.producthmtitle {
  margin-bottom: 15px;
}

.usersign a:hover,
.callus a:hover {
  color: #93919c;
}

a.hmcontactbtn:hover {
  background: #2a2063;
  color: #fff;
}

a.hmcatalogbtn:hover {
  background: #2a2063;
  color: #fff;
}

.footerinner.menu1 ul li a:hover {
  color: #93919c;
}

.footerinner.productmenu ul li a:hover {
  color: #93919c;
}

.footeremail a:hover {
  color: #93919c;
}

.footerinner.infosecton ul li a:hover {
  color: #93919c;
}

.prdoverlay {
  padding: 2.5%;
  height: 100%;
  position: relative;
  background: rgba(42, 32, 99, 0);
}

.prdtitle {
  position: absolute;
  bottom: 5%;
  width: 95%;

  left: 10px;
  right: 10px;
  margin: auto;
  z-index: 9;
}

.prdtitle .prdlink {
  display: block;
  text-align: center;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
  line-height: 32px;
  background: #2a206347;
  color: #fff;
  font-weight: bold;
}

.prdcontent p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.prdcontent {
  text-align: center;
  padding-top: 6%;
}

.productwrapper:hover .prdoverlay {
  background: rgba(42, 32, 99, 0.6);
}
.productwrapper:hover .prdtitle {
  background: rgba(42, 32, 99, 1);
}

.productwrapper:hover .prdtitle a.prdlink {
  color: #fff;
}
.prdcontent {
  opacity: 0;
}
.productwrapper:hover .prdcontent {
  opacity: 1;
}

a.prdlink:after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  color: #fff;
  opacity: 0;
}
.productwrapper:hover a.prdlink:after {
  opacity: 1;
}
.mainmenu ul li.dropdown > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.mainmenu ul li.dropdown > a:hover:after {
  color: #2a2063;
}
.mainmenu ul li.dropdown:hover ul.dropdown-menu {
  display: block;
  padding: 0;
  border: 0;
  min-width: 200px;
}

.mainmenu ul li.dropdown ul.dropdown-menu li a:hover {
  background: #fff;
}

.mainmenu ul li.dropdown ul.dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 5px;
  background: #2a2063;
  border-bottom: 1px solid #fff;
}

.mainmenu ul li.dropdown ul.dropdown-menu li {
  width: 100%;
}

.mainmenu ul li.dropdown ul.dropdown-menu li:last-child a {
  border: none;
}
.hmcatalog:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.footeremail a {
  color: #fff;
}
.tb_menu ul li a.active1 {
  color: #2a2063;
}
.mainmenu ul li.current-menu-parent a {
  background: #fff;
  color: #2a2063;
}
.toplevelproduct .slick-prev.slick-arrow {
  top: 40% !important;
}
.toplevelproduct .slick-next.slick-arrow {
  top: 40% !important;
}
.hmcatalog:hover:before {
  opacity: 1;
}
.pagelandingsection_abt {
  clear: both;
  padding: 40px 0;
  float: left;
  width: 100%;
  background: #fff;
}
.common_title {
  padding: 12px 0 12px 0;
  background-color: #e3e2eb;
  clear: both;
  border-top: 1px solid #fff;
}
.tt_cmm {
  /* padding:0px; */
}
.tt_cmm h1 {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #2a2063;
  font-weight: 500;
  border-left: 3px solid #2a2063;
  padding: 0 0 0 12px;
  line-height: 21px;
  margin: 0;
}
.tab_selction {
  padding: 10px 0 10px;
  border-bottom: 1px solid #e3e2eb;
  background-color: #d3d3d3;
}
.tb_menu {
  padding: 0px;
  margin: 0px;
}
.tb_menu ul {
  margin: 0px;
  padding: 0px;
}
.tb_menu ul li {
  margin: 0px;
  padding: 0 82px 0 0;
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font-weight: 500;
}
.tb_menu ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  line-height: 27px;
}
.tb_menu ul li:hover > a {
  color: #2a2063;
}
.tb_menu ul li:after {
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
  width: 32px;
  background-color: #fff;
  height: 0px;
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.tb_menu ul li:hover:after {
  background-color: #2a2063;
}
ul.back_wrapper li a:hover {
  opacity: 0.5;
}
.gallery_action {
  padding: 0px;
}
.gall_cm {
  padding: 40px 0;
}
.gall_cm_m {
  padding: 0px;
}
.gall_cm_m ul {
  margin: 0px;
  padding: 0px;
}
.gall_cm_m ul li {
  float: left;
  margin-right: 13px;
  padding: 0px;
  width: 32.6%;
  list-style: none;
}
.gall_cm_m ul li:last-child {
  margin-right: 0px;
}
.gall_cm_m ul li > div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}
.app_ar {
  padding: 40px 0;
  background-color: #eaecec;
}
.tt_cmm {
  font-size: 23px;
  color: #2a2063;
  text-transform: uppercase;
  font-weight: 500; /* padding-bottom: 22px; */
}
.app_ar_main {
  padding: 40px 0 0 0;
}
.app_con p {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  padding: 0 0 24px 0;
}
.app_con p span {
  color: #2a2063;
  font-size: inherit;
  line-height: inherit;
}
.app_ar_main .panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px;
  border-right: 1px solid #bec0c0;
  border-left: 1px solid #bec0c0;
  border-bottom: 1px solid #bec0c0;
  background-color: #fff;
  border: none;
}
.app_ar_main .panel-body {
  padding: 0 12px;
}
.app_ar_main .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
}
.app_ar_main .panel-default > .panel-heading {
  color: #2a2063;
  background-color: #fff;
  border-color: #bec0c0;
  border: none;
}
.app_ar_main .panel-title > a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 11px 12px 6px;
  font-weight: 500;
}
.app_ar_main .panel-title {
  font-size: 14px;
  padding-bottom: 0px;
}
.app_ar_main .panel-group .panel + .panel {
  margin-top: 0;
  margin-bottom: 11px;
  border-radius: 0;
}
.app_ar_main .panel {
  background-color: transparent;
}
.app_ar_main .panel-group {
  margin-bottom: 0;
}
.app_ar_main .panel-group .panel {
  margin-bottom: 11px;
  border-radius: 0;
  border-color: transparent;
  border: 1px solid #bec0c0;
  padding-left: 1px;
}
.table_ar {
  padding: 0px 0px;
}
i.fa.fa-reply {
  padding-right: 10px;
}
.table_cmm {
  padding: 40px 0;
}
.tab_main th {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 22px 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.tb1 {
  background-color: #2a2063;
  color: #fff;
  color: #fff;
}
.tab_main td {
  font-size: 16px;
  font-weight: 500;
  text-transform: inherit;
  text-align: center;
  padding: 21px 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.tb2 {
  background-color: #2a2063;
  color: #fff;
  text-align: left !important;
}
.tb3 {
  background-color: #dad8e4;
  color: #2a2063;
}
.tbl_dwn {
  padding: 0px;
  padding-bottom: 40px;
}
.tbl_dwn ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.tbl_dwn ul li {
  padding: 0px 5px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.tbl_dwn ul li a {
  display: inline-block;
  border: 1px solid #2a2063;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 3px 0 17px;
  line-height: 20px;
  width: 294px;
}
.tbl_dwn ul li a:hover {
  color: #2a2063;
}
.tbl_dwn ul li a:before {
  content: url(../images/pdf.png);
  position: relative;
  top: 9px;
  margin-right: 13px;
}
.quotation_ar {
  padding: 40px 0;
  background-color: #dad8e4;
}
.quotation_main {
  padding: 0px 0 0px 0;
}
.sub_qut1 {
  padding: 0 10px 13px 0;
}
.sub_qut2 {
  padding: 0 5px 13px;
}
.sub_qut3 {
  padding: 0 0px 13px 10px;
}
.sub_qut4 {
  padding: 0 8px 13px 0;
}
.sub_qut5 {
  padding: 0 0px 13px 8px;
}
.qut_txt {
  color: #000000;
  width: 100%;
  height: 42px;
  outline: none;
  background-color: #ffffff;
  padding: 0 0px;
  padding-left: 10px;
  font-size: 13px;
  border: 1px solid #94939a;
  border-radius: 0px;
  font-weight: 500;
}
.qut_btn {
  outline: none;
  padding: 0;
  height: 42px;
  width: 112px;
  background-color: #2a2063;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  display: block;
  font-weight: 500;
  border-radius: 0;
}
.qut_btn:hover {
  background-color: #fff;
  color: #333333;
}
.qut_txt::-webkit-input-placeholder {
  color: #333333;
}
.qut_txt::-moz-placeholder {
  color: #333333;
}
.qut_txt:-ms-input-placeholder {
  color: #333333;
}
.qut_txt:-moz-placeholder {
  color: #333333;
}
.sub_qut6 {
  padding: 27px 00 0;
}
.door_detail {
  padding: 40px 0;
  background-color: #414141;
}
.door_main {
  padding: 30px 0 0 0;
}
#door_panel {
  color: #fff;
  text-transform: capitalize;
}
#doors {
  padding: 0px;
  float: left;
  margin-right: 11px;
  margin-bottom: 20px;
}
#doors label {
  padding: 0px;
  font-size: 13px;
  color: #2a2063;
  font-weight: 500;
  margin: 0px 0 12px 0;
}
#doors input {
  color: #000000;
  height: 42px;
  width: 100%;
  outline: none;
  background-color: transparent;
  padding: 0 13px;
  font-size: 13px; /* color: #2a2063; */
  border: 1px solid #2a2063;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 500;
  background: #fff;
}
.door_1 {
  max-width: 393px;
  width: 100%;
}
.door_2 {
  max-width: 234px;
  width: 100%;
}
.door_3 {
  max-width: 393px;
  width: 100%;
  clear: both;
}
.door_4 {
  max-width: 393px;
  width: 100%;
  clear: both;
}
#doors select {
  /* color: #2a2063; */
  height: 42px;
  width: 100%;
  outline: none;
  background-color: transparent;
  padding: 0 13px;
  font-size: 13px;
  border: 1px solid #2a2063;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 500;
  background-image: url(../images/sel.png);
  background-repeat: no-repeat;
  background-position: right;
  background: #fff;
}
#doors input::-webkit-input-placeholder {
  color: #2a2063;
}
#doors input::-moz-placeholder {
  color: #2a2063;
}
#doors input:-ms-input-placeholder {
  color: #2a2063;
}
#doors input:-moz-placeholder {
  color: #2a2063;
}
.inpt_go {
  padding: 20px 0 0 0;
  clear: both;
  width: 100%;
}
.door_btn {
  outline: none;
  padding: 0;
  height: 42px;
  width: 230px;
  background-color: #fff;
  color: #2a2063;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}
.door_sub {
  outline: none;
  padding: 0;
  height: 42px;
  width: 112px;
  background-color: #fff;
  color: #2a2063;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}
.inpt_go input:hover {
  color: #fff;
  background-color: #2a2063;
}
.affix {
  top: 0;
  width: 100%;
  z-index: 99999;
}
.affix + .container-fluid {
  padding-top: 115px;
}
.app_ar_main .panel-title > a > span {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding: 0 6px 0 0;
  font-size: 14px;
  color: #2a2063;
  font-weight: 500;
}
.app_ar_main .panel-title > a[aria-expanded="false"] > span:before {
  content: "";
  height: 2px;
  display: inline-block;
  padding: 0px;
  background-color: #2a2063;
  width: 8px;
  position: absolute;
  right: -8px;
  top: 12px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.app_ar_main .panel-title > a[aria-expanded="false"] > span:after {
  content: "";
  height: 2px;
  display: inline-block;
  padding: 0px;
  background-color: #2a2063;
  width: 8px;
  position: absolute;
  top: 12px;
  right: -8px;
}
.app_ar_main .panel-title > a[aria-expanded="true"] > span:after {
  content: "";
  height: 2px;
  display: inline-block;
  padding: 0px;
  background-color: #2a2063;
  width: 8px;
  position: absolute;
  top: 12px;
  right: -8px;
}
.specs {
  padding: 40px 0; /* background-color:#eaecec; */
}
.main_specs {
  padding: 30px 0 0 0;
}
.main_specs table {
  padding: 0px;
  width: 95%;
  border-collapse: separate;
  border-spacing: 0px;
}
.main_specs table tr {
  height: 40px;
}
h3.tt_cmm.pl_section {
  font-size: 23px;
  padding-bottom: 10px;
}
.main_specs table th {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #bfc1c1;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2a2063;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: fit-content;
}
.main_specs table td {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bfc1c1;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}
.ever_slide {
  padding: 10px 0 20px;
}
.ever_slide p {
  padding: 0px 0 20px 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
}
.ever_slide p span {
  color: #2a2063;
  font-weight: 500;
}
.ever_slide h3 {
  padding: 0px 0 20px 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #2a2063;
}
.ever_slide h4 {
  padding: 0px 0 10px 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #2a2063;
}
.measurment {
  padding: 26px 0 0 2px;
}
.sub_measure1 {
  padding-left: 0px;
  padding-top: 30px;
}
.sub_measure2 {
  padding-right: 0px;
  padding-top: 30px;
}
.mease_in1 {
  padding: 0px 25px 0 0;
}
.mease_in1 img {
  padding: 0;
  width: 100%;
  min-height: 224px;
}
.mease_in2 {
  padding: 0px;
}
.side_img {
  padding: 6px;
  border: 1px solid #8c8c8c;
  min-height: 214px;
  max-height: 214px;
  display: table;
  width: 100%;
}
.inner_mease {
  padding-right: 0px;
}
.side_img span {
  display: table-cell;
  vertical-align: middle;
}
.side_img img {
  margin: 0 auto;
  max-width: 100%;
}
.cart_ar {
  padding: 40px 0 45px;
  clear: both;
}
.cart_in {
  padding: 0px;
}
.cart_left {
  padding: 7px 34px 0 0;
  margin-top: 25px;
}
.cart_right {
  padding: 0px;
  padding-top: 40px;
}
.prduct_img {
  display: table;
  border: 1px solid #e3e2eb;
  min-height: 333px;
  width: 100%;
}
.prduct_img span {
  display: table-cell;
  vertical-align: middle;
}
.prduct_img img {
  margin: 0 auto;
}
.cart_right h2 {
  font-size: 23px;
  color: #2a2063;
  font-weight: 400;
  line-height: inherit;
  padding: 0 0 20px 0;
}
.single-product .cart_right h1 {
  font-size: 23px;
  color: #2a2063;
  font-weight: 400;
  line-height: inherit;
  padding: 0 0 20px 0;
}
.cart_right h3 {
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  font-weight: 400;
}
.cart_right h3 span {
  color: #2a2063;
  padding-right: 2px;
}
.cart_right p {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  padding: 25px 0 0 0;
}
.cart_right h4 {
  font-size: 21px;
  color: #2a2063;
  padding: 5px 0 0;
}
.nmbe {
  height: 32px;
  width: 106px;
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  outline: none;
  text-align: center;
  border: 1px solid #aeaeae;
  border-radius: 0;
}
.cart_btn {
  outline: none;
  padding: 0;
  height: 51px;
  width: 170px;
  background-color: #00aa00;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  display: block;
  font-weight: 500;
  border-radius: 0;
  margin-top: 4px;
  clear: both;
}
.cart_btn:hover {
  background-color: #2a2063;
}
.models_ar {
  padding: 40px 0 13px 0;
}
.main_models_ar {
  padding: 0px;
}
.main_models_ar ul {
  padding: 0px;
  margin: 0px;
}
.main_models_ar ul li {
  padding: 27px 0;
  list-style: none;
  float: left;
  width: 49%;
  margin-right: 22px;
}
.sub_lf_mdls {
  padding: 4px 13px 0 0;
}
.sub_rg_mdls {
  padding: 0px 0 0 6px;
}
.sub_rg_mdls h5 {
  padding: 0px;
  font-size: 20px;
  color: #2a2063;
  text-transform: uppercase;
}
.sub_rg_mdls p {
  padding: 20px 0 0 0;
  font-size: 15px;
  color: #333333;
  line-height: 20px;
  font-weight: 400;
}
.sub_rg_mdls a {
  padding: 5px 43px 7px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2063;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #2a2063;
  text-align: center;
  margin-top: 30px;
}
.sub_rg_mdls a:hover {
  background-color: #2a2063;
  color: #fff;
}
.sub_lf_mdls img {
  width: 100%;
}
.main_models_ar ul li:nth-child(2n) {
  margin-right: 0px;
}
.app_chart {
  padding: 40px 0;
  background-color: #dad8e4;
}
.app_char_main {
  padding: 30px 0 0 0;
}
.app_char_main table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 7px;
}
.app_char_main table th {
  font-weight: 500;
  font-size: 16px;
  background-color: #2a2063;
  height: 59px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  width: 185px !important;
}
.app_char_main table td {
  font-weight: 500;
  font-size: 16px;
  background-color: #fff;
  height: 79px;
  color: #2a2063;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border: 1px solid #dad8e4;
}
.app_char_main table td table td {
  height: 38px;
}
td.tl {
  height: 79px !important;
}
.app_char_main table td table {
  height: 38px;
  border-collapse: inherit;
  border-spacing: 0;
}
.new_r {
  float: left;
  width: 50%;
  padding: 5px;
}
.ctrl_opt {
  padding: 40px 0 20px 0;
}
.tg_ctrl {
  font-size: 15px;
  color: #2a2063;
  font-weight: 400;
  padding: 25px 0 0 0;
}
.tt_cm_in {
  padding: 17px 0;
  min-height: 201px;
}
.tt_cm_lf {
  padding: 5px 0 0 0;
}
.tt_cm_lf img {
  width: 100%;
}
.tt_cm_rg {
  padding: 0px 32px;
}
.tt_cm_rg h6 {
  padding: 0px;
  font-size: 16px;
  color: #2a2063;
  text-transform: uppercase;
}
.tt_cm_rg p {
  padding: 20px 0 0 0;
  font-size: 15px;
  color: #424242;
  line-height: 26px;
  font-weight: 400;
}
.tt_cm_main {
  padding: 22px 0 0 0;
}
.buy_online {
  padding: 40px 0;
}
.onl_by_n {
  padding: 0px;
  background-color: #281e5d;
  margin-bottom: 40px;
}
.lf_by_n {
  padding: 33px 15px 34px;
  border-right: 1px solid #fff;
  text-align: center;
  max-width: 155px;
  width: 100%;
}
.rg_by_n {
  padding: 24px 5px 0;
  text-align: center;
  max-width: 1045px;
  width: 100%;
}
.lf_by_n p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.by_bx {
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
.by_bx label {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-right: 12px;
}
.by_bx input {
  color: #fff;
  width: 100%;
  height: 47px;
  outline: none;
  background-color: transparent;
  padding: 0 13px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 500;
  width: 300px;
  max-width: 100%;
  display: inline-block;
}
.by_bx input::-webkit-input-placeholder {
  color: #fff;
}
.by_bx input::-moz-placeholder {
  color: #fff;
}
.by_bx input:-ms-input-placeholder {
  color: #fff;
}
.by_bx input:-moz-placeholder {
  color: #fff;
}
.input {
  padding: 0px;
  margin: 0px;
}
.by_btn input {
  outline: none;
  padding: 0;
  height: 47px;
  width: 143px;
  background-color: #fff;
  color: #2a2063;
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  display: block;
  font-weight: 500;
  border-radius: 0;
}
.by_btn input:hover {
  color: #000;
}
.by_btn {
  display: inline-block;
  vertical-align: top;
}
.logo_fr {
  margin: 50px auto 0;
  display: block;
}
.feat_ar {
  width: 100%;
}
.domestic_fridge {
  padding: 45px 0 0 0;
}
.left_fridge {
  padding: 5px 30px 0 0;
}
.right_fridge {
  padding: 0px;
}
.right_fridge p {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.right_fridge img {
  padding: 0 0 20px 0;
}
.right_fridge p span {
  color: #2a2063;
}
.seals_title {
  padding: 0px 0 20px 0;
}
.seals_title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  padding: 30px 0 0 0;
}
.seals_ar {
  padding: 40px 0 10px 0;
}
.lf_seals {
  padding: 0px 10px 0 0;
}
.seals_icon {
  margin-top: 5px;
  padding: 0px;
  display: table;
  width: 100%;
  height: 157px;
  border: 1px solid #d2d2d2;
}
.seals_icon span {
  display: table-cell;
  vertical-align: middle;
}
.seals_icon img {
  padding: 0px;
  margin: 0 auto;
}
.sub_seals {
  padding: 28px 0px;
}
.sub_seals h5 {
  font-size: 14px;
  color: #2a2063;
  font-weight: 700;
}
.sub_seals p {
  font-size: 14px;
  color: #595959;
  font-weight: 500;
  line-height: 24px;
}
.sub_seals p span {
  color: #2a2063;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.rg_seals {
  padding: 0 30px 0 8px;
}
.eq_height {
  display: table;
}
.make_an_enquire {
  padding: 40px 0;
  background: url(../images/Fridge-Seals.jpg) no-repeat center top;
  background-size: 100% 100%;
  background: #d6d4e1;
}
.enq_h {
  max-width: 293px;
  width: 100%;
}
.seal_dimension {
  padding: 25px 0 0 0;
}
.seal_dimension h5 {
  padding: 0px;
  font-size: 18px;
  color: #2a2063;
  font-weight: 500;
}
.seal_dimension p {
  padding: 30px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #2a2063;
  font-weight: 500;
}
.he_wi {
  color: #2a2063;
  height: 42px;
  width: 100%;
  outline: none;
  background-color: #fff;
  padding: 0 5px;
  font-size: 13px;
  border: 1px solid #2a2063;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 500;
}
.sub_dim_in {
  padding: 0px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.sub_dim_in label {
  font-size: 12px;
  font-weight: 500;
  color: #2a2063;
  margin: 0px;
  padding: 0px;
}
.sub_dim {
  padding: 0;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.sub_dim p {
  font-size: 14px;
  font-weight: 500;
  color: #2a2063;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 7px 0 0;
}
.txt_h {
  color: #2a2063;
  height: 102px;
  width: 100%;
  outline: none;
  background-color: #fff;
  padding: 0 5px;
  font-size: 13px;
  border: 1px solid #2a2063;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 500;
}
.y_txt {
  padding: 30px 0 0 0;
}
.y_txt label {
  padding: 0px;
  font-size: 13px;
  color: #2a2063;
  font-weight: 500;
  margin: 0px 0 12px 0;
}
.rest_btn {
  outline: none;
  padding: 0;
  height: 42px;
  width: 112px;
  background-color: #303030;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}
.rest_btn:hover {
  color: #2a2063;
  background-color: #fff;
}
.inpt_go1 {
  clear: both;
  padding: 30px 0 0 0;
}
.inpt_go1 .door_sub:hover {
  background-color: #303030;
  color: #fff;
}
.inpt_go1 input {
  margin-right: 12px;
}
.dim {
  padding: 28px 0 0 0;
}
.inn_area {
  padding: 55px 0 0;
}
.coldroom_door {
  padding: 40px 0;
}
.coldroom_door p {
  font-size: 15px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
}
.pdct_img {
  padding: 0px 12px;
  display: table;
  height: 220px;
  width: 100%;
  border: 1px solid #e3e2eb;
  position: relative;
}
.pdct_img span {
  display: table-cell;
  vertical-align: middle;
}
.pdct_img img {
  margin: 0 auto;
}
.product_ar {
  padding: 20px 0;
}
.product_ar ul {
  margin: 0px;
  padding: 0px;
}
.product_ar ul li {
  margin-right: 13px;
  padding: 26px 0;
  list-style: none;
  font-weight: 400;
  display: inline-block;
  width: 15%;
  text-align: center;
}
.pdct_txt {
  padding: 0;
}
.pdct_txt p {
  font-size: 14px;
  line-height: 20px;
  color: #2a2063;
  font-weight: 400;
  padding: 12px 0 0 0;
}
.pdct_txt h5 {
  font-size: 17px;
  color: #333333;
  padding: 15px 0;
}
.pdct_txt h6 {
  font-size: 13px;
  font-weight: 400;
  padding: 4px 43px;
  display: inline-block;
  border: 1px solid #aeaeae;
}
.text_overlay {
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
  opacity: 0;
  padding: 30px 0 0 0;
  background-color: rgba(42, 32, 99, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
}
.text_overlay:before {
  content: "";
  position: absolute;
  height: 80px;
  width: 4px;
  background-color: #fff;
  right: 0;
  left: 0;
  margin: 34px auto 0;
}
.text_overlay:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 80px;
  background-color: #fff;
  right: 0;
  left: 0;
  margin: 72px auto;
}

.text_overlay p {
  padding: 7px 18px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-top: 40%;
}
.product_ar ul li:hover .text_overlay {
  opacity: 1;
}
.add_to_car {
  background-color: #414141;
  font-size: 14px;
  border: 1px solid #414141;
  color: #fff;
  font-weight: 500;
  width: 170px;
  height: 51px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  margin: 0 auto;
  display: block;
}
.add_to_car:hover {
  background-color: #fff;
  color: #414141;
}
.online_store {
  padding: 40px 0 0 0;
}
.online_stre_new {
  padding: 0px;
}
.online_stre_new ul {
  margin: 0px;
  padding: 0px;
}
.online_stre_new ul li {
  margin-bottom: 40px;
  padding: 0px 6px;
  float: left;
  width: 25%;
}
.ol_txt {
  padding: 23px 0 0 0;
}
.ol_txt p {
  font-size: 14px;
  color: #2a2063;
  font-weight: 500;
  padding: 0px;
  line-height: 20px;
}
.ol_txt h4 {
  font-size: 20px;
  color: #2a2063;
  font-weight: 500;
  padding: 13px 0 20px 0;
}
.pdct_img1 {
  padding: 0px;
  display: table;
  height: 220px;
  width: 100%;
  border: 1px solid #cecece;
  position: relative;
}
.pdct_img1 a {
  display: table-cell;
  vertical-align: middle;
}
.pdct_img1 img {
  margin: 0 auto;
}
.overlay_n span {
  position: relative;
  top: 100px;
  display: block;
}
.a_t_c {
  border: 0px;
  width: 122px;
  height: 40px;
  background-color: #9b9a9a;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}
.a_t_c:hover {
  background-color: #2a2063;
}
.overlay_n {
  opacity: 0;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
  position: absolute;
  background-color: rgba(42, 32, 99, 0.5);
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: auto;
}
.overlay_n span:before {
  content: "";
  height: 4px;
  padding: 0px;
  background-color: #fff;
  width: 80px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.overlay_n span:after {
  content: "";
  height: 4px;
  display: inline-block;
  padding: 0px;
  background-color: #fff;
  width: 80px;
  position: absolute;
  right: 0;
  margin: auto;
  text-align: center;
  left: 0;
}
.pdct_img1:hover .overlay_n {
  opacity: 1;
}
.filters {
  padding: 0px;
  float: right;
}
.filters label {
  font-size: 15px;
  color: #2a2063;
  padding: 0px;
  margin: 0px 15px 0 0;
  text-transform: initial;
}
.select_fil {
  color: #2a2063;
  height: 37px;
  width: 193px;
  outline: none;
  background-color: #fff;
  padding: 0 13px;
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  font-weight: 400;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../images/sel_fil.png);
  background-repeat: no-repeat;
  background-position: right;
}
.select_fil::-webkit-input-placeholder {
  color: #2a2063;
}
.select_fil::-moz-placeholder {
  color: #2a2063;
}
.select_fil:-ms-input-placeholder {
  color: #2a2063;
}
.select_fil:-moz-placeholder {
  color: #2a2063;
}

.qut_btn1 {
  outline: none;
  padding: 0;
  height: 42px;
  width: 112px;
  background-color: #2a2063;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  display: block;
  font-weight: 500;
  border-radius: 0;
}
.qut_btn1:hover {
  background-color: #333333;
  color: #fff;
}
.sub_qut22 {
  padding: 0px;
}
.conta_main {
  padding: 0px;
  background: #2a2063;
  padding: 16px 21px;
  margin-top: 0px;
}
.wpcf7-textarea::-webkit-input-placeholder {
  color: #333333;
}
.wpcf7-textarea::-moz-placeholder {
  color: #333333;
}
.wpcf7-textarea:-ms-input-placeholder {
  color: #333333;
}
.wpcf7-textarea:-moz-placeholder {
  color: #333333;
}
.strip_door.sub_qut1 select::-webkit-input-placeholder {
  color: #333333;
}
.strip_door.sub_qut1 select::-moz-placeholder {
  color: #333333;
}
.strip_door.sub_qut1 select:-ms-input-placeholder {
  color: #333333;
}
.strip_door.sub_qut1 select:-moz-placeholder {
  color: #333333;
}
.menu-item-has-children.menu-item-195 a:after {
  content: "\f0d7";
  position: absolute;
  top: 28px;
  left: 0;
  font-size: 15px;
  right: 0;
  font-family: "fontawesome-webfont";
  text-align: center;
}
.menu-item-has-children.menu-item-306 a:after {
  content: "\f07a";
  position: absolute;
  top: 16px;
  right: 7px;
  font-family: "fontawesome-webfont";
  text-align: center;
  width: 17px;
  height: 15px;
  background-color: #fff;
  color: #2a2063;
  font-size: 12px;
  line-height: 16px;
}

.sub-menu li a:after {
  display: none !important;
}
.sub-menu li.current-menu-item > a {
  color: #2a2063 !important;
}

.menu-footer-second-menu-container ul li.current-menu-item > a {
  color: #93919c !important;
}
.footerinner.menu1 ul li.current-menu-item > a {
  color: #93919c !important;
}
#wprmenu_menu.wprmenu_levels ul li {
  border-bottom: 1px solid #fff !important;
}
#wprmenu_menu.right {
  width: 100% !important;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
  border-left: 1px solid #fff !important;
}
#wprmenu_menu.wprmenu_levels ul li ul {
  border-top: 1px solid #fff !important;
}
.new_broc {
  padding: 0px;
  border: 1px solid #ddd;
  margin: 15px 0;
  border-radius: 20px;
  padding: 15px 20px;
}
.left_broc {
  padding: 0;
}
.left_broc img {
  padding: 0px;
  width: 100%;
  border-radius: 15px;
}
.right_broc {
  padding: 20px 16px 15px 30px;
}
.right_broc p {
  padding: 20px 0 0px 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
}
.right_broc h4 {
  padding: 0px 0 0px 0;
  font-weight: 500;
  color: #2a2063;
}
.right_broc h4 a {
  color: #2a2063;
  font-size: 25px;
}
.right_broc h4 a:hover {
  color: #333333;
}
.Brochures_main {
  padding: 0 0 40px 0;
  background-color: #eaecec;
}
.form-group {
  margin-bottom: 0;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #94939a;
}
.pagination_sec h2 {
  font-size: 21px;
  color: #2a2063;
  font-weight: 500;
  padding: 0px;
  line-height: initial;
}
.pagination_sec p {
  font-size: 16px;
  padding: 23px 0 34px 0;
  font-weight: 500;
  color: #333333;
}
form#form_new select {
  color: #333;
  width: 120px;
  height: 42px;
  outline: none;
  background-color: #ffffff;
  padding: 0 13px;
  font-size: 13px;
  border: 1px solid #94939a;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  font-weight: 500;
  float: left;
  margin-right: 6px;
}
.pagination_sec {
  padding: 32px 0 0 0;
}
.main_wrapper .pagination_sec {
  padding: 32px 0 0 0;
  max-width: 1109px;
}
.pagination_sec .pull-right {
  float: left !important;
}
button.btn.btn-primary.nextBtn.btn-lg.pull-right {
  text-align: center;
  display: block;
  background: #2a2063;
  color: #fff;
  width: 174px;
  height: 50px;
  border: none;
  border-radius: 0px;
  float: right !important;
}

ul.cart_list.product_list_widget li span.quantity {
  display: none !important;
}

p#order_comments_field textarea {
  height: 104px;
}
/*new form css*/
.head_my {
  padding: 0px;
  background-color: #fff;
  margin: 10px 0;
}
.single_wrapper_remove {
  margin-right: 10px;
}
.head_my h4 {
  font-size: 21px;
  color: #fff;
  background-color: #2a2063;
  font-weight: 500;
  padding: 9px 27px;
}
.head_my p {
  font-size: 21px;
  color: #2a2063;
  font-weight: 500;
  padding: 28px 27px 0;
}
.in_form_m {
  padding: 35px 27px 38px;
}
.lane1_m {
  padding: 0px 0 17px 0;
}
.lab_m_rg {
  padding: 0px;
  float: left;
  width: 111px;
  height: 43px;
}
.lab_m_lf {
  padding: 0px;
  float: left;
}
.lab_m_rg label {
  font-size: 13px;
  color: #2a2063;
  font-weight: 500;
  padding: 10px 0 0;
}
.input_m {
  color: #333333;
  width: 100%;
  height: 42px;
  outline: none;
  background-color: #ffffff;
  padding: 0 13px;
  font-size: 13px;
  border: 1px solid #94939a;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 500;
}
.sel_m {
  color: #333333;
  width: 238px !important;
  height: 42px;
  outline: none;
  background-color: #ffffff;
  padding: 0 13px;
  font-size: 13px;
  border: 1px solid #94939a;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 500;
  background-image: url(../images/blue-arr.png);
  background-repeat: no-repeat;
  background-position: right;
}
.ref_you {
  width: 238px;
}
.open_w {
  width: 238px;
}
.text_area_m {
  color: #333333;
  width: 100%;
  height: 62px;
  outline: none;
  background-color: #ffffff;
  padding: 0 13px;
  font-size: 13px;
  border: 1px solid #94939a;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 500;
  resize: none;
}
.open_l {
  width: 100%;
}
.lab_m_rg1 {
  padding: 0px;
  float: left;
  width: 111px;
}
.lab_m_lf1 {
  padding: 0px;
  float: left;
  width: 1000px;
}
.lab_m_rg1 label {
  font-size: 13px;
  color: #2a2063;
  font-weight: 500;
  padding: 0px 0 0;
  line-height: 13px;
  margin: 0;
  display: block;
}
.please_file {
  padding: 0 0 0 111px;
}
.please_file h3 {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  float: left;
}
.input_m_btn {
  padding: 40px 0 0 111px;
}
.sec_btn {
  outline: none;
  padding: 0;
  height: 42px;
  width: 112px;
  background-color: #2a2063;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  display: block;
  font-weight: 500;
  border-radius: 0;
}
.sec_btn:hover {
  background-color: #333333;
}
.upload span {
  display: block;
  height: 41px;
  width: 95px;
  background-color: #dad8e4;
  border: 1px solid #9b96b6;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 7px;
  font-weight: 500;
  cursor: pointer;
}
.pl_file {
  display: block !important;
  width: 95px !important;
  height: 41px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  cursor: pointer;
  float: left;
}
.upload {
  position: relative;
  float: left;
  margin-left: 26px;
  top: -5px;
  width: 49%;
}
.image_name {
  position: absolute;
  left: 115px;
  top: 10px;
  font-size: 14px;
}
.upload span:hover {
  background-color: #333333;
  color: #fff;
}
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #eae9f0;
  border: 1px solid #8b8b8b;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  cursor: pointer;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: #2a2063;
  color: #fff;
  font-size: 12px;
}
.bk_radio > div {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
label.checkbox-custom-label {
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  padding: 0;
}
.sal_p {
  padding: 10px 0 0 0;
  margin: 0px;
}
.sal_p p {
  margin-right: 8px;
  float: left;
  color: #2a2063;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.sal_p a {
  vertical-align: top;
  color: #2a2063;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background-color: #9b9a9a;
  display: inline-block;
  text-align: center;
  padding: 14px 18px;
  line-height: 15px;
  margin-left: 8px;
}
.sal_p a:hover {
  background-color: #2a2063;
}
p.woocommerce-LostPassword.lost_password {
  padding: 10px 0 0 0;
}
.yawk {
  padding: 0px;
}
.hmdesc_new {
  padding: 0px;
}
.tbl_dwn img {
  border: 1px solid #ddd;
  margin: 30px auto 0;
}
.tbl_dwn ul {
  margin-top: 30px;
}

.page-id-12 input.input-text.qty.text {
  margin-bottom: 0px;
}
.l1 {
  padding: 7px 0 0 0;
  max-width: 51px;
  width: 100%;
}
.r1 {
  padding: 0px;
  max-width: 1149px;
  width: 100%;
}

a.reset_variations {
  display: none !important;
}

.single_variation_wrap .quantity {
  display: none;
}
.sal_p.variation_p {
  padding: 0px;
  text-align: left;
  margin: 0px;
}
.sal_p.variation_p select {
  height: 40px;
  background: #fff;
  width: 100%;
  max-width: 164px;
  padding-left: 9px;
}
ul.back_wrapper li a {
  color: #2a2063;
  font-size: 16px;
  padding-left: 9px;
}

ul.back_wrapper li a:before {
  position: absolute;
  left: -10px;
  font-size: 28px;
}
.woocommerce a.remove {
  color: red !important;
}
.admin-bar .woocommerce-cart-tab-container {
  top: 37%;
}
.woocommerce-cart-tab__contents {
  background-color: #2a2063;
  color: #fff !important;
}
.woocommerce-cart-tab-container--right .woocommerce-cart-tab {
  right: 320px;
  /* background: #2a2063; */
  border: solid #2a2063 1px;
}
.woocommerce-cart-tab-container .widget_shopping_cart {
  overflow: auto;
  margin-bottom: 0;
  height: 350px !important;
  overflow: scroll !important;
}

.admin-bar .woocommerce-cart-tab-container {
  top: 32px;
  top: 34% !important;
}

.mountain_wrapper {
  text-align: left;
  padding: 16px 0px;
}
.mountain_wrapper h2 {
  font-size: 20px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  display: none;
}
div.pp_woocommerce div.ppt {
  display: none !important;
}
select.dropdown_product_cat {
  float: right;
  height: 40px;
  background: #fff;
  padding: 0 14px;
}
.slick-prev {
  z-index: 99;
}
.slick-next {
  z-index: 99;
}
.sal_p .cart_button {
  vertical-align: top;
  color: #2a2063 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 500 !important;

  display: inline-block !important;
  text-align: center !important;
  padding: 13px 18px !important;
  line-height: 15px !important;
  margin-left: 8px !important;
  border: none !important;
  height: auto !important;
  margin-top: 0 !important;
}
a.added_to_cart.wc-forward {
  display: none !important;
}

.cart_form {
  padding-left: 0;
  text-align: left;
}

@keyframes mymove {
  from {
    transform: translateX(3px);
  }
  to {
    transfrom: translateX(-3px);
  }
}
@keyframes mymove1 {
  from {
    transform: translate(-15px, -15px);
  }
  to {
    transfrom: translate(15px, 15px);
  }
}
@keyframes colorme {
  from {
    background-color: #333333;
  }
  to {
    background-color: red;
  }
}
.ynum,
span.woocommerce-cart-tab__contents {
  /* -webkit-animation: mymove .2s infinite; */ /* Safari 4.0 - 8.0 */
  animation: mymove 0.7s infinite;
  display: block;
}

svg.woocommerce-cart-tab__icon {
  /* -webkit-animation: mymove1 2s infinite; */ /* Safari 4.0 - 8.0 */
  animation: mymove1 0.7s infinite;
  -ms-animation: 0.7s infinite;
  display: block;
}

span.woocommerce-cart-tab__contents {
  animation: colorme 0.7s infinite;
}

#form_new input[type="number"]::-webkit-inner-spin-button,
#form_new input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.footerinner.productmenu h4 {
  color: #fff;
}

.footerinner.infosecton h4 {
  color: #fff;
}
form#cccc:focus {
  outline: 0;
}

/**changes**/
.single-product .variation_sec_wrapper {
  padding: 0px;
  position: relative;
}
.single-product .cart-wrapper-box {
  position: absolute;
  right: 0;
}
.single-product .prduct_img img {
  /* max-height:228px; */
}
.single-product .prduct_img {
  border: none;
}
.single-product .cart_ar {
  padding-top: 0;
}
#price_calculator td {
  /*  float:left;
    padding-right: 18px !important;
    padding-top: 8px; */
  text-align: left;
}
.modal {
  top: 17%;
}

.bottom_content {
  padding: 0px;
}
.bottom_content h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2b2264;
  padding-bottom: 11px;
}
.content_new_botttom {
  margin-bottom: 24px;
}

.read_container {
  float: left;
  display: none;
  margin-top: 40px;
}
.hmpagecont {
  padding-top: 51px;
}
.sidbar_wrap.abc span.woocommerce-Price-amount.amount {
  display: none;
}
.abc {
  font-size: 21px;
  color: #2a2063;
  font-weight: 500;
  padding: 0px;
  line-height: initial;
}
div#lightbox {
  position: fixed;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lightbox {
  z-index: 100000 !important;
}
.lightboxOverlay {
  z-index: 99999 !important;
}

.social {
  padding-top: 14px;
}

.social a {
  font-size: 39px;
  color: azure;
  display: inline-block;
  padding-right: 10px;
}
.homecontact {
  padding-top: 15px;
}

.home .pagelandingsection {
  float: none;
}
p.dimension {
  text-align: center;
  font-weight: bold;
}
.please_file .upload span.close.close_dk {
  border: none;
  width: auto;
  float: none;
  display: inline;
  margin: 0;
}

.woocommerce-cart-tab-container .widget_shopping_cart {
  height: 330px !important;
  padding-bottom: 50px !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .total {
  margin-bottom: 0px !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons {
  padding: 0px !important;
}
p.woocommerce-mini-cart__total.total.total-weight {
  display: none;
}