@charset "UTF-8";

/******************************************************

*******************************************************

                  Color variables

*******************************************************

******************************************************/

/*=====================================================

                  Product colors 01

=====================================================*/

/*=====================================================

                  Product colors 02

=====================================================*/

.color-base {
  background-color: #fff;
}

.color-primary {
  background-color: #fff;
}

.color-negative {
  background-color: #222;
}

/******************************************************

*******************************************************

                      Typography

*******************************************************

******************************************************/

.custom-sectionHeading,
#d_quickcheckout .custom-sectionHeading {
  position: relative;
  text-align: center;
  color: #222;
  text-transform: none;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  font-weight: 600;
  font-size: 32px;
}

.custom-sectionHeading .custom-subHeading,
#d_quickcheckout .custom-sectionHeading .custom-subHeading {
  display: block;
  text-transform: none;
  font-weight: 300;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
}

.custom-sectionDesc {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.text1 {
  font-size: 25px;
  text-transform: none;
  font-weight: 400;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
}

.textLabel {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  color: #000;
  line-height: 2.5;
  padding: 0 0 0 17px;
}

.textLabelBold {
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  color: #000;
  line-height: 2.5;
  padding: 0 0 0 17px;
}

.text2 {
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  color: #000;
  margin-bottom: 0;
}

.text3 {
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #999;
  margin-bottom: 0;
  text-align: left;
}
.text3 a:hover{
  text-decoration: none;
}
.registrationUser .text3{
  color: #bbb;
  font-weight: 500;
}

.textBold {
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  color: #000;
  margin-bottom: 0;
}
.form-horizontal .control-label{
  font:400 15px/25px Roboto,sans-sefir;
  color:#999;
}
.help-block{
  font:300 13px/25px Roboto,sans-sefir;
  color:#999;
}
legend{
  color: #000;
  border-color: #ccc;
  font-size: 20px;
}
.is-icon.wf-like{
  color: #000;
  font-size: 25px;
}
.is-icon.wf-like:hover{
  color: #000;
}
.captcha legend{
  font-size: 15px;
  color:#999;
}
/*====================================================================

=============== Bootstrap 3 Media Queries for TYPOGRAPHY =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .custom-sectionHeading, .promo-description-title-main h1 ,
  #d_quickcheckout  .custom-sectionHeading{
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 0;
  }

  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading{
    font-size: 15px;
    margin: 10px 0 20px 0;
  }

  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 14px;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .custom-sectionHeading, .promo-description-title-main h1,
  #d_quickcheckout .custom-sectionHeading {
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 0;
  }

  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading  {
    font-size: 15px;
    margin: 10px 0 20px 0;
  }

  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 14px;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .custom-sectionHeading, .promo-description-title-main h1,
  #d_quickcheckout .custom-sectionHeading{
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 20px;
  }

  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading{
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 12px;
  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {
  .custom-sectionHeading, .promo-description-title-main h1,
  #d_quickcheckout .custom-sectionHeading{
    line-height: 1.5;
    padding-bottom: 20px;
  }

  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading{
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 12px;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {
  .custom-sectionHeading, .promo-description-title-main h1,
  #d_quickcheckout .custom-sectionHeading {
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 20px;
  }

  .custom-sectionHeading .custom-subHeading,
  #d_quickcheckout .custom-sectionHeading .custom-subHeading{
    font-size: 15px;
    margin: 0 0 20px 0;
  }

  .smText {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 12px;
  }
}

/******************************************************

*******************************************************

                Predefined content align

*******************************************************

******************************************************/

.margin-left {

  margin-left: 1em !important;

  margin-right: 0;

}



.margin-right {

  margin-left: 0;

  margin-right: 1em !important;

}



/******************************************************

*******************************************************

                      LAYOUT

                  General layout

*******************************************************

******************************************************/

section {

  padding: 0;

}



.container {

  position: relative;

}



[layout=row] {

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

}



.fsr {

  -webkit-flex-shrink: 0;

  flex-shrink: 0;

}



.fg {

  -webkit-flex-grow: 1;

  flex-grow: 1;

}



.fw {

  flex-wrap: wrap;

}



.verticalStretch {

  -ms-flex-align: stretch;

  -webkit-align-items: stretch;

  -webkit-box-align: stretch;

  align-items: stretch;

}



.verticalCenter {

  -ms-flex-align: center;

  -webkit-align-items: center;

  -webkit-box-align: center;

  align-items: center;

}



.custom-btn {

  display: inline-block;

  color: #fff;

  text-transform: uppercase;

  padding: 10px 20px;

  text-align: center;

  border: 2px solid #fff;

  font-size: 12px;

  line-height: 100%;

}

.custom-btn:hover {

  color: #fff;

}



/******************************************************

*******************************************************

                Layout - Content area

*******************************************************

******************************************************/

.nol {

  padding-left: 0;

  margin-left: 0;

}



.nor {

  padding-right: 0;

  margin-right: 0;

}



.no {

  padding: 0;

}



.pdl {

  padding: 10px 0 0 15px;

}



/*====================================================================

==================== Bootstrap 3 Media Queries for LAYOUT ============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .nopd {

    padding: 0 15px;

  }



  .pd {

    padding: 0 15px;

  }



  .pd30 {

    padding: 30px 0 0 0;

  }



  .pdMain {

    padding: 0 0 40px 0;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .nopd {

    padding: 0 15px;

  }



  .pd {

    padding: 0 15px;

  }



  .pd30 {

    padding: 30px 0 0 0;

  }



  .pdMain {

    padding: 0 0 40px 0;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .nopd {

    padding: 0 15px;

  }



  .pd {

    padding: 0 100px;

  }



  .pd30 {

    padding: 30px 0 0 0;

  }



  .pdMain {

    padding: 0 0 40px 0;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .nopd {

    padding: 0;

  }



  .pd {

    padding: 0 100px;

  }



  .pd30 {

    padding: 30px 0 0 0;

  }



  .pdMain {

    padding: 0 0 40px 0;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .nopd {

    padding: 0;

  }



  .pd {

    padding: 0 100px;

  }



  .pd30 {

    padding: 30px 0 0 0;

  }



  .pdMain {

    padding: 0 0 70px 0;

  }

}

/******************************************************

*******************************************************

                  Default html

*******************************************************

******************************************************/

html {
  line-height: 1.7;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.7;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

hr {
  border-left: none;
  border-right: none;
  border-top: 1px solid #E5E5E5;
  color: #F4F4F4;
  margin: 20px 0;
  padding: 0;
}

/******************************************************

*******************************************************

             Default html - link styles

*******************************************************

******************************************************/

a {
  text-decoration: none;
  outline: none;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: inherit;
  outline: none;
  color:#54a1a9;
}

a:active {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}



/******************************************************

*******************************************************

             Default html - heading styles

*******************************************************

******************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0 10px;
  color: #222;
  text-transform: normal;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
}

h1,
h2 {
  font-weight: 300;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5,
h6 {
  font-size: 1em;
}



/******************************************************

*******************************************************

             Default html - list styles

*******************************************************

******************************************************/

ul,
ol {

  margin: 0;

  padding: 0;

}

ul li,
ol li {

  margin: 0;

  padding: 0;

}



p,
form,
input {

  margin: 0;

  padding: 0;

}



p {

  margin-bottom: 10px;

}



ul {

  list-style: none;

}

ul li {

  list-style: none;

}



/******************************************************

*******************************************************

             Default html - images styles

*******************************************************

******************************************************/

img {

  border: none;

  max-width: 100%;

}

img.image-left {

  float: left;

  margin-right: 5px;

}

img.img-full-width {

  width: 100%;

}



/******************************************************

*******************************************************

                  Layout - Header area

*******************************************************

******************************************************/

#custom-header {

  position: relative;

  font-family: Montserrat, sans-sefir, Arial, sans-serif;

  background: #FFF;

}

#custom-header:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  background: #FFF;

}



#custom-headerInner {

  position: relative;

  z-index: 20;

}



/******************************************************

*******************************************************

                  Layout - Menu area

*******************************************************

******************************************************/

#custom-navbar {
  margin: 0 auto;
  border: none;
  border-radius: 0;
}

#custom-navbar .custom-navBrendBox {
  padding: 0;
  margin: 0 auto;
}

#custom-navbar .custom-navBrendBox .logo {
  text-align: center;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}

#custom-navbar .custom-navBrendBox .logo:hover,
#custom-navbar .custom-navBrendBox .logo:focus {
  text-decoration: none;
}

#custom-navbar .custom-navBrendBox .userBox {
  display: inline-block;
  text-align: right;
}

#custom-navbar .custom-navBrendBox .userBox .navLogin {
  display: inline-block;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

#custom-navbar .custom-navBrendBox .userBox .navCart {
  margin-left: 10%;
  display: inline-block;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

#custom-navbar .navbar-nav>li>.navLink {
  color: #000;
  font-size: 16px;
  text-transform: none;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  font-weight: 600;
}

#custom-navbar .navbar-nav>li>.navLink:hover {
  background: none;
}

#custom-navbar .navbar-nav>.active>.navLink {
  background: none;
}

#custom-navbar .custom-menuItem {
  float: right;
}

#custom-navbar .navbar-toggle {
  margin-right: 0;
  border: none;
}

#custom-navbar .navbar-toggle:hover,
#custom-navbar .navbar-toggle:focus {
  background: none;
}

#custom-navbar .navbar-toggle .icon-bar {
  background: #fff;
}

/******************************************************

*******************************************************

              Fixed navbar with animation

*******************************************************

******************************************************/

.custom-fixed-nav #custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 20;
  box-shadow: 0 1px 5px 0 rgba(216, 216, 216, 0.75);
  -webkit-box-shadow: 0 1px 5px 0 rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0 1px 5px 0 rgba(216, 216, 216, 0.75);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.custom-fixed-nav #custom-navbar .custom-navBrendBox {
  padding: 0;
}

.custom-fixed-nav #custom-navbar .navbar-nav>li>.navLink {
  border: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*====================================================================

============== Bootstrap 3 Media Queries for HEADER ==================

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {
  #custom-navbar {
    padding: 0 0 35px 0;
    background: #FFF;
  }

  #custom-navbar .custom-navBrendBox .logo {
    width: 100%;
    margin: 4% 0 0 0;
    font-size: 30px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox {
    position: absolute;
    top: 19px;
    right: 23px;
    font-size: 20px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox>i {
    color: #000;
  }

  #custom-navbar .userBoxSm {
    display: inline-block;
  }

  #custom-navbar .userBoxMd {
    display: none;
  }

  #custom-navbar .userBox {
    width: 0;
  }

  #custom-navbar .navbar-header {
    padding: 0;
  }

  #custom-navbar .navbar-nav>li>.navLink {
    margin: 0 auto;
    padding: 30px 40px 20px 15px;
    border-bottom: 1px solid #eee;
  }

  #custom-navbar .navbar-nav>li>.navLink:hover {
    border-color: transparent;
  }

  #custom-navbar .custom-menuItem {
    width: 100%;
  }

  #custom-navbar .custom-navbarToggle {
    padding: 25px 15px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 1;
  }

  #custom-navbar .custom-navbarToggle .custom-iconBar {
    width: 30px;
    margin: 6px 0;
    background: #000;
  }

  #custom-navbar .navbar-collapse {
    width: 100%;
    max-height: calc(100vh - 112px);
    margin-top: 35px;
    background: #FFF;
    border-color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .custom-fixed-nav .navbar-header {
    height: 60px;
  }
  .custom-fixed-nav #custom-navbar {
    height: 61px;
    padding: 0;
  }

  .custom-fixed-nav #custom-navbar .logo {
    margin: 1% 0 0 0;
    font-size: 30px;
  }

  .custom-fixed-nav #custom-navbar .navbar-nav>li>.navLink {
    margin: 0 auto;
    padding: 30px 40px 20px 15px;
    border-bottom: 1px solid #eee;
  }

  .custom-fixed-nav #custom-navbar .navbar-nav>li>.navLink:hover {
    border-color: transparent;
  }

  .custom-fixed-nav #custom-navbar .navbar-collapse {
    height: calc(100vh - 140px);
    margin-top: 0px;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {
  #custom-navbar {
    padding: 0 0 35px 0;
    background: #FFF;
  }
  #custom-navbar .custom-navBrendBox .logo {
    width: 100%;
    margin: 4% 0 0 0;
    font-size: 30px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox {
    position: absolute;
    right: 30px;
    font-size: 20px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox>i {
    color: #000;
  }

  #custom-navbar .userBoxSm {
    display: inline-block;
  }

  #custom-navbar .userBoxMd {
    display: none;
  }

  #custom-navbar .userBox {
    width: 0;
  }

  #custom-navbar .navbar-header {
    padding: 0;
  }

  #custom-navbar .navbar-nav>li>.navLink:hover {
    border-color: transparent;
  }

  #custom-navbar .custom-menuItem {
    width: 100%;
  }

  #custom-navbar .custom-navbarToggle {
    padding: 25px 15px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    top:-6px;
  }

  #custom-navbar .custom-navbarToggle .custom-iconBar {
    width: 30px;
    margin: 6px 0;
    background: #000;
  }

  #custom-navbar .navbar-collapse {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 150px);
    margin-top: 27px;
    background: #FFF;
    border-color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
  }

  .custom-fixed-nav #custom-navbar .logo {
    margin: 1% 0 0 0;
    font-size: 30px;
  }

  .custom-fixed-nav #custom-navbar .navbar-nav>li>.navLink:hover {
    border-color: transparent;
  }

  .custom-fixed-nav #custom-navbar .navbar-collapse {
    height: calc(100vh - 155px);
    margin-top: 0;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {
  #custom-navbar {
    padding: 10px 0 10px 0;
    background: #FFF;
  }

  #custom-navbar .custom-navBrendBox .logo {
    width: 99%;
    margin: 0 auto;
    font-size: 35px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox {
    position: absolute;
    top: 19px;
    right: 30px;
    font-size: 20px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox>i {
    color: #000;
  }

  #custom-navbar .userBox {
    width: 0;
  }

  #custom-navbar .navbar-header {
    padding: 0;
    float: none;
  }
  #custom-navbar .navbar{
    margin-bottom: 0;
  }
  #custom-navbar .navbar-nav {
    float: left;
    margin: 0;
    border: 1px solid #eee;
    padding: 30px 0;
    width: 100%;
    display: block;
  }

  #custom-navbar .navbar-nav> {
    float: none !important;
    margin: 7.5px -15px;
  }

  #custom-navbar .navbar-nav>li>.navLink {
    float: none;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid transparent;
    line-height: 40px;
    width: calc(100% - 50px);
  }

  #custom-navbar .navbar-nav>li>.navLink:hover {
    border-color: transparent;
  }

  #custom-navbar .custom-menuItem {
    width: 100%;
  }

  #custom-navbar .custom-navbarToggle {
    display: block;
    padding: 15px 15px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    top:0;
  }

  #custom-navbar .custom-navbarToggle .custom-iconBar {
    width: 30px;
    margin: 6px 0;
    background: #000;
  }

  #custom-navbar .navbar-collapse {
    width: 100%;
    margin-top: 0;
    background: #FFF;
    border-color: transparent;
    position: absolute;
    z-index: 26;
    left: 0;
    top: 65px;
  }

  #custom-navbar .navbar-collapse.collapse {
    display: none !important;
  }

  #custom-navbar .collapse.in {
    display: block !important;
    overflow-y: scroll !important;
  }

  .custom-fixed-nav #custom-navbar {
    height: 70px;
  }

  .custom-fixed-nav #custom-navbar .logo {
    margin: 0;
    font-size: 30px;
  }

  .custom-fixed-nav #custom-navbar .customUserBox {
    top: 12px;
  }

  .custom-fixed-nav #custom-navbar .navbar-nav>li>.navLink {
    float: none;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid transparent;
  }

  .custom-fixed-nav #custom-navbar .navbar-collapse {
    width: 100%;
    margin-top: 0px;
    background: #FFF;
    border-color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    top:70px;
    overflow-y: auto !important;
 }

  .custom-fixed-nav #custom-navbar .custom-navbarToggle {
    padding: 10px 15px;
  }

  .custom-fixed-nav #custom-navbar .openBtn {
    display: none;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  #custom-navbar {
    padding: 0;
    background: #FFF;
  }

  #custom-navbar .custom-navBrendBox .logo {
    width: 100%;
    margin: 1% 0 0 0;
    font-size: 35px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox {
    position: absolute;
    top: 25px;
    right: 15px;;
    font-size: 20px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox>i {
    color: #000;
  }

  #custom-navbar .userBoxSm {
    display: inline-block;
  }

  #custom-navbar .userBoxMd {
    display: none;
  }

  #custom-navbar .userBox {
    width: 100%;
  }

  #custom-navbar .navbar-header {
    padding: 0;
    float: none;
  }
  #custom-navbar .navbar{
    margin-bottom: 0;
  }

  #custom-navbar .navbar-nav {
    float: left;
    margin: 0;
    border: 1px solid #eee;
    padding: 0;
    width: 100%;
  }

  #custom-navbar .navbar-nav>li>.navLink {
    float: none;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid transparent;
    width: 100%;;
    line-height: 20px;
    font-size: 14px;
  }

  #custom-navbar .navbar-nav>li>.navLink:hover {
    border-color: transparent;
  }

  #custom-navbar .custom-menuItem {
    width: 100%;
  }

  #custom-navbar .custom-navbarToggle {
    display: block;
    padding: 25px 0 15px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 1;
  }

  #custom-navbar .custom-navbarToggle .custom-iconBar {
    width: 30px;
    margin: 6px 0;
    background: #000;
  }

  #custom-navbar .navbar-collapse {
    width: 100%;
    margin-top: 0;
    background: #FFF;
    border-color: transparent;
    position: absolute;
    z-index: 26;
    left: 0;
    top: 79px;
  }

  #custom-navbar .navbar-collapse.collapse {
    display: none !important;
  }

  #custom-navbar .collapse.in {
    display: block !important;
    overflow-y: visible !important;
  }

  .custom-fixed-nav #custom-navbar {
    height: 70px;
  }

  .custom-fixed-nav #custom-navbar .logo {
    margin: 1% 0 0 0;
    font-size: 30px;
  }

  .custom-fixed-nav #custom-navbar .customUserBox {
    top: 20px;
  }

  .custom-fixed-nav #custom-navbar .navbar-nav>li>.navLink {
    padding: 0;
    margin: 0 auto;
  }

  .custom-fixed-nav #custom-navbar .navbar-collapse {
    width: 100%;
    margin-top: -20px;
    background: #FFF;
    border-color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    top:90px;
    overflow-y: visible !important;
  }

  .custom-fixed-nav #custom-navbar .custom-navbarToggle {
    padding: 20px 15px;
  }

  .custom-fixed-nav #custom-navbar .openBtn {
    display: none;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1201px) {

  #custom-navbar {
    padding: 0;
    background: #FFF;
  }

  #custom-navbar .custom-navBrendBox .logo {
    width: 60%;
    margin: 0 auto;
    font-size: 80px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 20px;
  }

  #custom-navbar .custom-navBrendBox .customUserBox>i {
    color: #000;
  }

  #custom-navbar .userBoxSm {
    display: none;
  }

  #custom-navbar .userBoxMd {
    display: inline-block;
    width: 19%;
  }

  #custom-navbar .userBox {
    width: 100%;
  }

  #custom-navbar .navbar-header {
    padding: 0;
    float: right;
    width: 100%;
  }

  #custom-navbar .navbar-nav {
    float: none;
    margin: 0 auto;
    border: 1px solid transparent;
    padding: 0;
    width: 100%;
  }
  #custom-navbar .navbar-nav>li{
    width: auto;
  }

  #custom-navbar .navbar-nav>li>.navLink {
    margin: 0 21px 0 21px;
    padding: 0 5px 0;
    border-bottom: 1px solid transparent;
    font-size: 16px;
  }

  #custom-navbar .navbar-nav>li>.navLink:hover {
    border-color: transparent;
  }

  #custom-navbar .custom-navbarToggle {
    display: none;
  }

  #custom-navbar .navbar-collapse {
    width: 100%;
    margin-top: 0;
    background: #FFF;
    border-color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    top: auto;
  }

  #custom-navbar .navbar-collapse.collapse {
    display: block !important;
    position: static;
  }

  #custom-navbar .collapse.in {
    display: block !important;
  }

  .custom-fixed-nav #custom-navbar {
    height: 152px;
  }

  .custom-fixed-nav #custom-navbar .logo {
    margin: 0 auto;
    font-size: 35px;
  }

  .custom-fixed-nav #custom-navbar .navbar-nav {
    float: left;
    margin: 0;
    border: 1px solid transparent;
    width: 100%;
  }
  /* .custom-fixed-nav #custom-navbar .dropdown {
    height: auto;
  } */
  .custom-fixed-nav #custom-navbar .navbar-nav>li>.navLink {
    padding: 10px 0 20px 0;
    margin: 0 27px 0 25px;
    border-bottom: 1px solid transparent;
  }

  .custom-fixed-nav #custom-navbar .navbar-nav>li>.navLink:hover {
    border-color: transparent;
  }


  .custom-fixed-nav #custom-navbar .navbar-collapse {
    margin-top: 0;
    background: transparent;
    border-color: transparent;
  }

  .custom-fixed-nav #custom-navbar .openBtn {
    top: 0;
    display: inline-block;
  }
}

/******************************************************

*******************************************************

                      Home slider

*******************************************************

******************************************************/

#custom-slider {
  padding: 0;
}

#custom-slider .carousel-inner {
  height: 100%;
}

#custom-slider .carousel-inner>.item {
  text-align: center;
  color: #fff;
}

#custom-slider .carousel-inner>.item .custom-sliderHeading {
  position: absolute;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  color: #FFF;
  text-align: left;
  text-transform: none;
  font-weight: bold;
}

#custom-slider .carousel-inner>.item .custom-sliderHeading .custom-sliderSubHeading {
  margin: 0 0 0 190px;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  color: #FFF;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}

#custom-slider .carousel-inner>.item .custom-sliderHeading:after {
  background: #FFF;
}

#custom-slider .carousel-inner>.item .custom-btn {
  position: absolute;
  top: 72%;
  left: 45%;
}

#custom-slider .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

#custom-slider .carousel-indicators li {
  float: none;
  height: auto;
  margin: 0;
  text-indent: initial;
  border-radius: 0;
  background: none;
  text-align: left;
  border: none;
}

#custom-slider .carousel-indicators li.active {
  float: none;
  height: auto;
  margin: 0;
  text-indent: initial;
  border-radius: 0;
  background: none;
  text-align: left;
  border: none;
}

#custom-slider .carousel-indicators li .inner {
  border: none;
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  margin: 0 12px;
  padding: 10px 0;
}

#custom-slider .carousel-indicators li:hover .inner,
#custom-slider .carousel-indicators li.active .inner {
  border: none;
  color: #000;
}
.carousel-control .glyphicon{
  font-family: webfont;
  font-weight: 200;
  color: #000;
  font-size: 64px;
}
.glyphicon-chevron-right:before{
  content:"\f105";
}
.glyphicon-chevron-left:before{
  content:"\f105";
}


/*====================================================================

============== Bootstrap 3 Media Queries for HOME SLIDER =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {
  #custom-slider .custom-sliderHeading {
    top: 204px;
    left: 15px;
    font-size: 40px;
    line-height: 1;
  }

  #custom-slider .custom-sliderHeading .custom-sliderSubHeading {
    visibility: hidden;
  }

  #custom-slider .custom-btn {
    visibility: hidden;
  }

  .itemImgSm {
    display: block;
  }

  .itemImgLg {
    display: none;
  }

  .carousel-indicators {
    visibility: hidden;
  }
  #custom-slider .carousel-indicators li{
    width: auto;
  }
  #custom-slider .carousel-indicators li .inner{
    width: 1em;
  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {
  #custom-slider .custom-sliderHeading {
    top: 204px;
    left: 15px;
    font-size: 40px;
    line-height: 1;
  }

  #custom-slider .custom-sliderHeading .custom-sliderSubHeading {
    visibility: hidden;
  }

  #custom-slider .custom-btn {
    visibility: hidden;
  }

  .itemImgSm {
    display: block;
  }

  .itemImgLg {
    display: none;
  }

  .carousel-indicators {
    visibility: hidden;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  #custom-slider .custom-sliderHeading {
    top: 30px;
    left: 50px;
    font-size: 45px;
    line-height: 45px;
  }

  #custom-slider .custom-sliderHeading .custom-sliderSubHeading {
    visibility: visible;
    font-size: 20px;
  }

  #custom-slider .custom-btn {
    visibility: visible;
  }

  .itemImgSm {
    display: none;
  }

  .itemImgLg {
    display: block;
  }

  .carousel-indicators {
    visibility: visible;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  #custom-slider .carousel-inner {
    padding: 0;
  }

  #custom-slider .custom-sliderHeading {
    top: 50px;
    left: 50px;
    font-size: 50px;
    line-height: 50px;
  }

  #custom-slider .custom-sliderHeading .custom-sliderSubHeading {
    visibility: visible;
    font-size: 30px;
  }

  #custom-slider .custom-btn {
    visibility: visible;
  }

  .itemImgSm {
    display: none;
  }

  .itemImgLg {
    display: block;
  }

  .carousel-indicators {
    visibility: visible;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  #custom-slider .carousel-inner {

    padding: 0;

  }

  #custom-slider .custom-sliderHeading {

    top: 115px;

    left: 50px;

    font-size: 80px;

    line-height: 75px;

  }

  #custom-slider .custom-sliderHeading .custom-sliderSubHeading {

    visibility: visible;

    font-size: 30px;

  }

  #custom-slider .custom-btn {

    visibility: visible;

  }



  .itemImgSm {

    display: none;

  }



  .itemImgLg {

    display: block;

  }



  .carousel-indicators {

    visibility: hidden;

  }

}

/******************************************************

*******************************************************

                  Category cards 01

*******************************************************

******************************************************/

#custom-categoryCards article {
  text-align: center;
}

.sectionContent .articleThumb {
  position: relative;
  margin-bottom: 0;
}

.sectionContent .articleThumb img {
  height: auto;
  display: block;
}

.sectionContent .articleThumb:hover {
  position: relative;
  margin-bottom: 0;
  outline: none;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sectionContent .date {
  position: absolute;
  background: #FFF;
  left: 19px;
  width: 90%;
  bottom: 19px;
  padding: 20px 15px;
  color: #000;
  text-align: center;
}

.sectionContent .date .number {
  display: block;
  font-size: 20px;
  line-height: 100%;
  font-weight: 100;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  color: #333;
}

.sectionContent .date .text {
  display: block;
  font-weight: 100;
  color: #000;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  font-size: 25px;
}

.sectionContent .articleTitle {
  font-size: 14px;
}

.sectionContent .articleMeta {
  margin-top: 15px;
  padding-top: 15px;
}

/*====================================================================

=========== Bootstrap 3 Media Queries for CATEGORY CARDS =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2),

  #custom-categoryCards #custom-categoryCards .sectionContent .date {

    left: 19px;

    width: 90%;

    bottom: 19px;

    padding: 20px 15px;

  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) h3,

  #custom-categoryCards #custom-categoryCards .sectionContent .date .number {

    font-size: 20px;

  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) p,

  #custom-categoryCards #custom-categoryCards .sectionContent .date .text {

    font-size: 25px;

  }



  .categoryContainer {

    padding: 0;

  }

  .categoryContainer .categoryMobile {

    display: block;

  }

  .categoryContainer .categoryAlignLeft {

    height: 42px;

    display: inline-block;

    margin: 0;

    float: left;

    background: transparent;

    text-align: center;

    padding: 5px 5px;

  }

  .categoryContainer .categoryAlignLeft .text3 {

    color: #000;

  }

  .categoryContainer .categoryAlignRight {

    height: auto;

    display: inline-block;

    margin: 0;

    float: right;

  }

  .categoryContainer .categoryAlign2 {

    padding: 0 0 50px 0;

  }

  .categoryContainer .filtersBox {

    position: relative;

    top: 0;

    width: auto;

    height: 40px;

    padding: 5px;

    background-color: #F5F2ED;

    display: inline-block;

    text-align: center;

  }

  .categoryContainer .filtersBox>a {

    padding: 0;

    font-size: 20px;

    line-height: 1.5;

    color: #000;

  }

  .categoryContainer .categoryPromo {

    display: block;

    width: 100%;

    margin: 0 auto;

    padding: 0;

    position: relative;

    right: 0;

  }

  .categoryContainer .categoryPromo .articleThumb {

    height: 100%;

    margin: 0 0 60px 0;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2),
  #custom-categoryCards #custom-categoryCards .sectionContent .date {
    left: 19px;
    width: 90%;
    bottom: 19px;
    padding: 20px 15px;
  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) h3,
  #custom-categoryCards #custom-categoryCards .sectionContent .date .number {
    font-size: 20px;
  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) p,
  #custom-categoryCards #custom-categoryCards .sectionContent .date .text {
    font-size: 25px;
  }

  .categoryContainer {
    padding: 40px 0 0 0;
  }

  .categoryContainer .categoryMobile {
    display: block;
  }

  .categoryContainer .categoryAlignLeft {
    height: 42px;
    display: inline-block;
    margin: 0;
    float: left;
    background: transparent;
    text-align: center;
    padding: 5px 5px;
  }

  .categoryContainer .categoryAlignLeft .text3 {
    color: #000;
  }

  .categoryContainer .categoryAlignRight {
    height: auto;
    display: inline-block;
    margin: 0;
    float: right;
  }

  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0;
  }

  .categoryContainer .filtersBox {
    position: relative;
    top: 0;
    width: auto;
    height: 40px;
    padding: 5px;
    background-color: #F5F2ED;
    display: inline-block;
    text-align: center;
  }

  .categoryContainer .filtersBox>a {
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
  }

  .categoryContainer .categoryPromo {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    right: 0;
  }

  .categoryContainer .categoryPromo .articleThumb {
    height: 100%;
    margin: 0 0 60px 0;
  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2),
  #custom-categoryCards .sectionContent .date {
    left: 10px;
    width: 92%;
    bottom: 10px;
    padding: 20px 15px;
  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) h3,
  #custom-categoryCards .sectionContent .date .number {
    font-size: 20px;
  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) p,
  #custom-categoryCards .sectionContent .date .text {
    font-size: 25px;
  }

  .categoryContainer {
    padding: 40px 0 40px 0;
  }

  .categoryContainer .categoryAlignLeft {
    height: auto;
    display: inline-block;
    margin: 0 0 15px 35%;
    float: left;
  }

  .categoryContainer .categoryAlignRight {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    float: right;
  }

  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0;
  }

  .categoryContainer .categoryPromo {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 2%;
  }

  .categoryContainer .categoryPromo .articleThumb {
    height: 388px;
  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2),
  #custom-categoryCards .sectionContent .date {
    left: 19px;
    width: 90%;
    bottom: 19px;
    padding: 20px 15px;
  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) h3,
  #custom-categoryCards .sectionContent .date .number {
    font-size: 20px;
  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) p,
  #custom-categoryCards .sectionContent .date .text {
    font-size: 25px;
  }
  .categoryContainer {
    padding: 40px 0 40px 0;
  }
  .categoryContainer .categoryAlignLeft {
    height: auto;
    display: inline-block;
    margin: 0 0 15px 17%;
    float: left;
  }

  .categoryContainer .categoryAlignRight {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    float: right;
  }

  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0;
  }

  .categoryContainer .categoryPromo {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 2%;
  }

  .categoryContainer .categoryPromo .articleThumb {
    height: 388px;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2),
  #custom-categoryCards .sectionContent .date {
    left: 19px;
    width: 90%;
    bottom: 19px;
    padding: 20px 15px;
  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) h3,
  #custom-categoryCards .sectionContent .date .number {
    font-size: 20px;
    font-weight: 600;
  }

  .teaser-box-set>.block-content>.block-inner>.block-content>.block-child:nth-of-type(2) p,
  #custom-categoryCards .sectionContent .date .text {
    font-size: 25px;
  }

  .categoryContainer {
    padding: 70px 0 70px 0;
  }

  .categoryContainer .categoryAlignLeft {
    height: auto;
    display: inline-block;
    margin: 0 0 15px 17%;
    float: left;
  }

  .categoryContainer .categoryAlignRight {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    float: right;
  }

  .categoryContainer .categoryAlign2 {
    padding: 0 0 50px 0;
  }

  .categoryContainer .categoryPromo {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 2%;
  }

  .categoryContainer .categoryPromo .articleThumb {
    height: 388px;
  }
}

/******************************************************

*******************************************************

                        Icons

*******************************************************

******************************************************/

.customIcon {
  color: #333;
}
.showGrid:hover{
  text-decoration: none;
}


/*====================================================================

=============== Bootstrap 3 Media Queries for ICONS ==================

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {
  .squareIcon {
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 0 -2px;
    display: inline-block;
    color:#ccc;
  }
  #grid-view{
    margin-left: 15px;
  }
  .menuMain.menu{
    text-align: left;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {


}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  /* .squareIcon {
    width: 25px;
    height: 25px;    
    font-size: 25px;
    line-height: 25px;
  } */
  .menuMain.menu{
    text-align: right;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {
/* 
  .squareIcon {
    width: 32px;
    height: 31px;
    font-size: 32px;
    line-height: 32px;
  } */
  
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .squareIcon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}

/******************************************************

*******************************************************

               Increase/Decrease Input

*******************************************************

******************************************************/

.increase-decreaseForm {
  width: auto;
  margin: 0 auto;
  text-align: left;
}

.value-button {
  display: inline-block;
  border: 1px solid #eee;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  padding: 11px 0;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

.increase-decreaseForm .decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.increase-decreaseForm .increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.increase-decreaseForm #input-wrap {
  margin: 0;
  padding: 0;
}

.increase-decreaseInput.number {
  text-align: center;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.increase-decreaseInput[type=number]::-webkit-inner-spin-button,
.increase-decreaseInput[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/******************************************************

*******************************************************

                        Textarea

*******************************************************

******************************************************/

.label-custom {
  margin: 15px 0 0 0;
}

.textarea-custom {
  width: 100%;
  height: 50px;
  padding: 12px;
  border: 2px solid #eee;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 0;
  resize: vertical;
}

.textarea-custom:focus,
.textarea-custom:hover {
  border: 2px solid #fff;
  outline: none;
}

.textarea-custom::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fff;
}

.textarea-custom::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

.textarea-custom::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
}

/*====================================================================

================ Bootstrap 3 Media Queries for INPUTS ================

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .inputSm {

    position: relative;

    top: 0;

    display: inline-block;

    margin: 0 10px 0 0;

    float: left;

  }

  .inputSm input[type=text],

  .inputSm .customSearch {

    height: 40px;

    display: inline-block;

    padding: 0 0 0 5px;

    margin: 0 auto;

    background: #DFD7C7;

    border: none;

    border-bottom: 1px solid transparent;

    -webkit-box-shadow: none;

    box-shadow: none;

    border-radius: 0;

    font-family: Montserrat, sans-sefir, Arial, sans-serif;

    font-size: 20px;

    color: #000;

  }



  .increase-decreaseForm {

    padding-top: 15px;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .inputSm {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    float: left;
  }

  .inputSm input[type=text],
  .inputSm .customSearch {
    height: 40px;
    display: inline-block;
    padding: 0 0 0 5px;
    margin: 0 auto;
    background: #DFD7C7;
    border: none;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: Montserrat, sans-sefir, Arial, sans-serif;
    font-size: 20px;
    color: #000;
  }

  .increase-decreaseForm {
    padding-top: 15px;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .increase-decreaseForm {
    padding-top: 40px;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .increase-decreaseForm {
    padding-top: 40px;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .increase-decreaseForm {
    padding-top: 40px;
  }
}

/******************************************************

*******************************************************

                  Services cards 01

*******************************************************

******************************************************/

#custom-servicesCards {
  background-color: #FFF;
}

#custom-servicesCards2 {
  background-color: #FFF;
}

#custom-servicesCards2 .servicesAlign {
  margin: 0 50px;
}

.servicesMain {
  background: #000;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}

.black-box-set h3,
.servicesMain .number {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}

.black-box-set p,
.servicesMain .text {
  font-weight: 100;
  line-height: 1.5;
}

.black-box-set a,
.servicesMain .text2 {
  margin: 0 auto;
  padding: 40px 0 0 0;
  line-height: 1.5;
}

/*====================================================================

=========== Bootstrap 3 Media Queries for SERVICES CARDS =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .black-box-set,

  .servicesMain {

    padding: 40px 0;

  }

  .black-box-set .block-inner:nth-of-type(1),

  .servicesMain .item:nth-of-type(1) {



    padding: 5px 45px;

    border-right: 2px solid transparent;

  }

  .black-box-set .block-inner:nth-of-type(2),

  .servicesMain .item:nth-of-type(2) {

    display: none;

  }

  .black-box-set .block-inner:nth-of-type(3),

  .servicesMain .item:nth-of-type(3) {

    display: none;

  }

  .black-box-set .block-inner h3,

  .servicesMain .number {

    font-size: 30px;

  }

  .black-box-set .block-inner p,

  .servicesMain .text {

    font-size: 20px;

  }

  .black-box-set .block-inner a,

  .servicesMain .text2 {

    font-size: 20px;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .black-box-set,

  .servicesMain {

    padding: 40px 0;

  }

  .black-box-set .block-inner:nth-of-type(1),

  .servicesMain .item:nth-of-type(1) {



    padding: 5px 45px;

    border-right: 2px solid transparent;

  }

  .black-box-set .block-inner:nth-of-type(2),

  .servicesMain .item:nth-of-type(2) {

    display: none;

  }

  .black-box-set .block-inner:nth-of-type(3),

  .servicesMain .item:nth-of-type(3) {

    display: none;

  }

  .black-box-set .block-inner h3,

  .servicesMain .number {

    font-size: 30px;

  }

  .black-box-set .block-inner p,

  .servicesMain .text {

    font-size: 20px;

  }

  .black-box-set .block-inner a,

  .servicesMain .text2 {

    font-size: 20px;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .black-box-set,

  .servicesMain {

    padding: 30px 0;

  }

  .black-box-set .block-inner:nth-of-type(1),

  .servicesMain .item:nth-of-type(1) {

    display: inline-block;



    padding: 5px 45px;

    border-right: 2px solid #FFF;

  }

  .black-box-set .block-inner:nth-of-type(1):first-child,

  .servicesMain .item:nth-of-type(1):first-child {

    border-left: none;

  }

  .black-box-set .block-inner:nth-of-type(2),

  .servicesMain .item:nth-of-type(2) {

    display: inline-block;



    padding: 5px 45px;

    border-right: 2px solid #FFF;

  }

  .black-box-set .block-inner:nth-of-type(2):first-child,

  .servicesMain .item:nth-of-type(2):first-child {

    border-left: 2px solid #FFF;

  }

  .black-box-set .block-inner:last-of-type,

  .servicesMain .item:last-of-type,

  .black-box-set .block-inner:nth-of-type(3),

  .servicesMain .item:nth-of-type(3) {

    display: inline-block;



    padding: 5px 45px;

    border-right: none;

  }

  .black-box-set .block-inner:nth-of-type(3):first-child,

  .servicesMain .item:nth-of-type(3):first-child {

    border-left: none;

  }



  .black-box-set .block-inner h3,

  .servicesMain .number {

    font-size: 25px;

  }

  .black-box-set .block-inner p,

  .servicesMain .text {

    font-size: 16px;

  }

  .black-box-set .block-inner a,

  .servicesMain .text2 {

    font-size: 16px;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .black-box-set,

  .servicesMain {

    padding: 30px 0;

  }

  .black-box-set .block-inner:nth-of-type(1),

  .servicesMain .item:nth-of-type(1) {

    display: inline-block;



    padding: 5px 45px;

    border-right: 2px solid #FFF;

  }

  .black-box-set .block-inner:nth-of-type(1):first-child,

  .servicesMain .item:nth-of-type(1):first-child {

    border-left: none;

  }

  .black-box-set .block-inner:nth-of-type(2),

  .servicesMain .item:nth-of-type(2) {

    display: inline-block;



    padding: 5px 45px;

    border-right: 2px solid #FFF;

  }

  .black-box-set .block-inner:nth-of-type(2):first-child,

  .servicesMain .item:nth-of-type(2):first-child {

    border-left: 2px solid #FFF;

  }

  .black-box-set .block-inner:last-of-type,

  .servicesMain .item:last-of-type,

  .black-box-set .block-inner:nth-of-type(3),

  .servicesMain .item:nth-of-type(3) {

    display: inline-block;



    padding: 5px 45px;

    border-right: none;

  }

  .black-box-set .block-inner:nth-of-type(3):first-child,

  .servicesMain .item:nth-of-type(3):first-child {

    border-left: none;

  }

  .black-box-set h3,

  .servicesMain .number {

    font-size: 25px;

  }

  .black-box-set p,

  .servicesMain .text {

    font-size: 16px;

  }

  .black-box-set a,

  .servicesMain .text2 {

    font-size: 16px;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .black-box-set,

  .servicesMain {

    padding: 30px 0;

  }

  .black-box-set .block-inner:nth-of-type(1),

  .servicesMain .item:nth-of-type(1) {

    display: inline-block;



    padding: 5px 45px;

    border-right: 2px solid #FFF;

  }

  .black-box-set .block-inner:nth-of-type(1):first-child,

  .servicesMain .item:nth-of-type(1):first-child {

    border-left: none;

  }

  .black-box-set .block-inner:nth-of-type(2),

  .servicesMain .item:nth-of-type(2) {

    display: inline-block;



    padding: 5px 45px;

    border-right: 2px solid #FFF;

  }

  .black-box-set .block-inner:nth-of-type(2):first-child,

  .servicesMain .item:nth-of-type(2):first-child {

    border-left: 2px solid #FFF;

  }



  .black-box-set .block-inner:last-of-type,

  .servicesMain .item:last-of-type,

  .black-box-set .block-inner:nth-of-type(3),

  .servicesMain .item:nth-of-type(3) {

    display: inline-block;



    padding: 5px 45px;

    border-right: none;

  }

  .black-box-set .block-inner:nth-of-type(3):first-child,

  .servicesMain .item:nth-of-type(3):first-child {

    border-left: none;

  }



  .black-box-set h3,

  .number {

    font-size: 25px;

  }

  .black-box-set p,

  .text {

    font-size: 16px;

  }

  .black-box-set a,

  .text2 {

    font-size: 16px;

  }

}

/******************************************************

*******************************************************

                    Owl carousel

*******************************************************

******************************************************/

.owlCarouselBox .owl-prev {

  width: 45px;

  height: 45px;

  position: absolute;

  top: 33%;

  left: 1%;

  margin-left: -20px;

  display: block !important;

  background-color: #e6e6e6 !important;

  border-radius: 50% !important;

  border: none !important;

  outline: none !important;

}

.owlCarouselBox .owl-prev>span {

  color: #000 !important;

  font-size: 50px !important;

  line-height: 20px !important;

}

.owlCarouselBox .owl-prev:hover {

  outline: none !important;

  background-color: #a69b94 !important;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.owlCarouselBox .owl-next {

  width: 45px;

  height: 45px;

  position: absolute;

  top: 33%;

  right: 0.5%;

  display: block !important;

  background-color: #e6e6e6 !important;

  border-radius: 50% !important;

  border: none !important;

  outline: none !important;

}

.owlCarouselBox .owl-next>span {

  color: #000 !important;

  font-size: 50px !important;

  line-height: 20px !important;

}

.owlCarouselBox .owl-next:hover {

  outline: none !important;

  background-color: #a69b94 !important;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.owlCarouselBox .owl-prev,

.owlCarouselBox .owl-next {

  opacity: 0 !important;

}

.owlCarouselBox .owl-carousel:hover .owl-prev {

  opacity: 1 !important;

}

.owlCarouselBox .owl-carousel:hover .owl-next {

  opacity: 1 !important;

}



#owl-demo .item {

  display: block;

  padding: 30px 0;

  margin: 5px;

  color: #FFF;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  text-align: center;

}



.owl-theme .owl-controls .owl-buttons div {

  padding: 5px 9px;

}



.owl-theme .owl-buttons i {

  margin-top: 2px;

}



.owl-theme .owl-controls .owl-buttons div {

  position: absolute;

}



.owl-theme .owl-controls .owl-buttons .owl-prev {

  left: -45px;

  top: 55px;

}



.owl-theme .owl-controls .owl-buttons .owl-next {

  right: -45px;

  top: 55px;

}



.owl-prev {

  width: 45px;

  height: 45px;

  position: absolute;

  top: 25%;

  left: -6%;

  margin-left: -20px;

  display: block !important;

  background-color: #d4cfcc !important;

  border-radius: 50% !important;

  border: none !important;

  outline: none !important;

}

.owl-prev>span {

  color: #FFF !important;

  font-size: 50px !important;

  line-height: 37px !important;

}



.owl-prev:hover {

  outline: none !important;

  background-color: #a69b94 !important;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.owl-next {

  width: 45px;

  height: 45px;

  position: absolute;

  top: 25%;

  right: -6%;

  display: block !important;

  background-color: #d4cfcc !important;

  border-radius: 50% !important;

  border: none !important;

  outline: none !important;

}

.owl-next>span {

  color: #FFF !important;

  font-size: 50px !important;

  line-height: 37px !important;

}



.owl-next:hover {

  outline: none !important;

  background-color: #a69b94 !important;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.owl-dots {

  display: none;

}



/*====================================================================

=============== Bootstrap 3 Media Queries for OWL CAROUSEL ===========

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {
  .owlSliderBoxSm {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
  }

  .owlSliderBoxSm .owlCarouselBox {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .owlSliderBoxSm .owlCarouselBox.product-grid {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 0 auto;
    padding: 0;
  }

  .owlSliderBoxSm .owlCarouselBox.product-grid:nth-child(2n) {
    margin-left: 20px;
  }
  .productCardsMain .owl-theme div.owl-nav button{
    font-size: 50px;
    line-height: 50px;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {
  .productCardsMain .owl-theme div.owl-nav button {
    font-size: 35px;
    line-height: 35px;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {
  .productCardsMain .owl-theme div.owl-nav button {
    font-size: 22px;
    line-height: 22px;
  }
  .owl-prev{
    left: -35px;
  }
  .owl-next{
    right: -35px;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .owlSliderBoxSm,
  .owlSliderBoxLg {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
  }

  .owlSliderBoxSm .owlCarouselBox.product-grid {
    display: inline-block;
    width: 24.625%;
    margin: 0 auto;
    padding: 0;
    margin-right: 0.5%;
  }

  .owlSliderBoxSm .owlCarouselBox.product-grid:nth-child(4n) {
    margin-right: 0;
  }

  .owlSliderBoxSm .owlCarouselBox.product-grid:nth-child(2n) {
    margin-left: 0;
  }

  .owlSliderBoxLg .owlCarouselBox.product-list {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 0 auto;
    padding: 0;
  }

  .owlSliderBoxLg .owlCarouselBox.product-list:nth-child(2n) {
    margin-left: 20px;
  }

  .owlSliderBoxSm .owlCarouselBox .owl-prev {
    top: 21%;
  }

  .owlSliderBoxSm .owlCarouselBox .owl-next {
    top: 21%;
  }
  .owl-prev{
    left: -6%;
  }
  .owl-next{
    right: -6%;
  }
}

/******************************************************

*******************************************************

             Product cards 01 and 02

*******************************************************

******************************************************/
.productCardsMain .articleThumb {
  position: relative;
  margin-bottom: 20px;
}

.productCardsMain .articleThumb:hover {
  position: relative;
  margin-bottom: 20px;
  outline: none;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.productCardsMain .date {
  position: absolute;
  border-radius: 50%;
  background: #333;
  color: #FFF;
  text-align: center;
}

.productCardsMain .date .number {
  display: block;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.productCardsMain .date .text {
  display: block;
  font-weight: 300;
  font-style: normal;
  color: #FFF;
}

.productCardsMain .dateBrand {
  position: absolute;
  border-radius: 50%;
  background: #231F20;
  color: #FFF;
  text-align: center;
}

.productCardsMain .dateBrand .text {
  display: block;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
}

.productCardsMain .datePrimary {
  position: absolute;
  border-radius: 50%;
  background: #333;
  color: #FFF;
  text-align: center;
}

.productCardsMain .datePrimary .number {
  display: block;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.productCardsMain .datePrimary .text {
  display: block;
  font-weight: 300;
  font-style: normal;
}

.productCardsMain .dateNegative {
  position: absolute;
  border-radius: 50%;
  background: #D10000;
  color: #FFF;
  text-align: center;
}

.productCardsMain .dateNegative .number {
  display: block;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.productCardsMain .dateNegative .text {
  display: block;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}

.productCardsMain .articleTitle {
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-transform: none;
  color: #000;
}

.productCardsMain .articleDesc {
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}

.productCardsMain .articleMeta {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: left;
}

.productCardsMain .articleMeta .articlePrice {
  color: #222;
  font-size: 20px;
  position: relative;
  top: 2px;
  font-weight: 600;
  margin-right: 20px;
}

.productCardsMain .articleMeta .articlePrice ~  .articlePrice{
  color: #d00000;
  font-size: 20px;
  position: relative;
  top: 2px;
  font-weight: 600;
}

.productCardsMain .articleMeta .articleDesc2 {
  position: relative;
  font-size: 14px;
  margin: -5px 0 0 85px;
  color: #000;
  text-transform: uppercase;
  
}
/*====================================================================

============ Bootstrap 3 Media Queries for PRODUCT CARDS =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .productCardsMain .categorySmInput {

    display: inline-block;

    width: 120px;

  }

  .productCardsMain .categorySm {

    display: inline-block;

  }

  .productCardsMain .datePrimary {

    width: 55px;

    height: 55px;

    left: 5px;

    bottom: 5px;

    padding: 14px 0;

  }

  .productCardsMain .datePrimary .text {

    font-size: 12px;

    line-height: 1;

  }

  .productCardsMain .dateNegative {

    width: 55px;

    height: 55px;

    left: 5px;

    bottom: 5px;

    padding: 14px 0;

  }

  .productCardsMain .dateNegative .text {

    font-size: 12px;

    line-height: 1;

  }

  .productCardsMain .dateBrand {

    width: 55px;

    height: 55px;

    left: 5px;

    bottom: 5px;

    padding: 20px 0;

  }

  .productCardsMain .dateBrand .text {

    font-size: 12px;

    line-height: 1;

  }

  .productCardsMain .date {

    width: 50px;

    height: 50px;

    left: 5px;

    bottom: 5px;

    padding: 11px 0;

  }

  .productCardsMain .date .text {

    font-size: 12px;

    line-height: 1;

  }
  .productCardsMain .anchorTitle{
    display: inline-block;
    height: 75px;
    width: 100%;
    margin-bottom: 7px;
  }
  .productCardsMain .articleTitle {
    font: 16px/25px Roboto,sans-sefir;
    color: #000;
    margin:0;
    overflow: hidden;
    position: relative;
    line-height:25px;
    max-height:75px; 
    text-align: left;
    /* margin-right: -1em;
    padding-right: 1em; */
    max-width: 100%;
    /* --max-lines: 3; */
  } 
  /* .productCardsMain .articleTitle:before {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0; 
  }
  .productCardsMain .articleTitle:after {
    content: '';
    position: absolute;
    right: 0; 
    width: 1rem;
    height: 1rem;
    background: white;
  } */
  .productCardsMain .product-list .anchorTitle{
    height: 50px;
  }
  .productCardsMain .product-list .articleTitle{
    max-height: 50px;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .productCardsMain .datePrimary {
    width: 55px;
    height: 55px;
    left: 5px;
    bottom: 5px;
    padding: 14px 0;
  }

  .productCardsMain .datePrimary .text {
    font-size: 12px;
    line-height: 1;
  }

  .productCardsMain .dateBrand {
    width: 55px;
    height: 55px;
    left: 5px;
    bottom: 5px;
    padding: 20px 0;
  }

  .productCardsMain .dateBrand .text {
    font-size: 12px;
    line-height: 1;
  }

  .productCardsMain .dateNegative {
    width: 55px;
    height: 55px;
    left: 5px;
    bottom: 5px;
    padding: 14px 0;
  }

  .productCardsMain .dateNegative .text {
    font-size: 12px;
    line-height: 1;
  }

  .productCardsMain .date {
    width: 50px;
    height: 50px;
    left: 5px;
    bottom: 5px;
    padding: 11px 0;
  }

  .productCardsMain .date .text {
    font-size: 12px;
    line-height: 1;
  }
  .productCardsMain .anchorTitle{
    height: 50px;
  }
  .productCardsMain .articleTitle {
    max-height: 50px;
  }
  .productCardsMain .product-list .anchorTitle{
    height: 30px;
  }
  .productCardsMain .product-list .articleTitle{
    max-height: 30px;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .productCardsMain .datePrimary {
    width: 80px;
    height: 80px;
    left: 10px;
    bottom: 10px;
    padding: 17px 0;
  }

  .productCardsMain .datePrimary .text {
    font-size: 20px;
    line-height: 1;
  }

  .productCardsMain .dateBrand {
    width: 80px;
    height: 80px;
    left: 10px;
    bottom: 10px;
    padding: 31px 0;
  }

  .productCardsMain .dateBrand .text {
    font-size: 13px;
    line-height: 1;
  }

  .productCardsMain .dateNegative {
    width: 80px;
    height: 80px;
    left: 10px;
    bottom: 10px;
    padding: 17px 0;
  }

  .productCardsMain .dateNegative .text {
    font-size: 20px;
    line-height: 1;
  }

  .productCardsMain .date {
    width: 80px;
    height: 80px;
    left: 10px;
    bottom: 10px;
    padding: 17px 0;
  }

  .productCardsMain .date .text {
    font-size: 20px;
    line-height: 1;
  }
  .productCardsMain .articleTitle {
    font-size: 20px;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {
  .productCardsMain .datePrimary {
    width: 100px;
    height: 100px;
    left: 5px;
    bottom: 5px;
    padding: 30px 0;
  }

  .productCardsMain .datePrimary .text {
    font-size: 20px;
    line-height: 1;
  }

  .productCardsMain .dateBrand {
    width: 100px;
    height: 100px;
    left: 5px;
    bottom: 5px;
    padding: 38px 0;
  }

  .productCardsMain .dateBrand .text {
    font-size: 20px;
    line-height: 1;
  }

  .productCardsMain .dateNegative {
    width: 100px;
    height: 100px;
    left: 5px;
    bottom: 5px;
    padding: 28px 0;
  }

  .productCardsMain .dateNegative .text {
    font-size: 20px;
    line-height: 1;
  }

  .productCardsMain .date {
    width: 100px;
    height: 100px;
    left: 5px;
    bottom: 5px;
    padding: 17px 0;
  }

  .productCardsMain .date .text {
    font-size: 20px;
    line-height: 1;
  }
  .productCardsMain .anchorTitle{
    height: 50px;
  }
  .productCardsMain .articleTitle {
   font-size: 15px;
   max-height: 50px;
  }
  .productCardsMain .product-list .anchorTitle{
    height: 30px;
  }
  .productCardsMain .product-list .articleTitle{
    max-height: 30px;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {
  .productCardsMain .date {
    left: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    padding: 20px 0;
  }

  .productCardsMain .date .text {
    font-size: 14px;
    line-height: 1;
  }

  .productCardsMain .datePrimary {
    left: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    padding: 20px 0;
  }

  .productCardsMain .datePrimary .text {
    font-size: 14px;
    line-height: 1;
  }

  .productCardsMain .dateBrand {
    left: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    padding: 27px 0;
  }

  .productCardsMain .dateBrand .text {
    font-size: 14px;
    line-height: 1;
  }

  .productCardsMain .dateNegative {
    left: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    padding: 20px 0;
  }

  .productCardsMain .dateNegative .text {
    font-size: 14px;
    line-height: 1;
  }
  .productCardsMain .anchorTitle{
    height: 50px;
  }
  .productCardsMain .articleTitle {
    font-size: 15px;
    max-height:50px; 
  } 
  .productCardsMain a:hover{
    text-decoration: none;
  }
}

/******************************************************

*******************************************************

                 Layout - Footer area

*******************************************************

******************************************************/

#custom-footer {
 color: #222;
}

#custom-footer .footerTitle {
  margin: 0 0 30px 0;
  text-align: left;
  text-transform: none;
  font-weight: bold 20px/30px Montserrat,sans-sefir;
}

#custom-footer .footerList .footerItem {
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0 auto;
}

#custom-footer .footerList .footerItem .footerInfo {
  text-align: center;
  font-size: 15px;
  font-family: Roboto,sans-sefir;
  font-weight: 400;
  color:#222;
}
#custom-footer .footerList .footerItem .footerInfo:hover {
  color:#222;
}

#custom-footer .socialMedia {
  margin: 0 auto;
}

#custom-footer .socialMedia .socialMediaImg {
  margin: 0 10px;
  display: inline-block;
  opacity: 0.4;
}

#custom-footer .custom-copyright {
  text-align: center;
  padding: 0;
}

#custom-footer .custom-copyright>p {
  text-align: center;
}

#custom-footer .custom-copyright>p>a {
  margin-left: 40px;
  text-decoration: none;
}

/*====================================================================

==================== Bootstrap 3 Media Queries for FOOTER =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  #custom-footer {
    padding: 50px 0 5px 0;
  }

  .socialMedia {
    padding-top: 40px;
  }

  .socialMedia .socialMediaImg {
    width: 18%;
  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {
  #custom-footer {
    padding: 50px 0 5px 0;
  }

  .socialMedia {
    padding-top: 40px;
  }

  .socialMedia .socialMediaImg {
    width: 18%;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {
  #custom-footer {
    padding: 80px 0 5px 0;
  }

  .socialMedia {
    padding-top: 40px;
  }
  .socialMedia .socialMediaImg {
    width: 10%;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {
  #custom-footer {
    padding: 80px 0 5px 0;
  }

  .socialMedia {
    padding-top: 40px;
  }

  .socialMedia .socialMediaImg {
    width: 8%;
  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {
  #custom-footer {
    padding: 80px 0 5px 0;
  }

  .socialMedia {
    padding-top: 80px;
  }

  .socialMedia .socialMediaImg {
    width: 6%;
  }
}

/******************************************************

*******************************************************

                      Newsletter

*******************************************************

******************************************************/

#custom-newsletter {
  border-top: 1px solid #e1e1e1;
}

/******************************************************

  *******************************************************

                     Subscribe form

  *******************************************************

  ******************************************************/

#custom-newsletter .newsletterCheck {
  padding-top: 10px;
}

#custom-newsletter .newsletterCheck>.containerCheck {
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
}

#custom-newsletter .newsletterCheck>p {
  display: inline-block;
}

#custom-newsletter .custom-subscribeForm .input-group input,
#custom-newsletter .custom-subscribeForm .input-group .btn {
  border-radius: 0;
}

#custom-newsletter .custom-subscribeForm .input-group input {
  border-color: transparent;
  box-shadow: none;
  font:15px/56px Roboto,sans-sefir;
  background-color: #fff;
  border:1px solid #ccc;
  box-sizing: border-box;
  transition:.3s;
  height: 56px;
  margin: 0 !important;
}
#custom-newsletter .custom-subscribeForm .input-group input:hover:not(:focus){
  border:2px solid #ccc;
}
#custom-newsletter .custom-subscribeForm .input-group input:focus{
  border:2px solid #54a1a9;
}

#custom-newsletter .custom-subscribeForm .input-group .btn {
  text-transform: none;
  font-weight: 600;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  font-size: 16px;
  background: #000;
  border: 3px solid #222;
  height: 56px;
}
#custom-newsletter .custom-subscribeForm .input-group .btn:hover{
  background-color: #fff;
  color: #222;
}

/*====================================================================

================ Bootstrap 3 Media Queries for NEWSLETTER ============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  #custom-newsletter {

    margin: 0 15px 15px 15px;

    padding: 30px 0 10px 0;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  #custom-newsletter {

    margin: 0 15px 15px 15px;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  #custom-newsletter {

    padding: 30px 0 30px 0;

    margin: 0;

  }
	#custom-footer .custom-copyright>p{
		text-align: left;
	}
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  #custom-newsletter {

    margin: 0;

    padding: 60px 0;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  #custom-newsletter {

    margin: 0;

    padding: 80px 0;

  }

}

/******************************************************

*******************************************************

                     Checkmark

*******************************************************

******************************************************/

/* The container */

.containerCheck {

  display: block;

  position: relative;

  padding-left: 35px;

  margin-bottom: 12px;

  cursor: pointer;

  font-size: 22px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

.containerCheck input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

}



/* Hide the browser's default checkbox */

/* Create a custom checkbox */

.checkmark {

  position: absolute;

  top: 0;

  left: 0;

  height: 25px;

  width: 25px;

  background-color: #FFF;

}



/* On mouse-over, add a grey background color */

.containerCheck:hover input~.checkmark {

  background-color: #e6e6e6;

}

.containerCheck input:checked~.checkmark {

  background-color: #43a047;

}



/* When the checkbox is checked, add a blue background */

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {

  content: "";

  position: absolute;

  display: none;

}



/* Show the checkmark when checked */

.containerCheck input:checked~.checkmark:after {

  display: block;

}

.containerCheck .checkmark:after {

  left: 9px;

  top: 5px;

  width: 5px;

  height: 10px;

  border: solid white;

  border-width: 0 3px 3px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}



/******************************************************

*******************************************************

                Checkmark registration

*******************************************************

******************************************************/

.main-content-section {

  /* The container */

  /* Hide the browser's default checkbox */

  /* Create a custom checkbox */

  /* On mouse-over, add a grey background color */

  /* When the checkbox is checked, add a blue background */

  /* Create the checkmark/indicator (hidden when not checked) */

  /* Show the checkmark when checked */

}

.main-content-section .containerCheckLabel {
  display: block;
  margin: 13px 0 30px 0;
  text-align: left;
}



.main-content-section .containerCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 20px 0 15px 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  line-height: 22px;
}

.main-content-section .containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.main-content-section .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 1px solid #eee;
}

.main-content-section .containerCheck:hover input~.checkmark {
  background-color: #fff;
  border: 1px solid #eee;
}

.main-content-section .containerCheck input:checked~.checkmark {
  background-color: #43a047;
}

.main-content-section .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.main-content-section .containerCheck input:checked~.checkmark:after {
  display: block;
}

.main-content-section .containerCheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*====================================================================

============== Bootstrap 3 Media Queries for CHECKMARK ===============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {


}

/******************************************************

*******************************************************

                    Go to top

*******************************************************

******************************************************/

#custom-scrollToTop {
  width: 25px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  z-index: 20;
  font-size: 25px;
  font-weight: 900;
  color: rgba(0,0,0,.35);
  line-height: 25px;
}

#custom-scrollToTop:hover {
  text-decoration: none;
}

/******************************************************

*******************************************************

                  Promotion cards

*******************************************************

******************************************************/

.customInfoPromo {
  background-color: #000;
  text-align: center;
}

.customInfoPromo>a {
  color: #222;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}



#customPromo2 .datePromo {
  position: absolute;
  width: 90%;
  bottom: 19px;
  padding: 0;
  color: #000;
  background: transparent;
}

#customPromo2 .datePromo .text {
  margin: 0 0 0 18%;
}

#customPromo2 .datePromo .textSm {
  display: block;
  font-weight: 100;
  color: #000;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

#customPromo2 .datePromo .custom-btnDark {
  position: absolute;
  top: 72%;
  left: 28.3%;
}

.datePromo {
  position: absolute;
  left: 10px;
  width: 100%;
  bottom: 19px;
  padding: 0;
  color: #000;
  background: transparent;
}

.datePromo .number {
  display: block;
  line-height: 100%;
  font-weight: bold;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-align: left;
}

.datePromo .number:nth-of-type(2) {
  display: block;
  line-height: 100%;
  font-weight: bold;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-align: left;
}



.promoOffer {
  position: absolute;
  border-radius: 0;
  background: #000;
  color: #FFF;
  text-align: center;
}

.promoOffer .text {
  display: block;
  font-weight: 300;
  font-style: normal;
  color: #FFF;
}

/*====================================================================

============ Bootstrap 3 Media Queries for PROMOTION CARDS ===========

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {
  .datePromo {
    top: 8%;
  }

  .datePromo .number {
    font-size: 56px;
    color: #FFF;
  }

  .datePromo .number:nth-of-type(2) {
    font-size: 40px;
    color: #FFF;
  }

  .datePromo .text {
    visibility: hidden;
  }

  .datePromo .custom-btnDark {
    visibility: hidden;
  }

  .datePromo .textSm {
    visibility: hidden;
  }

  .categoryContainer .datePromo {
    top: 76%;
  }

  .categoryContainer .datePromo .number {
    font-size: 60px;
  }

  .categoryContainer .datePromo .number:nth-of-type(2) {
    font-size: 30px;
  }

  .categoryContainer .datePromo .text {
    font-size: 20px;
    margin: 0 0 0 -253px;
  }

  .categoryContainer .datePromo .custom-btnDark {
    top: 70%;
    left: 22.3%;
  }

  .categoryContainer .datePromo .textSm {
    visibility: hidden;
  }

  .promoOffer {
    left: -109px;
    top: 35px;
    width: 330px;
    height: 36px;
    padding: 10px 0;
    transform: rotate(-44deg);
  }

  .promoOffer .text {
    font-size: 14px;
    line-height: 1;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .datePromo {

    top: 8%;

  }

  .datePromo .number {

    font-size: 56px;

    color: #FFF;

  }

  .datePromo .number:nth-of-type(2) {

    font-size: 40px;

    color: #FFF;

  }

  .datePromo .text {

    visibility: hidden;

  }

  .datePromo .custom-btnDark {

    visibility: hidden;

  }

  .datePromo .textSm {

    visibility: hidden;

  }



  .categoryContainer .datePromo {

    top: 76%;

  }

  .categoryContainer .datePromo .number {

    font-size: 60px;

  }

  .categoryContainer .datePromo .number:nth-of-type(2) {

    font-size: 30px;

  }

  .categoryContainer .datePromo .text {

    font-size: 20px;

    margin: 0 0 0 -253px;

  }

  .categoryContainer .datePromo .custom-btnDark {

    top: 70%;

    left: 22.3%;

  }

  .categoryContainer .datePromo .textSm {

    visibility: hidden;

  }



  .promoOffer {

    left: -109px;

    top: 35px;

    width: 330px;

    height: 36px;

    padding: 10px 0;

    transform: rotate(-44deg);

  }

  .promoOffer .text {

    font-size: 14px;

    line-height: 1;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .datePromo {

    top: 60%;

  }

  .datePromo .number {

    font-size: 56px;

    color: #FFF;

  }

  .datePromo .number:nth-of-type(2) {

    font-size: 40px;

    color: #FFF;

  }

  .datePromo .text {

    visibility: hidden;

  }

  .datePromo .custom-btnDark {

    visibility: hidden;

  }

  .datePromo .textSm {

    visibility: hidden;

  }



  #customPromo2 .datePromo {

    top: 61%;

    left: 2%;

  }



  .categoryContainer .datePromo {

    top: 45%;

  }

  .categoryContainer .datePromo .number {

    font-size: 60px;

  }

  .categoryContainer .datePromo .number:nth-of-type(2) {

    font-size: 30px;

  }

  .categoryContainer .datePromo .text {

    font-size: 20px;

    margin: 0 0 0 -253px;

  }

  .categoryContainer .datePromo .custom-btnDark {

    top: 70%;

    left: 22.3%;

  }

  .categoryContainer .datePromo .textSm {

    visibility: hidden;

  }



  .promoOffer {

    left: -109px;

    top: 35px;

    width: 330px;

    height: 36px;

    padding: 10px 0;

    transform: rotate(-44deg);

  }

  .promoOffer .text {

    font-size: 14px;

    line-height: 1;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .datePromo {

    top: 67%;

  }

  .datePromo .number {

    font-size: 56px;

    color: #FFF;

  }

  .datePromo .number:nth-of-type(2) {

    font-size: 60px;

    color: #FFF;

  }

  .datePromo .text {

    visibility: hidden;

  }

  .datePromo .custom-btnDark {

    visibility: hidden;

  }

  .datePromo .textSm {

    visibility: hidden;

  }



  #customPromo2 .datePromo {

    top: 64%;

    left: 2%;

  }



  .categoryContainer .datePromo {

    top: 45%;

  }

  .categoryContainer .datePromo .number {

    font-size: 60px;

  }

  .categoryContainer .datePromo .number:nth-of-type(2) {

    font-size: 30px;

  }

  .categoryContainer .datePromo .text {

    font-size: 20px;

    margin: 0 0 0 -253px;

  }

  .categoryContainer .datePromo .custom-btnDark {

    top: 70%;

    left: 22.3%;

  }

  .categoryContainer .datePromo .textSm {

    visibility: hidden;

  }



  .promoOffer {

    left: -109px;

    top: 35px;

    width: 330px;

    height: 36px;

    padding: 10px 0;

    transform: rotate(-44deg);

  }

  .promoOffer .text {

    font-size: 14px;

    line-height: 1;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .datePromo {

    top: 25%;

  }

  .datePromo .number {

    font-size: 100px;

    color: #000;

  }

  .datePromo .number:nth-of-type(2) {

    font-size: 60px;

    color: #000;

  }

  .datePromo .text {

    visibility: visible;

    margin: 0 0 0 24.9%;

    display: block;

    font-weight: 100;

    color: #000;

    font-family: Montserrat, sans-sefir, Arial, sans-serif;

    font-size: 20px;

  }

  .datePromo .custom-btnDark {

    visibility: visible;

    position: absolute;

    top: 72%;

    left: 38.8%;

  }

  .datePromo .textSm {

    visibility: visible;

    margin: 10% 0 0 0;

    display: block;

    font-weight: 100;

    color: #000;

    font-family: Montserrat, sans-sefir, Arial, sans-serif;

    font-size: 12px;

  }



  #customPromo2 .datePromo {

    top: 25%;

    left: 2%;

  }



  .categoryContainer .datePromo {

    top: 45%;

  }

  .categoryContainer .datePromo .number {

    font-size: 60px;

  }

  .categoryContainer .datePromo .number:nth-of-type(2) {

    font-size: 30px;

  }

  .categoryContainer .datePromo .text {

    font-size: 20px;

    margin: 0 0 0 -253px;

  }

  .categoryContainer .datePromo .custom-btnDark {

    top: 70%;

    left: 22.3%;

  }

  .categoryContainer .datePromo .textSm {

    visibility: hidden;

  }



  .promoOffer {

    left: -109px;

    top: 35px;

    width: 330px;

    height: 36px;

    padding: 10px 0;

    transform: rotate(-44deg);

  }

  .promoOffer .text {

    font-size: 14px;

    line-height: 1;

  }

}

/******************************************************

*******************************************************

                      Button light

*******************************************************

******************************************************/

.custom-btn {
  position: relative;
  padding: 10px 15px;
  background-color: #FFF;
  border: none;
  border-radius: 0;
  color: #000;
  text-transform: none;
  font-size: 18px;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-decoration: none;
  outline: none;
}

.custom-btn:hover,
.custom-btn:focus {
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
  outline: none;
}

/******************************************************

*******************************************************

                      Button dark

*******************************************************

******************************************************/

.custom-btnDark {
  position: relative;
  padding: 10px 16px;
  border: none;
  border-radius: 0;
  color: #FFF;
  text-transform: none;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-decoration: none;
  outline: none;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  background: #000;
  border: 3px solid #222;
  height: 56px;
  line-height: 30px;
  display: inline-block;
}

.custom-btnDark:hover,
.custom-btnDark:focus {
  background-color: #fff;
  color: #222;
  text-decoration: none;
}

.custom-btnDarkMd {
  position: relative;
  padding: 5px 15px;
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #FFF;
  text-transform: none;
  font-size: 16px;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-decoration: none;
  outline: none;
  border: 3px solid #222;
  height: 56px;
  line-height: 40px;
  font-weight: 500;
}

.custom-btnDarkMd:hover,
.custom-btnDarkMd:focus {
  background-color: #fff;
  color: #222;
  text-decoration: none;
  outline: none;
  border-color: #222;
}
.custom-btnGreenMd {
  position: relative;
  padding: 5px 15px;
  background-color: #54a1a9;
  border: none;
  border-radius: 0;
  color: #FFF;
  text-transform: none;
  font-size: 16px;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-decoration: none;
  outline: none;
  border: 3px solid #54a1a9;
  font-weight: 500;
  height: 56px;
  line-height: 40px;
  text-align: center;
}

.custom-btnGreenMd:hover,
.custom-btnGreenMd:focus {
  background-color: #fff;
  color: #54a1a9;
  text-decoration: none;
  outline: none;
  border-color: #54a1a9;
}
.btn-back {
  position: relative;
  padding: 5px 15px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #222;
  text-transform: none;
  font-size: 16px;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  height: 56px;
  line-height: 46px;
  text-align: center;
  outline: #ccc solid 1px;
}
.btn-back:before{
  font-family: webfont;
  position: relative;
  top: -2px;
  margin-right: 10px;
  color: #222;
  font-size: 10px;
  content: '\f107';
}
.btn-back:hover,
.btn-back:focus {
  text-decoration: none;
  color: #222;
  outline: #ccc solid 3px;
}
/******************************************************

*******************************************************

                  Button dark large

*******************************************************

******************************************************/

.custom-btnDarkLg {
  position: relative;
  padding: 5px 15px;
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #FFF;
  text-transform: none;
  font-size: 18px;
  font-family: Montserrat, sans-sefir, Arial, sans-serif;
  text-decoration: none;
  outline: none;
}

.custom-btnDarkLg .btnl {
  float: left;
}

.custom-btnDarkLg .btnr {
  float: right;
}

.custom-btnDarkLg .btnr span:nth-of-type(1) {
  position: absolute;
  right: 90px;
  top: 0;
  color: #e0e0e0;
}

.custom-btnDarkLg .btnr span:nth-of-type(2) {
  position: absolute;
  right: 15px;
  top: 0;
}

.custom-btnDarkLg .btnr span:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  right: 25px;
  font-size: 10px;
}

.custom-btnDarkLg:hover,
.custom-btnDarkLg:focus {
  background-color: #262626;
  color: #FFF;
  text-decoration: none;
  outline: none;
}

#divs2 {
  display: none;
}

#divs4 {
  display: none;
}



/*====================================================================

============ Bootstrap 3 Media Queries for BUTTONS =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .custom-btnDarkMd,
  .custom-btnGreenMd,
  .btn-back  {
    display: block;
    width: 100%;
  }

  .custom-btnDarkLg{
    display: block;
    width: 100%;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .custom-btnDarkMd,
  .custom-btnGreenMd,
  .btn-back  {
    display: block;
    width: 100%;
  }

  .custom-btnDarkLg {
    display: block;
    width: 100%;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .custom-btnDarkMd,
  .custom-btnGreenMd,
  .btn-back {
    display: block;
    width: 29%;
  }

  .custom-btnDarkLg {
    display: block;
    width: 100%;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .custom-btnDarkMd {
    display: block;
    width: 29%;
  }

  .custom-btnDarkLg {
    display: block;
    width: 100%;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .custom-btnDarkMd {
    display: block;
    width: 29%;
  }

  .custom-btnDarkLg {
    display: block;
    width: 100%;
  }
}

/******************************************************

*******************************************************

                     Checkmark dark

*******************************************************

******************************************************/

.checkMain {
  padding: 0 0 30px 0;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
}

.containerCheck {
  display: block;
  position: relative;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-family: Roboto,sans-sefir;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark2::before {
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #FFF;
  width: 20px;
  height: 20px;
  line-height: 14px;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  content: "";
}
 .checkmark2:hover::before{
  border-color: #ccc;
  border-width: 2px;
}
/* 
.checkMain .containerCheck:hover input~.checkmark2 {
  background-color: #f2f2f2;
} */

/* .checkMain .containerCheck input:checked~.checkmark2 {
  background-color: transparent;
} */

.checkmark2:after {
  content: "\f114";
  position: absolute;
  display: none;
  font-family: webfont;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  left: 3px;
  top: 3px;
}

input:checked~.checkmark2:after {
  display: block;
}
input:checked~.checkmark2:before{
  border-color: #222;
  border-width: 1px;
}
.checkMain .customButton {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding: 2.8px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

/*===================================================

================ Bootstrap 3 Media Queries===========

===================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .checkMain {
    padding: 0;
  }

  .checkMain .text1 {
    font-size: 20px;
    text-align: left;
  }

  .checkMain .containerCheck {
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .checkMain {
    padding: 0;
  }

  .checkMain .text1 {
    font-size: 20px;
    text-align: left;
  }

  .checkMain .containerCheck {
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .checkMain {
    padding: 10px 0 10px 0;
  }

  .checkMain:first-of-type{
    padding-top: 0;
  }
  .checkMain .containerCheck {
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 25px;
  }

}

.colorPaletteBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 100px;
  border-radius: 0;
  background: white;
  z-index: 1;
  text-align: center;
}

.colorPaletteBox .colorBox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.colorPaletteBox .colorBox.active {
  border: solid #000000 3px;
}

.colorPaletteBox .colorBox:nth-child(1) {
  background-color: #A59796;
}

.colorPaletteBox .colorBox:nth-child(2) {
  background-color: #B99D4C;
}

.colorPaletteBox .colorBox:nth-child(3) {
  background-color: #BDCADB;
}

.colorPaletteBox .colorBox:nth-child(4) {
  background-color: #FC9783;
}

.colorPaletteBox .colorBox:nth-child(5) {
  background-color: #9C8864;
}

.colorPaletteBox {
  opacity: 0 !important;
  transition: 0.3s;
}

.colorPaletteBox .colorName {
  max-width: 40px;
  line-height: 1.1;
  color: #231f20;
  text-align: center;
  display: block;
  visibility: hidden;
}

.colorPaletteBox .active .colorName {
  visibility: visible;
}

.owl-carousel:hover .colorPaletteBox {
  opacity: 1 !important;
  transition: 0.3s;
}

/*====================================================================

============ Bootstrap 3 Media Queries for COLOR PALETTE =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .colorPaletteBox {
    visibility: hidden;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .colorPaletteBox {
    visibility: hidden;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .colorPaletteBox {
    visibility: visible;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .colorPaletteBox {
    visibility: visible;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .colorPaletteBox {
    visibility: visible;
  }
}

#productPage .productTopText {
  display: inline-block;
  text-align: left;
}

#productPage .productContent .custom-sectionHeading {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  color: #222;
  font: 600 16px/26px Montserrat,sans-sefir;
  text-transform: uppercase;
}

#productPage .productContent .slideBox {
  display: inline-block;
}

#productPage .productContent .slideBox .slideLink {
  color: #000;
}

#productPage .productContent .slideBox .slideLink .productSlide {
  padding: 0;
  margin: 0 0 0 20px;
  display: inline-block;
  font-size: 30px;
}

#productPage .productContent .smText {
  margin: 0;
  color: #949494;
}

#productPage .productContent .articlePrice {
  margin: 0 auto;
  padding: 0;
  color: #222;
  font: 500 32px/55px Montserrat,sans-sefir;
}

#productPage .productContent .articlePrice2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #d00;
  font: 500 32px/55px Montserrat,sans-sefir;
}

#productPage .productContent .articleDesc2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 14px;
}

#productPage .productContent .colorPaletteBox {
  position: relative;
  top: 0;
  left: 0;
  visibility: visible !important;
  opacity: 1 !important;
  display: flex;
  flex-flow: row wrap;
}

#productPage .productContent .colorPaletteBox a {
  margin-right: 15px;
}

#productPage .productContent .colorPaletteBox .colorBox {
  border: 1px solid #f6f6f6;
  position: relative;
}

#productPage .productContent .colorPaletteBox .active .colorBox {
  border: 1px solid #000;
}

#productPage .productContent .colorPaletteBox a:hover .colorBox {
  border: solid #000000 1px;
  transition: all, 0.3s;
}

#productPage .productContent .colorPaletteBox a:hover .colorBox:before {
  border: 1px solid #000;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: '';
  border-radius: 50%;
  transition: all, 0.3s;
}

#productPage .productContent .colorPaletteBox a:hover .colorName {
  visibility: visible;
  transition: all, 0.3s;
}

#productPage .productContent .productLink {
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}

#productPage .productContent .productLink:hover {
  color: #8c8c8c;
}

#productPage .sectionContent {
  text-align: center;
}

#productPage .sectionContent .dropdownProduct {
  display: block;
}

#productPage .sectionContent .dropdownProduct .dropdownCustom01 {
  display: inline-block;
  margin: 0 auto;
}

#productPage .sectionContent .dropdownProduct .dropdownCustom01 .dropdownBtnCuctom01 .caretCustom {
  margin: 0 auto;
}

#productPage .sectionContent .dropdownProduct .dropdownCustom {
  display: inline-block;
  margin: 0 auto;
}

#productPage .sectionContent .dropdownProduct .dropdownCustom .dropdownBtnCuctom .caretCustom {
  margin: 0 auto;
}

#productPage .sectionContent .custom-btnDarkMd {
  line-height: 1;
}

#productPage .sectionContent .custom-btnDarkMd:hover {
  text-decoration: none;
  color: #FFF;
}

/*====================================================================

============ Bootstrap 3 Media Queries for PRODUCT PAGE =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  #productPage {
    padding: 0 0 80px 0;
  }

  #productPage .productContent {
    text-align: left;
    padding: 0;
  }

  #productPage .productContent .slideBox {
    margin: 0 0 0 25%;
  }

  #productPage .productContent .smText {
    padding: 20px 0 0 0;
  }

  #productPage .productContent .articlePrice {
    display: inline-block;
    margin: 0 20px 0 0;
  }

  #productPage .productContent .articlePrice2 {
    top: 0;
    display: inline-block;
  }

  #productPage .productContent .articleDesc2 {
    top: -10px;
    left: 20px;
  }

  #productPage .productContent .colorPaletteBox {
    padding: 0 0 30px 0;
  }

  #productPage .productContent .custom-btnDarkMd {
    padding: 10px 20px;
    width: 100%;
    margin: 20px 0 0;
  }

  #productPage .productContent .custom-subHeading {
    padding: 40px 0 0 0;
  }

  #productPage .productContent .productLink {
    padding: 0;
    margin: 0 auto;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom01 {
    width: 82%;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom {
    width: 16%;
  }

  #productPage .sectionContent .custom-btnDarkMd {
    padding: 10px 0;
    width: 100%;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  #productPage {
    padding: 0 0 80px 0;
  }

  #productPage .productContent {
    text-align: left;
    padding: 0;
  }

  #productPage .productContent ul {
    padding-left: 21px;
    list-style: disc;
    margin-top: 0;
    margin-bottom: 10px;
  }

  #productPage .productContent ul li {
    list-style: disc;
  }

  #productPage .productContent .slideBox {
    margin: 0 0 0 25%;
  }

  #productPage .productContent .smText {
    padding: 20px 0 0 0;
  }

  #productPage .productContent .articlePrice {
    display: inline-block;
    margin: 0 20px 0 0;
  }

  #productPage .productContent .articlePrice2 {
    top: 0;
    display: inline-block;
  }

  #productPage .productContent .articleDesc2 {
    top: -10px;
    left: 20px;
  }

  #productPage .productContent .colorPaletteBox {
    padding: 0 0 30px 0;
  }

  /* #productPage .productContent .custom-btnDarkMd {
    padding: 10px 20px;
    width: 100%;
    margin: 20px 0 0;
  } */

  #productPage .productContent .custom-subHeading {
    padding: 40px 0 0 0;
  }

  #productPage .productContent .productLink {
    padding: 0;
    margin: 0 auto;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom01 {
    width: 82%;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom {
    width: 16%;
  }

  #productPage .custom-btnDarkMd {
    padding: 10px 0;
    width: 100%;
  }

  #productPage .sectionContent .custom-btnDarkMd {
    padding: 10px 0;
    width: 100%;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  #productPage {
    padding: 0 0 80px 0;
  }

  #productPage .productContent {
    text-align: left;
    padding: 30px 0 0 0;
  }

  #productPage .productContent .slideBox {
    margin: 0 0 0 25%;
  }

  #productPage .productContent .smText {
    padding: 0;
  }

  #productPage .productContent .articlePrice {
    display: inline-block;
    margin: 0 20px 0 0;
  }

  #productPage .productContent .articlePrice2 {
    top: 0;
    display: inline-block;
  }

  #productPage .productContent .articleDesc2 {
    top: -10px;
    left: 74px;
  }

  #productPage .productContent .colorPaletteBox {
    padding: 20px 0 30px 0;
    text-align: left;
  }

  #productPage .productContent .custom-btnDarkMd {
    padding: 10px 20px;
    width: 24%;
  }

  #productPage .productContent .custom-subHeading {
    padding: 80px 0 0 0;
  }

  #productPage .productContent .productLink {
    padding: 0;
    margin: 0 20px 0 0;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom01 {
    width: 82%;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom {
    width: 16%;
  }

  #productPage .sectionContent .custom-btnDarkMd {
    padding: 10px 0;
    width: 100%;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  #productPage {
    padding: 80px 0;
  }

  #productPage .swiper-container img{
    height: auto;
    width: 100%;
  }

  #productPage .productContent {
    text-align: left;
    padding: 0;
  }

  #productPage .productContent .slideBox {
    margin: 0 auto;
  }

  #productPage .productContent .smText {
    padding: 0;
  }

  #productPage .productContent .articlePrice {
    display: block;
    margin: 0 auto;
  }

  #productPage .productContent .articlePrice2 {
    top: -20px;
    display: block;
  }

  #productPage .productContent .articleDesc2 {
    top: -30px;
    left: 0;
  }

  #productPage .productContent .colorPaletteBox {
    padding: 0 0 30px 0;
  }

  #productPage .productContent .custom-btnDarkMd {
    padding: 10px 18px;
    width: 35%;
  }

  #productPage .productContent .custom-subHeading {
    padding: 30px 0 0 0;
  }

  #productPage .productContent .productLink {
    padding: 0;
    margin: 0 20px 0 0;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom01 {
    width: 82%;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom {
    width: 16%;
  }

  #productPage .sectionContent .custom-btnDarkMd {
    padding: 10px 0;
    width: 100%;
  }
}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  #productPage {
    padding: 80px 0;
  }

  #productPage .productContent {
    text-align: left;
    padding: 0;
  }

  #productPage .productContent .slideBox {
    margin: 0 auto;
  }

  #productPage .productContent .smText {
    padding: 0;
  }

  #productPage .productContent .articlePrice {
    display: block;
    margin: 0 auto;
  }

  #productPage .productContent .articlePrice2 {
    top: -20px;
    display: block;
  }

  #productPage .productContent .articleDesc2 {
    top: -30px;
    left: 0;
  }

  #productPage .productContent .colorPaletteBox {
    padding: 0 0 30px 0;
  }

  #productPage .productContent .custom-btnDarkMd {
    padding: 10px 18px;
    width: 96%;
    margin: 0 0 0 0;
  }

  #productPage .productContent .custom-subHeading {
    padding: 80px 0 0 0;
  }

  #productPage .productContent .productLink {
    padding: 30px 0 0 0;
    margin: 0 20px 0 0;
  }

  #productPage .sectionContent article {
    padding: 0 0 30px 0;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom01 {
    width: 82%;
  }

  #productPage .sectionContent .dropdownProduct .dropdownCustom {
    width: 16%;
  }

  #productPage .sectionContent .custom-btnDarkMd {
    padding: 15px 0;
    width: 100%;
    margin: 15px 0 0 0;
  }

}

.dropMenuProduct {
  display: block;
}

.dropMenuProduct .dropMenuCustom01 {
  margin: 0 0 2px 0;
}

.dropMenuProduct .dropMenuCustom02 {
  width: 36%;
  margin: 0 10px 20px 0;
}

.dropMenuProduct .dropMenuCustom03 {
  width: 13%;
  margin: 0 10px 20px 0;
}

.dropMenuProduct .dropMenuCustom,
.dropMenuProduct .dropMenuCustom01,
.dropMenuProduct .dropMenuCustom02,
.dropMenuProduct .dropMenuCustom03,
.dropMenuProduct .dropMenuCustom04 {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

.dropMenuProduct .dropMenuCustom .dropBtnCustom,
.dropMenuProduct .dropMenuCustom .dropBtnCustom01,
.dropMenuProduct .dropMenuCustom01 .dropBtnCustom,
.dropMenuProduct .dropMenuCustom01 .dropBtnCustom01,
.dropMenuProduct .dropMenuCustom02 .dropBtnCustom,
.dropMenuProduct .dropMenuCustom02 .dropBtnCustom01,
.dropMenuProduct .dropMenuCustom03 .dropBtnCustom,
.dropMenuProduct .dropMenuCustom03 .dropBtnCustom01,
.dropMenuProduct .dropMenuCustom04 .dropBtnCustom,
.dropMenuProduct .dropMenuCustom04 .dropBtnCustom01 {
  border: none;
  border-radius: 0;
  background-color: #e6e6e6;
  color: #8c8c8c;
}

.dropMenuProduct .dropMenuCustom .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom .dropBtnCustom01 .caretCustom,
.dropMenuProduct .dropMenuCustom01 .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom01 .dropBtnCustom01 .caretCustom,
.dropMenuProduct .dropMenuCustom02 .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom02 .dropBtnCustom01 .caretCustom,
.dropMenuProduct .dropMenuCustom03 .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom03 .dropBtnCustom01 .caretCustom,
.dropMenuProduct .dropMenuCustom04 .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom04 .dropBtnCustom01 .caretCustom {
  margin: 0 0 0 10px;
}

.dropMenuProduct .dropMenuCustom .dropBtnCustom,
.dropMenuProduct .dropMenuCustom01 .dropBtnCustom,
.dropMenuProduct .dropMenuCustom02 .dropBtnCustom,
.dropMenuProduct .dropMenuCustom03 .dropBtnCustom,
.dropMenuProduct .dropMenuCustom04 .dropBtnCustom {
  border: none;
  border-radius: 0;
  background-color: #e6e6e6;
  color: #8c8c8c;
}

.dropMenuProduct .dropMenuCustom .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom01 .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom02 .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom03 .dropBtnCustom .caretCustom,
.dropMenuProduct .dropMenuCustom04 .dropBtnCustom .caretCustom {
  margin: 0 0 0 30px;
}

.dropMenuProduct .dropMenuCustom .drop-menuCustom,
.dropMenuProduct .dropMenuCustom01 .drop-menuCustom,
.dropMenuProduct .dropMenuCustom02 .drop-menuCustom,
.dropMenuProduct .dropMenuCustom03 .drop-menuCustom,
.dropMenuProduct .dropMenuCustom04 .drop-menuCustom {
  width: 100%;
  border-radius: 0;
  border: none;
  background-color: #e0e0e0;
  text-align: center;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  background-color: #e6e6e6 !important;
  outline: none;
  border: none;
}



.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*====================================================================

============ Bootstrap 3 Media Queries for DROPDOWN MENU =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .dropMenuCustom {

    width: 100%;

    margin: 0 0 5px 0;

  }



  .dropMenuCustom01 {

    width: auto;

  }



  .dropBtnCustom01 {

    padding: 6px 55px;

  }



  .dropMenuCustom04 {

    width: 100%;

    margin: 20px 0 10px 0;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .dropMenuCustom {

    width: 100%;

    margin: 0 0 5px 0;

  }



  .dropMenuCustom01 {

    width: auto;

  }



  .dropBtnCustom01 {

    padding: 6px 55px;

  }



  .dropMenuCustom04 {

    width: 100%;

    margin: 20px 0 10px 0;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .dropMenuCustom {

    width: auto;

    margin: 0 0 5px 5px;

  }



  .dropMenuCustom01 {

    width: 76%;

  }



  .dropBtnCustom01 {

    padding: 6px 18px;

  }



  .dropMenuCustom04 {

    width: auto;

    margin: 30px 0 20px 0;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .dropMenuCustom {

    width: auto;

    margin: 0 0 5px 5px;

  }



  .dropMenuCustom01 {

    width: 61%;

  }



  .dropBtnCustom01 {

    padding: 6px 18px;

  }



  .dropMenuCustom04 {

    width: auto;

    margin: 30px 0 20px 0;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .dropMenuCustom {

    width: auto;

    margin: 0 0 5px 5px;

  }



  .dropMenuCustom01 {

    width: auto;

  }



  .dropBtnCustom01 {

    padding: 6px 10px;

  }



  .dropMenuCustom04 {

    width: auto;

    margin: 30px 0 20px 0;

  }

}

.inputCustom {

  display: none;

}

.button {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px;
  cursor: pointer;
}

.button span {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #eeeeee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: ease 0.3s;
}

.button span:hover {
  padding: 10px;
}

.orange .button span {
  background: #FF5722;
}

.amber .button span {
  background: #FFC107;
}

.lime .button span {
  background: #8BC34A;
}

.teal .button span {
  background: #009688;
}

.blue .button span {
 background: #2196F3;
}

.indigo .button span {
  background: #3F51B5;
}

.layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: -1;
}

.orange .inputCustom:checked~.layer {
  background: #F4511E;
}

.amber .inputCustomt:checked~.layer {
  background: #FFB300;
}

.lime .inputCustom:checked~.layer {
  background: #7CB342;
}

.teal .inputCustom:checked~.layer {
  background: #00897B;
}

.blue .inputCustom:checked~.layer {
  background: #1E88E5;
}

.indigo .inputCustom:checked~.layer {
  background: #3949AB;
}

.menuMain.menu {
  margin: 0 auto;
  padding: 0;
  background: transparent;
  line-height: 65px;
}
.active .squareIcon {
  color:#000;
}
.showGrid {
  cursor: pointer;
}

.cnt {
  margin: 0 auto;
  padding: 0;
  background: transparent;
}



#account-login .custom-sectionHeading {
  margin: 0 auto;
  text-align: left;
  font:700 20px/34px Montserrat,sans-sefir;
}

#account-login .loginUser .custom-sectionHeading {
  margin: 0 auto;
  font:600 20px/34px Montserrat,sans-sefir;
}

#account-login .loginUser .custom-sectionHeading .custom-subHeading {
  font-size: 16px;
}

#account-login .loginUser .custom-subscribeForm .input-group {
  width: 100% !important;
}

#account-login .loginUser .custom-subscribeForm .input-group input {
  height: 50px;
  width: 100%;
  padding: 5px 12px;
  margin: 0 0 20px 0;
  border:1px solid #ccc;
  background-color: #fff !important;
  border-radius: 0;
  box-shadow: none;
  font-style: normal;
  font-size: 15px;
  color: #000;
}

#account-login .loginUser .custom-subscribeForm .input-group input:hover:not(:focus){
  border:2px solid #ccc;
}
#account-login .loginUser .custom-subscribeForm .input-group input:focus{
  border:2px solid #54a1a9;
}
#account-login .loginUser .custom-btnDarkMd {
  display: block;
  width: 100%;
  text-align: center;
  border: 3px solid #222;
  height: 56px;
}

#account-login .loginUser .text3 {
  font-size: 16px;
  color: #000;
}

#account-login .registrationUser .custom-sectionHeading {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 100;
}

#account-login .registrationUser .custom-sectionHeading .custom-subHeading {
  font-size: 16px;
}

#account-login .registrationUser .text3 {
  padding: 0 0 20px 0;
  font-size: 15px;
  color: #999;
  line-height: 24px;
  font-weight: 400;
}

#account-login .registrationUser .custom-btnDarkMd {
  display: block;
  width: 100%;
  text-align: center;
  height: 56px;
  line-height: 46px;
}

#account-login .loginUser .forgotten-link {
  color: #54a1a9;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#account-login .loginUser input.btn.custom-btnDarkMd{
  margin-bottom: 15px;
}

/*====================================================================

============ Bootstrap 3 Media Queries for LOGIN PAGE ===========

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  #account-login,

  .main-content-section {

    padding: 0 0 40px 0;

  }

  #account-login .loginUser .text3 {

    padding: 15px 0 12px 0;

  }

  #account-login .registrationUser {

    margin: 40px 0 40px 0;

  }



  .main-content-section {

    font-size: 16px;

    line-height: 1.5;

  }



}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  #account-login,

  .main-content-section {

    padding: 0 0 40px 0;

  }

  #account-login .loginUser .text3 {

    padding: 15px 0 12px 0;

  }

  #account-login .registrationUser {

    margin: 40px 0 40px 0;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  #account-login,

  .main-content-section {

    padding: 0 0 40px 0;

  }

  #account-login .loginUser .text3 {

    padding: 15px 0 12px 0;

  }

  #account-login .registrationUser {

    margin: 40px 0 0 0;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  #account-login,
  .main-content-section {
    padding: 20px 0 40px 0;
  }

  #account-login .loginUser .text3 {
    padding: 42px 0 12px 0;
  }

  #account-login .registrationUser {
    margin: 0 auto;
  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  #account-login,

  .main-content-section {

    padding: 70px 0;

  }

  #account-login .loginUser .text3 {

    padding: 15px 0 12px 0;

  }

  #account-login .registrationUser {

    margin: 0 auto;

  }

}

/*====================================================================

======== Bootstrap 3 Media Queries for CATEGORY PAGE FILTERS =========

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  #categoryPageFilters .filterBoxl {

    display: inline-block;

  }

  #categoryPageFilters .filterBoxl .custom-sectionHeading {

    margin: 15px 0 15px 0;

    font-size: 24px;

    text-align: left;

  }

  #categoryPageFilters .filterBoxr {

    width: 72%;

    text-align: right;

    display: inline-block;

  }

  #categoryPageFilters .filterBoxr .closeIconLink {

    text-decoration: none;

    outline: none;

  }

  #categoryPageFilters .filterBoxr .closeIconLink .closeIcon {

    font-size: 20px;

    color: #000;

  }

  #categoryPageFilters .text3 {

    background-color: #F5F2ED;

    color: #000;

    font-size: 14px;

    padding: 0 0 10px 0;

    text-align: center;

    margin: 0 0 5px 0;

  }

  #categoryPageFilters .colorPaletteBox {

    position: relative;

    left: 0;

    top: 0;

    width: 100%;

    padding: 20px 0;

    border-radius: 0;

    background: transparent;

    z-index: 1;

    visibility: visible;

    opacity: inherit !important;

    text-align: left;

  }

  #categoryPageFilters .colorPaletteBox .colorBox {

    width: 40px;

    height: 40px;

    margin: 0 5px 0 0;

    border-radius: 50%;

    display: inline-block;

    visibility: visible;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(1) {

    background-color: #FFFFCC;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(2) {

    background-color: #FFCC33;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(3) {

    background-color: #99CC99;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(4) {

    background-color: #9999CC;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(5) {

    background-color: #993366;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(6) {

    background-color: #666633;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(7) {

    background-color: #660033;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(8) {

    background-color: #333399;

  }

  #categoryPageFilters .colorPaletteBox .colorBox:nth-child(9) {

    background-color: #333333;

  }

  #categoryPageFilters .custom-btnDarkMd {

    text-align: center;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

.main-content-section .custom-sectionHeading {
  text-align: center;
}

.main-content-section .custom-subscribeForm .input-group {
  width: 100% !important;
}

.input-group input,
.input-group textarea,
.input-group textarea.form-control {
  margin: 0 0 20px 0;
  box-shadow: none;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  padding: 27px 20px 12px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font: 15px/56px Roboto, sans-sefir;
  transition: .3s;
}
.input-group input:hover,
.input-group textarea:hover{
  border-width: 3px;
}
.input-group input:focus,
.input-group textarea:focus{
  border-color: #54a1a9;
}
.main-content-section .custom-subscribeForm .input-group input{
  height: 56px;
}
#form-review h2{
  color: #222;
  font: 600 32px/29px Montserrat,sans-sefir;
}
.input-group textarea.form-control {
  height: 120px;
}

.main-content-section .userContactInfo .custom-sectionHeading {
  font-size: 25px;
  font-weight: 100;
}

.main-content-section .addressInfoUser .custom-sectionHeading {
  font-size: 25px;
  font-weight: 100;
}

.main-content-section .custom-btnDarkMd {
  text-align: center;
  margin: 0 auto;
}

/*====================================================================

========== Bootstrap 3 Media Queries for REGISTRATION PAGE ===========

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .main-content-section {
    padding: 40px 0 30px 0;
  }

  .main-content-section .userContactInfo .custom-sectionHeading {
    margin: 0 0 15px 0;
  }

  .main-content-section .addressInfoUser .custom-sectionHeading {
    margin: 15px 0 15px 0;
  }

  .date-btn {
    vertical-align: top;
  }

  .date-btn .btn {
    padding: 14px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #222 !important;
    border:1px solid 
  }

  .bootstrap-datetimepicker-widget td span.active {
    background-color: #fff !important;
    color: #000000 !important;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .main-content-section {

    padding: 40px 0 30px 0;

  }

  .main-content-section .userContactInfo .custom-sectionHeading {

    margin: 0 0 15px 0;

  }

  .main-content-section .addressInfoUser .custom-sectionHeading {

    margin: 15px 0 15px 0;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .main-content-section {

    padding: 40px 0;

  }

  .main-content-section .userContactInfo .custom-sectionHeading {

    margin: 0;

  }

  .main-content-section .addressInfoUser .custom-sectionHeading {

    margin: 0;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .main-content-section {

    padding: 40px 0;

  }

  .main-content-section .userContactInfo .custom-sectionHeading {

    margin: 0;

  }

  .main-content-section .addressInfoUser .custom-sectionHeading {

    margin: 0;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .main-content-section {

    padding: 70px 0;

  }

  .main-content-section .userContactInfo .custom-sectionHeading {

    margin: 0;

  }

  .main-content-section .addressInfoUser .custom-sectionHeading {

    margin: 0;

  }

}

.modal.right .modal-dialog {

  position: fixed;

  margin: auto;

  height: 100vh;

  -webkit-transform: translate3d(0%, 0, 0);

  -ms-transform: translate3d(0%, 0, 0);

  -o-transform: translate3d(0%, 0, 0);

  transform: translate3d(0%, 0, 0);

}

.modal.right .modal-content {

  height: 100%;

  overflow-y: auto;

}

.modal.right .modal-body {

  padding: 15px 15px 0;

}

.modal.right .modal-body .custom-sectionHeading {

  text-align: left;

}

.modal.right .modal-body .custom-sectionHeading .custom-subHeading {

  line-height: 1.1;

}

.modal.right.fade .modal-dialog {

  right: -500px;

  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;

  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;

  -o-transition: opacity 0.3s linear, right 0.3s ease-out;

  transition: opacity 0.3s linear, right 0.3s ease-out;

}

.modal.right.fade.in .modal-dialog {

  right: 0;

}



/*Right*/

/* ----- MODAL STYLE ----- */

.modal-content {

  border-radius: 0;

  border: none;

}



.modal-header {

  border-bottom-color: transparent;

  background-color: transparent;

  position: absolute;

  right: 0;

  z-index: 1;

}



/*=================================================

============ Bootstrap 3 Media Queries=============

=================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .modal.right .modal-dialog {

    width: 100%;

  }

  .modal.right .modal-dialog .custom-sectionHeading {

    margin: 0;

  }

  .modal.right .modal-dialog .custom-sectionHeading .custom-subHeading {

    margin: 0 0 20px 0;

  }



  .modal-header {

    padding: 20px 15px 0 0;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .modal.right .modal-dialog {

    width: 100%;

  }

  .modal.right .modal-dialog .custom-sectionHeading {

    margin: 0;

  }

  .modal.right .modal-dialog .custom-sectionHeading .custom-subHeading {

    margin: 0 0 20px 0;

  }



  .modal-header {

    padding: 20px 15px 0 0;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .modal.right .modal-dialog {

    width: 500px;

  }

  .modal.right .modal-dialog .custom-sectionHeading {

    margin: 0;

  }

  .modal.right .modal-dialog .custom-sectionHeading .custom-subHeading {

    margin: 0;

  }



  .modal-header {

    padding: 30px 15px 0 0;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .modal.right .modal-dialog {

    width: 500px;

  }

  .modal.right .modal-dialog .custom-sectionHeading {

    margin: 0;

  }

  .modal.right .modal-dialog .custom-sectionHeading .custom-subHeading {

    margin: 0;

  }



  .modal-header {

    padding: 30px 15px 0 0;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .modal.right .modal-dialog {
    width: 500px;
  }

  .modal.right .modal-dialog .custom-sectionHeading {
    margin: 0;
  }

  .modal.right .modal-dialog .custom-sectionHeading .custom-subHeading {
    margin: 0;
  }

  .modal-header {
    padding: 30px 15px 0 0;
  }

}

.scrollableContainer {
  height: 55vh;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollableContainer article {
  padding: 0 0 30px 0;
}

.scrollableContainer01 {
  width: 100%;
  padding: 0 10px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollableContainer01 .text2 {
  padding: 0 10px 15px 20px;
}

.main-content-section .scrollableContainer {
  border: 2px solid #eee;
  padding: 21px 10px 0 10px;
}

.main-content-section .scrollableContainer article .articleThumb:hover {
  background: transparent;
}

.main-content-section .scrollableContainer article .articleRight .articleTitle {
  font-weight: bold;
}

.main-content-section .scrollableContainer article .articleRight .articleMeta {
  padding: 15px 0 0 0;
}

.scrollableContainer::-webkit-scrollbar-track,
.scrollableContainer01::-webkit-scrollbar-track,
.select-items::-webkit-scrollbar-track,
#myOverlay::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fff;
}


.scrollableContainer::-webkit-scrollbar,
.scrollableContainer01::-webkit-scrollbar,
.select-items::-webkit-scrollbar,
#myOverlay::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

.scrollableContainer::-webkit-scrollbar-thumb,
.scrollableContainer01::-webkit-scrollbar-thumb,
.select-items::-webkit-scrollbar-thumb,
#myOverlay::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
}

/*===================================================

================ Bootstrap 3 Media Queries ==========

====================================================/



/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .scrollableContainer01 {

    height: 34.8vh;

  }



  .main-content-section .scrollableContainer {

    height: 54vh;

  }

  .main-content-section .scrollableContainer article {

    padding: 0;

  }

  .main-content-section .scrollableContainer article .articleLeft {

    width: 100%;

  }

  .main-content-section .scrollableContainer article .articleLeft img {

    width: 100%;

  }

  .main-content-section .scrollableContainer article .articleLeft .articleRight {

    margin: 30px 0 10px 40px;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .scrollableContainer01 {

    height: 34.8vh;

  }



  .main-content-section .scrollableContainer {

    height: 54vh;

  }

  .main-content-section .scrollableContainer article {

    padding: 0;

  }

  .main-content-section .scrollableContainer article .articleLeft {

    width: 100%;

  }

  .main-content-section .scrollableContainer article .articleLeft img {

    width: 100%;

  }

  .main-content-section .scrollableContainer article .articleLeft .articleRight {

    margin: 30px 0 10px 40px;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .scrollableContainer01 {

    height: 36.8vh;

  }



  .main-content-section .scrollableContainer {

    height: 25.6vh;

  }

  .main-content-section .scrollableContainer article {

    padding: 0;

  }

  .main-content-section .scrollableContainer article .articleLeft {

    width: 46%;

  }

  .main-content-section .scrollableContainer article .articleLeft img {

    width: 63%;

  }

  .main-content-section .scrollableContainer article .articleRight {

    margin: 12px 0 0 50px;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .scrollableContainer01 {

    height: 42.8vh;

  }



  .main-content-section .scrollableContainer {

    height: 17.6vh;

  }

  .main-content-section .scrollableContainer article {

    padding: 0 0 10px 0;

  }

  .main-content-section .scrollableContainer article .articleLeft {

    width: 51%;

  }

  .main-content-section .scrollableContainer article .articleLeft img {

    width: 75%;

  }

  .main-content-section .scrollableContainer article .articleRight {

    margin: 0 0 0 50px;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .scrollableContainer01 {

    height: 70.8vh;

  }



  .main-content-section .scrollableContainer {

    height: 30vh;

  }

  .main-content-section .scrollableContainer article {

    padding: 0 0 35px 0;

  }

  .main-content-section .scrollableContainer article .articleLeft {

    width: 50%;

  }

  .main-content-section .scrollableContainer article .articleLeft img {

    width: 75%;

  }

  .main-content-section .scrollableContainer article .articleRight {

    margin: 20px 0 0 50px;

  }

}

.verticalProduct .sectionContent .articleLeft {

  display: inline-block;

  float: left;

}

.verticalProduct .sectionContent .articleLeft .articleThumb {

  position: relative;

  margin-bottom: 0;

}

.verticalProduct .sectionContent .articleLeft .articleThumb img {

  width: 100%;

}

.verticalProduct .sectionContent .articleLeft .articleThumb:hover {
  position: relative;
  margin-bottom: 0;
  outline: none;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.verticalProduct .sectionContent .articleRight {
  display: inline-block;
  text-align: left;
  margin: 20px 0 0 0;
}

.verticalProduct .sectionContent .articleRight .articleTitle {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 auto;
}

.verticalProduct .sectionContent .articleRight .smText {
  margin: 0;
  padding: 0;
  color: #222;
}

.verticalProduct .sectionContent .articleRight .articleMeta {
  border: none;
  margin: 0;
  padding: 0;
}

.verticalProduct .sectionContent .articleRight .articleMeta .articlePrice {
  color: #222;
  font-size: 24px;
}

.verticalProduct .sectionContent .articleRight .articleMeta .articlePrice2 {
  color: #222;
  font-size: 24px;
}

.verticalProduct .sectionContent .articleRight .articleMeta .articleDesc2 {
  position: relative;
  top: -12px;
  left: 53px;
}

.verticalProduct .sectionContent .articleRight .articleMeta2 {
  border: none;
  margin: 17px 0 0 0;
  padding: 0;
}

.verticalProduct .sectionContent .articleRight .articleMeta2 .articleText {
  font-size: 16px;
  color: #222;
  display: block;
}

/*====================================================================

============ Bootstrap 3 Media Queries for BUTTONS =============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .articleLeft {

    width: 95%;

  }



  .articleRight {

    width: auto;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .articleLeft {

    width: 95%;

  }



  .articleRight {

    width: auto;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .articleLeft {

    width: 50%;

  }



  .articleRight {

    width: auto;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .articleLeft {

    width: 50%;

  }



  .articleRight {

    width: auto;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .articleLeft {
    width: 50%;
  }

  .articleRight {
    width: auto;
  }
}

.lighter-text {
  color: #fff;
}

.main-color-text {
  color: #222;
}

.shoppingBag {
  padding: 20px 0 40px 0;
  background: #fff;
  font-size: 16px;
}

.shoppingBag .navbar-left {
  float: left;
}

.shoppingBag .navbar-right {
  float: right;
}

.shoppingBag ul li {
  display: inline;
  padding-left: 20px;
}

.shoppingBag ul li a {
  color: #777777;
  text-decoration: none;
}

.shoppingBag ul li a:hover {
  color: black;
}

.badge {
  background-color: #fff;
  border-radius: 10px;
  color: #222;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  min-height: 40px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}

.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items a.img {
  float: left;
  margin-right: 12px;
  width: 30%;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-name a:hover{
  text-decoration: none;
  color:#333;
}
.shopping-cart .shopping-cart-items .item-price {
  margin-right: 8px;
}

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fcfcfc;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  margin-right: 7px;
  float: left;
}

.buttonCheckout {
  text-align: center;
  text-decoration: none;
  margin: 25px 0 15px 0;
  width: 100%;
}

.buttonCheckout:hover {
  opacity: 1;
  text-decoration: none;
}



.clearfix:after {

  content: "";

  display: table;

  clear: both;

}



.panel-custom {

  border-radius: 0;

  border-color: #eee;

  margin: 0 auto;

}

.panel-custom .panel-heading {

  background-color: #fff;

  color: #222;

  font-size: 18px;

  border: none;

}

.panel-custom .panel-body {

  padding: 10px;

}



.panel-custom01 {

  border-radius: 0;

  border-color: #eee;

}

.panel-custom01 .panel-heading {

  background-color: #fff;

  color: #222;

  font-size: 18px;

  border: none;

}

.panel-custom01 .panel-body .textBold {

  margin: 20px 0 0 0;

}

.panel-custom01 .panel-body .checkoutCkeck {

  display: inline-block;

}

.panel-custom01 .panel-body .containerCheck2 {

  width: 100% !important;

  left: 0 !important;

}

.panel-custom01 .panel-body .shippingPrice {

  display: inline-block;

  text-align: right;

}



/*=========================================================

================ Bootstrap 3 Media Queries ================

=========================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .panel-body {

    padding: 10px;

  }

  .panel-body .shippingPrice {

    width: 54%;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .panel-body {

    padding: 10px;

  }

  .panel-body .shippingPrice {

    width: 54%;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .panel-body {

    padding: 15px;

  }

  .panel-body .shippingPrice {

    width: 80%;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .panel-body {

    padding: 10px;

  }

  .panel-body .shippingPrice {

    width: 54%;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .panel-body {

    padding: 10px;

  }

  .panel-body .shippingPrice {

    width: 54%;

  }

}

.nav-tabs-custom {

  background-color: #fff;

  color: #222;

  font-size: 18px;

  border: none;

  padding: 2px 0;

  margin: 0 0 10px 0;

}

.nav-tabs-custom>li.active>a {

  color: #000;

  font-weight: bold;

  cursor: pointer;

  background-color: #fff;

  border: 1px solid #eee;

  border-radius: 0;

  border-bottom-color: transparent;

}

.nav-tabs-custom>li.active>a:focus,
.nav-tabs-custom>li.active>a:hover {

  color: #555;

  cursor: pointer;

  background-color: transparent;

  border: 1px solid transparent;

  border-bottom-color: transparent;

}

.nav-tabs-custom>li>a {

  color: #1a1a1a;

  cursor: pointer;

  background-color: #fff;

  border: 1px solid transparent;

  border-bottom-color: transparent;

}

.nav-tabs-custom>li>a:focus,
.nav-tabs-custom>li>a:hover {

  color: #1a1a1a;

  cursor: pointer;

  background-color: #fff;

  border: 1px solid transparent;

  border-bottom-color: transparent;

}



.tab-pane .loginUser {

  padding: 0 10px;

}

.tab-pane .loginUser .buttonAlign {

  margin: 30px 0 0 0;

}



/*==================================================

================ Bootstrap 3 Media Queries==========

==================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .nav-tabs-custom>li>a {

    padding: 10px 22px;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .nav-tabs-custom>li>a {

    padding: 10px 22px;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .nav-tabs-custom>li>a {

    padding: 10px 93px;

  }

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .nav-tabs-custom>li>a {

    padding: 10px 36px;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .nav-tabs-custom>li>a {
    padding: 10px 50px;
  }
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-size: 15px;
}
.custom-select.select-active:after{
  content: "";
  position: absolute;
  border: 1px solid #ddd;
  border-bottom: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.custom-select label{
  float: left;
  color: #999;
  font: 400 15px/61px Roboto, sans-sefir;
  padding-left: 5px;
}
label{
  color: #999;
  font: 400 15px/15px Roboto, sans-sefir;
}
.custom-select select {
  display: none;
}

.select-selected:hover,
.select-selected:hover:after{
  color: #54a1a9;
}

.select-selected:after {
  font-family: webfont;
  position: absolute;
  display: block;
  right: 5px;
  top: calc(50% - 4px);
  color: #222;
  font-size: 11px;
  border: none;
  content: "\f109";
  line-height: 11px;
}
.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top:22px;
  color: #54a1a9;
}


.select-items div,
.select-selected {
  color: #000;
  padding: 10px 10px 10px 20px;
  cursor: pointer;
  user-select: none;
  font: 15px/40px Roboto,sans-sefir;
  text-align: left;
  background-color: #fff;
  border: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  height: auto;
  max-height: 150px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  border-top: none ;
}
.select-items div{
  color: #999;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color:#eee;
}

.select-selected.select-arrow-active{
  /* border:  1px solid #ddd; */
  border-bottom: none ;
  color: #54a1a9;
}

/*====================================================================

==================== Bootstrap 3 Media Queries for LAYOUT ============

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .custom-select label,
  .select-items div, 
  .select-selected,
  .main-content-section .containerCheck,
  .custom-subscribeForm,
  .search_form .custom-subscribeForm input,
  label, input{
    font-size: 15px;
  }
  #review p{
    font-size: 15px;
  }
  .sort{
    min-width: 100%;
  }
}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .sort{
    min-width: 520px;
  }
}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .sort{
    min-width: 520px;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {
  .custom-select label,
  .select-items div, 
  .select-selected,
  .main-content-section .containerCheck,
  .custom-subscribeForm{
    font-size: 15px;
  }
  .search_form .custom-subscribeForm input{
    font-size: 14px;
  }
  .sort{
    min-width: 410px;
  }
}

/* ============================================

                     F O R M

============================================ */

.input_box {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.custom_select_box2 {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  position: relative;
}

/* ============================================

                  S E L E C T

============================================ */

.sel {

  text-transform: uppercase;

  font-weight: bolder;

  font-size: 13px;

  display: inline-block;

  margin: 0 auto;

  width: 100%;

  color: #222;

  font-family: "Montserrat", sans-serif;

  background-color: #fff;

  position: relative;

  cursor: pointer;

}



.sel::before {

  position: absolute;

  font-size: 1em;

  color: transparent;

  right: 10px;

  top: calc(50% - 0.5em);

  border-style: solid;

  border-width: 0.25em 0.25em 0 0;

  content: "";

  display: inline-block;

  height: 0.55em;

  transform: rotate(135deg);

  vertical-align: top;

  width: 0.55em;

}



.sel.active::before {

  color: #222;

  border-style: solid;

  border-width: 0.25em 0.25em 0 0;

  content: "";

  display: inline-block;

  height: 0.55em;

  transform: rotate(-45deg);

  vertical-align: top;

  width: 0.55em;

  outline: none;

}



.sel__placeholder {

  display: block;

  font-family: "Montserrat", sans-serif;

  font-size: 14px;

  font-weight: bolder;

  color: #fff;

  padding: 0.2em 0.5em;

  text-align: center;

  pointer-events: none;

  user-select: none;

  visibility: visible;

}



.sel.active .sel__placeholder {

  visibility: hidden;

}



.sel__placeholder::before {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  padding: 0.2em 0.5em;

  content: attr(data-placeholder);

  visibility: hidden;

}



.sel.active .sel__placeholder::before {

  visibility: visible;

}



.sel__box {

  position: absolute;

  top: calc(100% + 4px);

  left: 0;

  display: none;

  list-style-type: none;

  text-align: center;

  font-size: 14px;

  background-color: #FFF;

  width: calc(100% + 0px);

  box-sizing: border-box;

}



.sel.active .sel__box {

  display: block;

  animation: fadeInUp 500ms;

  z-index: 820;

}



.sel__box__options {

  display: list-item;

  font-size: 13px;

  color: #000;

  padding: 15px 15px;

  user-select: none;

}



.sel__box__options::after {

  content: "°";

  font-size: 0.5em;

  margin-left: 5px;

  display: none;

}



.sel__box__options.selected::after {

  display: inline;

}



.sel__box__options:hover {

  background-color: silver;

  color: #222;

}



.sel {

  border-bottom: 1px solid #eee;

  margin: 0 0 20px 0;

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    transform: translate3d(0, 20px, 0);

  }

  to {

    opacity: 1;

    transform: none;

  }

}

@keyframes fadeOut {

  from {

    opacity: 1;

  }

  to {

    opacity: 0;

  }

}

.formBtnBox {

  text-align: center;

  margin: 0 auto;

}



/* ============================================

                D A T E  P I C K E R

============================================ */

#datepicker_pick_up {
  padding: 10px;
  width: 100%;
  background: transparent;
  border: 0;
  height: auto;
}

#datepicker_pick_up:focus {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
}

#datepicker_pick_up:hover {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
}

/*====================================================================

============ Bootstrap 3 Media Queries for HEADER ====================

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  #custom_form {

    height: 100%;

    width: 100%;

    margin: 0 auto;

  }



  .input_box {

    width: 100%;

    padding: 5% 0;

  }



  .input_box2 {

    width: 100%;

    padding: 5% 0;

  }



  .formBtnBox {

    width: 90%;

    padding: 5% 0;

  }



  /*   .ui-widget.ui-widget-content {

    left: 528.891px !important;

  } */

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  #custom_form {

    height: 100%;

    width: 100%;

    margin: 0 auto;

  }



  .input_box {

    width: 100%;

    padding: 5% 0;

  }



  .input_box2 {

    width: 100%;

    padding: 5% 0;

  }



  .formBtnBox {

    width: 90%;

    padding: 5% 0;

  }



  /*   .ui-widget.ui-widget-content {

    left: 528.891px !important;

  } */

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  #custom_form {

    height: 100%;

    width: 100%;

    margin: -30% 0 0 0;

  }



  .input_box {

    width: 100%;

    padding: 1% 0;

  }



  .input_box2 {

    width: 100%;

    padding: 1% 0;

  }



  .formBtnBox {

    width: 30%;

    padding: 5% 0;

  }



  /*   .ui-widget.ui-widget-content {

    left: 528.891px !important;

  } */

}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .input_box {

    width: 100%;

    padding: 5% 0;

  }



  /*   .ui-widget.ui-widget-content {

    left: 495.891px !important;

  } */

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .input_box {

    width: 100%;

    padding: 0 0;

  }



  /*   .ui-widget.ui-widget-content {

    left: 21.6vw !important;

    width: 18.42vw;

  } */

}

.openBtn {
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  color: #fff;
}

.openBtn:hover {
  background: transparent;
  outline: none;
}

.openBtn .customIcon {
  margin: 0 0 0 175px;
}

.overlaySearch {
  height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 820;
  top: 0;
  left: 0;
  background-color: #FFF;
  overflow-y: auto;
}

.overlaySearch .overlay-content {
  position: relative;
  top: 10px;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  overflow-x: hidden;
}

.overlaySearch .closebtn {
  cursor: pointer;
  outline: none;
}

.overlaySearch .closebtn:hover {
  color: #eaddbe;
  outline: none;
}

.overlaySearch .inputFullScreen {
  font-size: 17px;
  border: none;
  height: auto;
  background: #fff;
  outline: none;
}

.overlaySearch .inputFullScreen:hover {
  background: #fff;
  outline: none;
}

.overlaySearch .inputSmall {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  height: auto;
  background: #fff;
  outline: none;
}

.overlaySearch .inputSmall:hover {
  background: #fff;
  outline: none;
}

.overlaySearch .inputFullScreenDiv {
  display: block;
  float: left;
  background-color: #fff;
}

.overlaySearch .inputFullScreenDiv .inputFullScreenList {
  list-style-type: none;
  margin: 0;
  text-align: left;
  float: left;
}

.overlaySearch .inputFullScreenDiv .inputFullScreenList .inputListTitle {
 display: block;
}

.overlaySearch .inputFullScreenDiv .inputFullScreenList .inputListLink {
  border: 1px solid transparent;
  margin-top: -1px;
  /* Prevent double borders */
  background-color: transparent;
  padding: 0 10px;
  text-decoration: none;
  font-size: 16px;
  display: block;
}

.overlaySearch .inputFullScreenDiv .inputFullScreenList .inputListLink:hover:not(.header) {
  background: transparent;
}

.customSearch {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #eee;
  padding: 0 0 0 5px;
  margin: 0;
  border-radius: 0;
  height: 27px;
}

/*====================================================================

================ Bootstrap 3 Media Queries for INPUTS ================

====================================================================*/

/*==================================================

============== Mobile First Method =================

=              Custom, iPhone Retina

==================================================*/

@media only screen and (min-width: 320px) {

  .overlay-content {

    width: 95%;

  }

  .overlay-content .filterBoxr {

    text-align: right;

    padding: 0 15px 5px 0;

  }

  .overlay-content .filterBoxr .closeIcon {

    color: #000;

  }



  .inputFullScreen {

    width: calc(100% - 0px);

    padding: 10px;

    float: none;

    margin: 0 0 15px 0;

  }



  .closebtn {

    position: absolute;

    color: #000;

    top: 12px;

    right: 25px;

    font-size: 15px;

    z-index: 1;

  }



  .openBtn {

    position: absolute;

    top: 70px;

    right: 14px;

    z-index: 1;

    padding: 7px;


    width: 100%;

    text-align: left;

  }

  /*   #search {

	width: calc(100% - 30px);

  } */

  .openBtn .customIcon {

    margin: 5px 0 0 0;

    float: right;

  }



  .inputFullScreenDiv {

    width: 100%;

    padding: 2px 0 2px 0;

    margin: 0 0 15px 0;

  }

  .inputFullScreenDiv .inputFullScreenList {

    width: 100%;

    display: block;

  }

  .inputFullScreenDiv .inputFullScreenList .inputListTitle {

    font-size: 18px;

    padding: 10px 10px 0 10px;

  }

}

/*==================================================

=       Extra Small Devices, Portrait Phones       =

==================================================*/

@media only screen and (min-width: 480px) {

  .overlay-content {

    width: 95%;

  }



  .inputFullScreen {

    width: calc(100% - 0px);

    padding: 10px;

    float: none;

    margin: 0 0 15px 0;

  }



  .closebtn {

    position: absolute;

    color: #000;

    top: 12px;

    right: 25px;

    font-size: 15px;

    z-index: 1;

  }



  .openBtn {

    position: absolute;

    top: 70px;

    right: 14px;

    z-index: 1;

    padding: 7px;


    width: 100%;

    text-align: left;

  }

  .openBtn .customIcon {

    margin: 5px 0 0 0;

    float: right;

  }



  .inputFullScreenDiv {

    width: 100%;

    padding: 2px 0 2px 0;

    margin: 0 0 15px 0;

  }

  .inputFullScreenDiv .inputFullScreenList {

    width: 100%;

    display: block;

  }

  .inputFullScreenDiv .inputFullScreenList .inputListTitle {

    font-size: 18px;

    padding: 10px 10px 0 10px;

  }

}

/*=================================================================================

= Small Devices, Landscape Phones and Phablets, Portrait Tablets, Small Desktops =

=================================================================================*/

@media only screen and (min-width: 768px) {

  .overlay-content {
    width: 95%;
  }

  .overlay-content .logo {
    font-size: 60px;
  }

  .inputFullScreen {
    width: calc(100% - -8px);
    padding: 10px;
    float: left;
    margin: 0;
  }

  .closebtn {
    position: absolute;
    top: 12px;
    right: 33px;
    font-size: 15px;
    z-index: 1;
  }

  .openBtn {
    position: absolute;
    top: 23px;
    right: 50px;
    z-index: 1;
    padding: 0;
    border-bottom: 1px solid #eee;
  }

  .openBtn .customIcon {
    margin: 5px 0 0 0;
  }

  .inputFullScreenDiv {
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 0 0 20px 0;
  }

  .inputFullScreenDiv .inputFullScreenList {
    width: 49%;
    display: inline-block;
  }

  .inputFullScreenDiv .inputFullScreenList .inputListTitle {
    font-size: 18px;
    padding: 0 10px 10px 10px;
  }
}

/*======================================================

= Medium Devices, Landscape Tablets, Laptops, Desktops =

======================================================*/

@media only screen and (min-width: 992px) {

  .overlay-content {

    width: 100%;

  }



  .inputFullScreen {

    width: 100%;

    padding: 10px;

    float: left;

    margin: 20px 0 0 0;

  }



  .closebtn {

    position: absolute;

    color: #000;

    top: 80px;

    right: 25px;

    font-size: 15px;

    z-index: 1;

  }







  .inputFullScreenDiv {

    width: 80%;

    padding: 10px 0 10px 0;

  }

  .inputFullScreenDiv .inputFullScreenList {

    width: 49%;

    display: inline-block;

  }

  .inputFullScreenDiv .inputFullScreenList .inputListTitle {

    font-size: 18px;

    padding: 0 10px 10px 10px;

  }

}

/*==================================================

=   Large Devices, Large Desktops, Wide Screens    =

==================================================*/

@media only screen and (min-width: 1200px) {

  .overlay-content {
    width: 100%;
  }

  .overlay-content .categoryContainer {
    padding: 0;
  }

  .inputFullScreen {
    width: 97%;
    padding: 15px;
    float: left;
    margin: 70px 0 0 0;
  }

  .closebtn {
    position: absolute;
    top: 172px;
    right: 8px;
    font-size: 20px;
  }

  .openBtn {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    border-bottom: 1px solid #eee;
  }

  .inputFullScreenDiv {
    width: 70%;
    padding: 10px 0 10px 0;
  }

  .inputFullScreenDiv .inputFullScreenList {
    width: 49%;
    display: inline-block;
  }

  .inputFullScreenDiv .inputFullScreenList .inputListTitle {
    font-size: 18px;
    padding: 0 10px 10px 10px;
  }

}

.menuUserMain {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
}

.menuUserMain .menuUserMainText {
  color: #222;
  font-size: 16px;
  display: inline-block;
  width: 90%;
}

.menuUserMain .menuUserMainIcon {
  font-size: 16px;
  display: inline-block;
}



.backBtnContainer {
  display: block;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #eee;
}

.backBtnContainer i {
  color: #222;
  font-size: 16px;
  float: left;
}



/*# sourceMappingURL=style.css.map */


#cart-area span.pull-left-aside {

  float: right;

  padding-right: 40px;

  font-size: 15px;

  line-height: 21px;

  margin-top: 5px;
}



#cart .shopping-cart-disabled {

  pointer-events: none;
}

#cart .shopping-cart-disabled #cart-total {

  display: none;
}

#cart .fa {

  height: 24px;

  vertical-align: middle;

  position: absolute;

  right: 8px;
}

#cart .fa:before {

  content: "";
}

#cart .fa.fa-stores {

  background: url("../image/icons/body-shop-icons-thick_map.svg") 0 0 no-repeat;

  width: 17px;
}

#cart .fa.fa-stores:hover {

  background: url("../image/icons/body-shop-icons_map_filled.svg") 0 0 no-repeat;
}

#cart .fa.fa-home {

  background: url("../image/icons/body-shop-icons_tbs_at_home.svg") 0 0 no-repeat;

  width: 25px;
}

#cart .fa.fa-home:hover {

  background: url("../image/icons/body-shop-icons_tbs_at_home_filled.svg") 0 0 no-repeat;
}

#cart .fa.fa-care {

  background: url("../image/icons/body-shop-icons-thick_help.svg") 0 0 no-repeat;

  width: 24px;
}

#cart .fa.fa-care:hover {

  background: url("../image/icons/body-shop-icons_help_filled.svg") 0 0 no-repeat;
}

#cart .fa.fa-user {

  background: url("../image/icons/body-shop-icons-thick_sign_in.svg") 0 0 no-repeat;

  width: 29px;
}

#cart .fa.fa-user:hover {

  background: url("../image/icons/body-shop-icons_sign_in_filled.svg") 0 0 no-repeat;
}

#cart .fa.fa-heart {

  background: url("../image/icons/body-shop-icons-thick_wishlist.svg") 0 0 no-repeat;

  width: 31px;
}

#cart .fa.fa-heart:hover {

  background: url("../image/icons/body-shop-icons_wishlist_filled.svg") 0 0 no-repeat;
}

#cart .fa.fa-shopping-cart {

  background: url("../image/icons/body-shop-icons-thick_bag.svg") 0 0 no-repeat;

  width: 24px;
}

#cart .fa.fa-shopping-cart:hover {

  background: url("../image/icons/body-shop-icons_bag_filled.svg") 0 0 no-repeat;
}

#cart .fa.fa-shopping-cart-disabled {

  background: url("../image/icons/body-shop-iconsthick_bag_disabled.svg") 0 0 no-repeat;

  width: 24px;
}

#cart .dropdown-menu {
  float: right;
  width: 420px;
  position: absolute;
  right: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 20px;
  opacity: 0;
  z-index: 820;
}

#cart .dropdown-menu .popup-subtotal {
  position: relative;
  width: 100%;
  display: inline-block;
  color: #222;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  min-height: 40px;
  font: 300 16px/36px Roboto, sans-sefir;
}

#cart .dropdown-menu .popup-subtotal span:not(.wf-basket) {
  float: left;
  width: 85%;
  height: auto;
  padding-left: 10px;
  text-align: right;
}

#cart .dropdown-menu .popup-subtotal .close-popup-link {
  margin: 0 auto;
  display: inline-block;
  line-height: 66px;
  width: 18px;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
}

#cart .dropdown-menu .popup-subtotal .close-popup-link .close-popup-icon {
  width: 100%;
  height: auto;
  display: block;
}

#cart .dropdown-menu .popup-wrapper {
  display: block;
}

#cart .dropdown-menu .popup-wrapper .popup-arrow-down,
#cart .dropdown-menu .popup-wrapper .popup-arrow-up {
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: block;
}

#cart .dropdown-menu .popup-wrapper .popup-arrow-down a,
#cart .dropdown-menu .popup-wrapper .popup-arrow-up a {
  display: block;
  width: 100%;
  height: 24px;
  text-align: center;
}

#cart .dropdown-menu .popup-just-added {
  display: none;
  border: 2px solid #e1e1e1;
}

#cart .dropdown-menu .popup-just-added .popup-msg {
  clear: both;
  background: #e1e1e1;
  line-height: 66px;
  height: 66px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#cart .dropdown-menu .popup-just-added .popup-prod-wrapper {
  display: table;
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
}

#cart .dropdown-menu .popup-just-added .popup-prod-wrapper span {
  display: table-cell;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

#cart .dropdown-menu .popup-buttons-wrapper .btn {
  background-color: #111;
  color: #fff;
  border: #111;
  font-size: 14px;
  padding: 25px 60px;
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

#cart .dropdown-menu .popup-buttons-wrapper .button-secondary {
  background-color: #fff;
  color: #000;
  border: 1px solid;
}

#cart .verticalCarouselGroup {
  display: table;
  width: 100%;
  max-width: 100%;
}

#cart .verticalCarouselGroup div {
  display: table-row;
}

#cart .verticalCarouselGroup div span.text-left {
  max-width: 230px;
}

#cart .vc_goUp.isDisabled,
#cart .vc_goDown.isDisabled {
  opacity: 1;
}

#cart.open>.dropdown-menu {
  opacity: 1;
}

.icon-down,
.icon-down-white,
.icon-left,
.icon-right,
.icon-up,
.icon-up-white {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.icon-up {
  background: url(../image/icons/icon-arrow-up.svg) center center no-repeat;
  background-size: 16px;
}

.isDisabled .icon-up {
  background: url(../image/icons/icon-arrow-up.svg);
  background-size: 16px;
}

.icon-down {
  background: url(../image/icons/icon-arrow-down.svg) center center no-repeat;
  background-size: 16px;
}

.isDisabled .icon-down {
  background: url(../image/icons/icon-arrow-down.svg);
  background-size: 16px;
}

@media (max-width: 478px) {

  #cart .dropdown-menu {
    width: 100%;
  }

  .is_sticky #cart .dropdown-menu {
    width: 126%;
    left: -26%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}